@mittwald/flow-react-components 0.2.0-alpha.611 → 0.2.0-alpha.613

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 (55) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +1478 -1478
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +1 -0
  5. package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
  6. package/dist/js/components/src/components/CartesianChart/components/Area/Area.mjs +10 -3
  7. package/dist/js/components/src/components/CartesianChart/components/Area/Area.mjs.map +1 -1
  8. package/dist/js/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs +3 -8
  9. package/dist/js/components/src/components/CartesianChart/components/ChartLegend/LegendContent.mjs.map +1 -1
  10. package/dist/js/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs +1 -8
  11. package/dist/js/components/src/components/CartesianChart/components/ChartTooltip/TooltipContent.mjs.map +1 -1
  12. package/dist/js/components/src/components/CartesianChart/components/Line/Line.mjs +6 -4
  13. package/dist/js/components/src/components/CartesianChart/components/Line/Line.mjs.map +1 -1
  14. package/dist/js/components/src/components/Color/Color.mjs.map +1 -1
  15. package/dist/js/components/src/components/DonutChart/DonutChart.mjs.map +1 -1
  16. package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs +3 -1
  17. package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs.map +1 -1
  18. package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.mjs +5 -2
  19. package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.mjs.map +1 -1
  20. package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs +1 -13
  21. package/dist/js/components/src/components/Legend/components/LegendItem/LegendItem.module.scss.mjs.map +1 -1
  22. package/dist/js/components/src/components/Message/Message.mjs +13 -2
  23. package/dist/js/components/src/components/Message/Message.mjs.map +1 -1
  24. package/dist/js/components/src/components/Message/Message.module.scss.mjs +9 -3
  25. package/dist/js/components/src/components/Message/Message.module.scss.mjs.map +1 -1
  26. package/dist/js/components/src/lib/tokens/CategoricalColors.mjs +10 -0
  27. package/dist/js/components/src/lib/tokens/CategoricalColors.mjs.map +1 -0
  28. package/dist/js/components/src/lib/tokens/isCategoricalColor.mjs +11 -0
  29. package/dist/js/components/src/lib/tokens/isCategoricalColor.mjs.map +1 -0
  30. package/dist/js/design-tokens/dist/variables.json.mjs +3 -1
  31. package/dist/js/design-tokens/dist/variables.json.mjs.map +1 -1
  32. package/dist/js/flr-universal.mjs +1 -0
  33. package/dist/js/flr-universal.mjs.map +1 -1
  34. package/dist/types/components/CartesianChart/components/Area/Area.d.ts +2 -2
  35. package/dist/types/components/CartesianChart/components/Area/Area.d.ts.map +1 -1
  36. package/dist/types/components/CartesianChart/components/ChartLegend/LegendContent.d.ts.map +1 -1
  37. package/dist/types/components/CartesianChart/components/ChartTooltip/TooltipContent.d.ts.map +1 -1
  38. package/dist/types/components/CartesianChart/components/Line/Line.d.ts +2 -2
  39. package/dist/types/components/CartesianChart/components/Line/Line.d.ts.map +1 -1
  40. package/dist/types/components/Color/Color.d.ts +2 -1
  41. package/dist/types/components/Color/Color.d.ts.map +1 -1
  42. package/dist/types/components/DonutChart/DonutChart.d.ts +2 -2
  43. package/dist/types/components/DonutChart/DonutChart.d.ts.map +1 -1
  44. package/dist/types/components/DonutChart/components/DonutChartFill.d.ts.map +1 -1
  45. package/dist/types/components/Legend/components/LegendItem/LegendItem.d.ts +2 -2
  46. package/dist/types/components/Legend/components/LegendItem/LegendItem.d.ts.map +1 -1
  47. package/dist/types/components/Legend/stories/Default.stories.d.ts.map +1 -1
  48. package/dist/types/components/Message/Message.d.ts.map +1 -1
  49. package/dist/types/components/Message/stories/Default.stories.d.ts +1 -0
  50. package/dist/types/components/Message/stories/Default.stories.d.ts.map +1 -1
  51. package/dist/types/lib/tokens/CategoricalColors.d.ts +1 -0
  52. package/dist/types/lib/tokens/CategoricalColors.d.ts.map +1 -1
  53. package/dist/types/lib/tokens/isCategoricalColor.d.ts +3 -0
  54. package/dist/types/lib/tokens/isCategoricalColor.d.ts.map +1 -0
  55. package/package.json +4 -4
@@ -3891,29 +3891,50 @@
3891
3891
  }
3892
3892
  },
3893
3893
  {
3894
- "tags": {
3895
- "flr-generate": "all"
3896
- },
3897
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
3894
+ "tags": {},
3895
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextFieldBase/TextFieldBase.tsx",
3898
3896
  "description": "",
3899
- "displayName": "TextField",
3897
+ "displayName": "TextFieldBase",
3900
3898
  "methods": [],
3901
3899
  "props": {
3902
- "children": {
3900
+ "input": {
3903
3901
  "defaultValue": null,
3904
- "description": "",
3905
- "name": "children",
3902
+ "description": "The input element",
3903
+ "name": "input",
3904
+ "parent": {
3905
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3906
+ "name": "TextFieldBaseProps"
3907
+ },
3906
3908
  "declarations": [
3907
3909
  {
3908
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
3909
- "name": "TypeLiteral"
3910
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3911
+ "name": "TextFieldBaseProps"
3910
3912
  }
3911
3913
  ],
3912
- "required": false,
3914
+ "required": true,
3913
3915
  "type": {
3914
3916
  "name": "ReactNode"
3915
3917
  }
3916
3918
  },
3919
+ "showCharacterCount": {
3920
+ "defaultValue": null,
3921
+ "description": "Whether a character count should be displayed inside the field description.",
3922
+ "name": "showCharacterCount",
3923
+ "parent": {
3924
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3925
+ "name": "TextFieldBaseProps"
3926
+ },
3927
+ "declarations": [
3928
+ {
3929
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
3930
+ "name": "TextFieldBaseProps"
3931
+ }
3932
+ ],
3933
+ "required": false,
3934
+ "type": {
3935
+ "name": "boolean"
3936
+ }
3937
+ },
3917
3938
  "aria-label": {
3918
3939
  "defaultValue": null,
3919
3940
  "description": "Defines a string value that labels the current element.",
@@ -3990,6 +4011,25 @@
3990
4011
  "name": "string"
3991
4012
  }
3992
4013
  },
4014
+ "className": {
4015
+ "defaultValue": null,
4016
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
4017
+ "name": "className",
4018
+ "parent": {
4019
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
4020
+ "name": "StyleRenderProps"
4021
+ },
4022
+ "declarations": [
4023
+ {
4024
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
4025
+ "name": "StyleRenderProps"
4026
+ }
4027
+ ],
4028
+ "required": false,
4029
+ "type": {
4030
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
4031
+ }
4032
+ },
3993
4033
  "style": {
3994
4034
  "defaultValue": null,
3995
4035
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -5320,25 +5360,6 @@
5320
5360
  "name": "TransitionEventHandler<HTMLDivElement>"
5321
5361
  }
5322
5362
  },
5323
- "ref": {
5324
- "defaultValue": null,
5325
- "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}",
5326
- "name": "ref",
5327
- "parent": {
5328
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
5329
- "name": "RefAttributes"
5330
- },
5331
- "declarations": [
5332
- {
5333
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
5334
- "name": "RefAttributes"
5335
- }
5336
- ],
5337
- "required": false,
5338
- "type": {
5339
- "name": "Ref<HTMLSpanElement>"
5340
- }
5341
- },
5342
5363
  "validationBehavior": {
5343
5364
  "defaultValue": {
5344
5365
  "value": "'native'"
@@ -5737,7 +5758,7 @@
5737
5758
  ],
5738
5759
  "required": false,
5739
5760
  "type": {
5740
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
5761
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
5741
5762
  }
5742
5763
  },
5743
5764
  "aria-haspopup": {
@@ -6160,165 +6181,102 @@
6160
6181
  "name": "string"
6161
6182
  }
6162
6183
  },
6163
- "showCharacterCount": {
6164
- "defaultValue": null,
6165
- "description": "Whether a character count should be displayed inside the field description.",
6166
- "name": "showCharacterCount",
6167
- "parent": {
6168
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6169
- "name": "TextFieldBaseProps"
6170
- },
6171
- "declarations": [
6172
- {
6173
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6174
- "name": "TextFieldBaseProps"
6175
- }
6176
- ],
6177
- "required": false,
6178
- "type": {
6179
- "name": "boolean"
6180
- }
6181
- },
6182
- "placeholder": {
6184
+ "children": {
6183
6185
  "defaultValue": null,
6184
- "description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
6185
- "name": "placeholder",
6186
- "parent": {
6187
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
6188
- "name": "InputProps"
6189
- },
6186
+ "description": "",
6187
+ "name": "children",
6190
6188
  "declarations": [
6191
6189
  {
6192
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
6193
- "name": "InputProps"
6190
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6191
+ "name": "TypeLiteral"
6194
6192
  }
6195
6193
  ],
6196
6194
  "required": false,
6197
6195
  "type": {
6198
- "name": "string"
6196
+ "name": "ReactNode"
6199
6197
  }
6200
6198
  },
6201
- "className": {
6199
+ "ref": {
6202
6200
  "defaultValue": null,
6203
- "description": "The elements class name.",
6204
- "name": "className",
6201
+ "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}",
6202
+ "name": "ref",
6205
6203
  "parent": {
6206
- "fileName": "components/src/lib/types/props.ts",
6207
- "name": "PropsWithClassName"
6204
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6205
+ "name": "RefAttributes"
6208
6206
  },
6209
6207
  "declarations": [
6210
6208
  {
6211
- "fileName": "components/src/lib/types/props.ts",
6212
- "name": "PropsWithClassName"
6209
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6210
+ "name": "RefAttributes"
6213
6211
  }
6214
6212
  ],
6215
6213
  "required": false,
6216
6214
  "type": {
6217
- "name": "string"
6215
+ "name": "Ref<HTMLSpanElement>"
6218
6216
  }
6219
6217
  },
6220
- "wrapWith": {
6218
+ "FieldErrorView": {
6221
6219
  "defaultValue": null,
6222
6220
  "description": "",
6223
- "name": "wrapWith",
6224
- "parent": {
6225
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
6226
- "name": "FlowComponentProps"
6227
- },
6228
- "declarations": [
6229
- {
6230
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
6231
- "name": "FlowComponentProps"
6232
- }
6233
- ],
6234
- "required": false,
6235
- "type": {
6236
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
6237
- }
6238
- },
6239
- "tunnelId": {
6240
- "defaultValue": null,
6241
- "description": "@internal",
6242
- "name": "tunnelId",
6221
+ "name": "FieldErrorView",
6243
6222
  "parent": {
6244
- "fileName": "components/src/lib/types/props.ts",
6245
- "name": "PropsWithTunnel"
6223
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6224
+ "name": "UseFieldComponent"
6246
6225
  },
6247
6226
  "declarations": [
6248
6227
  {
6249
- "fileName": "components/src/lib/types/props.ts",
6250
- "name": "PropsWithTunnel"
6228
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6229
+ "name": "UseFieldComponent"
6251
6230
  }
6252
6231
  ],
6253
- "required": false,
6232
+ "required": true,
6254
6233
  "type": {
6255
- "name": "string | null"
6234
+ "name": "FC"
6256
6235
  }
6257
6236
  },
6258
- "key": {
6237
+ "FieldErrorCaptureContext": {
6259
6238
  "defaultValue": null,
6260
6239
  "description": "",
6261
- "name": "key",
6240
+ "name": "FieldErrorCaptureContext",
6262
6241
  "parent": {
6263
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6264
- "name": "Attributes"
6242
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6243
+ "name": "UseFieldComponent"
6265
6244
  },
6266
6245
  "declarations": [
6267
6246
  {
6268
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6269
- "name": "Attributes"
6247
+ "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
6248
+ "name": "UseFieldComponent"
6270
6249
  }
6271
6250
  ],
6272
- "required": false,
6251
+ "required": true,
6273
6252
  "type": {
6274
- "name": "Key | null"
6253
+ "name": "FC<{ children?: ReactNode; }>"
6275
6254
  }
6276
6255
  }
6277
6256
  }
6278
6257
  },
6279
6258
  {
6280
- "tags": {},
6281
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextFieldBase/TextFieldBase.tsx",
6259
+ "tags": {
6260
+ "flr-generate": "all"
6261
+ },
6262
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/TextField/TextField.tsx",
6282
6263
  "description": "",
6283
- "displayName": "TextFieldBase",
6264
+ "displayName": "TextField",
6284
6265
  "methods": [],
6285
6266
  "props": {
6286
- "input": {
6287
- "defaultValue": null,
6288
- "description": "The input element",
6289
- "name": "input",
6290
- "parent": {
6291
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6292
- "name": "TextFieldBaseProps"
6293
- },
6294
- "declarations": [
6295
- {
6296
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6297
- "name": "TextFieldBaseProps"
6298
- }
6299
- ],
6300
- "required": true,
6301
- "type": {
6302
- "name": "ReactNode"
6303
- }
6304
- },
6305
- "showCharacterCount": {
6267
+ "children": {
6306
6268
  "defaultValue": null,
6307
- "description": "Whether a character count should be displayed inside the field description.",
6308
- "name": "showCharacterCount",
6309
- "parent": {
6310
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6311
- "name": "TextFieldBaseProps"
6312
- },
6269
+ "description": "",
6270
+ "name": "children",
6313
6271
  "declarations": [
6314
6272
  {
6315
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
6316
- "name": "TextFieldBaseProps"
6273
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
6274
+ "name": "TypeLiteral"
6317
6275
  }
6318
6276
  ],
6319
6277
  "required": false,
6320
6278
  "type": {
6321
- "name": "boolean"
6279
+ "name": "ReactNode"
6322
6280
  }
6323
6281
  },
6324
6282
  "aria-label": {
@@ -6397,25 +6355,6 @@
6397
6355
  "name": "string"
6398
6356
  }
6399
6357
  },
6400
- "className": {
6401
- "defaultValue": null,
6402
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
6403
- "name": "className",
6404
- "parent": {
6405
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
6406
- "name": "StyleRenderProps"
6407
- },
6408
- "declarations": [
6409
- {
6410
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
6411
- "name": "StyleRenderProps"
6412
- }
6413
- ],
6414
- "required": false,
6415
- "type": {
6416
- "name": "ClassNameOrFunction<TooltipRenderProps>"
6417
- }
6418
- },
6419
6358
  "style": {
6420
6359
  "defaultValue": null,
6421
6360
  "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
@@ -7746,6 +7685,25 @@
7746
7685
  "name": "TransitionEventHandler<HTMLDivElement>"
7747
7686
  }
7748
7687
  },
7688
+ "ref": {
7689
+ "defaultValue": null,
7690
+ "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}",
7691
+ "name": "ref",
7692
+ "parent": {
7693
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
7694
+ "name": "RefAttributes"
7695
+ },
7696
+ "declarations": [
7697
+ {
7698
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
7699
+ "name": "RefAttributes"
7700
+ }
7701
+ ],
7702
+ "required": false,
7703
+ "type": {
7704
+ "name": "Ref<HTMLSpanElement>"
7705
+ }
7706
+ },
7749
7707
  "validationBehavior": {
7750
7708
  "defaultValue": {
7751
7709
  "value": "'native'"
@@ -8144,7 +8102,7 @@
8144
8102
  ],
8145
8103
  "required": false,
8146
8104
  "type": {
8147
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
8105
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
8148
8106
  }
8149
8107
  },
8150
8108
  "aria-haspopup": {
@@ -8567,76 +8525,118 @@
8567
8525
  "name": "string"
8568
8526
  }
8569
8527
  },
8570
- "children": {
8528
+ "showCharacterCount": {
8571
8529
  "defaultValue": null,
8572
- "description": "",
8573
- "name": "children",
8530
+ "description": "Whether a character count should be displayed inside the field description.",
8531
+ "name": "showCharacterCount",
8532
+ "parent": {
8533
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8534
+ "name": "TextFieldBaseProps"
8535
+ },
8574
8536
  "declarations": [
8575
8537
  {
8576
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8577
- "name": "TypeLiteral"
8538
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
8539
+ "name": "TextFieldBaseProps"
8578
8540
  }
8579
8541
  ],
8580
8542
  "required": false,
8581
8543
  "type": {
8582
- "name": "ReactNode"
8544
+ "name": "boolean"
8583
8545
  }
8584
8546
  },
8585
- "ref": {
8547
+ "placeholder": {
8586
8548
  "defaultValue": null,
8587
- "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}",
8588
- "name": "ref",
8549
+ "description": "Temporary text that occupies the text input when it is empty.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/placeholder).",
8550
+ "name": "placeholder",
8589
8551
  "parent": {
8590
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8591
- "name": "RefAttributes"
8552
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
8553
+ "name": "InputProps"
8592
8554
  },
8593
8555
  "declarations": [
8594
8556
  {
8595
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8596
- "name": "RefAttributes"
8557
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
8558
+ "name": "InputProps"
8597
8559
  }
8598
8560
  ],
8599
8561
  "required": false,
8600
8562
  "type": {
8601
- "name": "Ref<HTMLSpanElement>"
8563
+ "name": "string"
8602
8564
  }
8603
8565
  },
8604
- "FieldErrorView": {
8566
+ "className": {
8567
+ "defaultValue": null,
8568
+ "description": "The elements class name.",
8569
+ "name": "className",
8570
+ "parent": {
8571
+ "fileName": "components/src/lib/types/props.ts",
8572
+ "name": "PropsWithClassName"
8573
+ },
8574
+ "declarations": [
8575
+ {
8576
+ "fileName": "components/src/lib/types/props.ts",
8577
+ "name": "PropsWithClassName"
8578
+ }
8579
+ ],
8580
+ "required": false,
8581
+ "type": {
8582
+ "name": "string"
8583
+ }
8584
+ },
8585
+ "wrapWith": {
8605
8586
  "defaultValue": null,
8606
8587
  "description": "",
8607
- "name": "FieldErrorView",
8588
+ "name": "wrapWith",
8608
8589
  "parent": {
8609
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8610
- "name": "UseFieldComponent"
8590
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8591
+ "name": "FlowComponentProps"
8611
8592
  },
8612
8593
  "declarations": [
8613
8594
  {
8614
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8615
- "name": "UseFieldComponent"
8595
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
8596
+ "name": "FlowComponentProps"
8616
8597
  }
8617
8598
  ],
8618
- "required": true,
8599
+ "required": false,
8619
8600
  "type": {
8620
- "name": "FC"
8601
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
8621
8602
  }
8622
8603
  },
8623
- "FieldErrorCaptureContext": {
8604
+ "tunnelId": {
8605
+ "defaultValue": null,
8606
+ "description": "@internal",
8607
+ "name": "tunnelId",
8608
+ "parent": {
8609
+ "fileName": "components/src/lib/types/props.ts",
8610
+ "name": "PropsWithTunnel"
8611
+ },
8612
+ "declarations": [
8613
+ {
8614
+ "fileName": "components/src/lib/types/props.ts",
8615
+ "name": "PropsWithTunnel"
8616
+ }
8617
+ ],
8618
+ "required": false,
8619
+ "type": {
8620
+ "name": "string | null"
8621
+ }
8622
+ },
8623
+ "key": {
8624
8624
  "defaultValue": null,
8625
8625
  "description": "",
8626
- "name": "FieldErrorCaptureContext",
8626
+ "name": "key",
8627
8627
  "parent": {
8628
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8629
- "name": "UseFieldComponent"
8628
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8629
+ "name": "Attributes"
8630
8630
  },
8631
8631
  "declarations": [
8632
8632
  {
8633
- "fileName": "components/src/lib/hooks/useFieldComponent.tsx",
8634
- "name": "UseFieldComponent"
8633
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
8634
+ "name": "Attributes"
8635
8635
  }
8636
8636
  ],
8637
- "required": true,
8637
+ "required": false,
8638
8638
  "type": {
8639
- "name": "FC<{ children?: ReactNode; }>"
8639
+ "name": "Key | null"
8640
8640
  }
8641
8641
  }
8642
8642
  }
@@ -10564,7 +10564,7 @@
10564
10564
  ],
10565
10565
  "required": false,
10566
10566
  "type": {
10567
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
10567
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
10568
10568
  }
10569
10569
  },
10570
10570
  "aria-haspopup": {
@@ -12910,7 +12910,7 @@
12910
12910
  ],
12911
12911
  "required": false,
12912
12912
  "type": {
12913
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
12913
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
12914
12914
  }
12915
12915
  },
12916
12916
  "aria-haspopup": {
@@ -14145,7 +14145,7 @@
14145
14145
  ],
14146
14146
  "required": false,
14147
14147
  "type": {
14148
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
14148
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
14149
14149
  }
14150
14150
  },
14151
14151
  "aria-description": {
@@ -25043,7 +25043,7 @@
25043
25043
  ],
25044
25044
  "required": false,
25045
25045
  "type": {
25046
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
25046
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
25047
25047
  }
25048
25048
  },
25049
25049
  "aria-braillelabel": {
@@ -25233,7 +25233,7 @@
25233
25233
  ],
25234
25234
  "required": false,
25235
25235
  "type": {
25236
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
25236
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
25237
25237
  }
25238
25238
  },
25239
25239
  "aria-describedby": {
@@ -30412,7 +30412,7 @@
30412
30412
  ],
30413
30413
  "required": false,
30414
30414
  "type": {
30415
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
30415
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
30416
30416
  }
30417
30417
  },
30418
30418
  "aria-braillelabel": {
@@ -30602,7 +30602,7 @@
30602
30602
  ],
30603
30603
  "required": false,
30604
30604
  "type": {
30605
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
30605
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
30606
30606
  }
30607
30607
  },
30608
30608
  "aria-describedby": {
@@ -41367,7 +41367,7 @@
41367
41367
  ],
41368
41368
  "required": false,
41369
41369
  "type": {
41370
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
41370
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
41371
41371
  }
41372
41372
  },
41373
41373
  "aria-braillelabel": {
@@ -41557,7 +41557,7 @@
41557
41557
  ],
41558
41558
  "required": false,
41559
41559
  "type": {
41560
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
41560
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
41561
41561
  }
41562
41562
  },
41563
41563
  "aria-describedby": {
@@ -47422,7 +47422,7 @@
47422
47422
  ],
47423
47423
  "required": false,
47424
47424
  "type": {
47425
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
47425
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
47426
47426
  }
47427
47427
  },
47428
47428
  "aria-haspopup": {
@@ -55709,7 +55709,7 @@
55709
55709
  ],
55710
55710
  "required": false,
55711
55711
  "type": {
55712
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
55712
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
55713
55713
  }
55714
55714
  },
55715
55715
  "aria-haspopup": {
@@ -56559,119 +56559,26 @@
56559
56559
  }
56560
56560
  },
56561
56561
  {
56562
- "tags": {},
56563
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
56562
+ "tags": {
56563
+ "flr-generate": "all"
56564
+ },
56565
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
56564
56566
  "description": "",
56565
- "displayName": "Options",
56567
+ "displayName": "Option",
56566
56568
  "methods": [],
56567
56569
  "props": {
56568
- "controller": {
56569
- "defaultValue": null,
56570
- "description": "An overlay controller to control the popover state.",
56571
- "name": "controller",
56572
- "parent": {
56573
- "fileName": "components/src/components/Options/Options.tsx",
56574
- "name": "OptionsProps"
56575
- },
56576
- "declarations": [
56577
- {
56578
- "fileName": "components/src/components/Options/Options.tsx",
56579
- "name": "OptionsProps"
56580
- }
56581
- ],
56582
- "required": true,
56583
- "type": {
56584
- "name": "OverlayController"
56585
- }
56586
- },
56587
- "renderEmptyState": {
56588
- "defaultValue": null,
56589
- "description": "Provides content to display when there are no items in the list.",
56590
- "name": "renderEmptyState",
56591
- "parent": {
56592
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56593
- "name": "ListBoxProps"
56594
- },
56595
- "declarations": [
56596
- {
56597
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56598
- "name": "ListBoxProps"
56599
- }
56600
- ],
56601
- "required": false,
56602
- "type": {
56603
- "name": "((props: ListBoxRenderProps) => ReactNode)"
56604
- }
56605
- },
56606
- "onAction": {
56607
- "defaultValue": null,
56608
- "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
56609
- "name": "onAction",
56610
- "parent": {
56611
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
56612
- "name": "AriaListBoxProps"
56613
- },
56614
- "declarations": [
56615
- {
56616
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
56617
- "name": "AriaListBoxProps"
56618
- }
56619
- ],
56620
- "required": false,
56621
- "type": {
56622
- "name": "((key: Key) => void)"
56623
- }
56624
- },
56625
- "withTip": {
56626
- "defaultValue": null,
56627
- "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
56628
- "name": "withTip",
56629
- "parent": {
56630
- "fileName": "components/src/components/Popover/Popover.tsx",
56631
- "name": "PopoverProps"
56632
- },
56633
- "declarations": [
56634
- {
56635
- "fileName": "components/src/components/Popover/Popover.tsx",
56636
- "name": "PopoverProps"
56637
- }
56638
- ],
56639
- "required": false,
56640
- "type": {
56641
- "name": "boolean"
56642
- }
56643
- },
56644
- "isDialogContent": {
56645
- "defaultValue": null,
56646
- "description": "Whether the popover contains a dialog.",
56647
- "name": "isDialogContent",
56648
- "parent": {
56649
- "fileName": "components/src/components/Popover/Popover.tsx",
56650
- "name": "PopoverProps"
56651
- },
56652
- "declarations": [
56653
- {
56654
- "fileName": "components/src/components/Popover/Popover.tsx",
56655
- "name": "PopoverProps"
56656
- }
56657
- ],
56658
- "required": false,
56659
- "type": {
56660
- "name": "boolean"
56661
- }
56662
- },
56663
- "width": {
56570
+ "value": {
56664
56571
  "defaultValue": null,
56665
- "description": "A fixed width for the popover.",
56666
- "name": "width",
56572
+ "description": "",
56573
+ "name": "value",
56667
56574
  "parent": {
56668
- "fileName": "components/src/components/Popover/Popover.tsx",
56669
- "name": "PopoverProps"
56575
+ "fileName": "components/src/components/Option/Option.tsx",
56576
+ "name": "OptionProps"
56670
56577
  },
56671
56578
  "declarations": [
56672
56579
  {
56673
- "fileName": "components/src/components/Popover/Popover.tsx",
56674
- "name": "PopoverProps"
56580
+ "fileName": "components/src/components/Option/Option.tsx",
56581
+ "name": "OptionProps"
56675
56582
  }
56676
56583
  ],
56677
56584
  "required": false,
@@ -56679,336 +56586,18 @@
56679
56586
  "name": "string | number"
56680
56587
  }
56681
56588
  },
56682
- "arrowBoundaryOffset": {
56683
- "defaultValue": {
56684
- "value": "0"
56685
- },
56686
- "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
56687
- "name": "arrowBoundaryOffset",
56688
- "parent": {
56689
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
56690
- "name": "AriaPositionProps"
56691
- },
56692
- "declarations": [
56693
- {
56694
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
56695
- "name": "AriaPositionProps"
56696
- }
56697
- ],
56698
- "required": false,
56699
- "type": {
56700
- "name": "number"
56701
- }
56702
- },
56703
- "triggerRef": {
56704
- "defaultValue": null,
56705
- "description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
56706
- "name": "triggerRef",
56707
- "parent": {
56708
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56709
- "name": "TooltipProps"
56710
- },
56711
- "declarations": [
56712
- {
56713
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56714
- "name": "TooltipProps"
56715
- }
56716
- ],
56717
- "required": false,
56718
- "type": {
56719
- "name": "RefObject<Element | null>"
56720
- }
56721
- },
56722
- "isEntering": {
56723
- "defaultValue": null,
56724
- "description": "Whether the tooltip is currently performing an entry animation.",
56725
- "name": "isEntering",
56726
- "parent": {
56727
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56728
- "name": "TooltipProps"
56729
- },
56730
- "declarations": [
56731
- {
56732
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56733
- "name": "TooltipProps"
56734
- }
56735
- ],
56736
- "required": false,
56737
- "type": {
56738
- "name": "boolean"
56739
- }
56740
- },
56741
- "isExiting": {
56742
- "defaultValue": null,
56743
- "description": "Whether the tooltip is currently performing an exit animation.",
56744
- "name": "isExiting",
56745
- "parent": {
56746
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56747
- "name": "TooltipProps"
56748
- },
56749
- "declarations": [
56750
- {
56751
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56752
- "name": "TooltipProps"
56753
- }
56754
- ],
56755
- "required": false,
56756
- "type": {
56757
- "name": "boolean"
56758
- }
56759
- },
56760
- "UNSTABLE_portalContainer": {
56761
- "defaultValue": {
56762
- "value": "document.body"
56763
- },
56764
- "description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
56765
- "name": "UNSTABLE_portalContainer",
56766
- "parent": {
56767
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56768
- "name": "TooltipProps"
56769
- },
56770
- "declarations": [
56771
- {
56772
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56773
- "name": "TooltipProps"
56774
- }
56775
- ],
56776
- "required": false,
56777
- "type": {
56778
- "name": "Element"
56779
- }
56780
- },
56781
- "placement": {
56782
- "defaultValue": {
56783
- "value": "'bottom'"
56784
- },
56785
- "description": "The placement of the element with respect to its anchor element.",
56786
- "name": "placement",
56787
- "parent": {
56788
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56789
- "name": "PositionProps"
56790
- },
56791
- "declarations": [
56792
- {
56793
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56794
- "name": "PositionProps"
56795
- }
56796
- ],
56797
- "required": false,
56798
- "type": {
56799
- "name": "Placement"
56800
- }
56801
- },
56802
- "containerPadding": {
56803
- "defaultValue": {
56804
- "value": "12"
56805
- },
56806
- "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
56807
- "name": "containerPadding",
56808
- "parent": {
56809
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56810
- "name": "PositionProps"
56811
- },
56812
- "declarations": [
56813
- {
56814
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56815
- "name": "PositionProps"
56816
- }
56817
- ],
56818
- "required": false,
56819
- "type": {
56820
- "name": "number"
56821
- }
56822
- },
56823
- "offset": {
56824
- "defaultValue": {
56825
- "value": "8"
56826
- },
56827
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
56828
- "name": "offset",
56829
- "parent": {
56830
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56831
- "name": "PopoverProps"
56832
- },
56833
- "declarations": [
56834
- {
56835
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56836
- "name": "PopoverProps"
56837
- }
56838
- ],
56839
- "required": false,
56840
- "type": {
56841
- "name": "number"
56842
- }
56843
- },
56844
- "crossOffset": {
56845
- "defaultValue": {
56846
- "value": "0"
56847
- },
56848
- "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
56849
- "name": "crossOffset",
56850
- "parent": {
56851
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56852
- "name": "PositionProps"
56853
- },
56854
- "declarations": [
56855
- {
56856
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56857
- "name": "PositionProps"
56858
- }
56859
- ],
56860
- "required": false,
56861
- "type": {
56862
- "name": "number"
56863
- }
56864
- },
56865
- "shouldFlip": {
56866
- "defaultValue": {
56867
- "value": "true"
56868
- },
56869
- "description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
56870
- "name": "shouldFlip",
56871
- "parent": {
56872
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56873
- "name": "PositionProps"
56874
- },
56875
- "declarations": [
56876
- {
56877
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56878
- "name": "PositionProps"
56879
- }
56880
- ],
56881
- "required": false,
56882
- "type": {
56883
- "name": "boolean"
56884
- }
56885
- },
56886
- "isOpen": {
56887
- "defaultValue": null,
56888
- "description": "Whether the element is rendered.",
56889
- "name": "isOpen",
56890
- "parent": {
56891
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56892
- "name": "PositionProps"
56893
- },
56894
- "declarations": [
56895
- {
56896
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56897
- "name": "PositionProps"
56898
- }
56899
- ],
56900
- "required": false,
56901
- "type": {
56902
- "name": "boolean"
56903
- }
56904
- },
56905
- "defaultOpen": {
56906
- "defaultValue": null,
56907
- "description": "Whether the overlay is open by default (uncontrolled).",
56908
- "name": "defaultOpen",
56909
- "parent": {
56910
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56911
- "name": "OverlayTriggerProps"
56912
- },
56913
- "declarations": [
56914
- {
56915
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56916
- "name": "OverlayTriggerProps"
56917
- }
56918
- ],
56919
- "required": false,
56920
- "type": {
56921
- "name": "boolean"
56922
- }
56923
- },
56924
- "onOpenChange": {
56925
- "defaultValue": null,
56926
- "description": "Handler that is called when the overlay's open state changes.",
56927
- "name": "onOpenChange",
56928
- "parent": {
56929
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56930
- "name": "OverlayTriggerProps"
56931
- },
56932
- "declarations": [
56933
- {
56934
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
56935
- "name": "OverlayTriggerProps"
56936
- }
56937
- ],
56938
- "required": false,
56939
- "type": {
56940
- "name": "((isOpen: boolean) => void)"
56941
- }
56942
- },
56943
56589
  "aria-label": {
56944
56590
  "defaultValue": null,
56945
- "description": "Defines a string value that labels the current element.",
56591
+ "description": "An accessibility label for this item.",
56946
56592
  "name": "aria-label",
56947
56593
  "parent": {
56948
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56949
- "name": "AriaLabelingProps"
56950
- },
56951
- "declarations": [
56952
- {
56953
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56954
- "name": "AriaLabelingProps"
56955
- }
56956
- ],
56957
- "required": false,
56958
- "type": {
56959
- "name": "string"
56960
- }
56961
- },
56962
- "aria-labelledby": {
56963
- "defaultValue": null,
56964
- "description": "Identifies the element (or elements) that labels the current element.",
56965
- "name": "aria-labelledby",
56966
- "parent": {
56967
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56968
- "name": "AriaLabelingProps"
56969
- },
56970
- "declarations": [
56971
- {
56972
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56973
- "name": "AriaLabelingProps"
56974
- }
56975
- ],
56976
- "required": false,
56977
- "type": {
56978
- "name": "string"
56979
- }
56980
- },
56981
- "aria-describedby": {
56982
- "defaultValue": null,
56983
- "description": "Identifies the element (or elements) that describes the object.",
56984
- "name": "aria-describedby",
56985
- "parent": {
56986
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56987
- "name": "AriaLabelingProps"
56988
- },
56989
- "declarations": [
56990
- {
56991
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
56992
- "name": "AriaLabelingProps"
56993
- }
56994
- ],
56995
- "required": false,
56996
- "type": {
56997
- "name": "string"
56998
- }
56999
- },
57000
- "aria-details": {
57001
- "defaultValue": null,
57002
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
57003
- "name": "aria-details",
57004
- "parent": {
57005
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57006
- "name": "AriaLabelingProps"
56594
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56595
+ "name": "ListBoxItemProps"
57007
56596
  },
57008
56597
  "declarations": [
57009
56598
  {
57010
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57011
- "name": "AriaLabelingProps"
56599
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
56600
+ "name": "ListBoxItemProps"
57012
56601
  }
57013
56602
  ],
57014
56603
  "required": false,
@@ -57151,21 +56740,21 @@
57151
56740
  },
57152
56741
  "onClick": {
57153
56742
  "defaultValue": null,
57154
- "description": "",
56743
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
57155
56744
  "name": "onClick",
57156
56745
  "parent": {
57157
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57158
- "name": "GlobalDOMEvents"
56746
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
56747
+ "name": "PressEvents"
57159
56748
  },
57160
56749
  "declarations": [
57161
56750
  {
57162
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57163
- "name": "GlobalDOMEvents"
56751
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
56752
+ "name": "PressEvents"
57164
56753
  }
57165
56754
  ],
57166
56755
  "required": false,
57167
56756
  "type": {
57168
- "name": "MouseEventHandler<HTMLDivElement>"
56757
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
57169
56758
  }
57170
56759
  },
57171
56760
  "onClickCapture": {
@@ -58365,202 +57954,365 @@
58365
57954
  "name": "TransitionEventHandler<HTMLDivElement>"
58366
57955
  }
58367
57956
  },
58368
- "slot": {
57957
+ "isDisabled": {
58369
57958
  "defaultValue": null,
58370
- "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
58371
- "name": "slot",
57959
+ "description": "Whether the item is disabled.",
57960
+ "name": "isDisabled",
58372
57961
  "parent": {
58373
57962
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58374
- "name": "SlotProps"
57963
+ "name": "ListBoxItemProps"
58375
57964
  },
58376
57965
  "declarations": [
58377
57966
  {
58378
57967
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58379
- "name": "SlotProps"
57968
+ "name": "ListBoxItemProps"
58380
57969
  }
58381
57970
  ],
58382
57971
  "required": false,
58383
57972
  "type": {
58384
- "name": "string | null"
57973
+ "name": "boolean"
58385
57974
  }
58386
57975
  },
58387
- "boundaryElement": {
58388
- "defaultValue": {
58389
- "value": "document.body"
57976
+ "rel": {
57977
+ "defaultValue": null,
57978
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
57979
+ "name": "rel",
57980
+ "parent": {
57981
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57982
+ "name": "LinkDOMProps"
58390
57983
  },
58391
- "description": "Element that that serves as the positioning boundary.",
58392
- "name": "boundaryElement",
57984
+ "declarations": [
57985
+ {
57986
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
57987
+ "name": "LinkDOMProps"
57988
+ }
57989
+ ],
57990
+ "required": false,
57991
+ "type": {
57992
+ "name": "string"
57993
+ }
57994
+ },
57995
+ "onHoverStart": {
57996
+ "defaultValue": null,
57997
+ "description": "Handler that is called when a hover interaction starts.",
57998
+ "name": "onHoverStart",
58393
57999
  "parent": {
58394
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58395
- "name": "AriaPositionProps"
58000
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58001
+ "name": "HoverEvents"
58396
58002
  },
58397
58003
  "declarations": [
58398
58004
  {
58399
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58400
- "name": "AriaPositionProps"
58005
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58006
+ "name": "HoverEvents"
58401
58007
  }
58402
58008
  ],
58403
58009
  "required": false,
58404
58010
  "type": {
58405
- "name": "Element"
58011
+ "name": "((e: HoverEvent) => void)"
58406
58012
  }
58407
58013
  },
58408
- "arrowRef": {
58014
+ "onHoverEnd": {
58409
58015
  "defaultValue": null,
58410
- "description": "A ref for the popover arrow element.",
58411
- "name": "arrowRef",
58016
+ "description": "Handler that is called when a hover interaction ends.",
58017
+ "name": "onHoverEnd",
58412
58018
  "parent": {
58413
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58414
- "name": "AriaPopoverProps"
58019
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58020
+ "name": "HoverEvents"
58415
58021
  },
58416
58022
  "declarations": [
58417
58023
  {
58418
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58419
- "name": "AriaPopoverProps"
58024
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58025
+ "name": "HoverEvents"
58420
58026
  }
58421
58027
  ],
58422
58028
  "required": false,
58423
58029
  "type": {
58424
- "name": "RefObject<Element | null>"
58030
+ "name": "((e: HoverEvent) => void)"
58425
58031
  }
58426
58032
  },
58427
- "scrollRef": {
58428
- "defaultValue": {
58429
- "value": "overlayRef"
58033
+ "onHoverChange": {
58034
+ "defaultValue": null,
58035
+ "description": "Handler that is called when the hover state changes.",
58036
+ "name": "onHoverChange",
58037
+ "parent": {
58038
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58039
+ "name": "HoverEvents"
58430
58040
  },
58431
- "description": "A ref for the scrollable region within the overlay.",
58432
- "name": "scrollRef",
58041
+ "declarations": [
58042
+ {
58043
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58044
+ "name": "HoverEvents"
58045
+ }
58046
+ ],
58047
+ "required": false,
58048
+ "type": {
58049
+ "name": "((isHovering: boolean) => void)"
58050
+ }
58051
+ },
58052
+ "target": {
58053
+ "defaultValue": null,
58054
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
58055
+ "name": "target",
58433
58056
  "parent": {
58434
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58435
- "name": "AriaPositionProps"
58057
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58058
+ "name": "LinkDOMProps"
58436
58059
  },
58437
58060
  "declarations": [
58438
58061
  {
58439
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58440
- "name": "AriaPositionProps"
58062
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58063
+ "name": "LinkDOMProps"
58441
58064
  }
58442
58065
  ],
58443
58066
  "required": false,
58444
58067
  "type": {
58445
- "name": "RefObject<Element | null>"
58068
+ "name": "HTMLAttributeAnchorTarget"
58446
58069
  }
58447
58070
  },
58448
- "shouldUpdatePosition": {
58449
- "defaultValue": {
58450
- "value": "true"
58071
+ "textValue": {
58072
+ "defaultValue": null,
58073
+ "description": "A string representation of the item's contents, used for features like typeahead.",
58074
+ "name": "textValue",
58075
+ "parent": {
58076
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58077
+ "name": "ListBoxItemProps"
58451
58078
  },
58452
- "description": "Whether the overlay should update its position automatically.",
58453
- "name": "shouldUpdatePosition",
58079
+ "declarations": [
58080
+ {
58081
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58082
+ "name": "ListBoxItemProps"
58083
+ }
58084
+ ],
58085
+ "required": false,
58086
+ "type": {
58087
+ "name": "string"
58088
+ }
58089
+ },
58090
+ "onAction": {
58091
+ "defaultValue": null,
58092
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
58093
+ "name": "onAction",
58454
58094
  "parent": {
58455
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58456
- "name": "AriaPositionProps"
58095
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58096
+ "name": "ListBoxItemProps"
58457
58097
  },
58458
58098
  "declarations": [
58459
58099
  {
58460
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58461
- "name": "AriaPositionProps"
58100
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58101
+ "name": "ListBoxItemProps"
58462
58102
  }
58463
58103
  ],
58464
58104
  "required": false,
58465
58105
  "type": {
58466
- "name": "boolean"
58106
+ "name": "(() => void)"
58467
58107
  }
58468
58108
  },
58469
- "maxHeight": {
58109
+ "href": {
58470
58110
  "defaultValue": null,
58471
- "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
58472
- "name": "maxHeight",
58111
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
58112
+ "name": "href",
58473
58113
  "parent": {
58474
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58475
- "name": "AriaPositionProps"
58114
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58115
+ "name": "LinkDOMProps"
58476
58116
  },
58477
58117
  "declarations": [
58478
58118
  {
58479
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58480
- "name": "AriaPositionProps"
58119
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58120
+ "name": "LinkDOMProps"
58481
58121
  }
58482
58122
  ],
58483
58123
  "required": false,
58484
58124
  "type": {
58485
- "name": "number"
58125
+ "name": "string"
58486
58126
  }
58487
58127
  },
58488
- "isNonModal": {
58128
+ "hrefLang": {
58489
58129
  "defaultValue": null,
58490
- "description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
58491
- "name": "isNonModal",
58130
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
58131
+ "name": "hrefLang",
58492
58132
  "parent": {
58493
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58494
- "name": "AriaPopoverProps"
58133
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58134
+ "name": "LinkDOMProps"
58495
58135
  },
58496
58136
  "declarations": [
58497
58137
  {
58498
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58499
- "name": "AriaPopoverProps"
58138
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58139
+ "name": "LinkDOMProps"
58500
58140
  }
58501
58141
  ],
58502
58142
  "required": false,
58503
58143
  "type": {
58504
- "name": "boolean"
58144
+ "name": "string"
58505
58145
  }
58506
58146
  },
58507
- "isKeyboardDismissDisabled": {
58508
- "defaultValue": {
58509
- "value": "false"
58147
+ "download": {
58148
+ "defaultValue": null,
58149
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
58150
+ "name": "download",
58151
+ "parent": {
58152
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58153
+ "name": "LinkDOMProps"
58510
58154
  },
58511
- "description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
58512
- "name": "isKeyboardDismissDisabled",
58155
+ "declarations": [
58156
+ {
58157
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58158
+ "name": "LinkDOMProps"
58159
+ }
58160
+ ],
58161
+ "required": false,
58162
+ "type": {
58163
+ "name": "string | boolean"
58164
+ }
58165
+ },
58166
+ "ping": {
58167
+ "defaultValue": null,
58168
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
58169
+ "name": "ping",
58513
58170
  "parent": {
58514
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58515
- "name": "AriaPopoverProps"
58171
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58172
+ "name": "LinkDOMProps"
58516
58173
  },
58517
58174
  "declarations": [
58518
58175
  {
58519
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58520
- "name": "AriaPopoverProps"
58176
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58177
+ "name": "LinkDOMProps"
58521
58178
  }
58522
58179
  ],
58523
58180
  "required": false,
58524
58181
  "type": {
58525
- "name": "boolean"
58182
+ "name": "string"
58526
58183
  }
58527
58184
  },
58528
- "shouldCloseOnInteractOutside": {
58185
+ "referrerPolicy": {
58529
58186
  "defaultValue": null,
58530
- "description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
58531
- "name": "shouldCloseOnInteractOutside",
58187
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
58188
+ "name": "referrerPolicy",
58532
58189
  "parent": {
58533
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58534
- "name": "AriaPopoverProps"
58190
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58191
+ "name": "LinkDOMProps"
58535
58192
  },
58536
58193
  "declarations": [
58537
58194
  {
58538
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58539
- "name": "AriaPopoverProps"
58195
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58196
+ "name": "LinkDOMProps"
58540
58197
  }
58541
58198
  ],
58542
58199
  "required": false,
58543
58200
  "type": {
58544
- "name": "((element: Element) => boolean)"
58201
+ "name": "HTMLAttributeReferrerPolicy"
58545
58202
  }
58546
58203
  },
58547
- "trigger": {
58204
+ "routerOptions": {
58548
58205
  "defaultValue": null,
58549
- "description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
58550
- "name": "trigger",
58206
+ "description": "Options for the configured client side router.",
58207
+ "name": "routerOptions",
58551
58208
  "parent": {
58552
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58553
- "name": "PopoverProps"
58209
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58210
+ "name": "LinkDOMProps"
58554
58211
  },
58555
58212
  "declarations": [
58556
58213
  {
58557
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58558
- "name": "PopoverProps"
58214
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58215
+ "name": "LinkDOMProps"
58559
58216
  }
58560
58217
  ],
58561
58218
  "required": false,
58562
58219
  "type": {
58563
- "name": "string"
58220
+ "name": "undefined"
58221
+ }
58222
+ },
58223
+ "onPress": {
58224
+ "defaultValue": null,
58225
+ "description": "Handler that is called when the press is released over the target.",
58226
+ "name": "onPress",
58227
+ "parent": {
58228
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58229
+ "name": "PressEvents"
58230
+ },
58231
+ "declarations": [
58232
+ {
58233
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58234
+ "name": "PressEvents"
58235
+ }
58236
+ ],
58237
+ "required": false,
58238
+ "type": {
58239
+ "name": "((e: PressEvent) => void)"
58240
+ }
58241
+ },
58242
+ "onPressStart": {
58243
+ "defaultValue": null,
58244
+ "description": "Handler that is called when a press interaction starts.",
58245
+ "name": "onPressStart",
58246
+ "parent": {
58247
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58248
+ "name": "PressEvents"
58249
+ },
58250
+ "declarations": [
58251
+ {
58252
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58253
+ "name": "PressEvents"
58254
+ }
58255
+ ],
58256
+ "required": false,
58257
+ "type": {
58258
+ "name": "((e: PressEvent) => void)"
58259
+ }
58260
+ },
58261
+ "onPressEnd": {
58262
+ "defaultValue": null,
58263
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
58264
+ "name": "onPressEnd",
58265
+ "parent": {
58266
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58267
+ "name": "PressEvents"
58268
+ },
58269
+ "declarations": [
58270
+ {
58271
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58272
+ "name": "PressEvents"
58273
+ }
58274
+ ],
58275
+ "required": false,
58276
+ "type": {
58277
+ "name": "((e: PressEvent) => void)"
58278
+ }
58279
+ },
58280
+ "onPressChange": {
58281
+ "defaultValue": null,
58282
+ "description": "Handler that is called when the press state changes.",
58283
+ "name": "onPressChange",
58284
+ "parent": {
58285
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58286
+ "name": "PressEvents"
58287
+ },
58288
+ "declarations": [
58289
+ {
58290
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58291
+ "name": "PressEvents"
58292
+ }
58293
+ ],
58294
+ "required": false,
58295
+ "type": {
58296
+ "name": "((isPressed: boolean) => void)"
58297
+ }
58298
+ },
58299
+ "onPressUp": {
58300
+ "defaultValue": null,
58301
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
58302
+ "name": "onPressUp",
58303
+ "parent": {
58304
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58305
+ "name": "PressEvents"
58306
+ },
58307
+ "declarations": [
58308
+ {
58309
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58310
+ "name": "PressEvents"
58311
+ }
58312
+ ],
58313
+ "required": false,
58314
+ "type": {
58315
+ "name": "((e: PressEvent) => void)"
58564
58316
  }
58565
58317
  },
58566
58318
  "children": {
@@ -58657,26 +58409,119 @@
58657
58409
  }
58658
58410
  },
58659
58411
  {
58660
- "tags": {
58661
- "flr-generate": "all"
58662
- },
58663
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
58412
+ "tags": {},
58413
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
58664
58414
  "description": "",
58665
- "displayName": "Option",
58415
+ "displayName": "Options",
58666
58416
  "methods": [],
58667
58417
  "props": {
58668
- "value": {
58418
+ "controller": {
58669
58419
  "defaultValue": null,
58670
- "description": "",
58671
- "name": "value",
58420
+ "description": "An overlay controller to control the popover state.",
58421
+ "name": "controller",
58672
58422
  "parent": {
58673
- "fileName": "components/src/components/Option/Option.tsx",
58674
- "name": "OptionProps"
58423
+ "fileName": "components/src/components/Options/Options.tsx",
58424
+ "name": "OptionsProps"
58675
58425
  },
58676
58426
  "declarations": [
58677
58427
  {
58678
- "fileName": "components/src/components/Option/Option.tsx",
58679
- "name": "OptionProps"
58428
+ "fileName": "components/src/components/Options/Options.tsx",
58429
+ "name": "OptionsProps"
58430
+ }
58431
+ ],
58432
+ "required": true,
58433
+ "type": {
58434
+ "name": "OverlayController"
58435
+ }
58436
+ },
58437
+ "onAction": {
58438
+ "defaultValue": null,
58439
+ "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
58440
+ "name": "onAction",
58441
+ "parent": {
58442
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
58443
+ "name": "AriaListBoxProps"
58444
+ },
58445
+ "declarations": [
58446
+ {
58447
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
58448
+ "name": "AriaListBoxProps"
58449
+ }
58450
+ ],
58451
+ "required": false,
58452
+ "type": {
58453
+ "name": "((key: Key) => void)"
58454
+ }
58455
+ },
58456
+ "renderEmptyState": {
58457
+ "defaultValue": null,
58458
+ "description": "Provides content to display when there are no items in the list.",
58459
+ "name": "renderEmptyState",
58460
+ "parent": {
58461
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58462
+ "name": "ListBoxProps"
58463
+ },
58464
+ "declarations": [
58465
+ {
58466
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58467
+ "name": "ListBoxProps"
58468
+ }
58469
+ ],
58470
+ "required": false,
58471
+ "type": {
58472
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
58473
+ }
58474
+ },
58475
+ "withTip": {
58476
+ "defaultValue": null,
58477
+ "description": "Whether the popover should display a tip, pointing towards the trigger\nelement.",
58478
+ "name": "withTip",
58479
+ "parent": {
58480
+ "fileName": "components/src/components/Popover/Popover.tsx",
58481
+ "name": "PopoverProps"
58482
+ },
58483
+ "declarations": [
58484
+ {
58485
+ "fileName": "components/src/components/Popover/Popover.tsx",
58486
+ "name": "PopoverProps"
58487
+ }
58488
+ ],
58489
+ "required": false,
58490
+ "type": {
58491
+ "name": "boolean"
58492
+ }
58493
+ },
58494
+ "isDialogContent": {
58495
+ "defaultValue": null,
58496
+ "description": "Whether the popover contains a dialog.",
58497
+ "name": "isDialogContent",
58498
+ "parent": {
58499
+ "fileName": "components/src/components/Popover/Popover.tsx",
58500
+ "name": "PopoverProps"
58501
+ },
58502
+ "declarations": [
58503
+ {
58504
+ "fileName": "components/src/components/Popover/Popover.tsx",
58505
+ "name": "PopoverProps"
58506
+ }
58507
+ ],
58508
+ "required": false,
58509
+ "type": {
58510
+ "name": "boolean"
58511
+ }
58512
+ },
58513
+ "width": {
58514
+ "defaultValue": null,
58515
+ "description": "A fixed width for the popover.",
58516
+ "name": "width",
58517
+ "parent": {
58518
+ "fileName": "components/src/components/Popover/Popover.tsx",
58519
+ "name": "PopoverProps"
58520
+ },
58521
+ "declarations": [
58522
+ {
58523
+ "fileName": "components/src/components/Popover/Popover.tsx",
58524
+ "name": "PopoverProps"
58680
58525
  }
58681
58526
  ],
58682
58527
  "required": false,
@@ -58684,18 +58529,336 @@
58684
58529
  "name": "string | number"
58685
58530
  }
58686
58531
  },
58687
- "aria-label": {
58532
+ "arrowBoundaryOffset": {
58533
+ "defaultValue": {
58534
+ "value": "0"
58535
+ },
58536
+ "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
58537
+ "name": "arrowBoundaryOffset",
58538
+ "parent": {
58539
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58540
+ "name": "AriaPositionProps"
58541
+ },
58542
+ "declarations": [
58543
+ {
58544
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
58545
+ "name": "AriaPositionProps"
58546
+ }
58547
+ ],
58548
+ "required": false,
58549
+ "type": {
58550
+ "name": "number"
58551
+ }
58552
+ },
58553
+ "triggerRef": {
58688
58554
  "defaultValue": null,
58689
- "description": "An accessibility label for this item.",
58690
- "name": "aria-label",
58555
+ "description": "The ref for the element which the tooltip positions itself with respect to.\n\nWhen used within a TooltipTrigger this is set automatically. It is only required when used standalone.",
58556
+ "name": "triggerRef",
58691
58557
  "parent": {
58692
58558
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58693
- "name": "ListBoxItemProps"
58559
+ "name": "TooltipProps"
58694
58560
  },
58695
58561
  "declarations": [
58696
58562
  {
58697
58563
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58698
- "name": "ListBoxItemProps"
58564
+ "name": "TooltipProps"
58565
+ }
58566
+ ],
58567
+ "required": false,
58568
+ "type": {
58569
+ "name": "RefObject<Element | null>"
58570
+ }
58571
+ },
58572
+ "isEntering": {
58573
+ "defaultValue": null,
58574
+ "description": "Whether the tooltip is currently performing an entry animation.",
58575
+ "name": "isEntering",
58576
+ "parent": {
58577
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58578
+ "name": "TooltipProps"
58579
+ },
58580
+ "declarations": [
58581
+ {
58582
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58583
+ "name": "TooltipProps"
58584
+ }
58585
+ ],
58586
+ "required": false,
58587
+ "type": {
58588
+ "name": "boolean"
58589
+ }
58590
+ },
58591
+ "isExiting": {
58592
+ "defaultValue": null,
58593
+ "description": "Whether the tooltip is currently performing an exit animation.",
58594
+ "name": "isExiting",
58595
+ "parent": {
58596
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58597
+ "name": "TooltipProps"
58598
+ },
58599
+ "declarations": [
58600
+ {
58601
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58602
+ "name": "TooltipProps"
58603
+ }
58604
+ ],
58605
+ "required": false,
58606
+ "type": {
58607
+ "name": "boolean"
58608
+ }
58609
+ },
58610
+ "UNSTABLE_portalContainer": {
58611
+ "defaultValue": {
58612
+ "value": "document.body"
58613
+ },
58614
+ "description": "The container element in which the overlay portal will be placed. This may have unknown behavior depending on where it is portalled to.\n@deprecated - Use a parent UNSAFE_PortalProvider to set your portal container instead.",
58615
+ "name": "UNSTABLE_portalContainer",
58616
+ "parent": {
58617
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58618
+ "name": "TooltipProps"
58619
+ },
58620
+ "declarations": [
58621
+ {
58622
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58623
+ "name": "TooltipProps"
58624
+ }
58625
+ ],
58626
+ "required": false,
58627
+ "type": {
58628
+ "name": "Element"
58629
+ }
58630
+ },
58631
+ "placement": {
58632
+ "defaultValue": {
58633
+ "value": "'bottom'"
58634
+ },
58635
+ "description": "The placement of the element with respect to its anchor element.",
58636
+ "name": "placement",
58637
+ "parent": {
58638
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58639
+ "name": "PositionProps"
58640
+ },
58641
+ "declarations": [
58642
+ {
58643
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58644
+ "name": "PositionProps"
58645
+ }
58646
+ ],
58647
+ "required": false,
58648
+ "type": {
58649
+ "name": "Placement"
58650
+ }
58651
+ },
58652
+ "containerPadding": {
58653
+ "defaultValue": {
58654
+ "value": "12"
58655
+ },
58656
+ "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
58657
+ "name": "containerPadding",
58658
+ "parent": {
58659
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58660
+ "name": "PositionProps"
58661
+ },
58662
+ "declarations": [
58663
+ {
58664
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58665
+ "name": "PositionProps"
58666
+ }
58667
+ ],
58668
+ "required": false,
58669
+ "type": {
58670
+ "name": "number"
58671
+ }
58672
+ },
58673
+ "offset": {
58674
+ "defaultValue": {
58675
+ "value": "8"
58676
+ },
58677
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
58678
+ "name": "offset",
58679
+ "parent": {
58680
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58681
+ "name": "PopoverProps"
58682
+ },
58683
+ "declarations": [
58684
+ {
58685
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
58686
+ "name": "PopoverProps"
58687
+ }
58688
+ ],
58689
+ "required": false,
58690
+ "type": {
58691
+ "name": "number"
58692
+ }
58693
+ },
58694
+ "crossOffset": {
58695
+ "defaultValue": {
58696
+ "value": "0"
58697
+ },
58698
+ "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
58699
+ "name": "crossOffset",
58700
+ "parent": {
58701
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58702
+ "name": "PositionProps"
58703
+ },
58704
+ "declarations": [
58705
+ {
58706
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58707
+ "name": "PositionProps"
58708
+ }
58709
+ ],
58710
+ "required": false,
58711
+ "type": {
58712
+ "name": "number"
58713
+ }
58714
+ },
58715
+ "shouldFlip": {
58716
+ "defaultValue": {
58717
+ "value": "true"
58718
+ },
58719
+ "description": "Whether the element should flip its orientation (e.g. top to bottom or left to right) when\nthere is insufficient room for it to render completely.",
58720
+ "name": "shouldFlip",
58721
+ "parent": {
58722
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58723
+ "name": "PositionProps"
58724
+ },
58725
+ "declarations": [
58726
+ {
58727
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58728
+ "name": "PositionProps"
58729
+ }
58730
+ ],
58731
+ "required": false,
58732
+ "type": {
58733
+ "name": "boolean"
58734
+ }
58735
+ },
58736
+ "isOpen": {
58737
+ "defaultValue": null,
58738
+ "description": "Whether the element is rendered.",
58739
+ "name": "isOpen",
58740
+ "parent": {
58741
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58742
+ "name": "PositionProps"
58743
+ },
58744
+ "declarations": [
58745
+ {
58746
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58747
+ "name": "PositionProps"
58748
+ }
58749
+ ],
58750
+ "required": false,
58751
+ "type": {
58752
+ "name": "boolean"
58753
+ }
58754
+ },
58755
+ "defaultOpen": {
58756
+ "defaultValue": null,
58757
+ "description": "Whether the overlay is open by default (uncontrolled).",
58758
+ "name": "defaultOpen",
58759
+ "parent": {
58760
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58761
+ "name": "OverlayTriggerProps"
58762
+ },
58763
+ "declarations": [
58764
+ {
58765
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58766
+ "name": "OverlayTriggerProps"
58767
+ }
58768
+ ],
58769
+ "required": false,
58770
+ "type": {
58771
+ "name": "boolean"
58772
+ }
58773
+ },
58774
+ "onOpenChange": {
58775
+ "defaultValue": null,
58776
+ "description": "Handler that is called when the overlay's open state changes.",
58777
+ "name": "onOpenChange",
58778
+ "parent": {
58779
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58780
+ "name": "OverlayTriggerProps"
58781
+ },
58782
+ "declarations": [
58783
+ {
58784
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
58785
+ "name": "OverlayTriggerProps"
58786
+ }
58787
+ ],
58788
+ "required": false,
58789
+ "type": {
58790
+ "name": "((isOpen: boolean) => void)"
58791
+ }
58792
+ },
58793
+ "aria-label": {
58794
+ "defaultValue": null,
58795
+ "description": "Defines a string value that labels the current element.",
58796
+ "name": "aria-label",
58797
+ "parent": {
58798
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58799
+ "name": "AriaLabelingProps"
58800
+ },
58801
+ "declarations": [
58802
+ {
58803
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58804
+ "name": "AriaLabelingProps"
58805
+ }
58806
+ ],
58807
+ "required": false,
58808
+ "type": {
58809
+ "name": "string"
58810
+ }
58811
+ },
58812
+ "aria-labelledby": {
58813
+ "defaultValue": null,
58814
+ "description": "Identifies the element (or elements) that labels the current element.",
58815
+ "name": "aria-labelledby",
58816
+ "parent": {
58817
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58818
+ "name": "AriaLabelingProps"
58819
+ },
58820
+ "declarations": [
58821
+ {
58822
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58823
+ "name": "AriaLabelingProps"
58824
+ }
58825
+ ],
58826
+ "required": false,
58827
+ "type": {
58828
+ "name": "string"
58829
+ }
58830
+ },
58831
+ "aria-describedby": {
58832
+ "defaultValue": null,
58833
+ "description": "Identifies the element (or elements) that describes the object.",
58834
+ "name": "aria-describedby",
58835
+ "parent": {
58836
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58837
+ "name": "AriaLabelingProps"
58838
+ },
58839
+ "declarations": [
58840
+ {
58841
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58842
+ "name": "AriaLabelingProps"
58843
+ }
58844
+ ],
58845
+ "required": false,
58846
+ "type": {
58847
+ "name": "string"
58848
+ }
58849
+ },
58850
+ "aria-details": {
58851
+ "defaultValue": null,
58852
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
58853
+ "name": "aria-details",
58854
+ "parent": {
58855
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58856
+ "name": "AriaLabelingProps"
58857
+ },
58858
+ "declarations": [
58859
+ {
58860
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
58861
+ "name": "AriaLabelingProps"
58699
58862
  }
58700
58863
  ],
58701
58864
  "required": false,
@@ -58838,21 +59001,21 @@
58838
59001
  },
58839
59002
  "onClick": {
58840
59003
  "defaultValue": null,
58841
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
59004
+ "description": "",
58842
59005
  "name": "onClick",
58843
59006
  "parent": {
58844
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58845
- "name": "PressEvents"
59007
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
59008
+ "name": "GlobalDOMEvents"
58846
59009
  },
58847
59010
  "declarations": [
58848
59011
  {
58849
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
58850
- "name": "PressEvents"
59012
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
59013
+ "name": "GlobalDOMEvents"
58851
59014
  }
58852
59015
  ],
58853
59016
  "required": false,
58854
59017
  "type": {
58855
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
59018
+ "name": "MouseEventHandler<HTMLDivElement>"
58856
59019
  }
58857
59020
  },
58858
59021
  "onClickCapture": {
@@ -60052,365 +60215,202 @@
60052
60215
  "name": "TransitionEventHandler<HTMLDivElement>"
60053
60216
  }
60054
60217
  },
60055
- "isDisabled": {
60218
+ "slot": {
60056
60219
  "defaultValue": null,
60057
- "description": "Whether the item is disabled.",
60058
- "name": "isDisabled",
60220
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
60221
+ "name": "slot",
60059
60222
  "parent": {
60060
60223
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60061
- "name": "ListBoxItemProps"
60224
+ "name": "SlotProps"
60062
60225
  },
60063
60226
  "declarations": [
60064
60227
  {
60065
60228
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60066
- "name": "ListBoxItemProps"
60067
- }
60068
- ],
60069
- "required": false,
60070
- "type": {
60071
- "name": "boolean"
60072
- }
60073
- },
60074
- "rel": {
60075
- "defaultValue": null,
60076
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
60077
- "name": "rel",
60078
- "parent": {
60079
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60080
- "name": "LinkDOMProps"
60081
- },
60082
- "declarations": [
60083
- {
60084
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60085
- "name": "LinkDOMProps"
60086
- }
60087
- ],
60088
- "required": false,
60089
- "type": {
60090
- "name": "string"
60091
- }
60092
- },
60093
- "onHoverStart": {
60094
- "defaultValue": null,
60095
- "description": "Handler that is called when a hover interaction starts.",
60096
- "name": "onHoverStart",
60097
- "parent": {
60098
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60099
- "name": "HoverEvents"
60100
- },
60101
- "declarations": [
60102
- {
60103
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60104
- "name": "HoverEvents"
60105
- }
60106
- ],
60107
- "required": false,
60108
- "type": {
60109
- "name": "((e: HoverEvent) => void)"
60110
- }
60111
- },
60112
- "onHoverEnd": {
60113
- "defaultValue": null,
60114
- "description": "Handler that is called when a hover interaction ends.",
60115
- "name": "onHoverEnd",
60116
- "parent": {
60117
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60118
- "name": "HoverEvents"
60119
- },
60120
- "declarations": [
60121
- {
60122
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60123
- "name": "HoverEvents"
60124
- }
60125
- ],
60126
- "required": false,
60127
- "type": {
60128
- "name": "((e: HoverEvent) => void)"
60129
- }
60130
- },
60131
- "onHoverChange": {
60132
- "defaultValue": null,
60133
- "description": "Handler that is called when the hover state changes.",
60134
- "name": "onHoverChange",
60135
- "parent": {
60136
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60137
- "name": "HoverEvents"
60138
- },
60139
- "declarations": [
60140
- {
60141
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60142
- "name": "HoverEvents"
60143
- }
60144
- ],
60145
- "required": false,
60146
- "type": {
60147
- "name": "((isHovering: boolean) => void)"
60148
- }
60149
- },
60150
- "target": {
60151
- "defaultValue": null,
60152
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
60153
- "name": "target",
60154
- "parent": {
60155
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60156
- "name": "LinkDOMProps"
60157
- },
60158
- "declarations": [
60159
- {
60160
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60161
- "name": "LinkDOMProps"
60229
+ "name": "SlotProps"
60162
60230
  }
60163
60231
  ],
60164
60232
  "required": false,
60165
60233
  "type": {
60166
- "name": "HTMLAttributeAnchorTarget"
60234
+ "name": "string | null"
60167
60235
  }
60168
60236
  },
60169
- "onAction": {
60170
- "defaultValue": null,
60171
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
60172
- "name": "onAction",
60173
- "parent": {
60174
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60175
- "name": "ListBoxItemProps"
60237
+ "boundaryElement": {
60238
+ "defaultValue": {
60239
+ "value": "document.body"
60176
60240
  },
60177
- "declarations": [
60178
- {
60179
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60180
- "name": "ListBoxItemProps"
60181
- }
60182
- ],
60183
- "required": false,
60184
- "type": {
60185
- "name": "(() => void)"
60186
- }
60187
- },
60188
- "textValue": {
60189
- "defaultValue": null,
60190
- "description": "A string representation of the item's contents, used for features like typeahead.",
60191
- "name": "textValue",
60241
+ "description": "Element that that serves as the positioning boundary.",
60242
+ "name": "boundaryElement",
60192
60243
  "parent": {
60193
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60194
- "name": "ListBoxItemProps"
60244
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60245
+ "name": "AriaPositionProps"
60195
60246
  },
60196
60247
  "declarations": [
60197
60248
  {
60198
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60199
- "name": "ListBoxItemProps"
60249
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60250
+ "name": "AriaPositionProps"
60200
60251
  }
60201
60252
  ],
60202
60253
  "required": false,
60203
60254
  "type": {
60204
- "name": "string"
60255
+ "name": "Element"
60205
60256
  }
60206
60257
  },
60207
- "href": {
60258
+ "arrowRef": {
60208
60259
  "defaultValue": null,
60209
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
60210
- "name": "href",
60260
+ "description": "A ref for the popover arrow element.",
60261
+ "name": "arrowRef",
60211
60262
  "parent": {
60212
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60213
- "name": "LinkDOMProps"
60263
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60264
+ "name": "AriaPopoverProps"
60214
60265
  },
60215
60266
  "declarations": [
60216
60267
  {
60217
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60218
- "name": "LinkDOMProps"
60268
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60269
+ "name": "AriaPopoverProps"
60219
60270
  }
60220
60271
  ],
60221
60272
  "required": false,
60222
60273
  "type": {
60223
- "name": "string"
60274
+ "name": "RefObject<Element | null>"
60224
60275
  }
60225
60276
  },
60226
- "hrefLang": {
60227
- "defaultValue": null,
60228
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
60229
- "name": "hrefLang",
60230
- "parent": {
60231
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60232
- "name": "LinkDOMProps"
60277
+ "scrollRef": {
60278
+ "defaultValue": {
60279
+ "value": "overlayRef"
60233
60280
  },
60234
- "declarations": [
60235
- {
60236
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60237
- "name": "LinkDOMProps"
60238
- }
60239
- ],
60240
- "required": false,
60241
- "type": {
60242
- "name": "string"
60243
- }
60244
- },
60245
- "download": {
60246
- "defaultValue": null,
60247
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
60248
- "name": "download",
60281
+ "description": "A ref for the scrollable region within the overlay.",
60282
+ "name": "scrollRef",
60249
60283
  "parent": {
60250
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60251
- "name": "LinkDOMProps"
60284
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60285
+ "name": "AriaPositionProps"
60252
60286
  },
60253
60287
  "declarations": [
60254
60288
  {
60255
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60256
- "name": "LinkDOMProps"
60289
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60290
+ "name": "AriaPositionProps"
60257
60291
  }
60258
60292
  ],
60259
60293
  "required": false,
60260
60294
  "type": {
60261
- "name": "string | boolean"
60295
+ "name": "RefObject<Element | null>"
60262
60296
  }
60263
60297
  },
60264
- "ping": {
60265
- "defaultValue": null,
60266
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
60267
- "name": "ping",
60268
- "parent": {
60269
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60270
- "name": "LinkDOMProps"
60298
+ "shouldUpdatePosition": {
60299
+ "defaultValue": {
60300
+ "value": "true"
60271
60301
  },
60272
- "declarations": [
60273
- {
60274
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60275
- "name": "LinkDOMProps"
60276
- }
60277
- ],
60278
- "required": false,
60279
- "type": {
60280
- "name": "string"
60281
- }
60282
- },
60283
- "referrerPolicy": {
60284
- "defaultValue": null,
60285
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
60286
- "name": "referrerPolicy",
60302
+ "description": "Whether the overlay should update its position automatically.",
60303
+ "name": "shouldUpdatePosition",
60287
60304
  "parent": {
60288
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60289
- "name": "LinkDOMProps"
60305
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60306
+ "name": "AriaPositionProps"
60290
60307
  },
60291
60308
  "declarations": [
60292
60309
  {
60293
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60294
- "name": "LinkDOMProps"
60310
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60311
+ "name": "AriaPositionProps"
60295
60312
  }
60296
60313
  ],
60297
60314
  "required": false,
60298
60315
  "type": {
60299
- "name": "HTMLAttributeReferrerPolicy"
60316
+ "name": "boolean"
60300
60317
  }
60301
60318
  },
60302
- "routerOptions": {
60319
+ "maxHeight": {
60303
60320
  "defaultValue": null,
60304
- "description": "Options for the configured client side router.",
60305
- "name": "routerOptions",
60321
+ "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
60322
+ "name": "maxHeight",
60306
60323
  "parent": {
60307
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60308
- "name": "LinkDOMProps"
60324
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60325
+ "name": "AriaPositionProps"
60309
60326
  },
60310
60327
  "declarations": [
60311
60328
  {
60312
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/dom.d.ts",
60313
- "name": "LinkDOMProps"
60329
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60330
+ "name": "AriaPositionProps"
60314
60331
  }
60315
60332
  ],
60316
60333
  "required": false,
60317
60334
  "type": {
60318
- "name": "undefined"
60335
+ "name": "number"
60319
60336
  }
60320
60337
  },
60321
- "onPress": {
60338
+ "isNonModal": {
60322
60339
  "defaultValue": null,
60323
- "description": "Handler that is called when the press is released over the target.",
60324
- "name": "onPress",
60340
+ "description": "Whether the popover is non-modal, i.e. elements outside the popover may be\ninteracted with by assistive technologies.\n\nMost popovers should not use this option as it may negatively impact the screen\nreader experience. Only use with components such as combobox, which are designed\nto handle this situation carefully.",
60341
+ "name": "isNonModal",
60325
60342
  "parent": {
60326
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60327
- "name": "PressEvents"
60343
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60344
+ "name": "AriaPopoverProps"
60328
60345
  },
60329
60346
  "declarations": [
60330
60347
  {
60331
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60332
- "name": "PressEvents"
60348
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60349
+ "name": "AriaPopoverProps"
60333
60350
  }
60334
60351
  ],
60335
60352
  "required": false,
60336
60353
  "type": {
60337
- "name": "((e: PressEvent) => void)"
60354
+ "name": "boolean"
60338
60355
  }
60339
60356
  },
60340
- "onPressStart": {
60341
- "defaultValue": null,
60342
- "description": "Handler that is called when a press interaction starts.",
60343
- "name": "onPressStart",
60344
- "parent": {
60345
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60346
- "name": "PressEvents"
60357
+ "isKeyboardDismissDisabled": {
60358
+ "defaultValue": {
60359
+ "value": "false"
60347
60360
  },
60348
- "declarations": [
60349
- {
60350
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60351
- "name": "PressEvents"
60352
- }
60353
- ],
60354
- "required": false,
60355
- "type": {
60356
- "name": "((e: PressEvent) => void)"
60357
- }
60358
- },
60359
- "onPressEnd": {
60360
- "defaultValue": null,
60361
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
60362
- "name": "onPressEnd",
60361
+ "description": "Whether pressing the escape key to close the popover should be disabled.\n\nMost popovers should not use this option. When set to true, an alternative\nway to close the popover with a keyboard must be provided.",
60362
+ "name": "isKeyboardDismissDisabled",
60363
60363
  "parent": {
60364
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60365
- "name": "PressEvents"
60364
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60365
+ "name": "AriaPopoverProps"
60366
60366
  },
60367
60367
  "declarations": [
60368
60368
  {
60369
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60370
- "name": "PressEvents"
60369
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60370
+ "name": "AriaPopoverProps"
60371
60371
  }
60372
60372
  ],
60373
60373
  "required": false,
60374
60374
  "type": {
60375
- "name": "((e: PressEvent) => void)"
60375
+ "name": "boolean"
60376
60376
  }
60377
60377
  },
60378
- "onPressChange": {
60378
+ "shouldCloseOnInteractOutside": {
60379
60379
  "defaultValue": null,
60380
- "description": "Handler that is called when the press state changes.",
60381
- "name": "onPressChange",
60380
+ "description": "When user interacts with the argument element outside of the popover ref,\nreturn true if onClose should be called. This gives you a chance to filter\nout interaction with elements that should not dismiss the popover.\nBy default, onClose will always be called on interaction outside the popover ref.",
60381
+ "name": "shouldCloseOnInteractOutside",
60382
60382
  "parent": {
60383
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60384
- "name": "PressEvents"
60383
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60384
+ "name": "AriaPopoverProps"
60385
60385
  },
60386
60386
  "declarations": [
60387
60387
  {
60388
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60389
- "name": "PressEvents"
60388
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.30.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/@react-aria/overlays/dist/types.d.ts",
60389
+ "name": "AriaPopoverProps"
60390
60390
  }
60391
60391
  ],
60392
60392
  "required": false,
60393
60393
  "type": {
60394
- "name": "((isPressed: boolean) => void)"
60394
+ "name": "((element: Element) => boolean)"
60395
60395
  }
60396
60396
  },
60397
- "onPressUp": {
60397
+ "trigger": {
60398
60398
  "defaultValue": null,
60399
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
60400
- "name": "onPressUp",
60399
+ "description": "The name of the component that triggered the popover. This is reflected on the element\nas the `data-trigger` attribute, and can be used to provide specific\nstyles for the popover depending on which element triggered it.",
60400
+ "name": "trigger",
60401
60401
  "parent": {
60402
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60403
- "name": "PressEvents"
60402
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60403
+ "name": "PopoverProps"
60404
60404
  },
60405
60405
  "declarations": [
60406
60406
  {
60407
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.1/node_modules/@react-types/shared/src/events.d.ts",
60408
- "name": "PressEvents"
60407
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
60408
+ "name": "PopoverProps"
60409
60409
  }
60410
60410
  ],
60411
60411
  "required": false,
60412
60412
  "type": {
60413
- "name": "((e: PressEvent) => void)"
60413
+ "name": "string"
60414
60414
  }
60415
60415
  },
60416
60416
  "children": {
@@ -63844,7 +63844,7 @@
63844
63844
  ],
63845
63845
  "required": false,
63846
63846
  "type": {
63847
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
63847
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
63848
63848
  }
63849
63849
  },
63850
63850
  "aria-braillelabel": {
@@ -64034,7 +64034,7 @@
64034
64034
  ],
64035
64035
  "required": false,
64036
64036
  "type": {
64037
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
64037
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
64038
64038
  }
64039
64039
  },
64040
64040
  "aria-describedby": {
@@ -69298,7 +69298,7 @@
69298
69298
  ],
69299
69299
  "required": false,
69300
69300
  "type": {
69301
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
69301
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
69302
69302
  }
69303
69303
  },
69304
69304
  "aria-braillelabel": {
@@ -69488,7 +69488,7 @@
69488
69488
  ],
69489
69489
  "required": false,
69490
69490
  "type": {
69491
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
69491
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
69492
69492
  }
69493
69493
  },
69494
69494
  "aria-describedby": {
@@ -74625,7 +74625,7 @@
74625
74625
  ],
74626
74626
  "required": false,
74627
74627
  "type": {
74628
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
74628
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
74629
74629
  }
74630
74630
  },
74631
74631
  "aria-braillelabel": {
@@ -74815,7 +74815,7 @@
74815
74815
  ],
74816
74816
  "required": false,
74817
74817
  "type": {
74818
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
74818
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
74819
74819
  }
74820
74820
  },
74821
74821
  "aria-describedby": {
@@ -80915,10 +80915,10 @@
80915
80915
  "name": "HTMLAttributeAnchorTarget"
80916
80916
  }
80917
80917
  },
80918
- "onAction": {
80918
+ "textValue": {
80919
80919
  "defaultValue": null,
80920
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
80921
- "name": "onAction",
80920
+ "description": "A string representation of the item's contents, used for features like typeahead.",
80921
+ "name": "textValue",
80922
80922
  "parent": {
80923
80923
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
80924
80924
  "name": "ListBoxItemProps"
@@ -80931,13 +80931,13 @@
80931
80931
  ],
80932
80932
  "required": false,
80933
80933
  "type": {
80934
- "name": "(() => void)"
80934
+ "name": "string"
80935
80935
  }
80936
80936
  },
80937
- "textValue": {
80937
+ "onAction": {
80938
80938
  "defaultValue": null,
80939
- "description": "A string representation of the item's contents, used for features like typeahead.",
80940
- "name": "textValue",
80939
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
80940
+ "name": "onAction",
80941
80941
  "parent": {
80942
80942
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
80943
80943
  "name": "ListBoxItemProps"
@@ -80950,7 +80950,7 @@
80950
80950
  ],
80951
80951
  "required": false,
80952
80952
  "type": {
80953
- "name": "string"
80953
+ "name": "(() => void)"
80954
80954
  }
80955
80955
  },
80956
80956
  "href": {
@@ -83178,7 +83178,7 @@
83178
83178
  ],
83179
83179
  "required": false,
83180
83180
  "type": {
83181
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
83181
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
83182
83182
  }
83183
83183
  },
83184
83184
  "aria-haspopup": {
@@ -85659,7 +85659,7 @@
85659
85659
  ],
85660
85660
  "required": false,
85661
85661
  "type": {
85662
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
85662
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
85663
85663
  }
85664
85664
  },
85665
85665
  "aria-haspopup": {
@@ -86229,7 +86229,7 @@
86229
86229
  ],
86230
86230
  "required": false,
86231
86231
  "type": {
86232
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
86232
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
86233
86233
  }
86234
86234
  },
86235
86235
  "aria-description": {
@@ -97185,7 +97185,7 @@
97185
97185
  ],
97186
97186
  "required": false,
97187
97187
  "type": {
97188
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
97188
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
97189
97189
  }
97190
97190
  },
97191
97191
  "aria-braillelabel": {
@@ -97375,7 +97375,7 @@
97375
97375
  ],
97376
97376
  "required": false,
97377
97377
  "type": {
97378
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
97378
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
97379
97379
  }
97380
97380
  },
97381
97381
  "aria-describedby": {
@@ -103203,7 +103203,7 @@
103203
103203
  ],
103204
103204
  "required": false,
103205
103205
  "type": {
103206
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
103206
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
103207
103207
  }
103208
103208
  },
103209
103209
  "aria-haspopup": {
@@ -104457,7 +104457,7 @@
104457
104457
  ],
104458
104458
  "required": false,
104459
104459
  "type": {
104460
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
104460
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
104461
104461
  }
104462
104462
  },
104463
104463
  "aria-description": {
@@ -108112,7 +108112,7 @@
108112
108112
  ],
108113
108113
  "required": false,
108114
108114
  "type": {
108115
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
108115
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
108116
108116
  }
108117
108117
  },
108118
108118
  "aria-braillelabel": {
@@ -108302,7 +108302,7 @@
108302
108302
  ],
108303
108303
  "required": false,
108304
108304
  "type": {
108305
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
108305
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
108306
108306
  }
108307
108307
  },
108308
108308
  "aria-describedby": {
@@ -114172,7 +114172,7 @@
114172
114172
  ],
114173
114173
  "required": false,
114174
114174
  "type": {
114175
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
114175
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
114176
114176
  }
114177
114177
  },
114178
114178
  "aria-haspopup": {
@@ -115502,7 +115502,7 @@
115502
115502
  ],
115503
115503
  "required": false,
115504
115504
  "type": {
115505
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
115505
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
115506
115506
  }
115507
115507
  },
115508
115508
  "aria-description": {
@@ -119243,7 +119243,7 @@
119243
119243
  ],
119244
119244
  "required": false,
119245
119245
  "type": {
119246
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
119246
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
119247
119247
  }
119248
119248
  },
119249
119249
  "aria-braillelabel": {
@@ -119433,7 +119433,7 @@
119433
119433
  ],
119434
119434
  "required": false,
119435
119435
  "type": {
119436
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
119436
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
119437
119437
  }
119438
119438
  },
119439
119439
  "aria-describedby": {
@@ -125032,7 +125032,7 @@
125032
125032
  ],
125033
125033
  "required": false,
125034
125034
  "type": {
125035
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
125035
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
125036
125036
  }
125037
125037
  },
125038
125038
  "aria-haspopup": {
@@ -125621,7 +125621,7 @@
125621
125621
  ],
125622
125622
  "required": false,
125623
125623
  "type": {
125624
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
125624
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
125625
125625
  }
125626
125626
  },
125627
125627
  "aria-description": {
@@ -133878,7 +133878,7 @@
133878
133878
  ],
133879
133879
  "required": false,
133880
133880
  "type": {
133881
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
133881
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
133882
133882
  }
133883
133883
  },
133884
133884
  "aria-braillelabel": {
@@ -134068,7 +134068,7 @@
134068
134068
  ],
134069
134069
  "required": false,
134070
134070
  "type": {
134071
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
134071
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
134072
134072
  }
134073
134073
  },
134074
134074
  "aria-describedby": {
@@ -139287,7 +139287,7 @@
139287
139287
  ],
139288
139288
  "required": false,
139289
139289
  "type": {
139290
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
139290
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
139291
139291
  }
139292
139292
  },
139293
139293
  "aria-braillelabel": {
@@ -139477,7 +139477,7 @@
139477
139477
  ],
139478
139478
  "required": false,
139479
139479
  "type": {
139480
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
139480
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
139481
139481
  }
139482
139482
  },
139483
139483
  "aria-describedby": {
@@ -144614,7 +144614,7 @@
144614
144614
  ],
144615
144615
  "required": false,
144616
144616
  "type": {
144617
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
144617
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
144618
144618
  }
144619
144619
  },
144620
144620
  "aria-braillelabel": {
@@ -144804,7 +144804,7 @@
144804
144804
  ],
144805
144805
  "required": false,
144806
144806
  "type": {
144807
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
144807
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
144808
144808
  }
144809
144809
  },
144810
144810
  "aria-describedby": {
@@ -150249,7 +150249,7 @@
150249
150249
  ],
150250
150250
  "required": false,
150251
150251
  "type": {
150252
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
150252
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
150253
150253
  }
150254
150254
  },
150255
150255
  "aria-braillelabel": {
@@ -150439,7 +150439,7 @@
150439
150439
  ],
150440
150440
  "required": false,
150441
150441
  "type": {
150442
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
150442
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
150443
150443
  }
150444
150444
  },
150445
150445
  "aria-describedby": {
@@ -156679,7 +156679,7 @@
156679
156679
  ],
156680
156680
  "required": false,
156681
156681
  "type": {
156682
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
156682
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
156683
156683
  }
156684
156684
  },
156685
156685
  "aria-haspopup": {
@@ -157933,7 +157933,7 @@
157933
157933
  ],
157934
157934
  "required": false,
157935
157935
  "type": {
157936
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
157936
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
157937
157937
  }
157938
157938
  },
157939
157939
  "aria-description": {
@@ -161727,7 +161727,7 @@
161727
161727
  ],
161728
161728
  "required": false,
161729
161729
  "type": {
161730
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
161730
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
161731
161731
  }
161732
161732
  },
161733
161733
  "aria-braillelabel": {
@@ -161917,7 +161917,7 @@
161917
161917
  ],
161918
161918
  "required": false,
161919
161919
  "type": {
161920
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
161920
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
161921
161921
  }
161922
161922
  },
161923
161923
  "aria-describedby": {
@@ -169242,7 +169242,7 @@
169242
169242
  ],
169243
169243
  "required": false,
169244
169244
  "type": {
169245
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
169245
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
169246
169246
  }
169247
169247
  },
169248
169248
  "aria-haspopup": {
@@ -170477,7 +170477,7 @@
170477
170477
  ],
170478
170478
  "required": false,
170479
170479
  "type": {
170480
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
170480
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
170481
170481
  }
170482
170482
  },
170483
170483
  "aria-description": {
@@ -174092,7 +174092,7 @@
174092
174092
  ],
174093
174093
  "required": false,
174094
174094
  "type": {
174095
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
174095
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
174096
174096
  }
174097
174097
  },
174098
174098
  "aria-braillelabel": {
@@ -174282,7 +174282,7 @@
174282
174282
  ],
174283
174283
  "required": false,
174284
174284
  "type": {
174285
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
174285
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
174286
174286
  }
174287
174287
  },
174288
174288
  "aria-describedby": {
@@ -187665,42 +187665,42 @@
187665
187665
  "name": "\"grid\" | \"stack\""
187666
187666
  }
187667
187667
  },
187668
- "renderEmptyState": {
187668
+ "onAction": {
187669
187669
  "defaultValue": null,
187670
- "description": "Provides content to display when there are no items in the list.",
187671
- "name": "renderEmptyState",
187670
+ "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
187671
+ "name": "onAction",
187672
187672
  "parent": {
187673
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187674
- "name": "ListBoxProps"
187673
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187674
+ "name": "AriaListBoxProps"
187675
187675
  },
187676
187676
  "declarations": [
187677
187677
  {
187678
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187679
- "name": "ListBoxProps"
187678
+ "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187679
+ "name": "AriaListBoxProps"
187680
187680
  }
187681
187681
  ],
187682
187682
  "required": false,
187683
187683
  "type": {
187684
- "name": "((props: ListBoxRenderProps) => ReactNode)"
187684
+ "name": "((key: Key) => void)"
187685
187685
  }
187686
187686
  },
187687
- "onAction": {
187687
+ "renderEmptyState": {
187688
187688
  "defaultValue": null,
187689
- "description": "Handler that is called when a user performs an action on an item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
187690
- "name": "onAction",
187689
+ "description": "Provides content to display when there are no items in the list.",
187690
+ "name": "renderEmptyState",
187691
187691
  "parent": {
187692
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187693
- "name": "AriaListBoxProps"
187692
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187693
+ "name": "ListBoxProps"
187694
187694
  },
187695
187695
  "declarations": [
187696
187696
  {
187697
- "fileName": "flow/node_modules/.pnpm/@react-types+listbox@3.7.4_react@19.2.1/node_modules/@react-types/listbox/src/index.d.ts",
187698
- "name": "AriaListBoxProps"
187697
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
187698
+ "name": "ListBoxProps"
187699
187699
  }
187700
187700
  ],
187701
187701
  "required": false,
187702
187702
  "type": {
187703
- "name": "((key: Key) => void)"
187703
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
187704
187704
  }
187705
187705
  },
187706
187706
  "shouldFocusOnHover": {
@@ -188980,7 +188980,7 @@
188980
188980
  ],
188981
188981
  "required": false,
188982
188982
  "type": {
188983
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
188983
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
188984
188984
  }
188985
188985
  },
188986
188986
  "aria-braillelabel": {
@@ -189170,7 +189170,7 @@
189170
189170
  ],
189171
189171
  "required": false,
189172
189172
  "type": {
189173
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
189173
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
189174
189174
  }
189175
189175
  },
189176
189176
  "aria-describedby": {
@@ -195263,7 +195263,7 @@
195263
195263
  ],
195264
195264
  "required": false,
195265
195265
  "type": {
195266
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
195266
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
195267
195267
  }
195268
195268
  },
195269
195269
  "aria-disabled": {
@@ -199772,42 +199772,42 @@
199772
199772
  "name": "\"all\" | Iterable<Key>"
199773
199773
  }
199774
199774
  },
199775
- "renderEmptyState": {
199775
+ "onAction": {
199776
199776
  "defaultValue": null,
199777
- "description": "Provides content to display when there are no items in the list.",
199778
- "name": "renderEmptyState",
199777
+ "description": "Handler that is called when an item is selected.",
199778
+ "name": "onAction",
199779
199779
  "parent": {
199780
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199781
- "name": "ListBoxProps"
199780
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199781
+ "name": "MenuProps"
199782
199782
  },
199783
199783
  "declarations": [
199784
199784
  {
199785
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199786
- "name": "ListBoxProps"
199785
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199786
+ "name": "MenuProps"
199787
199787
  }
199788
199788
  ],
199789
199789
  "required": false,
199790
199790
  "type": {
199791
- "name": "((props: ListBoxRenderProps) => ReactNode)"
199791
+ "name": "((key: Key) => void)"
199792
199792
  }
199793
199793
  },
199794
- "onAction": {
199794
+ "renderEmptyState": {
199795
199795
  "defaultValue": null,
199796
- "description": "Handler that is called when an item is selected.",
199797
- "name": "onAction",
199796
+ "description": "Provides content to display when there are no items in the list.",
199797
+ "name": "renderEmptyState",
199798
199798
  "parent": {
199799
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199800
- "name": "MenuProps"
199799
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199800
+ "name": "ListBoxProps"
199801
199801
  },
199802
199802
  "declarations": [
199803
199803
  {
199804
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.5_react@19.2.1/node_modules/@react-types/menu/src/index.d.ts",
199805
- "name": "MenuProps"
199804
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
199805
+ "name": "ListBoxProps"
199806
199806
  }
199807
199807
  ],
199808
199808
  "required": false,
199809
199809
  "type": {
199810
- "name": "((key: Key) => void)"
199810
+ "name": "((props: ListBoxRenderProps) => ReactNode)"
199811
199811
  }
199812
199812
  }
199813
199813
  }
@@ -200935,7 +200935,7 @@
200935
200935
  ],
200936
200936
  "required": false,
200937
200937
  "type": {
200938
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
200938
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
200939
200939
  }
200940
200940
  },
200941
200941
  "aria-braillelabel": {
@@ -201125,7 +201125,7 @@
201125
201125
  ],
201126
201126
  "required": false,
201127
201127
  "type": {
201128
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
201128
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
201129
201129
  }
201130
201130
  },
201131
201131
  "aria-describedby": {
@@ -208675,7 +208675,7 @@
208675
208675
  ],
208676
208676
  "required": false,
208677
208677
  "type": {
208678
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
208678
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
208679
208679
  }
208680
208680
  },
208681
208681
  "aria-braillelabel": {
@@ -208865,7 +208865,7 @@
208865
208865
  ],
208866
208866
  "required": false,
208867
208867
  "type": {
208868
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
208868
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
208869
208869
  }
208870
208870
  },
208871
208871
  "aria-describedby": {
@@ -212959,7 +212959,7 @@
212959
212959
  ],
212960
212960
  "required": false,
212961
212961
  "type": {
212962
- "name": "(string & {}) | \"info\" | \"success\" | \"warning\" | \"danger\" | \"violet\" | \"blue\" | \"teal\" | \"lilac\""
212962
+ "name": "FlowWithCustomColor"
212963
212963
  }
212964
212964
  },
212965
212965
  "children": {
@@ -220575,7 +220575,7 @@
220575
220575
  ],
220576
220576
  "required": false,
220577
220577
  "type": {
220578
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
220578
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
220579
220579
  }
220580
220580
  },
220581
220581
  "aria-expanded": {
@@ -226293,7 +226293,7 @@
226293
226293
  ],
226294
226294
  "required": false,
226295
226295
  "type": {
226296
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
226296
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
226297
226297
  }
226298
226298
  },
226299
226299
  "aria-haspopup": {
@@ -226882,7 +226882,7 @@
226882
226882
  ],
226883
226883
  "required": false,
226884
226884
  "type": {
226885
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
226885
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
226886
226886
  }
226887
226887
  },
226888
226888
  "aria-description": {
@@ -235237,7 +235237,7 @@
235237
235237
  ],
235238
235238
  "required": false,
235239
235239
  "type": {
235240
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
235240
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
235241
235241
  }
235242
235242
  },
235243
235243
  "aria-braillelabel": {
@@ -235427,7 +235427,7 @@
235427
235427
  ],
235428
235428
  "required": false,
235429
235429
  "type": {
235430
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
235430
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
235431
235431
  }
235432
235432
  },
235433
235433
  "aria-describedby": {
@@ -241155,7 +241155,7 @@
241155
241155
  ],
241156
241156
  "required": false,
241157
241157
  "type": {
241158
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
241158
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
241159
241159
  }
241160
241160
  },
241161
241161
  "aria-braillelabel": {
@@ -241345,7 +241345,7 @@
241345
241345
  ],
241346
241346
  "required": false,
241347
241347
  "type": {
241348
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
241348
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
241349
241349
  }
241350
241350
  },
241351
241351
  "aria-describedby": {
@@ -246463,7 +246463,7 @@
246463
246463
  ],
246464
246464
  "required": false,
246465
246465
  "type": {
246466
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
246466
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
246467
246467
  }
246468
246468
  },
246469
246469
  "aria-braillelabel": {
@@ -246653,7 +246653,7 @@
246653
246653
  ],
246654
246654
  "required": false,
246655
246655
  "type": {
246656
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
246656
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
246657
246657
  }
246658
246658
  },
246659
246659
  "aria-describedby": {
@@ -252348,7 +252348,7 @@
252348
252348
  ],
252349
252349
  "required": false,
252350
252350
  "type": {
252351
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
252351
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
252352
252352
  }
252353
252353
  },
252354
252354
  "aria-braillelabel": {
@@ -252538,7 +252538,7 @@
252538
252538
  ],
252539
252539
  "required": false,
252540
252540
  "type": {
252541
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
252541
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
252542
252542
  }
252543
252543
  },
252544
252544
  "aria-describedby": {
@@ -260421,7 +260421,7 @@
260421
260421
  ],
260422
260422
  "required": false,
260423
260423
  "type": {
260424
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
260424
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
260425
260425
  }
260426
260426
  },
260427
260427
  "aria-expanded": {
@@ -264049,7 +264049,7 @@
264049
264049
  ],
264050
264050
  "required": false,
264051
264051
  "type": {
264052
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
264052
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
264053
264053
  }
264054
264054
  },
264055
264055
  "aria-disabled": {
@@ -266321,7 +266321,7 @@
266321
266321
  ],
266322
266322
  "required": false,
266323
266323
  "type": {
266324
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
266324
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
266325
266325
  }
266326
266326
  },
266327
266327
  "aria-disabled": {
@@ -268418,7 +268418,7 @@
268418
268418
  ],
268419
268419
  "required": false,
268420
268420
  "type": {
268421
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
268421
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
268422
268422
  }
268423
268423
  },
268424
268424
  "aria-haspopup": {
@@ -269691,7 +269691,7 @@
269691
269691
  ],
269692
269692
  "required": false,
269693
269693
  "type": {
269694
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
269694
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
269695
269695
  }
269696
269696
  },
269697
269697
  "aria-description": {
@@ -274660,7 +274660,7 @@
274660
274660
  ],
274661
274661
  "required": false,
274662
274662
  "type": {
274663
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
274663
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
274664
274664
  }
274665
274665
  },
274666
274666
  "aria-haspopup": {
@@ -275933,7 +275933,7 @@
275933
275933
  ],
275934
275934
  "required": false,
275935
275935
  "type": {
275936
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
275936
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
275937
275937
  }
275938
275938
  },
275939
275939
  "aria-description": {
@@ -297288,212 +297288,6 @@
297288
297288
  }
297289
297289
  }
297290
297290
  },
297291
- {
297292
- "tags": {
297293
- "flr-generate": "all"
297294
- },
297295
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297296
- "description": "",
297297
- "displayName": "PopoverContent",
297298
- "methods": [],
297299
- "props": {
297300
- "withTip": {
297301
- "defaultValue": null,
297302
- "description": "",
297303
- "name": "withTip",
297304
- "parent": {
297305
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297306
- "name": "PopoverContentProps"
297307
- },
297308
- "declarations": [
297309
- {
297310
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297311
- "name": "PopoverContentProps"
297312
- }
297313
- ],
297314
- "required": false,
297315
- "type": {
297316
- "name": "boolean"
297317
- }
297318
- },
297319
- "isDialogContent": {
297320
- "defaultValue": null,
297321
- "description": "",
297322
- "name": "isDialogContent",
297323
- "parent": {
297324
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297325
- "name": "PopoverContentProps"
297326
- },
297327
- "declarations": [
297328
- {
297329
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297330
- "name": "PopoverContentProps"
297331
- }
297332
- ],
297333
- "required": false,
297334
- "type": {
297335
- "name": "boolean"
297336
- }
297337
- },
297338
- "isOpen": {
297339
- "defaultValue": null,
297340
- "description": "",
297341
- "name": "isOpen",
297342
- "parent": {
297343
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297344
- "name": "PopoverContentProps"
297345
- },
297346
- "declarations": [
297347
- {
297348
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297349
- "name": "PopoverContentProps"
297350
- }
297351
- ],
297352
- "required": false,
297353
- "type": {
297354
- "name": "boolean"
297355
- }
297356
- },
297357
- "width": {
297358
- "defaultValue": null,
297359
- "description": "",
297360
- "name": "width",
297361
- "parent": {
297362
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297363
- "name": "PopoverContentProps"
297364
- },
297365
- "declarations": [
297366
- {
297367
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297368
- "name": "PopoverContentProps"
297369
- }
297370
- ],
297371
- "required": false,
297372
- "type": {
297373
- "name": "string | number"
297374
- }
297375
- },
297376
- "onOpenChange": {
297377
- "defaultValue": null,
297378
- "description": "",
297379
- "name": "onOpenChange",
297380
- "parent": {
297381
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297382
- "name": "PopoverContentProps"
297383
- },
297384
- "declarations": [
297385
- {
297386
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297387
- "name": "PopoverContentProps"
297388
- }
297389
- ],
297390
- "required": true,
297391
- "type": {
297392
- "name": "(isOpen: boolean) => void"
297393
- }
297394
- },
297395
- "ref": {
297396
- "defaultValue": null,
297397
- "description": "",
297398
- "name": "ref",
297399
- "parent": {
297400
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297401
- "name": "PopoverContentProps"
297402
- },
297403
- "declarations": [
297404
- {
297405
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297406
- "name": "PopoverContentProps"
297407
- }
297408
- ],
297409
- "required": false,
297410
- "type": {
297411
- "name": "Ref<HTMLElement>"
297412
- }
297413
- },
297414
- "triggerRef": {
297415
- "defaultValue": null,
297416
- "description": "",
297417
- "name": "triggerRef",
297418
- "parent": {
297419
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297420
- "name": "PopoverContentProps"
297421
- },
297422
- "declarations": [
297423
- {
297424
- "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297425
- "name": "PopoverContentProps"
297426
- }
297427
- ],
297428
- "required": false,
297429
- "type": {
297430
- "name": "RefObject<Element | null>"
297431
- }
297432
- },
297433
- "children": {
297434
- "defaultValue": null,
297435
- "description": "",
297436
- "name": "children",
297437
- "declarations": [
297438
- {
297439
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297440
- "name": "TypeLiteral"
297441
- }
297442
- ],
297443
- "required": false,
297444
- "type": {
297445
- "name": "ReactNode"
297446
- }
297447
- },
297448
- "className": {
297449
- "defaultValue": null,
297450
- "description": "The elements class name.",
297451
- "name": "className",
297452
- "parent": {
297453
- "fileName": "components/src/lib/types/props.ts",
297454
- "name": "PropsWithClassName"
297455
- },
297456
- "declarations": [
297457
- {
297458
- "fileName": "components/src/lib/types/props.ts",
297459
- "name": "PropsWithClassName"
297460
- }
297461
- ],
297462
- "required": false,
297463
- "type": {
297464
- "name": "string"
297465
- }
297466
- }
297467
- }
297468
- },
297469
- {
297470
- "tags": {},
297471
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
297472
- "description": "",
297473
- "displayName": "PopoverTip",
297474
- "methods": [],
297475
- "props": {
297476
- "className": {
297477
- "defaultValue": null,
297478
- "description": "The elements class name.",
297479
- "name": "className",
297480
- "parent": {
297481
- "fileName": "components/src/lib/types/props.ts",
297482
- "name": "PropsWithClassName"
297483
- },
297484
- "declarations": [
297485
- {
297486
- "fileName": "components/src/lib/types/props.ts",
297487
- "name": "PropsWithClassName"
297488
- }
297489
- ],
297490
- "required": false,
297491
- "type": {
297492
- "name": "string"
297493
- }
297494
- }
297495
- }
297496
- },
297497
297291
  {
297498
297292
  "tags": {},
297499
297293
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverTrigger/PopoverTrigger.tsx",
@@ -297632,6 +297426,212 @@
297632
297426
  }
297633
297427
  }
297634
297428
  },
297429
+ {
297430
+ "tags": {},
297431
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
297432
+ "description": "",
297433
+ "displayName": "PopoverTip",
297434
+ "methods": [],
297435
+ "props": {
297436
+ "className": {
297437
+ "defaultValue": null,
297438
+ "description": "The elements class name.",
297439
+ "name": "className",
297440
+ "parent": {
297441
+ "fileName": "components/src/lib/types/props.ts",
297442
+ "name": "PropsWithClassName"
297443
+ },
297444
+ "declarations": [
297445
+ {
297446
+ "fileName": "components/src/lib/types/props.ts",
297447
+ "name": "PropsWithClassName"
297448
+ }
297449
+ ],
297450
+ "required": false,
297451
+ "type": {
297452
+ "name": "string"
297453
+ }
297454
+ }
297455
+ }
297456
+ },
297457
+ {
297458
+ "tags": {
297459
+ "flr-generate": "all"
297460
+ },
297461
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297462
+ "description": "",
297463
+ "displayName": "PopoverContent",
297464
+ "methods": [],
297465
+ "props": {
297466
+ "withTip": {
297467
+ "defaultValue": null,
297468
+ "description": "",
297469
+ "name": "withTip",
297470
+ "parent": {
297471
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297472
+ "name": "PopoverContentProps"
297473
+ },
297474
+ "declarations": [
297475
+ {
297476
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297477
+ "name": "PopoverContentProps"
297478
+ }
297479
+ ],
297480
+ "required": false,
297481
+ "type": {
297482
+ "name": "boolean"
297483
+ }
297484
+ },
297485
+ "isDialogContent": {
297486
+ "defaultValue": null,
297487
+ "description": "",
297488
+ "name": "isDialogContent",
297489
+ "parent": {
297490
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297491
+ "name": "PopoverContentProps"
297492
+ },
297493
+ "declarations": [
297494
+ {
297495
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297496
+ "name": "PopoverContentProps"
297497
+ }
297498
+ ],
297499
+ "required": false,
297500
+ "type": {
297501
+ "name": "boolean"
297502
+ }
297503
+ },
297504
+ "isOpen": {
297505
+ "defaultValue": null,
297506
+ "description": "",
297507
+ "name": "isOpen",
297508
+ "parent": {
297509
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297510
+ "name": "PopoverContentProps"
297511
+ },
297512
+ "declarations": [
297513
+ {
297514
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297515
+ "name": "PopoverContentProps"
297516
+ }
297517
+ ],
297518
+ "required": false,
297519
+ "type": {
297520
+ "name": "boolean"
297521
+ }
297522
+ },
297523
+ "width": {
297524
+ "defaultValue": null,
297525
+ "description": "",
297526
+ "name": "width",
297527
+ "parent": {
297528
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297529
+ "name": "PopoverContentProps"
297530
+ },
297531
+ "declarations": [
297532
+ {
297533
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297534
+ "name": "PopoverContentProps"
297535
+ }
297536
+ ],
297537
+ "required": false,
297538
+ "type": {
297539
+ "name": "string | number"
297540
+ }
297541
+ },
297542
+ "onOpenChange": {
297543
+ "defaultValue": null,
297544
+ "description": "",
297545
+ "name": "onOpenChange",
297546
+ "parent": {
297547
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297548
+ "name": "PopoverContentProps"
297549
+ },
297550
+ "declarations": [
297551
+ {
297552
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297553
+ "name": "PopoverContentProps"
297554
+ }
297555
+ ],
297556
+ "required": true,
297557
+ "type": {
297558
+ "name": "(isOpen: boolean) => void"
297559
+ }
297560
+ },
297561
+ "ref": {
297562
+ "defaultValue": null,
297563
+ "description": "",
297564
+ "name": "ref",
297565
+ "parent": {
297566
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297567
+ "name": "PopoverContentProps"
297568
+ },
297569
+ "declarations": [
297570
+ {
297571
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297572
+ "name": "PopoverContentProps"
297573
+ }
297574
+ ],
297575
+ "required": false,
297576
+ "type": {
297577
+ "name": "Ref<HTMLElement>"
297578
+ }
297579
+ },
297580
+ "triggerRef": {
297581
+ "defaultValue": null,
297582
+ "description": "",
297583
+ "name": "triggerRef",
297584
+ "parent": {
297585
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297586
+ "name": "PopoverContentProps"
297587
+ },
297588
+ "declarations": [
297589
+ {
297590
+ "fileName": "components/src/components/Popover/components/PopoverContent/PopoverContent.tsx",
297591
+ "name": "PopoverContentProps"
297592
+ }
297593
+ ],
297594
+ "required": false,
297595
+ "type": {
297596
+ "name": "RefObject<Element | null>"
297597
+ }
297598
+ },
297599
+ "children": {
297600
+ "defaultValue": null,
297601
+ "description": "",
297602
+ "name": "children",
297603
+ "declarations": [
297604
+ {
297605
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
297606
+ "name": "TypeLiteral"
297607
+ }
297608
+ ],
297609
+ "required": false,
297610
+ "type": {
297611
+ "name": "ReactNode"
297612
+ }
297613
+ },
297614
+ "className": {
297615
+ "defaultValue": null,
297616
+ "description": "The elements class name.",
297617
+ "name": "className",
297618
+ "parent": {
297619
+ "fileName": "components/src/lib/types/props.ts",
297620
+ "name": "PropsWithClassName"
297621
+ },
297622
+ "declarations": [
297623
+ {
297624
+ "fileName": "components/src/lib/types/props.ts",
297625
+ "name": "PropsWithClassName"
297626
+ }
297627
+ ],
297628
+ "required": false,
297629
+ "type": {
297630
+ "name": "string"
297631
+ }
297632
+ }
297633
+ }
297634
+ },
297635
297635
  {
297636
297636
  "tags": {
297637
297637
  "internal": ""
@@ -299425,7 +299425,7 @@
299425
299425
  ],
299426
299426
  "required": false,
299427
299427
  "type": {
299428
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
299428
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
299429
299429
  }
299430
299430
  },
299431
299431
  "aria-braillelabel": {
@@ -299615,7 +299615,7 @@
299615
299615
  ],
299616
299616
  "required": false,
299617
299617
  "type": {
299618
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
299618
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
299619
299619
  }
299620
299620
  },
299621
299621
  "aria-describedby": {
@@ -306537,77 +306537,6 @@
306537
306537
  }
306538
306538
  }
306539
306539
  },
306540
- {
306541
- "tags": {},
306542
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306543
- "description": "",
306544
- "displayName": "LegendItem",
306545
- "methods": [],
306546
- "props": {
306547
- "color": {
306548
- "defaultValue": null,
306549
- "description": "",
306550
- "name": "color",
306551
- "parent": {
306552
- "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306553
- "name": "LegendItemProps"
306554
- },
306555
- "declarations": [
306556
- {
306557
- "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306558
- "name": "LegendItemProps"
306559
- }
306560
- ],
306561
- "required": false,
306562
- "type": {
306563
- "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
306564
- }
306565
- },
306566
- "children": {
306567
- "defaultValue": null,
306568
- "description": "",
306569
- "name": "children",
306570
- "declarations": [
306571
- {
306572
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
306573
- "name": "TypeLiteral"
306574
- }
306575
- ],
306576
- "required": false,
306577
- "type": {
306578
- "name": "ReactNode"
306579
- }
306580
- }
306581
- }
306582
- },
306583
- {
306584
- "tags": {},
306585
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306586
- "description": "",
306587
- "displayName": "FileSizeText",
306588
- "methods": [],
306589
- "props": {
306590
- "sizeInBytes": {
306591
- "defaultValue": null,
306592
- "description": "",
306593
- "name": "sizeInBytes",
306594
- "parent": {
306595
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306596
- "name": "Props"
306597
- },
306598
- "declarations": [
306599
- {
306600
- "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306601
- "name": "Props"
306602
- }
306603
- ],
306604
- "required": true,
306605
- "type": {
306606
- "name": "number"
306607
- }
306608
- }
306609
- }
306610
- },
306611
306540
  {
306612
306541
  "tags": {},
306613
306542
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
@@ -306748,66 +306677,71 @@
306748
306677
  },
306749
306678
  {
306750
306679
  "tags": {},
306751
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
306680
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306752
306681
  "description": "",
306753
- "displayName": "Avatar",
306682
+ "displayName": "LegendItem",
306754
306683
  "methods": [],
306755
306684
  "props": {
306756
- "type": {
306685
+ "color": {
306757
306686
  "defaultValue": null,
306758
306687
  "description": "",
306759
- "name": "type",
306688
+ "name": "color",
306760
306689
  "parent": {
306761
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306762
- "name": "Props"
306690
+ "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306691
+ "name": "LegendItemProps"
306763
306692
  },
306764
306693
  "declarations": [
306765
306694
  {
306766
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306767
- "name": "Props"
306695
+ "fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
306696
+ "name": "LegendItemProps"
306768
306697
  }
306769
306698
  ],
306770
306699
  "required": false,
306771
306700
  "type": {
306772
- "name": "string"
306701
+ "name": "CategoricalWithCustomColor"
306773
306702
  }
306774
306703
  },
306775
- "imageSrc": {
306704
+ "children": {
306776
306705
  "defaultValue": null,
306777
306706
  "description": "",
306778
- "name": "imageSrc",
306779
- "parent": {
306780
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306781
- "name": "Props"
306782
- },
306707
+ "name": "children",
306783
306708
  "declarations": [
306784
306709
  {
306785
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306786
- "name": "Props"
306710
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
306711
+ "name": "TypeLiteral"
306787
306712
  }
306788
306713
  ],
306789
306714
  "required": false,
306790
306715
  "type": {
306791
- "name": "string"
306716
+ "name": "ReactNode"
306792
306717
  }
306793
- },
306794
- "isFailed": {
306718
+ }
306719
+ }
306720
+ },
306721
+ {
306722
+ "tags": {},
306723
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306724
+ "description": "",
306725
+ "displayName": "FileSizeText",
306726
+ "methods": [],
306727
+ "props": {
306728
+ "sizeInBytes": {
306795
306729
  "defaultValue": null,
306796
306730
  "description": "",
306797
- "name": "isFailed",
306731
+ "name": "sizeInBytes",
306798
306732
  "parent": {
306799
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306733
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306800
306734
  "name": "Props"
306801
306735
  },
306802
306736
  "declarations": [
306803
306737
  {
306804
- "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306738
+ "fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
306805
306739
  "name": "Props"
306806
306740
  }
306807
306741
  ],
306808
- "required": false,
306742
+ "required": true,
306809
306743
  "type": {
306810
- "name": "boolean"
306744
+ "name": "number"
306811
306745
  }
306812
306746
  }
306813
306747
  }
@@ -306840,6 +306774,72 @@
306840
306774
  }
306841
306775
  }
306842
306776
  },
306777
+ {
306778
+ "tags": {},
306779
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
306780
+ "description": "",
306781
+ "displayName": "Avatar",
306782
+ "methods": [],
306783
+ "props": {
306784
+ "type": {
306785
+ "defaultValue": null,
306786
+ "description": "",
306787
+ "name": "type",
306788
+ "parent": {
306789
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306790
+ "name": "Props"
306791
+ },
306792
+ "declarations": [
306793
+ {
306794
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306795
+ "name": "Props"
306796
+ }
306797
+ ],
306798
+ "required": false,
306799
+ "type": {
306800
+ "name": "string"
306801
+ }
306802
+ },
306803
+ "imageSrc": {
306804
+ "defaultValue": null,
306805
+ "description": "",
306806
+ "name": "imageSrc",
306807
+ "parent": {
306808
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306809
+ "name": "Props"
306810
+ },
306811
+ "declarations": [
306812
+ {
306813
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306814
+ "name": "Props"
306815
+ }
306816
+ ],
306817
+ "required": false,
306818
+ "type": {
306819
+ "name": "string"
306820
+ }
306821
+ },
306822
+ "isFailed": {
306823
+ "defaultValue": null,
306824
+ "description": "",
306825
+ "name": "isFailed",
306826
+ "parent": {
306827
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306828
+ "name": "Props"
306829
+ },
306830
+ "declarations": [
306831
+ {
306832
+ "fileName": "components/src/components/FileCard/components/Avatar/Avatar.tsx",
306833
+ "name": "Props"
306834
+ }
306835
+ ],
306836
+ "required": false,
306837
+ "type": {
306838
+ "name": "boolean"
306839
+ }
306840
+ }
306841
+ }
306842
+ },
306843
306843
  {
306844
306844
  "tags": {},
306845
306845
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -309692,7 +309692,7 @@
309692
309692
  ],
309693
309693
  "required": false,
309694
309694
  "type": {
309695
- "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
309695
+ "name": "CategoricalWithCustomColor"
309696
309696
  }
309697
309697
  },
309698
309698
  "className": {
@@ -311426,7 +311426,7 @@
311426
311426
  ],
311427
311427
  "required": false,
311428
311428
  "type": {
311429
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
311429
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
311430
311430
  }
311431
311431
  },
311432
311432
  "aria-haspopup": {
@@ -311998,7 +311998,7 @@
311998
311998
  ],
311999
311999
  "required": false,
312000
312000
  "type": {
312001
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
312001
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
312002
312002
  }
312003
312003
  },
312004
312004
  "aria-description": {
@@ -319045,7 +319045,7 @@
319045
319045
  ],
319046
319046
  "required": false,
319047
319047
  "type": {
319048
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
319048
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
319049
319049
  }
319050
319050
  },
319051
319051
  "aria-braillelabel": {
@@ -319235,7 +319235,7 @@
319235
319235
  ],
319236
319236
  "required": false,
319237
319237
  "type": {
319238
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
319238
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
319239
319239
  }
319240
319240
  },
319241
319241
  "aria-describedby": {
@@ -328292,7 +328292,7 @@
328292
328292
  ],
328293
328293
  "required": false,
328294
328294
  "type": {
328295
- "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
328295
+ "name": "CategoricalWithCustomColor"
328296
328296
  }
328297
328297
  },
328298
328298
  "className": {
@@ -332652,6 +332652,14 @@
332652
332652
  }
332653
332653
  }
332654
332654
  },
332655
+ {
332656
+ "tags": {},
332657
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
332658
+ "description": "",
332659
+ "displayName": "ActiveFilters",
332660
+ "methods": [],
332661
+ "props": {}
332662
+ },
332655
332663
  {
332656
332664
  "tags": {},
332657
332665
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
@@ -332724,14 +332732,6 @@
332724
332732
  "methods": [],
332725
332733
  "props": {}
332726
332734
  },
332727
- {
332728
- "tags": {},
332729
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
332730
- "description": "",
332731
- "displayName": "ActiveFilters",
332732
- "methods": [],
332733
- "props": {}
332734
- },
332735
332735
  {
332736
332736
  "tags": {},
332737
332737
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
@@ -333447,7 +333447,7 @@
333447
333447
  ],
333448
333448
  "required": false,
333449
333449
  "type": {
333450
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
333450
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
333451
333451
  }
333452
333452
  },
333453
333453
  "aria-expanded": {
@@ -336853,7 +336853,7 @@
336853
336853
  ],
336854
336854
  "required": false,
336855
336855
  "type": {
336856
- "name": "\"list\" | \"none\" | \"inline\" | \"both\""
336856
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
336857
336857
  }
336858
336858
  },
336859
336859
  "aria-haspopup": {
@@ -338088,7 +338088,7 @@
338088
338088
  ],
338089
338089
  "required": false,
338090
338090
  "type": {
338091
- "name": "boolean | \"step\" | \"false\" | \"true\" | \"page\" | \"location\" | \"date\" | \"time\""
338091
+ "name": "boolean | \"false\" | \"true\" | \"step\" | \"page\" | \"location\" | \"date\" | \"time\""
338092
338092
  }
338093
338093
  },
338094
338094
  "aria-description": {
@@ -340559,6 +340559,49 @@
340559
340559
  }
340560
340560
  }
340561
340561
  },
340562
+ {
340563
+ "tags": {},
340564
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340565
+ "description": "",
340566
+ "displayName": "useGridItemProps",
340567
+ "methods": [],
340568
+ "props": {
340569
+ "data": {
340570
+ "defaultValue": null,
340571
+ "description": "",
340572
+ "name": "data",
340573
+ "parent": {
340574
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340575
+ "name": "P"
340576
+ },
340577
+ "declarations": [
340578
+ {
340579
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340580
+ "name": "P"
340581
+ }
340582
+ ],
340583
+ "required": true,
340584
+ "type": {
340585
+ "name": "never"
340586
+ }
340587
+ },
340588
+ "children": {
340589
+ "defaultValue": null,
340590
+ "description": "",
340591
+ "name": "children",
340592
+ "declarations": [
340593
+ {
340594
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
340595
+ "name": "TypeLiteral"
340596
+ }
340597
+ ],
340598
+ "required": false,
340599
+ "type": {
340600
+ "name": "ReactNode"
340601
+ }
340602
+ }
340603
+ }
340604
+ },
340562
340605
  {
340563
340606
  "tags": {},
340564
340607
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
@@ -340642,30 +340685,11 @@
340642
340685
  },
340643
340686
  {
340644
340687
  "tags": {},
340645
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340688
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
340646
340689
  "description": "",
340647
- "displayName": "useGridItemProps",
340690
+ "displayName": "OptionsButton",
340648
340691
  "methods": [],
340649
340692
  "props": {
340650
- "data": {
340651
- "defaultValue": null,
340652
- "description": "",
340653
- "name": "data",
340654
- "parent": {
340655
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340656
- "name": "P"
340657
- },
340658
- "declarations": [
340659
- {
340660
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
340661
- "name": "P"
340662
- }
340663
- ],
340664
- "required": true,
340665
- "type": {
340666
- "name": "never"
340667
- }
340668
- },
340669
340693
  "children": {
340670
340694
  "defaultValue": null,
340671
340695
  "description": "",
@@ -340680,40 +340704,31 @@
340680
340704
  "type": {
340681
340705
  "name": "ReactNode"
340682
340706
  }
340683
- }
340684
- }
340685
- },
340686
- {
340687
- "tags": {},
340688
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340689
- "description": "",
340690
- "displayName": "ListItemSkeletonView",
340691
- "methods": [],
340692
- "props": {
340693
- "viewMode": {
340707
+ },
340708
+ "className": {
340694
340709
  "defaultValue": null,
340695
- "description": "",
340696
- "name": "viewMode",
340710
+ "description": "The elements class name.",
340711
+ "name": "className",
340697
340712
  "parent": {
340698
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340699
- "name": "ListItemSkeletonViewProps"
340713
+ "fileName": "components/src/lib/types/props.ts",
340714
+ "name": "PropsWithClassName"
340700
340715
  },
340701
340716
  "declarations": [
340702
340717
  {
340703
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340704
- "name": "ListItemSkeletonViewProps"
340718
+ "fileName": "components/src/lib/types/props.ts",
340719
+ "name": "PropsWithClassName"
340705
340720
  }
340706
340721
  ],
340707
- "required": true,
340722
+ "required": false,
340708
340723
  "type": {
340709
- "name": "ListViewMode"
340724
+ "name": "string"
340710
340725
  }
340711
340726
  }
340712
340727
  }
340713
340728
  },
340714
340729
  {
340715
340730
  "tags": {},
340716
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
340731
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.tsx",
340717
340732
  "description": "",
340718
340733
  "displayName": "OptionsButton",
340719
340734
  "methods": [],
@@ -340756,43 +340771,28 @@
340756
340771
  },
340757
340772
  {
340758
340773
  "tags": {},
340759
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.tsx",
340774
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340760
340775
  "description": "",
340761
- "displayName": "OptionsButton",
340776
+ "displayName": "ListItemSkeletonView",
340762
340777
  "methods": [],
340763
340778
  "props": {
340764
- "children": {
340779
+ "viewMode": {
340765
340780
  "defaultValue": null,
340766
340781
  "description": "",
340767
- "name": "children",
340768
- "declarations": [
340769
- {
340770
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
340771
- "name": "TypeLiteral"
340772
- }
340773
- ],
340774
- "required": false,
340775
- "type": {
340776
- "name": "ReactNode"
340777
- }
340778
- },
340779
- "className": {
340780
- "defaultValue": null,
340781
- "description": "The elements class name.",
340782
- "name": "className",
340782
+ "name": "viewMode",
340783
340783
  "parent": {
340784
- "fileName": "components/src/lib/types/props.ts",
340785
- "name": "PropsWithClassName"
340784
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340785
+ "name": "ListItemSkeletonViewProps"
340786
340786
  },
340787
340787
  "declarations": [
340788
340788
  {
340789
- "fileName": "components/src/lib/types/props.ts",
340790
- "name": "PropsWithClassName"
340789
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
340790
+ "name": "ListItemSkeletonViewProps"
340791
340791
  }
340792
340792
  ],
340793
- "required": false,
340793
+ "required": true,
340794
340794
  "type": {
340795
- "name": "string"
340795
+ "name": "ListViewMode"
340796
340796
  }
340797
340797
  }
340798
340798
  }