@k8o/arte-odyssey 2.0.2 → 3.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 (99) hide show
  1. package/dist/components/accordion/context.js +1 -0
  2. package/dist/components/alert/index.d.ts +1 -1
  3. package/dist/components/alert/index.js +4 -1
  4. package/dist/components/anchor/index.d.ts +1 -1
  5. package/dist/components/anchor/index.js +4 -1
  6. package/dist/components/baseline-status/index.d.ts +1 -1
  7. package/dist/components/baseline-status/index.js +4 -1
  8. package/dist/components/breadcrumb/index.d.ts +1 -1
  9. package/dist/components/breadcrumb/index.js +4 -1
  10. package/dist/components/button/index.d.ts +1 -1
  11. package/dist/components/button/index.js +4 -1
  12. package/dist/components/card/card.js +9 -10
  13. package/dist/components/card/card.stories.js +22 -10
  14. package/dist/components/card/index.d.ts +2 -2
  15. package/dist/components/card/index.js +6 -2
  16. package/dist/components/card/interactive-card.js +8 -9
  17. package/dist/components/card/type.d.ts +1 -1
  18. package/dist/components/dialog/dialog.js +1 -0
  19. package/dist/components/dialog/index.d.ts +1 -1
  20. package/dist/components/dialog/index.js +5 -1
  21. package/dist/components/drawer/drawer.d.ts +3 -2
  22. package/dist/components/drawer/drawer.js +25 -15
  23. package/dist/components/drawer/index.d.ts +1 -1
  24. package/dist/components/drawer/index.js +4 -1
  25. package/dist/components/dropdown-menu/index.d.ts +1 -1
  26. package/dist/components/dropdown-menu/index.js +4 -1
  27. package/dist/components/form/autocomplete/autocomplete.js +1 -0
  28. package/dist/components/form/autocomplete/index.d.ts +1 -1
  29. package/dist/components/form/autocomplete/index.js +4 -1
  30. package/dist/components/form/checkbox/checkbox.js +1 -0
  31. package/dist/components/form/checkbox/index.d.ts +1 -1
  32. package/dist/components/form/checkbox/index.js +4 -1
  33. package/dist/components/form/file-field/index.d.ts +1 -1
  34. package/dist/components/form/file-field/index.js +5 -1
  35. package/dist/components/form/form-control/form-control.js +1 -0
  36. package/dist/components/form/form-control/index.d.ts +1 -1
  37. package/dist/components/form/form-control/index.js +4 -1
  38. package/dist/components/form/number-field/index.d.ts +1 -1
  39. package/dist/components/form/number-field/index.js +4 -1
  40. package/dist/components/form/number-field/number-field.js +1 -0
  41. package/dist/components/form/radio/index.d.ts +1 -1
  42. package/dist/components/form/radio/index.js +4 -1
  43. package/dist/components/form/range-field/range-field.js +1 -0
  44. package/dist/components/form/select/index.d.ts +1 -1
  45. package/dist/components/form/select/index.js +4 -1
  46. package/dist/components/form/text-field/index.d.ts +1 -1
  47. package/dist/components/form/text-field/index.js +4 -1
  48. package/dist/components/form/textarea/index.d.ts +1 -1
  49. package/dist/components/form/textarea/index.js +4 -1
  50. package/dist/components/form/textarea/textarea.js +1 -0
  51. package/dist/components/heading/index.d.ts +1 -1
  52. package/dist/components/heading/index.js +4 -1
  53. package/dist/components/icon-button/index.d.ts +1 -1
  54. package/dist/components/icon-button/index.js +4 -1
  55. package/dist/components/icon-link/index.d.ts +1 -1
  56. package/dist/components/icon-link/index.js +4 -1
  57. package/dist/components/icons/index.d.ts +6 -6
  58. package/dist/components/icons/index.js +107 -6
  59. package/dist/components/icons/lucide.d.ts +5 -0
  60. package/dist/components/icons/lucide.js +65 -0
  61. package/dist/components/index.d.ts +38 -38
  62. package/dist/components/index.js +183 -38
  63. package/dist/components/link-button/index.d.ts +1 -1
  64. package/dist/components/link-button/index.js +4 -1
  65. package/dist/components/list-box/index.d.ts +1 -1
  66. package/dist/components/list-box/index.js +4 -1
  67. package/dist/components/modal/index.d.ts +1 -1
  68. package/dist/components/modal/index.js +4 -1
  69. package/dist/components/modal/modal.d.ts +1 -1
  70. package/dist/components/modal/modal.js +22 -2
  71. package/dist/components/popover/index.d.ts +1 -1
  72. package/dist/components/popover/index.js +5 -1
  73. package/dist/components/progress/index.d.ts +1 -1
  74. package/dist/components/progress/index.js +4 -1
  75. package/dist/components/providers/index.d.ts +2 -2
  76. package/dist/components/providers/index.js +7 -2
  77. package/dist/components/scroll-linked/index.d.ts +1 -1
  78. package/dist/components/scroll-linked/index.js +4 -1
  79. package/dist/components/separator/index.d.ts +1 -1
  80. package/dist/components/separator/index.js +4 -1
  81. package/dist/components/tabs/index.d.ts +1 -1
  82. package/dist/components/tabs/index.js +4 -1
  83. package/dist/components/text-tag/index.d.ts +1 -1
  84. package/dist/components/text-tag/index.js +4 -1
  85. package/dist/components/toast/toast.js +1 -0
  86. package/dist/components/tooltip/index.d.ts +1 -1
  87. package/dist/components/tooltip/index.js +4 -1
  88. package/dist/hooks/client/index.js +1 -0
  89. package/dist/hooks/clipboard/index.js +1 -0
  90. package/dist/hooks/hash/index.js +1 -0
  91. package/dist/hooks/index.d.ts +12 -12
  92. package/dist/hooks/index.js +26 -12
  93. package/dist/hooks/interval/index.js +1 -0
  94. package/dist/hooks/local-storage/index.js +1 -0
  95. package/dist/hooks/timeout/index.js +1 -0
  96. package/dist/index.d.ts +2 -2
  97. package/dist/index.js +212 -2
  98. package/dist/styles/index.css +31 -0
  99. package/package.json +71 -23
@@ -1 +1 @@
1
- export * from './separator';
1
+ export { Separator } from './separator';
@@ -1 +1,4 @@
1
- export * from "./separator";
1
+ import { Separator } from "./separator";
2
+ export {
3
+ Separator
4
+ };
@@ -1 +1 @@
1
- export * from './tabs';
1
+ export { Tabs } from './tabs';
@@ -1 +1,4 @@
1
- export * from "./tabs";
1
+ import { Tabs } from "./tabs";
2
+ export {
3
+ Tabs
4
+ };
@@ -1 +1 @@
1
- export * from './text-tag';
1
+ export { TextTag } from './text-tag';
@@ -1 +1,4 @@
1
- export * from "./text-tag";
1
+ import { TextTag } from "./text-tag";
2
+ export {
3
+ TextTag
4
+ };
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { jsx } from "react/jsx-runtime";
2
3
  import { useCallback } from "react";
3
4
  import { useTimeout } from "./../../hooks/timeout";
@@ -1 +1 @@
1
- export * from './tooltip';
1
+ export { Tooltip } from './tooltip';
@@ -1 +1,4 @@
1
- export * from "./tooltip";
1
+ import { Tooltip } from "./tooltip";
2
+ export {
3
+ Tooltip
4
+ };
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { useSyncExternalStore } from "react";
2
3
  const useClient = () => {
3
4
  return useSyncExternalStore(
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { useCallback } from "react";
2
3
  const useClipboard = () => {
3
4
  const writeClipboard = useCallback(async (text) => {
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { useSyncExternalStore } from "react";
2
3
  const getHash = () => typeof window !== "undefined" ? decodeURIComponent(window.location.hash.replace("#", "")) : null;
3
4
  const subscribe = (callback) => {
@@ -1,12 +1,12 @@
1
- export * from './click-away';
2
- export * from './client';
3
- export * from './clipboard';
4
- export * from './hash';
5
- export * from './interval';
6
- export * from './local-storage';
7
- export * from './resize';
8
- export * from './scroll-direction';
9
- export * from './step';
10
- export * from './timeout';
11
- export * from './window-resize';
12
- export * from './window-size';
1
+ export { useClickAway } from './click-away';
2
+ export { useClient } from './client';
3
+ export { useClipboard } from './clipboard';
4
+ export { useHash } from './hash';
5
+ export { useInterval } from './interval';
6
+ export { useLocalStorage } from './local-storage';
7
+ export { useResize } from './resize';
8
+ export { useScrollDirection } from './scroll-direction';
9
+ export { useStep } from './step';
10
+ export { useTimeout } from './timeout';
11
+ export { useWindowResize } from './window-resize';
12
+ export { useWindowSize } from './window-size';
@@ -1,12 +1,26 @@
1
- export * from "./click-away";
2
- export * from "./client";
3
- export * from "./clipboard";
4
- export * from "./hash";
5
- export * from "./interval";
6
- export * from "./local-storage";
7
- export * from "./resize";
8
- export * from "./scroll-direction";
9
- export * from "./step";
10
- export * from "./timeout";
11
- export * from "./window-resize";
12
- export * from "./window-size";
1
+ import { useClickAway } from "./click-away";
2
+ import { useClient } from "./client";
3
+ import { useClipboard } from "./clipboard";
4
+ import { useHash } from "./hash";
5
+ import { useInterval } from "./interval";
6
+ import { useLocalStorage } from "./local-storage";
7
+ import { useResize } from "./resize";
8
+ import { useScrollDirection } from "./scroll-direction";
9
+ import { useStep } from "./step";
10
+ import { useTimeout } from "./timeout";
11
+ import { useWindowResize } from "./window-resize";
12
+ import { useWindowSize } from "./window-size";
13
+ export {
14
+ useClickAway,
15
+ useClient,
16
+ useClipboard,
17
+ useHash,
18
+ useInterval,
19
+ useLocalStorage,
20
+ useResize,
21
+ useScrollDirection,
22
+ useStep,
23
+ useTimeout,
24
+ useWindowResize,
25
+ useWindowSize
26
+ };
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { useEffect } from "react";
2
3
  const useInterval = (callback, timeout) => {
3
4
  useEffect(() => {
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { useCallback, useMemo, useSyncExternalStore } from "react";
2
3
  const dispatchStorageEvent = (key, newValue) => window.dispatchEvent(new StorageEvent("storage", { key, newValue }));
3
4
  const getLocalStorageItem = (key) => window.localStorage.getItem(key);
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { useEffect } from "react";
2
3
  const useTimeout = (callback, delay) => {
3
4
  useEffect(() => {
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './components';
2
- export * from './hooks';
1
+ export { Accordion, AIIcon, Alert, AlertIcon, Anchor, ArteOdyssey, ArteOdysseyProvider, Autocomplete, BadIcon, BaselineStatus, BlogIcon, BoringIcon, Breadcrumb, Button, Card, Checkbox, CheckIcon, ChevronIcon, CloseIcon, Code, ColorContrastIcon, ColorInfoIcon, Content, CopyIcon, DarkModeIcon, Dialog, DifficultIcon, Drawer, DropdownMenu, EasyIcon, ErrorBoundary, ExternalLinkIcon, FileField, FileFieldProvider, FormControl, FormIcon, GitHubIcon, GoodIcon, Heading, HistoryIcon, IconButton, IconLink, InformativeIcon, InteractiveCard, InterestingIcon, LightModeIcon, LinkButton, LinkIcon, ListBox, ListIcon, LocationIcon, Logo, LogoIcon, MailIcon, MinusIcon, MixedColorIcon, Modal, NavigationMenuIcon, NewsIcon, NumberField, PlusIcon, Popover, PortalRootProvider, PrepareIcon, Progress, PublishDateIcon, QiitaIcon, Radio, RangeField, RSSIcon, ScrollLinked, Select, SendIcon, Separator, ShallowIcon, SlideIcon, SubscribeIcon, TableIcon, Tabs, TagIcon, Textarea, TextField, TextTag, ToastProvider, Tooltip, TwitterIcon, UpdateDateIcon, useOpenContext, usePortalRoot, useToast, ViewIcon, } from './components';
2
+ export { useClickAway, useClient, useClipboard, useHash, useInterval, useLocalStorage, useResize, useScrollDirection, useStep, useTimeout, useWindowResize, useWindowSize, } from './hooks';
package/dist/index.js CHANGED
@@ -1,2 +1,212 @@
1
- export * from "./components";
2
- export * from "./hooks";
1
+ import {
2
+ Accordion,
3
+ AIIcon,
4
+ Alert,
5
+ AlertIcon,
6
+ Anchor,
7
+ ArteOdyssey,
8
+ ArteOdysseyProvider,
9
+ Autocomplete,
10
+ BadIcon,
11
+ BaselineStatus,
12
+ BlogIcon,
13
+ BoringIcon,
14
+ Breadcrumb,
15
+ Button,
16
+ Card,
17
+ Checkbox,
18
+ CheckIcon,
19
+ ChevronIcon,
20
+ CloseIcon,
21
+ Code,
22
+ ColorContrastIcon,
23
+ ColorInfoIcon,
24
+ Content,
25
+ CopyIcon,
26
+ DarkModeIcon,
27
+ Dialog,
28
+ DifficultIcon,
29
+ Drawer,
30
+ DropdownMenu,
31
+ EasyIcon,
32
+ ErrorBoundary,
33
+ ExternalLinkIcon,
34
+ FileField,
35
+ FileFieldProvider,
36
+ FormControl,
37
+ FormIcon,
38
+ GitHubIcon,
39
+ GoodIcon,
40
+ Heading,
41
+ HistoryIcon,
42
+ IconButton,
43
+ IconLink,
44
+ InformativeIcon,
45
+ InteractiveCard,
46
+ InterestingIcon,
47
+ LightModeIcon,
48
+ LinkButton,
49
+ LinkIcon,
50
+ ListBox,
51
+ ListIcon,
52
+ LocationIcon,
53
+ Logo,
54
+ LogoIcon,
55
+ MailIcon,
56
+ MinusIcon,
57
+ MixedColorIcon,
58
+ Modal,
59
+ NavigationMenuIcon,
60
+ NewsIcon,
61
+ NumberField,
62
+ PlusIcon,
63
+ Popover,
64
+ PortalRootProvider,
65
+ PrepareIcon,
66
+ Progress,
67
+ PublishDateIcon,
68
+ QiitaIcon,
69
+ Radio,
70
+ RangeField,
71
+ RSSIcon,
72
+ ScrollLinked,
73
+ Select,
74
+ SendIcon,
75
+ Separator,
76
+ ShallowIcon,
77
+ SlideIcon,
78
+ SubscribeIcon,
79
+ TableIcon,
80
+ Tabs,
81
+ TagIcon,
82
+ Textarea,
83
+ TextField,
84
+ TextTag,
85
+ ToastProvider,
86
+ Tooltip,
87
+ TwitterIcon,
88
+ UpdateDateIcon,
89
+ useOpenContext,
90
+ usePortalRoot,
91
+ useToast,
92
+ ViewIcon
93
+ } from "./components";
94
+ import {
95
+ useClickAway,
96
+ useClient,
97
+ useClipboard,
98
+ useHash,
99
+ useInterval,
100
+ useLocalStorage,
101
+ useResize,
102
+ useScrollDirection,
103
+ useStep,
104
+ useTimeout,
105
+ useWindowResize,
106
+ useWindowSize
107
+ } from "./hooks";
108
+ export {
109
+ AIIcon,
110
+ Accordion,
111
+ Alert,
112
+ AlertIcon,
113
+ Anchor,
114
+ ArteOdyssey,
115
+ ArteOdysseyProvider,
116
+ Autocomplete,
117
+ BadIcon,
118
+ BaselineStatus,
119
+ BlogIcon,
120
+ BoringIcon,
121
+ Breadcrumb,
122
+ Button,
123
+ Card,
124
+ CheckIcon,
125
+ Checkbox,
126
+ ChevronIcon,
127
+ CloseIcon,
128
+ Code,
129
+ ColorContrastIcon,
130
+ ColorInfoIcon,
131
+ Content,
132
+ CopyIcon,
133
+ DarkModeIcon,
134
+ Dialog,
135
+ DifficultIcon,
136
+ Drawer,
137
+ DropdownMenu,
138
+ EasyIcon,
139
+ ErrorBoundary,
140
+ ExternalLinkIcon,
141
+ FileField,
142
+ FileFieldProvider,
143
+ FormControl,
144
+ FormIcon,
145
+ GitHubIcon,
146
+ GoodIcon,
147
+ Heading,
148
+ HistoryIcon,
149
+ IconButton,
150
+ IconLink,
151
+ InformativeIcon,
152
+ InteractiveCard,
153
+ InterestingIcon,
154
+ LightModeIcon,
155
+ LinkButton,
156
+ LinkIcon,
157
+ ListBox,
158
+ ListIcon,
159
+ LocationIcon,
160
+ Logo,
161
+ LogoIcon,
162
+ MailIcon,
163
+ MinusIcon,
164
+ MixedColorIcon,
165
+ Modal,
166
+ NavigationMenuIcon,
167
+ NewsIcon,
168
+ NumberField,
169
+ PlusIcon,
170
+ Popover,
171
+ PortalRootProvider,
172
+ PrepareIcon,
173
+ Progress,
174
+ PublishDateIcon,
175
+ QiitaIcon,
176
+ RSSIcon,
177
+ Radio,
178
+ RangeField,
179
+ ScrollLinked,
180
+ Select,
181
+ SendIcon,
182
+ Separator,
183
+ ShallowIcon,
184
+ SlideIcon,
185
+ SubscribeIcon,
186
+ TableIcon,
187
+ Tabs,
188
+ TagIcon,
189
+ TextField,
190
+ TextTag,
191
+ Textarea,
192
+ ToastProvider,
193
+ Tooltip,
194
+ TwitterIcon,
195
+ UpdateDateIcon,
196
+ ViewIcon,
197
+ useClickAway,
198
+ useClient,
199
+ useClipboard,
200
+ useHash,
201
+ useInterval,
202
+ useLocalStorage,
203
+ useOpenContext,
204
+ usePortalRoot,
205
+ useResize,
206
+ useScrollDirection,
207
+ useStep,
208
+ useTimeout,
209
+ useToast,
210
+ useWindowResize,
211
+ useWindowSize
212
+ };
@@ -360,6 +360,37 @@
360
360
  --tracking-*: initial;
361
361
  --tracking-none: 0em;
362
362
  --tracking-normal: 0.025em;
363
+
364
+ --leading-*: initial;
365
+ --leading-none: 1;
366
+ --leading-tight: 1.25;
367
+ --leading-snug: 1.375;
368
+ --leading-normal: 1.5;
369
+ --leading-relaxed: 1.625;
370
+ --leading-loose: 2;
371
+
372
+ --shadow-*: initial;
373
+ --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
374
+ --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
375
+ --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
376
+ --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
377
+ --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
378
+ --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
379
+ --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
380
+
381
+ --inset-shadow-*: initial;
382
+ --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
383
+ --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
384
+ --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
385
+
386
+ --spacing: 0.25rem;
387
+
388
+ --breakpoint-*: initial;
389
+ --breakpoint-sm: 40rem;
390
+ --breakpoint-md: 48rem;
391
+ --breakpoint-lg: 64rem;
392
+ --breakpoint-xl: 80rem;
393
+ --breakpoint-2xl: 96rem;
363
394
  }
364
395
 
365
396
  @utility grid-cols-auto-fill-* {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8o/arte-odyssey",
3
- "version": "2.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "k8o's react ui library",
5
5
  "author": "k8o <kosakanoki@gmail.com>",
6
6
  "keywords": [
@@ -40,6 +40,54 @@
40
40
  "default": "./dist/hooks/*/index.js"
41
41
  }
42
42
  },
43
+ "./helpers/cn": {
44
+ "import": {
45
+ "types": "./dist/helpers/cn.d.ts",
46
+ "default": "./dist/helpers/cn.js"
47
+ }
48
+ },
49
+ "./helpers/color/find-all-colors": {
50
+ "import": {
51
+ "types": "./dist/helpers/color/find-all-colors.d.ts",
52
+ "default": "./dist/helpers/color/find-all-colors.js"
53
+ }
54
+ },
55
+ "./helpers/number/between": {
56
+ "import": {
57
+ "types": "./dist/helpers/number/between.d.ts",
58
+ "default": "./dist/helpers/number/between.js"
59
+ }
60
+ },
61
+ "./helpers/number/cast": {
62
+ "import": {
63
+ "types": "./dist/helpers/number/cast.d.ts",
64
+ "default": "./dist/helpers/number/cast.js"
65
+ }
66
+ },
67
+ "./helpers/number/commalize": {
68
+ "import": {
69
+ "types": "./dist/helpers/number/commalize.d.ts",
70
+ "default": "./dist/helpers/number/commalize.js"
71
+ }
72
+ },
73
+ "./helpers/number/to-precision": {
74
+ "import": {
75
+ "types": "./dist/helpers/number/to-precision.d.ts",
76
+ "default": "./dist/helpers/number/to-precision.js"
77
+ }
78
+ },
79
+ "./helpers/uuid-v4": {
80
+ "import": {
81
+ "types": "./dist/helpers/uuid-v4.d.ts",
82
+ "default": "./dist/helpers/uuid-v4.js"
83
+ }
84
+ },
85
+ "./helpers/is-internal-route": {
86
+ "import": {
87
+ "types": "./dist/helpers/is-internal-route.d.ts",
88
+ "default": "./dist/helpers/is-internal-route.js"
89
+ }
90
+ },
43
91
  "./styles.css": "./dist/styles/index.css",
44
92
  "./*": {
45
93
  "import": {
@@ -52,36 +100,36 @@
52
100
  "*.css"
53
101
  ],
54
102
  "dependencies": {
55
- "@floating-ui/react": "0.27.16",
103
+ "@floating-ui/react": "0.27.18",
56
104
  "baseline-status": "1.1.1",
57
105
  "clsx": "2.1.1",
58
- "esbuild": "0.27.2",
59
- "lucide-react": "0.562.0",
60
- "motion": "12.25.0",
61
- "react-error-boundary": "6.0.3",
62
- "tailwind-merge": "3.4.0"
106
+ "esbuild": "0.27.3",
107
+ "lucide-react": "0.575.0",
108
+ "motion": "12.34.3",
109
+ "react-error-boundary": "6.1.1",
110
+ "tailwind-merge": "3.5.0"
63
111
  },
64
112
  "devDependencies": {
65
- "@chromatic-com/storybook": "4.1.3",
66
- "@storybook/addon-a11y": "10.1.11",
67
- "@storybook/addon-docs": "10.1.11",
68
- "@storybook/addon-vitest": "10.1.11",
69
- "@storybook/react-vite": "10.1.11",
70
- "@tailwindcss/postcss": "4.1.18",
71
- "@types/react": "19.2.8",
113
+ "@chromatic-com/storybook": "5.0.1",
114
+ "@storybook/addon-a11y": "10.2.13",
115
+ "@storybook/addon-docs": "10.2.13",
116
+ "@storybook/addon-vitest": "10.2.13",
117
+ "@storybook/react-vite": "10.2.13",
118
+ "@tailwindcss/postcss": "4.2.1",
119
+ "@types/react": "19.2.14",
72
120
  "@types/react-dom": "19.2.3",
73
- "@vitejs/plugin-react-swc": "4.2.2",
74
- "@vitest/browser-playwright": "4.0.16",
75
- "@vitest/ui": "4.0.16",
121
+ "@vitejs/plugin-react-swc": "4.2.3",
122
+ "@vitest/browser-playwright": "4.0.18",
123
+ "@vitest/ui": "4.0.18",
76
124
  "postcss": "8.5.6",
77
- "react": "19.2.3",
78
- "react-dom": "19.2.3",
79
- "storybook": "10.1.11",
125
+ "react": "19.2.4",
126
+ "react-dom": "19.2.4",
127
+ "storybook": "10.2.13",
80
128
  "storybook-addon-mock-date": "2.0.0",
81
- "tailwindcss": "4.1.18",
129
+ "tailwindcss": "4.2.1",
82
130
  "vite": "7.3.1",
83
- "vitest": "4.0.16",
84
- "vitest-browser-react": "2.0.2"
131
+ "vitest": "4.0.18",
132
+ "vitest-browser-react": "2.0.5"
85
133
  },
86
134
  "peerDependencies": {
87
135
  "@types/react": ">=19.0.0",