@mittwald/flow-react-components 0.2.0-alpha.486 → 0.2.0-alpha.487

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.
@@ -47835,78 +47835,6 @@
47835
47835
  }
47836
47836
  }
47837
47837
  },
47838
- {
47839
- "tags": {
47840
- "flr-generate": "all"
47841
- },
47842
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/Rating.tsx",
47843
- "description": "",
47844
- "displayName": "Rating",
47845
- "methods": [],
47846
- "props": {
47847
- "value": {
47848
- "defaultValue": {
47849
- "value": ": 0"
47850
- },
47851
- "description": "The value sets the amount of filled stars.",
47852
- "name": "value",
47853
- "parent": {
47854
- "fileName": "components/src/components/Rating/Rating.tsx",
47855
- "name": "RatingProps"
47856
- },
47857
- "declarations": [
47858
- {
47859
- "fileName": "components/src/components/Rating/Rating.tsx",
47860
- "name": "RatingProps"
47861
- }
47862
- ],
47863
- "required": false,
47864
- "type": {
47865
- "name": "0 | 1 | 2 | 3 | 4 | 5"
47866
- }
47867
- },
47868
- "size": {
47869
- "defaultValue": {
47870
- "value": ": \"m\""
47871
- },
47872
- "description": "The size of the component.",
47873
- "name": "size",
47874
- "parent": {
47875
- "fileName": "components/src/components/Rating/Rating.tsx",
47876
- "name": "RatingProps"
47877
- },
47878
- "declarations": [
47879
- {
47880
- "fileName": "components/src/components/Rating/Rating.tsx",
47881
- "name": "RatingProps"
47882
- }
47883
- ],
47884
- "required": false,
47885
- "type": {
47886
- "name": "\"s\" | \"m\""
47887
- }
47888
- },
47889
- "className": {
47890
- "defaultValue": null,
47891
- "description": "The elements class name.",
47892
- "name": "className",
47893
- "parent": {
47894
- "fileName": "components/src/lib/types/props.ts",
47895
- "name": "PropsWithClassName"
47896
- },
47897
- "declarations": [
47898
- {
47899
- "fileName": "components/src/lib/types/props.ts",
47900
- "name": "PropsWithClassName"
47901
- }
47902
- ],
47903
- "required": false,
47904
- "type": {
47905
- "name": "string"
47906
- }
47907
- }
47908
- }
47909
- },
47910
47838
  {
47911
47839
  "tags": {
47912
47840
  "flr-generate": "all"
@@ -49837,6 +49765,78 @@
49837
49765
  }
49838
49766
  }
49839
49767
  },
49768
+ {
49769
+ "tags": {
49770
+ "flr-generate": "all"
49771
+ },
49772
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/Rating.tsx",
49773
+ "description": "",
49774
+ "displayName": "Rating",
49775
+ "methods": [],
49776
+ "props": {
49777
+ "value": {
49778
+ "defaultValue": {
49779
+ "value": ": 0"
49780
+ },
49781
+ "description": "The value sets the amount of filled stars.",
49782
+ "name": "value",
49783
+ "parent": {
49784
+ "fileName": "components/src/components/Rating/Rating.tsx",
49785
+ "name": "RatingProps"
49786
+ },
49787
+ "declarations": [
49788
+ {
49789
+ "fileName": "components/src/components/Rating/Rating.tsx",
49790
+ "name": "RatingProps"
49791
+ }
49792
+ ],
49793
+ "required": false,
49794
+ "type": {
49795
+ "name": "0 | 1 | 2 | 3 | 4 | 5"
49796
+ }
49797
+ },
49798
+ "size": {
49799
+ "defaultValue": {
49800
+ "value": ": \"m\""
49801
+ },
49802
+ "description": "The size of the component.",
49803
+ "name": "size",
49804
+ "parent": {
49805
+ "fileName": "components/src/components/Rating/Rating.tsx",
49806
+ "name": "RatingProps"
49807
+ },
49808
+ "declarations": [
49809
+ {
49810
+ "fileName": "components/src/components/Rating/Rating.tsx",
49811
+ "name": "RatingProps"
49812
+ }
49813
+ ],
49814
+ "required": false,
49815
+ "type": {
49816
+ "name": "\"s\" | \"m\""
49817
+ }
49818
+ },
49819
+ "className": {
49820
+ "defaultValue": null,
49821
+ "description": "The elements class name.",
49822
+ "name": "className",
49823
+ "parent": {
49824
+ "fileName": "components/src/lib/types/props.ts",
49825
+ "name": "PropsWithClassName"
49826
+ },
49827
+ "declarations": [
49828
+ {
49829
+ "fileName": "components/src/lib/types/props.ts",
49830
+ "name": "PropsWithClassName"
49831
+ }
49832
+ ],
49833
+ "required": false,
49834
+ "type": {
49835
+ "name": "string"
49836
+ }
49837
+ }
49838
+ }
49839
+ },
49840
49840
  {
49841
49841
  "tags": {
49842
49842
  "flr-generate": "all"
@@ -56082,6 +56082,125 @@
56082
56082
  }
56083
56083
  }
56084
56084
  },
56085
+ {
56086
+ "tags": {},
56087
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56088
+ "description": "",
56089
+ "displayName": "Overlay",
56090
+ "methods": [],
56091
+ "props": {
56092
+ "ref": {
56093
+ "defaultValue": null,
56094
+ "description": "",
56095
+ "name": "ref",
56096
+ "parent": {
56097
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56098
+ "name": "OverlayProps"
56099
+ },
56100
+ "declarations": [
56101
+ {
56102
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56103
+ "name": "OverlayProps"
56104
+ }
56105
+ ],
56106
+ "required": false,
56107
+ "type": {
56108
+ "name": "Ref<HTMLDivElement>"
56109
+ }
56110
+ },
56111
+ "controller": {
56112
+ "defaultValue": null,
56113
+ "description": "The controller to control the overlay state.",
56114
+ "name": "controller",
56115
+ "parent": {
56116
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56117
+ "name": "OverlayProps"
56118
+ },
56119
+ "declarations": [
56120
+ {
56121
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56122
+ "name": "OverlayProps"
56123
+ }
56124
+ ],
56125
+ "required": false,
56126
+ "type": {
56127
+ "name": "OverlayController"
56128
+ }
56129
+ },
56130
+ "isDismissable": {
56131
+ "defaultValue": null,
56132
+ "description": "Whether the overlay can be closed by clicking outside of it.",
56133
+ "name": "isDismissable",
56134
+ "parent": {
56135
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56136
+ "name": "OverlayProps"
56137
+ },
56138
+ "declarations": [
56139
+ {
56140
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56141
+ "name": "OverlayProps"
56142
+ }
56143
+ ],
56144
+ "required": false,
56145
+ "type": {
56146
+ "name": "boolean"
56147
+ }
56148
+ },
56149
+ "overlayType": {
56150
+ "defaultValue": null,
56151
+ "description": "Whether the overlay is a modal or a light box.",
56152
+ "name": "overlayType",
56153
+ "parent": {
56154
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56155
+ "name": "OverlayProps"
56156
+ },
56157
+ "declarations": [
56158
+ {
56159
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56160
+ "name": "OverlayProps"
56161
+ }
56162
+ ],
56163
+ "required": false,
56164
+ "type": {
56165
+ "name": "\"LightBox\" | \"Modal\""
56166
+ }
56167
+ },
56168
+ "children": {
56169
+ "defaultValue": null,
56170
+ "description": "",
56171
+ "name": "children",
56172
+ "declarations": [
56173
+ {
56174
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
56175
+ "name": "TypeLiteral"
56176
+ }
56177
+ ],
56178
+ "required": false,
56179
+ "type": {
56180
+ "name": "ReactNode"
56181
+ }
56182
+ },
56183
+ "className": {
56184
+ "defaultValue": null,
56185
+ "description": "The elements class name.",
56186
+ "name": "className",
56187
+ "parent": {
56188
+ "fileName": "components/src/lib/types/props.ts",
56189
+ "name": "PropsWithClassName"
56190
+ },
56191
+ "declarations": [
56192
+ {
56193
+ "fileName": "components/src/lib/types/props.ts",
56194
+ "name": "PropsWithClassName"
56195
+ }
56196
+ ],
56197
+ "required": false,
56198
+ "type": {
56199
+ "name": "string"
56200
+ }
56201
+ }
56202
+ }
56203
+ },
56085
56204
  {
56086
56205
  "tags": {},
56087
56206
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
@@ -56258,125 +56377,6 @@
56258
56377
  }
56259
56378
  }
56260
56379
  },
56261
- {
56262
- "tags": {},
56263
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56264
- "description": "",
56265
- "displayName": "Overlay",
56266
- "methods": [],
56267
- "props": {
56268
- "ref": {
56269
- "defaultValue": null,
56270
- "description": "",
56271
- "name": "ref",
56272
- "parent": {
56273
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56274
- "name": "OverlayProps"
56275
- },
56276
- "declarations": [
56277
- {
56278
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56279
- "name": "OverlayProps"
56280
- }
56281
- ],
56282
- "required": false,
56283
- "type": {
56284
- "name": "Ref<HTMLDivElement>"
56285
- }
56286
- },
56287
- "controller": {
56288
- "defaultValue": null,
56289
- "description": "The controller to control the overlay state.",
56290
- "name": "controller",
56291
- "parent": {
56292
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56293
- "name": "OverlayProps"
56294
- },
56295
- "declarations": [
56296
- {
56297
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56298
- "name": "OverlayProps"
56299
- }
56300
- ],
56301
- "required": false,
56302
- "type": {
56303
- "name": "OverlayController"
56304
- }
56305
- },
56306
- "isDismissable": {
56307
- "defaultValue": null,
56308
- "description": "Whether the overlay can be closed by clicking outside of it.",
56309
- "name": "isDismissable",
56310
- "parent": {
56311
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56312
- "name": "OverlayProps"
56313
- },
56314
- "declarations": [
56315
- {
56316
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56317
- "name": "OverlayProps"
56318
- }
56319
- ],
56320
- "required": false,
56321
- "type": {
56322
- "name": "boolean"
56323
- }
56324
- },
56325
- "overlayType": {
56326
- "defaultValue": null,
56327
- "description": "Whether the overlay is a modal or a light box.",
56328
- "name": "overlayType",
56329
- "parent": {
56330
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56331
- "name": "OverlayProps"
56332
- },
56333
- "declarations": [
56334
- {
56335
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56336
- "name": "OverlayProps"
56337
- }
56338
- ],
56339
- "required": false,
56340
- "type": {
56341
- "name": "\"LightBox\" | \"Modal\""
56342
- }
56343
- },
56344
- "children": {
56345
- "defaultValue": null,
56346
- "description": "",
56347
- "name": "children",
56348
- "declarations": [
56349
- {
56350
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
56351
- "name": "TypeLiteral"
56352
- }
56353
- ],
56354
- "required": false,
56355
- "type": {
56356
- "name": "ReactNode"
56357
- }
56358
- },
56359
- "className": {
56360
- "defaultValue": null,
56361
- "description": "The elements class name.",
56362
- "name": "className",
56363
- "parent": {
56364
- "fileName": "components/src/lib/types/props.ts",
56365
- "name": "PropsWithClassName"
56366
- },
56367
- "declarations": [
56368
- {
56369
- "fileName": "components/src/lib/types/props.ts",
56370
- "name": "PropsWithClassName"
56371
- }
56372
- ],
56373
- "required": false,
56374
- "type": {
56375
- "name": "string"
56376
- }
56377
- }
56378
- }
56379
- },
56380
56380
  {
56381
56381
  "tags": {},
56382
56382
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
@@ -79152,42 +79152,114 @@
79152
79152
  "tags": {
79153
79153
  "flr-generate": "all"
79154
79154
  },
79155
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/MenuItem.tsx",
79155
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MarkdownEditor/MarkdownEditor.tsx",
79156
79156
  "description": "",
79157
- "displayName": "MenuItem",
79157
+ "displayName": "MarkdownEditor",
79158
79158
  "methods": [],
79159
79159
  "props": {
79160
- "selectionVariant": {
79160
+ "autoResizeMaxRows": {
79161
79161
  "defaultValue": null,
79162
- "description": "",
79163
- "name": "selectionVariant",
79162
+ "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
79163
+ "name": "autoResizeMaxRows",
79164
79164
  "parent": {
79165
- "fileName": "components/src/components/MenuItem/MenuItem.tsx",
79166
- "name": "MenuItemProps"
79165
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
79166
+ "name": "TextAreaProps"
79167
79167
  },
79168
79168
  "declarations": [
79169
79169
  {
79170
- "fileName": "components/src/components/MenuItem/MenuItem.tsx",
79171
- "name": "MenuItemProps"
79170
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
79171
+ "name": "TextAreaProps"
79172
79172
  }
79173
79173
  ],
79174
79174
  "required": false,
79175
79175
  "type": {
79176
- "name": "\"navigation\" | \"switch\" | \"control\""
79176
+ "name": "number"
79177
+ }
79178
+ },
79179
+ "children": {
79180
+ "defaultValue": null,
79181
+ "description": "",
79182
+ "name": "children",
79183
+ "declarations": [
79184
+ {
79185
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
79186
+ "name": "TypeLiteral"
79187
+ }
79188
+ ],
79189
+ "required": false,
79190
+ "type": {
79191
+ "name": "ReactNode"
79177
79192
  }
79178
79193
  },
79179
79194
  "aria-label": {
79180
79195
  "defaultValue": null,
79181
- "description": "An accessibility label for this item.",
79196
+ "description": "Defines a string value that labels the current element.",
79182
79197
  "name": "aria-label",
79183
79198
  "parent": {
79184
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
79185
- "name": "ListBoxItemProps"
79199
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79200
+ "name": "AriaLabelingProps"
79186
79201
  },
79187
79202
  "declarations": [
79188
79203
  {
79189
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
79190
- "name": "ListBoxItemProps"
79204
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79205
+ "name": "AriaLabelingProps"
79206
+ }
79207
+ ],
79208
+ "required": false,
79209
+ "type": {
79210
+ "name": "string"
79211
+ }
79212
+ },
79213
+ "aria-labelledby": {
79214
+ "defaultValue": null,
79215
+ "description": "Identifies the element (or elements) that labels the current element.",
79216
+ "name": "aria-labelledby",
79217
+ "parent": {
79218
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79219
+ "name": "AriaLabelingProps"
79220
+ },
79221
+ "declarations": [
79222
+ {
79223
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79224
+ "name": "AriaLabelingProps"
79225
+ }
79226
+ ],
79227
+ "required": false,
79228
+ "type": {
79229
+ "name": "string"
79230
+ }
79231
+ },
79232
+ "aria-describedby": {
79233
+ "defaultValue": null,
79234
+ "description": "Identifies the element (or elements) that describes the object.",
79235
+ "name": "aria-describedby",
79236
+ "parent": {
79237
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79238
+ "name": "AriaLabelingProps"
79239
+ },
79240
+ "declarations": [
79241
+ {
79242
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79243
+ "name": "AriaLabelingProps"
79244
+ }
79245
+ ],
79246
+ "required": false,
79247
+ "type": {
79248
+ "name": "string"
79249
+ }
79250
+ },
79251
+ "aria-details": {
79252
+ "defaultValue": null,
79253
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
79254
+ "name": "aria-details",
79255
+ "parent": {
79256
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79257
+ "name": "AriaLabelingProps"
79258
+ },
79259
+ "declarations": [
79260
+ {
79261
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79262
+ "name": "AriaLabelingProps"
79191
79263
  }
79192
79264
  ],
79193
79265
  "required": false,
@@ -79330,21 +79402,21 @@
79330
79402
  },
79331
79403
  "onClick": {
79332
79404
  "defaultValue": null,
79333
- "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.",
79405
+ "description": "",
79334
79406
  "name": "onClick",
79335
79407
  "parent": {
79336
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
79337
- "name": "PressEvents"
79408
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79409
+ "name": "GlobalDOMEvents"
79338
79410
  },
79339
79411
  "declarations": [
79340
79412
  {
79341
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
79342
- "name": "PressEvents"
79413
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79414
+ "name": "GlobalDOMEvents"
79343
79415
  }
79344
79416
  ],
79345
79417
  "required": false,
79346
79418
  "type": {
79347
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
79419
+ "name": "MouseEventHandler<HTMLDivElement>"
79348
79420
  }
79349
79421
  },
79350
79422
  "onClickCapture": {
@@ -80544,18 +80616,39 @@
80544
80616
  "name": "TransitionEventHandler<HTMLDivElement>"
80545
80617
  }
80546
80618
  },
80619
+ "validationBehavior": {
80620
+ "defaultValue": {
80621
+ "value": "'native'"
80622
+ },
80623
+ "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.",
80624
+ "name": "validationBehavior",
80625
+ "parent": {
80626
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80627
+ "name": "RACValidation"
80628
+ },
80629
+ "declarations": [
80630
+ {
80631
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80632
+ "name": "RACValidation"
80633
+ }
80634
+ ],
80635
+ "required": false,
80636
+ "type": {
80637
+ "name": "\"native\" | \"aria\""
80638
+ }
80639
+ },
80547
80640
  "isDisabled": {
80548
80641
  "defaultValue": null,
80549
- "description": "Whether the item is disabled.",
80642
+ "description": "Whether the input is disabled.",
80550
80643
  "name": "isDisabled",
80551
80644
  "parent": {
80552
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80553
- "name": "ListBoxItemProps"
80645
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80646
+ "name": "InputBase"
80554
80647
  },
80555
80648
  "declarations": [
80556
80649
  {
80557
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80558
- "name": "ListBoxItemProps"
80650
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80651
+ "name": "InputBase"
80559
80652
  }
80560
80653
  ],
80561
80654
  "required": false,
@@ -80563,246 +80656,265 @@
80563
80656
  "name": "boolean"
80564
80657
  }
80565
80658
  },
80566
- "value": {
80659
+ "isReadOnly": {
80567
80660
  "defaultValue": null,
80568
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
80569
- "name": "value",
80661
+ "description": "Whether the input can be selected but not changed by the user.",
80662
+ "name": "isReadOnly",
80570
80663
  "parent": {
80571
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80572
- "name": "MenuItemProps"
80664
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80665
+ "name": "InputBase"
80573
80666
  },
80574
80667
  "declarations": [
80575
80668
  {
80576
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80577
- "name": "MenuItemProps"
80669
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80670
+ "name": "InputBase"
80578
80671
  }
80579
80672
  ],
80580
80673
  "required": false,
80581
80674
  "type": {
80582
- "name": "object"
80675
+ "name": "boolean"
80583
80676
  }
80584
80677
  },
80585
- "id": {
80678
+ "isRequired": {
80586
80679
  "defaultValue": null,
80587
- "description": "The unique id of the item.",
80588
- "name": "id",
80680
+ "description": "Whether user input is required on the input before form submission.",
80681
+ "name": "isRequired",
80682
+ "parent": {
80683
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80684
+ "name": "Validation"
80685
+ },
80686
+ "declarations": [
80687
+ {
80688
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80689
+ "name": "Validation"
80690
+ }
80691
+ ],
80692
+ "required": false,
80693
+ "type": {
80694
+ "name": "boolean"
80695
+ }
80696
+ },
80697
+ "isInvalid": {
80698
+ "defaultValue": null,
80699
+ "description": "Whether the value is invalid.",
80700
+ "name": "isInvalid",
80589
80701
  "parent": {
80590
80702
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80591
- "name": "MenuItemProps"
80703
+ "name": "TextFieldProps"
80592
80704
  },
80593
80705
  "declarations": [
80594
80706
  {
80595
80707
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80596
- "name": "MenuItemProps"
80708
+ "name": "TextFieldProps"
80597
80709
  }
80598
80710
  ],
80599
80711
  "required": false,
80600
80712
  "type": {
80601
- "name": "Key"
80713
+ "name": "boolean"
80602
80714
  }
80603
80715
  },
80604
- "rel": {
80716
+ "validate": {
80605
80717
  "defaultValue": null,
80606
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
80607
- "name": "rel",
80718
+ "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.",
80719
+ "name": "validate",
80608
80720
  "parent": {
80609
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80610
- "name": "LinkDOMProps"
80721
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80722
+ "name": "Validation"
80611
80723
  },
80612
80724
  "declarations": [
80613
80725
  {
80614
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80615
- "name": "LinkDOMProps"
80726
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80727
+ "name": "Validation"
80616
80728
  }
80617
80729
  ],
80618
80730
  "required": false,
80619
80731
  "type": {
80620
- "name": "string"
80732
+ "name": "((value: TimeValue) => true | ValidationError | null)"
80621
80733
  }
80622
80734
  },
80623
- "onHoverStart": {
80735
+ "autoFocus": {
80624
80736
  "defaultValue": null,
80625
- "description": "Handler that is called when a hover interaction starts.",
80626
- "name": "onHoverStart",
80737
+ "description": "Whether the element should receive focus on render.",
80738
+ "name": "autoFocus",
80627
80739
  "parent": {
80628
80740
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80629
- "name": "HoverEvents"
80741
+ "name": "FocusableProps"
80630
80742
  },
80631
80743
  "declarations": [
80632
80744
  {
80633
80745
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80634
- "name": "HoverEvents"
80746
+ "name": "FocusableProps"
80635
80747
  }
80636
80748
  ],
80637
80749
  "required": false,
80638
80750
  "type": {
80639
- "name": "((e: HoverEvent) => void)"
80751
+ "name": "boolean"
80640
80752
  }
80641
80753
  },
80642
- "onHoverEnd": {
80754
+ "onFocus": {
80643
80755
  "defaultValue": null,
80644
- "description": "Handler that is called when a hover interaction ends.",
80645
- "name": "onHoverEnd",
80756
+ "description": "Handler that is called when the element receives focus.",
80757
+ "name": "onFocus",
80646
80758
  "parent": {
80647
80759
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80648
- "name": "HoverEvents"
80760
+ "name": "FocusEvents"
80649
80761
  },
80650
80762
  "declarations": [
80651
80763
  {
80652
80764
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80653
- "name": "HoverEvents"
80765
+ "name": "FocusEvents"
80654
80766
  }
80655
80767
  ],
80656
80768
  "required": false,
80657
80769
  "type": {
80658
- "name": "((e: HoverEvent) => void)"
80770
+ "name": "((e: FocusEvent<Element, Element>) => void)"
80659
80771
  }
80660
80772
  },
80661
- "onHoverChange": {
80773
+ "onBlur": {
80662
80774
  "defaultValue": null,
80663
- "description": "Handler that is called when the hover state changes.",
80664
- "name": "onHoverChange",
80775
+ "description": "Handler that is called when the element loses focus.",
80776
+ "name": "onBlur",
80665
80777
  "parent": {
80666
80778
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80667
- "name": "HoverEvents"
80779
+ "name": "FocusEvents"
80668
80780
  },
80669
80781
  "declarations": [
80670
80782
  {
80671
80783
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80672
- "name": "HoverEvents"
80784
+ "name": "FocusEvents"
80673
80785
  }
80674
80786
  ],
80675
80787
  "required": false,
80676
80788
  "type": {
80677
- "name": "((isHovering: boolean) => void)"
80789
+ "name": "((e: FocusEvent<Element, Element>) => void)"
80678
80790
  }
80679
80791
  },
80680
- "target": {
80792
+ "onFocusChange": {
80681
80793
  "defaultValue": null,
80682
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
80683
- "name": "target",
80794
+ "description": "Handler that is called when the element's focus status changes.",
80795
+ "name": "onFocusChange",
80684
80796
  "parent": {
80685
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80686
- "name": "LinkDOMProps"
80797
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80798
+ "name": "FocusEvents"
80687
80799
  },
80688
80800
  "declarations": [
80689
80801
  {
80690
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80691
- "name": "LinkDOMProps"
80802
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80803
+ "name": "FocusEvents"
80692
80804
  }
80693
80805
  ],
80694
80806
  "required": false,
80695
80807
  "type": {
80696
- "name": "HTMLAttributeAnchorTarget"
80808
+ "name": "((isFocused: boolean) => void)"
80697
80809
  }
80698
80810
  },
80699
- "onAction": {
80811
+ "onKeyDown": {
80700
80812
  "defaultValue": null,
80701
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
80702
- "name": "onAction",
80813
+ "description": "Handler that is called when a key is pressed.",
80814
+ "name": "onKeyDown",
80703
80815
  "parent": {
80704
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80705
- "name": "ListBoxItemProps"
80816
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80817
+ "name": "KeyboardEvents"
80706
80818
  },
80707
80819
  "declarations": [
80708
80820
  {
80709
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80710
- "name": "ListBoxItemProps"
80821
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80822
+ "name": "KeyboardEvents"
80711
80823
  }
80712
80824
  ],
80713
80825
  "required": false,
80714
80826
  "type": {
80715
- "name": "(() => void)"
80827
+ "name": "((e: KeyboardEvent) => void)"
80716
80828
  }
80717
80829
  },
80718
- "textValue": {
80830
+ "onKeyUp": {
80719
80831
  "defaultValue": null,
80720
- "description": "A string representation of the item's contents, used for features like typeahead.",
80721
- "name": "textValue",
80832
+ "description": "Handler that is called when a key is released.",
80833
+ "name": "onKeyUp",
80722
80834
  "parent": {
80723
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80724
- "name": "ListBoxItemProps"
80835
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80836
+ "name": "KeyboardEvents"
80725
80837
  },
80726
80838
  "declarations": [
80727
80839
  {
80728
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80729
- "name": "ListBoxItemProps"
80840
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80841
+ "name": "KeyboardEvents"
80730
80842
  }
80731
80843
  ],
80732
80844
  "required": false,
80733
80845
  "type": {
80734
- "name": "string"
80846
+ "name": "((e: KeyboardEvent) => void)"
80735
80847
  }
80736
80848
  },
80737
- "href": {
80849
+ "value": {
80738
80850
  "defaultValue": null,
80739
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
80740
- "name": "href",
80851
+ "description": "The current value (controlled).",
80852
+ "name": "value",
80741
80853
  "parent": {
80742
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80743
- "name": "LinkDOMProps"
80854
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80855
+ "name": "ValueBase"
80744
80856
  },
80745
80857
  "declarations": [
80746
80858
  {
80747
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80748
- "name": "LinkDOMProps"
80859
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80860
+ "name": "ValueBase"
80749
80861
  }
80750
80862
  ],
80751
80863
  "required": false,
80752
80864
  "type": {
80753
- "name": "string"
80865
+ "name": "TimeValue | null"
80754
80866
  }
80755
80867
  },
80756
- "hrefLang": {
80868
+ "defaultValue": {
80757
80869
  "defaultValue": null,
80758
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
80759
- "name": "hrefLang",
80870
+ "description": "The default value (uncontrolled).",
80871
+ "name": "defaultValue",
80760
80872
  "parent": {
80761
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80762
- "name": "LinkDOMProps"
80873
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80874
+ "name": "ValueBase"
80763
80875
  },
80764
80876
  "declarations": [
80765
80877
  {
80766
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80767
- "name": "LinkDOMProps"
80878
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80879
+ "name": "ValueBase"
80768
80880
  }
80769
80881
  ],
80770
80882
  "required": false,
80771
80883
  "type": {
80772
- "name": "string"
80884
+ "name": "TimeValue | null"
80773
80885
  }
80774
80886
  },
80775
- "download": {
80887
+ "onChange": {
80776
80888
  "defaultValue": null,
80777
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
80778
- "name": "download",
80889
+ "description": "Handler that is called when the value changes.",
80890
+ "name": "onChange",
80779
80891
  "parent": {
80780
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80781
- "name": "LinkDOMProps"
80892
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80893
+ "name": "ValueBase"
80782
80894
  },
80783
80895
  "declarations": [
80784
80896
  {
80785
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80786
- "name": "LinkDOMProps"
80897
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80898
+ "name": "ValueBase"
80787
80899
  }
80788
80900
  ],
80789
80901
  "required": false,
80790
80902
  "type": {
80791
- "name": "string | boolean"
80903
+ "name": "((value: TimeValue | null) => void)"
80792
80904
  }
80793
80905
  },
80794
- "ping": {
80906
+ "id": {
80795
80907
  "defaultValue": null,
80796
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
80797
- "name": "ping",
80908
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
80909
+ "name": "id",
80798
80910
  "parent": {
80799
80911
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80800
- "name": "LinkDOMProps"
80912
+ "name": "DOMProps"
80801
80913
  },
80802
80914
  "declarations": [
80803
80915
  {
80804
80916
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80805
- "name": "LinkDOMProps"
80917
+ "name": "DOMProps"
80806
80918
  }
80807
80919
  ],
80808
80920
  "required": false,
@@ -80810,306 +80922,303 @@
80810
80922
  "name": "string"
80811
80923
  }
80812
80924
  },
80813
- "referrerPolicy": {
80925
+ "name": {
80814
80926
  "defaultValue": null,
80815
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
80816
- "name": "referrerPolicy",
80927
+ "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
80928
+ "name": "name",
80817
80929
  "parent": {
80818
80930
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80819
- "name": "LinkDOMProps"
80931
+ "name": "InputDOMProps"
80820
80932
  },
80821
80933
  "declarations": [
80822
80934
  {
80823
80935
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80824
- "name": "LinkDOMProps"
80936
+ "name": "InputDOMProps"
80825
80937
  }
80826
80938
  ],
80827
80939
  "required": false,
80828
80940
  "type": {
80829
- "name": "HTMLAttributeReferrerPolicy"
80941
+ "name": "string"
80830
80942
  }
80831
80943
  },
80832
- "routerOptions": {
80944
+ "form": {
80833
80945
  "defaultValue": null,
80834
- "description": "Options for the configured client side router.",
80835
- "name": "routerOptions",
80946
+ "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).",
80947
+ "name": "form",
80836
80948
  "parent": {
80837
80949
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80838
- "name": "LinkDOMProps"
80950
+ "name": "InputDOMProps"
80839
80951
  },
80840
80952
  "declarations": [
80841
80953
  {
80842
80954
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80843
- "name": "LinkDOMProps"
80955
+ "name": "InputDOMProps"
80844
80956
  }
80845
80957
  ],
80846
80958
  "required": false,
80847
80959
  "type": {
80848
- "name": "undefined"
80960
+ "name": "string"
80849
80961
  }
80850
80962
  },
80851
- "onPress": {
80963
+ "slot": {
80852
80964
  "defaultValue": null,
80853
- "description": "Handler that is called when the press is released over the target.",
80854
- "name": "onPress",
80965
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
80966
+ "name": "slot",
80855
80967
  "parent": {
80856
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80857
- "name": "PressEvents"
80968
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80969
+ "name": "SlotProps"
80858
80970
  },
80859
80971
  "declarations": [
80860
80972
  {
80861
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80862
- "name": "PressEvents"
80973
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
80974
+ "name": "SlotProps"
80863
80975
  }
80864
80976
  ],
80865
80977
  "required": false,
80866
80978
  "type": {
80867
- "name": "((e: PressEvent) => void)"
80979
+ "name": "string | null"
80868
80980
  }
80869
80981
  },
80870
- "onPressStart": {
80982
+ "aria-activedescendant": {
80871
80983
  "defaultValue": null,
80872
- "description": "Handler that is called when a press interaction starts.",
80873
- "name": "onPressStart",
80984
+ "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
80985
+ "name": "aria-activedescendant",
80874
80986
  "parent": {
80875
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80876
- "name": "PressEvents"
80987
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
80988
+ "name": "AriaTextFieldProps"
80877
80989
  },
80878
80990
  "declarations": [
80879
80991
  {
80880
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80881
- "name": "PressEvents"
80992
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
80993
+ "name": "AriaTextFieldProps"
80882
80994
  }
80883
80995
  ],
80884
80996
  "required": false,
80885
80997
  "type": {
80886
- "name": "((e: PressEvent) => void)"
80998
+ "name": "string"
80887
80999
  }
80888
81000
  },
80889
- "onPressEnd": {
81001
+ "aria-autocomplete": {
80890
81002
  "defaultValue": null,
80891
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
80892
- "name": "onPressEnd",
81003
+ "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
81004
+ "name": "aria-autocomplete",
80893
81005
  "parent": {
80894
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80895
- "name": "PressEvents"
81006
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81007
+ "name": "AriaTextFieldProps"
80896
81008
  },
80897
81009
  "declarations": [
80898
81010
  {
80899
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80900
- "name": "PressEvents"
81011
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81012
+ "name": "AriaTextFieldProps"
80901
81013
  }
80902
81014
  ],
80903
81015
  "required": false,
80904
81016
  "type": {
80905
- "name": "((e: PressEvent) => void)"
81017
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
80906
81018
  }
80907
81019
  },
80908
- "onPressChange": {
81020
+ "aria-haspopup": {
80909
81021
  "defaultValue": null,
80910
- "description": "Handler that is called when the press state changes.",
80911
- "name": "onPressChange",
81022
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
81023
+ "name": "aria-haspopup",
80912
81024
  "parent": {
80913
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80914
- "name": "PressEvents"
81025
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81026
+ "name": "AriaTextFieldProps"
80915
81027
  },
80916
81028
  "declarations": [
80917
81029
  {
80918
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80919
- "name": "PressEvents"
81030
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81031
+ "name": "AriaTextFieldProps"
80920
81032
  }
80921
81033
  ],
80922
81034
  "required": false,
80923
81035
  "type": {
80924
- "name": "((isPressed: boolean) => void)"
81036
+ "name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
80925
81037
  }
80926
81038
  },
80927
- "onPressUp": {
81039
+ "aria-controls": {
80928
81040
  "defaultValue": null,
80929
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
80930
- "name": "onPressUp",
81041
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
81042
+ "name": "aria-controls",
80931
81043
  "parent": {
80932
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80933
- "name": "PressEvents"
81044
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81045
+ "name": "AriaTextFieldProps"
80934
81046
  },
80935
81047
  "declarations": [
80936
81048
  {
80937
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80938
- "name": "PressEvents"
81049
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81050
+ "name": "AriaTextFieldProps"
80939
81051
  }
80940
81052
  ],
80941
81053
  "required": false,
80942
81054
  "type": {
80943
- "name": "((e: PressEvent) => void)"
81055
+ "name": "string"
80944
81056
  }
80945
81057
  },
80946
- "children": {
81058
+ "enterKeyHint": {
80947
81059
  "defaultValue": null,
80948
- "description": "",
80949
- "name": "children",
81060
+ "description": "An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
81061
+ "name": "enterKeyHint",
81062
+ "parent": {
81063
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81064
+ "name": "AriaTextFieldProps"
81065
+ },
80950
81066
  "declarations": [
80951
81067
  {
80952
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
80953
- "name": "TypeLiteral"
81068
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81069
+ "name": "AriaTextFieldProps"
80954
81070
  }
80955
81071
  ],
80956
81072
  "required": false,
80957
81073
  "type": {
80958
- "name": "ReactNode"
81074
+ "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
80959
81075
  }
80960
81076
  },
80961
- "wrapWith": {
81077
+ "excludeFromTabOrder": {
80962
81078
  "defaultValue": null,
80963
- "description": "",
80964
- "name": "wrapWith",
81079
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
81080
+ "name": "excludeFromTabOrder",
80965
81081
  "parent": {
80966
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
80967
- "name": "FlowComponentProps"
81082
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81083
+ "name": "FocusableDOMProps"
80968
81084
  },
80969
81085
  "declarations": [
80970
81086
  {
80971
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
80972
- "name": "FlowComponentProps"
81087
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81088
+ "name": "FocusableDOMProps"
80973
81089
  }
80974
81090
  ],
80975
81091
  "required": false,
80976
81092
  "type": {
80977
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
81093
+ "name": "boolean"
80978
81094
  }
80979
81095
  },
80980
- "tunnelId": {
81096
+ "autoComplete": {
80981
81097
  "defaultValue": null,
80982
- "description": "@internal",
80983
- "name": "tunnelId",
81098
+ "description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
81099
+ "name": "autoComplete",
80984
81100
  "parent": {
80985
- "fileName": "components/src/lib/types/props.ts",
80986
- "name": "PropsWithTunnel"
81101
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81102
+ "name": "TextInputDOMProps"
80987
81103
  },
80988
81104
  "declarations": [
80989
81105
  {
80990
- "fileName": "components/src/lib/types/props.ts",
80991
- "name": "PropsWithTunnel"
81106
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81107
+ "name": "TextInputDOMProps"
80992
81108
  }
80993
81109
  ],
80994
81110
  "required": false,
80995
81111
  "type": {
80996
- "name": "string | null"
81112
+ "name": "string"
80997
81113
  }
80998
81114
  },
80999
- "ref": {
81115
+ "maxLength": {
81000
81116
  "defaultValue": null,
81001
- "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}",
81002
- "name": "ref",
81117
+ "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
81118
+ "name": "maxLength",
81003
81119
  "parent": {
81004
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81005
- "name": "RefAttributes"
81120
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81121
+ "name": "TextInputDOMProps"
81006
81122
  },
81007
81123
  "declarations": [
81008
81124
  {
81009
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81010
- "name": "RefAttributes"
81125
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81126
+ "name": "TextInputDOMProps"
81011
81127
  }
81012
81128
  ],
81013
81129
  "required": false,
81014
81130
  "type": {
81015
- "name": "Ref<HTMLInputElement>"
81131
+ "name": "number"
81016
81132
  }
81017
81133
  },
81018
- "key": {
81134
+ "minLength": {
81019
81135
  "defaultValue": null,
81020
- "description": "",
81021
- "name": "key",
81136
+ "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
81137
+ "name": "minLength",
81022
81138
  "parent": {
81023
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81024
- "name": "Attributes"
81139
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81140
+ "name": "TextInputDOMProps"
81025
81141
  },
81026
81142
  "declarations": [
81027
81143
  {
81028
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81029
- "name": "Attributes"
81144
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81145
+ "name": "TextInputDOMProps"
81030
81146
  }
81031
81147
  ],
81032
81148
  "required": false,
81033
81149
  "type": {
81034
- "name": "Key | null"
81150
+ "name": "number"
81035
81151
  }
81036
- }
81037
- }
81038
- },
81039
- {
81040
- "tags": {
81041
- "flr-generate": "all"
81042
- },
81043
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MarkdownEditor/MarkdownEditor.tsx",
81044
- "description": "",
81045
- "displayName": "MarkdownEditor",
81046
- "methods": [],
81047
- "props": {
81048
- "autoResizeMaxRows": {
81152
+ },
81153
+ "pattern": {
81049
81154
  "defaultValue": null,
81050
- "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
81051
- "name": "autoResizeMaxRows",
81155
+ "description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
81156
+ "name": "pattern",
81052
81157
  "parent": {
81053
- "fileName": "components/src/components/TextArea/TextArea.tsx",
81054
- "name": "TextAreaProps"
81158
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81159
+ "name": "TextInputDOMProps"
81055
81160
  },
81056
81161
  "declarations": [
81057
81162
  {
81058
- "fileName": "components/src/components/TextArea/TextArea.tsx",
81059
- "name": "TextAreaProps"
81163
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81164
+ "name": "TextInputDOMProps"
81060
81165
  }
81061
81166
  ],
81062
81167
  "required": false,
81063
81168
  "type": {
81064
- "name": "number"
81169
+ "name": "string"
81065
81170
  }
81066
81171
  },
81067
- "children": {
81172
+ "type": {
81068
81173
  "defaultValue": null,
81069
- "description": "",
81070
- "name": "children",
81174
+ "description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
81175
+ "name": "type",
81176
+ "parent": {
81177
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81178
+ "name": "TextInputDOMProps"
81179
+ },
81071
81180
  "declarations": [
81072
81181
  {
81073
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81074
- "name": "TypeLiteral"
81182
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81183
+ "name": "TextInputDOMProps"
81075
81184
  }
81076
81185
  ],
81077
81186
  "required": false,
81078
81187
  "type": {
81079
- "name": "ReactNode"
81188
+ "name": "\"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
81080
81189
  }
81081
81190
  },
81082
- "aria-label": {
81191
+ "inputMode": {
81083
81192
  "defaultValue": null,
81084
- "description": "Defines a string value that labels the current element.",
81085
- "name": "aria-label",
81193
+ "description": "Hints at the type of data that might be entered by the user while editing the element or its contents. See [MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
81194
+ "name": "inputMode",
81086
81195
  "parent": {
81087
81196
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81088
- "name": "AriaLabelingProps"
81197
+ "name": "TextInputDOMProps"
81089
81198
  },
81090
81199
  "declarations": [
81091
81200
  {
81092
81201
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81093
- "name": "AriaLabelingProps"
81202
+ "name": "TextInputDOMProps"
81094
81203
  }
81095
81204
  ],
81096
81205
  "required": false,
81097
81206
  "type": {
81098
- "name": "string"
81207
+ "name": "\"none\" | \"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
81099
81208
  }
81100
81209
  },
81101
- "aria-labelledby": {
81210
+ "autoCorrect": {
81102
81211
  "defaultValue": null,
81103
- "description": "Identifies the element (or elements) that labels the current element.",
81104
- "name": "aria-labelledby",
81212
+ "description": "An attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
81213
+ "name": "autoCorrect",
81105
81214
  "parent": {
81106
81215
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81107
- "name": "AriaLabelingProps"
81216
+ "name": "TextInputDOMProps"
81108
81217
  },
81109
81218
  "declarations": [
81110
81219
  {
81111
81220
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81112
- "name": "AriaLabelingProps"
81221
+ "name": "TextInputDOMProps"
81113
81222
  }
81114
81223
  ],
81115
81224
  "required": false,
@@ -81117,18 +81226,18 @@
81117
81226
  "name": "string"
81118
81227
  }
81119
81228
  },
81120
- "aria-describedby": {
81229
+ "spellCheck": {
81121
81230
  "defaultValue": null,
81122
- "description": "Identifies the element (or elements) that describes the object.",
81123
- "name": "aria-describedby",
81231
+ "description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
81232
+ "name": "spellCheck",
81124
81233
  "parent": {
81125
81234
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81126
- "name": "AriaLabelingProps"
81235
+ "name": "TextInputDOMProps"
81127
81236
  },
81128
81237
  "declarations": [
81129
81238
  {
81130
81239
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81131
- "name": "AriaLabelingProps"
81240
+ "name": "TextInputDOMProps"
81132
81241
  }
81133
81242
  ],
81134
81243
  "required": false,
@@ -81136,18 +81245,392 @@
81136
81245
  "name": "string"
81137
81246
  }
81138
81247
  },
81139
- "aria-details": {
81248
+ "onCopy": {
81140
81249
  "defaultValue": null,
81141
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
81142
- "name": "aria-details",
81250
+ "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
81251
+ "name": "onCopy",
81143
81252
  "parent": {
81144
81253
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81145
- "name": "AriaLabelingProps"
81254
+ "name": "TextInputDOMEvents"
81146
81255
  },
81147
81256
  "declarations": [
81148
81257
  {
81149
81258
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81150
- "name": "AriaLabelingProps"
81259
+ "name": "TextInputDOMEvents"
81260
+ }
81261
+ ],
81262
+ "required": false,
81263
+ "type": {
81264
+ "name": "ClipboardEventHandler<HTMLInputElement>"
81265
+ }
81266
+ },
81267
+ "onCut": {
81268
+ "defaultValue": null,
81269
+ "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
81270
+ "name": "onCut",
81271
+ "parent": {
81272
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81273
+ "name": "TextInputDOMEvents"
81274
+ },
81275
+ "declarations": [
81276
+ {
81277
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81278
+ "name": "TextInputDOMEvents"
81279
+ }
81280
+ ],
81281
+ "required": false,
81282
+ "type": {
81283
+ "name": "ClipboardEventHandler<HTMLInputElement>"
81284
+ }
81285
+ },
81286
+ "onPaste": {
81287
+ "defaultValue": null,
81288
+ "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
81289
+ "name": "onPaste",
81290
+ "parent": {
81291
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81292
+ "name": "TextInputDOMEvents"
81293
+ },
81294
+ "declarations": [
81295
+ {
81296
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81297
+ "name": "TextInputDOMEvents"
81298
+ }
81299
+ ],
81300
+ "required": false,
81301
+ "type": {
81302
+ "name": "ClipboardEventHandler<HTMLInputElement>"
81303
+ }
81304
+ },
81305
+ "onCompositionStart": {
81306
+ "defaultValue": null,
81307
+ "description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
81308
+ "name": "onCompositionStart",
81309
+ "parent": {
81310
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81311
+ "name": "TextInputDOMEvents"
81312
+ },
81313
+ "declarations": [
81314
+ {
81315
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81316
+ "name": "TextInputDOMEvents"
81317
+ }
81318
+ ],
81319
+ "required": false,
81320
+ "type": {
81321
+ "name": "CompositionEventHandler<HTMLInputElement>"
81322
+ }
81323
+ },
81324
+ "onCompositionEnd": {
81325
+ "defaultValue": null,
81326
+ "description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
81327
+ "name": "onCompositionEnd",
81328
+ "parent": {
81329
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81330
+ "name": "TextInputDOMEvents"
81331
+ },
81332
+ "declarations": [
81333
+ {
81334
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81335
+ "name": "TextInputDOMEvents"
81336
+ }
81337
+ ],
81338
+ "required": false,
81339
+ "type": {
81340
+ "name": "CompositionEventHandler<HTMLInputElement>"
81341
+ }
81342
+ },
81343
+ "onCompositionUpdate": {
81344
+ "defaultValue": null,
81345
+ "description": "Handler that is called when a new character is received in the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
81346
+ "name": "onCompositionUpdate",
81347
+ "parent": {
81348
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81349
+ "name": "TextInputDOMEvents"
81350
+ },
81351
+ "declarations": [
81352
+ {
81353
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81354
+ "name": "TextInputDOMEvents"
81355
+ }
81356
+ ],
81357
+ "required": false,
81358
+ "type": {
81359
+ "name": "CompositionEventHandler<HTMLInputElement>"
81360
+ }
81361
+ },
81362
+ "onSelect": {
81363
+ "defaultValue": null,
81364
+ "description": "Handler that is called when text in the input is selected. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
81365
+ "name": "onSelect",
81366
+ "parent": {
81367
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81368
+ "name": "TextInputDOMEvents"
81369
+ },
81370
+ "declarations": [
81371
+ {
81372
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81373
+ "name": "TextInputDOMEvents"
81374
+ }
81375
+ ],
81376
+ "required": false,
81377
+ "type": {
81378
+ "name": "ReactEventHandler<HTMLInputElement>"
81379
+ }
81380
+ },
81381
+ "onBeforeInput": {
81382
+ "defaultValue": null,
81383
+ "description": "Handler that is called when the input value is about to be modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
81384
+ "name": "onBeforeInput",
81385
+ "parent": {
81386
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81387
+ "name": "TextInputDOMEvents"
81388
+ },
81389
+ "declarations": [
81390
+ {
81391
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81392
+ "name": "TextInputDOMEvents"
81393
+ }
81394
+ ],
81395
+ "required": false,
81396
+ "type": {
81397
+ "name": "FormEventHandler<HTMLInputElement>"
81398
+ }
81399
+ },
81400
+ "onInput": {
81401
+ "defaultValue": null,
81402
+ "description": "Handler that is called when the input value is modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
81403
+ "name": "onInput",
81404
+ "parent": {
81405
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81406
+ "name": "TextInputDOMEvents"
81407
+ },
81408
+ "declarations": [
81409
+ {
81410
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81411
+ "name": "TextInputDOMEvents"
81412
+ }
81413
+ ],
81414
+ "required": false,
81415
+ "type": {
81416
+ "name": "FormEventHandler<HTMLInputElement>"
81417
+ }
81418
+ },
81419
+ "aria-errormessage": {
81420
+ "defaultValue": null,
81421
+ "description": "Identifies the element that provides an error message for the object.",
81422
+ "name": "aria-errormessage",
81423
+ "parent": {
81424
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81425
+ "name": "AriaValidationProps"
81426
+ },
81427
+ "declarations": [
81428
+ {
81429
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81430
+ "name": "AriaValidationProps"
81431
+ }
81432
+ ],
81433
+ "required": false,
81434
+ "type": {
81435
+ "name": "string"
81436
+ }
81437
+ },
81438
+ "showCharacterCount": {
81439
+ "defaultValue": null,
81440
+ "description": "Whether a character count should be displayed inside the field description.",
81441
+ "name": "showCharacterCount",
81442
+ "parent": {
81443
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
81444
+ "name": "TextFieldBaseProps"
81445
+ },
81446
+ "declarations": [
81447
+ {
81448
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
81449
+ "name": "TextFieldBaseProps"
81450
+ }
81451
+ ],
81452
+ "required": false,
81453
+ "type": {
81454
+ "name": "boolean"
81455
+ }
81456
+ },
81457
+ "placeholder": {
81458
+ "defaultValue": null,
81459
+ "description": "",
81460
+ "name": "placeholder",
81461
+ "parent": {
81462
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81463
+ "name": "InputHTMLAttributes"
81464
+ },
81465
+ "declarations": [
81466
+ {
81467
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81468
+ "name": "InputHTMLAttributes"
81469
+ }
81470
+ ],
81471
+ "required": false,
81472
+ "type": {
81473
+ "name": "string"
81474
+ }
81475
+ },
81476
+ "rows": {
81477
+ "defaultValue": null,
81478
+ "description": "",
81479
+ "name": "rows",
81480
+ "parent": {
81481
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81482
+ "name": "TextareaHTMLAttributes"
81483
+ },
81484
+ "declarations": [
81485
+ {
81486
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81487
+ "name": "TextareaHTMLAttributes"
81488
+ }
81489
+ ],
81490
+ "required": false,
81491
+ "type": {
81492
+ "name": "number"
81493
+ }
81494
+ },
81495
+ "wrapWith": {
81496
+ "defaultValue": null,
81497
+ "description": "",
81498
+ "name": "wrapWith",
81499
+ "parent": {
81500
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
81501
+ "name": "FlowComponentProps"
81502
+ },
81503
+ "declarations": [
81504
+ {
81505
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
81506
+ "name": "FlowComponentProps"
81507
+ }
81508
+ ],
81509
+ "required": false,
81510
+ "type": {
81511
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
81512
+ }
81513
+ },
81514
+ "tunnelId": {
81515
+ "defaultValue": null,
81516
+ "description": "@internal",
81517
+ "name": "tunnelId",
81518
+ "parent": {
81519
+ "fileName": "components/src/lib/types/props.ts",
81520
+ "name": "PropsWithTunnel"
81521
+ },
81522
+ "declarations": [
81523
+ {
81524
+ "fileName": "components/src/lib/types/props.ts",
81525
+ "name": "PropsWithTunnel"
81526
+ }
81527
+ ],
81528
+ "required": false,
81529
+ "type": {
81530
+ "name": "string | null"
81531
+ }
81532
+ },
81533
+ "ref": {
81534
+ "defaultValue": null,
81535
+ "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}",
81536
+ "name": "ref",
81537
+ "parent": {
81538
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81539
+ "name": "RefAttributes"
81540
+ },
81541
+ "declarations": [
81542
+ {
81543
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81544
+ "name": "RefAttributes"
81545
+ }
81546
+ ],
81547
+ "required": false,
81548
+ "type": {
81549
+ "name": "Ref<HTMLInputElement>"
81550
+ }
81551
+ },
81552
+ "key": {
81553
+ "defaultValue": null,
81554
+ "description": "",
81555
+ "name": "key",
81556
+ "parent": {
81557
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81558
+ "name": "Attributes"
81559
+ },
81560
+ "declarations": [
81561
+ {
81562
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81563
+ "name": "Attributes"
81564
+ }
81565
+ ],
81566
+ "required": false,
81567
+ "type": {
81568
+ "name": "Key | null"
81569
+ }
81570
+ },
81571
+ "headingOffset": {
81572
+ "defaultValue": {
81573
+ "value": "0"
81574
+ },
81575
+ "description": "Shifts all heading levels by the given offset.",
81576
+ "name": "headingOffset",
81577
+ "parent": {
81578
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81579
+ "name": "MarkdownProps"
81580
+ },
81581
+ "declarations": [
81582
+ {
81583
+ "fileName": "components/src/components/Markdown/Markdown.tsx",
81584
+ "name": "MarkdownProps"
81585
+ }
81586
+ ],
81587
+ "required": false,
81588
+ "type": {
81589
+ "name": "number"
81590
+ }
81591
+ }
81592
+ }
81593
+ },
81594
+ {
81595
+ "tags": {
81596
+ "flr-generate": "all"
81597
+ },
81598
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/MenuItem.tsx",
81599
+ "description": "",
81600
+ "displayName": "MenuItem",
81601
+ "methods": [],
81602
+ "props": {
81603
+ "selectionVariant": {
81604
+ "defaultValue": null,
81605
+ "description": "",
81606
+ "name": "selectionVariant",
81607
+ "parent": {
81608
+ "fileName": "components/src/components/MenuItem/MenuItem.tsx",
81609
+ "name": "MenuItemProps"
81610
+ },
81611
+ "declarations": [
81612
+ {
81613
+ "fileName": "components/src/components/MenuItem/MenuItem.tsx",
81614
+ "name": "MenuItemProps"
81615
+ }
81616
+ ],
81617
+ "required": false,
81618
+ "type": {
81619
+ "name": "\"navigation\" | \"switch\" | \"control\""
81620
+ }
81621
+ },
81622
+ "aria-label": {
81623
+ "defaultValue": null,
81624
+ "description": "An accessibility label for this item.",
81625
+ "name": "aria-label",
81626
+ "parent": {
81627
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
81628
+ "name": "ListBoxItemProps"
81629
+ },
81630
+ "declarations": [
81631
+ {
81632
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
81633
+ "name": "ListBoxItemProps"
81151
81634
  }
81152
81635
  ],
81153
81636
  "required": false,
@@ -81290,21 +81773,21 @@
81290
81773
  },
81291
81774
  "onClick": {
81292
81775
  "defaultValue": null,
81293
- "description": "",
81776
+ "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.",
81294
81777
  "name": "onClick",
81295
81778
  "parent": {
81296
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81297
- "name": "GlobalDOMEvents"
81779
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
81780
+ "name": "PressEvents"
81298
81781
  },
81299
81782
  "declarations": [
81300
81783
  {
81301
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81302
- "name": "GlobalDOMEvents"
81784
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
81785
+ "name": "PressEvents"
81303
81786
  }
81304
81787
  ],
81305
81788
  "required": false,
81306
81789
  "type": {
81307
- "name": "MouseEventHandler<HTMLDivElement>"
81790
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
81308
81791
  }
81309
81792
  },
81310
81793
  "onClickCapture": {
@@ -82277,703 +82760,245 @@
82277
82760
  }
82278
82761
  },
82279
82762
  "onAnimationEnd": {
82280
- "defaultValue": null,
82281
- "description": "",
82282
- "name": "onAnimationEnd",
82283
- "parent": {
82284
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82285
- "name": "GlobalDOMEvents"
82286
- },
82287
- "declarations": [
82288
- {
82289
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82290
- "name": "GlobalDOMEvents"
82291
- }
82292
- ],
82293
- "required": false,
82294
- "type": {
82295
- "name": "AnimationEventHandler<HTMLDivElement>"
82296
- }
82297
- },
82298
- "onAnimationEndCapture": {
82299
- "defaultValue": null,
82300
- "description": "",
82301
- "name": "onAnimationEndCapture",
82302
- "parent": {
82303
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82304
- "name": "GlobalDOMEvents"
82305
- },
82306
- "declarations": [
82307
- {
82308
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82309
- "name": "GlobalDOMEvents"
82310
- }
82311
- ],
82312
- "required": false,
82313
- "type": {
82314
- "name": "AnimationEventHandler<HTMLDivElement>"
82315
- }
82316
- },
82317
- "onAnimationIteration": {
82318
- "defaultValue": null,
82319
- "description": "",
82320
- "name": "onAnimationIteration",
82321
- "parent": {
82322
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82323
- "name": "GlobalDOMEvents"
82324
- },
82325
- "declarations": [
82326
- {
82327
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82328
- "name": "GlobalDOMEvents"
82329
- }
82330
- ],
82331
- "required": false,
82332
- "type": {
82333
- "name": "AnimationEventHandler<HTMLDivElement>"
82334
- }
82335
- },
82336
- "onAnimationIterationCapture": {
82337
- "defaultValue": null,
82338
- "description": "",
82339
- "name": "onAnimationIterationCapture",
82340
- "parent": {
82341
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82342
- "name": "GlobalDOMEvents"
82343
- },
82344
- "declarations": [
82345
- {
82346
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82347
- "name": "GlobalDOMEvents"
82348
- }
82349
- ],
82350
- "required": false,
82351
- "type": {
82352
- "name": "AnimationEventHandler<HTMLDivElement>"
82353
- }
82354
- },
82355
- "onTransitionCancel": {
82356
- "defaultValue": null,
82357
- "description": "",
82358
- "name": "onTransitionCancel",
82359
- "parent": {
82360
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82361
- "name": "GlobalDOMEvents"
82362
- },
82363
- "declarations": [
82364
- {
82365
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82366
- "name": "GlobalDOMEvents"
82367
- }
82368
- ],
82369
- "required": false,
82370
- "type": {
82371
- "name": "TransitionEventHandler<HTMLDivElement>"
82372
- }
82373
- },
82374
- "onTransitionCancelCapture": {
82375
- "defaultValue": null,
82376
- "description": "",
82377
- "name": "onTransitionCancelCapture",
82378
- "parent": {
82379
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82380
- "name": "GlobalDOMEvents"
82381
- },
82382
- "declarations": [
82383
- {
82384
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82385
- "name": "GlobalDOMEvents"
82386
- }
82387
- ],
82388
- "required": false,
82389
- "type": {
82390
- "name": "TransitionEventHandler<HTMLDivElement>"
82391
- }
82392
- },
82393
- "onTransitionEnd": {
82394
- "defaultValue": null,
82395
- "description": "",
82396
- "name": "onTransitionEnd",
82397
- "parent": {
82398
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82399
- "name": "GlobalDOMEvents"
82400
- },
82401
- "declarations": [
82402
- {
82403
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82404
- "name": "GlobalDOMEvents"
82405
- }
82406
- ],
82407
- "required": false,
82408
- "type": {
82409
- "name": "TransitionEventHandler<HTMLDivElement>"
82410
- }
82411
- },
82412
- "onTransitionEndCapture": {
82413
- "defaultValue": null,
82414
- "description": "",
82415
- "name": "onTransitionEndCapture",
82416
- "parent": {
82417
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82418
- "name": "GlobalDOMEvents"
82419
- },
82420
- "declarations": [
82421
- {
82422
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82423
- "name": "GlobalDOMEvents"
82424
- }
82425
- ],
82426
- "required": false,
82427
- "type": {
82428
- "name": "TransitionEventHandler<HTMLDivElement>"
82429
- }
82430
- },
82431
- "onTransitionRun": {
82432
- "defaultValue": null,
82433
- "description": "",
82434
- "name": "onTransitionRun",
82435
- "parent": {
82436
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82437
- "name": "GlobalDOMEvents"
82438
- },
82439
- "declarations": [
82440
- {
82441
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82442
- "name": "GlobalDOMEvents"
82443
- }
82444
- ],
82445
- "required": false,
82446
- "type": {
82447
- "name": "TransitionEventHandler<HTMLDivElement>"
82448
- }
82449
- },
82450
- "onTransitionRunCapture": {
82451
- "defaultValue": null,
82452
- "description": "",
82453
- "name": "onTransitionRunCapture",
82454
- "parent": {
82455
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82456
- "name": "GlobalDOMEvents"
82457
- },
82458
- "declarations": [
82459
- {
82460
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82461
- "name": "GlobalDOMEvents"
82462
- }
82463
- ],
82464
- "required": false,
82465
- "type": {
82466
- "name": "TransitionEventHandler<HTMLDivElement>"
82467
- }
82468
- },
82469
- "onTransitionStart": {
82470
- "defaultValue": null,
82471
- "description": "",
82472
- "name": "onTransitionStart",
82473
- "parent": {
82474
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82475
- "name": "GlobalDOMEvents"
82476
- },
82477
- "declarations": [
82478
- {
82479
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82480
- "name": "GlobalDOMEvents"
82481
- }
82482
- ],
82483
- "required": false,
82484
- "type": {
82485
- "name": "TransitionEventHandler<HTMLDivElement>"
82486
- }
82487
- },
82488
- "onTransitionStartCapture": {
82489
- "defaultValue": null,
82490
- "description": "",
82491
- "name": "onTransitionStartCapture",
82492
- "parent": {
82493
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82494
- "name": "GlobalDOMEvents"
82495
- },
82496
- "declarations": [
82497
- {
82498
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82499
- "name": "GlobalDOMEvents"
82500
- }
82501
- ],
82502
- "required": false,
82503
- "type": {
82504
- "name": "TransitionEventHandler<HTMLDivElement>"
82505
- }
82506
- },
82507
- "validationBehavior": {
82508
- "defaultValue": {
82509
- "value": "'native'"
82510
- },
82511
- "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.",
82512
- "name": "validationBehavior",
82513
- "parent": {
82514
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
82515
- "name": "RACValidation"
82516
- },
82517
- "declarations": [
82518
- {
82519
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
82520
- "name": "RACValidation"
82521
- }
82522
- ],
82523
- "required": false,
82524
- "type": {
82525
- "name": "\"native\" | \"aria\""
82526
- }
82527
- },
82528
- "isDisabled": {
82529
- "defaultValue": null,
82530
- "description": "Whether the input is disabled.",
82531
- "name": "isDisabled",
82532
- "parent": {
82533
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82534
- "name": "InputBase"
82535
- },
82536
- "declarations": [
82537
- {
82538
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82539
- "name": "InputBase"
82540
- }
82541
- ],
82542
- "required": false,
82543
- "type": {
82544
- "name": "boolean"
82545
- }
82546
- },
82547
- "isReadOnly": {
82548
- "defaultValue": null,
82549
- "description": "Whether the input can be selected but not changed by the user.",
82550
- "name": "isReadOnly",
82551
- "parent": {
82552
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82553
- "name": "InputBase"
82554
- },
82555
- "declarations": [
82556
- {
82557
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82558
- "name": "InputBase"
82559
- }
82560
- ],
82561
- "required": false,
82562
- "type": {
82563
- "name": "boolean"
82564
- }
82565
- },
82566
- "isRequired": {
82567
- "defaultValue": null,
82568
- "description": "Whether user input is required on the input before form submission.",
82569
- "name": "isRequired",
82570
- "parent": {
82571
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82572
- "name": "Validation"
82573
- },
82574
- "declarations": [
82575
- {
82576
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82577
- "name": "Validation"
82578
- }
82579
- ],
82580
- "required": false,
82581
- "type": {
82582
- "name": "boolean"
82583
- }
82584
- },
82585
- "isInvalid": {
82586
- "defaultValue": null,
82587
- "description": "Whether the value is invalid.",
82588
- "name": "isInvalid",
82589
- "parent": {
82590
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
82591
- "name": "TextFieldProps"
82592
- },
82593
- "declarations": [
82594
- {
82595
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
82596
- "name": "TextFieldProps"
82597
- }
82598
- ],
82599
- "required": false,
82600
- "type": {
82601
- "name": "boolean"
82602
- }
82603
- },
82604
- "validate": {
82605
- "defaultValue": null,
82606
- "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.",
82607
- "name": "validate",
82608
- "parent": {
82609
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82610
- "name": "Validation"
82611
- },
82612
- "declarations": [
82613
- {
82614
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82615
- "name": "Validation"
82616
- }
82617
- ],
82618
- "required": false,
82619
- "type": {
82620
- "name": "((value: TimeValue) => true | ValidationError | null)"
82621
- }
82622
- },
82623
- "autoFocus": {
82624
- "defaultValue": null,
82625
- "description": "Whether the element should receive focus on render.",
82626
- "name": "autoFocus",
82627
- "parent": {
82628
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82629
- "name": "FocusableProps"
82630
- },
82631
- "declarations": [
82632
- {
82633
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82634
- "name": "FocusableProps"
82635
- }
82636
- ],
82637
- "required": false,
82638
- "type": {
82639
- "name": "boolean"
82640
- }
82641
- },
82642
- "onFocus": {
82643
- "defaultValue": null,
82644
- "description": "Handler that is called when the element receives focus.",
82645
- "name": "onFocus",
82646
- "parent": {
82647
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82648
- "name": "FocusEvents"
82649
- },
82650
- "declarations": [
82651
- {
82652
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82653
- "name": "FocusEvents"
82654
- }
82655
- ],
82656
- "required": false,
82657
- "type": {
82658
- "name": "((e: FocusEvent<Element, Element>) => void)"
82659
- }
82660
- },
82661
- "onBlur": {
82662
- "defaultValue": null,
82663
- "description": "Handler that is called when the element loses focus.",
82664
- "name": "onBlur",
82665
- "parent": {
82666
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82667
- "name": "FocusEvents"
82668
- },
82669
- "declarations": [
82670
- {
82671
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82672
- "name": "FocusEvents"
82673
- }
82674
- ],
82675
- "required": false,
82676
- "type": {
82677
- "name": "((e: FocusEvent<Element, Element>) => void)"
82678
- }
82679
- },
82680
- "onFocusChange": {
82681
- "defaultValue": null,
82682
- "description": "Handler that is called when the element's focus status changes.",
82683
- "name": "onFocusChange",
82684
- "parent": {
82685
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82686
- "name": "FocusEvents"
82687
- },
82688
- "declarations": [
82689
- {
82690
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82691
- "name": "FocusEvents"
82692
- }
82693
- ],
82694
- "required": false,
82695
- "type": {
82696
- "name": "((isFocused: boolean) => void)"
82697
- }
82698
- },
82699
- "onKeyDown": {
82700
- "defaultValue": null,
82701
- "description": "Handler that is called when a key is pressed.",
82702
- "name": "onKeyDown",
82703
- "parent": {
82704
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82705
- "name": "KeyboardEvents"
82706
- },
82707
- "declarations": [
82708
- {
82709
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82710
- "name": "KeyboardEvents"
82711
- }
82712
- ],
82713
- "required": false,
82714
- "type": {
82715
- "name": "((e: KeyboardEvent) => void)"
82716
- }
82717
- },
82718
- "onKeyUp": {
82719
- "defaultValue": null,
82720
- "description": "Handler that is called when a key is released.",
82721
- "name": "onKeyUp",
82722
- "parent": {
82723
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82724
- "name": "KeyboardEvents"
82725
- },
82726
- "declarations": [
82727
- {
82728
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82729
- "name": "KeyboardEvents"
82730
- }
82731
- ],
82732
- "required": false,
82733
- "type": {
82734
- "name": "((e: KeyboardEvent) => void)"
82735
- }
82736
- },
82737
- "value": {
82738
- "defaultValue": null,
82739
- "description": "The current value (controlled).",
82740
- "name": "value",
82763
+ "defaultValue": null,
82764
+ "description": "",
82765
+ "name": "onAnimationEnd",
82741
82766
  "parent": {
82742
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82743
- "name": "ValueBase"
82767
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82768
+ "name": "GlobalDOMEvents"
82744
82769
  },
82745
82770
  "declarations": [
82746
82771
  {
82747
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82748
- "name": "ValueBase"
82772
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82773
+ "name": "GlobalDOMEvents"
82749
82774
  }
82750
82775
  ],
82751
82776
  "required": false,
82752
82777
  "type": {
82753
- "name": "TimeValue | null"
82778
+ "name": "AnimationEventHandler<HTMLDivElement>"
82754
82779
  }
82755
82780
  },
82756
- "defaultValue": {
82781
+ "onAnimationEndCapture": {
82757
82782
  "defaultValue": null,
82758
- "description": "The default value (uncontrolled).",
82759
- "name": "defaultValue",
82783
+ "description": "",
82784
+ "name": "onAnimationEndCapture",
82760
82785
  "parent": {
82761
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82762
- "name": "ValueBase"
82786
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82787
+ "name": "GlobalDOMEvents"
82763
82788
  },
82764
82789
  "declarations": [
82765
82790
  {
82766
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82767
- "name": "ValueBase"
82791
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82792
+ "name": "GlobalDOMEvents"
82768
82793
  }
82769
82794
  ],
82770
82795
  "required": false,
82771
82796
  "type": {
82772
- "name": "TimeValue | null"
82797
+ "name": "AnimationEventHandler<HTMLDivElement>"
82773
82798
  }
82774
82799
  },
82775
- "onChange": {
82800
+ "onAnimationIteration": {
82776
82801
  "defaultValue": null,
82777
- "description": "Handler that is called when the value changes.",
82778
- "name": "onChange",
82802
+ "description": "",
82803
+ "name": "onAnimationIteration",
82779
82804
  "parent": {
82780
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82781
- "name": "ValueBase"
82805
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82806
+ "name": "GlobalDOMEvents"
82782
82807
  },
82783
82808
  "declarations": [
82784
82809
  {
82785
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82786
- "name": "ValueBase"
82810
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82811
+ "name": "GlobalDOMEvents"
82787
82812
  }
82788
82813
  ],
82789
82814
  "required": false,
82790
82815
  "type": {
82791
- "name": "((value: TimeValue | null) => void)"
82816
+ "name": "AnimationEventHandler<HTMLDivElement>"
82792
82817
  }
82793
82818
  },
82794
- "id": {
82819
+ "onAnimationIterationCapture": {
82795
82820
  "defaultValue": null,
82796
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
82797
- "name": "id",
82821
+ "description": "",
82822
+ "name": "onAnimationIterationCapture",
82798
82823
  "parent": {
82799
82824
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82800
- "name": "DOMProps"
82825
+ "name": "GlobalDOMEvents"
82801
82826
  },
82802
82827
  "declarations": [
82803
82828
  {
82804
82829
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82805
- "name": "DOMProps"
82830
+ "name": "GlobalDOMEvents"
82806
82831
  }
82807
82832
  ],
82808
82833
  "required": false,
82809
82834
  "type": {
82810
- "name": "string"
82835
+ "name": "AnimationEventHandler<HTMLDivElement>"
82811
82836
  }
82812
82837
  },
82813
- "name": {
82838
+ "onTransitionCancel": {
82814
82839
  "defaultValue": null,
82815
- "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
82816
- "name": "name",
82840
+ "description": "",
82841
+ "name": "onTransitionCancel",
82817
82842
  "parent": {
82818
82843
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82819
- "name": "InputDOMProps"
82844
+ "name": "GlobalDOMEvents"
82820
82845
  },
82821
82846
  "declarations": [
82822
82847
  {
82823
82848
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82824
- "name": "InputDOMProps"
82849
+ "name": "GlobalDOMEvents"
82825
82850
  }
82826
82851
  ],
82827
82852
  "required": false,
82828
82853
  "type": {
82829
- "name": "string"
82854
+ "name": "TransitionEventHandler<HTMLDivElement>"
82830
82855
  }
82831
82856
  },
82832
- "form": {
82857
+ "onTransitionCancelCapture": {
82833
82858
  "defaultValue": null,
82834
- "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).",
82835
- "name": "form",
82859
+ "description": "",
82860
+ "name": "onTransitionCancelCapture",
82836
82861
  "parent": {
82837
82862
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82838
- "name": "InputDOMProps"
82863
+ "name": "GlobalDOMEvents"
82839
82864
  },
82840
82865
  "declarations": [
82841
82866
  {
82842
82867
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82843
- "name": "InputDOMProps"
82868
+ "name": "GlobalDOMEvents"
82844
82869
  }
82845
82870
  ],
82846
82871
  "required": false,
82847
82872
  "type": {
82848
- "name": "string"
82873
+ "name": "TransitionEventHandler<HTMLDivElement>"
82849
82874
  }
82850
82875
  },
82851
- "slot": {
82876
+ "onTransitionEnd": {
82852
82877
  "defaultValue": null,
82853
- "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
82854
- "name": "slot",
82878
+ "description": "",
82879
+ "name": "onTransitionEnd",
82855
82880
  "parent": {
82856
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
82857
- "name": "SlotProps"
82881
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82882
+ "name": "GlobalDOMEvents"
82858
82883
  },
82859
82884
  "declarations": [
82860
82885
  {
82861
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
82862
- "name": "SlotProps"
82886
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82887
+ "name": "GlobalDOMEvents"
82863
82888
  }
82864
82889
  ],
82865
82890
  "required": false,
82866
82891
  "type": {
82867
- "name": "string | null"
82892
+ "name": "TransitionEventHandler<HTMLDivElement>"
82868
82893
  }
82869
82894
  },
82870
- "aria-activedescendant": {
82895
+ "onTransitionEndCapture": {
82871
82896
  "defaultValue": null,
82872
- "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
82873
- "name": "aria-activedescendant",
82897
+ "description": "",
82898
+ "name": "onTransitionEndCapture",
82874
82899
  "parent": {
82875
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82876
- "name": "AriaTextFieldProps"
82900
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82901
+ "name": "GlobalDOMEvents"
82877
82902
  },
82878
82903
  "declarations": [
82879
82904
  {
82880
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82881
- "name": "AriaTextFieldProps"
82905
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82906
+ "name": "GlobalDOMEvents"
82882
82907
  }
82883
82908
  ],
82884
82909
  "required": false,
82885
82910
  "type": {
82886
- "name": "string"
82911
+ "name": "TransitionEventHandler<HTMLDivElement>"
82887
82912
  }
82888
82913
  },
82889
- "aria-autocomplete": {
82914
+ "onTransitionRun": {
82890
82915
  "defaultValue": null,
82891
- "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
82892
- "name": "aria-autocomplete",
82916
+ "description": "",
82917
+ "name": "onTransitionRun",
82893
82918
  "parent": {
82894
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82895
- "name": "AriaTextFieldProps"
82919
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82920
+ "name": "GlobalDOMEvents"
82896
82921
  },
82897
82922
  "declarations": [
82898
82923
  {
82899
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82900
- "name": "AriaTextFieldProps"
82924
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82925
+ "name": "GlobalDOMEvents"
82901
82926
  }
82902
82927
  ],
82903
82928
  "required": false,
82904
82929
  "type": {
82905
- "name": "\"none\" | \"inline\" | \"list\" | \"both\""
82930
+ "name": "TransitionEventHandler<HTMLDivElement>"
82906
82931
  }
82907
82932
  },
82908
- "aria-haspopup": {
82933
+ "onTransitionRunCapture": {
82909
82934
  "defaultValue": null,
82910
- "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
82911
- "name": "aria-haspopup",
82935
+ "description": "",
82936
+ "name": "onTransitionRunCapture",
82912
82937
  "parent": {
82913
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82914
- "name": "AriaTextFieldProps"
82938
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82939
+ "name": "GlobalDOMEvents"
82915
82940
  },
82916
82941
  "declarations": [
82917
82942
  {
82918
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82919
- "name": "AriaTextFieldProps"
82943
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82944
+ "name": "GlobalDOMEvents"
82920
82945
  }
82921
82946
  ],
82922
82947
  "required": false,
82923
82948
  "type": {
82924
- "name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
82949
+ "name": "TransitionEventHandler<HTMLDivElement>"
82925
82950
  }
82926
82951
  },
82927
- "aria-controls": {
82952
+ "onTransitionStart": {
82928
82953
  "defaultValue": null,
82929
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
82930
- "name": "aria-controls",
82954
+ "description": "",
82955
+ "name": "onTransitionStart",
82931
82956
  "parent": {
82932
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82933
- "name": "AriaTextFieldProps"
82957
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82958
+ "name": "GlobalDOMEvents"
82934
82959
  },
82935
82960
  "declarations": [
82936
82961
  {
82937
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82938
- "name": "AriaTextFieldProps"
82962
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82963
+ "name": "GlobalDOMEvents"
82939
82964
  }
82940
82965
  ],
82941
82966
  "required": false,
82942
82967
  "type": {
82943
- "name": "string"
82968
+ "name": "TransitionEventHandler<HTMLDivElement>"
82944
82969
  }
82945
82970
  },
82946
- "enterKeyHint": {
82971
+ "onTransitionStartCapture": {
82947
82972
  "defaultValue": null,
82948
- "description": "An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint).",
82949
- "name": "enterKeyHint",
82973
+ "description": "",
82974
+ "name": "onTransitionStartCapture",
82950
82975
  "parent": {
82951
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82952
- "name": "AriaTextFieldProps"
82976
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82977
+ "name": "GlobalDOMEvents"
82953
82978
  },
82954
82979
  "declarations": [
82955
82980
  {
82956
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82957
- "name": "AriaTextFieldProps"
82981
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82982
+ "name": "GlobalDOMEvents"
82958
82983
  }
82959
82984
  ],
82960
82985
  "required": false,
82961
82986
  "type": {
82962
- "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
82987
+ "name": "TransitionEventHandler<HTMLDivElement>"
82963
82988
  }
82964
82989
  },
82965
- "excludeFromTabOrder": {
82990
+ "isDisabled": {
82966
82991
  "defaultValue": null,
82967
- "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
82968
- "name": "excludeFromTabOrder",
82992
+ "description": "Whether the item is disabled.",
82993
+ "name": "isDisabled",
82969
82994
  "parent": {
82970
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82971
- "name": "FocusableDOMProps"
82995
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
82996
+ "name": "ListBoxItemProps"
82972
82997
  },
82973
82998
  "declarations": [
82974
82999
  {
82975
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82976
- "name": "FocusableDOMProps"
83000
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83001
+ "name": "ListBoxItemProps"
82977
83002
  }
82978
83003
  ],
82979
83004
  "required": false,
@@ -82981,403 +83006,399 @@
82981
83006
  "name": "boolean"
82982
83007
  }
82983
83008
  },
82984
- "autoComplete": {
83009
+ "value": {
82985
83010
  "defaultValue": null,
82986
- "description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
82987
- "name": "autoComplete",
83011
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
83012
+ "name": "value",
82988
83013
  "parent": {
82989
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82990
- "name": "TextInputDOMProps"
83014
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83015
+ "name": "MenuItemProps"
82991
83016
  },
82992
83017
  "declarations": [
82993
83018
  {
82994
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82995
- "name": "TextInputDOMProps"
83019
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83020
+ "name": "MenuItemProps"
82996
83021
  }
82997
83022
  ],
82998
83023
  "required": false,
82999
83024
  "type": {
83000
- "name": "string"
83025
+ "name": "object"
83001
83026
  }
83002
83027
  },
83003
- "maxLength": {
83028
+ "id": {
83004
83029
  "defaultValue": null,
83005
- "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
83006
- "name": "maxLength",
83030
+ "description": "The unique id of the item.",
83031
+ "name": "id",
83007
83032
  "parent": {
83008
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83009
- "name": "TextInputDOMProps"
83033
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83034
+ "name": "MenuItemProps"
83010
83035
  },
83011
83036
  "declarations": [
83012
83037
  {
83013
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83014
- "name": "TextInputDOMProps"
83038
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83039
+ "name": "MenuItemProps"
83015
83040
  }
83016
83041
  ],
83017
83042
  "required": false,
83018
83043
  "type": {
83019
- "name": "number"
83044
+ "name": "Key"
83020
83045
  }
83021
83046
  },
83022
- "minLength": {
83047
+ "rel": {
83023
83048
  "defaultValue": null,
83024
- "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
83025
- "name": "minLength",
83049
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
83050
+ "name": "rel",
83026
83051
  "parent": {
83027
83052
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83028
- "name": "TextInputDOMProps"
83053
+ "name": "LinkDOMProps"
83029
83054
  },
83030
83055
  "declarations": [
83031
83056
  {
83032
83057
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83033
- "name": "TextInputDOMProps"
83058
+ "name": "LinkDOMProps"
83034
83059
  }
83035
83060
  ],
83036
83061
  "required": false,
83037
83062
  "type": {
83038
- "name": "number"
83063
+ "name": "string"
83039
83064
  }
83040
83065
  },
83041
- "pattern": {
83066
+ "onHoverStart": {
83042
83067
  "defaultValue": null,
83043
- "description": "Regex pattern that the value of the input must match to be valid. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefpattern).",
83044
- "name": "pattern",
83068
+ "description": "Handler that is called when a hover interaction starts.",
83069
+ "name": "onHoverStart",
83045
83070
  "parent": {
83046
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83047
- "name": "TextInputDOMProps"
83071
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83072
+ "name": "HoverEvents"
83048
83073
  },
83049
83074
  "declarations": [
83050
83075
  {
83051
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83052
- "name": "TextInputDOMProps"
83076
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83077
+ "name": "HoverEvents"
83053
83078
  }
83054
83079
  ],
83055
83080
  "required": false,
83056
83081
  "type": {
83057
- "name": "string"
83082
+ "name": "((e: HoverEvent) => void)"
83058
83083
  }
83059
83084
  },
83060
- "type": {
83085
+ "onHoverEnd": {
83061
83086
  "defaultValue": null,
83062
- "description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
83063
- "name": "type",
83087
+ "description": "Handler that is called when a hover interaction ends.",
83088
+ "name": "onHoverEnd",
83064
83089
  "parent": {
83065
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83066
- "name": "TextInputDOMProps"
83090
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83091
+ "name": "HoverEvents"
83067
83092
  },
83068
83093
  "declarations": [
83069
83094
  {
83070
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83071
- "name": "TextInputDOMProps"
83095
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83096
+ "name": "HoverEvents"
83072
83097
  }
83073
83098
  ],
83074
83099
  "required": false,
83075
83100
  "type": {
83076
- "name": "\"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
83101
+ "name": "((e: HoverEvent) => void)"
83077
83102
  }
83078
83103
  },
83079
- "inputMode": {
83104
+ "onHoverChange": {
83080
83105
  "defaultValue": null,
83081
- "description": "Hints at the type of data that might be entered by the user while editing the element or its contents. See [MDN](https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute).",
83082
- "name": "inputMode",
83106
+ "description": "Handler that is called when the hover state changes.",
83107
+ "name": "onHoverChange",
83083
83108
  "parent": {
83084
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83085
- "name": "TextInputDOMProps"
83109
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83110
+ "name": "HoverEvents"
83086
83111
  },
83087
83112
  "declarations": [
83088
83113
  {
83089
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83090
- "name": "TextInputDOMProps"
83114
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83115
+ "name": "HoverEvents"
83091
83116
  }
83092
83117
  ],
83093
83118
  "required": false,
83094
83119
  "type": {
83095
- "name": "\"none\" | \"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
83120
+ "name": "((isHovering: boolean) => void)"
83096
83121
  }
83097
83122
  },
83098
- "autoCorrect": {
83123
+ "target": {
83099
83124
  "defaultValue": null,
83100
- "description": "An attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autocomplete).",
83101
- "name": "autoCorrect",
83125
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
83126
+ "name": "target",
83102
83127
  "parent": {
83103
83128
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83104
- "name": "TextInputDOMProps"
83129
+ "name": "LinkDOMProps"
83105
83130
  },
83106
83131
  "declarations": [
83107
83132
  {
83108
83133
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83109
- "name": "TextInputDOMProps"
83134
+ "name": "LinkDOMProps"
83110
83135
  }
83111
83136
  ],
83112
83137
  "required": false,
83113
83138
  "type": {
83114
- "name": "string"
83139
+ "name": "HTMLAttributeAnchorTarget"
83115
83140
  }
83116
83141
  },
83117
- "spellCheck": {
83142
+ "onAction": {
83118
83143
  "defaultValue": null,
83119
- "description": "An enumerated attribute that defines whether the element may be checked for spelling errors. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck).",
83120
- "name": "spellCheck",
83144
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
83145
+ "name": "onAction",
83121
83146
  "parent": {
83122
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83123
- "name": "TextInputDOMProps"
83147
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83148
+ "name": "ListBoxItemProps"
83124
83149
  },
83125
83150
  "declarations": [
83126
83151
  {
83127
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83128
- "name": "TextInputDOMProps"
83152
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83153
+ "name": "ListBoxItemProps"
83129
83154
  }
83130
83155
  ],
83131
83156
  "required": false,
83132
83157
  "type": {
83133
- "name": "string"
83158
+ "name": "(() => void)"
83134
83159
  }
83135
83160
  },
83136
- "onCopy": {
83161
+ "textValue": {
83137
83162
  "defaultValue": null,
83138
- "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
83139
- "name": "onCopy",
83163
+ "description": "A string representation of the item's contents, used for features like typeahead.",
83164
+ "name": "textValue",
83140
83165
  "parent": {
83141
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83142
- "name": "TextInputDOMEvents"
83166
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83167
+ "name": "ListBoxItemProps"
83143
83168
  },
83144
83169
  "declarations": [
83145
83170
  {
83146
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83147
- "name": "TextInputDOMEvents"
83171
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.11.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
83172
+ "name": "ListBoxItemProps"
83148
83173
  }
83149
83174
  ],
83150
83175
  "required": false,
83151
83176
  "type": {
83152
- "name": "ClipboardEventHandler<HTMLInputElement>"
83177
+ "name": "string"
83153
83178
  }
83154
83179
  },
83155
- "onCut": {
83180
+ "href": {
83156
83181
  "defaultValue": null,
83157
- "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
83158
- "name": "onCut",
83182
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
83183
+ "name": "href",
83159
83184
  "parent": {
83160
83185
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83161
- "name": "TextInputDOMEvents"
83186
+ "name": "LinkDOMProps"
83162
83187
  },
83163
83188
  "declarations": [
83164
83189
  {
83165
83190
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83166
- "name": "TextInputDOMEvents"
83191
+ "name": "LinkDOMProps"
83167
83192
  }
83168
83193
  ],
83169
83194
  "required": false,
83170
83195
  "type": {
83171
- "name": "ClipboardEventHandler<HTMLInputElement>"
83196
+ "name": "string"
83172
83197
  }
83173
83198
  },
83174
- "onPaste": {
83199
+ "hrefLang": {
83175
83200
  "defaultValue": null,
83176
- "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
83177
- "name": "onPaste",
83201
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
83202
+ "name": "hrefLang",
83178
83203
  "parent": {
83179
83204
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83180
- "name": "TextInputDOMEvents"
83205
+ "name": "LinkDOMProps"
83181
83206
  },
83182
83207
  "declarations": [
83183
83208
  {
83184
83209
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83185
- "name": "TextInputDOMEvents"
83210
+ "name": "LinkDOMProps"
83186
83211
  }
83187
83212
  ],
83188
83213
  "required": false,
83189
83214
  "type": {
83190
- "name": "ClipboardEventHandler<HTMLInputElement>"
83215
+ "name": "string"
83191
83216
  }
83192
83217
  },
83193
- "onCompositionStart": {
83218
+ "download": {
83194
83219
  "defaultValue": null,
83195
- "description": "Handler that is called when a text composition system starts a new text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionstart_event).",
83196
- "name": "onCompositionStart",
83220
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
83221
+ "name": "download",
83197
83222
  "parent": {
83198
83223
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83199
- "name": "TextInputDOMEvents"
83224
+ "name": "LinkDOMProps"
83200
83225
  },
83201
83226
  "declarations": [
83202
83227
  {
83203
83228
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83204
- "name": "TextInputDOMEvents"
83229
+ "name": "LinkDOMProps"
83205
83230
  }
83206
83231
  ],
83207
83232
  "required": false,
83208
83233
  "type": {
83209
- "name": "CompositionEventHandler<HTMLInputElement>"
83234
+ "name": "string | boolean"
83210
83235
  }
83211
83236
  },
83212
- "onCompositionEnd": {
83237
+ "ping": {
83213
83238
  "defaultValue": null,
83214
- "description": "Handler that is called when a text composition system completes or cancels the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event).",
83215
- "name": "onCompositionEnd",
83239
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
83240
+ "name": "ping",
83216
83241
  "parent": {
83217
83242
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83218
- "name": "TextInputDOMEvents"
83243
+ "name": "LinkDOMProps"
83219
83244
  },
83220
83245
  "declarations": [
83221
83246
  {
83222
83247
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83223
- "name": "TextInputDOMEvents"
83248
+ "name": "LinkDOMProps"
83224
83249
  }
83225
83250
  ],
83226
83251
  "required": false,
83227
83252
  "type": {
83228
- "name": "CompositionEventHandler<HTMLInputElement>"
83253
+ "name": "string"
83229
83254
  }
83230
83255
  },
83231
- "onCompositionUpdate": {
83256
+ "referrerPolicy": {
83232
83257
  "defaultValue": null,
83233
- "description": "Handler that is called when a new character is received in the current text composition session. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionupdate_event).",
83234
- "name": "onCompositionUpdate",
83258
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
83259
+ "name": "referrerPolicy",
83235
83260
  "parent": {
83236
83261
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83237
- "name": "TextInputDOMEvents"
83262
+ "name": "LinkDOMProps"
83238
83263
  },
83239
83264
  "declarations": [
83240
83265
  {
83241
83266
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83242
- "name": "TextInputDOMEvents"
83267
+ "name": "LinkDOMProps"
83243
83268
  }
83244
83269
  ],
83245
83270
  "required": false,
83246
83271
  "type": {
83247
- "name": "CompositionEventHandler<HTMLInputElement>"
83272
+ "name": "HTMLAttributeReferrerPolicy"
83248
83273
  }
83249
83274
  },
83250
- "onSelect": {
83275
+ "routerOptions": {
83251
83276
  "defaultValue": null,
83252
- "description": "Handler that is called when text in the input is selected. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/select_event).",
83253
- "name": "onSelect",
83277
+ "description": "Options for the configured client side router.",
83278
+ "name": "routerOptions",
83254
83279
  "parent": {
83255
83280
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83256
- "name": "TextInputDOMEvents"
83281
+ "name": "LinkDOMProps"
83257
83282
  },
83258
83283
  "declarations": [
83259
83284
  {
83260
83285
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83261
- "name": "TextInputDOMEvents"
83286
+ "name": "LinkDOMProps"
83262
83287
  }
83263
83288
  ],
83264
83289
  "required": false,
83265
83290
  "type": {
83266
- "name": "ReactEventHandler<HTMLInputElement>"
83291
+ "name": "undefined"
83267
83292
  }
83268
83293
  },
83269
- "onBeforeInput": {
83294
+ "onPress": {
83270
83295
  "defaultValue": null,
83271
- "description": "Handler that is called when the input value is about to be modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event).",
83272
- "name": "onBeforeInput",
83296
+ "description": "Handler that is called when the press is released over the target.",
83297
+ "name": "onPress",
83273
83298
  "parent": {
83274
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83275
- "name": "TextInputDOMEvents"
83299
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83300
+ "name": "PressEvents"
83276
83301
  },
83277
83302
  "declarations": [
83278
83303
  {
83279
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83280
- "name": "TextInputDOMEvents"
83304
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83305
+ "name": "PressEvents"
83281
83306
  }
83282
83307
  ],
83283
83308
  "required": false,
83284
83309
  "type": {
83285
- "name": "FormEventHandler<HTMLInputElement>"
83310
+ "name": "((e: PressEvent) => void)"
83286
83311
  }
83287
83312
  },
83288
- "onInput": {
83313
+ "onPressStart": {
83289
83314
  "defaultValue": null,
83290
- "description": "Handler that is called when the input value is modified. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/input_event).",
83291
- "name": "onInput",
83315
+ "description": "Handler that is called when a press interaction starts.",
83316
+ "name": "onPressStart",
83292
83317
  "parent": {
83293
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83294
- "name": "TextInputDOMEvents"
83318
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83319
+ "name": "PressEvents"
83295
83320
  },
83296
83321
  "declarations": [
83297
83322
  {
83298
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83299
- "name": "TextInputDOMEvents"
83323
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83324
+ "name": "PressEvents"
83300
83325
  }
83301
83326
  ],
83302
83327
  "required": false,
83303
83328
  "type": {
83304
- "name": "FormEventHandler<HTMLInputElement>"
83329
+ "name": "((e: PressEvent) => void)"
83305
83330
  }
83306
83331
  },
83307
- "aria-errormessage": {
83332
+ "onPressEnd": {
83308
83333
  "defaultValue": null,
83309
- "description": "Identifies the element that provides an error message for the object.",
83310
- "name": "aria-errormessage",
83334
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
83335
+ "name": "onPressEnd",
83311
83336
  "parent": {
83312
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83313
- "name": "AriaValidationProps"
83337
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83338
+ "name": "PressEvents"
83314
83339
  },
83315
83340
  "declarations": [
83316
83341
  {
83317
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83318
- "name": "AriaValidationProps"
83342
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83343
+ "name": "PressEvents"
83319
83344
  }
83320
83345
  ],
83321
83346
  "required": false,
83322
83347
  "type": {
83323
- "name": "string"
83348
+ "name": "((e: PressEvent) => void)"
83324
83349
  }
83325
83350
  },
83326
- "showCharacterCount": {
83351
+ "onPressChange": {
83327
83352
  "defaultValue": null,
83328
- "description": "Whether a character count should be displayed inside the field description.",
83329
- "name": "showCharacterCount",
83353
+ "description": "Handler that is called when the press state changes.",
83354
+ "name": "onPressChange",
83330
83355
  "parent": {
83331
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
83332
- "name": "TextFieldBaseProps"
83356
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83357
+ "name": "PressEvents"
83333
83358
  },
83334
83359
  "declarations": [
83335
83360
  {
83336
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
83337
- "name": "TextFieldBaseProps"
83361
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83362
+ "name": "PressEvents"
83338
83363
  }
83339
83364
  ],
83340
83365
  "required": false,
83341
83366
  "type": {
83342
- "name": "boolean"
83367
+ "name": "((isPressed: boolean) => void)"
83343
83368
  }
83344
83369
  },
83345
- "placeholder": {
83370
+ "onPressUp": {
83346
83371
  "defaultValue": null,
83347
- "description": "",
83348
- "name": "placeholder",
83372
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
83373
+ "name": "onPressUp",
83349
83374
  "parent": {
83350
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83351
- "name": "InputHTMLAttributes"
83375
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83376
+ "name": "PressEvents"
83352
83377
  },
83353
83378
  "declarations": [
83354
83379
  {
83355
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83356
- "name": "InputHTMLAttributes"
83380
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83381
+ "name": "PressEvents"
83357
83382
  }
83358
83383
  ],
83359
83384
  "required": false,
83360
83385
  "type": {
83361
- "name": "string"
83386
+ "name": "((e: PressEvent) => void)"
83362
83387
  }
83363
83388
  },
83364
- "rows": {
83389
+ "children": {
83365
83390
  "defaultValue": null,
83366
83391
  "description": "",
83367
- "name": "rows",
83368
- "parent": {
83369
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83370
- "name": "TextareaHTMLAttributes"
83371
- },
83392
+ "name": "children",
83372
83393
  "declarations": [
83373
83394
  {
83374
83395
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83375
- "name": "TextareaHTMLAttributes"
83396
+ "name": "TypeLiteral"
83376
83397
  }
83377
83398
  ],
83378
83399
  "required": false,
83379
83400
  "type": {
83380
- "name": "number"
83401
+ "name": "ReactNode"
83381
83402
  }
83382
83403
  },
83383
83404
  "wrapWith": {
@@ -83455,27 +83476,6 @@
83455
83476
  "type": {
83456
83477
  "name": "Key | null"
83457
83478
  }
83458
- },
83459
- "headingOffset": {
83460
- "defaultValue": {
83461
- "value": "0"
83462
- },
83463
- "description": "Shifts all heading levels by the given offset.",
83464
- "name": "headingOffset",
83465
- "parent": {
83466
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83467
- "name": "MarkdownProps"
83468
- },
83469
- "declarations": [
83470
- {
83471
- "fileName": "components/src/components/Markdown/Markdown.tsx",
83472
- "name": "MarkdownProps"
83473
- }
83474
- ],
83475
- "required": false,
83476
- "type": {
83477
- "name": "number"
83478
- }
83479
83479
  }
83480
83480
  }
83481
83481
  },