@mittwald/flow-react-components 0.2.0-alpha.696 → 0.2.0-alpha.697
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 +88 -88
- 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.697](https://github.com/mittwald/flow/compare/0.2.0-alpha.696...0.2.0-alpha.697) (2026-02-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.696](https://github.com/mittwald/flow/compare/0.2.0-alpha.695...0.2.0-alpha.696) (2026-02-23)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -224493,9 +224493,9 @@
|
|
|
224493
224493
|
"tags": {
|
|
224494
224494
|
"flr-generate": "all"
|
|
224495
224495
|
},
|
|
224496
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
224496
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Align/Align.tsx",
|
|
224497
224497
|
"description": "",
|
|
224498
|
-
"displayName": "
|
|
224498
|
+
"displayName": "Align",
|
|
224499
224499
|
"methods": [],
|
|
224500
224500
|
"props": {
|
|
224501
224501
|
"children": {
|
|
@@ -224607,86 +224607,6 @@
|
|
|
224607
224607
|
"type": {
|
|
224608
224608
|
"name": "Key | null"
|
|
224609
224609
|
}
|
|
224610
|
-
},
|
|
224611
|
-
"slot": {
|
|
224612
|
-
"defaultValue": null,
|
|
224613
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
224614
|
-
"name": "slot",
|
|
224615
|
-
"parent": {
|
|
224616
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224617
|
-
"name": "SlotProps"
|
|
224618
|
-
},
|
|
224619
|
-
"declarations": [
|
|
224620
|
-
{
|
|
224621
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224622
|
-
"name": "SlotProps"
|
|
224623
|
-
}
|
|
224624
|
-
],
|
|
224625
|
-
"required": false,
|
|
224626
|
-
"type": {
|
|
224627
|
-
"name": "string | null"
|
|
224628
|
-
}
|
|
224629
|
-
},
|
|
224630
|
-
"filter": {
|
|
224631
|
-
"defaultValue": null,
|
|
224632
|
-
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
224633
|
-
"name": "filter",
|
|
224634
|
-
"parent": {
|
|
224635
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224636
|
-
"name": "AriaAutocompleteProps"
|
|
224637
|
-
},
|
|
224638
|
-
"declarations": [
|
|
224639
|
-
{
|
|
224640
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224641
|
-
"name": "AriaAutocompleteProps"
|
|
224642
|
-
}
|
|
224643
|
-
],
|
|
224644
|
-
"required": false,
|
|
224645
|
-
"type": {
|
|
224646
|
-
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
224647
|
-
}
|
|
224648
|
-
},
|
|
224649
|
-
"disableAutoFocusFirst": {
|
|
224650
|
-
"defaultValue": {
|
|
224651
|
-
"value": "false"
|
|
224652
|
-
},
|
|
224653
|
-
"description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
|
|
224654
|
-
"name": "disableAutoFocusFirst",
|
|
224655
|
-
"parent": {
|
|
224656
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224657
|
-
"name": "AriaAutocompleteProps"
|
|
224658
|
-
},
|
|
224659
|
-
"declarations": [
|
|
224660
|
-
{
|
|
224661
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224662
|
-
"name": "AriaAutocompleteProps"
|
|
224663
|
-
}
|
|
224664
|
-
],
|
|
224665
|
-
"required": false,
|
|
224666
|
-
"type": {
|
|
224667
|
-
"name": "boolean"
|
|
224668
|
-
}
|
|
224669
|
-
},
|
|
224670
|
-
"disableVirtualFocus": {
|
|
224671
|
-
"defaultValue": {
|
|
224672
|
-
"value": "false"
|
|
224673
|
-
},
|
|
224674
|
-
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
224675
|
-
"name": "disableVirtualFocus",
|
|
224676
|
-
"parent": {
|
|
224677
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224678
|
-
"name": "AriaAutocompleteProps"
|
|
224679
|
-
},
|
|
224680
|
-
"declarations": [
|
|
224681
|
-
{
|
|
224682
|
-
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224683
|
-
"name": "AriaAutocompleteProps"
|
|
224684
|
-
}
|
|
224685
|
-
],
|
|
224686
|
-
"required": false,
|
|
224687
|
-
"type": {
|
|
224688
|
-
"name": "boolean"
|
|
224689
|
-
}
|
|
224690
224610
|
}
|
|
224691
224611
|
}
|
|
224692
224612
|
},
|
|
@@ -224694,9 +224614,9 @@
|
|
|
224694
224614
|
"tags": {
|
|
224695
224615
|
"flr-generate": "all"
|
|
224696
224616
|
},
|
|
224697
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/
|
|
224617
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
|
|
224698
224618
|
"description": "",
|
|
224699
|
-
"displayName": "
|
|
224619
|
+
"displayName": "Autocomplete",
|
|
224700
224620
|
"methods": [],
|
|
224701
224621
|
"props": {
|
|
224702
224622
|
"children": {
|
|
@@ -224808,6 +224728,86 @@
|
|
|
224808
224728
|
"type": {
|
|
224809
224729
|
"name": "Key | null"
|
|
224810
224730
|
}
|
|
224731
|
+
},
|
|
224732
|
+
"slot": {
|
|
224733
|
+
"defaultValue": null,
|
|
224734
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
224735
|
+
"name": "slot",
|
|
224736
|
+
"parent": {
|
|
224737
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224738
|
+
"name": "SlotProps"
|
|
224739
|
+
},
|
|
224740
|
+
"declarations": [
|
|
224741
|
+
{
|
|
224742
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
|
|
224743
|
+
"name": "SlotProps"
|
|
224744
|
+
}
|
|
224745
|
+
],
|
|
224746
|
+
"required": false,
|
|
224747
|
+
"type": {
|
|
224748
|
+
"name": "string | null"
|
|
224749
|
+
}
|
|
224750
|
+
},
|
|
224751
|
+
"filter": {
|
|
224752
|
+
"defaultValue": null,
|
|
224753
|
+
"description": "An optional filter function used to determine if a option should be included in the autocomplete list.\nInclude this if the items you are providing to your wrapped collection aren't filtered by default.",
|
|
224754
|
+
"name": "filter",
|
|
224755
|
+
"parent": {
|
|
224756
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224757
|
+
"name": "AriaAutocompleteProps"
|
|
224758
|
+
},
|
|
224759
|
+
"declarations": [
|
|
224760
|
+
{
|
|
224761
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224762
|
+
"name": "AriaAutocompleteProps"
|
|
224763
|
+
}
|
|
224764
|
+
],
|
|
224765
|
+
"required": false,
|
|
224766
|
+
"type": {
|
|
224767
|
+
"name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
|
|
224768
|
+
}
|
|
224769
|
+
},
|
|
224770
|
+
"disableAutoFocusFirst": {
|
|
224771
|
+
"defaultValue": {
|
|
224772
|
+
"value": "false"
|
|
224773
|
+
},
|
|
224774
|
+
"description": "Whether or not to focus the first item in the collection after a filter is performed. Note this is only applicable\nif virtual focus behavior is not turned off via `disableVirtualFocus`.",
|
|
224775
|
+
"name": "disableAutoFocusFirst",
|
|
224776
|
+
"parent": {
|
|
224777
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224778
|
+
"name": "AriaAutocompleteProps"
|
|
224779
|
+
},
|
|
224780
|
+
"declarations": [
|
|
224781
|
+
{
|
|
224782
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224783
|
+
"name": "AriaAutocompleteProps"
|
|
224784
|
+
}
|
|
224785
|
+
],
|
|
224786
|
+
"required": false,
|
|
224787
|
+
"type": {
|
|
224788
|
+
"name": "boolean"
|
|
224789
|
+
}
|
|
224790
|
+
},
|
|
224791
|
+
"disableVirtualFocus": {
|
|
224792
|
+
"defaultValue": {
|
|
224793
|
+
"value": "false"
|
|
224794
|
+
},
|
|
224795
|
+
"description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
|
|
224796
|
+
"name": "disableVirtualFocus",
|
|
224797
|
+
"parent": {
|
|
224798
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224799
|
+
"name": "AriaAutocompleteProps"
|
|
224800
|
+
},
|
|
224801
|
+
"declarations": [
|
|
224802
|
+
{
|
|
224803
|
+
"fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.4_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@react-aria/autocomplete/dist/types.d.ts",
|
|
224804
|
+
"name": "AriaAutocompleteProps"
|
|
224805
|
+
}
|
|
224806
|
+
],
|
|
224807
|
+
"required": false,
|
|
224808
|
+
"type": {
|
|
224809
|
+
"name": "boolean"
|
|
224810
|
+
}
|
|
224811
224811
|
}
|
|
224812
224812
|
}
|
|
224813
224813
|
},
|
|
@@ -297471,9 +297471,9 @@
|
|
|
297471
297471
|
"tags": {
|
|
297472
297472
|
"flr-generate": "all"
|
|
297473
297473
|
},
|
|
297474
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
297474
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
|
|
297475
297475
|
"description": "",
|
|
297476
|
-
"displayName": "
|
|
297476
|
+
"displayName": "RadioButton",
|
|
297477
297477
|
"methods": [],
|
|
297478
297478
|
"props": {
|
|
297479
297479
|
"className": {
|
|
@@ -299361,9 +299361,9 @@
|
|
|
299361
299361
|
"tags": {
|
|
299362
299362
|
"flr-generate": "all"
|
|
299363
299363
|
},
|
|
299364
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/
|
|
299364
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
|
|
299365
299365
|
"description": "",
|
|
299366
|
-
"displayName": "
|
|
299366
|
+
"displayName": "Radio",
|
|
299367
299367
|
"methods": [],
|
|
299368
299368
|
"props": {
|
|
299369
299369
|
"className": {
|
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.697",
|
|
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
|
"dependencies": {
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.697",
|
|
62
62
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
63
63
|
"@react-aria/form": "^3.1.3",
|
|
64
64
|
"@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.697",
|
|
108
108
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
109
109
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
110
110
|
"@mittwald/typescript-config": "",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"optional": true
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "d4f8b39a43a74b4cc217d064871b5a317f409ac8"
|
|
176
176
|
}
|