@mittwald/flow-react-components 0.1.0-alpha.402 → 0.1.0-alpha.403

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.1.0-alpha.403](https://github.com/mittwald/flow/compare/0.1.0-alpha.402...0.1.0-alpha.403) (2025-01-24)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
6
15
  # [0.1.0-alpha.402](https://github.com/mittwald/flow/compare/0.1.0-alpha.401...0.1.0-alpha.402) (2025-01-24)
7
16
 
8
17
  ### Bug Fixes
@@ -121,5 +121,6 @@ function z(t) {
121
121
  export {
122
122
  D as Field,
123
123
  z as Form,
124
- _ as typedField
124
+ _ as typedField,
125
+ f as useFormContext
125
126
  };
@@ -1,2 +1,3 @@
1
1
  export * from './components/Field';
2
2
  export * from './components/Form';
3
+ export { useFormContext } from './components/context/formContext';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.402",
3
+ "version": "0.1.0-alpha.403",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -425,7 +425,7 @@
425
425
  "@chakra-ui/live-region": "^2.1.0",
426
426
  "@internationalized/date": "^3.6.0",
427
427
  "@internationalized/string-compiler": "^3.2.6",
428
- "@mittwald/react-tunnel": "^0.1.0-alpha.402",
428
+ "@mittwald/react-tunnel": "^0.1.0-alpha.403",
429
429
  "@mittwald/react-use-promise": "^2.6.0",
430
430
  "@react-aria/form": "^3.0.11",
431
431
  "@react-aria/utils": "^3.26.0",
@@ -456,7 +456,7 @@
456
456
  },
457
457
  "devDependencies": {
458
458
  "@faker-js/faker": "^9.2.0",
459
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.402",
459
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.403",
460
460
  "@mittwald/react-use-promise": "^2.6.0",
461
461
  "@nx/storybook": "^20.1.3",
462
462
  "@storybook/addon-a11y": "^8.4.5",
@@ -551,5 +551,5 @@
551
551
  }
552
552
  }
553
553
  },
554
- "gitHead": "cd1cb82332e85eb26864439d1d581269e6a2c5ad"
554
+ "gitHead": "11be372773a8c4bcd6a2a58bc9f0b24174984e92"
555
555
  }