@mittwald/flow-react-components 0.2.0-alpha.294 → 0.2.0-alpha.296

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.
@@ -34945,450 +34945,6 @@
34945
34945
  }
34946
34946
  }
34947
34947
  },
34948
- {
34949
- "tags": {
34950
- "flr-generate": "all"
34951
- },
34952
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
34953
- "description": "",
34954
- "displayName": "Option",
34955
- "methods": [],
34956
- "props": {
34957
- "value": {
34958
- "defaultValue": null,
34959
- "description": "",
34960
- "name": "value",
34961
- "parent": {
34962
- "fileName": "components/src/components/Option/Option.tsx",
34963
- "name": "OptionProps"
34964
- },
34965
- "declarations": [
34966
- {
34967
- "fileName": "components/src/components/Option/Option.tsx",
34968
- "name": "OptionProps"
34969
- }
34970
- ],
34971
- "required": false,
34972
- "type": {
34973
- "name": "string | number"
34974
- }
34975
- },
34976
- "className": {
34977
- "defaultValue": null,
34978
- "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.",
34979
- "name": "className",
34980
- "parent": {
34981
- "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",
34982
- "name": "StyleRenderProps"
34983
- },
34984
- "declarations": [
34985
- {
34986
- "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",
34987
- "name": "StyleRenderProps"
34988
- }
34989
- ],
34990
- "required": false,
34991
- "type": {
34992
- "name": "string | ((values: ListBoxItemRenderProps & { defaultClassName: string; }) => string)"
34993
- }
34994
- },
34995
- "style": {
34996
- "defaultValue": null,
34997
- "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.",
34998
- "name": "style",
34999
- "parent": {
35000
- "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",
35001
- "name": "StyleRenderProps"
35002
- },
35003
- "declarations": [
35004
- {
35005
- "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",
35006
- "name": "StyleRenderProps"
35007
- }
35008
- ],
35009
- "required": false,
35010
- "type": {
35011
- "name": "CSSProperties | ((values: ListBoxItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
35012
- }
35013
- },
35014
- "target": {
35015
- "defaultValue": null,
35016
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
35017
- "name": "target",
35018
- "parent": {
35019
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35020
- "name": "LinkDOMProps"
35021
- },
35022
- "declarations": [
35023
- {
35024
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35025
- "name": "LinkDOMProps"
35026
- }
35027
- ],
35028
- "required": false,
35029
- "type": {
35030
- "name": "HTMLAttributeAnchorTarget"
35031
- }
35032
- },
35033
- "href": {
35034
- "defaultValue": null,
35035
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
35036
- "name": "href",
35037
- "parent": {
35038
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35039
- "name": "LinkDOMProps"
35040
- },
35041
- "declarations": [
35042
- {
35043
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35044
- "name": "LinkDOMProps"
35045
- }
35046
- ],
35047
- "required": false,
35048
- "type": {
35049
- "name": "string"
35050
- }
35051
- },
35052
- "aria-label": {
35053
- "defaultValue": null,
35054
- "description": "An accessibility label for this item.",
35055
- "name": "aria-label",
35056
- "parent": {
35057
- "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",
35058
- "name": "ListBoxItemProps"
35059
- },
35060
- "declarations": [
35061
- {
35062
- "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",
35063
- "name": "ListBoxItemProps"
35064
- }
35065
- ],
35066
- "required": false,
35067
- "type": {
35068
- "name": "string"
35069
- }
35070
- },
35071
- "isDisabled": {
35072
- "defaultValue": null,
35073
- "description": "Whether the item is disabled.",
35074
- "name": "isDisabled",
35075
- "parent": {
35076
- "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",
35077
- "name": "ListBoxItemProps"
35078
- },
35079
- "declarations": [
35080
- {
35081
- "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",
35082
- "name": "ListBoxItemProps"
35083
- }
35084
- ],
35085
- "required": false,
35086
- "type": {
35087
- "name": "boolean"
35088
- }
35089
- },
35090
- "rel": {
35091
- "defaultValue": null,
35092
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
35093
- "name": "rel",
35094
- "parent": {
35095
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35096
- "name": "LinkDOMProps"
35097
- },
35098
- "declarations": [
35099
- {
35100
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35101
- "name": "LinkDOMProps"
35102
- }
35103
- ],
35104
- "required": false,
35105
- "type": {
35106
- "name": "string"
35107
- }
35108
- },
35109
- "onHoverStart": {
35110
- "defaultValue": null,
35111
- "description": "Handler that is called when a hover interaction starts.",
35112
- "name": "onHoverStart",
35113
- "parent": {
35114
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35115
- "name": "HoverEvents"
35116
- },
35117
- "declarations": [
35118
- {
35119
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35120
- "name": "HoverEvents"
35121
- }
35122
- ],
35123
- "required": false,
35124
- "type": {
35125
- "name": "((e: HoverEvent) => void)"
35126
- }
35127
- },
35128
- "onHoverEnd": {
35129
- "defaultValue": null,
35130
- "description": "Handler that is called when a hover interaction ends.",
35131
- "name": "onHoverEnd",
35132
- "parent": {
35133
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35134
- "name": "HoverEvents"
35135
- },
35136
- "declarations": [
35137
- {
35138
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35139
- "name": "HoverEvents"
35140
- }
35141
- ],
35142
- "required": false,
35143
- "type": {
35144
- "name": "((e: HoverEvent) => void)"
35145
- }
35146
- },
35147
- "onHoverChange": {
35148
- "defaultValue": null,
35149
- "description": "Handler that is called when the hover state changes.",
35150
- "name": "onHoverChange",
35151
- "parent": {
35152
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35153
- "name": "HoverEvents"
35154
- },
35155
- "declarations": [
35156
- {
35157
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35158
- "name": "HoverEvents"
35159
- }
35160
- ],
35161
- "required": false,
35162
- "type": {
35163
- "name": "((isHovering: boolean) => void)"
35164
- }
35165
- },
35166
- "onAction": {
35167
- "defaultValue": null,
35168
- "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.",
35169
- "name": "onAction",
35170
- "parent": {
35171
- "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",
35172
- "name": "ListBoxItemProps"
35173
- },
35174
- "declarations": [
35175
- {
35176
- "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",
35177
- "name": "ListBoxItemProps"
35178
- }
35179
- ],
35180
- "required": false,
35181
- "type": {
35182
- "name": "(() => void)"
35183
- }
35184
- },
35185
- "textValue": {
35186
- "defaultValue": null,
35187
- "description": "A string representation of the item's contents, used for features like typeahead.",
35188
- "name": "textValue",
35189
- "parent": {
35190
- "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",
35191
- "name": "ListBoxItemProps"
35192
- },
35193
- "declarations": [
35194
- {
35195
- "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",
35196
- "name": "ListBoxItemProps"
35197
- }
35198
- ],
35199
- "required": false,
35200
- "type": {
35201
- "name": "string"
35202
- }
35203
- },
35204
- "hrefLang": {
35205
- "defaultValue": null,
35206
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
35207
- "name": "hrefLang",
35208
- "parent": {
35209
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35210
- "name": "LinkDOMProps"
35211
- },
35212
- "declarations": [
35213
- {
35214
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35215
- "name": "LinkDOMProps"
35216
- }
35217
- ],
35218
- "required": false,
35219
- "type": {
35220
- "name": "string"
35221
- }
35222
- },
35223
- "download": {
35224
- "defaultValue": null,
35225
- "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).",
35226
- "name": "download",
35227
- "parent": {
35228
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35229
- "name": "LinkDOMProps"
35230
- },
35231
- "declarations": [
35232
- {
35233
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35234
- "name": "LinkDOMProps"
35235
- }
35236
- ],
35237
- "required": false,
35238
- "type": {
35239
- "name": "string | boolean"
35240
- }
35241
- },
35242
- "ping": {
35243
- "defaultValue": null,
35244
- "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).",
35245
- "name": "ping",
35246
- "parent": {
35247
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35248
- "name": "LinkDOMProps"
35249
- },
35250
- "declarations": [
35251
- {
35252
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35253
- "name": "LinkDOMProps"
35254
- }
35255
- ],
35256
- "required": false,
35257
- "type": {
35258
- "name": "string"
35259
- }
35260
- },
35261
- "referrerPolicy": {
35262
- "defaultValue": null,
35263
- "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).",
35264
- "name": "referrerPolicy",
35265
- "parent": {
35266
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35267
- "name": "LinkDOMProps"
35268
- },
35269
- "declarations": [
35270
- {
35271
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35272
- "name": "LinkDOMProps"
35273
- }
35274
- ],
35275
- "required": false,
35276
- "type": {
35277
- "name": "HTMLAttributeReferrerPolicy"
35278
- }
35279
- },
35280
- "routerOptions": {
35281
- "defaultValue": null,
35282
- "description": "Options for the configured client side router.",
35283
- "name": "routerOptions",
35284
- "parent": {
35285
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35286
- "name": "LinkDOMProps"
35287
- },
35288
- "declarations": [
35289
- {
35290
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35291
- "name": "LinkDOMProps"
35292
- }
35293
- ],
35294
- "required": false,
35295
- "type": {
35296
- "name": "undefined"
35297
- }
35298
- },
35299
- "children": {
35300
- "defaultValue": null,
35301
- "description": "",
35302
- "name": "children",
35303
- "declarations": [
35304
- {
35305
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35306
- "name": "TypeLiteral"
35307
- }
35308
- ],
35309
- "required": false,
35310
- "type": {
35311
- "name": "ReactNode"
35312
- }
35313
- },
35314
- "wrapWith": {
35315
- "defaultValue": null,
35316
- "description": "",
35317
- "name": "wrapWith",
35318
- "parent": {
35319
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35320
- "name": "FlowComponentProps"
35321
- },
35322
- "declarations": [
35323
- {
35324
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35325
- "name": "FlowComponentProps"
35326
- }
35327
- ],
35328
- "required": false,
35329
- "type": {
35330
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
35331
- }
35332
- },
35333
- "tunnelId": {
35334
- "defaultValue": null,
35335
- "description": "@internal",
35336
- "name": "tunnelId",
35337
- "parent": {
35338
- "fileName": "components/src/lib/types/props.ts",
35339
- "name": "PropsWithTunnel"
35340
- },
35341
- "declarations": [
35342
- {
35343
- "fileName": "components/src/lib/types/props.ts",
35344
- "name": "PropsWithTunnel"
35345
- }
35346
- ],
35347
- "required": false,
35348
- "type": {
35349
- "name": "string | null"
35350
- }
35351
- },
35352
- "ref": {
35353
- "defaultValue": null,
35354
- "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}",
35355
- "name": "ref",
35356
- "parent": {
35357
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35358
- "name": "RefAttributes"
35359
- },
35360
- "declarations": [
35361
- {
35362
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35363
- "name": "RefAttributes"
35364
- }
35365
- ],
35366
- "required": false,
35367
- "type": {
35368
- "name": "Ref<HTMLDivElement>"
35369
- }
35370
- },
35371
- "key": {
35372
- "defaultValue": null,
35373
- "description": "",
35374
- "name": "key",
35375
- "parent": {
35376
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35377
- "name": "Attributes"
35378
- },
35379
- "declarations": [
35380
- {
35381
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35382
- "name": "Attributes"
35383
- }
35384
- ],
35385
- "required": false,
35386
- "type": {
35387
- "name": "Key | null"
35388
- }
35389
- }
35390
- }
35391
- },
35392
34948
  {
35393
34949
  "tags": {
35394
34950
  "flr-generate": "all",
@@ -36254,6 +35810,450 @@
36254
35810
  }
36255
35811
  }
36256
35812
  },
35813
+ {
35814
+ "tags": {
35815
+ "flr-generate": "all"
35816
+ },
35817
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
35818
+ "description": "",
35819
+ "displayName": "Option",
35820
+ "methods": [],
35821
+ "props": {
35822
+ "value": {
35823
+ "defaultValue": null,
35824
+ "description": "",
35825
+ "name": "value",
35826
+ "parent": {
35827
+ "fileName": "components/src/components/Option/Option.tsx",
35828
+ "name": "OptionProps"
35829
+ },
35830
+ "declarations": [
35831
+ {
35832
+ "fileName": "components/src/components/Option/Option.tsx",
35833
+ "name": "OptionProps"
35834
+ }
35835
+ ],
35836
+ "required": false,
35837
+ "type": {
35838
+ "name": "string | number"
35839
+ }
35840
+ },
35841
+ "className": {
35842
+ "defaultValue": null,
35843
+ "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.",
35844
+ "name": "className",
35845
+ "parent": {
35846
+ "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",
35847
+ "name": "StyleRenderProps"
35848
+ },
35849
+ "declarations": [
35850
+ {
35851
+ "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",
35852
+ "name": "StyleRenderProps"
35853
+ }
35854
+ ],
35855
+ "required": false,
35856
+ "type": {
35857
+ "name": "string | ((values: ListBoxItemRenderProps & { defaultClassName: string; }) => string)"
35858
+ }
35859
+ },
35860
+ "style": {
35861
+ "defaultValue": null,
35862
+ "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.",
35863
+ "name": "style",
35864
+ "parent": {
35865
+ "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",
35866
+ "name": "StyleRenderProps"
35867
+ },
35868
+ "declarations": [
35869
+ {
35870
+ "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",
35871
+ "name": "StyleRenderProps"
35872
+ }
35873
+ ],
35874
+ "required": false,
35875
+ "type": {
35876
+ "name": "CSSProperties | ((values: ListBoxItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
35877
+ }
35878
+ },
35879
+ "target": {
35880
+ "defaultValue": null,
35881
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
35882
+ "name": "target",
35883
+ "parent": {
35884
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35885
+ "name": "LinkDOMProps"
35886
+ },
35887
+ "declarations": [
35888
+ {
35889
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35890
+ "name": "LinkDOMProps"
35891
+ }
35892
+ ],
35893
+ "required": false,
35894
+ "type": {
35895
+ "name": "HTMLAttributeAnchorTarget"
35896
+ }
35897
+ },
35898
+ "href": {
35899
+ "defaultValue": null,
35900
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
35901
+ "name": "href",
35902
+ "parent": {
35903
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35904
+ "name": "LinkDOMProps"
35905
+ },
35906
+ "declarations": [
35907
+ {
35908
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35909
+ "name": "LinkDOMProps"
35910
+ }
35911
+ ],
35912
+ "required": false,
35913
+ "type": {
35914
+ "name": "string"
35915
+ }
35916
+ },
35917
+ "aria-label": {
35918
+ "defaultValue": null,
35919
+ "description": "An accessibility label for this item.",
35920
+ "name": "aria-label",
35921
+ "parent": {
35922
+ "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",
35923
+ "name": "ListBoxItemProps"
35924
+ },
35925
+ "declarations": [
35926
+ {
35927
+ "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",
35928
+ "name": "ListBoxItemProps"
35929
+ }
35930
+ ],
35931
+ "required": false,
35932
+ "type": {
35933
+ "name": "string"
35934
+ }
35935
+ },
35936
+ "isDisabled": {
35937
+ "defaultValue": null,
35938
+ "description": "Whether the item is disabled.",
35939
+ "name": "isDisabled",
35940
+ "parent": {
35941
+ "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",
35942
+ "name": "ListBoxItemProps"
35943
+ },
35944
+ "declarations": [
35945
+ {
35946
+ "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",
35947
+ "name": "ListBoxItemProps"
35948
+ }
35949
+ ],
35950
+ "required": false,
35951
+ "type": {
35952
+ "name": "boolean"
35953
+ }
35954
+ },
35955
+ "rel": {
35956
+ "defaultValue": null,
35957
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
35958
+ "name": "rel",
35959
+ "parent": {
35960
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35961
+ "name": "LinkDOMProps"
35962
+ },
35963
+ "declarations": [
35964
+ {
35965
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35966
+ "name": "LinkDOMProps"
35967
+ }
35968
+ ],
35969
+ "required": false,
35970
+ "type": {
35971
+ "name": "string"
35972
+ }
35973
+ },
35974
+ "onHoverStart": {
35975
+ "defaultValue": null,
35976
+ "description": "Handler that is called when a hover interaction starts.",
35977
+ "name": "onHoverStart",
35978
+ "parent": {
35979
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35980
+ "name": "HoverEvents"
35981
+ },
35982
+ "declarations": [
35983
+ {
35984
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35985
+ "name": "HoverEvents"
35986
+ }
35987
+ ],
35988
+ "required": false,
35989
+ "type": {
35990
+ "name": "((e: HoverEvent) => void)"
35991
+ }
35992
+ },
35993
+ "onHoverEnd": {
35994
+ "defaultValue": null,
35995
+ "description": "Handler that is called when a hover interaction ends.",
35996
+ "name": "onHoverEnd",
35997
+ "parent": {
35998
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35999
+ "name": "HoverEvents"
36000
+ },
36001
+ "declarations": [
36002
+ {
36003
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
36004
+ "name": "HoverEvents"
36005
+ }
36006
+ ],
36007
+ "required": false,
36008
+ "type": {
36009
+ "name": "((e: HoverEvent) => void)"
36010
+ }
36011
+ },
36012
+ "onHoverChange": {
36013
+ "defaultValue": null,
36014
+ "description": "Handler that is called when the hover state changes.",
36015
+ "name": "onHoverChange",
36016
+ "parent": {
36017
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
36018
+ "name": "HoverEvents"
36019
+ },
36020
+ "declarations": [
36021
+ {
36022
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
36023
+ "name": "HoverEvents"
36024
+ }
36025
+ ],
36026
+ "required": false,
36027
+ "type": {
36028
+ "name": "((isHovering: boolean) => void)"
36029
+ }
36030
+ },
36031
+ "onAction": {
36032
+ "defaultValue": null,
36033
+ "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.",
36034
+ "name": "onAction",
36035
+ "parent": {
36036
+ "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",
36037
+ "name": "ListBoxItemProps"
36038
+ },
36039
+ "declarations": [
36040
+ {
36041
+ "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",
36042
+ "name": "ListBoxItemProps"
36043
+ }
36044
+ ],
36045
+ "required": false,
36046
+ "type": {
36047
+ "name": "(() => void)"
36048
+ }
36049
+ },
36050
+ "textValue": {
36051
+ "defaultValue": null,
36052
+ "description": "A string representation of the item's contents, used for features like typeahead.",
36053
+ "name": "textValue",
36054
+ "parent": {
36055
+ "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",
36056
+ "name": "ListBoxItemProps"
36057
+ },
36058
+ "declarations": [
36059
+ {
36060
+ "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",
36061
+ "name": "ListBoxItemProps"
36062
+ }
36063
+ ],
36064
+ "required": false,
36065
+ "type": {
36066
+ "name": "string"
36067
+ }
36068
+ },
36069
+ "hrefLang": {
36070
+ "defaultValue": null,
36071
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
36072
+ "name": "hrefLang",
36073
+ "parent": {
36074
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36075
+ "name": "LinkDOMProps"
36076
+ },
36077
+ "declarations": [
36078
+ {
36079
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36080
+ "name": "LinkDOMProps"
36081
+ }
36082
+ ],
36083
+ "required": false,
36084
+ "type": {
36085
+ "name": "string"
36086
+ }
36087
+ },
36088
+ "download": {
36089
+ "defaultValue": null,
36090
+ "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).",
36091
+ "name": "download",
36092
+ "parent": {
36093
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36094
+ "name": "LinkDOMProps"
36095
+ },
36096
+ "declarations": [
36097
+ {
36098
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36099
+ "name": "LinkDOMProps"
36100
+ }
36101
+ ],
36102
+ "required": false,
36103
+ "type": {
36104
+ "name": "string | boolean"
36105
+ }
36106
+ },
36107
+ "ping": {
36108
+ "defaultValue": null,
36109
+ "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).",
36110
+ "name": "ping",
36111
+ "parent": {
36112
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36113
+ "name": "LinkDOMProps"
36114
+ },
36115
+ "declarations": [
36116
+ {
36117
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36118
+ "name": "LinkDOMProps"
36119
+ }
36120
+ ],
36121
+ "required": false,
36122
+ "type": {
36123
+ "name": "string"
36124
+ }
36125
+ },
36126
+ "referrerPolicy": {
36127
+ "defaultValue": null,
36128
+ "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).",
36129
+ "name": "referrerPolicy",
36130
+ "parent": {
36131
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36132
+ "name": "LinkDOMProps"
36133
+ },
36134
+ "declarations": [
36135
+ {
36136
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36137
+ "name": "LinkDOMProps"
36138
+ }
36139
+ ],
36140
+ "required": false,
36141
+ "type": {
36142
+ "name": "HTMLAttributeReferrerPolicy"
36143
+ }
36144
+ },
36145
+ "routerOptions": {
36146
+ "defaultValue": null,
36147
+ "description": "Options for the configured client side router.",
36148
+ "name": "routerOptions",
36149
+ "parent": {
36150
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36151
+ "name": "LinkDOMProps"
36152
+ },
36153
+ "declarations": [
36154
+ {
36155
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36156
+ "name": "LinkDOMProps"
36157
+ }
36158
+ ],
36159
+ "required": false,
36160
+ "type": {
36161
+ "name": "undefined"
36162
+ }
36163
+ },
36164
+ "children": {
36165
+ "defaultValue": null,
36166
+ "description": "",
36167
+ "name": "children",
36168
+ "declarations": [
36169
+ {
36170
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36171
+ "name": "TypeLiteral"
36172
+ }
36173
+ ],
36174
+ "required": false,
36175
+ "type": {
36176
+ "name": "ReactNode"
36177
+ }
36178
+ },
36179
+ "wrapWith": {
36180
+ "defaultValue": null,
36181
+ "description": "",
36182
+ "name": "wrapWith",
36183
+ "parent": {
36184
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
36185
+ "name": "FlowComponentProps"
36186
+ },
36187
+ "declarations": [
36188
+ {
36189
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
36190
+ "name": "FlowComponentProps"
36191
+ }
36192
+ ],
36193
+ "required": false,
36194
+ "type": {
36195
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
36196
+ }
36197
+ },
36198
+ "tunnelId": {
36199
+ "defaultValue": null,
36200
+ "description": "@internal",
36201
+ "name": "tunnelId",
36202
+ "parent": {
36203
+ "fileName": "components/src/lib/types/props.ts",
36204
+ "name": "PropsWithTunnel"
36205
+ },
36206
+ "declarations": [
36207
+ {
36208
+ "fileName": "components/src/lib/types/props.ts",
36209
+ "name": "PropsWithTunnel"
36210
+ }
36211
+ ],
36212
+ "required": false,
36213
+ "type": {
36214
+ "name": "string | null"
36215
+ }
36216
+ },
36217
+ "ref": {
36218
+ "defaultValue": null,
36219
+ "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}",
36220
+ "name": "ref",
36221
+ "parent": {
36222
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36223
+ "name": "RefAttributes"
36224
+ },
36225
+ "declarations": [
36226
+ {
36227
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36228
+ "name": "RefAttributes"
36229
+ }
36230
+ ],
36231
+ "required": false,
36232
+ "type": {
36233
+ "name": "Ref<HTMLDivElement>"
36234
+ }
36235
+ },
36236
+ "key": {
36237
+ "defaultValue": null,
36238
+ "description": "",
36239
+ "name": "key",
36240
+ "parent": {
36241
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36242
+ "name": "Attributes"
36243
+ },
36244
+ "declarations": [
36245
+ {
36246
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36247
+ "name": "Attributes"
36248
+ }
36249
+ ],
36250
+ "required": false,
36251
+ "type": {
36252
+ "name": "Key | null"
36253
+ }
36254
+ }
36255
+ }
36256
+ },
36257
36257
  {
36258
36258
  "tags": {},
36259
36259
  "filePath": "src/components/NotificationProvider/NotificationProvider.tsx",
@@ -153310,56 +153310,840 @@
153310
153310
  "name": "Key | null"
153311
153311
  }
153312
153312
  },
153313
- "wrapWith": {
153314
- "defaultValue": null,
153315
- "description": "",
153316
- "name": "wrapWith",
153313
+ "wrapWith": {
153314
+ "defaultValue": null,
153315
+ "description": "",
153316
+ "name": "wrapWith",
153317
+ "parent": {
153318
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
153319
+ "name": "FlowComponentProps"
153320
+ },
153321
+ "declarations": [
153322
+ {
153323
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
153324
+ "name": "FlowComponentProps"
153325
+ }
153326
+ ],
153327
+ "required": false,
153328
+ "type": {
153329
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
153330
+ }
153331
+ },
153332
+ "tunnelId": {
153333
+ "defaultValue": null,
153334
+ "description": "@internal",
153335
+ "name": "tunnelId",
153336
+ "parent": {
153337
+ "fileName": "components/src/lib/types/props.ts",
153338
+ "name": "PropsWithTunnel"
153339
+ },
153340
+ "declarations": [
153341
+ {
153342
+ "fileName": "components/src/lib/types/props.ts",
153343
+ "name": "PropsWithTunnel"
153344
+ }
153345
+ ],
153346
+ "required": false,
153347
+ "type": {
153348
+ "name": "string | null"
153349
+ }
153350
+ },
153351
+ "isDisabled": {
153352
+ "defaultValue": null,
153353
+ "description": "Whether the button is disabled.",
153354
+ "name": "isDisabled",
153355
+ "parent": {
153356
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153357
+ "name": "ButtonProps"
153358
+ },
153359
+ "declarations": [
153360
+ {
153361
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153362
+ "name": "ButtonProps"
153363
+ }
153364
+ ],
153365
+ "required": false,
153366
+ "type": {
153367
+ "name": "boolean"
153368
+ }
153369
+ },
153370
+ "autoFocus": {
153371
+ "defaultValue": null,
153372
+ "description": "Whether the element should receive focus on render.",
153373
+ "name": "autoFocus",
153374
+ "parent": {
153375
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153376
+ "name": "FocusableProps"
153377
+ },
153378
+ "declarations": [
153379
+ {
153380
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153381
+ "name": "FocusableProps"
153382
+ }
153383
+ ],
153384
+ "required": false,
153385
+ "type": {
153386
+ "name": "boolean"
153387
+ }
153388
+ },
153389
+ "onFocusChange": {
153390
+ "defaultValue": null,
153391
+ "description": "Handler that is called when the element's focus status changes.",
153392
+ "name": "onFocusChange",
153393
+ "parent": {
153394
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153395
+ "name": "FocusEvents"
153396
+ },
153397
+ "declarations": [
153398
+ {
153399
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153400
+ "name": "FocusEvents"
153401
+ }
153402
+ ],
153403
+ "required": false,
153404
+ "type": {
153405
+ "name": "((isFocused: boolean) => void)"
153406
+ }
153407
+ },
153408
+ "value": {
153409
+ "defaultValue": null,
153410
+ "description": "The value associated with the button's name when it's submitted with the form data.",
153411
+ "name": "value",
153412
+ "parent": {
153413
+ "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",
153414
+ "name": "ButtonProps"
153415
+ },
153416
+ "declarations": [
153417
+ {
153418
+ "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",
153419
+ "name": "ButtonProps"
153420
+ }
153421
+ ],
153422
+ "required": false,
153423
+ "type": {
153424
+ "name": "string"
153425
+ }
153426
+ },
153427
+ "slot": {
153428
+ "defaultValue": null,
153429
+ "description": "Slot for button placement in action groups.",
153430
+ "name": "slot",
153431
+ "parent": {
153432
+ "fileName": "components/src/components/Button/Button.tsx",
153433
+ "name": "ButtonProps"
153434
+ },
153435
+ "declarations": [
153436
+ {
153437
+ "fileName": "components/src/components/Button/Button.tsx",
153438
+ "name": "ButtonProps"
153439
+ }
153440
+ ],
153441
+ "required": false,
153442
+ "type": {
153443
+ "name": "string"
153444
+ }
153445
+ },
153446
+ "excludeFromTabOrder": {
153447
+ "defaultValue": null,
153448
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
153449
+ "name": "excludeFromTabOrder",
153450
+ "parent": {
153451
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
153452
+ "name": "FocusableDOMProps"
153453
+ },
153454
+ "declarations": [
153455
+ {
153456
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
153457
+ "name": "FocusableDOMProps"
153458
+ }
153459
+ ],
153460
+ "required": false,
153461
+ "type": {
153462
+ "name": "boolean"
153463
+ }
153464
+ },
153465
+ "form": {
153466
+ "defaultValue": null,
153467
+ "description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.",
153468
+ "name": "form",
153469
+ "parent": {
153470
+ "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",
153471
+ "name": "ButtonProps"
153472
+ },
153473
+ "declarations": [
153474
+ {
153475
+ "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",
153476
+ "name": "ButtonProps"
153477
+ }
153478
+ ],
153479
+ "required": false,
153480
+ "type": {
153481
+ "name": "string"
153482
+ }
153483
+ },
153484
+ "formAction": {
153485
+ "defaultValue": null,
153486
+ "description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
153487
+ "name": "formAction",
153488
+ "parent": {
153489
+ "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",
153490
+ "name": "ButtonProps"
153491
+ },
153492
+ "declarations": [
153493
+ {
153494
+ "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",
153495
+ "name": "ButtonProps"
153496
+ }
153497
+ ],
153498
+ "required": false,
153499
+ "type": {
153500
+ "name": "string"
153501
+ }
153502
+ },
153503
+ "formEncType": {
153504
+ "defaultValue": null,
153505
+ "description": "Indicates how to encode the form data that is submitted.",
153506
+ "name": "formEncType",
153507
+ "parent": {
153508
+ "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",
153509
+ "name": "ButtonProps"
153510
+ },
153511
+ "declarations": [
153512
+ {
153513
+ "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",
153514
+ "name": "ButtonProps"
153515
+ }
153516
+ ],
153517
+ "required": false,
153518
+ "type": {
153519
+ "name": "string"
153520
+ }
153521
+ },
153522
+ "formMethod": {
153523
+ "defaultValue": null,
153524
+ "description": "Indicates the HTTP method used to submit the form.",
153525
+ "name": "formMethod",
153526
+ "parent": {
153527
+ "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",
153528
+ "name": "ButtonProps"
153529
+ },
153530
+ "declarations": [
153531
+ {
153532
+ "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",
153533
+ "name": "ButtonProps"
153534
+ }
153535
+ ],
153536
+ "required": false,
153537
+ "type": {
153538
+ "name": "string"
153539
+ }
153540
+ },
153541
+ "formNoValidate": {
153542
+ "defaultValue": null,
153543
+ "description": "Indicates that the form is not to be validated when it is submitted.",
153544
+ "name": "formNoValidate",
153545
+ "parent": {
153546
+ "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",
153547
+ "name": "ButtonProps"
153548
+ },
153549
+ "declarations": [
153550
+ {
153551
+ "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",
153552
+ "name": "ButtonProps"
153553
+ }
153554
+ ],
153555
+ "required": false,
153556
+ "type": {
153557
+ "name": "boolean"
153558
+ }
153559
+ },
153560
+ "formTarget": {
153561
+ "defaultValue": null,
153562
+ "description": "Overrides the target attribute of the button's form owner.",
153563
+ "name": "formTarget",
153564
+ "parent": {
153565
+ "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",
153566
+ "name": "ButtonProps"
153567
+ },
153568
+ "declarations": [
153569
+ {
153570
+ "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",
153571
+ "name": "ButtonProps"
153572
+ }
153573
+ ],
153574
+ "required": false,
153575
+ "type": {
153576
+ "name": "string"
153577
+ }
153578
+ },
153579
+ "size": {
153580
+ "defaultValue": {
153581
+ "value": "\"m\""
153582
+ },
153583
+ "description": "The size of the button.",
153584
+ "name": "size",
153585
+ "parent": {
153586
+ "fileName": "components/src/components/Button/Button.tsx",
153587
+ "name": "ButtonProps"
153588
+ },
153589
+ "declarations": [
153590
+ {
153591
+ "fileName": "components/src/components/Button/Button.tsx",
153592
+ "name": "ButtonProps"
153593
+ }
153594
+ ],
153595
+ "required": false,
153596
+ "type": {
153597
+ "name": "\"s\" | \"m\""
153598
+ }
153599
+ },
153600
+ "onHoverStart": {
153601
+ "defaultValue": null,
153602
+ "description": "Handler that is called when a hover interaction starts.",
153603
+ "name": "onHoverStart",
153604
+ "parent": {
153605
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153606
+ "name": "HoverEvents"
153607
+ },
153608
+ "declarations": [
153609
+ {
153610
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153611
+ "name": "HoverEvents"
153612
+ }
153613
+ ],
153614
+ "required": false,
153615
+ "type": {
153616
+ "name": "((e: HoverEvent) => void)"
153617
+ }
153618
+ },
153619
+ "onHoverEnd": {
153620
+ "defaultValue": null,
153621
+ "description": "Handler that is called when a hover interaction ends.",
153622
+ "name": "onHoverEnd",
153623
+ "parent": {
153624
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153625
+ "name": "HoverEvents"
153626
+ },
153627
+ "declarations": [
153628
+ {
153629
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153630
+ "name": "HoverEvents"
153631
+ }
153632
+ ],
153633
+ "required": false,
153634
+ "type": {
153635
+ "name": "((e: HoverEvent) => void)"
153636
+ }
153637
+ },
153638
+ "onHoverChange": {
153639
+ "defaultValue": null,
153640
+ "description": "Handler that is called when the hover state changes.",
153641
+ "name": "onHoverChange",
153642
+ "parent": {
153643
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153644
+ "name": "HoverEvents"
153645
+ },
153646
+ "declarations": [
153647
+ {
153648
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153649
+ "name": "HoverEvents"
153650
+ }
153651
+ ],
153652
+ "required": false,
153653
+ "type": {
153654
+ "name": "((isHovering: boolean) => void)"
153655
+ }
153656
+ },
153657
+ "onPressStart": {
153658
+ "defaultValue": null,
153659
+ "description": "Handler that is called when a press interaction starts.",
153660
+ "name": "onPressStart",
153661
+ "parent": {
153662
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153663
+ "name": "PressEvents"
153664
+ },
153665
+ "declarations": [
153666
+ {
153667
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153668
+ "name": "PressEvents"
153669
+ }
153670
+ ],
153671
+ "required": false,
153672
+ "type": {
153673
+ "name": "((e: PressEvent) => void)"
153674
+ }
153675
+ },
153676
+ "onPressEnd": {
153677
+ "defaultValue": null,
153678
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
153679
+ "name": "onPressEnd",
153680
+ "parent": {
153681
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153682
+ "name": "PressEvents"
153683
+ },
153684
+ "declarations": [
153685
+ {
153686
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153687
+ "name": "PressEvents"
153688
+ }
153689
+ ],
153690
+ "required": false,
153691
+ "type": {
153692
+ "name": "((e: PressEvent) => void)"
153693
+ }
153694
+ },
153695
+ "onPressChange": {
153696
+ "defaultValue": null,
153697
+ "description": "Handler that is called when the press state changes.",
153698
+ "name": "onPressChange",
153699
+ "parent": {
153700
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153701
+ "name": "PressEvents"
153702
+ },
153703
+ "declarations": [
153704
+ {
153705
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153706
+ "name": "PressEvents"
153707
+ }
153708
+ ],
153709
+ "required": false,
153710
+ "type": {
153711
+ "name": "((isPressed: boolean) => void)"
153712
+ }
153713
+ },
153714
+ "onPressUp": {
153715
+ "defaultValue": null,
153716
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
153717
+ "name": "onPressUp",
153718
+ "parent": {
153719
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153720
+ "name": "PressEvents"
153721
+ },
153722
+ "declarations": [
153723
+ {
153724
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153725
+ "name": "PressEvents"
153726
+ }
153727
+ ],
153728
+ "required": false,
153729
+ "type": {
153730
+ "name": "((e: PressEvent) => void)"
153731
+ }
153732
+ },
153733
+ "unstyled": {
153734
+ "defaultValue": null,
153735
+ "description": "@internal",
153736
+ "name": "unstyled",
153737
+ "parent": {
153738
+ "fileName": "components/src/components/Button/Button.tsx",
153739
+ "name": "ButtonProps"
153740
+ },
153741
+ "declarations": [
153742
+ {
153743
+ "fileName": "components/src/components/Button/Button.tsx",
153744
+ "name": "ButtonProps"
153745
+ }
153746
+ ],
153747
+ "required": false,
153748
+ "type": {
153749
+ "name": "boolean"
153750
+ }
153751
+ },
153752
+ "preventFocusOnPress": {
153753
+ "defaultValue": null,
153754
+ "description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
153755
+ "name": "preventFocusOnPress",
153756
+ "parent": {
153757
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153758
+ "name": "AriaBaseButtonProps"
153759
+ },
153760
+ "declarations": [
153761
+ {
153762
+ "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153763
+ "name": "AriaBaseButtonProps"
153764
+ }
153765
+ ],
153766
+ "required": false,
153767
+ "type": {
153768
+ "name": "boolean"
153769
+ }
153770
+ },
153771
+ "variant": {
153772
+ "defaultValue": {
153773
+ "value": "\"solid\""
153774
+ },
153775
+ "description": "The visual variant of the button.",
153776
+ "name": "variant",
153777
+ "parent": {
153778
+ "fileName": "components/src/components/Button/Button.tsx",
153779
+ "name": "ButtonProps"
153780
+ },
153781
+ "declarations": [
153782
+ {
153783
+ "fileName": "components/src/components/Button/Button.tsx",
153784
+ "name": "ButtonProps"
153785
+ }
153786
+ ],
153787
+ "required": false,
153788
+ "type": {
153789
+ "name": "\"solid\" | \"plain\" | \"soft\" | \"outline\""
153790
+ }
153791
+ },
153792
+ "isPending": {
153793
+ "defaultValue": null,
153794
+ "description": "Whether the button is in a pending state.",
153795
+ "name": "isPending",
153796
+ "parent": {
153797
+ "fileName": "components/src/components/Button/Button.tsx",
153798
+ "name": "ButtonProps"
153799
+ },
153800
+ "declarations": [
153801
+ {
153802
+ "fileName": "components/src/components/Button/Button.tsx",
153803
+ "name": "ButtonProps"
153804
+ }
153805
+ ],
153806
+ "required": false,
153807
+ "type": {
153808
+ "name": "boolean"
153809
+ }
153810
+ },
153811
+ "isSucceeded": {
153812
+ "defaultValue": null,
153813
+ "description": "Whether the button is in a succeeded state.",
153814
+ "name": "isSucceeded",
153815
+ "parent": {
153816
+ "fileName": "components/src/components/Button/Button.tsx",
153817
+ "name": "ButtonProps"
153818
+ },
153819
+ "declarations": [
153820
+ {
153821
+ "fileName": "components/src/components/Button/Button.tsx",
153822
+ "name": "ButtonProps"
153823
+ }
153824
+ ],
153825
+ "required": false,
153826
+ "type": {
153827
+ "name": "boolean"
153828
+ }
153829
+ },
153830
+ "isFailed": {
153831
+ "defaultValue": null,
153832
+ "description": "Whether the button is in a failed state.",
153833
+ "name": "isFailed",
153834
+ "parent": {
153835
+ "fileName": "components/src/components/Button/Button.tsx",
153836
+ "name": "ButtonProps"
153837
+ },
153838
+ "declarations": [
153839
+ {
153840
+ "fileName": "components/src/components/Button/Button.tsx",
153841
+ "name": "ButtonProps"
153842
+ }
153843
+ ],
153844
+ "required": false,
153845
+ "type": {
153846
+ "name": "boolean"
153847
+ }
153848
+ },
153849
+ "ariaSlot": {
153850
+ "defaultValue": null,
153851
+ "description": "@internal",
153852
+ "name": "ariaSlot",
153853
+ "parent": {
153854
+ "fileName": "components/src/components/Button/Button.tsx",
153855
+ "name": "ButtonProps"
153856
+ },
153857
+ "declarations": [
153858
+ {
153859
+ "fileName": "components/src/components/Button/Button.tsx",
153860
+ "name": "ButtonProps"
153861
+ }
153862
+ ],
153863
+ "required": false,
153864
+ "type": {
153865
+ "name": "string | null"
153866
+ }
153867
+ }
153868
+ }
153869
+ },
153870
+ {
153871
+ "tags": {
153872
+ "flr-generate": "all",
153873
+ "flr-clear-props-context": ""
153874
+ },
153875
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
153876
+ "description": "",
153877
+ "displayName": "ContextualHelp",
153878
+ "methods": [],
153879
+ "props": {
153880
+ "children": {
153881
+ "defaultValue": null,
153882
+ "description": "",
153883
+ "name": "children",
153884
+ "declarations": [
153885
+ {
153886
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
153887
+ "name": "TypeLiteral"
153888
+ }
153889
+ ],
153890
+ "required": false,
153891
+ "type": {
153892
+ "name": "ReactNode"
153893
+ }
153894
+ },
153895
+ "className": {
153896
+ "defaultValue": null,
153897
+ "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.",
153898
+ "name": "className",
153899
+ "parent": {
153900
+ "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",
153901
+ "name": "StyleRenderProps"
153902
+ },
153903
+ "declarations": [
153904
+ {
153905
+ "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",
153906
+ "name": "StyleRenderProps"
153907
+ }
153908
+ ],
153909
+ "required": false,
153910
+ "type": {
153911
+ "name": "string | ((values: PopoverRenderProps & { defaultClassName: string; }) => string)"
153912
+ }
153913
+ },
153914
+ "style": {
153915
+ "defaultValue": null,
153916
+ "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.",
153917
+ "name": "style",
153918
+ "parent": {
153919
+ "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",
153920
+ "name": "StyleRenderProps"
153921
+ },
153922
+ "declarations": [
153923
+ {
153924
+ "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",
153925
+ "name": "StyleRenderProps"
153926
+ }
153927
+ ],
153928
+ "required": false,
153929
+ "type": {
153930
+ "name": "CSSProperties | ((values: PopoverRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
153931
+ }
153932
+ },
153933
+ "width": {
153934
+ "defaultValue": null,
153935
+ "description": "A fixed width for the popover.",
153936
+ "name": "width",
153937
+ "parent": {
153938
+ "fileName": "components/src/components/Popover/Popover.tsx",
153939
+ "name": "PopoverProps"
153940
+ },
153941
+ "declarations": [
153942
+ {
153943
+ "fileName": "components/src/components/Popover/Popover.tsx",
153944
+ "name": "PopoverProps"
153945
+ }
153946
+ ],
153947
+ "required": false,
153948
+ "type": {
153949
+ "name": "string | number"
153950
+ }
153951
+ },
153952
+ "offset": {
153953
+ "defaultValue": {
153954
+ "value": "8"
153955
+ },
153956
+ "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
153957
+ "name": "offset",
153958
+ "parent": {
153959
+ "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",
153960
+ "name": "PopoverProps"
153961
+ },
153962
+ "declarations": [
153963
+ {
153964
+ "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",
153965
+ "name": "PopoverProps"
153966
+ }
153967
+ ],
153968
+ "required": false,
153969
+ "type": {
153970
+ "name": "number"
153971
+ }
153972
+ },
153973
+ "aria-describedby": {
153974
+ "defaultValue": null,
153975
+ "description": "Identifies the element (or elements) that describes the object.",
153976
+ "name": "aria-describedby",
153977
+ "parent": {
153978
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
153979
+ "name": "AriaLabelingProps"
153980
+ },
153981
+ "declarations": [
153982
+ {
153983
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
153984
+ "name": "AriaLabelingProps"
153985
+ }
153986
+ ],
153987
+ "required": false,
153988
+ "type": {
153989
+ "name": "string"
153990
+ }
153991
+ },
153992
+ "aria-details": {
153993
+ "defaultValue": null,
153994
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
153995
+ "name": "aria-details",
153996
+ "parent": {
153997
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
153998
+ "name": "AriaLabelingProps"
153999
+ },
154000
+ "declarations": [
154001
+ {
154002
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
154003
+ "name": "AriaLabelingProps"
154004
+ }
154005
+ ],
154006
+ "required": false,
154007
+ "type": {
154008
+ "name": "string"
154009
+ }
154010
+ },
154011
+ "aria-label": {
154012
+ "defaultValue": null,
154013
+ "description": "Defines a string value that labels the current element.",
154014
+ "name": "aria-label",
154015
+ "parent": {
154016
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
154017
+ "name": "AriaLabelingProps"
154018
+ },
154019
+ "declarations": [
154020
+ {
154021
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
154022
+ "name": "AriaLabelingProps"
154023
+ }
154024
+ ],
154025
+ "required": false,
154026
+ "type": {
154027
+ "name": "string"
154028
+ }
154029
+ },
154030
+ "aria-labelledby": {
154031
+ "defaultValue": null,
154032
+ "description": "Identifies the element (or elements) that labels the current element.",
154033
+ "name": "aria-labelledby",
154034
+ "parent": {
154035
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
154036
+ "name": "AriaLabelingProps"
154037
+ },
154038
+ "declarations": [
154039
+ {
154040
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
154041
+ "name": "AriaLabelingProps"
154042
+ }
154043
+ ],
154044
+ "required": false,
154045
+ "type": {
154046
+ "name": "string"
154047
+ }
154048
+ },
154049
+ "ref": {
154050
+ "defaultValue": null,
154051
+ "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}",
154052
+ "name": "ref",
154053
+ "parent": {
154054
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
154055
+ "name": "RefAttributes"
154056
+ },
154057
+ "declarations": [
154058
+ {
154059
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
154060
+ "name": "RefAttributes"
154061
+ },
154062
+ {
154063
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
154064
+ "name": "RefAttributes"
154065
+ }
154066
+ ],
154067
+ "required": false,
154068
+ "type": {
154069
+ "name": "Ref<HTMLDivElement>"
154070
+ }
154071
+ },
154072
+ "key": {
154073
+ "defaultValue": null,
154074
+ "description": "",
154075
+ "name": "key",
154076
+ "parent": {
154077
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
154078
+ "name": "Attributes"
154079
+ },
154080
+ "declarations": [
154081
+ {
154082
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
154083
+ "name": "Attributes"
154084
+ },
154085
+ {
154086
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
154087
+ "name": "Attributes"
154088
+ }
154089
+ ],
154090
+ "required": false,
154091
+ "type": {
154092
+ "name": "Key | null"
154093
+ }
154094
+ },
154095
+ "arrowBoundaryOffset": {
154096
+ "defaultValue": {
154097
+ "value": "0"
154098
+ },
154099
+ "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
154100
+ "name": "arrowBoundaryOffset",
153317
154101
  "parent": {
153318
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
153319
- "name": "FlowComponentProps"
154102
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154103
+ "name": "AriaPositionProps"
153320
154104
  },
153321
154105
  "declarations": [
153322
154106
  {
153323
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
153324
- "name": "FlowComponentProps"
154107
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154108
+ "name": "AriaPositionProps"
153325
154109
  }
153326
154110
  ],
153327
154111
  "required": false,
153328
154112
  "type": {
153329
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
154113
+ "name": "number"
153330
154114
  }
153331
154115
  },
153332
- "tunnelId": {
154116
+ "triggerRef": {
153333
154117
  "defaultValue": null,
153334
- "description": "@internal",
153335
- "name": "tunnelId",
154118
+ "description": "The ref for the element which the popover positions itself with respect to.\n\nWhen used within a trigger component such as DialogTrigger, MenuTrigger, Select, etc.,\nthis is set automatically. It is only required when used standalone.",
154119
+ "name": "triggerRef",
153336
154120
  "parent": {
153337
- "fileName": "components/src/lib/types/props.ts",
153338
- "name": "PropsWithTunnel"
154121
+ "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",
154122
+ "name": "PopoverProps"
153339
154123
  },
153340
154124
  "declarations": [
153341
154125
  {
153342
- "fileName": "components/src/lib/types/props.ts",
153343
- "name": "PropsWithTunnel"
154126
+ "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",
154127
+ "name": "PopoverProps"
153344
154128
  }
153345
154129
  ],
153346
154130
  "required": false,
153347
154131
  "type": {
153348
- "name": "string | null"
154132
+ "name": "RefObject<Element | null>"
153349
154133
  }
153350
154134
  },
153351
- "isDisabled": {
154135
+ "isEntering": {
153352
154136
  "defaultValue": null,
153353
- "description": "Whether the button is disabled.",
153354
- "name": "isDisabled",
154137
+ "description": "Whether the popover is currently performing an entry animation.",
154138
+ "name": "isEntering",
153355
154139
  "parent": {
153356
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153357
- "name": "ButtonProps"
154140
+ "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",
154141
+ "name": "PopoverProps"
153358
154142
  },
153359
154143
  "declarations": [
153360
154144
  {
153361
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153362
- "name": "ButtonProps"
154145
+ "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",
154146
+ "name": "PopoverProps"
153363
154147
  }
153364
154148
  ],
153365
154149
  "required": false,
@@ -153367,18 +154151,18 @@
153367
154151
  "name": "boolean"
153368
154152
  }
153369
154153
  },
153370
- "autoFocus": {
154154
+ "isExiting": {
153371
154155
  "defaultValue": null,
153372
- "description": "Whether the element should receive focus on render.",
153373
- "name": "autoFocus",
154156
+ "description": "Whether the popover is currently performing an exit animation.",
154157
+ "name": "isExiting",
153374
154158
  "parent": {
153375
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153376
- "name": "FocusableProps"
154159
+ "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",
154160
+ "name": "PopoverProps"
153377
154161
  },
153378
154162
  "declarations": [
153379
154163
  {
153380
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153381
- "name": "FocusableProps"
154164
+ "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",
154165
+ "name": "PopoverProps"
153382
154166
  }
153383
154167
  ],
153384
154168
  "required": false,
@@ -153386,362 +154170,359 @@
153386
154170
  "name": "boolean"
153387
154171
  }
153388
154172
  },
153389
- "onFocusChange": {
153390
- "defaultValue": null,
153391
- "description": "Handler that is called when the element's focus status changes.",
153392
- "name": "onFocusChange",
153393
- "parent": {
153394
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153395
- "name": "FocusEvents"
154173
+ "UNSTABLE_portalContainer": {
154174
+ "defaultValue": {
154175
+ "value": "document.body"
153396
154176
  },
153397
- "declarations": [
153398
- {
153399
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153400
- "name": "FocusEvents"
153401
- }
153402
- ],
153403
- "required": false,
153404
- "type": {
153405
- "name": "((isFocused: boolean) => void)"
153406
- }
153407
- },
153408
- "value": {
153409
- "defaultValue": null,
153410
- "description": "The value associated with the button's name when it's submitted with the form data.",
153411
- "name": "value",
154177
+ "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.",
154178
+ "name": "UNSTABLE_portalContainer",
153412
154179
  "parent": {
153413
154180
  "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",
153414
- "name": "ButtonProps"
154181
+ "name": "PopoverProps"
153415
154182
  },
153416
154183
  "declarations": [
153417
154184
  {
153418
154185
  "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",
153419
- "name": "ButtonProps"
154186
+ "name": "PopoverProps"
153420
154187
  }
153421
154188
  ],
153422
154189
  "required": false,
153423
154190
  "type": {
153424
- "name": "string"
154191
+ "name": "Element"
153425
154192
  }
153426
154193
  },
153427
- "slot": {
153428
- "defaultValue": null,
153429
- "description": "Slot for button placement in action groups.",
153430
- "name": "slot",
154194
+ "placement": {
154195
+ "defaultValue": {
154196
+ "value": "'bottom'"
154197
+ },
154198
+ "description": "The placement of the element with respect to its anchor element.",
154199
+ "name": "placement",
153431
154200
  "parent": {
153432
- "fileName": "components/src/components/Button/Button.tsx",
153433
- "name": "ButtonProps"
154201
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154202
+ "name": "PositionProps"
153434
154203
  },
153435
154204
  "declarations": [
153436
154205
  {
153437
- "fileName": "components/src/components/Button/Button.tsx",
153438
- "name": "ButtonProps"
154206
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154207
+ "name": "PositionProps"
153439
154208
  }
153440
154209
  ],
153441
154210
  "required": false,
153442
154211
  "type": {
153443
- "name": "string"
154212
+ "name": "Placement"
153444
154213
  }
153445
154214
  },
153446
- "excludeFromTabOrder": {
153447
- "defaultValue": null,
153448
- "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
153449
- "name": "excludeFromTabOrder",
154215
+ "containerPadding": {
154216
+ "defaultValue": {
154217
+ "value": "12"
154218
+ },
154219
+ "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
154220
+ "name": "containerPadding",
153450
154221
  "parent": {
153451
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
153452
- "name": "FocusableDOMProps"
154222
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154223
+ "name": "PositionProps"
153453
154224
  },
153454
154225
  "declarations": [
153455
154226
  {
153456
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
153457
- "name": "FocusableDOMProps"
154227
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154228
+ "name": "PositionProps"
153458
154229
  }
153459
154230
  ],
153460
154231
  "required": false,
153461
154232
  "type": {
153462
- "name": "boolean"
154233
+ "name": "number"
153463
154234
  }
153464
154235
  },
153465
- "form": {
153466
- "defaultValue": null,
153467
- "description": "The `<form>` element to associate the button with.\nThe value of this attribute must be the id of a `<form>` in the same document.",
153468
- "name": "form",
154236
+ "crossOffset": {
154237
+ "defaultValue": {
154238
+ "value": "0"
154239
+ },
154240
+ "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
154241
+ "name": "crossOffset",
153469
154242
  "parent": {
153470
- "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",
153471
- "name": "ButtonProps"
154243
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154244
+ "name": "PositionProps"
153472
154245
  },
153473
154246
  "declarations": [
153474
154247
  {
153475
- "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",
153476
- "name": "ButtonProps"
154248
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154249
+ "name": "PositionProps"
153477
154250
  }
153478
154251
  ],
153479
154252
  "required": false,
153480
154253
  "type": {
153481
- "name": "string"
154254
+ "name": "number"
153482
154255
  }
153483
154256
  },
153484
- "formAction": {
153485
- "defaultValue": null,
153486
- "description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
153487
- "name": "formAction",
154257
+ "shouldFlip": {
154258
+ "defaultValue": {
154259
+ "value": "true"
154260
+ },
154261
+ "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.",
154262
+ "name": "shouldFlip",
153488
154263
  "parent": {
153489
- "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",
153490
- "name": "ButtonProps"
154264
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154265
+ "name": "PositionProps"
153491
154266
  },
153492
154267
  "declarations": [
153493
154268
  {
153494
- "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",
153495
- "name": "ButtonProps"
154269
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154270
+ "name": "PositionProps"
153496
154271
  }
153497
154272
  ],
153498
154273
  "required": false,
153499
154274
  "type": {
153500
- "name": "string"
154275
+ "name": "boolean"
153501
154276
  }
153502
154277
  },
153503
- "formEncType": {
154278
+ "isOpen": {
153504
154279
  "defaultValue": null,
153505
- "description": "Indicates how to encode the form data that is submitted.",
153506
- "name": "formEncType",
154280
+ "description": "Whether the overlay is open by default (controlled).",
154281
+ "name": "isOpen",
153507
154282
  "parent": {
153508
- "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",
153509
- "name": "ButtonProps"
154283
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154284
+ "name": "OverlayTriggerProps"
153510
154285
  },
153511
154286
  "declarations": [
153512
154287
  {
153513
- "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",
153514
- "name": "ButtonProps"
154288
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154289
+ "name": "OverlayTriggerProps"
153515
154290
  }
153516
154291
  ],
153517
154292
  "required": false,
153518
154293
  "type": {
153519
- "name": "string"
154294
+ "name": "boolean"
153520
154295
  }
153521
154296
  },
153522
- "formMethod": {
154297
+ "defaultOpen": {
153523
154298
  "defaultValue": null,
153524
- "description": "Indicates the HTTP method used to submit the form.",
153525
- "name": "formMethod",
154299
+ "description": "Whether the overlay is open by default (uncontrolled).",
154300
+ "name": "defaultOpen",
153526
154301
  "parent": {
153527
- "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",
153528
- "name": "ButtonProps"
154302
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154303
+ "name": "OverlayTriggerProps"
153529
154304
  },
153530
154305
  "declarations": [
153531
154306
  {
153532
- "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",
153533
- "name": "ButtonProps"
154307
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154308
+ "name": "OverlayTriggerProps"
153534
154309
  }
153535
154310
  ],
153536
154311
  "required": false,
153537
154312
  "type": {
153538
- "name": "string"
154313
+ "name": "boolean"
153539
154314
  }
153540
154315
  },
153541
- "formNoValidate": {
154316
+ "onOpenChange": {
153542
154317
  "defaultValue": null,
153543
- "description": "Indicates that the form is not to be validated when it is submitted.",
153544
- "name": "formNoValidate",
154318
+ "description": "Handler that is called when the overlay's open state changes.",
154319
+ "name": "onOpenChange",
153545
154320
  "parent": {
153546
- "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",
153547
- "name": "ButtonProps"
154321
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154322
+ "name": "OverlayTriggerProps"
153548
154323
  },
153549
154324
  "declarations": [
153550
154325
  {
153551
- "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",
153552
- "name": "ButtonProps"
154326
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
154327
+ "name": "OverlayTriggerProps"
153553
154328
  }
153554
154329
  ],
153555
154330
  "required": false,
153556
154331
  "type": {
153557
- "name": "boolean"
154332
+ "name": "((isOpen: boolean) => void)"
153558
154333
  }
153559
154334
  },
153560
- "formTarget": {
154335
+ "wrapWith": {
153561
154336
  "defaultValue": null,
153562
- "description": "Overrides the target attribute of the button's form owner.",
153563
- "name": "formTarget",
154337
+ "description": "",
154338
+ "name": "wrapWith",
153564
154339
  "parent": {
153565
- "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",
153566
- "name": "ButtonProps"
154340
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
154341
+ "name": "FlowComponentProps"
153567
154342
  },
153568
154343
  "declarations": [
153569
154344
  {
153570
- "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",
153571
- "name": "ButtonProps"
154345
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
154346
+ "name": "FlowComponentProps"
153572
154347
  }
153573
154348
  ],
153574
154349
  "required": false,
153575
154350
  "type": {
153576
- "name": "string"
154351
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
153577
154352
  }
153578
154353
  },
153579
- "size": {
153580
- "defaultValue": {
153581
- "value": "\"m\""
153582
- },
153583
- "description": "The size of the button.",
153584
- "name": "size",
154354
+ "tunnelId": {
154355
+ "defaultValue": null,
154356
+ "description": "@internal",
154357
+ "name": "tunnelId",
153585
154358
  "parent": {
153586
- "fileName": "components/src/components/Button/Button.tsx",
153587
- "name": "ButtonProps"
154359
+ "fileName": "components/src/lib/types/props.ts",
154360
+ "name": "PropsWithTunnel"
153588
154361
  },
153589
154362
  "declarations": [
153590
154363
  {
153591
- "fileName": "components/src/components/Button/Button.tsx",
153592
- "name": "ButtonProps"
154364
+ "fileName": "components/src/lib/types/props.ts",
154365
+ "name": "PropsWithTunnel"
153593
154366
  }
153594
154367
  ],
153595
154368
  "required": false,
153596
154369
  "type": {
153597
- "name": "\"s\" | \"m\""
154370
+ "name": "string | null"
153598
154371
  }
153599
154372
  },
153600
- "onHoverStart": {
154373
+ "slot": {
153601
154374
  "defaultValue": null,
153602
- "description": "Handler that is called when a hover interaction starts.",
153603
- "name": "onHoverStart",
154375
+ "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.",
154376
+ "name": "slot",
153604
154377
  "parent": {
153605
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153606
- "name": "HoverEvents"
154378
+ "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",
154379
+ "name": "SlotProps"
153607
154380
  },
153608
154381
  "declarations": [
153609
154382
  {
153610
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153611
- "name": "HoverEvents"
154383
+ "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",
154384
+ "name": "SlotProps"
153612
154385
  }
153613
154386
  ],
153614
154387
  "required": false,
153615
154388
  "type": {
153616
- "name": "((e: HoverEvent) => void)"
154389
+ "name": "string | null"
153617
154390
  }
153618
154391
  },
153619
- "onHoverEnd": {
154392
+ "controller": {
153620
154393
  "defaultValue": null,
153621
- "description": "Handler that is called when a hover interaction ends.",
153622
- "name": "onHoverEnd",
154394
+ "description": "An overlay controller to control the popover state.",
154395
+ "name": "controller",
153623
154396
  "parent": {
153624
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153625
- "name": "HoverEvents"
154397
+ "fileName": "components/src/components/Popover/Popover.tsx",
154398
+ "name": "PopoverProps"
153626
154399
  },
153627
154400
  "declarations": [
153628
154401
  {
153629
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153630
- "name": "HoverEvents"
154402
+ "fileName": "components/src/components/Popover/Popover.tsx",
154403
+ "name": "PopoverProps"
153631
154404
  }
153632
154405
  ],
153633
154406
  "required": false,
153634
154407
  "type": {
153635
- "name": "((e: HoverEvent) => void)"
154408
+ "name": "OverlayController"
153636
154409
  }
153637
154410
  },
153638
- "onHoverChange": {
153639
- "defaultValue": null,
153640
- "description": "Handler that is called when the hover state changes.",
153641
- "name": "onHoverChange",
154411
+ "padding": {
154412
+ "defaultValue": {
154413
+ "value": "\"m\""
154414
+ },
154415
+ "description": "The popovers padding.",
154416
+ "name": "padding",
153642
154417
  "parent": {
153643
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153644
- "name": "HoverEvents"
154418
+ "fileName": "components/src/components/Popover/Popover.tsx",
154419
+ "name": "PopoverProps"
153645
154420
  },
153646
154421
  "declarations": [
153647
154422
  {
153648
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153649
- "name": "HoverEvents"
154423
+ "fileName": "components/src/components/Popover/Popover.tsx",
154424
+ "name": "PopoverProps"
153650
154425
  }
153651
154426
  ],
153652
154427
  "required": false,
153653
154428
  "type": {
153654
- "name": "((isHovering: boolean) => void)"
154429
+ "name": "\"s\" | \"m\""
153655
154430
  }
153656
154431
  },
153657
- "onPressStart": {
153658
- "defaultValue": null,
153659
- "description": "Handler that is called when a press interaction starts.",
153660
- "name": "onPressStart",
154432
+ "boundaryElement": {
154433
+ "defaultValue": {
154434
+ "value": "document.body"
154435
+ },
154436
+ "description": "Element that that serves as the positioning boundary.",
154437
+ "name": "boundaryElement",
153661
154438
  "parent": {
153662
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153663
- "name": "PressEvents"
154439
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154440
+ "name": "AriaPositionProps"
153664
154441
  },
153665
154442
  "declarations": [
153666
154443
  {
153667
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153668
- "name": "PressEvents"
154444
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154445
+ "name": "AriaPositionProps"
153669
154446
  }
153670
154447
  ],
153671
154448
  "required": false,
153672
154449
  "type": {
153673
- "name": "((e: PressEvent) => void)"
154450
+ "name": "Element"
153674
154451
  }
153675
154452
  },
153676
- "onPressEnd": {
153677
- "defaultValue": null,
153678
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
153679
- "name": "onPressEnd",
154453
+ "scrollRef": {
154454
+ "defaultValue": {
154455
+ "value": "overlayRef"
154456
+ },
154457
+ "description": "A ref for the scrollable region within the overlay.",
154458
+ "name": "scrollRef",
153680
154459
  "parent": {
153681
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153682
- "name": "PressEvents"
154460
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154461
+ "name": "AriaPositionProps"
153683
154462
  },
153684
154463
  "declarations": [
153685
154464
  {
153686
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153687
- "name": "PressEvents"
154465
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154466
+ "name": "AriaPositionProps"
153688
154467
  }
153689
154468
  ],
153690
154469
  "required": false,
153691
154470
  "type": {
153692
- "name": "((e: PressEvent) => void)"
154471
+ "name": "RefObject<Element | null>"
153693
154472
  }
153694
154473
  },
153695
- "onPressChange": {
153696
- "defaultValue": null,
153697
- "description": "Handler that is called when the press state changes.",
153698
- "name": "onPressChange",
154474
+ "shouldUpdatePosition": {
154475
+ "defaultValue": {
154476
+ "value": "true"
154477
+ },
154478
+ "description": "Whether the overlay should update its position automatically.",
154479
+ "name": "shouldUpdatePosition",
153699
154480
  "parent": {
153700
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153701
- "name": "PressEvents"
154481
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154482
+ "name": "AriaPositionProps"
153702
154483
  },
153703
154484
  "declarations": [
153704
154485
  {
153705
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153706
- "name": "PressEvents"
154486
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154487
+ "name": "AriaPositionProps"
153707
154488
  }
153708
154489
  ],
153709
154490
  "required": false,
153710
154491
  "type": {
153711
- "name": "((isPressed: boolean) => void)"
154492
+ "name": "boolean"
153712
154493
  }
153713
154494
  },
153714
- "onPressUp": {
154495
+ "maxHeight": {
153715
154496
  "defaultValue": null,
153716
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
153717
- "name": "onPressUp",
154497
+ "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
154498
+ "name": "maxHeight",
153718
154499
  "parent": {
153719
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153720
- "name": "PressEvents"
154500
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154501
+ "name": "AriaPositionProps"
153721
154502
  },
153722
154503
  "declarations": [
153723
154504
  {
153724
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
153725
- "name": "PressEvents"
154505
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154506
+ "name": "AriaPositionProps"
153726
154507
  }
153727
154508
  ],
153728
154509
  "required": false,
153729
154510
  "type": {
153730
- "name": "((e: PressEvent) => void)"
154511
+ "name": "number"
153731
154512
  }
153732
154513
  },
153733
- "unstyled": {
154514
+ "isNonModal": {
153734
154515
  "defaultValue": null,
153735
- "description": "@internal",
153736
- "name": "unstyled",
154516
+ "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.",
154517
+ "name": "isNonModal",
153737
154518
  "parent": {
153738
- "fileName": "components/src/components/Button/Button.tsx",
153739
- "name": "ButtonProps"
154519
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154520
+ "name": "AriaPopoverProps"
153740
154521
  },
153741
154522
  "declarations": [
153742
154523
  {
153743
- "fileName": "components/src/components/Button/Button.tsx",
153744
- "name": "ButtonProps"
154524
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154525
+ "name": "AriaPopoverProps"
153745
154526
  }
153746
154527
  ],
153747
154528
  "required": false,
@@ -153749,18 +154530,20 @@
153749
154530
  "name": "boolean"
153750
154531
  }
153751
154532
  },
153752
- "preventFocusOnPress": {
153753
- "defaultValue": null,
153754
- "description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
153755
- "name": "preventFocusOnPress",
154533
+ "isKeyboardDismissDisabled": {
154534
+ "defaultValue": {
154535
+ "value": "false"
154536
+ },
154537
+ "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.",
154538
+ "name": "isKeyboardDismissDisabled",
153756
154539
  "parent": {
153757
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153758
- "name": "AriaBaseButtonProps"
154540
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154541
+ "name": "AriaPopoverProps"
153759
154542
  },
153760
154543
  "declarations": [
153761
154544
  {
153762
- "fileName": "flow/node_modules/.pnpm/@react-types+button@3.12.1_react@19.1.0/node_modules/@react-types/button/src/index.d.ts",
153763
- "name": "AriaBaseButtonProps"
154545
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154546
+ "name": "AriaPopoverProps"
153764
154547
  }
153765
154548
  ],
153766
154549
  "required": false,
@@ -153768,115 +154551,110 @@
153768
154551
  "name": "boolean"
153769
154552
  }
153770
154553
  },
153771
- "variant": {
153772
- "defaultValue": {
153773
- "value": "\"solid\""
153774
- },
153775
- "description": "The visual variant of the button.",
153776
- "name": "variant",
154554
+ "shouldCloseOnInteractOutside": {
154555
+ "defaultValue": null,
154556
+ "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.",
154557
+ "name": "shouldCloseOnInteractOutside",
153777
154558
  "parent": {
153778
- "fileName": "components/src/components/Button/Button.tsx",
153779
- "name": "ButtonProps"
154559
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154560
+ "name": "AriaPopoverProps"
153780
154561
  },
153781
154562
  "declarations": [
153782
154563
  {
153783
- "fileName": "components/src/components/Button/Button.tsx",
153784
- "name": "ButtonProps"
154564
+ "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
154565
+ "name": "AriaPopoverProps"
153785
154566
  }
153786
154567
  ],
153787
154568
  "required": false,
153788
154569
  "type": {
153789
- "name": "\"solid\" | \"plain\" | \"soft\" | \"outline\""
154570
+ "name": "((element: Element) => boolean)"
153790
154571
  }
153791
154572
  },
153792
- "isPending": {
154573
+ "trigger": {
153793
154574
  "defaultValue": null,
153794
- "description": "Whether the button is in a pending state.",
153795
- "name": "isPending",
154575
+ "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.",
154576
+ "name": "trigger",
153796
154577
  "parent": {
153797
- "fileName": "components/src/components/Button/Button.tsx",
153798
- "name": "ButtonProps"
154578
+ "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",
154579
+ "name": "PopoverProps"
153799
154580
  },
153800
154581
  "declarations": [
153801
154582
  {
153802
- "fileName": "components/src/components/Button/Button.tsx",
153803
- "name": "ButtonProps"
154583
+ "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",
154584
+ "name": "PopoverProps"
153804
154585
  }
153805
154586
  ],
153806
154587
  "required": false,
153807
154588
  "type": {
153808
- "name": "boolean"
154589
+ "name": "string"
153809
154590
  }
153810
154591
  },
153811
- "isSucceeded": {
154592
+ "isDialogContent": {
153812
154593
  "defaultValue": null,
153813
- "description": "Whether the button is in a succeeded state.",
153814
- "name": "isSucceeded",
154594
+ "description": "Whether the popover contains a dialog.",
154595
+ "name": "isDialogContent",
153815
154596
  "parent": {
153816
- "fileName": "components/src/components/Button/Button.tsx",
153817
- "name": "ButtonProps"
154597
+ "fileName": "components/src/components/Popover/Popover.tsx",
154598
+ "name": "PopoverProps"
153818
154599
  },
153819
154600
  "declarations": [
153820
154601
  {
153821
- "fileName": "components/src/components/Button/Button.tsx",
153822
- "name": "ButtonProps"
154602
+ "fileName": "components/src/components/Popover/Popover.tsx",
154603
+ "name": "PopoverProps"
153823
154604
  }
153824
154605
  ],
153825
154606
  "required": false,
153826
154607
  "type": {
153827
154608
  "name": "boolean"
153828
154609
  }
153829
- },
153830
- "isFailed": {
154610
+ }
154611
+ }
154612
+ },
154613
+ {
154614
+ "tags": {},
154615
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/ContextMenu.tsx",
154616
+ "description": "",
154617
+ "displayName": "ContextMenu",
154618
+ "methods": [],
154619
+ "props": {
154620
+ "selectionMode": {
153831
154621
  "defaultValue": null,
153832
- "description": "Whether the button is in a failed state.",
153833
- "name": "isFailed",
154622
+ "description": "The type of selection that is allowed in the context menu.",
154623
+ "name": "selectionMode",
153834
154624
  "parent": {
153835
- "fileName": "components/src/components/Button/Button.tsx",
153836
- "name": "ButtonProps"
154625
+ "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
154626
+ "name": "ContextMenuProps"
153837
154627
  },
153838
154628
  "declarations": [
153839
154629
  {
153840
- "fileName": "components/src/components/Button/Button.tsx",
153841
- "name": "ButtonProps"
154630
+ "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
154631
+ "name": "ContextMenuProps"
153842
154632
  }
153843
154633
  ],
153844
154634
  "required": false,
153845
154635
  "type": {
153846
- "name": "boolean"
154636
+ "name": "ContextMenuSelectionMode"
153847
154637
  }
153848
154638
  },
153849
- "ariaSlot": {
154639
+ "width": {
153850
154640
  "defaultValue": null,
153851
- "description": "@internal",
153852
- "name": "ariaSlot",
154641
+ "description": "Sets the context menu to a fixed width.",
154642
+ "name": "width",
153853
154643
  "parent": {
153854
- "fileName": "components/src/components/Button/Button.tsx",
153855
- "name": "ButtonProps"
154644
+ "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
154645
+ "name": "ContextMenuProps"
153856
154646
  },
153857
154647
  "declarations": [
153858
154648
  {
153859
- "fileName": "components/src/components/Button/Button.tsx",
153860
- "name": "ButtonProps"
154649
+ "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
154650
+ "name": "ContextMenuProps"
153861
154651
  }
153862
154652
  ],
153863
154653
  "required": false,
153864
154654
  "type": {
153865
- "name": "string | null"
154655
+ "name": "string | number"
153866
154656
  }
153867
- }
153868
- }
153869
- },
153870
- {
153871
- "tags": {
153872
- "flr-generate": "all",
153873
- "flr-clear-props-context": ""
153874
- },
153875
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/ContextualHelp.tsx",
153876
- "description": "",
153877
- "displayName": "ContextualHelp",
153878
- "methods": [],
153879
- "props": {
154657
+ },
153880
154658
  "children": {
153881
154659
  "defaultValue": null,
153882
154660
  "description": "",
@@ -153930,25 +154708,6 @@
153930
154708
  "name": "CSSProperties | ((values: PopoverRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
153931
154709
  }
153932
154710
  },
153933
- "width": {
153934
- "defaultValue": null,
153935
- "description": "A fixed width for the popover.",
153936
- "name": "width",
153937
- "parent": {
153938
- "fileName": "components/src/components/Popover/Popover.tsx",
153939
- "name": "PopoverProps"
153940
- },
153941
- "declarations": [
153942
- {
153943
- "fileName": "components/src/components/Popover/Popover.tsx",
153944
- "name": "PopoverProps"
153945
- }
153946
- ],
153947
- "required": false,
153948
- "type": {
153949
- "name": "string | number"
153950
- }
153951
- },
153952
154711
  "offset": {
153953
154712
  "defaultValue": {
153954
154713
  "value": "8"
@@ -154607,6 +155366,101 @@
154607
155366
  "type": {
154608
155367
  "name": "boolean"
154609
155368
  }
155369
+ },
155370
+ "onSelectionChange": {
155371
+ "defaultValue": null,
155372
+ "description": "Handler that is called when the selection changes.",
155373
+ "name": "onSelectionChange",
155374
+ "parent": {
155375
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
155376
+ "name": "MultipleSelection"
155377
+ },
155378
+ "declarations": [
155379
+ {
155380
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
155381
+ "name": "MultipleSelection"
155382
+ }
155383
+ ],
155384
+ "required": false,
155385
+ "type": {
155386
+ "name": "((keys: Selection) => void)"
155387
+ }
155388
+ },
155389
+ "disabledKeys": {
155390
+ "defaultValue": null,
155391
+ "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
155392
+ "name": "disabledKeys",
155393
+ "parent": {
155394
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
155395
+ "name": "CollectionBase"
155396
+ },
155397
+ "declarations": [
155398
+ {
155399
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
155400
+ "name": "CollectionBase"
155401
+ }
155402
+ ],
155403
+ "required": false,
155404
+ "type": {
155405
+ "name": "Iterable<Key>"
155406
+ }
155407
+ },
155408
+ "selectedKeys": {
155409
+ "defaultValue": null,
155410
+ "description": "The currently selected keys in the collection (controlled).",
155411
+ "name": "selectedKeys",
155412
+ "parent": {
155413
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
155414
+ "name": "MultipleSelection"
155415
+ },
155416
+ "declarations": [
155417
+ {
155418
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
155419
+ "name": "MultipleSelection"
155420
+ }
155421
+ ],
155422
+ "required": false,
155423
+ "type": {
155424
+ "name": "\"all\" | Iterable<Key>"
155425
+ }
155426
+ },
155427
+ "defaultSelectedKeys": {
155428
+ "defaultValue": null,
155429
+ "description": "The initial selected keys in the collection (uncontrolled).",
155430
+ "name": "defaultSelectedKeys",
155431
+ "parent": {
155432
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
155433
+ "name": "MultipleSelection"
155434
+ },
155435
+ "declarations": [
155436
+ {
155437
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
155438
+ "name": "MultipleSelection"
155439
+ }
155440
+ ],
155441
+ "required": false,
155442
+ "type": {
155443
+ "name": "\"all\" | Iterable<Key>"
155444
+ }
155445
+ },
155446
+ "onAction": {
155447
+ "defaultValue": null,
155448
+ "description": "Handler that is called when an item is selected.",
155449
+ "name": "onAction",
155450
+ "parent": {
155451
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155452
+ "name": "MenuProps"
155453
+ },
155454
+ "declarations": [
155455
+ {
155456
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
155457
+ "name": "MenuProps"
155458
+ }
155459
+ ],
155460
+ "required": false,
155461
+ "type": {
155462
+ "name": "((key: Key) => void)"
155463
+ }
154610
155464
  }
154611
155465
  }
154612
155466
  },
@@ -159970,896 +160824,42 @@
159970
160824
  "name": "string | null"
159971
160825
  }
159972
160826
  },
159973
- "ref": {
159974
- "defaultValue": null,
159975
- "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}",
159976
- "name": "ref",
159977
- "parent": {
159978
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
159979
- "name": "RefAttributes"
159980
- },
159981
- "declarations": [
159982
- {
159983
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
159984
- "name": "RefAttributes"
159985
- }
159986
- ],
159987
- "required": false,
159988
- "type": {
159989
- "name": "Ref<HTMLDivElement>"
159990
- }
159991
- },
159992
- "key": {
159993
- "defaultValue": null,
159994
- "description": "",
159995
- "name": "key",
159996
- "parent": {
159997
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
159998
- "name": "Attributes"
159999
- },
160000
- "declarations": [
160001
- {
160002
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160003
- "name": "Attributes"
160004
- }
160005
- ],
160006
- "required": false,
160007
- "type": {
160008
- "name": "Key | null"
160009
- }
160010
- }
160011
- }
160012
- },
160013
- {
160014
- "tags": {},
160015
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/ContextMenu.tsx",
160016
- "description": "",
160017
- "displayName": "ContextMenu",
160018
- "methods": [],
160019
- "props": {
160020
- "selectionMode": {
160021
- "defaultValue": null,
160022
- "description": "The type of selection that is allowed in the context menu.",
160023
- "name": "selectionMode",
160024
- "parent": {
160025
- "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
160026
- "name": "ContextMenuProps"
160027
- },
160028
- "declarations": [
160029
- {
160030
- "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
160031
- "name": "ContextMenuProps"
160032
- }
160033
- ],
160034
- "required": false,
160035
- "type": {
160036
- "name": "ContextMenuSelectionMode"
160037
- }
160038
- },
160039
- "width": {
160040
- "defaultValue": null,
160041
- "description": "Sets the context menu to a fixed width.",
160042
- "name": "width",
160043
- "parent": {
160044
- "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
160045
- "name": "ContextMenuProps"
160046
- },
160047
- "declarations": [
160048
- {
160049
- "fileName": "components/src/components/ContextMenu/ContextMenu.tsx",
160050
- "name": "ContextMenuProps"
160051
- }
160052
- ],
160053
- "required": false,
160054
- "type": {
160055
- "name": "string | number"
160056
- }
160057
- },
160058
- "children": {
160059
- "defaultValue": null,
160060
- "description": "",
160061
- "name": "children",
160062
- "declarations": [
160063
- {
160064
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160065
- "name": "TypeLiteral"
160066
- }
160067
- ],
160068
- "required": false,
160069
- "type": {
160070
- "name": "ReactNode"
160071
- }
160072
- },
160073
- "className": {
160074
- "defaultValue": null,
160075
- "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.",
160076
- "name": "className",
160077
- "parent": {
160078
- "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",
160079
- "name": "StyleRenderProps"
160080
- },
160081
- "declarations": [
160082
- {
160083
- "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",
160084
- "name": "StyleRenderProps"
160085
- }
160086
- ],
160087
- "required": false,
160088
- "type": {
160089
- "name": "string | ((values: PopoverRenderProps & { defaultClassName: string; }) => string)"
160090
- }
160091
- },
160092
- "style": {
160093
- "defaultValue": null,
160094
- "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.",
160095
- "name": "style",
160096
- "parent": {
160097
- "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",
160098
- "name": "StyleRenderProps"
160099
- },
160100
- "declarations": [
160101
- {
160102
- "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",
160103
- "name": "StyleRenderProps"
160104
- }
160105
- ],
160106
- "required": false,
160107
- "type": {
160108
- "name": "CSSProperties | ((values: PopoverRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
160109
- }
160110
- },
160111
- "offset": {
160112
- "defaultValue": {
160113
- "value": "8"
160114
- },
160115
- "description": "The additional offset applied along the main axis between the element and its\nanchor element.",
160116
- "name": "offset",
160117
- "parent": {
160118
- "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",
160119
- "name": "PopoverProps"
160120
- },
160121
- "declarations": [
160122
- {
160123
- "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",
160124
- "name": "PopoverProps"
160125
- }
160126
- ],
160127
- "required": false,
160128
- "type": {
160129
- "name": "number"
160130
- }
160131
- },
160132
- "aria-describedby": {
160133
- "defaultValue": null,
160134
- "description": "Identifies the element (or elements) that describes the object.",
160135
- "name": "aria-describedby",
160136
- "parent": {
160137
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160138
- "name": "AriaLabelingProps"
160139
- },
160140
- "declarations": [
160141
- {
160142
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160143
- "name": "AriaLabelingProps"
160144
- }
160145
- ],
160146
- "required": false,
160147
- "type": {
160148
- "name": "string"
160149
- }
160150
- },
160151
- "aria-details": {
160152
- "defaultValue": null,
160153
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
160154
- "name": "aria-details",
160155
- "parent": {
160156
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160157
- "name": "AriaLabelingProps"
160158
- },
160159
- "declarations": [
160160
- {
160161
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160162
- "name": "AriaLabelingProps"
160163
- }
160164
- ],
160165
- "required": false,
160166
- "type": {
160167
- "name": "string"
160168
- }
160169
- },
160170
- "aria-label": {
160171
- "defaultValue": null,
160172
- "description": "Defines a string value that labels the current element.",
160173
- "name": "aria-label",
160174
- "parent": {
160175
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160176
- "name": "AriaLabelingProps"
160177
- },
160178
- "declarations": [
160179
- {
160180
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160181
- "name": "AriaLabelingProps"
160182
- }
160183
- ],
160184
- "required": false,
160185
- "type": {
160186
- "name": "string"
160187
- }
160188
- },
160189
- "aria-labelledby": {
160190
- "defaultValue": null,
160191
- "description": "Identifies the element (or elements) that labels the current element.",
160192
- "name": "aria-labelledby",
160193
- "parent": {
160194
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160195
- "name": "AriaLabelingProps"
160196
- },
160197
- "declarations": [
160198
- {
160199
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
160200
- "name": "AriaLabelingProps"
160201
- }
160202
- ],
160203
- "required": false,
160204
- "type": {
160205
- "name": "string"
160206
- }
160207
- },
160208
- "ref": {
160209
- "defaultValue": null,
160210
- "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}",
160211
- "name": "ref",
160212
- "parent": {
160213
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160214
- "name": "RefAttributes"
160215
- },
160216
- "declarations": [
160217
- {
160218
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160219
- "name": "RefAttributes"
160220
- },
160221
- {
160222
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160223
- "name": "RefAttributes"
160224
- }
160225
- ],
160226
- "required": false,
160227
- "type": {
160228
- "name": "Ref<HTMLDivElement>"
160229
- }
160230
- },
160231
- "key": {
160232
- "defaultValue": null,
160233
- "description": "",
160234
- "name": "key",
160235
- "parent": {
160236
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160237
- "name": "Attributes"
160238
- },
160239
- "declarations": [
160240
- {
160241
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160242
- "name": "Attributes"
160243
- },
160244
- {
160245
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160246
- "name": "Attributes"
160247
- }
160248
- ],
160249
- "required": false,
160250
- "type": {
160251
- "name": "Key | null"
160252
- }
160253
- },
160254
- "arrowBoundaryOffset": {
160255
- "defaultValue": {
160256
- "value": "0"
160257
- },
160258
- "description": "The minimum distance the arrow's edge should be from the edge of the overlay element.",
160259
- "name": "arrowBoundaryOffset",
160260
- "parent": {
160261
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160262
- "name": "AriaPositionProps"
160263
- },
160264
- "declarations": [
160265
- {
160266
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160267
- "name": "AriaPositionProps"
160268
- }
160269
- ],
160270
- "required": false,
160271
- "type": {
160272
- "name": "number"
160273
- }
160274
- },
160275
- "triggerRef": {
160276
- "defaultValue": null,
160277
- "description": "The ref for the element which the popover positions itself with respect to.\n\nWhen used within a trigger component such as DialogTrigger, MenuTrigger, Select, etc.,\nthis is set automatically. It is only required when used standalone.",
160278
- "name": "triggerRef",
160279
- "parent": {
160280
- "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",
160281
- "name": "PopoverProps"
160282
- },
160283
- "declarations": [
160284
- {
160285
- "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",
160286
- "name": "PopoverProps"
160287
- }
160288
- ],
160289
- "required": false,
160290
- "type": {
160291
- "name": "RefObject<Element | null>"
160292
- }
160293
- },
160294
- "isEntering": {
160295
- "defaultValue": null,
160296
- "description": "Whether the popover is currently performing an entry animation.",
160297
- "name": "isEntering",
160298
- "parent": {
160299
- "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",
160300
- "name": "PopoverProps"
160301
- },
160302
- "declarations": [
160303
- {
160304
- "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",
160305
- "name": "PopoverProps"
160306
- }
160307
- ],
160308
- "required": false,
160309
- "type": {
160310
- "name": "boolean"
160311
- }
160312
- },
160313
- "isExiting": {
160314
- "defaultValue": null,
160315
- "description": "Whether the popover is currently performing an exit animation.",
160316
- "name": "isExiting",
160317
- "parent": {
160318
- "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",
160319
- "name": "PopoverProps"
160320
- },
160321
- "declarations": [
160322
- {
160323
- "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",
160324
- "name": "PopoverProps"
160325
- }
160326
- ],
160327
- "required": false,
160328
- "type": {
160329
- "name": "boolean"
160330
- }
160331
- },
160332
- "UNSTABLE_portalContainer": {
160333
- "defaultValue": {
160334
- "value": "document.body"
160335
- },
160336
- "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.",
160337
- "name": "UNSTABLE_portalContainer",
160338
- "parent": {
160339
- "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",
160340
- "name": "PopoverProps"
160341
- },
160342
- "declarations": [
160343
- {
160344
- "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",
160345
- "name": "PopoverProps"
160346
- }
160347
- ],
160348
- "required": false,
160349
- "type": {
160350
- "name": "Element"
160351
- }
160352
- },
160353
- "placement": {
160354
- "defaultValue": {
160355
- "value": "'bottom'"
160356
- },
160357
- "description": "The placement of the element with respect to its anchor element.",
160358
- "name": "placement",
160359
- "parent": {
160360
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160361
- "name": "PositionProps"
160362
- },
160363
- "declarations": [
160364
- {
160365
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160366
- "name": "PositionProps"
160367
- }
160368
- ],
160369
- "required": false,
160370
- "type": {
160371
- "name": "Placement"
160372
- }
160373
- },
160374
- "containerPadding": {
160375
- "defaultValue": {
160376
- "value": "12"
160377
- },
160378
- "description": "The placement padding that should be applied between the element and its\nsurrounding container.",
160379
- "name": "containerPadding",
160380
- "parent": {
160381
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160382
- "name": "PositionProps"
160383
- },
160384
- "declarations": [
160385
- {
160386
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160387
- "name": "PositionProps"
160388
- }
160389
- ],
160390
- "required": false,
160391
- "type": {
160392
- "name": "number"
160393
- }
160394
- },
160395
- "crossOffset": {
160396
- "defaultValue": {
160397
- "value": "0"
160398
- },
160399
- "description": "The additional offset applied along the cross axis between the element and its\nanchor element.",
160400
- "name": "crossOffset",
160401
- "parent": {
160402
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160403
- "name": "PositionProps"
160404
- },
160405
- "declarations": [
160406
- {
160407
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160408
- "name": "PositionProps"
160409
- }
160410
- ],
160411
- "required": false,
160412
- "type": {
160413
- "name": "number"
160414
- }
160415
- },
160416
- "shouldFlip": {
160417
- "defaultValue": {
160418
- "value": "true"
160419
- },
160420
- "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.",
160421
- "name": "shouldFlip",
160422
- "parent": {
160423
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160424
- "name": "PositionProps"
160425
- },
160426
- "declarations": [
160427
- {
160428
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160429
- "name": "PositionProps"
160430
- }
160431
- ],
160432
- "required": false,
160433
- "type": {
160434
- "name": "boolean"
160435
- }
160436
- },
160437
- "isOpen": {
160438
- "defaultValue": null,
160439
- "description": "Whether the overlay is open by default (controlled).",
160440
- "name": "isOpen",
160441
- "parent": {
160442
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160443
- "name": "OverlayTriggerProps"
160444
- },
160445
- "declarations": [
160446
- {
160447
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160448
- "name": "OverlayTriggerProps"
160449
- }
160450
- ],
160451
- "required": false,
160452
- "type": {
160453
- "name": "boolean"
160454
- }
160455
- },
160456
- "defaultOpen": {
160457
- "defaultValue": null,
160458
- "description": "Whether the overlay is open by default (uncontrolled).",
160459
- "name": "defaultOpen",
160460
- "parent": {
160461
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160462
- "name": "OverlayTriggerProps"
160463
- },
160464
- "declarations": [
160465
- {
160466
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160467
- "name": "OverlayTriggerProps"
160468
- }
160469
- ],
160470
- "required": false,
160471
- "type": {
160472
- "name": "boolean"
160473
- }
160474
- },
160475
- "onOpenChange": {
160476
- "defaultValue": null,
160477
- "description": "Handler that is called when the overlay's open state changes.",
160478
- "name": "onOpenChange",
160479
- "parent": {
160480
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160481
- "name": "OverlayTriggerProps"
160482
- },
160483
- "declarations": [
160484
- {
160485
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.15_react@19.1.0/node_modules/@react-types/overlays/src/index.d.ts",
160486
- "name": "OverlayTriggerProps"
160487
- }
160488
- ],
160489
- "required": false,
160490
- "type": {
160491
- "name": "((isOpen: boolean) => void)"
160492
- }
160493
- },
160494
- "wrapWith": {
160495
- "defaultValue": null,
160496
- "description": "",
160497
- "name": "wrapWith",
160498
- "parent": {
160499
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
160500
- "name": "FlowComponentProps"
160501
- },
160502
- "declarations": [
160503
- {
160504
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
160505
- "name": "FlowComponentProps"
160506
- }
160507
- ],
160508
- "required": false,
160509
- "type": {
160510
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
160511
- }
160512
- },
160513
- "tunnelId": {
160514
- "defaultValue": null,
160515
- "description": "@internal",
160516
- "name": "tunnelId",
160517
- "parent": {
160518
- "fileName": "components/src/lib/types/props.ts",
160519
- "name": "PropsWithTunnel"
160520
- },
160521
- "declarations": [
160522
- {
160523
- "fileName": "components/src/lib/types/props.ts",
160524
- "name": "PropsWithTunnel"
160525
- }
160526
- ],
160527
- "required": false,
160528
- "type": {
160529
- "name": "string | null"
160530
- }
160531
- },
160532
- "slot": {
160533
- "defaultValue": null,
160534
- "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.",
160535
- "name": "slot",
160536
- "parent": {
160537
- "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",
160538
- "name": "SlotProps"
160539
- },
160540
- "declarations": [
160541
- {
160542
- "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",
160543
- "name": "SlotProps"
160544
- }
160545
- ],
160546
- "required": false,
160547
- "type": {
160548
- "name": "string | null"
160549
- }
160550
- },
160551
- "controller": {
160552
- "defaultValue": null,
160553
- "description": "An overlay controller to control the popover state.",
160554
- "name": "controller",
160555
- "parent": {
160556
- "fileName": "components/src/components/Popover/Popover.tsx",
160557
- "name": "PopoverProps"
160558
- },
160559
- "declarations": [
160560
- {
160561
- "fileName": "components/src/components/Popover/Popover.tsx",
160562
- "name": "PopoverProps"
160563
- }
160564
- ],
160565
- "required": false,
160566
- "type": {
160567
- "name": "OverlayController"
160568
- }
160569
- },
160570
- "padding": {
160571
- "defaultValue": {
160572
- "value": "\"m\""
160573
- },
160574
- "description": "The popovers padding.",
160575
- "name": "padding",
160576
- "parent": {
160577
- "fileName": "components/src/components/Popover/Popover.tsx",
160578
- "name": "PopoverProps"
160579
- },
160580
- "declarations": [
160581
- {
160582
- "fileName": "components/src/components/Popover/Popover.tsx",
160583
- "name": "PopoverProps"
160584
- }
160585
- ],
160586
- "required": false,
160587
- "type": {
160588
- "name": "\"s\" | \"m\""
160589
- }
160590
- },
160591
- "boundaryElement": {
160592
- "defaultValue": {
160593
- "value": "document.body"
160594
- },
160595
- "description": "Element that that serves as the positioning boundary.",
160596
- "name": "boundaryElement",
160597
- "parent": {
160598
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160599
- "name": "AriaPositionProps"
160600
- },
160601
- "declarations": [
160602
- {
160603
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160604
- "name": "AriaPositionProps"
160605
- }
160606
- ],
160607
- "required": false,
160608
- "type": {
160609
- "name": "Element"
160610
- }
160611
- },
160612
- "scrollRef": {
160613
- "defaultValue": {
160614
- "value": "overlayRef"
160615
- },
160616
- "description": "A ref for the scrollable region within the overlay.",
160617
- "name": "scrollRef",
160618
- "parent": {
160619
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160620
- "name": "AriaPositionProps"
160621
- },
160622
- "declarations": [
160623
- {
160624
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160625
- "name": "AriaPositionProps"
160626
- }
160627
- ],
160628
- "required": false,
160629
- "type": {
160630
- "name": "RefObject<Element | null>"
160631
- }
160632
- },
160633
- "shouldUpdatePosition": {
160634
- "defaultValue": {
160635
- "value": "true"
160636
- },
160637
- "description": "Whether the overlay should update its position automatically.",
160638
- "name": "shouldUpdatePosition",
160639
- "parent": {
160640
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160641
- "name": "AriaPositionProps"
160642
- },
160643
- "declarations": [
160644
- {
160645
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160646
- "name": "AriaPositionProps"
160647
- }
160648
- ],
160649
- "required": false,
160650
- "type": {
160651
- "name": "boolean"
160652
- }
160653
- },
160654
- "maxHeight": {
160655
- "defaultValue": null,
160656
- "description": "The maxHeight specified for the overlay element.\nBy default, it will take all space up to the current viewport height.",
160657
- "name": "maxHeight",
160658
- "parent": {
160659
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160660
- "name": "AriaPositionProps"
160661
- },
160662
- "declarations": [
160663
- {
160664
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160665
- "name": "AriaPositionProps"
160666
- }
160667
- ],
160668
- "required": false,
160669
- "type": {
160670
- "name": "number"
160671
- }
160672
- },
160673
- "isNonModal": {
160674
- "defaultValue": null,
160675
- "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.",
160676
- "name": "isNonModal",
160677
- "parent": {
160678
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160679
- "name": "AriaPopoverProps"
160680
- },
160681
- "declarations": [
160682
- {
160683
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160684
- "name": "AriaPopoverProps"
160685
- }
160686
- ],
160687
- "required": false,
160688
- "type": {
160689
- "name": "boolean"
160690
- }
160691
- },
160692
- "isKeyboardDismissDisabled": {
160693
- "defaultValue": {
160694
- "value": "false"
160695
- },
160696
- "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.",
160697
- "name": "isKeyboardDismissDisabled",
160698
- "parent": {
160699
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160700
- "name": "AriaPopoverProps"
160701
- },
160702
- "declarations": [
160703
- {
160704
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160705
- "name": "AriaPopoverProps"
160706
- }
160707
- ],
160708
- "required": false,
160709
- "type": {
160710
- "name": "boolean"
160711
- }
160712
- },
160713
- "shouldCloseOnInteractOutside": {
160714
- "defaultValue": null,
160715
- "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.",
160716
- "name": "shouldCloseOnInteractOutside",
160717
- "parent": {
160718
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160719
- "name": "AriaPopoverProps"
160720
- },
160721
- "declarations": [
160722
- {
160723
- "fileName": "flow/node_modules/.pnpm/@react-aria+overlays@3.27.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@react-aria/overlays/dist/types.d.ts",
160724
- "name": "AriaPopoverProps"
160725
- }
160726
- ],
160727
- "required": false,
160728
- "type": {
160729
- "name": "((element: Element) => boolean)"
160730
- }
160731
- },
160732
- "trigger": {
160733
- "defaultValue": null,
160734
- "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.",
160735
- "name": "trigger",
160736
- "parent": {
160737
- "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",
160738
- "name": "PopoverProps"
160739
- },
160740
- "declarations": [
160741
- {
160742
- "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",
160743
- "name": "PopoverProps"
160744
- }
160745
- ],
160746
- "required": false,
160747
- "type": {
160748
- "name": "string"
160749
- }
160750
- },
160751
- "isDialogContent": {
160752
- "defaultValue": null,
160753
- "description": "Whether the popover contains a dialog.",
160754
- "name": "isDialogContent",
160755
- "parent": {
160756
- "fileName": "components/src/components/Popover/Popover.tsx",
160757
- "name": "PopoverProps"
160758
- },
160759
- "declarations": [
160760
- {
160761
- "fileName": "components/src/components/Popover/Popover.tsx",
160762
- "name": "PopoverProps"
160763
- }
160764
- ],
160765
- "required": false,
160766
- "type": {
160767
- "name": "boolean"
160768
- }
160769
- },
160770
- "onSelectionChange": {
160771
- "defaultValue": null,
160772
- "description": "Handler that is called when the selection changes.",
160773
- "name": "onSelectionChange",
160774
- "parent": {
160775
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
160776
- "name": "MultipleSelection"
160777
- },
160778
- "declarations": [
160779
- {
160780
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
160781
- "name": "MultipleSelection"
160782
- }
160783
- ],
160784
- "required": false,
160785
- "type": {
160786
- "name": "((keys: Selection) => void)"
160787
- }
160788
- },
160789
- "disabledKeys": {
160790
- "defaultValue": null,
160791
- "description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
160792
- "name": "disabledKeys",
160793
- "parent": {
160794
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
160795
- "name": "CollectionBase"
160796
- },
160797
- "declarations": [
160798
- {
160799
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/collections.d.ts",
160800
- "name": "CollectionBase"
160801
- }
160802
- ],
160803
- "required": false,
160804
- "type": {
160805
- "name": "Iterable<Key>"
160806
- }
160807
- },
160808
- "selectedKeys": {
160809
- "defaultValue": null,
160810
- "description": "The currently selected keys in the collection (controlled).",
160811
- "name": "selectedKeys",
160812
- "parent": {
160813
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
160814
- "name": "MultipleSelection"
160815
- },
160816
- "declarations": [
160817
- {
160818
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
160819
- "name": "MultipleSelection"
160820
- }
160821
- ],
160822
- "required": false,
160823
- "type": {
160824
- "name": "\"all\" | Iterable<Key>"
160825
- }
160826
- },
160827
- "defaultSelectedKeys": {
160827
+ "ref": {
160828
160828
  "defaultValue": null,
160829
- "description": "The initial selected keys in the collection (uncontrolled).",
160830
- "name": "defaultSelectedKeys",
160829
+ "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}",
160830
+ "name": "ref",
160831
160831
  "parent": {
160832
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
160833
- "name": "MultipleSelection"
160832
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160833
+ "name": "RefAttributes"
160834
160834
  },
160835
160835
  "declarations": [
160836
160836
  {
160837
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/selection.d.ts",
160838
- "name": "MultipleSelection"
160837
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160838
+ "name": "RefAttributes"
160839
160839
  }
160840
160840
  ],
160841
160841
  "required": false,
160842
160842
  "type": {
160843
- "name": "\"all\" | Iterable<Key>"
160843
+ "name": "Ref<HTMLDivElement>"
160844
160844
  }
160845
160845
  },
160846
- "onAction": {
160846
+ "key": {
160847
160847
  "defaultValue": null,
160848
- "description": "Handler that is called when an item is selected.",
160849
- "name": "onAction",
160848
+ "description": "",
160849
+ "name": "key",
160850
160850
  "parent": {
160851
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
160852
- "name": "MenuProps"
160851
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160852
+ "name": "Attributes"
160853
160853
  },
160854
160854
  "declarations": [
160855
160855
  {
160856
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.10.1_react@19.1.0/node_modules/@react-types/menu/src/index.d.ts",
160857
- "name": "MenuProps"
160856
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
160857
+ "name": "Attributes"
160858
160858
  }
160859
160859
  ],
160860
160860
  "required": false,
160861
160861
  "type": {
160862
- "name": "((key: Key) => void)"
160862
+ "name": "Key | null"
160863
160863
  }
160864
160864
  }
160865
160865
  }
@@ -169623,9 +169623,9 @@
169623
169623
  "tags": {
169624
169624
  "flr-generate": "all"
169625
169625
  },
169626
- "filePath": "src/components/ChartLegend/ChartLegend.tsx",
169626
+ "filePath": "src/components/CartesianGrid/CartesianGrid.tsx",
169627
169627
  "description": "",
169628
- "displayName": "ChartLegend",
169628
+ "displayName": "CartesianGrid",
169629
169629
  "methods": [],
169630
169630
  "props": {
169631
169631
  "className": {
@@ -169647,42 +169647,61 @@
169647
169647
  "name": "string"
169648
169648
  }
169649
169649
  },
169650
- "verticalAlign": {
169650
+ "strokeDasharray": {
169651
169651
  "defaultValue": null,
169652
169652
  "description": "",
169653
- "name": "verticalAlign",
169653
+ "name": "strokeDasharray",
169654
169654
  "parent": {
169655
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169656
- "name": "InternalProps"
169655
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169656
+ "name": "SVGAttributes"
169657
169657
  },
169658
169658
  "declarations": [
169659
169659
  {
169660
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169661
- "name": "InternalProps"
169660
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169661
+ "name": "SVGAttributes"
169662
169662
  }
169663
169663
  ],
169664
169664
  "required": false,
169665
169665
  "type": {
169666
- "name": "VerticalAlignmentType"
169666
+ "name": "string | number"
169667
169667
  }
169668
169668
  },
169669
- "formatter": {
169669
+ "horizontal": {
169670
169670
  "defaultValue": null,
169671
- "description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
169672
- "name": "formatter",
169671
+ "description": "",
169672
+ "name": "horizontal",
169673
169673
  "parent": {
169674
- "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169675
- "name": "WithChartLegendFormatters"
169674
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169675
+ "name": "CartesianGridProps"
169676
169676
  },
169677
169677
  "declarations": [
169678
169678
  {
169679
- "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169680
- "name": "WithChartLegendFormatters"
169679
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169680
+ "name": "CartesianGridProps"
169681
169681
  }
169682
169682
  ],
169683
169683
  "required": false,
169684
169684
  "type": {
169685
- "name": "ChartLegendFormatter"
169685
+ "name": "GridLineType"
169686
+ }
169687
+ },
169688
+ "vertical": {
169689
+ "defaultValue": null,
169690
+ "description": "",
169691
+ "name": "vertical",
169692
+ "parent": {
169693
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169694
+ "name": "CartesianGridProps"
169695
+ },
169696
+ "declarations": [
169697
+ {
169698
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169699
+ "name": "CartesianGridProps"
169700
+ }
169701
+ ],
169702
+ "required": false,
169703
+ "type": {
169704
+ "name": "GridLineType"
169686
169705
  }
169687
169706
  }
169688
169707
  }
@@ -169691,9 +169710,9 @@
169691
169710
  "tags": {
169692
169711
  "flr-generate": "all"
169693
169712
  },
169694
- "filePath": "src/components/CartesianGrid/CartesianGrid.tsx",
169713
+ "filePath": "src/components/ChartLegend/ChartLegend.tsx",
169695
169714
  "description": "",
169696
- "displayName": "CartesianGrid",
169715
+ "displayName": "ChartLegend",
169697
169716
  "methods": [],
169698
169717
  "props": {
169699
169718
  "className": {
@@ -169715,61 +169734,42 @@
169715
169734
  "name": "string"
169716
169735
  }
169717
169736
  },
169718
- "strokeDasharray": {
169719
- "defaultValue": null,
169720
- "description": "",
169721
- "name": "strokeDasharray",
169722
- "parent": {
169723
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169724
- "name": "SVGAttributes"
169725
- },
169726
- "declarations": [
169727
- {
169728
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169729
- "name": "SVGAttributes"
169730
- }
169731
- ],
169732
- "required": false,
169733
- "type": {
169734
- "name": "string | number"
169735
- }
169736
- },
169737
- "horizontal": {
169737
+ "verticalAlign": {
169738
169738
  "defaultValue": null,
169739
169739
  "description": "",
169740
- "name": "horizontal",
169740
+ "name": "verticalAlign",
169741
169741
  "parent": {
169742
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169743
- "name": "CartesianGridProps"
169742
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169743
+ "name": "InternalProps"
169744
169744
  },
169745
169745
  "declarations": [
169746
169746
  {
169747
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169748
- "name": "CartesianGridProps"
169747
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169748
+ "name": "InternalProps"
169749
169749
  }
169750
169750
  ],
169751
169751
  "required": false,
169752
169752
  "type": {
169753
- "name": "GridLineType"
169753
+ "name": "VerticalAlignmentType"
169754
169754
  }
169755
169755
  },
169756
- "vertical": {
169756
+ "formatter": {
169757
169757
  "defaultValue": null,
169758
- "description": "",
169759
- "name": "vertical",
169758
+ "description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
169759
+ "name": "formatter",
169760
169760
  "parent": {
169761
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169762
- "name": "CartesianGridProps"
169761
+ "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169762
+ "name": "WithChartLegendFormatters"
169763
169763
  },
169764
169764
  "declarations": [
169765
169765
  {
169766
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169767
- "name": "CartesianGridProps"
169766
+ "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169767
+ "name": "WithChartLegendFormatters"
169768
169768
  }
169769
169769
  ],
169770
169770
  "required": false,
169771
169771
  "type": {
169772
- "name": "GridLineType"
169772
+ "name": "ChartLegendFormatter"
169773
169773
  }
169774
169774
  }
169775
169775
  }