@frontify/fondue 13.7.9 → 13.7.10
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/packages/components/style.css +1 -1
- package/dist/packages/locales/de-CH.js +7 -4
- package/dist/packages/locales/de-CH.js.map +1 -1
- package/dist/packages/locales/de-DE.js +7 -4
- package/dist/packages/locales/de-DE.js.map +1 -1
- package/dist/packages/locales/en-US.d.ts +3 -0
- package/dist/packages/locales/en-US.js +5 -2
- package/dist/packages/locales/en-US.js.map +1 -1
- package/dist/packages/locales/es-ES.js +5 -2
- package/dist/packages/locales/es-ES.js.map +1 -1
- package/dist/packages/locales/fr-CH.js +3 -0
- package/dist/packages/locales/fr-CH.js.map +1 -1
- package/dist/packages/locales/fr-FR.js +3 -0
- package/dist/packages/locales/fr-FR.js.map +1 -1
- package/dist/packages/locales/it-CH.js +5 -2
- package/dist/packages/locales/it-CH.js.map +1 -1
- package/dist/packages/locales/it-IT.js +5 -2
- package/dist/packages/locales/it-IT.js.map +1 -1
- package/dist/packages/locales/nl-NL.js +3 -0
- package/dist/packages/locales/nl-NL.js.map +1 -1
- package/dist/packages/locales/pl-PL.js +5 -2
- package/dist/packages/locales/pl-PL.js.map +1 -1
- package/dist/packages/locales/pt-PT.js +5 -2
- package/dist/packages/locales/pt-PT.js.map +1 -1
- package/dist/packages/rte/style.css +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.7.
|
|
4
|
+
"version": "13.7.10",
|
|
5
5
|
"description": "Design system of Frontify",
|
|
6
6
|
"author": "Frontify Developers <developers@frontify.com>",
|
|
7
7
|
"homepage": "https://github.com/Frontify/fondue",
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
"react-is": "^18.3.1",
|
|
156
156
|
"react-popper": "^2.3.0",
|
|
157
157
|
"react-textarea-autosize": "^8.5.9",
|
|
158
|
-
"@frontify/fondue-
|
|
159
|
-
"@frontify/fondue-
|
|
158
|
+
"@frontify/fondue-charts": "^8.0.2",
|
|
159
|
+
"@frontify/fondue-components": "^32.1.0",
|
|
160
|
+
"@frontify/fondue-sdk": "^0.2.2",
|
|
160
161
|
"@frontify/fondue-rte": "^0.1.10",
|
|
161
162
|
"@frontify/fondue-tokens": "^5.1.2",
|
|
162
|
-
"@frontify/fondue-
|
|
163
|
-
"@frontify/fondue-sdk": "^0.2.1"
|
|
163
|
+
"@frontify/fondue-icons": "^0.28.2"
|
|
164
164
|
},
|
|
165
165
|
"devDependencies": {
|
|
166
166
|
"@babel/core": "^7.29.7",
|
|
@@ -168,10 +168,10 @@
|
|
|
168
168
|
"@frontify/oxfmt-config": "^0.0.2",
|
|
169
169
|
"@frontify/oxlint-config-basic": "^0.0.2",
|
|
170
170
|
"@frontify/oxlint-config-react": "^0.0.2",
|
|
171
|
-
"@storybook/addon-a11y": "^10.
|
|
172
|
-
"@storybook/addon-docs": "^10.
|
|
173
|
-
"@storybook/addon-links": "^10.
|
|
174
|
-
"@storybook/react-vite": "^10.
|
|
171
|
+
"@storybook/addon-a11y": "^10.6.0",
|
|
172
|
+
"@storybook/addon-docs": "^10.6.0",
|
|
173
|
+
"@storybook/addon-links": "^10.6.0",
|
|
174
|
+
"@storybook/react-vite": "^10.6.0",
|
|
175
175
|
"@tony.ganchev/eslint-plugin-header": "^3.4.4",
|
|
176
176
|
"@types/jscodeshift": "^17.3.0",
|
|
177
177
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"react": "^18.3.1",
|
|
198
198
|
"react-dom": "^18.3.1",
|
|
199
199
|
"rimraf": "^6.1.3",
|
|
200
|
-
"storybook": "^10.
|
|
200
|
+
"storybook": "^10.6.0",
|
|
201
201
|
"tailwindcss": "^3.4.19",
|
|
202
202
|
"ts-node": "^10.9.2",
|
|
203
203
|
"tsx": "^4.23.11",
|