@phillips/seldon 1.212.0 → 1.214.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/formatted/Clock.d.ts +9 -0
- package/dist/assets/formatted/Clock.js +35 -0
- package/dist/assets/formatted/LiveNow.d.ts +9 -0
- package/dist/assets/formatted/LiveNow.js +63 -0
- package/dist/assets/formatted/index.d.ts +2 -0
- package/dist/assets/formatted/index.js +44 -40
- package/dist/components/ComboBox/ComboBox.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface ClockProps extends React.HTMLAttributes<SVGSVGElement> {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const Clock: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<ClockProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default Clock;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsxs as s, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { memo as n, forwardRef as f } from "react";
|
|
3
|
+
import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const g = n(
|
|
5
|
+
f((t, i) => {
|
|
6
|
+
const { color: r, height: a, width: d, title: l, titleId: m } = t, e = m || h(l || "");
|
|
7
|
+
return /* @__PURE__ */ s(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 19 19",
|
|
13
|
+
height: a,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: i,
|
|
17
|
+
"aria-labelledby": e,
|
|
18
|
+
...t,
|
|
19
|
+
children: [
|
|
20
|
+
l ? /* @__PURE__ */ o("title", { id: e, children: l }) : null,
|
|
21
|
+
/* @__PURE__ */ o(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: r,
|
|
25
|
+
d: "M9.906 1.595A7.917 7.917 0 0 1 17.415 9.5l-.01.407A7.917 7.917 0 0 1 9.5 17.417l-.408-.01a7.917 7.917 0 0 1-7.498-7.499l-.011-.407a7.92 7.92 0 0 1 7.917-7.917zM9.5 3.084A6.418 6.418 0 1 0 9.5 15.919 6.418 6.418 0 0 0 9.5 3.084m.79 6.874L6.716 13.46l-1.177-1.153 3.085-3.024v-3.74h1.665z"
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
})
|
|
32
|
+
);
|
|
33
|
+
export {
|
|
34
|
+
g as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface LiveNowProps extends React.HTMLAttributes<SVGSVGElement> {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const LiveNow: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<LiveNowProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default LiveNow;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { jsxs as f, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { memo as h, forwardRef as s } from "react";
|
|
3
|
+
import { kebabCase as m } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const w = h(
|
|
5
|
+
s((e, o) => {
|
|
6
|
+
const { color: t, height: r, width: d, title: i, titleId: a } = e, C = a || m(i || "");
|
|
7
|
+
return /* @__PURE__ */ f(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
height: r,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: o,
|
|
17
|
+
"aria-labelledby": C,
|
|
18
|
+
...e,
|
|
19
|
+
children: [
|
|
20
|
+
i ? /* @__PURE__ */ l("title", { id: C, children: i }) : null,
|
|
21
|
+
/* @__PURE__ */ l(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M10 8C10 9.10457 9.10457 10 8 10C6.89543 10 6 9.10457 6 8C6 6.89543 6.89543 6 8 6C9.10457 6 10 6.89543 10 8Z",
|
|
25
|
+
fill: t
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ l(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M4.83925 10.4531C4.31321 9.77593 4 8.92521 4 8.00134C4 7.0765 4.31387 6.22497 4.84089 5.54746L4.12937 4.83594C3.42352 5.69803 3 6.80022 3 8.00134C3 9.20149 3.42284 10.3029 4.12768 11.1647L4.83925 10.4531Z",
|
|
32
|
+
fill: t
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ l(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M11.1591 5.54746L11.8706 4.83594C12.5765 5.69803 13 6.80022 13 8.00134C13 9.20149 12.5772 10.3029 11.8723 11.1647L11.1607 10.4531C11.6868 9.77593 12 8.92521 12 8.00134C12 7.0765 11.6861 6.22497 11.1591 5.54746Z",
|
|
39
|
+
fill: t
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ l(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M2.00146 2.70703C0.755865 4.1175 0 5.97065 0 8.00034C0 10.0291 0.755153 11.8814 1.9997 13.2916L2.70839 12.583C1.64406 11.355 1 9.7529 1 8.00034C1 6.24682 1.64476 4.6439 2.71014 3.4157L2.00146 2.70703Z",
|
|
46
|
+
fill: t
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
/* @__PURE__ */ l(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
d: "M14.0003 13.2916L13.2916 12.583C14.3559 11.355 15 9.7529 15 8.00034C15 6.24682 14.3552 4.6439 13.2899 3.4157L13.9985 2.70703C15.2441 4.1175 16 5.97065 16 8.00034C16 10.0291 15.2448 11.8814 14.0003 13.2916Z",
|
|
53
|
+
fill: t
|
|
54
|
+
}
|
|
55
|
+
)
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
})
|
|
60
|
+
);
|
|
61
|
+
export {
|
|
62
|
+
w as default
|
|
63
|
+
};
|
|
@@ -78,3 +78,5 @@ export { default as VolumeMaximum } from './VolumeMaximum';
|
|
|
78
78
|
export { default as VolumeMid } from './VolumeMid';
|
|
79
79
|
export { default as VolumeMinimum } from './VolumeMinimum';
|
|
80
80
|
export { default as WeChat } from './WeChat';
|
|
81
|
+
export { default as Clock } from './Clock';
|
|
82
|
+
export { default as LiveNow } from './LiveNow';
|
|
@@ -6,22 +6,22 @@ import { default as s } from "./AdminLiveOnline.js";
|
|
|
6
6
|
import { default as x } from "./AdminPerson.js";
|
|
7
7
|
import { default as n } from "./AdminTelephone.js";
|
|
8
8
|
import { default as A } from "./AdminPlay.js";
|
|
9
|
-
import { default as
|
|
9
|
+
import { default as h } from "./AdminFullscreen.js";
|
|
10
10
|
import { default as w } from "./AdminFullscreenExit.js";
|
|
11
11
|
import { default as S } from "./AdminCheck.js";
|
|
12
12
|
import { default as F } from "./AdminChevronLeft.js";
|
|
13
13
|
import { default as P } from "./AdminChevronRight.js";
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
14
|
+
import { default as k } from "./AdminChevronUp.js";
|
|
15
|
+
import { default as M } from "./AdminClose.js";
|
|
16
16
|
import { default as D } from "./AdminHome.js";
|
|
17
17
|
import { default as U } from "./AdminPencil.js";
|
|
18
18
|
import { default as B } from "./AdminSearch.js";
|
|
19
19
|
import { default as b } from "./AppleAppStoreBadge.js";
|
|
20
20
|
import { default as X } from "./ArrowDown.js";
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
21
|
+
import { default as O } from "./ArrowLeft.js";
|
|
22
|
+
import { default as j } from "./ArrowRight.js";
|
|
23
|
+
import { default as z } from "./ArrowUp.js";
|
|
24
|
+
import { default as K } from "./Bag.js";
|
|
25
25
|
import { default as Y } from "./Calendar.js";
|
|
26
26
|
import { default as _ } from "./ChevronDown.js";
|
|
27
27
|
import { default as ee } from "./ChevronLeft.js";
|
|
@@ -33,22 +33,22 @@ import { default as se } from "./Delete.js";
|
|
|
33
33
|
import { default as xe } from "./Download.js";
|
|
34
34
|
import { default as ne } from "./Edit.js";
|
|
35
35
|
import { default as Ae } from "./Email.js";
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as he } from "./Error.js";
|
|
37
37
|
import { default as we } from "./ExternalLink.js";
|
|
38
38
|
import { default as Se } from "./Facebook.js";
|
|
39
39
|
import { default as Fe } from "./FavoriteActive.js";
|
|
40
40
|
import { default as Pe } from "./Favorite.js";
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
41
|
+
import { default as ke } from "./Filters.js";
|
|
42
|
+
import { default as Me } from "./Fullscreen.js";
|
|
43
43
|
import { default as De } from "./FullscreenExit.js";
|
|
44
44
|
import { default as Ue } from "./GavelActive.js";
|
|
45
45
|
import { default as Be } from "./Gavel.js";
|
|
46
46
|
import { default as be } from "./Grid.js";
|
|
47
47
|
import { default as Xe } from "./Hide.js";
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
48
|
+
import { default as Oe } from "./HomeActive.js";
|
|
49
|
+
import { default as je } from "./Home.js";
|
|
50
|
+
import { default as ze } from "./IconGreenCircle.js";
|
|
51
|
+
import { default as Ke } from "./IconBlueCircle.js";
|
|
52
52
|
import { default as Ye } from "./IconRedCircle.js";
|
|
53
53
|
import { default as _e } from "./Icon.js";
|
|
54
54
|
import { default as eo } from "./Instagram.js";
|
|
@@ -59,25 +59,27 @@ import { default as uo } from "./MagnificentSeven.js";
|
|
|
59
59
|
import { default as po } from "./Menu.js";
|
|
60
60
|
import { default as io } from "./Mute.js";
|
|
61
61
|
import { default as co } from "./Pause.js";
|
|
62
|
-
import { default as
|
|
62
|
+
import { default as vo } from "./PhillipsAppIcon.js";
|
|
63
63
|
import { default as Co } from "./PhillipsLogo.js";
|
|
64
64
|
import { default as Lo } from "./Play.js";
|
|
65
65
|
import { default as go } from "./Red.js";
|
|
66
66
|
import { default as Io } from "./Refresh.js";
|
|
67
67
|
import { default as Ro } from "./Search.js";
|
|
68
|
-
import { default as
|
|
68
|
+
import { default as Eo } from "./SellActive.js";
|
|
69
69
|
import { default as Go } from "./Sell.js";
|
|
70
70
|
import { default as Ho } from "./Share.js";
|
|
71
71
|
import { default as Vo } from "./Subtract.js";
|
|
72
72
|
import { default as To } from "./Success.js";
|
|
73
73
|
import { default as yo } from "./Tooltip.js";
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
74
|
+
import { default as No } from "./TwitterX.js";
|
|
75
|
+
import { default as Wo } from "./Upload.js";
|
|
76
|
+
import { default as qo } from "./View.js";
|
|
77
|
+
import { default as Jo } from "./VolumeMaximum.js";
|
|
78
78
|
import { default as Qo } from "./VolumeMid.js";
|
|
79
79
|
import { default as Zo } from "./VolumeMinimum.js";
|
|
80
80
|
import { default as $o } from "./WeChat.js";
|
|
81
|
+
import { default as or } from "./Clock.js";
|
|
82
|
+
import { default as tr } from "./LiveNow.js";
|
|
81
83
|
export {
|
|
82
84
|
a as Account,
|
|
83
85
|
r as AccountActive,
|
|
@@ -85,9 +87,9 @@ export {
|
|
|
85
87
|
S as AdminCheck,
|
|
86
88
|
F as AdminChevronLeft,
|
|
87
89
|
P as AdminChevronRight,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
k as AdminChevronUp,
|
|
91
|
+
M as AdminClose,
|
|
92
|
+
h as AdminFullscreen,
|
|
91
93
|
w as AdminFullscreenExit,
|
|
92
94
|
m as AdminGavel,
|
|
93
95
|
D as AdminHome,
|
|
@@ -99,63 +101,65 @@ export {
|
|
|
99
101
|
n as AdminTelephone,
|
|
100
102
|
b as AppleAppStoreBadge,
|
|
101
103
|
X as ArrowDown,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
O as ArrowLeft,
|
|
105
|
+
j as ArrowRight,
|
|
106
|
+
z as ArrowUp,
|
|
107
|
+
K as Bag,
|
|
106
108
|
Y as Calendar,
|
|
107
109
|
_ as ChevronDown,
|
|
108
110
|
ee as ChevronLeft,
|
|
109
111
|
re as ChevronRight,
|
|
110
112
|
ae as ChevronUp,
|
|
113
|
+
or as Clock,
|
|
111
114
|
le as CloseX,
|
|
112
115
|
me as ConditionReport,
|
|
113
116
|
se as Delete,
|
|
114
117
|
xe as Download,
|
|
115
118
|
ne as Edit,
|
|
116
119
|
Ae as Email,
|
|
117
|
-
|
|
120
|
+
he as Error,
|
|
118
121
|
we as ExternalLink,
|
|
119
122
|
Se as Facebook,
|
|
120
123
|
Pe as Favorite,
|
|
121
124
|
Fe as FavoriteActive,
|
|
122
|
-
|
|
123
|
-
|
|
125
|
+
ke as Filters,
|
|
126
|
+
Me as Fullscreen,
|
|
124
127
|
De as FullscreenExit,
|
|
125
128
|
Be as Gavel,
|
|
126
129
|
Ue as GavelActive,
|
|
127
130
|
be as Grid,
|
|
128
131
|
Xe as Hide,
|
|
129
|
-
|
|
130
|
-
|
|
132
|
+
je as Home,
|
|
133
|
+
Oe as HomeActive,
|
|
131
134
|
_e as Icon,
|
|
132
|
-
|
|
133
|
-
|
|
135
|
+
Ke as IconBlueCircle,
|
|
136
|
+
ze as IconGreenCircle,
|
|
134
137
|
Ye as IconRedCircle,
|
|
135
138
|
eo as Instagram,
|
|
136
139
|
ro as LinkedIn,
|
|
137
140
|
ao as List,
|
|
141
|
+
tr as LiveNow,
|
|
138
142
|
lo as Lock,
|
|
139
143
|
uo as MagnificentSeven,
|
|
140
144
|
po as Menu,
|
|
141
145
|
io as Mute,
|
|
142
146
|
co as Pause,
|
|
143
|
-
|
|
147
|
+
vo as PhillipsAppIcon,
|
|
144
148
|
Co as PhillipsLogo,
|
|
145
149
|
Lo as Play,
|
|
146
150
|
go as Red,
|
|
147
151
|
Io as Refresh,
|
|
148
152
|
Ro as Search,
|
|
149
153
|
Go as Sell,
|
|
150
|
-
|
|
154
|
+
Eo as SellActive,
|
|
151
155
|
Ho as Share,
|
|
152
156
|
Vo as Subtract,
|
|
153
157
|
To as Success,
|
|
154
158
|
yo as Tooltip,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
+
No as TwitterX,
|
|
160
|
+
Wo as Upload,
|
|
161
|
+
qo as View,
|
|
162
|
+
Jo as VolumeMaximum,
|
|
159
163
|
Qo as VolumeMid,
|
|
160
164
|
Zo as VolumeMinimum,
|
|
161
165
|
$o as WeChat
|
|
@@ -84,6 +84,8 @@ import "../../assets/formatted/VolumeMaximum.js";
|
|
|
84
84
|
import "../../assets/formatted/VolumeMid.js";
|
|
85
85
|
import "../../assets/formatted/VolumeMinimum.js";
|
|
86
86
|
import "../../assets/formatted/WeChat.js";
|
|
87
|
+
import "../../assets/formatted/Clock.js";
|
|
88
|
+
import "../../assets/formatted/LiveNow.js";
|
|
87
89
|
import { getCommonProps as xt, useNormalizedInputProps as Lt } from "../../utils/index.js";
|
|
88
90
|
import U from "../IconButton/IconButton.js";
|
|
89
91
|
import { ButtonVariants as W } from "../Button/types.js";
|