@validationcloud/fractal-ui 1.22.0 → 1.22.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/dist/components/badge/badge.stories.d.ts +1 -1
- package/dist/components/box/box.stories.d.ts +1 -1
- package/dist/components/button/button.stories.d.ts +1 -1
- package/dist/components/decorated-icon/decorated-icon.stories.d.ts +1 -1
- package/dist/components/icon/icon-showcase.stories.d.ts +1 -1
- package/dist/components/icon/icon.stories.d.ts +1 -1
- package/dist/components/input-button/input-button.stories.d.ts +1 -1
- package/dist/components/page-padding/page-padding.stories.d.ts +1 -1
- package/dist/components/protocol-logo/protocol-logo.stories.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area.stories.d.ts +6 -2
- package/dist/components/skeleton/skeleton.stories.d.ts +1 -1
- package/dist/components/text-input/text-input.stories.d.ts +1 -1
- package/dist/components/tooltip/tooltip.stories.d.ts +2 -2
- package/dist/fractal-ui.js +244 -6073
- package/package.json +28 -31
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@validationcloud/fractal-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.2",
|
|
5
5
|
"module": "./dist/fractal-ui.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -35,44 +35,41 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"radix-ui": "^1.4.2",
|
|
38
|
-
"react": "^19.
|
|
39
|
-
"react-dom": "^19.
|
|
40
|
-
"tailwind-merge": "^3.3.
|
|
38
|
+
"react": "^19.1.0",
|
|
39
|
+
"react-dom": "^19.1.0",
|
|
40
|
+
"tailwind-merge": "^3.3.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@eslint/js": "^9.
|
|
44
|
-
"@storybook/addon-
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@
|
|
47
|
-
"@storybook/blocks": "^8.6.14",
|
|
48
|
-
"@storybook/react": "^8.6.14",
|
|
49
|
-
"@storybook/react-vite": "^8.6.14",
|
|
50
|
-
"@storybook/test": "^8.6.14",
|
|
51
|
-
"@tailwindcss/postcss": "^4.1.7",
|
|
43
|
+
"@eslint/js": "^9.31.0",
|
|
44
|
+
"@storybook/addon-onboarding": "^9.0.17",
|
|
45
|
+
"@storybook/react-vite": "^9.0.17",
|
|
46
|
+
"@tailwindcss/postcss": "^4.1.11",
|
|
52
47
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
53
|
-
"@types/node": "^
|
|
54
|
-
"@types/react": "^19.1.
|
|
55
|
-
"@types/react-dom": "^19.1.
|
|
56
|
-
"@vitejs/plugin-react": "^4.
|
|
57
|
-
"eslint": "^9.
|
|
48
|
+
"@types/node": "^24.0.14",
|
|
49
|
+
"@types/react": "^19.1.8",
|
|
50
|
+
"@types/react-dom": "^19.1.6",
|
|
51
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
52
|
+
"eslint": "^9.31.0",
|
|
58
53
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
59
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
60
|
-
"eslint-plugin-storybook": "^0.
|
|
61
|
-
"globals": "^16.
|
|
62
|
-
"postcss": "^8.5.
|
|
63
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
54
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
55
|
+
"eslint-plugin-storybook": "^9.0.17",
|
|
56
|
+
"globals": "^16.3.0",
|
|
57
|
+
"postcss": "^8.5.6",
|
|
58
|
+
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
64
59
|
"rollup-plugin-copy": "^3.5.0",
|
|
65
60
|
"rollup-preserve-directives": "^1.1.3",
|
|
66
|
-
"storybook": "^
|
|
67
|
-
"tailwindcss": "^4.1.
|
|
61
|
+
"storybook": "^9.0.17",
|
|
62
|
+
"tailwindcss": "^4.1.11",
|
|
68
63
|
"typescript": "~5.8.3",
|
|
69
|
-
"typescript-eslint": "^8.
|
|
70
|
-
"vite": "^
|
|
71
|
-
"vite-plugin-dts": "^4.5.4"
|
|
64
|
+
"typescript-eslint": "^8.37.0",
|
|
65
|
+
"vite": "^7.0.4",
|
|
66
|
+
"vite-plugin-dts": "^4.5.4",
|
|
67
|
+
"@storybook/addon-docs": "^9.0.17"
|
|
72
68
|
},
|
|
73
69
|
"peerDependencies": {
|
|
74
|
-
"react": "^19.
|
|
75
|
-
"react-dom": "^19.
|
|
76
|
-
"
|
|
70
|
+
"react": "^19.1.0",
|
|
71
|
+
"react-dom": "^19.1.0",
|
|
72
|
+
"radix-ui": "^1.4.2",
|
|
73
|
+
"tailwind-merge": "^3.3.1"
|
|
77
74
|
}
|
|
78
75
|
}
|