@mittwald/flow-react-components 0.1.0-alpha.281 → 0.1.0-alpha.282

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.281",
3
+ "version": "0.1.0-alpha.282",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -313,7 +313,7 @@
313
313
  "@chakra-ui/live-region": "^2.1.0",
314
314
  "@internationalized/date": "^3.5.6",
315
315
  "@internationalized/string-compiler": "^3.2.5",
316
- "@mittwald/react-tunnel": "^0.1.0-alpha.281",
316
+ "@mittwald/react-tunnel": "^0.1.0-alpha.282",
317
317
  "@mittwald/react-use-promise": "^2.5.0",
318
318
  "@react-aria/utils": "^3.25.3",
319
319
  "@react-types/shared": "^3.25.0",
@@ -340,7 +340,7 @@
340
340
  },
341
341
  "devDependencies": {
342
342
  "@faker-js/faker": "^9.0.3",
343
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.281",
343
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.282",
344
344
  "@mittwald/react-use-promise": "^2.5.0",
345
345
  "@nx/storybook": "^20.0.0",
346
346
  "@storybook/addon-a11y": "^8.3.5",
@@ -384,7 +384,7 @@
384
384
  "react-dom": "^18.3.1",
385
385
  "react-element-to-jsx-string": "^15.0.0",
386
386
  "react-hook-form": "^7.53.0",
387
- "rollup": "~4.21.3",
387
+ "rollup": "~4.24.0",
388
388
  "sass": "^1.79.4",
389
389
  "storybook": "^8.3.5",
390
390
  "storybook-addon-rtl": "^1.0.1",
@@ -417,5 +417,5 @@
417
417
  "optional": true
418
418
  }
419
419
  },
420
- "gitHead": "c87c3d73fea80d4f66968507f375565ea7ee4453"
420
+ "gitHead": "4b4f6e2e28e28f442776d8d938babd6d9dbc612b"
421
421
  }