@phillips/seldon 1.212.0 → 1.213.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.
|
@@ -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,4 @@ 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 LiveNow } from './LiveNow';
|
|
@@ -6,7 +6,7 @@ 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";
|
|
@@ -18,10 +18,10 @@ 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,7 +33,7 @@ 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";
|
|
@@ -45,10 +45,10 @@ 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,7 +59,7 @@ 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";
|
|
@@ -71,13 +71,14 @@ 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 "./LiveNow.js";
|
|
81
82
|
export {
|
|
82
83
|
a as Account,
|
|
83
84
|
r as AccountActive,
|
|
@@ -87,7 +88,7 @@ export {
|
|
|
87
88
|
P as AdminChevronRight,
|
|
88
89
|
E as AdminChevronUp,
|
|
89
90
|
k as AdminClose,
|
|
90
|
-
|
|
91
|
+
h as AdminFullscreen,
|
|
91
92
|
w as AdminFullscreenExit,
|
|
92
93
|
m as AdminGavel,
|
|
93
94
|
D as AdminHome,
|
|
@@ -99,10 +100,10 @@ export {
|
|
|
99
100
|
n as AdminTelephone,
|
|
100
101
|
b as AppleAppStoreBadge,
|
|
101
102
|
X as ArrowDown,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
O as ArrowLeft,
|
|
104
|
+
j as ArrowRight,
|
|
105
|
+
z as ArrowUp,
|
|
106
|
+
K as Bag,
|
|
106
107
|
Y as Calendar,
|
|
107
108
|
_ as ChevronDown,
|
|
108
109
|
ee as ChevronLeft,
|
|
@@ -114,7 +115,7 @@ export {
|
|
|
114
115
|
xe as Download,
|
|
115
116
|
ne as Edit,
|
|
116
117
|
Ae as Email,
|
|
117
|
-
|
|
118
|
+
he as Error,
|
|
118
119
|
we as ExternalLink,
|
|
119
120
|
Se as Facebook,
|
|
120
121
|
Pe as Favorite,
|
|
@@ -126,21 +127,22 @@ export {
|
|
|
126
127
|
Ue as GavelActive,
|
|
127
128
|
be as Grid,
|
|
128
129
|
Xe as Hide,
|
|
129
|
-
|
|
130
|
-
|
|
130
|
+
je as Home,
|
|
131
|
+
Oe as HomeActive,
|
|
131
132
|
_e as Icon,
|
|
132
|
-
|
|
133
|
-
|
|
133
|
+
Ke as IconBlueCircle,
|
|
134
|
+
ze as IconGreenCircle,
|
|
134
135
|
Ye as IconRedCircle,
|
|
135
136
|
eo as Instagram,
|
|
136
137
|
ro as LinkedIn,
|
|
137
138
|
ao as List,
|
|
139
|
+
or as LiveNow,
|
|
138
140
|
lo as Lock,
|
|
139
141
|
uo as MagnificentSeven,
|
|
140
142
|
po as Menu,
|
|
141
143
|
io as Mute,
|
|
142
144
|
co as Pause,
|
|
143
|
-
|
|
145
|
+
vo as PhillipsAppIcon,
|
|
144
146
|
Co as PhillipsLogo,
|
|
145
147
|
Lo as Play,
|
|
146
148
|
go as Red,
|
|
@@ -152,10 +154,10 @@ export {
|
|
|
152
154
|
Vo as Subtract,
|
|
153
155
|
To as Success,
|
|
154
156
|
yo as Tooltip,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
No as TwitterX,
|
|
158
|
+
Wo as Upload,
|
|
159
|
+
qo as View,
|
|
160
|
+
Jo as VolumeMaximum,
|
|
159
161
|
Qo as VolumeMid,
|
|
160
162
|
Zo as VolumeMinimum,
|
|
161
163
|
$o as WeChat
|
|
@@ -84,6 +84,7 @@ 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/LiveNow.js";
|
|
87
88
|
import { getCommonProps as xt, useNormalizedInputProps as Lt } from "../../utils/index.js";
|
|
88
89
|
import U from "../IconButton/IconButton.js";
|
|
89
90
|
import { ButtonVariants as W } from "../Button/types.js";
|