@frontify/fondue-components 22.1.0 → 22.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/dist/fondue-components11.js +40 -40
- package/dist/fondue-components11.js.map +1 -1
- package/dist/fondue-components34.js +2 -2
- package/dist/fondue-components39.js +1 -1
- package/dist/fondue-components42.js +1 -1
- package/dist/fondue-components44.js +1 -1
- package/dist/fondue-components56.js +12 -12
- package/dist/fondue-components75.js +20 -20
- package/dist/fondue-components85.js +2 -5
- package/dist/fondue-components85.js.map +1 -1
- package/dist/fondue-components86.js +16 -4
- package/dist/fondue-components86.js.map +1 -1
- package/dist/fondue-components87.js +5 -2
- package/dist/fondue-components87.js.map +1 -1
- package/dist/fondue-components88.js +4 -16
- package/dist/fondue-components88.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +27 -33
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "22.1.
|
|
4
|
+
"version": "22.1.2",
|
|
5
5
|
"homepage": "https://github.com/Frontify/fondue",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^18",
|
|
32
32
|
"react-dom": "^18",
|
|
33
|
-
"@frontify/fondue-icons": "^0.20.
|
|
34
|
-
"@frontify/fondue-tokens": "^4.2.
|
|
33
|
+
"@frontify/fondue-icons": "^0.20.1",
|
|
34
|
+
"@frontify/fondue-tokens": "^4.2.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
@@ -58,55 +58,49 @@
|
|
|
58
58
|
"tailwind-variants": "^0.3.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@babel/core": "^7.28.
|
|
62
|
-
"@etchteam/storybook-addon-status": "^
|
|
61
|
+
"@babel/core": "^7.28.4",
|
|
62
|
+
"@etchteam/storybook-addon-status": "^7.0.1",
|
|
63
63
|
"@frontify/eslint-config-react": "^1.0.4",
|
|
64
|
-
"@playwright/experimental-ct-react": "^1.
|
|
65
|
-
"@playwright/test": "^1.
|
|
66
|
-
"@storybook/addon-a11y": "^
|
|
67
|
-
"@storybook/addon-
|
|
68
|
-
"@storybook/addon-
|
|
69
|
-
"@storybook/
|
|
70
|
-
"@storybook/addon-links": "^8.6.14",
|
|
71
|
-
"@storybook/addon-storysource": "^8.6.14",
|
|
72
|
-
"@storybook/blocks": "^8.6.14",
|
|
73
|
-
"@storybook/manager-api": "^8.6.14",
|
|
74
|
-
"@storybook/react": "^8.6.14",
|
|
75
|
-
"@storybook/react-vite": "^8.6.14",
|
|
76
|
-
"@storybook/theming": "^8.6.14",
|
|
64
|
+
"@playwright/experimental-ct-react": "^1.56.0",
|
|
65
|
+
"@playwright/test": "^1.56.0",
|
|
66
|
+
"@storybook/addon-a11y": "^9.1.10",
|
|
67
|
+
"@storybook/addon-docs": "^9.1.10",
|
|
68
|
+
"@storybook/addon-links": "^9.1.10",
|
|
69
|
+
"@storybook/react-vite": "^9.1.10",
|
|
77
70
|
"@tailwindcss/forms": "^0.5.10",
|
|
78
71
|
"@testing-library/dom": "^10.4.1",
|
|
79
|
-
"@testing-library/jest-dom": "^6.
|
|
72
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
80
73
|
"@testing-library/react": "^16.3.0",
|
|
81
74
|
"@testing-library/user-event": "^14.6.1",
|
|
82
|
-
"@types/node": "^22.18.
|
|
83
|
-
"@types/react": "^18.3.
|
|
75
|
+
"@types/node": "^22.18.10",
|
|
76
|
+
"@types/react": "^18.3.26",
|
|
84
77
|
"@types/sinon": "^17.0.4",
|
|
85
|
-
"@vitejs/plugin-react": "^
|
|
78
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
86
79
|
"@vitest/coverage-v8": "^3.2.4",
|
|
87
80
|
"@vitest/ui": "^3.2.4",
|
|
81
|
+
"@vueless/storybook-dark-mode": "^9.0.9",
|
|
88
82
|
"autoprefixer": "^10.4.21",
|
|
89
|
-
"chalk": "^5.6.
|
|
90
|
-
"eslint": "^9.
|
|
83
|
+
"chalk": "^5.6.2",
|
|
84
|
+
"eslint": "^9.37.0",
|
|
91
85
|
"eslint-plugin-notice": "^1.0.0",
|
|
92
|
-
"happy-dom": "^
|
|
86
|
+
"happy-dom": "^20.0.0",
|
|
93
87
|
"postcss": "^8.5.6",
|
|
94
88
|
"postcss-import": "^16.1.1",
|
|
95
89
|
"prettier": "^3.6.2",
|
|
96
90
|
"react": "^18.3.1",
|
|
97
91
|
"react-dom": "^18.3.1",
|
|
98
|
-
"sass": "^1.
|
|
92
|
+
"sass": "^1.93.2",
|
|
99
93
|
"sinon": "^21.0.0",
|
|
100
|
-
"storybook": "^
|
|
101
|
-
"tailwindcss": "^3.4.
|
|
102
|
-
"tsx": "^4.20.
|
|
103
|
-
"typescript": "^5.9.
|
|
104
|
-
"vite": "^5.4.
|
|
94
|
+
"storybook": "^9.1.10",
|
|
95
|
+
"tailwindcss": "^3.4.18",
|
|
96
|
+
"tsx": "^4.20.6",
|
|
97
|
+
"typescript": "^5.9.3",
|
|
98
|
+
"vite": "^5.4.20",
|
|
105
99
|
"vite-plugin-dts": "^4.5.4",
|
|
106
100
|
"vite-tsconfig-paths": "^5.1.4",
|
|
107
101
|
"vitest": "^3.2.4",
|
|
108
|
-
"@frontify/fondue-
|
|
109
|
-
"@frontify/fondue-
|
|
102
|
+
"@frontify/fondue-tokens": "^4.2.3",
|
|
103
|
+
"@frontify/fondue-icons": "^0.20.1"
|
|
110
104
|
},
|
|
111
105
|
"scripts": {
|
|
112
106
|
"build": "vite build",
|