@mittwald/flow-react-components 0.2.0-alpha.453 → 0.2.0-alpha.454

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.
@@ -79129,42 +79129,114 @@
79129
79129
  "tags": {
79130
79130
  "flr-generate": "all"
79131
79131
  },
79132
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/MenuItem.tsx",
79132
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MarkdownEditor/MarkdownEditor.tsx",
79133
79133
  "description": "",
79134
- "displayName": "MenuItem",
79134
+ "displayName": "MarkdownEditor",
79135
79135
  "methods": [],
79136
79136
  "props": {
79137
- "selectionVariant": {
79137
+ "autoResizeMaxRows": {
79138
79138
  "defaultValue": null,
79139
- "description": "",
79140
- "name": "selectionVariant",
79139
+ "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
79140
+ "name": "autoResizeMaxRows",
79141
79141
  "parent": {
79142
- "fileName": "components/src/components/MenuItem/MenuItem.tsx",
79143
- "name": "MenuItemProps"
79142
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
79143
+ "name": "TextAreaProps"
79144
79144
  },
79145
79145
  "declarations": [
79146
79146
  {
79147
- "fileName": "components/src/components/MenuItem/MenuItem.tsx",
79148
- "name": "MenuItemProps"
79147
+ "fileName": "components/src/components/TextArea/TextArea.tsx",
79148
+ "name": "TextAreaProps"
79149
79149
  }
79150
79150
  ],
79151
79151
  "required": false,
79152
79152
  "type": {
79153
- "name": "\"navigation\" | \"switch\" | \"control\""
79153
+ "name": "number"
79154
+ }
79155
+ },
79156
+ "children": {
79157
+ "defaultValue": null,
79158
+ "description": "",
79159
+ "name": "children",
79160
+ "declarations": [
79161
+ {
79162
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
79163
+ "name": "TypeLiteral"
79164
+ }
79165
+ ],
79166
+ "required": false,
79167
+ "type": {
79168
+ "name": "ReactNode"
79154
79169
  }
79155
79170
  },
79156
79171
  "aria-label": {
79157
79172
  "defaultValue": null,
79158
- "description": "An accessibility label for this item.",
79173
+ "description": "Defines a string value that labels the current element.",
79159
79174
  "name": "aria-label",
79160
79175
  "parent": {
79161
- "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",
79162
- "name": "ListBoxItemProps"
79176
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79177
+ "name": "AriaLabelingProps"
79163
79178
  },
79164
79179
  "declarations": [
79165
79180
  {
79166
- "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",
79167
- "name": "ListBoxItemProps"
79181
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79182
+ "name": "AriaLabelingProps"
79183
+ }
79184
+ ],
79185
+ "required": false,
79186
+ "type": {
79187
+ "name": "string"
79188
+ }
79189
+ },
79190
+ "aria-labelledby": {
79191
+ "defaultValue": null,
79192
+ "description": "Identifies the element (or elements) that labels the current element.",
79193
+ "name": "aria-labelledby",
79194
+ "parent": {
79195
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79196
+ "name": "AriaLabelingProps"
79197
+ },
79198
+ "declarations": [
79199
+ {
79200
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79201
+ "name": "AriaLabelingProps"
79202
+ }
79203
+ ],
79204
+ "required": false,
79205
+ "type": {
79206
+ "name": "string"
79207
+ }
79208
+ },
79209
+ "aria-describedby": {
79210
+ "defaultValue": null,
79211
+ "description": "Identifies the element (or elements) that describes the object.",
79212
+ "name": "aria-describedby",
79213
+ "parent": {
79214
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79215
+ "name": "AriaLabelingProps"
79216
+ },
79217
+ "declarations": [
79218
+ {
79219
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79220
+ "name": "AriaLabelingProps"
79221
+ }
79222
+ ],
79223
+ "required": false,
79224
+ "type": {
79225
+ "name": "string"
79226
+ }
79227
+ },
79228
+ "aria-details": {
79229
+ "defaultValue": null,
79230
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
79231
+ "name": "aria-details",
79232
+ "parent": {
79233
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79234
+ "name": "AriaLabelingProps"
79235
+ },
79236
+ "declarations": [
79237
+ {
79238
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79239
+ "name": "AriaLabelingProps"
79168
79240
  }
79169
79241
  ],
79170
79242
  "required": false,
@@ -79307,21 +79379,21 @@
79307
79379
  },
79308
79380
  "onClick": {
79309
79381
  "defaultValue": null,
79310
- "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.",
79382
+ "description": "",
79311
79383
  "name": "onClick",
79312
79384
  "parent": {
79313
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
79314
- "name": "PressEvents"
79385
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79386
+ "name": "GlobalDOMEvents"
79315
79387
  },
79316
79388
  "declarations": [
79317
79389
  {
79318
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
79319
- "name": "PressEvents"
79390
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
79391
+ "name": "GlobalDOMEvents"
79320
79392
  }
79321
79393
  ],
79322
79394
  "required": false,
79323
79395
  "type": {
79324
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
79396
+ "name": "MouseEventHandler<HTMLDivElement>"
79325
79397
  }
79326
79398
  },
79327
79399
  "onClickCapture": {
@@ -80521,18 +80593,39 @@
80521
80593
  "name": "TransitionEventHandler<HTMLDivElement>"
80522
80594
  }
80523
80595
  },
80596
+ "validationBehavior": {
80597
+ "defaultValue": {
80598
+ "value": "'native'"
80599
+ },
80600
+ "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.",
80601
+ "name": "validationBehavior",
80602
+ "parent": {
80603
+ "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",
80604
+ "name": "RACValidation"
80605
+ },
80606
+ "declarations": [
80607
+ {
80608
+ "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",
80609
+ "name": "RACValidation"
80610
+ }
80611
+ ],
80612
+ "required": false,
80613
+ "type": {
80614
+ "name": "\"native\" | \"aria\""
80615
+ }
80616
+ },
80524
80617
  "isDisabled": {
80525
80618
  "defaultValue": null,
80526
- "description": "Whether the item is disabled.",
80619
+ "description": "Whether the input is disabled.",
80527
80620
  "name": "isDisabled",
80528
80621
  "parent": {
80529
- "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",
80530
- "name": "ListBoxItemProps"
80622
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80623
+ "name": "InputBase"
80531
80624
  },
80532
80625
  "declarations": [
80533
80626
  {
80534
- "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",
80535
- "name": "ListBoxItemProps"
80627
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80628
+ "name": "InputBase"
80536
80629
  }
80537
80630
  ],
80538
80631
  "required": false,
@@ -80540,170 +80633,341 @@
80540
80633
  "name": "boolean"
80541
80634
  }
80542
80635
  },
80543
- "value": {
80636
+ "isReadOnly": {
80544
80637
  "defaultValue": null,
80545
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
80546
- "name": "value",
80638
+ "description": "Whether the input can be selected but not changed by the user.",
80639
+ "name": "isReadOnly",
80547
80640
  "parent": {
80548
- "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",
80549
- "name": "MenuItemProps"
80641
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80642
+ "name": "InputBase"
80550
80643
  },
80551
80644
  "declarations": [
80552
80645
  {
80553
- "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",
80554
- "name": "MenuItemProps"
80646
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80647
+ "name": "InputBase"
80555
80648
  }
80556
80649
  ],
80557
80650
  "required": false,
80558
80651
  "type": {
80559
- "name": "object"
80652
+ "name": "boolean"
80560
80653
  }
80561
80654
  },
80562
- "id": {
80655
+ "isRequired": {
80563
80656
  "defaultValue": null,
80564
- "description": "The unique id of the item.",
80565
- "name": "id",
80657
+ "description": "Whether user input is required on the input before form submission.",
80658
+ "name": "isRequired",
80659
+ "parent": {
80660
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80661
+ "name": "Validation"
80662
+ },
80663
+ "declarations": [
80664
+ {
80665
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80666
+ "name": "Validation"
80667
+ }
80668
+ ],
80669
+ "required": false,
80670
+ "type": {
80671
+ "name": "boolean"
80672
+ }
80673
+ },
80674
+ "isInvalid": {
80675
+ "defaultValue": null,
80676
+ "description": "Whether the value is invalid.",
80677
+ "name": "isInvalid",
80566
80678
  "parent": {
80567
80679
  "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",
80568
- "name": "MenuItemProps"
80680
+ "name": "TextFieldProps"
80569
80681
  },
80570
80682
  "declarations": [
80571
80683
  {
80572
80684
  "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",
80573
- "name": "MenuItemProps"
80685
+ "name": "TextFieldProps"
80574
80686
  }
80575
80687
  ],
80576
80688
  "required": false,
80577
80689
  "type": {
80578
- "name": "Key"
80690
+ "name": "boolean"
80579
80691
  }
80580
80692
  },
80581
- "rel": {
80693
+ "validate": {
80582
80694
  "defaultValue": null,
80583
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
80584
- "name": "rel",
80695
+ "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.",
80696
+ "name": "validate",
80585
80697
  "parent": {
80586
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80587
- "name": "LinkDOMProps"
80698
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80699
+ "name": "Validation"
80588
80700
  },
80589
80701
  "declarations": [
80590
80702
  {
80591
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80592
- "name": "LinkDOMProps"
80703
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80704
+ "name": "Validation"
80593
80705
  }
80594
80706
  ],
80595
80707
  "required": false,
80596
80708
  "type": {
80597
- "name": "string"
80709
+ "name": "((value: TimeValue) => true | ValidationError | null)"
80598
80710
  }
80599
80711
  },
80600
- "onHoverStart": {
80712
+ "autoFocus": {
80601
80713
  "defaultValue": null,
80602
- "description": "Handler that is called when a hover interaction starts.",
80603
- "name": "onHoverStart",
80714
+ "description": "Whether the element should receive focus on render.",
80715
+ "name": "autoFocus",
80604
80716
  "parent": {
80605
80717
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80606
- "name": "HoverEvents"
80718
+ "name": "FocusableProps"
80607
80719
  },
80608
80720
  "declarations": [
80609
80721
  {
80610
80722
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80611
- "name": "HoverEvents"
80723
+ "name": "FocusableProps"
80612
80724
  }
80613
80725
  ],
80614
80726
  "required": false,
80615
80727
  "type": {
80616
- "name": "((e: HoverEvent) => void)"
80728
+ "name": "boolean"
80617
80729
  }
80618
80730
  },
80619
- "onHoverEnd": {
80731
+ "onFocus": {
80620
80732
  "defaultValue": null,
80621
- "description": "Handler that is called when a hover interaction ends.",
80622
- "name": "onHoverEnd",
80733
+ "description": "Handler that is called when the element receives focus.",
80734
+ "name": "onFocus",
80623
80735
  "parent": {
80624
80736
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80625
- "name": "HoverEvents"
80737
+ "name": "FocusEvents"
80626
80738
  },
80627
80739
  "declarations": [
80628
80740
  {
80629
80741
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80630
- "name": "HoverEvents"
80742
+ "name": "FocusEvents"
80631
80743
  }
80632
80744
  ],
80633
80745
  "required": false,
80634
80746
  "type": {
80635
- "name": "((e: HoverEvent) => void)"
80747
+ "name": "((e: FocusEvent<Element, Element>) => void)"
80636
80748
  }
80637
80749
  },
80638
- "onHoverChange": {
80750
+ "onBlur": {
80639
80751
  "defaultValue": null,
80640
- "description": "Handler that is called when the hover state changes.",
80641
- "name": "onHoverChange",
80752
+ "description": "Handler that is called when the element loses focus.",
80753
+ "name": "onBlur",
80642
80754
  "parent": {
80643
80755
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80644
- "name": "HoverEvents"
80756
+ "name": "FocusEvents"
80645
80757
  },
80646
80758
  "declarations": [
80647
80759
  {
80648
80760
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80649
- "name": "HoverEvents"
80761
+ "name": "FocusEvents"
80650
80762
  }
80651
80763
  ],
80652
80764
  "required": false,
80653
80765
  "type": {
80654
- "name": "((isHovering: boolean) => void)"
80766
+ "name": "((e: FocusEvent<Element, Element>) => void)"
80655
80767
  }
80656
80768
  },
80657
- "target": {
80769
+ "onFocusChange": {
80658
80770
  "defaultValue": null,
80659
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
80660
- "name": "target",
80771
+ "description": "Handler that is called when the element's focus status changes.",
80772
+ "name": "onFocusChange",
80773
+ "parent": {
80774
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80775
+ "name": "FocusEvents"
80776
+ },
80777
+ "declarations": [
80778
+ {
80779
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80780
+ "name": "FocusEvents"
80781
+ }
80782
+ ],
80783
+ "required": false,
80784
+ "type": {
80785
+ "name": "((isFocused: boolean) => void)"
80786
+ }
80787
+ },
80788
+ "onKeyDown": {
80789
+ "defaultValue": null,
80790
+ "description": "Handler that is called when a key is pressed.",
80791
+ "name": "onKeyDown",
80792
+ "parent": {
80793
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80794
+ "name": "KeyboardEvents"
80795
+ },
80796
+ "declarations": [
80797
+ {
80798
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80799
+ "name": "KeyboardEvents"
80800
+ }
80801
+ ],
80802
+ "required": false,
80803
+ "type": {
80804
+ "name": "((e: KeyboardEvent) => void)"
80805
+ }
80806
+ },
80807
+ "onKeyUp": {
80808
+ "defaultValue": null,
80809
+ "description": "Handler that is called when a key is released.",
80810
+ "name": "onKeyUp",
80811
+ "parent": {
80812
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80813
+ "name": "KeyboardEvents"
80814
+ },
80815
+ "declarations": [
80816
+ {
80817
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80818
+ "name": "KeyboardEvents"
80819
+ }
80820
+ ],
80821
+ "required": false,
80822
+ "type": {
80823
+ "name": "((e: KeyboardEvent) => void)"
80824
+ }
80825
+ },
80826
+ "value": {
80827
+ "defaultValue": null,
80828
+ "description": "The current value (controlled).",
80829
+ "name": "value",
80830
+ "parent": {
80831
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80832
+ "name": "ValueBase"
80833
+ },
80834
+ "declarations": [
80835
+ {
80836
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80837
+ "name": "ValueBase"
80838
+ }
80839
+ ],
80840
+ "required": false,
80841
+ "type": {
80842
+ "name": "TimeValue | null"
80843
+ }
80844
+ },
80845
+ "defaultValue": {
80846
+ "defaultValue": null,
80847
+ "description": "The default value (uncontrolled).",
80848
+ "name": "defaultValue",
80849
+ "parent": {
80850
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80851
+ "name": "ValueBase"
80852
+ },
80853
+ "declarations": [
80854
+ {
80855
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80856
+ "name": "ValueBase"
80857
+ }
80858
+ ],
80859
+ "required": false,
80860
+ "type": {
80861
+ "name": "TimeValue | null"
80862
+ }
80863
+ },
80864
+ "onChange": {
80865
+ "defaultValue": null,
80866
+ "description": "Handler that is called when the value changes.",
80867
+ "name": "onChange",
80868
+ "parent": {
80869
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80870
+ "name": "ValueBase"
80871
+ },
80872
+ "declarations": [
80873
+ {
80874
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
80875
+ "name": "ValueBase"
80876
+ }
80877
+ ],
80878
+ "required": false,
80879
+ "type": {
80880
+ "name": "((value: TimeValue | null) => void)"
80881
+ }
80882
+ },
80883
+ "id": {
80884
+ "defaultValue": null,
80885
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
80886
+ "name": "id",
80661
80887
  "parent": {
80662
80888
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80663
- "name": "LinkDOMProps"
80889
+ "name": "DOMProps"
80664
80890
  },
80665
80891
  "declarations": [
80666
80892
  {
80667
80893
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80668
- "name": "LinkDOMProps"
80894
+ "name": "DOMProps"
80669
80895
  }
80670
80896
  ],
80671
80897
  "required": false,
80672
80898
  "type": {
80673
- "name": "HTMLAttributeAnchorTarget"
80899
+ "name": "string"
80674
80900
  }
80675
80901
  },
80676
- "onAction": {
80902
+ "name": {
80677
80903
  "defaultValue": null,
80678
- "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.",
80679
- "name": "onAction",
80904
+ "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).",
80905
+ "name": "name",
80680
80906
  "parent": {
80681
- "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",
80682
- "name": "ListBoxItemProps"
80907
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80908
+ "name": "InputDOMProps"
80683
80909
  },
80684
80910
  "declarations": [
80685
80911
  {
80686
- "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",
80687
- "name": "ListBoxItemProps"
80912
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80913
+ "name": "InputDOMProps"
80688
80914
  }
80689
80915
  ],
80690
80916
  "required": false,
80691
80917
  "type": {
80692
- "name": "(() => void)"
80918
+ "name": "string"
80693
80919
  }
80694
80920
  },
80695
- "textValue": {
80921
+ "form": {
80696
80922
  "defaultValue": null,
80697
- "description": "A string representation of the item's contents, used for features like typeahead.",
80698
- "name": "textValue",
80923
+ "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).",
80924
+ "name": "form",
80925
+ "parent": {
80926
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80927
+ "name": "InputDOMProps"
80928
+ },
80929
+ "declarations": [
80930
+ {
80931
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80932
+ "name": "InputDOMProps"
80933
+ }
80934
+ ],
80935
+ "required": false,
80936
+ "type": {
80937
+ "name": "string"
80938
+ }
80939
+ },
80940
+ "slot": {
80941
+ "defaultValue": null,
80942
+ "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.",
80943
+ "name": "slot",
80699
80944
  "parent": {
80700
80945
  "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",
80701
- "name": "ListBoxItemProps"
80946
+ "name": "SlotProps"
80702
80947
  },
80703
80948
  "declarations": [
80704
80949
  {
80705
80950
  "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",
80706
- "name": "ListBoxItemProps"
80951
+ "name": "SlotProps"
80952
+ }
80953
+ ],
80954
+ "required": false,
80955
+ "type": {
80956
+ "name": "string | null"
80957
+ }
80958
+ },
80959
+ "aria-activedescendant": {
80960
+ "defaultValue": null,
80961
+ "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
80962
+ "name": "aria-activedescendant",
80963
+ "parent": {
80964
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
80965
+ "name": "AriaTextFieldProps"
80966
+ },
80967
+ "declarations": [
80968
+ {
80969
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
80970
+ "name": "AriaTextFieldProps"
80707
80971
  }
80708
80972
  ],
80709
80973
  "required": false,
@@ -80711,18 +80975,113 @@
80711
80975
  "name": "string"
80712
80976
  }
80713
80977
  },
80714
- "href": {
80978
+ "aria-autocomplete": {
80715
80979
  "defaultValue": null,
80716
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
80717
- "name": "href",
80980
+ "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.",
80981
+ "name": "aria-autocomplete",
80982
+ "parent": {
80983
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
80984
+ "name": "AriaTextFieldProps"
80985
+ },
80986
+ "declarations": [
80987
+ {
80988
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
80989
+ "name": "AriaTextFieldProps"
80990
+ }
80991
+ ],
80992
+ "required": false,
80993
+ "type": {
80994
+ "name": "\"none\" | \"inline\" | \"list\" | \"both\""
80995
+ }
80996
+ },
80997
+ "aria-haspopup": {
80998
+ "defaultValue": null,
80999
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
81000
+ "name": "aria-haspopup",
81001
+ "parent": {
81002
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81003
+ "name": "AriaTextFieldProps"
81004
+ },
81005
+ "declarations": [
81006
+ {
81007
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81008
+ "name": "AriaTextFieldProps"
81009
+ }
81010
+ ],
81011
+ "required": false,
81012
+ "type": {
81013
+ "name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
81014
+ }
81015
+ },
81016
+ "aria-controls": {
81017
+ "defaultValue": null,
81018
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
81019
+ "name": "aria-controls",
81020
+ "parent": {
81021
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81022
+ "name": "AriaTextFieldProps"
81023
+ },
81024
+ "declarations": [
81025
+ {
81026
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81027
+ "name": "AriaTextFieldProps"
81028
+ }
81029
+ ],
81030
+ "required": false,
81031
+ "type": {
81032
+ "name": "string"
81033
+ }
81034
+ },
81035
+ "enterKeyHint": {
81036
+ "defaultValue": null,
81037
+ "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).",
81038
+ "name": "enterKeyHint",
81039
+ "parent": {
81040
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81041
+ "name": "AriaTextFieldProps"
81042
+ },
81043
+ "declarations": [
81044
+ {
81045
+ "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
81046
+ "name": "AriaTextFieldProps"
81047
+ }
81048
+ ],
81049
+ "required": false,
81050
+ "type": {
81051
+ "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
81052
+ }
81053
+ },
81054
+ "excludeFromTabOrder": {
81055
+ "defaultValue": null,
81056
+ "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.",
81057
+ "name": "excludeFromTabOrder",
80718
81058
  "parent": {
80719
81059
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80720
- "name": "LinkDOMProps"
81060
+ "name": "FocusableDOMProps"
80721
81061
  },
80722
81062
  "declarations": [
80723
81063
  {
80724
81064
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80725
- "name": "LinkDOMProps"
81065
+ "name": "FocusableDOMProps"
81066
+ }
81067
+ ],
81068
+ "required": false,
81069
+ "type": {
81070
+ "name": "boolean"
81071
+ }
81072
+ },
81073
+ "autoComplete": {
81074
+ "defaultValue": null,
81075
+ "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).",
81076
+ "name": "autoComplete",
81077
+ "parent": {
81078
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81079
+ "name": "TextInputDOMProps"
81080
+ },
81081
+ "declarations": [
81082
+ {
81083
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81084
+ "name": "TextInputDOMProps"
80726
81085
  }
80727
81086
  ],
80728
81087
  "required": false,
@@ -80730,18 +81089,56 @@
80730
81089
  "name": "string"
80731
81090
  }
80732
81091
  },
80733
- "hrefLang": {
81092
+ "maxLength": {
80734
81093
  "defaultValue": null,
80735
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
80736
- "name": "hrefLang",
81094
+ "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
81095
+ "name": "maxLength",
80737
81096
  "parent": {
80738
81097
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80739
- "name": "LinkDOMProps"
81098
+ "name": "TextInputDOMProps"
80740
81099
  },
80741
81100
  "declarations": [
80742
81101
  {
80743
81102
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80744
- "name": "LinkDOMProps"
81103
+ "name": "TextInputDOMProps"
81104
+ }
81105
+ ],
81106
+ "required": false,
81107
+ "type": {
81108
+ "name": "number"
81109
+ }
81110
+ },
81111
+ "minLength": {
81112
+ "defaultValue": null,
81113
+ "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
81114
+ "name": "minLength",
81115
+ "parent": {
81116
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81117
+ "name": "TextInputDOMProps"
81118
+ },
81119
+ "declarations": [
81120
+ {
81121
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81122
+ "name": "TextInputDOMProps"
81123
+ }
81124
+ ],
81125
+ "required": false,
81126
+ "type": {
81127
+ "name": "number"
81128
+ }
81129
+ },
81130
+ "pattern": {
81131
+ "defaultValue": null,
81132
+ "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).",
81133
+ "name": "pattern",
81134
+ "parent": {
81135
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81136
+ "name": "TextInputDOMProps"
81137
+ },
81138
+ "declarations": [
81139
+ {
81140
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81141
+ "name": "TextInputDOMProps"
80745
81142
  }
80746
81143
  ],
80747
81144
  "required": false,
@@ -80749,37 +81146,56 @@
80749
81146
  "name": "string"
80750
81147
  }
80751
81148
  },
80752
- "download": {
81149
+ "type": {
80753
81150
  "defaultValue": null,
80754
- "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).",
80755
- "name": "download",
81151
+ "description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
81152
+ "name": "type",
80756
81153
  "parent": {
80757
81154
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80758
- "name": "LinkDOMProps"
81155
+ "name": "TextInputDOMProps"
80759
81156
  },
80760
81157
  "declarations": [
80761
81158
  {
80762
81159
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80763
- "name": "LinkDOMProps"
81160
+ "name": "TextInputDOMProps"
80764
81161
  }
80765
81162
  ],
80766
81163
  "required": false,
80767
81164
  "type": {
80768
- "name": "string | boolean"
81165
+ "name": "\"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
80769
81166
  }
80770
81167
  },
80771
- "ping": {
81168
+ "inputMode": {
80772
81169
  "defaultValue": null,
80773
- "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).",
80774
- "name": "ping",
81170
+ "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).",
81171
+ "name": "inputMode",
80775
81172
  "parent": {
80776
81173
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80777
- "name": "LinkDOMProps"
81174
+ "name": "TextInputDOMProps"
80778
81175
  },
80779
81176
  "declarations": [
80780
81177
  {
80781
81178
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80782
- "name": "LinkDOMProps"
81179
+ "name": "TextInputDOMProps"
81180
+ }
81181
+ ],
81182
+ "required": false,
81183
+ "type": {
81184
+ "name": "\"none\" | \"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
81185
+ }
81186
+ },
81187
+ "autoCorrect": {
81188
+ "defaultValue": null,
81189
+ "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).",
81190
+ "name": "autoCorrect",
81191
+ "parent": {
81192
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81193
+ "name": "TextInputDOMProps"
81194
+ },
81195
+ "declarations": [
81196
+ {
81197
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81198
+ "name": "TextInputDOMProps"
80783
81199
  }
80784
81200
  ],
80785
81201
  "required": false,
@@ -80787,152 +81203,270 @@
80787
81203
  "name": "string"
80788
81204
  }
80789
81205
  },
80790
- "referrerPolicy": {
81206
+ "spellCheck": {
80791
81207
  "defaultValue": null,
80792
- "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).",
80793
- "name": "referrerPolicy",
81208
+ "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).",
81209
+ "name": "spellCheck",
80794
81210
  "parent": {
80795
81211
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80796
- "name": "LinkDOMProps"
81212
+ "name": "TextInputDOMProps"
80797
81213
  },
80798
81214
  "declarations": [
80799
81215
  {
80800
81216
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80801
- "name": "LinkDOMProps"
81217
+ "name": "TextInputDOMProps"
80802
81218
  }
80803
81219
  ],
80804
81220
  "required": false,
80805
81221
  "type": {
80806
- "name": "HTMLAttributeReferrerPolicy"
81222
+ "name": "string"
80807
81223
  }
80808
81224
  },
80809
- "routerOptions": {
81225
+ "onCopy": {
80810
81226
  "defaultValue": null,
80811
- "description": "Options for the configured client side router.",
80812
- "name": "routerOptions",
81227
+ "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
81228
+ "name": "onCopy",
80813
81229
  "parent": {
80814
81230
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80815
- "name": "LinkDOMProps"
81231
+ "name": "TextInputDOMEvents"
80816
81232
  },
80817
81233
  "declarations": [
80818
81234
  {
80819
81235
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
80820
- "name": "LinkDOMProps"
81236
+ "name": "TextInputDOMEvents"
80821
81237
  }
80822
81238
  ],
80823
81239
  "required": false,
80824
81240
  "type": {
80825
- "name": "undefined"
81241
+ "name": "ClipboardEventHandler<HTMLInputElement>"
80826
81242
  }
80827
81243
  },
80828
- "onPress": {
81244
+ "onCut": {
80829
81245
  "defaultValue": null,
80830
- "description": "Handler that is called when the press is released over the target.",
80831
- "name": "onPress",
81246
+ "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
81247
+ "name": "onCut",
80832
81248
  "parent": {
80833
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80834
- "name": "PressEvents"
81249
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81250
+ "name": "TextInputDOMEvents"
80835
81251
  },
80836
81252
  "declarations": [
80837
81253
  {
80838
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80839
- "name": "PressEvents"
81254
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81255
+ "name": "TextInputDOMEvents"
80840
81256
  }
80841
81257
  ],
80842
81258
  "required": false,
80843
81259
  "type": {
80844
- "name": "((e: PressEvent) => void)"
81260
+ "name": "ClipboardEventHandler<HTMLInputElement>"
80845
81261
  }
80846
81262
  },
80847
- "onPressStart": {
81263
+ "onPaste": {
80848
81264
  "defaultValue": null,
80849
- "description": "Handler that is called when a press interaction starts.",
80850
- "name": "onPressStart",
81265
+ "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
81266
+ "name": "onPaste",
80851
81267
  "parent": {
80852
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80853
- "name": "PressEvents"
81268
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81269
+ "name": "TextInputDOMEvents"
80854
81270
  },
80855
81271
  "declarations": [
80856
81272
  {
80857
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80858
- "name": "PressEvents"
81273
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81274
+ "name": "TextInputDOMEvents"
80859
81275
  }
80860
81276
  ],
80861
81277
  "required": false,
80862
81278
  "type": {
80863
- "name": "((e: PressEvent) => void)"
81279
+ "name": "ClipboardEventHandler<HTMLInputElement>"
80864
81280
  }
80865
81281
  },
80866
- "onPressEnd": {
81282
+ "onCompositionStart": {
80867
81283
  "defaultValue": null,
80868
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
80869
- "name": "onPressEnd",
81284
+ "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).",
81285
+ "name": "onCompositionStart",
80870
81286
  "parent": {
80871
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80872
- "name": "PressEvents"
81287
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81288
+ "name": "TextInputDOMEvents"
80873
81289
  },
80874
81290
  "declarations": [
80875
81291
  {
80876
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80877
- "name": "PressEvents"
81292
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81293
+ "name": "TextInputDOMEvents"
80878
81294
  }
80879
81295
  ],
80880
81296
  "required": false,
80881
81297
  "type": {
80882
- "name": "((e: PressEvent) => void)"
81298
+ "name": "CompositionEventHandler<HTMLInputElement>"
80883
81299
  }
80884
81300
  },
80885
- "onPressChange": {
81301
+ "onCompositionEnd": {
80886
81302
  "defaultValue": null,
80887
- "description": "Handler that is called when the press state changes.",
80888
- "name": "onPressChange",
81303
+ "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).",
81304
+ "name": "onCompositionEnd",
80889
81305
  "parent": {
80890
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80891
- "name": "PressEvents"
81306
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81307
+ "name": "TextInputDOMEvents"
80892
81308
  },
80893
81309
  "declarations": [
80894
81310
  {
80895
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80896
- "name": "PressEvents"
81311
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81312
+ "name": "TextInputDOMEvents"
80897
81313
  }
80898
81314
  ],
80899
81315
  "required": false,
80900
81316
  "type": {
80901
- "name": "((isPressed: boolean) => void)"
81317
+ "name": "CompositionEventHandler<HTMLInputElement>"
80902
81318
  }
80903
81319
  },
80904
- "onPressUp": {
81320
+ "onCompositionUpdate": {
80905
81321
  "defaultValue": null,
80906
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
80907
- "name": "onPressUp",
81322
+ "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).",
81323
+ "name": "onCompositionUpdate",
80908
81324
  "parent": {
80909
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80910
- "name": "PressEvents"
81325
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81326
+ "name": "TextInputDOMEvents"
80911
81327
  },
80912
81328
  "declarations": [
80913
81329
  {
80914
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
80915
- "name": "PressEvents"
81330
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81331
+ "name": "TextInputDOMEvents"
80916
81332
  }
80917
81333
  ],
80918
81334
  "required": false,
80919
81335
  "type": {
80920
- "name": "((e: PressEvent) => void)"
81336
+ "name": "CompositionEventHandler<HTMLInputElement>"
80921
81337
  }
80922
81338
  },
80923
- "children": {
81339
+ "onSelect": {
81340
+ "defaultValue": null,
81341
+ "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).",
81342
+ "name": "onSelect",
81343
+ "parent": {
81344
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81345
+ "name": "TextInputDOMEvents"
81346
+ },
81347
+ "declarations": [
81348
+ {
81349
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81350
+ "name": "TextInputDOMEvents"
81351
+ }
81352
+ ],
81353
+ "required": false,
81354
+ "type": {
81355
+ "name": "ReactEventHandler<HTMLInputElement>"
81356
+ }
81357
+ },
81358
+ "onBeforeInput": {
81359
+ "defaultValue": null,
81360
+ "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).",
81361
+ "name": "onBeforeInput",
81362
+ "parent": {
81363
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81364
+ "name": "TextInputDOMEvents"
81365
+ },
81366
+ "declarations": [
81367
+ {
81368
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81369
+ "name": "TextInputDOMEvents"
81370
+ }
81371
+ ],
81372
+ "required": false,
81373
+ "type": {
81374
+ "name": "FormEventHandler<HTMLInputElement>"
81375
+ }
81376
+ },
81377
+ "onInput": {
81378
+ "defaultValue": null,
81379
+ "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).",
81380
+ "name": "onInput",
81381
+ "parent": {
81382
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81383
+ "name": "TextInputDOMEvents"
81384
+ },
81385
+ "declarations": [
81386
+ {
81387
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81388
+ "name": "TextInputDOMEvents"
81389
+ }
81390
+ ],
81391
+ "required": false,
81392
+ "type": {
81393
+ "name": "FormEventHandler<HTMLInputElement>"
81394
+ }
81395
+ },
81396
+ "aria-errormessage": {
81397
+ "defaultValue": null,
81398
+ "description": "Identifies the element that provides an error message for the object.",
81399
+ "name": "aria-errormessage",
81400
+ "parent": {
81401
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81402
+ "name": "AriaValidationProps"
81403
+ },
81404
+ "declarations": [
81405
+ {
81406
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81407
+ "name": "AriaValidationProps"
81408
+ }
81409
+ ],
81410
+ "required": false,
81411
+ "type": {
81412
+ "name": "string"
81413
+ }
81414
+ },
81415
+ "showCharacterCount": {
81416
+ "defaultValue": null,
81417
+ "description": "Whether a character count should be displayed inside the field description.",
81418
+ "name": "showCharacterCount",
81419
+ "parent": {
81420
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
81421
+ "name": "TextFieldBaseProps"
81422
+ },
81423
+ "declarations": [
81424
+ {
81425
+ "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
81426
+ "name": "TextFieldBaseProps"
81427
+ }
81428
+ ],
81429
+ "required": false,
81430
+ "type": {
81431
+ "name": "boolean"
81432
+ }
81433
+ },
81434
+ "placeholder": {
80924
81435
  "defaultValue": null,
80925
81436
  "description": "",
80926
- "name": "children",
81437
+ "name": "placeholder",
81438
+ "parent": {
81439
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81440
+ "name": "InputHTMLAttributes"
81441
+ },
80927
81442
  "declarations": [
80928
81443
  {
80929
81444
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
80930
- "name": "TypeLiteral"
81445
+ "name": "InputHTMLAttributes"
80931
81446
  }
80932
81447
  ],
80933
81448
  "required": false,
80934
81449
  "type": {
80935
- "name": "ReactNode"
81450
+ "name": "string"
81451
+ }
81452
+ },
81453
+ "rows": {
81454
+ "defaultValue": null,
81455
+ "description": "",
81456
+ "name": "rows",
81457
+ "parent": {
81458
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81459
+ "name": "TextareaHTMLAttributes"
81460
+ },
81461
+ "declarations": [
81462
+ {
81463
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81464
+ "name": "TextareaHTMLAttributes"
81465
+ }
81466
+ ],
81467
+ "required": false,
81468
+ "type": {
81469
+ "name": "number"
80936
81470
  }
80937
81471
  },
80938
81472
  "wrapWith": {
@@ -81017,114 +81551,42 @@
81017
81551
  "tags": {
81018
81552
  "flr-generate": "all"
81019
81553
  },
81020
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MarkdownEditor/MarkdownEditor.tsx",
81554
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/MenuItem/MenuItem.tsx",
81021
81555
  "description": "",
81022
- "displayName": "MarkdownEditor",
81556
+ "displayName": "MenuItem",
81023
81557
  "methods": [],
81024
81558
  "props": {
81025
- "autoResizeMaxRows": {
81559
+ "selectionVariant": {
81026
81560
  "defaultValue": null,
81027
- "description": "Whether the text area should grow if its content gets longer than its\ninitial height.",
81028
- "name": "autoResizeMaxRows",
81561
+ "description": "",
81562
+ "name": "selectionVariant",
81029
81563
  "parent": {
81030
- "fileName": "components/src/components/TextArea/TextArea.tsx",
81031
- "name": "TextAreaProps"
81564
+ "fileName": "components/src/components/MenuItem/MenuItem.tsx",
81565
+ "name": "MenuItemProps"
81032
81566
  },
81033
81567
  "declarations": [
81034
81568
  {
81035
- "fileName": "components/src/components/TextArea/TextArea.tsx",
81036
- "name": "TextAreaProps"
81037
- }
81038
- ],
81039
- "required": false,
81040
- "type": {
81041
- "name": "number"
81042
- }
81043
- },
81044
- "children": {
81045
- "defaultValue": null,
81046
- "description": "",
81047
- "name": "children",
81048
- "declarations": [
81049
- {
81050
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
81051
- "name": "TypeLiteral"
81569
+ "fileName": "components/src/components/MenuItem/MenuItem.tsx",
81570
+ "name": "MenuItemProps"
81052
81571
  }
81053
81572
  ],
81054
81573
  "required": false,
81055
81574
  "type": {
81056
- "name": "ReactNode"
81575
+ "name": "\"navigation\" | \"switch\" | \"control\""
81057
81576
  }
81058
81577
  },
81059
81578
  "aria-label": {
81060
81579
  "defaultValue": null,
81061
- "description": "Defines a string value that labels the current element.",
81580
+ "description": "An accessibility label for this item.",
81062
81581
  "name": "aria-label",
81063
81582
  "parent": {
81064
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81065
- "name": "AriaLabelingProps"
81066
- },
81067
- "declarations": [
81068
- {
81069
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81070
- "name": "AriaLabelingProps"
81071
- }
81072
- ],
81073
- "required": false,
81074
- "type": {
81075
- "name": "string"
81076
- }
81077
- },
81078
- "aria-labelledby": {
81079
- "defaultValue": null,
81080
- "description": "Identifies the element (or elements) that labels the current element.",
81081
- "name": "aria-labelledby",
81082
- "parent": {
81083
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81084
- "name": "AriaLabelingProps"
81085
- },
81086
- "declarations": [
81087
- {
81088
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81089
- "name": "AriaLabelingProps"
81090
- }
81091
- ],
81092
- "required": false,
81093
- "type": {
81094
- "name": "string"
81095
- }
81096
- },
81097
- "aria-describedby": {
81098
- "defaultValue": null,
81099
- "description": "Identifies the element (or elements) that describes the object.",
81100
- "name": "aria-describedby",
81101
- "parent": {
81102
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81103
- "name": "AriaLabelingProps"
81104
- },
81105
- "declarations": [
81106
- {
81107
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81108
- "name": "AriaLabelingProps"
81109
- }
81110
- ],
81111
- "required": false,
81112
- "type": {
81113
- "name": "string"
81114
- }
81115
- },
81116
- "aria-details": {
81117
- "defaultValue": null,
81118
- "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
81119
- "name": "aria-details",
81120
- "parent": {
81121
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81122
- "name": "AriaLabelingProps"
81583
+ "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",
81584
+ "name": "ListBoxItemProps"
81123
81585
  },
81124
81586
  "declarations": [
81125
81587
  {
81126
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81127
- "name": "AriaLabelingProps"
81588
+ "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",
81589
+ "name": "ListBoxItemProps"
81128
81590
  }
81129
81591
  ],
81130
81592
  "required": false,
@@ -81267,21 +81729,21 @@
81267
81729
  },
81268
81730
  "onClick": {
81269
81731
  "defaultValue": null,
81270
- "description": "",
81732
+ "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.",
81271
81733
  "name": "onClick",
81272
81734
  "parent": {
81273
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81274
- "name": "GlobalDOMEvents"
81735
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
81736
+ "name": "PressEvents"
81275
81737
  },
81276
81738
  "declarations": [
81277
81739
  {
81278
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
81279
- "name": "GlobalDOMEvents"
81740
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
81741
+ "name": "PressEvents"
81280
81742
  }
81281
81743
  ],
81282
81744
  "required": false,
81283
81745
  "type": {
81284
- "name": "MouseEventHandler<HTMLDivElement>"
81746
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
81285
81747
  }
81286
81748
  },
81287
81749
  "onClickCapture": {
@@ -82481,96 +82943,18 @@
82481
82943
  "name": "TransitionEventHandler<HTMLDivElement>"
82482
82944
  }
82483
82945
  },
82484
- "validationBehavior": {
82485
- "defaultValue": {
82486
- "value": "'native'"
82487
- },
82488
- "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.",
82489
- "name": "validationBehavior",
82490
- "parent": {
82491
- "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",
82492
- "name": "RACValidation"
82493
- },
82494
- "declarations": [
82495
- {
82496
- "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",
82497
- "name": "RACValidation"
82498
- }
82499
- ],
82500
- "required": false,
82501
- "type": {
82502
- "name": "\"native\" | \"aria\""
82503
- }
82504
- },
82505
82946
  "isDisabled": {
82506
82947
  "defaultValue": null,
82507
- "description": "Whether the input is disabled.",
82948
+ "description": "Whether the item is disabled.",
82508
82949
  "name": "isDisabled",
82509
- "parent": {
82510
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82511
- "name": "InputBase"
82512
- },
82513
- "declarations": [
82514
- {
82515
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82516
- "name": "InputBase"
82517
- }
82518
- ],
82519
- "required": false,
82520
- "type": {
82521
- "name": "boolean"
82522
- }
82523
- },
82524
- "isReadOnly": {
82525
- "defaultValue": null,
82526
- "description": "Whether the input can be selected but not changed by the user.",
82527
- "name": "isReadOnly",
82528
- "parent": {
82529
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82530
- "name": "InputBase"
82531
- },
82532
- "declarations": [
82533
- {
82534
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82535
- "name": "InputBase"
82536
- }
82537
- ],
82538
- "required": false,
82539
- "type": {
82540
- "name": "boolean"
82541
- }
82542
- },
82543
- "isRequired": {
82544
- "defaultValue": null,
82545
- "description": "Whether user input is required on the input before form submission.",
82546
- "name": "isRequired",
82547
- "parent": {
82548
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82549
- "name": "Validation"
82550
- },
82551
- "declarations": [
82552
- {
82553
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82554
- "name": "Validation"
82555
- }
82556
- ],
82557
- "required": false,
82558
- "type": {
82559
- "name": "boolean"
82560
- }
82561
- },
82562
- "isInvalid": {
82563
- "defaultValue": null,
82564
- "description": "Whether the value is invalid.",
82565
- "name": "isInvalid",
82566
82950
  "parent": {
82567
82951
  "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",
82568
- "name": "TextFieldProps"
82952
+ "name": "ListBoxItemProps"
82569
82953
  },
82570
82954
  "declarations": [
82571
82955
  {
82572
82956
  "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",
82573
- "name": "TextFieldProps"
82957
+ "name": "ListBoxItemProps"
82574
82958
  }
82575
82959
  ],
82576
82960
  "required": false,
@@ -82578,341 +82962,170 @@
82578
82962
  "name": "boolean"
82579
82963
  }
82580
82964
  },
82581
- "validate": {
82582
- "defaultValue": null,
82583
- "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.",
82584
- "name": "validate",
82585
- "parent": {
82586
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82587
- "name": "Validation"
82588
- },
82589
- "declarations": [
82590
- {
82591
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82592
- "name": "Validation"
82593
- }
82594
- ],
82595
- "required": false,
82596
- "type": {
82597
- "name": "((value: TimeValue) => true | ValidationError | null)"
82598
- }
82599
- },
82600
- "autoFocus": {
82965
+ "value": {
82601
82966
  "defaultValue": null,
82602
- "description": "Whether the element should receive focus on render.",
82603
- "name": "autoFocus",
82967
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
82968
+ "name": "value",
82604
82969
  "parent": {
82605
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82606
- "name": "FocusableProps"
82970
+ "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",
82971
+ "name": "MenuItemProps"
82607
82972
  },
82608
82973
  "declarations": [
82609
82974
  {
82610
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82611
- "name": "FocusableProps"
82975
+ "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",
82976
+ "name": "MenuItemProps"
82612
82977
  }
82613
82978
  ],
82614
82979
  "required": false,
82615
82980
  "type": {
82616
- "name": "boolean"
82981
+ "name": "object"
82617
82982
  }
82618
82983
  },
82619
- "onFocus": {
82984
+ "id": {
82620
82985
  "defaultValue": null,
82621
- "description": "Handler that is called when the element receives focus.",
82622
- "name": "onFocus",
82986
+ "description": "The unique id of the item.",
82987
+ "name": "id",
82623
82988
  "parent": {
82624
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82625
- "name": "FocusEvents"
82989
+ "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",
82990
+ "name": "MenuItemProps"
82626
82991
  },
82627
82992
  "declarations": [
82628
82993
  {
82629
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82630
- "name": "FocusEvents"
82994
+ "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",
82995
+ "name": "MenuItemProps"
82631
82996
  }
82632
82997
  ],
82633
82998
  "required": false,
82634
82999
  "type": {
82635
- "name": "((e: FocusEvent<Element, Element>) => void)"
83000
+ "name": "Key"
82636
83001
  }
82637
83002
  },
82638
- "onBlur": {
83003
+ "rel": {
82639
83004
  "defaultValue": null,
82640
- "description": "Handler that is called when the element loses focus.",
82641
- "name": "onBlur",
83005
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
83006
+ "name": "rel",
82642
83007
  "parent": {
82643
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82644
- "name": "FocusEvents"
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": "LinkDOMProps"
82645
83010
  },
82646
83011
  "declarations": [
82647
83012
  {
82648
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82649
- "name": "FocusEvents"
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": "LinkDOMProps"
82650
83015
  }
82651
83016
  ],
82652
83017
  "required": false,
82653
83018
  "type": {
82654
- "name": "((e: FocusEvent<Element, Element>) => void)"
83019
+ "name": "string"
82655
83020
  }
82656
83021
  },
82657
- "onFocusChange": {
83022
+ "onHoverStart": {
82658
83023
  "defaultValue": null,
82659
- "description": "Handler that is called when the element's focus status changes.",
82660
- "name": "onFocusChange",
83024
+ "description": "Handler that is called when a hover interaction starts.",
83025
+ "name": "onHoverStart",
82661
83026
  "parent": {
82662
83027
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82663
- "name": "FocusEvents"
83028
+ "name": "HoverEvents"
82664
83029
  },
82665
83030
  "declarations": [
82666
83031
  {
82667
83032
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82668
- "name": "FocusEvents"
83033
+ "name": "HoverEvents"
82669
83034
  }
82670
83035
  ],
82671
83036
  "required": false,
82672
83037
  "type": {
82673
- "name": "((isFocused: boolean) => void)"
83038
+ "name": "((e: HoverEvent) => void)"
82674
83039
  }
82675
83040
  },
82676
- "onKeyDown": {
83041
+ "onHoverEnd": {
82677
83042
  "defaultValue": null,
82678
- "description": "Handler that is called when a key is pressed.",
82679
- "name": "onKeyDown",
83043
+ "description": "Handler that is called when a hover interaction ends.",
83044
+ "name": "onHoverEnd",
82680
83045
  "parent": {
82681
83046
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82682
- "name": "KeyboardEvents"
83047
+ "name": "HoverEvents"
82683
83048
  },
82684
83049
  "declarations": [
82685
83050
  {
82686
83051
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82687
- "name": "KeyboardEvents"
83052
+ "name": "HoverEvents"
82688
83053
  }
82689
83054
  ],
82690
83055
  "required": false,
82691
83056
  "type": {
82692
- "name": "((e: KeyboardEvent) => void)"
83057
+ "name": "((e: HoverEvent) => void)"
82693
83058
  }
82694
83059
  },
82695
- "onKeyUp": {
83060
+ "onHoverChange": {
82696
83061
  "defaultValue": null,
82697
- "description": "Handler that is called when a key is released.",
82698
- "name": "onKeyUp",
83062
+ "description": "Handler that is called when the hover state changes.",
83063
+ "name": "onHoverChange",
82699
83064
  "parent": {
82700
83065
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82701
- "name": "KeyboardEvents"
83066
+ "name": "HoverEvents"
82702
83067
  },
82703
83068
  "declarations": [
82704
83069
  {
82705
83070
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
82706
- "name": "KeyboardEvents"
82707
- }
82708
- ],
82709
- "required": false,
82710
- "type": {
82711
- "name": "((e: KeyboardEvent) => void)"
82712
- }
82713
- },
82714
- "value": {
82715
- "defaultValue": null,
82716
- "description": "The current value (controlled).",
82717
- "name": "value",
82718
- "parent": {
82719
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82720
- "name": "ValueBase"
82721
- },
82722
- "declarations": [
82723
- {
82724
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82725
- "name": "ValueBase"
82726
- }
82727
- ],
82728
- "required": false,
82729
- "type": {
82730
- "name": "TimeValue | null"
82731
- }
82732
- },
82733
- "defaultValue": {
82734
- "defaultValue": null,
82735
- "description": "The default value (uncontrolled).",
82736
- "name": "defaultValue",
82737
- "parent": {
82738
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82739
- "name": "ValueBase"
82740
- },
82741
- "declarations": [
82742
- {
82743
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82744
- "name": "ValueBase"
82745
- }
82746
- ],
82747
- "required": false,
82748
- "type": {
82749
- "name": "TimeValue | null"
82750
- }
82751
- },
82752
- "onChange": {
82753
- "defaultValue": null,
82754
- "description": "Handler that is called when the value changes.",
82755
- "name": "onChange",
82756
- "parent": {
82757
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82758
- "name": "ValueBase"
82759
- },
82760
- "declarations": [
82761
- {
82762
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/inputs.d.ts",
82763
- "name": "ValueBase"
82764
- }
82765
- ],
82766
- "required": false,
82767
- "type": {
82768
- "name": "((value: TimeValue | null) => void)"
82769
- }
82770
- },
82771
- "id": {
82772
- "defaultValue": null,
82773
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
82774
- "name": "id",
82775
- "parent": {
82776
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82777
- "name": "DOMProps"
82778
- },
82779
- "declarations": [
82780
- {
82781
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82782
- "name": "DOMProps"
82783
- }
82784
- ],
82785
- "required": false,
82786
- "type": {
82787
- "name": "string"
82788
- }
82789
- },
82790
- "name": {
82791
- "defaultValue": null,
82792
- "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).",
82793
- "name": "name",
82794
- "parent": {
82795
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82796
- "name": "InputDOMProps"
82797
- },
82798
- "declarations": [
82799
- {
82800
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82801
- "name": "InputDOMProps"
83071
+ "name": "HoverEvents"
82802
83072
  }
82803
83073
  ],
82804
83074
  "required": false,
82805
83075
  "type": {
82806
- "name": "string"
83076
+ "name": "((isHovering: boolean) => void)"
82807
83077
  }
82808
83078
  },
82809
- "form": {
83079
+ "target": {
82810
83080
  "defaultValue": null,
82811
- "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).",
82812
- "name": "form",
83081
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
83082
+ "name": "target",
82813
83083
  "parent": {
82814
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",
82815
- "name": "InputDOMProps"
83085
+ "name": "LinkDOMProps"
82816
83086
  },
82817
83087
  "declarations": [
82818
83088
  {
82819
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",
82820
- "name": "InputDOMProps"
83090
+ "name": "LinkDOMProps"
82821
83091
  }
82822
83092
  ],
82823
83093
  "required": false,
82824
83094
  "type": {
82825
- "name": "string"
83095
+ "name": "HTMLAttributeAnchorTarget"
82826
83096
  }
82827
83097
  },
82828
- "slot": {
83098
+ "onAction": {
82829
83099
  "defaultValue": null,
82830
- "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.",
82831
- "name": "slot",
83100
+ "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.",
83101
+ "name": "onAction",
82832
83102
  "parent": {
82833
83103
  "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",
82834
- "name": "SlotProps"
83104
+ "name": "ListBoxItemProps"
82835
83105
  },
82836
83106
  "declarations": [
82837
83107
  {
82838
83108
  "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",
82839
- "name": "SlotProps"
82840
- }
82841
- ],
82842
- "required": false,
82843
- "type": {
82844
- "name": "string | null"
82845
- }
82846
- },
82847
- "aria-activedescendant": {
82848
- "defaultValue": null,
82849
- "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
82850
- "name": "aria-activedescendant",
82851
- "parent": {
82852
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82853
- "name": "AriaTextFieldProps"
82854
- },
82855
- "declarations": [
82856
- {
82857
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82858
- "name": "AriaTextFieldProps"
82859
- }
82860
- ],
82861
- "required": false,
82862
- "type": {
82863
- "name": "string"
82864
- }
82865
- },
82866
- "aria-autocomplete": {
82867
- "defaultValue": null,
82868
- "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.",
82869
- "name": "aria-autocomplete",
82870
- "parent": {
82871
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82872
- "name": "AriaTextFieldProps"
82873
- },
82874
- "declarations": [
82875
- {
82876
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82877
- "name": "AriaTextFieldProps"
82878
- }
82879
- ],
82880
- "required": false,
82881
- "type": {
82882
- "name": "\"none\" | \"inline\" | \"list\" | \"both\""
82883
- }
82884
- },
82885
- "aria-haspopup": {
82886
- "defaultValue": null,
82887
- "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
82888
- "name": "aria-haspopup",
82889
- "parent": {
82890
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82891
- "name": "AriaTextFieldProps"
82892
- },
82893
- "declarations": [
82894
- {
82895
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82896
- "name": "AriaTextFieldProps"
83109
+ "name": "ListBoxItemProps"
82897
83110
  }
82898
83111
  ],
82899
83112
  "required": false,
82900
83113
  "type": {
82901
- "name": "boolean | \"false\" | \"true\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
83114
+ "name": "(() => void)"
82902
83115
  }
82903
83116
  },
82904
- "aria-controls": {
83117
+ "textValue": {
82905
83118
  "defaultValue": null,
82906
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
82907
- "name": "aria-controls",
83119
+ "description": "A string representation of the item's contents, used for features like typeahead.",
83120
+ "name": "textValue",
82908
83121
  "parent": {
82909
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82910
- "name": "AriaTextFieldProps"
83122
+ "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",
83123
+ "name": "ListBoxItemProps"
82911
83124
  },
82912
83125
  "declarations": [
82913
83126
  {
82914
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82915
- "name": "AriaTextFieldProps"
83127
+ "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",
83128
+ "name": "ListBoxItemProps"
82916
83129
  }
82917
83130
  ],
82918
83131
  "required": false,
@@ -82920,56 +83133,18 @@
82920
83133
  "name": "string"
82921
83134
  }
82922
83135
  },
82923
- "enterKeyHint": {
82924
- "defaultValue": null,
82925
- "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).",
82926
- "name": "enterKeyHint",
82927
- "parent": {
82928
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82929
- "name": "AriaTextFieldProps"
82930
- },
82931
- "declarations": [
82932
- {
82933
- "fileName": "flow/node_modules/.pnpm/@react-types+textfield@3.12.4_react@19.1.0/node_modules/@react-types/textfield/src/index.d.ts",
82934
- "name": "AriaTextFieldProps"
82935
- }
82936
- ],
82937
- "required": false,
82938
- "type": {
82939
- "name": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
82940
- }
82941
- },
82942
- "excludeFromTabOrder": {
82943
- "defaultValue": null,
82944
- "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.",
82945
- "name": "excludeFromTabOrder",
82946
- "parent": {
82947
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82948
- "name": "FocusableDOMProps"
82949
- },
82950
- "declarations": [
82951
- {
82952
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82953
- "name": "FocusableDOMProps"
82954
- }
82955
- ],
82956
- "required": false,
82957
- "type": {
82958
- "name": "boolean"
82959
- }
82960
- },
82961
- "autoComplete": {
83136
+ "href": {
82962
83137
  "defaultValue": null,
82963
- "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).",
82964
- "name": "autoComplete",
83138
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
83139
+ "name": "href",
82965
83140
  "parent": {
82966
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",
82967
- "name": "TextInputDOMProps"
83142
+ "name": "LinkDOMProps"
82968
83143
  },
82969
83144
  "declarations": [
82970
83145
  {
82971
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",
82972
- "name": "TextInputDOMProps"
83147
+ "name": "LinkDOMProps"
82973
83148
  }
82974
83149
  ],
82975
83150
  "required": false,
@@ -82977,56 +83152,18 @@
82977
83152
  "name": "string"
82978
83153
  }
82979
83154
  },
82980
- "maxLength": {
82981
- "defaultValue": null,
82982
- "description": "The maximum number of characters supported by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefmaxlength).",
82983
- "name": "maxLength",
82984
- "parent": {
82985
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82986
- "name": "TextInputDOMProps"
82987
- },
82988
- "declarations": [
82989
- {
82990
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
82991
- "name": "TextInputDOMProps"
82992
- }
82993
- ],
82994
- "required": false,
82995
- "type": {
82996
- "name": "number"
82997
- }
82998
- },
82999
- "minLength": {
83000
- "defaultValue": null,
83001
- "description": "The minimum number of characters required by the input. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefminlength).",
83002
- "name": "minLength",
83003
- "parent": {
83004
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83005
- "name": "TextInputDOMProps"
83006
- },
83007
- "declarations": [
83008
- {
83009
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83010
- "name": "TextInputDOMProps"
83011
- }
83012
- ],
83013
- "required": false,
83014
- "type": {
83015
- "name": "number"
83016
- }
83017
- },
83018
- "pattern": {
83155
+ "hrefLang": {
83019
83156
  "defaultValue": null,
83020
- "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).",
83021
- "name": "pattern",
83157
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
83158
+ "name": "hrefLang",
83022
83159
  "parent": {
83023
83160
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83024
- "name": "TextInputDOMProps"
83161
+ "name": "LinkDOMProps"
83025
83162
  },
83026
83163
  "declarations": [
83027
83164
  {
83028
83165
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83029
- "name": "TextInputDOMProps"
83166
+ "name": "LinkDOMProps"
83030
83167
  }
83031
83168
  ],
83032
83169
  "required": false,
@@ -83034,75 +83171,37 @@
83034
83171
  "name": "string"
83035
83172
  }
83036
83173
  },
83037
- "type": {
83038
- "defaultValue": null,
83039
- "description": "The type of input to render. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdeftype).",
83040
- "name": "type",
83041
- "parent": {
83042
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83043
- "name": "TextInputDOMProps"
83044
- },
83045
- "declarations": [
83046
- {
83047
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83048
- "name": "TextInputDOMProps"
83049
- }
83050
- ],
83051
- "required": false,
83052
- "type": {
83053
- "name": "\"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"password\" | (string & {})"
83054
- }
83055
- },
83056
- "inputMode": {
83057
- "defaultValue": null,
83058
- "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).",
83059
- "name": "inputMode",
83060
- "parent": {
83061
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83062
- "name": "TextInputDOMProps"
83063
- },
83064
- "declarations": [
83065
- {
83066
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83067
- "name": "TextInputDOMProps"
83068
- }
83069
- ],
83070
- "required": false,
83071
- "type": {
83072
- "name": "\"none\" | \"search\" | \"text\" | \"url\" | \"tel\" | \"email\" | \"numeric\" | \"decimal\""
83073
- }
83074
- },
83075
- "autoCorrect": {
83174
+ "download": {
83076
83175
  "defaultValue": null,
83077
- "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).",
83078
- "name": "autoCorrect",
83176
+ "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).",
83177
+ "name": "download",
83079
83178
  "parent": {
83080
83179
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83081
- "name": "TextInputDOMProps"
83180
+ "name": "LinkDOMProps"
83082
83181
  },
83083
83182
  "declarations": [
83084
83183
  {
83085
83184
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83086
- "name": "TextInputDOMProps"
83185
+ "name": "LinkDOMProps"
83087
83186
  }
83088
83187
  ],
83089
83188
  "required": false,
83090
83189
  "type": {
83091
- "name": "string"
83190
+ "name": "string | boolean"
83092
83191
  }
83093
83192
  },
83094
- "spellCheck": {
83193
+ "ping": {
83095
83194
  "defaultValue": null,
83096
- "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).",
83097
- "name": "spellCheck",
83195
+ "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).",
83196
+ "name": "ping",
83098
83197
  "parent": {
83099
83198
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83100
- "name": "TextInputDOMProps"
83199
+ "name": "LinkDOMProps"
83101
83200
  },
83102
83201
  "declarations": [
83103
83202
  {
83104
83203
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83105
- "name": "TextInputDOMProps"
83204
+ "name": "LinkDOMProps"
83106
83205
  }
83107
83206
  ],
83108
83207
  "required": false,
@@ -83110,251 +83209,152 @@
83110
83209
  "name": "string"
83111
83210
  }
83112
83211
  },
83113
- "onCopy": {
83114
- "defaultValue": null,
83115
- "description": "Handler that is called when the user copies text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncopy).",
83116
- "name": "onCopy",
83117
- "parent": {
83118
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83119
- "name": "TextInputDOMEvents"
83120
- },
83121
- "declarations": [
83122
- {
83123
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83124
- "name": "TextInputDOMEvents"
83125
- }
83126
- ],
83127
- "required": false,
83128
- "type": {
83129
- "name": "ClipboardEventHandler<HTMLInputElement>"
83130
- }
83131
- },
83132
- "onCut": {
83133
- "defaultValue": null,
83134
- "description": "Handler that is called when the user cuts text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/oncut).",
83135
- "name": "onCut",
83136
- "parent": {
83137
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83138
- "name": "TextInputDOMEvents"
83139
- },
83140
- "declarations": [
83141
- {
83142
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83143
- "name": "TextInputDOMEvents"
83144
- }
83145
- ],
83146
- "required": false,
83147
- "type": {
83148
- "name": "ClipboardEventHandler<HTMLInputElement>"
83149
- }
83150
- },
83151
- "onPaste": {
83152
- "defaultValue": null,
83153
- "description": "Handler that is called when the user pastes text. See [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/onpaste).",
83154
- "name": "onPaste",
83155
- "parent": {
83156
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83157
- "name": "TextInputDOMEvents"
83158
- },
83159
- "declarations": [
83160
- {
83161
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83162
- "name": "TextInputDOMEvents"
83163
- }
83164
- ],
83165
- "required": false,
83166
- "type": {
83167
- "name": "ClipboardEventHandler<HTMLInputElement>"
83168
- }
83169
- },
83170
- "onCompositionStart": {
83171
- "defaultValue": null,
83172
- "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).",
83173
- "name": "onCompositionStart",
83174
- "parent": {
83175
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83176
- "name": "TextInputDOMEvents"
83177
- },
83178
- "declarations": [
83179
- {
83180
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83181
- "name": "TextInputDOMEvents"
83182
- }
83183
- ],
83184
- "required": false,
83185
- "type": {
83186
- "name": "CompositionEventHandler<HTMLInputElement>"
83187
- }
83188
- },
83189
- "onCompositionEnd": {
83190
- "defaultValue": null,
83191
- "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).",
83192
- "name": "onCompositionEnd",
83193
- "parent": {
83194
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83195
- "name": "TextInputDOMEvents"
83196
- },
83197
- "declarations": [
83198
- {
83199
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83200
- "name": "TextInputDOMEvents"
83201
- }
83202
- ],
83203
- "required": false,
83204
- "type": {
83205
- "name": "CompositionEventHandler<HTMLInputElement>"
83206
- }
83207
- },
83208
- "onCompositionUpdate": {
83212
+ "referrerPolicy": {
83209
83213
  "defaultValue": null,
83210
- "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).",
83211
- "name": "onCompositionUpdate",
83214
+ "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).",
83215
+ "name": "referrerPolicy",
83212
83216
  "parent": {
83213
83217
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83214
- "name": "TextInputDOMEvents"
83218
+ "name": "LinkDOMProps"
83215
83219
  },
83216
83220
  "declarations": [
83217
83221
  {
83218
83222
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83219
- "name": "TextInputDOMEvents"
83223
+ "name": "LinkDOMProps"
83220
83224
  }
83221
83225
  ],
83222
83226
  "required": false,
83223
83227
  "type": {
83224
- "name": "CompositionEventHandler<HTMLInputElement>"
83228
+ "name": "HTMLAttributeReferrerPolicy"
83225
83229
  }
83226
83230
  },
83227
- "onSelect": {
83231
+ "routerOptions": {
83228
83232
  "defaultValue": null,
83229
- "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).",
83230
- "name": "onSelect",
83233
+ "description": "Options for the configured client side router.",
83234
+ "name": "routerOptions",
83231
83235
  "parent": {
83232
83236
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83233
- "name": "TextInputDOMEvents"
83237
+ "name": "LinkDOMProps"
83234
83238
  },
83235
83239
  "declarations": [
83236
83240
  {
83237
83241
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83238
- "name": "TextInputDOMEvents"
83242
+ "name": "LinkDOMProps"
83239
83243
  }
83240
83244
  ],
83241
83245
  "required": false,
83242
83246
  "type": {
83243
- "name": "ReactEventHandler<HTMLInputElement>"
83247
+ "name": "undefined"
83244
83248
  }
83245
83249
  },
83246
- "onBeforeInput": {
83250
+ "onPress": {
83247
83251
  "defaultValue": null,
83248
- "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).",
83249
- "name": "onBeforeInput",
83252
+ "description": "Handler that is called when the press is released over the target.",
83253
+ "name": "onPress",
83250
83254
  "parent": {
83251
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83252
- "name": "TextInputDOMEvents"
83255
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83256
+ "name": "PressEvents"
83253
83257
  },
83254
83258
  "declarations": [
83255
83259
  {
83256
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83257
- "name": "TextInputDOMEvents"
83260
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83261
+ "name": "PressEvents"
83258
83262
  }
83259
83263
  ],
83260
83264
  "required": false,
83261
83265
  "type": {
83262
- "name": "FormEventHandler<HTMLInputElement>"
83266
+ "name": "((e: PressEvent) => void)"
83263
83267
  }
83264
83268
  },
83265
- "onInput": {
83269
+ "onPressStart": {
83266
83270
  "defaultValue": null,
83267
- "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).",
83268
- "name": "onInput",
83271
+ "description": "Handler that is called when a press interaction starts.",
83272
+ "name": "onPressStart",
83269
83273
  "parent": {
83270
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83271
- "name": "TextInputDOMEvents"
83274
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83275
+ "name": "PressEvents"
83272
83276
  },
83273
83277
  "declarations": [
83274
83278
  {
83275
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83276
- "name": "TextInputDOMEvents"
83279
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83280
+ "name": "PressEvents"
83277
83281
  }
83278
83282
  ],
83279
83283
  "required": false,
83280
83284
  "type": {
83281
- "name": "FormEventHandler<HTMLInputElement>"
83285
+ "name": "((e: PressEvent) => void)"
83282
83286
  }
83283
83287
  },
83284
- "aria-errormessage": {
83288
+ "onPressEnd": {
83285
83289
  "defaultValue": null,
83286
- "description": "Identifies the element that provides an error message for the object.",
83287
- "name": "aria-errormessage",
83290
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
83291
+ "name": "onPressEnd",
83288
83292
  "parent": {
83289
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83290
- "name": "AriaValidationProps"
83293
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83294
+ "name": "PressEvents"
83291
83295
  },
83292
83296
  "declarations": [
83293
83297
  {
83294
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
83295
- "name": "AriaValidationProps"
83298
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83299
+ "name": "PressEvents"
83296
83300
  }
83297
83301
  ],
83298
83302
  "required": false,
83299
83303
  "type": {
83300
- "name": "string"
83304
+ "name": "((e: PressEvent) => void)"
83301
83305
  }
83302
83306
  },
83303
- "showCharacterCount": {
83307
+ "onPressChange": {
83304
83308
  "defaultValue": null,
83305
- "description": "Whether a character count should be displayed inside the field description.",
83306
- "name": "showCharacterCount",
83309
+ "description": "Handler that is called when the press state changes.",
83310
+ "name": "onPressChange",
83307
83311
  "parent": {
83308
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
83309
- "name": "TextFieldBaseProps"
83312
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83313
+ "name": "PressEvents"
83310
83314
  },
83311
83315
  "declarations": [
83312
83316
  {
83313
- "fileName": "components/src/components/TextFieldBase/TextFieldBase.tsx",
83314
- "name": "TextFieldBaseProps"
83317
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83318
+ "name": "PressEvents"
83315
83319
  }
83316
83320
  ],
83317
83321
  "required": false,
83318
83322
  "type": {
83319
- "name": "boolean"
83323
+ "name": "((isPressed: boolean) => void)"
83320
83324
  }
83321
83325
  },
83322
- "placeholder": {
83326
+ "onPressUp": {
83323
83327
  "defaultValue": null,
83324
- "description": "",
83325
- "name": "placeholder",
83328
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
83329
+ "name": "onPressUp",
83326
83330
  "parent": {
83327
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83328
- "name": "InputHTMLAttributes"
83331
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83332
+ "name": "PressEvents"
83329
83333
  },
83330
83334
  "declarations": [
83331
83335
  {
83332
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83333
- "name": "InputHTMLAttributes"
83336
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.31.0_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
83337
+ "name": "PressEvents"
83334
83338
  }
83335
83339
  ],
83336
83340
  "required": false,
83337
83341
  "type": {
83338
- "name": "string"
83342
+ "name": "((e: PressEvent) => void)"
83339
83343
  }
83340
83344
  },
83341
- "rows": {
83345
+ "children": {
83342
83346
  "defaultValue": null,
83343
83347
  "description": "",
83344
- "name": "rows",
83345
- "parent": {
83346
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83347
- "name": "TextareaHTMLAttributes"
83348
- },
83348
+ "name": "children",
83349
83349
  "declarations": [
83350
83350
  {
83351
83351
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
83352
- "name": "TextareaHTMLAttributes"
83352
+ "name": "TypeLiteral"
83353
83353
  }
83354
83354
  ],
83355
83355
  "required": false,
83356
83356
  "type": {
83357
- "name": "number"
83357
+ "name": "ReactNode"
83358
83358
  }
83359
83359
  },
83360
83360
  "wrapWith": {
@@ -213532,9 +213532,9 @@
213532
213532
  "flr-generate": "all",
213533
213533
  "flr-clear-props-context": ""
213534
213534
  },
213535
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
213535
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
213536
213536
  "description": "",
213537
- "displayName": "CheckboxButton",
213537
+ "displayName": "Checkbox",
213538
213538
  "methods": [],
213539
213539
  "props": {
213540
213540
  "aria-label": {
@@ -215684,14 +215684,78 @@
215684
215684
  }
215685
215685
  }
215686
215686
  },
215687
+ {
215688
+ "tags": {
215689
+ "flr-generate": "all"
215690
+ },
215691
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
215692
+ "description": "",
215693
+ "displayName": "Chat",
215694
+ "methods": [],
215695
+ "props": {
215696
+ "height": {
215697
+ "defaultValue": null,
215698
+ "description": "",
215699
+ "name": "height",
215700
+ "parent": {
215701
+ "fileName": "components/src/components/Chat/Chat.tsx",
215702
+ "name": "ChatProps"
215703
+ },
215704
+ "declarations": [
215705
+ {
215706
+ "fileName": "components/src/components/Chat/Chat.tsx",
215707
+ "name": "ChatProps"
215708
+ }
215709
+ ],
215710
+ "required": false,
215711
+ "type": {
215712
+ "name": "Height<string | number>"
215713
+ }
215714
+ },
215715
+ "children": {
215716
+ "defaultValue": null,
215717
+ "description": "",
215718
+ "name": "children",
215719
+ "declarations": [
215720
+ {
215721
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
215722
+ "name": "TypeLiteral"
215723
+ }
215724
+ ],
215725
+ "required": false,
215726
+ "type": {
215727
+ "name": "ReactNode"
215728
+ }
215729
+ },
215730
+ "className": {
215731
+ "defaultValue": null,
215732
+ "description": "The elements class name.",
215733
+ "name": "className",
215734
+ "parent": {
215735
+ "fileName": "components/src/lib/types/props.ts",
215736
+ "name": "PropsWithClassName"
215737
+ },
215738
+ "declarations": [
215739
+ {
215740
+ "fileName": "components/src/lib/types/props.ts",
215741
+ "name": "PropsWithClassName"
215742
+ }
215743
+ ],
215744
+ "required": false,
215745
+ "type": {
215746
+ "name": "string"
215747
+ }
215748
+ }
215749
+ }
215750
+ },
215687
215751
  {
215688
215752
  "tags": {
215689
215753
  "flr-generate": "all",
215690
215754
  "flr-clear-props-context": ""
215691
215755
  },
215692
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Checkbox/Checkbox.tsx",
215756
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CheckboxButton/CheckboxButton.tsx",
215693
215757
  "description": "",
215694
- "displayName": "Checkbox",
215758
+ "displayName": "CheckboxButton",
215695
215759
  "methods": [],
215696
215760
  "props": {
215697
215761
  "aria-label": {
@@ -217841,70 +217905,6 @@
217841
217905
  }
217842
217906
  }
217843
217907
  },
217844
- {
217845
- "tags": {
217846
- "flr-generate": "all"
217847
- },
217848
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
217849
- "description": "",
217850
- "displayName": "Chat",
217851
- "methods": [],
217852
- "props": {
217853
- "height": {
217854
- "defaultValue": null,
217855
- "description": "",
217856
- "name": "height",
217857
- "parent": {
217858
- "fileName": "components/src/components/Chat/Chat.tsx",
217859
- "name": "ChatProps"
217860
- },
217861
- "declarations": [
217862
- {
217863
- "fileName": "components/src/components/Chat/Chat.tsx",
217864
- "name": "ChatProps"
217865
- }
217866
- ],
217867
- "required": false,
217868
- "type": {
217869
- "name": "Height<string | number>"
217870
- }
217871
- },
217872
- "children": {
217873
- "defaultValue": null,
217874
- "description": "",
217875
- "name": "children",
217876
- "declarations": [
217877
- {
217878
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
217879
- "name": "TypeLiteral"
217880
- }
217881
- ],
217882
- "required": false,
217883
- "type": {
217884
- "name": "ReactNode"
217885
- }
217886
- },
217887
- "className": {
217888
- "defaultValue": null,
217889
- "description": "The elements class name.",
217890
- "name": "className",
217891
- "parent": {
217892
- "fileName": "components/src/lib/types/props.ts",
217893
- "name": "PropsWithClassName"
217894
- },
217895
- "declarations": [
217896
- {
217897
- "fileName": "components/src/lib/types/props.ts",
217898
- "name": "PropsWithClassName"
217899
- }
217900
- ],
217901
- "required": false,
217902
- "type": {
217903
- "name": "string"
217904
- }
217905
- }
217906
- }
217907
- },
217908
217908
  {
217909
217909
  "tags": {
217910
217910
  "flr-generate": "all"
@@ -287294,9 +287294,9 @@
287294
287294
  "flr-generate": "all",
287295
287295
  "flr-clear-props-context": ""
287296
287296
  },
287297
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
287297
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
287298
287298
  "description": "",
287299
- "displayName": "RadioButton",
287299
+ "displayName": "Radio",
287300
287300
  "methods": [],
287301
287301
  "props": {
287302
287302
  "aria-label": {
@@ -289183,9 +289183,9 @@
289183
289183
  "flr-generate": "all",
289184
289184
  "flr-clear-props-context": ""
289185
289185
  },
289186
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/Radio/Radio.tsx",
289186
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/RadioGroup/components/RadioButton/RadioButton.tsx",
289187
289187
  "description": "",
289188
- "displayName": "Radio",
289188
+ "displayName": "RadioButton",
289189
289189
  "methods": [],
289190
289190
  "props": {
289191
289191
  "aria-label": {
@@ -324194,6 +324194,138 @@
324194
324194
  }
324195
324195
  }
324196
324196
  },
324197
+ {
324198
+ "tags": {},
324199
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
324200
+ "description": "",
324201
+ "displayName": "Item",
324202
+ "methods": [],
324203
+ "props": {
324204
+ "id": {
324205
+ "defaultValue": null,
324206
+ "description": "",
324207
+ "name": "id",
324208
+ "parent": {
324209
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324210
+ "name": "Props"
324211
+ },
324212
+ "declarations": [
324213
+ {
324214
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324215
+ "name": "Props"
324216
+ }
324217
+ ],
324218
+ "required": true,
324219
+ "type": {
324220
+ "name": "Key"
324221
+ }
324222
+ },
324223
+ "data": {
324224
+ "defaultValue": null,
324225
+ "description": "",
324226
+ "name": "data",
324227
+ "parent": {
324228
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324229
+ "name": "Props"
324230
+ },
324231
+ "declarations": [
324232
+ {
324233
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324234
+ "name": "Props"
324235
+ }
324236
+ ],
324237
+ "required": true,
324238
+ "type": {
324239
+ "name": "never"
324240
+ }
324241
+ },
324242
+ "children": {
324243
+ "defaultValue": null,
324244
+ "description": "",
324245
+ "name": "children",
324246
+ "declarations": [
324247
+ {
324248
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
324249
+ "name": "TypeLiteral"
324250
+ }
324251
+ ],
324252
+ "required": false,
324253
+ "type": {
324254
+ "name": "ReactNode"
324255
+ }
324256
+ }
324257
+ }
324258
+ },
324259
+ {
324260
+ "tags": {},
324261
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
324262
+ "description": "",
324263
+ "displayName": "ItemContainer",
324264
+ "methods": [],
324265
+ "props": {
324266
+ "id": {
324267
+ "defaultValue": null,
324268
+ "description": "",
324269
+ "name": "id",
324270
+ "parent": {
324271
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324272
+ "name": "Props"
324273
+ },
324274
+ "declarations": [
324275
+ {
324276
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324277
+ "name": "Props"
324278
+ }
324279
+ ],
324280
+ "required": true,
324281
+ "type": {
324282
+ "name": "Key"
324283
+ }
324284
+ },
324285
+ "data": {
324286
+ "defaultValue": null,
324287
+ "description": "",
324288
+ "name": "data",
324289
+ "parent": {
324290
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324291
+ "name": "Props"
324292
+ },
324293
+ "declarations": [
324294
+ {
324295
+ "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
324296
+ "name": "Props"
324297
+ }
324298
+ ],
324299
+ "required": true,
324300
+ "type": {
324301
+ "name": "never"
324302
+ }
324303
+ },
324304
+ "children": {
324305
+ "defaultValue": null,
324306
+ "description": "",
324307
+ "name": "children",
324308
+ "declarations": [
324309
+ {
324310
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
324311
+ "name": "TypeLiteral"
324312
+ }
324313
+ ],
324314
+ "required": false,
324315
+ "type": {
324316
+ "name": "ReactNode"
324317
+ }
324318
+ }
324319
+ }
324320
+ },
324321
+ {
324322
+ "tags": {},
324323
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
324324
+ "description": "",
324325
+ "displayName": "FallbackItems",
324326
+ "methods": [],
324327
+ "props": {}
324328
+ },
324197
324329
  {
324198
324330
  "tags": {
324199
324331
  "flr-generate": "all"
@@ -327868,138 +328000,6 @@
327868
328000
  }
327869
328001
  }
327870
328002
  },
327871
- {
327872
- "tags": {},
327873
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
327874
- "description": "",
327875
- "displayName": "Item",
327876
- "methods": [],
327877
- "props": {
327878
- "id": {
327879
- "defaultValue": null,
327880
- "description": "",
327881
- "name": "id",
327882
- "parent": {
327883
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327884
- "name": "Props"
327885
- },
327886
- "declarations": [
327887
- {
327888
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327889
- "name": "Props"
327890
- }
327891
- ],
327892
- "required": true,
327893
- "type": {
327894
- "name": "Key"
327895
- }
327896
- },
327897
- "data": {
327898
- "defaultValue": null,
327899
- "description": "",
327900
- "name": "data",
327901
- "parent": {
327902
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327903
- "name": "Props"
327904
- },
327905
- "declarations": [
327906
- {
327907
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327908
- "name": "Props"
327909
- }
327910
- ],
327911
- "required": true,
327912
- "type": {
327913
- "name": "never"
327914
- }
327915
- },
327916
- "children": {
327917
- "defaultValue": null,
327918
- "description": "",
327919
- "name": "children",
327920
- "declarations": [
327921
- {
327922
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
327923
- "name": "TypeLiteral"
327924
- }
327925
- ],
327926
- "required": false,
327927
- "type": {
327928
- "name": "ReactNode"
327929
- }
327930
- }
327931
- }
327932
- },
327933
- {
327934
- "tags": {},
327935
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/Item.tsx",
327936
- "description": "",
327937
- "displayName": "ItemContainer",
327938
- "methods": [],
327939
- "props": {
327940
- "id": {
327941
- "defaultValue": null,
327942
- "description": "",
327943
- "name": "id",
327944
- "parent": {
327945
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327946
- "name": "Props"
327947
- },
327948
- "declarations": [
327949
- {
327950
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327951
- "name": "Props"
327952
- }
327953
- ],
327954
- "required": true,
327955
- "type": {
327956
- "name": "Key"
327957
- }
327958
- },
327959
- "data": {
327960
- "defaultValue": null,
327961
- "description": "",
327962
- "name": "data",
327963
- "parent": {
327964
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327965
- "name": "Props"
327966
- },
327967
- "declarations": [
327968
- {
327969
- "fileName": "components/src/components/List/components/Items/components/Item/Item.tsx",
327970
- "name": "Props"
327971
- }
327972
- ],
327973
- "required": true,
327974
- "type": {
327975
- "name": "never"
327976
- }
327977
- },
327978
- "children": {
327979
- "defaultValue": null,
327980
- "description": "",
327981
- "name": "children",
327982
- "declarations": [
327983
- {
327984
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
327985
- "name": "TypeLiteral"
327986
- }
327987
- ],
327988
- "required": false,
327989
- "type": {
327990
- "name": "ReactNode"
327991
- }
327992
- }
327993
- }
327994
- },
327995
- {
327996
- "tags": {},
327997
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx",
327998
- "description": "",
327999
- "displayName": "FallbackItems",
328000
- "methods": [],
328001
- "props": {}
328002
- },
328003
328003
  {
328004
328004
  "tags": {},
328005
328005
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",