@mittwald/flow-react-components 0.2.0-alpha.162 → 0.2.0-alpha.164
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 +8 -0
- package/dist/assets/doc-properties.json +397 -397
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.164](https://github.com/mittwald/flow/compare/0.2.0-alpha.163...0.2.0-alpha.164) (2025-04-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.163](https://github.com/mittwald/flow/compare/0.2.0-alpha.162...0.2.0-alpha.163) (2025-04-28)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.162](https://github.com/mittwald/flow/compare/0.2.0-alpha.161...0.2.0-alpha.162) (2025-04-26)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -50990,6 +50990,51 @@
|
|
|
50990
50990
|
}
|
|
50991
50991
|
}
|
|
50992
50992
|
},
|
|
50993
|
+
{
|
|
50994
|
+
"tags": {
|
|
50995
|
+
"flr-generate": "all"
|
|
50996
|
+
},
|
|
50997
|
+
"filePath": "src/components/MessageSeparator/MessageSeparator.tsx",
|
|
50998
|
+
"description": "",
|
|
50999
|
+
"displayName": "MessageSeparator",
|
|
51000
|
+
"methods": [],
|
|
51001
|
+
"props": {
|
|
51002
|
+
"children": {
|
|
51003
|
+
"defaultValue": null,
|
|
51004
|
+
"description": "",
|
|
51005
|
+
"name": "children",
|
|
51006
|
+
"declarations": [
|
|
51007
|
+
{
|
|
51008
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
51009
|
+
"name": "TypeLiteral"
|
|
51010
|
+
}
|
|
51011
|
+
],
|
|
51012
|
+
"required": false,
|
|
51013
|
+
"type": {
|
|
51014
|
+
"name": "ReactNode"
|
|
51015
|
+
}
|
|
51016
|
+
},
|
|
51017
|
+
"className": {
|
|
51018
|
+
"defaultValue": null,
|
|
51019
|
+
"description": "The elements class name.",
|
|
51020
|
+
"name": "className",
|
|
51021
|
+
"parent": {
|
|
51022
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
51023
|
+
"name": "PropsWithClassName"
|
|
51024
|
+
},
|
|
51025
|
+
"declarations": [
|
|
51026
|
+
{
|
|
51027
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
51028
|
+
"name": "PropsWithClassName"
|
|
51029
|
+
}
|
|
51030
|
+
],
|
|
51031
|
+
"required": false,
|
|
51032
|
+
"type": {
|
|
51033
|
+
"name": "string"
|
|
51034
|
+
}
|
|
51035
|
+
}
|
|
51036
|
+
}
|
|
51037
|
+
},
|
|
50993
51038
|
{
|
|
50994
51039
|
"tags": {
|
|
50995
51040
|
"flr-generate": "all",
|
|
@@ -51112,51 +51157,6 @@
|
|
|
51112
51157
|
}
|
|
51113
51158
|
}
|
|
51114
51159
|
},
|
|
51115
|
-
{
|
|
51116
|
-
"tags": {
|
|
51117
|
-
"flr-generate": "all"
|
|
51118
|
-
},
|
|
51119
|
-
"filePath": "src/components/MessageSeparator/MessageSeparator.tsx",
|
|
51120
|
-
"description": "",
|
|
51121
|
-
"displayName": "MessageSeparator",
|
|
51122
|
-
"methods": [],
|
|
51123
|
-
"props": {
|
|
51124
|
-
"children": {
|
|
51125
|
-
"defaultValue": null,
|
|
51126
|
-
"description": "",
|
|
51127
|
-
"name": "children",
|
|
51128
|
-
"declarations": [
|
|
51129
|
-
{
|
|
51130
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
51131
|
-
"name": "TypeLiteral"
|
|
51132
|
-
}
|
|
51133
|
-
],
|
|
51134
|
-
"required": false,
|
|
51135
|
-
"type": {
|
|
51136
|
-
"name": "ReactNode"
|
|
51137
|
-
}
|
|
51138
|
-
},
|
|
51139
|
-
"className": {
|
|
51140
|
-
"defaultValue": null,
|
|
51141
|
-
"description": "The elements class name.",
|
|
51142
|
-
"name": "className",
|
|
51143
|
-
"parent": {
|
|
51144
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
51145
|
-
"name": "PropsWithClassName"
|
|
51146
|
-
},
|
|
51147
|
-
"declarations": [
|
|
51148
|
-
{
|
|
51149
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
51150
|
-
"name": "PropsWithClassName"
|
|
51151
|
-
}
|
|
51152
|
-
],
|
|
51153
|
-
"required": false,
|
|
51154
|
-
"type": {
|
|
51155
|
-
"name": "string"
|
|
51156
|
-
}
|
|
51157
|
-
}
|
|
51158
|
-
}
|
|
51159
|
-
},
|
|
51160
51160
|
{
|
|
51161
51161
|
"tags": {
|
|
51162
51162
|
"flr-generate": "all",
|
|
@@ -178691,358 +178691,6 @@
|
|
|
178691
178691
|
}
|
|
178692
178692
|
}
|
|
178693
178693
|
},
|
|
178694
|
-
{
|
|
178695
|
-
"tags": {},
|
|
178696
|
-
"filePath": "src/components/Action/ActionStateContext.tsx",
|
|
178697
|
-
"description": "",
|
|
178698
|
-
"displayName": "ActionStateContext",
|
|
178699
|
-
"methods": [],
|
|
178700
|
-
"props": {
|
|
178701
|
-
"isStarted": {
|
|
178702
|
-
"defaultValue": null,
|
|
178703
|
-
"description": "",
|
|
178704
|
-
"name": "isStarted",
|
|
178705
|
-
"parent": {
|
|
178706
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
178707
|
-
"name": "Props"
|
|
178708
|
-
},
|
|
178709
|
-
"declarations": [
|
|
178710
|
-
{
|
|
178711
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
178712
|
-
"name": "Props"
|
|
178713
|
-
}
|
|
178714
|
-
],
|
|
178715
|
-
"required": false,
|
|
178716
|
-
"type": {
|
|
178717
|
-
"name": "boolean"
|
|
178718
|
-
}
|
|
178719
|
-
},
|
|
178720
|
-
"hasSucceeded": {
|
|
178721
|
-
"defaultValue": null,
|
|
178722
|
-
"description": "",
|
|
178723
|
-
"name": "hasSucceeded",
|
|
178724
|
-
"parent": {
|
|
178725
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
178726
|
-
"name": "Props"
|
|
178727
|
-
},
|
|
178728
|
-
"declarations": [
|
|
178729
|
-
{
|
|
178730
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
178731
|
-
"name": "Props"
|
|
178732
|
-
}
|
|
178733
|
-
],
|
|
178734
|
-
"required": false,
|
|
178735
|
-
"type": {
|
|
178736
|
-
"name": "boolean"
|
|
178737
|
-
}
|
|
178738
|
-
},
|
|
178739
|
-
"hasFailedWithError": {
|
|
178740
|
-
"defaultValue": null,
|
|
178741
|
-
"description": "",
|
|
178742
|
-
"name": "hasFailedWithError",
|
|
178743
|
-
"parent": {
|
|
178744
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
178745
|
-
"name": "Props"
|
|
178746
|
-
},
|
|
178747
|
-
"declarations": [
|
|
178748
|
-
{
|
|
178749
|
-
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
178750
|
-
"name": "Props"
|
|
178751
|
-
}
|
|
178752
|
-
],
|
|
178753
|
-
"required": false,
|
|
178754
|
-
"type": {
|
|
178755
|
-
"name": "unknown"
|
|
178756
|
-
}
|
|
178757
|
-
},
|
|
178758
|
-
"children": {
|
|
178759
|
-
"defaultValue": null,
|
|
178760
|
-
"description": "",
|
|
178761
|
-
"name": "children",
|
|
178762
|
-
"declarations": [
|
|
178763
|
-
{
|
|
178764
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
178765
|
-
"name": "TypeLiteral"
|
|
178766
|
-
}
|
|
178767
|
-
],
|
|
178768
|
-
"required": false,
|
|
178769
|
-
"type": {
|
|
178770
|
-
"name": "ReactNode"
|
|
178771
|
-
}
|
|
178772
|
-
}
|
|
178773
|
-
}
|
|
178774
|
-
},
|
|
178775
|
-
{
|
|
178776
|
-
"tags": {},
|
|
178777
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
178778
|
-
"description": "",
|
|
178779
|
-
"displayName": "Action",
|
|
178780
|
-
"methods": [],
|
|
178781
|
-
"props": {
|
|
178782
|
-
"action": {
|
|
178783
|
-
"defaultValue": null,
|
|
178784
|
-
"description": "",
|
|
178785
|
-
"name": "action",
|
|
178786
|
-
"parent": {
|
|
178787
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178788
|
-
"name": "ActionProps"
|
|
178789
|
-
},
|
|
178790
|
-
"declarations": [
|
|
178791
|
-
{
|
|
178792
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178793
|
-
"name": "ActionProps"
|
|
178794
|
-
}
|
|
178795
|
-
],
|
|
178796
|
-
"required": false,
|
|
178797
|
-
"type": {
|
|
178798
|
-
"name": "ActionFn"
|
|
178799
|
-
}
|
|
178800
|
-
},
|
|
178801
|
-
"onAction": {
|
|
178802
|
-
"defaultValue": null,
|
|
178803
|
-
"description": "",
|
|
178804
|
-
"name": "onAction",
|
|
178805
|
-
"parent": {
|
|
178806
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178807
|
-
"name": "ActionProps"
|
|
178808
|
-
},
|
|
178809
|
-
"declarations": [
|
|
178810
|
-
{
|
|
178811
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178812
|
-
"name": "ActionProps"
|
|
178813
|
-
}
|
|
178814
|
-
],
|
|
178815
|
-
"required": false,
|
|
178816
|
-
"type": {
|
|
178817
|
-
"name": "ActionFn"
|
|
178818
|
-
}
|
|
178819
|
-
},
|
|
178820
|
-
"actionModel": {
|
|
178821
|
-
"defaultValue": null,
|
|
178822
|
-
"description": "",
|
|
178823
|
-
"name": "actionModel",
|
|
178824
|
-
"parent": {
|
|
178825
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178826
|
-
"name": "ActionProps"
|
|
178827
|
-
},
|
|
178828
|
-
"declarations": [
|
|
178829
|
-
{
|
|
178830
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178831
|
-
"name": "ActionProps"
|
|
178832
|
-
}
|
|
178833
|
-
],
|
|
178834
|
-
"required": false,
|
|
178835
|
-
"type": {
|
|
178836
|
-
"name": "ActionModel"
|
|
178837
|
-
}
|
|
178838
|
-
},
|
|
178839
|
-
"closeOverlay": {
|
|
178840
|
-
"defaultValue": null,
|
|
178841
|
-
"description": "",
|
|
178842
|
-
"name": "closeOverlay",
|
|
178843
|
-
"parent": {
|
|
178844
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178845
|
-
"name": "ActionProps"
|
|
178846
|
-
},
|
|
178847
|
-
"declarations": [
|
|
178848
|
-
{
|
|
178849
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178850
|
-
"name": "ActionProps"
|
|
178851
|
-
}
|
|
178852
|
-
],
|
|
178853
|
-
"required": false,
|
|
178854
|
-
"type": {
|
|
178855
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
178856
|
-
}
|
|
178857
|
-
},
|
|
178858
|
-
"openOverlay": {
|
|
178859
|
-
"defaultValue": null,
|
|
178860
|
-
"description": "",
|
|
178861
|
-
"name": "openOverlay",
|
|
178862
|
-
"parent": {
|
|
178863
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178864
|
-
"name": "ActionProps"
|
|
178865
|
-
},
|
|
178866
|
-
"declarations": [
|
|
178867
|
-
{
|
|
178868
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178869
|
-
"name": "ActionProps"
|
|
178870
|
-
}
|
|
178871
|
-
],
|
|
178872
|
-
"required": false,
|
|
178873
|
-
"type": {
|
|
178874
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
178875
|
-
}
|
|
178876
|
-
},
|
|
178877
|
-
"toggleOverlay": {
|
|
178878
|
-
"defaultValue": null,
|
|
178879
|
-
"description": "",
|
|
178880
|
-
"name": "toggleOverlay",
|
|
178881
|
-
"parent": {
|
|
178882
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178883
|
-
"name": "ActionProps"
|
|
178884
|
-
},
|
|
178885
|
-
"declarations": [
|
|
178886
|
-
{
|
|
178887
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178888
|
-
"name": "ActionProps"
|
|
178889
|
-
}
|
|
178890
|
-
],
|
|
178891
|
-
"required": false,
|
|
178892
|
-
"type": {
|
|
178893
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
178894
|
-
}
|
|
178895
|
-
},
|
|
178896
|
-
"break": {
|
|
178897
|
-
"defaultValue": null,
|
|
178898
|
-
"description": "",
|
|
178899
|
-
"name": "break",
|
|
178900
|
-
"parent": {
|
|
178901
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178902
|
-
"name": "ActionProps"
|
|
178903
|
-
},
|
|
178904
|
-
"declarations": [
|
|
178905
|
-
{
|
|
178906
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178907
|
-
"name": "ActionProps"
|
|
178908
|
-
}
|
|
178909
|
-
],
|
|
178910
|
-
"required": false,
|
|
178911
|
-
"type": {
|
|
178912
|
-
"name": "boolean"
|
|
178913
|
-
}
|
|
178914
|
-
},
|
|
178915
|
-
"skip": {
|
|
178916
|
-
"defaultValue": null,
|
|
178917
|
-
"description": "",
|
|
178918
|
-
"name": "skip",
|
|
178919
|
-
"parent": {
|
|
178920
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178921
|
-
"name": "ActionProps"
|
|
178922
|
-
},
|
|
178923
|
-
"declarations": [
|
|
178924
|
-
{
|
|
178925
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178926
|
-
"name": "ActionProps"
|
|
178927
|
-
}
|
|
178928
|
-
],
|
|
178929
|
-
"required": false,
|
|
178930
|
-
"type": {
|
|
178931
|
-
"name": "number | boolean"
|
|
178932
|
-
}
|
|
178933
|
-
},
|
|
178934
|
-
"showFeedback": {
|
|
178935
|
-
"defaultValue": null,
|
|
178936
|
-
"description": "",
|
|
178937
|
-
"name": "showFeedback",
|
|
178938
|
-
"parent": {
|
|
178939
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178940
|
-
"name": "ActionProps"
|
|
178941
|
-
},
|
|
178942
|
-
"declarations": [
|
|
178943
|
-
{
|
|
178944
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
178945
|
-
"name": "ActionProps"
|
|
178946
|
-
}
|
|
178947
|
-
],
|
|
178948
|
-
"required": false,
|
|
178949
|
-
"type": {
|
|
178950
|
-
"name": "boolean"
|
|
178951
|
-
}
|
|
178952
|
-
},
|
|
178953
|
-
"children": {
|
|
178954
|
-
"defaultValue": null,
|
|
178955
|
-
"description": "",
|
|
178956
|
-
"name": "children",
|
|
178957
|
-
"declarations": [
|
|
178958
|
-
{
|
|
178959
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
178960
|
-
"name": "TypeLiteral"
|
|
178961
|
-
}
|
|
178962
|
-
],
|
|
178963
|
-
"required": false,
|
|
178964
|
-
"type": {
|
|
178965
|
-
"name": "ReactNode"
|
|
178966
|
-
}
|
|
178967
|
-
},
|
|
178968
|
-
"wrapWith": {
|
|
178969
|
-
"defaultValue": null,
|
|
178970
|
-
"description": "",
|
|
178971
|
-
"name": "wrapWith",
|
|
178972
|
-
"parent": {
|
|
178973
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
178974
|
-
"name": "FlowComponentProps"
|
|
178975
|
-
},
|
|
178976
|
-
"declarations": [
|
|
178977
|
-
{
|
|
178978
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
178979
|
-
"name": "FlowComponentProps"
|
|
178980
|
-
}
|
|
178981
|
-
],
|
|
178982
|
-
"required": false,
|
|
178983
|
-
"type": {
|
|
178984
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
178985
|
-
}
|
|
178986
|
-
},
|
|
178987
|
-
"tunnelId": {
|
|
178988
|
-
"defaultValue": null,
|
|
178989
|
-
"description": "@internal",
|
|
178990
|
-
"name": "tunnelId",
|
|
178991
|
-
"parent": {
|
|
178992
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
178993
|
-
"name": "PropsWithTunnel"
|
|
178994
|
-
},
|
|
178995
|
-
"declarations": [
|
|
178996
|
-
{
|
|
178997
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
178998
|
-
"name": "PropsWithTunnel"
|
|
178999
|
-
}
|
|
179000
|
-
],
|
|
179001
|
-
"required": false,
|
|
179002
|
-
"type": {
|
|
179003
|
-
"name": "string | null"
|
|
179004
|
-
}
|
|
179005
|
-
},
|
|
179006
|
-
"ref": {
|
|
179007
|
-
"defaultValue": null,
|
|
179008
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
179009
|
-
"name": "ref",
|
|
179010
|
-
"parent": {
|
|
179011
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
179012
|
-
"name": "RefAttributes"
|
|
179013
|
-
},
|
|
179014
|
-
"declarations": [
|
|
179015
|
-
{
|
|
179016
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
179017
|
-
"name": "RefAttributes"
|
|
179018
|
-
}
|
|
179019
|
-
],
|
|
179020
|
-
"required": false,
|
|
179021
|
-
"type": {
|
|
179022
|
-
"name": "Ref<HTMLDivElement>"
|
|
179023
|
-
}
|
|
179024
|
-
},
|
|
179025
|
-
"key": {
|
|
179026
|
-
"defaultValue": null,
|
|
179027
|
-
"description": "",
|
|
179028
|
-
"name": "key",
|
|
179029
|
-
"parent": {
|
|
179030
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
179031
|
-
"name": "Attributes"
|
|
179032
|
-
},
|
|
179033
|
-
"declarations": [
|
|
179034
|
-
{
|
|
179035
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
179036
|
-
"name": "Attributes"
|
|
179037
|
-
}
|
|
179038
|
-
],
|
|
179039
|
-
"required": false,
|
|
179040
|
-
"type": {
|
|
179041
|
-
"name": "Key | null"
|
|
179042
|
-
}
|
|
179043
|
-
}
|
|
179044
|
-
}
|
|
179045
|
-
},
|
|
179046
178694
|
{
|
|
179047
178695
|
"tags": {
|
|
179048
178696
|
"flr-generate": "all"
|
|
@@ -184380,6 +184028,358 @@
|
|
|
184380
184028
|
}
|
|
184381
184029
|
}
|
|
184382
184030
|
},
|
|
184031
|
+
{
|
|
184032
|
+
"tags": {},
|
|
184033
|
+
"filePath": "src/components/Action/ActionStateContext.tsx",
|
|
184034
|
+
"description": "",
|
|
184035
|
+
"displayName": "ActionStateContext",
|
|
184036
|
+
"methods": [],
|
|
184037
|
+
"props": {
|
|
184038
|
+
"isStarted": {
|
|
184039
|
+
"defaultValue": null,
|
|
184040
|
+
"description": "",
|
|
184041
|
+
"name": "isStarted",
|
|
184042
|
+
"parent": {
|
|
184043
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
184044
|
+
"name": "Props"
|
|
184045
|
+
},
|
|
184046
|
+
"declarations": [
|
|
184047
|
+
{
|
|
184048
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
184049
|
+
"name": "Props"
|
|
184050
|
+
}
|
|
184051
|
+
],
|
|
184052
|
+
"required": false,
|
|
184053
|
+
"type": {
|
|
184054
|
+
"name": "boolean"
|
|
184055
|
+
}
|
|
184056
|
+
},
|
|
184057
|
+
"hasSucceeded": {
|
|
184058
|
+
"defaultValue": null,
|
|
184059
|
+
"description": "",
|
|
184060
|
+
"name": "hasSucceeded",
|
|
184061
|
+
"parent": {
|
|
184062
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
184063
|
+
"name": "Props"
|
|
184064
|
+
},
|
|
184065
|
+
"declarations": [
|
|
184066
|
+
{
|
|
184067
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
184068
|
+
"name": "Props"
|
|
184069
|
+
}
|
|
184070
|
+
],
|
|
184071
|
+
"required": false,
|
|
184072
|
+
"type": {
|
|
184073
|
+
"name": "boolean"
|
|
184074
|
+
}
|
|
184075
|
+
},
|
|
184076
|
+
"hasFailedWithError": {
|
|
184077
|
+
"defaultValue": null,
|
|
184078
|
+
"description": "",
|
|
184079
|
+
"name": "hasFailedWithError",
|
|
184080
|
+
"parent": {
|
|
184081
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
184082
|
+
"name": "Props"
|
|
184083
|
+
},
|
|
184084
|
+
"declarations": [
|
|
184085
|
+
{
|
|
184086
|
+
"fileName": "src/components/Action/ActionStateContext.tsx",
|
|
184087
|
+
"name": "Props"
|
|
184088
|
+
}
|
|
184089
|
+
],
|
|
184090
|
+
"required": false,
|
|
184091
|
+
"type": {
|
|
184092
|
+
"name": "unknown"
|
|
184093
|
+
}
|
|
184094
|
+
},
|
|
184095
|
+
"children": {
|
|
184096
|
+
"defaultValue": null,
|
|
184097
|
+
"description": "",
|
|
184098
|
+
"name": "children",
|
|
184099
|
+
"declarations": [
|
|
184100
|
+
{
|
|
184101
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
184102
|
+
"name": "TypeLiteral"
|
|
184103
|
+
}
|
|
184104
|
+
],
|
|
184105
|
+
"required": false,
|
|
184106
|
+
"type": {
|
|
184107
|
+
"name": "ReactNode"
|
|
184108
|
+
}
|
|
184109
|
+
}
|
|
184110
|
+
}
|
|
184111
|
+
},
|
|
184112
|
+
{
|
|
184113
|
+
"tags": {},
|
|
184114
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
184115
|
+
"description": "",
|
|
184116
|
+
"displayName": "Action",
|
|
184117
|
+
"methods": [],
|
|
184118
|
+
"props": {
|
|
184119
|
+
"action": {
|
|
184120
|
+
"defaultValue": null,
|
|
184121
|
+
"description": "",
|
|
184122
|
+
"name": "action",
|
|
184123
|
+
"parent": {
|
|
184124
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184125
|
+
"name": "ActionProps"
|
|
184126
|
+
},
|
|
184127
|
+
"declarations": [
|
|
184128
|
+
{
|
|
184129
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184130
|
+
"name": "ActionProps"
|
|
184131
|
+
}
|
|
184132
|
+
],
|
|
184133
|
+
"required": false,
|
|
184134
|
+
"type": {
|
|
184135
|
+
"name": "ActionFn"
|
|
184136
|
+
}
|
|
184137
|
+
},
|
|
184138
|
+
"onAction": {
|
|
184139
|
+
"defaultValue": null,
|
|
184140
|
+
"description": "",
|
|
184141
|
+
"name": "onAction",
|
|
184142
|
+
"parent": {
|
|
184143
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184144
|
+
"name": "ActionProps"
|
|
184145
|
+
},
|
|
184146
|
+
"declarations": [
|
|
184147
|
+
{
|
|
184148
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184149
|
+
"name": "ActionProps"
|
|
184150
|
+
}
|
|
184151
|
+
],
|
|
184152
|
+
"required": false,
|
|
184153
|
+
"type": {
|
|
184154
|
+
"name": "ActionFn"
|
|
184155
|
+
}
|
|
184156
|
+
},
|
|
184157
|
+
"actionModel": {
|
|
184158
|
+
"defaultValue": null,
|
|
184159
|
+
"description": "",
|
|
184160
|
+
"name": "actionModel",
|
|
184161
|
+
"parent": {
|
|
184162
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184163
|
+
"name": "ActionProps"
|
|
184164
|
+
},
|
|
184165
|
+
"declarations": [
|
|
184166
|
+
{
|
|
184167
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184168
|
+
"name": "ActionProps"
|
|
184169
|
+
}
|
|
184170
|
+
],
|
|
184171
|
+
"required": false,
|
|
184172
|
+
"type": {
|
|
184173
|
+
"name": "ActionModel"
|
|
184174
|
+
}
|
|
184175
|
+
},
|
|
184176
|
+
"closeOverlay": {
|
|
184177
|
+
"defaultValue": null,
|
|
184178
|
+
"description": "",
|
|
184179
|
+
"name": "closeOverlay",
|
|
184180
|
+
"parent": {
|
|
184181
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184182
|
+
"name": "ActionProps"
|
|
184183
|
+
},
|
|
184184
|
+
"declarations": [
|
|
184185
|
+
{
|
|
184186
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184187
|
+
"name": "ActionProps"
|
|
184188
|
+
}
|
|
184189
|
+
],
|
|
184190
|
+
"required": false,
|
|
184191
|
+
"type": {
|
|
184192
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
184193
|
+
}
|
|
184194
|
+
},
|
|
184195
|
+
"openOverlay": {
|
|
184196
|
+
"defaultValue": null,
|
|
184197
|
+
"description": "",
|
|
184198
|
+
"name": "openOverlay",
|
|
184199
|
+
"parent": {
|
|
184200
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184201
|
+
"name": "ActionProps"
|
|
184202
|
+
},
|
|
184203
|
+
"declarations": [
|
|
184204
|
+
{
|
|
184205
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184206
|
+
"name": "ActionProps"
|
|
184207
|
+
}
|
|
184208
|
+
],
|
|
184209
|
+
"required": false,
|
|
184210
|
+
"type": {
|
|
184211
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
184212
|
+
}
|
|
184213
|
+
},
|
|
184214
|
+
"toggleOverlay": {
|
|
184215
|
+
"defaultValue": null,
|
|
184216
|
+
"description": "",
|
|
184217
|
+
"name": "toggleOverlay",
|
|
184218
|
+
"parent": {
|
|
184219
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184220
|
+
"name": "ActionProps"
|
|
184221
|
+
},
|
|
184222
|
+
"declarations": [
|
|
184223
|
+
{
|
|
184224
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184225
|
+
"name": "ActionProps"
|
|
184226
|
+
}
|
|
184227
|
+
],
|
|
184228
|
+
"required": false,
|
|
184229
|
+
"type": {
|
|
184230
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
184231
|
+
}
|
|
184232
|
+
},
|
|
184233
|
+
"break": {
|
|
184234
|
+
"defaultValue": null,
|
|
184235
|
+
"description": "",
|
|
184236
|
+
"name": "break",
|
|
184237
|
+
"parent": {
|
|
184238
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184239
|
+
"name": "ActionProps"
|
|
184240
|
+
},
|
|
184241
|
+
"declarations": [
|
|
184242
|
+
{
|
|
184243
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184244
|
+
"name": "ActionProps"
|
|
184245
|
+
}
|
|
184246
|
+
],
|
|
184247
|
+
"required": false,
|
|
184248
|
+
"type": {
|
|
184249
|
+
"name": "boolean"
|
|
184250
|
+
}
|
|
184251
|
+
},
|
|
184252
|
+
"skip": {
|
|
184253
|
+
"defaultValue": null,
|
|
184254
|
+
"description": "",
|
|
184255
|
+
"name": "skip",
|
|
184256
|
+
"parent": {
|
|
184257
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184258
|
+
"name": "ActionProps"
|
|
184259
|
+
},
|
|
184260
|
+
"declarations": [
|
|
184261
|
+
{
|
|
184262
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184263
|
+
"name": "ActionProps"
|
|
184264
|
+
}
|
|
184265
|
+
],
|
|
184266
|
+
"required": false,
|
|
184267
|
+
"type": {
|
|
184268
|
+
"name": "number | boolean"
|
|
184269
|
+
}
|
|
184270
|
+
},
|
|
184271
|
+
"showFeedback": {
|
|
184272
|
+
"defaultValue": null,
|
|
184273
|
+
"description": "",
|
|
184274
|
+
"name": "showFeedback",
|
|
184275
|
+
"parent": {
|
|
184276
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184277
|
+
"name": "ActionProps"
|
|
184278
|
+
},
|
|
184279
|
+
"declarations": [
|
|
184280
|
+
{
|
|
184281
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
184282
|
+
"name": "ActionProps"
|
|
184283
|
+
}
|
|
184284
|
+
],
|
|
184285
|
+
"required": false,
|
|
184286
|
+
"type": {
|
|
184287
|
+
"name": "boolean"
|
|
184288
|
+
}
|
|
184289
|
+
},
|
|
184290
|
+
"children": {
|
|
184291
|
+
"defaultValue": null,
|
|
184292
|
+
"description": "",
|
|
184293
|
+
"name": "children",
|
|
184294
|
+
"declarations": [
|
|
184295
|
+
{
|
|
184296
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
184297
|
+
"name": "TypeLiteral"
|
|
184298
|
+
}
|
|
184299
|
+
],
|
|
184300
|
+
"required": false,
|
|
184301
|
+
"type": {
|
|
184302
|
+
"name": "ReactNode"
|
|
184303
|
+
}
|
|
184304
|
+
},
|
|
184305
|
+
"wrapWith": {
|
|
184306
|
+
"defaultValue": null,
|
|
184307
|
+
"description": "",
|
|
184308
|
+
"name": "wrapWith",
|
|
184309
|
+
"parent": {
|
|
184310
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
184311
|
+
"name": "FlowComponentProps"
|
|
184312
|
+
},
|
|
184313
|
+
"declarations": [
|
|
184314
|
+
{
|
|
184315
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
184316
|
+
"name": "FlowComponentProps"
|
|
184317
|
+
}
|
|
184318
|
+
],
|
|
184319
|
+
"required": false,
|
|
184320
|
+
"type": {
|
|
184321
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
184322
|
+
}
|
|
184323
|
+
},
|
|
184324
|
+
"tunnelId": {
|
|
184325
|
+
"defaultValue": null,
|
|
184326
|
+
"description": "@internal",
|
|
184327
|
+
"name": "tunnelId",
|
|
184328
|
+
"parent": {
|
|
184329
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
184330
|
+
"name": "PropsWithTunnel"
|
|
184331
|
+
},
|
|
184332
|
+
"declarations": [
|
|
184333
|
+
{
|
|
184334
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
184335
|
+
"name": "PropsWithTunnel"
|
|
184336
|
+
}
|
|
184337
|
+
],
|
|
184338
|
+
"required": false,
|
|
184339
|
+
"type": {
|
|
184340
|
+
"name": "string | null"
|
|
184341
|
+
}
|
|
184342
|
+
},
|
|
184343
|
+
"ref": {
|
|
184344
|
+
"defaultValue": null,
|
|
184345
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
184346
|
+
"name": "ref",
|
|
184347
|
+
"parent": {
|
|
184348
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
184349
|
+
"name": "RefAttributes"
|
|
184350
|
+
},
|
|
184351
|
+
"declarations": [
|
|
184352
|
+
{
|
|
184353
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
184354
|
+
"name": "RefAttributes"
|
|
184355
|
+
}
|
|
184356
|
+
],
|
|
184357
|
+
"required": false,
|
|
184358
|
+
"type": {
|
|
184359
|
+
"name": "Ref<HTMLDivElement>"
|
|
184360
|
+
}
|
|
184361
|
+
},
|
|
184362
|
+
"key": {
|
|
184363
|
+
"defaultValue": null,
|
|
184364
|
+
"description": "",
|
|
184365
|
+
"name": "key",
|
|
184366
|
+
"parent": {
|
|
184367
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
184368
|
+
"name": "Attributes"
|
|
184369
|
+
},
|
|
184370
|
+
"declarations": [
|
|
184371
|
+
{
|
|
184372
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
184373
|
+
"name": "Attributes"
|
|
184374
|
+
}
|
|
184375
|
+
],
|
|
184376
|
+
"required": false,
|
|
184377
|
+
"type": {
|
|
184378
|
+
"name": "Key | null"
|
|
184379
|
+
}
|
|
184380
|
+
}
|
|
184381
|
+
}
|
|
184382
|
+
},
|
|
184383
184383
|
{
|
|
184384
184384
|
"tags": {
|
|
184385
184385
|
"flr-generate": "all"
|
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.164",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@chakra-ui/live-region": "^2.1.0",
|
|
55
55
|
"@internationalized/string-compiler": "^3.2.6",
|
|
56
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
56
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.164",
|
|
57
57
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
58
58
|
"@react-aria/form": "^3.0.14",
|
|
59
59
|
"@react-aria/utils": "^3.28.1",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@faker-js/faker": "^9.6.0",
|
|
94
94
|
"@internationalized/date": "^3.7.0",
|
|
95
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
95
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.164",
|
|
96
96
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
97
97
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
98
98
|
"@mittwald/typescript-config": "",
|
|
@@ -173,5 +173,5 @@
|
|
|
173
173
|
"optional": true
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
|
-
"gitHead": "
|
|
176
|
+
"gitHead": "d342addfec1c1640e17e559e3d27ec662b8205b5"
|
|
177
177
|
}
|