@datacrest/dcuikit 0.1.0 → 0.1.2
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/Molecule/Card/types.d.ts +1 -1
- package/build/components/Molecule/Loader/types.d.ts +2 -1
- package/build/components/Molecule/Message/MessageManager.d.ts +1 -0
- package/build/index.css +1 -1
- package/build/index.esm.css +1 -1
- package/build/index.esm.js +13 -13
- package/build/index.esm.js.map +1 -1
- package/build/index.js +13 -13
- package/build/index.js.map +1 -1
- package/build/tsconfig.prod.tsbuildinfo +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datacrest/dcuikit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "UI Component library for DataCrest",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"@radix-ui/react-switch": "^1.1.3",
|
|
39
39
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
40
40
|
"@shadcn/ui": "^0.0.4",
|
|
41
|
-
"@storybook/react": "^8.6.
|
|
41
|
+
"@storybook/react": "^8.6.12",
|
|
42
42
|
"class-variance-authority": "^0.7.1",
|
|
43
43
|
"classnames": "^2.5.1",
|
|
44
44
|
"clsx": "^2.1.1",
|
|
45
45
|
"cmdk": "^1.1.1",
|
|
46
46
|
"date-fns": "^4.1.0",
|
|
47
|
-
"embla-carousel-react": "^8.
|
|
47
|
+
"embla-carousel-react": "^8.6.0",
|
|
48
48
|
"input-otp": "^1.4.2",
|
|
49
49
|
"latest-version": "^9.0.0",
|
|
50
|
-
"lucide-react": "^0.
|
|
50
|
+
"lucide-react": "^0.487.0",
|
|
51
51
|
"rc-tooltip": "^6.4.0",
|
|
52
52
|
"react-day-picker": "^8.10.1",
|
|
53
53
|
"react-feather": "^2.0.10",
|
|
54
54
|
"react-icons": "^5.5.0",
|
|
55
|
-
"recharts": "^2.15.
|
|
55
|
+
"recharts": "^2.15.2",
|
|
56
56
|
"tailwind-merge": "^3.0.2",
|
|
57
57
|
"tailwindcss-animate": "^1.0.7",
|
|
58
58
|
"vaul": "^1.1.2"
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
75
75
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
76
76
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
77
|
-
"@storybook/addon-actions": "^8.6.
|
|
78
|
-
"@storybook/addon-essentials": "^8.6.
|
|
79
|
-
"@storybook/addon-interactions": "^8.6.
|
|
80
|
-
"@storybook/addon-links": "^8.6.
|
|
81
|
-
"@storybook/blocks": "^8.6.
|
|
82
|
-
"@storybook/react-vite": "^8.6.
|
|
77
|
+
"@storybook/addon-actions": "^8.6.12",
|
|
78
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
79
|
+
"@storybook/addon-interactions": "^8.6.12",
|
|
80
|
+
"@storybook/addon-links": "^8.6.12",
|
|
81
|
+
"@storybook/blocks": "^8.6.12",
|
|
82
|
+
"@storybook/react-vite": "^8.6.12",
|
|
83
83
|
"@testing-library/jest-dom": "^6.6.3",
|
|
84
|
-
"@testing-library/react": "^16.
|
|
84
|
+
"@testing-library/react": "^16.3.0",
|
|
85
85
|
"@types/jest": "^29.5.14",
|
|
86
|
-
"@types/node": "^22.
|
|
87
|
-
"@types/react": "^19.0
|
|
88
|
-
"@types/react-dom": "^19.
|
|
89
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
90
|
-
"@typescript-eslint/parser": "^8.
|
|
86
|
+
"@types/node": "^22.14.0",
|
|
87
|
+
"@types/react": "^19.1.0",
|
|
88
|
+
"@types/react-dom": "^19.1.1",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
90
|
+
"@typescript-eslint/parser": "^8.29.1",
|
|
91
91
|
"@vitejs/plugin-react": "^4.3.4",
|
|
92
92
|
"acorn": "^8.14.1",
|
|
93
93
|
"autoprefixer": "^10.4.21",
|
|
@@ -97,18 +97,18 @@
|
|
|
97
97
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
98
98
|
"babel-preset-react": "^6.24.1",
|
|
99
99
|
"check-engine": "^1.14.0",
|
|
100
|
-
"eslint": "^9.
|
|
100
|
+
"eslint": "^9.24.0",
|
|
101
101
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
102
102
|
"eslint-config-next": "^15.2.4",
|
|
103
103
|
"eslint-config-prettier": "^10.1.1",
|
|
104
104
|
"eslint-plugin-import": "^2.31.0",
|
|
105
105
|
"eslint-plugin-jest": "^28.11.0",
|
|
106
106
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
107
|
-
"eslint-plugin-prettier": "^5.2.
|
|
108
|
-
"eslint-plugin-react": "^7.37.
|
|
107
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
108
|
+
"eslint-plugin-react": "^7.37.5",
|
|
109
109
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
110
110
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
111
|
-
"eslint-plugin-storybook": "^0.
|
|
111
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
112
112
|
"install-peers-cli": "^2.2.0",
|
|
113
113
|
"jest": "^29.7.0",
|
|
114
114
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -116,18 +116,18 @@
|
|
|
116
116
|
"prettier": "^3.5.3",
|
|
117
117
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
118
118
|
"prettier-plugin-sort-json": "^4.1.1",
|
|
119
|
-
"rollup": "^4.
|
|
119
|
+
"rollup": "^4.39.0",
|
|
120
120
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
121
121
|
"rollup-plugin-postcss": "^4.0.2",
|
|
122
122
|
"rollup-plugin-size-snapshot": "^0.2.1",
|
|
123
123
|
"rollup-plugin-terser": "^7.0.2",
|
|
124
124
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
125
|
-
"storybook": "^8.6.
|
|
125
|
+
"storybook": "^8.6.12",
|
|
126
126
|
"tailwindcss": "^3.4.16",
|
|
127
|
-
"tsc-alias": "^1.8.
|
|
127
|
+
"tsc-alias": "^1.8.13",
|
|
128
128
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
129
|
-
"typescript": "^5.8.
|
|
130
|
-
"vite": "^6.2.
|
|
129
|
+
"typescript": "^5.8.3",
|
|
130
|
+
"vite": "^6.2.5",
|
|
131
131
|
"vite-tsconfig-paths": "^5.1.4"
|
|
132
132
|
},
|
|
133
133
|
"jest": {
|