@temp-spotwork/ui 1.7.1 → 1.7.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/{Combination-BkpbjcWz.js → Combination-B1NSOvaC.js} +170 -167
- package/dist/{bundle-mjs-CAy1p0fn.js → bundle-mjs-BjFsLjkg.js} +1 -1
- package/dist/components/atoms/avatar/Avatar.stories.js +1 -1
- package/dist/components/atoms/avatar/avatar.js +1 -1
- package/dist/components/atoms/badge/badge.stories.js +1 -1
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.js +1 -1
- package/dist/components/atoms/card-content/label-value-pair/label-value-pair.stories.js +1 -1
- package/dist/components/atoms/daybubble/recurrence-day/recurrence-day.js +1 -1
- package/dist/components/atoms/form/calendar/calendar-date-cell.js +3 -3
- package/dist/components/atoms/form/calendar/calendar-month.js +1 -1
- package/dist/components/atoms/form/calendar/calendar-utils.js +1 -1
- package/dist/components/atoms/form/calendar/calendar.js +2 -2
- package/dist/components/atoms/form/calendar/calendar.stories.js +3 -3
- package/dist/components/atoms/form/calendar/month-header.js +1 -1
- package/dist/components/atoms/form/calendar/sticky-button.js +1 -1
- package/dist/components/atoms/form/checkbox/checkbox.js +2 -2
- package/dist/components/atoms/form/chips/chips.js +1 -1
- package/dist/components/atoms/form/chips/chips.stories.js +1 -1
- package/dist/components/atoms/form/dateselect/date-calendar.js +2 -2
- package/dist/components/atoms/form/dateselect/date-dropdown-header.js +1 -1
- package/dist/components/atoms/form/dateselect/date-dropdown.js +1 -1
- package/dist/components/atoms/form/dateselect/date-input.js +3 -3
- package/dist/components/atoms/form/dateselect/date-month-year-switch.js +1 -1
- package/dist/components/atoms/form/dateselect/dateselect.js +2 -2
- package/dist/components/atoms/form/dateselect/month-switch.js +3 -3
- package/dist/components/atoms/form/dateselect/year-switch.js +3 -3
- package/dist/components/atoms/form/dropdown/dropdown.js +1 -1
- package/dist/components/atoms/form/dropdown-search/dropdown-search.js +1 -1
- package/dist/components/atoms/form/dropdown-search/dropdown-search.stories.js +1 -1
- package/dist/components/atoms/form/radiobutton/radiobutton.js +1 -1
- package/dist/components/atoms/form/stepper/Stepper.stories.js +1 -1
- package/dist/components/atoms/form/switch/switch.js +21 -21
- package/dist/components/atoms/form/time-picker/time-picker-dropdown.js +2 -2
- package/dist/components/atoms/form/time-picker/time-picker-input.js +3 -3
- package/dist/components/atoms/form/time-picker/time-picker.js +2 -2
- package/dist/components/atoms/form/time-picker/time-picker.stories.js +2 -2
- package/dist/components/atoms/form/timeselect/hours-switch.js +1 -1
- package/dist/components/atoms/form/timeselect/minutes-switch.js +1 -1
- package/dist/components/atoms/form/typeahead/typeahead.js +1 -1
- package/dist/components/atoms/icons/icons.js +2 -2
- package/dist/components/atoms/icons/icons.stories.js +3 -3
- package/dist/components/atoms/message/message.js +1 -1
- package/dist/components/atoms/message/message.stories.js +1 -1
- package/dist/components/atoms/navigation/navigation-item/navigation-item.js +1 -1
- package/dist/components/atoms/small-large-text/small-large-text.js +2 -2
- package/dist/components/atoms/tab/Tab.stories.js +1 -1
- package/dist/components/atoms/tab/tab.js +1 -1
- package/dist/components/atoms/tooltip/tooltip.js +2 -2
- package/dist/components/atoms/tooltip/tooltip.stories.js +1 -1
- package/dist/components/molecules/alert/alert.js +4 -4
- package/dist/components/molecules/button/Button.stories.js +1 -1
- package/dist/components/molecules/button/button.js +1 -1
- package/dist/components/molecules/button/loading-spinner.js +1 -1
- package/dist/components/molecules/collapsible-card/Collapsiblecard.stories.js +1 -1
- package/dist/components/molecules/conversation/message-editor/MessageEditor.stories.js +1 -1
- package/dist/components/molecules/conversation/message-group-composer/MessageGroupComposer.stories.js +1 -1
- package/dist/components/molecules/datatables/cell/Cell.stories.js +1 -1
- package/dist/components/molecules/datatables/cell/cell.js +1 -1
- package/dist/components/molecules/datatables/row/Row.stories.js +1 -1
- package/dist/components/molecules/datatables/row/row.js +1 -1
- package/dist/components/molecules/datatables/row-header/RowHeader.stories.js +1 -1
- package/dist/components/molecules/dataviz/donut-chart/DonutChart.stories.js +1 -1
- package/dist/components/molecules/dataviz/donut-chart/donut-chart.js +1821 -1820
- package/dist/components/molecules/dataviz/dot-matrix/DotMatrix.stories.js +1 -1
- package/dist/components/molecules/dataviz/progress-bar/progress-bar.js +1 -1
- package/dist/components/molecules/dataviz/single-stacked-bar/SingleStackedBar.stories.js +1 -1
- package/dist/components/molecules/dialog/dialog.js +4 -4
- package/dist/components/molecules/dialog/dialog.stories.js +1 -1
- package/dist/components/molecules/drawer/drawer.js +3 -3
- package/dist/components/molecules/filter/checkbox/checkbox.js +2 -2
- package/dist/components/molecules/filter/context-search/context-search.js +25 -26
- package/dist/components/molecules/filter/date-range-selector/date-range-selector.js +16 -16
- package/dist/components/molecules/filter/date-selector/DateSelector.stories.js +1 -1
- package/dist/components/molecules/filter/date-selector/date-selector.js +11 -11
- package/dist/components/molecules/filter/dropdown-selector/dropdown-selector.js +2 -2
- package/dist/components/molecules/filter/range-selector/RangeSelector.stories.js +1 -1
- package/dist/components/molecules/filter/range-selector/range-selector.js +6 -6
- package/dist/components/molecules/filter/range-selector/styles.js +1 -1
- package/dist/components/molecules/filter/segmented-control/segmented-control.js +1 -1
- package/dist/components/molecules/form/radiogroup/radiogroup.js +1 -1
- package/dist/components/molecules/form/radiogroup/radiogroup.stories.js +1 -1
- package/dist/components/molecules/link/Link.stories.js +1 -1
- package/dist/components/molecules/navigation/context-menu/context-menu.js +2 -2
- package/dist/components/molecules/navigation/header/Header.stories.js +1 -1
- package/dist/components/molecules/navigation/menubar/menubar.js +2 -2
- package/dist/components/molecules/navigation/sidebar/Sidebar.stories.js +1 -1
- package/dist/components/molecules/navigation/sidebar/sidebar.js +2 -2
- package/dist/components/molecules/notifications/content/Content.stories.js +1 -1
- package/dist/components/molecules/snackbar/Snackbar.stories.js +1 -1
- package/dist/components/molecules/snackbar/index.js +1 -1
- package/dist/components/molecules/snackbar/snackbar.js +3 -3
- package/dist/components/molecules/tab-group/tab-group.js +1 -1
- package/dist/components/molecules/tab-group/tabgroup.stories.js +1 -1
- package/dist/components/styles/typography/typography.js +1 -1
- package/dist/{index-DrfOymtc.js → index-B9jfXCBx.js} +15 -15
- package/dist/{index-DNpMaKvH.js → index-Bam3aisa.js} +24 -24
- package/dist/{index-OIdMhwsO.js → index-ByBd5wKB.js} +1 -1
- package/dist/{index-C0ZrzaoZ.js → index-Ck3lRuRz.js} +17 -17
- package/dist/{index-DotfMcM0.js → index-DLKZ-XYv.js} +5922 -5891
- package/dist/{index-CYyrKZeH.js → index-DMvnp-vR.js} +58 -58
- package/dist/{index-CnWyMXBX.js → index-DVNTJNwY.js} +24 -24
- package/dist/{index-DM2Ov9_y.js → index-Dpx0xQmQ.js} +6620 -6620
- package/dist/{index-BKdkX0lZ.js → index-QKj2bKph.js} +13 -13
- package/dist/lib/utils.js +1 -1
- package/dist/lodash-CyvSh4lH.js +3691 -0
- package/dist/main.js +2 -2
- package/dist/purify.es-CcKdJiNO.js +595 -0
- package/dist/{react-spring_web.modern-BLL8Qmtg.js → react-spring_web.modern-BzbxCya-.js} +1 -1
- package/dist/{snackbar-CgqDB5xn.js → snackbar-BUPlWHWk.js} +9 -14
- package/package.json +1 -1
- package/dist/lodash-BRbpQ7iy.js +0 -3676
- package/dist/purify.es-eYFoHPwR.js +0 -528
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import * as u from "react";
|
|
2
|
-
import { useState as
|
|
3
|
-
import { j as
|
|
4
|
-
import { jsx as
|
|
5
|
-
var
|
|
6
|
-
function
|
|
2
|
+
import { useState as ge } from "react";
|
|
3
|
+
import { j as q, b as ye, a as be } from "./index-DLKZ-XYv.js";
|
|
4
|
+
import { jsx as Ee } from "react/jsx-runtime";
|
|
5
|
+
var _ = 0;
|
|
6
|
+
function yt() {
|
|
7
7
|
u.useEffect(() => {
|
|
8
8
|
const e = document.querySelectorAll("[data-radix-focus-guard]");
|
|
9
|
-
return document.body.insertAdjacentElement("afterbegin", e[0] ??
|
|
10
|
-
|
|
9
|
+
return document.body.insertAdjacentElement("afterbegin", e[0] ?? Q()), document.body.insertAdjacentElement("beforeend", e[1] ?? Q()), _++, () => {
|
|
10
|
+
_ === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((t) => t.remove()), _--;
|
|
11
11
|
};
|
|
12
12
|
}, []);
|
|
13
13
|
}
|
|
14
|
-
function
|
|
14
|
+
function Q() {
|
|
15
15
|
const e = document.createElement("span");
|
|
16
16
|
return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
|
|
17
17
|
}
|
|
18
|
-
var
|
|
18
|
+
var j = "focusScope.autoFocusOnMount", K = "focusScope.autoFocusOnUnmount", $ = { bubbles: !1, cancelable: !0 }, Se = "FocusScope", we = u.forwardRef((e, t) => {
|
|
19
19
|
const {
|
|
20
20
|
loop: n = !1,
|
|
21
21
|
trapped: r = !1,
|
|
22
22
|
onMountAutoFocus: c,
|
|
23
23
|
onUnmountAutoFocus: i,
|
|
24
24
|
...s
|
|
25
|
-
} = e, [a, S] = u.useState(null), b =
|
|
25
|
+
} = e, [a, S] = u.useState(null), b = q(c), g = q(i), f = u.useRef(null), v = ye(t, (o) => S(o)), h = u.useRef({
|
|
26
26
|
paused: !1,
|
|
27
27
|
pause() {
|
|
28
28
|
this.paused = !0;
|
|
@@ -36,15 +36,15 @@ var _ = "focusScope.autoFocusOnMount", j = "focusScope.autoFocusOnUnmount", q =
|
|
|
36
36
|
let o = function(p) {
|
|
37
37
|
if (h.paused || !a) return;
|
|
38
38
|
const y = p.target;
|
|
39
|
-
a.contains(y) ? f.current = y :
|
|
39
|
+
a.contains(y) ? f.current = y : A(f.current, { select: !0 });
|
|
40
40
|
}, l = function(p) {
|
|
41
41
|
if (h.paused || !a) return;
|
|
42
42
|
const y = p.relatedTarget;
|
|
43
|
-
y !== null && (a.contains(y) ||
|
|
43
|
+
y !== null && (a.contains(y) || A(f.current, { select: !0 }));
|
|
44
44
|
}, d = function(p) {
|
|
45
45
|
if (document.activeElement === document.body)
|
|
46
46
|
for (const E of p)
|
|
47
|
-
E.removedNodes.length > 0 &&
|
|
47
|
+
E.removedNodes.length > 0 && A(a);
|
|
48
48
|
};
|
|
49
49
|
document.addEventListener("focusin", o), document.addEventListener("focusout", l);
|
|
50
50
|
const m = new MutationObserver(d);
|
|
@@ -54,16 +54,16 @@ var _ = "focusScope.autoFocusOnMount", j = "focusScope.autoFocusOnUnmount", q =
|
|
|
54
54
|
}
|
|
55
55
|
}, [r, a, h.paused]), u.useEffect(() => {
|
|
56
56
|
if (a) {
|
|
57
|
-
|
|
57
|
+
ee.add(h);
|
|
58
58
|
const o = document.activeElement;
|
|
59
59
|
if (!a.contains(o)) {
|
|
60
|
-
const d = new CustomEvent(
|
|
61
|
-
a.addEventListener(
|
|
60
|
+
const d = new CustomEvent(j, $);
|
|
61
|
+
a.addEventListener(j, b), a.dispatchEvent(d), d.defaultPrevented || (Ce(Ne(ue(a)), { select: !0 }), document.activeElement === o && A(a));
|
|
62
62
|
}
|
|
63
63
|
return () => {
|
|
64
|
-
a.removeEventListener(
|
|
65
|
-
const d = new CustomEvent(
|
|
66
|
-
a.addEventListener(
|
|
64
|
+
a.removeEventListener(j, b), setTimeout(() => {
|
|
65
|
+
const d = new CustomEvent(K, $);
|
|
66
|
+
a.addEventListener(K, g), a.dispatchEvent(d), d.defaultPrevented || A(o ?? document.body, { select: !0 }), a.removeEventListener(K, g), ee.remove(h);
|
|
67
67
|
}, 0);
|
|
68
68
|
};
|
|
69
69
|
}
|
|
@@ -73,25 +73,25 @@ var _ = "focusScope.autoFocusOnMount", j = "focusScope.autoFocusOnUnmount", q =
|
|
|
73
73
|
if (!n && !r || h.paused) return;
|
|
74
74
|
const l = o.key === "Tab" && !o.altKey && !o.ctrlKey && !o.metaKey, d = document.activeElement;
|
|
75
75
|
if (l && d) {
|
|
76
|
-
const m = o.currentTarget, [p, y] =
|
|
77
|
-
p && y ? !o.shiftKey && d === y ? (o.preventDefault(), n &&
|
|
76
|
+
const m = o.currentTarget, [p, y] = Re(m);
|
|
77
|
+
p && y ? !o.shiftKey && d === y ? (o.preventDefault(), n && A(p, { select: !0 })) : o.shiftKey && d === p && (o.preventDefault(), n && A(y, { select: !0 })) : d === m && o.preventDefault();
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
[n, r, h.paused]
|
|
81
81
|
);
|
|
82
|
-
return /* @__PURE__ */
|
|
82
|
+
return /* @__PURE__ */ Ee(be.div, { tabIndex: -1, ...s, ref: v, onKeyDown: w });
|
|
83
83
|
});
|
|
84
|
-
|
|
85
|
-
function
|
|
84
|
+
we.displayName = Se;
|
|
85
|
+
function Ce(e, { select: t = !1 } = {}) {
|
|
86
86
|
const n = document.activeElement;
|
|
87
87
|
for (const r of e)
|
|
88
|
-
if (
|
|
88
|
+
if (A(r, { select: t }), document.activeElement !== n) return;
|
|
89
89
|
}
|
|
90
|
-
function
|
|
91
|
-
const t =
|
|
90
|
+
function Re(e) {
|
|
91
|
+
const t = ue(e), n = J(t, e), r = J(t.reverse(), e);
|
|
92
92
|
return [n, r];
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function ue(e) {
|
|
95
95
|
const t = [], n = document.createTreeWalker(e, NodeFilter.SHOW_ELEMENT, {
|
|
96
96
|
acceptNode: (r) => {
|
|
97
97
|
const c = r.tagName === "INPUT" && r.type === "hidden";
|
|
@@ -101,11 +101,11 @@ function oe(e) {
|
|
|
101
101
|
for (; n.nextNode(); ) t.push(n.currentNode);
|
|
102
102
|
return t;
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function J(e, t) {
|
|
105
105
|
for (const n of e)
|
|
106
|
-
if (!
|
|
106
|
+
if (!ke(n, { upTo: t })) return n;
|
|
107
107
|
}
|
|
108
|
-
function
|
|
108
|
+
function ke(e, { upTo: t }) {
|
|
109
109
|
if (getComputedStyle(e).visibility === "hidden") return !0;
|
|
110
110
|
for (; e; ) {
|
|
111
111
|
if (t !== void 0 && e === t) return !1;
|
|
@@ -114,54 +114,54 @@ function we(e, { upTo: t }) {
|
|
|
114
114
|
}
|
|
115
115
|
return !1;
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Ae(e) {
|
|
118
118
|
return e instanceof HTMLInputElement && "select" in e;
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function A(e, { select: t = !1 } = {}) {
|
|
121
121
|
if (e && e.focus) {
|
|
122
122
|
const n = document.activeElement;
|
|
123
|
-
e.focus({ preventScroll: !0 }), e !== n &&
|
|
123
|
+
e.focus({ preventScroll: !0 }), e !== n && Ae(e) && t && e.select();
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
var
|
|
127
|
-
function
|
|
126
|
+
var ee = Te();
|
|
127
|
+
function Te() {
|
|
128
128
|
let e = [];
|
|
129
129
|
return {
|
|
130
130
|
add(t) {
|
|
131
131
|
const n = e[0];
|
|
132
|
-
t !== n && (n == null || n.pause()), e =
|
|
132
|
+
t !== n && (n == null || n.pause()), e = te(e, t), e.unshift(t);
|
|
133
133
|
},
|
|
134
134
|
remove(t) {
|
|
135
135
|
var n;
|
|
136
|
-
e =
|
|
136
|
+
e = te(e, t), (n = e[0]) == null || n.resume();
|
|
137
137
|
}
|
|
138
138
|
};
|
|
139
139
|
}
|
|
140
|
-
function
|
|
140
|
+
function te(e, t) {
|
|
141
141
|
const n = [...e], r = n.indexOf(t);
|
|
142
142
|
return r !== -1 && n.splice(r, 1), n;
|
|
143
143
|
}
|
|
144
|
-
function
|
|
144
|
+
function Ne(e) {
|
|
145
145
|
return e.filter((t) => t.tagName !== "A");
|
|
146
146
|
}
|
|
147
|
-
var
|
|
147
|
+
var Me = function(e) {
|
|
148
148
|
if (typeof document > "u")
|
|
149
149
|
return null;
|
|
150
150
|
var t = Array.isArray(e) ? e[0] : e;
|
|
151
151
|
return t.ownerDocument.body;
|
|
152
|
-
}, T = /* @__PURE__ */ new WeakMap(), F = /* @__PURE__ */ new WeakMap(), L = {},
|
|
153
|
-
return e && (e.host ||
|
|
154
|
-
},
|
|
152
|
+
}, T = /* @__PURE__ */ new WeakMap(), F = /* @__PURE__ */ new WeakMap(), L = {}, H = 0, ie = function(e) {
|
|
153
|
+
return e && (e.host || ie(e.parentNode));
|
|
154
|
+
}, Oe = function(e, t) {
|
|
155
155
|
return t.map(function(n) {
|
|
156
156
|
if (e.contains(n))
|
|
157
157
|
return n;
|
|
158
|
-
var r =
|
|
158
|
+
var r = ie(n);
|
|
159
159
|
return r && e.contains(r) ? r : (console.error("aria-hidden", n, "in not contained inside", e, ". Doing nothing"), null);
|
|
160
160
|
}).filter(function(n) {
|
|
161
161
|
return !!n;
|
|
162
162
|
});
|
|
163
|
-
},
|
|
164
|
-
var c =
|
|
163
|
+
}, Pe = function(e, t, n, r) {
|
|
164
|
+
var c = Oe(t, Array.isArray(e) ? e : [e]);
|
|
165
165
|
L[n] || (L[n] = /* @__PURE__ */ new WeakMap());
|
|
166
166
|
var i = L[n], s = [], a = /* @__PURE__ */ new Set(), S = new Set(c), b = function(f) {
|
|
167
167
|
!f || a.has(f) || (a.add(f), b(f.parentNode));
|
|
@@ -180,16 +180,16 @@ var Ae = function(e) {
|
|
|
180
180
|
}
|
|
181
181
|
});
|
|
182
182
|
};
|
|
183
|
-
return g(t), a.clear(),
|
|
183
|
+
return g(t), a.clear(), H++, function() {
|
|
184
184
|
s.forEach(function(f) {
|
|
185
185
|
var v = T.get(f) - 1, h = i.get(f) - 1;
|
|
186
186
|
T.set(f, v), i.set(f, h), v || (F.has(f) || f.removeAttribute(r), F.delete(f)), h || f.removeAttribute(n);
|
|
187
|
-
}),
|
|
187
|
+
}), H--, H || (T = /* @__PURE__ */ new WeakMap(), T = /* @__PURE__ */ new WeakMap(), F = /* @__PURE__ */ new WeakMap(), L = {});
|
|
188
188
|
};
|
|
189
|
-
},
|
|
189
|
+
}, bt = function(e, t, n) {
|
|
190
190
|
n === void 0 && (n = "data-aria-hidden");
|
|
191
|
-
var r = Array.from(Array.isArray(e) ? e : [e]), c =
|
|
192
|
-
return c ? (r.push.apply(r, Array.from(c.querySelectorAll("[aria-live], script"))),
|
|
191
|
+
var r = Array.from(Array.isArray(e) ? e : [e]), c = Me(e);
|
|
192
|
+
return c ? (r.push.apply(r, Array.from(c.querySelectorAll("[aria-live], script"))), Pe(r, c, n, "aria-hidden")) : function() {
|
|
193
193
|
return null;
|
|
194
194
|
};
|
|
195
195
|
}, C = function() {
|
|
@@ -201,7 +201,7 @@ var Ae = function(e) {
|
|
|
201
201
|
return t;
|
|
202
202
|
}, C.apply(this, arguments);
|
|
203
203
|
};
|
|
204
|
-
function
|
|
204
|
+
function le(e, t) {
|
|
205
205
|
var n = {};
|
|
206
206
|
for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
207
207
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -209,17 +209,17 @@ function ue(e, t) {
|
|
|
209
209
|
t.indexOf(r[c]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[c]) && (n[r[c]] = e[r[c]]);
|
|
210
210
|
return n;
|
|
211
211
|
}
|
|
212
|
-
function
|
|
212
|
+
function Fe(e, t, n) {
|
|
213
213
|
if (n || arguments.length === 2) for (var r = 0, c = t.length, i; r < c; r++)
|
|
214
214
|
(i || !(r in t)) && (i || (i = Array.prototype.slice.call(t, 0, r)), i[r] = t[r]);
|
|
215
215
|
return e.concat(i || Array.prototype.slice.call(t));
|
|
216
216
|
}
|
|
217
|
-
var W = "right-scroll-bar-position", B = "width-before-scroll-bar",
|
|
218
|
-
function
|
|
217
|
+
var W = "right-scroll-bar-position", B = "width-before-scroll-bar", Le = "with-scroll-bars-hidden", Ie = "--removed-body-scroll-bar-size";
|
|
218
|
+
function V(e, t) {
|
|
219
219
|
return typeof e == "function" ? e(t) : e && (e.current = t), e;
|
|
220
220
|
}
|
|
221
|
-
function
|
|
222
|
-
var n =
|
|
221
|
+
function xe(e, t) {
|
|
222
|
+
var n = ge(function() {
|
|
223
223
|
return {
|
|
224
224
|
// value
|
|
225
225
|
value: e,
|
|
@@ -239,31 +239,31 @@ function Fe(e, t) {
|
|
|
239
239
|
})[0];
|
|
240
240
|
return n.callback = t, n.facade;
|
|
241
241
|
}
|
|
242
|
-
var
|
|
243
|
-
function
|
|
244
|
-
var n =
|
|
242
|
+
var We = typeof window < "u" ? u.useLayoutEffect : u.useEffect, ne = /* @__PURE__ */ new WeakMap();
|
|
243
|
+
function Be(e, t) {
|
|
244
|
+
var n = xe(null, function(r) {
|
|
245
245
|
return e.forEach(function(c) {
|
|
246
|
-
return
|
|
246
|
+
return V(c, r);
|
|
247
247
|
});
|
|
248
248
|
});
|
|
249
|
-
return
|
|
250
|
-
var r =
|
|
249
|
+
return We(function() {
|
|
250
|
+
var r = ne.get(n);
|
|
251
251
|
if (r) {
|
|
252
252
|
var c = new Set(r), i = new Set(e), s = n.current;
|
|
253
253
|
c.forEach(function(a) {
|
|
254
|
-
i.has(a) ||
|
|
254
|
+
i.has(a) || V(a, null);
|
|
255
255
|
}), i.forEach(function(a) {
|
|
256
|
-
c.has(a) ||
|
|
256
|
+
c.has(a) || V(a, s);
|
|
257
257
|
});
|
|
258
258
|
}
|
|
259
|
-
|
|
259
|
+
ne.set(n, e);
|
|
260
260
|
}, [e]), n;
|
|
261
261
|
}
|
|
262
|
-
function
|
|
262
|
+
function De(e) {
|
|
263
263
|
return e;
|
|
264
264
|
}
|
|
265
|
-
function
|
|
266
|
-
t === void 0 && (t =
|
|
265
|
+
function Ue(e, t) {
|
|
266
|
+
t === void 0 && (t = De);
|
|
267
267
|
var n = [], r = !1, c = {
|
|
268
268
|
read: function() {
|
|
269
269
|
if (r)
|
|
@@ -317,13 +317,13 @@ function We(e, t) {
|
|
|
317
317
|
};
|
|
318
318
|
return c;
|
|
319
319
|
}
|
|
320
|
-
function
|
|
320
|
+
function _e(e) {
|
|
321
321
|
e === void 0 && (e = {});
|
|
322
|
-
var t =
|
|
322
|
+
var t = Ue(null);
|
|
323
323
|
return t.options = C({ async: !0, ssr: !1 }, e), t;
|
|
324
324
|
}
|
|
325
|
-
var
|
|
326
|
-
var t = e.sideCar, n =
|
|
325
|
+
var se = function(e) {
|
|
326
|
+
var t = e.sideCar, n = le(e, ["sideCar"]);
|
|
327
327
|
if (!t)
|
|
328
328
|
throw new Error("Sidecar: please provide `sideCar` property to import the right car");
|
|
329
329
|
var r = t.read();
|
|
@@ -331,22 +331,22 @@ var ie = function(e) {
|
|
|
331
331
|
throw new Error("Sidecar medium not found");
|
|
332
332
|
return u.createElement(r, C({}, n));
|
|
333
333
|
};
|
|
334
|
-
|
|
335
|
-
function
|
|
336
|
-
return e.useMedium(t),
|
|
334
|
+
se.isSideCarExport = !0;
|
|
335
|
+
function je(e, t) {
|
|
336
|
+
return e.useMedium(t), se;
|
|
337
337
|
}
|
|
338
|
-
var
|
|
338
|
+
var fe = _e(), X = function() {
|
|
339
339
|
}, D = u.forwardRef(function(e, t) {
|
|
340
340
|
var n = u.useRef(null), r = u.useState({
|
|
341
|
-
onScrollCapture:
|
|
342
|
-
onWheelCapture:
|
|
343
|
-
onTouchMoveCapture:
|
|
344
|
-
}), c = r[0], i = r[1], s = e.forwardProps, a = e.children, S = e.className, b = e.removeScrollBar, g = e.enabled, f = e.shards, v = e.sideCar, h = e.noRelative, w = e.noIsolation, o = e.inert, l = e.allowPinchZoom, d = e.as, m = d === void 0 ? "div" : d, p = e.gapMode, y =
|
|
341
|
+
onScrollCapture: X,
|
|
342
|
+
onWheelCapture: X,
|
|
343
|
+
onTouchMoveCapture: X
|
|
344
|
+
}), c = r[0], i = r[1], s = e.forwardProps, a = e.children, S = e.className, b = e.removeScrollBar, g = e.enabled, f = e.shards, v = e.sideCar, h = e.noRelative, w = e.noIsolation, o = e.inert, l = e.allowPinchZoom, d = e.as, m = d === void 0 ? "div" : d, p = e.gapMode, y = le(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noRelative", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), E = v, R = Be([n, t]), k = C(C({}, y), c);
|
|
345
345
|
return u.createElement(
|
|
346
346
|
u.Fragment,
|
|
347
347
|
null,
|
|
348
|
-
g && u.createElement(E, { sideCar:
|
|
349
|
-
s ? u.cloneElement(u.Children.only(a), C(C({},
|
|
348
|
+
g && u.createElement(E, { sideCar: fe, removeScrollBar: b, shards: f, noRelative: h, noIsolation: w, inert: o, setCallbacks: i, allowPinchZoom: !!l, lockRef: n, gapMode: p }),
|
|
349
|
+
s ? u.cloneElement(u.Children.only(a), C(C({}, k), { ref: R })) : u.createElement(m, C({}, k, { className: S, ref: R }), a)
|
|
350
350
|
);
|
|
351
351
|
});
|
|
352
352
|
D.defaultProps = {
|
|
@@ -358,37 +358,37 @@ D.classNames = {
|
|
|
358
358
|
fullWidth: B,
|
|
359
359
|
zeroRight: W
|
|
360
360
|
};
|
|
361
|
-
var
|
|
361
|
+
var Ke = function() {
|
|
362
362
|
if (typeof __webpack_nonce__ < "u")
|
|
363
363
|
return __webpack_nonce__;
|
|
364
364
|
};
|
|
365
|
-
function
|
|
365
|
+
function He() {
|
|
366
366
|
if (!document)
|
|
367
367
|
return null;
|
|
368
368
|
var e = document.createElement("style");
|
|
369
369
|
e.type = "text/css";
|
|
370
|
-
var t =
|
|
370
|
+
var t = Ke();
|
|
371
371
|
return t && e.setAttribute("nonce", t), e;
|
|
372
372
|
}
|
|
373
|
-
function
|
|
373
|
+
function Ve(e, t) {
|
|
374
374
|
e.styleSheet ? e.styleSheet.cssText = t : e.appendChild(document.createTextNode(t));
|
|
375
375
|
}
|
|
376
|
-
function
|
|
376
|
+
function Xe(e) {
|
|
377
377
|
var t = document.head || document.getElementsByTagName("head")[0];
|
|
378
378
|
t.appendChild(e);
|
|
379
379
|
}
|
|
380
|
-
var
|
|
380
|
+
var Ye = function() {
|
|
381
381
|
var e = 0, t = null;
|
|
382
382
|
return {
|
|
383
383
|
add: function(n) {
|
|
384
|
-
e == 0 && (t =
|
|
384
|
+
e == 0 && (t = He()) && (Ve(t, n), Xe(t)), e++;
|
|
385
385
|
},
|
|
386
386
|
remove: function() {
|
|
387
387
|
e--, !e && t && (t.parentNode && t.parentNode.removeChild(t), t = null);
|
|
388
388
|
}
|
|
389
389
|
};
|
|
390
|
-
},
|
|
391
|
-
var e =
|
|
390
|
+
}, Ge = function() {
|
|
391
|
+
var e = Ye();
|
|
392
392
|
return function(t, n) {
|
|
393
393
|
u.useEffect(function() {
|
|
394
394
|
return e.add(t), function() {
|
|
@@ -396,36 +396,36 @@ var He = function() {
|
|
|
396
396
|
};
|
|
397
397
|
}, [t && n]);
|
|
398
398
|
};
|
|
399
|
-
},
|
|
400
|
-
var e =
|
|
399
|
+
}, de = function() {
|
|
400
|
+
var e = Ge(), t = function(n) {
|
|
401
401
|
var r = n.styles, c = n.dynamic;
|
|
402
402
|
return e(r, c), null;
|
|
403
403
|
};
|
|
404
404
|
return t;
|
|
405
|
-
},
|
|
405
|
+
}, ze = {
|
|
406
406
|
left: 0,
|
|
407
407
|
top: 0,
|
|
408
408
|
right: 0,
|
|
409
409
|
gap: 0
|
|
410
|
-
},
|
|
410
|
+
}, Y = function(e) {
|
|
411
411
|
return parseInt(e || "", 10) || 0;
|
|
412
|
-
},
|
|
412
|
+
}, Ze = function(e) {
|
|
413
413
|
var t = window.getComputedStyle(document.body), n = t[e === "padding" ? "paddingLeft" : "marginLeft"], r = t[e === "padding" ? "paddingTop" : "marginTop"], c = t[e === "padding" ? "paddingRight" : "marginRight"];
|
|
414
|
-
return [
|
|
415
|
-
},
|
|
414
|
+
return [Y(n), Y(r), Y(c)];
|
|
415
|
+
}, qe = function(e) {
|
|
416
416
|
if (e === void 0 && (e = "margin"), typeof window > "u")
|
|
417
|
-
return
|
|
418
|
-
var t =
|
|
417
|
+
return ze;
|
|
418
|
+
var t = Ze(e), n = document.documentElement.clientWidth, r = window.innerWidth;
|
|
419
419
|
return {
|
|
420
420
|
left: t[0],
|
|
421
421
|
top: t[1],
|
|
422
422
|
right: t[2],
|
|
423
423
|
gap: Math.max(0, r - n + t[2] - t[0])
|
|
424
424
|
};
|
|
425
|
-
},
|
|
425
|
+
}, Qe = de(), O = "data-scroll-locked", $e = function(e, t, n, r) {
|
|
426
426
|
var c = e.left, i = e.top, s = e.right, a = e.gap;
|
|
427
427
|
return n === void 0 && (n = "margin"), `
|
|
428
|
-
.`.concat(
|
|
428
|
+
.`.concat(Le, ` {
|
|
429
429
|
overflow: hidden `).concat(r, `;
|
|
430
430
|
padding-right: `).concat(a, "px ").concat(r, `;
|
|
431
431
|
}
|
|
@@ -463,93 +463,93 @@ var He = function() {
|
|
|
463
463
|
}
|
|
464
464
|
|
|
465
465
|
body[`).concat(O, `] {
|
|
466
|
-
`).concat(
|
|
466
|
+
`).concat(Ie, ": ").concat(a, `px;
|
|
467
467
|
}
|
|
468
468
|
`);
|
|
469
|
-
},
|
|
469
|
+
}, re = function() {
|
|
470
470
|
var e = parseInt(document.body.getAttribute(O) || "0", 10);
|
|
471
471
|
return isFinite(e) ? e : 0;
|
|
472
|
-
},
|
|
472
|
+
}, Je = function() {
|
|
473
473
|
u.useEffect(function() {
|
|
474
|
-
return document.body.setAttribute(O, (
|
|
475
|
-
var e =
|
|
474
|
+
return document.body.setAttribute(O, (re() + 1).toString()), function() {
|
|
475
|
+
var e = re() - 1;
|
|
476
476
|
e <= 0 ? document.body.removeAttribute(O) : document.body.setAttribute(O, e.toString());
|
|
477
477
|
};
|
|
478
478
|
}, []);
|
|
479
|
-
},
|
|
479
|
+
}, et = function(e) {
|
|
480
480
|
var t = e.noRelative, n = e.noImportant, r = e.gapMode, c = r === void 0 ? "margin" : r;
|
|
481
|
-
|
|
481
|
+
Je();
|
|
482
482
|
var i = u.useMemo(function() {
|
|
483
|
-
return
|
|
483
|
+
return qe(c);
|
|
484
484
|
}, [c]);
|
|
485
|
-
return u.createElement(
|
|
486
|
-
},
|
|
485
|
+
return u.createElement(Qe, { styles: $e(i, !t, c, n ? "" : "!important") });
|
|
486
|
+
}, G = !1;
|
|
487
487
|
if (typeof window < "u")
|
|
488
488
|
try {
|
|
489
489
|
var I = Object.defineProperty({}, "passive", {
|
|
490
490
|
get: function() {
|
|
491
|
-
return
|
|
491
|
+
return G = !0, !0;
|
|
492
492
|
}
|
|
493
493
|
});
|
|
494
494
|
window.addEventListener("test", I, I), window.removeEventListener("test", I, I);
|
|
495
495
|
} catch {
|
|
496
|
-
|
|
496
|
+
G = !1;
|
|
497
497
|
}
|
|
498
|
-
var N =
|
|
498
|
+
var N = G ? { passive: !1 } : !1, tt = function(e) {
|
|
499
499
|
return e.tagName === "TEXTAREA";
|
|
500
|
-
},
|
|
500
|
+
}, ve = function(e, t) {
|
|
501
501
|
if (!(e instanceof Element))
|
|
502
502
|
return !1;
|
|
503
503
|
var n = window.getComputedStyle(e);
|
|
504
504
|
return (
|
|
505
505
|
// not-not-scrollable
|
|
506
506
|
n[t] !== "hidden" && // contains scroll inside self
|
|
507
|
-
!(n.overflowY === n.overflowX &&
|
|
507
|
+
!(n.overflowY === n.overflowX && !tt(e) && n[t] === "visible")
|
|
508
508
|
);
|
|
509
|
-
},
|
|
510
|
-
return
|
|
511
|
-
},
|
|
512
|
-
return
|
|
513
|
-
},
|
|
509
|
+
}, nt = function(e) {
|
|
510
|
+
return ve(e, "overflowY");
|
|
511
|
+
}, rt = function(e) {
|
|
512
|
+
return ve(e, "overflowX");
|
|
513
|
+
}, ae = function(e, t) {
|
|
514
514
|
var n = t.ownerDocument, r = t;
|
|
515
515
|
do {
|
|
516
516
|
typeof ShadowRoot < "u" && r instanceof ShadowRoot && (r = r.host);
|
|
517
|
-
var c =
|
|
517
|
+
var c = he(e, r);
|
|
518
518
|
if (c) {
|
|
519
|
-
var i =
|
|
519
|
+
var i = me(e, r), s = i[1], a = i[2];
|
|
520
520
|
if (s > a)
|
|
521
521
|
return !0;
|
|
522
522
|
}
|
|
523
523
|
r = r.parentNode;
|
|
524
524
|
} while (r && r !== n.body);
|
|
525
525
|
return !1;
|
|
526
|
-
},
|
|
526
|
+
}, at = function(e) {
|
|
527
527
|
var t = e.scrollTop, n = e.scrollHeight, r = e.clientHeight;
|
|
528
528
|
return [
|
|
529
529
|
t,
|
|
530
530
|
n,
|
|
531
531
|
r
|
|
532
532
|
];
|
|
533
|
-
},
|
|
533
|
+
}, ot = function(e) {
|
|
534
534
|
var t = e.scrollLeft, n = e.scrollWidth, r = e.clientWidth;
|
|
535
535
|
return [
|
|
536
536
|
t,
|
|
537
537
|
n,
|
|
538
538
|
r
|
|
539
539
|
];
|
|
540
|
-
},
|
|
541
|
-
return e === "v" ?
|
|
542
|
-
},
|
|
543
|
-
return e === "v" ?
|
|
544
|
-
},
|
|
540
|
+
}, he = function(e, t) {
|
|
541
|
+
return e === "v" ? nt(t) : rt(t);
|
|
542
|
+
}, me = function(e, t) {
|
|
543
|
+
return e === "v" ? at(t) : ot(t);
|
|
544
|
+
}, ct = function(e, t) {
|
|
545
545
|
return e === "h" && t === "rtl" ? -1 : 1;
|
|
546
|
-
},
|
|
547
|
-
var i =
|
|
546
|
+
}, ut = function(e, t, n, r, c) {
|
|
547
|
+
var i = ct(e, window.getComputedStyle(t).direction), s = i * r, a = n.target, S = t.contains(a), b = !1, g = s > 0, f = 0, v = 0;
|
|
548
548
|
do {
|
|
549
549
|
if (!a)
|
|
550
550
|
break;
|
|
551
|
-
var h =
|
|
552
|
-
(w || d) &&
|
|
551
|
+
var h = me(e, a), w = h[0], o = h[1], l = h[2], d = o - l - i * w;
|
|
552
|
+
(w || d) && he(e, a) && (f += d, v += w);
|
|
553
553
|
var m = a.parentNode;
|
|
554
554
|
a = m && m.nodeType === Node.DOCUMENT_FRAGMENT_NODE ? m.host : m;
|
|
555
555
|
} while (
|
|
@@ -560,26 +560,26 @@ var N = Y ? { passive: !1 } : !1, $e = function(e) {
|
|
|
560
560
|
return (g && Math.abs(f) < 1 || !g && Math.abs(v) < 1) && (b = !0), b;
|
|
561
561
|
}, x = function(e) {
|
|
562
562
|
return "changedTouches" in e ? [e.changedTouches[0].clientX, e.changedTouches[0].clientY] : [0, 0];
|
|
563
|
-
},
|
|
563
|
+
}, oe = function(e) {
|
|
564
564
|
return [e.deltaX, e.deltaY];
|
|
565
|
-
},
|
|
565
|
+
}, ce = function(e) {
|
|
566
566
|
return e && "current" in e ? e.current : e;
|
|
567
|
-
},
|
|
567
|
+
}, it = function(e, t) {
|
|
568
568
|
return e[0] === t[0] && e[1] === t[1];
|
|
569
|
-
},
|
|
569
|
+
}, lt = function(e) {
|
|
570
570
|
return `
|
|
571
571
|
.block-interactivity-`.concat(e, ` {pointer-events: none;}
|
|
572
572
|
.allow-interactivity-`).concat(e, ` {pointer-events: all;}
|
|
573
573
|
`);
|
|
574
|
-
},
|
|
575
|
-
function
|
|
576
|
-
var t = u.useRef([]), n = u.useRef([0, 0]), r = u.useRef(), c = u.useState(
|
|
574
|
+
}, st = 0, M = [];
|
|
575
|
+
function ft(e) {
|
|
576
|
+
var t = u.useRef([]), n = u.useRef([0, 0]), r = u.useRef(), c = u.useState(st++)[0], i = u.useState(de)[0], s = u.useRef(e);
|
|
577
577
|
u.useEffect(function() {
|
|
578
578
|
s.current = e;
|
|
579
579
|
}, [e]), u.useEffect(function() {
|
|
580
580
|
if (e.inert) {
|
|
581
581
|
document.body.classList.add("block-interactivity-".concat(c));
|
|
582
|
-
var o =
|
|
582
|
+
var o = Fe([e.lockRef.current], (e.shards || []).map(ce), !0).filter(Boolean);
|
|
583
583
|
return o.forEach(function(l) {
|
|
584
584
|
return l.classList.add("allow-interactivity-".concat(c));
|
|
585
585
|
}), function() {
|
|
@@ -592,37 +592,40 @@ function it(e) {
|
|
|
592
592
|
var a = u.useCallback(function(o, l) {
|
|
593
593
|
if ("touches" in o && o.touches.length === 2 || o.type === "wheel" && o.ctrlKey)
|
|
594
594
|
return !s.current.allowPinchZoom;
|
|
595
|
-
var d = x(o), m = n.current, p = "deltaX" in o ? o.deltaX : m[0] - d[0], y = "deltaY" in o ? o.deltaY : m[1] - d[1], E,
|
|
596
|
-
if ("touches" in o &&
|
|
595
|
+
var d = x(o), m = n.current, p = "deltaX" in o ? o.deltaX : m[0] - d[0], y = "deltaY" in o ? o.deltaY : m[1] - d[1], E, R = o.target, k = Math.abs(p) > Math.abs(y) ? "h" : "v";
|
|
596
|
+
if ("touches" in o && k === "h" && R.type === "range")
|
|
597
|
+
return !1;
|
|
598
|
+
var z = window.getSelection(), U = z && z.anchorNode, pe = U ? U === R || U.contains(R) : !1;
|
|
599
|
+
if (pe)
|
|
597
600
|
return !1;
|
|
598
|
-
var P =
|
|
601
|
+
var P = ae(k, R);
|
|
599
602
|
if (!P)
|
|
600
603
|
return !0;
|
|
601
|
-
if (P ? E =
|
|
604
|
+
if (P ? E = k : (E = k === "v" ? "h" : "v", P = ae(k, R)), !P)
|
|
602
605
|
return !1;
|
|
603
606
|
if (!r.current && "changedTouches" in o && (p || y) && (r.current = E), !E)
|
|
604
607
|
return !0;
|
|
605
|
-
var
|
|
606
|
-
return
|
|
608
|
+
var Z = r.current || E;
|
|
609
|
+
return ut(Z, l, o, Z === "h" ? p : y);
|
|
607
610
|
}, []), S = u.useCallback(function(o) {
|
|
608
611
|
var l = o;
|
|
609
612
|
if (!(!M.length || M[M.length - 1] !== i)) {
|
|
610
|
-
var d = "deltaY" in l ?
|
|
611
|
-
return E.name === l.type && (E.target === l.target || l.target === E.shadowParent) &&
|
|
613
|
+
var d = "deltaY" in l ? oe(l) : x(l), m = t.current.filter(function(E) {
|
|
614
|
+
return E.name === l.type && (E.target === l.target || l.target === E.shadowParent) && it(E.delta, d);
|
|
612
615
|
})[0];
|
|
613
616
|
if (m && m.should) {
|
|
614
617
|
l.cancelable && l.preventDefault();
|
|
615
618
|
return;
|
|
616
619
|
}
|
|
617
620
|
if (!m) {
|
|
618
|
-
var p = (s.current.shards || []).map(
|
|
621
|
+
var p = (s.current.shards || []).map(ce).filter(Boolean).filter(function(E) {
|
|
619
622
|
return E.contains(l.target);
|
|
620
623
|
}), y = p.length > 0 ? a(l, p[0]) : !s.current.noIsolation;
|
|
621
624
|
y && l.cancelable && l.preventDefault();
|
|
622
625
|
}
|
|
623
626
|
}
|
|
624
627
|
}, []), b = u.useCallback(function(o, l, d, m) {
|
|
625
|
-
var p = { name: o, delta: l, target: d, should: m, shadowParent:
|
|
628
|
+
var p = { name: o, delta: l, target: d, should: m, shadowParent: dt(d) };
|
|
626
629
|
t.current.push(p), setTimeout(function() {
|
|
627
630
|
t.current = t.current.filter(function(y) {
|
|
628
631
|
return y !== p;
|
|
@@ -631,7 +634,7 @@ function it(e) {
|
|
|
631
634
|
}, []), g = u.useCallback(function(o) {
|
|
632
635
|
n.current = x(o), r.current = void 0;
|
|
633
636
|
}, []), f = u.useCallback(function(o) {
|
|
634
|
-
b(o.type,
|
|
637
|
+
b(o.type, oe(o), o.target, a(o, e.lockRef.current));
|
|
635
638
|
}, []), v = u.useCallback(function(o) {
|
|
636
639
|
b(o.type, x(o), o.target, a(o, e.lockRef.current));
|
|
637
640
|
}, []);
|
|
@@ -650,23 +653,23 @@ function it(e) {
|
|
|
650
653
|
return u.createElement(
|
|
651
654
|
u.Fragment,
|
|
652
655
|
null,
|
|
653
|
-
w ? u.createElement(i, { styles:
|
|
654
|
-
h ? u.createElement(
|
|
656
|
+
w ? u.createElement(i, { styles: lt(c) }) : null,
|
|
657
|
+
h ? u.createElement(et, { noRelative: e.noRelative, gapMode: e.gapMode }) : null
|
|
655
658
|
);
|
|
656
659
|
}
|
|
657
|
-
function
|
|
660
|
+
function dt(e) {
|
|
658
661
|
for (var t = null; e !== null; )
|
|
659
662
|
e instanceof ShadowRoot && (t = e.host, e = e.host), e = e.parentNode;
|
|
660
663
|
return t;
|
|
661
664
|
}
|
|
662
|
-
const
|
|
663
|
-
var
|
|
664
|
-
return u.createElement(D, C({}, e, { ref: t, sideCar:
|
|
665
|
+
const vt = je(fe, ft);
|
|
666
|
+
var ht = u.forwardRef(function(e, t) {
|
|
667
|
+
return u.createElement(D, C({}, e, { ref: t, sideCar: vt }));
|
|
665
668
|
});
|
|
666
|
-
|
|
669
|
+
ht.classNames = D.classNames;
|
|
667
670
|
export {
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
671
|
+
we as F,
|
|
672
|
+
ht as R,
|
|
673
|
+
bt as h,
|
|
674
|
+
yt as u
|
|
672
675
|
};
|