@mittwald/flow-react-components 0.1.0-alpha.200 → 0.1.0-alpha.201

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.
@@ -107,7 +107,7 @@ function z(e) {
107
107
  return;
108
108
  }
109
109
  t.handleSubmit((o) => {
110
- const d = s(o);
110
+ const d = s(o, u);
111
111
  return i.current = d instanceof Promise, d;
112
112
  })(u);
113
113
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.200",
3
+ "version": "0.1.0-alpha.201",
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.200",
287
+ "@mittwald/react-tunnel": "^0.1.0-alpha.201",
288
288
  "@mittwald/react-use-promise": "^2.3.13",
289
289
  "@react-aria/utils": "^3.25.1",
290
290
  "@react-types/shared": "^3.24.1",
@@ -310,7 +310,7 @@
310
310
  },
311
311
  "devDependencies": {
312
312
  "@faker-js/faker": "^8.4.1",
313
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.200",
313
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.201",
314
314
  "@mittwald/react-use-promise": "^2.3.13",
315
315
  "@nx/storybook": "^19.5.6",
316
316
  "@storybook/addon-a11y": "^8.2.7",
@@ -388,5 +388,5 @@
388
388
  "optional": true
389
389
  }
390
390
  },
391
- "gitHead": "2b5a862fbd8114f0e843d38ba99dbfcffe1d4497"
391
+ "gitHead": "d13be5165ce131077e049cb1c01ea87700ee97ee"
392
392
  }