@kolking/react-ui 1.5.0 → 1.6.0

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.
Files changed (43) hide show
  1. package/dist/{Input-DbQTM4UI.js → Input-D46mAsdt.js} +1 -1
  2. package/dist/ValidationTooltip-D8d9O6Re.js +31 -0
  3. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +11 -0
  4. package/dist/components/Breadcrumbs/Breadcrumbs.js +40 -0
  5. package/dist/components/Breadcrumbs/index.d.ts +1 -0
  6. package/dist/components/Breadcrumbs/index.js +4 -0
  7. package/dist/components/Button/Button.js +1 -1
  8. package/dist/components/Dialog/Dialog.d.ts +9 -5
  9. package/dist/components/Dialog/Dialog.js +67 -44
  10. package/dist/components/Dialog/useDialog.d.ts +2 -1
  11. package/dist/components/Dialog/useDialog.js +29 -42
  12. package/dist/components/Dialog/withDialog.d.ts +1 -1
  13. package/dist/components/Fields/Checkbox.js +1 -1
  14. package/dist/components/Fields/Input.js +2 -2
  15. package/dist/components/Fields/Numeric.js +1 -1
  16. package/dist/components/Fields/Radio.js +1 -1
  17. package/dist/components/Fields/Range.d.ts +20 -0
  18. package/dist/components/Fields/Range.js +54 -0
  19. package/dist/components/Fields/Select.js +1 -1
  20. package/dist/components/Fields/Switch.js +5 -5
  21. package/dist/components/Fields/Textarea.js +1 -1
  22. package/dist/components/Fields/ValidationTooltip.d.ts +1 -1
  23. package/dist/components/Fields/ValidationTooltip.js +3 -2
  24. package/dist/components/Fields/index.d.ts +1 -0
  25. package/dist/components/Fields/index.js +14 -12
  26. package/dist/components/Menu/Menu.d.ts +6 -2
  27. package/dist/components/Menu/Menu.js +57 -51
  28. package/dist/components/Menu/MenuContext.d.ts +1 -0
  29. package/dist/components/Menu/MenuItem.d.ts +2 -3
  30. package/dist/components/Menu/MenuItem.js +23 -29
  31. package/dist/components/Tooltip/Tooltip.d.ts +2 -1
  32. package/dist/components/Tooltip/Tooltip.js +59 -56
  33. package/dist/index.d.ts +1 -0
  34. package/dist/index.js +66 -62
  35. package/dist/styles/style.css +1 -1
  36. package/dist/styles.module-D1F3R7Vi.js +11 -0
  37. package/dist/utils/helpers.d.ts +1 -1
  38. package/dist/utils/helpers.js +3 -3
  39. package/package.json +2 -1
  40. package/dist/ValidationTooltip-BgSwl0hJ.js +0 -30
  41. package/dist/components/Dialog/DialogFocusTrap.d.ts +0 -2
  42. package/dist/components/Dialog/DialogFocusTrap.js +0 -17
  43. package/dist/styles.module-CUhWny5T.js +0 -11
@@ -1,78 +1,84 @@
1
- import { jsxs as E, Fragment as I, jsx as t } from "react/jsx-runtime";
2
- import N, { useState as r, useRef as d, useMemo as j, useEffect as B } from "react";
3
- import { flushSync as L } from "react-dom";
4
- import { useFloating as O, offset as W, flip as _, size as b, autoUpdate as k, useInteractions as A, useDismiss as D, useRole as H, useClick as U, useListNavigation as q, FloatingPortal as G, FloatingFocusManager as J, FloatingList as K } from "@floating-ui/react";
5
- import Q from "classnames";
6
- import { MenuContext as T } from "./MenuContext.js";
7
- import { s as V } from "../../styles.module-CUhWny5T.js";
8
- const ne = ({
9
- placement: p = "bottom-start",
1
+ import { jsxs as B, Fragment as L, jsx as t } from "react/jsx-runtime";
2
+ import O, { useState as r, useRef as p, useMemo as W, useEffect as _ } from "react";
3
+ import { flushSync as b } from "react-dom";
4
+ import { useFloating as k, offset as A, flip as D, size as H, autoUpdate as U, useInteractions as q, useDismiss as G, useRole as J, useClick as K, useListNavigation as Q, FloatingPortal as T, FloatingFocusManager as V, FloatingList as X } from "@floating-ui/react";
5
+ import Y from "classnames";
6
+ import { MenuContext as Z } from "./MenuContext.js";
7
+ import { cssProps as $ } from "../../utils/helpers.js";
8
+ import { s as ee } from "../../styles.module-D1F3R7Vi.js";
9
+ const me = ({
10
+ size: g,
11
+ placement: h = "bottom-start",
10
12
  trigger: a,
11
- minWidth: g,
12
- maxWidth: h,
13
- className: R,
14
- children: v,
15
- ...x
13
+ minWidth: R,
14
+ maxWidth: v,
15
+ minHeight: x,
16
+ maxHeight: F,
17
+ className: P,
18
+ children: y,
19
+ onSelect: l,
20
+ ...z
16
21
  }) => {
17
- const [l, c] = r(!1), [i, F] = r(null), [y, M] = r({}), m = d([]), u = d(null), { refs: o, context: e, floatingStyles: P } = O({
18
- open: l,
19
- placement: p,
22
+ const [m, c] = r(!1), [i, M] = r(null), [w, C] = r({}), u = p([]), f = p(null), { refs: o, context: e, floatingStyles: E } = k({
23
+ open: m,
24
+ placement: h,
20
25
  onOpenChange: c,
21
- whileElementsMounted: k,
26
+ whileElementsMounted: U,
22
27
  middleware: [
23
- W(5),
24
- _({ padding: 10 }),
25
- b({
28
+ A(5),
29
+ D({ padding: 10 }),
30
+ H({
26
31
  padding: 10,
27
- apply({ rects: n, availableWidth: s, availableHeight: z }) {
28
- L(() => {
29
- M({
30
- minWidth: n.reference.width,
31
- maxWidth: s,
32
- maxHeight: z
32
+ apply({ rects: n, availableWidth: s, availableHeight: j }) {
33
+ b(() => {
34
+ C({
35
+ minHeight: x,
36
+ minWidth: R ?? n.reference.width,
37
+ maxWidth: v ?? s,
38
+ maxHeight: F ?? j
33
39
  });
34
40
  });
35
41
  }
36
42
  })
37
43
  ]
38
- }), { getReferenceProps: w, getFloatingProps: C, getItemProps: f } = A([
39
- D(e),
40
- H(e, { role: "menu" }),
41
- U(e, { event: "mousedown" }),
42
- q(e, {
43
- listRef: m,
44
+ }), { getReferenceProps: I, getFloatingProps: N, getItemProps: d } = q([
45
+ G(e),
46
+ J(e, { role: "menu" }),
47
+ K(e, { event: "mousedown" }),
48
+ Q(e, {
49
+ listRef: u,
44
50
  loop: !0,
45
51
  activeIndex: i,
46
- onNavigate: F
52
+ onNavigate: M
47
53
  })
48
- ]), S = j(
49
- () => ({ active: i, setOpen: c, getItemProps: f }),
50
- [i, f]
54
+ ]), S = W(
55
+ () => ({ active: i, setOpen: c, getItemProps: d, onSelect: l }),
56
+ [i, d, l]
51
57
  );
52
- return B(() => {
58
+ return _(() => {
53
59
  var s;
54
60
  const n = (s = o.domReference.current) == null ? void 0 : s.closest("[data-floating-root]");
55
- n && (u.current = n);
56
- }, [o]), /* @__PURE__ */ E(I, { children: [
57
- N.cloneElement(a, {
61
+ n && (f.current = n);
62
+ }, [o]), /* @__PURE__ */ B(L, { children: [
63
+ O.cloneElement(a, {
58
64
  ref: o.setReference,
59
- "data-menu": "trigger",
60
- ...w(a.props)
65
+ ...I(a.props),
66
+ "data-menu-trigger": !0
61
67
  }),
62
- /* @__PURE__ */ t(T.Provider, { value: S, children: l && /* @__PURE__ */ t(G, { root: u, children: /* @__PURE__ */ t(J, { context: e, modal: !1, initialFocus: -1, children: /* @__PURE__ */ t(
68
+ /* @__PURE__ */ t(Z.Provider, { value: S, children: m && /* @__PURE__ */ t(T, { root: f, children: /* @__PURE__ */ t(V, { context: e, modal: !1, initialFocus: -1, children: /* @__PURE__ */ t(
63
69
  "div",
64
70
  {
65
- ...x,
71
+ ...z,
72
+ ...N(),
66
73
  ref: o.setFloating,
67
- "data-menu": "content",
68
- className: Q(V.menu, R),
69
- style: { ...P, ...y, minWidth: g, maxWidth: h },
70
- ...C(),
71
- children: /* @__PURE__ */ t(K, { elementsRef: m, children: v })
74
+ "data-menu": !0,
75
+ className: Y(ee.menu, P),
76
+ style: { ...E, ...w, ...$({ size: g }) },
77
+ children: /* @__PURE__ */ t(X, { elementsRef: u, children: y })
72
78
  }
73
79
  ) }) }) })
74
80
  ] });
75
81
  };
76
82
  export {
77
- ne as Menu
83
+ me as Menu
78
84
  };
@@ -4,5 +4,6 @@ export type MenuContextProps = {
4
4
  active: number | null;
5
5
  setOpen: (value: boolean) => void;
6
6
  getItemProps: UseInteractionsReturn['getItemProps'];
7
+ onSelect?: (index: number) => void;
7
8
  };
8
9
  export declare const MenuContext: React.Context<MenuContextProps>;
@@ -1,7 +1,6 @@
1
- export type MenuItemProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {
2
- size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
1
+ export type MenuItemProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'title'> & {
3
2
  scheme?: 'default' | 'negative' | 'positive' | 'warning';
4
3
  icon?: React.ReactElement;
5
4
  title?: React.ReactNode;
6
5
  };
7
- export declare const MenuItem: ({ size, scheme, icon, title, children, className, style, onClick, ...props }: MenuItemProps) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const MenuItem: ({ scheme, icon, title, children, className, onClick, ...props }: MenuItemProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,50 +1,44 @@
1
- import { jsx as i, jsxs as h, Fragment as j } from "react/jsx-runtime";
2
- import { useContext as M, useCallback as N } from "react";
3
- import { useListItem as P } from "@floating-ui/react";
4
- import v from "classnames";
1
+ import { jsx as I, jsxs as g, Fragment as h } from "react/jsx-runtime";
2
+ import { useContext as j, useCallback as y } from "react";
3
+ import { useListItem as M } from "@floating-ui/react";
4
+ import N from "classnames";
5
5
  import { MenuContext as w } from "./MenuContext.js";
6
- import { cssProps as A } from "../../utils/helpers.js";
7
- import { s as n } from "../../styles.module-CUhWny5T.js";
8
- function a(t) {
9
- return typeof t == "string" ? /* @__PURE__ */ i("span", { children: t }) : t;
10
- }
11
- const D = ({
12
- size: t,
6
+ import { wrapNode as n } from "../../utils/helpers.js";
7
+ import { s as i } from "../../styles.module-D1F3R7Vi.js";
8
+ const B = ({
13
9
  scheme: p = "default",
14
- icon: c,
10
+ icon: u,
15
11
  title: r,
16
12
  children: s,
17
13
  className: f,
18
- style: u,
19
- onClick: e,
14
+ onClick: t,
20
15
  ...d
21
16
  }) => {
22
- const { active: x, setOpen: o, getItemProps: l } = M(w), { ref: b, index: y } = P(), m = y === x, I = N(
23
- (g) => {
24
- o(!1), e == null || e(g);
17
+ const { active: c, setOpen: o, getItemProps: x, onSelect: e } = j(w), { ref: b, index: m } = M(), a = m === c, l = y(
18
+ (v) => {
19
+ o(!1), e == null || e(m), t == null || t(v);
25
20
  },
26
- [o, e]
21
+ [m, o, e, t]
27
22
  );
28
- return /* @__PURE__ */ i(
23
+ return /* @__PURE__ */ I(
29
24
  "button",
30
25
  {
31
26
  ...d,
32
27
  ref: b,
33
28
  type: "button",
34
29
  role: "menuitem",
35
- "data-menu": "item",
36
- "data-active": m,
37
- tabIndex: m ? 0 : -1,
38
- className: v(n.menuitem, n[p], f),
39
- style: { ...u, ...A({ size: t }) },
40
- ...l({ onClick: I }),
41
- children: s ? a(s) : /* @__PURE__ */ h(j, { children: [
42
- c,
43
- r && a(r)
30
+ "data-menu-item": !0,
31
+ "data-active": a,
32
+ tabIndex: a ? 0 : -1,
33
+ className: N(i.menuitem, i[p], f),
34
+ ...x({ onClick: l }),
35
+ children: s ? n(s, "span") : /* @__PURE__ */ g(h, { children: [
36
+ u,
37
+ r !== void 0 && n(r, "span")
44
38
  ] })
45
39
  }
46
40
  );
47
41
  };
48
42
  export {
49
- D as MenuItem
43
+ B as MenuItem
50
44
  };
@@ -5,10 +5,11 @@ export type TooltipProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'content'
5
5
  trigger?: Trigger;
6
6
  disabled?: boolean;
7
7
  placement?: Placement;
8
+ anchor?: Element | null;
8
9
  content: React.ReactNode;
9
10
  children: React.JSX.Element;
10
11
  minWidth?: React.CSSProperties['minWidth'];
11
12
  maxWidth?: React.CSSProperties['maxWidth'];
12
13
  };
13
- export declare const Tooltip: ({ trigger, placement, content, disabled, minWidth, maxWidth, className, children, ...props }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
14
+ export declare const Tooltip: ({ trigger, placement, anchor, content, disabled, minWidth, maxWidth, className, children, ...props }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
14
15
  export {};
@@ -1,78 +1,81 @@
1
- import { jsxs as d, Fragment as M, jsx as i } from "react/jsx-runtime";
2
- import P, { useRef as m, useState as w, useEffect as S } from "react";
3
- import j from "classnames";
4
- import { useFloating as k, offset as C, flip as U, shift as W, arrow as b, autoUpdate as A, useInteractions as B, useDismiss as D, useRole as H, useHover as I, useFocus as V, useClick as $, useMergeRefs as q, FloatingPortal as z, FloatingArrow as G } from "@floating-ui/react";
5
- const J = "Tooltip_tooltip_u1Uix", K = "Tooltip_arrow_NBFiV", L = "Tooltip_content_lfpfM", a = {
6
- tooltip: J,
7
- arrow: K,
8
- content: L
9
- }, ee = ({
1
+ import { jsxs as m, Fragment as S, jsx as f } from "react/jsx-runtime";
2
+ import j, { useRef as w, useState as g, useEffect as R } from "react";
3
+ import k from "classnames";
4
+ import { useFloating as C, offset as U, flip as W, shift as b, arrow as A, autoUpdate as B, useInteractions as D, useDismiss as H, useRole as I, useHover as V, useFocus as $, useClick as q, useMergeRefs as z, FloatingPortal as G, FloatingArrow as J } from "@floating-ui/react";
5
+ const K = "Tooltip_tooltip_u1Uix", L = "Tooltip_arrow_NBFiV", Q = "Tooltip_content_lfpfM", a = {
6
+ tooltip: K,
7
+ arrow: L,
8
+ content: Q
9
+ }, te = ({
10
10
  trigger: r = "hover focus",
11
- placement: f = "top",
12
- content: g,
13
- disabled: l,
14
- minWidth: h,
15
- maxWidth: R,
16
- className: F,
17
- children: t,
18
- ..._
11
+ placement: c = "top",
12
+ anchor: l,
13
+ content: h,
14
+ disabled: i,
15
+ minWidth: F,
16
+ maxWidth: _,
17
+ className: v,
18
+ children: o,
19
+ ...x
19
20
  }) => {
20
- const c = m(null), u = m(null), [p, v] = w(!1), [x, O] = w(!1), { refs: n, context: e, floatingStyles: N } = k({
21
- open: p,
22
- placement: f,
23
- onOpenChange: v,
24
- whileElementsMounted: A,
21
+ const u = w(null), p = w(null), [d, O] = g(!1), [N, P] = g(!1), { refs: e, context: t, floatingStyles: T } = C({
22
+ open: d,
23
+ placement: c,
24
+ onOpenChange: O,
25
+ whileElementsMounted: B,
25
26
  middleware: [
26
- C(8),
27
- U(),
27
+ U(8),
28
28
  W(),
29
- b(({ placement: o, rects: s }) => (O(
30
- s.floating.width < s.reference.width && (o.endsWith("-start") || o.endsWith("-end"))
31
- ), { element: c, padding: 8 }))
29
+ b(),
30
+ A(({ placement: s, rects: n }) => (P(
31
+ n.floating.width < n.reference.width && (s.endsWith("-start") || s.endsWith("-end"))
32
+ ), { element: u, padding: 8 }))
32
33
  ]
33
- }), { getReferenceProps: T, getFloatingProps: y } = B([
34
- D(e),
35
- H(e, { role: "tooltip" }),
36
- I(e, { move: !1, enabled: r.includes("hover") }),
37
- V(e, { enabled: r.includes("focus") }),
38
- $(e, { enabled: r.includes("click") })
39
- ]), E = q([
40
- n.setReference,
41
- "ref" in t ? t.ref : null
34
+ }), { getReferenceProps: y, getFloatingProps: E } = D([
35
+ H(t),
36
+ I(t, { role: "tooltip" }),
37
+ V(t, { move: !1, enabled: r.includes("hover") }),
38
+ $(t, { enabled: r.includes("focus") }),
39
+ q(t, { enabled: r.includes("click") })
40
+ ]), M = z([
41
+ e.setReference,
42
+ "ref" in o ? o.ref : null
42
43
  ]);
43
- return S(() => {
44
- var s;
45
- const o = (s = n.domReference.current) == null ? void 0 : s.closest("[data-floating-root]");
46
- !l && o && (u.current = o);
47
- }, [n, l]), l ? t : /* @__PURE__ */ d(M, { children: [
48
- P.cloneElement(t, T({ ref: E, ...t.props })),
49
- p && /* @__PURE__ */ i(z, { root: u, children: /* @__PURE__ */ d(
44
+ return R(() => {
45
+ var n;
46
+ const s = (n = e.domReference.current) == null ? void 0 : n.closest("[data-floating-root]");
47
+ !i && s && (p.current = s);
48
+ }, [e, i]), R(() => {
49
+ l && e.setPositionReference(l);
50
+ }, [e, l]), i ? o : /* @__PURE__ */ m(S, { children: [
51
+ j.cloneElement(o, y({ ref: M, ...o.props })),
52
+ d && /* @__PURE__ */ f(G, { root: p, children: /* @__PURE__ */ m(
50
53
  "div",
51
54
  {
52
- ..._,
53
- ref: n.setFloating,
54
- "data-tooltip": f,
55
- className: j(a.tooltip, F),
56
- style: { ...N, minWidth: h, maxWidth: R },
57
- ...y(),
55
+ ...x,
56
+ ref: e.setFloating,
57
+ "data-tooltip": c,
58
+ className: k(a.tooltip, v),
59
+ style: { ...T, minWidth: F, maxWidth: _ },
60
+ ...E(),
58
61
  children: [
59
- /* @__PURE__ */ i(
60
- G,
62
+ /* @__PURE__ */ f(
63
+ J,
61
64
  {
62
65
  width: 12,
63
66
  height: 6,
64
- ref: c,
65
- context: e,
67
+ ref: u,
68
+ context: t,
66
69
  className: a.arrow,
67
- staticOffset: x ? 8 : null
70
+ staticOffset: N ? 8 : null
68
71
  }
69
72
  ),
70
- /* @__PURE__ */ i("div", { className: a.content, children: g })
73
+ /* @__PURE__ */ f("div", { className: a.content, children: h })
71
74
  ]
72
75
  }
73
76
  ) })
74
77
  ] });
75
78
  };
76
79
  export {
77
- ee as Tooltip
80
+ te as Tooltip
78
81
  };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './components/Avatar';
2
2
  export * from './components/Badge';
3
+ export * from './components/Breadcrumbs';
3
4
  export * from './components/Button';
4
5
  export * from './components/Dialog';
5
6
  export * from './components/Flex';
package/dist/index.js CHANGED
@@ -1,68 +1,72 @@
1
1
  import { Avatar as e } from "./components/Avatar/Avatar.js";
2
2
  import { Badge as p } from "./components/Badge/Badge.js";
3
- import { Button as x } from "./components/Button/Button.js";
4
- import { Dialog as i, DialogClose as a, DialogContent as l, DialogFooter as g, DialogTitle as n } from "./components/Dialog/Dialog.js";
5
- import { useDialog as u } from "./components/Dialog/useDialog.js";
6
- import { withDialog as d } from "./components/Dialog/withDialog.js";
7
- import { Flex as T } from "./components/Flex/Flex.js";
8
- import { Checkbox as B } from "./components/Fields/Checkbox.js";
9
- import { Field as I, FieldDescription as S, FieldLabel as h } from "./components/Fields/Field.js";
10
- import { I as w } from "./Input-DbQTM4UI.js";
11
- import { Numeric as N } from "./components/Fields/Numeric.js";
12
- import { Radio as V } from "./components/Fields/Radio.js";
13
- import { Select as v } from "./components/Fields/Select.js";
14
- import { Switch as G } from "./components/Fields/Switch.js";
15
- import { Textarea as L } from "./components/Fields/Textarea.js";
16
- import { V as j } from "./ValidationTooltip-BgSwl0hJ.js";
17
- import { Heading as y } from "./components/Heading/Heading.js";
18
- import { Icon as E } from "./components/Icon/Icon.js";
19
- import { Menu as K } from "./components/Menu/Menu.js";
20
- import { MenuItem as Q } from "./components/Menu/MenuItem.js";
21
- import { Notice as W } from "./components/Notice/Notice.js";
22
- import { ProgressBar as Y } from "./components/Progress/ProgressBar.js";
23
- import { ProgressCircular as _ } from "./components/Progress/ProgressCircular.js";
24
- import { Segmented as oo } from "./components/Segmented/Segmented.js";
25
- import { Spinner as eo } from "./components/Spinner/Spinner.js";
26
- import { Tag as po } from "./components/Tag/Tag.js";
27
- import { ToggleButton as xo } from "./components/ToggleButton/ToggleButton.js";
28
- import { ToggleGroup as io } from "./components/ToggleButton/ToggleGroup.js";
29
- import { Tooltip as lo } from "./components/Tooltip/Tooltip.js";
30
- import { palette as no } from "./utils/colors.js";
3
+ import { Breadcrumbs as x } from "./components/Breadcrumbs/Breadcrumbs.js";
4
+ import { Button as a } from "./components/Button/Button.js";
5
+ import { Dialog as l, DialogClose as g, DialogContent as n, DialogFooter as s, DialogTitle as u } from "./components/Dialog/Dialog.js";
6
+ import { useDialog as d } from "./components/Dialog/useDialog.js";
7
+ import { withDialog as T } from "./components/Dialog/withDialog.js";
8
+ import { Flex as F } from "./components/Flex/Flex.js";
9
+ import { Checkbox as I } from "./components/Fields/Checkbox.js";
10
+ import { Field as b, FieldDescription as h, FieldLabel as w } from "./components/Fields/Field.js";
11
+ import { I as N } from "./Input-D46mAsdt.js";
12
+ import { Numeric as R } from "./components/Fields/Numeric.js";
13
+ import { Radio as k } from "./components/Fields/Radio.js";
14
+ import { Range as A } from "./components/Fields/Range.js";
15
+ import { Select as H } from "./components/Fields/Select.js";
16
+ import { Switch as j } from "./components/Fields/Switch.js";
17
+ import { Textarea as y } from "./components/Fields/Textarea.js";
18
+ import { V as E } from "./ValidationTooltip-D8d9O6Re.js";
19
+ import { Heading as K } from "./components/Heading/Heading.js";
20
+ import { Icon as Q } from "./components/Icon/Icon.js";
21
+ import { Menu as W } from "./components/Menu/Menu.js";
22
+ import { MenuItem as Y } from "./components/Menu/MenuItem.js";
23
+ import { Notice as _ } from "./components/Notice/Notice.js";
24
+ import { ProgressBar as oo } from "./components/Progress/ProgressBar.js";
25
+ import { ProgressCircular as eo } from "./components/Progress/ProgressCircular.js";
26
+ import { Segmented as po } from "./components/Segmented/Segmented.js";
27
+ import { Spinner as xo } from "./components/Spinner/Spinner.js";
28
+ import { Tag as ao } from "./components/Tag/Tag.js";
29
+ import { ToggleButton as lo } from "./components/ToggleButton/ToggleButton.js";
30
+ import { ToggleGroup as no } from "./components/ToggleButton/ToggleGroup.js";
31
+ import { Tooltip as uo } from "./components/Tooltip/Tooltip.js";
32
+ import { palette as Do } from "./utils/colors.js";
31
33
  export {
32
34
  e as Avatar,
33
35
  p as Badge,
34
- x as Button,
35
- B as Checkbox,
36
- i as Dialog,
37
- a as DialogClose,
38
- l as DialogContent,
39
- g as DialogFooter,
40
- n as DialogTitle,
41
- I as Field,
42
- S as FieldDescription,
43
- h as FieldLabel,
44
- T as Flex,
45
- y as Heading,
46
- E as Icon,
47
- w as Input,
48
- K as Menu,
49
- Q as MenuItem,
50
- W as Notice,
51
- N as Numeric,
52
- Y as ProgressBar,
53
- _ as ProgressCircular,
54
- V as Radio,
55
- oo as Segmented,
56
- v as Select,
57
- eo as Spinner,
58
- G as Switch,
59
- po as Tag,
60
- L as Textarea,
61
- xo as ToggleButton,
62
- io as ToggleGroup,
63
- lo as Tooltip,
64
- j as ValidationTooltip,
65
- no as palette,
66
- u as useDialog,
67
- d as withDialog
36
+ x as Breadcrumbs,
37
+ a as Button,
38
+ I as Checkbox,
39
+ l as Dialog,
40
+ g as DialogClose,
41
+ n as DialogContent,
42
+ s as DialogFooter,
43
+ u as DialogTitle,
44
+ b as Field,
45
+ h as FieldDescription,
46
+ w as FieldLabel,
47
+ F as Flex,
48
+ K as Heading,
49
+ Q as Icon,
50
+ N as Input,
51
+ W as Menu,
52
+ Y as MenuItem,
53
+ _ as Notice,
54
+ R as Numeric,
55
+ oo as ProgressBar,
56
+ eo as ProgressCircular,
57
+ k as Radio,
58
+ A as Range,
59
+ po as Segmented,
60
+ H as Select,
61
+ xo as Spinner,
62
+ j as Switch,
63
+ ao as Tag,
64
+ y as Textarea,
65
+ lo as ToggleButton,
66
+ no as ToggleGroup,
67
+ uo as Tooltip,
68
+ E as ValidationTooltip,
69
+ Do as palette,
70
+ d as useDialog,
71
+ T as withDialog
68
72
  };