@mittwald/flow-react-components 0.2.0-alpha.742 → 0.2.0-alpha.743
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 +4 -0
- package/dist/assets/doc-properties.json +4197 -4197
- package/dist/js/react-hook-form.mjs +1 -14
- package/dist/js/react-hook-form.mjs.map +1 -1
- package/dist/types/integrations/react-hook-form/index.d.ts +1 -1
- package/dist/types/integrations/react-hook-form/index.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -7,20 +7,7 @@ export { FormSettingsProvider } from './components/src/integrations/react-hook-f
|
|
|
7
7
|
export { ResetButton } from './components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs';
|
|
8
8
|
export { FormRootError } from './components/src/integrations/react-hook-form/components/FormRootError/FormRootError.mjs';
|
|
9
9
|
export { useFormContext, useOptionalFormContext } from './components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs';
|
|
10
|
-
|
|
11
|
-
import 'react/jsx-runtime';
|
|
12
|
-
import 'react-aria';
|
|
13
|
-
import 'react';
|
|
14
|
-
import '@react-aria/live-announcer';
|
|
15
|
-
import 'mobx';
|
|
16
|
-
import './components/src/lib/propsContext/propsContext.mjs';
|
|
17
|
-
import 'remeda';
|
|
18
|
-
import '@react-aria/utils';
|
|
19
|
-
import 'dot-prop';
|
|
20
|
-
import './components/src/lib/controller/overlay/context.mjs';
|
|
21
|
-
import 'invariant';
|
|
22
|
-
import './components/src/components/Action/context.mjs';
|
|
23
|
-
import './components/src/components/Action/models/ActionStateContext.mjs';
|
|
10
|
+
export { useFormSubmitAction } from './components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs';
|
|
24
11
|
export { FormAction } from './components/src/integrations/react-hook-form/components/FormAction/FormAction.mjs';
|
|
25
12
|
export { flags } from './components/src/integrations/react-hook-form/flags.mjs';
|
|
26
13
|
//# sourceMappingURL=react-hook-form.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-hook-form.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"react-hook-form.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -4,7 +4,7 @@ export * from './components/SubmitButton';
|
|
|
4
4
|
export { FormSettingsProvider, type FormSettingsProviderProps, type SubmitInterceptor, type SubmitInterceptorContext, } from './components/FormSettingsProvider';
|
|
5
5
|
export * from './components/ResetButton';
|
|
6
6
|
export * from './components/FormRootError';
|
|
7
|
-
export { useFormContext, useOptionalFormContext, } from './components/FormContextProvider';
|
|
7
|
+
export { useFormContext, useOptionalFormContext, useFormSubmitAction, } from './components/FormContextProvider';
|
|
8
8
|
export * from './components/FormAction';
|
|
9
9
|
export { flags } from './flags';
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/integrations/react-hook-form/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,wBAAwB,GAC9B,MAAM,mCAAmC,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EACL,cAAc,EACd,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/integrations/react-hook-form/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,wBAAwB,GAC9B,MAAM,mCAAmC,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EACL,cAAc,EACd,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,kCAAkC,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.743",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
60
|
+
"@mittwald/flow-icons": "0.2.0-alpha.743",
|
|
61
61
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
62
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
62
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.743",
|
|
63
63
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
64
64
|
"@react-aria/form": "^3.1.3",
|
|
65
65
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@faker-js/faker": "^10.2.0",
|
|
105
105
|
"@internationalized/date": "^3.10.1",
|
|
106
106
|
"@mittwald/flow-core": "",
|
|
107
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
107
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.743",
|
|
108
108
|
"@mittwald/flow-icons-base": "",
|
|
109
109
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
110
110
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
"peerDependencies": {
|
|
159
159
|
"@internationalized/date": "^3.10.0",
|
|
160
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
160
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.742",
|
|
161
161
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
162
162
|
"next": "*",
|
|
163
163
|
"react": "^19.2.0",
|
|
@@ -178,5 +178,5 @@
|
|
|
178
178
|
"optional": true
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
|
-
"gitHead": "
|
|
181
|
+
"gitHead": "9f333c31c55e11c2481b7ae1082d58f420f47941"
|
|
182
182
|
}
|