@mittwald/flow-react-components 0.2.0-alpha.251 → 0.2.0-alpha.252

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.
@@ -62833,6 +62833,429 @@
62833
62833
  }
62834
62834
  }
62835
62835
  },
62836
+ {
62837
+ "tags": {},
62838
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
62839
+ "description": "",
62840
+ "displayName": "List",
62841
+ "methods": [],
62842
+ "props": {
62843
+ "batchSize": {
62844
+ "defaultValue": null,
62845
+ "description": "The number of items to be displayed on one page.",
62846
+ "name": "batchSize",
62847
+ "parent": {
62848
+ "fileName": "components/src/components/List/List.tsx",
62849
+ "name": "ListProps"
62850
+ },
62851
+ "declarations": [
62852
+ {
62853
+ "fileName": "components/src/components/List/List.tsx",
62854
+ "name": "ListProps"
62855
+ }
62856
+ ],
62857
+ "required": false,
62858
+ "type": {
62859
+ "name": "number"
62860
+ }
62861
+ },
62862
+ "hidePagination": {
62863
+ "defaultValue": null,
62864
+ "description": "",
62865
+ "name": "hidePagination",
62866
+ "parent": {
62867
+ "fileName": "components/src/components/List/List.tsx",
62868
+ "name": "ListProps"
62869
+ },
62870
+ "declarations": [
62871
+ {
62872
+ "fileName": "components/src/components/List/List.tsx",
62873
+ "name": "ListProps"
62874
+ }
62875
+ ],
62876
+ "required": false,
62877
+ "type": {
62878
+ "name": "boolean"
62879
+ }
62880
+ },
62881
+ "children": {
62882
+ "defaultValue": null,
62883
+ "description": "",
62884
+ "name": "children",
62885
+ "declarations": [
62886
+ {
62887
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
62888
+ "name": "TypeLiteral"
62889
+ }
62890
+ ],
62891
+ "required": false,
62892
+ "type": {
62893
+ "name": "ReactNode"
62894
+ }
62895
+ },
62896
+ "wrapWith": {
62897
+ "defaultValue": null,
62898
+ "description": "",
62899
+ "name": "wrapWith",
62900
+ "parent": {
62901
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
62902
+ "name": "FlowComponentProps"
62903
+ },
62904
+ "declarations": [
62905
+ {
62906
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
62907
+ "name": "FlowComponentProps"
62908
+ }
62909
+ ],
62910
+ "required": false,
62911
+ "type": {
62912
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
62913
+ }
62914
+ },
62915
+ "tunnelId": {
62916
+ "defaultValue": null,
62917
+ "description": "@internal",
62918
+ "name": "tunnelId",
62919
+ "parent": {
62920
+ "fileName": "components/src/lib/types/props.ts",
62921
+ "name": "PropsWithTunnel"
62922
+ },
62923
+ "declarations": [
62924
+ {
62925
+ "fileName": "components/src/lib/types/props.ts",
62926
+ "name": "PropsWithTunnel"
62927
+ }
62928
+ ],
62929
+ "required": false,
62930
+ "type": {
62931
+ "name": "string | null"
62932
+ }
62933
+ },
62934
+ "ref": {
62935
+ "defaultValue": null,
62936
+ "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}",
62937
+ "name": "ref",
62938
+ "parent": {
62939
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
62940
+ "name": "RefAttributes"
62941
+ },
62942
+ "declarations": [
62943
+ {
62944
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
62945
+ "name": "RefAttributes"
62946
+ }
62947
+ ],
62948
+ "required": false,
62949
+ "type": {
62950
+ "name": "Ref<HTMLDivElement>"
62951
+ }
62952
+ },
62953
+ "key": {
62954
+ "defaultValue": null,
62955
+ "description": "",
62956
+ "name": "key",
62957
+ "parent": {
62958
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
62959
+ "name": "Attributes"
62960
+ },
62961
+ "declarations": [
62962
+ {
62963
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
62964
+ "name": "Attributes"
62965
+ }
62966
+ ],
62967
+ "required": false,
62968
+ "type": {
62969
+ "name": "Key | null"
62970
+ }
62971
+ },
62972
+ "onChange": {
62973
+ "defaultValue": null,
62974
+ "description": "",
62975
+ "name": "onChange",
62976
+ "parent": {
62977
+ "fileName": "components/src/components/List/model/types.ts",
62978
+ "name": "ListShape"
62979
+ },
62980
+ "declarations": [
62981
+ {
62982
+ "fileName": "components/src/components/List/model/types.ts",
62983
+ "name": "ListShape"
62984
+ }
62985
+ ],
62986
+ "required": false,
62987
+ "type": {
62988
+ "name": "OnListChanged<never>"
62989
+ }
62990
+ },
62991
+ "aria-label": {
62992
+ "defaultValue": null,
62993
+ "description": "",
62994
+ "name": "aria-label",
62995
+ "parent": {
62996
+ "fileName": "components/src/components/List/model/types.ts",
62997
+ "name": "ListSupportedComponentProps"
62998
+ },
62999
+ "declarations": [
63000
+ {
63001
+ "fileName": "components/src/components/List/model/types.ts",
63002
+ "name": "ListSupportedComponentProps"
63003
+ }
63004
+ ],
63005
+ "required": false,
63006
+ "type": {
63007
+ "name": "string"
63008
+ }
63009
+ },
63010
+ "aria-labelledby": {
63011
+ "defaultValue": null,
63012
+ "description": "",
63013
+ "name": "aria-labelledby",
63014
+ "parent": {
63015
+ "fileName": "components/src/components/List/model/types.ts",
63016
+ "name": "ListSupportedComponentProps"
63017
+ },
63018
+ "declarations": [
63019
+ {
63020
+ "fileName": "components/src/components/List/model/types.ts",
63021
+ "name": "ListSupportedComponentProps"
63022
+ }
63023
+ ],
63024
+ "required": false,
63025
+ "type": {
63026
+ "name": "string"
63027
+ }
63028
+ },
63029
+ "disallowEmptySelection": {
63030
+ "defaultValue": null,
63031
+ "description": "Whether the collection allows empty selection.",
63032
+ "name": "disallowEmptySelection",
63033
+ "parent": {
63034
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63035
+ "name": "MultipleSelection"
63036
+ },
63037
+ "declarations": [
63038
+ {
63039
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63040
+ "name": "MultipleSelection"
63041
+ }
63042
+ ],
63043
+ "required": false,
63044
+ "type": {
63045
+ "name": "boolean"
63046
+ }
63047
+ },
63048
+ "onSelectionChange": {
63049
+ "defaultValue": null,
63050
+ "description": "Handler that is called when the selection changes.",
63051
+ "name": "onSelectionChange",
63052
+ "parent": {
63053
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63054
+ "name": "MultipleSelection"
63055
+ },
63056
+ "declarations": [
63057
+ {
63058
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63059
+ "name": "MultipleSelection"
63060
+ }
63061
+ ],
63062
+ "required": false,
63063
+ "type": {
63064
+ "name": "((keys: Selection) => void)"
63065
+ }
63066
+ },
63067
+ "disabledKeys": {
63068
+ "defaultValue": null,
63069
+ "description": "The currently disabled keys in the collection (controlled).",
63070
+ "name": "disabledKeys",
63071
+ "parent": {
63072
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63073
+ "name": "MultipleSelection"
63074
+ },
63075
+ "declarations": [
63076
+ {
63077
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63078
+ "name": "MultipleSelection"
63079
+ }
63080
+ ],
63081
+ "required": false,
63082
+ "type": {
63083
+ "name": "Iterable<Key>"
63084
+ }
63085
+ },
63086
+ "selectionMode": {
63087
+ "defaultValue": null,
63088
+ "description": "The type of selection that is allowed in the collection.",
63089
+ "name": "selectionMode",
63090
+ "parent": {
63091
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63092
+ "name": "MultipleSelection"
63093
+ },
63094
+ "declarations": [
63095
+ {
63096
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63097
+ "name": "MultipleSelection"
63098
+ }
63099
+ ],
63100
+ "required": false,
63101
+ "type": {
63102
+ "name": "SelectionMode"
63103
+ }
63104
+ },
63105
+ "selectedKeys": {
63106
+ "defaultValue": null,
63107
+ "description": "The currently selected keys in the collection (controlled).",
63108
+ "name": "selectedKeys",
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": "\"all\" | Iterable<Key>"
63122
+ }
63123
+ },
63124
+ "defaultSelectedKeys": {
63125
+ "defaultValue": null,
63126
+ "description": "The initial selected keys in the collection (uncontrolled).",
63127
+ "name": "defaultSelectedKeys",
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": "\"all\" | Iterable<Key>"
63141
+ }
63142
+ },
63143
+ "selectionBehavior": {
63144
+ "defaultValue": null,
63145
+ "description": "",
63146
+ "name": "selectionBehavior",
63147
+ "parent": {
63148
+ "fileName": "components/src/components/List/model/types.ts",
63149
+ "name": "ListSupportedComponentProps"
63150
+ },
63151
+ "declarations": [
63152
+ {
63153
+ "fileName": "components/src/components/List/model/types.ts",
63154
+ "name": "ListSupportedComponentProps"
63155
+ }
63156
+ ],
63157
+ "required": false,
63158
+ "type": {
63159
+ "name": "SelectionBehavior"
63160
+ }
63161
+ },
63162
+ "accordion": {
63163
+ "defaultValue": null,
63164
+ "description": "",
63165
+ "name": "accordion",
63166
+ "parent": {
63167
+ "fileName": "components/src/components/List/model/types.ts",
63168
+ "name": "ListShape"
63169
+ },
63170
+ "declarations": [
63171
+ {
63172
+ "fileName": "components/src/components/List/model/types.ts",
63173
+ "name": "ListShape"
63174
+ }
63175
+ ],
63176
+ "required": false,
63177
+ "type": {
63178
+ "name": "boolean"
63179
+ }
63180
+ },
63181
+ "onAction": {
63182
+ "defaultValue": null,
63183
+ "description": "",
63184
+ "name": "onAction",
63185
+ "parent": {
63186
+ "fileName": "components/src/components/List/model/types.ts",
63187
+ "name": "ListShape"
63188
+ },
63189
+ "declarations": [
63190
+ {
63191
+ "fileName": "components/src/components/List/model/types.ts",
63192
+ "name": "ListShape"
63193
+ }
63194
+ ],
63195
+ "required": false,
63196
+ "type": {
63197
+ "name": "ItemActionFn<never>"
63198
+ }
63199
+ },
63200
+ "settingStorageKey": {
63201
+ "defaultValue": null,
63202
+ "description": "",
63203
+ "name": "settingStorageKey",
63204
+ "parent": {
63205
+ "fileName": "components/src/components/List/model/types.ts",
63206
+ "name": "ListShape"
63207
+ },
63208
+ "declarations": [
63209
+ {
63210
+ "fileName": "components/src/components/List/model/types.ts",
63211
+ "name": "ListShape"
63212
+ }
63213
+ ],
63214
+ "required": false,
63215
+ "type": {
63216
+ "name": "string"
63217
+ }
63218
+ },
63219
+ "getItemId": {
63220
+ "defaultValue": null,
63221
+ "description": "",
63222
+ "name": "getItemId",
63223
+ "parent": {
63224
+ "fileName": "components/src/components/List/model/types.ts",
63225
+ "name": "ListShape"
63226
+ },
63227
+ "declarations": [
63228
+ {
63229
+ "fileName": "components/src/components/List/model/types.ts",
63230
+ "name": "ListShape"
63231
+ }
63232
+ ],
63233
+ "required": false,
63234
+ "type": {
63235
+ "name": "GetItemId<never>"
63236
+ }
63237
+ },
63238
+ "defaultViewMode": {
63239
+ "defaultValue": null,
63240
+ "description": "",
63241
+ "name": "defaultViewMode",
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": "ListViewMode"
63255
+ }
63256
+ }
63257
+ }
63258
+ },
62836
63259
  {
62837
63260
  "tags": {
62838
63261
  "flr-generate": "all",
@@ -63622,429 +64045,6 @@
63622
64045
  }
63623
64046
  }
63624
64047
  },
63625
- {
63626
- "tags": {},
63627
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/List.tsx",
63628
- "description": "",
63629
- "displayName": "List",
63630
- "methods": [],
63631
- "props": {
63632
- "batchSize": {
63633
- "defaultValue": null,
63634
- "description": "The number of items to be displayed on one page.",
63635
- "name": "batchSize",
63636
- "parent": {
63637
- "fileName": "components/src/components/List/List.tsx",
63638
- "name": "ListProps"
63639
- },
63640
- "declarations": [
63641
- {
63642
- "fileName": "components/src/components/List/List.tsx",
63643
- "name": "ListProps"
63644
- }
63645
- ],
63646
- "required": false,
63647
- "type": {
63648
- "name": "number"
63649
- }
63650
- },
63651
- "hidePagination": {
63652
- "defaultValue": null,
63653
- "description": "",
63654
- "name": "hidePagination",
63655
- "parent": {
63656
- "fileName": "components/src/components/List/List.tsx",
63657
- "name": "ListProps"
63658
- },
63659
- "declarations": [
63660
- {
63661
- "fileName": "components/src/components/List/List.tsx",
63662
- "name": "ListProps"
63663
- }
63664
- ],
63665
- "required": false,
63666
- "type": {
63667
- "name": "boolean"
63668
- }
63669
- },
63670
- "children": {
63671
- "defaultValue": null,
63672
- "description": "",
63673
- "name": "children",
63674
- "declarations": [
63675
- {
63676
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63677
- "name": "TypeLiteral"
63678
- }
63679
- ],
63680
- "required": false,
63681
- "type": {
63682
- "name": "ReactNode"
63683
- }
63684
- },
63685
- "wrapWith": {
63686
- "defaultValue": null,
63687
- "description": "",
63688
- "name": "wrapWith",
63689
- "parent": {
63690
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
63691
- "name": "FlowComponentProps"
63692
- },
63693
- "declarations": [
63694
- {
63695
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
63696
- "name": "FlowComponentProps"
63697
- }
63698
- ],
63699
- "required": false,
63700
- "type": {
63701
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
63702
- }
63703
- },
63704
- "tunnelId": {
63705
- "defaultValue": null,
63706
- "description": "@internal",
63707
- "name": "tunnelId",
63708
- "parent": {
63709
- "fileName": "components/src/lib/types/props.ts",
63710
- "name": "PropsWithTunnel"
63711
- },
63712
- "declarations": [
63713
- {
63714
- "fileName": "components/src/lib/types/props.ts",
63715
- "name": "PropsWithTunnel"
63716
- }
63717
- ],
63718
- "required": false,
63719
- "type": {
63720
- "name": "string | null"
63721
- }
63722
- },
63723
- "ref": {
63724
- "defaultValue": null,
63725
- "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}",
63726
- "name": "ref",
63727
- "parent": {
63728
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63729
- "name": "RefAttributes"
63730
- },
63731
- "declarations": [
63732
- {
63733
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63734
- "name": "RefAttributes"
63735
- }
63736
- ],
63737
- "required": false,
63738
- "type": {
63739
- "name": "Ref<HTMLDivElement>"
63740
- }
63741
- },
63742
- "key": {
63743
- "defaultValue": null,
63744
- "description": "",
63745
- "name": "key",
63746
- "parent": {
63747
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63748
- "name": "Attributes"
63749
- },
63750
- "declarations": [
63751
- {
63752
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
63753
- "name": "Attributes"
63754
- }
63755
- ],
63756
- "required": false,
63757
- "type": {
63758
- "name": "Key | null"
63759
- }
63760
- },
63761
- "onChange": {
63762
- "defaultValue": null,
63763
- "description": "",
63764
- "name": "onChange",
63765
- "parent": {
63766
- "fileName": "components/src/components/List/model/types.ts",
63767
- "name": "ListShape"
63768
- },
63769
- "declarations": [
63770
- {
63771
- "fileName": "components/src/components/List/model/types.ts",
63772
- "name": "ListShape"
63773
- }
63774
- ],
63775
- "required": false,
63776
- "type": {
63777
- "name": "OnListChanged<never>"
63778
- }
63779
- },
63780
- "aria-label": {
63781
- "defaultValue": null,
63782
- "description": "",
63783
- "name": "aria-label",
63784
- "parent": {
63785
- "fileName": "components/src/components/List/model/types.ts",
63786
- "name": "ListSupportedComponentProps"
63787
- },
63788
- "declarations": [
63789
- {
63790
- "fileName": "components/src/components/List/model/types.ts",
63791
- "name": "ListSupportedComponentProps"
63792
- }
63793
- ],
63794
- "required": false,
63795
- "type": {
63796
- "name": "string"
63797
- }
63798
- },
63799
- "aria-labelledby": {
63800
- "defaultValue": null,
63801
- "description": "",
63802
- "name": "aria-labelledby",
63803
- "parent": {
63804
- "fileName": "components/src/components/List/model/types.ts",
63805
- "name": "ListSupportedComponentProps"
63806
- },
63807
- "declarations": [
63808
- {
63809
- "fileName": "components/src/components/List/model/types.ts",
63810
- "name": "ListSupportedComponentProps"
63811
- }
63812
- ],
63813
- "required": false,
63814
- "type": {
63815
- "name": "string"
63816
- }
63817
- },
63818
- "disallowEmptySelection": {
63819
- "defaultValue": null,
63820
- "description": "Whether the collection allows empty selection.",
63821
- "name": "disallowEmptySelection",
63822
- "parent": {
63823
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63824
- "name": "MultipleSelection"
63825
- },
63826
- "declarations": [
63827
- {
63828
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63829
- "name": "MultipleSelection"
63830
- }
63831
- ],
63832
- "required": false,
63833
- "type": {
63834
- "name": "boolean"
63835
- }
63836
- },
63837
- "onSelectionChange": {
63838
- "defaultValue": null,
63839
- "description": "Handler that is called when the selection changes.",
63840
- "name": "onSelectionChange",
63841
- "parent": {
63842
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63843
- "name": "MultipleSelection"
63844
- },
63845
- "declarations": [
63846
- {
63847
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63848
- "name": "MultipleSelection"
63849
- }
63850
- ],
63851
- "required": false,
63852
- "type": {
63853
- "name": "((keys: Selection) => void)"
63854
- }
63855
- },
63856
- "disabledKeys": {
63857
- "defaultValue": null,
63858
- "description": "The currently disabled keys in the collection (controlled).",
63859
- "name": "disabledKeys",
63860
- "parent": {
63861
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63862
- "name": "MultipleSelection"
63863
- },
63864
- "declarations": [
63865
- {
63866
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63867
- "name": "MultipleSelection"
63868
- }
63869
- ],
63870
- "required": false,
63871
- "type": {
63872
- "name": "Iterable<Key>"
63873
- }
63874
- },
63875
- "selectionMode": {
63876
- "defaultValue": null,
63877
- "description": "The type of selection that is allowed in the collection.",
63878
- "name": "selectionMode",
63879
- "parent": {
63880
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63881
- "name": "MultipleSelection"
63882
- },
63883
- "declarations": [
63884
- {
63885
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
63886
- "name": "MultipleSelection"
63887
- }
63888
- ],
63889
- "required": false,
63890
- "type": {
63891
- "name": "SelectionMode"
63892
- }
63893
- },
63894
- "selectedKeys": {
63895
- "defaultValue": null,
63896
- "description": "The currently selected keys in the collection (controlled).",
63897
- "name": "selectedKeys",
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": "\"all\" | Iterable<Key>"
63911
- }
63912
- },
63913
- "defaultSelectedKeys": {
63914
- "defaultValue": null,
63915
- "description": "The initial selected keys in the collection (uncontrolled).",
63916
- "name": "defaultSelectedKeys",
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": "\"all\" | Iterable<Key>"
63930
- }
63931
- },
63932
- "selectionBehavior": {
63933
- "defaultValue": null,
63934
- "description": "",
63935
- "name": "selectionBehavior",
63936
- "parent": {
63937
- "fileName": "components/src/components/List/model/types.ts",
63938
- "name": "ListSupportedComponentProps"
63939
- },
63940
- "declarations": [
63941
- {
63942
- "fileName": "components/src/components/List/model/types.ts",
63943
- "name": "ListSupportedComponentProps"
63944
- }
63945
- ],
63946
- "required": false,
63947
- "type": {
63948
- "name": "SelectionBehavior"
63949
- }
63950
- },
63951
- "accordion": {
63952
- "defaultValue": null,
63953
- "description": "",
63954
- "name": "accordion",
63955
- "parent": {
63956
- "fileName": "components/src/components/List/model/types.ts",
63957
- "name": "ListShape"
63958
- },
63959
- "declarations": [
63960
- {
63961
- "fileName": "components/src/components/List/model/types.ts",
63962
- "name": "ListShape"
63963
- }
63964
- ],
63965
- "required": false,
63966
- "type": {
63967
- "name": "boolean"
63968
- }
63969
- },
63970
- "onAction": {
63971
- "defaultValue": null,
63972
- "description": "",
63973
- "name": "onAction",
63974
- "parent": {
63975
- "fileName": "components/src/components/List/model/types.ts",
63976
- "name": "ListShape"
63977
- },
63978
- "declarations": [
63979
- {
63980
- "fileName": "components/src/components/List/model/types.ts",
63981
- "name": "ListShape"
63982
- }
63983
- ],
63984
- "required": false,
63985
- "type": {
63986
- "name": "ItemActionFn<never>"
63987
- }
63988
- },
63989
- "settingStorageKey": {
63990
- "defaultValue": null,
63991
- "description": "",
63992
- "name": "settingStorageKey",
63993
- "parent": {
63994
- "fileName": "components/src/components/List/model/types.ts",
63995
- "name": "ListShape"
63996
- },
63997
- "declarations": [
63998
- {
63999
- "fileName": "components/src/components/List/model/types.ts",
64000
- "name": "ListShape"
64001
- }
64002
- ],
64003
- "required": false,
64004
- "type": {
64005
- "name": "string"
64006
- }
64007
- },
64008
- "getItemId": {
64009
- "defaultValue": null,
64010
- "description": "",
64011
- "name": "getItemId",
64012
- "parent": {
64013
- "fileName": "components/src/components/List/model/types.ts",
64014
- "name": "ListShape"
64015
- },
64016
- "declarations": [
64017
- {
64018
- "fileName": "components/src/components/List/model/types.ts",
64019
- "name": "ListShape"
64020
- }
64021
- ],
64022
- "required": false,
64023
- "type": {
64024
- "name": "GetItemId<never>"
64025
- }
64026
- },
64027
- "defaultViewMode": {
64028
- "defaultValue": null,
64029
- "description": "",
64030
- "name": "defaultViewMode",
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": "ListViewMode"
64044
- }
64045
- }
64046
- }
64047
- },
64048
64048
  {
64049
64049
  "tags": {},
64050
64050
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
@@ -230238,6 +230238,272 @@
230238
230238
  }
230239
230239
  }
230240
230240
  },
230241
+ {
230242
+ "tags": {
230243
+ "flr-generate": "all"
230244
+ },
230245
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
230246
+ "description": "",
230247
+ "displayName": "EmptyView",
230248
+ "methods": [],
230249
+ "props": {}
230250
+ },
230251
+ {
230252
+ "tags": {},
230253
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
230254
+ "description": "",
230255
+ "displayName": "Table",
230256
+ "methods": [],
230257
+ "props": {}
230258
+ },
230259
+ {
230260
+ "tags": {
230261
+ "flr-generate": "all"
230262
+ },
230263
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
230264
+ "description": "",
230265
+ "displayName": "ListSummary",
230266
+ "methods": [],
230267
+ "props": {
230268
+ "position": {
230269
+ "defaultValue": {
230270
+ "value": ": \"top\""
230271
+ },
230272
+ "description": "Whether the summary is placed above or underneath the list",
230273
+ "name": "position",
230274
+ "parent": {
230275
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
230276
+ "name": "ListSummaryProps"
230277
+ },
230278
+ "declarations": [
230279
+ {
230280
+ "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
230281
+ "name": "ListSummaryProps"
230282
+ }
230283
+ ],
230284
+ "required": false,
230285
+ "type": {
230286
+ "name": "\"top\" | \"bottom\""
230287
+ }
230288
+ },
230289
+ "wrapWith": {
230290
+ "defaultValue": null,
230291
+ "description": "",
230292
+ "name": "wrapWith",
230293
+ "parent": {
230294
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
230295
+ "name": "FlowComponentProps"
230296
+ },
230297
+ "declarations": [
230298
+ {
230299
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
230300
+ "name": "FlowComponentProps"
230301
+ }
230302
+ ],
230303
+ "required": false,
230304
+ "type": {
230305
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
230306
+ }
230307
+ },
230308
+ "tunnelId": {
230309
+ "defaultValue": null,
230310
+ "description": "@internal",
230311
+ "name": "tunnelId",
230312
+ "parent": {
230313
+ "fileName": "components/src/lib/types/props.ts",
230314
+ "name": "PropsWithTunnel"
230315
+ },
230316
+ "declarations": [
230317
+ {
230318
+ "fileName": "components/src/lib/types/props.ts",
230319
+ "name": "PropsWithTunnel"
230320
+ }
230321
+ ],
230322
+ "required": false,
230323
+ "type": {
230324
+ "name": "string | null"
230325
+ }
230326
+ },
230327
+ "ref": {
230328
+ "defaultValue": null,
230329
+ "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}",
230330
+ "name": "ref",
230331
+ "parent": {
230332
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
230333
+ "name": "RefAttributes"
230334
+ },
230335
+ "declarations": [
230336
+ {
230337
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
230338
+ "name": "RefAttributes"
230339
+ }
230340
+ ],
230341
+ "required": false,
230342
+ "type": {
230343
+ "name": "Ref<HTMLDivElement>"
230344
+ }
230345
+ },
230346
+ "key": {
230347
+ "defaultValue": null,
230348
+ "description": "",
230349
+ "name": "key",
230350
+ "parent": {
230351
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
230352
+ "name": "Attributes"
230353
+ },
230354
+ "declarations": [
230355
+ {
230356
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
230357
+ "name": "Attributes"
230358
+ }
230359
+ ],
230360
+ "required": false,
230361
+ "type": {
230362
+ "name": "Key | null"
230363
+ }
230364
+ },
230365
+ "children": {
230366
+ "defaultValue": null,
230367
+ "description": "",
230368
+ "name": "children",
230369
+ "declarations": [
230370
+ {
230371
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
230372
+ "name": "TypeLiteral"
230373
+ }
230374
+ ],
230375
+ "required": false,
230376
+ "type": {
230377
+ "name": "ReactNode"
230378
+ }
230379
+ }
230380
+ }
230381
+ },
230382
+ {
230383
+ "tags": {},
230384
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
230385
+ "description": "",
230386
+ "displayName": "ListItemView",
230387
+ "methods": [],
230388
+ "props": {
230389
+ "children": {
230390
+ "defaultValue": null,
230391
+ "description": "",
230392
+ "name": "children",
230393
+ "declarations": [
230394
+ {
230395
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
230396
+ "name": "TypeLiteral"
230397
+ }
230398
+ ],
230399
+ "required": false,
230400
+ "type": {
230401
+ "name": "ReactNode"
230402
+ }
230403
+ },
230404
+ "s": {
230405
+ "defaultValue": null,
230406
+ "description": "Column layout for container size s.",
230407
+ "name": "s",
230408
+ "parent": {
230409
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
230410
+ "name": "ColumnLayoutProps"
230411
+ },
230412
+ "declarations": [
230413
+ {
230414
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
230415
+ "name": "ColumnLayoutProps"
230416
+ }
230417
+ ],
230418
+ "required": false,
230419
+ "type": {
230420
+ "name": "(number | null)[]"
230421
+ }
230422
+ },
230423
+ "m": {
230424
+ "defaultValue": null,
230425
+ "description": "Column layout for container size m.",
230426
+ "name": "m",
230427
+ "parent": {
230428
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
230429
+ "name": "ColumnLayoutProps"
230430
+ },
230431
+ "declarations": [
230432
+ {
230433
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
230434
+ "name": "ColumnLayoutProps"
230435
+ }
230436
+ ],
230437
+ "required": false,
230438
+ "type": {
230439
+ "name": "(number | null)[]"
230440
+ }
230441
+ },
230442
+ "l": {
230443
+ "defaultValue": null,
230444
+ "description": "Column layout for container size l.",
230445
+ "name": "l",
230446
+ "parent": {
230447
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
230448
+ "name": "ColumnLayoutProps"
230449
+ },
230450
+ "declarations": [
230451
+ {
230452
+ "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
230453
+ "name": "ColumnLayoutProps"
230454
+ }
230455
+ ],
230456
+ "required": false,
230457
+ "type": {
230458
+ "name": "(number | null)[]"
230459
+ }
230460
+ }
230461
+ }
230462
+ },
230463
+ {
230464
+ "tags": {},
230465
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
230466
+ "description": "",
230467
+ "displayName": "Items",
230468
+ "methods": [],
230469
+ "props": {}
230470
+ },
230471
+ {
230472
+ "tags": {},
230473
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
230474
+ "description": "",
230475
+ "displayName": "Header",
230476
+ "methods": [],
230477
+ "props": {
230478
+ "className": {
230479
+ "defaultValue": null,
230480
+ "description": "The elements class name.",
230481
+ "name": "className",
230482
+ "parent": {
230483
+ "fileName": "components/src/lib/types/props.ts",
230484
+ "name": "PropsWithClassName"
230485
+ },
230486
+ "declarations": [
230487
+ {
230488
+ "fileName": "components/src/lib/types/props.ts",
230489
+ "name": "PropsWithClassName"
230490
+ }
230491
+ ],
230492
+ "required": false,
230493
+ "type": {
230494
+ "name": "string"
230495
+ }
230496
+ }
230497
+ }
230498
+ },
230499
+ {
230500
+ "tags": {},
230501
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
230502
+ "description": "",
230503
+ "displayName": "Footer",
230504
+ "methods": [],
230505
+ "props": {}
230506
+ },
230241
230507
  {
230242
230508
  "tags": {},
230243
230509
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
@@ -231024,272 +231290,6 @@
231024
231290
  }
231025
231291
  }
231026
231292
  },
231027
- {
231028
- "tags": {
231029
- "flr-generate": "all"
231030
- },
231031
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/views/EmptyView/EmptyView.tsx",
231032
- "description": "",
231033
- "displayName": "EmptyView",
231034
- "methods": [],
231035
- "props": {}
231036
- },
231037
- {
231038
- "tags": {},
231039
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
231040
- "description": "",
231041
- "displayName": "Table",
231042
- "methods": [],
231043
- "props": {}
231044
- },
231045
- {
231046
- "tags": {
231047
- "flr-generate": "all"
231048
- },
231049
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListSummary/ListSummary.tsx",
231050
- "description": "",
231051
- "displayName": "ListSummary",
231052
- "methods": [],
231053
- "props": {
231054
- "position": {
231055
- "defaultValue": {
231056
- "value": ": \"top\""
231057
- },
231058
- "description": "Whether the summary is placed above or underneath the list",
231059
- "name": "position",
231060
- "parent": {
231061
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
231062
- "name": "ListSummaryProps"
231063
- },
231064
- "declarations": [
231065
- {
231066
- "fileName": "components/src/components/List/components/ListSummary/ListSummary.tsx",
231067
- "name": "ListSummaryProps"
231068
- }
231069
- ],
231070
- "required": false,
231071
- "type": {
231072
- "name": "\"top\" | \"bottom\""
231073
- }
231074
- },
231075
- "wrapWith": {
231076
- "defaultValue": null,
231077
- "description": "",
231078
- "name": "wrapWith",
231079
- "parent": {
231080
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231081
- "name": "FlowComponentProps"
231082
- },
231083
- "declarations": [
231084
- {
231085
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
231086
- "name": "FlowComponentProps"
231087
- }
231088
- ],
231089
- "required": false,
231090
- "type": {
231091
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
231092
- }
231093
- },
231094
- "tunnelId": {
231095
- "defaultValue": null,
231096
- "description": "@internal",
231097
- "name": "tunnelId",
231098
- "parent": {
231099
- "fileName": "components/src/lib/types/props.ts",
231100
- "name": "PropsWithTunnel"
231101
- },
231102
- "declarations": [
231103
- {
231104
- "fileName": "components/src/lib/types/props.ts",
231105
- "name": "PropsWithTunnel"
231106
- }
231107
- ],
231108
- "required": false,
231109
- "type": {
231110
- "name": "string | null"
231111
- }
231112
- },
231113
- "ref": {
231114
- "defaultValue": null,
231115
- "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}",
231116
- "name": "ref",
231117
- "parent": {
231118
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231119
- "name": "RefAttributes"
231120
- },
231121
- "declarations": [
231122
- {
231123
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231124
- "name": "RefAttributes"
231125
- }
231126
- ],
231127
- "required": false,
231128
- "type": {
231129
- "name": "Ref<HTMLDivElement>"
231130
- }
231131
- },
231132
- "key": {
231133
- "defaultValue": null,
231134
- "description": "",
231135
- "name": "key",
231136
- "parent": {
231137
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231138
- "name": "Attributes"
231139
- },
231140
- "declarations": [
231141
- {
231142
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231143
- "name": "Attributes"
231144
- }
231145
- ],
231146
- "required": false,
231147
- "type": {
231148
- "name": "Key | null"
231149
- }
231150
- },
231151
- "children": {
231152
- "defaultValue": null,
231153
- "description": "",
231154
- "name": "children",
231155
- "declarations": [
231156
- {
231157
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231158
- "name": "TypeLiteral"
231159
- }
231160
- ],
231161
- "required": false,
231162
- "type": {
231163
- "name": "ReactNode"
231164
- }
231165
- }
231166
- }
231167
- },
231168
- {
231169
- "tags": {},
231170
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
231171
- "description": "",
231172
- "displayName": "ListItemView",
231173
- "methods": [],
231174
- "props": {
231175
- "children": {
231176
- "defaultValue": null,
231177
- "description": "",
231178
- "name": "children",
231179
- "declarations": [
231180
- {
231181
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
231182
- "name": "TypeLiteral"
231183
- }
231184
- ],
231185
- "required": false,
231186
- "type": {
231187
- "name": "ReactNode"
231188
- }
231189
- },
231190
- "s": {
231191
- "defaultValue": null,
231192
- "description": "Column layout for container size s.",
231193
- "name": "s",
231194
- "parent": {
231195
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231196
- "name": "ColumnLayoutProps"
231197
- },
231198
- "declarations": [
231199
- {
231200
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231201
- "name": "ColumnLayoutProps"
231202
- }
231203
- ],
231204
- "required": false,
231205
- "type": {
231206
- "name": "(number | null)[]"
231207
- }
231208
- },
231209
- "m": {
231210
- "defaultValue": null,
231211
- "description": "Column layout for container size m.",
231212
- "name": "m",
231213
- "parent": {
231214
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231215
- "name": "ColumnLayoutProps"
231216
- },
231217
- "declarations": [
231218
- {
231219
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231220
- "name": "ColumnLayoutProps"
231221
- }
231222
- ],
231223
- "required": false,
231224
- "type": {
231225
- "name": "(number | null)[]"
231226
- }
231227
- },
231228
- "l": {
231229
- "defaultValue": null,
231230
- "description": "Column layout for container size l.",
231231
- "name": "l",
231232
- "parent": {
231233
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231234
- "name": "ColumnLayoutProps"
231235
- },
231236
- "declarations": [
231237
- {
231238
- "fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
231239
- "name": "ColumnLayoutProps"
231240
- }
231241
- ],
231242
- "required": false,
231243
- "type": {
231244
- "name": "(number | null)[]"
231245
- }
231246
- }
231247
- }
231248
- },
231249
- {
231250
- "tags": {},
231251
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
231252
- "description": "",
231253
- "displayName": "Items",
231254
- "methods": [],
231255
- "props": {}
231256
- },
231257
- {
231258
- "tags": {},
231259
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
231260
- "description": "",
231261
- "displayName": "Header",
231262
- "methods": [],
231263
- "props": {
231264
- "className": {
231265
- "defaultValue": null,
231266
- "description": "The elements class name.",
231267
- "name": "className",
231268
- "parent": {
231269
- "fileName": "components/src/lib/types/props.ts",
231270
- "name": "PropsWithClassName"
231271
- },
231272
- "declarations": [
231273
- {
231274
- "fileName": "components/src/lib/types/props.ts",
231275
- "name": "PropsWithClassName"
231276
- }
231277
- ],
231278
- "required": false,
231279
- "type": {
231280
- "name": "string"
231281
- }
231282
- }
231283
- }
231284
- },
231285
- {
231286
- "tags": {},
231287
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
231288
- "description": "",
231289
- "displayName": "Footer",
231290
- "methods": [],
231291
- "props": {}
231292
- },
231293
231293
  {
231294
231294
  "tags": {},
231295
231295
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",