@szum-tech/design-system 2.0.4 → 2.1.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 (112) hide show
  1. package/dist/chunk-463KEXY6.cjs +79 -0
  2. package/dist/chunk-4YZSPNLW.cjs +42 -0
  3. package/dist/chunk-5EN2HNFU.js +50 -0
  4. package/dist/chunk-5ENMEB5L.cjs +341 -0
  5. package/dist/chunk-AO4TMCYJ.js +88 -0
  6. package/dist/chunk-C5YRMEKV.js +319 -0
  7. package/dist/chunk-H2BWO3SI.cjs +0 -1
  8. package/dist/chunk-HFHADY43.js +36 -0
  9. package/dist/chunk-HIWVHD4V.js +56 -0
  10. package/dist/chunk-HXC3EALP.js +39 -0
  11. package/dist/chunk-IFBQNWVG.js +70 -0
  12. package/dist/chunk-INJBKPIE.js +0 -1
  13. package/dist/chunk-J264N6AZ.js +22 -0
  14. package/dist/chunk-J56UDYA3.js +70 -0
  15. package/dist/chunk-KPB3CBHE.cjs +40 -0
  16. package/dist/chunk-LI7IHIOM.cjs +30 -0
  17. package/dist/chunk-LND2W67K.cjs +17 -0
  18. package/dist/chunk-N7DXGCBJ.cjs +30 -0
  19. package/dist/chunk-PB3EGVTV.cjs +116 -0
  20. package/dist/chunk-QRSQCHBO.cjs +59 -0
  21. package/dist/chunk-RF5YR553.cjs +24 -0
  22. package/dist/chunk-TD2KDWNP.js +57 -0
  23. package/dist/chunk-TSN5DAKH.cjs +0 -1
  24. package/dist/chunk-US32J7DK.js +15 -0
  25. package/dist/chunk-UZBZFCWX.js +28 -0
  26. package/dist/chunk-V4POHGAW.cjs +60 -0
  27. package/dist/chunk-VFRIU5CV.cjs +16 -0
  28. package/dist/chunk-VQMM75HD.cjs +66 -0
  29. package/dist/chunk-WTVBTZ3P.js +29 -0
  30. package/dist/chunk-XGA2F5GG.cjs +72 -0
  31. package/dist/chunk-XPM62WMM.js +23 -0
  32. package/dist/chunk-YHU2OW52.js +14 -0
  33. package/dist/chunk-YXTTED5V.cjs +31 -0
  34. package/dist/chunk-ZD2QRAOX.js +0 -1
  35. package/dist/components/alert-dialog/index.cjs +43 -0
  36. package/dist/components/alert-dialog/index.d.cts +32 -0
  37. package/dist/components/alert-dialog/index.d.ts +32 -0
  38. package/dist/components/alert-dialog/index.js +2 -0
  39. package/dist/components/avatar/index.cjs +19 -0
  40. package/dist/components/avatar/index.d.cts +28 -0
  41. package/dist/components/avatar/index.d.ts +28 -0
  42. package/dist/components/avatar/index.js +2 -0
  43. package/dist/components/button/index.cjs +11 -0
  44. package/dist/components/button/index.d.cts +64 -0
  45. package/dist/components/button/index.d.ts +64 -0
  46. package/dist/components/button/index.js +2 -0
  47. package/dist/components/card/index.cjs +30 -0
  48. package/dist/components/card/index.d.cts +22 -0
  49. package/dist/components/card/index.d.ts +22 -0
  50. package/dist/components/card/index.js +1 -0
  51. package/dist/components/dialog/index.cjs +38 -0
  52. package/dist/components/dialog/index.d.cts +40 -0
  53. package/dist/components/dialog/index.d.ts +40 -0
  54. package/dist/components/dialog/index.js +1 -0
  55. package/dist/components/form/index.cjs +50 -0
  56. package/dist/components/form/index.d.cts +32 -0
  57. package/dist/components/form/index.d.ts +32 -0
  58. package/dist/components/form/index.js +17 -0
  59. package/dist/components/header/index.cjs +10 -0
  60. package/dist/components/header/index.d.cts +9 -0
  61. package/dist/components/header/index.d.ts +9 -0
  62. package/dist/components/header/index.js +1 -0
  63. package/dist/components/helper-text/index.cjs +10 -0
  64. package/dist/components/helper-text/index.d.cts +18 -0
  65. package/dist/components/helper-text/index.d.ts +18 -0
  66. package/dist/components/helper-text/index.js +1 -0
  67. package/dist/components/index.cjs +230 -0
  68. package/dist/components/index.d.cts +22 -0
  69. package/dist/components/index.d.ts +22 -0
  70. package/dist/components/index.js +17 -0
  71. package/dist/components/input/index.cjs +11 -0
  72. package/dist/components/input/index.d.cts +11 -0
  73. package/dist/components/input/index.d.ts +11 -0
  74. package/dist/components/input/index.js +2 -0
  75. package/dist/components/label/index.cjs +10 -0
  76. package/dist/components/label/index.d.cts +8 -0
  77. package/dist/components/label/index.d.ts +8 -0
  78. package/dist/components/label/index.js +1 -0
  79. package/dist/components/select/index.cjs +14 -0
  80. package/dist/components/select/index.d.cts +15 -0
  81. package/dist/components/select/index.d.ts +15 -0
  82. package/dist/components/select/index.js +1 -0
  83. package/dist/components/separator/index.cjs +11 -0
  84. package/dist/components/separator/index.d.cts +8 -0
  85. package/dist/components/separator/index.d.ts +8 -0
  86. package/dist/components/separator/index.js +2 -0
  87. package/dist/components/sheet/index.cjs +38 -0
  88. package/dist/components/sheet/index.d.cts +40 -0
  89. package/dist/components/sheet/index.d.ts +40 -0
  90. package/dist/components/sheet/index.js +1 -0
  91. package/dist/components/textarea/index.cjs +10 -0
  92. package/dist/components/textarea/index.d.cts +9 -0
  93. package/dist/components/textarea/index.d.ts +9 -0
  94. package/dist/components/textarea/index.js +1 -0
  95. package/dist/components/tooltip/index.cjs +14 -0
  96. package/dist/components/tooltip/index.d.cts +20 -0
  97. package/dist/components/tooltip/index.d.ts +20 -0
  98. package/dist/components/tooltip/index.js +1 -0
  99. package/dist/{icons.cjs → icons/index.cjs} +1 -1
  100. package/dist/{icons.js → icons/index.js} +1 -1
  101. package/dist/{utils.cjs → utils/index.cjs} +1 -1
  102. package/dist/utils/index.js +1 -0
  103. package/package.json +42 -32
  104. package/dist/index.cjs +0 -908
  105. package/dist/index.d.cts +0 -285
  106. package/dist/index.d.ts +0 -285
  107. package/dist/index.js +0 -832
  108. package/dist/utils.js +0 -1
  109. /package/dist/{icons.d.cts → icons/index.d.cts} +0 -0
  110. /package/dist/{icons.d.ts → icons/index.d.ts} +0 -0
  111. /package/dist/{utils.d.cts → utils/index.d.cts} +0 -0
  112. /package/dist/{utils.d.ts → utils/index.d.ts} +0 -0
@@ -0,0 +1,38 @@
1
+ 'use strict';
2
+
3
+ var chunkVQMM75HD_cjs = require('../../chunk-VQMM75HD.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "Sheet", {
8
+ enumerable: true,
9
+ get: function () { return chunkVQMM75HD_cjs.Sheet; }
10
+ });
11
+ Object.defineProperty(exports, "SheetClose", {
12
+ enumerable: true,
13
+ get: function () { return chunkVQMM75HD_cjs.SheetClose; }
14
+ });
15
+ Object.defineProperty(exports, "SheetContent", {
16
+ enumerable: true,
17
+ get: function () { return chunkVQMM75HD_cjs.SheetContent; }
18
+ });
19
+ Object.defineProperty(exports, "SheetDescription", {
20
+ enumerable: true,
21
+ get: function () { return chunkVQMM75HD_cjs.SheetDescription; }
22
+ });
23
+ Object.defineProperty(exports, "SheetFooter", {
24
+ enumerable: true,
25
+ get: function () { return chunkVQMM75HD_cjs.SheetFooter; }
26
+ });
27
+ Object.defineProperty(exports, "SheetHeader", {
28
+ enumerable: true,
29
+ get: function () { return chunkVQMM75HD_cjs.SheetHeader; }
30
+ });
31
+ Object.defineProperty(exports, "SheetTitle", {
32
+ enumerable: true,
33
+ get: function () { return chunkVQMM75HD_cjs.SheetTitle; }
34
+ });
35
+ Object.defineProperty(exports, "SheetTrigger", {
36
+ enumerable: true,
37
+ get: function () { return chunkVQMM75HD_cjs.SheetTrigger; }
38
+ });
@@ -0,0 +1,40 @@
1
+ import * as React from 'react';
2
+ import { Dialog } from 'radix-ui';
3
+ import * as react_jsx_runtime from 'react/jsx-runtime';
4
+ import { VariantProps } from 'class-variance-authority';
5
+ import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
6
+
7
+ type SheetProps = Dialog.DialogProps;
8
+ declare const Sheet: React.FC<Dialog.DialogProps>;
9
+
10
+ type SheetTriggerProps = Dialog.DialogTriggerProps;
11
+ declare const SheetTrigger: React.ForwardRefExoticComponent<Dialog.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
12
+
13
+ type SheetCloseProps = Dialog.DialogCloseProps;
14
+ declare const SheetClose: React.ForwardRefExoticComponent<Dialog.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
15
+
16
+ type SheetContentProps = React.ComponentProps<typeof Dialog.Content> & {
17
+ side?: SheetContentSide;
18
+ };
19
+ declare function SheetContent({ side, className, children, ...props }: SheetContentProps): react_jsx_runtime.JSX.Element;
20
+
21
+ declare const sheetContentStyles: (props?: ({
22
+ side?: "left" | "right" | "top" | "bottom" | null | undefined;
23
+ } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
24
+
25
+ type SheetContentCvaProps = VariantProps<typeof sheetContentStyles>;
26
+ type SheetContentSide = NonNullable<SheetContentCvaProps["side"]>;
27
+
28
+ type SheetHeaderProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
29
+ declare function SheetHeader({ className, ...props }: SheetHeaderProps): react_jsx_runtime.JSX.Element;
30
+
31
+ type SheetFooterProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
32
+ declare function SheetFooter({ className, ...props }: SheetFooterProps): react_jsx_runtime.JSX.Element;
33
+
34
+ type SheetTitleProps = React.ComponentProps<typeof Dialog.Title>;
35
+ declare function SheetTitle({ className, ...props }: SheetTitleProps): react_jsx_runtime.JSX.Element;
36
+
37
+ type SheetDescriptionProps = React.ComponentProps<typeof Dialog.Description>;
38
+ declare function SheetDescription({ className, ...props }: SheetDescriptionProps): react_jsx_runtime.JSX.Element;
39
+
40
+ export { Sheet, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, type SheetContentSide, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, type SheetProps, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps };
@@ -0,0 +1,40 @@
1
+ import * as React from 'react';
2
+ import { Dialog } from 'radix-ui';
3
+ import * as react_jsx_runtime from 'react/jsx-runtime';
4
+ import { VariantProps } from 'class-variance-authority';
5
+ import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
6
+
7
+ type SheetProps = Dialog.DialogProps;
8
+ declare const Sheet: React.FC<Dialog.DialogProps>;
9
+
10
+ type SheetTriggerProps = Dialog.DialogTriggerProps;
11
+ declare const SheetTrigger: React.ForwardRefExoticComponent<Dialog.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
12
+
13
+ type SheetCloseProps = Dialog.DialogCloseProps;
14
+ declare const SheetClose: React.ForwardRefExoticComponent<Dialog.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
15
+
16
+ type SheetContentProps = React.ComponentProps<typeof Dialog.Content> & {
17
+ side?: SheetContentSide;
18
+ };
19
+ declare function SheetContent({ side, className, children, ...props }: SheetContentProps): react_jsx_runtime.JSX.Element;
20
+
21
+ declare const sheetContentStyles: (props?: ({
22
+ side?: "left" | "right" | "top" | "bottom" | null | undefined;
23
+ } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
24
+
25
+ type SheetContentCvaProps = VariantProps<typeof sheetContentStyles>;
26
+ type SheetContentSide = NonNullable<SheetContentCvaProps["side"]>;
27
+
28
+ type SheetHeaderProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
29
+ declare function SheetHeader({ className, ...props }: SheetHeaderProps): react_jsx_runtime.JSX.Element;
30
+
31
+ type SheetFooterProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
32
+ declare function SheetFooter({ className, ...props }: SheetFooterProps): react_jsx_runtime.JSX.Element;
33
+
34
+ type SheetTitleProps = React.ComponentProps<typeof Dialog.Title>;
35
+ declare function SheetTitle({ className, ...props }: SheetTitleProps): react_jsx_runtime.JSX.Element;
36
+
37
+ type SheetDescriptionProps = React.ComponentProps<typeof Dialog.Description>;
38
+ declare function SheetDescription({ className, ...props }: SheetDescriptionProps): react_jsx_runtime.JSX.Element;
39
+
40
+ export { Sheet, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, type SheetContentSide, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, type SheetProps, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps };
@@ -0,0 +1 @@
1
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../../chunk-TD2KDWNP.js';
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ var chunkN7DXGCBJ_cjs = require('../../chunk-N7DXGCBJ.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "Textarea", {
8
+ enumerable: true,
9
+ get: function () { return chunkN7DXGCBJ_cjs.Textarea; }
10
+ });
@@ -0,0 +1,9 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ type TextareaProps = React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> & {
5
+ invalid?: boolean;
6
+ };
7
+ declare function Textarea({ invalid, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
8
+
9
+ export { Textarea, type TextareaProps };
@@ -0,0 +1,9 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ type TextareaProps = React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> & {
5
+ invalid?: boolean;
6
+ };
7
+ declare function Textarea({ invalid, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
8
+
9
+ export { Textarea, type TextareaProps };
@@ -0,0 +1 @@
1
+ export { Textarea } from '../../chunk-UZBZFCWX.js';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ var chunk4YZSPNLW_cjs = require('../../chunk-4YZSPNLW.cjs');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "Tooltip", {
8
+ enumerable: true,
9
+ get: function () { return chunk4YZSPNLW_cjs.Tooltip; }
10
+ });
11
+ Object.defineProperty(exports, "TooltipProvider", {
12
+ enumerable: true,
13
+ get: function () { return chunk4YZSPNLW_cjs.TooltipProvider; }
14
+ });
@@ -0,0 +1,20 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Tooltip as Tooltip$1 } from 'radix-ui';
4
+
5
+ type TooltipProps = Tooltip$1.TooltipContentProps & {
6
+ children?: React.ReactNode;
7
+ defaultOpen?: boolean;
8
+ open?: boolean;
9
+ onOpenChange?: (open: boolean) => void;
10
+ content?: React.ReactNode;
11
+ collisionPadding?: number;
12
+ };
13
+ declare function Tooltip({ defaultOpen, content, open, onOpenChange, children, side, align, collisionPadding, sideOffset, ...props }: TooltipProps): react_jsx_runtime.JSX.Element;
14
+
15
+ type TooltipProviderProps = {
16
+ children: React.ReactNode;
17
+ };
18
+ declare function TooltipProvider({ children }: TooltipProviderProps): react_jsx_runtime.JSX.Element;
19
+
20
+ export { Tooltip, type TooltipProps, TooltipProvider, type TooltipProviderProps };
@@ -0,0 +1,20 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { Tooltip as Tooltip$1 } from 'radix-ui';
4
+
5
+ type TooltipProps = Tooltip$1.TooltipContentProps & {
6
+ children?: React.ReactNode;
7
+ defaultOpen?: boolean;
8
+ open?: boolean;
9
+ onOpenChange?: (open: boolean) => void;
10
+ content?: React.ReactNode;
11
+ collisionPadding?: number;
12
+ };
13
+ declare function Tooltip({ defaultOpen, content, open, onOpenChange, children, side, align, collisionPadding, sideOffset, ...props }: TooltipProps): react_jsx_runtime.JSX.Element;
14
+
15
+ type TooltipProviderProps = {
16
+ children: React.ReactNode;
17
+ };
18
+ declare function TooltipProvider({ children }: TooltipProviderProps): react_jsx_runtime.JSX.Element;
19
+
20
+ export { Tooltip, type TooltipProps, TooltipProvider, type TooltipProviderProps };
@@ -0,0 +1 @@
1
+ export { Tooltip, TooltipProvider } from '../../chunk-HXC3EALP.js';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkTSN5DAKH_cjs = require('./chunk-TSN5DAKH.cjs');
3
+ var chunkTSN5DAKH_cjs = require('../chunk-TSN5DAKH.cjs');
4
4
 
5
5
 
6
6
 
@@ -1 +1 @@
1
- export { Auth0LogoIcon, GoogleLogoIcon, LoadingIcon, XLogoIcon } from './chunk-INJBKPIE.js';
1
+ export { Auth0LogoIcon, GoogleLogoIcon, LoadingIcon, XLogoIcon } from '../chunk-INJBKPIE.js';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkH2BWO3SI_cjs = require('./chunk-H2BWO3SI.cjs');
3
+ var chunkH2BWO3SI_cjs = require('../chunk-H2BWO3SI.cjs');
4
4
 
5
5
 
6
6
 
@@ -0,0 +1 @@
1
+ export { cn } from '../chunk-ZD2QRAOX.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szum-tech/design-system",
3
- "version": "2.0.4",
3
+ "version": "2.1.0",
4
4
  "description": "Szum-Tech design system with tailwindcss support",
5
5
  "keywords": [
6
6
  "szum-tech",
@@ -30,32 +30,42 @@
30
30
  "exports": {
31
31
  ".": {
32
32
  "import": {
33
- "types": "./dist/index.d.ts",
34
- "import": "./dist/index.js"
33
+ "types": "./dist/components/index.d.ts",
34
+ "import": "./dist/components/index.js"
35
35
  },
36
36
  "require": {
37
- "types": "./dist/index.d.cts",
38
- "require": "./dist/index.cjs"
37
+ "types": "./dist/components/index.d.cts",
38
+ "require": "./dist/components/index.cjs"
39
+ }
40
+ },
41
+ "./componnents/*": {
42
+ "import": {
43
+ "types": "./dist/components/*/index.d.ts",
44
+ "import": "./dist/components/*/index.js"
45
+ },
46
+ "require": {
47
+ "types": "./dist/components/*/index.d.cts",
48
+ "require": "./dist/components/*/index.cjs"
39
49
  }
40
50
  },
41
51
  "./icons": {
42
52
  "import": {
43
- "types": "./dist/icons.d.ts",
44
- "import": "./dist/icons.js"
53
+ "types": "./dist/icons/index.d.ts",
54
+ "import": "./dist/icons/index.js"
45
55
  },
46
56
  "require": {
47
- "types": "./dist/icons.d.cts",
48
- "require": "./dist/icons.cjs"
57
+ "types": "./dist/icons/index.d.cts",
58
+ "require": "./dist/icons/index.cjs"
49
59
  }
50
60
  },
51
61
  "./utils": {
52
62
  "import": {
53
- "types": "./dist/utils.d.ts",
54
- "import": "./dist/utils.js"
63
+ "types": "./dist/utils/index.d.ts",
64
+ "import": "./dist/utils/index.js"
55
65
  },
56
66
  "require": {
57
- "types": "./dist/utils.d.cts",
58
- "require": "./dist/utils.cjs"
67
+ "types": "./dist/utils/index.d.cts",
68
+ "require": "./dist/utils/index.cjs"
59
69
  }
60
70
  },
61
71
  "./tailwind/*.css": "./tailwind/*.css",
@@ -84,7 +94,7 @@
84
94
  "test:coverage": "vitest --coverage",
85
95
  "test:storybook": "vitest --project=storybook --coverage",
86
96
  "test:ui": "vitest --ui",
87
- "test:unit": "vitest --project=unit --coverage",
97
+ "test:unit": "vitest --project=unit",
88
98
  "test:watch": "vitest --watch",
89
99
  "type-check": "tsc --noEmit"
90
100
  },
@@ -98,30 +108,30 @@
98
108
  },
99
109
  "devDependencies": {
100
110
  "@hookform/resolvers": "^4.1.3",
101
- "@storybook/addon-essentials": "^8.6.4",
102
- "@storybook/addon-links": "^8.6.4",
103
- "@storybook/experimental-addon-test": "^8.6.4",
104
- "@storybook/react": "^8.6.4",
105
- "@storybook/react-vite": "^8.6.4",
106
- "@storybook/theming": "^8.6.4",
111
+ "@storybook/addon-essentials": "^8.6.9",
112
+ "@storybook/addon-links": "^8.6.9",
113
+ "@storybook/experimental-addon-test": "^8.6.9",
114
+ "@storybook/react": "^8.6.9",
115
+ "@storybook/react-vite": "^8.6.9",
116
+ "@storybook/theming": "^8.6.9",
107
117
  "@szum-tech/eslint-config": "^2.1.6",
108
118
  "@szum-tech/prettier-config": "^1.6.1",
109
119
  "@szum-tech/semantic-release-config": "^2.3.0",
110
- "@tailwindcss/postcss": "^4.0.14",
120
+ "@tailwindcss/postcss": "^4.0.16",
111
121
  "@testing-library/dom": "^10.4.0",
112
122
  "@testing-library/jest-dom": "^6.6.3",
113
123
  "@testing-library/react": "^16.2.0",
114
124
  "@testing-library/user-event": "^14.6.1",
115
- "@types/node": "^22.13.10",
116
- "@types/react": "^19.0.10",
125
+ "@types/node": "^22.13.13",
126
+ "@types/react": "^19.0.12",
117
127
  "@types/react-dom": "^19.0.4",
118
128
  "@vitejs/plugin-react": "^4.3.4",
119
- "@vitest/browser": "^3.0.8",
120
- "@vitest/coverage-v8": "^3.0.8",
121
- "@vitest/ui": "^3.0.8",
129
+ "@vitest/browser": "^3.0.9",
130
+ "@vitest/coverage-v8": "^3.0.9",
131
+ "@vitest/ui": "^3.0.9",
122
132
  "cpy-cli": "^5.0.0",
123
- "eslint": "^9.22.0",
124
- "playwright": "^1.51.0",
133
+ "eslint": "^9.23.0",
134
+ "playwright": "^1.51.1",
125
135
  "postcss": "^8.5.3",
126
136
  "prettier": "^3.5.3",
127
137
  "react": "^19.0.0",
@@ -130,14 +140,14 @@
130
140
  "react-hook-form": "^7.54.2",
131
141
  "semantic-release": "^24.2.3",
132
142
  "serve": "^14.2.4",
133
- "storybook": "^8.5.3",
143
+ "storybook": "^8.6.9",
134
144
  "storybook-dark-mode": "^4.0.2",
135
- "tailwindcss": "^4.0.14",
145
+ "tailwindcss": "^4.0.16",
136
146
  "tsup": "^8.4.0",
137
147
  "typescript": "^5.8.2",
138
- "vite": "^5.4.14",
148
+ "vite": "^6.2.3",
139
149
  "vite-tsconfig-paths": "^5.1.4",
140
- "vitest": "^3.0.8",
150
+ "vitest": "^3.0.9",
141
151
  "zod": "^3.24.2"
142
152
  },
143
153
  "peerDependencies": {