@phillips/seldon 1.149.1 → 1.149.2
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/_virtual/index5.js +2 -2
- package/dist/_virtual/index6.js +2 -2
- package/dist/_virtual/index7.js +2 -2
- package/dist/_virtual/index8.js +2 -2
- package/dist/components/Loader/Loader.js +22 -0
- package/dist/components/Loader/index.d.ts +1 -0
- package/dist/index.d.ts +4 -3
- package/dist/index.js +51 -49
- package/dist/node_modules/exenv/index.js +1 -1
- package/dist/node_modules/ics/dist/index.js +2 -2
- package/dist/node_modules/ics/dist/pipeline/index.js +1 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
- package/package.json +1 -1
- /package/dist/scss/components/Loader/{loader.scss → _loader.scss} +0 -0
package/dist/_virtual/index5.js
CHANGED
package/dist/_virtual/index6.js
CHANGED
package/dist/_virtual/index7.js
CHANGED
package/dist/_virtual/index8.js
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import d from "../../node_modules/classnames/index.js";
|
|
3
|
+
import { forwardRef as i } from "react";
|
|
4
|
+
import { px as a } from "../../utils/index.js";
|
|
5
|
+
const m = i(
|
|
6
|
+
({ "aria-label": r = "Loading", isCentered: e = !0, className: o, ...t }, l) => /* @__PURE__ */ s(
|
|
7
|
+
"span",
|
|
8
|
+
{
|
|
9
|
+
ref: l,
|
|
10
|
+
...t,
|
|
11
|
+
className: d(o, `${a}-loader`, { [`${a}-loader--centered`]: e }),
|
|
12
|
+
"data-testid": "loader",
|
|
13
|
+
role: "status",
|
|
14
|
+
"aria-live": "polite",
|
|
15
|
+
"aria-label": r
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
);
|
|
19
|
+
m.displayName = "Loader";
|
|
20
|
+
export {
|
|
21
|
+
m as default
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Loader, type LoaderProps } from './Loader';
|
package/dist/index.d.ts
CHANGED
|
@@ -57,6 +57,7 @@ export * from './providers/SeldonProvider/SeldonProvider';
|
|
|
57
57
|
export * from './components/Carousel';
|
|
58
58
|
export * from './components/ComboBox';
|
|
59
59
|
export * from './components/Detail';
|
|
60
|
+
export * from './components/Loader';
|
|
60
61
|
export { default as PageContentWrapper } from './components/PageContentWrapper/PageContentWrapper';
|
|
61
62
|
export * from './components/PinchZoom';
|
|
62
63
|
export * from './components/SeldonImage';
|
|
@@ -66,20 +67,20 @@ export * from './patterns/SaleHeaderBanner';
|
|
|
66
67
|
export { default as Footer, type FooterProps } from './site-furniture/Footer/Footer';
|
|
67
68
|
export { default as Header, type HeaderProps } from './site-furniture/Header/Header';
|
|
68
69
|
export * from './types/commonTypes';
|
|
70
|
+
export * from './components/AddToCalendar';
|
|
69
71
|
export * from './components/Article';
|
|
72
|
+
export * from './components/AuctionTile';
|
|
70
73
|
export * from './components/Countdown';
|
|
71
74
|
export * from './components/Countdown/types';
|
|
72
75
|
export * from './components/Divider';
|
|
73
76
|
export * from './components/FavoritingTileButton';
|
|
74
77
|
export * from './components/Filter';
|
|
75
78
|
export * from './components/Icon';
|
|
79
|
+
export * from './components/Pictogram';
|
|
76
80
|
export * from './components/TextArea';
|
|
77
81
|
export * from './components/Toast';
|
|
78
|
-
export * from './components/AddToCalendar';
|
|
79
82
|
export * from './patterns/AccountPageHeader';
|
|
80
83
|
export * from './patterns/BidSnapshot';
|
|
81
84
|
export * from './patterns/FilterMenu';
|
|
82
85
|
export * from './patterns/ObjectTile';
|
|
83
86
|
export * from './utils/hooks';
|
|
84
|
-
export * from './components/Pictogram';
|
|
85
|
-
export * from './components/AuctionTile';
|
package/dist/index.js
CHANGED
|
@@ -72,45 +72,46 @@ import { default as Kt } from "./patterns/ViewingsList/StatefulViewingsList.js";
|
|
|
72
72
|
import { default as _t } from "./patterns/ViewingsList/ViewingsList.js";
|
|
73
73
|
import { SeldonProvider as eo } from "./providers/SeldonProvider/SeldonProvider.js";
|
|
74
74
|
import { default as oo } from "./components/ComboBox/ComboBox.js";
|
|
75
|
-
import { default as ao } from "./components/
|
|
76
|
-
import { default as so } from "./
|
|
77
|
-
import { default as mo } from "./site-furniture/
|
|
78
|
-
import { default as uo } from "./
|
|
79
|
-
import { default as xo } from "./components/
|
|
80
|
-
import {
|
|
81
|
-
import { default as So } from "./components/
|
|
82
|
-
import { default as To } from "./components/
|
|
83
|
-
import {
|
|
84
|
-
import { default as Lo } from "./components/
|
|
85
|
-
import { default as bo } from "./components/
|
|
86
|
-
import { default as ho } from "./components/
|
|
87
|
-
import { default as vo } from "./components/
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import { default as Mo } from "./components/
|
|
91
|
-
import { default as Eo } from "./
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import {
|
|
98
|
-
import { default as _o } from "./
|
|
75
|
+
import { default as ao } from "./components/Loader/Loader.js";
|
|
76
|
+
import { default as so } from "./components/PageContentWrapper/PageContentWrapper.js";
|
|
77
|
+
import { default as mo } from "./site-furniture/Footer/Footer.js";
|
|
78
|
+
import { default as uo } from "./site-furniture/Header/Header.js";
|
|
79
|
+
import { default as xo } from "./components/AddToCalendar/AddToCalendar.js";
|
|
80
|
+
import { default as go } from "./components/Article/Article.js";
|
|
81
|
+
import { default as So } from "./components/AuctionTile/AuctionTile.js";
|
|
82
|
+
import { default as To } from "./components/Countdown/Countdown.js";
|
|
83
|
+
import { CountdownVariants as Ao } from "./components/Countdown/types.js";
|
|
84
|
+
import { default as Lo } from "./components/Divider/Divider.js";
|
|
85
|
+
import { default as bo } from "./components/FavoritingTileButton/FavoritingTileButton.js";
|
|
86
|
+
import { default as ho } from "./components/Filter/Filter.js";
|
|
87
|
+
import { default as vo } from "./components/Filter/FilterInput.js";
|
|
88
|
+
import { default as yo } from "./components/Filter/FilterHeader.js";
|
|
89
|
+
import { default as Do } from "./components/Pictogram/Pictogram.js";
|
|
90
|
+
import { default as Mo } from "./components/TextArea/TextArea.js";
|
|
91
|
+
import { default as Eo } from "./components/Toast/Toast.js";
|
|
92
|
+
import { ToastProvider as Go } from "./components/Toast/ToastContextProvider.js";
|
|
93
|
+
import { useToast as Ro } from "./components/Toast/useToast.js";
|
|
94
|
+
import { default as jo } from "./patterns/AccountPageHeader/AccountPageHeader.js";
|
|
95
|
+
import { default as Wo } from "./patterns/BidSnapshot/BidSnapshot.js";
|
|
96
|
+
import { default as Zo } from "./patterns/BidSnapshot/BidMessage.js";
|
|
97
|
+
import { BidMessageVariants as Jo, BidStatusEnum as Ko } from "./patterns/BidSnapshot/types.js";
|
|
98
|
+
import { default as _o } from "./patterns/FilterMenu/FilterMenu.js";
|
|
99
|
+
import { default as er } from "./patterns/ObjectTile/ObjectTile.js";
|
|
99
100
|
export {
|
|
100
101
|
M as Accordion,
|
|
101
102
|
E as AccordionItem,
|
|
102
103
|
G as AccordionItemVariant,
|
|
103
104
|
O as AccordionVariants,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
jo as AccountPageHeader,
|
|
106
|
+
xo as AddToCalendar,
|
|
107
|
+
go as Article,
|
|
107
108
|
b as AuctionStatus,
|
|
108
|
-
|
|
109
|
+
So as AuctionTile,
|
|
109
110
|
Yt as AuthState,
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
Zo as BidMessage,
|
|
112
|
+
Jo as BidMessageVariants,
|
|
113
|
+
Wo as BidSnapshot,
|
|
114
|
+
Ko as BidStatusEnum,
|
|
114
115
|
Q as Breadcrumb,
|
|
115
116
|
v as Button,
|
|
116
117
|
y as ButtonVariants,
|
|
@@ -125,26 +126,26 @@ export {
|
|
|
125
126
|
oo as ComboBox,
|
|
126
127
|
de as ContentPeek,
|
|
127
128
|
pe as ContentPeekHeightUnits,
|
|
128
|
-
|
|
129
|
-
|
|
129
|
+
To as Countdown,
|
|
130
|
+
Ao as CountdownVariants,
|
|
130
131
|
ie as Detail,
|
|
131
132
|
Vt as DetailList,
|
|
132
133
|
kt as DetailListAlignment,
|
|
133
|
-
|
|
134
|
+
Lo as Divider,
|
|
134
135
|
ne as Drawer,
|
|
135
136
|
ce as Dropdown,
|
|
136
137
|
Ce as ErrorBoundary,
|
|
137
138
|
wt as FavoritesCollectionTile,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
139
|
+
bo as FavoritingTileButton,
|
|
140
|
+
ho as Filter,
|
|
141
|
+
yo as FilterHeader,
|
|
142
|
+
vo as FilterInput,
|
|
143
|
+
_o as FilterMenu,
|
|
144
|
+
mo as Footer,
|
|
144
145
|
Pe as Grid,
|
|
145
146
|
Be as GridItem,
|
|
146
147
|
Ie as GridItemAlign,
|
|
147
|
-
|
|
148
|
+
uo as Header,
|
|
148
149
|
Ht as HeroBanner,
|
|
149
150
|
z as Icon,
|
|
150
151
|
D as IconButton,
|
|
@@ -154,18 +155,19 @@ export {
|
|
|
154
155
|
He as LinkBlock,
|
|
155
156
|
Fe as LinkList,
|
|
156
157
|
we as LinkVariants,
|
|
158
|
+
ao as Loader,
|
|
157
159
|
V as LotStatus,
|
|
158
160
|
Ne as Modal,
|
|
159
161
|
Ue as Navigation,
|
|
160
162
|
Oe as NavigationItem,
|
|
161
163
|
Qe as NavigationItemTrigger,
|
|
162
164
|
ze as NavigationList,
|
|
163
|
-
|
|
165
|
+
er as ObjectTile,
|
|
164
166
|
a as PaddingTokens,
|
|
165
167
|
C as Page,
|
|
166
|
-
|
|
168
|
+
so as PageContentWrapper,
|
|
167
169
|
Ye as Pagination,
|
|
168
|
-
|
|
170
|
+
Do as Pictogram,
|
|
169
171
|
qe as PinchZoom,
|
|
170
172
|
Ke as Row,
|
|
171
173
|
P as SSRMediaQuery,
|
|
@@ -189,12 +191,12 @@ export {
|
|
|
189
191
|
xt as TagsList,
|
|
190
192
|
Ct as Text,
|
|
191
193
|
gt as TextAlignments,
|
|
192
|
-
|
|
194
|
+
Mo as TextArea,
|
|
193
195
|
Pt as TextSymbolVariants,
|
|
194
196
|
Bt as TextSymbols,
|
|
195
197
|
ct as TextVariants,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
Eo as Toast,
|
|
199
|
+
Go as ToastProvider,
|
|
198
200
|
qt as UserManagement,
|
|
199
201
|
It as Video,
|
|
200
202
|
_t as ViewingsList,
|
|
@@ -211,5 +213,5 @@ export {
|
|
|
211
213
|
A as ssrMediaQueryStyle,
|
|
212
214
|
c as useNormalizedInputProps,
|
|
213
215
|
L as usePendingState,
|
|
214
|
-
|
|
216
|
+
Ro as useToast
|
|
215
217
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { __exports as l } from "../../../_virtual/
|
|
1
|
+
import { __exports as l } from "../../../_virtual/index5.js";
|
|
2
2
|
import "./pipeline/index.js";
|
|
3
|
-
import { __exports as _ } from "../../../_virtual/
|
|
3
|
+
import { __exports as _ } from "../../../_virtual/index6.js";
|
|
4
4
|
Object.defineProperty(l, "__esModule", {
|
|
5
5
|
value: !0
|
|
6
6
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as e } from "../../../../_virtual/
|
|
1
|
+
import { __module as e } from "../../../../_virtual/index8.js";
|
|
2
2
|
import { __require as o } from "./cjs/react-is.production.min.js";
|
|
3
3
|
import { __require as t } from "./cjs/react-is.development.js";
|
|
4
4
|
var r;
|
package/package.json
CHANGED
|
File without changes
|