@mittwald/flow-react-components 0.2.0-alpha.568 → 0.2.0-alpha.569

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.
Files changed (125) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/assets/doc-properties.json +304 -284
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/AccentBox/AccentBox.mjs +22 -21
  5. package/dist/js/components/src/components/AccentBox/AccentBox.mjs.map +1 -1
  6. package/dist/js/components/src/components/ActionGroup/ActionGroup.mjs +37 -31
  7. package/dist/js/components/src/components/ActionGroup/ActionGroup.mjs.map +1 -1
  8. package/dist/js/components/src/components/Align/Align.mjs +22 -16
  9. package/dist/js/components/src/components/Align/Align.mjs.map +1 -1
  10. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs +0 -1
  11. package/dist/js/components/src/components/Autocomplete/Autocomplete.mjs.map +1 -1
  12. package/dist/js/components/src/components/BrowserOnly/BrowserOnly.mjs +7 -0
  13. package/dist/js/components/src/components/BrowserOnly/BrowserOnly.mjs.map +1 -1
  14. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +5 -3
  15. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  16. package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs +1 -1
  17. package/dist/js/components/src/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
  18. package/dist/js/components/src/components/ColumnLayout/ColumnLayout.mjs +64 -58
  19. package/dist/js/components/src/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
  20. package/dist/js/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs +2 -1
  21. package/dist/js/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs.map +1 -1
  22. package/dist/js/components/src/components/Header/Header.mjs +20 -15
  23. package/dist/js/components/src/components/Header/Header.mjs.map +1 -1
  24. package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs +1 -1
  25. package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
  26. package/dist/js/components/src/components/LayoutCard/LayoutCard.mjs +16 -12
  27. package/dist/js/components/src/components/LayoutCard/LayoutCard.mjs.map +1 -1
  28. package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +4 -2
  29. package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
  30. package/dist/js/components/src/components/List/components/Header/components/SearchField/SearchField.mjs +6 -0
  31. package/dist/js/components/src/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
  32. package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs +4 -2
  33. package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs.map +1 -1
  34. package/dist/js/components/src/components/Modal/Modal.mjs +70 -76
  35. package/dist/js/components/src/components/Modal/Modal.mjs.map +1 -1
  36. package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs +4 -2
  37. package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs.map +1 -1
  38. package/dist/js/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs +1 -4
  39. package/dist/js/components/src/components/Navigation/components/NavigationGroup/NavigationGroup.mjs.map +1 -1
  40. package/dist/js/components/src/components/Overlay/Overlay.mjs +2 -105
  41. package/dist/js/components/src/components/Overlay/Overlay.mjs.map +1 -1
  42. package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs +4 -2
  43. package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs.map +1 -1
  44. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +2 -1
  45. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  46. package/dist/js/components/src/components/Popover/Popover.mjs +2 -105
  47. package/dist/js/components/src/components/Popover/Popover.mjs.map +1 -1
  48. package/dist/js/components/src/components/RadioGroup/RadioGroup.mjs +1 -1
  49. package/dist/js/components/src/components/RadioGroup/RadioGroup.mjs.map +1 -1
  50. package/dist/js/components/src/components/Section/Section.mjs +41 -35
  51. package/dist/js/components/src/components/Section/Section.mjs.map +1 -1
  52. package/dist/js/components/src/components/Tooltip/Tooltip.mjs +5 -2
  53. package/dist/js/components/src/components/Tooltip/Tooltip.mjs.map +1 -1
  54. package/dist/js/components/src/lib/componentFactory/flowComponent.mjs +7 -23
  55. package/dist/js/components/src/lib/componentFactory/flowComponent.mjs.map +1 -1
  56. package/dist/js/components/src/lib/hooks/useFieldError.mjs +0 -2
  57. package/dist/js/components/src/lib/hooks/useFieldError.mjs.map +1 -1
  58. package/dist/js/components/src/lib/hooks/useProps.mjs +1 -2
  59. package/dist/js/components/src/lib/hooks/useProps.mjs.map +1 -1
  60. package/dist/js/components/src/lib/propsContext/components/ClearPropsContext.mjs +4 -10
  61. package/dist/js/components/src/lib/propsContext/components/ClearPropsContext.mjs.map +1 -1
  62. package/dist/js/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs +2 -2
  63. package/dist/js/components/src/lib/propsContext/components/ComponentPropsContextProvider.mjs.map +1 -1
  64. package/dist/js/components/src/lib/propsContext/components/PropsContextProvider.mjs +7 -22
  65. package/dist/js/components/src/lib/propsContext/components/PropsContextProvider.mjs.map +1 -1
  66. package/dist/js/components/src/lib/propsContext/mergePropsContext.mjs +22 -30
  67. package/dist/js/components/src/lib/propsContext/mergePropsContext.mjs.map +1 -1
  68. package/dist/js/components/src/lib/propsContext/nestedPropsContext/lib.mjs +27 -7
  69. package/dist/js/components/src/lib/propsContext/nestedPropsContext/lib.mjs.map +1 -1
  70. package/dist/js/components/src/lib/react/getPropsMerger.mjs +7 -2
  71. package/dist/js/components/src/lib/react/getPropsMerger.mjs.map +1 -1
  72. package/dist/js/flr-universal.mjs +1 -2
  73. package/dist/js/flr-universal.mjs.map +1 -1
  74. package/dist/types/components/AccentBox/AccentBox.d.ts.map +1 -1
  75. package/dist/types/components/AccentBox/stories/Default.stories.d.ts +1 -0
  76. package/dist/types/components/AccentBox/stories/Default.stories.d.ts.map +1 -1
  77. package/dist/types/components/ActionGroup/ActionGroup.d.ts.map +1 -1
  78. package/dist/types/components/Align/Align.d.ts.map +1 -1
  79. package/dist/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  80. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
  81. package/dist/types/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.d.ts.map +1 -1
  82. package/dist/types/components/Header/Header.d.ts +2 -2
  83. package/dist/types/components/Header/Header.d.ts.map +1 -1
  84. package/dist/types/components/LayoutCard/LayoutCard.d.ts.map +1 -1
  85. package/dist/types/components/Message/stories/Default.stories.d.ts.map +1 -1
  86. package/dist/types/components/Modal/Modal.d.ts.map +1 -1
  87. package/dist/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts.map +1 -1
  88. package/dist/types/components/Overlay/Overlay.d.ts.map +1 -1
  89. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
  90. package/dist/types/components/Popover/Popover.d.ts.map +1 -1
  91. package/dist/types/components/Section/Section.d.ts.map +1 -1
  92. package/dist/types/lib/componentFactory/flowComponent.d.ts +1 -1
  93. package/dist/types/lib/componentFactory/flowComponent.d.ts.map +1 -1
  94. package/dist/types/lib/hooks/useFieldError.d.ts.map +1 -1
  95. package/dist/types/lib/hooks/useProps.d.ts.map +1 -1
  96. package/dist/types/lib/propsContext/components/ClearPropsContext.d.ts +1 -5
  97. package/dist/types/lib/propsContext/components/ClearPropsContext.d.ts.map +1 -1
  98. package/dist/types/lib/propsContext/components/ComponentPropsContextProvider.d.ts +0 -2
  99. package/dist/types/lib/propsContext/components/ComponentPropsContextProvider.d.ts.map +1 -1
  100. package/dist/types/lib/propsContext/components/PropsContextProvider.d.ts +0 -3
  101. package/dist/types/lib/propsContext/components/PropsContextProvider.d.ts.map +1 -1
  102. package/dist/types/lib/propsContext/mergePropsContext.d.ts +1 -1
  103. package/dist/types/lib/propsContext/mergePropsContext.d.ts.map +1 -1
  104. package/dist/types/lib/propsContext/nestedPropsContext/lib.d.ts +3 -84
  105. package/dist/types/lib/propsContext/nestedPropsContext/lib.d.ts.map +1 -1
  106. package/dist/types/lib/propsContext/types.d.ts +1 -2
  107. package/dist/types/lib/propsContext/types.d.ts.map +1 -1
  108. package/dist/types/lib/react/getPropsMerger.d.ts.map +1 -1
  109. package/package.json +4 -4
  110. package/dist/js/components/src/lib/propsContext/inherit/PropsContextLevelProvider.mjs +0 -20
  111. package/dist/js/components/src/lib/propsContext/inherit/PropsContextLevelProvider.mjs.map +0 -1
  112. package/dist/js/components/src/lib/propsContext/inherit/lib.mjs +0 -39
  113. package/dist/js/components/src/lib/propsContext/inherit/lib.mjs.map +0 -1
  114. package/dist/js/components/src/lib/propsContext/inherit/propsContextLevel.mjs +0 -13
  115. package/dist/js/components/src/lib/propsContext/inherit/propsContextLevel.mjs.map +0 -1
  116. package/dist/js/components/src/lib/propsContext/inherit/types.mjs +0 -6
  117. package/dist/js/components/src/lib/propsContext/inherit/types.mjs.map +0 -1
  118. package/dist/types/lib/propsContext/inherit/PropsContextLevelProvider.d.ts +0 -8
  119. package/dist/types/lib/propsContext/inherit/PropsContextLevelProvider.d.ts.map +0 -1
  120. package/dist/types/lib/propsContext/inherit/lib.d.ts +0 -8
  121. package/dist/types/lib/propsContext/inherit/lib.d.ts.map +0 -1
  122. package/dist/types/lib/propsContext/inherit/propsContextLevel.d.ts +0 -4
  123. package/dist/types/lib/propsContext/inherit/propsContextLevel.d.ts.map +0 -1
  124. package/dist/types/lib/propsContext/inherit/types.d.ts +0 -6
  125. package/dist/types/lib/propsContext/inherit/types.d.ts.map +0 -1
@@ -54,7 +54,65 @@
54
54
  "description": "",
55
55
  "displayName": "TunnelEntry",
56
56
  "methods": [],
57
- "props": {}
57
+ "props": {
58
+ "id": {
59
+ "defaultValue": null,
60
+ "description": "",
61
+ "name": "id",
62
+ "parent": {
63
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
64
+ "name": "TunnelEntryProps"
65
+ },
66
+ "declarations": [
67
+ {
68
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
69
+ "name": "TunnelEntryProps"
70
+ }
71
+ ],
72
+ "required": false,
73
+ "type": {
74
+ "name": "string"
75
+ }
76
+ },
77
+ "children": {
78
+ "defaultValue": null,
79
+ "description": "",
80
+ "name": "children",
81
+ "parent": {
82
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
83
+ "name": "TunnelEntryProps"
84
+ },
85
+ "declarations": [
86
+ {
87
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
88
+ "name": "TunnelEntryProps"
89
+ }
90
+ ],
91
+ "required": false,
92
+ "type": {
93
+ "name": "TunnelEntryChildren"
94
+ }
95
+ },
96
+ "staticEntryId": {
97
+ "defaultValue": null,
98
+ "description": "Static entry ID instead of generated ID by `useId`",
99
+ "name": "staticEntryId",
100
+ "parent": {
101
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
102
+ "name": "TunnelEntryProps"
103
+ },
104
+ "declarations": [
105
+ {
106
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
107
+ "name": "TunnelEntryProps"
108
+ }
109
+ ],
110
+ "required": false,
111
+ "type": {
112
+ "name": "string"
113
+ }
114
+ }
115
+ }
58
116
  },
59
117
  {
60
118
  "tags": {},
@@ -187548,6 +187606,27 @@
187548
187606
  "name": "DragAndDropHooks<object>"
187549
187607
  }
187550
187608
  },
187609
+ "layout": {
187610
+ "defaultValue": {
187611
+ "value": "'stack'"
187612
+ },
187613
+ "description": "Whether the items are arranged in a stack or grid.",
187614
+ "name": "layout",
187615
+ "parent": {
187616
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
187617
+ "name": "ListBoxProps"
187618
+ },
187619
+ "declarations": [
187620
+ {
187621
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
187622
+ "name": "ListBoxProps"
187623
+ }
187624
+ ],
187625
+ "required": false,
187626
+ "type": {
187627
+ "name": "\"grid\" | \"stack\""
187628
+ }
187629
+ },
187551
187630
  "renderEmptyState": {
187552
187631
  "defaultValue": null,
187553
187632
  "description": "Provides content to display when there are no items in the list.",
@@ -187624,27 +187703,6 @@
187624
187703
  "name": "boolean"
187625
187704
  }
187626
187705
  },
187627
- "layout": {
187628
- "defaultValue": {
187629
- "value": "'stack'"
187630
- },
187631
- "description": "Whether the items are arranged in a stack or grid.",
187632
- "name": "layout",
187633
- "parent": {
187634
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
187635
- "name": "ListBoxProps"
187636
- },
187637
- "declarations": [
187638
- {
187639
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
187640
- "name": "ListBoxProps"
187641
- }
187642
- ],
187643
- "required": false,
187644
- "type": {
187645
- "name": "\"grid\" | \"stack\""
187646
- }
187647
- },
187648
187706
  "dependencies": {
187649
187707
  "defaultValue": null,
187650
187708
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -205125,25 +205183,6 @@
205125
205183
  "name": "PropsContext"
205126
205184
  }
205127
205185
  },
205128
- "levelModel": {
205129
- "defaultValue": null,
205130
- "description": "",
205131
- "name": "levelModel",
205132
- "parent": {
205133
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205134
- "name": "ComponentPropsContextProviderProps"
205135
- },
205136
- "declarations": [
205137
- {
205138
- "fileName": "components/src/lib/propsContext/components/ComponentPropsContextProvider.tsx",
205139
- "name": "ComponentPropsContextProviderProps"
205140
- }
205141
- ],
205142
- "required": false,
205143
- "type": {
205144
- "name": "PropsContextLevelMode"
205145
- }
205146
- },
205147
205186
  "children": {
205148
205187
  "defaultValue": null,
205149
205188
  "description": "",
@@ -213302,25 +213341,6 @@
213302
213341
  "displayName": "ClearPropsContext",
213303
213342
  "methods": [],
213304
213343
  "props": {
213305
- "keep": {
213306
- "defaultValue": null,
213307
- "description": "",
213308
- "name": "keep",
213309
- "parent": {
213310
- "fileName": "components/src/lib/propsContext/components/ClearPropsContext.tsx",
213311
- "name": "ClearPropsContextProps"
213312
- },
213313
- "declarations": [
213314
- {
213315
- "fileName": "components/src/lib/propsContext/components/ClearPropsContext.tsx",
213316
- "name": "ClearPropsContextProps"
213317
- }
213318
- ],
213319
- "required": false,
213320
- "type": {
213321
- "name": "keyof FlowComponentPropsTypes"
213322
- }
213323
- },
213324
213344
  "children": {
213325
213345
  "defaultValue": null,
213326
213346
  "description": "",
@@ -224116,68 +224136,85 @@
224116
224136
  "tags": {
224117
224137
  "flr-generate": "all"
224118
224138
  },
224119
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
224139
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
224120
224140
  "description": "",
224121
- "displayName": "Avatar",
224141
+ "displayName": "Autocomplete",
224122
224142
  "methods": [],
224123
224143
  "props": {
224124
- "size": {
224125
- "defaultValue": {
224126
- "value": "\"m\""
224144
+ "isInvalid": {
224145
+ "defaultValue": null,
224146
+ "description": "",
224147
+ "name": "isInvalid",
224148
+ "parent": {
224149
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224150
+ "name": "AutocompleteProps"
224127
224151
  },
224128
- "description": "The size of the avatar.",
224129
- "name": "size",
224152
+ "declarations": [
224153
+ {
224154
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224155
+ "name": "AutocompleteProps"
224156
+ }
224157
+ ],
224158
+ "required": false,
224159
+ "type": {
224160
+ "name": "boolean"
224161
+ }
224162
+ },
224163
+ "value": {
224164
+ "defaultValue": null,
224165
+ "description": "",
224166
+ "name": "value",
224130
224167
  "parent": {
224131
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224132
- "name": "AvatarProps"
224168
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224169
+ "name": "AutocompleteProps"
224133
224170
  },
224134
224171
  "declarations": [
224135
224172
  {
224136
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224137
- "name": "AvatarProps"
224173
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224174
+ "name": "AutocompleteProps"
224138
224175
  }
224139
224176
  ],
224140
224177
  "required": false,
224141
224178
  "type": {
224142
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224179
+ "name": "string"
224143
224180
  }
224144
224181
  },
224145
- "color": {
224182
+ "defaultValue": {
224146
224183
  "defaultValue": null,
224147
- "description": "The color of icons and initials inside the avatar.",
224148
- "name": "color",
224184
+ "description": "",
224185
+ "name": "defaultValue",
224149
224186
  "parent": {
224150
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224151
- "name": "AvatarProps"
224187
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224188
+ "name": "AutocompleteProps"
224152
224189
  },
224153
224190
  "declarations": [
224154
224191
  {
224155
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224156
- "name": "AvatarProps"
224192
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224193
+ "name": "AutocompleteProps"
224157
224194
  }
224158
224195
  ],
224159
224196
  "required": false,
224160
224197
  "type": {
224161
- "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
224198
+ "name": "string"
224162
224199
  }
224163
224200
  },
224164
- "status": {
224201
+ "onChange": {
224165
224202
  "defaultValue": null,
224166
- "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
224167
- "name": "status",
224203
+ "description": "",
224204
+ "name": "onChange",
224168
224205
  "parent": {
224169
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224170
- "name": "AvatarProps"
224206
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224207
+ "name": "AutocompleteProps"
224171
224208
  },
224172
224209
  "declarations": [
224173
224210
  {
224174
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224175
- "name": "AvatarProps"
224211
+ "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224212
+ "name": "AutocompleteProps"
224176
224213
  }
224177
224214
  ],
224178
224215
  "required": false,
224179
224216
  "type": {
224180
- "name": "Status"
224217
+ "name": "((value: string) => void)"
224181
224218
  }
224182
224219
  },
224183
224220
  "children": {
@@ -224289,92 +224326,155 @@
224289
224326
  "type": {
224290
224327
  "name": "Key | null"
224291
224328
  }
224292
- }
224293
- }
224294
- },
224295
- {
224296
- "tags": {
224297
- "flr-generate": "all"
224298
- },
224299
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Autocomplete/Autocomplete.tsx",
224300
- "description": "",
224301
- "displayName": "Autocomplete",
224302
- "methods": [],
224303
- "props": {
224304
- "isInvalid": {
224329
+ },
224330
+ "slot": {
224305
224331
  "defaultValue": null,
224306
- "description": "",
224307
- "name": "isInvalid",
224332
+ "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.",
224333
+ "name": "slot",
224308
224334
  "parent": {
224309
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224310
- "name": "AutocompleteProps"
224335
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
224336
+ "name": "SlotProps"
224311
224337
  },
224312
224338
  "declarations": [
224313
224339
  {
224314
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224315
- "name": "AutocompleteProps"
224340
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
224341
+ "name": "SlotProps"
224316
224342
  }
224317
224343
  ],
224318
224344
  "required": false,
224319
224345
  "type": {
224320
- "name": "boolean"
224346
+ "name": "string | null"
224321
224347
  }
224322
224348
  },
224323
- "value": {
224349
+ "filter": {
224324
224350
  "defaultValue": null,
224325
- "description": "",
224326
- "name": "value",
224351
+ "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.",
224352
+ "name": "filter",
224327
224353
  "parent": {
224328
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224329
- "name": "AutocompleteProps"
224354
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224355
+ "name": "AriaAutocompleteProps"
224330
224356
  },
224331
224357
  "declarations": [
224332
224358
  {
224333
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224334
- "name": "AutocompleteProps"
224359
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224360
+ "name": "AriaAutocompleteProps"
224335
224361
  }
224336
224362
  ],
224337
224363
  "required": false,
224338
224364
  "type": {
224339
- "name": "string"
224365
+ "name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
224340
224366
  }
224341
224367
  },
224342
- "defaultValue": {
224368
+ "disableAutoFocusFirst": {
224369
+ "defaultValue": {
224370
+ "value": "false"
224371
+ },
224372
+ "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`.",
224373
+ "name": "disableAutoFocusFirst",
224374
+ "parent": {
224375
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224376
+ "name": "AriaAutocompleteProps"
224377
+ },
224378
+ "declarations": [
224379
+ {
224380
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224381
+ "name": "AriaAutocompleteProps"
224382
+ }
224383
+ ],
224384
+ "required": false,
224385
+ "type": {
224386
+ "name": "boolean"
224387
+ }
224388
+ },
224389
+ "disableVirtualFocus": {
224390
+ "defaultValue": {
224391
+ "value": "false"
224392
+ },
224393
+ "description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
224394
+ "name": "disableVirtualFocus",
224395
+ "parent": {
224396
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224397
+ "name": "AriaAutocompleteProps"
224398
+ },
224399
+ "declarations": [
224400
+ {
224401
+ "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224402
+ "name": "AriaAutocompleteProps"
224403
+ }
224404
+ ],
224405
+ "required": false,
224406
+ "type": {
224407
+ "name": "boolean"
224408
+ }
224409
+ }
224410
+ }
224411
+ },
224412
+ {
224413
+ "tags": {
224414
+ "flr-generate": "all"
224415
+ },
224416
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
224417
+ "description": "",
224418
+ "displayName": "Avatar",
224419
+ "methods": [],
224420
+ "props": {
224421
+ "size": {
224422
+ "defaultValue": {
224423
+ "value": "\"m\""
224424
+ },
224425
+ "description": "The size of the avatar.",
224426
+ "name": "size",
224427
+ "parent": {
224428
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224429
+ "name": "AvatarProps"
224430
+ },
224431
+ "declarations": [
224432
+ {
224433
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224434
+ "name": "AvatarProps"
224435
+ }
224436
+ ],
224437
+ "required": false,
224438
+ "type": {
224439
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224440
+ }
224441
+ },
224442
+ "color": {
224343
224443
  "defaultValue": null,
224344
- "description": "",
224345
- "name": "defaultValue",
224444
+ "description": "The color of icons and initials inside the avatar.",
224445
+ "name": "color",
224346
224446
  "parent": {
224347
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224348
- "name": "AutocompleteProps"
224447
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224448
+ "name": "AvatarProps"
224349
224449
  },
224350
224450
  "declarations": [
224351
224451
  {
224352
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224353
- "name": "AutocompleteProps"
224452
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224453
+ "name": "AvatarProps"
224354
224454
  }
224355
224455
  ],
224356
224456
  "required": false,
224357
224457
  "type": {
224358
- "name": "string"
224458
+ "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
224359
224459
  }
224360
224460
  },
224361
- "onChange": {
224461
+ "status": {
224362
224462
  "defaultValue": null,
224363
- "description": "",
224364
- "name": "onChange",
224463
+ "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
224464
+ "name": "status",
224365
224465
  "parent": {
224366
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224367
- "name": "AutocompleteProps"
224466
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224467
+ "name": "AvatarProps"
224368
224468
  },
224369
224469
  "declarations": [
224370
224470
  {
224371
- "fileName": "components/src/components/Autocomplete/Autocomplete.tsx",
224372
- "name": "AutocompleteProps"
224471
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224472
+ "name": "AvatarProps"
224373
224473
  }
224374
224474
  ],
224375
224475
  "required": false,
224376
224476
  "type": {
224377
- "name": "((value: string) => void)"
224477
+ "name": "Status"
224378
224478
  }
224379
224479
  },
224380
224480
  "children": {
@@ -224486,86 +224586,6 @@
224486
224586
  "type": {
224487
224587
  "name": "Key | null"
224488
224588
  }
224489
- },
224490
- "slot": {
224491
- "defaultValue": null,
224492
- "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.",
224493
- "name": "slot",
224494
- "parent": {
224495
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
224496
- "name": "SlotProps"
224497
- },
224498
- "declarations": [
224499
- {
224500
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
224501
- "name": "SlotProps"
224502
- }
224503
- ],
224504
- "required": false,
224505
- "type": {
224506
- "name": "string | null"
224507
- }
224508
- },
224509
- "filter": {
224510
- "defaultValue": null,
224511
- "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.",
224512
- "name": "filter",
224513
- "parent": {
224514
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224515
- "name": "AriaAutocompleteProps"
224516
- },
224517
- "declarations": [
224518
- {
224519
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224520
- "name": "AriaAutocompleteProps"
224521
- }
224522
- ],
224523
- "required": false,
224524
- "type": {
224525
- "name": "((textValue: string, inputValue: string, node: Node<object>) => boolean)"
224526
- }
224527
- },
224528
- "disableAutoFocusFirst": {
224529
- "defaultValue": {
224530
- "value": "false"
224531
- },
224532
- "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`.",
224533
- "name": "disableAutoFocusFirst",
224534
- "parent": {
224535
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224536
- "name": "AriaAutocompleteProps"
224537
- },
224538
- "declarations": [
224539
- {
224540
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224541
- "name": "AriaAutocompleteProps"
224542
- }
224543
- ],
224544
- "required": false,
224545
- "type": {
224546
- "name": "boolean"
224547
- }
224548
- },
224549
- "disableVirtualFocus": {
224550
- "defaultValue": {
224551
- "value": "false"
224552
- },
224553
- "description": "Whether the autocomplete should disable virtual focus, instead making the wrapped collection directly tabbable.",
224554
- "name": "disableVirtualFocus",
224555
- "parent": {
224556
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224557
- "name": "AriaAutocompleteProps"
224558
- },
224559
- "declarations": [
224560
- {
224561
- "fileName": "flow/node_modules/.pnpm/@react-aria+autocomplete@3.0.0-rc.3_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/@react-aria/autocomplete/dist/types.d.ts",
224562
- "name": "AriaAutocompleteProps"
224563
- }
224564
- ],
224565
- "required": false,
224566
- "type": {
224567
- "name": "boolean"
224568
- }
224569
224589
  }
224570
224590
  }
224571
224591
  },
@@ -258010,10 +258030,10 @@
258010
258030
  "name": "() => ArrayIterator<any>"
258011
258031
  }
258012
258032
  },
258013
- "__@unscopables@3162": {
258033
+ "__@unscopables@3171": {
258014
258034
  "defaultValue": null,
258015
258035
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258016
- "name": "__@unscopables@3162",
258036
+ "name": "__@unscopables@3171",
258017
258037
  "parent": {
258018
258038
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258019
258039
  "name": "Array"
@@ -258846,10 +258866,10 @@
258846
258866
  "name": "() => ArrayIterator<any>"
258847
258867
  }
258848
258868
  },
258849
- "__@unscopables@3162": {
258869
+ "__@unscopables@3171": {
258850
258870
  "defaultValue": null,
258851
258871
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
258852
- "name": "__@unscopables@3162",
258872
+ "name": "__@unscopables@3171",
258853
258873
  "parent": {
258854
258874
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
258855
258875
  "name": "Array"
@@ -259682,10 +259702,10 @@
259682
259702
  "name": "() => ArrayIterator<any>"
259683
259703
  }
259684
259704
  },
259685
- "__@unscopables@3162": {
259705
+ "__@unscopables@3171": {
259686
259706
  "defaultValue": null,
259687
259707
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
259688
- "name": "__@unscopables@3162",
259708
+ "name": "__@unscopables@3171",
259689
259709
  "parent": {
259690
259710
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
259691
259711
  "name": "Array"
@@ -297796,6 +297816,25 @@
297796
297816
  "name": "string"
297797
297817
  }
297798
297818
  },
297819
+ "layout": {
297820
+ "defaultValue": null,
297821
+ "description": "",
297822
+ "name": "layout",
297823
+ "parent": {
297824
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
297825
+ "name": "DefaultLegendContentProps"
297826
+ },
297827
+ "declarations": [
297828
+ {
297829
+ "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
297830
+ "name": "DefaultLegendContentProps"
297831
+ }
297832
+ ],
297833
+ "required": false,
297834
+ "type": {
297835
+ "name": "LayoutType"
297836
+ }
297837
+ },
297799
297838
  "spacing": {
297800
297839
  "defaultValue": null,
297801
297840
  "description": "",
@@ -302318,25 +302357,6 @@
302318
302357
  "name": "string"
302319
302358
  }
302320
302359
  },
302321
- "layout": {
302322
- "defaultValue": null,
302323
- "description": "",
302324
- "name": "layout",
302325
- "parent": {
302326
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
302327
- "name": "DefaultLegendContentProps"
302328
- },
302329
- "declarations": [
302330
- {
302331
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.2_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
302332
- "name": "DefaultLegendContentProps"
302333
- }
302334
- ],
302335
- "required": false,
302336
- "type": {
302337
- "name": "LayoutType"
302338
- }
302339
- },
302340
302360
  "onPointerEnterCapture": {
302341
302361
  "defaultValue": null,
302342
302362
  "description": "",
@@ -334265,53 +334285,6 @@
334265
334285
  "methods": [],
334266
334286
  "props": {}
334267
334287
  },
334268
- {
334269
- "tags": {},
334270
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334271
- "description": "",
334272
- "displayName": "SearchField",
334273
- "methods": [],
334274
- "props": {
334275
- "search": {
334276
- "defaultValue": null,
334277
- "description": "",
334278
- "name": "search",
334279
- "parent": {
334280
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334281
- "name": "Props"
334282
- },
334283
- "declarations": [
334284
- {
334285
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334286
- "name": "Props"
334287
- }
334288
- ],
334289
- "required": true,
334290
- "type": {
334291
- "name": "Search<never>"
334292
- }
334293
- },
334294
- "className": {
334295
- "defaultValue": null,
334296
- "description": "The elements class name.",
334297
- "name": "className",
334298
- "parent": {
334299
- "fileName": "components/src/lib/types/props.ts",
334300
- "name": "PropsWithClassName"
334301
- },
334302
- "declarations": [
334303
- {
334304
- "fileName": "components/src/lib/types/props.ts",
334305
- "name": "PropsWithClassName"
334306
- }
334307
- ],
334308
- "required": false,
334309
- "type": {
334310
- "name": "string"
334311
- }
334312
- }
334313
- }
334314
- },
334315
334288
  {
334316
334289
  "tags": {},
334317
334290
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
@@ -334392,6 +334365,53 @@
334392
334365
  "methods": [],
334393
334366
  "props": {}
334394
334367
  },
334368
+ {
334369
+ "tags": {},
334370
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334371
+ "description": "",
334372
+ "displayName": "SearchField",
334373
+ "methods": [],
334374
+ "props": {
334375
+ "search": {
334376
+ "defaultValue": null,
334377
+ "description": "",
334378
+ "name": "search",
334379
+ "parent": {
334380
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334381
+ "name": "Props"
334382
+ },
334383
+ "declarations": [
334384
+ {
334385
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
334386
+ "name": "Props"
334387
+ }
334388
+ ],
334389
+ "required": true,
334390
+ "type": {
334391
+ "name": "Search<never>"
334392
+ }
334393
+ },
334394
+ "className": {
334395
+ "defaultValue": null,
334396
+ "description": "The elements class name.",
334397
+ "name": "className",
334398
+ "parent": {
334399
+ "fileName": "components/src/lib/types/props.ts",
334400
+ "name": "PropsWithClassName"
334401
+ },
334402
+ "declarations": [
334403
+ {
334404
+ "fileName": "components/src/lib/types/props.ts",
334405
+ "name": "PropsWithClassName"
334406
+ }
334407
+ ],
334408
+ "required": false,
334409
+ "type": {
334410
+ "name": "string"
334411
+ }
334412
+ }
334413
+ }
334414
+ },
334395
334415
  {
334396
334416
  "tags": {},
334397
334417
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",