@konstructio/ui 0.1.2-alpha.71 → 0.1.2-alpha.72
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/{Modal-BGcucTHv.js → Modal-CXRo8f-h.js} +1 -1
- package/dist/assets/icons/components/CheckCircleFilled.d.ts +3 -0
- package/dist/assets/icons/components/CheckCircleFilled.js +31 -0
- package/dist/assets/icons/components/CheckCircleOutline.d.ts +3 -0
- package/dist/assets/icons/components/{CheckCircle.js → CheckCircleOutline.js} +8 -8
- package/dist/assets/icons/components/CheckboxMarkedCircleOutline.d.ts +3 -0
- package/dist/assets/icons/components/CheckboxMarkedCircleOutline.js +26 -0
- package/dist/assets/icons/components/InfoCircle.d.ts +3 -0
- package/dist/assets/icons/components/InfoCircle.js +31 -0
- package/dist/assets/icons/components/WarningTriangle.d.ts +3 -0
- package/dist/assets/icons/components/WarningTriangle.js +28 -0
- package/dist/assets/icons/components/index.d.ts +5 -1
- package/dist/assets/icons/components/index.js +124 -116
- package/dist/assets/icons/index.js +124 -116
- package/dist/components/Alert/Alert.d.ts +5 -16
- package/dist/components/Alert/Alert.js +46 -32
- package/dist/components/Alert/Alert.types.d.ts +8 -8
- package/dist/components/Alert/Alert.variants.d.ts +11 -2
- package/dist/components/Alert/Alert.variants.js +77 -32
- package/dist/components/Badge/Badge.variants.d.ts +2 -2
- package/dist/components/Button/Button.variants.d.ts +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/ButtonGroup/components/ButtonGroupItem/ButtonGroupItem.js +1 -1
- package/dist/components/DateRangePicker/components/CalendarPanel/components/IndependentModeCalendar/IndependentModeCalendar.js +1 -1
- package/dist/components/DateRangePicker/components/CalendarPanel/components/TogetherModeCalendar/TogetherModeCalendar.js +1 -1
- package/dist/components/DateRangePicker/components/DateTimeInputs/hooks/useDateTimeInputs.d.ts +1 -1
- package/dist/components/Filter/Filter.d.ts +2 -2
- package/dist/components/Filter/Filter.js +14 -11
- package/dist/components/Filter/Filter.types.d.ts +2 -1
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.d.ts +3 -0
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.d.ts +14 -0
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.hook.js +74 -0
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js +155 -0
- package/dist/components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.types.d.ts +13 -0
- package/dist/components/Filter/components/index.d.ts +2 -0
- package/dist/components/Filter/components/index.js +10 -8
- package/dist/components/LineChart/LineChart.d.ts +17 -0
- package/dist/components/LineChart/LineChart.js +154 -0
- package/dist/components/LineChart/LineChart.types.d.ts +54 -0
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +2 -2
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/PhoneNumberInput/components/TruncateText/TruncateText.js +1 -1
- package/dist/components/PieChart/PieChart.js +51 -5095
- package/dist/components/ProgressBar/ProgressBar.variants.d.ts +1 -1
- package/dist/components/RadioCardGroup/RadioCardGroup.variants.d.ts +1 -1
- package/dist/components/RadioGroup/RadioGroup.variants.d.ts +1 -1
- package/dist/components/Tabs/Tabs.variants.d.ts +1 -1
- package/dist/components/Toast/Toast.variants.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +4 -9
- package/dist/components/Tooltip/Tooltip.js +35 -33
- package/dist/components/Tooltip/Tooltip.types.d.ts +22 -11
- package/dist/components/Typography/Typography.variants.d.ts +1 -1
- package/dist/components/VirtualizedTable/VirtualizedTable.types.d.ts +28 -4
- package/dist/components/VirtualizedTable/components/Filter/Filter.js +121 -91
- package/dist/components/VirtualizedTable/components/Filter/Filter.types.d.ts +5 -8
- package/dist/components/VirtualizedTable/components/TruncateText/TruncateText.js +1 -1
- package/dist/components/VirtualizedTable/contexts/table.context.d.ts +2 -0
- package/dist/components/VirtualizedTable/contexts/table.context.js +3 -0
- package/dist/components/VirtualizedTable/contexts/table.provider.js +179 -168
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +117 -113
- package/dist/icons.d.ts +1 -1
- package/dist/icons.js +124 -116
- package/dist/{index-DPcwqB8q.js → index-B7-5g1Sm.js} +169 -168
- package/dist/index-qDQP8rW4.js +7281 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +144 -139
- package/dist/package.json +8 -8
- package/dist/{proxy-CngVm5qA.js → proxy-0sbyKj-k.js} +732 -728
- package/dist/styles.css +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +16 -15
- package/package.json +8 -8
- package/dist/assets/icons/components/CheckCircle.d.ts +0 -3
- package/dist/components/Tooltip/Tooltip.variants.d.ts +0 -6
- package/dist/components/Tooltip/Tooltip.variants.js +0 -86
- package/dist/components/Tooltip/hooks/useTooltip.d.ts +0 -4
- package/dist/components/Tooltip/hooks/useTooltip.js +0 -24
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,148 +1,153 @@
|
|
|
1
|
-
import { cn as e } from "./utils/index.js";
|
|
2
|
-
import { Alert as
|
|
3
|
-
import { AlertDialog as
|
|
4
|
-
import { Autocomplete as
|
|
5
|
-
import { Badge as
|
|
6
|
-
import { BadgeMultiSelect as
|
|
7
|
-
import { Breadcrumb as
|
|
8
|
-
import { Button as
|
|
9
|
-
import { ButtonGroup as
|
|
10
|
-
import { Card as
|
|
11
|
-
import { Checkbox as
|
|
12
|
-
import { Content as
|
|
13
|
-
import { Counter as
|
|
14
|
-
import { DateFilterDropdown as
|
|
1
|
+
import { cn as e, resolveColor as t } from "./utils/index.js";
|
|
2
|
+
import { Alert as m } from "./components/Alert/Alert.js";
|
|
3
|
+
import { AlertDialog as x } from "./components/AlertDialog/AlertDialog.js";
|
|
4
|
+
import { Autocomplete as n } from "./components/Autocomplete/Autocomplete.js";
|
|
5
|
+
import { Badge as s } from "./components/Badge/Badge.js";
|
|
6
|
+
import { BadgeMultiSelect as d } from "./components/Filter/components/BadgeDropdown/BadgeMultiSelect.js";
|
|
7
|
+
import { Breadcrumb as g } from "./components/Breadcrumb/Breadcrumb.js";
|
|
8
|
+
import { Button as c } from "./components/Button/Button.js";
|
|
9
|
+
import { ButtonGroup as D } from "./components/ButtonGroup/ButtonGroup.js";
|
|
10
|
+
import { Card as V } from "./components/Card/Card.js";
|
|
11
|
+
import { Checkbox as w } from "./components/Checkbox/Checkbox.js";
|
|
12
|
+
import { Content as h } from "./components/Tabs/components/Content.js";
|
|
13
|
+
import { Counter as B, Counter as P } from "./components/Counter/Counter.js";
|
|
14
|
+
import { DateFilterDropdown as L } from "./components/Filter/components/DateFilterDropdown/DateFilterDropdown.js";
|
|
15
15
|
import { DatePicker as E } from "./components/Datepicker/DatePicker.js";
|
|
16
16
|
import { DateRangeFilterDropdown as M } from "./components/Filter/components/DateRangeFilterDropdown/DateRangeFilterDropdown.js";
|
|
17
17
|
import { DateRangePicker as A } from "./components/DateRangePicker/DateRangePicker.js";
|
|
18
|
-
import { Divider as
|
|
19
|
-
import { Drawer as
|
|
20
|
-
import { Select as
|
|
21
|
-
import { DropdownButton as
|
|
22
|
-
import { Filter as
|
|
23
|
-
import { Footer as
|
|
24
|
-
import { ImageUpload as
|
|
25
|
-
import { Input as
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
18
|
+
import { Divider as z } from "./components/Divider/Divider.js";
|
|
19
|
+
import { Drawer as O } from "./components/Drawer/Drawer.js";
|
|
20
|
+
import { Select as W, Select as j } from "./components/Select/Select.js";
|
|
21
|
+
import { DropdownButton as H } from "./components/DropdownButton/DropdownButton.js";
|
|
22
|
+
import { Filter as K } from "./components/Filter/Filter.js";
|
|
23
|
+
import { Footer as X } from "./components/Sidebar/components/Footer/Footer.js";
|
|
24
|
+
import { ImageUpload as Z } from "./components/ImageUpload/ImageUpload.js";
|
|
25
|
+
import { Input as $ } from "./components/Input/Input.js";
|
|
26
|
+
import { LineChart as or } from "./components/LineChart/LineChart.js";
|
|
27
|
+
import { List as tr } from "./components/Tabs/components/List.js";
|
|
28
|
+
import { Loading as mr } from "./components/Loading/Loading.js";
|
|
29
|
+
import { Logo as xr } from "./components/Sidebar/components/Logo/Logo.js";
|
|
30
|
+
import { M as nr } from "./Modal-CXRo8f-h.js";
|
|
31
|
+
import { MultiSelectDropdown as sr } from "./components/MultiSelectDropdown/MultiSelectDropdown.js";
|
|
32
|
+
import { Navigation as dr } from "./components/Sidebar/components/Navigation/Navigation.js";
|
|
33
|
+
import { NavigationGroup as gr } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
|
|
34
|
+
import { NavigationOption as cr } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
|
|
35
|
+
import { NavigationSeparator as Dr } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
|
|
36
|
+
import { PhoneNumberInput as Vr } from "./components/PhoneNumberInput/PhoneNumberInput.js";
|
|
37
|
+
import { PieChart as wr } from "./components/PieChart/PieChart.js";
|
|
38
|
+
import { ProgressBar as hr } from "./components/ProgressBar/ProgressBar.js";
|
|
39
|
+
import { Radio as Br } from "./components/Radio/Radio.js";
|
|
40
|
+
import { RadioCard as Ir } from "./components/RadioCard/RadioCard.js";
|
|
41
|
+
import { RadioCardGroup as Nr } from "./components/RadioCardGroup/RadioCardGroup.js";
|
|
42
|
+
import { RadioGroup as Fr } from "./components/RadioGroup/RadioGroup.js";
|
|
43
|
+
import { Range as kr } from "./components/Range/Range.js";
|
|
44
|
+
import { Sidebar as Gr } from "./components/Sidebar/Sidebar.js";
|
|
45
|
+
import { Slider as yr } from "./components/Slider/Slider.js";
|
|
46
|
+
import { Spinner as Ur } from "./components/Spinner/Spinner.js";
|
|
47
|
+
import { Stepper as jr } from "./components/Stepper/Stepper.js";
|
|
48
|
+
import { Switch as Hr } from "./components/Switch/Switch.js";
|
|
49
|
+
import { Table as Kr } from "./components/Table/Table.js";
|
|
50
|
+
import { Tabs as Xr } from "./components/Tabs/Tabs.js";
|
|
51
|
+
import { Tag as Zr } from "./components/Tag/Tag.js";
|
|
52
|
+
import { TagSelect as $r } from "./components/TagSelect/TagSelect.js";
|
|
53
|
+
import { TextArea as oo } from "./components/TextArea/TextArea.js";
|
|
54
|
+
import { TextMultiSelect as to } from "./components/Filter/components/TextMultiSelect/TextMultiSelect.js";
|
|
55
|
+
import { ThemeContext as mo } from "./contexts/theme.context.js";
|
|
56
|
+
import { ThemeProvider as xo } from "./contexts/theme.provider.js";
|
|
57
|
+
import { TimeFilterDropdown as no } from "./components/Filter/components/TimeFilterDropdown/TimeFilterDropdown.js";
|
|
58
|
+
import { TimePicker as so } from "./components/TimePicker/TimePicker.js";
|
|
59
|
+
import { Toast as uo } from "./components/Toast/Toast.js";
|
|
60
|
+
import { Tooltip as To } from "./components/Tooltip/Tooltip.js";
|
|
61
|
+
import { Trigger as Co } from "./components/Tabs/components/Trigger.js";
|
|
62
|
+
import { TruncateText as So } from "./components/VirtualizedTable/components/TruncateText/TruncateText.js";
|
|
63
|
+
import { Typography as vo } from "./components/Typography/Typography.js";
|
|
64
|
+
import { VirtualizedTable as bo } from "./components/VirtualizedTable/VirtualizedTable.js";
|
|
65
|
+
import { VirtualizedTableEvent as Ro, sendCollapseRowEvent as Bo, sendExpandRowEvent as Po, sendToggleRowEvent as Io } from "./components/VirtualizedTable/events/index.js";
|
|
66
|
+
import { horizontalConnectorWrapperVariants as No, stepConnectorVariants as Eo, stepContentVariants as Fo, stepDescriptionVariants as Mo, stepIndicatorVariants as ko, stepItemVariants as Ao, stepLabelVariants as Go, stepListVariants as zo, stepVariants as yo, stepperVariants as Oo } from "./components/Stepper/Stepper.variants.js";
|
|
67
|
+
import { useTheme as Wo } from "./contexts/theme.hook.js";
|
|
68
|
+
import { useToggle as qo } from "./hooks/useToggle.js";
|
|
67
69
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
70
|
+
m as Alert,
|
|
71
|
+
x as AlertDialog,
|
|
72
|
+
n as Autocomplete,
|
|
73
|
+
s as Badge,
|
|
74
|
+
d as BadgeMultiSelect,
|
|
75
|
+
g as Breadcrumb,
|
|
76
|
+
c as Button,
|
|
77
|
+
D as ButtonGroup,
|
|
78
|
+
V as Card,
|
|
79
|
+
w as Checkbox,
|
|
80
|
+
h as Content,
|
|
81
|
+
B as Counter,
|
|
82
|
+
L as DateFilterDropdown,
|
|
81
83
|
E as DatePicker,
|
|
82
84
|
M as DateRangeFilterDropdown,
|
|
83
85
|
A as DateRangePicker,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
Nr as
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
86
|
+
z as Divider,
|
|
87
|
+
O as Drawer,
|
|
88
|
+
W as Dropdown,
|
|
89
|
+
H as DropdownButton,
|
|
90
|
+
K as Filter,
|
|
91
|
+
X as Footer,
|
|
92
|
+
Z as ImageUpload,
|
|
93
|
+
$ as Input,
|
|
94
|
+
or as LineChart,
|
|
95
|
+
tr as List,
|
|
96
|
+
mr as Loading,
|
|
97
|
+
xr as Logo,
|
|
98
|
+
nr as Modal,
|
|
99
|
+
sr as MultiSelectDropdown,
|
|
100
|
+
dr as Navigation,
|
|
101
|
+
gr as NavigationGroup,
|
|
102
|
+
cr as NavigationOption,
|
|
103
|
+
Dr as NavigationSeparator,
|
|
104
|
+
P as NumberInput,
|
|
105
|
+
Vr as PhoneNumberInput,
|
|
106
|
+
wr as PieChart,
|
|
107
|
+
hr as ProgressBar,
|
|
108
|
+
Br as Radio,
|
|
109
|
+
Ir as RadioCard,
|
|
110
|
+
Nr as RadioCardGroup,
|
|
111
|
+
Fr as RadioGroup,
|
|
112
|
+
kr as Range,
|
|
113
|
+
j as Select,
|
|
114
|
+
Gr as Sidebar,
|
|
115
|
+
yr as Slider,
|
|
116
|
+
Ur as Spinner,
|
|
117
|
+
jr as Stepper,
|
|
118
|
+
Hr as Switch,
|
|
119
|
+
Kr as Table,
|
|
120
|
+
Xr as Tabs,
|
|
121
|
+
Zr as Tag,
|
|
122
|
+
$r as TagSelect,
|
|
123
|
+
oo as TextArea,
|
|
124
|
+
to as TextMultiSelect,
|
|
125
|
+
mo as ThemeContext,
|
|
126
|
+
xo as ThemeProvider,
|
|
127
|
+
no as TimeFilterDropdown,
|
|
128
|
+
so as TimePicker,
|
|
129
|
+
uo as Toast,
|
|
130
|
+
To as Tooltip,
|
|
131
|
+
Co as Trigger,
|
|
132
|
+
So as TruncateText,
|
|
133
|
+
vo as Typography,
|
|
134
|
+
bo as VirtualizedTable,
|
|
135
|
+
Ro as VirtualizedTableEvent,
|
|
132
136
|
e as cn,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
137
|
+
No as horizontalConnectorWrapperVariants,
|
|
138
|
+
t as resolveColor,
|
|
139
|
+
Bo as sendCollapseRowEvent,
|
|
140
|
+
Po as sendExpandRowEvent,
|
|
141
|
+
Io as sendToggleRowEvent,
|
|
142
|
+
Eo as stepConnectorVariants,
|
|
143
|
+
Fo as stepContentVariants,
|
|
144
|
+
Mo as stepDescriptionVariants,
|
|
145
|
+
ko as stepIndicatorVariants,
|
|
146
|
+
Ao as stepItemVariants,
|
|
147
|
+
Go as stepLabelVariants,
|
|
148
|
+
zo as stepListVariants,
|
|
149
|
+
yo as stepVariants,
|
|
150
|
+
Oo as stepperVariants,
|
|
151
|
+
Wo as useTheme,
|
|
152
|
+
qo as useToggle
|
|
148
153
|
};
|
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.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.71",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"google-libphonenumber": "^3.2.44",
|
|
100
100
|
"i18n-iso-countries": "^7.14.0",
|
|
101
101
|
"js-cookie": "^3.0.5",
|
|
102
|
-
"lucide-react": "^0.
|
|
103
|
-
"motion": "^12.
|
|
102
|
+
"lucide-react": "^0.577.0",
|
|
103
|
+
"motion": "^12.35.0",
|
|
104
104
|
"react-chartjs-2": "^5.3.1",
|
|
105
105
|
"react-day-picker": "^9.14.0",
|
|
106
106
|
"react-feather": "^2.0.10",
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
"devDependencies": {
|
|
144
144
|
"@faker-js/faker": "^10.3.0",
|
|
145
145
|
"@rollup/plugin-alias": "^6.0.0",
|
|
146
|
-
"@storybook/addon-docs": "^10.2.
|
|
147
|
-
"@storybook/addon-links": "^10.2.
|
|
148
|
-
"@storybook/react-vite": "^10.2.
|
|
146
|
+
"@storybook/addon-docs": "^10.2.15",
|
|
147
|
+
"@storybook/addon-links": "^10.2.15",
|
|
148
|
+
"@storybook/react-vite": "^10.2.15",
|
|
149
149
|
"@tailwindcss/vite": "^4.2.1",
|
|
150
150
|
"@tanstack/react-query": "^5.90.21",
|
|
151
151
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"eslint-plugin-react": "^7.37.5",
|
|
167
167
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
168
168
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
169
|
-
"eslint-plugin-storybook": "^10.2.
|
|
169
|
+
"eslint-plugin-storybook": "^10.2.15",
|
|
170
170
|
"eslint-plugin-vitest": "^0.5.4",
|
|
171
171
|
"glob": "^13.0.6",
|
|
172
172
|
"husky": "^9.1.7",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"postcss": "^8.5.8",
|
|
177
177
|
"prettier": "^3.8.1",
|
|
178
178
|
"rimraf": "^6.1.3",
|
|
179
|
-
"storybook": "^10.2.
|
|
179
|
+
"storybook": "^10.2.15",
|
|
180
180
|
"tailwindcss": "^4.2.1",
|
|
181
181
|
"ts-node": "^10.9.2",
|
|
182
182
|
"typescript": "^5.9.3",
|