@mittwald/flow-react-components 0.2.0-alpha.376 → 0.2.0-alpha.377
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 +85 -85
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.377](https://github.com/mittwald/flow/compare/0.2.0-alpha.376...0.2.0-alpha.377) (2025-07-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.376](https://github.com/mittwald/flow/compare/0.2.0-alpha.375...0.2.0-alpha.376) (2025-07-31)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -297628,47 +297628,24 @@
|
|
|
297628
297628
|
"tags": {
|
|
297629
297629
|
"flr-generate": "all"
|
|
297630
297630
|
},
|
|
297631
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
297631
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
297632
297632
|
"description": "",
|
|
297633
|
-
"displayName": "
|
|
297633
|
+
"displayName": "ContextMenuSection",
|
|
297634
297634
|
"methods": [],
|
|
297635
297635
|
"props": {
|
|
297636
|
-
"
|
|
297637
|
-
"defaultValue": null,
|
|
297638
|
-
"description": "Whether the overlay should be open initially.",
|
|
297639
|
-
"name": "isDefaultOpen",
|
|
297640
|
-
"parent": {
|
|
297641
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297642
|
-
"name": "OverlayTriggerProps"
|
|
297643
|
-
},
|
|
297644
|
-
"declarations": [
|
|
297645
|
-
{
|
|
297646
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297647
|
-
"name": "OverlayTriggerProps"
|
|
297648
|
-
}
|
|
297649
|
-
],
|
|
297650
|
-
"required": false,
|
|
297651
|
-
"type": {
|
|
297652
|
-
"name": "boolean"
|
|
297653
|
-
}
|
|
297654
|
-
},
|
|
297655
|
-
"controller": {
|
|
297636
|
+
"children": {
|
|
297656
297637
|
"defaultValue": null,
|
|
297657
|
-
"description": "
|
|
297658
|
-
"name": "
|
|
297659
|
-
"parent": {
|
|
297660
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297661
|
-
"name": "OverlayTriggerProps"
|
|
297662
|
-
},
|
|
297638
|
+
"description": "",
|
|
297639
|
+
"name": "children",
|
|
297663
297640
|
"declarations": [
|
|
297664
297641
|
{
|
|
297665
|
-
"fileName": "
|
|
297666
|
-
"name": "
|
|
297642
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297643
|
+
"name": "TypeLiteral"
|
|
297667
297644
|
}
|
|
297668
297645
|
],
|
|
297669
297646
|
"required": false,
|
|
297670
297647
|
"type": {
|
|
297671
|
-
"name": "
|
|
297648
|
+
"name": "ReactNode"
|
|
297672
297649
|
}
|
|
297673
297650
|
},
|
|
297674
297651
|
"wrapWith": {
|
|
@@ -297747,19 +297724,57 @@
|
|
|
297747
297724
|
"name": "Key | null"
|
|
297748
297725
|
}
|
|
297749
297726
|
},
|
|
297750
|
-
"
|
|
297727
|
+
"selectedKeys": {
|
|
297728
|
+
"defaultValue": null,
|
|
297729
|
+
"description": "The currently selected keys in the collection (controlled).",
|
|
297730
|
+
"name": "selectedKeys",
|
|
297731
|
+
"parent": {
|
|
297732
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297733
|
+
"name": "MultipleSelection"
|
|
297734
|
+
},
|
|
297735
|
+
"declarations": [
|
|
297736
|
+
{
|
|
297737
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297738
|
+
"name": "MultipleSelection"
|
|
297739
|
+
}
|
|
297740
|
+
],
|
|
297741
|
+
"required": false,
|
|
297742
|
+
"type": {
|
|
297743
|
+
"name": "\"all\" | Iterable<Key>"
|
|
297744
|
+
}
|
|
297745
|
+
},
|
|
297746
|
+
"defaultSelectedKeys": {
|
|
297747
|
+
"defaultValue": null,
|
|
297748
|
+
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
297749
|
+
"name": "defaultSelectedKeys",
|
|
297750
|
+
"parent": {
|
|
297751
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297752
|
+
"name": "MultipleSelection"
|
|
297753
|
+
},
|
|
297754
|
+
"declarations": [
|
|
297755
|
+
{
|
|
297756
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297757
|
+
"name": "MultipleSelection"
|
|
297758
|
+
}
|
|
297759
|
+
],
|
|
297760
|
+
"required": false,
|
|
297761
|
+
"type": {
|
|
297762
|
+
"name": "\"all\" | Iterable<Key>"
|
|
297763
|
+
}
|
|
297764
|
+
},
|
|
297765
|
+
"selectionMode": {
|
|
297751
297766
|
"defaultValue": null,
|
|
297752
297767
|
"description": "",
|
|
297753
|
-
"name": "
|
|
297768
|
+
"name": "selectionMode",
|
|
297754
297769
|
"declarations": [
|
|
297755
297770
|
{
|
|
297756
|
-
"fileName": "
|
|
297771
|
+
"fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
|
|
297757
297772
|
"name": "TypeLiteral"
|
|
297758
297773
|
}
|
|
297759
297774
|
],
|
|
297760
297775
|
"required": false,
|
|
297761
297776
|
"type": {
|
|
297762
|
-
"name": "
|
|
297777
|
+
"name": "ContextMenuSelectionMode"
|
|
297763
297778
|
}
|
|
297764
297779
|
}
|
|
297765
297780
|
}
|
|
@@ -297768,24 +297783,47 @@
|
|
|
297768
297783
|
"tags": {
|
|
297769
297784
|
"flr-generate": "all"
|
|
297770
297785
|
},
|
|
297771
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/
|
|
297786
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
|
|
297772
297787
|
"description": "",
|
|
297773
|
-
"displayName": "
|
|
297788
|
+
"displayName": "ContextMenuTrigger",
|
|
297774
297789
|
"methods": [],
|
|
297775
297790
|
"props": {
|
|
297776
|
-
"
|
|
297791
|
+
"isDefaultOpen": {
|
|
297777
297792
|
"defaultValue": null,
|
|
297778
|
-
"description": "",
|
|
297779
|
-
"name": "
|
|
297793
|
+
"description": "Whether the overlay should be open initially.",
|
|
297794
|
+
"name": "isDefaultOpen",
|
|
297795
|
+
"parent": {
|
|
297796
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297797
|
+
"name": "OverlayTriggerProps"
|
|
297798
|
+
},
|
|
297780
297799
|
"declarations": [
|
|
297781
297800
|
{
|
|
297782
|
-
"fileName": "
|
|
297783
|
-
"name": "
|
|
297801
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297802
|
+
"name": "OverlayTriggerProps"
|
|
297784
297803
|
}
|
|
297785
297804
|
],
|
|
297786
297805
|
"required": false,
|
|
297787
297806
|
"type": {
|
|
297788
|
-
"name": "
|
|
297807
|
+
"name": "boolean"
|
|
297808
|
+
}
|
|
297809
|
+
},
|
|
297810
|
+
"controller": {
|
|
297811
|
+
"defaultValue": null,
|
|
297812
|
+
"description": "A controller to control the state of the overlay.",
|
|
297813
|
+
"name": "controller",
|
|
297814
|
+
"parent": {
|
|
297815
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297816
|
+
"name": "OverlayTriggerProps"
|
|
297817
|
+
},
|
|
297818
|
+
"declarations": [
|
|
297819
|
+
{
|
|
297820
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
297821
|
+
"name": "OverlayTriggerProps"
|
|
297822
|
+
}
|
|
297823
|
+
],
|
|
297824
|
+
"required": false,
|
|
297825
|
+
"type": {
|
|
297826
|
+
"name": "OverlayController"
|
|
297789
297827
|
}
|
|
297790
297828
|
},
|
|
297791
297829
|
"wrapWith": {
|
|
@@ -297864,57 +297902,19 @@
|
|
|
297864
297902
|
"name": "Key | null"
|
|
297865
297903
|
}
|
|
297866
297904
|
},
|
|
297867
|
-
"
|
|
297868
|
-
"defaultValue": null,
|
|
297869
|
-
"description": "The currently selected keys in the collection (controlled).",
|
|
297870
|
-
"name": "selectedKeys",
|
|
297871
|
-
"parent": {
|
|
297872
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297873
|
-
"name": "MultipleSelection"
|
|
297874
|
-
},
|
|
297875
|
-
"declarations": [
|
|
297876
|
-
{
|
|
297877
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297878
|
-
"name": "MultipleSelection"
|
|
297879
|
-
}
|
|
297880
|
-
],
|
|
297881
|
-
"required": false,
|
|
297882
|
-
"type": {
|
|
297883
|
-
"name": "\"all\" | Iterable<Key>"
|
|
297884
|
-
}
|
|
297885
|
-
},
|
|
297886
|
-
"defaultSelectedKeys": {
|
|
297887
|
-
"defaultValue": null,
|
|
297888
|
-
"description": "The initial selected keys in the collection (uncontrolled).",
|
|
297889
|
-
"name": "defaultSelectedKeys",
|
|
297890
|
-
"parent": {
|
|
297891
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297892
|
-
"name": "MultipleSelection"
|
|
297893
|
-
},
|
|
297894
|
-
"declarations": [
|
|
297895
|
-
{
|
|
297896
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
297897
|
-
"name": "MultipleSelection"
|
|
297898
|
-
}
|
|
297899
|
-
],
|
|
297900
|
-
"required": false,
|
|
297901
|
-
"type": {
|
|
297902
|
-
"name": "\"all\" | Iterable<Key>"
|
|
297903
|
-
}
|
|
297904
|
-
},
|
|
297905
|
-
"selectionMode": {
|
|
297905
|
+
"children": {
|
|
297906
297906
|
"defaultValue": null,
|
|
297907
297907
|
"description": "",
|
|
297908
|
-
"name": "
|
|
297908
|
+
"name": "children",
|
|
297909
297909
|
"declarations": [
|
|
297910
297910
|
{
|
|
297911
|
-
"fileName": "
|
|
297911
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297912
297912
|
"name": "TypeLiteral"
|
|
297913
297913
|
}
|
|
297914
297914
|
],
|
|
297915
297915
|
"required": false,
|
|
297916
297916
|
"type": {
|
|
297917
|
-
"name": "
|
|
297917
|
+
"name": "ReactNode"
|
|
297918
297918
|
}
|
|
297919
297919
|
}
|
|
297920
297920
|
}
|
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.377",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@chakra-ui/live-region": "^2.1.0",
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "^2.1.6",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.377",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.1.0",
|
|
64
64
|
"@react-aria/utils": "^3.30.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.9.0",
|
|
100
100
|
"@internationalized/date": "^3.8.2",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.377",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"optional": true
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "3630bedde9b0aca53b6111df86caa0248902254e"
|
|
176
176
|
}
|