@mittwald/flow-react-components 0.1.0-alpha.138 → 0.1.0-alpha.139

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.138",
3
+ "version": "0.1.0-alpha.139",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -275,7 +275,7 @@
275
275
  },
276
276
  "dependencies": {
277
277
  "@chakra-ui/live-region": "^2.1.0",
278
- "@mittwald/react-tunnel": "^0.1.0-alpha.138",
278
+ "@mittwald/react-tunnel": "^0.1.0-alpha.139",
279
279
  "@mittwald/react-use-promise": "^2.3.13",
280
280
  "@react-aria/utils": "^3.24.1",
281
281
  "@react-types/shared": "^3.23.1",
@@ -302,7 +302,7 @@
302
302
  },
303
303
  "devDependencies": {
304
304
  "@faker-js/faker": "^8.4.1",
305
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.138",
305
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.139",
306
306
  "@mittwald/react-use-promise": "^2.3.13",
307
307
  "@nx/storybook": "^19.1.2",
308
308
  "@storybook/addon-a11y": "^8.1.5",
@@ -378,5 +378,5 @@
378
378
  "optional": true
379
379
  }
380
380
  },
381
- "gitHead": "9c297320a5fa7e3ced8f2e275ad1e39a356a4621"
381
+ "gitHead": "7d8145a3236ade47017539c4383897c968d801d8"
382
382
  }