@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.
- package/dist/components/accordion/context.js +1 -0
- package/dist/components/alert/index.d.ts +1 -1
- package/dist/components/alert/index.js +4 -1
- package/dist/components/anchor/index.d.ts +1 -1
- package/dist/components/anchor/index.js +4 -1
- package/dist/components/baseline-status/index.d.ts +1 -1
- package/dist/components/baseline-status/index.js +4 -1
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.js +4 -1
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +4 -1
- package/dist/components/card/card.js +9 -10
- package/dist/components/card/card.stories.js +22 -10
- package/dist/components/card/index.d.ts +2 -2
- package/dist/components/card/index.js +6 -2
- package/dist/components/card/interactive-card.js +8 -9
- package/dist/components/card/type.d.ts +1 -1
- package/dist/components/dialog/dialog.js +1 -0
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/dialog/index.js +5 -1
- package/dist/components/drawer/drawer.d.ts +3 -2
- package/dist/components/drawer/drawer.js +25 -15
- package/dist/components/drawer/index.d.ts +1 -1
- package/dist/components/drawer/index.js +4 -1
- package/dist/components/dropdown-menu/index.d.ts +1 -1
- package/dist/components/dropdown-menu/index.js +4 -1
- package/dist/components/form/autocomplete/autocomplete.js +1 -0
- package/dist/components/form/autocomplete/index.d.ts +1 -1
- package/dist/components/form/autocomplete/index.js +4 -1
- package/dist/components/form/checkbox/checkbox.js +1 -0
- package/dist/components/form/checkbox/index.d.ts +1 -1
- package/dist/components/form/checkbox/index.js +4 -1
- package/dist/components/form/file-field/index.d.ts +1 -1
- package/dist/components/form/file-field/index.js +5 -1
- package/dist/components/form/form-control/form-control.js +1 -0
- package/dist/components/form/form-control/index.d.ts +1 -1
- package/dist/components/form/form-control/index.js +4 -1
- package/dist/components/form/number-field/index.d.ts +1 -1
- package/dist/components/form/number-field/index.js +4 -1
- package/dist/components/form/number-field/number-field.js +1 -0
- package/dist/components/form/radio/index.d.ts +1 -1
- package/dist/components/form/radio/index.js +4 -1
- package/dist/components/form/range-field/range-field.js +1 -0
- package/dist/components/form/select/index.d.ts +1 -1
- package/dist/components/form/select/index.js +4 -1
- package/dist/components/form/text-field/index.d.ts +1 -1
- package/dist/components/form/text-field/index.js +4 -1
- package/dist/components/form/textarea/index.d.ts +1 -1
- package/dist/components/form/textarea/index.js +4 -1
- package/dist/components/form/textarea/textarea.js +1 -0
- package/dist/components/heading/index.d.ts +1 -1
- package/dist/components/heading/index.js +4 -1
- package/dist/components/icon-button/index.d.ts +1 -1
- package/dist/components/icon-button/index.js +4 -1
- package/dist/components/icon-link/index.d.ts +1 -1
- package/dist/components/icon-link/index.js +4 -1
- package/dist/components/icons/index.d.ts +6 -6
- package/dist/components/icons/index.js +107 -6
- package/dist/components/icons/lucide.d.ts +5 -0
- package/dist/components/icons/lucide.js +65 -0
- package/dist/components/index.d.ts +38 -38
- package/dist/components/index.js +183 -38
- package/dist/components/link-button/index.d.ts +1 -1
- package/dist/components/link-button/index.js +4 -1
- package/dist/components/list-box/index.d.ts +1 -1
- package/dist/components/list-box/index.js +4 -1
- package/dist/components/modal/index.d.ts +1 -1
- package/dist/components/modal/index.js +4 -1
- package/dist/components/modal/modal.d.ts +1 -1
- package/dist/components/modal/modal.js +22 -2
- package/dist/components/popover/index.d.ts +1 -1
- package/dist/components/popover/index.js +5 -1
- package/dist/components/progress/index.d.ts +1 -1
- package/dist/components/progress/index.js +4 -1
- package/dist/components/providers/index.d.ts +2 -2
- package/dist/components/providers/index.js +7 -2
- package/dist/components/scroll-linked/index.d.ts +1 -1
- package/dist/components/scroll-linked/index.js +4 -1
- package/dist/components/separator/index.d.ts +1 -1
- package/dist/components/separator/index.js +4 -1
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/index.js +4 -1
- package/dist/components/text-tag/index.d.ts +1 -1
- package/dist/components/text-tag/index.js +4 -1
- package/dist/components/toast/toast.js +1 -0
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components/tooltip/index.js +4 -1
- package/dist/hooks/client/index.js +1 -0
- package/dist/hooks/clipboard/index.js +1 -0
- package/dist/hooks/hash/index.js +1 -0
- package/dist/hooks/index.d.ts +12 -12
- package/dist/hooks/index.js +26 -12
- package/dist/hooks/interval/index.js +1 -0
- package/dist/hooks/local-storage/index.js +1 -0
- package/dist/hooks/timeout/index.js +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +212 -2
- package/dist/styles/index.css +31 -0
- package/package.json +71 -23
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Separator } from './separator';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Tabs } from './tabs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { TextTag } from './text-tag';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Tooltip } from './tooltip';
|
package/dist/hooks/hash/index.js
CHANGED
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
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';
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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 { 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);
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
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
|
-
|
|
2
|
-
|
|
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
|
+
};
|
package/dist/styles/index.css
CHANGED
|
@@ -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": "
|
|
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.
|
|
103
|
+
"@floating-ui/react": "0.27.18",
|
|
56
104
|
"baseline-status": "1.1.1",
|
|
57
105
|
"clsx": "2.1.1",
|
|
58
|
-
"esbuild": "0.27.
|
|
59
|
-
"lucide-react": "0.
|
|
60
|
-
"motion": "12.
|
|
61
|
-
"react-error-boundary": "6.
|
|
62
|
-
"tailwind-merge": "3.
|
|
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": "
|
|
66
|
-
"@storybook/addon-a11y": "10.
|
|
67
|
-
"@storybook/addon-docs": "10.
|
|
68
|
-
"@storybook/addon-vitest": "10.
|
|
69
|
-
"@storybook/react-vite": "10.
|
|
70
|
-
"@tailwindcss/postcss": "4.1
|
|
71
|
-
"@types/react": "19.2.
|
|
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.
|
|
74
|
-
"@vitest/browser-playwright": "4.0.
|
|
75
|
-
"@vitest/ui": "4.0.
|
|
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.
|
|
78
|
-
"react-dom": "19.2.
|
|
79
|
-
"storybook": "10.
|
|
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
|
|
129
|
+
"tailwindcss": "4.2.1",
|
|
82
130
|
"vite": "7.3.1",
|
|
83
|
-
"vitest": "4.0.
|
|
84
|
-
"vitest-browser-react": "2.0.
|
|
131
|
+
"vitest": "4.0.18",
|
|
132
|
+
"vitest-browser-react": "2.0.5"
|
|
85
133
|
},
|
|
86
134
|
"peerDependencies": {
|
|
87
135
|
"@types/react": ">=19.0.0",
|