@konstructio/ui 0.1.0-alpha.3 → 0.1.0-alpha.5

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 (68) hide show
  1. package/dist/{Combination-b348x__d.js → Combination-Cvr3uETz.js} +102 -102
  2. package/dist/{Modal-B2ujmsSW.js → Modal-DXYBiafI.js} +3 -3
  3. package/dist/components/Alert/Alert.js +1 -1
  4. package/dist/components/AlertDialog/AlertDialog.js +1 -1
  5. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
  6. package/dist/components/AlertDialog/components/index.js +1 -1
  7. package/dist/components/Badge/Badge.js +2 -2
  8. package/dist/components/Breadcrumb/components/Item/Item.js +1 -1
  9. package/dist/components/Breadcrumb/hooks/useBreadcrumb.js +1 -1
  10. package/dist/components/Button/Button.js +1 -1
  11. package/dist/components/Checkbox/Checkbox.js +3 -3
  12. package/dist/components/Command/Command.js +2 -2
  13. package/dist/components/Command/components/Command.js +1 -1
  14. package/dist/components/Command/components/CommandEmpty.js +1 -1
  15. package/dist/components/Command/components/CommandGroup.js +1 -1
  16. package/dist/components/Command/components/CommandInput.js +1 -1
  17. package/dist/components/Command/components/CommandItem.js +1 -1
  18. package/dist/components/Command/components/CommandList.js +1 -1
  19. package/dist/components/Command/components/CommandSeparator.js +1 -1
  20. package/dist/components/Command/components/DialogContent.js +1 -1
  21. package/dist/components/Command/components/DialogOverlay.js +1 -1
  22. package/dist/components/Datepicker/DatePicker.js +3 -3
  23. package/dist/components/Dropdown/components/List/List.js +48 -15
  24. package/dist/components/Dropdown/components/List/List.variants.js +6 -4
  25. package/dist/components/Dropdown/components/ListItem/ListItem.js +21 -17
  26. package/dist/components/Dropdown/components/Wrapper.js +78 -70
  27. package/dist/components/Loading/Loading.js +2 -2
  28. package/dist/components/Modal/Modal.js +2 -2
  29. package/dist/components/Modal/components/Body/Body.js +1 -1
  30. package/dist/components/Modal/components/Footer/Footer.js +1 -1
  31. package/dist/components/Modal/components/Header/Header.js +1 -1
  32. package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -3
  33. package/dist/components/Modal/components/index.js +1 -1
  34. package/dist/components/NumberInput/NumberInput.js +1 -1
  35. package/dist/components/RadioGroup/RadioGroup.js +1 -1
  36. package/dist/components/Range/Range.js +1 -1
  37. package/dist/components/Slider/Slider.js +1 -1
  38. package/dist/components/Switch/Switch.js +2 -2
  39. package/dist/components/Tabs/Tabs.js +1 -1
  40. package/dist/components/Tabs/components/Content.js +1 -1
  41. package/dist/components/Tabs/components/List.js +1 -1
  42. package/dist/components/Tabs/components/Trigger.js +1 -1
  43. package/dist/components/Tag/Tag.js +1 -1
  44. package/dist/components/TimePicker/components/Wrapper/Wrapper.js +2 -2
  45. package/dist/components/Toast/Toast.js +6 -6
  46. package/dist/components/Tooltip/Tooltip.js +1 -1
  47. package/dist/components/Typography/Typography.js +14 -16
  48. package/dist/components/index.js +1 -1
  49. package/dist/{createLucideIcon-BA2PlKw1.js → createLucideIcon-vyksFS6P.js} +4 -4
  50. package/dist/{index-BRcC_VTj.js → index--EmNlyHx.js} +1 -1
  51. package/dist/{index-Ud3-A7-K.js → index-1RDo-S_f.js} +5 -5
  52. package/dist/index-B5MIi2tR.js +83 -0
  53. package/dist/{index-ObZsP5Eh.js → index-BCGvACM9.js} +1 -1
  54. package/dist/{index-xPmNHv1y.js → index-BuxebbOg.js} +2 -2
  55. package/dist/{index-55GVbfLI.js → index-BvCZBMfr.js} +3 -3
  56. package/dist/{index-C2xwUZXm.js → index-CvfCCTEO.js} +4 -4
  57. package/dist/{index-DmCJ8fIR.js → index-Cz09twLl.js} +3 -3
  58. package/dist/{index-CQ6ORxI_.js → index-DNRcvRTB.js} +2 -2
  59. package/dist/{index-Y44iCJcQ.js → index-Dm-ooN_M.js} +1 -1
  60. package/dist/{index-B-qIIQlg.js → index-rUBNhTeF.js} +1 -1
  61. package/dist/index.d.ts +5 -0
  62. package/dist/index.js +1 -1
  63. package/dist/package.json +28 -28
  64. package/dist/styles.css +1 -1
  65. package/dist/useBreadcrumb-DMERrNkJ.js +1280 -0
  66. package/package.json +28 -28
  67. package/dist/index-tIydFizp.js +0 -83
  68. package/dist/useBreadcrumb-BsIeMoR1.js +0 -1279
@@ -1,6 +1,6 @@
1
1
  import { forwardRef as l, createElement as n } from "react";
2
2
  /**
3
- * @license lucide-react v0.510.0 - ISC
3
+ * @license lucide-react v0.511.0 - ISC
4
4
  *
5
5
  * This source code is licensed under the ISC license.
6
6
  * See the LICENSE file in the root directory of this source tree.
@@ -17,7 +17,7 @@ const w = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), h = (t)
17
17
  return !0;
18
18
  };
19
19
  /**
20
- * @license lucide-react v0.510.0 - ISC
20
+ * @license lucide-react v0.511.0 - ISC
21
21
  *
22
22
  * This source code is licensed under the ISC license.
23
23
  * See the LICENSE file in the root directory of this source tree.
@@ -34,7 +34,7 @@ var g = {
34
34
  strokeLinejoin: "round"
35
35
  };
36
36
  /**
37
- * @license lucide-react v0.510.0 - ISC
37
+ * @license lucide-react v0.511.0 - ISC
38
38
  *
39
39
  * This source code is licensed under the ISC license.
40
40
  * See the LICENSE file in the root directory of this source tree.
@@ -69,7 +69,7 @@ const A = l(
69
69
  )
70
70
  );
71
71
  /**
72
- * @license lucide-react v0.510.0 - ISC
72
+ * @license lucide-react v0.511.0 - ISC
73
73
  *
74
74
  * This source code is licensed under the ISC license.
75
75
  * See the LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  import * as i from "react";
2
- import { P as o } from "./index-ObZsP5Eh.js";
2
+ import { P as o } from "./index-BCGvACM9.js";
3
3
  import { jsx as t } from "react/jsx-runtime";
4
4
  var d = Object.freeze({
5
5
  // See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss
@@ -1,13 +1,13 @@
1
1
  import * as i from "react";
2
2
  import { a as Ee, c as he, b as _, d as ye } from "./index-Cq1I1cG9.js";
3
- import { u as S, c as De } from "./index-tIydFizp.js";
3
+ import { u as S, c as De } from "./index-B5MIi2tR.js";
4
4
  import { u as w } from "./index-Cs8Lv8Wj.js";
5
- import { P as be, D as Ce } from "./index-CQ6ORxI_.js";
6
- import { P as N } from "./index-ObZsP5Eh.js";
5
+ import { P as be, D as Ce } from "./index-DNRcvRTB.js";
6
+ import { P as N } from "./index-BCGvACM9.js";
7
7
  import { u as j } from "./index-DwYXX2sM.js";
8
8
  import { jsx as f, jsxs as q, Fragment as B } from "react/jsx-runtime";
9
- import { P as U } from "./index-Y44iCJcQ.js";
10
- import { R as Ae } from "./Combination-b348x__d.js";
9
+ import { P as U } from "./index-Dm-ooN_M.js";
10
+ import { R as Ae } from "./Combination-Cvr3uETz.js";
11
11
  var x = "focusScope.autoFocusOnMount", L = "focusScope.autoFocusOnUnmount", V = { bubbles: !1, cancelable: !0 }, Re = "FocusScope", Q = i.forwardRef((e, n) => {
12
12
  const {
13
13
  loop: t = !1,
@@ -0,0 +1,83 @@
1
+ import * as i from "react";
2
+ import { jsx as f, Fragment as g } from "react/jsx-runtime";
3
+ function d(e, n) {
4
+ if (typeof e == "function")
5
+ return e(n);
6
+ e != null && (e.current = n);
7
+ }
8
+ function m(...e) {
9
+ return (n) => {
10
+ let r = !1;
11
+ const o = e.map((t) => {
12
+ const l = d(t, n);
13
+ return !r && typeof l == "function" && (r = !0), l;
14
+ });
15
+ if (r)
16
+ return () => {
17
+ for (let t = 0; t < o.length; t++) {
18
+ const l = o[t];
19
+ typeof l == "function" ? l() : d(e[t], null);
20
+ }
21
+ };
22
+ };
23
+ }
24
+ function x(...e) {
25
+ return i.useCallback(m(...e), e);
26
+ }
27
+ // @__NO_SIDE_EFFECTS__
28
+ function C(e) {
29
+ const n = /* @__PURE__ */ b(e), r = i.forwardRef((o, t) => {
30
+ const { children: l, ...a } = o, s = i.Children.toArray(l), c = s.find(E);
31
+ if (c) {
32
+ const u = c.props.children, S = s.map((p) => p === c ? i.Children.count(u) > 1 ? i.Children.only(null) : i.isValidElement(u) ? u.props.children : null : p);
33
+ return /* @__PURE__ */ f(n, { ...a, ref: t, children: i.isValidElement(u) ? i.cloneElement(u, void 0, S) : null });
34
+ }
35
+ return /* @__PURE__ */ f(n, { ...a, ref: t, children: l });
36
+ });
37
+ return r.displayName = `${e}.Slot`, r;
38
+ }
39
+ var I = /* @__PURE__ */ C("Slot");
40
+ // @__NO_SIDE_EFFECTS__
41
+ function b(e) {
42
+ const n = i.forwardRef((r, o) => {
43
+ const { children: t, ...l } = r;
44
+ if (i.isValidElement(t)) {
45
+ const a = h(t), s = R(l, t.props);
46
+ return t.type !== i.Fragment && (s.ref = o ? m(o, a) : a), i.cloneElement(t, s);
47
+ }
48
+ return i.Children.count(t) > 1 ? i.Children.only(null) : null;
49
+ });
50
+ return n.displayName = `${e}.SlotClone`, n;
51
+ }
52
+ var y = Symbol("radix.slottable");
53
+ // @__NO_SIDE_EFFECTS__
54
+ function V(e) {
55
+ const n = ({ children: r }) => /* @__PURE__ */ f(g, { children: r });
56
+ return n.displayName = `${e}.Slottable`, n.__radixId = y, n;
57
+ }
58
+ function E(e) {
59
+ return i.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === y;
60
+ }
61
+ function R(e, n) {
62
+ const r = { ...n };
63
+ for (const o in n) {
64
+ const t = e[o], l = n[o];
65
+ /^on[A-Z]/.test(o) ? t && l ? r[o] = (...s) => {
66
+ const c = l(...s);
67
+ return t(...s), c;
68
+ } : t && (r[o] = t) : o === "style" ? r[o] = { ...t, ...l } : o === "className" && (r[o] = [t, l].filter(Boolean).join(" "));
69
+ }
70
+ return { ...e, ...r };
71
+ }
72
+ function h(e) {
73
+ var o, t;
74
+ let n = (o = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : o.get, r = n && "isReactWarning" in n && n.isReactWarning;
75
+ return r ? e.ref : (n = (t = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : t.get, r = n && "isReactWarning" in n && n.isReactWarning, r ? e.props.ref : e.props.ref || e.ref);
76
+ }
77
+ export {
78
+ I as S,
79
+ m as a,
80
+ V as b,
81
+ C as c,
82
+ x as u
83
+ };
@@ -1,7 +1,7 @@
1
1
  import * as D from "react";
2
2
  import R from "react";
3
3
  import { g as b } from "./_commonjsHelpers-C6fGbg64.js";
4
- import { c as w } from "./index-tIydFizp.js";
4
+ import { c as w } from "./index-B5MIi2tR.js";
5
5
  import { jsx as N } from "react/jsx-runtime";
6
6
  var v = { exports: {} }, u = {};
7
7
  /**
@@ -1,8 +1,8 @@
1
1
  import { jsx as i, jsxs as w } from "react/jsx-runtime";
2
2
  import * as l from "react";
3
3
  import { c as M, b as x } from "./index-Cq1I1cG9.js";
4
- import { u as A, b as I } from "./index-tIydFizp.js";
5
- import { c as v, R as $, P as L, O as F, W as G, C as W, T as j, d as B, b as D, e as Y } from "./index-Ud3-A7-K.js";
4
+ import { u as A, b as I } from "./index-B5MIi2tR.js";
5
+ import { c as v, R as $, P as L, O as F, W as G, C as W, T as j, d as B, b as D, e as Y } from "./index-1RDo-S_f.js";
6
6
  import { Button as k } from "./components/Button/Button.js";
7
7
  import { cn as q } from "./utils/index.js";
8
8
  var f = "AlertDialog", [H, se] = M(f, [
@@ -1,10 +1,10 @@
1
1
  import * as d from "react";
2
2
  import { a as ce, c as le, b as C } from "./index-Cq1I1cG9.js";
3
- import { u as M } from "./index-tIydFizp.js";
3
+ import { u as M } from "./index-B5MIi2tR.js";
4
4
  import { u as de } from "./index-BdMNhZnh.js";
5
5
  import { a as ue, u as fe } from "./index-Bc1LNrRD.js";
6
- import { P as B } from "./index-ObZsP5Eh.js";
7
- import { c as me } from "./index-B-qIIQlg.js";
6
+ import { P as B } from "./index-BCGvACM9.js";
7
+ import { c as me } from "./index-rUBNhTeF.js";
8
8
  import { jsx as v, jsxs as pe } from "react/jsx-runtime";
9
9
  function $(e, [t, n]) {
10
10
  return Math.min(n, Math.max(t, e));
@@ -1,13 +1,13 @@
1
1
  import * as s from "react";
2
2
  import { c as K, b as I, a as L } from "./index-Cq1I1cG9.js";
3
- import { c as ce } from "./index-B-qIIQlg.js";
4
- import { u as ie } from "./index-tIydFizp.js";
3
+ import { c as ce } from "./index-rUBNhTeF.js";
4
+ import { u as ie } from "./index-B5MIi2tR.js";
5
5
  import { u as O } from "./index-Cs8Lv8Wj.js";
6
- import { P as C } from "./index-ObZsP5Eh.js";
6
+ import { P as C } from "./index-BCGvACM9.js";
7
7
  import { u as ue } from "./index-DwYXX2sM.js";
8
8
  import { u as k } from "./index-BdMNhZnh.js";
9
9
  import { jsx as l } from "react/jsx-runtime";
10
- import { P as le } from "./index-Y44iCJcQ.js";
10
+ import { P as le } from "./index-Dm-ooN_M.js";
11
11
  var N = "rovingFocusGroup.onEntryFocus", de = { bubbles: !1, cancelable: !0 }, h = "RovingFocusGroup", [D, V, fe] = ce(h), [ve, U] = K(
12
12
  h,
13
13
  [fe]
@@ -1,8 +1,8 @@
1
- import { R as Ee, P as ke, O as Se, C as Ie } from "./index-Ud3-A7-K.js";
1
+ import { R as Ee, P as ke, O as Se, C as Ie } from "./index-1RDo-S_f.js";
2
2
  import * as n from "react";
3
- import { P as C } from "./index-ObZsP5Eh.js";
3
+ import { P as C } from "./index-BCGvACM9.js";
4
4
  import { u as P } from "./index-Cs8Lv8Wj.js";
5
- import { a as j } from "./index-tIydFizp.js";
5
+ import { a as j } from "./index-B5MIi2tR.js";
6
6
  var de = 1, xe = 0.9, Re = 0.8, Ce = 0.17, Q = 0.1, Z = 0.999, Ae = 0.9999, Me = 0.99, $e = /[\\\/_+.#"@\[\(\{&]/, De = /[\\\/_+.#"@\[\(\{&]/g, Fe = /[\s-]/, me = /[\s-]/g;
7
7
  function ee(t, l, r, f, u, c, d) {
8
8
  if (c === l.length) return u === t.length ? de : Me;
@@ -1,7 +1,7 @@
1
1
  import * as i from "react";
2
2
  import { b as h, u as U } from "./index-Cq1I1cG9.js";
3
- import { P as m, d as z, R as H } from "./index-ObZsP5Eh.js";
4
- import { u as T } from "./index-tIydFizp.js";
3
+ import { P as m, d as z, R as H } from "./index-BCGvACM9.js";
4
+ import { u as T } from "./index-B5MIi2tR.js";
5
5
  import { u as b } from "./index-DwYXX2sM.js";
6
6
  import { jsx as P } from "react/jsx-runtime";
7
7
  function K(r, e = globalThis == null ? void 0 : globalThis.document) {
@@ -1,5 +1,5 @@
1
1
  import * as a from "react";
2
- import { u as T } from "./index-tIydFizp.js";
2
+ import { u as T } from "./index-B5MIi2tR.js";
3
3
  import { u as A } from "./index-Cq1I1cG9.js";
4
4
  function E(n, e) {
5
5
  return a.useReducer((r, t) => e[r][t] ?? r, n);
@@ -1,6 +1,6 @@
1
1
  import r from "react";
2
2
  import { c as y } from "./index-Cq1I1cG9.js";
3
- import { u as M, c as x } from "./index-tIydFizp.js";
3
+ import { u as M, c as x } from "./index-B5MIi2tR.js";
4
4
  import { jsx as d } from "react/jsx-runtime";
5
5
  function D(s) {
6
6
  const f = s + "CollectionProvider", [A, N] = y(f), [_, m] = A(
package/dist/index.d.ts CHANGED
@@ -171,12 +171,17 @@ export declare const Divider: FC<HTMLAttributes<HTMLDivElement>>;
171
171
  export declare const Dropdown: FC<DropdownProps>;
172
172
 
173
173
  declare interface DropdownProps extends VariantProps<typeof dropdownVariants>, Omit<React.InputHTMLAttributes<HTMLInputElement>, 'value' | 'onChange'> {
174
+ className?: string;
175
+ iconClassName?: string;
174
176
  isLoading?: boolean;
175
177
  label?: string;
176
178
  labelClassName?: string;
179
+ listClassName?: string;
180
+ listItemClassName?: string;
177
181
  options: Option_3[];
178
182
  theme?: Theme;
179
183
  value?: string;
184
+ wrapperClassName?: string;
180
185
  onChange?: OnChangeFn;
181
186
  }
182
187
 
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { Divider as b } from "./components/Divider/Divider.js";
11
11
  import { Dropdown as N } from "./components/Dropdown/Dropdown.js";
12
12
  import { Input as S } from "./components/Input/Input.js";
13
13
  import { Loading as B } from "./components/Loading/Loading.js";
14
- import { M as P } from "./Modal-B2ujmsSW.js";
14
+ import { M as P } from "./Modal-DXYBiafI.js";
15
15
  import { NumberInput as G } from "./components/NumberInput/NumberInput.js";
16
16
  import { ProgressBar as y } from "./components/ProgressBar/ProgressBar.js";
17
17
  import { Radio as L } from "./components/Radio/Radio.js";
package/dist/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@konstructio/ui",
3
3
  "description": "A set of reusable and customizable React components built for konstruct.io",
4
4
  "private": false,
5
- "version": "0.1.0-alpha.2",
5
+ "version": "0.1.0-alpha.4",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
@@ -55,25 +55,25 @@
55
55
  "test:watch": "vitest dev"
56
56
  },
57
57
  "dependencies": {
58
- "@radix-ui/react-alert-dialog": "^1.1.13",
59
- "@radix-ui/react-checkbox": "^1.3.1",
60
- "@radix-ui/react-dialog": "^1.1.13",
61
- "@radix-ui/react-slider": "^1.3.4",
62
- "@radix-ui/react-slot": "^1.2.2",
63
- "@radix-ui/react-switch": "^1.2.4",
64
- "@radix-ui/react-toast": "^1.2.13",
65
- "@radix-ui/react-tabs": "^1.1.11",
66
- "@radix-ui/react-visually-hidden": "^1.2.2",
58
+ "@radix-ui/react-alert-dialog": "^1.1.14",
59
+ "@radix-ui/react-checkbox": "^1.3.2",
60
+ "@radix-ui/react-dialog": "^1.1.14",
61
+ "@radix-ui/react-slider": "^1.3.5",
62
+ "@radix-ui/react-slot": "^1.2.3",
63
+ "@radix-ui/react-switch": "^1.2.5",
64
+ "@radix-ui/react-toast": "^1.2.14",
65
+ "@radix-ui/react-tabs": "^1.1.12",
66
+ "@radix-ui/react-visually-hidden": "^1.2.3",
67
67
  "class-variance-authority": "^0.7.1",
68
68
  "clsx": "^2.1.1",
69
69
  "cmdk": "^1.1.1",
70
70
  "countries-and-timezones": "^3.8.0",
71
71
  "js-cookie": "^3.0.5",
72
- "lucide-react": "^0.510.0",
72
+ "lucide-react": "^0.511.0",
73
73
  "react-day-picker": "^9.7.0",
74
74
  "react-feather": "^2.0.10",
75
75
  "react-focus-lock": "^2.13.6",
76
- "react-remove-scroll": "^2.6.3",
76
+ "react-remove-scroll": "^2.7.0",
77
77
  "tailwind-merge": "^3.3.0"
78
78
  },
79
79
  "peerDependencies": {
@@ -106,28 +106,28 @@
106
106
  },
107
107
  "devDependencies": {
108
108
  "@rollup/plugin-alias": "^5.1.1",
109
- "@storybook/addon-docs": "^8.6.12",
110
- "@storybook/addon-essentials": "^8.6.12",
111
- "@storybook/addon-interactions": "^8.6.12",
112
- "@storybook/addon-links": "^8.6.12",
109
+ "@storybook/addon-docs": "^8.6.14",
110
+ "@storybook/addon-essentials": "^8.6.14",
111
+ "@storybook/addon-interactions": "^8.6.14",
112
+ "@storybook/addon-links": "^8.6.14",
113
113
  "@storybook/addon-styling-webpack": "^1.0.1",
114
- "@storybook/blocks": "^8.6.12",
115
- "@storybook/react": "^8.6.12",
116
- "@storybook/react-vite": "^8.6.12",
117
- "@storybook/test": "^8.6.12",
118
- "@tailwindcss/vite": "^4.1.6",
114
+ "@storybook/blocks": "^8.6.14",
115
+ "@storybook/react": "^8.6.14",
116
+ "@storybook/react-vite": "^8.6.14",
117
+ "@storybook/test": "^8.6.14",
118
+ "@tailwindcss/vite": "^4.1.7",
119
119
  "@testing-library/jest-dom": "^6.6.3",
120
120
  "@testing-library/react": "^16.3.0",
121
121
  "@testing-library/user-event": "^14.6.1",
122
122
  "@types/jest-axe": "^3.5.9",
123
123
  "@types/js-cookie": "^3.0.6",
124
- "@types/lodash": "^4.17.16",
125
- "@types/react": "^19.1.4",
124
+ "@types/lodash": "^4.17.17",
125
+ "@types/react": "^19.1.5",
126
126
  "@types/react-dom": "^19.1.5",
127
127
  "@typescript-eslint/eslint-plugin": "^8.32.1",
128
128
  "@typescript-eslint/parser": "^8.32.1",
129
129
  "@vitejs/plugin-react": "^4.4.1",
130
- "@vitest/coverage-v8": "^3.1.3",
130
+ "@vitest/coverage-v8": "^3.1.4",
131
131
  "autoprefixer": "^10.4.21",
132
132
  "eslint": "^8.57.0",
133
133
  "eslint-plugin-react-hooks": "^4.6.2",
@@ -141,15 +141,15 @@
141
141
  "postcss": "^8.5.3",
142
142
  "prettier": "^3.5.3",
143
143
  "rimraf": "^6.0.1",
144
- "storybook": "^8.6.12",
145
- "tailwindcss": "^4.1.6",
144
+ "storybook": "^8.6.14",
145
+ "tailwindcss": "^4.1.7",
146
146
  "ts-node": "^10.9.2",
147
147
  "typescript": "^5.8.3",
148
148
  "vite": "^6.3.5",
149
- "vite-plugin-dts": "^4.5.3",
149
+ "vite-plugin-dts": "^4.5.4",
150
150
  "vite-plugin-lib-inject-css": "^2.2.2",
151
151
  "vite-plugin-svgr": "^4.3.0",
152
152
  "vite-tsconfig-paths": "^5.1.4",
153
- "vitest": "^3.1.3"
153
+ "vitest": "^3.1.4"
154
154
  }
155
155
  }