@phillips/seldon 1.149.1 → 1.150.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/_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/AddToCalendar/AddToCalendar.js +22 -32
- package/dist/components/AddToCalendar/calendarLinks.js +46 -46
- package/dist/components/AddToCalendar/types.d.ts +1 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -1
- package/dist/components/IconButton/IconButton.js +24 -25
- package/dist/components/IconButton/IconButton.stories.d.ts +1 -1
- 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/dist/scss/components/AddToCalendar/_addToCalendar.scss +18 -16
- 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
|
@@ -1,37 +1,30 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { getCommonProps as g
|
|
4
|
-
import
|
|
5
|
-
import { TextVariants as
|
|
6
|
-
import
|
|
7
|
-
import { Root as
|
|
8
|
-
import
|
|
1
|
+
import { jsx as e, jsxs as b } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as C, useState as h } from "react";
|
|
3
|
+
import { getCommonProps as g } from "../../utils/index.js";
|
|
4
|
+
import u from "../../node_modules/classnames/index.js";
|
|
5
|
+
import { TextVariants as N } from "../Text/types.js";
|
|
6
|
+
import O from "../Text/Text.js";
|
|
7
|
+
import { Root as T, Trigger as x, Portal as I, Content as A, Item as L } from "../../node_modules/@radix-ui/react-dropdown-menu/dist/index.js";
|
|
8
|
+
import P from "../Icon/Icon.js";
|
|
9
9
|
import "../Link/types.js";
|
|
10
|
-
import
|
|
11
|
-
import { generateGoogleCalendarLink as
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
import $ from "../Link/Link.js";
|
|
11
|
+
import { generateGoogleCalendarLink as w, generateOutlookOnlineLink as R, generateYahooCalendarLink as S, generateCalendarFile as j } from "./calendarLinks.js";
|
|
12
|
+
import y from "../IconButton/IconButton.js";
|
|
13
|
+
const G = C(
|
|
14
|
+
({ className: r, event: o, label: s = "Add to calendar", linkElement: d = $, ...n }, m) => {
|
|
15
|
+
const { className: l, ...c } = g(n, "AddToCalendar"), [t, f] = h(!1), k = (a, i) => {
|
|
16
|
+
a === "file" ? j(o) : a === "link" && i && window.open(i, "_blank");
|
|
16
17
|
}, p = [
|
|
17
18
|
{ label: "iCalendar", action: "file" },
|
|
18
|
-
{ label: "Google Calendar", action: "link", link:
|
|
19
|
+
{ label: "Google Calendar", action: "link", link: w(o) },
|
|
19
20
|
{ label: "Outlook", action: "file" },
|
|
20
21
|
{ label: "Outlook Online", action: "link", link: R(o) },
|
|
21
22
|
{ label: "Yahoo Calendar", action: "link", link: S(o) }
|
|
22
23
|
];
|
|
23
|
-
return /* @__PURE__ */ e("div", { ...
|
|
24
|
-
/* @__PURE__ */ e(x, { asChild: !0, children: /* @__PURE__ */ e(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"aria-label": d,
|
|
28
|
-
className: `${s}-icon-button ${s}-icon-button--small ${l}-icon-button`,
|
|
29
|
-
type: "button",
|
|
30
|
-
children: /* @__PURE__ */ e(I, { icon: t ? "CloseX" : "Calendar" })
|
|
31
|
-
}
|
|
32
|
-
) }),
|
|
33
|
-
/* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(
|
|
34
|
-
w,
|
|
24
|
+
return /* @__PURE__ */ e("div", { ...c, className: u(l, r), ...n, ref: m, children: /* @__PURE__ */ b(T, { open: t, onOpenChange: f, children: [
|
|
25
|
+
/* @__PURE__ */ e(x, { asChild: !0, children: /* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(P, { icon: t ? "CloseX" : "Calendar", title: s }) }) }),
|
|
26
|
+
/* @__PURE__ */ e(I, { children: /* @__PURE__ */ e(
|
|
27
|
+
A,
|
|
35
28
|
{
|
|
36
29
|
sideOffset: 5,
|
|
37
30
|
align: "start",
|
|
@@ -39,15 +32,12 @@ const G = h(
|
|
|
39
32
|
"data-side": "bottom",
|
|
40
33
|
avoidCollisions: !1,
|
|
41
34
|
className: `${l}-atcb-list`,
|
|
42
|
-
onKeyDown: (a) => {
|
|
43
|
-
a.key === "Tab" && i(!1);
|
|
44
|
-
},
|
|
45
35
|
children: p.map((a) => /* @__PURE__ */ e(
|
|
46
|
-
|
|
36
|
+
L,
|
|
47
37
|
{
|
|
48
38
|
className: `${l}-atcb-item`,
|
|
49
39
|
onSelect: () => k(a.action, a.link),
|
|
50
|
-
children: a.action === "link" ? /* @__PURE__ */ e(
|
|
40
|
+
children: a.action === "link" ? /* @__PURE__ */ e(d, { className: `${l}-atcb-item-link`, href: a.link, children: a.label }) : /* @__PURE__ */ e("button", { className: `${l}-atcb-item-link`, children: /* @__PURE__ */ e(O, { variant: N.body2, children: a.label }) })
|
|
51
41
|
},
|
|
52
42
|
a.label
|
|
53
43
|
))
|
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
import { createEvent as
|
|
1
|
+
import { createEvent as u } from "../../node_modules/ics/dist/index.js";
|
|
2
2
|
import { isValid as p } from "../../node_modules/date-fns/isValid.js";
|
|
3
|
-
import { toZonedTime as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
const
|
|
3
|
+
import { toZonedTime as m } from "../../node_modules/date-fns-tz/dist/esm/toZonedTime/index.js";
|
|
4
|
+
import { formatDate as a } from "../../node_modules/date-fns/format.js";
|
|
5
|
+
import { addHours as i } from "../../node_modules/date-fns/addHours.js";
|
|
6
|
+
const l = {
|
|
7
7
|
google: "https://calendar.google.com/calendar/u/0/r/eventedit",
|
|
8
8
|
outlook: "https://outlook.office.com/calendar/0/deeplink/compose",
|
|
9
9
|
yahoo: "https://calendar.yahoo.com/"
|
|
10
|
-
},
|
|
10
|
+
}, M = () => {
|
|
11
11
|
try {
|
|
12
12
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
13
13
|
} catch {
|
|
14
14
|
return console.warn("Unable to determine user's timezone. Using UTC as a fallback."), "UTC";
|
|
15
15
|
}
|
|
16
|
-
},
|
|
17
|
-
if (!
|
|
18
|
-
return console.error("Invalid event start date:",
|
|
19
|
-
const e =
|
|
20
|
-
switch (
|
|
16
|
+
}, y = (o) => new URLSearchParams(o), d = (o, t) => {
|
|
17
|
+
if (!t.start || !p(t.start))
|
|
18
|
+
return console.error("Invalid event start date:", t), "#";
|
|
19
|
+
const e = M(), n = m(t.start, o === "google" ? t.timezone : e), r = t.end ? m(t.end, o === "google" ? t.timezone : e) : null;
|
|
20
|
+
switch (o) {
|
|
21
21
|
case "google":
|
|
22
|
-
return
|
|
22
|
+
return H(n, r, t);
|
|
23
23
|
case "outlook":
|
|
24
|
-
return
|
|
24
|
+
return h(n, r, t);
|
|
25
25
|
case "yahoo":
|
|
26
|
-
return
|
|
26
|
+
return k(n, r, t);
|
|
27
27
|
default:
|
|
28
|
-
return console.error("Invalid calendar type:",
|
|
28
|
+
return console.error("Invalid calendar type:", o), "#";
|
|
29
29
|
}
|
|
30
|
-
},
|
|
31
|
-
const n =
|
|
30
|
+
}, H = (o, t, e) => {
|
|
31
|
+
const n = y({
|
|
32
32
|
text: e.title,
|
|
33
|
-
dates: `${
|
|
33
|
+
dates: t ? `${a(o, "yyyyMMdd'T'HHmmss")}/${a(t, "yyyyMMdd'T'HHmmss")}` : `${a(o, "yyyyMMdd'T'HHmmss")}/${a(i(o, 1), "yyyyMMdd'T'HHmmss")}`,
|
|
34
34
|
ctz: e.timezone,
|
|
35
35
|
details: e.description,
|
|
36
36
|
location: e.location
|
|
37
|
-
}), r = new URL(
|
|
37
|
+
}), r = new URL(l.google);
|
|
38
38
|
return r.search = n.toString(), r.toString();
|
|
39
|
-
},
|
|
40
|
-
const n =
|
|
39
|
+
}, h = (o, t, e) => {
|
|
40
|
+
const n = y({
|
|
41
41
|
path: "/calendar/action/compose",
|
|
42
42
|
rru: "addevent",
|
|
43
43
|
subject: e.title,
|
|
44
|
-
startdt:
|
|
45
|
-
enddt:
|
|
44
|
+
startdt: a(o, "yyyy-MM-dd'T'HH:mm:ssXXX"),
|
|
45
|
+
enddt: t ? a(t, "yyyy-MM-dd'T'HH:mm:ssXXX") : a(i(o, 1), "yyyy-MM-dd'T'HH:mm:ssXXX"),
|
|
46
46
|
body: e.description,
|
|
47
47
|
location: e.location,
|
|
48
48
|
allday: "false"
|
|
49
|
-
}), r = new URL(
|
|
49
|
+
}), r = new URL(l.outlook);
|
|
50
50
|
return r.search = n.toString(), r.toString();
|
|
51
|
-
},
|
|
52
|
-
const n = encodeURIComponent(e.title), r = encodeURIComponent(e.description), c = encodeURIComponent(e.location),
|
|
53
|
-
return `${
|
|
54
|
-
},
|
|
55
|
-
if (!
|
|
56
|
-
console.error("Invalid event start date:",
|
|
51
|
+
}, k = (o, t, e) => {
|
|
52
|
+
const n = encodeURIComponent(e.title), r = encodeURIComponent(e.description), c = encodeURIComponent(e.location), s = a(o, "yyyyMMdd'T'HHmmss"), g = t ? a(t, "yyyyMMdd'T'HHmmss") : a(i(o, 1), "yyyyMMdd'T'HHmmss");
|
|
53
|
+
return `${l.yahoo}?v=60&view=d&type=20&title=${n}&st=${s}&et=${g}&desc=${r}&in_loc=${c}`;
|
|
54
|
+
}, R = (o) => d("google", o), $ = (o) => d("outlook", o), X = (o) => d("yahoo", o), b = (o) => {
|
|
55
|
+
if (!o.start) {
|
|
56
|
+
console.error("Invalid event start date:", o);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
|
-
const
|
|
60
|
-
|
|
59
|
+
const t = o.end ? o.end : i(o.start, 1);
|
|
60
|
+
u(
|
|
61
61
|
{
|
|
62
|
-
title:
|
|
63
|
-
description:
|
|
62
|
+
title: o.title,
|
|
63
|
+
description: o.description,
|
|
64
64
|
start: [
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
65
|
+
o.start.getFullYear(),
|
|
66
|
+
o.start.getMonth() + 1,
|
|
67
|
+
o.start.getDate(),
|
|
68
|
+
o.start.getHours(),
|
|
69
|
+
o.start.getMinutes()
|
|
70
70
|
],
|
|
71
|
-
end: [
|
|
72
|
-
location:
|
|
71
|
+
end: [t.getFullYear(), t.getMonth() + 1, t.getDate(), t.getHours(), t.getMinutes()],
|
|
72
|
+
location: o.location
|
|
73
73
|
},
|
|
74
74
|
(e, n) => {
|
|
75
75
|
if (e)
|
|
76
76
|
console.error("Error creating iCalendar event:", e);
|
|
77
77
|
else {
|
|
78
|
-
const r = new File([n], `${
|
|
79
|
-
|
|
78
|
+
const r = new File([n], `${o.title}.ics`, { type: "text/calendar" }), c = URL.createObjectURL(r), s = document.createElement("a");
|
|
79
|
+
s.href = c, s.download = r.name, document.body.appendChild(s), s.click(), document.body.removeChild(s), URL.revokeObjectURL(c);
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
);
|
|
83
83
|
};
|
|
84
84
|
export {
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
b as generateCalendarFile,
|
|
86
|
+
R as generateGoogleCalendarLink,
|
|
87
87
|
$ as generateOutlookOnlineLink,
|
|
88
|
-
|
|
88
|
+
X as generateYahooCalendarLink
|
|
89
89
|
};
|
|
@@ -26,5 +26,5 @@ export interface IconButtonProps extends Omit<React.HTMLAttributes<HTMLButtonEle
|
|
|
26
26
|
*/
|
|
27
27
|
prefetch?: ButtonProps['prefetch'];
|
|
28
28
|
}
|
|
29
|
-
declare const IconButton: (
|
|
29
|
+
declare const IconButton: import('react').ForwardRefExoticComponent<IconButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
30
30
|
export default IconButton;
|
|
@@ -1,28 +1,27 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import c from "../../node_modules/classnames/index.js";
|
|
3
|
-
import
|
|
4
|
-
import { getCommonProps as
|
|
5
|
-
import { ButtonVariants as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
variant: o =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
3
|
+
import p from "../Button/Button.js";
|
|
4
|
+
import { getCommonProps as i } from "../../utils/index.js";
|
|
5
|
+
import { ButtonVariants as l } from "../Button/types.js";
|
|
6
|
+
import { forwardRef as u } from "react";
|
|
7
|
+
const B = u(
|
|
8
|
+
({ children: r, variant: o = l.primary, isDisabled: s = !1, className: a, ...t }, n) => {
|
|
9
|
+
const { className: m, ...e } = i(t, "IconButton");
|
|
10
|
+
return /* @__PURE__ */ f(
|
|
11
|
+
p,
|
|
12
|
+
{
|
|
13
|
+
...e,
|
|
14
|
+
variant: o,
|
|
15
|
+
className: c(m, `${m}--${o}`, a),
|
|
16
|
+
isDisabled: s,
|
|
17
|
+
ref: n,
|
|
18
|
+
...t,
|
|
19
|
+
children: r
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
B.displayName = "IconButton";
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
B as default
|
|
28
27
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ButtonVariants } from '../Button/types';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: (
|
|
4
|
+
component: import('react').ForwardRefExoticComponent<import('./IconButton').IconButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
5
5
|
argTypes: {
|
|
6
6
|
variant: {
|
|
7
7
|
options: ButtonVariants[];
|
|
@@ -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;
|
|
@@ -6,25 +6,26 @@
|
|
|
6
6
|
width: 30px;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
background: none;
|
|
11
|
-
border: none;
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
|
|
9
|
+
.#{$px}-icon-button {
|
|
14
10
|
&:focus-visible {
|
|
15
11
|
border-radius: 5px;
|
|
16
|
-
outline: 1px solid $medium-gray;
|
|
17
12
|
}
|
|
18
13
|
}
|
|
19
14
|
|
|
20
15
|
&-atcb-list {
|
|
21
16
|
background: #fff;
|
|
22
17
|
border: 1px solid#ECEAE7;
|
|
23
|
-
padding: $spacing-sm;
|
|
24
18
|
}
|
|
25
19
|
|
|
26
20
|
&-atcb-item {
|
|
27
|
-
|
|
21
|
+
padding: $spacing-xsm $spacing-sm;
|
|
22
|
+
|
|
23
|
+
&:hover,
|
|
24
|
+
&:focus-visible {
|
|
25
|
+
background-color: $light-gray;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
outline: none;
|
|
28
|
+
}
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
&-atcb-item-link {
|
|
@@ -43,22 +44,23 @@
|
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
&:hover {
|
|
46
|
-
|
|
47
|
+
border: none;
|
|
48
|
+
outline: none;
|
|
47
49
|
text-decoration: none;
|
|
48
50
|
}
|
|
49
51
|
|
|
50
|
-
&:focus-visible {
|
|
51
|
-
color: #000;
|
|
52
|
-
text-decoration: underline;
|
|
53
|
-
text-decoration-thickness: 1px;
|
|
54
|
-
text-underline-offset: $spacing-micro;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
52
|
span {
|
|
58
53
|
@include text($body-size2);
|
|
59
54
|
|
|
60
55
|
font-variation-settings: 'wght' 400;
|
|
61
56
|
text-decoration: none;
|
|
57
|
+
|
|
58
|
+
&:hover,
|
|
59
|
+
&:focus-visible {
|
|
60
|
+
color: #000;
|
|
61
|
+
outline: none;
|
|
62
|
+
text-decoration: none;
|
|
63
|
+
}
|
|
62
64
|
}
|
|
63
65
|
}
|
|
64
66
|
}
|
package/package.json
CHANGED
|
File without changes
|