@mittwald/flow-react-components 0.2.0-alpha.757 → 0.2.0-alpha.758

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/assets/doc-properties.json +915 -896
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs +5 -5
  5. package/dist/js/packages/components/src/components/SettingsProvider/SettingsProvider.mjs.map +1 -1
  6. package/dist/js/packages/components/src/components/SettingsProvider/middleware/defaultImplementations.mjs +9 -0
  7. package/dist/js/packages/components/src/components/SettingsProvider/middleware/defaultImplementations.mjs.map +1 -0
  8. package/dist/js/packages/components/src/components/SettingsProvider/models/SettingsStore.mjs +55 -13
  9. package/dist/js/packages/components/src/components/SettingsProvider/models/SettingsStore.mjs.map +1 -1
  10. package/dist/types/components/SettingsProvider/SettingsProvider.browser.test.d.ts +2 -0
  11. package/dist/types/components/SettingsProvider/SettingsProvider.browser.test.d.ts.map +1 -0
  12. package/dist/types/components/SettingsProvider/SettingsProvider.d.ts +2 -2
  13. package/dist/types/components/SettingsProvider/SettingsProvider.d.ts.map +1 -1
  14. package/dist/types/components/SettingsProvider/middleware/defaultImplementations.d.ts +4 -0
  15. package/dist/types/components/SettingsProvider/middleware/defaultImplementations.d.ts.map +1 -0
  16. package/dist/types/components/SettingsProvider/middleware/types.d.ts +6 -0
  17. package/dist/types/components/SettingsProvider/middleware/types.d.ts.map +1 -0
  18. package/dist/types/components/SettingsProvider/models/SettingsStore.d.ts +12 -3
  19. package/dist/types/components/SettingsProvider/models/SettingsStore.d.ts.map +1 -1
  20. package/package.json +6 -6
@@ -32433,6 +32433,25 @@
32433
32433
  "name": "string"
32434
32434
  }
32435
32435
  },
32436
+ "middleware": {
32437
+ "defaultValue": null,
32438
+ "description": "",
32439
+ "name": "middleware",
32440
+ "parent": {
32441
+ "fileName": "components/src/components/SettingsProvider/models/SettingsStore.ts",
32442
+ "name": "SettingsStoreOptions"
32443
+ },
32444
+ "declarations": [
32445
+ {
32446
+ "fileName": "components/src/components/SettingsProvider/models/SettingsStore.ts",
32447
+ "name": "SettingsStoreOptions"
32448
+ }
32449
+ ],
32450
+ "required": false,
32451
+ "type": {
32452
+ "name": "{ get?: GetSettingsMiddleware; set?: SetSettingsMiddleware; } | undefined"
32453
+ }
32454
+ },
32436
32455
  "store": {
32437
32456
  "defaultValue": null,
32438
32457
  "description": "",
@@ -225835,6 +225854,30 @@
225835
225854
  "methods": [],
225836
225855
  "props": {}
225837
225856
  },
225857
+ {
225858
+ "tags": {},
225859
+ "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
225860
+ "description": "",
225861
+ "displayName": "BrowserOnly",
225862
+ "methods": [],
225863
+ "props": {
225864
+ "children": {
225865
+ "defaultValue": null,
225866
+ "description": "",
225867
+ "name": "children",
225868
+ "declarations": [
225869
+ {
225870
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
225871
+ "name": "TypeLiteral"
225872
+ }
225873
+ ],
225874
+ "required": false,
225875
+ "type": {
225876
+ "name": "ReactNode"
225877
+ }
225878
+ }
225879
+ }
225880
+ },
225838
225881
  {
225839
225882
  "tags": {
225840
225883
  "flr-generate": "all"
@@ -228193,30 +228236,6 @@
228193
228236
  }
228194
228237
  }
228195
228238
  },
228196
- {
228197
- "tags": {},
228198
- "filePath": "src/components/BrowserOnly/BrowserOnly.tsx",
228199
- "description": "",
228200
- "displayName": "BrowserOnly",
228201
- "methods": [],
228202
- "props": {
228203
- "children": {
228204
- "defaultValue": null,
228205
- "description": "",
228206
- "name": "children",
228207
- "declarations": [
228208
- {
228209
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
228210
- "name": "TypeLiteral"
228211
- }
228212
- ],
228213
- "required": false,
228214
- "type": {
228215
- "name": "ReactNode"
228216
- }
228217
- }
228218
- }
228219
- },
228220
228239
  {
228221
228240
  "tags": {
228222
228241
  "flr-generate": "all"
@@ -229826,205 +229845,6 @@
229826
229845
  }
229827
229846
  }
229828
229847
  },
229829
- {
229830
- "tags": {
229831
- "flr-generate": "all"
229832
- },
229833
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Badge/Badge.tsx",
229834
- "description": "",
229835
- "displayName": "Badge",
229836
- "methods": [],
229837
- "props": {
229838
- "onPress": {
229839
- "defaultValue": null,
229840
- "description": "Handler that is called when the badge is pressed.",
229841
- "name": "onPress",
229842
- "parent": {
229843
- "fileName": "components/src/components/Badge/Badge.tsx",
229844
- "name": "BadgeProps"
229845
- },
229846
- "declarations": [
229847
- {
229848
- "fileName": "components/src/components/Badge/Badge.tsx",
229849
- "name": "BadgeProps"
229850
- }
229851
- ],
229852
- "required": false,
229853
- "type": {
229854
- "name": "((e: PressEvent) => void)"
229855
- }
229856
- },
229857
- "onClose": {
229858
- "defaultValue": null,
229859
- "description": "Handler that is called when the badges close icon is pressed.",
229860
- "name": "onClose",
229861
- "parent": {
229862
- "fileName": "components/src/components/Badge/Badge.tsx",
229863
- "name": "BadgeProps"
229864
- },
229865
- "declarations": [
229866
- {
229867
- "fileName": "components/src/components/Badge/Badge.tsx",
229868
- "name": "BadgeProps"
229869
- }
229870
- ],
229871
- "required": false,
229872
- "type": {
229873
- "name": "((e: PressEvent) => void)"
229874
- }
229875
- },
229876
- "color": {
229877
- "defaultValue": {
229878
- "value": "\"neutral\""
229879
- },
229880
- "description": "The color of the badge.",
229881
- "name": "color",
229882
- "parent": {
229883
- "fileName": "components/src/components/Badge/Badge.tsx",
229884
- "name": "BadgeProps"
229885
- },
229886
- "declarations": [
229887
- {
229888
- "fileName": "components/src/components/Badge/Badge.tsx",
229889
- "name": "BadgeProps"
229890
- }
229891
- ],
229892
- "required": false,
229893
- "type": {
229894
- "name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"neutral\" | \"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\" | \"navy\" | \"orange\" | \"red\""
229895
- }
229896
- },
229897
- "isDisabled": {
229898
- "defaultValue": null,
229899
- "description": "Whether the badge is disabled.",
229900
- "name": "isDisabled",
229901
- "parent": {
229902
- "fileName": "components/src/components/Badge/Badge.tsx",
229903
- "name": "BadgeProps"
229904
- },
229905
- "declarations": [
229906
- {
229907
- "fileName": "components/src/components/Badge/Badge.tsx",
229908
- "name": "BadgeProps"
229909
- }
229910
- ],
229911
- "required": false,
229912
- "type": {
229913
- "name": "boolean"
229914
- }
229915
- },
229916
- "children": {
229917
- "defaultValue": null,
229918
- "description": "",
229919
- "name": "children",
229920
- "declarations": [
229921
- {
229922
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
229923
- "name": "TypeLiteral"
229924
- }
229925
- ],
229926
- "required": false,
229927
- "type": {
229928
- "name": "ReactNode"
229929
- }
229930
- },
229931
- "wrapWith": {
229932
- "defaultValue": null,
229933
- "description": "",
229934
- "name": "wrapWith",
229935
- "parent": {
229936
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
229937
- "name": "FlowComponentProps"
229938
- },
229939
- "declarations": [
229940
- {
229941
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
229942
- "name": "FlowComponentProps"
229943
- }
229944
- ],
229945
- "required": false,
229946
- "type": {
229947
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
229948
- }
229949
- },
229950
- "tunnelId": {
229951
- "defaultValue": null,
229952
- "description": "@internal",
229953
- "name": "tunnelId",
229954
- "parent": {
229955
- "fileName": "components/src/lib/types/props.ts",
229956
- "name": "PropsWithTunnel"
229957
- },
229958
- "declarations": [
229959
- {
229960
- "fileName": "components/src/lib/types/props.ts",
229961
- "name": "PropsWithTunnel"
229962
- }
229963
- ],
229964
- "required": false,
229965
- "type": {
229966
- "name": "string | null"
229967
- }
229968
- },
229969
- "ref": {
229970
- "defaultValue": null,
229971
- "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}",
229972
- "name": "ref",
229973
- "parent": {
229974
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
229975
- "name": "RefAttributes"
229976
- },
229977
- "declarations": [
229978
- {
229979
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
229980
- "name": "RefAttributes"
229981
- }
229982
- ],
229983
- "required": false,
229984
- "type": {
229985
- "name": "Ref<HTMLSpanElement>"
229986
- }
229987
- },
229988
- "key": {
229989
- "defaultValue": null,
229990
- "description": "",
229991
- "name": "key",
229992
- "parent": {
229993
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
229994
- "name": "Attributes"
229995
- },
229996
- "declarations": [
229997
- {
229998
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
229999
- "name": "Attributes"
230000
- }
230001
- ],
230002
- "required": false,
230003
- "type": {
230004
- "name": "Key | null"
230005
- }
230006
- },
230007
- "className": {
230008
- "defaultValue": null,
230009
- "description": "The elements class name.",
230010
- "name": "className",
230011
- "parent": {
230012
- "fileName": "components/src/lib/types/props.ts",
230013
- "name": "PropsWithClassName"
230014
- },
230015
- "declarations": [
230016
- {
230017
- "fileName": "components/src/lib/types/props.ts",
230018
- "name": "PropsWithClassName"
230019
- }
230020
- ],
230021
- "required": false,
230022
- "type": {
230023
- "name": "string"
230024
- }
230025
- }
230026
- }
230027
- },
230028
229848
  {
230029
229849
  "tags": {
230030
229850
  "flr-generate": "all"
@@ -230174,6 +229994,205 @@
230174
229994
  }
230175
229995
  }
230176
229996
  },
229997
+ {
229998
+ "tags": {
229999
+ "flr-generate": "all"
230000
+ },
230001
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Badge/Badge.tsx",
230002
+ "description": "",
230003
+ "displayName": "Badge",
230004
+ "methods": [],
230005
+ "props": {
230006
+ "onPress": {
230007
+ "defaultValue": null,
230008
+ "description": "Handler that is called when the badge is pressed.",
230009
+ "name": "onPress",
230010
+ "parent": {
230011
+ "fileName": "components/src/components/Badge/Badge.tsx",
230012
+ "name": "BadgeProps"
230013
+ },
230014
+ "declarations": [
230015
+ {
230016
+ "fileName": "components/src/components/Badge/Badge.tsx",
230017
+ "name": "BadgeProps"
230018
+ }
230019
+ ],
230020
+ "required": false,
230021
+ "type": {
230022
+ "name": "((e: PressEvent) => void)"
230023
+ }
230024
+ },
230025
+ "onClose": {
230026
+ "defaultValue": null,
230027
+ "description": "Handler that is called when the badges close icon is pressed.",
230028
+ "name": "onClose",
230029
+ "parent": {
230030
+ "fileName": "components/src/components/Badge/Badge.tsx",
230031
+ "name": "BadgeProps"
230032
+ },
230033
+ "declarations": [
230034
+ {
230035
+ "fileName": "components/src/components/Badge/Badge.tsx",
230036
+ "name": "BadgeProps"
230037
+ }
230038
+ ],
230039
+ "required": false,
230040
+ "type": {
230041
+ "name": "((e: PressEvent) => void)"
230042
+ }
230043
+ },
230044
+ "color": {
230045
+ "defaultValue": {
230046
+ "value": "\"neutral\""
230047
+ },
230048
+ "description": "The color of the badge.",
230049
+ "name": "color",
230050
+ "parent": {
230051
+ "fileName": "components/src/components/Badge/Badge.tsx",
230052
+ "name": "BadgeProps"
230053
+ },
230054
+ "declarations": [
230055
+ {
230056
+ "fileName": "components/src/components/Badge/Badge.tsx",
230057
+ "name": "BadgeProps"
230058
+ }
230059
+ ],
230060
+ "required": false,
230061
+ "type": {
230062
+ "name": "\"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"neutral\" | \"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\" | \"navy\" | \"orange\" | \"red\""
230063
+ }
230064
+ },
230065
+ "isDisabled": {
230066
+ "defaultValue": null,
230067
+ "description": "Whether the badge is disabled.",
230068
+ "name": "isDisabled",
230069
+ "parent": {
230070
+ "fileName": "components/src/components/Badge/Badge.tsx",
230071
+ "name": "BadgeProps"
230072
+ },
230073
+ "declarations": [
230074
+ {
230075
+ "fileName": "components/src/components/Badge/Badge.tsx",
230076
+ "name": "BadgeProps"
230077
+ }
230078
+ ],
230079
+ "required": false,
230080
+ "type": {
230081
+ "name": "boolean"
230082
+ }
230083
+ },
230084
+ "children": {
230085
+ "defaultValue": null,
230086
+ "description": "",
230087
+ "name": "children",
230088
+ "declarations": [
230089
+ {
230090
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230091
+ "name": "TypeLiteral"
230092
+ }
230093
+ ],
230094
+ "required": false,
230095
+ "type": {
230096
+ "name": "ReactNode"
230097
+ }
230098
+ },
230099
+ "wrapWith": {
230100
+ "defaultValue": null,
230101
+ "description": "",
230102
+ "name": "wrapWith",
230103
+ "parent": {
230104
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
230105
+ "name": "FlowComponentProps"
230106
+ },
230107
+ "declarations": [
230108
+ {
230109
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
230110
+ "name": "FlowComponentProps"
230111
+ }
230112
+ ],
230113
+ "required": false,
230114
+ "type": {
230115
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
230116
+ }
230117
+ },
230118
+ "tunnelId": {
230119
+ "defaultValue": null,
230120
+ "description": "@internal",
230121
+ "name": "tunnelId",
230122
+ "parent": {
230123
+ "fileName": "components/src/lib/types/props.ts",
230124
+ "name": "PropsWithTunnel"
230125
+ },
230126
+ "declarations": [
230127
+ {
230128
+ "fileName": "components/src/lib/types/props.ts",
230129
+ "name": "PropsWithTunnel"
230130
+ }
230131
+ ],
230132
+ "required": false,
230133
+ "type": {
230134
+ "name": "string | null"
230135
+ }
230136
+ },
230137
+ "ref": {
230138
+ "defaultValue": null,
230139
+ "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}",
230140
+ "name": "ref",
230141
+ "parent": {
230142
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230143
+ "name": "RefAttributes"
230144
+ },
230145
+ "declarations": [
230146
+ {
230147
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230148
+ "name": "RefAttributes"
230149
+ }
230150
+ ],
230151
+ "required": false,
230152
+ "type": {
230153
+ "name": "Ref<HTMLSpanElement>"
230154
+ }
230155
+ },
230156
+ "key": {
230157
+ "defaultValue": null,
230158
+ "description": "",
230159
+ "name": "key",
230160
+ "parent": {
230161
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230162
+ "name": "Attributes"
230163
+ },
230164
+ "declarations": [
230165
+ {
230166
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
230167
+ "name": "Attributes"
230168
+ }
230169
+ ],
230170
+ "required": false,
230171
+ "type": {
230172
+ "name": "Key | null"
230173
+ }
230174
+ },
230175
+ "className": {
230176
+ "defaultValue": null,
230177
+ "description": "The elements class name.",
230178
+ "name": "className",
230179
+ "parent": {
230180
+ "fileName": "components/src/lib/types/props.ts",
230181
+ "name": "PropsWithClassName"
230182
+ },
230183
+ "declarations": [
230184
+ {
230185
+ "fileName": "components/src/lib/types/props.ts",
230186
+ "name": "PropsWithClassName"
230187
+ }
230188
+ ],
230189
+ "required": false,
230190
+ "type": {
230191
+ "name": "string"
230192
+ }
230193
+ }
230194
+ }
230195
+ },
230177
230196
  {
230178
230197
  "tags": {
230179
230198
  "flr-generate": "all"
@@ -240162,9 +240181,145 @@
240162
240181
  "tags": {
240163
240182
  "flr-generate": "all"
240164
240183
  },
240165
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
240184
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
240166
240185
  "description": "",
240167
- "displayName": "Alert",
240186
+ "displayName": "AlertBadge",
240187
+ "methods": [],
240188
+ "props": {
240189
+ "children": {
240190
+ "defaultValue": null,
240191
+ "description": "",
240192
+ "name": "children",
240193
+ "declarations": [
240194
+ {
240195
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
240196
+ "name": "TypeLiteral"
240197
+ }
240198
+ ],
240199
+ "required": false,
240200
+ "type": {
240201
+ "name": "ReactNode"
240202
+ }
240203
+ },
240204
+ "status": {
240205
+ "defaultValue": null,
240206
+ "description": "The elements status",
240207
+ "name": "status",
240208
+ "declarations": [
240209
+ {
240210
+ "fileName": "components/src/lib/types/props.ts",
240211
+ "name": "TypeLiteral"
240212
+ }
240213
+ ],
240214
+ "required": false,
240215
+ "type": {
240216
+ "name": "Status"
240217
+ }
240218
+ },
240219
+ "wrapWith": {
240220
+ "defaultValue": null,
240221
+ "description": "",
240222
+ "name": "wrapWith",
240223
+ "parent": {
240224
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
240225
+ "name": "FlowComponentProps"
240226
+ },
240227
+ "declarations": [
240228
+ {
240229
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
240230
+ "name": "FlowComponentProps"
240231
+ }
240232
+ ],
240233
+ "required": false,
240234
+ "type": {
240235
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
240236
+ }
240237
+ },
240238
+ "tunnelId": {
240239
+ "defaultValue": null,
240240
+ "description": "@internal",
240241
+ "name": "tunnelId",
240242
+ "parent": {
240243
+ "fileName": "components/src/lib/types/props.ts",
240244
+ "name": "PropsWithTunnel"
240245
+ },
240246
+ "declarations": [
240247
+ {
240248
+ "fileName": "components/src/lib/types/props.ts",
240249
+ "name": "PropsWithTunnel"
240250
+ }
240251
+ ],
240252
+ "required": false,
240253
+ "type": {
240254
+ "name": "string | null"
240255
+ }
240256
+ },
240257
+ "ref": {
240258
+ "defaultValue": null,
240259
+ "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}",
240260
+ "name": "ref",
240261
+ "parent": {
240262
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
240263
+ "name": "RefAttributes"
240264
+ },
240265
+ "declarations": [
240266
+ {
240267
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
240268
+ "name": "RefAttributes"
240269
+ }
240270
+ ],
240271
+ "required": false,
240272
+ "type": {
240273
+ "name": "Ref<HTMLSpanElement>"
240274
+ }
240275
+ },
240276
+ "key": {
240277
+ "defaultValue": null,
240278
+ "description": "",
240279
+ "name": "key",
240280
+ "parent": {
240281
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
240282
+ "name": "Attributes"
240283
+ },
240284
+ "declarations": [
240285
+ {
240286
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
240287
+ "name": "Attributes"
240288
+ }
240289
+ ],
240290
+ "required": false,
240291
+ "type": {
240292
+ "name": "Key | null"
240293
+ }
240294
+ },
240295
+ "className": {
240296
+ "defaultValue": null,
240297
+ "description": "The elements class name.",
240298
+ "name": "className",
240299
+ "parent": {
240300
+ "fileName": "components/src/lib/types/props.ts",
240301
+ "name": "PropsWithClassName"
240302
+ },
240303
+ "declarations": [
240304
+ {
240305
+ "fileName": "components/src/lib/types/props.ts",
240306
+ "name": "PropsWithClassName"
240307
+ }
240308
+ ],
240309
+ "required": false,
240310
+ "type": {
240311
+ "name": "string"
240312
+ }
240313
+ }
240314
+ }
240315
+ },
240316
+ {
240317
+ "tags": {
240318
+ "flr-generate": "all"
240319
+ },
240320
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Alert/Alert.tsx",
240321
+ "description": "",
240322
+ "displayName": "Alert",
240168
240323
  "methods": [],
240169
240324
  "props": {
240170
240325
  "ref": {
@@ -245542,142 +245697,6 @@
245542
245697
  }
245543
245698
  }
245544
245699
  },
245545
- {
245546
- "tags": {
245547
- "flr-generate": "all"
245548
- },
245549
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AlertBadge/AlertBadge.tsx",
245550
- "description": "",
245551
- "displayName": "AlertBadge",
245552
- "methods": [],
245553
- "props": {
245554
- "children": {
245555
- "defaultValue": null,
245556
- "description": "",
245557
- "name": "children",
245558
- "declarations": [
245559
- {
245560
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
245561
- "name": "TypeLiteral"
245562
- }
245563
- ],
245564
- "required": false,
245565
- "type": {
245566
- "name": "ReactNode"
245567
- }
245568
- },
245569
- "status": {
245570
- "defaultValue": null,
245571
- "description": "The elements status",
245572
- "name": "status",
245573
- "declarations": [
245574
- {
245575
- "fileName": "components/src/lib/types/props.ts",
245576
- "name": "TypeLiteral"
245577
- }
245578
- ],
245579
- "required": false,
245580
- "type": {
245581
- "name": "Status"
245582
- }
245583
- },
245584
- "wrapWith": {
245585
- "defaultValue": null,
245586
- "description": "",
245587
- "name": "wrapWith",
245588
- "parent": {
245589
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
245590
- "name": "FlowComponentProps"
245591
- },
245592
- "declarations": [
245593
- {
245594
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
245595
- "name": "FlowComponentProps"
245596
- }
245597
- ],
245598
- "required": false,
245599
- "type": {
245600
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
245601
- }
245602
- },
245603
- "tunnelId": {
245604
- "defaultValue": null,
245605
- "description": "@internal",
245606
- "name": "tunnelId",
245607
- "parent": {
245608
- "fileName": "components/src/lib/types/props.ts",
245609
- "name": "PropsWithTunnel"
245610
- },
245611
- "declarations": [
245612
- {
245613
- "fileName": "components/src/lib/types/props.ts",
245614
- "name": "PropsWithTunnel"
245615
- }
245616
- ],
245617
- "required": false,
245618
- "type": {
245619
- "name": "string | null"
245620
- }
245621
- },
245622
- "ref": {
245623
- "defaultValue": null,
245624
- "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}",
245625
- "name": "ref",
245626
- "parent": {
245627
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
245628
- "name": "RefAttributes"
245629
- },
245630
- "declarations": [
245631
- {
245632
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
245633
- "name": "RefAttributes"
245634
- }
245635
- ],
245636
- "required": false,
245637
- "type": {
245638
- "name": "Ref<HTMLSpanElement>"
245639
- }
245640
- },
245641
- "key": {
245642
- "defaultValue": null,
245643
- "description": "",
245644
- "name": "key",
245645
- "parent": {
245646
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
245647
- "name": "Attributes"
245648
- },
245649
- "declarations": [
245650
- {
245651
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
245652
- "name": "Attributes"
245653
- }
245654
- ],
245655
- "required": false,
245656
- "type": {
245657
- "name": "Key | null"
245658
- }
245659
- },
245660
- "className": {
245661
- "defaultValue": null,
245662
- "description": "The elements class name.",
245663
- "name": "className",
245664
- "parent": {
245665
- "fileName": "components/src/lib/types/props.ts",
245666
- "name": "PropsWithClassName"
245667
- },
245668
- "declarations": [
245669
- {
245670
- "fileName": "components/src/lib/types/props.ts",
245671
- "name": "PropsWithClassName"
245672
- }
245673
- ],
245674
- "required": false,
245675
- "type": {
245676
- "name": "string"
245677
- }
245678
- }
245679
- }
245680
- },
245681
245700
  {
245682
245701
  "tags": {},
245683
245702
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
@@ -283833,33 +283852,7 @@
283833
283852
  "tags": {
283834
283853
  "deprecated": "Use RouterProvider instead"
283835
283854
  },
283836
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
283837
- "description": "",
283838
- "displayName": "LinkProvider",
283839
- "methods": [],
283840
- "props": {
283841
- "children": {
283842
- "defaultValue": null,
283843
- "description": "",
283844
- "name": "children",
283845
- "declarations": [
283846
- {
283847
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
283848
- "name": "TypeLiteral"
283849
- }
283850
- ],
283851
- "required": false,
283852
- "type": {
283853
- "name": "ReactNode"
283854
- }
283855
- }
283856
- }
283857
- },
283858
- {
283859
- "tags": {
283860
- "deprecated": "Use RouterProvider instead"
283861
- },
283862
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
283855
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
283863
283856
  "description": "",
283864
283857
  "displayName": "Link",
283865
283858
  "methods": [],
@@ -283869,12 +283862,12 @@
283869
283862
  "description": "",
283870
283863
  "name": "ref",
283871
283864
  "parent": {
283872
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283865
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283873
283866
  "name": "Props"
283874
283867
  },
283875
283868
  "declarations": [
283876
283869
  {
283877
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283870
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283878
283871
  "name": "Props"
283879
283872
  }
283880
283873
  ],
@@ -283888,12 +283881,12 @@
283888
283881
  "description": "",
283889
283882
  "name": "isDisabled",
283890
283883
  "parent": {
283891
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283884
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283892
283885
  "name": "Props"
283893
283886
  },
283894
283887
  "declarations": [
283895
283888
  {
283896
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
283889
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
283897
283890
  "name": "Props"
283898
283891
  }
283899
283892
  ],
@@ -289357,6 +289350,32 @@
289357
289350
  }
289358
289351
  }
289359
289352
  },
289353
+ {
289354
+ "tags": {
289355
+ "deprecated": "Use RouterProvider instead"
289356
+ },
289357
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
289358
+ "description": "",
289359
+ "displayName": "LinkProvider",
289360
+ "methods": [],
289361
+ "props": {
289362
+ "children": {
289363
+ "defaultValue": null,
289364
+ "description": "",
289365
+ "name": "children",
289366
+ "declarations": [
289367
+ {
289368
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
289369
+ "name": "TypeLiteral"
289370
+ }
289371
+ ],
289372
+ "required": false,
289373
+ "type": {
289374
+ "name": "ReactNode"
289375
+ }
289376
+ }
289377
+ }
289378
+ },
289360
289379
  {
289361
289380
  "tags": {
289362
289381
  "flr-generate": "all"
@@ -289543,6 +289562,72 @@
289543
289562
  }
289544
289563
  }
289545
289564
  },
289565
+ {
289566
+ "tags": {},
289567
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
289568
+ "description": "",
289569
+ "displayName": "TabList",
289570
+ "methods": [],
289571
+ "props": {
289572
+ "selection": {
289573
+ "defaultValue": null,
289574
+ "description": "",
289575
+ "name": "selection",
289576
+ "parent": {
289577
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289578
+ "name": "Props"
289579
+ },
289580
+ "declarations": [
289581
+ {
289582
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289583
+ "name": "Props"
289584
+ }
289585
+ ],
289586
+ "required": true,
289587
+ "type": {
289588
+ "name": "Key | undefined"
289589
+ }
289590
+ },
289591
+ "onContextMenuSelectionChange": {
289592
+ "defaultValue": null,
289593
+ "description": "",
289594
+ "name": "onContextMenuSelectionChange",
289595
+ "parent": {
289596
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289597
+ "name": "Props"
289598
+ },
289599
+ "declarations": [
289600
+ {
289601
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289602
+ "name": "Props"
289603
+ }
289604
+ ],
289605
+ "required": true,
289606
+ "type": {
289607
+ "name": "(key: Key) => void"
289608
+ }
289609
+ },
289610
+ "disabledKeys": {
289611
+ "defaultValue": null,
289612
+ "description": "",
289613
+ "name": "disabledKeys",
289614
+ "parent": {
289615
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289616
+ "name": "Props"
289617
+ },
289618
+ "declarations": [
289619
+ {
289620
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
289621
+ "name": "Props"
289622
+ }
289623
+ ],
289624
+ "required": false,
289625
+ "type": {
289626
+ "name": "Iterable<Key>"
289627
+ }
289628
+ }
289629
+ }
289630
+ },
289546
289631
  {
289547
289632
  "tags": {
289548
289633
  "flr-generate": "all"
@@ -291300,72 +291385,6 @@
291300
291385
  }
291301
291386
  }
291302
291387
  },
291303
- {
291304
- "tags": {},
291305
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
291306
- "description": "",
291307
- "displayName": "TabList",
291308
- "methods": [],
291309
- "props": {
291310
- "selection": {
291311
- "defaultValue": null,
291312
- "description": "",
291313
- "name": "selection",
291314
- "parent": {
291315
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291316
- "name": "Props"
291317
- },
291318
- "declarations": [
291319
- {
291320
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291321
- "name": "Props"
291322
- }
291323
- ],
291324
- "required": true,
291325
- "type": {
291326
- "name": "Key | undefined"
291327
- }
291328
- },
291329
- "onContextMenuSelectionChange": {
291330
- "defaultValue": null,
291331
- "description": "",
291332
- "name": "onContextMenuSelectionChange",
291333
- "parent": {
291334
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291335
- "name": "Props"
291336
- },
291337
- "declarations": [
291338
- {
291339
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291340
- "name": "Props"
291341
- }
291342
- ],
291343
- "required": true,
291344
- "type": {
291345
- "name": "(key: Key) => void"
291346
- }
291347
- },
291348
- "disabledKeys": {
291349
- "defaultValue": null,
291350
- "description": "",
291351
- "name": "disabledKeys",
291352
- "parent": {
291353
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291354
- "name": "Props"
291355
- },
291356
- "declarations": [
291357
- {
291358
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
291359
- "name": "Props"
291360
- }
291361
- ],
291362
- "required": false,
291363
- "type": {
291364
- "name": "Iterable<Key>"
291365
- }
291366
- }
291367
- }
291368
- },
291369
291388
  {
291370
291389
  "tags": {
291371
291390
  "flr-generate": "all"
@@ -304541,9 +304560,9 @@
304541
304560
  "tags": {
304542
304561
  "flr-generate": "all"
304543
304562
  },
304544
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
304563
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
304545
304564
  "description": "",
304546
- "displayName": "Radio",
304565
+ "displayName": "RadioButton",
304547
304566
  "methods": [],
304548
304567
  "props": {
304549
304568
  "className": {
@@ -306431,9 +306450,9 @@
306431
306450
  "tags": {
306432
306451
  "flr-generate": "all"
306433
306452
  },
306434
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
306453
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
306435
306454
  "description": "",
306436
- "displayName": "RadioButton",
306455
+ "displayName": "Radio",
306437
306456
  "methods": [],
306438
306457
  "props": {
306439
306458
  "className": {
@@ -317804,34 +317823,6 @@
317804
317823
  }
317805
317824
  }
317806
317825
  },
317807
- {
317808
- "tags": {},
317809
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317810
- "description": "",
317811
- "displayName": "DeleteButton",
317812
- "methods": [],
317813
- "props": {
317814
- "onDelete": {
317815
- "defaultValue": null,
317816
- "description": "",
317817
- "name": "onDelete",
317818
- "parent": {
317819
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317820
- "name": "Props"
317821
- },
317822
- "declarations": [
317823
- {
317824
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317825
- "name": "Props"
317826
- }
317827
- ],
317828
- "required": true,
317829
- "type": {
317830
- "name": "() => void"
317831
- }
317832
- }
317833
- }
317834
- },
317835
317826
  {
317836
317827
  "tags": {},
317837
317828
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -317898,6 +317889,34 @@
317898
317889
  }
317899
317890
  }
317900
317891
  },
317892
+ {
317893
+ "tags": {},
317894
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317895
+ "description": "",
317896
+ "displayName": "DeleteButton",
317897
+ "methods": [],
317898
+ "props": {
317899
+ "onDelete": {
317900
+ "defaultValue": null,
317901
+ "description": "",
317902
+ "name": "onDelete",
317903
+ "parent": {
317904
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317905
+ "name": "Props"
317906
+ },
317907
+ "declarations": [
317908
+ {
317909
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
317910
+ "name": "Props"
317911
+ }
317912
+ ],
317913
+ "required": true,
317914
+ "type": {
317915
+ "name": "() => void"
317916
+ }
317917
+ }
317918
+ }
317919
+ },
317901
317920
  {
317902
317921
  "tags": {},
317903
317922
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -318272,6 +318291,161 @@
318272
318291
  }
318273
318292
  }
318274
318293
  },
318294
+ {
318295
+ "tags": {
318296
+ "flr-generate": "all"
318297
+ },
318298
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318299
+ "description": "",
318300
+ "displayName": "ContextMenuSection",
318301
+ "methods": [],
318302
+ "props": {
318303
+ "children": {
318304
+ "defaultValue": null,
318305
+ "description": "",
318306
+ "name": "children",
318307
+ "declarations": [
318308
+ {
318309
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318310
+ "name": "TypeLiteral"
318311
+ }
318312
+ ],
318313
+ "required": false,
318314
+ "type": {
318315
+ "name": "ReactNode"
318316
+ }
318317
+ },
318318
+ "wrapWith": {
318319
+ "defaultValue": null,
318320
+ "description": "",
318321
+ "name": "wrapWith",
318322
+ "parent": {
318323
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318324
+ "name": "FlowComponentProps"
318325
+ },
318326
+ "declarations": [
318327
+ {
318328
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
318329
+ "name": "FlowComponentProps"
318330
+ }
318331
+ ],
318332
+ "required": false,
318333
+ "type": {
318334
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
318335
+ }
318336
+ },
318337
+ "tunnelId": {
318338
+ "defaultValue": null,
318339
+ "description": "@internal",
318340
+ "name": "tunnelId",
318341
+ "parent": {
318342
+ "fileName": "components/src/lib/types/props.ts",
318343
+ "name": "PropsWithTunnel"
318344
+ },
318345
+ "declarations": [
318346
+ {
318347
+ "fileName": "components/src/lib/types/props.ts",
318348
+ "name": "PropsWithTunnel"
318349
+ }
318350
+ ],
318351
+ "required": false,
318352
+ "type": {
318353
+ "name": "string | null"
318354
+ }
318355
+ },
318356
+ "ref": {
318357
+ "defaultValue": null,
318358
+ "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}",
318359
+ "name": "ref",
318360
+ "parent": {
318361
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318362
+ "name": "RefAttributes"
318363
+ },
318364
+ "declarations": [
318365
+ {
318366
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318367
+ "name": "RefAttributes"
318368
+ }
318369
+ ],
318370
+ "required": false,
318371
+ "type": {
318372
+ "name": "Ref<HTMLSpanElement>"
318373
+ }
318374
+ },
318375
+ "key": {
318376
+ "defaultValue": null,
318377
+ "description": "",
318378
+ "name": "key",
318379
+ "parent": {
318380
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318381
+ "name": "Attributes"
318382
+ },
318383
+ "declarations": [
318384
+ {
318385
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
318386
+ "name": "Attributes"
318387
+ }
318388
+ ],
318389
+ "required": false,
318390
+ "type": {
318391
+ "name": "Key | null"
318392
+ }
318393
+ },
318394
+ "selectedKeys": {
318395
+ "defaultValue": null,
318396
+ "description": "The currently selected keys in the collection (controlled).",
318397
+ "name": "selectedKeys",
318398
+ "parent": {
318399
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318400
+ "name": "MultipleSelection"
318401
+ },
318402
+ "declarations": [
318403
+ {
318404
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318405
+ "name": "MultipleSelection"
318406
+ }
318407
+ ],
318408
+ "required": false,
318409
+ "type": {
318410
+ "name": "\"all\" | Iterable<Key>"
318411
+ }
318412
+ },
318413
+ "defaultSelectedKeys": {
318414
+ "defaultValue": null,
318415
+ "description": "The initial selected keys in the collection (uncontrolled).",
318416
+ "name": "defaultSelectedKeys",
318417
+ "parent": {
318418
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318419
+ "name": "MultipleSelection"
318420
+ },
318421
+ "declarations": [
318422
+ {
318423
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
318424
+ "name": "MultipleSelection"
318425
+ }
318426
+ ],
318427
+ "required": false,
318428
+ "type": {
318429
+ "name": "\"all\" | Iterable<Key>"
318430
+ }
318431
+ },
318432
+ "selectionMode": {
318433
+ "defaultValue": null,
318434
+ "description": "",
318435
+ "name": "selectionMode",
318436
+ "declarations": [
318437
+ {
318438
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
318439
+ "name": "TypeLiteral"
318440
+ }
318441
+ ],
318442
+ "required": false,
318443
+ "type": {
318444
+ "name": "ContextMenuSelectionMode"
318445
+ }
318446
+ }
318447
+ }
318448
+ },
318275
318449
  {
318276
318450
  "tags": {
318277
318451
  "flr-generate": "all"
@@ -320073,161 +320247,6 @@
320073
320247
  }
320074
320248
  }
320075
320249
  },
320076
- {
320077
- "tags": {
320078
- "flr-generate": "all"
320079
- },
320080
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320081
- "description": "",
320082
- "displayName": "ContextMenuSection",
320083
- "methods": [],
320084
- "props": {
320085
- "children": {
320086
- "defaultValue": null,
320087
- "description": "",
320088
- "name": "children",
320089
- "declarations": [
320090
- {
320091
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320092
- "name": "TypeLiteral"
320093
- }
320094
- ],
320095
- "required": false,
320096
- "type": {
320097
- "name": "ReactNode"
320098
- }
320099
- },
320100
- "wrapWith": {
320101
- "defaultValue": null,
320102
- "description": "",
320103
- "name": "wrapWith",
320104
- "parent": {
320105
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320106
- "name": "FlowComponentProps"
320107
- },
320108
- "declarations": [
320109
- {
320110
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
320111
- "name": "FlowComponentProps"
320112
- }
320113
- ],
320114
- "required": false,
320115
- "type": {
320116
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
320117
- }
320118
- },
320119
- "tunnelId": {
320120
- "defaultValue": null,
320121
- "description": "@internal",
320122
- "name": "tunnelId",
320123
- "parent": {
320124
- "fileName": "components/src/lib/types/props.ts",
320125
- "name": "PropsWithTunnel"
320126
- },
320127
- "declarations": [
320128
- {
320129
- "fileName": "components/src/lib/types/props.ts",
320130
- "name": "PropsWithTunnel"
320131
- }
320132
- ],
320133
- "required": false,
320134
- "type": {
320135
- "name": "string | null"
320136
- }
320137
- },
320138
- "ref": {
320139
- "defaultValue": null,
320140
- "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}",
320141
- "name": "ref",
320142
- "parent": {
320143
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320144
- "name": "RefAttributes"
320145
- },
320146
- "declarations": [
320147
- {
320148
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320149
- "name": "RefAttributes"
320150
- }
320151
- ],
320152
- "required": false,
320153
- "type": {
320154
- "name": "Ref<HTMLSpanElement>"
320155
- }
320156
- },
320157
- "key": {
320158
- "defaultValue": null,
320159
- "description": "",
320160
- "name": "key",
320161
- "parent": {
320162
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320163
- "name": "Attributes"
320164
- },
320165
- "declarations": [
320166
- {
320167
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
320168
- "name": "Attributes"
320169
- }
320170
- ],
320171
- "required": false,
320172
- "type": {
320173
- "name": "Key | null"
320174
- }
320175
- },
320176
- "selectedKeys": {
320177
- "defaultValue": null,
320178
- "description": "The currently selected keys in the collection (controlled).",
320179
- "name": "selectedKeys",
320180
- "parent": {
320181
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320182
- "name": "MultipleSelection"
320183
- },
320184
- "declarations": [
320185
- {
320186
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320187
- "name": "MultipleSelection"
320188
- }
320189
- ],
320190
- "required": false,
320191
- "type": {
320192
- "name": "\"all\" | Iterable<Key>"
320193
- }
320194
- },
320195
- "defaultSelectedKeys": {
320196
- "defaultValue": null,
320197
- "description": "The initial selected keys in the collection (uncontrolled).",
320198
- "name": "defaultSelectedKeys",
320199
- "parent": {
320200
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320201
- "name": "MultipleSelection"
320202
- },
320203
- "declarations": [
320204
- {
320205
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
320206
- "name": "MultipleSelection"
320207
- }
320208
- ],
320209
- "required": false,
320210
- "type": {
320211
- "name": "\"all\" | Iterable<Key>"
320212
- }
320213
- },
320214
- "selectionMode": {
320215
- "defaultValue": null,
320216
- "description": "",
320217
- "name": "selectionMode",
320218
- "declarations": [
320219
- {
320220
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
320221
- "name": "TypeLiteral"
320222
- }
320223
- ],
320224
- "required": false,
320225
- "type": {
320226
- "name": "ContextMenuSelectionMode"
320227
- }
320228
- }
320229
- }
320230
- },
320231
320250
  {
320232
320251
  "tags": {},
320233
320252
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CodeEditor/languages/dotEnv/index.tsx",
@@ -331684,213 +331703,6 @@
331684
331703
  }
331685
331704
  }
331686
331705
  },
331687
- {
331688
- "tags": {
331689
- "flr-generate": "all"
331690
- },
331691
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
331692
- "description": "",
331693
- "displayName": "Area",
331694
- "methods": [],
331695
- "props": {
331696
- "color": {
331697
- "defaultValue": {
331698
- "value": "\"sea-green\""
331699
- },
331700
- "description": "The color of the area.",
331701
- "name": "color",
331702
- "parent": {
331703
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
331704
- "name": "AreaProps"
331705
- },
331706
- "declarations": [
331707
- {
331708
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
331709
- "name": "AreaProps"
331710
- }
331711
- ],
331712
- "required": false,
331713
- "type": {
331714
- "name": "CategoricalWithCustomColor"
331715
- }
331716
- },
331717
- "className": {
331718
- "defaultValue": null,
331719
- "description": "",
331720
- "name": "className",
331721
- "parent": {
331722
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
331723
- "name": "HTMLAttributes"
331724
- },
331725
- "declarations": [
331726
- {
331727
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
331728
- "name": "HTMLAttributes"
331729
- }
331730
- ],
331731
- "required": false,
331732
- "type": {
331733
- "name": "string"
331734
- }
331735
- },
331736
- "key": {
331737
- "defaultValue": null,
331738
- "description": "",
331739
- "name": "key",
331740
- "parent": {
331741
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
331742
- "name": "Attributes"
331743
- },
331744
- "declarations": [
331745
- {
331746
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
331747
- "name": "Attributes"
331748
- }
331749
- ],
331750
- "required": false,
331751
- "type": {
331752
- "name": "Key | null"
331753
- }
331754
- },
331755
- "type": {
331756
- "defaultValue": null,
331757
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
331758
- "name": "type",
331759
- "parent": {
331760
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
331761
- "name": "CurveProps"
331762
- },
331763
- "declarations": [
331764
- {
331765
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
331766
- "name": "CurveProps"
331767
- },
331768
- {
331769
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
331770
- "name": "LineProps"
331771
- }
331772
- ],
331773
- "required": false,
331774
- "type": {
331775
- "name": "CurveType"
331776
- }
331777
- },
331778
- "fillOpacity": {
331779
- "defaultValue": null,
331780
- "description": "",
331781
- "name": "fillOpacity",
331782
- "parent": {
331783
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
331784
- "name": "SVGAttributes"
331785
- },
331786
- "declarations": [
331787
- {
331788
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
331789
- "name": "SVGAttributes"
331790
- }
331791
- ],
331792
- "required": false,
331793
- "type": {
331794
- "name": "string | number"
331795
- }
331796
- },
331797
- "dataKey": {
331798
- "defaultValue": null,
331799
- "description": "Decides how to extract the value of this Area from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Area.",
331800
- "name": "dataKey",
331801
- "parent": {
331802
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331803
- "name": "AreaProps"
331804
- },
331805
- "declarations": [
331806
- {
331807
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331808
- "name": "AreaProps"
331809
- }
331810
- ],
331811
- "required": true,
331812
- "type": {
331813
- "name": "DataKey<any>"
331814
- }
331815
- },
331816
- "unit": {
331817
- "defaultValue": null,
331818
- "description": "The unit of data. This option will be used in tooltip.",
331819
- "name": "unit",
331820
- "parent": {
331821
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331822
- "name": "AreaProps"
331823
- },
331824
- "declarations": [
331825
- {
331826
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331827
- "name": "AreaProps"
331828
- }
331829
- ],
331830
- "required": false,
331831
- "type": {
331832
- "name": "string | number"
331833
- }
331834
- },
331835
- "xAxisId": {
331836
- "defaultValue": null,
331837
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
331838
- "name": "xAxisId",
331839
- "parent": {
331840
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331841
- "name": "AreaProps"
331842
- },
331843
- "declarations": [
331844
- {
331845
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331846
- "name": "AreaProps"
331847
- }
331848
- ],
331849
- "required": false,
331850
- "type": {
331851
- "name": "AxisId"
331852
- }
331853
- },
331854
- "yAxisId": {
331855
- "defaultValue": null,
331856
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
331857
- "name": "yAxisId",
331858
- "parent": {
331859
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331860
- "name": "AreaProps"
331861
- },
331862
- "declarations": [
331863
- {
331864
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331865
- "name": "AreaProps"
331866
- }
331867
- ],
331868
- "required": false,
331869
- "type": {
331870
- "name": "AxisId"
331871
- }
331872
- },
331873
- "stackId": {
331874
- "defaultValue": null,
331875
- "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
331876
- "name": "stackId",
331877
- "parent": {
331878
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331879
- "name": "AreaProps"
331880
- },
331881
- "declarations": [
331882
- {
331883
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
331884
- "name": "AreaProps"
331885
- }
331886
- ],
331887
- "required": false,
331888
- "type": {
331889
- "name": "StackId"
331890
- }
331891
- }
331892
- }
331893
- },
331894
331706
  {
331895
331707
  "tags": {},
331896
331708
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
@@ -341233,6 +341045,213 @@
341233
341045
  }
341234
341046
  }
341235
341047
  },
341048
+ {
341049
+ "tags": {
341050
+ "flr-generate": "all"
341051
+ },
341052
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
341053
+ "description": "",
341054
+ "displayName": "Area",
341055
+ "methods": [],
341056
+ "props": {
341057
+ "color": {
341058
+ "defaultValue": {
341059
+ "value": "\"sea-green\""
341060
+ },
341061
+ "description": "The color of the area.",
341062
+ "name": "color",
341063
+ "parent": {
341064
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341065
+ "name": "AreaProps"
341066
+ },
341067
+ "declarations": [
341068
+ {
341069
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
341070
+ "name": "AreaProps"
341071
+ }
341072
+ ],
341073
+ "required": false,
341074
+ "type": {
341075
+ "name": "CategoricalWithCustomColor"
341076
+ }
341077
+ },
341078
+ "className": {
341079
+ "defaultValue": null,
341080
+ "description": "",
341081
+ "name": "className",
341082
+ "parent": {
341083
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341084
+ "name": "HTMLAttributes"
341085
+ },
341086
+ "declarations": [
341087
+ {
341088
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341089
+ "name": "HTMLAttributes"
341090
+ }
341091
+ ],
341092
+ "required": false,
341093
+ "type": {
341094
+ "name": "string"
341095
+ }
341096
+ },
341097
+ "key": {
341098
+ "defaultValue": null,
341099
+ "description": "",
341100
+ "name": "key",
341101
+ "parent": {
341102
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341103
+ "name": "Attributes"
341104
+ },
341105
+ "declarations": [
341106
+ {
341107
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341108
+ "name": "Attributes"
341109
+ }
341110
+ ],
341111
+ "required": false,
341112
+ "type": {
341113
+ "name": "Key | null"
341114
+ }
341115
+ },
341116
+ "type": {
341117
+ "defaultValue": null,
341118
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
341119
+ "name": "type",
341120
+ "parent": {
341121
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
341122
+ "name": "CurveProps"
341123
+ },
341124
+ "declarations": [
341125
+ {
341126
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
341127
+ "name": "CurveProps"
341128
+ },
341129
+ {
341130
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
341131
+ "name": "LineProps"
341132
+ }
341133
+ ],
341134
+ "required": false,
341135
+ "type": {
341136
+ "name": "CurveType"
341137
+ }
341138
+ },
341139
+ "fillOpacity": {
341140
+ "defaultValue": null,
341141
+ "description": "",
341142
+ "name": "fillOpacity",
341143
+ "parent": {
341144
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341145
+ "name": "SVGAttributes"
341146
+ },
341147
+ "declarations": [
341148
+ {
341149
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
341150
+ "name": "SVGAttributes"
341151
+ }
341152
+ ],
341153
+ "required": false,
341154
+ "type": {
341155
+ "name": "string | number"
341156
+ }
341157
+ },
341158
+ "dataKey": {
341159
+ "defaultValue": null,
341160
+ "description": "Decides how to extract the value of this Area from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Area.",
341161
+ "name": "dataKey",
341162
+ "parent": {
341163
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341164
+ "name": "AreaProps"
341165
+ },
341166
+ "declarations": [
341167
+ {
341168
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341169
+ "name": "AreaProps"
341170
+ }
341171
+ ],
341172
+ "required": true,
341173
+ "type": {
341174
+ "name": "DataKey<any>"
341175
+ }
341176
+ },
341177
+ "unit": {
341178
+ "defaultValue": null,
341179
+ "description": "The unit of data. This option will be used in tooltip.",
341180
+ "name": "unit",
341181
+ "parent": {
341182
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341183
+ "name": "AreaProps"
341184
+ },
341185
+ "declarations": [
341186
+ {
341187
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341188
+ "name": "AreaProps"
341189
+ }
341190
+ ],
341191
+ "required": false,
341192
+ "type": {
341193
+ "name": "string | number"
341194
+ }
341195
+ },
341196
+ "xAxisId": {
341197
+ "defaultValue": null,
341198
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
341199
+ "name": "xAxisId",
341200
+ "parent": {
341201
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341202
+ "name": "AreaProps"
341203
+ },
341204
+ "declarations": [
341205
+ {
341206
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341207
+ "name": "AreaProps"
341208
+ }
341209
+ ],
341210
+ "required": false,
341211
+ "type": {
341212
+ "name": "AxisId"
341213
+ }
341214
+ },
341215
+ "yAxisId": {
341216
+ "defaultValue": null,
341217
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
341218
+ "name": "yAxisId",
341219
+ "parent": {
341220
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341221
+ "name": "AreaProps"
341222
+ },
341223
+ "declarations": [
341224
+ {
341225
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341226
+ "name": "AreaProps"
341227
+ }
341228
+ ],
341229
+ "required": false,
341230
+ "type": {
341231
+ "name": "AxisId"
341232
+ }
341233
+ },
341234
+ "stackId": {
341235
+ "defaultValue": null,
341236
+ "description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
341237
+ "name": "stackId",
341238
+ "parent": {
341239
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341240
+ "name": "AreaProps"
341241
+ },
341242
+ "declarations": [
341243
+ {
341244
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
341245
+ "name": "AreaProps"
341246
+ }
341247
+ ],
341248
+ "required": false,
341249
+ "type": {
341250
+ "name": "StackId"
341251
+ }
341252
+ }
341253
+ }
341254
+ },
341236
341255
  {
341237
341256
  "tags": {},
341238
341257
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Calendar/components/CalendarHeader/CalendarHeader.tsx",
@@ -345162,14 +345181,6 @@
345162
345181
  }
345163
345182
  }
345164
345183
  },
345165
- {
345166
- "tags": {},
345167
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
345168
- "description": "",
345169
- "displayName": "FallbackItems",
345170
- "methods": [],
345171
- "props": {}
345172
- },
345173
345184
  {
345174
345185
  "tags": {},
345175
345186
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
@@ -345294,6 +345305,14 @@
345294
345305
  }
345295
345306
  }
345296
345307
  },
345308
+ {
345309
+ "tags": {},
345310
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
345311
+ "description": "",
345312
+ "displayName": "FallbackItems",
345313
+ "methods": [],
345314
+ "props": {}
345315
+ },
345297
345316
  {
345298
345317
  "tags": {},
345299
345318
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
@@ -345330,6 +345349,42 @@
345330
345349
  "methods": [],
345331
345350
  "props": {}
345332
345351
  },
345352
+ {
345353
+ "tags": {},
345354
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
345355
+ "description": "",
345356
+ "displayName": "SortingMenuItem",
345357
+ "methods": [],
345358
+ "props": {
345359
+ "sorting": {
345360
+ "defaultValue": null,
345361
+ "description": "",
345362
+ "name": "sorting",
345363
+ "parent": {
345364
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
345365
+ "name": "Props"
345366
+ },
345367
+ "declarations": [
345368
+ {
345369
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
345370
+ "name": "Props"
345371
+ }
345372
+ ],
345373
+ "required": true,
345374
+ "type": {
345375
+ "name": "Sorting<never>"
345376
+ }
345377
+ }
345378
+ }
345379
+ },
345380
+ {
345381
+ "tags": {},
345382
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
345383
+ "description": "",
345384
+ "displayName": "SortingContextMenu",
345385
+ "methods": [],
345386
+ "props": {}
345387
+ },
345333
345388
  {
345334
345389
  "tags": {},
345335
345390
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
@@ -345377,42 +345432,6 @@
345377
345432
  }
345378
345433
  }
345379
345434
  },
345380
- {
345381
- "tags": {},
345382
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
345383
- "description": "",
345384
- "displayName": "SortingMenuItem",
345385
- "methods": [],
345386
- "props": {
345387
- "sorting": {
345388
- "defaultValue": null,
345389
- "description": "",
345390
- "name": "sorting",
345391
- "parent": {
345392
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
345393
- "name": "Props"
345394
- },
345395
- "declarations": [
345396
- {
345397
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
345398
- "name": "Props"
345399
- }
345400
- ],
345401
- "required": true,
345402
- "type": {
345403
- "name": "Sorting<never>"
345404
- }
345405
- }
345406
- }
345407
- },
345408
- {
345409
- "tags": {},
345410
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
345411
- "description": "",
345412
- "displayName": "SortingContextMenu",
345413
- "methods": [],
345414
- "props": {}
345415
- },
345416
345435
  {
345417
345436
  "tags": {},
345418
345437
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",