@cfx-dev/ui-components 4.3.11 → 4.3.13

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.
@@ -15,6 +15,7 @@ type InputTypeSpecificProps = {
15
15
  value?: number | string;
16
16
  };
17
17
  export type InputProps = InputTypeSpecificProps & {
18
+ name?: string;
18
19
  id?: string;
19
20
  size?: ResponsiveValueType<InputSize>;
20
21
  theme?: InputTheme;
@@ -1,22 +1,22 @@
1
- import { jsxs as X, jsx as t } from "react/jsx-runtime";
1
+ import { jsxs as $, jsx as t } from "react/jsx-runtime";
2
2
  import i from "react";
3
- import { Icon as $ } from "../Icon/Icon.js";
4
- import q from "../IconButton/IconButton.js";
5
- import { Indicator as H } from "../Indicator/Indicator.js";
6
- import { clsx as b } from "../../utils/clsx.js";
7
- import { getValue as J } from "../../utils/getValue.js";
8
- import { ui as L } from "../../utils/ui/ui.js";
9
- const O = "cfxui__Input__root__6392b", P = "cfxui__Input__fullWidth__5a033", Q = "cfxui__Input__input__07830", U = "cfxui__Input__empty__3b36a", Y = "cfxui__Input__placeholderIcon__4d079", Z = "cfxui__Input__decorator__3b81f", ee = "cfxui__Input__small__c1513", le = "cfxui__Input__large__92d72", te = "cfxui__Input__onlight__7d0b7", ae = "cfxui__Input__backdropBlur__fdde1", l = {
10
- root: O,
11
- fullWidth: P,
12
- input: Q,
13
- empty: U,
14
- placeholderIcon: Y,
15
- decorator: Z,
16
- small: ee,
17
- large: le,
18
- onlight: te,
19
- backdropBlur: ae,
3
+ import { Icon as q } from "../Icon/Icon.js";
4
+ import H from "../IconButton/IconButton.js";
5
+ import { Indicator as J } from "../Indicator/Indicator.js";
6
+ import { clsx as C } from "../../utils/clsx.js";
7
+ import { getValue as L } from "../../utils/getValue.js";
8
+ import { ui as O } from "../../utils/ui/ui.js";
9
+ const P = "cfxui__Input__root__6392b", Q = "cfxui__Input__fullWidth__5a033", U = "cfxui__Input__input__07830", Y = "cfxui__Input__empty__3b36a", Z = "cfxui__Input__placeholderIcon__4d079", ee = "cfxui__Input__decorator__3b81f", le = "cfxui__Input__small__c1513", te = "cfxui__Input__large__92d72", ae = "cfxui__Input__onlight__7d0b7", ie = "cfxui__Input__backdropBlur__fdde1", l = {
10
+ root: P,
11
+ fullWidth: Q,
12
+ input: U,
13
+ empty: Y,
14
+ placeholderIcon: Z,
15
+ decorator: ee,
16
+ small: le,
17
+ large: te,
18
+ onlight: ae,
19
+ backdropBlur: ie,
20
20
  "inputSizeinitial-large": "cfxui__Input__inputSizeinitial-large__12afb",
21
21
  "inputSizeinitial-small": "cfxui__Input__inputSizeinitial-small__33905",
22
22
  "inputSizesmall-large": "cfxui__Input__inputSizesmall-large__e2689",
@@ -32,113 +32,115 @@ const O = "cfxui__Input__root__6392b", P = "cfxui__Input__fullWidth__5a033", Q =
32
32
  "inputSizexlarge-large": "cfxui__Input__inputSizexlarge-large__1ef2c",
33
33
  "inputSizexlarge-small": "cfxui__Input__inputSizexlarge-small__7f6ab"
34
34
  };
35
- function ie(n) {
35
+ function ne(n) {
36
36
  const {
37
- decorator: c,
38
- loading: p,
39
- type: a,
40
- hasValue: u,
41
- onCleare: _
37
+ decorator: o,
38
+ loading: m,
39
+ type: p,
40
+ hasValue: a,
41
+ onCleare: u
42
42
  } = n;
43
- return p ? /* @__PURE__ */ t("div", { className: l.decorator, children: /* @__PURE__ */ t(H, {}) }) : c ? /* @__PURE__ */ t("div", { className: l.decorator, children: J(c) }) : a === "search" && u ? /* @__PURE__ */ t("div", { className: l.decorator, children: /* @__PURE__ */ t(q, { size: "xsmall", areaSize: "large", name: "Close", onClick: _ }) }) : null;
43
+ return m ? /* @__PURE__ */ t("div", { className: l.decorator, children: /* @__PURE__ */ t(J, {}) }) : o ? /* @__PURE__ */ t("div", { className: l.decorator, children: L(o) }) : p === "search" && a ? /* @__PURE__ */ t("div", { className: l.decorator, children: /* @__PURE__ */ t(H, { size: "xsmall", areaSize: "large", name: "Close", onClick: u }) }) : null;
44
44
  }
45
- function pe(n) {
45
+ function de(n) {
46
46
  const {
47
- id: c,
47
+ id: o,
48
+ name: m,
48
49
  fullWidth: p = !1,
49
50
  value: a,
50
51
  onChange: u,
51
- onSubmit: _,
52
- onKeyDown: d,
53
- pattern: f,
54
- tabIndex: C,
55
- loading: N = !1,
56
- spellCheck: y = !0,
57
- autofocus: k = !1,
58
- disabled: R = !1,
59
- className: w,
60
- containerClassName: v,
61
- placeholder: s = "",
62
- placeholderIcon: m,
63
- type: x = "text",
64
- size: E = "normal",
65
- theme: B = "default",
66
- decorator: V,
67
- backdropBlur: W = !1,
68
- ref: D
69
- } = n, [g, F] = i.useState(a), I = typeof g < "u" && g !== "" && g !== null || typeof a < "u" && a !== "" && a !== null;
70
- let S, z, h;
52
+ onSubmit: d,
53
+ onKeyDown: f,
54
+ pattern: g,
55
+ tabIndex: N,
56
+ loading: y = !1,
57
+ spellCheck: k = !0,
58
+ autofocus: R = !1,
59
+ disabled: w = !1,
60
+ className: v,
61
+ containerClassName: E,
62
+ placeholder: c = "",
63
+ placeholderIcon: s,
64
+ type: I = "text",
65
+ size: B = "normal",
66
+ theme: V = "default",
67
+ decorator: W,
68
+ backdropBlur: D = !1,
69
+ ref: F
70
+ } = n, [x, A] = i.useState(a), S = typeof x < "u" && x !== "" && x !== null || typeof a < "u" && a !== "" && a !== null;
71
+ let z, h, b;
71
72
  if (n.type === "number") {
72
73
  const {
73
74
  min: e,
74
- max: o,
75
- step: T
75
+ max: r,
76
+ step: X
76
77
  } = n;
77
- h = T ?? 1, S = e ?? Number.MIN_SAFE_INTEGER, z = o ?? Number.MAX_SAFE_INTEGER;
78
+ b = X ?? 1, z = e ?? Number.MIN_SAFE_INTEGER, h = r ?? Number.MAX_SAFE_INTEGER;
78
79
  }
79
- const r = i.useCallback((e) => {
80
- F(e), u && u(e);
81
- }, [u]), A = i.useCallback(
80
+ const _ = i.useCallback((e) => {
81
+ A(e), u && u(e);
82
+ }, [u]), K = i.useCallback(
82
83
  (e) => {
83
84
  const {
84
- value: o
85
+ value: r
85
86
  } = e.target;
86
- if (f) {
87
- f.test(o) && r(o);
87
+ if (g) {
88
+ g.test(r) && _(r);
88
89
  return;
89
90
  }
90
- r(o);
91
+ _(r);
91
92
  },
92
- [r, f]
93
- ), K = i.useCallback((e) => {
94
- d && d(e), _ && e.key === "Enter" && _();
95
- }, [d, _]), M = i.useCallback(() => {
96
- r("");
97
- }, [r]), j = b(
93
+ [_, g]
94
+ ), M = i.useCallback((e) => {
95
+ f && f(e), d && e.key === "Enter" && d();
96
+ }, [f, d]), j = i.useCallback(() => {
97
+ _("");
98
+ }, [_]), G = C(
98
99
  l.root,
99
- l[B],
100
- v,
101
- L.getResponsiveFlatClassnames("input-size", E).map((e) => l[e]),
100
+ l[V],
101
+ E,
102
+ O.getResponsiveFlatClassnames("input-size", B).map((e) => l[e]),
102
103
  {
103
104
  [l.fullWidth]: p,
104
- [l.backdropBlur]: W,
105
- [l.empty]: !I
105
+ [l.backdropBlur]: D,
106
+ [l.empty]: !S
106
107
  }
107
- ), G = i.useMemo(() => s ? m ? ` ${s.trim()}` : s.trim() : "", [s, m]);
108
- return /* @__PURE__ */ X("div", { className: j, children: [
108
+ ), T = i.useMemo(() => c ? s ? ` ${c.trim()}` : c.trim() : "", [c, s]);
109
+ return /* @__PURE__ */ $("div", { className: G, children: [
109
110
  /* @__PURE__ */ t(
110
111
  "input",
111
112
  {
112
- id: c,
113
- ref: D,
114
- type: x,
115
- tabIndex: C,
116
- autoFocus: k,
117
- className: b(l.input, w),
113
+ id: o,
114
+ name: m,
115
+ ref: F,
116
+ type: I,
117
+ tabIndex: N,
118
+ autoFocus: R,
119
+ className: C(l.input, v),
118
120
  value: a,
119
- placeholder: G,
120
- disabled: R,
121
- onChange: A,
122
- onKeyDown: K,
123
- spellCheck: y,
124
- min: S,
125
- max: z,
126
- step: h
121
+ placeholder: T,
122
+ disabled: w,
123
+ onChange: K,
124
+ onKeyDown: M,
125
+ spellCheck: k,
126
+ min: z,
127
+ max: h,
128
+ step: b
127
129
  }
128
130
  ),
129
- m && /* @__PURE__ */ t($, { name: m, className: l.placeholderIcon }),
131
+ s && /* @__PURE__ */ t(q, { name: s, className: l.placeholderIcon }),
130
132
  /* @__PURE__ */ t(
131
- ie,
133
+ ne,
132
134
  {
133
- decorator: V,
134
- loading: N,
135
- type: x,
136
- hasValue: I,
137
- onCleare: M
135
+ decorator: W,
136
+ loading: y,
137
+ type: I,
138
+ hasValue: S,
139
+ onCleare: j
138
140
  }
139
141
  )
140
142
  ] });
141
143
  }
142
144
  export {
143
- pe as default
145
+ de as default
144
146
  };
package/dist/main.d.ts CHANGED
@@ -100,6 +100,8 @@ export { Select } from './components/Select';
100
100
  export type { SelectOption, SelectProps } from './components/Select';
101
101
  export { DropdownSelect } from './components/DropdownSelect';
102
102
  export type { DropdownSelectProps } from './components/DropdownSelect';
103
+ export { DropdownMenu } from './components/DropdownMenu';
104
+ export type { DropdownMenuProps } from './components/DropdownMenu';
103
105
  export { Separator } from './components/Separator';
104
106
  export type { SeparatorProps } from './components/Separator';
105
107
  export { Shroud } from './components/Shroud';
package/dist/main.js CHANGED
@@ -9,10 +9,10 @@ import { useKeyboardClose as T } from "./utils/hooks/useKeyboardClose.js";
9
9
  import { useWindowResize as C } from "./utils/hooks/useWindowResize.js";
10
10
  import { useOutlet as g } from "./utils/hooks/useOutlet.js";
11
11
  import { CLIPBOARD_TITLE_APPEARANCE as L, useClipboardComponent as R } from "./utils/hooks/useClipboardComponent.js";
12
- import { formatDate as y, formatLocaleDate as D, formatShortDate as P } from "./utils/formatDate.js";
12
+ import { formatDate as D, formatLocaleDate as y, formatShortDate as P } from "./utils/formatDate.js";
13
13
  import { CURRENCY_MAP as b, FREE_PRICE_TEXT as k, formatCurrency as _ } from "./utils/formatCurrency.js";
14
- import { identity as F, invoke as v, noop as h, returnFalse as U, returnTrue as z } from "./utils/functional.js";
15
- import { Linkify as N, defaultLinkReplacer as w, defaultLinkReplacerx as G, isExternalUrl as V, linkify as Y, linkifyx as K, matchLinkNodes as X, matchLinks as H } from "./utils/links.js";
14
+ import { identity as F, invoke as v, noop as h, returnFalse as U, returnTrue as M } from "./utils/functional.js";
15
+ import { Linkify as z, defaultLinkReplacer as N, defaultLinkReplacerx as G, isExternalUrl as V, linkify as Y, linkifyx as K, matchLinkNodes as X, matchLinks as H } from "./utils/links.js";
16
16
  import { clamp as J, clamp01 as Q, minmax as Z } from "./utils/math.js";
17
17
  import { isFalseString as q, isTrueString as $, normalizeSlashes as oo, replaceRange as ro, splitByIndices as eo, unicodeCharAt as to } from "./utils/string.js";
18
18
  import { debounce as fo, throttle as mo } from "./utils/execution.js";
@@ -21,12 +21,12 @@ import { ui as lo } from "./utils/ui/ui.js";
21
21
  import { BorderRadiusEnum as so, ColorEnum as io, MediaQueryEnum as co, OffsetEnum as To, TextSizeEnum as Io, ZIndexEnum as Co } from "./utils/ui/ui.types.js";
22
22
  import { isInEnum as go } from "./utils/enum.js";
23
23
  import { default as Lo } from "./components/IconButton/IconButton.js";
24
- import { Accordion as So, AccordionContent as yo, AccordionHeader as Do, AccordionItem as Po, AccordionTrigger as Ao } from "./components/Accordion/Accordion.js";
24
+ import { Accordion as So, AccordionContent as Do, AccordionHeader as yo, AccordionItem as Po, AccordionTrigger as Ao } from "./components/Accordion/Accordion.js";
25
25
  import { default as ko } from "./components/ClipboardButton/ClipboardButton.js";
26
26
  import { default as Oo } from "./components/Checkbox/Checkbox.js";
27
27
  import { default as vo, ButtonContent as ho, getButtonClassName as Uo } from "./components/Button/Button.js";
28
- import { ButtonBar as Mo } from "./components/Button/ButtonBar.js";
29
- import { LinkButton as wo } from "./components/Button/LinkButton.js";
28
+ import { ButtonBar as wo } from "./components/Button/ButtonBar.js";
29
+ import { LinkButton as No } from "./components/Button/LinkButton.js";
30
30
  import { BurgerMenuButton as Vo } from "./components/BurgerMenu/BurgerMenuButton.js";
31
31
  import { BurgerMenu as Ko } from "./components/BurgerMenu/BurgerMenu.js";
32
32
  import { default as Ho, getLinkClassName as Wo, getLinkStyles as Jo } from "./components/Link/Link.js";
@@ -44,13 +44,13 @@ import { I as Cr } from "./cfxIcons-B9nzO6TW.js";
44
44
  import { I as gr } from "./cfxIconsBig-BLJjMT-Y.js";
45
45
  import { Icon as Lr } from "./components/Icon/Icon.js";
46
46
  import { IconBig as Sr } from "./components/IconBig/IconBig.js";
47
- import { Indicator as Dr } from "./components/Indicator/Indicator.js";
47
+ import { Indicator as yr } from "./components/Indicator/Indicator.js";
48
48
  import { default as Ar } from "./components/InfoPanel/InfoPanel.js";
49
49
  import { default as kr } from "./components/Input/Input.js";
50
50
  import { default as Or } from "./components/Input/RichInput.js";
51
51
  import { Interactive as vr } from "./components/Interactive/Interactive.js";
52
- import { Island as Ur, IslandCorner as zr } from "./components/Island/Island.js";
53
- import { default as Nr } from "./components/Box/Box.js";
52
+ import { Island as Ur, IslandCorner as Mr } from "./components/Island/Island.js";
53
+ import { default as zr } from "./components/Box/Box.js";
54
54
  import { stringPropFormater as Gr } from "./components/RSC/Box/Box.js";
55
55
  import { Center as Yr } from "./components/Layout/Center/Center.js";
56
56
  import { default as Xr } from "./components/Flex/Flex.js";
@@ -68,34 +68,35 @@ import { OVERLAY_OUTLET_ID as Te, Overlay as Ie } from "./components/Overlay/Ove
68
68
  import { default as Ee } from "./components/Pagination/Pagination.js";
69
69
  import { Popover as Be } from "./components/Popover/Popover.js";
70
70
  import { PremiumBadge as Re } from "./components/PremiumBadge/PremiumBadge.js";
71
- import { Prose as ye } from "./components/Prose/Prose.js";
71
+ import { Prose as De } from "./components/Prose/Prose.js";
72
72
  import { Radio as Pe } from "./components/Radio/Radio.js";
73
73
  import { Select as be } from "./components/Select/Select.js";
74
74
  import { DropdownSelect as _e } from "./components/DropdownSelect/DropdownSelect.js";
75
- import { Separator as Fe } from "./components/Separator/Separator.js";
76
- import { Shroud as he } from "./components/Shroud/Shroud.js";
75
+ import { default as Fe } from "./components/DropdownMenu/DropdownMenu.js";
76
+ import { Separator as he } from "./components/Separator/Separator.js";
77
+ import { Shroud as Me } from "./components/Shroud/Shroud.js";
77
78
  import { Slider as ze } from "./components/Slider/Slider.js";
78
- import { Spacer as Ne } from "./components/Spacer/Spacer.js";
79
- import { Style as Ge, useContextualStyle as Ve } from "./components/Style/Style.js";
80
- import { default as Ke } from "./components/Switch/Switch.js";
81
- import { ToggleGroup as He } from "./components/ToggleGroup/ToggleGroup.js";
82
- import { Tabular as Je } from "./components/Tabular/Tabular.js";
83
- import { DataTable as Ze, DataTableHeaderItem as je, DataTableRow as qe } from "./components/DataTable/DataTable.js";
84
- import { Table as ot } from "./components/Table/index.js";
85
- import { default as et } from "./components/TableResponsiveText/TableResponsiveText.js";
86
- import { DEFAULT_TEXT_COLOR as at, TEXT_OPACITY_MAP as ft, Text as mt, TextBlock as pt, getTextOpacity as xt, textSizeResponsiveValueFormatter as nt } from "./components/Text/Text.js";
87
- import { Textarea as ut } from "./components/Textarea/Textarea.js";
88
- import { TITLE_OUTLET_ID as it, Title as dt, titleGetCoords as ct, titleGetCssStyle as Tt } from "./components/Title/Title.js";
89
- import { default as Ct } from "./components/InputDropzone/InputDropzone.js";
90
- import { default as gt } from "./components/InputDropzone/ItemPreview.js";
91
- import { default as Lt } from "./components/Skeleton/Skeleton.js";
92
- import { OnScreenSensor as St } from "./components/OnScreenSensor.js";
93
- import { Symbols as Dt } from "./components/Symbols.js";
94
- import { default as At } from "./components/Table/TableIconButton.js";
79
+ import { Spacer as Ge } from "./components/Spacer/Spacer.js";
80
+ import { Style as Ye, useContextualStyle as Ke } from "./components/Style/Style.js";
81
+ import { default as He } from "./components/Switch/Switch.js";
82
+ import { ToggleGroup as Je } from "./components/ToggleGroup/ToggleGroup.js";
83
+ import { Tabular as Ze } from "./components/Tabular/Tabular.js";
84
+ import { DataTable as qe, DataTableHeaderItem as $e, DataTableRow as ot } from "./components/DataTable/DataTable.js";
85
+ import { Table as et } from "./components/Table/index.js";
86
+ import { default as at } from "./components/TableResponsiveText/TableResponsiveText.js";
87
+ import { DEFAULT_TEXT_COLOR as mt, TEXT_OPACITY_MAP as pt, Text as xt, TextBlock as nt, getTextOpacity as lt, textSizeResponsiveValueFormatter as ut } from "./components/Text/Text.js";
88
+ import { Textarea as it } from "./components/Textarea/Textarea.js";
89
+ import { TITLE_OUTLET_ID as ct, Title as Tt, titleGetCoords as It, titleGetCssStyle as Ct } from "./components/Title/Title.js";
90
+ import { default as gt } from "./components/InputDropzone/InputDropzone.js";
91
+ import { default as Lt } from "./components/InputDropzone/ItemPreview.js";
92
+ import { default as St } from "./components/Skeleton/Skeleton.js";
93
+ import { OnScreenSensor as yt } from "./components/OnScreenSensor.js";
94
+ import { Symbols as At } from "./components/Symbols.js";
95
+ import { default as kt } from "./components/Table/TableIconButton.js";
95
96
  export {
96
97
  So as Accordion,
97
- yo as AccordionContent,
98
- Do as AccordionHeader,
98
+ Do as AccordionContent,
99
+ yo as AccordionHeader,
99
100
  Po as AccordionItem,
100
101
  Ao as AccordionTrigger,
101
102
  qo as Avatar,
@@ -103,11 +104,11 @@ export {
103
104
  rr as BackdropPortal,
104
105
  tr as Badge,
105
106
  so as BorderRadiusEnum,
106
- Nr as Box,
107
+ zr as Box,
107
108
  Ko as BurgerMenu,
108
109
  Vo as BurgerMenuButton,
109
110
  vo as Button,
110
- Mo as ButtonBar,
111
+ wo as ButtonBar,
111
112
  ho as ButtonContent,
112
113
  Zo as ButtonLink,
113
114
  L as CLIPBOARD_TITLE_APPEARANCE,
@@ -118,14 +119,15 @@ export {
118
119
  io as ColorEnum,
119
120
  fr as ControlBox,
120
121
  pr as CountryFlag,
121
- at as DEFAULT_TEXT_COLOR,
122
- Ze as DataTable,
123
- je as DataTableHeaderItem,
124
- qe as DataTableRow,
122
+ mt as DEFAULT_TEXT_COLOR,
123
+ qe as DataTable,
124
+ $e as DataTableHeaderItem,
125
+ ot as DataTableRow,
125
126
  nr as Decorate,
126
127
  ur as Dot,
128
+ Fe as DropdownMenu,
127
129
  _e as DropdownSelect,
128
- gt as DropzoneItemPreview,
130
+ Lt as DropzoneItemPreview,
129
131
  ir as FLYOUT_OUTLET_ID,
130
132
  k as FREE_PRICE_TEXT,
131
133
  Xr as Flex,
@@ -140,16 +142,16 @@ export {
140
142
  Lo as IconButton,
141
143
  Cr as Icons,
142
144
  gr as IconsBig,
143
- Dr as Indicator,
145
+ yr as Indicator,
144
146
  Ar as InfoPanel,
145
147
  kr as Input,
146
- Ct as InputDropzone,
148
+ gt as InputDropzone,
147
149
  vr as Interactive,
148
150
  Ur as Island,
149
- zr as IslandCorner,
151
+ Mr as IslandCorner,
150
152
  Ho as Link,
151
- wo as LinkButton,
152
- N as Linkify,
153
+ No as LinkButton,
154
+ z as Linkify,
153
155
  le as Loaf,
154
156
  Tr as Logos,
155
157
  co as MediaQueryEnum,
@@ -157,56 +159,56 @@ export {
157
159
  de as NavList,
158
160
  Te as OVERLAY_OUTLET_ID,
159
161
  To as OffsetEnum,
160
- St as OnScreenSensor,
162
+ yt as OnScreenSensor,
161
163
  Ie as Overlay,
162
164
  oe as Pad,
163
165
  ee as Page,
164
166
  Ee as Pagination,
165
167
  Be as Popover,
166
168
  Re as PremiumBadge,
167
- ye as Prose,
169
+ De as Prose,
168
170
  Pe as Radio,
169
171
  ae as Rail,
170
172
  Or as RichInput,
171
173
  me as Scrollable,
172
174
  be as Select,
173
- Fe as Separator,
174
- he as Shroud,
175
- Lt as Skeleton,
175
+ he as Separator,
176
+ Me as Shroud,
177
+ St as Skeleton,
176
178
  ze as Slider,
177
- Ne as Spacer,
178
- Ge as Style,
179
- Ke as Switch,
180
- Dt as Symbols,
181
- ft as TEXT_OPACITY_MAP,
182
- it as TITLE_OUTLET_ID,
183
- ot as Table,
184
- At as TableIconButton,
185
- et as TableResponsiveText,
186
- Je as Tabular,
187
- mt as Text,
188
- pt as TextBlock,
179
+ Ge as Spacer,
180
+ Ye as Style,
181
+ He as Switch,
182
+ At as Symbols,
183
+ pt as TEXT_OPACITY_MAP,
184
+ ct as TITLE_OUTLET_ID,
185
+ et as Table,
186
+ kt as TableIconButton,
187
+ at as TableResponsiveText,
188
+ Ze as Tabular,
189
+ xt as Text,
190
+ nt as TextBlock,
189
191
  Io as TextSizeEnum,
190
- ut as Textarea,
191
- dt as Title,
192
- He as ToggleGroup,
192
+ it as Textarea,
193
+ Tt as Title,
194
+ Je as ToggleGroup,
193
195
  xe as VirtualScrollable,
194
196
  Co as ZIndexEnum,
195
197
  J as clamp,
196
198
  Q as clamp01,
197
199
  a as clsx,
198
200
  fo as debounce,
199
- w as defaultLinkReplacer,
201
+ N as defaultLinkReplacer,
200
202
  G as defaultLinkReplacerx,
201
203
  _ as formatCurrency,
202
- y as formatDate,
203
- D as formatLocaleDate,
204
+ D as formatDate,
205
+ y as formatLocaleDate,
204
206
  P as formatShortDate,
205
207
  Uo as getButtonClassName,
206
208
  xo as getColor,
207
209
  Wo as getLinkClassName,
208
210
  Jo as getLinkStyles,
209
- xt as getTextOpacity,
211
+ lt as getTextOpacity,
210
212
  m as getValue,
211
213
  F as identity,
212
214
  v as invoke,
@@ -224,17 +226,17 @@ export {
224
226
  oo as normalizeSlashes,
225
227
  ro as replaceRange,
226
228
  U as returnFalse,
227
- z as returnTrue,
229
+ M as returnTrue,
228
230
  eo as splitByIndices,
229
231
  Gr as stringPropFormater,
230
- nt as textSizeResponsiveValueFormatter,
232
+ ut as textSizeResponsiveValueFormatter,
231
233
  mo as throttle,
232
- ct as titleGetCoords,
233
- Tt as titleGetCssStyle,
234
+ It as titleGetCoords,
235
+ Ct as titleGetCssStyle,
234
236
  lo as ui,
235
237
  to as unicodeCharAt,
236
238
  R as useClipboardComponent,
237
- Ve as useContextualStyle,
239
+ Ke as useContextualStyle,
238
240
  s as useDynamicRef,
239
241
  d as useGlobalKeyboardEvent,
240
242
  l as useInstance,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cfx-dev/ui-components",
3
3
  "private": false,
4
- "version": "4.3.11",
4
+ "version": "4.3.13",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "dist/main.js",