@mittwald/flow-react-components 0.1.0-alpha.104 → 0.1.0-alpha.105

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.104",
3
+ "version": "0.1.0-alpha.105",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -251,7 +251,7 @@
251
251
  },
252
252
  "dependencies": {
253
253
  "@chakra-ui/live-region": "^2.1.0",
254
- "@mittwald/react-tunnel": "^0.1.0-alpha.104",
254
+ "@mittwald/react-tunnel": "^0.1.0-alpha.105",
255
255
  "@mittwald/react-use-promise": "^2.3.13",
256
256
  "@react-aria/utils": "^3.24.0",
257
257
  "@react-types/shared": "^3.23.0",
@@ -275,7 +275,7 @@
275
275
  },
276
276
  "devDependencies": {
277
277
  "@faker-js/faker": "^8.4.1",
278
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.104",
278
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.105",
279
279
  "@mittwald/react-use-promise": "^2.3.13",
280
280
  "@nx/storybook": "^18.3.4",
281
281
  "@storybook/addon-a11y": "^8.0.9",
@@ -351,5 +351,5 @@
351
351
  "optional": true
352
352
  }
353
353
  },
354
- "gitHead": "c020cc6c42405bbd91b4d29013907a40f23f5b6f"
354
+ "gitHead": "cf45b5ec72aeb6ce8bfedf4ec94f86faa8b9b66e"
355
355
  }