@mittwald/flow-react-components 0.2.0-alpha.285 → 0.2.0-alpha.287

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.
@@ -62909,6 +62909,429 @@
62909
62909
  }
62910
62910
  }
62911
62911
  },
62912
+ {
62913
+ "tags": {},
62914
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
62915
+ "description": "",
62916
+ "displayName": "List",
62917
+ "methods": [],
62918
+ "props": {
62919
+ "batchSize": {
62920
+ "defaultValue": null,
62921
+ "description": "The number of items to be displayed on one page.",
62922
+ "name": "batchSize",
62923
+ "parent": {
62924
+ "fileName": "components/src/components/List/List.tsx",
62925
+ "name": "ListProps"
62926
+ },
62927
+ "declarations": [
62928
+ {
62929
+ "fileName": "components/src/components/List/List.tsx",
62930
+ "name": "ListProps"
62931
+ }
62932
+ ],
62933
+ "required": false,
62934
+ "type": {
62935
+ "name": "number"
62936
+ }
62937
+ },
62938
+ "hidePagination": {
62939
+ "defaultValue": null,
62940
+ "description": "",
62941
+ "name": "hidePagination",
62942
+ "parent": {
62943
+ "fileName": "components/src/components/List/List.tsx",
62944
+ "name": "ListProps"
62945
+ },
62946
+ "declarations": [
62947
+ {
62948
+ "fileName": "components/src/components/List/List.tsx",
62949
+ "name": "ListProps"
62950
+ }
62951
+ ],
62952
+ "required": false,
62953
+ "type": {
62954
+ "name": "boolean"
62955
+ }
62956
+ },
62957
+ "children": {
62958
+ "defaultValue": null,
62959
+ "description": "",
62960
+ "name": "children",
62961
+ "declarations": [
62962
+ {
62963
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
62964
+ "name": "TypeLiteral"
62965
+ }
62966
+ ],
62967
+ "required": false,
62968
+ "type": {
62969
+ "name": "ReactNode"
62970
+ }
62971
+ },
62972
+ "wrapWith": {
62973
+ "defaultValue": null,
62974
+ "description": "",
62975
+ "name": "wrapWith",
62976
+ "parent": {
62977
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
62978
+ "name": "FlowComponentProps"
62979
+ },
62980
+ "declarations": [
62981
+ {
62982
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
62983
+ "name": "FlowComponentProps"
62984
+ }
62985
+ ],
62986
+ "required": false,
62987
+ "type": {
62988
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
62989
+ }
62990
+ },
62991
+ "tunnelId": {
62992
+ "defaultValue": null,
62993
+ "description": "@internal",
62994
+ "name": "tunnelId",
62995
+ "parent": {
62996
+ "fileName": "components/src/lib/types/props.ts",
62997
+ "name": "PropsWithTunnel"
62998
+ },
62999
+ "declarations": [
63000
+ {
63001
+ "fileName": "components/src/lib/types/props.ts",
63002
+ "name": "PropsWithTunnel"
63003
+ }
63004
+ ],
63005
+ "required": false,
63006
+ "type": {
63007
+ "name": "string | null"
63008
+ }
63009
+ },
63010
+ "ref": {
63011
+ "defaultValue": null,
63012
+ "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}",
63013
+ "name": "ref",
63014
+ "parent": {
63015
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63016
+ "name": "RefAttributes"
63017
+ },
63018
+ "declarations": [
63019
+ {
63020
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63021
+ "name": "RefAttributes"
63022
+ }
63023
+ ],
63024
+ "required": false,
63025
+ "type": {
63026
+ "name": "Ref<HTMLDivElement>"
63027
+ }
63028
+ },
63029
+ "key": {
63030
+ "defaultValue": null,
63031
+ "description": "",
63032
+ "name": "key",
63033
+ "parent": {
63034
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63035
+ "name": "Attributes"
63036
+ },
63037
+ "declarations": [
63038
+ {
63039
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63040
+ "name": "Attributes"
63041
+ }
63042
+ ],
63043
+ "required": false,
63044
+ "type": {
63045
+ "name": "Key | null"
63046
+ }
63047
+ },
63048
+ "onChange": {
63049
+ "defaultValue": null,
63050
+ "description": "",
63051
+ "name": "onChange",
63052
+ "parent": {
63053
+ "fileName": "components/src/components/List/model/types.ts",
63054
+ "name": "ListShape"
63055
+ },
63056
+ "declarations": [
63057
+ {
63058
+ "fileName": "components/src/components/List/model/types.ts",
63059
+ "name": "ListShape"
63060
+ }
63061
+ ],
63062
+ "required": false,
63063
+ "type": {
63064
+ "name": "OnListChanged<never>"
63065
+ }
63066
+ },
63067
+ "aria-label": {
63068
+ "defaultValue": null,
63069
+ "description": "",
63070
+ "name": "aria-label",
63071
+ "parent": {
63072
+ "fileName": "components/src/components/List/model/types.ts",
63073
+ "name": "ListSupportedComponentProps"
63074
+ },
63075
+ "declarations": [
63076
+ {
63077
+ "fileName": "components/src/components/List/model/types.ts",
63078
+ "name": "ListSupportedComponentProps"
63079
+ }
63080
+ ],
63081
+ "required": false,
63082
+ "type": {
63083
+ "name": "string"
63084
+ }
63085
+ },
63086
+ "aria-labelledby": {
63087
+ "defaultValue": null,
63088
+ "description": "",
63089
+ "name": "aria-labelledby",
63090
+ "parent": {
63091
+ "fileName": "components/src/components/List/model/types.ts",
63092
+ "name": "ListSupportedComponentProps"
63093
+ },
63094
+ "declarations": [
63095
+ {
63096
+ "fileName": "components/src/components/List/model/types.ts",
63097
+ "name": "ListSupportedComponentProps"
63098
+ }
63099
+ ],
63100
+ "required": false,
63101
+ "type": {
63102
+ "name": "string"
63103
+ }
63104
+ },
63105
+ "disallowEmptySelection": {
63106
+ "defaultValue": null,
63107
+ "description": "Whether the collection allows empty selection.",
63108
+ "name": "disallowEmptySelection",
63109
+ "parent": {
63110
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63111
+ "name": "MultipleSelection"
63112
+ },
63113
+ "declarations": [
63114
+ {
63115
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63116
+ "name": "MultipleSelection"
63117
+ }
63118
+ ],
63119
+ "required": false,
63120
+ "type": {
63121
+ "name": "boolean"
63122
+ }
63123
+ },
63124
+ "onSelectionChange": {
63125
+ "defaultValue": null,
63126
+ "description": "Handler that is called when the selection changes.",
63127
+ "name": "onSelectionChange",
63128
+ "parent": {
63129
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63130
+ "name": "MultipleSelection"
63131
+ },
63132
+ "declarations": [
63133
+ {
63134
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63135
+ "name": "MultipleSelection"
63136
+ }
63137
+ ],
63138
+ "required": false,
63139
+ "type": {
63140
+ "name": "((keys: Selection) => void)"
63141
+ }
63142
+ },
63143
+ "disabledKeys": {
63144
+ "defaultValue": null,
63145
+ "description": "The currently disabled keys in the collection (controlled).",
63146
+ "name": "disabledKeys",
63147
+ "parent": {
63148
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63149
+ "name": "MultipleSelection"
63150
+ },
63151
+ "declarations": [
63152
+ {
63153
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63154
+ "name": "MultipleSelection"
63155
+ }
63156
+ ],
63157
+ "required": false,
63158
+ "type": {
63159
+ "name": "Iterable<Key>"
63160
+ }
63161
+ },
63162
+ "selectionMode": {
63163
+ "defaultValue": null,
63164
+ "description": "The type of selection that is allowed in the collection.",
63165
+ "name": "selectionMode",
63166
+ "parent": {
63167
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63168
+ "name": "MultipleSelection"
63169
+ },
63170
+ "declarations": [
63171
+ {
63172
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63173
+ "name": "MultipleSelection"
63174
+ }
63175
+ ],
63176
+ "required": false,
63177
+ "type": {
63178
+ "name": "SelectionMode"
63179
+ }
63180
+ },
63181
+ "selectedKeys": {
63182
+ "defaultValue": null,
63183
+ "description": "The currently selected keys in the collection (controlled).",
63184
+ "name": "selectedKeys",
63185
+ "parent": {
63186
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63187
+ "name": "MultipleSelection"
63188
+ },
63189
+ "declarations": [
63190
+ {
63191
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63192
+ "name": "MultipleSelection"
63193
+ }
63194
+ ],
63195
+ "required": false,
63196
+ "type": {
63197
+ "name": "\"all\" | Iterable<Key>"
63198
+ }
63199
+ },
63200
+ "defaultSelectedKeys": {
63201
+ "defaultValue": null,
63202
+ "description": "The initial selected keys in the collection (uncontrolled).",
63203
+ "name": "defaultSelectedKeys",
63204
+ "parent": {
63205
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63206
+ "name": "MultipleSelection"
63207
+ },
63208
+ "declarations": [
63209
+ {
63210
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63211
+ "name": "MultipleSelection"
63212
+ }
63213
+ ],
63214
+ "required": false,
63215
+ "type": {
63216
+ "name": "\"all\" | Iterable<Key>"
63217
+ }
63218
+ },
63219
+ "selectionBehavior": {
63220
+ "defaultValue": null,
63221
+ "description": "",
63222
+ "name": "selectionBehavior",
63223
+ "parent": {
63224
+ "fileName": "components/src/components/List/model/types.ts",
63225
+ "name": "ListSupportedComponentProps"
63226
+ },
63227
+ "declarations": [
63228
+ {
63229
+ "fileName": "components/src/components/List/model/types.ts",
63230
+ "name": "ListSupportedComponentProps"
63231
+ }
63232
+ ],
63233
+ "required": false,
63234
+ "type": {
63235
+ "name": "SelectionBehavior"
63236
+ }
63237
+ },
63238
+ "accordion": {
63239
+ "defaultValue": null,
63240
+ "description": "",
63241
+ "name": "accordion",
63242
+ "parent": {
63243
+ "fileName": "components/src/components/List/model/types.ts",
63244
+ "name": "ListShape"
63245
+ },
63246
+ "declarations": [
63247
+ {
63248
+ "fileName": "components/src/components/List/model/types.ts",
63249
+ "name": "ListShape"
63250
+ }
63251
+ ],
63252
+ "required": false,
63253
+ "type": {
63254
+ "name": "boolean"
63255
+ }
63256
+ },
63257
+ "onAction": {
63258
+ "defaultValue": null,
63259
+ "description": "",
63260
+ "name": "onAction",
63261
+ "parent": {
63262
+ "fileName": "components/src/components/List/model/types.ts",
63263
+ "name": "ListShape"
63264
+ },
63265
+ "declarations": [
63266
+ {
63267
+ "fileName": "components/src/components/List/model/types.ts",
63268
+ "name": "ListShape"
63269
+ }
63270
+ ],
63271
+ "required": false,
63272
+ "type": {
63273
+ "name": "ItemActionFn<never>"
63274
+ }
63275
+ },
63276
+ "settingStorageKey": {
63277
+ "defaultValue": null,
63278
+ "description": "",
63279
+ "name": "settingStorageKey",
63280
+ "parent": {
63281
+ "fileName": "components/src/components/List/model/types.ts",
63282
+ "name": "ListShape"
63283
+ },
63284
+ "declarations": [
63285
+ {
63286
+ "fileName": "components/src/components/List/model/types.ts",
63287
+ "name": "ListShape"
63288
+ }
63289
+ ],
63290
+ "required": false,
63291
+ "type": {
63292
+ "name": "string"
63293
+ }
63294
+ },
63295
+ "getItemId": {
63296
+ "defaultValue": null,
63297
+ "description": "",
63298
+ "name": "getItemId",
63299
+ "parent": {
63300
+ "fileName": "components/src/components/List/model/types.ts",
63301
+ "name": "ListShape"
63302
+ },
63303
+ "declarations": [
63304
+ {
63305
+ "fileName": "components/src/components/List/model/types.ts",
63306
+ "name": "ListShape"
63307
+ }
63308
+ ],
63309
+ "required": false,
63310
+ "type": {
63311
+ "name": "GetItemId<never>"
63312
+ }
63313
+ },
63314
+ "defaultViewMode": {
63315
+ "defaultValue": null,
63316
+ "description": "",
63317
+ "name": "defaultViewMode",
63318
+ "parent": {
63319
+ "fileName": "components/src/components/List/model/types.ts",
63320
+ "name": "ListShape"
63321
+ },
63322
+ "declarations": [
63323
+ {
63324
+ "fileName": "components/src/components/List/model/types.ts",
63325
+ "name": "ListShape"
63326
+ }
63327
+ ],
63328
+ "required": false,
63329
+ "type": {
63330
+ "name": "ListViewMode"
63331
+ }
63332
+ }
63333
+ }
63334
+ },
62912
63335
  {
62913
63336
  "tags": {
62914
63337
  "flr-generate": "all",
@@ -63698,429 +64121,6 @@
63698
64121
  }
63699
64122
  }
63700
64123
  },
63701
- {
63702
- "tags": {},
63703
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
63704
- "description": "",
63705
- "displayName": "List",
63706
- "methods": [],
63707
- "props": {
63708
- "batchSize": {
63709
- "defaultValue": null,
63710
- "description": "The number of items to be displayed on one page.",
63711
- "name": "batchSize",
63712
- "parent": {
63713
- "fileName": "components/src/components/List/List.tsx",
63714
- "name": "ListProps"
63715
- },
63716
- "declarations": [
63717
- {
63718
- "fileName": "components/src/components/List/List.tsx",
63719
- "name": "ListProps"
63720
- }
63721
- ],
63722
- "required": false,
63723
- "type": {
63724
- "name": "number"
63725
- }
63726
- },
63727
- "hidePagination": {
63728
- "defaultValue": null,
63729
- "description": "",
63730
- "name": "hidePagination",
63731
- "parent": {
63732
- "fileName": "components/src/components/List/List.tsx",
63733
- "name": "ListProps"
63734
- },
63735
- "declarations": [
63736
- {
63737
- "fileName": "components/src/components/List/List.tsx",
63738
- "name": "ListProps"
63739
- }
63740
- ],
63741
- "required": false,
63742
- "type": {
63743
- "name": "boolean"
63744
- }
63745
- },
63746
- "children": {
63747
- "defaultValue": null,
63748
- "description": "",
63749
- "name": "children",
63750
- "declarations": [
63751
- {
63752
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63753
- "name": "TypeLiteral"
63754
- }
63755
- ],
63756
- "required": false,
63757
- "type": {
63758
- "name": "ReactNode"
63759
- }
63760
- },
63761
- "wrapWith": {
63762
- "defaultValue": null,
63763
- "description": "",
63764
- "name": "wrapWith",
63765
- "parent": {
63766
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
63767
- "name": "FlowComponentProps"
63768
- },
63769
- "declarations": [
63770
- {
63771
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
63772
- "name": "FlowComponentProps"
63773
- }
63774
- ],
63775
- "required": false,
63776
- "type": {
63777
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
63778
- }
63779
- },
63780
- "tunnelId": {
63781
- "defaultValue": null,
63782
- "description": "@internal",
63783
- "name": "tunnelId",
63784
- "parent": {
63785
- "fileName": "components/src/lib/types/props.ts",
63786
- "name": "PropsWithTunnel"
63787
- },
63788
- "declarations": [
63789
- {
63790
- "fileName": "components/src/lib/types/props.ts",
63791
- "name": "PropsWithTunnel"
63792
- }
63793
- ],
63794
- "required": false,
63795
- "type": {
63796
- "name": "string | null"
63797
- }
63798
- },
63799
- "ref": {
63800
- "defaultValue": null,
63801
- "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}",
63802
- "name": "ref",
63803
- "parent": {
63804
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63805
- "name": "RefAttributes"
63806
- },
63807
- "declarations": [
63808
- {
63809
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63810
- "name": "RefAttributes"
63811
- }
63812
- ],
63813
- "required": false,
63814
- "type": {
63815
- "name": "Ref<HTMLDivElement>"
63816
- }
63817
- },
63818
- "key": {
63819
- "defaultValue": null,
63820
- "description": "",
63821
- "name": "key",
63822
- "parent": {
63823
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63824
- "name": "Attributes"
63825
- },
63826
- "declarations": [
63827
- {
63828
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63829
- "name": "Attributes"
63830
- }
63831
- ],
63832
- "required": false,
63833
- "type": {
63834
- "name": "Key | null"
63835
- }
63836
- },
63837
- "onChange": {
63838
- "defaultValue": null,
63839
- "description": "",
63840
- "name": "onChange",
63841
- "parent": {
63842
- "fileName": "components/src/components/List/model/types.ts",
63843
- "name": "ListShape"
63844
- },
63845
- "declarations": [
63846
- {
63847
- "fileName": "components/src/components/List/model/types.ts",
63848
- "name": "ListShape"
63849
- }
63850
- ],
63851
- "required": false,
63852
- "type": {
63853
- "name": "OnListChanged<never>"
63854
- }
63855
- },
63856
- "aria-label": {
63857
- "defaultValue": null,
63858
- "description": "",
63859
- "name": "aria-label",
63860
- "parent": {
63861
- "fileName": "components/src/components/List/model/types.ts",
63862
- "name": "ListSupportedComponentProps"
63863
- },
63864
- "declarations": [
63865
- {
63866
- "fileName": "components/src/components/List/model/types.ts",
63867
- "name": "ListSupportedComponentProps"
63868
- }
63869
- ],
63870
- "required": false,
63871
- "type": {
63872
- "name": "string"
63873
- }
63874
- },
63875
- "aria-labelledby": {
63876
- "defaultValue": null,
63877
- "description": "",
63878
- "name": "aria-labelledby",
63879
- "parent": {
63880
- "fileName": "components/src/components/List/model/types.ts",
63881
- "name": "ListSupportedComponentProps"
63882
- },
63883
- "declarations": [
63884
- {
63885
- "fileName": "components/src/components/List/model/types.ts",
63886
- "name": "ListSupportedComponentProps"
63887
- }
63888
- ],
63889
- "required": false,
63890
- "type": {
63891
- "name": "string"
63892
- }
63893
- },
63894
- "disallowEmptySelection": {
63895
- "defaultValue": null,
63896
- "description": "Whether the collection allows empty selection.",
63897
- "name": "disallowEmptySelection",
63898
- "parent": {
63899
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63900
- "name": "MultipleSelection"
63901
- },
63902
- "declarations": [
63903
- {
63904
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63905
- "name": "MultipleSelection"
63906
- }
63907
- ],
63908
- "required": false,
63909
- "type": {
63910
- "name": "boolean"
63911
- }
63912
- },
63913
- "onSelectionChange": {
63914
- "defaultValue": null,
63915
- "description": "Handler that is called when the selection changes.",
63916
- "name": "onSelectionChange",
63917
- "parent": {
63918
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63919
- "name": "MultipleSelection"
63920
- },
63921
- "declarations": [
63922
- {
63923
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63924
- "name": "MultipleSelection"
63925
- }
63926
- ],
63927
- "required": false,
63928
- "type": {
63929
- "name": "((keys: Selection) => void)"
63930
- }
63931
- },
63932
- "disabledKeys": {
63933
- "defaultValue": null,
63934
- "description": "The currently disabled keys in the collection (controlled).",
63935
- "name": "disabledKeys",
63936
- "parent": {
63937
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63938
- "name": "MultipleSelection"
63939
- },
63940
- "declarations": [
63941
- {
63942
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63943
- "name": "MultipleSelection"
63944
- }
63945
- ],
63946
- "required": false,
63947
- "type": {
63948
- "name": "Iterable<Key>"
63949
- }
63950
- },
63951
- "selectionMode": {
63952
- "defaultValue": null,
63953
- "description": "The type of selection that is allowed in the collection.",
63954
- "name": "selectionMode",
63955
- "parent": {
63956
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63957
- "name": "MultipleSelection"
63958
- },
63959
- "declarations": [
63960
- {
63961
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63962
- "name": "MultipleSelection"
63963
- }
63964
- ],
63965
- "required": false,
63966
- "type": {
63967
- "name": "SelectionMode"
63968
- }
63969
- },
63970
- "selectedKeys": {
63971
- "defaultValue": null,
63972
- "description": "The currently selected keys in the collection (controlled).",
63973
- "name": "selectedKeys",
63974
- "parent": {
63975
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63976
- "name": "MultipleSelection"
63977
- },
63978
- "declarations": [
63979
- {
63980
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63981
- "name": "MultipleSelection"
63982
- }
63983
- ],
63984
- "required": false,
63985
- "type": {
63986
- "name": "\"all\" | Iterable<Key>"
63987
- }
63988
- },
63989
- "defaultSelectedKeys": {
63990
- "defaultValue": null,
63991
- "description": "The initial selected keys in the collection (uncontrolled).",
63992
- "name": "defaultSelectedKeys",
63993
- "parent": {
63994
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63995
- "name": "MultipleSelection"
63996
- },
63997
- "declarations": [
63998
- {
63999
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
64000
- "name": "MultipleSelection"
64001
- }
64002
- ],
64003
- "required": false,
64004
- "type": {
64005
- "name": "\"all\" | Iterable<Key>"
64006
- }
64007
- },
64008
- "selectionBehavior": {
64009
- "defaultValue": null,
64010
- "description": "",
64011
- "name": "selectionBehavior",
64012
- "parent": {
64013
- "fileName": "components/src/components/List/model/types.ts",
64014
- "name": "ListSupportedComponentProps"
64015
- },
64016
- "declarations": [
64017
- {
64018
- "fileName": "components/src/components/List/model/types.ts",
64019
- "name": "ListSupportedComponentProps"
64020
- }
64021
- ],
64022
- "required": false,
64023
- "type": {
64024
- "name": "SelectionBehavior"
64025
- }
64026
- },
64027
- "accordion": {
64028
- "defaultValue": null,
64029
- "description": "",
64030
- "name": "accordion",
64031
- "parent": {
64032
- "fileName": "components/src/components/List/model/types.ts",
64033
- "name": "ListShape"
64034
- },
64035
- "declarations": [
64036
- {
64037
- "fileName": "components/src/components/List/model/types.ts",
64038
- "name": "ListShape"
64039
- }
64040
- ],
64041
- "required": false,
64042
- "type": {
64043
- "name": "boolean"
64044
- }
64045
- },
64046
- "onAction": {
64047
- "defaultValue": null,
64048
- "description": "",
64049
- "name": "onAction",
64050
- "parent": {
64051
- "fileName": "components/src/components/List/model/types.ts",
64052
- "name": "ListShape"
64053
- },
64054
- "declarations": [
64055
- {
64056
- "fileName": "components/src/components/List/model/types.ts",
64057
- "name": "ListShape"
64058
- }
64059
- ],
64060
- "required": false,
64061
- "type": {
64062
- "name": "ItemActionFn<never>"
64063
- }
64064
- },
64065
- "settingStorageKey": {
64066
- "defaultValue": null,
64067
- "description": "",
64068
- "name": "settingStorageKey",
64069
- "parent": {
64070
- "fileName": "components/src/components/List/model/types.ts",
64071
- "name": "ListShape"
64072
- },
64073
- "declarations": [
64074
- {
64075
- "fileName": "components/src/components/List/model/types.ts",
64076
- "name": "ListShape"
64077
- }
64078
- ],
64079
- "required": false,
64080
- "type": {
64081
- "name": "string"
64082
- }
64083
- },
64084
- "getItemId": {
64085
- "defaultValue": null,
64086
- "description": "",
64087
- "name": "getItemId",
64088
- "parent": {
64089
- "fileName": "components/src/components/List/model/types.ts",
64090
- "name": "ListShape"
64091
- },
64092
- "declarations": [
64093
- {
64094
- "fileName": "components/src/components/List/model/types.ts",
64095
- "name": "ListShape"
64096
- }
64097
- ],
64098
- "required": false,
64099
- "type": {
64100
- "name": "GetItemId<never>"
64101
- }
64102
- },
64103
- "defaultViewMode": {
64104
- "defaultValue": null,
64105
- "description": "",
64106
- "name": "defaultViewMode",
64107
- "parent": {
64108
- "fileName": "components/src/components/List/model/types.ts",
64109
- "name": "ListShape"
64110
- },
64111
- "declarations": [
64112
- {
64113
- "fileName": "components/src/components/List/model/types.ts",
64114
- "name": "ListShape"
64115
- }
64116
- ],
64117
- "required": false,
64118
- "type": {
64119
- "name": "ListViewMode"
64120
- }
64121
- }
64122
- }
64123
- },
64124
64124
  {
64125
64125
  "tags": {},
64126
64126
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
@@ -219916,6 +219916,72 @@
219916
219916
  }
219917
219917
  }
219918
219918
  },
219919
+ {
219920
+ "tags": {},
219921
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
219922
+ "description": "",
219923
+ "displayName": "TabList",
219924
+ "methods": [],
219925
+ "props": {
219926
+ "selection": {
219927
+ "defaultValue": null,
219928
+ "description": "",
219929
+ "name": "selection",
219930
+ "parent": {
219931
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219932
+ "name": "Props"
219933
+ },
219934
+ "declarations": [
219935
+ {
219936
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219937
+ "name": "Props"
219938
+ }
219939
+ ],
219940
+ "required": true,
219941
+ "type": {
219942
+ "name": "Key | undefined"
219943
+ }
219944
+ },
219945
+ "onContextMenuSelectionChange": {
219946
+ "defaultValue": null,
219947
+ "description": "",
219948
+ "name": "onContextMenuSelectionChange",
219949
+ "parent": {
219950
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219951
+ "name": "Props"
219952
+ },
219953
+ "declarations": [
219954
+ {
219955
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219956
+ "name": "Props"
219957
+ }
219958
+ ],
219959
+ "required": true,
219960
+ "type": {
219961
+ "name": "(key: Key) => void"
219962
+ }
219963
+ },
219964
+ "disabledKeys": {
219965
+ "defaultValue": null,
219966
+ "description": "",
219967
+ "name": "disabledKeys",
219968
+ "parent": {
219969
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219970
+ "name": "Props"
219971
+ },
219972
+ "declarations": [
219973
+ {
219974
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
219975
+ "name": "Props"
219976
+ }
219977
+ ],
219978
+ "required": false,
219979
+ "type": {
219980
+ "name": "Iterable<Key>"
219981
+ }
219982
+ }
219983
+ }
219984
+ },
219919
219985
  {
219920
219986
  "tags": {},
219921
219987
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabTitle/TabTitleCollapsed.tsx",
@@ -220312,253 +220378,6 @@
220312
220378
  }
220313
220379
  }
220314
220380
  },
220315
- {
220316
- "tags": {},
220317
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
220318
- "description": "",
220319
- "displayName": "TabList",
220320
- "methods": [],
220321
- "props": {
220322
- "selection": {
220323
- "defaultValue": null,
220324
- "description": "",
220325
- "name": "selection",
220326
- "parent": {
220327
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220328
- "name": "Props"
220329
- },
220330
- "declarations": [
220331
- {
220332
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220333
- "name": "Props"
220334
- }
220335
- ],
220336
- "required": true,
220337
- "type": {
220338
- "name": "Key | undefined"
220339
- }
220340
- },
220341
- "onContextMenuSelectionChange": {
220342
- "defaultValue": null,
220343
- "description": "",
220344
- "name": "onContextMenuSelectionChange",
220345
- "parent": {
220346
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220347
- "name": "Props"
220348
- },
220349
- "declarations": [
220350
- {
220351
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220352
- "name": "Props"
220353
- }
220354
- ],
220355
- "required": true,
220356
- "type": {
220357
- "name": "(key: Key) => void"
220358
- }
220359
- },
220360
- "disabledKeys": {
220361
- "defaultValue": null,
220362
- "description": "",
220363
- "name": "disabledKeys",
220364
- "parent": {
220365
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220366
- "name": "Props"
220367
- },
220368
- "declarations": [
220369
- {
220370
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
220371
- "name": "Props"
220372
- }
220373
- ],
220374
- "required": false,
220375
- "type": {
220376
- "name": "Iterable<Key>"
220377
- }
220378
- }
220379
- }
220380
- },
220381
- {
220382
- "tags": {
220383
- "flr-generate": "all",
220384
- "flr-clear-props-context": ""
220385
- },
220386
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
220387
- "description": "",
220388
- "displayName": "Tab",
220389
- "methods": [],
220390
- "props": {
220391
- "className": {
220392
- "defaultValue": null,
220393
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
220394
- "name": "className",
220395
- "parent": {
220396
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220397
- "name": "StyleRenderProps"
220398
- },
220399
- "declarations": [
220400
- {
220401
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220402
- "name": "StyleRenderProps"
220403
- }
220404
- ],
220405
- "required": false,
220406
- "type": {
220407
- "name": "string | ((values: TabPanelRenderProps & { defaultClassName: string; }) => string)"
220408
- }
220409
- },
220410
- "id": {
220411
- "defaultValue": null,
220412
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
220413
- "name": "id",
220414
- "parent": {
220415
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220416
- "name": "DOMProps"
220417
- },
220418
- "declarations": [
220419
- {
220420
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220421
- "name": "DOMProps"
220422
- }
220423
- ],
220424
- "required": false,
220425
- "type": {
220426
- "name": "string"
220427
- }
220428
- },
220429
- "style": {
220430
- "defaultValue": null,
220431
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
220432
- "name": "style",
220433
- "parent": {
220434
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220435
- "name": "StyleRenderProps"
220436
- },
220437
- "declarations": [
220438
- {
220439
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220440
- "name": "StyleRenderProps"
220441
- }
220442
- ],
220443
- "required": false,
220444
- "type": {
220445
- "name": "CSSProperties | ((values: TabPanelRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
220446
- }
220447
- },
220448
- "aria-describedby": {
220449
- "defaultValue": null,
220450
- "description": "Identifies the element (or elements) that describes the object.",
220451
- "name": "aria-describedby",
220452
- "parent": {
220453
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220454
- "name": "AriaLabelingProps"
220455
- },
220456
- "declarations": [
220457
- {
220458
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220459
- "name": "AriaLabelingProps"
220460
- }
220461
- ],
220462
- "required": false,
220463
- "type": {
220464
- "name": "string"
220465
- }
220466
- },
220467
- "aria-details": {
220468
- "defaultValue": null,
220469
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
220470
- "name": "aria-details",
220471
- "parent": {
220472
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220473
- "name": "AriaLabelingProps"
220474
- },
220475
- "declarations": [
220476
- {
220477
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220478
- "name": "AriaLabelingProps"
220479
- }
220480
- ],
220481
- "required": false,
220482
- "type": {
220483
- "name": "string"
220484
- }
220485
- },
220486
- "aria-label": {
220487
- "defaultValue": null,
220488
- "description": "Defines a string value that labels the current element.",
220489
- "name": "aria-label",
220490
- "parent": {
220491
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220492
- "name": "AriaLabelingProps"
220493
- },
220494
- "declarations": [
220495
- {
220496
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220497
- "name": "AriaLabelingProps"
220498
- }
220499
- ],
220500
- "required": false,
220501
- "type": {
220502
- "name": "string"
220503
- }
220504
- },
220505
- "aria-labelledby": {
220506
- "defaultValue": null,
220507
- "description": "Identifies the element (or elements) that labels the current element.",
220508
- "name": "aria-labelledby",
220509
- "parent": {
220510
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220511
- "name": "AriaLabelingProps"
220512
- },
220513
- "declarations": [
220514
- {
220515
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220516
- "name": "AriaLabelingProps"
220517
- }
220518
- ],
220519
- "required": false,
220520
- "type": {
220521
- "name": "string"
220522
- }
220523
- },
220524
- "shouldForceMount": {
220525
- "defaultValue": {
220526
- "value": "false"
220527
- },
220528
- "description": "Whether to mount the tab panel in the DOM even when it is not currently selected.\nInactive tab panels are inert and cannot be interacted with. They must be styled appropriately so this is clear to the user visually.",
220529
- "name": "shouldForceMount",
220530
- "parent": {
220531
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220532
- "name": "TabPanelProps"
220533
- },
220534
- "declarations": [
220535
- {
220536
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220537
- "name": "TabPanelProps"
220538
- }
220539
- ],
220540
- "required": false,
220541
- "type": {
220542
- "name": "boolean"
220543
- }
220544
- },
220545
- "children": {
220546
- "defaultValue": null,
220547
- "description": "",
220548
- "name": "children",
220549
- "declarations": [
220550
- {
220551
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220552
- "name": "TypeLiteral"
220553
- }
220554
- ],
220555
- "required": false,
220556
- "type": {
220557
- "name": "ReactNode"
220558
- }
220559
- }
220560
- }
220561
- },
220562
220381
  {
220563
220382
  "tags": {
220564
220383
  "flr-generate": "all"
@@ -220984,6 +220803,187 @@
220984
220803
  }
220985
220804
  }
220986
220805
  },
220806
+ {
220807
+ "tags": {
220808
+ "flr-generate": "all",
220809
+ "flr-clear-props-context": ""
220810
+ },
220811
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/Tab/Tab.tsx",
220812
+ "description": "",
220813
+ "displayName": "Tab",
220814
+ "methods": [],
220815
+ "props": {
220816
+ "className": {
220817
+ "defaultValue": null,
220818
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
220819
+ "name": "className",
220820
+ "parent": {
220821
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220822
+ "name": "StyleRenderProps"
220823
+ },
220824
+ "declarations": [
220825
+ {
220826
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220827
+ "name": "StyleRenderProps"
220828
+ }
220829
+ ],
220830
+ "required": false,
220831
+ "type": {
220832
+ "name": "string | ((values: TabPanelRenderProps & { defaultClassName: string; }) => string)"
220833
+ }
220834
+ },
220835
+ "id": {
220836
+ "defaultValue": null,
220837
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
220838
+ "name": "id",
220839
+ "parent": {
220840
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220841
+ "name": "DOMProps"
220842
+ },
220843
+ "declarations": [
220844
+ {
220845
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220846
+ "name": "DOMProps"
220847
+ }
220848
+ ],
220849
+ "required": false,
220850
+ "type": {
220851
+ "name": "string"
220852
+ }
220853
+ },
220854
+ "style": {
220855
+ "defaultValue": null,
220856
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
220857
+ "name": "style",
220858
+ "parent": {
220859
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220860
+ "name": "StyleRenderProps"
220861
+ },
220862
+ "declarations": [
220863
+ {
220864
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220865
+ "name": "StyleRenderProps"
220866
+ }
220867
+ ],
220868
+ "required": false,
220869
+ "type": {
220870
+ "name": "CSSProperties | ((values: TabPanelRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
220871
+ }
220872
+ },
220873
+ "aria-describedby": {
220874
+ "defaultValue": null,
220875
+ "description": "Identifies the element (or elements) that describes the object.",
220876
+ "name": "aria-describedby",
220877
+ "parent": {
220878
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220879
+ "name": "AriaLabelingProps"
220880
+ },
220881
+ "declarations": [
220882
+ {
220883
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220884
+ "name": "AriaLabelingProps"
220885
+ }
220886
+ ],
220887
+ "required": false,
220888
+ "type": {
220889
+ "name": "string"
220890
+ }
220891
+ },
220892
+ "aria-details": {
220893
+ "defaultValue": null,
220894
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
220895
+ "name": "aria-details",
220896
+ "parent": {
220897
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220898
+ "name": "AriaLabelingProps"
220899
+ },
220900
+ "declarations": [
220901
+ {
220902
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220903
+ "name": "AriaLabelingProps"
220904
+ }
220905
+ ],
220906
+ "required": false,
220907
+ "type": {
220908
+ "name": "string"
220909
+ }
220910
+ },
220911
+ "aria-label": {
220912
+ "defaultValue": null,
220913
+ "description": "Defines a string value that labels the current element.",
220914
+ "name": "aria-label",
220915
+ "parent": {
220916
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220917
+ "name": "AriaLabelingProps"
220918
+ },
220919
+ "declarations": [
220920
+ {
220921
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220922
+ "name": "AriaLabelingProps"
220923
+ }
220924
+ ],
220925
+ "required": false,
220926
+ "type": {
220927
+ "name": "string"
220928
+ }
220929
+ },
220930
+ "aria-labelledby": {
220931
+ "defaultValue": null,
220932
+ "description": "Identifies the element (or elements) that labels the current element.",
220933
+ "name": "aria-labelledby",
220934
+ "parent": {
220935
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220936
+ "name": "AriaLabelingProps"
220937
+ },
220938
+ "declarations": [
220939
+ {
220940
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
220941
+ "name": "AriaLabelingProps"
220942
+ }
220943
+ ],
220944
+ "required": false,
220945
+ "type": {
220946
+ "name": "string"
220947
+ }
220948
+ },
220949
+ "shouldForceMount": {
220950
+ "defaultValue": {
220951
+ "value": "false"
220952
+ },
220953
+ "description": "Whether to mount the tab panel in the DOM even when it is not currently selected.\nInactive tab panels are inert and cannot be interacted with. They must be styled appropriately so this is clear to the user visually.",
220954
+ "name": "shouldForceMount",
220955
+ "parent": {
220956
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220957
+ "name": "TabPanelProps"
220958
+ },
220959
+ "declarations": [
220960
+ {
220961
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
220962
+ "name": "TabPanelProps"
220963
+ }
220964
+ ],
220965
+ "required": false,
220966
+ "type": {
220967
+ "name": "boolean"
220968
+ }
220969
+ },
220970
+ "children": {
220971
+ "defaultValue": null,
220972
+ "description": "",
220973
+ "name": "children",
220974
+ "declarations": [
220975
+ {
220976
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
220977
+ "name": "TypeLiteral"
220978
+ }
220979
+ ],
220980
+ "required": false,
220981
+ "type": {
220982
+ "name": "ReactNode"
220983
+ }
220984
+ }
220985
+ }
220986
+ },
220987
220987
  {
220988
220988
  "tags": {
220989
220989
  "flr-generate": "all"
@@ -225004,6 +225004,93 @@
225004
225004
  }
225005
225005
  }
225006
225006
  },
225007
+ {
225008
+ "tags": {
225009
+ "flr-generate": "all"
225010
+ },
225011
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
225012
+ "description": "",
225013
+ "displayName": "DialogTrigger",
225014
+ "methods": [],
225015
+ "props": {
225016
+ "children": {
225017
+ "defaultValue": null,
225018
+ "description": "",
225019
+ "name": "children",
225020
+ "parent": {
225021
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225022
+ "name": "DialogTriggerProps"
225023
+ },
225024
+ "declarations": [
225025
+ {
225026
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225027
+ "name": "DialogTriggerProps"
225028
+ }
225029
+ ],
225030
+ "required": true,
225031
+ "type": {
225032
+ "name": "ReactNode"
225033
+ }
225034
+ },
225035
+ "isOpen": {
225036
+ "defaultValue": null,
225037
+ "description": "Whether the overlay is open by default (controlled).",
225038
+ "name": "isOpen",
225039
+ "parent": {
225040
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225041
+ "name": "OverlayTriggerProps"
225042
+ },
225043
+ "declarations": [
225044
+ {
225045
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225046
+ "name": "OverlayTriggerProps"
225047
+ }
225048
+ ],
225049
+ "required": false,
225050
+ "type": {
225051
+ "name": "boolean"
225052
+ }
225053
+ },
225054
+ "defaultOpen": {
225055
+ "defaultValue": null,
225056
+ "description": "Whether the overlay is open by default (uncontrolled).",
225057
+ "name": "defaultOpen",
225058
+ "parent": {
225059
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225060
+ "name": "OverlayTriggerProps"
225061
+ },
225062
+ "declarations": [
225063
+ {
225064
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225065
+ "name": "OverlayTriggerProps"
225066
+ }
225067
+ ],
225068
+ "required": false,
225069
+ "type": {
225070
+ "name": "boolean"
225071
+ }
225072
+ },
225073
+ "onOpenChange": {
225074
+ "defaultValue": null,
225075
+ "description": "Handler that is called when the overlay's open state changes.",
225076
+ "name": "onOpenChange",
225077
+ "parent": {
225078
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225079
+ "name": "OverlayTriggerProps"
225080
+ },
225081
+ "declarations": [
225082
+ {
225083
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225084
+ "name": "OverlayTriggerProps"
225085
+ }
225086
+ ],
225087
+ "required": false,
225088
+ "type": {
225089
+ "name": "((isOpen: boolean) => void)"
225090
+ }
225091
+ }
225092
+ }
225093
+ },
225007
225094
  {
225008
225095
  "tags": {
225009
225096
  "flr-generate": "all"
@@ -225188,93 +225275,6 @@
225188
225275
  }
225189
225276
  }
225190
225277
  },
225191
- {
225192
- "tags": {
225193
- "flr-generate": "all"
225194
- },
225195
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
225196
- "description": "",
225197
- "displayName": "DialogTrigger",
225198
- "methods": [],
225199
- "props": {
225200
- "children": {
225201
- "defaultValue": null,
225202
- "description": "",
225203
- "name": "children",
225204
- "parent": {
225205
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225206
- "name": "DialogTriggerProps"
225207
- },
225208
- "declarations": [
225209
- {
225210
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
225211
- "name": "DialogTriggerProps"
225212
- }
225213
- ],
225214
- "required": true,
225215
- "type": {
225216
- "name": "ReactNode"
225217
- }
225218
- },
225219
- "isOpen": {
225220
- "defaultValue": null,
225221
- "description": "Whether the overlay is open by default (controlled).",
225222
- "name": "isOpen",
225223
- "parent": {
225224
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225225
- "name": "OverlayTriggerProps"
225226
- },
225227
- "declarations": [
225228
- {
225229
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225230
- "name": "OverlayTriggerProps"
225231
- }
225232
- ],
225233
- "required": false,
225234
- "type": {
225235
- "name": "boolean"
225236
- }
225237
- },
225238
- "defaultOpen": {
225239
- "defaultValue": null,
225240
- "description": "Whether the overlay is open by default (uncontrolled).",
225241
- "name": "defaultOpen",
225242
- "parent": {
225243
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225244
- "name": "OverlayTriggerProps"
225245
- },
225246
- "declarations": [
225247
- {
225248
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225249
- "name": "OverlayTriggerProps"
225250
- }
225251
- ],
225252
- "required": false,
225253
- "type": {
225254
- "name": "boolean"
225255
- }
225256
- },
225257
- "onOpenChange": {
225258
- "defaultValue": null,
225259
- "description": "Handler that is called when the overlay's open state changes.",
225260
- "name": "onOpenChange",
225261
- "parent": {
225262
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225263
- "name": "OverlayTriggerProps"
225264
- },
225265
- "declarations": [
225266
- {
225267
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
225268
- "name": "OverlayTriggerProps"
225269
- }
225270
- ],
225271
- "required": false,
225272
- "type": {
225273
- "name": "((isOpen: boolean) => void)"
225274
- }
225275
- }
225276
- }
225277
- },
225278
225278
  {
225279
225279
  "tags": {
225280
225280
  "flr-generate": "all"
@@ -231095,6 +231095,272 @@
231095
231095
  }
231096
231096
  }
231097
231097
  },
231098
+ {
231099
+ "tags": {
231100
+ "flr-generate": "all"
231101
+ },
231102
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
231103
+ "description": "",
231104
+ "displayName": "EmptyView",
231105
+ "methods": [],
231106
+ "props": {}
231107
+ },
231108
+ {
231109
+ "tags": {},
231110
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
231111
+ "description": "",
231112
+ "displayName": "Table",
231113
+ "methods": [],
231114
+ "props": {}
231115
+ },
231116
+ {
231117
+ "tags": {
231118
+ "flr-generate": "all"
231119
+ },
231120
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
231121
+ "description": "",
231122
+ "displayName": "ListSummary",
231123
+ "methods": [],
231124
+ "props": {
231125
+ "position": {
231126
+ "defaultValue": {
231127
+ "value": ": \"top\""
231128
+ },
231129
+ "description": "Whether the summary is placed above or underneath the list",
231130
+ "name": "position",
231131
+ "parent": {
231132
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
231133
+ "name": "ListSummaryProps"
231134
+ },
231135
+ "declarations": [
231136
+ {
231137
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
231138
+ "name": "ListSummaryProps"
231139
+ }
231140
+ ],
231141
+ "required": false,
231142
+ "type": {
231143
+ "name": "\"top\" | \"bottom\""
231144
+ }
231145
+ },
231146
+ "wrapWith": {
231147
+ "defaultValue": null,
231148
+ "description": "",
231149
+ "name": "wrapWith",
231150
+ "parent": {
231151
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231152
+ "name": "FlowComponentProps"
231153
+ },
231154
+ "declarations": [
231155
+ {
231156
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231157
+ "name": "FlowComponentProps"
231158
+ }
231159
+ ],
231160
+ "required": false,
231161
+ "type": {
231162
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
231163
+ }
231164
+ },
231165
+ "tunnelId": {
231166
+ "defaultValue": null,
231167
+ "description": "@internal",
231168
+ "name": "tunnelId",
231169
+ "parent": {
231170
+ "fileName": "components/src/lib/types/props.ts",
231171
+ "name": "PropsWithTunnel"
231172
+ },
231173
+ "declarations": [
231174
+ {
231175
+ "fileName": "components/src/lib/types/props.ts",
231176
+ "name": "PropsWithTunnel"
231177
+ }
231178
+ ],
231179
+ "required": false,
231180
+ "type": {
231181
+ "name": "string | null"
231182
+ }
231183
+ },
231184
+ "ref": {
231185
+ "defaultValue": null,
231186
+ "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}",
231187
+ "name": "ref",
231188
+ "parent": {
231189
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231190
+ "name": "RefAttributes"
231191
+ },
231192
+ "declarations": [
231193
+ {
231194
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231195
+ "name": "RefAttributes"
231196
+ }
231197
+ ],
231198
+ "required": false,
231199
+ "type": {
231200
+ "name": "Ref<HTMLDivElement>"
231201
+ }
231202
+ },
231203
+ "key": {
231204
+ "defaultValue": null,
231205
+ "description": "",
231206
+ "name": "key",
231207
+ "parent": {
231208
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231209
+ "name": "Attributes"
231210
+ },
231211
+ "declarations": [
231212
+ {
231213
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231214
+ "name": "Attributes"
231215
+ }
231216
+ ],
231217
+ "required": false,
231218
+ "type": {
231219
+ "name": "Key | null"
231220
+ }
231221
+ },
231222
+ "children": {
231223
+ "defaultValue": null,
231224
+ "description": "",
231225
+ "name": "children",
231226
+ "declarations": [
231227
+ {
231228
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231229
+ "name": "TypeLiteral"
231230
+ }
231231
+ ],
231232
+ "required": false,
231233
+ "type": {
231234
+ "name": "ReactNode"
231235
+ }
231236
+ }
231237
+ }
231238
+ },
231239
+ {
231240
+ "tags": {},
231241
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
231242
+ "description": "",
231243
+ "displayName": "ListItemView",
231244
+ "methods": [],
231245
+ "props": {
231246
+ "children": {
231247
+ "defaultValue": null,
231248
+ "description": "",
231249
+ "name": "children",
231250
+ "declarations": [
231251
+ {
231252
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231253
+ "name": "TypeLiteral"
231254
+ }
231255
+ ],
231256
+ "required": false,
231257
+ "type": {
231258
+ "name": "ReactNode"
231259
+ }
231260
+ },
231261
+ "s": {
231262
+ "defaultValue": null,
231263
+ "description": "Column layout for container size s.",
231264
+ "name": "s",
231265
+ "parent": {
231266
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231267
+ "name": "ColumnLayoutProps"
231268
+ },
231269
+ "declarations": [
231270
+ {
231271
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231272
+ "name": "ColumnLayoutProps"
231273
+ }
231274
+ ],
231275
+ "required": false,
231276
+ "type": {
231277
+ "name": "(number | null)[]"
231278
+ }
231279
+ },
231280
+ "m": {
231281
+ "defaultValue": null,
231282
+ "description": "Column layout for container size m.",
231283
+ "name": "m",
231284
+ "parent": {
231285
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231286
+ "name": "ColumnLayoutProps"
231287
+ },
231288
+ "declarations": [
231289
+ {
231290
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231291
+ "name": "ColumnLayoutProps"
231292
+ }
231293
+ ],
231294
+ "required": false,
231295
+ "type": {
231296
+ "name": "(number | null)[]"
231297
+ }
231298
+ },
231299
+ "l": {
231300
+ "defaultValue": null,
231301
+ "description": "Column layout for container size l.",
231302
+ "name": "l",
231303
+ "parent": {
231304
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231305
+ "name": "ColumnLayoutProps"
231306
+ },
231307
+ "declarations": [
231308
+ {
231309
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231310
+ "name": "ColumnLayoutProps"
231311
+ }
231312
+ ],
231313
+ "required": false,
231314
+ "type": {
231315
+ "name": "(number | null)[]"
231316
+ }
231317
+ }
231318
+ }
231319
+ },
231320
+ {
231321
+ "tags": {},
231322
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
231323
+ "description": "",
231324
+ "displayName": "Items",
231325
+ "methods": [],
231326
+ "props": {}
231327
+ },
231328
+ {
231329
+ "tags": {},
231330
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
231331
+ "description": "",
231332
+ "displayName": "Header",
231333
+ "methods": [],
231334
+ "props": {
231335
+ "className": {
231336
+ "defaultValue": null,
231337
+ "description": "The elements class name.",
231338
+ "name": "className",
231339
+ "parent": {
231340
+ "fileName": "components/src/lib/types/props.ts",
231341
+ "name": "PropsWithClassName"
231342
+ },
231343
+ "declarations": [
231344
+ {
231345
+ "fileName": "components/src/lib/types/props.ts",
231346
+ "name": "PropsWithClassName"
231347
+ }
231348
+ ],
231349
+ "required": false,
231350
+ "type": {
231351
+ "name": "string"
231352
+ }
231353
+ }
231354
+ }
231355
+ },
231356
+ {
231357
+ "tags": {},
231358
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
231359
+ "description": "",
231360
+ "displayName": "Footer",
231361
+ "methods": [],
231362
+ "props": {}
231363
+ },
231098
231364
  {
231099
231365
  "tags": {},
231100
231366
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -231838,152 +232104,7 @@
231838
232104
  ],
231839
232105
  "required": false,
231840
232106
  "type": {
231841
- "name": "Ref<HTMLAnchorElement>"
231842
- }
231843
- },
231844
- "key": {
231845
- "defaultValue": null,
231846
- "description": "",
231847
- "name": "key",
231848
- "parent": {
231849
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231850
- "name": "Attributes"
231851
- },
231852
- "declarations": [
231853
- {
231854
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231855
- "name": "Attributes"
231856
- }
231857
- ],
231858
- "required": false,
231859
- "type": {
231860
- "name": "Key | null"
231861
- }
231862
- },
231863
- "className": {
231864
- "defaultValue": null,
231865
- "description": "The elements class name.",
231866
- "name": "className",
231867
- "parent": {
231868
- "fileName": "components/src/lib/types/props.ts",
231869
- "name": "PropsWithClassName"
231870
- },
231871
- "declarations": [
231872
- {
231873
- "fileName": "components/src/lib/types/props.ts",
231874
- "name": "PropsWithClassName"
231875
- }
231876
- ],
231877
- "required": false,
231878
- "type": {
231879
- "name": "string"
231880
- }
231881
- }
231882
- }
231883
- },
231884
- {
231885
- "tags": {
231886
- "flr-generate": "all"
231887
- },
231888
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
231889
- "description": "",
231890
- "displayName": "EmptyView",
231891
- "methods": [],
231892
- "props": {}
231893
- },
231894
- {
231895
- "tags": {},
231896
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
231897
- "description": "",
231898
- "displayName": "Table",
231899
- "methods": [],
231900
- "props": {}
231901
- },
231902
- {
231903
- "tags": {
231904
- "flr-generate": "all"
231905
- },
231906
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
231907
- "description": "",
231908
- "displayName": "ListSummary",
231909
- "methods": [],
231910
- "props": {
231911
- "position": {
231912
- "defaultValue": {
231913
- "value": ": \"top\""
231914
- },
231915
- "description": "Whether the summary is placed above or underneath the list",
231916
- "name": "position",
231917
- "parent": {
231918
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
231919
- "name": "ListSummaryProps"
231920
- },
231921
- "declarations": [
231922
- {
231923
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
231924
- "name": "ListSummaryProps"
231925
- }
231926
- ],
231927
- "required": false,
231928
- "type": {
231929
- "name": "\"top\" | \"bottom\""
231930
- }
231931
- },
231932
- "wrapWith": {
231933
- "defaultValue": null,
231934
- "description": "",
231935
- "name": "wrapWith",
231936
- "parent": {
231937
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231938
- "name": "FlowComponentProps"
231939
- },
231940
- "declarations": [
231941
- {
231942
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231943
- "name": "FlowComponentProps"
231944
- }
231945
- ],
231946
- "required": false,
231947
- "type": {
231948
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
231949
- }
231950
- },
231951
- "tunnelId": {
231952
- "defaultValue": null,
231953
- "description": "@internal",
231954
- "name": "tunnelId",
231955
- "parent": {
231956
- "fileName": "components/src/lib/types/props.ts",
231957
- "name": "PropsWithTunnel"
231958
- },
231959
- "declarations": [
231960
- {
231961
- "fileName": "components/src/lib/types/props.ts",
231962
- "name": "PropsWithTunnel"
231963
- }
231964
- ],
231965
- "required": false,
231966
- "type": {
231967
- "name": "string | null"
231968
- }
231969
- },
231970
- "ref": {
231971
- "defaultValue": null,
231972
- "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}",
231973
- "name": "ref",
231974
- "parent": {
231975
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231976
- "name": "RefAttributes"
231977
- },
231978
- "declarations": [
231979
- {
231980
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231981
- "name": "RefAttributes"
231982
- }
231983
- ],
231984
- "required": false,
231985
- "type": {
231986
- "name": "Ref<HTMLDivElement>"
232107
+ "name": "Ref<HTMLAnchorElement>"
231987
232108
  }
231988
232109
  },
231989
232110
  "key": {
@@ -232005,119 +232126,6 @@
232005
232126
  "name": "Key | null"
232006
232127
  }
232007
232128
  },
232008
- "children": {
232009
- "defaultValue": null,
232010
- "description": "",
232011
- "name": "children",
232012
- "declarations": [
232013
- {
232014
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232015
- "name": "TypeLiteral"
232016
- }
232017
- ],
232018
- "required": false,
232019
- "type": {
232020
- "name": "ReactNode"
232021
- }
232022
- }
232023
- }
232024
- },
232025
- {
232026
- "tags": {},
232027
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
232028
- "description": "",
232029
- "displayName": "ListItemView",
232030
- "methods": [],
232031
- "props": {
232032
- "children": {
232033
- "defaultValue": null,
232034
- "description": "",
232035
- "name": "children",
232036
- "declarations": [
232037
- {
232038
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232039
- "name": "TypeLiteral"
232040
- }
232041
- ],
232042
- "required": false,
232043
- "type": {
232044
- "name": "ReactNode"
232045
- }
232046
- },
232047
- "s": {
232048
- "defaultValue": null,
232049
- "description": "Column layout for container size s.",
232050
- "name": "s",
232051
- "parent": {
232052
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
232053
- "name": "ColumnLayoutProps"
232054
- },
232055
- "declarations": [
232056
- {
232057
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
232058
- "name": "ColumnLayoutProps"
232059
- }
232060
- ],
232061
- "required": false,
232062
- "type": {
232063
- "name": "(number | null)[]"
232064
- }
232065
- },
232066
- "m": {
232067
- "defaultValue": null,
232068
- "description": "Column layout for container size m.",
232069
- "name": "m",
232070
- "parent": {
232071
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
232072
- "name": "ColumnLayoutProps"
232073
- },
232074
- "declarations": [
232075
- {
232076
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
232077
- "name": "ColumnLayoutProps"
232078
- }
232079
- ],
232080
- "required": false,
232081
- "type": {
232082
- "name": "(number | null)[]"
232083
- }
232084
- },
232085
- "l": {
232086
- "defaultValue": null,
232087
- "description": "Column layout for container size l.",
232088
- "name": "l",
232089
- "parent": {
232090
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
232091
- "name": "ColumnLayoutProps"
232092
- },
232093
- "declarations": [
232094
- {
232095
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
232096
- "name": "ColumnLayoutProps"
232097
- }
232098
- ],
232099
- "required": false,
232100
- "type": {
232101
- "name": "(number | null)[]"
232102
- }
232103
- }
232104
- }
232105
- },
232106
- {
232107
- "tags": {},
232108
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
232109
- "description": "",
232110
- "displayName": "Items",
232111
- "methods": [],
232112
- "props": {}
232113
- },
232114
- {
232115
- "tags": {},
232116
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
232117
- "description": "",
232118
- "displayName": "Header",
232119
- "methods": [],
232120
- "props": {
232121
232129
  "className": {
232122
232130
  "defaultValue": null,
232123
232131
  "description": "The elements class name.",
@@ -232139,14 +232147,6 @@
232139
232147
  }
232140
232148
  }
232141
232149
  },
232142
- {
232143
- "tags": {},
232144
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
232145
- "description": "",
232146
- "displayName": "Footer",
232147
- "methods": [],
232148
- "props": {}
232149
- },
232150
232150
  {
232151
232151
  "tags": {},
232152
232152
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
@@ -253287,6 +253287,130 @@
253287
253287
  }
253288
253288
  }
253289
253289
  },
253290
+ {
253291
+ "tags": {},
253292
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253293
+ "description": "",
253294
+ "displayName": "Item",
253295
+ "methods": [],
253296
+ "props": {
253297
+ "id": {
253298
+ "defaultValue": null,
253299
+ "description": "",
253300
+ "name": "id",
253301
+ "parent": {
253302
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253303
+ "name": "Props"
253304
+ },
253305
+ "declarations": [
253306
+ {
253307
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253308
+ "name": "Props"
253309
+ }
253310
+ ],
253311
+ "required": true,
253312
+ "type": {
253313
+ "name": "Key"
253314
+ }
253315
+ },
253316
+ "data": {
253317
+ "defaultValue": null,
253318
+ "description": "",
253319
+ "name": "data",
253320
+ "parent": {
253321
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253322
+ "name": "Props"
253323
+ },
253324
+ "declarations": [
253325
+ {
253326
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253327
+ "name": "Props"
253328
+ }
253329
+ ],
253330
+ "required": true,
253331
+ "type": {
253332
+ "name": "never"
253333
+ }
253334
+ },
253335
+ "children": {
253336
+ "defaultValue": null,
253337
+ "description": "",
253338
+ "name": "children",
253339
+ "declarations": [
253340
+ {
253341
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253342
+ "name": "TypeLiteral"
253343
+ }
253344
+ ],
253345
+ "required": false,
253346
+ "type": {
253347
+ "name": "ReactNode"
253348
+ }
253349
+ }
253350
+ }
253351
+ },
253352
+ {
253353
+ "tags": {},
253354
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253355
+ "description": "",
253356
+ "displayName": "ItemContainer",
253357
+ "methods": [],
253358
+ "props": {
253359
+ "id": {
253360
+ "defaultValue": null,
253361
+ "description": "",
253362
+ "name": "id",
253363
+ "parent": {
253364
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253365
+ "name": "Props"
253366
+ },
253367
+ "declarations": [
253368
+ {
253369
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253370
+ "name": "Props"
253371
+ }
253372
+ ],
253373
+ "required": true,
253374
+ "type": {
253375
+ "name": "Key"
253376
+ }
253377
+ },
253378
+ "data": {
253379
+ "defaultValue": null,
253380
+ "description": "",
253381
+ "name": "data",
253382
+ "parent": {
253383
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253384
+ "name": "Props"
253385
+ },
253386
+ "declarations": [
253387
+ {
253388
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253389
+ "name": "Props"
253390
+ }
253391
+ ],
253392
+ "required": true,
253393
+ "type": {
253394
+ "name": "never"
253395
+ }
253396
+ },
253397
+ "children": {
253398
+ "defaultValue": null,
253399
+ "description": "",
253400
+ "name": "children",
253401
+ "declarations": [
253402
+ {
253403
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253404
+ "name": "TypeLiteral"
253405
+ }
253406
+ ],
253407
+ "required": false,
253408
+ "type": {
253409
+ "name": "ReactNode"
253410
+ }
253411
+ }
253412
+ }
253413
+ },
253290
253414
  {
253291
253415
  "tags": {
253292
253416
  "flr-generate": "all"
@@ -253857,130 +253981,6 @@
253857
253981
  }
253858
253982
  }
253859
253983
  },
253860
- {
253861
- "tags": {},
253862
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253863
- "description": "",
253864
- "displayName": "Item",
253865
- "methods": [],
253866
- "props": {
253867
- "id": {
253868
- "defaultValue": null,
253869
- "description": "",
253870
- "name": "id",
253871
- "parent": {
253872
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253873
- "name": "Props"
253874
- },
253875
- "declarations": [
253876
- {
253877
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253878
- "name": "Props"
253879
- }
253880
- ],
253881
- "required": true,
253882
- "type": {
253883
- "name": "Key"
253884
- }
253885
- },
253886
- "data": {
253887
- "defaultValue": null,
253888
- "description": "",
253889
- "name": "data",
253890
- "parent": {
253891
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253892
- "name": "Props"
253893
- },
253894
- "declarations": [
253895
- {
253896
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253897
- "name": "Props"
253898
- }
253899
- ],
253900
- "required": true,
253901
- "type": {
253902
- "name": "never"
253903
- }
253904
- },
253905
- "children": {
253906
- "defaultValue": null,
253907
- "description": "",
253908
- "name": "children",
253909
- "declarations": [
253910
- {
253911
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253912
- "name": "TypeLiteral"
253913
- }
253914
- ],
253915
- "required": false,
253916
- "type": {
253917
- "name": "ReactNode"
253918
- }
253919
- }
253920
- }
253921
- },
253922
- {
253923
- "tags": {},
253924
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
253925
- "description": "",
253926
- "displayName": "ItemContainer",
253927
- "methods": [],
253928
- "props": {
253929
- "id": {
253930
- "defaultValue": null,
253931
- "description": "",
253932
- "name": "id",
253933
- "parent": {
253934
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253935
- "name": "Props"
253936
- },
253937
- "declarations": [
253938
- {
253939
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253940
- "name": "Props"
253941
- }
253942
- ],
253943
- "required": true,
253944
- "type": {
253945
- "name": "Key"
253946
- }
253947
- },
253948
- "data": {
253949
- "defaultValue": null,
253950
- "description": "",
253951
- "name": "data",
253952
- "parent": {
253953
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253954
- "name": "Props"
253955
- },
253956
- "declarations": [
253957
- {
253958
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
253959
- "name": "Props"
253960
- }
253961
- ],
253962
- "required": true,
253963
- "type": {
253964
- "name": "never"
253965
- }
253966
- },
253967
- "children": {
253968
- "defaultValue": null,
253969
- "description": "",
253970
- "name": "children",
253971
- "declarations": [
253972
- {
253973
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
253974
- "name": "TypeLiteral"
253975
- }
253976
- ],
253977
- "required": false,
253978
- "type": {
253979
- "name": "ReactNode"
253980
- }
253981
- }
253982
- }
253983
- },
253984
253984
  {
253985
253985
  "tags": {},
253986
253986
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",