@konstructio/ui 0.1.0-alpha.16 → 0.1.0-alpha.18
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/{chevron-down-1hnuqhTt.js → chevron-down-B_1aNqYv.js} +2 -2
- package/dist/components/Badge/Badge.js +2 -2
- package/dist/components/Breadcrumb/components/Item/Item.js +21 -20
- package/dist/components/Datepicker/DatePicker.js +3 -3
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.hook.js +30 -31
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +1 -1
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +1 -1
- package/dist/components/Loading/Loading.js +2 -2
- package/dist/components/TimePicker/components/Wrapper/Wrapper.js +1 -1
- package/dist/{createLucideIcon-qZIN4i94.js → createLucideIcon-Ck_e4796.js} +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/package.json +14 -14
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as o } from "./createLucideIcon-
|
|
1
|
+
import { c as o } from "./createLucideIcon-Ck_e4796.js";
|
|
2
2
|
/**
|
|
3
|
-
* @license lucide-react v0.
|
|
3
|
+
* @license lucide-react v0.534.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.
|
|
@@ -2,9 +2,9 @@ import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as v, useState as w, useCallback as x, useEffect as y } from "react";
|
|
3
3
|
import { cn as u } from "../../utils/index.js";
|
|
4
4
|
import { buttonDismissVariants as M, badgeVariants as Z } from "./Badge.variants.js";
|
|
5
|
-
import { c as N } from "../../createLucideIcon-
|
|
5
|
+
import { c as N } from "../../createLucideIcon-Ck_e4796.js";
|
|
6
6
|
/**
|
|
7
|
-
* @license lucide-react v0.
|
|
7
|
+
* @license lucide-react v0.534.0 - ISC
|
|
8
8
|
*
|
|
9
9
|
* This source code is licensed under the ISC license.
|
|
10
10
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,48 +1,49 @@
|
|
|
1
|
-
import { jsx as a, Fragment as
|
|
2
|
-
import { cn as
|
|
1
|
+
import { jsx as a, Fragment as p } from "react/jsx-runtime";
|
|
2
|
+
import { cn as m } from "../../../../utils/index.js";
|
|
3
3
|
import { u as f, L as h } from "../../../../useBreadcrumb-DMERrNkJ.js";
|
|
4
|
-
import { breadcrumbLinkVariants as
|
|
5
|
-
const
|
|
4
|
+
import { breadcrumbLinkVariants as o, breadcrumbLabelVariants as b } from "./Item.variants.js";
|
|
5
|
+
const g = ({
|
|
6
6
|
isActive: r,
|
|
7
|
-
isLast:
|
|
7
|
+
isLast: t,
|
|
8
8
|
label: n,
|
|
9
|
-
target:
|
|
10
|
-
theme:
|
|
11
|
-
to: e
|
|
9
|
+
target: i,
|
|
10
|
+
theme: c,
|
|
11
|
+
to: e,
|
|
12
|
+
component: d = "a"
|
|
12
13
|
}) => {
|
|
13
|
-
const { isInsideRouter:
|
|
14
|
-
e === "#" &&
|
|
14
|
+
const { isInsideRouter: l } = f(), s = (u) => {
|
|
15
|
+
e === "#" && u.preventDefault();
|
|
15
16
|
};
|
|
16
17
|
return /* @__PURE__ */ a(
|
|
17
18
|
"li",
|
|
18
19
|
{
|
|
19
|
-
"aria-current":
|
|
20
|
+
"aria-current": t ? "page" : void 0,
|
|
20
21
|
className: "group font-medium text-inherit",
|
|
21
|
-
"data-theme":
|
|
22
|
-
children: e ? /* @__PURE__ */ a(
|
|
22
|
+
"data-theme": c,
|
|
23
|
+
children: e ? /* @__PURE__ */ a(p, { children: l ? /* @__PURE__ */ a(
|
|
23
24
|
h,
|
|
24
25
|
{
|
|
25
26
|
to: e,
|
|
26
|
-
target:
|
|
27
|
-
className:
|
|
27
|
+
target: i,
|
|
28
|
+
className: m(o({ isActive: r })),
|
|
28
29
|
"aria-disabled": r ? "true" : "false",
|
|
29
30
|
onClick: s,
|
|
30
31
|
children: n
|
|
31
32
|
}
|
|
32
33
|
) : /* @__PURE__ */ a(
|
|
33
|
-
|
|
34
|
+
d,
|
|
34
35
|
{
|
|
35
36
|
href: e,
|
|
36
|
-
target:
|
|
37
|
-
className:
|
|
37
|
+
target: i,
|
|
38
|
+
className: m(o({ isActive: r })),
|
|
38
39
|
"aria-disabled": r ? "true" : "false",
|
|
39
40
|
onClick: s,
|
|
40
41
|
children: n
|
|
41
42
|
}
|
|
42
|
-
) }) : /* @__PURE__ */ a("span", { className:
|
|
43
|
+
) }) : /* @__PURE__ */ a("span", { className: m(b({ isActive: r })), children: n })
|
|
43
44
|
}
|
|
44
45
|
);
|
|
45
46
|
};
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
g as Item
|
|
48
49
|
};
|
|
@@ -2,16 +2,16 @@ import { jsx as Be } from "react/jsx-runtime";
|
|
|
2
2
|
import m, { createContext as dn, useContext as ln, useCallback as A, useRef as Se, useLayoutEffect as hn, useState as Ce, useEffect as mn, useMemo as Ie } from "react";
|
|
3
3
|
import { cn as le } from "../../utils/index.js";
|
|
4
4
|
import { datePickerVariants as yn } from "./DatePicker.variants.js";
|
|
5
|
-
import { c as ft } from "../../createLucideIcon-
|
|
5
|
+
import { c as ft } from "../../createLucideIcon-Ck_e4796.js";
|
|
6
6
|
import '../../DatePicker.css';/**
|
|
7
|
-
* @license lucide-react v0.
|
|
7
|
+
* @license lucide-react v0.534.0 - ISC
|
|
8
8
|
*
|
|
9
9
|
* This source code is licensed under the ISC license.
|
|
10
10
|
* See the LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
const gn = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], wn = ft("chevron-left", gn);
|
|
13
13
|
/**
|
|
14
|
-
* @license lucide-react v0.
|
|
14
|
+
* @license lucide-react v0.534.0 - ISC
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the ISC license.
|
|
17
17
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { useId as C, useRef as
|
|
2
|
-
import { FilterEvent as
|
|
1
|
+
import { useId as C, useRef as w, useState as m, useEffect as f, useCallback as d, useMemo as S } from "react";
|
|
2
|
+
import { FilterEvent as v, sendOpenFilterEvent as L } from "../../events/index.js";
|
|
3
3
|
const I = ({
|
|
4
4
|
onApply: t
|
|
5
5
|
}) => {
|
|
6
|
-
const a = C(),
|
|
6
|
+
const a = C(), o = w(null), [E, c] = m(!1), [n, r] = m([]);
|
|
7
7
|
f(() => {
|
|
8
8
|
const e = new AbortController();
|
|
9
9
|
return document.addEventListener(
|
|
10
|
-
|
|
10
|
+
v.OPEN,
|
|
11
11
|
(s) => {
|
|
12
|
-
s.detail !== a &&
|
|
12
|
+
s.detail !== a && c(!1);
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
signal: e.signal
|
|
16
16
|
}
|
|
17
17
|
), document.addEventListener(
|
|
18
|
-
|
|
18
|
+
v.RESET,
|
|
19
19
|
() => {
|
|
20
|
-
|
|
20
|
+
r([]), t == null || t([]);
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
signal: e.signal
|
|
@@ -26,44 +26,43 @@ const I = ({
|
|
|
26
26
|
e.abort();
|
|
27
27
|
};
|
|
28
28
|
}, [a, t]);
|
|
29
|
-
const
|
|
30
|
-
() =>
|
|
29
|
+
const g = d(
|
|
30
|
+
() => c((e) => (e || (L(a), r(
|
|
31
31
|
(s) => s.filter((i) => i.isApplied)
|
|
32
32
|
)), !e)),
|
|
33
|
-
[a,
|
|
34
|
-
),
|
|
33
|
+
[a, c]
|
|
34
|
+
), u = d(() => c(!1), []), O = d(
|
|
35
35
|
(e, s) => {
|
|
36
|
-
|
|
36
|
+
r(s ? [
|
|
37
37
|
...n,
|
|
38
38
|
{ ...e, isApplied: !1 }
|
|
39
39
|
] : n.map((i) => i.id === e.id ? { ...i, isRemoved: !0 } : i));
|
|
40
40
|
},
|
|
41
|
-
[
|
|
42
|
-
),
|
|
43
|
-
|
|
44
|
-
}, [t]), R =
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
({ isApplied: e, isRemoved: s, ...i }) => i
|
|
41
|
+
[r, n]
|
|
42
|
+
), h = d(() => {
|
|
43
|
+
r([]), t == null || t([]);
|
|
44
|
+
}, [t]), R = d(() => {
|
|
45
|
+
const e = n == null ? void 0 : n.filter((s) => !s.isRemoved).map((s) => ({ ...s, isApplied: !0 }));
|
|
46
|
+
r(e), t == null || t(
|
|
47
|
+
e.map(
|
|
48
|
+
({ isApplied: s, isRemoved: i, ...l }) => l
|
|
50
49
|
)
|
|
51
50
|
);
|
|
52
|
-
}, [t, n,
|
|
51
|
+
}, [t, n, r]), b = S(
|
|
53
52
|
() => n.filter((e) => e.isApplied),
|
|
54
53
|
[n]
|
|
55
54
|
);
|
|
56
55
|
return f(() => {
|
|
57
56
|
const e = new AbortController(), s = (i) => {
|
|
58
|
-
var
|
|
59
|
-
(
|
|
57
|
+
var l;
|
|
58
|
+
(l = o.current) != null && l.contains(i.target) || u();
|
|
60
59
|
};
|
|
61
60
|
return document.addEventListener("mousedown", s, {
|
|
62
61
|
signal: e.signal
|
|
63
62
|
}), document.addEventListener(
|
|
64
63
|
"visibilitychange",
|
|
65
64
|
() => {
|
|
66
|
-
document.hidden &&
|
|
65
|
+
document.hidden && u();
|
|
67
66
|
},
|
|
68
67
|
{
|
|
69
68
|
signal: e.signal
|
|
@@ -71,15 +70,15 @@ const I = ({
|
|
|
71
70
|
), () => {
|
|
72
71
|
e.abort();
|
|
73
72
|
};
|
|
74
|
-
}, [
|
|
75
|
-
isOpen:
|
|
73
|
+
}, [u, o]), {
|
|
74
|
+
isOpen: E,
|
|
76
75
|
selectedCount: b,
|
|
77
76
|
selectedOptions: n,
|
|
78
|
-
wrapperRef:
|
|
77
|
+
wrapperRef: o,
|
|
79
78
|
handleApplyOptions: R,
|
|
80
|
-
handleOpen:
|
|
81
|
-
handleResetOptions:
|
|
82
|
-
handleSelectOption:
|
|
79
|
+
handleOpen: g,
|
|
80
|
+
handleResetOptions: h,
|
|
81
|
+
handleSelectOption: O
|
|
83
82
|
};
|
|
84
83
|
};
|
|
85
84
|
export {
|
|
@@ -5,7 +5,7 @@ import { Checkbox as C } from "../../../Checkbox/Checkbox.js";
|
|
|
5
5
|
import { cn as n } from "../../../../utils/index.js";
|
|
6
6
|
import { filterButtonIconVariants as y, filterButtonVariants as N } from "../../Filter.variants.js";
|
|
7
7
|
import { useBadgeMultiSelect as B } from "./BadgeMultiSelect.hook.js";
|
|
8
|
-
import { C as O } from "../../../../chevron-down-
|
|
8
|
+
import { C as O } from "../../../../chevron-down-B_1aNqYv.js";
|
|
9
9
|
const $ = ({
|
|
10
10
|
options: i,
|
|
11
11
|
label: p,
|
|
@@ -5,7 +5,7 @@ import { DatePicker as w } from "../../../Datepicker/DatePicker.js";
|
|
|
5
5
|
import { cn as o } from "../../../../utils/index.js";
|
|
6
6
|
import { filterButtonIconVariants as x, filterButtonVariants as N } from "../../Filter.variants.js";
|
|
7
7
|
import { useDateFilterDropdown as b } from "./DateFilterDropdown.hook.js";
|
|
8
|
-
import { C as y } from "../../../../chevron-down-
|
|
8
|
+
import { C as y } from "../../../../chevron-down-B_1aNqYv.js";
|
|
9
9
|
const R = ({
|
|
10
10
|
label: p,
|
|
11
11
|
position: l = "left",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { cn as c } from "../../utils/index.js";
|
|
3
3
|
import { loadingVariants as i } from "./Loading.variants.js";
|
|
4
|
-
import { c as t } from "../../createLucideIcon-
|
|
4
|
+
import { c as t } from "../../createLucideIcon-Ck_e4796.js";
|
|
5
5
|
/**
|
|
6
|
-
* @license lucide-react v0.
|
|
6
|
+
* @license lucide-react v0.534.0 - ISC
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the ISC license.
|
|
9
9
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -3,7 +3,7 @@ import { useId as y, useState as E, useRef as O, useCallback as I, useEffect as
|
|
|
3
3
|
import { cn as d } from "../../../../utils/index.js";
|
|
4
4
|
import { timePickerVariants as j } from "../../TimePicker.variants.js";
|
|
5
5
|
import { WrapperList as P } from "../WrapperList/WrapperList.js";
|
|
6
|
-
import { C as R } from "../../../../chevron-down-
|
|
6
|
+
import { C as R } from "../../../../chevron-down-B_1aNqYv.js";
|
|
7
7
|
import { useTimePickerContext as T } from "../../contexts/time-picker.hook.js";
|
|
8
8
|
const $ = ({
|
|
9
9
|
name: p,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { forwardRef as l, createElement as n } from "react";
|
|
2
2
|
/**
|
|
3
|
-
* @license lucide-react v0.
|
|
3
|
+
* @license lucide-react v0.534.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.
|
|
20
|
+
* @license lucide-react v0.534.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.
|
|
37
|
+
* @license lucide-react v0.534.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.
|
|
72
|
+
* @license lucide-react v0.534.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.
|
package/dist/index.d.ts
CHANGED
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.
|
|
5
|
+
"version": "0.1.0-alpha.17",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -69,8 +69,8 @@
|
|
|
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.
|
|
73
|
-
"react-day-picker": "^9.8.
|
|
72
|
+
"lucide-react": "^0.534.0",
|
|
73
|
+
"react-day-picker": "^9.8.1",
|
|
74
74
|
"react-feather": "^2.0.10",
|
|
75
75
|
"react-focus-lock": "^2.13.6",
|
|
76
76
|
"react-remove-scroll": "^2.7.1",
|
|
@@ -106,27 +106,27 @@
|
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@rollup/plugin-alias": "^5.1.1",
|
|
109
|
-
"@storybook/addon-docs": "^9.1.0-alpha.
|
|
110
|
-
"@storybook/addon-links": "^9.1.0-alpha.
|
|
111
|
-
"@storybook/react-vite": "^9.1.0-alpha.
|
|
109
|
+
"@storybook/addon-docs": "^9.1.0-alpha.9",
|
|
110
|
+
"@storybook/addon-links": "^9.1.0-alpha.9",
|
|
111
|
+
"@storybook/react-vite": "^9.1.0-alpha.9",
|
|
112
112
|
"@tailwindcss/vite": "^4.1.11",
|
|
113
|
-
"@testing-library/jest-dom": "^6.6.
|
|
113
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
114
114
|
"@testing-library/react": "^16.3.0",
|
|
115
115
|
"@testing-library/user-event": "^14.6.1",
|
|
116
116
|
"@types/jest-axe": "^3.5.9",
|
|
117
117
|
"@types/js-cookie": "^3.0.6",
|
|
118
118
|
"@types/lodash": "^4.17.20",
|
|
119
|
-
"@types/react": "^19.1.
|
|
120
|
-
"@types/react-dom": "^19.1.
|
|
121
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
122
|
-
"@typescript-eslint/parser": "^8.
|
|
123
|
-
"@vitejs/plugin-react": "^4.
|
|
119
|
+
"@types/react": "^19.1.9",
|
|
120
|
+
"@types/react-dom": "^19.1.7",
|
|
121
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
122
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
123
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
124
124
|
"@vitest/coverage-v8": "^3.2.4",
|
|
125
125
|
"autoprefixer": "^10.4.21",
|
|
126
126
|
"eslint": "^8.57.0",
|
|
127
127
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
128
128
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
129
|
-
"eslint-plugin-storybook": "^9.1.0-alpha.
|
|
129
|
+
"eslint-plugin-storybook": "^9.1.0-alpha.9",
|
|
130
130
|
"glob": "^11.0.3",
|
|
131
131
|
"husky": "^9.1.7",
|
|
132
132
|
"jest-axe": "^10.0.0",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"postcss": "^8.5.6",
|
|
136
136
|
"prettier": "^3.6.2",
|
|
137
137
|
"rimraf": "^6.0.1",
|
|
138
|
-
"storybook": "^9.1.0-alpha.
|
|
138
|
+
"storybook": "^9.1.0-alpha.9",
|
|
139
139
|
"tailwindcss": "^4.1.11",
|
|
140
140
|
"ts-node": "^10.9.2",
|
|
141
141
|
"typescript": "^5.8.3",
|
package/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.
|
|
5
|
+
"version": "0.1.0-alpha.18",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -69,8 +69,8 @@
|
|
|
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.
|
|
73
|
-
"react-day-picker": "^9.8.
|
|
72
|
+
"lucide-react": "^0.534.0",
|
|
73
|
+
"react-day-picker": "^9.8.1",
|
|
74
74
|
"react-feather": "^2.0.10",
|
|
75
75
|
"react-focus-lock": "^2.13.6",
|
|
76
76
|
"react-remove-scroll": "^2.7.1",
|
|
@@ -106,27 +106,27 @@
|
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@rollup/plugin-alias": "^5.1.1",
|
|
109
|
-
"@storybook/addon-docs": "^9.1.0-alpha.
|
|
110
|
-
"@storybook/addon-links": "^9.1.0-alpha.
|
|
111
|
-
"@storybook/react-vite": "^9.1.0-alpha.
|
|
109
|
+
"@storybook/addon-docs": "^9.1.0-alpha.9",
|
|
110
|
+
"@storybook/addon-links": "^9.1.0-alpha.9",
|
|
111
|
+
"@storybook/react-vite": "^9.1.0-alpha.9",
|
|
112
112
|
"@tailwindcss/vite": "^4.1.11",
|
|
113
|
-
"@testing-library/jest-dom": "^6.6.
|
|
113
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
114
114
|
"@testing-library/react": "^16.3.0",
|
|
115
115
|
"@testing-library/user-event": "^14.6.1",
|
|
116
116
|
"@types/jest-axe": "^3.5.9",
|
|
117
117
|
"@types/js-cookie": "^3.0.6",
|
|
118
118
|
"@types/lodash": "^4.17.20",
|
|
119
|
-
"@types/react": "^19.1.
|
|
120
|
-
"@types/react-dom": "^19.1.
|
|
121
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
122
|
-
"@typescript-eslint/parser": "^8.
|
|
123
|
-
"@vitejs/plugin-react": "^4.
|
|
119
|
+
"@types/react": "^19.1.9",
|
|
120
|
+
"@types/react-dom": "^19.1.7",
|
|
121
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
122
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
123
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
124
124
|
"@vitest/coverage-v8": "^3.2.4",
|
|
125
125
|
"autoprefixer": "^10.4.21",
|
|
126
126
|
"eslint": "^8.57.0",
|
|
127
127
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
128
128
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
129
|
-
"eslint-plugin-storybook": "^9.1.0-alpha.
|
|
129
|
+
"eslint-plugin-storybook": "^9.1.0-alpha.9",
|
|
130
130
|
"glob": "^11.0.3",
|
|
131
131
|
"husky": "^9.1.7",
|
|
132
132
|
"jest-axe": "^10.0.0",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"postcss": "^8.5.6",
|
|
136
136
|
"prettier": "^3.6.2",
|
|
137
137
|
"rimraf": "^6.0.1",
|
|
138
|
-
"storybook": "^9.1.0-alpha.
|
|
138
|
+
"storybook": "^9.1.0-alpha.9",
|
|
139
139
|
"tailwindcss": "^4.1.11",
|
|
140
140
|
"ts-node": "^10.9.2",
|
|
141
141
|
"typescript": "^5.8.3",
|