@frontify/fondue 12.5.1 → 12.5.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 07 Feb 2025 12:42:42 GMT
3
+ * Generated on Wed, 12 Feb 2025 13:48:41 GMT
4
4
  */
5
5
 
6
6
  import plugin from 'tailwindcss/plugin';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/fondue",
3
3
  "type": "module",
4
- "version": "12.5.1",
4
+ "version": "12.5.2",
5
5
  "description": "Design system of Frontify",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "homepage": "https://github.com/Frontify/fondue",
@@ -158,10 +158,10 @@
158
158
  "slate-react": "^0.102.0",
159
159
  "unified": "^10.1.2",
160
160
  "unist-util-visit": "^5.0.0",
161
+ "@frontify/fondue-components": "^13.0.0",
161
162
  "@frontify/fondue-charts": "^3.0.0",
162
- "@frontify/fondue-components": "^12.0.1",
163
- "@frontify/fondue-icons": "^0.12.0",
164
- "@frontify/fondue-tokens": "^3.7.0"
163
+ "@frontify/fondue-tokens": "^3.7.0",
164
+ "@frontify/fondue-icons": "^0.13.0"
165
165
  },
166
166
  "devDependencies": {
167
167
  "@babel/core": "^7.26.7",
@@ -222,7 +222,7 @@
222
222
  "vite-plugin-dts": "^4.5.0",
223
223
  "vite-plugin-static-copy": "^2.2.0",
224
224
  "vite-tsconfig-paths": "^5.1.4",
225
- "@frontify/fondue-icons": "^0.12.0"
225
+ "@frontify/fondue-icons": "^0.13.0"
226
226
  },
227
227
  "scripts": {
228
228
  "build": "pnpm clean && pnpm generate:icons && pnpm generate:componentsEnum && pnpm build:library && pnpm build:styles-with-tw && pnpm build:package:components && pnpm build:package:icons && pnpm build:package:charts && pnpm build:package:tokens",