@mittwald/flow-react-components 0.2.0-alpha.273 → 0.2.0-alpha.275

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 (46) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +1152 -447
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/src/components/DonutChart/DonutChart.mjs +73 -0
  5. package/dist/js/components/src/components/DonutChart/DonutChart.mjs.map +1 -0
  6. package/dist/js/components/src/components/DonutChart/DonutChart.module.scss.mjs +38 -0
  7. package/dist/js/components/src/components/DonutChart/DonutChart.module.scss.mjs.map +1 -0
  8. package/dist/js/components/src/components/DonutChart/components/Donut.mjs +68 -0
  9. package/dist/js/components/src/components/DonutChart/components/Donut.mjs.map +1 -0
  10. package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs +46 -0
  11. package/dist/js/components/src/components/DonutChart/components/DonutChartFill.mjs.map +1 -0
  12. package/dist/js/components/src/components/DonutChart/components/DonutChartLegend.mjs +30 -0
  13. package/dist/js/components/src/components/DonutChart/components/DonutChartLegend.mjs.map +1 -0
  14. package/dist/js/components/src/components/DonutChart/components/DonutChartValue.mjs +19 -0
  15. package/dist/js/components/src/components/DonutChart/components/DonutChartValue.mjs.map +1 -0
  16. package/dist/js/components/src/components/List/model/sorting/Sorting.mjs +6 -2
  17. package/dist/js/components/src/components/List/model/sorting/Sorting.mjs.map +1 -1
  18. package/dist/js/components/src/components/ProgressBar/ProgressBar.mjs +3 -3
  19. package/dist/js/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
  20. package/dist/js/default.mjs +1 -0
  21. package/dist/js/default.mjs.map +1 -1
  22. package/dist/types/components/DonutChart/DonutChart.d.ts +27 -0
  23. package/dist/types/components/DonutChart/DonutChart.d.ts.map +1 -0
  24. package/dist/types/components/DonutChart/components/Donut.d.ts +8 -0
  25. package/dist/types/components/DonutChart/components/Donut.d.ts.map +1 -0
  26. package/dist/types/components/DonutChart/components/DonutChartFill.d.ts +11 -0
  27. package/dist/types/components/DonutChart/components/DonutChartFill.d.ts.map +1 -0
  28. package/dist/types/components/DonutChart/components/DonutChartLegend.d.ts +6 -0
  29. package/dist/types/components/DonutChart/components/DonutChartLegend.d.ts.map +1 -0
  30. package/dist/types/components/DonutChart/components/DonutChartValue.d.ts +8 -0
  31. package/dist/types/components/DonutChart/components/DonutChartValue.d.ts.map +1 -0
  32. package/dist/types/components/DonutChart/index.d.ts +3 -0
  33. package/dist/types/components/DonutChart/index.d.ts.map +1 -0
  34. package/dist/types/components/DonutChart/stories/Default.stories.d.ts +11 -0
  35. package/dist/types/components/DonutChart/stories/Default.stories.d.ts.map +1 -0
  36. package/dist/types/components/DonutChart/stories/EdgeCases.stories.d.ts +8 -0
  37. package/dist/types/components/DonutChart/stories/EdgeCases.stories.d.ts.map +1 -0
  38. package/dist/types/components/DonutChart/view.d.ts +8 -0
  39. package/dist/types/components/DonutChart/view.d.ts.map +1 -0
  40. package/dist/types/components/List/model/sorting/Sorting.d.ts.map +1 -1
  41. package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  42. package/dist/types/components/public.d.ts +1 -0
  43. package/dist/types/components/public.d.ts.map +1 -1
  44. package/dist/types/views/DonutChartView.d.ts +5 -0
  45. package/dist/types/views/DonutChartView.d.ts.map +1 -0
  46. package/package.json +4 -4
@@ -32953,6 +32953,182 @@
32953
32953
  }
32954
32954
  }
32955
32955
  },
32956
+ {
32957
+ "tags": {},
32958
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
32959
+ "description": "",
32960
+ "displayName": "OverlayTrigger",
32961
+ "methods": [],
32962
+ "props": {
32963
+ "overlayType": {
32964
+ "defaultValue": null,
32965
+ "description": "",
32966
+ "name": "overlayType",
32967
+ "parent": {
32968
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
32969
+ "name": "Props"
32970
+ },
32971
+ "declarations": [
32972
+ {
32973
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
32974
+ "name": "Props"
32975
+ }
32976
+ ],
32977
+ "required": true,
32978
+ "type": {
32979
+ "name": "keyof FlowComponentPropsTypes"
32980
+ }
32981
+ },
32982
+ "component": {
32983
+ "defaultValue": null,
32984
+ "description": "",
32985
+ "name": "component",
32986
+ "parent": {
32987
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
32988
+ "name": "Props"
32989
+ },
32990
+ "declarations": [
32991
+ {
32992
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
32993
+ "name": "Props"
32994
+ }
32995
+ ],
32996
+ "required": true,
32997
+ "type": {
32998
+ "name": "AriaComponentType"
32999
+ }
33000
+ },
33001
+ "isDefaultOpen": {
33002
+ "defaultValue": null,
33003
+ "description": "Whether the overlay should be open initially.",
33004
+ "name": "isDefaultOpen",
33005
+ "parent": {
33006
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
33007
+ "name": "OverlayTriggerProps"
33008
+ },
33009
+ "declarations": [
33010
+ {
33011
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
33012
+ "name": "OverlayTriggerProps"
33013
+ }
33014
+ ],
33015
+ "required": false,
33016
+ "type": {
33017
+ "name": "boolean"
33018
+ }
33019
+ },
33020
+ "controller": {
33021
+ "defaultValue": null,
33022
+ "description": "A controller to control the state of the overlay.",
33023
+ "name": "controller",
33024
+ "parent": {
33025
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
33026
+ "name": "OverlayTriggerProps"
33027
+ },
33028
+ "declarations": [
33029
+ {
33030
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
33031
+ "name": "OverlayTriggerProps"
33032
+ }
33033
+ ],
33034
+ "required": false,
33035
+ "type": {
33036
+ "name": "OverlayController"
33037
+ }
33038
+ },
33039
+ "wrapWith": {
33040
+ "defaultValue": null,
33041
+ "description": "",
33042
+ "name": "wrapWith",
33043
+ "parent": {
33044
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
33045
+ "name": "FlowComponentProps"
33046
+ },
33047
+ "declarations": [
33048
+ {
33049
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
33050
+ "name": "FlowComponentProps"
33051
+ }
33052
+ ],
33053
+ "required": false,
33054
+ "type": {
33055
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
33056
+ }
33057
+ },
33058
+ "tunnelId": {
33059
+ "defaultValue": null,
33060
+ "description": "@internal",
33061
+ "name": "tunnelId",
33062
+ "parent": {
33063
+ "fileName": "components/src/lib/types/props.ts",
33064
+ "name": "PropsWithTunnel"
33065
+ },
33066
+ "declarations": [
33067
+ {
33068
+ "fileName": "components/src/lib/types/props.ts",
33069
+ "name": "PropsWithTunnel"
33070
+ }
33071
+ ],
33072
+ "required": false,
33073
+ "type": {
33074
+ "name": "string | null"
33075
+ }
33076
+ },
33077
+ "ref": {
33078
+ "defaultValue": null,
33079
+ "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}",
33080
+ "name": "ref",
33081
+ "parent": {
33082
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
33083
+ "name": "RefAttributes"
33084
+ },
33085
+ "declarations": [
33086
+ {
33087
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
33088
+ "name": "RefAttributes"
33089
+ }
33090
+ ],
33091
+ "required": false,
33092
+ "type": {
33093
+ "name": "Ref<HTMLDivElement>"
33094
+ }
33095
+ },
33096
+ "key": {
33097
+ "defaultValue": null,
33098
+ "description": "",
33099
+ "name": "key",
33100
+ "parent": {
33101
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
33102
+ "name": "Attributes"
33103
+ },
33104
+ "declarations": [
33105
+ {
33106
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
33107
+ "name": "Attributes"
33108
+ }
33109
+ ],
33110
+ "required": false,
33111
+ "type": {
33112
+ "name": "Key | null"
33113
+ }
33114
+ },
33115
+ "children": {
33116
+ "defaultValue": null,
33117
+ "description": "",
33118
+ "name": "children",
33119
+ "declarations": [
33120
+ {
33121
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
33122
+ "name": "TypeLiteral"
33123
+ }
33124
+ ],
33125
+ "required": false,
33126
+ "type": {
33127
+ "name": "ReactNode"
33128
+ }
33129
+ }
33130
+ }
33131
+ },
32956
33132
  {
32957
33133
  "tags": {
32958
33134
  "flr-generate": "all",
@@ -34027,182 +34203,6 @@
34027
34203
  }
34028
34204
  }
34029
34205
  },
34030
- {
34031
- "tags": {},
34032
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34033
- "description": "",
34034
- "displayName": "OverlayTrigger",
34035
- "methods": [],
34036
- "props": {
34037
- "overlayType": {
34038
- "defaultValue": null,
34039
- "description": "",
34040
- "name": "overlayType",
34041
- "parent": {
34042
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34043
- "name": "Props"
34044
- },
34045
- "declarations": [
34046
- {
34047
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34048
- "name": "Props"
34049
- }
34050
- ],
34051
- "required": true,
34052
- "type": {
34053
- "name": "keyof FlowComponentPropsTypes"
34054
- }
34055
- },
34056
- "component": {
34057
- "defaultValue": null,
34058
- "description": "",
34059
- "name": "component",
34060
- "parent": {
34061
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34062
- "name": "Props"
34063
- },
34064
- "declarations": [
34065
- {
34066
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34067
- "name": "Props"
34068
- }
34069
- ],
34070
- "required": true,
34071
- "type": {
34072
- "name": "AriaComponentType"
34073
- }
34074
- },
34075
- "isDefaultOpen": {
34076
- "defaultValue": null,
34077
- "description": "Whether the overlay should be open initially.",
34078
- "name": "isDefaultOpen",
34079
- "parent": {
34080
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34081
- "name": "OverlayTriggerProps"
34082
- },
34083
- "declarations": [
34084
- {
34085
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34086
- "name": "OverlayTriggerProps"
34087
- }
34088
- ],
34089
- "required": false,
34090
- "type": {
34091
- "name": "boolean"
34092
- }
34093
- },
34094
- "controller": {
34095
- "defaultValue": null,
34096
- "description": "A controller to control the state of the overlay.",
34097
- "name": "controller",
34098
- "parent": {
34099
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34100
- "name": "OverlayTriggerProps"
34101
- },
34102
- "declarations": [
34103
- {
34104
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
34105
- "name": "OverlayTriggerProps"
34106
- }
34107
- ],
34108
- "required": false,
34109
- "type": {
34110
- "name": "OverlayController"
34111
- }
34112
- },
34113
- "wrapWith": {
34114
- "defaultValue": null,
34115
- "description": "",
34116
- "name": "wrapWith",
34117
- "parent": {
34118
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
34119
- "name": "FlowComponentProps"
34120
- },
34121
- "declarations": [
34122
- {
34123
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
34124
- "name": "FlowComponentProps"
34125
- }
34126
- ],
34127
- "required": false,
34128
- "type": {
34129
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
34130
- }
34131
- },
34132
- "tunnelId": {
34133
- "defaultValue": null,
34134
- "description": "@internal",
34135
- "name": "tunnelId",
34136
- "parent": {
34137
- "fileName": "components/src/lib/types/props.ts",
34138
- "name": "PropsWithTunnel"
34139
- },
34140
- "declarations": [
34141
- {
34142
- "fileName": "components/src/lib/types/props.ts",
34143
- "name": "PropsWithTunnel"
34144
- }
34145
- ],
34146
- "required": false,
34147
- "type": {
34148
- "name": "string | null"
34149
- }
34150
- },
34151
- "ref": {
34152
- "defaultValue": null,
34153
- "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}",
34154
- "name": "ref",
34155
- "parent": {
34156
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
34157
- "name": "RefAttributes"
34158
- },
34159
- "declarations": [
34160
- {
34161
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
34162
- "name": "RefAttributes"
34163
- }
34164
- ],
34165
- "required": false,
34166
- "type": {
34167
- "name": "Ref<HTMLDivElement>"
34168
- }
34169
- },
34170
- "key": {
34171
- "defaultValue": null,
34172
- "description": "",
34173
- "name": "key",
34174
- "parent": {
34175
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
34176
- "name": "Attributes"
34177
- },
34178
- "declarations": [
34179
- {
34180
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
34181
- "name": "Attributes"
34182
- }
34183
- ],
34184
- "required": false,
34185
- "type": {
34186
- "name": "Key | null"
34187
- }
34188
- },
34189
- "children": {
34190
- "defaultValue": null,
34191
- "description": "",
34192
- "name": "children",
34193
- "declarations": [
34194
- {
34195
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
34196
- "name": "TypeLiteral"
34197
- }
34198
- ],
34199
- "required": false,
34200
- "type": {
34201
- "name": "ReactNode"
34202
- }
34203
- }
34204
- }
34205
- },
34206
34206
  {
34207
34207
  "tags": {},
34208
34208
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
@@ -145222,6 +145222,384 @@
145222
145222
  }
145223
145223
  }
145224
145224
  },
145225
+ {
145226
+ "tags": {
145227
+ "flr-generate": "all"
145228
+ },
145229
+ "filePath": "src/components/DonutChart/DonutChart.tsx",
145230
+ "description": "",
145231
+ "displayName": "DonutChart",
145232
+ "methods": [],
145233
+ "props": {
145234
+ "size": {
145235
+ "defaultValue": {
145236
+ "value": "\"m\""
145237
+ },
145238
+ "description": "The size variant of the donut chart.",
145239
+ "name": "size",
145240
+ "parent": {
145241
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145242
+ "name": "DonutChartProps"
145243
+ },
145244
+ "declarations": [
145245
+ {
145246
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145247
+ "name": "DonutChartProps"
145248
+ }
145249
+ ],
145250
+ "required": false,
145251
+ "type": {
145252
+ "name": "\"m\" | \"l\""
145253
+ }
145254
+ },
145255
+ "segments": {
145256
+ "defaultValue": null,
145257
+ "description": "Divides the fill of the donut chart into segments",
145258
+ "name": "segments",
145259
+ "parent": {
145260
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145261
+ "name": "DonutChartProps"
145262
+ },
145263
+ "declarations": [
145264
+ {
145265
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145266
+ "name": "DonutChartProps"
145267
+ }
145268
+ ],
145269
+ "required": false,
145270
+ "type": {
145271
+ "name": "DonutChartSegment[]"
145272
+ }
145273
+ },
145274
+ "showLegend": {
145275
+ "defaultValue": {
145276
+ "value": ":\ntrue"
145277
+ },
145278
+ "description": "Whether the legend component is shown when segments are used.",
145279
+ "name": "showLegend",
145280
+ "parent": {
145281
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145282
+ "name": "DonutChartProps"
145283
+ },
145284
+ "declarations": [
145285
+ {
145286
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145287
+ "name": "DonutChartProps"
145288
+ }
145289
+ ],
145290
+ "required": false,
145291
+ "type": {
145292
+ "name": "boolean"
145293
+ }
145294
+ },
145295
+ "legendPosition": {
145296
+ "defaultValue": {
145297
+ "value": "\"right\""
145298
+ },
145299
+ "description": "The position of the legend.",
145300
+ "name": "legendPosition",
145301
+ "parent": {
145302
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145303
+ "name": "DonutChartProps"
145304
+ },
145305
+ "declarations": [
145306
+ {
145307
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
145308
+ "name": "DonutChartProps"
145309
+ }
145310
+ ],
145311
+ "required": false,
145312
+ "type": {
145313
+ "name": "\"left\" | \"right\" | \"top\" | \"bottom\""
145314
+ }
145315
+ },
145316
+ "className": {
145317
+ "defaultValue": null,
145318
+ "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.",
145319
+ "name": "className",
145320
+ "parent": {
145321
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
145322
+ "name": "StyleRenderProps"
145323
+ },
145324
+ "declarations": [
145325
+ {
145326
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
145327
+ "name": "StyleRenderProps"
145328
+ }
145329
+ ],
145330
+ "required": false,
145331
+ "type": {
145332
+ "name": "string | ((values: ProgressBarRenderProps & { defaultClassName: string; }) => string)"
145333
+ }
145334
+ },
145335
+ "id": {
145336
+ "defaultValue": null,
145337
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
145338
+ "name": "id",
145339
+ "parent": {
145340
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145341
+ "name": "DOMProps"
145342
+ },
145343
+ "declarations": [
145344
+ {
145345
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145346
+ "name": "DOMProps"
145347
+ }
145348
+ ],
145349
+ "required": false,
145350
+ "type": {
145351
+ "name": "string"
145352
+ }
145353
+ },
145354
+ "style": {
145355
+ "defaultValue": null,
145356
+ "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.",
145357
+ "name": "style",
145358
+ "parent": {
145359
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
145360
+ "name": "StyleRenderProps"
145361
+ },
145362
+ "declarations": [
145363
+ {
145364
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
145365
+ "name": "StyleRenderProps"
145366
+ }
145367
+ ],
145368
+ "required": false,
145369
+ "type": {
145370
+ "name": "CSSProperties | ((values: ProgressBarRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
145371
+ }
145372
+ },
145373
+ "aria-describedby": {
145374
+ "defaultValue": null,
145375
+ "description": "Identifies the element (or elements) that describes the object.",
145376
+ "name": "aria-describedby",
145377
+ "parent": {
145378
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145379
+ "name": "AriaLabelingProps"
145380
+ },
145381
+ "declarations": [
145382
+ {
145383
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145384
+ "name": "AriaLabelingProps"
145385
+ }
145386
+ ],
145387
+ "required": false,
145388
+ "type": {
145389
+ "name": "string"
145390
+ }
145391
+ },
145392
+ "aria-details": {
145393
+ "defaultValue": null,
145394
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
145395
+ "name": "aria-details",
145396
+ "parent": {
145397
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145398
+ "name": "AriaLabelingProps"
145399
+ },
145400
+ "declarations": [
145401
+ {
145402
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145403
+ "name": "AriaLabelingProps"
145404
+ }
145405
+ ],
145406
+ "required": false,
145407
+ "type": {
145408
+ "name": "string"
145409
+ }
145410
+ },
145411
+ "aria-label": {
145412
+ "defaultValue": null,
145413
+ "description": "Defines a string value that labels the current element.",
145414
+ "name": "aria-label",
145415
+ "parent": {
145416
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145417
+ "name": "AriaLabelingProps"
145418
+ },
145419
+ "declarations": [
145420
+ {
145421
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145422
+ "name": "AriaLabelingProps"
145423
+ }
145424
+ ],
145425
+ "required": false,
145426
+ "type": {
145427
+ "name": "string"
145428
+ }
145429
+ },
145430
+ "aria-labelledby": {
145431
+ "defaultValue": null,
145432
+ "description": "Identifies the element (or elements) that labels the current element.",
145433
+ "name": "aria-labelledby",
145434
+ "parent": {
145435
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145436
+ "name": "AriaLabelingProps"
145437
+ },
145438
+ "declarations": [
145439
+ {
145440
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
145441
+ "name": "AriaLabelingProps"
145442
+ }
145443
+ ],
145444
+ "required": false,
145445
+ "type": {
145446
+ "name": "string"
145447
+ }
145448
+ },
145449
+ "minValue": {
145450
+ "defaultValue": {
145451
+ "value": "0"
145452
+ },
145453
+ "description": "The smallest value allowed for the input.",
145454
+ "name": "minValue",
145455
+ "parent": {
145456
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145457
+ "name": "ProgressBaseProps"
145458
+ },
145459
+ "declarations": [
145460
+ {
145461
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145462
+ "name": "ProgressBaseProps"
145463
+ }
145464
+ ],
145465
+ "required": false,
145466
+ "type": {
145467
+ "name": "number"
145468
+ }
145469
+ },
145470
+ "maxValue": {
145471
+ "defaultValue": {
145472
+ "value": "100"
145473
+ },
145474
+ "description": "The largest value allowed for the input.",
145475
+ "name": "maxValue",
145476
+ "parent": {
145477
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145478
+ "name": "ProgressBaseProps"
145479
+ },
145480
+ "declarations": [
145481
+ {
145482
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145483
+ "name": "ProgressBaseProps"
145484
+ }
145485
+ ],
145486
+ "required": false,
145487
+ "type": {
145488
+ "name": "number"
145489
+ }
145490
+ },
145491
+ "value": {
145492
+ "defaultValue": {
145493
+ "value": "0"
145494
+ },
145495
+ "description": "The current value (controlled).",
145496
+ "name": "value",
145497
+ "parent": {
145498
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145499
+ "name": "ProgressBaseProps"
145500
+ },
145501
+ "declarations": [
145502
+ {
145503
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145504
+ "name": "ProgressBaseProps"
145505
+ }
145506
+ ],
145507
+ "required": false,
145508
+ "type": {
145509
+ "name": "number"
145510
+ }
145511
+ },
145512
+ "slot": {
145513
+ "defaultValue": null,
145514
+ "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.",
145515
+ "name": "slot",
145516
+ "parent": {
145517
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
145518
+ "name": "SlotProps"
145519
+ },
145520
+ "declarations": [
145521
+ {
145522
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
145523
+ "name": "SlotProps"
145524
+ }
145525
+ ],
145526
+ "required": false,
145527
+ "type": {
145528
+ "name": "string | null"
145529
+ }
145530
+ },
145531
+ "formatOptions": {
145532
+ "defaultValue": {
145533
+ "value": "{style: 'percent'}"
145534
+ },
145535
+ "description": "The display format of the value label.",
145536
+ "name": "formatOptions",
145537
+ "parent": {
145538
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145539
+ "name": "ProgressBarBaseProps"
145540
+ },
145541
+ "declarations": [
145542
+ {
145543
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145544
+ "name": "ProgressBarBaseProps"
145545
+ }
145546
+ ],
145547
+ "required": false,
145548
+ "type": {
145549
+ "name": "NumberFormatOptions"
145550
+ }
145551
+ },
145552
+ "isIndeterminate": {
145553
+ "defaultValue": null,
145554
+ "description": "Whether presentation is indeterminate when progress isn't known.",
145555
+ "name": "isIndeterminate",
145556
+ "parent": {
145557
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145558
+ "name": "ProgressBarProps"
145559
+ },
145560
+ "declarations": [
145561
+ {
145562
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
145563
+ "name": "ProgressBarProps"
145564
+ }
145565
+ ],
145566
+ "required": false,
145567
+ "type": {
145568
+ "name": "boolean"
145569
+ }
145570
+ },
145571
+ "status": {
145572
+ "defaultValue": null,
145573
+ "description": "The elements status",
145574
+ "name": "status",
145575
+ "declarations": [
145576
+ {
145577
+ "fileName": "components/src/lib/types/props.ts",
145578
+ "name": "TypeLiteral"
145579
+ }
145580
+ ],
145581
+ "required": false,
145582
+ "type": {
145583
+ "name": "Status"
145584
+ }
145585
+ },
145586
+ "children": {
145587
+ "defaultValue": null,
145588
+ "description": "",
145589
+ "name": "children",
145590
+ "declarations": [
145591
+ {
145592
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
145593
+ "name": "TypeLiteral"
145594
+ }
145595
+ ],
145596
+ "required": false,
145597
+ "type": {
145598
+ "name": "ReactNode"
145599
+ }
145600
+ }
145601
+ }
145602
+ },
145225
145603
  {
145226
145604
  "tags": {
145227
145605
  "flr-generate": "all"
@@ -203473,6 +203851,333 @@
203473
203851
  }
203474
203852
  }
203475
203853
  },
203854
+ {
203855
+ "tags": {},
203856
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DonutChart/components/DonutChartValue.tsx",
203857
+ "description": "",
203858
+ "displayName": "DonutChartValue",
203859
+ "methods": [],
203860
+ "props": {
203861
+ "value": {
203862
+ "defaultValue": null,
203863
+ "description": "",
203864
+ "name": "value",
203865
+ "parent": {
203866
+ "fileName": "components/src/components/DonutChart/components/DonutChartValue.tsx",
203867
+ "name": "Props"
203868
+ },
203869
+ "declarations": [
203870
+ {
203871
+ "fileName": "components/src/components/DonutChart/components/DonutChartValue.tsx",
203872
+ "name": "Props"
203873
+ }
203874
+ ],
203875
+ "required": false,
203876
+ "type": {
203877
+ "name": "number"
203878
+ }
203879
+ },
203880
+ "children": {
203881
+ "defaultValue": null,
203882
+ "description": "",
203883
+ "name": "children",
203884
+ "declarations": [
203885
+ {
203886
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
203887
+ "name": "TypeLiteral"
203888
+ }
203889
+ ],
203890
+ "required": false,
203891
+ "type": {
203892
+ "name": "ReactNode"
203893
+ }
203894
+ },
203895
+ "formatOptions": {
203896
+ "defaultValue": {
203897
+ "value": "{style: 'percent'}"
203898
+ },
203899
+ "description": "The display format of the value label.",
203900
+ "name": "formatOptions",
203901
+ "parent": {
203902
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
203903
+ "name": "ProgressBarBaseProps"
203904
+ },
203905
+ "declarations": [
203906
+ {
203907
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
203908
+ "name": "ProgressBarBaseProps"
203909
+ }
203910
+ ],
203911
+ "required": false,
203912
+ "type": {
203913
+ "name": "NumberFormatOptions"
203914
+ }
203915
+ }
203916
+ }
203917
+ },
203918
+ {
203919
+ "tags": {},
203920
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DonutChart/components/DonutChartLegend.tsx",
203921
+ "description": "",
203922
+ "displayName": "DonutChartLegend",
203923
+ "methods": [],
203924
+ "props": {
203925
+ "formatOptions": {
203926
+ "defaultValue": {
203927
+ "value": "{style: 'percent'}"
203928
+ },
203929
+ "description": "The display format of the value label.",
203930
+ "name": "formatOptions",
203931
+ "parent": {
203932
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
203933
+ "name": "ProgressBarBaseProps"
203934
+ },
203935
+ "declarations": [
203936
+ {
203937
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
203938
+ "name": "ProgressBarBaseProps"
203939
+ }
203940
+ ],
203941
+ "required": false,
203942
+ "type": {
203943
+ "name": "NumberFormatOptions"
203944
+ }
203945
+ },
203946
+ "segments": {
203947
+ "defaultValue": null,
203948
+ "description": "Divides the fill of the donut chart into segments",
203949
+ "name": "segments",
203950
+ "parent": {
203951
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
203952
+ "name": "DonutChartProps"
203953
+ },
203954
+ "declarations": [
203955
+ {
203956
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
203957
+ "name": "DonutChartProps"
203958
+ }
203959
+ ],
203960
+ "required": false,
203961
+ "type": {
203962
+ "name": "DonutChartSegment[]"
203963
+ }
203964
+ },
203965
+ "showLegend": {
203966
+ "defaultValue": {
203967
+ "value": ":\ntrue"
203968
+ },
203969
+ "description": "Whether the legend component is shown when segments are used.",
203970
+ "name": "showLegend",
203971
+ "parent": {
203972
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
203973
+ "name": "DonutChartProps"
203974
+ },
203975
+ "declarations": [
203976
+ {
203977
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
203978
+ "name": "DonutChartProps"
203979
+ }
203980
+ ],
203981
+ "required": false,
203982
+ "type": {
203983
+ "name": "boolean"
203984
+ }
203985
+ }
203986
+ }
203987
+ },
203988
+ {
203989
+ "tags": {},
203990
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DonutChart/components/DonutChartFill.tsx",
203991
+ "description": "",
203992
+ "displayName": "DonutChartFill",
203993
+ "methods": [],
203994
+ "props": {
203995
+ "center": {
203996
+ "defaultValue": null,
203997
+ "description": "",
203998
+ "name": "center",
203999
+ "parent": {
204000
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204001
+ "name": "Props"
204002
+ },
204003
+ "declarations": [
204004
+ {
204005
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204006
+ "name": "Props"
204007
+ }
204008
+ ],
204009
+ "required": true,
204010
+ "type": {
204011
+ "name": "number"
204012
+ }
204013
+ },
204014
+ "value": {
204015
+ "defaultValue": null,
204016
+ "description": "",
204017
+ "name": "value",
204018
+ "parent": {
204019
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204020
+ "name": "Props"
204021
+ },
204022
+ "declarations": [
204023
+ {
204024
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204025
+ "name": "Props"
204026
+ }
204027
+ ],
204028
+ "required": false,
204029
+ "type": {
204030
+ "name": "number"
204031
+ }
204032
+ },
204033
+ "radius": {
204034
+ "defaultValue": null,
204035
+ "description": "",
204036
+ "name": "radius",
204037
+ "parent": {
204038
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204039
+ "name": "Props"
204040
+ },
204041
+ "declarations": [
204042
+ {
204043
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204044
+ "name": "Props"
204045
+ }
204046
+ ],
204047
+ "required": true,
204048
+ "type": {
204049
+ "name": "number"
204050
+ }
204051
+ },
204052
+ "maxValue": {
204053
+ "defaultValue": null,
204054
+ "description": "",
204055
+ "name": "maxValue",
204056
+ "parent": {
204057
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204058
+ "name": "Props"
204059
+ },
204060
+ "declarations": [
204061
+ {
204062
+ "fileName": "components/src/components/DonutChart/components/DonutChartFill.tsx",
204063
+ "name": "Props"
204064
+ }
204065
+ ],
204066
+ "required": true,
204067
+ "type": {
204068
+ "name": "number"
204069
+ }
204070
+ },
204071
+ "segments": {
204072
+ "defaultValue": null,
204073
+ "description": "Divides the fill of the donut chart into segments",
204074
+ "name": "segments",
204075
+ "parent": {
204076
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
204077
+ "name": "DonutChartProps"
204078
+ },
204079
+ "declarations": [
204080
+ {
204081
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
204082
+ "name": "DonutChartProps"
204083
+ }
204084
+ ],
204085
+ "required": false,
204086
+ "type": {
204087
+ "name": "DonutChartSegment[]"
204088
+ }
204089
+ }
204090
+ }
204091
+ },
204092
+ {
204093
+ "tags": {},
204094
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DonutChart/components/Donut.tsx",
204095
+ "description": "",
204096
+ "displayName": "Donut",
204097
+ "methods": [],
204098
+ "props": {
204099
+ "value": {
204100
+ "defaultValue": null,
204101
+ "description": "",
204102
+ "name": "value",
204103
+ "parent": {
204104
+ "fileName": "components/src/components/DonutChart/components/Donut.tsx",
204105
+ "name": "Props"
204106
+ },
204107
+ "declarations": [
204108
+ {
204109
+ "fileName": "components/src/components/DonutChart/components/Donut.tsx",
204110
+ "name": "Props"
204111
+ }
204112
+ ],
204113
+ "required": false,
204114
+ "type": {
204115
+ "name": "number"
204116
+ }
204117
+ },
204118
+ "maxValue": {
204119
+ "defaultValue": {
204120
+ "value": "100"
204121
+ },
204122
+ "description": "The largest value allowed for the input.",
204123
+ "name": "maxValue",
204124
+ "parent": {
204125
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
204126
+ "name": "ProgressBaseProps"
204127
+ },
204128
+ "declarations": [
204129
+ {
204130
+ "fileName": "flow/node_modules/.pnpm/@react-types+progress@3.5.12_react@19.1.0/node_modules/@react-types/progress/src/index.d.ts",
204131
+ "name": "ProgressBaseProps"
204132
+ }
204133
+ ],
204134
+ "required": false,
204135
+ "type": {
204136
+ "name": "number"
204137
+ }
204138
+ },
204139
+ "size": {
204140
+ "defaultValue": {
204141
+ "value": "\"m\""
204142
+ },
204143
+ "description": "The size variant of the donut chart.",
204144
+ "name": "size",
204145
+ "parent": {
204146
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
204147
+ "name": "DonutChartProps"
204148
+ },
204149
+ "declarations": [
204150
+ {
204151
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
204152
+ "name": "DonutChartProps"
204153
+ }
204154
+ ],
204155
+ "required": false,
204156
+ "type": {
204157
+ "name": "\"m\" | \"l\""
204158
+ }
204159
+ },
204160
+ "segments": {
204161
+ "defaultValue": null,
204162
+ "description": "Divides the fill of the donut chart into segments",
204163
+ "name": "segments",
204164
+ "parent": {
204165
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
204166
+ "name": "DonutChartProps"
204167
+ },
204168
+ "declarations": [
204169
+ {
204170
+ "fileName": "src/components/DonutChart/DonutChart.tsx",
204171
+ "name": "DonutChartProps"
204172
+ }
204173
+ ],
204174
+ "required": false,
204175
+ "type": {
204176
+ "name": "DonutChartSegment[]"
204177
+ }
204178
+ }
204179
+ }
204180
+ },
203476
204181
  {
203477
204182
  "tags": {
203478
204183
  "flr-generate": "all"
@@ -223961,6 +224666,277 @@
223961
224666
  }
223962
224667
  }
223963
224668
  },
224669
+ {
224670
+ "tags": {
224671
+ "flr-generate": "all"
224672
+ },
224673
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
224674
+ "description": "",
224675
+ "displayName": "MenuTrigger",
224676
+ "methods": [],
224677
+ "props": {
224678
+ "children": {
224679
+ "defaultValue": null,
224680
+ "description": "",
224681
+ "name": "children",
224682
+ "parent": {
224683
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224684
+ "name": "MenuTriggerProps"
224685
+ },
224686
+ "declarations": [
224687
+ {
224688
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224689
+ "name": "MenuTriggerProps"
224690
+ }
224691
+ ],
224692
+ "required": true,
224693
+ "type": {
224694
+ "name": "ReactNode"
224695
+ }
224696
+ },
224697
+ "trigger": {
224698
+ "defaultValue": {
224699
+ "value": "'press'"
224700
+ },
224701
+ "description": "How the menu is triggered.",
224702
+ "name": "trigger",
224703
+ "parent": {
224704
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
224705
+ "name": "MenuTriggerProps"
224706
+ },
224707
+ "declarations": [
224708
+ {
224709
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
224710
+ "name": "MenuTriggerProps"
224711
+ }
224712
+ ],
224713
+ "required": false,
224714
+ "type": {
224715
+ "name": "MenuTriggerType"
224716
+ }
224717
+ },
224718
+ "isOpen": {
224719
+ "defaultValue": null,
224720
+ "description": "Whether the overlay is open by default (controlled).",
224721
+ "name": "isOpen",
224722
+ "parent": {
224723
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224724
+ "name": "OverlayTriggerProps"
224725
+ },
224726
+ "declarations": [
224727
+ {
224728
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224729
+ "name": "OverlayTriggerProps"
224730
+ }
224731
+ ],
224732
+ "required": false,
224733
+ "type": {
224734
+ "name": "boolean"
224735
+ }
224736
+ },
224737
+ "defaultOpen": {
224738
+ "defaultValue": null,
224739
+ "description": "Whether the overlay is open by default (uncontrolled).",
224740
+ "name": "defaultOpen",
224741
+ "parent": {
224742
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224743
+ "name": "OverlayTriggerProps"
224744
+ },
224745
+ "declarations": [
224746
+ {
224747
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224748
+ "name": "OverlayTriggerProps"
224749
+ }
224750
+ ],
224751
+ "required": false,
224752
+ "type": {
224753
+ "name": "boolean"
224754
+ }
224755
+ },
224756
+ "onOpenChange": {
224757
+ "defaultValue": null,
224758
+ "description": "Handler that is called when the overlay's open state changes.",
224759
+ "name": "onOpenChange",
224760
+ "parent": {
224761
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224762
+ "name": "OverlayTriggerProps"
224763
+ },
224764
+ "declarations": [
224765
+ {
224766
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224767
+ "name": "OverlayTriggerProps"
224768
+ }
224769
+ ],
224770
+ "required": false,
224771
+ "type": {
224772
+ "name": "((isOpen: boolean) => void)"
224773
+ }
224774
+ },
224775
+ "wrapWith": {
224776
+ "defaultValue": null,
224777
+ "description": "",
224778
+ "name": "wrapWith",
224779
+ "parent": {
224780
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224781
+ "name": "FlowComponentProps"
224782
+ },
224783
+ "declarations": [
224784
+ {
224785
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224786
+ "name": "FlowComponentProps"
224787
+ }
224788
+ ],
224789
+ "required": false,
224790
+ "type": {
224791
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224792
+ }
224793
+ },
224794
+ "tunnelId": {
224795
+ "defaultValue": null,
224796
+ "description": "@internal",
224797
+ "name": "tunnelId",
224798
+ "parent": {
224799
+ "fileName": "components/src/lib/types/props.ts",
224800
+ "name": "PropsWithTunnel"
224801
+ },
224802
+ "declarations": [
224803
+ {
224804
+ "fileName": "components/src/lib/types/props.ts",
224805
+ "name": "PropsWithTunnel"
224806
+ }
224807
+ ],
224808
+ "required": false,
224809
+ "type": {
224810
+ "name": "string | null"
224811
+ }
224812
+ },
224813
+ "ref": {
224814
+ "defaultValue": null,
224815
+ "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}",
224816
+ "name": "ref",
224817
+ "parent": {
224818
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224819
+ "name": "RefAttributes"
224820
+ },
224821
+ "declarations": [
224822
+ {
224823
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224824
+ "name": "RefAttributes"
224825
+ }
224826
+ ],
224827
+ "required": false,
224828
+ "type": {
224829
+ "name": "Ref<HTMLDivElement>"
224830
+ }
224831
+ },
224832
+ "key": {
224833
+ "defaultValue": null,
224834
+ "description": "",
224835
+ "name": "key",
224836
+ "parent": {
224837
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224838
+ "name": "Attributes"
224839
+ },
224840
+ "declarations": [
224841
+ {
224842
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224843
+ "name": "Attributes"
224844
+ }
224845
+ ],
224846
+ "required": false,
224847
+ "type": {
224848
+ "name": "Key | null"
224849
+ }
224850
+ }
224851
+ }
224852
+ },
224853
+ {
224854
+ "tags": {
224855
+ "flr-generate": "all"
224856
+ },
224857
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
224858
+ "description": "",
224859
+ "displayName": "DialogTrigger",
224860
+ "methods": [],
224861
+ "props": {
224862
+ "children": {
224863
+ "defaultValue": null,
224864
+ "description": "",
224865
+ "name": "children",
224866
+ "parent": {
224867
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224868
+ "name": "DialogTriggerProps"
224869
+ },
224870
+ "declarations": [
224871
+ {
224872
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224873
+ "name": "DialogTriggerProps"
224874
+ }
224875
+ ],
224876
+ "required": true,
224877
+ "type": {
224878
+ "name": "ReactNode"
224879
+ }
224880
+ },
224881
+ "isOpen": {
224882
+ "defaultValue": null,
224883
+ "description": "Whether the overlay is open by default (controlled).",
224884
+ "name": "isOpen",
224885
+ "parent": {
224886
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224887
+ "name": "OverlayTriggerProps"
224888
+ },
224889
+ "declarations": [
224890
+ {
224891
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224892
+ "name": "OverlayTriggerProps"
224893
+ }
224894
+ ],
224895
+ "required": false,
224896
+ "type": {
224897
+ "name": "boolean"
224898
+ }
224899
+ },
224900
+ "defaultOpen": {
224901
+ "defaultValue": null,
224902
+ "description": "Whether the overlay is open by default (uncontrolled).",
224903
+ "name": "defaultOpen",
224904
+ "parent": {
224905
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224906
+ "name": "OverlayTriggerProps"
224907
+ },
224908
+ "declarations": [
224909
+ {
224910
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224911
+ "name": "OverlayTriggerProps"
224912
+ }
224913
+ ],
224914
+ "required": false,
224915
+ "type": {
224916
+ "name": "boolean"
224917
+ }
224918
+ },
224919
+ "onOpenChange": {
224920
+ "defaultValue": null,
224921
+ "description": "Handler that is called when the overlay's open state changes.",
224922
+ "name": "onOpenChange",
224923
+ "parent": {
224924
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224925
+ "name": "OverlayTriggerProps"
224926
+ },
224927
+ "declarations": [
224928
+ {
224929
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224930
+ "name": "OverlayTriggerProps"
224931
+ }
224932
+ ],
224933
+ "required": false,
224934
+ "type": {
224935
+ "name": "((isOpen: boolean) => void)"
224936
+ }
224937
+ }
224938
+ }
224939
+ },
223964
224940
  {
223965
224941
  "tags": {
223966
224942
  "internal": ""
@@ -224299,277 +225275,6 @@
224299
225275
  }
224300
225276
  }
224301
225277
  },
224302
- {
224303
- "tags": {
224304
- "flr-generate": "all"
224305
- },
224306
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
224307
- "description": "",
224308
- "displayName": "MenuTrigger",
224309
- "methods": [],
224310
- "props": {
224311
- "children": {
224312
- "defaultValue": null,
224313
- "description": "",
224314
- "name": "children",
224315
- "parent": {
224316
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224317
- "name": "MenuTriggerProps"
224318
- },
224319
- "declarations": [
224320
- {
224321
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224322
- "name": "MenuTriggerProps"
224323
- }
224324
- ],
224325
- "required": true,
224326
- "type": {
224327
- "name": "ReactNode"
224328
- }
224329
- },
224330
- "trigger": {
224331
- "defaultValue": {
224332
- "value": "'press'"
224333
- },
224334
- "description": "How the menu is triggered.",
224335
- "name": "trigger",
224336
- "parent": {
224337
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
224338
- "name": "MenuTriggerProps"
224339
- },
224340
- "declarations": [
224341
- {
224342
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
224343
- "name": "MenuTriggerProps"
224344
- }
224345
- ],
224346
- "required": false,
224347
- "type": {
224348
- "name": "MenuTriggerType"
224349
- }
224350
- },
224351
- "isOpen": {
224352
- "defaultValue": null,
224353
- "description": "Whether the overlay is open by default (controlled).",
224354
- "name": "isOpen",
224355
- "parent": {
224356
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224357
- "name": "OverlayTriggerProps"
224358
- },
224359
- "declarations": [
224360
- {
224361
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224362
- "name": "OverlayTriggerProps"
224363
- }
224364
- ],
224365
- "required": false,
224366
- "type": {
224367
- "name": "boolean"
224368
- }
224369
- },
224370
- "defaultOpen": {
224371
- "defaultValue": null,
224372
- "description": "Whether the overlay is open by default (uncontrolled).",
224373
- "name": "defaultOpen",
224374
- "parent": {
224375
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224376
- "name": "OverlayTriggerProps"
224377
- },
224378
- "declarations": [
224379
- {
224380
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224381
- "name": "OverlayTriggerProps"
224382
- }
224383
- ],
224384
- "required": false,
224385
- "type": {
224386
- "name": "boolean"
224387
- }
224388
- },
224389
- "onOpenChange": {
224390
- "defaultValue": null,
224391
- "description": "Handler that is called when the overlay's open state changes.",
224392
- "name": "onOpenChange",
224393
- "parent": {
224394
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224395
- "name": "OverlayTriggerProps"
224396
- },
224397
- "declarations": [
224398
- {
224399
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224400
- "name": "OverlayTriggerProps"
224401
- }
224402
- ],
224403
- "required": false,
224404
- "type": {
224405
- "name": "((isOpen: boolean) => void)"
224406
- }
224407
- },
224408
- "wrapWith": {
224409
- "defaultValue": null,
224410
- "description": "",
224411
- "name": "wrapWith",
224412
- "parent": {
224413
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224414
- "name": "FlowComponentProps"
224415
- },
224416
- "declarations": [
224417
- {
224418
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224419
- "name": "FlowComponentProps"
224420
- }
224421
- ],
224422
- "required": false,
224423
- "type": {
224424
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224425
- }
224426
- },
224427
- "tunnelId": {
224428
- "defaultValue": null,
224429
- "description": "@internal",
224430
- "name": "tunnelId",
224431
- "parent": {
224432
- "fileName": "components/src/lib/types/props.ts",
224433
- "name": "PropsWithTunnel"
224434
- },
224435
- "declarations": [
224436
- {
224437
- "fileName": "components/src/lib/types/props.ts",
224438
- "name": "PropsWithTunnel"
224439
- }
224440
- ],
224441
- "required": false,
224442
- "type": {
224443
- "name": "string | null"
224444
- }
224445
- },
224446
- "ref": {
224447
- "defaultValue": null,
224448
- "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}",
224449
- "name": "ref",
224450
- "parent": {
224451
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224452
- "name": "RefAttributes"
224453
- },
224454
- "declarations": [
224455
- {
224456
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224457
- "name": "RefAttributes"
224458
- }
224459
- ],
224460
- "required": false,
224461
- "type": {
224462
- "name": "Ref<HTMLDivElement>"
224463
- }
224464
- },
224465
- "key": {
224466
- "defaultValue": null,
224467
- "description": "",
224468
- "name": "key",
224469
- "parent": {
224470
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224471
- "name": "Attributes"
224472
- },
224473
- "declarations": [
224474
- {
224475
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
224476
- "name": "Attributes"
224477
- }
224478
- ],
224479
- "required": false,
224480
- "type": {
224481
- "name": "Key | null"
224482
- }
224483
- }
224484
- }
224485
- },
224486
- {
224487
- "tags": {
224488
- "flr-generate": "all"
224489
- },
224490
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
224491
- "description": "",
224492
- "displayName": "DialogTrigger",
224493
- "methods": [],
224494
- "props": {
224495
- "children": {
224496
- "defaultValue": null,
224497
- "description": "",
224498
- "name": "children",
224499
- "parent": {
224500
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224501
- "name": "DialogTriggerProps"
224502
- },
224503
- "declarations": [
224504
- {
224505
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
224506
- "name": "DialogTriggerProps"
224507
- }
224508
- ],
224509
- "required": true,
224510
- "type": {
224511
- "name": "ReactNode"
224512
- }
224513
- },
224514
- "isOpen": {
224515
- "defaultValue": null,
224516
- "description": "Whether the overlay is open by default (controlled).",
224517
- "name": "isOpen",
224518
- "parent": {
224519
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224520
- "name": "OverlayTriggerProps"
224521
- },
224522
- "declarations": [
224523
- {
224524
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224525
- "name": "OverlayTriggerProps"
224526
- }
224527
- ],
224528
- "required": false,
224529
- "type": {
224530
- "name": "boolean"
224531
- }
224532
- },
224533
- "defaultOpen": {
224534
- "defaultValue": null,
224535
- "description": "Whether the overlay is open by default (uncontrolled).",
224536
- "name": "defaultOpen",
224537
- "parent": {
224538
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224539
- "name": "OverlayTriggerProps"
224540
- },
224541
- "declarations": [
224542
- {
224543
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224544
- "name": "OverlayTriggerProps"
224545
- }
224546
- ],
224547
- "required": false,
224548
- "type": {
224549
- "name": "boolean"
224550
- }
224551
- },
224552
- "onOpenChange": {
224553
- "defaultValue": null,
224554
- "description": "Handler that is called when the overlay's open state changes.",
224555
- "name": "onOpenChange",
224556
- "parent": {
224557
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224558
- "name": "OverlayTriggerProps"
224559
- },
224560
- "declarations": [
224561
- {
224562
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
224563
- "name": "OverlayTriggerProps"
224564
- }
224565
- ],
224566
- "required": false,
224567
- "type": {
224568
- "name": "((isOpen: boolean) => void)"
224569
- }
224570
- }
224571
- }
224572
- },
224573
225278
  {
224574
225279
  "tags": {
224575
225280
  "flr-generate": "all"