@datacrest/dcuikit 0.0.7 → 0.0.9
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/build/components/Atom/Button/Button.d.ts +2 -1
- package/build/components/Atom/Button/Button.types.d.ts +13 -7
- package/build/components/Atom/Button/index.d.ts +2 -1
- package/build/components/Atom/Checkbox/Checkbox.d.ts +2 -1
- package/build/components/Atom/Checkbox/index.d.ts +2 -1
- package/build/components/Atom/Icon/Icon.d.ts +2 -1
- package/build/components/Atom/Icon/index.d.ts +2 -1
- package/build/components/Atom/Input/Input.d.ts +3 -20
- package/build/components/Atom/Input/Input.stories.d.ts +1 -1
- package/build/components/Atom/Input/Input.types.d.ts +18 -0
- package/build/components/Atom/Input/index.d.ts +2 -2
- package/build/components/Atom/Radiogroup/RadioGroup.d.ts +11 -0
- package/build/components/Atom/Radiogroup/RadioGroup.stories.d.ts +5 -0
- package/build/components/Atom/Radiogroup/RadioGroup.test.d.ts +1 -0
- package/build/components/Atom/Radiogroup/index.d.ts +2 -0
- package/build/components/Atom/Radiogroup/types.d.ts +21 -0
- package/build/components/Atom/Radiogroup/variants.d.ts +56 -0
- package/build/components/Atom/Switch/Switch.d.ts +4 -0
- package/build/components/Atom/Switch/Switch.stories.d.ts +5 -0
- package/build/components/Atom/Switch/Switch.test.d.ts +1 -0
- package/build/components/Atom/Switch/const.d.ts +41 -0
- package/build/components/Atom/Switch/index.d.ts +5 -0
- package/build/components/Atom/Switch/types.d.ts +19 -0
- package/build/components/Atom/Typography/Typography.d.ts +5 -2
- package/build/components/Atom/Typography/index.d.ts +4 -1
- package/build/components/Molecule/AlertDialog/AlertDialog.d.ts +4 -0
- package/build/components/Molecule/AlertDialog/AlertDialog.stories.d.ts +54 -0
- package/build/components/Molecule/AlertDialog/AlertDialog.test.d.ts +1 -0
- package/build/components/Molecule/AlertDialog/const.d.ts +5 -0
- package/build/components/Molecule/AlertDialog/index.d.ts +2 -0
- package/build/components/Molecule/AlertDialog/types.d.ts +11 -0
- package/build/components/Molecule/BreadCrumb/BreadCrumb.d.ts +4 -0
- package/build/components/Molecule/BreadCrumb/BreadCrumb.stories.d.ts +5 -0
- package/build/components/Molecule/BreadCrumb/BreadCrumb.test.d.ts +1 -0
- package/build/components/Molecule/BreadCrumb/const.d.ts +22 -0
- package/build/components/Molecule/BreadCrumb/index.d.ts +3 -0
- package/build/components/Molecule/BreadCrumb/types.d.ts +17 -0
- package/build/components/Molecule/Calendar/Calendar.d.ts +10 -0
- package/build/components/Molecule/Calendar/Calendar.stories.d.ts +5 -0
- package/build/components/Molecule/Calendar/Calendar.test.d.ts +1 -0
- package/build/components/Molecule/Calendar/index.d.ts +2 -0
- package/build/components/Molecule/Card/Card.d.ts +7 -0
- package/build/components/Molecule/Card/Card.stories.d.ts +5 -0
- package/build/components/Molecule/Card/Card.test.d.ts +1 -0
- package/build/components/Molecule/Card/const.d.ts +22 -0
- package/build/components/Molecule/Card/index.d.ts +2 -0
- package/build/components/Molecule/Card/types.d.ts +23 -0
- package/build/components/Molecule/Carousel/Carousel.d.ts +6 -0
- package/build/components/Molecule/Carousel/Carousel.stories.d.ts +50 -0
- package/build/components/Molecule/Carousel/Carousel.test.d.ts +1 -0
- package/build/components/Molecule/Carousel/const.d.ts +15 -0
- package/build/components/Molecule/Carousel/index.d.ts +2 -0
- package/build/components/Molecule/Carousel/types.d.ts +22 -0
- package/build/components/Molecule/Chart/Chart.d.ts +4 -0
- package/build/components/Molecule/Chart/Chart.stories.d.ts +5 -0
- package/build/components/Molecule/Chart/Chart.test.d.ts +1 -0
- package/build/components/Molecule/Chart/const.d.ts +5 -0
- package/build/components/Molecule/Chart/index.d.ts +2 -0
- package/build/components/Molecule/Chart/types.d.ts +24 -0
- package/build/components/Molecule/Collapse/Collapse.d.ts +4 -0
- package/build/components/Molecule/Collapse/Collapse.stories.d.ts +9 -0
- package/build/components/Molecule/Collapse/Collapse.test.d.ts +1 -0
- package/build/components/Molecule/Collapse/CollapseData.d.ts +16 -0
- package/build/components/Molecule/Collapse/FAQCollapseGroup.d.ts +4 -0
- package/build/components/Molecule/Collapse/const.d.ts +10 -0
- package/build/components/Molecule/Collapse/index.d.ts +4 -0
- package/build/components/Molecule/Collapse/types.d.ts +17 -0
- package/build/components/Molecule/DatePicker/DatePicker.d.ts +4 -0
- package/build/components/Molecule/DatePicker/DatePicker.stories.d.ts +5 -0
- package/build/components/Molecule/DatePicker/DatePicker.test.d.ts +1 -0
- package/build/components/Molecule/DatePicker/const.d.ts +1 -0
- package/build/components/Molecule/DatePicker/index.d.ts +2 -0
- package/build/components/Molecule/DatePicker/types.d.ts +22 -0
- package/build/components/Molecule/Dialog/CustomDialogContent.d.ts +4 -0
- package/build/components/Molecule/Dialog/Dialog.d.ts +7 -0
- package/build/components/Molecule/Dialog/Dialog.stories.d.ts +5 -0
- package/build/components/Molecule/Dialog/Dialog.test.d.ts +1 -0
- package/build/components/Molecule/Dialog/const.d.ts +15 -0
- package/build/components/Molecule/Dialog/index.d.ts +2 -0
- package/build/components/Molecule/Dialog/types.d.ts +53 -0
- package/build/components/Molecule/Dialog/utils.d.ts +1 -0
- package/build/components/Molecule/Drawer/Drawer.d.ts +4 -0
- package/build/components/Molecule/Drawer/Drawer.stories.d.ts +43 -0
- package/build/components/Molecule/Drawer/Drawer.test.d.ts +1 -0
- package/build/components/Molecule/Drawer/const.d.ts +10 -0
- package/build/components/Molecule/Drawer/index.d.ts +2 -0
- package/build/components/Molecule/Drawer/types.d.ts +13 -0
- package/build/components/Molecule/Dropdown/Dropdown.d.ts +4 -0
- package/build/components/Molecule/Dropdown/Dropdown.stories.d.ts +5 -0
- package/build/components/Molecule/Dropdown/Dropdown.test.d.ts +1 -0
- package/build/components/Molecule/Dropdown/const.d.ts +3 -0
- package/build/components/Molecule/Dropdown/index.d.ts +2 -0
- package/build/components/Molecule/Dropdown/types.d.ts +45 -0
- package/build/components/Molecule/Loader/Loader.d.ts +4 -0
- package/build/components/Molecule/Loader/Loader.stories.d.ts +6 -0
- package/build/components/Molecule/Loader/Loader.test.d.ts +1 -0
- package/build/components/Molecule/Loader/const.d.ts +2 -0
- package/build/components/Molecule/Loader/index.d.ts +2 -0
- package/build/components/Molecule/Loader/types.d.ts +29 -0
- package/build/components/Molecule/Message/Message.d.ts +4 -13
- package/build/components/Molecule/Message/Message.stories.d.ts +58 -3
- package/build/components/Molecule/Message/Message.types.d.ts +21 -0
- package/build/components/Molecule/Message/MessageManager.d.ts +6 -4
- package/build/components/Molecule/Otp/Otp.d.ts +7 -0
- package/build/components/Molecule/Otp/Otp.stories.d.ts +46 -0
- package/build/components/Molecule/Otp/Otp.test.d.ts +1 -0
- package/build/components/Molecule/Otp/const.d.ts +7 -0
- package/build/components/Molecule/Otp/index.d.ts +2 -0
- package/build/components/Molecule/Otp/types.d.ts +10 -0
- package/build/components/Molecule/Pagination/Pagination.d.ts +4 -0
- package/build/components/Molecule/Pagination/Pagination.stories.d.ts +5 -0
- package/build/components/Molecule/Pagination/Pagination.test.d.ts +1 -0
- package/build/components/Molecule/Pagination/PaginationState.d.ts +4 -0
- package/build/components/Molecule/Pagination/const.d.ts +7 -0
- package/build/components/Molecule/Pagination/index.d.ts +2 -0
- package/build/components/Molecule/Pagination/types.d.ts +13 -0
- package/build/components/Molecule/Pagination/utils.d.ts +1 -0
- package/build/components/Molecule/Popover/Popover.d.ts +7 -0
- package/build/components/Molecule/Popover/Popover.stories.d.ts +40 -0
- package/build/components/Molecule/Popover/Popover.test.d.ts +1 -0
- package/build/components/Molecule/Popover/const.d.ts +10 -0
- package/build/components/Molecule/Popover/index.d.ts +2 -0
- package/build/components/Molecule/Popover/types.d.ts +21 -0
- package/build/components/Molecule/ProfileCard/ProfileCard.d.ts +4 -0
- package/build/components/Molecule/ProfileCard/ProfileCard.stories.d.ts +35 -0
- package/build/components/Molecule/ProfileCard/ProfileCard.test.d.ts +1 -0
- package/build/components/Molecule/ProfileCard/const.d.ts +18 -0
- package/build/components/Molecule/ProfileCard/index.d.ts +2 -0
- package/build/components/Molecule/ProfileCard/types.d.ts +16 -0
- package/build/components/Molecule/Sheet/Sheet.d.ts +16 -0
- package/build/components/Molecule/Sheet/Sheet.stories.d.ts +9 -0
- package/build/components/Molecule/Sheet/Sheet.test.d.ts +1 -0
- package/build/components/Molecule/Sheet/const.d.ts +8 -0
- package/build/components/Molecule/Sheet/index.d.ts +2 -0
- package/build/components/Molecule/Sheet/types.d.ts +33 -0
- package/build/components/Molecule/Skeleton/Skeleton.d.ts +4 -0
- package/build/components/Molecule/Skeleton/Skeleton.stories.d.ts +5 -0
- package/build/components/Molecule/Skeleton/Skeleton.test.d.ts +1 -0
- package/build/components/Molecule/Skeleton/const.d.ts +13 -0
- package/build/components/Molecule/Skeleton/index.d.ts +2 -0
- package/build/components/Molecule/Skeleton/types.d.ts +18 -0
- package/build/components/Molecule/Stepper/Stepper.d.ts +4 -0
- package/build/components/Molecule/Stepper/Stepper.stories.d.ts +5 -0
- package/build/components/Molecule/Stepper/Stepper.test.d.ts +1 -0
- package/build/components/Molecule/Stepper/const.d.ts +59 -0
- package/build/components/Molecule/Stepper/index.d.ts +2 -0
- package/build/components/Molecule/Stepper/types.d.ts +33 -0
- package/build/components/Molecule/Table/Table.d.ts +2 -1
- package/build/components/Molecule/Table/Table.types.d.ts +1 -0
- package/build/components/Molecule/Table/index.d.ts +2 -1
- package/build/components/Molecule/Tabs/Tabs.d.ts +4 -0
- package/build/components/Molecule/Tabs/Tabs.stories.d.ts +40 -0
- package/build/components/Molecule/Tabs/Tabs.test.d.ts +1 -0
- package/build/components/Molecule/Tabs/TabsData.d.ts +3 -0
- package/build/components/Molecule/Tabs/const.d.ts +10 -0
- package/build/components/Molecule/Tabs/index.d.ts +2 -0
- package/build/components/Molecule/Tabs/types.d.ts +16 -0
- package/build/components/Molecule/Tooltip/Tooltip.d.ts +3 -1
- package/build/components/Molecule/Tooltip/Tooltip.stories.d.ts +7 -3
- package/build/components/Molecule/Tooltip/index.d.ts +2 -1
- package/build/components/ui/alert-dialog.d.ts +20 -0
- package/build/components/ui/button.d.ts +11 -0
- package/build/components/ui/card.d.ts +8 -0
- package/build/components/ui/command.d.ts +80 -0
- package/build/components/ui/dialog.d.ts +19 -0
- package/build/components/ui/drawer.d.ts +22 -0
- package/build/components/ui/input-otp.d.ts +34 -0
- package/build/components/ui/pagination.d.ts +17 -0
- package/build/components/ui/popover.d.ts +7 -0
- package/build/components/ui/skeleton.d.ts +3 -0
- package/build/components/ui/tabs.d.ts +7 -0
- package/build/index.css +5 -0
- package/build/index.d.ts +22 -0
- package/build/index.esm.css +5 -0
- package/build/index.esm.js +29 -5
- package/build/index.esm.js.map +1 -1
- package/build/index.js +29 -5
- package/build/index.js.map +1 -1
- package/build/lib/utils.d.ts +2 -0
- package/build/tsconfig.prod.tsbuildinfo +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +87 -60
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datacrest/dcuikit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "UI Component library for DataCrest",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"install-peers": "install-peers",
|
|
15
15
|
"storybook": "storybook dev -p 6006",
|
|
16
16
|
"build-storybook": "storybook build",
|
|
17
|
-
"deploy-storybook": "storybook-to-ghpages --ci --source-branch main --dest-branch gh-pages",
|
|
18
17
|
"test": "npm run check:engine && npm run test:type-check && npm run test:lint && jest",
|
|
19
18
|
"test:report": "npm run test && open ./coverage/lcov-report/index.html",
|
|
20
19
|
"test:type-check": "npm run check:engine && tsc --project tsconfig.json --noEmit --skipLibCheck",
|
|
@@ -24,16 +23,39 @@
|
|
|
24
23
|
"test:us": "npm run check:engine && jest --updateSnapshot",
|
|
25
24
|
"build:types": "npm run check:engine && tsc --project tsconfig.prod.json --declaration --emitDeclarationOnly && tsc-alias -p tsconfig.aliases.json",
|
|
26
25
|
"build:js": "npm run check:engine && rollup --config rollup.config.js",
|
|
27
|
-
"build": "npm run check:engine && rm -rf ./build && npm run build:types && npm run build:js",
|
|
26
|
+
"build": "npm run check:engine && rm -rf ./build && npm run build:types && npm run build:js && rm -rf ./storybook-static && npm run build-storybook",
|
|
28
27
|
"format": "prettier --write .",
|
|
29
28
|
"format:check": "prettier --check .",
|
|
30
29
|
"check:engine": "check-engine"
|
|
31
30
|
},
|
|
32
31
|
"dependencies": {
|
|
33
|
-
"@
|
|
32
|
+
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
33
|
+
"@radix-ui/react-dialog": "^1.1.6",
|
|
34
|
+
"@radix-ui/react-icons": "^1.3.2",
|
|
35
|
+
"@radix-ui/react-popover": "^1.1.6",
|
|
36
|
+
"@radix-ui/react-radio-group": "^1.2.3",
|
|
37
|
+
"@radix-ui/react-slot": "^1.1.2",
|
|
38
|
+
"@radix-ui/react-switch": "^1.1.3",
|
|
39
|
+
"@radix-ui/react-tabs": "^1.1.3",
|
|
40
|
+
"@shadcn/ui": "^0.0.4",
|
|
41
|
+
"@storybook/react": "^8.6.9",
|
|
42
|
+
"class-variance-authority": "^0.7.1",
|
|
34
43
|
"classnames": "^2.5.1",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
44
|
+
"clsx": "^2.1.1",
|
|
45
|
+
"cmdk": "^1.1.1",
|
|
46
|
+
"date-fns": "^4.1.0",
|
|
47
|
+
"embla-carousel-react": "^8.5.2",
|
|
48
|
+
"input-otp": "^1.4.2",
|
|
49
|
+
"latest-version": "^9.0.0",
|
|
50
|
+
"lucide-react": "^0.483.0",
|
|
51
|
+
"rc-tooltip": "^6.4.0",
|
|
52
|
+
"react-day-picker": "^8.10.1",
|
|
53
|
+
"react-feather": "^2.0.10",
|
|
54
|
+
"react-icons": "^5.5.0",
|
|
55
|
+
"recharts": "^2.15.1",
|
|
56
|
+
"tailwind-merge": "^3.0.2",
|
|
57
|
+
"tailwindcss-animate": "^1.0.7",
|
|
58
|
+
"vaul": "^1.1.2"
|
|
37
59
|
},
|
|
38
60
|
"peerDependencies": {
|
|
39
61
|
"react": ">= 18.3.1",
|
|
@@ -41,72 +63,72 @@
|
|
|
41
63
|
},
|
|
42
64
|
"devDependencies": {
|
|
43
65
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
44
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
45
|
-
"@babel/preset-env": "^7.
|
|
46
|
-
"@babel/preset-react": "^7.
|
|
47
|
-
"@babel/preset-typescript": "^7.
|
|
48
|
-
"@babel/runtime": "^7.
|
|
49
|
-
"@chromatic-com/storybook": "^
|
|
50
|
-
"@rollup/plugin-alias": "^5.1.
|
|
66
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
67
|
+
"@babel/preset-env": "^7.26.9",
|
|
68
|
+
"@babel/preset-react": "^7.26.3",
|
|
69
|
+
"@babel/preset-typescript": "^7.27.0",
|
|
70
|
+
"@babel/runtime": "^7.27.0",
|
|
71
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
72
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
51
73
|
"@rollup/plugin-babel": "^6.0.4",
|
|
52
|
-
"@rollup/plugin-commonjs": "^
|
|
53
|
-
"@rollup/plugin-node-resolve": "^
|
|
54
|
-
"@rollup/plugin-typescript": "^
|
|
55
|
-
"@storybook/addon-actions": "^8.
|
|
56
|
-
"@storybook/addon-essentials": "^8.
|
|
57
|
-
"@storybook/addon-interactions": "^8.
|
|
58
|
-
"@storybook/addon-links": "^8.
|
|
59
|
-
"@storybook/blocks": "^8.
|
|
60
|
-
"@storybook/react-vite": "^8.
|
|
61
|
-
"@
|
|
62
|
-
"@testing-library/
|
|
63
|
-
"@
|
|
64
|
-
"@types/
|
|
65
|
-
"@types/
|
|
66
|
-
"@types/react": "^
|
|
67
|
-
"@
|
|
68
|
-
"@typescript-eslint/
|
|
69
|
-
"@
|
|
70
|
-
"
|
|
71
|
-
"autoprefixer": "^10.4.
|
|
74
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
75
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
76
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
77
|
+
"@storybook/addon-actions": "^8.6.9",
|
|
78
|
+
"@storybook/addon-essentials": "^8.6.9",
|
|
79
|
+
"@storybook/addon-interactions": "^8.6.9",
|
|
80
|
+
"@storybook/addon-links": "^8.6.9",
|
|
81
|
+
"@storybook/blocks": "^8.6.9",
|
|
82
|
+
"@storybook/react-vite": "^8.6.9",
|
|
83
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
84
|
+
"@testing-library/react": "^16.2.0",
|
|
85
|
+
"@types/jest": "^29.5.14",
|
|
86
|
+
"@types/node": "^22.13.13",
|
|
87
|
+
"@types/react": "^19.0.12",
|
|
88
|
+
"@types/react-dom": "^19.0.4",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
90
|
+
"@typescript-eslint/parser": "^8.28.0",
|
|
91
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
92
|
+
"acorn": "^8.14.1",
|
|
93
|
+
"autoprefixer": "^10.4.21",
|
|
72
94
|
"babel-jest": "^29.7.0",
|
|
73
|
-
"babel-loader": "^
|
|
95
|
+
"babel-loader": "^10.0.0",
|
|
74
96
|
"babel-plugin-import": "^1.13.8",
|
|
75
97
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
76
98
|
"babel-preset-react": "^6.24.1",
|
|
77
|
-
"check-engine": "^1.
|
|
78
|
-
"eslint": "^
|
|
99
|
+
"check-engine": "^1.14.0",
|
|
100
|
+
"eslint": "^9.23.0",
|
|
79
101
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
80
|
-
"eslint-config-next": "^
|
|
81
|
-
"eslint-config-prettier": "^
|
|
82
|
-
"eslint-plugin-import": "^2.
|
|
83
|
-
"eslint-plugin-jest": "^28.
|
|
84
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
85
|
-
"eslint-plugin-prettier": "^5.2.
|
|
86
|
-
"eslint-plugin-react": "^7.
|
|
87
|
-
"eslint-plugin-react-hooks": "^
|
|
88
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
89
|
-
"eslint-plugin-storybook": "^0.
|
|
102
|
+
"eslint-config-next": "^15.2.4",
|
|
103
|
+
"eslint-config-prettier": "^10.1.1",
|
|
104
|
+
"eslint-plugin-import": "^2.31.0",
|
|
105
|
+
"eslint-plugin-jest": "^28.11.0",
|
|
106
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
107
|
+
"eslint-plugin-prettier": "^5.2.5",
|
|
108
|
+
"eslint-plugin-react": "^7.37.4",
|
|
109
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
110
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
111
|
+
"eslint-plugin-storybook": "^0.11.6",
|
|
90
112
|
"install-peers-cli": "^2.2.0",
|
|
91
113
|
"jest": "^29.7.0",
|
|
92
114
|
"jest-environment-jsdom": "^29.7.0",
|
|
93
|
-
"postcss": "^8.
|
|
94
|
-
"prettier": "^3.
|
|
95
|
-
"prettier-plugin-organize-imports": "^4.
|
|
96
|
-
"prettier-plugin-sort-json": "^4.
|
|
97
|
-
"rollup": "^4.
|
|
115
|
+
"postcss": "^8.5.3",
|
|
116
|
+
"prettier": "^3.5.3",
|
|
117
|
+
"prettier-plugin-organize-imports": "^4.1.0",
|
|
118
|
+
"prettier-plugin-sort-json": "^4.1.1",
|
|
119
|
+
"rollup": "^4.37.0",
|
|
98
120
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
99
121
|
"rollup-plugin-postcss": "^4.0.2",
|
|
100
|
-
"rollup-plugin-size-snapshot": "^0.
|
|
122
|
+
"rollup-plugin-size-snapshot": "^0.2.1",
|
|
101
123
|
"rollup-plugin-terser": "^7.0.2",
|
|
102
124
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
103
|
-
"storybook": "^8.
|
|
104
|
-
"tailwindcss": "^3.4.
|
|
105
|
-
"tsc-alias": "^1.8.
|
|
106
|
-
"tsconfig-paths-webpack-plugin": "^4.
|
|
107
|
-
"typescript": "^5.
|
|
108
|
-
"vite": "^
|
|
109
|
-
"vite-tsconfig-paths": "^5.
|
|
125
|
+
"storybook": "^8.6.9",
|
|
126
|
+
"tailwindcss": "^3.4.16",
|
|
127
|
+
"tsc-alias": "^1.8.11",
|
|
128
|
+
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
129
|
+
"typescript": "^5.8.2",
|
|
130
|
+
"vite": "^6.2.3",
|
|
131
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
110
132
|
},
|
|
111
133
|
"jest": {
|
|
112
134
|
"testEnvironment": "jsdom",
|
|
@@ -128,7 +150,12 @@
|
|
|
128
150
|
],
|
|
129
151
|
"testPathIgnorePatterns": [
|
|
130
152
|
"/node_modules/",
|
|
131
|
-
"/build"
|
|
153
|
+
"/build",
|
|
154
|
+
"<rootDir>/src/components/ui/",
|
|
155
|
+
"<rootDir>/src/lib/"
|
|
156
|
+
],
|
|
157
|
+
"setupFilesAfterEnv": [
|
|
158
|
+
"<rootDir>/jest.setup.ts"
|
|
132
159
|
]
|
|
133
160
|
},
|
|
134
161
|
"repository": {
|