@phillips/seldon 1.91.0 → 1.91.1
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/components/ContentPeek/index.d.ts +1 -0
- package/dist/index.js +80 -78
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PaddingTokens as f, SpacingTokens as s, defaultYear as l, emailValidation as m, encodeURLSearchParams as
|
|
1
|
+
import { PaddingTokens as f, SpacingTokens as s, defaultYear as l, emailValidation as m, encodeURLSearchParams as p, findChildrenExcludingTypes as d, findChildrenOfType as u, generatePaddingClassName as x, getCommonProps as n, noOp as i, px as g, useNormalizedInputProps as c } from "./utils/index.js";
|
|
2
2
|
import { default as S } from "./assets/account_circle.svg.js";
|
|
3
3
|
import { default as P } from "./assets/arrowPrev.svg.js";
|
|
4
4
|
import { default as I } from "./assets/calendar.svg.js";
|
|
@@ -7,11 +7,11 @@ import { default as A } from "./assets/chevronNext.svg.js";
|
|
|
7
7
|
import { default as v } from "./assets/chevronRight.svg.js";
|
|
8
8
|
import { default as y } from "./assets/close.svg.js";
|
|
9
9
|
import { default as D } from "./assets/favoriteOutline.svg.js";
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
10
|
+
import { default as H } from "./assets/icon-footer-facebook.svg.js";
|
|
11
|
+
import { default as F } from "./assets/icon-footer-instagram.svg.js";
|
|
12
|
+
import { default as U } from "./assets/icon-footer-linkedin.svg.js";
|
|
13
|
+
import { default as O } from "./assets/icon-footer-red.svg.js";
|
|
14
|
+
import { default as E } from "./assets/icon-footer-wechat.svg.js";
|
|
15
15
|
import { default as Y } from "./assets/instagram.svg.js";
|
|
16
16
|
import { default as Z } from "./assets/lock.svg.js";
|
|
17
17
|
import { default as q } from "./assets/minus.svg.js";
|
|
@@ -23,7 +23,7 @@ import { default as te } from "./assets/share.svg.js";
|
|
|
23
23
|
import { default as ae } from "./assets/spotify.svg.js";
|
|
24
24
|
import { default as se } from "./assets/wechat.svg.js";
|
|
25
25
|
import { default as me } from "./assets/youtube.svg.js";
|
|
26
|
-
import { default as
|
|
26
|
+
import { default as de } from "./pages/Page.js";
|
|
27
27
|
import { usePendingState as xe } from "./utils/hooks.js";
|
|
28
28
|
import { SSRMediaQuery as ie, ssrMediaQueryStyle as ge } from "./providers/SeldonProvider/utils.js";
|
|
29
29
|
import { default as Ce } from "./components/Button/Button.js";
|
|
@@ -35,11 +35,11 @@ import { Grid as Ve } from "./components/Grid/Grid.js";
|
|
|
35
35
|
import { default as we } from "./site-furniture/Header/Header.js";
|
|
36
36
|
import { default as Be } from "./components/Navigation/Navigation.js";
|
|
37
37
|
import { default as Ne } from "./components/Navigation/NavigationItem/NavigationItem.js";
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
38
|
+
import { default as Re } from "./components/Navigation/NavigationItemTrigger/NavigationItemTrigger.js";
|
|
39
|
+
import { default as Me } from "./components/Navigation/NavigationList/NavigationList.js";
|
|
40
|
+
import { default as Ge } from "./patterns/HeroBanner/HeroBanner.js";
|
|
41
|
+
import { default as We } from "./components/Input/Input.js";
|
|
42
|
+
import { default as Qe } from "./components/Link/Link.js";
|
|
43
43
|
import { LinkVariants as ze } from "./components/Link/types.js";
|
|
44
44
|
import { default as je } from "./components/LinkBlock/LinkBlock.js";
|
|
45
45
|
import { default as Je } from "./components/LinkList/LinkList.js";
|
|
@@ -61,11 +61,11 @@ import { default as Ao } from "./patterns/ViewingsList/StatefulViewingsList.js";
|
|
|
61
61
|
import { TextVariants as vo } from "./components/Text/types.js";
|
|
62
62
|
import { default as yo } from "./components/Text/Text.js";
|
|
63
63
|
import { TextSymbolVariants as Do } from "./components/TextSymbol/types.js";
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { AccordionItemVariant as
|
|
68
|
-
import { default as
|
|
64
|
+
import { default as Ho } from "./components/TextSymbol/TextSymbol.js";
|
|
65
|
+
import { default as Fo } from "./components/Accordion/Accordion.js";
|
|
66
|
+
import { default as Uo } from "./components/Accordion/AccordionItem.js";
|
|
67
|
+
import { AccordionItemVariant as Oo, AccordionVariants as Wo } from "./components/Accordion/types.js";
|
|
68
|
+
import { default as Qo } from "./patterns/UserManagement/UserManagement.js";
|
|
69
69
|
import { AuthState as zo } from "./patterns/UserManagement/types.js";
|
|
70
70
|
import { SupportedLanguages as jo } from "./types/commonTypes.js";
|
|
71
71
|
import { default as Jo } from "./components/Breadcrumb/Breadcrumb.js";
|
|
@@ -75,102 +75,104 @@ import { default as Xo } from "./components/Dropdown/Dropdown.js";
|
|
|
75
75
|
import { default as $o } from "./components/Video/Video.js";
|
|
76
76
|
import { default as ot } from "./patterns/LanguageSelector/LanguageSelector.js";
|
|
77
77
|
import { default as rt } from "./components/ContentPeek/ContentPeek.js";
|
|
78
|
-
import {
|
|
79
|
-
import { default as lt } from "./components/Collapsible/
|
|
80
|
-
import { default as
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import { default as gt } from "./components/
|
|
84
|
-
import { default as Ct } from "./components/Carousel/
|
|
85
|
-
import { default as Lt } from "./components/Carousel/
|
|
86
|
-
import { default as ht } from "./components/Carousel/
|
|
87
|
-
import { default as bt } from "./components/
|
|
88
|
-
import { default as kt } from "./
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import { default as Bt } from "./components/
|
|
92
|
-
import { default as Nt } from "./components/Tabs/
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
78
|
+
import { HeightUnits as ft } from "./components/ContentPeek/utils.js";
|
|
79
|
+
import { default as lt } from "./components/Collapsible/Collapsible.js";
|
|
80
|
+
import { default as pt } from "./components/Collapsible/CollapsibleContent.js";
|
|
81
|
+
import { default as ut } from "./components/Collapsible/CollapsibleTrigger.js";
|
|
82
|
+
import { SeldonProvider as nt } from "./providers/SeldonProvider/SeldonProvider.js";
|
|
83
|
+
import { default as gt } from "./components/PageContentWrapper/PageContentWrapper.js";
|
|
84
|
+
import { default as Ct } from "./components/Carousel/Carousel.js";
|
|
85
|
+
import { default as Lt } from "./components/Carousel/CarouselContent.js";
|
|
86
|
+
import { default as ht } from "./components/Carousel/CarouselItem.js";
|
|
87
|
+
import { default as bt } from "./components/Carousel/CarouselDots.js";
|
|
88
|
+
import { default as kt } from "./components/Detail/Detail.js";
|
|
89
|
+
import { default as Vt } from "./patterns/DetailList/DetailList.js";
|
|
90
|
+
import { DetailListAlignment as wt } from "./patterns/DetailList/types.js";
|
|
91
|
+
import { default as Bt } from "./components/PinchZoom/PinchZoom.js";
|
|
92
|
+
import { default as Nt } from "./components/Tabs/TabsContainer.js";
|
|
93
|
+
import { default as Rt } from "./components/Tabs/TabsContent.js";
|
|
94
|
+
import { default as Mt } from "./components/SeldonImage/SeldonImage.js";
|
|
95
|
+
import { default as Gt } from "./patterns/SaleHeaderBanner/SaleHeaderBanner.js";
|
|
96
|
+
import { default as Wt } from "./patterns/SaleHeaderBanner/SaleHeaderBrowseAuctions.js";
|
|
97
|
+
import { AuctionState as Qt } from "./patterns/SaleHeaderBanner/types.js";
|
|
98
|
+
import { default as zt } from "./components/Countdown/Countdown.js";
|
|
99
|
+
import { CountdownVariants as jt } from "./components/Countdown/types.js";
|
|
99
100
|
export {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
Fo as Accordion,
|
|
102
|
+
Uo as AccordionItem,
|
|
103
|
+
Oo as AccordionItemVariant,
|
|
104
|
+
Wo as AccordionVariants,
|
|
104
105
|
S as AccountCircle,
|
|
105
106
|
P as ArrowPrev,
|
|
106
|
-
|
|
107
|
+
Qt as AuctionState,
|
|
107
108
|
zo as AuthState,
|
|
108
109
|
Jo as Breadcrumb,
|
|
109
110
|
Ce as Button,
|
|
110
111
|
Le as ButtonVariants,
|
|
111
112
|
I as Calendar,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
113
|
+
Ct as Carousel,
|
|
114
|
+
Lt as CarouselContent,
|
|
115
|
+
bt as CarouselDots,
|
|
116
|
+
ht as CarouselItem,
|
|
116
117
|
T as ChevronDown,
|
|
117
118
|
A as ChevronNext,
|
|
118
119
|
v as ChevronRight,
|
|
119
120
|
y as Close,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
lt as Collapsible,
|
|
122
|
+
pt as CollapsibleContent,
|
|
123
|
+
ut as CollapsibleTrigger,
|
|
123
124
|
rt as ContentPeek,
|
|
124
|
-
|
|
125
|
-
zt as
|
|
126
|
-
|
|
127
|
-
kt as
|
|
128
|
-
Vt as
|
|
125
|
+
ft as ContentPeekHeightUnits,
|
|
126
|
+
zt as Countdown,
|
|
127
|
+
jt as CountdownVariants,
|
|
128
|
+
kt as Detail,
|
|
129
|
+
Vt as DetailList,
|
|
130
|
+
wt as DetailListAlignment,
|
|
129
131
|
Po as Drawer,
|
|
130
132
|
Xo as Dropdown,
|
|
131
133
|
be as ErrorBoundary,
|
|
132
|
-
|
|
134
|
+
H as Facebook,
|
|
133
135
|
D as FavoriteOutline,
|
|
134
136
|
ke as Footer,
|
|
135
|
-
|
|
136
|
-
|
|
137
|
+
F as FooterInstagram,
|
|
138
|
+
E as FooterWeChat,
|
|
137
139
|
Ve as Grid,
|
|
138
140
|
$e as GridItem,
|
|
139
141
|
oo as GridItemAlign,
|
|
140
142
|
we as Header,
|
|
141
|
-
|
|
143
|
+
Ge as HeroBanner,
|
|
142
144
|
he as IconButton,
|
|
143
|
-
|
|
145
|
+
We as Input,
|
|
144
146
|
Y as Instagram,
|
|
145
147
|
ot as LanguageSelector,
|
|
146
|
-
|
|
148
|
+
Qe as Link,
|
|
147
149
|
je as LinkBlock,
|
|
148
150
|
Je as LinkList,
|
|
149
151
|
ze as LinkVariants,
|
|
150
|
-
|
|
152
|
+
U as LinkedIn,
|
|
151
153
|
Z as Lock,
|
|
152
154
|
q as Minus,
|
|
153
155
|
So as Modal,
|
|
154
156
|
Be as Navigation,
|
|
155
157
|
Ne as NavigationItem,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
+
Re as NavigationItemTrigger,
|
|
159
|
+
Me as NavigationList,
|
|
158
160
|
f as PaddingTokens,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
+
de as Page,
|
|
162
|
+
gt as PageContentWrapper,
|
|
161
163
|
Io as Pagination,
|
|
162
164
|
K as PhillipsLogo,
|
|
163
|
-
|
|
165
|
+
Bt as PinchZoom,
|
|
164
166
|
_ as Plus,
|
|
165
167
|
ee as React,
|
|
166
|
-
|
|
168
|
+
O as Reddit,
|
|
167
169
|
Xe as Row,
|
|
168
170
|
ie as SSRMediaQuery,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
+
Gt as SaleHeaderBanner,
|
|
172
|
+
Wt as SaleHeaderBrowseAuctions,
|
|
171
173
|
ro as Search,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
+
Mt as SeldonImage,
|
|
175
|
+
nt as SeldonProvider,
|
|
174
176
|
fo as Select,
|
|
175
177
|
te as Share,
|
|
176
178
|
io as Social,
|
|
@@ -181,22 +183,22 @@ export {
|
|
|
181
183
|
po as Subscribe,
|
|
182
184
|
xo as SubscriptionState,
|
|
183
185
|
jo as SupportedLanguages,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
+
Nt as TabsContainer,
|
|
187
|
+
Rt as TabsContent,
|
|
186
188
|
To as TagsList,
|
|
187
189
|
yo as Text,
|
|
188
190
|
Do as TextSymbolVariants,
|
|
189
|
-
|
|
191
|
+
Ho as TextSymbols,
|
|
190
192
|
vo as TextVariants,
|
|
191
|
-
|
|
193
|
+
Qo as UserManagement,
|
|
192
194
|
$o as Video,
|
|
193
195
|
co as ViewingsList,
|
|
194
196
|
se as WeChat,
|
|
195
197
|
me as Youtube,
|
|
196
198
|
l as defaultYear,
|
|
197
199
|
m as emailValidation,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
+
p as encodeURLSearchParams,
|
|
201
|
+
d as findChildrenExcludingTypes,
|
|
200
202
|
u as findChildrenOfType,
|
|
201
203
|
x as generatePaddingClassName,
|
|
202
204
|
n as getCommonProps,
|