@cfx-dev/ui-components 4.2.7 → 4.2.9

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