@frontify/fondue-components 22.1.1 → 22.2.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/fondue-components",
3
3
  "type": "module",
4
- "version": "22.1.1",
4
+ "version": "22.2.0",
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.0",
34
- "@frontify/fondue-tokens": "^4.2.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.3",
62
- "@etchteam/storybook-addon-status": "^5.0.0",
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.55.0",
65
- "@playwright/test": "^1.55.0",
66
- "@storybook/addon-a11y": "^8.6.14",
67
- "@storybook/addon-actions": "^8.6.14",
68
- "@storybook/addon-essentials": "^8.6.14",
69
- "@storybook/addon-interactions": "^8.6.14",
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.8.0",
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.0",
83
- "@types/react": "^18.3.24",
75
+ "@types/node": "^22.18.10",
76
+ "@types/react": "^18.3.26",
84
77
  "@types/sinon": "^17.0.4",
85
- "@vitejs/plugin-react": "^4.7.0",
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.0",
90
- "eslint": "^9.34.0",
83
+ "chalk": "^5.6.2",
84
+ "eslint": "^9.37.0",
91
85
  "eslint-plugin-notice": "^1.0.0",
92
- "happy-dom": "^18.0.1",
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.91.0",
92
+ "sass": "^1.93.2",
99
93
  "sinon": "^21.0.0",
100
- "storybook": "^8.6.14",
101
- "tailwindcss": "^3.4.17",
102
- "tsx": "^4.20.5",
103
- "typescript": "^5.9.2",
104
- "vite": "^5.4.19",
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-tokens": "^4.2.2",
109
- "@frontify/fondue-icons": "^0.20.0"
102
+ "@frontify/fondue-icons": "^0.20.1",
103
+ "@frontify/fondue-tokens": "^4.2.3"
110
104
  },
111
105
  "scripts": {
112
106
  "build": "vite build",