@mittwald/flow-remote-react-components 0.2.0-alpha.581 → 0.2.0-alpha.583
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/dist/js/auto-generated/ClearPropsContext.mjs +20 -0
- package/dist/js/auto-generated/ClearPropsContext.mjs.map +1 -0
- package/dist/js/auto-generated/index.mjs +1 -0
- package/dist/js/auto-generated/index.mjs.map +1 -1
- package/dist/js/index.mjs +1 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/integrations/react-hook-form/ResetButton/ResetButton.mjs +1 -0
- package/dist/js/integrations/react-hook-form/ResetButton/ResetButton.mjs.map +1 -1
- package/dist/js/integrations/react-hook-form/SubmitButton/SubmitButton.mjs +1 -0
- package/dist/js/integrations/react-hook-form/SubmitButton/SubmitButton.mjs.map +1 -1
- package/dist/types/auto-generated/ClearPropsContext.d.ts +4 -0
- package/dist/types/auto-generated/ClearPropsContext.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +1 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
'use client';
|
|
4
|
+
import { createFlowRemoteComponent } from '../components/createFlowRemoteComponent.mjs';
|
|
5
|
+
import { RemoteClearPropsContextElement } from '@mittwald/flow-remote-elements';
|
|
6
|
+
|
|
7
|
+
const ClearPropsContext = createFlowRemoteComponent(
|
|
8
|
+
"flr-clear-props-context",
|
|
9
|
+
"ClearPropsContext",
|
|
10
|
+
RemoteClearPropsContextElement,
|
|
11
|
+
{
|
|
12
|
+
slotProps: {
|
|
13
|
+
wrapper: "flr-slot-root-wrapper"
|
|
14
|
+
},
|
|
15
|
+
eventProps: {}
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export { ClearPropsContext };
|
|
20
|
+
//# sourceMappingURL=ClearPropsContext.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClearPropsContext.mjs","sources":["../../../src/auto-generated/ClearPropsContext.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\n\"use client\";\nimport createFlowRemoteComponent from \"@/components/createFlowRemoteComponent\";\nimport { RemoteClearPropsContextElement } from \"@mittwald/flow-remote-elements\";\nexport { type RemoteClearPropsContextElement } from \"@mittwald/flow-remote-elements\";\n\nexport const ClearPropsContext = createFlowRemoteComponent(\n \"flr-clear-props-context\",\n \"ClearPropsContext\",\n RemoteClearPropsContextElement,\n {\n slotProps: {\n wrapper: \"flr-slot-root-wrapper\",\n },\n eventProps: {},\n },\n);\n"],"names":[],"mappings":";;;;AAOO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAoB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAA,CAAA,CAC/B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAA,CAAA,CACA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAA,CAAA,CACA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAA,CAAA,CACA;AAAA,CAAA,CAAA,CAAA,CACE,SAAA,CAAA,CAAW;AAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CACT,OAAA,CAAA,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAA,CAAA,CAAA,CAAA,CAAA,CACX;AAAA,CAAA,CAAA,CAAA,CACA,YAAY,CAAA;AAAC,CAAA,CAAA;AAEjB,CAAA;;"}
|
|
@@ -21,6 +21,7 @@ export { Chat } from './Chat.mjs';
|
|
|
21
21
|
export { Checkbox } from './Checkbox.mjs';
|
|
22
22
|
export { CheckboxButton } from './CheckboxButton.mjs';
|
|
23
23
|
export { CheckboxGroup } from './CheckboxGroup.mjs';
|
|
24
|
+
export { ClearPropsContext } from './ClearPropsContext.mjs';
|
|
24
25
|
export { CodeBlock } from './CodeBlock.mjs';
|
|
25
26
|
export { Color } from './Color.mjs';
|
|
26
27
|
export { ColumnLayout } from './ColumnLayout.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/js/index.mjs
CHANGED
|
@@ -21,6 +21,7 @@ export { Chat } from './auto-generated/Chat.mjs';
|
|
|
21
21
|
export { Checkbox } from './auto-generated/Checkbox.mjs';
|
|
22
22
|
export { CheckboxButton } from './auto-generated/CheckboxButton.mjs';
|
|
23
23
|
export { CheckboxGroup } from './auto-generated/CheckboxGroup.mjs';
|
|
24
|
+
export { ClearPropsContext } from './auto-generated/ClearPropsContext.mjs';
|
|
24
25
|
export { CodeBlock } from './auto-generated/CodeBlock.mjs';
|
|
25
26
|
export { Color } from './auto-generated/Color.mjs';
|
|
26
27
|
export { ColumnLayout } from './auto-generated/ColumnLayout.mjs';
|
package/dist/js/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -25,6 +25,7 @@ import '../../../auto-generated/Chat.mjs';
|
|
|
25
25
|
import '../../../auto-generated/Checkbox.mjs';
|
|
26
26
|
import '../../../auto-generated/CheckboxButton.mjs';
|
|
27
27
|
import '../../../auto-generated/CheckboxGroup.mjs';
|
|
28
|
+
import '../../../auto-generated/ClearPropsContext.mjs';
|
|
28
29
|
import '../../../auto-generated/CodeBlock.mjs';
|
|
29
30
|
import '../../../auto-generated/Color.mjs';
|
|
30
31
|
import '../../../auto-generated/ColumnLayout.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetButton.mjs","sources":["../../../../../src/integrations/react-hook-form/ResetButton/ResetButton.tsx"],"sourcesContent":["import React from \"react\";\nimport { Button as RemoteButton } from \"@/auto-generated\";\nimport { ResetButton as FlowRhfResetButton } from \"@mittwald/flow-react-components/react-hook-form\";\nexport { type RemoteButtonElementProps } from \"@mittwald/flow-remote-elements\";\n\nexport const ResetButton: typeof FlowRhfResetButton = (props) => {\n const { ...rest } = props;\n\n return (\n <FlowRhfResetButton\n {...rest}\n buttonComponent={(p) => <RemoteButton {...p} />}\n />\n );\n};\n\nexport default ResetButton;\n"],"names":["FlowRhfResetButton","RemoteButton"],"mappings":"
|
|
1
|
+
{"version":3,"file":"ResetButton.mjs","sources":["../../../../../src/integrations/react-hook-form/ResetButton/ResetButton.tsx"],"sourcesContent":["import React from \"react\";\nimport { Button as RemoteButton } from \"@/auto-generated\";\nimport { ResetButton as FlowRhfResetButton } from \"@mittwald/flow-react-components/react-hook-form\";\nexport { type RemoteButtonElementProps } from \"@mittwald/flow-remote-elements\";\n\nexport const ResetButton: typeof FlowRhfResetButton = (props) => {\n const { ...rest } = props;\n\n return (\n <FlowRhfResetButton\n {...rest}\n buttonComponent={(p) => <RemoteButton {...p} />}\n />\n );\n};\n\nexport default ResetButton;\n"],"names":["FlowRhfResetButton","RemoteButton"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKO,MAAM,WAAA,GAAyC,CAAC,KAAA,KAAU;AAC/D,EAAA,MAAM,EAAE,GAAG,IAAA,EAAK,GAAI,KAAA;AAEpB,EAAA,uBACE,GAAA;AAAA,IAACA,aAAA;AAAA,IAAA;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,iBAAiB,CAAC,CAAA,qBAAM,GAAA,CAACC,MAAA,EAAA,EAAc,GAAG,CAAA,EAAG;AAAA;AAAA,GAC/C;AAEJ;;;;"}
|
|
@@ -25,6 +25,7 @@ import '../../../auto-generated/Chat.mjs';
|
|
|
25
25
|
import '../../../auto-generated/Checkbox.mjs';
|
|
26
26
|
import '../../../auto-generated/CheckboxButton.mjs';
|
|
27
27
|
import '../../../auto-generated/CheckboxGroup.mjs';
|
|
28
|
+
import '../../../auto-generated/ClearPropsContext.mjs';
|
|
28
29
|
import '../../../auto-generated/CodeBlock.mjs';
|
|
29
30
|
import '../../../auto-generated/Color.mjs';
|
|
30
31
|
import '../../../auto-generated/ColumnLayout.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubmitButton.mjs","sources":["../../../../../src/integrations/react-hook-form/SubmitButton/SubmitButton.tsx"],"sourcesContent":["import React from \"react\";\nimport { Button as RemoteButton } from \"@/auto-generated\";\nimport { SubmitButton as FlowRhfSubmitButton } from \"@mittwald/flow-react-components/react-hook-form\";\nexport { type RemoteButtonElementProps } from \"@mittwald/flow-remote-elements\";\n\nexport const SubmitButton: typeof FlowRhfSubmitButton = (props) => {\n const { ...rest } = props;\n\n return (\n <FlowRhfSubmitButton\n {...rest}\n buttonComponent={(p) => <RemoteButton {...p} />}\n />\n );\n};\n\nexport default SubmitButton;\n"],"names":["FlowRhfSubmitButton","RemoteButton"],"mappings":"
|
|
1
|
+
{"version":3,"file":"SubmitButton.mjs","sources":["../../../../../src/integrations/react-hook-form/SubmitButton/SubmitButton.tsx"],"sourcesContent":["import React from \"react\";\nimport { Button as RemoteButton } from \"@/auto-generated\";\nimport { SubmitButton as FlowRhfSubmitButton } from \"@mittwald/flow-react-components/react-hook-form\";\nexport { type RemoteButtonElementProps } from \"@mittwald/flow-remote-elements\";\n\nexport const SubmitButton: typeof FlowRhfSubmitButton = (props) => {\n const { ...rest } = props;\n\n return (\n <FlowRhfSubmitButton\n {...rest}\n buttonComponent={(p) => <RemoteButton {...p} />}\n />\n );\n};\n\nexport default SubmitButton;\n"],"names":["FlowRhfSubmitButton","RemoteButton"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKO,MAAM,YAAA,GAA2C,CAAC,KAAA,KAAU;AACjE,EAAA,MAAM,EAAE,GAAG,IAAA,EAAK,GAAI,KAAA;AAEpB,EAAA,uBACE,GAAA;AAAA,IAACA,cAAA;AAAA,IAAA;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,iBAAiB,CAAC,CAAA,qBAAM,GAAA,CAACC,MAAA,EAAA,EAAc,GAAG,CAAA,EAAG;AAAA;AAAA,GAC/C;AAEJ;;;;"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { RemoteClearPropsContextElement } from '@mittwald/flow-remote-elements';
|
|
2
|
+
export { type RemoteClearPropsContextElement } from '@mittwald/flow-remote-elements';
|
|
3
|
+
export declare const ClearPropsContext: import('@mittwald/remote-dom-react').RemoteComponentTypeFromElementConstructor<typeof RemoteClearPropsContextElement>;
|
|
4
|
+
//# sourceMappingURL=ClearPropsContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClearPropsContext.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/ClearPropsContext.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAErF,eAAO,MAAM,iBAAiB,uHAU7B,CAAC"}
|
|
@@ -21,6 +21,7 @@ export * from './Chat';
|
|
|
21
21
|
export * from './Checkbox';
|
|
22
22
|
export * from './CheckboxButton';
|
|
23
23
|
export * from './CheckboxGroup';
|
|
24
|
+
export * from './ClearPropsContext';
|
|
24
25
|
export * from './CodeBlock';
|
|
25
26
|
export * from './Color';
|
|
26
27
|
export * from './ColumnLayout';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"AAEA,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iCAAiC,CAAC;AAChD,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.583",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"test:unit": "exit 0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@mittwald/flow-react-components": "0.2.0-alpha.
|
|
40
|
-
"@mittwald/flow-remote-core": "0.2.0-alpha.
|
|
41
|
-
"@mittwald/flow-remote-elements": "0.2.0-alpha.
|
|
39
|
+
"@mittwald/flow-react-components": "0.2.0-alpha.583",
|
|
40
|
+
"@mittwald/flow-remote-core": "0.2.0-alpha.583",
|
|
41
|
+
"@mittwald/flow-remote-elements": "0.2.0-alpha.583",
|
|
42
42
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
43
43
|
"@types/react": "^19.2.6",
|
|
44
44
|
"react-error-boundary": "^6.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@internationalized/date": "^3.10.0",
|
|
48
|
-
"@mittwald/ext-bridge": "0.2.0-alpha.
|
|
49
|
-
"@mittwald/flow-remote-react-renderer": "0.2.0-alpha.
|
|
48
|
+
"@mittwald/ext-bridge": "0.2.0-alpha.583",
|
|
49
|
+
"@mittwald/flow-remote-react-renderer": "0.2.0-alpha.583",
|
|
50
50
|
"@mittwald/typescript-config": "",
|
|
51
51
|
"@types/node": "^24.10.1",
|
|
52
52
|
"@types/react-dom": "^19.2.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@internationalized/date": "^3.10.0",
|
|
77
|
-
"@mittwald/ext-bridge": "0.2.0-alpha.
|
|
77
|
+
"@mittwald/ext-bridge": "0.2.0-alpha.582",
|
|
78
78
|
"react": "^19.2.0",
|
|
79
79
|
"react-hook-form": "*"
|
|
80
80
|
},
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"optional": true
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "7a5c7879ca96229a7d3df36fc86a9f15d2f01e63"
|
|
93
93
|
}
|