@mittwald/flow-react-components 0.2.0-alpha.967 → 0.2.0-alpha.969

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.
@@ -56993,239 +56993,6 @@
56993
56993
  }
56994
56994
  }
56995
56995
  },
56996
- {
56997
- "tags": {},
56998
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56999
- "description": "",
57000
- "displayName": "Overlay",
57001
- "methods": [],
57002
- "props": {
57003
- "ref": {
57004
- "defaultValue": null,
57005
- "description": "",
57006
- "name": "ref",
57007
- "parent": {
57008
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57009
- "name": "OverlayProps"
57010
- },
57011
- "declarations": [
57012
- {
57013
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57014
- "name": "OverlayProps"
57015
- }
57016
- ],
57017
- "required": false,
57018
- "type": {
57019
- "name": "Ref<HTMLDivElement>"
57020
- }
57021
- },
57022
- "controller": {
57023
- "defaultValue": null,
57024
- "description": "The controller to control the overlay state.",
57025
- "name": "controller",
57026
- "parent": {
57027
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57028
- "name": "OverlayProps"
57029
- },
57030
- "declarations": [
57031
- {
57032
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57033
- "name": "OverlayProps"
57034
- }
57035
- ],
57036
- "required": false,
57037
- "type": {
57038
- "name": "OverlayController"
57039
- }
57040
- },
57041
- "isDismissable": {
57042
- "defaultValue": null,
57043
- "description": "Whether the overlay can be closed by clicking outside of it.",
57044
- "name": "isDismissable",
57045
- "parent": {
57046
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57047
- "name": "OverlayProps"
57048
- },
57049
- "declarations": [
57050
- {
57051
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57052
- "name": "OverlayProps"
57053
- }
57054
- ],
57055
- "required": false,
57056
- "type": {
57057
- "name": "boolean"
57058
- }
57059
- },
57060
- "overlayType": {
57061
- "defaultValue": null,
57062
- "description": "Whether the overlay is a modal or a light box.",
57063
- "name": "overlayType",
57064
- "parent": {
57065
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57066
- "name": "OverlayProps"
57067
- },
57068
- "declarations": [
57069
- {
57070
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57071
- "name": "OverlayProps"
57072
- }
57073
- ],
57074
- "required": false,
57075
- "type": {
57076
- "name": "\"LightBox\" | \"Modal\""
57077
- }
57078
- },
57079
- "isOpen": {
57080
- "defaultValue": null,
57081
- "description": "",
57082
- "name": "isOpen",
57083
- "parent": {
57084
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57085
- "name": "OverlayProps"
57086
- },
57087
- "declarations": [
57088
- {
57089
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57090
- "name": "OverlayProps"
57091
- }
57092
- ],
57093
- "required": false,
57094
- "type": {
57095
- "name": "boolean"
57096
- }
57097
- },
57098
- "isDefaultOpen": {
57099
- "defaultValue": null,
57100
- "description": "",
57101
- "name": "isDefaultOpen",
57102
- "parent": {
57103
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57104
- "name": "OverlayProps"
57105
- },
57106
- "declarations": [
57107
- {
57108
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57109
- "name": "OverlayProps"
57110
- }
57111
- ],
57112
- "required": false,
57113
- "type": {
57114
- "name": "boolean"
57115
- }
57116
- },
57117
- "onOpen": {
57118
- "defaultValue": null,
57119
- "description": "",
57120
- "name": "onOpen",
57121
- "parent": {
57122
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57123
- "name": "OverlayProps"
57124
- },
57125
- "declarations": [
57126
- {
57127
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57128
- "name": "OverlayProps"
57129
- }
57130
- ],
57131
- "required": false,
57132
- "type": {
57133
- "name": "OverlayOpenHandler"
57134
- }
57135
- },
57136
- "onClose": {
57137
- "defaultValue": null,
57138
- "description": "",
57139
- "name": "onClose",
57140
- "parent": {
57141
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57142
- "name": "OverlayProps"
57143
- },
57144
- "declarations": [
57145
- {
57146
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57147
- "name": "OverlayProps"
57148
- }
57149
- ],
57150
- "required": false,
57151
- "type": {
57152
- "name": "OverlayCloseHandler"
57153
- }
57154
- },
57155
- "onOpenChange": {
57156
- "defaultValue": null,
57157
- "description": "",
57158
- "name": "onOpenChange",
57159
- "parent": {
57160
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57161
- "name": "OverlayProps"
57162
- },
57163
- "declarations": [
57164
- {
57165
- "fileName": "components/src/components/Overlay/Overlay.tsx",
57166
- "name": "OverlayProps"
57167
- }
57168
- ],
57169
- "required": false,
57170
- "type": {
57171
- "name": "OverlayOpenStateHandler"
57172
- }
57173
- },
57174
- "children": {
57175
- "defaultValue": null,
57176
- "description": "",
57177
- "name": "children",
57178
- "declarations": [
57179
- {
57180
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
57181
- "name": "TypeLiteral"
57182
- }
57183
- ],
57184
- "required": false,
57185
- "type": {
57186
- "name": "ReactNode"
57187
- }
57188
- },
57189
- "className": {
57190
- "defaultValue": null,
57191
- "description": "The elements class name.",
57192
- "name": "className",
57193
- "parent": {
57194
- "fileName": "components/src/lib/types/props.ts",
57195
- "name": "PropsWithClassName"
57196
- },
57197
- "declarations": [
57198
- {
57199
- "fileName": "components/src/lib/types/props.ts",
57200
- "name": "PropsWithClassName"
57201
- }
57202
- ],
57203
- "required": false,
57204
- "type": {
57205
- "name": "string"
57206
- }
57207
- },
57208
- "aria-labelledby": {
57209
- "defaultValue": null,
57210
- "description": "Identifies the element (or elements) that labels the current element.",
57211
- "name": "aria-labelledby",
57212
- "parent": {
57213
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
57214
- "name": "AriaLabelingProps"
57215
- },
57216
- "declarations": [
57217
- {
57218
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
57219
- "name": "AriaLabelingProps"
57220
- }
57221
- ],
57222
- "required": false,
57223
- "type": {
57224
- "name": "string"
57225
- }
57226
- }
57227
- }
57228
- },
57229
56996
  {
57230
56997
  "tags": {},
57231
56998
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
@@ -59367,85 +59134,210 @@
59367
59134
  }
59368
59135
  },
59369
59136
  {
59370
- "tags": {
59371
- "flr-generate": "all"
59372
- },
59373
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/NumberField/NumberField.tsx",
59137
+ "tags": {},
59138
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
59374
59139
  "description": "",
59375
- "displayName": "NumberField",
59140
+ "displayName": "Overlay",
59376
59141
  "methods": [],
59377
59142
  "props": {
59378
- "id": {
59143
+ "ref": {
59379
59144
  "defaultValue": null,
59380
- "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
59381
- "name": "id",
59145
+ "description": "",
59146
+ "name": "ref",
59382
59147
  "parent": {
59383
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59384
- "name": "DOMProps"
59148
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59149
+ "name": "OverlayProps"
59385
59150
  },
59386
59151
  "declarations": [
59387
59152
  {
59388
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59389
- "name": "DOMProps"
59153
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59154
+ "name": "OverlayProps"
59390
59155
  }
59391
59156
  ],
59392
59157
  "required": false,
59393
59158
  "type": {
59394
- "name": "string"
59159
+ "name": "Ref<HTMLDivElement>"
59395
59160
  }
59396
59161
  },
59397
- "translate": {
59162
+ "controller": {
59163
+ "defaultValue": null,
59164
+ "description": "The controller to control the overlay state.",
59165
+ "name": "controller",
59166
+ "parent": {
59167
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59168
+ "name": "OverlayProps"
59169
+ },
59170
+ "declarations": [
59171
+ {
59172
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59173
+ "name": "OverlayProps"
59174
+ }
59175
+ ],
59176
+ "required": false,
59177
+ "type": {
59178
+ "name": "OverlayController"
59179
+ }
59180
+ },
59181
+ "isDismissable": {
59182
+ "defaultValue": null,
59183
+ "description": "Whether the overlay can be closed by clicking outside of it.",
59184
+ "name": "isDismissable",
59185
+ "parent": {
59186
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59187
+ "name": "OverlayProps"
59188
+ },
59189
+ "declarations": [
59190
+ {
59191
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59192
+ "name": "OverlayProps"
59193
+ }
59194
+ ],
59195
+ "required": false,
59196
+ "type": {
59197
+ "name": "boolean"
59198
+ }
59199
+ },
59200
+ "overlayType": {
59201
+ "defaultValue": null,
59202
+ "description": "Whether the overlay is a modal or a light box.",
59203
+ "name": "overlayType",
59204
+ "parent": {
59205
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59206
+ "name": "OverlayProps"
59207
+ },
59208
+ "declarations": [
59209
+ {
59210
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59211
+ "name": "OverlayProps"
59212
+ }
59213
+ ],
59214
+ "required": false,
59215
+ "type": {
59216
+ "name": "\"LightBox\" | \"Modal\""
59217
+ }
59218
+ },
59219
+ "isOpen": {
59398
59220
  "defaultValue": null,
59399
59221
  "description": "",
59400
- "name": "translate",
59222
+ "name": "isOpen",
59401
59223
  "parent": {
59402
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59403
- "name": "GlobalDOMAttributes"
59224
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59225
+ "name": "OverlayProps"
59404
59226
  },
59405
59227
  "declarations": [
59406
59228
  {
59407
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59408
- "name": "GlobalDOMAttributes"
59229
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59230
+ "name": "OverlayProps"
59409
59231
  }
59410
59232
  ],
59411
59233
  "required": false,
59412
59234
  "type": {
59413
- "name": "\"yes\" | \"no\""
59235
+ "name": "boolean"
59414
59236
  }
59415
59237
  },
59416
- "className": {
59417
- "defaultValue": {
59418
- "value": "'react-aria-NumberField'"
59238
+ "isDefaultOpen": {
59239
+ "defaultValue": null,
59240
+ "description": "",
59241
+ "name": "isDefaultOpen",
59242
+ "parent": {
59243
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59244
+ "name": "OverlayProps"
59419
59245
  },
59420
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
59421
- "name": "className",
59246
+ "declarations": [
59247
+ {
59248
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59249
+ "name": "OverlayProps"
59250
+ }
59251
+ ],
59252
+ "required": false,
59253
+ "type": {
59254
+ "name": "boolean"
59255
+ }
59256
+ },
59257
+ "onOpen": {
59258
+ "defaultValue": null,
59259
+ "description": "",
59260
+ "name": "onOpen",
59422
59261
  "parent": {
59423
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/NumberField.d.ts",
59424
- "name": "NumberFieldProps"
59262
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59263
+ "name": "OverlayProps"
59425
59264
  },
59426
59265
  "declarations": [
59427
59266
  {
59428
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/NumberField.d.ts",
59429
- "name": "NumberFieldProps"
59267
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59268
+ "name": "OverlayProps"
59430
59269
  }
59431
59270
  ],
59432
59271
  "required": false,
59433
59272
  "type": {
59434
- "name": "ClassNameOrFunction<NumberFieldRenderProps>"
59273
+ "name": "OverlayOpenHandler"
59435
59274
  }
59436
59275
  },
59437
- "aria-label": {
59276
+ "onClose": {
59438
59277
  "defaultValue": null,
59439
- "description": "Defines a string value that labels the current element.",
59440
- "name": "aria-label",
59278
+ "description": "",
59279
+ "name": "onClose",
59441
59280
  "parent": {
59442
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59443
- "name": "AriaLabelingProps"
59281
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59282
+ "name": "OverlayProps"
59444
59283
  },
59445
59284
  "declarations": [
59446
59285
  {
59447
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59448
- "name": "AriaLabelingProps"
59286
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59287
+ "name": "OverlayProps"
59288
+ }
59289
+ ],
59290
+ "required": false,
59291
+ "type": {
59292
+ "name": "OverlayCloseHandler"
59293
+ }
59294
+ },
59295
+ "onOpenChange": {
59296
+ "defaultValue": null,
59297
+ "description": "",
59298
+ "name": "onOpenChange",
59299
+ "parent": {
59300
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59301
+ "name": "OverlayProps"
59302
+ },
59303
+ "declarations": [
59304
+ {
59305
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
59306
+ "name": "OverlayProps"
59307
+ }
59308
+ ],
59309
+ "required": false,
59310
+ "type": {
59311
+ "name": "OverlayOpenStateHandler"
59312
+ }
59313
+ },
59314
+ "children": {
59315
+ "defaultValue": null,
59316
+ "description": "",
59317
+ "name": "children",
59318
+ "declarations": [
59319
+ {
59320
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
59321
+ "name": "TypeLiteral"
59322
+ }
59323
+ ],
59324
+ "required": false,
59325
+ "type": {
59326
+ "name": "ReactNode"
59327
+ }
59328
+ },
59329
+ "className": {
59330
+ "defaultValue": null,
59331
+ "description": "The elements class name.",
59332
+ "name": "className",
59333
+ "parent": {
59334
+ "fileName": "components/src/lib/types/props.ts",
59335
+ "name": "PropsWithClassName"
59336
+ },
59337
+ "declarations": [
59338
+ {
59339
+ "fileName": "components/src/lib/types/props.ts",
59340
+ "name": "PropsWithClassName"
59449
59341
  }
59450
59342
  ],
59451
59343
  "required": false,
@@ -59471,38 +59363,89 @@
59471
59363
  "type": {
59472
59364
  "name": "string"
59473
59365
  }
59366
+ }
59367
+ }
59368
+ },
59369
+ {
59370
+ "tags": {
59371
+ "flr-generate": "all"
59372
+ },
59373
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
59374
+ "description": "",
59375
+ "displayName": "Option",
59376
+ "methods": [],
59377
+ "props": {
59378
+ "value": {
59379
+ "defaultValue": null,
59380
+ "description": "",
59381
+ "name": "value",
59382
+ "parent": {
59383
+ "fileName": "components/src/components/Option/Option.tsx",
59384
+ "name": "OptionProps"
59385
+ },
59386
+ "declarations": [
59387
+ {
59388
+ "fileName": "components/src/components/Option/Option.tsx",
59389
+ "name": "OptionProps"
59390
+ }
59391
+ ],
59392
+ "required": false,
59393
+ "type": {
59394
+ "name": "string | number"
59395
+ }
59474
59396
  },
59475
- "aria-describedby": {
59397
+ "translate": {
59476
59398
  "defaultValue": null,
59477
- "description": "Identifies the element (or elements) that describes the object.",
59478
- "name": "aria-describedby",
59399
+ "description": "",
59400
+ "name": "translate",
59479
59401
  "parent": {
59480
59402
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59481
- "name": "AriaLabelingProps"
59403
+ "name": "GlobalDOMAttributes"
59482
59404
  },
59483
59405
  "declarations": [
59484
59406
  {
59485
59407
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59486
- "name": "AriaLabelingProps"
59408
+ "name": "GlobalDOMAttributes"
59487
59409
  }
59488
59410
  ],
59489
59411
  "required": false,
59490
59412
  "type": {
59491
- "name": "string"
59413
+ "name": "\"yes\" | \"no\""
59492
59414
  }
59493
59415
  },
59494
- "aria-details": {
59416
+ "className": {
59417
+ "defaultValue": {
59418
+ "value": "'react-aria-ListBoxItem'"
59419
+ },
59420
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
59421
+ "name": "className",
59422
+ "parent": {
59423
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
59424
+ "name": "ListBoxItemProps"
59425
+ },
59426
+ "declarations": [
59427
+ {
59428
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
59429
+ "name": "ListBoxItemProps"
59430
+ }
59431
+ ],
59432
+ "required": false,
59433
+ "type": {
59434
+ "name": "ClassNameOrFunction<ListBoxItemRenderProps>"
59435
+ }
59436
+ },
59437
+ "aria-label": {
59495
59438
  "defaultValue": null,
59496
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
59497
- "name": "aria-details",
59439
+ "description": "An accessibility label for this item.",
59440
+ "name": "aria-label",
59498
59441
  "parent": {
59499
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59500
- "name": "AriaLabelingProps"
59442
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
59443
+ "name": "ListBoxItemProps"
59501
59444
  },
59502
59445
  "declarations": [
59503
59446
  {
59504
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59505
- "name": "AriaLabelingProps"
59447
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
59448
+ "name": "ListBoxItemProps"
59506
59449
  }
59507
59450
  ],
59508
59451
  "required": false,
@@ -59626,21 +59569,21 @@
59626
59569
  },
59627
59570
  "onClick": {
59628
59571
  "defaultValue": null,
59629
- "description": "",
59572
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.",
59630
59573
  "name": "onClick",
59631
59574
  "parent": {
59632
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59633
- "name": "GlobalDOMEvents"
59575
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
59576
+ "name": "PressEvents"
59634
59577
  },
59635
59578
  "declarations": [
59636
59579
  {
59637
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
59638
- "name": "GlobalDOMEvents"
59580
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
59581
+ "name": "PressEvents"
59639
59582
  }
59640
59583
  ],
59641
59584
  "required": false,
59642
59585
  "type": {
59643
- "name": "MouseEventHandler<HTMLDivElement>"
59586
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
59644
59587
  }
59645
59588
  },
59646
59589
  "onClickCapture": {
@@ -60840,172 +60783,18 @@
60840
60783
  "name": "TransitionEventHandler<HTMLDivElement>"
60841
60784
  }
60842
60785
  },
60843
- "validationBehavior": {
60844
- "defaultValue": {
60845
- "value": "'native'"
60846
- },
60847
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
60848
- "name": "validationBehavior",
60849
- "parent": {
60850
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
60851
- "name": "RACValidation"
60852
- },
60853
- "declarations": [
60854
- {
60855
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
60856
- "name": "RACValidation"
60857
- }
60858
- ],
60859
- "required": false,
60860
- "type": {
60861
- "name": "\"native\" | \"aria\""
60862
- }
60863
- },
60864
- "minValue": {
60865
- "defaultValue": null,
60866
- "description": "The smallest value allowed for the input.",
60867
- "name": "minValue",
60868
- "parent": {
60869
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60870
- "name": "RangeInputBase"
60871
- },
60872
- "declarations": [
60873
- {
60874
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60875
- "name": "RangeInputBase"
60876
- }
60877
- ],
60878
- "required": false,
60879
- "type": {
60880
- "name": "number"
60881
- }
60882
- },
60883
- "maxValue": {
60884
- "defaultValue": null,
60885
- "description": "The largest value allowed for the input.",
60886
- "name": "maxValue",
60887
- "parent": {
60888
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60889
- "name": "RangeInputBase"
60890
- },
60891
- "declarations": [
60892
- {
60893
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60894
- "name": "RangeInputBase"
60895
- }
60896
- ],
60897
- "required": false,
60898
- "type": {
60899
- "name": "number"
60900
- }
60901
- },
60902
60786
  "isDisabled": {
60903
60787
  "defaultValue": null,
60904
- "description": "Whether the input is disabled.",
60788
+ "description": "Whether the item is disabled.",
60905
60789
  "name": "isDisabled",
60906
60790
  "parent": {
60907
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60908
- "name": "InputBase"
60909
- },
60910
- "declarations": [
60911
- {
60912
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60913
- "name": "InputBase"
60914
- }
60915
- ],
60916
- "required": false,
60917
- "type": {
60918
- "name": "boolean"
60919
- }
60920
- },
60921
- "isReadOnly": {
60922
- "defaultValue": null,
60923
- "description": "Whether the input can be selected but not changed by the user.",
60924
- "name": "isReadOnly",
60925
- "parent": {
60926
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60927
- "name": "InputBase"
60928
- },
60929
- "declarations": [
60930
- {
60931
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60932
- "name": "InputBase"
60933
- }
60934
- ],
60935
- "required": false,
60936
- "type": {
60937
- "name": "boolean"
60938
- }
60939
- },
60940
- "isRequired": {
60941
- "defaultValue": null,
60942
- "description": "Whether user input is required on the input before form submission.",
60943
- "name": "isRequired",
60944
- "parent": {
60945
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60946
- "name": "Validation"
60947
- },
60948
- "declarations": [
60949
- {
60950
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60951
- "name": "Validation"
60952
- }
60953
- ],
60954
- "required": false,
60955
- "type": {
60956
- "name": "boolean"
60957
- }
60958
- },
60959
- "isInvalid": {
60960
- "defaultValue": null,
60961
- "description": "Whether the input value is invalid.",
60962
- "name": "isInvalid",
60963
- "parent": {
60964
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60965
- "name": "Validation"
60966
- },
60967
- "declarations": [
60968
- {
60969
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60970
- "name": "Validation"
60971
- }
60972
- ],
60973
- "required": false,
60974
- "type": {
60975
- "name": "boolean"
60976
- }
60977
- },
60978
- "validate": {
60979
- "defaultValue": null,
60980
- "description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
60981
- "name": "validate",
60982
- "parent": {
60983
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60984
- "name": "Validation"
60985
- },
60986
- "declarations": [
60987
- {
60988
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
60989
- "name": "Validation"
60990
- }
60991
- ],
60992
- "required": false,
60993
- "type": {
60994
- "name": "((value: TimeValue) => true | ValidationError | null)"
60995
- }
60996
- },
60997
- "autoFocus": {
60998
- "defaultValue": null,
60999
- "description": "Whether the element should receive focus on render.",
61000
- "name": "autoFocus",
61001
- "parent": {
61002
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61003
- "name": "FocusableProps"
60791
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
60792
+ "name": "ListBoxItemProps"
61004
60793
  },
61005
60794
  "declarations": [
61006
60795
  {
61007
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61008
- "name": "FocusableProps"
60796
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
60797
+ "name": "ListBoxItemProps"
61009
60798
  }
61010
60799
  ],
61011
60800
  "required": false,
@@ -61108,341 +60897,303 @@
61108
60897
  "name": "((e: KeyboardEvent) => void)"
61109
60898
  }
61110
60899
  },
61111
- "value": {
60900
+ "rel": {
61112
60901
  "defaultValue": null,
61113
- "description": "The current value (controlled).",
61114
- "name": "value",
60902
+ "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
60903
+ "name": "rel",
61115
60904
  "parent": {
61116
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61117
- "name": "ValueBase"
60905
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
60906
+ "name": "LinkDOMProps"
61118
60907
  },
61119
60908
  "declarations": [
61120
60909
  {
61121
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61122
- "name": "ValueBase"
60910
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
60911
+ "name": "LinkDOMProps"
61123
60912
  }
61124
60913
  ],
61125
60914
  "required": false,
61126
60915
  "type": {
61127
- "name": "TimeValue | null"
60916
+ "name": "string"
61128
60917
  }
61129
60918
  },
61130
- "defaultValue": {
60919
+ "onPress": {
61131
60920
  "defaultValue": null,
61132
- "description": "The default value (uncontrolled).",
61133
- "name": "defaultValue",
60921
+ "description": "Handler that is called when the press is released over the target.",
60922
+ "name": "onPress",
61134
60923
  "parent": {
61135
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61136
- "name": "ValueBase"
60924
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60925
+ "name": "PressEvents"
61137
60926
  },
61138
60927
  "declarations": [
61139
60928
  {
61140
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61141
- "name": "ValueBase"
60929
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60930
+ "name": "PressEvents"
61142
60931
  }
61143
60932
  ],
61144
60933
  "required": false,
61145
60934
  "type": {
61146
- "name": "TimeValue | null"
60935
+ "name": "((e: PressEvent) => void)"
61147
60936
  }
61148
60937
  },
61149
- "onChange": {
60938
+ "onPressStart": {
61150
60939
  "defaultValue": null,
61151
- "description": "Handler that is called when the value changes.",
61152
- "name": "onChange",
60940
+ "description": "Handler that is called when a press interaction starts.",
60941
+ "name": "onPressStart",
61153
60942
  "parent": {
61154
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61155
- "name": "ValueBase"
60943
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60944
+ "name": "PressEvents"
61156
60945
  },
61157
60946
  "declarations": [
61158
60947
  {
61159
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61160
- "name": "ValueBase"
60948
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60949
+ "name": "PressEvents"
61161
60950
  }
61162
60951
  ],
61163
60952
  "required": false,
61164
60953
  "type": {
61165
- "name": "((value: TimeValue | null) => void)"
60954
+ "name": "((e: PressEvent) => void)"
61166
60955
  }
61167
60956
  },
61168
- "name": {
60957
+ "onPressEnd": {
61169
60958
  "defaultValue": null,
61170
- "description": "The name of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
61171
- "name": "name",
60959
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
60960
+ "name": "onPressEnd",
61172
60961
  "parent": {
61173
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61174
- "name": "InputDOMProps"
60962
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60963
+ "name": "PressEvents"
61175
60964
  },
61176
60965
  "declarations": [
61177
60966
  {
61178
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61179
- "name": "InputDOMProps"
60967
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60968
+ "name": "PressEvents"
61180
60969
  }
61181
60970
  ],
61182
60971
  "required": false,
61183
60972
  "type": {
61184
- "name": "string"
60973
+ "name": "((e: PressEvent) => void)"
61185
60974
  }
61186
60975
  },
61187
- "form": {
60976
+ "onPressChange": {
61188
60977
  "defaultValue": null,
61189
- "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
61190
- "name": "form",
60978
+ "description": "Handler that is called when the press state changes.",
60979
+ "name": "onPressChange",
61191
60980
  "parent": {
61192
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61193
- "name": "InputDOMProps"
60981
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60982
+ "name": "PressEvents"
61194
60983
  },
61195
60984
  "declarations": [
61196
60985
  {
61197
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61198
- "name": "InputDOMProps"
60986
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
60987
+ "name": "PressEvents"
61199
60988
  }
61200
60989
  ],
61201
60990
  "required": false,
61202
60991
  "type": {
61203
- "name": "string"
60992
+ "name": "((isPressed: boolean) => void)"
61204
60993
  }
61205
60994
  },
61206
- "slot": {
60995
+ "onPressUp": {
61207
60996
  "defaultValue": null,
61208
- "description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
61209
- "name": "slot",
60997
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
60998
+ "name": "onPressUp",
61210
60999
  "parent": {
61211
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
61212
- "name": "SlotProps"
61000
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61001
+ "name": "PressEvents"
61213
61002
  },
61214
61003
  "declarations": [
61215
61004
  {
61216
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
61217
- "name": "SlotProps"
61005
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61006
+ "name": "PressEvents"
61218
61007
  }
61219
61008
  ],
61220
61009
  "required": false,
61221
61010
  "type": {
61222
- "name": "string | null"
61011
+ "name": "((e: PressEvent) => void)"
61223
61012
  }
61224
61013
  },
61225
- "onCopy": {
61014
+ "onHoverStart": {
61226
61015
  "defaultValue": null,
61227
- "description": "Handler that is called when the user copies text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
61228
- "name": "onCopy",
61016
+ "description": "Handler that is called when a hover interaction starts.",
61017
+ "name": "onHoverStart",
61229
61018
  "parent": {
61230
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61231
- "name": "TextInputDOMEvents"
61019
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61020
+ "name": "HoverEvents"
61232
61021
  },
61233
61022
  "declarations": [
61234
61023
  {
61235
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61236
- "name": "TextInputDOMEvents"
61024
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61025
+ "name": "HoverEvents"
61237
61026
  }
61238
61027
  ],
61239
61028
  "required": false,
61240
61029
  "type": {
61241
- "name": "ClipboardEventHandler<HTMLInputElement>"
61030
+ "name": "((e: HoverEvent) => void)"
61242
61031
  }
61243
61032
  },
61244
- "onCut": {
61033
+ "onHoverEnd": {
61245
61034
  "defaultValue": null,
61246
- "description": "Handler that is called when the user cuts text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
61247
- "name": "onCut",
61035
+ "description": "Handler that is called when a hover interaction ends.",
61036
+ "name": "onHoverEnd",
61248
61037
  "parent": {
61249
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61250
- "name": "TextInputDOMEvents"
61038
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61039
+ "name": "HoverEvents"
61251
61040
  },
61252
61041
  "declarations": [
61253
61042
  {
61254
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61255
- "name": "TextInputDOMEvents"
61043
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61044
+ "name": "HoverEvents"
61256
61045
  }
61257
61046
  ],
61258
61047
  "required": false,
61259
61048
  "type": {
61260
- "name": "ClipboardEventHandler<HTMLInputElement>"
61049
+ "name": "((e: HoverEvent) => void)"
61261
61050
  }
61262
61051
  },
61263
- "onPaste": {
61052
+ "onHoverChange": {
61264
61053
  "defaultValue": null,
61265
- "description": "Handler that is called when the user pastes text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
61266
- "name": "onPaste",
61054
+ "description": "Handler that is called when the hover state changes.",
61055
+ "name": "onHoverChange",
61267
61056
  "parent": {
61268
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61269
- "name": "TextInputDOMEvents"
61057
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61058
+ "name": "HoverEvents"
61270
61059
  },
61271
61060
  "declarations": [
61272
61061
  {
61273
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61274
- "name": "TextInputDOMEvents"
61062
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61063
+ "name": "HoverEvents"
61275
61064
  }
61276
61065
  ],
61277
61066
  "required": false,
61278
61067
  "type": {
61279
- "name": "ClipboardEventHandler<HTMLInputElement>"
61068
+ "name": "((isHovering: boolean) => void)"
61280
61069
  }
61281
61070
  },
61282
- "onCompositionStart": {
61071
+ "target": {
61283
61072
  "defaultValue": null,
61284
- "description": "Handler that is called when a text composition system starts a new text composition session.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
61285
- "name": "onCompositionStart",
61073
+ "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
61074
+ "name": "target",
61286
61075
  "parent": {
61287
61076
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61288
- "name": "TextInputDOMEvents"
61077
+ "name": "LinkDOMProps"
61289
61078
  },
61290
61079
  "declarations": [
61291
61080
  {
61292
61081
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61293
- "name": "TextInputDOMEvents"
61082
+ "name": "LinkDOMProps"
61294
61083
  }
61295
61084
  ],
61296
61085
  "required": false,
61297
61086
  "type": {
61298
- "name": "CompositionEventHandler<HTMLInputElement>"
61087
+ "name": "HTMLAttributeAnchorTarget"
61299
61088
  }
61300
61089
  },
61301
- "onCompositionEnd": {
61090
+ "onAction": {
61302
61091
  "defaultValue": null,
61303
- "description": "Handler that is called when a text composition system completes or cancels the current text\ncomposition session. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
61304
- "name": "onCompositionEnd",
61092
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
61093
+ "name": "onAction",
61305
61094
  "parent": {
61306
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61307
- "name": "TextInputDOMEvents"
61095
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61096
+ "name": "ListBoxItemProps"
61308
61097
  },
61309
61098
  "declarations": [
61310
61099
  {
61311
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61312
- "name": "TextInputDOMEvents"
61100
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61101
+ "name": "ListBoxItemProps"
61313
61102
  }
61314
61103
  ],
61315
61104
  "required": false,
61316
61105
  "type": {
61317
- "name": "CompositionEventHandler<HTMLInputElement>"
61106
+ "name": "(() => void)"
61318
61107
  }
61319
61108
  },
61320
- "onCompositionUpdate": {
61109
+ "textValue": {
61321
61110
  "defaultValue": null,
61322
- "description": "Handler that is called when a new character is received in the current text composition\nsession. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
61323
- "name": "onCompositionUpdate",
61111
+ "description": "A string representation of the item's contents, used for features like typeahead.",
61112
+ "name": "textValue",
61324
61113
  "parent": {
61325
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61326
- "name": "TextInputDOMEvents"
61114
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61115
+ "name": "ListBoxItemProps"
61327
61116
  },
61328
61117
  "declarations": [
61329
61118
  {
61330
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61331
- "name": "TextInputDOMEvents"
61119
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61120
+ "name": "ListBoxItemProps"
61332
61121
  }
61333
61122
  ],
61334
61123
  "required": false,
61335
61124
  "type": {
61336
- "name": "CompositionEventHandler<HTMLInputElement>"
61125
+ "name": "string"
61337
61126
  }
61338
61127
  },
61339
- "onSelect": {
61128
+ "href": {
61340
61129
  "defaultValue": null,
61341
- "description": "Handler that is called when text in the input is selected. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
61342
- "name": "onSelect",
61130
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
61131
+ "name": "href",
61343
61132
  "parent": {
61344
61133
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61345
- "name": "TextInputDOMEvents"
61134
+ "name": "LinkDOMProps"
61346
61135
  },
61347
61136
  "declarations": [
61348
61137
  {
61349
61138
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61350
- "name": "TextInputDOMEvents"
61139
+ "name": "LinkDOMProps"
61351
61140
  }
61352
61141
  ],
61353
61142
  "required": false,
61354
61143
  "type": {
61355
- "name": "ReactEventHandler<HTMLInputElement>"
61144
+ "name": "string"
61356
61145
  }
61357
61146
  },
61358
- "onBeforeInput": {
61147
+ "hrefLang": {
61359
61148
  "defaultValue": null,
61360
- "description": "Handler that is called when the input value is about to be modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
61361
- "name": "onBeforeInput",
61149
+ "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
61150
+ "name": "hrefLang",
61362
61151
  "parent": {
61363
61152
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61364
- "name": "TextInputDOMEvents"
61153
+ "name": "LinkDOMProps"
61365
61154
  },
61366
61155
  "declarations": [
61367
61156
  {
61368
61157
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61369
- "name": "TextInputDOMEvents"
61158
+ "name": "LinkDOMProps"
61370
61159
  }
61371
61160
  ],
61372
61161
  "required": false,
61373
61162
  "type": {
61374
- "name": "FormEventHandler<HTMLInputElement>"
61163
+ "name": "string"
61375
61164
  }
61376
61165
  },
61377
- "onInput": {
61166
+ "download": {
61378
61167
  "defaultValue": null,
61379
- "description": "Handler that is called when the input value is modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
61380
- "name": "onInput",
61168
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
61169
+ "name": "download",
61381
61170
  "parent": {
61382
61171
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61383
- "name": "TextInputDOMEvents"
61172
+ "name": "LinkDOMProps"
61384
61173
  },
61385
61174
  "declarations": [
61386
61175
  {
61387
61176
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61388
- "name": "TextInputDOMEvents"
61389
- }
61390
- ],
61391
- "required": false,
61392
- "type": {
61393
- "name": "FormEventHandler<HTMLInputElement>"
61394
- }
61395
- },
61396
- "step": {
61397
- "defaultValue": null,
61398
- "description": "The amount that the input value changes with each increment or decrement \"tick\".",
61399
- "name": "step",
61400
- "parent": {
61401
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61402
- "name": "RangeInputBase"
61403
- },
61404
- "declarations": [
61405
- {
61406
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
61407
- "name": "RangeInputBase"
61408
- }
61409
- ],
61410
- "required": false,
61411
- "type": {
61412
- "name": "number"
61413
- }
61414
- },
61415
- "formatOptions": {
61416
- "defaultValue": null,
61417
- "description": "Formatting options for the value displayed in the number field.\nThis also affects what characters are allowed to be typed by the user.",
61418
- "name": "formatOptions",
61419
- "parent": {
61420
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
61421
- "name": "NumberFieldProps"
61422
- },
61423
- "declarations": [
61424
- {
61425
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
61426
- "name": "NumberFieldProps"
61177
+ "name": "LinkDOMProps"
61427
61178
  }
61428
61179
  ],
61429
61180
  "required": false,
61430
61181
  "type": {
61431
- "name": "NumberFormatOptions"
61182
+ "name": "string | boolean"
61432
61183
  }
61433
61184
  },
61434
- "decrementAriaLabel": {
61185
+ "ping": {
61435
61186
  "defaultValue": null,
61436
- "description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\"\nis used.",
61437
- "name": "decrementAriaLabel",
61187
+ "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
61188
+ "name": "ping",
61438
61189
  "parent": {
61439
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
61440
- "name": "AriaNumberFieldProps"
61190
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61191
+ "name": "LinkDOMProps"
61441
61192
  },
61442
61193
  "declarations": [
61443
61194
  {
61444
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
61445
- "name": "AriaNumberFieldProps"
61195
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61196
+ "name": "LinkDOMProps"
61446
61197
  }
61447
61198
  ],
61448
61199
  "required": false,
@@ -61450,63 +61201,42 @@
61450
61201
  "name": "string"
61451
61202
  }
61452
61203
  },
61453
- "incrementAriaLabel": {
61204
+ "referrerPolicy": {
61454
61205
  "defaultValue": null,
61455
- "description": "A custom aria-label for the increment button. If not provided, the localized string \"Increment\"\nis used.",
61456
- "name": "incrementAriaLabel",
61206
+ "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
61207
+ "name": "referrerPolicy",
61457
61208
  "parent": {
61458
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
61459
- "name": "AriaNumberFieldProps"
61209
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61210
+ "name": "LinkDOMProps"
61460
61211
  },
61461
61212
  "declarations": [
61462
61213
  {
61463
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
61464
- "name": "AriaNumberFieldProps"
61214
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61215
+ "name": "LinkDOMProps"
61465
61216
  }
61466
61217
  ],
61467
61218
  "required": false,
61468
61219
  "type": {
61469
- "name": "string"
61220
+ "name": "HTMLAttributeReferrerPolicy"
61470
61221
  }
61471
61222
  },
61472
- "isWheelDisabled": {
61223
+ "routerOptions": {
61473
61224
  "defaultValue": null,
61474
- "description": "Enables or disables changing the value with scroll.",
61475
- "name": "isWheelDisabled",
61476
- "parent": {
61477
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
61478
- "name": "AriaNumberFieldProps"
61479
- },
61480
- "declarations": [
61481
- {
61482
- "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
61483
- "name": "AriaNumberFieldProps"
61484
- }
61485
- ],
61486
- "required": false,
61487
- "type": {
61488
- "name": "boolean"
61489
- }
61490
- },
61491
- "commitBehavior": {
61492
- "defaultValue": {
61493
- "value": "'snap'"
61494
- },
61495
- "description": "Controls the behavior of the number field when the user blurs the field after editing. 'snap'\nwill clamp the value to the min/max values, and snap to the nearest step value. 'validate' will\nnot clamp the value, and will validate that the value is within the min/max range and on a\nvalid step.",
61496
- "name": "commitBehavior",
61225
+ "description": "Options for the configured client side router.",
61226
+ "name": "routerOptions",
61497
61227
  "parent": {
61498
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
61499
- "name": "NumberFieldProps"
61228
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61229
+ "name": "LinkDOMProps"
61500
61230
  },
61501
61231
  "declarations": [
61502
61232
  {
61503
- "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
61504
- "name": "NumberFieldProps"
61233
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61234
+ "name": "LinkDOMProps"
61505
61235
  }
61506
61236
  ],
61507
61237
  "required": false,
61508
61238
  "type": {
61509
- "name": "\"validate\" | \"snap\""
61239
+ "name": "undefined"
61510
61240
  }
61511
61241
  },
61512
61242
  "children": {
@@ -61606,28 +61336,28 @@
61606
61336
  "tags": {
61607
61337
  "flr-generate": "all"
61608
61338
  },
61609
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
61339
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/NumberField/NumberField.tsx",
61610
61340
  "description": "",
61611
- "displayName": "Option",
61341
+ "displayName": "NumberField",
61612
61342
  "methods": [],
61613
61343
  "props": {
61614
- "value": {
61344
+ "id": {
61615
61345
  "defaultValue": null,
61616
- "description": "",
61617
- "name": "value",
61346
+ "description": "The element's unique identifier. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
61347
+ "name": "id",
61618
61348
  "parent": {
61619
- "fileName": "components/src/components/Option/Option.tsx",
61620
- "name": "OptionProps"
61349
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61350
+ "name": "DOMProps"
61621
61351
  },
61622
61352
  "declarations": [
61623
61353
  {
61624
- "fileName": "components/src/components/Option/Option.tsx",
61625
- "name": "OptionProps"
61354
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61355
+ "name": "DOMProps"
61626
61356
  }
61627
61357
  ],
61628
61358
  "required": false,
61629
61359
  "type": {
61630
- "name": "string | number"
61360
+ "name": "string"
61631
61361
  }
61632
61362
  },
61633
61363
  "translate": {
@@ -61651,37 +61381,94 @@
61651
61381
  },
61652
61382
  "className": {
61653
61383
  "defaultValue": {
61654
- "value": "'react-aria-ListBoxItem'"
61384
+ "value": "'react-aria-NumberField'"
61655
61385
  },
61656
61386
  "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement. A function may be provided to compute the class based on component state.",
61657
61387
  "name": "className",
61658
61388
  "parent": {
61659
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61660
- "name": "ListBoxItemProps"
61389
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/NumberField.d.ts",
61390
+ "name": "NumberFieldProps"
61661
61391
  },
61662
61392
  "declarations": [
61663
61393
  {
61664
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61665
- "name": "ListBoxItemProps"
61394
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/NumberField.d.ts",
61395
+ "name": "NumberFieldProps"
61666
61396
  }
61667
61397
  ],
61668
61398
  "required": false,
61669
61399
  "type": {
61670
- "name": "ClassNameOrFunction<ListBoxItemRenderProps>"
61400
+ "name": "ClassNameOrFunction<NumberFieldRenderProps>"
61671
61401
  }
61672
61402
  },
61673
61403
  "aria-label": {
61674
61404
  "defaultValue": null,
61675
- "description": "An accessibility label for this item.",
61405
+ "description": "Defines a string value that labels the current element.",
61676
61406
  "name": "aria-label",
61677
61407
  "parent": {
61678
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61679
- "name": "ListBoxItemProps"
61408
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61409
+ "name": "AriaLabelingProps"
61680
61410
  },
61681
61411
  "declarations": [
61682
61412
  {
61683
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
61684
- "name": "ListBoxItemProps"
61413
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61414
+ "name": "AriaLabelingProps"
61415
+ }
61416
+ ],
61417
+ "required": false,
61418
+ "type": {
61419
+ "name": "string"
61420
+ }
61421
+ },
61422
+ "aria-labelledby": {
61423
+ "defaultValue": null,
61424
+ "description": "Identifies the element (or elements) that labels the current element.",
61425
+ "name": "aria-labelledby",
61426
+ "parent": {
61427
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61428
+ "name": "AriaLabelingProps"
61429
+ },
61430
+ "declarations": [
61431
+ {
61432
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61433
+ "name": "AriaLabelingProps"
61434
+ }
61435
+ ],
61436
+ "required": false,
61437
+ "type": {
61438
+ "name": "string"
61439
+ }
61440
+ },
61441
+ "aria-describedby": {
61442
+ "defaultValue": null,
61443
+ "description": "Identifies the element (or elements) that describes the object.",
61444
+ "name": "aria-describedby",
61445
+ "parent": {
61446
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61447
+ "name": "AriaLabelingProps"
61448
+ },
61449
+ "declarations": [
61450
+ {
61451
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61452
+ "name": "AriaLabelingProps"
61453
+ }
61454
+ ],
61455
+ "required": false,
61456
+ "type": {
61457
+ "name": "string"
61458
+ }
61459
+ },
61460
+ "aria-details": {
61461
+ "defaultValue": null,
61462
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the\nobject.",
61463
+ "name": "aria-details",
61464
+ "parent": {
61465
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61466
+ "name": "AriaLabelingProps"
61467
+ },
61468
+ "declarations": [
61469
+ {
61470
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61471
+ "name": "AriaLabelingProps"
61685
61472
  }
61686
61473
  ],
61687
61474
  "required": false,
@@ -61805,21 +61592,21 @@
61805
61592
  },
61806
61593
  "onClick": {
61807
61594
  "defaultValue": null,
61808
- "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides\nadditional event details for non-mouse interactions.",
61595
+ "description": "",
61809
61596
  "name": "onClick",
61810
61597
  "parent": {
61811
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61812
- "name": "PressEvents"
61598
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61599
+ "name": "GlobalDOMEvents"
61813
61600
  },
61814
61601
  "declarations": [
61815
61602
  {
61816
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
61817
- "name": "PressEvents"
61603
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
61604
+ "name": "GlobalDOMEvents"
61818
61605
  }
61819
61606
  ],
61820
61607
  "required": false,
61821
61608
  "type": {
61822
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
61609
+ "name": "MouseEventHandler<HTMLDivElement>"
61823
61610
  }
61824
61611
  },
61825
61612
  "onClickCapture": {
@@ -63019,18 +62806,172 @@
63019
62806
  "name": "TransitionEventHandler<HTMLDivElement>"
63020
62807
  }
63021
62808
  },
62809
+ "validationBehavior": {
62810
+ "defaultValue": {
62811
+ "value": "'native'"
62812
+ },
62813
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
62814
+ "name": "validationBehavior",
62815
+ "parent": {
62816
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
62817
+ "name": "RACValidation"
62818
+ },
62819
+ "declarations": [
62820
+ {
62821
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
62822
+ "name": "RACValidation"
62823
+ }
62824
+ ],
62825
+ "required": false,
62826
+ "type": {
62827
+ "name": "\"native\" | \"aria\""
62828
+ }
62829
+ },
62830
+ "minValue": {
62831
+ "defaultValue": null,
62832
+ "description": "The smallest value allowed for the input.",
62833
+ "name": "minValue",
62834
+ "parent": {
62835
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62836
+ "name": "RangeInputBase"
62837
+ },
62838
+ "declarations": [
62839
+ {
62840
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62841
+ "name": "RangeInputBase"
62842
+ }
62843
+ ],
62844
+ "required": false,
62845
+ "type": {
62846
+ "name": "number"
62847
+ }
62848
+ },
62849
+ "maxValue": {
62850
+ "defaultValue": null,
62851
+ "description": "The largest value allowed for the input.",
62852
+ "name": "maxValue",
62853
+ "parent": {
62854
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62855
+ "name": "RangeInputBase"
62856
+ },
62857
+ "declarations": [
62858
+ {
62859
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62860
+ "name": "RangeInputBase"
62861
+ }
62862
+ ],
62863
+ "required": false,
62864
+ "type": {
62865
+ "name": "number"
62866
+ }
62867
+ },
63022
62868
  "isDisabled": {
63023
62869
  "defaultValue": null,
63024
- "description": "Whether the item is disabled.",
62870
+ "description": "Whether the input is disabled.",
63025
62871
  "name": "isDisabled",
63026
62872
  "parent": {
63027
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
63028
- "name": "ListBoxItemProps"
62873
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62874
+ "name": "InputBase"
63029
62875
  },
63030
62876
  "declarations": [
63031
62877
  {
63032
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
63033
- "name": "ListBoxItemProps"
62878
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62879
+ "name": "InputBase"
62880
+ }
62881
+ ],
62882
+ "required": false,
62883
+ "type": {
62884
+ "name": "boolean"
62885
+ }
62886
+ },
62887
+ "isReadOnly": {
62888
+ "defaultValue": null,
62889
+ "description": "Whether the input can be selected but not changed by the user.",
62890
+ "name": "isReadOnly",
62891
+ "parent": {
62892
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62893
+ "name": "InputBase"
62894
+ },
62895
+ "declarations": [
62896
+ {
62897
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62898
+ "name": "InputBase"
62899
+ }
62900
+ ],
62901
+ "required": false,
62902
+ "type": {
62903
+ "name": "boolean"
62904
+ }
62905
+ },
62906
+ "isRequired": {
62907
+ "defaultValue": null,
62908
+ "description": "Whether user input is required on the input before form submission.",
62909
+ "name": "isRequired",
62910
+ "parent": {
62911
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62912
+ "name": "Validation"
62913
+ },
62914
+ "declarations": [
62915
+ {
62916
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62917
+ "name": "Validation"
62918
+ }
62919
+ ],
62920
+ "required": false,
62921
+ "type": {
62922
+ "name": "boolean"
62923
+ }
62924
+ },
62925
+ "isInvalid": {
62926
+ "defaultValue": null,
62927
+ "description": "Whether the input value is invalid.",
62928
+ "name": "isInvalid",
62929
+ "parent": {
62930
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62931
+ "name": "Validation"
62932
+ },
62933
+ "declarations": [
62934
+ {
62935
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62936
+ "name": "Validation"
62937
+ }
62938
+ ],
62939
+ "required": false,
62940
+ "type": {
62941
+ "name": "boolean"
62942
+ }
62943
+ },
62944
+ "validate": {
62945
+ "defaultValue": null,
62946
+ "description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
62947
+ "name": "validate",
62948
+ "parent": {
62949
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62950
+ "name": "Validation"
62951
+ },
62952
+ "declarations": [
62953
+ {
62954
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
62955
+ "name": "Validation"
62956
+ }
62957
+ ],
62958
+ "required": false,
62959
+ "type": {
62960
+ "name": "((value: TimeValue) => true | ValidationError | null)"
62961
+ }
62962
+ },
62963
+ "autoFocus": {
62964
+ "defaultValue": null,
62965
+ "description": "Whether the element should receive focus on render.",
62966
+ "name": "autoFocus",
62967
+ "parent": {
62968
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
62969
+ "name": "FocusableProps"
62970
+ },
62971
+ "declarations": [
62972
+ {
62973
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
62974
+ "name": "FocusableProps"
63034
62975
  }
63035
62976
  ],
63036
62977
  "required": false,
@@ -63133,303 +63074,341 @@
63133
63074
  "name": "((e: KeyboardEvent) => void)"
63134
63075
  }
63135
63076
  },
63136
- "rel": {
63077
+ "value": {
63137
63078
  "defaultValue": null,
63138
- "description": "The relationship between the linked resource and the current page. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
63139
- "name": "rel",
63079
+ "description": "The current value (controlled).",
63080
+ "name": "value",
63140
63081
  "parent": {
63141
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63142
- "name": "LinkDOMProps"
63082
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63083
+ "name": "ValueBase"
63143
63084
  },
63144
63085
  "declarations": [
63145
63086
  {
63146
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63147
- "name": "LinkDOMProps"
63087
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63088
+ "name": "ValueBase"
63148
63089
  }
63149
63090
  ],
63150
63091
  "required": false,
63151
63092
  "type": {
63152
- "name": "string"
63093
+ "name": "TimeValue | null"
63153
63094
  }
63154
63095
  },
63155
- "onPress": {
63096
+ "defaultValue": {
63156
63097
  "defaultValue": null,
63157
- "description": "Handler that is called when the press is released over the target.",
63158
- "name": "onPress",
63098
+ "description": "The default value (uncontrolled).",
63099
+ "name": "defaultValue",
63159
63100
  "parent": {
63160
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63161
- "name": "PressEvents"
63101
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63102
+ "name": "ValueBase"
63162
63103
  },
63163
63104
  "declarations": [
63164
63105
  {
63165
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63166
- "name": "PressEvents"
63106
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63107
+ "name": "ValueBase"
63167
63108
  }
63168
63109
  ],
63169
63110
  "required": false,
63170
63111
  "type": {
63171
- "name": "((e: PressEvent) => void)"
63112
+ "name": "TimeValue | null"
63172
63113
  }
63173
63114
  },
63174
- "onPressStart": {
63115
+ "onChange": {
63175
63116
  "defaultValue": null,
63176
- "description": "Handler that is called when a press interaction starts.",
63177
- "name": "onPressStart",
63117
+ "description": "Handler that is called when the value changes.",
63118
+ "name": "onChange",
63178
63119
  "parent": {
63179
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63180
- "name": "PressEvents"
63120
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63121
+ "name": "ValueBase"
63181
63122
  },
63182
63123
  "declarations": [
63183
63124
  {
63184
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63185
- "name": "PressEvents"
63125
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63126
+ "name": "ValueBase"
63186
63127
  }
63187
63128
  ],
63188
63129
  "required": false,
63189
63130
  "type": {
63190
- "name": "((e: PressEvent) => void)"
63131
+ "name": "((value: TimeValue | null) => void)"
63191
63132
  }
63192
63133
  },
63193
- "onPressEnd": {
63134
+ "name": {
63194
63135
  "defaultValue": null,
63195
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
63196
- "name": "onPressEnd",
63136
+ "description": "The name of the input element, used when submitting an HTML form. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
63137
+ "name": "name",
63197
63138
  "parent": {
63198
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63199
- "name": "PressEvents"
63139
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63140
+ "name": "InputDOMProps"
63200
63141
  },
63201
63142
  "declarations": [
63202
63143
  {
63203
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63204
- "name": "PressEvents"
63144
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63145
+ "name": "InputDOMProps"
63205
63146
  }
63206
63147
  ],
63207
63148
  "required": false,
63208
63149
  "type": {
63209
- "name": "((e: PressEvent) => void)"
63150
+ "name": "string"
63210
63151
  }
63211
63152
  },
63212
- "onPressChange": {
63153
+ "form": {
63213
63154
  "defaultValue": null,
63214
- "description": "Handler that is called when the press state changes.",
63215
- "name": "onPressChange",
63155
+ "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
63156
+ "name": "form",
63216
63157
  "parent": {
63217
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63218
- "name": "PressEvents"
63158
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63159
+ "name": "InputDOMProps"
63219
63160
  },
63220
63161
  "declarations": [
63221
63162
  {
63222
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63223
- "name": "PressEvents"
63163
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63164
+ "name": "InputDOMProps"
63224
63165
  }
63225
63166
  ],
63226
63167
  "required": false,
63227
63168
  "type": {
63228
- "name": "((isPressed: boolean) => void)"
63169
+ "name": "string"
63229
63170
  }
63230
63171
  },
63231
- "onPressUp": {
63172
+ "slot": {
63232
63173
  "defaultValue": null,
63233
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
63234
- "name": "onPressUp",
63174
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent\ncomponent. An explicit `null` value indicates that the local props completely override all\nprops received from a parent.",
63175
+ "name": "slot",
63235
63176
  "parent": {
63236
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63237
- "name": "PressEvents"
63177
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
63178
+ "name": "SlotProps"
63238
63179
  },
63239
63180
  "declarations": [
63240
63181
  {
63241
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63242
- "name": "PressEvents"
63182
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
63183
+ "name": "SlotProps"
63243
63184
  }
63244
63185
  ],
63245
63186
  "required": false,
63246
63187
  "type": {
63247
- "name": "((e: PressEvent) => void)"
63188
+ "name": "string | null"
63248
63189
  }
63249
63190
  },
63250
- "onHoverStart": {
63191
+ "onCopy": {
63251
63192
  "defaultValue": null,
63252
- "description": "Handler that is called when a hover interaction starts.",
63253
- "name": "onHoverStart",
63193
+ "description": "Handler that is called when the user copies text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
63194
+ "name": "onCopy",
63254
63195
  "parent": {
63255
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63256
- "name": "HoverEvents"
63196
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63197
+ "name": "TextInputDOMEvents"
63257
63198
  },
63258
63199
  "declarations": [
63259
63200
  {
63260
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63261
- "name": "HoverEvents"
63201
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63202
+ "name": "TextInputDOMEvents"
63262
63203
  }
63263
63204
  ],
63264
63205
  "required": false,
63265
63206
  "type": {
63266
- "name": "((e: HoverEvent) => void)"
63207
+ "name": "ClipboardEventHandler<HTMLInputElement>"
63267
63208
  }
63268
63209
  },
63269
- "onHoverEnd": {
63210
+ "onCut": {
63270
63211
  "defaultValue": null,
63271
- "description": "Handler that is called when a hover interaction ends.",
63272
- "name": "onHoverEnd",
63212
+ "description": "Handler that is called when the user cuts text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
63213
+ "name": "onCut",
63273
63214
  "parent": {
63274
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63275
- "name": "HoverEvents"
63215
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63216
+ "name": "TextInputDOMEvents"
63276
63217
  },
63277
63218
  "declarations": [
63278
63219
  {
63279
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63280
- "name": "HoverEvents"
63220
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63221
+ "name": "TextInputDOMEvents"
63281
63222
  }
63282
63223
  ],
63283
63224
  "required": false,
63284
63225
  "type": {
63285
- "name": "((e: HoverEvent) => void)"
63226
+ "name": "ClipboardEventHandler<HTMLInputElement>"
63286
63227
  }
63287
63228
  },
63288
- "onHoverChange": {
63229
+ "onPaste": {
63289
63230
  "defaultValue": null,
63290
- "description": "Handler that is called when the hover state changes.",
63291
- "name": "onHoverChange",
63231
+ "description": "Handler that is called when the user pastes text. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
63232
+ "name": "onPaste",
63292
63233
  "parent": {
63293
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63294
- "name": "HoverEvents"
63234
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63235
+ "name": "TextInputDOMEvents"
63295
63236
  },
63296
63237
  "declarations": [
63297
63238
  {
63298
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/events.d.ts",
63299
- "name": "HoverEvents"
63239
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63240
+ "name": "TextInputDOMEvents"
63300
63241
  }
63301
63242
  ],
63302
63243
  "required": false,
63303
63244
  "type": {
63304
- "name": "((isHovering: boolean) => void)"
63245
+ "name": "ClipboardEventHandler<HTMLInputElement>"
63305
63246
  }
63306
63247
  },
63307
- "target": {
63248
+ "onCompositionStart": {
63308
63249
  "defaultValue": null,
63309
- "description": "The target window for the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
63310
- "name": "target",
63250
+ "description": "Handler that is called when a text composition system starts a new text composition session.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
63251
+ "name": "onCompositionStart",
63311
63252
  "parent": {
63312
63253
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63313
- "name": "LinkDOMProps"
63254
+ "name": "TextInputDOMEvents"
63314
63255
  },
63315
63256
  "declarations": [
63316
63257
  {
63317
63258
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63318
- "name": "LinkDOMProps"
63259
+ "name": "TextInputDOMEvents"
63319
63260
  }
63320
63261
  ],
63321
63262
  "required": false,
63322
63263
  "type": {
63323
- "name": "HTMLAttributeAnchorTarget"
63264
+ "name": "CompositionEventHandler<HTMLInputElement>"
63324
63265
  }
63325
63266
  },
63326
- "onAction": {
63267
+ "onCompositionEnd": {
63327
63268
  "defaultValue": null,
63328
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends\non the collection's `selectionBehavior` prop and the interaction modality.",
63329
- "name": "onAction",
63269
+ "description": "Handler that is called when a text composition system completes or cancels the current text\ncomposition session. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
63270
+ "name": "onCompositionEnd",
63330
63271
  "parent": {
63331
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
63332
- "name": "ListBoxItemProps"
63272
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63273
+ "name": "TextInputDOMEvents"
63333
63274
  },
63334
63275
  "declarations": [
63335
63276
  {
63336
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
63337
- "name": "ListBoxItemProps"
63277
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63278
+ "name": "TextInputDOMEvents"
63338
63279
  }
63339
63280
  ],
63340
63281
  "required": false,
63341
63282
  "type": {
63342
- "name": "(() => void)"
63283
+ "name": "CompositionEventHandler<HTMLInputElement>"
63343
63284
  }
63344
63285
  },
63345
- "textValue": {
63286
+ "onCompositionUpdate": {
63346
63287
  "defaultValue": null,
63347
- "description": "A string representation of the item's contents, used for features like typeahead.",
63348
- "name": "textValue",
63288
+ "description": "Handler that is called when a new character is received in the current text composition\nsession. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
63289
+ "name": "onCompositionUpdate",
63349
63290
  "parent": {
63350
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
63351
- "name": "ListBoxItemProps"
63291
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63292
+ "name": "TextInputDOMEvents"
63352
63293
  },
63353
63294
  "declarations": [
63354
63295
  {
63355
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/ListBox.d.ts",
63356
- "name": "ListBoxItemProps"
63296
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63297
+ "name": "TextInputDOMEvents"
63357
63298
  }
63358
63299
  ],
63359
63300
  "required": false,
63360
63301
  "type": {
63361
- "name": "string"
63302
+ "name": "CompositionEventHandler<HTMLInputElement>"
63362
63303
  }
63363
63304
  },
63364
- "href": {
63305
+ "onSelect": {
63365
63306
  "defaultValue": null,
63366
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
63367
- "name": "href",
63307
+ "description": "Handler that is called when text in the input is selected. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
63308
+ "name": "onSelect",
63368
63309
  "parent": {
63369
63310
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63370
- "name": "LinkDOMProps"
63311
+ "name": "TextInputDOMEvents"
63371
63312
  },
63372
63313
  "declarations": [
63373
63314
  {
63374
63315
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63375
- "name": "LinkDOMProps"
63316
+ "name": "TextInputDOMEvents"
63376
63317
  }
63377
63318
  ],
63378
63319
  "required": false,
63379
63320
  "type": {
63380
- "name": "string"
63321
+ "name": "ReactEventHandler<HTMLInputElement>"
63381
63322
  }
63382
63323
  },
63383
- "hrefLang": {
63324
+ "onBeforeInput": {
63384
63325
  "defaultValue": null,
63385
- "description": "Hints at the human language of the linked URL.\nSee[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
63386
- "name": "hrefLang",
63326
+ "description": "Handler that is called when the input value is about to be modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
63327
+ "name": "onBeforeInput",
63387
63328
  "parent": {
63388
63329
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63389
- "name": "LinkDOMProps"
63330
+ "name": "TextInputDOMEvents"
63390
63331
  },
63391
63332
  "declarations": [
63392
63333
  {
63393
63334
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63394
- "name": "LinkDOMProps"
63335
+ "name": "TextInputDOMEvents"
63395
63336
  }
63396
63337
  ],
63397
63338
  "required": false,
63398
63339
  "type": {
63399
- "name": "string"
63340
+ "name": "FormEventHandler<HTMLInputElement>"
63400
63341
  }
63401
63342
  },
63402
- "download": {
63343
+ "onInput": {
63403
63344
  "defaultValue": null,
63404
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
63405
- "name": "download",
63345
+ "description": "Handler that is called when the input value is modified. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
63346
+ "name": "onInput",
63406
63347
  "parent": {
63407
63348
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63408
- "name": "LinkDOMProps"
63349
+ "name": "TextInputDOMEvents"
63409
63350
  },
63410
63351
  "declarations": [
63411
63352
  {
63412
63353
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63413
- "name": "LinkDOMProps"
63354
+ "name": "TextInputDOMEvents"
63414
63355
  }
63415
63356
  ],
63416
63357
  "required": false,
63417
63358
  "type": {
63418
- "name": "string | boolean"
63359
+ "name": "FormEventHandler<HTMLInputElement>"
63419
63360
  }
63420
63361
  },
63421
- "ping": {
63362
+ "step": {
63422
63363
  "defaultValue": null,
63423
- "description": "A space-separated list of URLs to ping when the link is followed. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
63424
- "name": "ping",
63364
+ "description": "The amount that the input value changes with each increment or decrement \"tick\".",
63365
+ "name": "step",
63425
63366
  "parent": {
63426
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63427
- "name": "LinkDOMProps"
63367
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63368
+ "name": "RangeInputBase"
63428
63369
  },
63429
63370
  "declarations": [
63430
63371
  {
63431
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63432
- "name": "LinkDOMProps"
63372
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/inputs.d.ts",
63373
+ "name": "RangeInputBase"
63374
+ }
63375
+ ],
63376
+ "required": false,
63377
+ "type": {
63378
+ "name": "number"
63379
+ }
63380
+ },
63381
+ "formatOptions": {
63382
+ "defaultValue": null,
63383
+ "description": "Formatting options for the value displayed in the number field.\nThis also affects what characters are allowed to be typed by the user.",
63384
+ "name": "formatOptions",
63385
+ "parent": {
63386
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
63387
+ "name": "NumberFieldProps"
63388
+ },
63389
+ "declarations": [
63390
+ {
63391
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
63392
+ "name": "NumberFieldProps"
63393
+ }
63394
+ ],
63395
+ "required": false,
63396
+ "type": {
63397
+ "name": "NumberFormatOptions"
63398
+ }
63399
+ },
63400
+ "decrementAriaLabel": {
63401
+ "defaultValue": null,
63402
+ "description": "A custom aria-label for the decrement button. If not provided, the localized string \"Decrement\"\nis used.",
63403
+ "name": "decrementAriaLabel",
63404
+ "parent": {
63405
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
63406
+ "name": "AriaNumberFieldProps"
63407
+ },
63408
+ "declarations": [
63409
+ {
63410
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
63411
+ "name": "AriaNumberFieldProps"
63433
63412
  }
63434
63413
  ],
63435
63414
  "required": false,
@@ -63437,42 +63416,63 @@
63437
63416
  "name": "string"
63438
63417
  }
63439
63418
  },
63440
- "referrerPolicy": {
63419
+ "incrementAriaLabel": {
63441
63420
  "defaultValue": null,
63442
- "description": "How much of the referrer to send when following the link. See\n[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
63443
- "name": "referrerPolicy",
63421
+ "description": "A custom aria-label for the increment button. If not provided, the localized string \"Increment\"\nis used.",
63422
+ "name": "incrementAriaLabel",
63444
63423
  "parent": {
63445
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63446
- "name": "LinkDOMProps"
63424
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
63425
+ "name": "AriaNumberFieldProps"
63447
63426
  },
63448
63427
  "declarations": [
63449
63428
  {
63450
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63451
- "name": "LinkDOMProps"
63429
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
63430
+ "name": "AriaNumberFieldProps"
63452
63431
  }
63453
63432
  ],
63454
63433
  "required": false,
63455
63434
  "type": {
63456
- "name": "HTMLAttributeReferrerPolicy"
63435
+ "name": "string"
63457
63436
  }
63458
63437
  },
63459
- "routerOptions": {
63438
+ "isWheelDisabled": {
63460
63439
  "defaultValue": null,
63461
- "description": "Options for the configured client side router.",
63462
- "name": "routerOptions",
63440
+ "description": "Enables or disables changing the value with scroll.",
63441
+ "name": "isWheelDisabled",
63463
63442
  "parent": {
63464
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63465
- "name": "LinkDOMProps"
63443
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
63444
+ "name": "AriaNumberFieldProps"
63466
63445
  },
63467
63446
  "declarations": [
63468
63447
  {
63469
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.0_react@19.2.7/node_modules/@react-types/shared/src/dom.d.ts",
63470
- "name": "LinkDOMProps"
63448
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.50.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria/dist/types/src/numberfield/useNumberField.d.ts",
63449
+ "name": "AriaNumberFieldProps"
63471
63450
  }
63472
63451
  ],
63473
63452
  "required": false,
63474
63453
  "type": {
63475
- "name": "undefined"
63454
+ "name": "boolean"
63455
+ }
63456
+ },
63457
+ "commitBehavior": {
63458
+ "defaultValue": {
63459
+ "value": "'snap'"
63460
+ },
63461
+ "description": "Controls the behavior of the number field when the user blurs the field after editing. 'snap'\nwill clamp the value to the min/max values, and snap to the nearest step value. 'validate' will\nnot clamp the value, and will validate that the value is within the min/max range and on a\nvalid step.",
63462
+ "name": "commitBehavior",
63463
+ "parent": {
63464
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
63465
+ "name": "NumberFieldProps"
63466
+ },
63467
+ "declarations": [
63468
+ {
63469
+ "fileName": "flow/node_modules/.pnpm/react-stately@3.48.0_react@19.2.7/node_modules/react-stately/dist/types/src/numberfield/useNumberFieldState.d.ts",
63470
+ "name": "NumberFieldProps"
63471
+ }
63472
+ ],
63473
+ "required": false,
63474
+ "type": {
63475
+ "name": "\"validate\" | \"snap\""
63476
63476
  }
63477
63477
  },
63478
63478
  "children": {
@@ -139802,68 +139802,112 @@
139802
139802
  "tags": {
139803
139803
  "flr-generate": "all"
139804
139804
  },
139805
- "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
139805
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
139806
139806
  "description": "",
139807
- "displayName": "HeaderNavigation",
139807
+ "displayName": "Heading",
139808
139808
  "methods": [],
139809
139809
  "props": {
139810
+ "size": {
139811
+ "defaultValue": null,
139812
+ "description": "The font size of the heading.",
139813
+ "name": "size",
139814
+ "parent": {
139815
+ "fileName": "components/src/components/Heading/Heading.tsx",
139816
+ "name": "HeadingProps"
139817
+ },
139818
+ "declarations": [
139819
+ {
139820
+ "fileName": "components/src/components/Heading/Heading.tsx",
139821
+ "name": "HeadingProps"
139822
+ }
139823
+ ],
139824
+ "required": false,
139825
+ "type": {
139826
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
139827
+ }
139828
+ },
139810
139829
  "color": {
139811
139830
  "defaultValue": {
139812
139831
  "value": "\"default\""
139813
139832
  },
139814
- "description": "The color of the header navigation.",
139833
+ "description": "The color of the heading.",
139815
139834
  "name": "color",
139816
139835
  "parent": {
139817
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
139818
- "name": "HeaderNavigationProps"
139836
+ "fileName": "components/src/components/Heading/Heading.tsx",
139837
+ "name": "HeadingProps"
139819
139838
  },
139820
139839
  "declarations": [
139821
139840
  {
139822
- "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
139823
- "name": "HeaderNavigationProps"
139841
+ "fileName": "components/src/components/Heading/Heading.tsx",
139842
+ "name": "HeadingProps"
139824
139843
  }
139825
139844
  ],
139826
139845
  "required": false,
139827
139846
  "type": {
139828
- "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
139847
+ "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\""
139829
139848
  }
139830
139849
  },
139831
- "ref": {
139832
- "defaultValue": null,
139833
- "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}",
139834
- "name": "ref",
139850
+ "wrap": {
139851
+ "defaultValue": {
139852
+ "value": "undefined"
139853
+ },
139854
+ "description": "The text-wrap property of the text.",
139855
+ "name": "wrap",
139835
139856
  "parent": {
139836
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
139837
- "name": "RefAttributes"
139857
+ "fileName": "components/src/components/Heading/Heading.tsx",
139858
+ "name": "HeadingProps"
139838
139859
  },
139839
139860
  "declarations": [
139840
139861
  {
139841
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
139842
- "name": "RefAttributes"
139862
+ "fileName": "components/src/components/Heading/Heading.tsx",
139863
+ "name": "HeadingProps"
139843
139864
  }
139844
139865
  ],
139845
139866
  "required": false,
139846
139867
  "type": {
139847
- "name": "Ref<HTMLSpanElement>"
139868
+ "name": "\"wrap\" | \"balance\""
139848
139869
  }
139849
139870
  },
139850
- "key": {
139851
- "defaultValue": null,
139852
- "description": "",
139853
- "name": "key",
139871
+ "className": {
139872
+ "defaultValue": {
139873
+ "value": "'react-aria-Heading'"
139874
+ },
139875
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement.",
139876
+ "name": "className",
139854
139877
  "parent": {
139855
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
139856
- "name": "Attributes"
139878
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
139879
+ "name": "HeadingProps"
139857
139880
  },
139858
139881
  "declarations": [
139859
139882
  {
139860
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
139861
- "name": "Attributes"
139883
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
139884
+ "name": "HeadingProps"
139862
139885
  }
139863
139886
  ],
139864
139887
  "required": false,
139865
139888
  "type": {
139866
- "name": "Key | null"
139889
+ "name": "string"
139890
+ }
139891
+ },
139892
+ "level": {
139893
+ "defaultValue": {
139894
+ "value": "3"
139895
+ },
139896
+ "description": "The heading level.",
139897
+ "name": "level",
139898
+ "parent": {
139899
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
139900
+ "name": "HeadingProps"
139901
+ },
139902
+ "declarations": [
139903
+ {
139904
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
139905
+ "name": "HeadingProps"
139906
+ }
139907
+ ],
139908
+ "required": false,
139909
+ "type": {
139910
+ "name": "number"
139867
139911
  }
139868
139912
  },
139869
139913
  "defaultChecked": {
@@ -139999,25 +140043,6 @@
139999
140043
  "name": "boolean"
140000
140044
  }
140001
140045
  },
140002
- "className": {
140003
- "defaultValue": null,
140004
- "description": "",
140005
- "name": "className",
140006
- "parent": {
140007
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
140008
- "name": "HTMLAttributes"
140009
- },
140010
- "declarations": [
140011
- {
140012
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
140013
- "name": "HTMLAttributes"
140014
- }
140015
- ],
140016
- "required": false,
140017
- "type": {
140018
- "name": "string"
140019
- }
140020
- },
140021
140046
  "contentEditable": {
140022
140047
  "defaultValue": null,
140023
140048
  "description": "",
@@ -145128,119 +145153,185 @@
145128
145153
  "type": {
145129
145154
  "name": "TransitionEventHandler<HTMLElement>"
145130
145155
  }
145131
- }
145132
- }
145133
- },
145134
- {
145135
- "tags": {
145136
- "flr-generate": "all"
145137
- },
145138
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Heading/Heading.tsx",
145139
- "description": "",
145140
- "displayName": "Heading",
145141
- "methods": [],
145142
- "props": {
145143
- "size": {
145156
+ },
145157
+ "render": {
145144
145158
  "defaultValue": null,
145145
- "description": "The font size of the heading.",
145146
- "name": "size",
145159
+ "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
145160
+ "name": "render",
145147
145161
  "parent": {
145148
- "fileName": "components/src/components/Heading/Heading.tsx",
145149
- "name": "HeadingProps"
145162
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
145163
+ "name": "DOMRenderProps"
145150
145164
  },
145151
145165
  "declarations": [
145152
145166
  {
145153
- "fileName": "components/src/components/Heading/Heading.tsx",
145154
- "name": "HeadingProps"
145167
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
145168
+ "name": "DOMRenderProps"
145155
145169
  }
145156
145170
  ],
145157
145171
  "required": false,
145158
145172
  "type": {
145159
- "name": "\"s\" | \"xs\" | \"m\" | \"l\" | \"xl\" | \"xxl\""
145173
+ "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
145160
145174
  }
145161
145175
  },
145162
- "color": {
145163
- "defaultValue": {
145164
- "value": "\"default\""
145176
+ "wrapWith": {
145177
+ "defaultValue": null,
145178
+ "description": "",
145179
+ "name": "wrapWith",
145180
+ "parent": {
145181
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
145182
+ "name": "FlowComponentProps"
145165
145183
  },
145166
- "description": "The color of the heading.",
145167
- "name": "color",
145184
+ "declarations": [
145185
+ {
145186
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
145187
+ "name": "FlowComponentProps"
145188
+ }
145189
+ ],
145190
+ "required": false,
145191
+ "type": {
145192
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
145193
+ }
145194
+ },
145195
+ "tunnel": {
145196
+ "defaultValue": null,
145197
+ "description": "@internal",
145198
+ "name": "tunnel",
145168
145199
  "parent": {
145169
- "fileName": "components/src/components/Heading/Heading.tsx",
145170
- "name": "HeadingProps"
145200
+ "fileName": "components/src/lib/types/props.ts",
145201
+ "name": "PropsWithTunnel"
145171
145202
  },
145172
145203
  "declarations": [
145173
145204
  {
145174
- "fileName": "components/src/components/Heading/Heading.tsx",
145175
- "name": "HeadingProps"
145205
+ "fileName": "components/src/lib/types/props.ts",
145206
+ "name": "PropsWithTunnel"
145176
145207
  }
145177
145208
  ],
145178
145209
  "required": false,
145179
145210
  "type": {
145180
- "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\" | \"danger\" | \"unavailable\""
145211
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
145181
145212
  }
145182
145213
  },
145183
- "wrap": {
145184
- "defaultValue": {
145185
- "value": "undefined"
145214
+ "ref": {
145215
+ "defaultValue": null,
145216
+ "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}",
145217
+ "name": "ref",
145218
+ "parent": {
145219
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145220
+ "name": "RefAttributes"
145186
145221
  },
145187
- "description": "The text-wrap property of the text.",
145188
- "name": "wrap",
145222
+ "declarations": [
145223
+ {
145224
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145225
+ "name": "RefAttributes"
145226
+ }
145227
+ ],
145228
+ "required": false,
145229
+ "type": {
145230
+ "name": "Ref<HTMLSpanElement>"
145231
+ }
145232
+ },
145233
+ "key": {
145234
+ "defaultValue": null,
145235
+ "description": "",
145236
+ "name": "key",
145189
145237
  "parent": {
145190
- "fileName": "components/src/components/Heading/Heading.tsx",
145191
- "name": "HeadingProps"
145238
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145239
+ "name": "Attributes"
145192
145240
  },
145193
145241
  "declarations": [
145194
145242
  {
145195
- "fileName": "components/src/components/Heading/Heading.tsx",
145196
- "name": "HeadingProps"
145243
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145244
+ "name": "Attributes"
145197
145245
  }
145198
145246
  ],
145199
145247
  "required": false,
145200
145248
  "type": {
145201
- "name": "\"wrap\" | \"balance\""
145249
+ "name": "Key | null"
145202
145250
  }
145203
145251
  },
145204
- "className": {
145252
+ "elementType": {
145253
+ "defaultValue": null,
145254
+ "description": "",
145255
+ "name": "elementType",
145256
+ "declarations": [
145257
+ {
145258
+ "fileName": "components/src/lib/types/props.ts",
145259
+ "name": "TypeLiteral"
145260
+ }
145261
+ ],
145262
+ "required": false,
145263
+ "type": {
145264
+ "name": "\"span\" | \"p\" | ExoticComponent<{}>"
145265
+ }
145266
+ }
145267
+ }
145268
+ },
145269
+ {
145270
+ "tags": {
145271
+ "flr-generate": "all"
145272
+ },
145273
+ "filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
145274
+ "description": "",
145275
+ "displayName": "HeaderNavigation",
145276
+ "methods": [],
145277
+ "props": {
145278
+ "color": {
145205
145279
  "defaultValue": {
145206
- "value": "'react-aria-Heading'"
145280
+ "value": "\"default\""
145207
145281
  },
145208
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the\nelement.",
145209
- "name": "className",
145282
+ "description": "The color of the header navigation.",
145283
+ "name": "color",
145210
145284
  "parent": {
145211
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
145212
- "name": "HeadingProps"
145285
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
145286
+ "name": "HeaderNavigationProps"
145213
145287
  },
145214
145288
  "declarations": [
145215
145289
  {
145216
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
145217
- "name": "HeadingProps"
145290
+ "fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
145291
+ "name": "HeaderNavigationProps"
145218
145292
  }
145219
145293
  ],
145220
145294
  "required": false,
145221
145295
  "type": {
145222
- "name": "string"
145296
+ "name": "\"default\" | \"dark\" | \"light\" | \"dark-static\" | \"light-static\""
145223
145297
  }
145224
145298
  },
145225
- "level": {
145226
- "defaultValue": {
145227
- "value": "3"
145299
+ "ref": {
145300
+ "defaultValue": null,
145301
+ "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}",
145302
+ "name": "ref",
145303
+ "parent": {
145304
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145305
+ "name": "RefAttributes"
145228
145306
  },
145229
- "description": "The heading level.",
145230
- "name": "level",
145307
+ "declarations": [
145308
+ {
145309
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145310
+ "name": "RefAttributes"
145311
+ }
145312
+ ],
145313
+ "required": false,
145314
+ "type": {
145315
+ "name": "Ref<HTMLSpanElement>"
145316
+ }
145317
+ },
145318
+ "key": {
145319
+ "defaultValue": null,
145320
+ "description": "",
145321
+ "name": "key",
145231
145322
  "parent": {
145232
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
145233
- "name": "HeadingProps"
145323
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145324
+ "name": "Attributes"
145234
145325
  },
145235
145326
  "declarations": [
145236
145327
  {
145237
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/Heading.d.ts",
145238
- "name": "HeadingProps"
145328
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145329
+ "name": "Attributes"
145239
145330
  }
145240
145331
  ],
145241
145332
  "required": false,
145242
145333
  "type": {
145243
- "name": "number"
145334
+ "name": "Key | null"
145244
145335
  }
145245
145336
  },
145246
145337
  "defaultChecked": {
@@ -145376,6 +145467,25 @@
145376
145467
  "name": "boolean"
145377
145468
  }
145378
145469
  },
145470
+ "className": {
145471
+ "defaultValue": null,
145472
+ "description": "",
145473
+ "name": "className",
145474
+ "parent": {
145475
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145476
+ "name": "HTMLAttributes"
145477
+ },
145478
+ "declarations": [
145479
+ {
145480
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
145481
+ "name": "HTMLAttributes"
145482
+ }
145483
+ ],
145484
+ "required": false,
145485
+ "type": {
145486
+ "name": "string"
145487
+ }
145488
+ },
145379
145489
  "contentEditable": {
145380
145490
  "defaultValue": null,
145381
145491
  "description": "",
@@ -150486,116 +150596,6 @@
150486
150596
  "type": {
150487
150597
  "name": "TransitionEventHandler<HTMLElement>"
150488
150598
  }
150489
- },
150490
- "render": {
150491
- "defaultValue": null,
150492
- "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
150493
- "name": "render",
150494
- "parent": {
150495
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
150496
- "name": "DOMRenderProps"
150497
- },
150498
- "declarations": [
150499
- {
150500
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.19.0_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/react-aria-components/dist/types/src/utils.d.ts",
150501
- "name": "DOMRenderProps"
150502
- }
150503
- ],
150504
- "required": false,
150505
- "type": {
150506
- "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
150507
- }
150508
- },
150509
- "wrapWith": {
150510
- "defaultValue": null,
150511
- "description": "",
150512
- "name": "wrapWith",
150513
- "parent": {
150514
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
150515
- "name": "FlowComponentProps"
150516
- },
150517
- "declarations": [
150518
- {
150519
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
150520
- "name": "FlowComponentProps"
150521
- }
150522
- ],
150523
- "required": false,
150524
- "type": {
150525
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
150526
- }
150527
- },
150528
- "tunnel": {
150529
- "defaultValue": null,
150530
- "description": "@internal",
150531
- "name": "tunnel",
150532
- "parent": {
150533
- "fileName": "components/src/lib/types/props.ts",
150534
- "name": "PropsWithTunnel"
150535
- },
150536
- "declarations": [
150537
- {
150538
- "fileName": "components/src/lib/types/props.ts",
150539
- "name": "PropsWithTunnel"
150540
- }
150541
- ],
150542
- "required": false,
150543
- "type": {
150544
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
150545
- }
150546
- },
150547
- "ref": {
150548
- "defaultValue": null,
150549
- "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}",
150550
- "name": "ref",
150551
- "parent": {
150552
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
150553
- "name": "RefAttributes"
150554
- },
150555
- "declarations": [
150556
- {
150557
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
150558
- "name": "RefAttributes"
150559
- }
150560
- ],
150561
- "required": false,
150562
- "type": {
150563
- "name": "Ref<HTMLSpanElement>"
150564
- }
150565
- },
150566
- "key": {
150567
- "defaultValue": null,
150568
- "description": "",
150569
- "name": "key",
150570
- "parent": {
150571
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
150572
- "name": "Attributes"
150573
- },
150574
- "declarations": [
150575
- {
150576
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
150577
- "name": "Attributes"
150578
- }
150579
- ],
150580
- "required": false,
150581
- "type": {
150582
- "name": "Key | null"
150583
- }
150584
- },
150585
- "elementType": {
150586
- "defaultValue": null,
150587
- "description": "",
150588
- "name": "elementType",
150589
- "declarations": [
150590
- {
150591
- "fileName": "components/src/lib/types/props.ts",
150592
- "name": "TypeLiteral"
150593
- }
150594
- ],
150595
- "required": false,
150596
- "type": {
150597
- "name": "\"span\" | \"p\" | ExoticComponent<{}>"
150598
- }
150599
150599
  }
150600
150600
  }
150601
150601
  },
@@ -185503,6 +185503,89 @@
185503
185503
  }
185504
185504
  }
185505
185505
  },
185506
+ {
185507
+ "tags": {
185508
+ "flr-generate": "all"
185509
+ },
185510
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
185511
+ "description": "",
185512
+ "displayName": "Div",
185513
+ "methods": [],
185514
+ "props": {
185515
+ "children": {
185516
+ "defaultValue": null,
185517
+ "description": "",
185518
+ "name": "children",
185519
+ "declarations": [
185520
+ {
185521
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
185522
+ "name": "TypeLiteral"
185523
+ }
185524
+ ],
185525
+ "required": false,
185526
+ "type": {
185527
+ "name": "ReactNode"
185528
+ }
185529
+ },
185530
+ "className": {
185531
+ "defaultValue": null,
185532
+ "description": "The elements class name.",
185533
+ "name": "className",
185534
+ "parent": {
185535
+ "fileName": "components/src/lib/types/props.ts",
185536
+ "name": "PropsWithClassName"
185537
+ },
185538
+ "declarations": [
185539
+ {
185540
+ "fileName": "components/src/lib/types/props.ts",
185541
+ "name": "PropsWithClassName"
185542
+ }
185543
+ ],
185544
+ "required": false,
185545
+ "type": {
185546
+ "name": "string"
185547
+ }
185548
+ },
185549
+ "ref": {
185550
+ "defaultValue": null,
185551
+ "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}",
185552
+ "name": "ref",
185553
+ "parent": {
185554
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
185555
+ "name": "RefAttributes"
185556
+ },
185557
+ "declarations": [
185558
+ {
185559
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
185560
+ "name": "RefAttributes"
185561
+ }
185562
+ ],
185563
+ "required": false,
185564
+ "type": {
185565
+ "name": "Ref<HTMLSpanElement>"
185566
+ }
185567
+ },
185568
+ "key": {
185569
+ "defaultValue": null,
185570
+ "description": "",
185571
+ "name": "key",
185572
+ "parent": {
185573
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
185574
+ "name": "Attributes"
185575
+ },
185576
+ "declarations": [
185577
+ {
185578
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
185579
+ "name": "Attributes"
185580
+ }
185581
+ ],
185582
+ "required": false,
185583
+ "type": {
185584
+ "name": "Key | null"
185585
+ }
185586
+ }
185587
+ }
185588
+ },
185506
185589
  {
185507
185590
  "tags": {
185508
185591
  "flr-generate": "all"
@@ -187307,89 +187390,6 @@
187307
187390
  }
187308
187391
  }
187309
187392
  },
187310
- {
187311
- "tags": {
187312
- "flr-generate": "all"
187313
- },
187314
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
187315
- "description": "",
187316
- "displayName": "Div",
187317
- "methods": [],
187318
- "props": {
187319
- "children": {
187320
- "defaultValue": null,
187321
- "description": "",
187322
- "name": "children",
187323
- "declarations": [
187324
- {
187325
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
187326
- "name": "TypeLiteral"
187327
- }
187328
- ],
187329
- "required": false,
187330
- "type": {
187331
- "name": "ReactNode"
187332
- }
187333
- },
187334
- "className": {
187335
- "defaultValue": null,
187336
- "description": "The elements class name.",
187337
- "name": "className",
187338
- "parent": {
187339
- "fileName": "components/src/lib/types/props.ts",
187340
- "name": "PropsWithClassName"
187341
- },
187342
- "declarations": [
187343
- {
187344
- "fileName": "components/src/lib/types/props.ts",
187345
- "name": "PropsWithClassName"
187346
- }
187347
- ],
187348
- "required": false,
187349
- "type": {
187350
- "name": "string"
187351
- }
187352
- },
187353
- "ref": {
187354
- "defaultValue": null,
187355
- "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}",
187356
- "name": "ref",
187357
- "parent": {
187358
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
187359
- "name": "RefAttributes"
187360
- },
187361
- "declarations": [
187362
- {
187363
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
187364
- "name": "RefAttributes"
187365
- }
187366
- ],
187367
- "required": false,
187368
- "type": {
187369
- "name": "Ref<HTMLSpanElement>"
187370
- }
187371
- },
187372
- "key": {
187373
- "defaultValue": null,
187374
- "description": "",
187375
- "name": "key",
187376
- "parent": {
187377
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
187378
- "name": "Attributes"
187379
- },
187380
- "declarations": [
187381
- {
187382
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
187383
- "name": "Attributes"
187384
- }
187385
- ],
187386
- "required": false,
187387
- "type": {
187388
- "name": "Key | null"
187389
- }
187390
- }
187391
- }
187392
- },
187393
187393
  {
187394
187394
  "tags": {
187395
187395
  "flr-generate": "all"
@@ -317425,68 +317425,6 @@
317425
317425
  }
317426
317426
  }
317427
317427
  },
317428
- {
317429
- "tags": {},
317430
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
317431
- "description": "",
317432
- "displayName": "LinkListTunnelExit",
317433
- "methods": [],
317434
- "props": {
317435
- "id": {
317436
- "defaultValue": null,
317437
- "description": "",
317438
- "name": "id",
317439
- "parent": {
317440
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317441
- "name": "TunnelExitProps"
317442
- },
317443
- "declarations": [
317444
- {
317445
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317446
- "name": "TunnelExitProps"
317447
- }
317448
- ],
317449
- "required": false,
317450
- "type": {
317451
- "name": "string"
317452
- }
317453
- },
317454
- "children": {
317455
- "defaultValue": null,
317456
- "description": "",
317457
- "name": "children",
317458
- "parent": {
317459
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317460
- "name": "TunnelExitProps"
317461
- },
317462
- "declarations": [
317463
- {
317464
- "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
317465
- "name": "TunnelExitProps"
317466
- }
317467
- ],
317468
- "required": false,
317469
- "type": {
317470
- "name": "TunnelChildren"
317471
- }
317472
- },
317473
- "component": {
317474
- "defaultValue": null,
317475
- "description": "",
317476
- "name": "component",
317477
- "declarations": [
317478
- {
317479
- "fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
317480
- "name": "TypeLiteral"
317481
- }
317482
- ],
317483
- "required": true,
317484
- "type": {
317485
- "name": "keyof FlowComponentPropsTypes"
317486
- }
317487
- }
317488
- }
317489
- },
317490
317428
  {
317491
317429
  "tags": {
317492
317430
  "flr-generate": "all"
@@ -322875,6 +322813,68 @@
322875
322813
  }
322876
322814
  }
322877
322815
  },
322816
+ {
322817
+ "tags": {},
322818
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Navigation/components/LinkListTunnelExit/LinkListTunnelExit.tsx",
322819
+ "description": "",
322820
+ "displayName": "LinkListTunnelExit",
322821
+ "methods": [],
322822
+ "props": {
322823
+ "id": {
322824
+ "defaultValue": null,
322825
+ "description": "",
322826
+ "name": "id",
322827
+ "parent": {
322828
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322829
+ "name": "TunnelExitProps"
322830
+ },
322831
+ "declarations": [
322832
+ {
322833
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322834
+ "name": "TunnelExitProps"
322835
+ }
322836
+ ],
322837
+ "required": false,
322838
+ "type": {
322839
+ "name": "string"
322840
+ }
322841
+ },
322842
+ "children": {
322843
+ "defaultValue": null,
322844
+ "description": "",
322845
+ "name": "children",
322846
+ "parent": {
322847
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322848
+ "name": "TunnelExitProps"
322849
+ },
322850
+ "declarations": [
322851
+ {
322852
+ "fileName": "packages/react-tunnel/dist/types/components/TunnelExit.d.ts",
322853
+ "name": "TunnelExitProps"
322854
+ }
322855
+ ],
322856
+ "required": false,
322857
+ "type": {
322858
+ "name": "TunnelChildren"
322859
+ }
322860
+ },
322861
+ "component": {
322862
+ "defaultValue": null,
322863
+ "description": "",
322864
+ "name": "component",
322865
+ "declarations": [
322866
+ {
322867
+ "fileName": "components/src/components/UiComponentTunnel/UiComponentTunnelExit.tsx",
322868
+ "name": "TypeLiteral"
322869
+ }
322870
+ ],
322871
+ "required": true,
322872
+ "type": {
322873
+ "name": "keyof FlowComponentPropsTypes"
322874
+ }
322875
+ }
322876
+ }
322877
+ },
322878
322878
  {
322879
322879
  "tags": {},
322880
322880
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
@@ -326501,34 +326501,6 @@
326501
326501
  }
326502
326502
  }
326503
326503
  },
326504
- {
326505
- "tags": {},
326506
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
326507
- "description": "",
326508
- "displayName": "DeleteButton",
326509
- "methods": [],
326510
- "props": {
326511
- "onDelete": {
326512
- "defaultValue": null,
326513
- "description": "",
326514
- "name": "onDelete",
326515
- "parent": {
326516
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
326517
- "name": "Props"
326518
- },
326519
- "declarations": [
326520
- {
326521
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
326522
- "name": "Props"
326523
- }
326524
- ],
326525
- "required": true,
326526
- "type": {
326527
- "name": "() => void"
326528
- }
326529
- }
326530
- }
326531
- },
326532
326504
  {
326533
326505
  "tags": {},
326534
326506
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -326595,6 +326567,34 @@
326595
326567
  }
326596
326568
  }
326597
326569
  },
326570
+ {
326571
+ "tags": {},
326572
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
326573
+ "description": "",
326574
+ "displayName": "DeleteButton",
326575
+ "methods": [],
326576
+ "props": {
326577
+ "onDelete": {
326578
+ "defaultValue": null,
326579
+ "description": "",
326580
+ "name": "onDelete",
326581
+ "parent": {
326582
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
326583
+ "name": "Props"
326584
+ },
326585
+ "declarations": [
326586
+ {
326587
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
326588
+ "name": "Props"
326589
+ }
326590
+ ],
326591
+ "required": true,
326592
+ "type": {
326593
+ "name": "() => void"
326594
+ }
326595
+ }
326596
+ }
326597
+ },
326598
326598
  {
326599
326599
  "tags": {},
326600
326600
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -330012,6 +330012,237 @@
330012
330012
  }
330013
330013
  }
330014
330014
  },
330015
+ {
330016
+ "tags": {
330017
+ "flr-generate": "all"
330018
+ },
330019
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
330020
+ "description": "",
330021
+ "displayName": "YAxis",
330022
+ "methods": [],
330023
+ "props": {
330024
+ "className": {
330025
+ "defaultValue": null,
330026
+ "description": "",
330027
+ "name": "className",
330028
+ "parent": {
330029
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330030
+ "name": "HTMLAttributes"
330031
+ },
330032
+ "declarations": [
330033
+ {
330034
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330035
+ "name": "HTMLAttributes"
330036
+ }
330037
+ ],
330038
+ "required": false,
330039
+ "type": {
330040
+ "name": "string"
330041
+ }
330042
+ },
330043
+ "type": {
330044
+ "defaultValue": null,
330045
+ "description": "",
330046
+ "name": "type",
330047
+ "parent": {
330048
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330049
+ "name": "SVGAttributes"
330050
+ },
330051
+ "declarations": [
330052
+ {
330053
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330054
+ "name": "SVGAttributes"
330055
+ }
330056
+ ],
330057
+ "required": false,
330058
+ "type": {
330059
+ "name": "string"
330060
+ }
330061
+ },
330062
+ "hide": {
330063
+ "defaultValue": null,
330064
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
330065
+ "name": "hide",
330066
+ "parent": {
330067
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330068
+ "name": "RenderableAxisProps"
330069
+ },
330070
+ "declarations": [
330071
+ {
330072
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330073
+ "name": "RenderableAxisProps"
330074
+ }
330075
+ ],
330076
+ "required": false,
330077
+ "type": {
330078
+ "name": "boolean"
330079
+ }
330080
+ },
330081
+ "orientation": {
330082
+ "defaultValue": null,
330083
+ "description": "",
330084
+ "name": "orientation",
330085
+ "parent": {
330086
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330087
+ "name": "SVGAttributes"
330088
+ },
330089
+ "declarations": [
330090
+ {
330091
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330092
+ "name": "SVGAttributes"
330093
+ }
330094
+ ],
330095
+ "required": false,
330096
+ "type": {
330097
+ "name": "string | number"
330098
+ }
330099
+ },
330100
+ "scale": {
330101
+ "defaultValue": null,
330102
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
330103
+ "name": "scale",
330104
+ "parent": {
330105
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330106
+ "name": "YAxisProps"
330107
+ },
330108
+ "declarations": [
330109
+ {
330110
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330111
+ "name": "YAxisProps"
330112
+ }
330113
+ ],
330114
+ "required": false,
330115
+ "type": {
330116
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
330117
+ }
330118
+ },
330119
+ "allowDecimals": {
330120
+ "defaultValue": null,
330121
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
330122
+ "name": "allowDecimals",
330123
+ "parent": {
330124
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330125
+ "name": "RenderableAxisProps"
330126
+ },
330127
+ "declarations": [
330128
+ {
330129
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330130
+ "name": "RenderableAxisProps"
330131
+ }
330132
+ ],
330133
+ "required": false,
330134
+ "type": {
330135
+ "name": "boolean"
330136
+ }
330137
+ },
330138
+ "interval": {
330139
+ "defaultValue": null,
330140
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
330141
+ "name": "interval",
330142
+ "parent": {
330143
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330144
+ "name": "YAxisProps"
330145
+ },
330146
+ "declarations": [
330147
+ {
330148
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330149
+ "name": "YAxisProps"
330150
+ }
330151
+ ],
330152
+ "required": false,
330153
+ "type": {
330154
+ "name": "AxisInterval"
330155
+ }
330156
+ },
330157
+ "minTickGap": {
330158
+ "defaultValue": null,
330159
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
330160
+ "name": "minTickGap",
330161
+ "parent": {
330162
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330163
+ "name": "YAxisProps"
330164
+ },
330165
+ "declarations": [
330166
+ {
330167
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330168
+ "name": "YAxisProps"
330169
+ }
330170
+ ],
330171
+ "required": false,
330172
+ "type": {
330173
+ "name": "number"
330174
+ }
330175
+ },
330176
+ "domain": {
330177
+ "defaultValue": null,
330178
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
330179
+ "name": "domain",
330180
+ "parent": {
330181
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330182
+ "name": "YAxisProps"
330183
+ },
330184
+ "declarations": [
330185
+ {
330186
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
330187
+ "name": "YAxisProps"
330188
+ }
330189
+ ],
330190
+ "required": false,
330191
+ "type": {
330192
+ "name": "AxisDomain"
330193
+ }
330194
+ },
330195
+ "unit": {
330196
+ "defaultValue": null,
330197
+ "description": "The unit of data. This option will be used in tooltip.",
330198
+ "name": "unit",
330199
+ "parent": {
330200
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330201
+ "name": "BaseAxisProps"
330202
+ },
330203
+ "declarations": [
330204
+ {
330205
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330206
+ "name": "BaseAxisProps"
330207
+ }
330208
+ ],
330209
+ "required": false,
330210
+ "type": {
330211
+ "name": "string"
330212
+ }
330213
+ },
330214
+ "dataKey": {
330215
+ "defaultValue": null,
330216
+ "description": "",
330217
+ "name": "dataKey",
330218
+ "declarations": [
330219
+ {
330220
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
330221
+ "name": "TypeLiteral"
330222
+ }
330223
+ ],
330224
+ "required": false,
330225
+ "type": {
330226
+ "name": "DataKey<ChartDataValue>"
330227
+ }
330228
+ },
330229
+ "tickFormatter": {
330230
+ "defaultValue": null,
330231
+ "description": "",
330232
+ "name": "tickFormatter",
330233
+ "declarations": [
330234
+ {
330235
+ "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
330236
+ "name": "TypeLiteral"
330237
+ }
330238
+ ],
330239
+ "required": false,
330240
+ "type": {
330241
+ "name": "((value: unknown, index: number) => string)"
330242
+ }
330243
+ }
330244
+ }
330245
+ },
330015
330246
  {
330016
330247
  "tags": {
330017
330248
  "flr-generate": "all"
@@ -330135,25 +330366,6 @@
330135
330366
  "name": "boolean"
330136
330367
  }
330137
330368
  },
330138
- "allowDataOverflow": {
330139
- "defaultValue": null,
330140
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
330141
- "name": "allowDataOverflow",
330142
- "parent": {
330143
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330144
- "name": "RenderableAxisProps"
330145
- },
330146
- "declarations": [
330147
- {
330148
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330149
- "name": "RenderableAxisProps"
330150
- }
330151
- ],
330152
- "required": false,
330153
- "type": {
330154
- "name": "boolean"
330155
- }
330156
- },
330157
330369
  "interval": {
330158
330370
  "defaultValue": null,
330159
330371
  "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
@@ -330230,6 +330442,25 @@
330230
330442
  "name": "string"
330231
330443
  }
330232
330444
  },
330445
+ "allowDataOverflow": {
330446
+ "defaultValue": null,
330447
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.\n@defaultValue false",
330448
+ "name": "allowDataOverflow",
330449
+ "parent": {
330450
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330451
+ "name": "RenderableAxisProps"
330452
+ },
330453
+ "declarations": [
330454
+ {
330455
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330456
+ "name": "RenderableAxisProps"
330457
+ }
330458
+ ],
330459
+ "required": false,
330460
+ "type": {
330461
+ "name": "boolean"
330462
+ }
330463
+ },
330233
330464
  "dataKey": {
330234
330465
  "defaultValue": null,
330235
330466
  "description": "",
@@ -349953,237 +350184,6 @@
349953
350184
  }
349954
350185
  }
349955
350186
  },
349956
- {
349957
- "tags": {
349958
- "flr-generate": "all"
349959
- },
349960
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
349961
- "description": "",
349962
- "displayName": "YAxis",
349963
- "methods": [],
349964
- "props": {
349965
- "className": {
349966
- "defaultValue": null,
349967
- "description": "",
349968
- "name": "className",
349969
- "parent": {
349970
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349971
- "name": "HTMLAttributes"
349972
- },
349973
- "declarations": [
349974
- {
349975
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349976
- "name": "HTMLAttributes"
349977
- }
349978
- ],
349979
- "required": false,
349980
- "type": {
349981
- "name": "string"
349982
- }
349983
- },
349984
- "type": {
349985
- "defaultValue": null,
349986
- "description": "",
349987
- "name": "type",
349988
- "parent": {
349989
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349990
- "name": "SVGAttributes"
349991
- },
349992
- "declarations": [
349993
- {
349994
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
349995
- "name": "SVGAttributes"
349996
- }
349997
- ],
349998
- "required": false,
349999
- "type": {
350000
- "name": "string"
350001
- }
350002
- },
350003
- "hide": {
350004
- "defaultValue": null,
350005
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
350006
- "name": "hide",
350007
- "parent": {
350008
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350009
- "name": "RenderableAxisProps"
350010
- },
350011
- "declarations": [
350012
- {
350013
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350014
- "name": "RenderableAxisProps"
350015
- }
350016
- ],
350017
- "required": false,
350018
- "type": {
350019
- "name": "boolean"
350020
- }
350021
- },
350022
- "orientation": {
350023
- "defaultValue": null,
350024
- "description": "",
350025
- "name": "orientation",
350026
- "parent": {
350027
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
350028
- "name": "SVGAttributes"
350029
- },
350030
- "declarations": [
350031
- {
350032
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
350033
- "name": "SVGAttributes"
350034
- }
350035
- ],
350036
- "required": false,
350037
- "type": {
350038
- "name": "string | number"
350039
- }
350040
- },
350041
- "scale": {
350042
- "defaultValue": null,
350043
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <YAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<YAxis scale={scale} />",
350044
- "name": "scale",
350045
- "parent": {
350046
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350047
- "name": "YAxisProps"
350048
- },
350049
- "declarations": [
350050
- {
350051
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350052
- "name": "YAxisProps"
350053
- }
350054
- ],
350055
- "required": false,
350056
- "type": {
350057
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
350058
- }
350059
- },
350060
- "allowDecimals": {
350061
- "defaultValue": null,
350062
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
350063
- "name": "allowDecimals",
350064
- "parent": {
350065
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350066
- "name": "RenderableAxisProps"
350067
- },
350068
- "declarations": [
350069
- {
350070
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350071
- "name": "RenderableAxisProps"
350072
- }
350073
- ],
350074
- "required": false,
350075
- "type": {
350076
- "name": "boolean"
350077
- }
350078
- },
350079
- "interval": {
350080
- "defaultValue": null,
350081
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
350082
- "name": "interval",
350083
- "parent": {
350084
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350085
- "name": "YAxisProps"
350086
- },
350087
- "declarations": [
350088
- {
350089
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350090
- "name": "YAxisProps"
350091
- }
350092
- ],
350093
- "required": false,
350094
- "type": {
350095
- "name": "AxisInterval"
350096
- }
350097
- },
350098
- "minTickGap": {
350099
- "defaultValue": null,
350100
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
350101
- "name": "minTickGap",
350102
- "parent": {
350103
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350104
- "name": "YAxisProps"
350105
- },
350106
- "declarations": [
350107
- {
350108
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350109
- "name": "YAxisProps"
350110
- }
350111
- ],
350112
- "required": false,
350113
- "type": {
350114
- "name": "number"
350115
- }
350116
- },
350117
- "domain": {
350118
- "defaultValue": null,
350119
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
350120
- "name": "domain",
350121
- "parent": {
350122
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350123
- "name": "YAxisProps"
350124
- },
350125
- "declarations": [
350126
- {
350127
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
350128
- "name": "YAxisProps"
350129
- }
350130
- ],
350131
- "required": false,
350132
- "type": {
350133
- "name": "AxisDomain"
350134
- }
350135
- },
350136
- "unit": {
350137
- "defaultValue": null,
350138
- "description": "The unit of data. This option will be used in tooltip.",
350139
- "name": "unit",
350140
- "parent": {
350141
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350142
- "name": "BaseAxisProps"
350143
- },
350144
- "declarations": [
350145
- {
350146
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
350147
- "name": "BaseAxisProps"
350148
- }
350149
- ],
350150
- "required": false,
350151
- "type": {
350152
- "name": "string"
350153
- }
350154
- },
350155
- "dataKey": {
350156
- "defaultValue": null,
350157
- "description": "",
350158
- "name": "dataKey",
350159
- "declarations": [
350160
- {
350161
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
350162
- "name": "TypeLiteral"
350163
- }
350164
- ],
350165
- "required": false,
350166
- "type": {
350167
- "name": "DataKey<ChartDataValue>"
350168
- }
350169
- },
350170
- "tickFormatter": {
350171
- "defaultValue": null,
350172
- "description": "",
350173
- "name": "tickFormatter",
350174
- "declarations": [
350175
- {
350176
- "fileName": "components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
350177
- "name": "TypeLiteral"
350178
- }
350179
- ],
350180
- "required": false,
350181
- "type": {
350182
- "name": "((value: unknown, index: number) => string)"
350183
- }
350184
- }
350185
- }
350186
- },
350187
350187
  {
350188
350188
  "tags": {
350189
350189
  "flr-generate": "all"