@mittwald/flow-react-components 0.1.0-alpha.118 → 0.1.0-alpha.119

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.118",
3
+ "version": "0.1.0-alpha.119",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -255,7 +255,7 @@
255
255
  },
256
256
  "dependencies": {
257
257
  "@chakra-ui/live-region": "^2.1.0",
258
- "@mittwald/react-tunnel": "^0.1.0-alpha.118",
258
+ "@mittwald/react-tunnel": "^0.1.0-alpha.119",
259
259
  "@mittwald/react-use-promise": "^2.3.13",
260
260
  "@react-aria/utils": "^3.24.0",
261
261
  "@react-types/shared": "^3.23.0",
@@ -279,7 +279,7 @@
279
279
  },
280
280
  "devDependencies": {
281
281
  "@faker-js/faker": "^8.4.1",
282
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.118",
282
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.119",
283
283
  "@mittwald/react-use-promise": "^2.3.13",
284
284
  "@nx/storybook": "^19.0.3",
285
285
  "@storybook/addon-a11y": "^8.1.0",
@@ -355,5 +355,5 @@
355
355
  "optional": true
356
356
  }
357
357
  },
358
- "gitHead": "face36eb122e31d202a8bb93cc96cb4b21f1dcd8"
358
+ "gitHead": "2599f572b709064a2fe2c456db63fe8181aa23f7"
359
359
  }