@mittwald/flow-react-components 0.1.0-alpha.188 → 0.1.0-alpha.189

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.188",
3
+ "version": "0.1.0-alpha.189",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -284,7 +284,7 @@
284
284
  "dependencies": {
285
285
  "@chakra-ui/live-region": "^2.1.0",
286
286
  "@internationalized/string-compiler": "^3.2.4",
287
- "@mittwald/react-tunnel": "^0.1.0-alpha.188",
287
+ "@mittwald/react-tunnel": "^0.1.0-alpha.189",
288
288
  "@mittwald/react-use-promise": "^2.3.13",
289
289
  "@react-aria/utils": "^3.24.1",
290
290
  "@react-types/shared": "^3.23.1",
@@ -311,7 +311,7 @@
311
311
  },
312
312
  "devDependencies": {
313
313
  "@faker-js/faker": "^8.4.1",
314
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.188",
314
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.189",
315
315
  "@mittwald/react-use-promise": "^2.3.13",
316
316
  "@nx/storybook": "^19.5.0",
317
317
  "@storybook/addon-a11y": "^8.2.4",
@@ -388,5 +388,5 @@
388
388
  "optional": true
389
389
  }
390
390
  },
391
- "gitHead": "d138753c1bbd4a33709f4a559b5a74fe0cec1d43"
391
+ "gitHead": "2e1a94e382dadaca97062a27e484331556350cd5"
392
392
  }