@cfx-dev/ui-components 4.2.9 → 4.2.11
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/BurgerMenu.module-CyY93Y4u.js +11 -0
- package/dist/assets/css/BurgerMenu.css +1 -1
- package/dist/components/BurgerMenu/BurgerMenu.d.ts +7 -6
- package/dist/components/BurgerMenu/BurgerMenu.js +70 -119
- package/dist/components/BurgerMenu/BurgerMenuButton.d.ts +8 -0
- package/dist/components/BurgerMenu/BurgerMenuButton.js +54 -0
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +24 -18
- package/dist/components/BurgerMenu/index.d.ts +3 -0
- package/dist/components/BurgerMenu/index.js +4 -2
- package/dist/components/DropdownSelect/DropdownSelect.js +802 -1040
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Slider/Slider.js +294 -374
- package/dist/index-AweK2ufS.js +171 -0
- package/dist/{index-DBus3GoO.js → index-Bz27DCHt.js} +2 -2
- package/dist/main.d.ts +4 -1
- package/dist/main.js +136 -134
- package/package.json +1 -1
- package/dist/index-CjTSD6zB.js +0 -161
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import * as l from "react";
|
|
2
|
+
import h from "react";
|
|
3
|
+
import { jsx as y, Fragment as w } from "react/jsx-runtime";
|
|
4
|
+
function L(e, t, { checkForDefaultPrevented: o = !0 } = {}) {
|
|
5
|
+
return function(n) {
|
|
6
|
+
if (e == null || e(n), o === !1 || !n.defaultPrevented)
|
|
7
|
+
return t == null ? void 0 : t(n);
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
function A(e, t) {
|
|
11
|
+
if (typeof e == "function")
|
|
12
|
+
return e(t);
|
|
13
|
+
e != null && (e.current = t);
|
|
14
|
+
}
|
|
15
|
+
function O(...e) {
|
|
16
|
+
return (t) => {
|
|
17
|
+
let o = !1;
|
|
18
|
+
const r = e.map((n) => {
|
|
19
|
+
const c = A(n, t);
|
|
20
|
+
return !o && typeof c == "function" && (o = !0), c;
|
|
21
|
+
});
|
|
22
|
+
if (o)
|
|
23
|
+
return () => {
|
|
24
|
+
for (let n = 0; n < r.length; n++) {
|
|
25
|
+
const c = r[n];
|
|
26
|
+
typeof c == "function" ? c() : A(e[n], null);
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
function I(...e) {
|
|
32
|
+
return l.useCallback(O(...e), e);
|
|
33
|
+
}
|
|
34
|
+
function E(e, t = []) {
|
|
35
|
+
let o = [];
|
|
36
|
+
function r(c, s) {
|
|
37
|
+
const i = l.createContext(s), f = o.length;
|
|
38
|
+
o = [...o, s];
|
|
39
|
+
const S = (R) => {
|
|
40
|
+
var d;
|
|
41
|
+
const { scope: C, children: a, ...u } = R, p = ((d = C == null ? void 0 : C[e]) == null ? void 0 : d[f]) || i, m = l.useMemo(() => u, Object.values(u));
|
|
42
|
+
return /* @__PURE__ */ y(p.Provider, { value: m, children: a });
|
|
43
|
+
};
|
|
44
|
+
S.displayName = c + "Provider";
|
|
45
|
+
function M(R, C) {
|
|
46
|
+
var p;
|
|
47
|
+
const a = ((p = C == null ? void 0 : C[e]) == null ? void 0 : p[f]) || i, u = l.useContext(a);
|
|
48
|
+
if (u) return u;
|
|
49
|
+
if (s !== void 0) return s;
|
|
50
|
+
throw new Error(`\`${R}\` must be used within \`${c}\``);
|
|
51
|
+
}
|
|
52
|
+
return [S, M];
|
|
53
|
+
}
|
|
54
|
+
const n = () => {
|
|
55
|
+
const c = o.map((s) => l.createContext(s));
|
|
56
|
+
return function(i) {
|
|
57
|
+
const f = (i == null ? void 0 : i[e]) || c;
|
|
58
|
+
return l.useMemo(
|
|
59
|
+
() => ({ [`__scope${e}`]: { ...i, [e]: f } }),
|
|
60
|
+
[i, f]
|
|
61
|
+
);
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
return n.scopeName = e, [r, v(n, ...t)];
|
|
65
|
+
}
|
|
66
|
+
function v(...e) {
|
|
67
|
+
const t = e[0];
|
|
68
|
+
if (e.length === 1) return t;
|
|
69
|
+
const o = () => {
|
|
70
|
+
const r = e.map((n) => ({
|
|
71
|
+
useScope: n(),
|
|
72
|
+
scopeName: n.scopeName
|
|
73
|
+
}));
|
|
74
|
+
return function(c) {
|
|
75
|
+
const s = r.reduce((i, { useScope: f, scopeName: S }) => {
|
|
76
|
+
const R = f(c)[`__scope${S}`];
|
|
77
|
+
return { ...i, ...R };
|
|
78
|
+
}, {});
|
|
79
|
+
return l.useMemo(() => ({ [`__scope${t.scopeName}`]: s }), [s]);
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
return o.scopeName = t.scopeName, o;
|
|
83
|
+
}
|
|
84
|
+
var _ = l.forwardRef((e, t) => {
|
|
85
|
+
const { children: o, ...r } = e, n = l.Children.toArray(o), c = n.find(V);
|
|
86
|
+
if (c) {
|
|
87
|
+
const s = c.props.children, i = n.map((f) => f === c ? l.Children.count(s) > 1 ? l.Children.only(null) : l.isValidElement(s) ? s.props.children : null : f);
|
|
88
|
+
return /* @__PURE__ */ y(N, { ...r, ref: t, children: l.isValidElement(s) ? l.cloneElement(s, void 0, i) : null });
|
|
89
|
+
}
|
|
90
|
+
return /* @__PURE__ */ y(N, { ...r, ref: t, children: o });
|
|
91
|
+
});
|
|
92
|
+
_.displayName = "Slot";
|
|
93
|
+
var N = l.forwardRef((e, t) => {
|
|
94
|
+
const { children: o, ...r } = e;
|
|
95
|
+
if (l.isValidElement(o)) {
|
|
96
|
+
const n = j(o);
|
|
97
|
+
return l.cloneElement(o, {
|
|
98
|
+
...$(r, o.props),
|
|
99
|
+
// @ts-ignore
|
|
100
|
+
ref: t ? O(t, n) : n
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
return l.Children.count(o) > 1 ? l.Children.only(null) : null;
|
|
104
|
+
});
|
|
105
|
+
N.displayName = "SlotClone";
|
|
106
|
+
var T = ({ children: e }) => /* @__PURE__ */ y(w, { children: e });
|
|
107
|
+
function V(e) {
|
|
108
|
+
return l.isValidElement(e) && e.type === T;
|
|
109
|
+
}
|
|
110
|
+
function $(e, t) {
|
|
111
|
+
const o = { ...t };
|
|
112
|
+
for (const r in t) {
|
|
113
|
+
const n = e[r], c = t[r];
|
|
114
|
+
/^on[A-Z]/.test(r) ? n && c ? o[r] = (...i) => {
|
|
115
|
+
c(...i), n(...i);
|
|
116
|
+
} : n && (o[r] = n) : r === "style" ? o[r] = { ...n, ...c } : r === "className" && (o[r] = [n, c].filter(Boolean).join(" "));
|
|
117
|
+
}
|
|
118
|
+
return { ...e, ...o };
|
|
119
|
+
}
|
|
120
|
+
function j(e) {
|
|
121
|
+
var r, n;
|
|
122
|
+
let t = (r = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : r.get, o = t && "isReactWarning" in t && t.isReactWarning;
|
|
123
|
+
return o ? e.ref : (t = (n = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : n.get, o = t && "isReactWarning" in t && t.isReactWarning, o ? e.props.ref : e.props.ref || e.ref);
|
|
124
|
+
}
|
|
125
|
+
function k(e) {
|
|
126
|
+
const t = e + "CollectionProvider", [o, r] = E(t), [n, c] = o(
|
|
127
|
+
t,
|
|
128
|
+
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
129
|
+
), s = (a) => {
|
|
130
|
+
const { scope: u, children: p } = a, m = h.useRef(null), d = h.useRef(/* @__PURE__ */ new Map()).current;
|
|
131
|
+
return /* @__PURE__ */ y(n, { scope: u, itemMap: d, collectionRef: m, children: p });
|
|
132
|
+
};
|
|
133
|
+
s.displayName = t;
|
|
134
|
+
const i = e + "CollectionSlot", f = h.forwardRef(
|
|
135
|
+
(a, u) => {
|
|
136
|
+
const { scope: p, children: m } = a, d = c(i, p), x = I(u, d.collectionRef);
|
|
137
|
+
return /* @__PURE__ */ y(_, { ref: x, children: m });
|
|
138
|
+
}
|
|
139
|
+
);
|
|
140
|
+
f.displayName = i;
|
|
141
|
+
const S = e + "CollectionItemSlot", M = "data-radix-collection-item", R = h.forwardRef(
|
|
142
|
+
(a, u) => {
|
|
143
|
+
const { scope: p, children: m, ...d } = a, x = h.useRef(null), g = I(u, x), P = c(S, p);
|
|
144
|
+
return h.useEffect(() => (P.itemMap.set(x, { ref: x, ...d }), () => void P.itemMap.delete(x))), /* @__PURE__ */ y(_, { [M]: "", ref: g, children: m });
|
|
145
|
+
}
|
|
146
|
+
);
|
|
147
|
+
R.displayName = S;
|
|
148
|
+
function C(a) {
|
|
149
|
+
const u = c(e + "CollectionConsumer", a);
|
|
150
|
+
return h.useCallback(() => {
|
|
151
|
+
const m = u.collectionRef.current;
|
|
152
|
+
if (!m) return [];
|
|
153
|
+
const d = Array.from(m.querySelectorAll(`[${M}]`));
|
|
154
|
+
return Array.from(u.itemMap.values()).sort(
|
|
155
|
+
(P, b) => d.indexOf(P.ref.current) - d.indexOf(b.ref.current)
|
|
156
|
+
);
|
|
157
|
+
}, [u.collectionRef, u.itemMap]);
|
|
158
|
+
}
|
|
159
|
+
return [
|
|
160
|
+
{ Provider: s, Slot: f, ItemSlot: R },
|
|
161
|
+
C,
|
|
162
|
+
r
|
|
163
|
+
];
|
|
164
|
+
}
|
|
165
|
+
export {
|
|
166
|
+
k as a,
|
|
167
|
+
E as b,
|
|
168
|
+
O as c,
|
|
169
|
+
L as d,
|
|
170
|
+
I as u
|
|
171
|
+
};
|
package/dist/main.d.ts
CHANGED
|
@@ -18,7 +18,8 @@ export { Accordion, AccordionTrigger, AccordionHeader, AccordionItem, AccordionC
|
|
|
18
18
|
export { ClipboardButton } from './components/ClipboardButton';
|
|
19
19
|
export { Checkbox } from './components/Checkbox';
|
|
20
20
|
export { Button } from './components/Button/Button';
|
|
21
|
-
export { BurgerMenu } from './components/BurgerMenu
|
|
21
|
+
export { BurgerMenu } from './components/BurgerMenu';
|
|
22
|
+
export { BurgerMenuButton } from './components/BurgerMenu';
|
|
22
23
|
export { LinkButton } from './components/Button/LinkButton';
|
|
23
24
|
export { Link, ButtonLink, getLinkClassName, } from './components/Link';
|
|
24
25
|
export { ButtonBar } from './components/Button/ButtonBar';
|
|
@@ -70,6 +71,8 @@ export { Textarea } from './components/Textarea/Textarea';
|
|
|
70
71
|
export { Title, TITLE_OUTLET_ID } from './components/Title/Title';
|
|
71
72
|
export { InputDropzone } from './components/InputDropzone';
|
|
72
73
|
export { Skeleton } from './components/Skeleton';
|
|
74
|
+
export type { BurgerMenuItem, BurgerMenuProps } from './components/BurgerMenu';
|
|
75
|
+
export type { BurgerMenuButtonProps } from './components/BurgerMenu';
|
|
73
76
|
export type { BadgeProps, BadgeColor } from './components/Badge';
|
|
74
77
|
export type { SliderProps } from './components/Slider';
|
|
75
78
|
export type { FlexProps } from './components/Layout/Flex/Flex';
|
package/dist/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { mergeRefs as t } from "./utils/mergeRefs.js";
|
|
2
2
|
import { clsx as f } from "./utils/clsx.js";
|
|
3
3
|
import { getValue as x } from "./utils/getValue.js";
|
|
4
|
-
import { usePopoverController as
|
|
4
|
+
import { usePopoverController as n } from "./utils/hooks/usePopoverController.js";
|
|
5
5
|
import { useInstance as i } from "./utils/hooks/useInstance.js";
|
|
6
6
|
import { useDynamicRef as s } from "./utils/hooks/useDynamicRef.js";
|
|
7
7
|
import { useGlobalKeyboardEvent as d } from "./utils/hooks/useGlobalKeyboardEvent.js";
|
|
@@ -11,162 +11,164 @@ import { useOutlet as S } from "./utils/hooks/useOutlet.js";
|
|
|
11
11
|
import { CLIPBOARD_TITLE_APPEARANCE as k, useClipboardComponent as y } from "./utils/hooks/useClipboardComponent.js";
|
|
12
12
|
import { identity as b, invoke as A, noop as O, returnFalse as P, returnTrue as D } from "./utils/functional.js";
|
|
13
13
|
import { Linkify as _, defaultLinkReplacer as h, defaultLinkReplacerx as v, isExternalUrl as F, linkify as U, linkifyx as N, matchLinkNodes as w, matchLinks as z } from "./utils/links.js";
|
|
14
|
-
import { clamp as
|
|
14
|
+
import { clamp as M, clamp01 as V } from "./utils/math.js";
|
|
15
15
|
import { isFalseString as Y, isTrueString as H, normalizeSlashes as W, replaceRange as j, splitByIndices as q, unicodeCharAt as J } from "./utils/string.js";
|
|
16
16
|
import { debounce as X, throttle as Z } from "./utils/execution.js";
|
|
17
17
|
import { getColor as oo } from "./utils/color.js";
|
|
18
18
|
import { default as eo } from "./components/IconButton/IconButton.js";
|
|
19
19
|
import { Accordion as po, AccordionContent as fo, AccordionHeader as mo, AccordionItem as xo, AccordionTrigger as ao } from "./components/Accordion/Accordion.js";
|
|
20
|
-
import { default as
|
|
20
|
+
import { default as lo } from "./components/ClipboardButton/ClipboardButton.js";
|
|
21
21
|
import { default as uo } from "./components/Checkbox/Checkbox.js";
|
|
22
22
|
import { Button as co } from "./components/Button/Button.js";
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import { default as yo } from "./components/Link/
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import { I as Qo } from "./
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import { default as mr } from "./components/
|
|
44
|
-
import { default as ar } from "./components/Input/
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
23
|
+
import { BurgerMenuButton as To } from "./components/BurgerMenu/BurgerMenuButton.js";
|
|
24
|
+
import { BurgerMenu as go } from "./components/BurgerMenu/BurgerMenu.js";
|
|
25
|
+
import { LinkButton as So } from "./components/Button/LinkButton.js";
|
|
26
|
+
import { default as ko, getLinkClassName as yo } from "./components/Link/Link.js";
|
|
27
|
+
import { default as bo } from "./components/Link/ButtonLink.js";
|
|
28
|
+
import { ButtonBar as Oo } from "./components/Button/ButtonBar.js";
|
|
29
|
+
import { Avatar as Do } from "./components/Avatar/Avatar.js";
|
|
30
|
+
import { BACKDROP_OUTLET_ID as _o, BackdropPortal as ho } from "./components/BackdropPortal/BackdropPortal.js";
|
|
31
|
+
import { Badge as Fo } from "./components/Badge/Badge.js";
|
|
32
|
+
import { ControlBox as No } from "./components/ControlBox/ControlBox.js";
|
|
33
|
+
import { CountryFlag as zo } from "./components/CountryFlag/CountryFlag.js";
|
|
34
|
+
import { Decorate as Mo } from "./components/Decorate/Decorate.js";
|
|
35
|
+
import { Dot as Go } from "./components/Dot/Dot.js";
|
|
36
|
+
import { FLYOUT_OUTLET_ID as Ho, Flyout as Wo } from "./components/Flyout/Flyout.js";
|
|
37
|
+
import { Logos as qo } from "./components/Logos/index.js";
|
|
38
|
+
import { I as Qo } from "./cfxIcons-BNd1WgpX.js";
|
|
39
|
+
import { I as Zo } from "./cfxIconsBig-BLJjMT-Y.js";
|
|
40
|
+
import { Icon as or } from "./components/Icon/Icon.js";
|
|
41
|
+
import { IconBig as er } from "./components/IconBig/IconBig.js";
|
|
42
|
+
import { Indicator as pr } from "./components/Indicator/Indicator.js";
|
|
43
|
+
import { default as mr } from "./components/InfoPanel/InfoPanel.js";
|
|
44
|
+
import { default as ar } from "./components/Input/Input.js";
|
|
45
|
+
import { default as lr } from "./components/Input/RichInput.js";
|
|
46
|
+
import { Interactive as ur } from "./components/Interactive/Interactive.js";
|
|
47
|
+
import { Island as cr } from "./components/Island/Island.js";
|
|
48
|
+
import { Box as Ir } from "./components/Layout/Box/Box.js";
|
|
49
|
+
import { Center as Br } from "./components/Layout/Center/Center.js";
|
|
49
50
|
import { Flex as Lr } from "./components/Layout/Flex/Flex.js";
|
|
50
|
-
import { FlexRestricter as
|
|
51
|
-
import { Pad as
|
|
52
|
-
import { Page as
|
|
53
|
-
import { R as
|
|
54
|
-
import { Scrollable as
|
|
55
|
-
import { VirtualScrollable as
|
|
56
|
-
import { Loaf as
|
|
57
|
-
import { Modal as
|
|
58
|
-
import { NavList as
|
|
59
|
-
import { OVERLAY_OUTLET_ID as
|
|
60
|
-
import { Popover as
|
|
61
|
-
import { PremiumBadge as
|
|
62
|
-
import { Prose as
|
|
63
|
-
import { Radio as
|
|
64
|
-
import { Select as
|
|
65
|
-
import { DropdownSelect as
|
|
66
|
-
import { Separator as
|
|
67
|
-
import { Shroud as
|
|
68
|
-
import { Slider as
|
|
69
|
-
import { Spacer as
|
|
70
|
-
import { Style as
|
|
71
|
-
import { default as
|
|
72
|
-
import { ToggleGroup as
|
|
73
|
-
import { Tabular as
|
|
74
|
-
import { Table as
|
|
75
|
-
import { Text as
|
|
76
|
-
import { ui as
|
|
77
|
-
import { Textarea as
|
|
78
|
-
import { TITLE_OUTLET_ID as
|
|
79
|
-
import { default as
|
|
51
|
+
import { FlexRestricter as Cr } from "./components/Layout/Flex/FlexRestricter.js";
|
|
52
|
+
import { Pad as yr } from "./components/Layout/Pad/Pad.js";
|
|
53
|
+
import { Page as br } from "./components/Layout/Page/Page.js";
|
|
54
|
+
import { R as Or } from "./Rail-DcVowhML.js";
|
|
55
|
+
import { Scrollable as Dr } from "./components/Layout/Scrollable/Scrollable.js";
|
|
56
|
+
import { VirtualScrollable as _r } from "./components/Layout/Scrollable/VirtualScrollable.js";
|
|
57
|
+
import { Loaf as vr } from "./components/Loaf/Loaf.js";
|
|
58
|
+
import { Modal as Ur } from "./components/Modal/Modal.js";
|
|
59
|
+
import { NavList as wr } from "./components/NavList/NavList.js";
|
|
60
|
+
import { OVERLAY_OUTLET_ID as Kr, Overlay as Mr } from "./components/Overlay/Overlay.js";
|
|
61
|
+
import { Popover as Gr } from "./components/Popover/Popover.js";
|
|
62
|
+
import { PremiumBadge as Hr } from "./components/PremiumBadge/PremiumBadge.js";
|
|
63
|
+
import { Prose as jr } from "./components/Prose/Prose.js";
|
|
64
|
+
import { Radio as Jr } from "./components/Radio/Radio.js";
|
|
65
|
+
import { Select as Xr } from "./components/Select/Select.js";
|
|
66
|
+
import { DropdownSelect as $r } from "./components/DropdownSelect/DropdownSelect.js";
|
|
67
|
+
import { Separator as re } from "./components/Separator/Separator.js";
|
|
68
|
+
import { Shroud as te } from "./components/Shroud/Shroud.js";
|
|
69
|
+
import { Slider as fe } from "./components/Slider/Slider.js";
|
|
70
|
+
import { Spacer as xe } from "./components/Spacer/Spacer.js";
|
|
71
|
+
import { Style as ne, useContextualStyle as le } from "./components/Style/Style.js";
|
|
72
|
+
import { default as ue } from "./components/Switch/Switch.js";
|
|
73
|
+
import { ToggleGroup as ce } from "./components/ToggleGroup/ToggleGroup.js";
|
|
74
|
+
import { Tabular as Ie } from "./components/Tabular/Tabular.js";
|
|
75
|
+
import { Table as Be, TableIconButton as ge } from "./components/Table/Table.js";
|
|
76
|
+
import { Text as Se, TextBlock as Ce, getTextOpacity as ke } from "./components/Text/Text.js";
|
|
77
|
+
import { ui as Re } from "./components/ui.js";
|
|
78
|
+
import { Textarea as Ae } from "./components/Textarea/Textarea.js";
|
|
79
|
+
import { TITLE_OUTLET_ID as Pe, Title as De } from "./components/Title/Title.js";
|
|
80
|
+
import { default as _e } from "./components/InputDropzone/InputDropzone.js";
|
|
80
81
|
import "./components/InputDropzone/ItemPreview.js";
|
|
81
|
-
import { default as
|
|
82
|
-
import { OnScreenSensor as
|
|
83
|
-
import { Symbols as
|
|
82
|
+
import { default as ve } from "./components/Skeleton/Skeleton.js";
|
|
83
|
+
import { OnScreenSensor as Ue } from "./components/OnScreenSensor.js";
|
|
84
|
+
import { Symbols as we } from "./components/Symbols.js";
|
|
84
85
|
export {
|
|
85
86
|
po as Accordion,
|
|
86
87
|
fo as AccordionContent,
|
|
87
88
|
mo as AccordionHeader,
|
|
88
89
|
xo as AccordionItem,
|
|
89
90
|
ao as AccordionTrigger,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
91
|
+
Do as Avatar,
|
|
92
|
+
_o as BACKDROP_OUTLET_ID,
|
|
93
|
+
ho as BackdropPortal,
|
|
94
|
+
Fo as Badge,
|
|
95
|
+
Ir as Box,
|
|
96
|
+
go as BurgerMenu,
|
|
97
|
+
To as BurgerMenuButton,
|
|
96
98
|
co as Button,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
+
Oo as ButtonBar,
|
|
100
|
+
bo as ButtonLink,
|
|
99
101
|
k as CLIPBOARD_TITLE_APPEARANCE,
|
|
100
|
-
|
|
102
|
+
Br as Center,
|
|
101
103
|
uo as Checkbox,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
104
|
+
lo as ClipboardButton,
|
|
105
|
+
No as ControlBox,
|
|
106
|
+
zo as CountryFlag,
|
|
107
|
+
Mo as Decorate,
|
|
108
|
+
Go as Dot,
|
|
109
|
+
$r as DropdownSelect,
|
|
110
|
+
Ho as FLYOUT_OUTLET_ID,
|
|
109
111
|
Lr as Flex,
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
Cr as FlexRestricter,
|
|
113
|
+
Wo as Flyout,
|
|
114
|
+
or as Icon,
|
|
115
|
+
er as IconBig,
|
|
114
116
|
eo as IconButton,
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
117
|
+
Qo as Icons,
|
|
118
|
+
Zo as IconsBig,
|
|
119
|
+
pr as Indicator,
|
|
120
|
+
mr as InfoPanel,
|
|
121
|
+
ar as Input,
|
|
122
|
+
_e as InputDropzone,
|
|
123
|
+
ur as Interactive,
|
|
124
|
+
cr as Island,
|
|
125
|
+
ko as Link,
|
|
126
|
+
So as LinkButton,
|
|
125
127
|
_ as Linkify,
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
128
|
+
vr as Loaf,
|
|
129
|
+
qo as Logos,
|
|
130
|
+
Ur as Modal,
|
|
131
|
+
wr as NavList,
|
|
132
|
+
Kr as OVERLAY_OUTLET_ID,
|
|
133
|
+
Ue as OnScreenSensor,
|
|
134
|
+
Mr as Overlay,
|
|
135
|
+
yr as Pad,
|
|
136
|
+
br as Page,
|
|
137
|
+
Gr as Popover,
|
|
138
|
+
Hr as PremiumBadge,
|
|
139
|
+
jr as Prose,
|
|
140
|
+
Jr as Radio,
|
|
141
|
+
Or as Rail,
|
|
142
|
+
lr as RichInput,
|
|
143
|
+
Dr as Scrollable,
|
|
144
|
+
Xr as Select,
|
|
145
|
+
re as Separator,
|
|
146
|
+
te as Shroud,
|
|
147
|
+
ve as Skeleton,
|
|
148
|
+
fe as Slider,
|
|
149
|
+
xe as Spacer,
|
|
150
|
+
ne as Style,
|
|
151
|
+
ue as Switch,
|
|
152
|
+
we as Symbols,
|
|
153
|
+
Pe as TITLE_OUTLET_ID,
|
|
154
|
+
Be as Table,
|
|
155
|
+
ge as TableIconButton,
|
|
156
|
+
Ie as Tabular,
|
|
157
|
+
Se as Text,
|
|
158
|
+
Ce as TextBlock,
|
|
159
|
+
Ae as Textarea,
|
|
160
|
+
De as Title,
|
|
161
|
+
ce as ToggleGroup,
|
|
162
|
+
_r as VirtualScrollable,
|
|
163
|
+
M as clamp,
|
|
164
|
+
V as clamp01,
|
|
163
165
|
f as clsx,
|
|
164
166
|
X as debounce,
|
|
165
167
|
h as defaultLinkReplacer,
|
|
166
168
|
v as defaultLinkReplacerx,
|
|
167
169
|
oo as getColor,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
+
yo as getLinkClassName,
|
|
171
|
+
ke as getTextOpacity,
|
|
170
172
|
x as getValue,
|
|
171
173
|
b as identity,
|
|
172
174
|
A as invoke,
|
|
@@ -185,15 +187,15 @@ export {
|
|
|
185
187
|
D as returnTrue,
|
|
186
188
|
q as splitByIndices,
|
|
187
189
|
Z as throttle,
|
|
188
|
-
|
|
190
|
+
Re as ui,
|
|
189
191
|
J as unicodeCharAt,
|
|
190
192
|
y as useClipboardComponent,
|
|
191
|
-
|
|
193
|
+
le as useContextualStyle,
|
|
192
194
|
s as useDynamicRef,
|
|
193
195
|
d as useGlobalKeyboardEvent,
|
|
194
196
|
i as useInstance,
|
|
195
197
|
T as useKeyboardClose,
|
|
196
198
|
S as useOutlet,
|
|
197
|
-
|
|
199
|
+
n as usePopoverController,
|
|
198
200
|
g as useWindowResize
|
|
199
201
|
};
|