@mittwald/flow-react-components 0.2.0-alpha.322 → 0.2.0-alpha.324

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",
@@ -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",
@@ -231881,272 +232147,6 @@
231881
232147
  }
231882
232148
  }
231883
232149
  },
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>"
231987
- }
231988
- },
231989
- "key": {
231990
- "defaultValue": null,
231991
- "description": "",
231992
- "name": "key",
231993
- "parent": {
231994
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231995
- "name": "Attributes"
231996
- },
231997
- "declarations": [
231998
- {
231999
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
232000
- "name": "Attributes"
232001
- }
232002
- ],
232003
- "required": false,
232004
- "type": {
232005
- "name": "Key | null"
232006
- }
232007
- },
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
- "className": {
232122
- "defaultValue": null,
232123
- "description": "The elements class name.",
232124
- "name": "className",
232125
- "parent": {
232126
- "fileName": "components/src/lib/types/props.ts",
232127
- "name": "PropsWithClassName"
232128
- },
232129
- "declarations": [
232130
- {
232131
- "fileName": "components/src/lib/types/props.ts",
232132
- "name": "PropsWithClassName"
232133
- }
232134
- ],
232135
- "required": false,
232136
- "type": {
232137
- "name": "string"
232138
- }
232139
- }
232140
- }
232141
- },
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",