@frontify/fondue 13.0.0-rc.13 → 13.0.0-rc.15

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.
@@ -412,7 +412,6 @@ const tailwindTokenReplacements = {
412
412
  "tw-([^-]+)-xs(?![a-zA-Z0-9-])": "tw-$1-x-small",
413
413
  "tw-([^-]+)-s(?![a-zA-Z0-9-])": "tw-$1-small",
414
414
  "tw-([^-]+)-m(?![a-zA-Z0-9-])": "tw-$1-medium",
415
- "tw-([^-]+)-l(?![a-zA-Z0-9-])": "tw-$1-large",
416
415
  "tw-([^-]+)-xl(?![a-zA-Z0-9-])": "tw-$1-x-large",
417
416
  "tw-([^-]+)-xxl(?![a-zA-Z0-9-])": "tw-$1-xx-large"
418
417
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/fondue",
3
3
  "type": "module",
4
- "version": "13.0.0-rc.13",
4
+ "version": "13.0.0-rc.15",
5
5
  "description": "Design system of Frontify",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "homepage": "https://github.com/Frontify/fondue",
@@ -116,7 +116,7 @@
116
116
  "commander": "^14.0.2",
117
117
  "date-fns": "^3.6.0",
118
118
  "execa": "^9.6.1",
119
- "immer": "^10.2.0",
119
+ "immer": "10.1.1",
120
120
  "jscodeshift": "^0.14.0",
121
121
  "lodash-es": "^4.17.22",
122
122
  "motion": "^12.23.27",
@@ -125,11 +125,11 @@
125
125
  "react-is": "^18.3.1",
126
126
  "react-popper": "^2.3.0",
127
127
  "react-textarea-autosize": "^8.5.9",
128
- "@frontify/fondue-charts": "^7.0.0-rc.4",
129
- "@frontify/fondue-components": "^25.0.0-rc.3",
130
- "@frontify/fondue-icons": "^0.23.0-rc.2",
131
- "@frontify/fondue-rte": "^0.0.1-rc.9",
132
- "@frontify/fondue-tokens": "^5.0.0-rc.3"
128
+ "@frontify/fondue-icons": "^0.23.0-rc.4",
129
+ "@frontify/fondue-charts": "^7.0.0-rc.6",
130
+ "@frontify/fondue-rte": "^0.0.1-rc.11",
131
+ "@frontify/fondue-components": "^25.0.0-rc.5",
132
+ "@frontify/fondue-tokens": "^5.0.0-rc.5"
133
133
  },
134
134
  "devDependencies": {
135
135
  "@babel/core": "^7.28.5",
@@ -177,7 +177,7 @@
177
177
  "vite-plugin-dts": "^4.5.4",
178
178
  "vite-plugin-static-copy": "^3.1.4",
179
179
  "vite-tsconfig-paths": "^5.1.4",
180
- "@frontify/fondue-icons": "^0.23.0-rc.2"
180
+ "@frontify/fondue-icons": "^0.23.0-rc.4"
181
181
  },
182
182
  "scripts": {
183
183
  "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 && pnpm build:package:rte && pnpm build:tools",