@cfx-dev/ui-components 4.2.10 → 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.
@@ -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
+ };
@@ -1330,11 +1330,11 @@ export {
1330
1330
  Xe as b,
1331
1331
  Ze as c,
1332
1332
  en as d,
1333
- nn as e,
1333
+ Ke as e,
1334
1334
  Qe as f,
1335
1335
  on as g,
1336
1336
  tn as h,
1337
- Ke as i,
1337
+ nn as i,
1338
1338
  Je as l,
1339
1339
  Ue as o,
1340
1340
  Ge as s,
package/dist/main.d.ts CHANGED
@@ -19,6 +19,7 @@ export { ClipboardButton } from './components/ClipboardButton';
19
19
  export { Checkbox } from './components/Checkbox';
20
20
  export { Button } from './components/Button/Button';
21
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';
@@ -71,6 +72,7 @@ export { Title, TITLE_OUTLET_ID } from './components/Title/Title';
71
72
  export { InputDropzone } from './components/InputDropzone';
72
73
  export { Skeleton } from './components/Skeleton';
73
74
  export type { BurgerMenuItem, BurgerMenuProps } from './components/BurgerMenu';
75
+ export type { BurgerMenuButtonProps } from './components/BurgerMenu';
74
76
  export type { BadgeProps, BadgeColor } from './components/Badge';
75
77
  export type { SliderProps } from './components/Slider';
76
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 l } from "./utils/hooks/usePopoverController.js";
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 V, clamp01 as G } from "./utils/math.js";
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 no } from "./components/ClipboardButton/ClipboardButton.js";
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 { BurgerMenu as To } from "./components/BurgerMenu/BurgerMenu.js";
24
- import { LinkButton as go } from "./components/Button/LinkButton.js";
25
- import { default as So, getLinkClassName as Co } from "./components/Link/Link.js";
26
- import { default as yo } from "./components/Link/ButtonLink.js";
27
- import { ButtonBar as bo } from "./components/Button/ButtonBar.js";
28
- import { Avatar as Oo } from "./components/Avatar/Avatar.js";
29
- import { BACKDROP_OUTLET_ID as Do, BackdropPortal as Eo } from "./components/BackdropPortal/BackdropPortal.js";
30
- import { Badge as ho } from "./components/Badge/Badge.js";
31
- import { ControlBox as Fo } from "./components/ControlBox/ControlBox.js";
32
- import { CountryFlag as No } from "./components/CountryFlag/CountryFlag.js";
33
- import { Decorate as zo } from "./components/Decorate/Decorate.js";
34
- import { Dot as Vo } from "./components/Dot/Dot.js";
35
- import { FLYOUT_OUTLET_ID as Mo, Flyout as Yo } from "./components/Flyout/Flyout.js";
36
- import { Logos as Wo } from "./components/Logos/index.js";
37
- import { I as qo } from "./cfxIcons-BNd1WgpX.js";
38
- import { I as Qo } from "./cfxIconsBig-BLJjMT-Y.js";
39
- import { Icon as Zo } from "./components/Icon/Icon.js";
40
- import { IconBig as or } from "./components/IconBig/IconBig.js";
41
- import { Indicator as er } from "./components/Indicator/Indicator.js";
42
- import { default as pr } from "./components/InfoPanel/InfoPanel.js";
43
- import { default as mr } from "./components/Input/Input.js";
44
- import { default as ar } from "./components/Input/RichInput.js";
45
- import { Interactive as nr } from "./components/Interactive/Interactive.js";
46
- import { Island as ur } from "./components/Island/Island.js";
47
- import { Box as cr } from "./components/Layout/Box/Box.js";
48
- import { Center as Ir } from "./components/Layout/Center/Center.js";
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 Br } from "./components/Layout/Flex/FlexRestricter.js";
51
- import { Pad as Cr } from "./components/Layout/Pad/Pad.js";
52
- import { Page as yr } from "./components/Layout/Page/Page.js";
53
- import { R as br } from "./Rail-DcVowhML.js";
54
- import { Scrollable as Or } from "./components/Layout/Scrollable/Scrollable.js";
55
- import { VirtualScrollable as Dr } from "./components/Layout/Scrollable/VirtualScrollable.js";
56
- import { Loaf as _r } from "./components/Loaf/Loaf.js";
57
- import { Modal as vr } from "./components/Modal/Modal.js";
58
- import { NavList as Ur } from "./components/NavList/NavList.js";
59
- import { OVERLAY_OUTLET_ID as wr, Overlay as zr } from "./components/Overlay/Overlay.js";
60
- import { Popover as Vr } from "./components/Popover/Popover.js";
61
- import { PremiumBadge as Mr } from "./components/PremiumBadge/PremiumBadge.js";
62
- import { Prose as Hr } from "./components/Prose/Prose.js";
63
- import { Radio as jr } from "./components/Radio/Radio.js";
64
- import { Select as Jr } from "./components/Select/Select.js";
65
- import { DropdownSelect as Xr } from "./components/DropdownSelect/DropdownSelect.js";
66
- import { Separator as $r } from "./components/Separator/Separator.js";
67
- import { Shroud as re } from "./components/Shroud/Shroud.js";
68
- import { Slider as te } from "./components/Slider/Slider.js";
69
- import { Spacer as fe } from "./components/Spacer/Spacer.js";
70
- import { Style as xe, useContextualStyle as ae } from "./components/Style/Style.js";
71
- import { default as ne } from "./components/Switch/Switch.js";
72
- import { ToggleGroup as ue } from "./components/ToggleGroup/ToggleGroup.js";
73
- import { Tabular as ce } from "./components/Tabular/Tabular.js";
74
- import { Table as Ie, TableIconButton as Te } from "./components/Table/Table.js";
75
- import { Text as ge, TextBlock as Be, getTextOpacity as Se } from "./components/Text/Text.js";
76
- import { ui as ke } from "./components/ui.js";
77
- import { Textarea as Re } from "./components/Textarea/Textarea.js";
78
- import { TITLE_OUTLET_ID as Ae, Title as Oe } from "./components/Title/Title.js";
79
- import { default as De } from "./components/InputDropzone/InputDropzone.js";
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 _e } from "./components/Skeleton/Skeleton.js";
82
- import { OnScreenSensor as ve } from "./components/OnScreenSensor.js";
83
- import { Symbols as Ue } from "./components/Symbols.js";
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
- Oo as Avatar,
91
- Do as BACKDROP_OUTLET_ID,
92
- Eo as BackdropPortal,
93
- ho as Badge,
94
- cr as Box,
95
- To as BurgerMenu,
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
- bo as ButtonBar,
98
- yo as ButtonLink,
99
+ Oo as ButtonBar,
100
+ bo as ButtonLink,
99
101
  k as CLIPBOARD_TITLE_APPEARANCE,
100
- Ir as Center,
102
+ Br as Center,
101
103
  uo as Checkbox,
102
- no as ClipboardButton,
103
- Fo as ControlBox,
104
- No as CountryFlag,
105
- zo as Decorate,
106
- Vo as Dot,
107
- Xr as DropdownSelect,
108
- Mo as FLYOUT_OUTLET_ID,
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
- Br as FlexRestricter,
111
- Yo as Flyout,
112
- Zo as Icon,
113
- or as IconBig,
112
+ Cr as FlexRestricter,
113
+ Wo as Flyout,
114
+ or as Icon,
115
+ er as IconBig,
114
116
  eo as IconButton,
115
- qo as Icons,
116
- Qo as IconsBig,
117
- er as Indicator,
118
- pr as InfoPanel,
119
- mr as Input,
120
- De as InputDropzone,
121
- nr as Interactive,
122
- ur as Island,
123
- So as Link,
124
- go as LinkButton,
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
- _r as Loaf,
127
- Wo as Logos,
128
- vr as Modal,
129
- Ur as NavList,
130
- wr as OVERLAY_OUTLET_ID,
131
- ve as OnScreenSensor,
132
- zr as Overlay,
133
- Cr as Pad,
134
- yr as Page,
135
- Vr as Popover,
136
- Mr as PremiumBadge,
137
- Hr as Prose,
138
- jr as Radio,
139
- br as Rail,
140
- ar as RichInput,
141
- Or as Scrollable,
142
- Jr as Select,
143
- $r as Separator,
144
- re as Shroud,
145
- _e as Skeleton,
146
- te as Slider,
147
- fe as Spacer,
148
- xe as Style,
149
- ne as Switch,
150
- Ue as Symbols,
151
- Ae as TITLE_OUTLET_ID,
152
- Ie as Table,
153
- Te as TableIconButton,
154
- ce as Tabular,
155
- ge as Text,
156
- Be as TextBlock,
157
- Re as Textarea,
158
- Oe as Title,
159
- ue as ToggleGroup,
160
- Dr as VirtualScrollable,
161
- V as clamp,
162
- G as clamp01,
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
- Co as getLinkClassName,
169
- Se as getTextOpacity,
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
- ke as ui,
190
+ Re as ui,
189
191
  J as unicodeCharAt,
190
192
  y as useClipboardComponent,
191
- ae as useContextualStyle,
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
- l as usePopoverController,
199
+ n as usePopoverController,
198
200
  g as useWindowResize
199
201
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfx-dev/ui-components",
3
3
  "private": false,
4
- "version": "4.2.10",
4
+ "version": "4.2.11",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "dist/main.js",