@frontify/fondue 12.0.4 → 12.0.5

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 Thu, 18 Apr 2024 13:11:13 GMT
3
+ * Generated on Thu, 18 Apr 2024 14:37:01 GMT
4
4
  */
5
5
 
6
6
  const plugin = require('tailwindcss/plugin')
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/fondue",
3
3
  "type": "module",
4
- "version": "12.0.4",
4
+ "version": "12.0.5",
5
5
  "description": "Design system of Frontify",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "homepage": "https://github.com/Frontify/fondue",
@@ -159,9 +159,9 @@
159
159
  "unified": "^10.1.2",
160
160
  "unist-util-visit": "^5.0.0",
161
161
  "xstate": "4.38.3",
162
- "@frontify/fondue-charts": "^1.8.2",
163
- "@frontify/fondue-components": "^1.1.0",
164
- "@frontify/fondue-icons": "^0.2.0",
162
+ "@frontify/fondue-charts": "^1.8.3",
163
+ "@frontify/fondue-components": "^1.1.1",
164
+ "@frontify/fondue-icons": "^0.2.1",
165
165
  "@frontify/fondue-tokens": "^3.5.0"
166
166
  },
167
167
  "devDependencies": {
@@ -223,7 +223,7 @@
223
223
  "vite-plugin-dts": "^3.8.1",
224
224
  "vite-plugin-static-copy": "^1.0.2",
225
225
  "vite-tsconfig-paths": "^4.3.2",
226
- "@frontify/fondue-icons": "^0.2.0"
226
+ "@frontify/fondue-icons": "^0.2.1"
227
227
  },
228
228
  "scripts": {
229
229
  "build": "pnpm clean && pnpm generate:icons && pnpm generate:componentsEnum && pnpm build:library && pnpm build:extractedThirdPartyStyles && pnpm build:package:components && pnpm build:package:icons && pnpm build:package:charts && pnpm build:package:tokens",