@mittwald/flow-react-components 0.2.0-alpha.698 → 0.2.0-alpha.699

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.
@@ -285849,9 +285849,9 @@
285849
285849
  "tags": {
285850
285850
  "flr-generate": "all"
285851
285851
  },
285852
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
285852
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
285853
285853
  "description": "",
285854
- "displayName": "TableHeader",
285854
+ "displayName": "TableRow",
285855
285855
  "methods": [],
285856
285856
  "props": {
285857
285857
  "className": {
@@ -285877,16 +285877,16 @@
285877
285877
  },
285878
285878
  "columns": {
285879
285879
  "defaultValue": null,
285880
- "description": "A list of table columns.",
285880
+ "description": "A list of columns used when dynamically rendering cells.",
285881
285881
  "name": "columns",
285882
285882
  "parent": {
285883
285883
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285884
- "name": "TableHeaderProps"
285884
+ "name": "RowProps"
285885
285885
  },
285886
285886
  "declarations": [
285887
285887
  {
285888
285888
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285889
- "name": "TableHeaderProps"
285889
+ "name": "RowProps"
285890
285890
  }
285891
285891
  ],
285892
285892
  "required": false,
@@ -285913,6 +285913,25 @@
285913
285913
  "name": "ReactNode"
285914
285914
  }
285915
285915
  },
285916
+ "value": {
285917
+ "defaultValue": null,
285918
+ "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
285919
+ "name": "value",
285920
+ "parent": {
285921
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285922
+ "name": "MenuItemProps"
285923
+ },
285924
+ "declarations": [
285925
+ {
285926
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285927
+ "name": "MenuItemProps"
285928
+ }
285929
+ ],
285930
+ "required": false,
285931
+ "type": {
285932
+ "name": "object"
285933
+ }
285934
+ },
285916
285935
  "dependencies": {
285917
285936
  "defaultValue": null,
285918
285937
  "description": "Values that should invalidate the item cache when using dynamic collections.",
@@ -285932,113 +285951,113 @@
285932
285951
  "name": "readonly any[]"
285933
285952
  }
285934
285953
  },
285935
- "style": {
285954
+ "textValue": {
285936
285955
  "defaultValue": null,
285937
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
285938
- "name": "style",
285956
+ "description": "A string representation of the item's contents, used for features like typeahead.",
285957
+ "name": "textValue",
285939
285958
  "parent": {
285940
285959
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285941
- "name": "StyleRenderProps"
285960
+ "name": "ListBoxItemProps"
285942
285961
  },
285943
285962
  "declarations": [
285944
285963
  {
285945
285964
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285946
- "name": "StyleRenderProps"
285965
+ "name": "ListBoxItemProps"
285947
285966
  }
285948
285967
  ],
285949
285968
  "required": false,
285950
285969
  "type": {
285951
- "name": "StyleOrFunction<TooltipRenderProps>"
285970
+ "name": "string"
285952
285971
  }
285953
285972
  },
285954
- "onHoverStart": {
285973
+ "isDisabled": {
285955
285974
  "defaultValue": null,
285956
- "description": "Handler that is called when a hover interaction starts.",
285957
- "name": "onHoverStart",
285975
+ "description": "Whether the item is disabled.",
285976
+ "name": "isDisabled",
285958
285977
  "parent": {
285959
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
285960
- "name": "HoverEvents"
285978
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285979
+ "name": "ListBoxItemProps"
285961
285980
  },
285962
285981
  "declarations": [
285963
285982
  {
285964
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
285965
- "name": "HoverEvents"
285983
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285984
+ "name": "ListBoxItemProps"
285966
285985
  }
285967
285986
  ],
285968
285987
  "required": false,
285969
285988
  "type": {
285970
- "name": "((e: HoverEvent) => void)"
285989
+ "name": "boolean"
285971
285990
  }
285972
285991
  },
285973
- "onHoverEnd": {
285992
+ "onAction": {
285974
285993
  "defaultValue": null,
285975
- "description": "Handler that is called when a hover interaction ends.",
285976
- "name": "onHoverEnd",
285994
+ "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.",
285995
+ "name": "onAction",
285977
285996
  "parent": {
285978
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
285979
- "name": "HoverEvents"
285997
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
285998
+ "name": "ListBoxItemProps"
285980
285999
  },
285981
286000
  "declarations": [
285982
286001
  {
285983
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
285984
- "name": "HoverEvents"
286002
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
286003
+ "name": "ListBoxItemProps"
285985
286004
  }
285986
286005
  ],
285987
286006
  "required": false,
285988
286007
  "type": {
285989
- "name": "((e: HoverEvent) => void)"
286008
+ "name": "(() => void)"
285990
286009
  }
285991
286010
  },
285992
- "onHoverChange": {
286011
+ "id": {
285993
286012
  "defaultValue": null,
285994
- "description": "Handler that is called when the hover state changes.",
285995
- "name": "onHoverChange",
286013
+ "description": "The unique id of the item.",
286014
+ "name": "id",
285996
286015
  "parent": {
285997
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
285998
- "name": "HoverEvents"
286016
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
286017
+ "name": "MenuItemProps"
285999
286018
  },
286000
286019
  "declarations": [
286001
286020
  {
286002
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286003
- "name": "HoverEvents"
286021
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
286022
+ "name": "MenuItemProps"
286004
286023
  }
286005
286024
  ],
286006
286025
  "required": false,
286007
286026
  "type": {
286008
- "name": "((isHovering: boolean) => void)"
286027
+ "name": "Key"
286009
286028
  }
286010
286029
  },
286011
- "dir": {
286030
+ "style": {
286012
286031
  "defaultValue": null,
286013
- "description": "",
286014
- "name": "dir",
286032
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
286033
+ "name": "style",
286015
286034
  "parent": {
286016
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286017
- "name": "GlobalDOMAttributes"
286035
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
286036
+ "name": "StyleRenderProps"
286018
286037
  },
286019
286038
  "declarations": [
286020
286039
  {
286021
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286022
- "name": "GlobalDOMAttributes"
286040
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
286041
+ "name": "StyleRenderProps"
286023
286042
  }
286024
286043
  ],
286025
286044
  "required": false,
286026
286045
  "type": {
286027
- "name": "string"
286046
+ "name": "StyleOrFunction<TooltipRenderProps>"
286028
286047
  }
286029
286048
  },
286030
- "lang": {
286049
+ "href": {
286031
286050
  "defaultValue": null,
286032
- "description": "",
286033
- "name": "lang",
286051
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
286052
+ "name": "href",
286034
286053
  "parent": {
286035
286054
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286036
- "name": "GlobalDOMAttributes"
286055
+ "name": "LinkDOMProps"
286037
286056
  },
286038
286057
  "declarations": [
286039
286058
  {
286040
286059
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286041
- "name": "GlobalDOMAttributes"
286060
+ "name": "LinkDOMProps"
286042
286061
  }
286043
286062
  ],
286044
286063
  "required": false,
@@ -286046,409 +286065,409 @@
286046
286065
  "name": "string"
286047
286066
  }
286048
286067
  },
286049
- "hidden": {
286068
+ "hrefLang": {
286050
286069
  "defaultValue": null,
286051
- "description": "",
286052
- "name": "hidden",
286070
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
286071
+ "name": "hrefLang",
286053
286072
  "parent": {
286054
286073
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286055
- "name": "GlobalDOMAttributes"
286074
+ "name": "LinkDOMProps"
286056
286075
  },
286057
286076
  "declarations": [
286058
286077
  {
286059
286078
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286060
- "name": "GlobalDOMAttributes"
286079
+ "name": "LinkDOMProps"
286061
286080
  }
286062
286081
  ],
286063
286082
  "required": false,
286064
286083
  "type": {
286065
- "name": "boolean"
286084
+ "name": "string"
286066
286085
  }
286067
286086
  },
286068
- "inert": {
286087
+ "target": {
286069
286088
  "defaultValue": null,
286070
- "description": "",
286071
- "name": "inert",
286089
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
286090
+ "name": "target",
286072
286091
  "parent": {
286073
286092
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286074
- "name": "GlobalDOMAttributes"
286093
+ "name": "LinkDOMProps"
286075
286094
  },
286076
286095
  "declarations": [
286077
286096
  {
286078
286097
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286079
- "name": "GlobalDOMAttributes"
286098
+ "name": "LinkDOMProps"
286080
286099
  }
286081
286100
  ],
286082
286101
  "required": false,
286083
286102
  "type": {
286084
- "name": "boolean"
286103
+ "name": "HTMLAttributeAnchorTarget"
286085
286104
  }
286086
286105
  },
286087
- "translate": {
286106
+ "rel": {
286088
286107
  "defaultValue": null,
286089
- "description": "",
286090
- "name": "translate",
286108
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
286109
+ "name": "rel",
286091
286110
  "parent": {
286092
286111
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286093
- "name": "GlobalDOMAttributes"
286112
+ "name": "LinkDOMProps"
286094
286113
  },
286095
286114
  "declarations": [
286096
286115
  {
286097
286116
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286098
- "name": "GlobalDOMAttributes"
286117
+ "name": "LinkDOMProps"
286099
286118
  }
286100
286119
  ],
286101
286120
  "required": false,
286102
286121
  "type": {
286103
- "name": "\"yes\" | \"no\""
286122
+ "name": "string"
286104
286123
  }
286105
286124
  },
286106
- "onClick": {
286125
+ "download": {
286107
286126
  "defaultValue": null,
286108
- "description": "",
286109
- "name": "onClick",
286127
+ "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).",
286128
+ "name": "download",
286110
286129
  "parent": {
286111
286130
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286112
- "name": "GlobalDOMEvents"
286131
+ "name": "LinkDOMProps"
286113
286132
  },
286114
286133
  "declarations": [
286115
286134
  {
286116
286135
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286117
- "name": "GlobalDOMEvents"
286136
+ "name": "LinkDOMProps"
286118
286137
  }
286119
286138
  ],
286120
286139
  "required": false,
286121
286140
  "type": {
286122
- "name": "MouseEventHandler<HTMLDivElement>"
286141
+ "name": "string | boolean"
286123
286142
  }
286124
286143
  },
286125
- "onClickCapture": {
286144
+ "ping": {
286126
286145
  "defaultValue": null,
286127
- "description": "",
286128
- "name": "onClickCapture",
286146
+ "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).",
286147
+ "name": "ping",
286129
286148
  "parent": {
286130
286149
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286131
- "name": "GlobalDOMEvents"
286150
+ "name": "LinkDOMProps"
286132
286151
  },
286133
286152
  "declarations": [
286134
286153
  {
286135
286154
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286136
- "name": "GlobalDOMEvents"
286155
+ "name": "LinkDOMProps"
286137
286156
  }
286138
286157
  ],
286139
286158
  "required": false,
286140
286159
  "type": {
286141
- "name": "MouseEventHandler<HTMLDivElement>"
286160
+ "name": "string"
286142
286161
  }
286143
286162
  },
286144
- "onAuxClick": {
286163
+ "referrerPolicy": {
286145
286164
  "defaultValue": null,
286146
- "description": "",
286147
- "name": "onAuxClick",
286165
+ "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).",
286166
+ "name": "referrerPolicy",
286148
286167
  "parent": {
286149
286168
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286150
- "name": "GlobalDOMEvents"
286169
+ "name": "LinkDOMProps"
286151
286170
  },
286152
286171
  "declarations": [
286153
286172
  {
286154
286173
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286155
- "name": "GlobalDOMEvents"
286174
+ "name": "LinkDOMProps"
286156
286175
  }
286157
286176
  ],
286158
286177
  "required": false,
286159
286178
  "type": {
286160
- "name": "MouseEventHandler<HTMLDivElement>"
286179
+ "name": "HTMLAttributeReferrerPolicy"
286161
286180
  }
286162
286181
  },
286163
- "onAuxClickCapture": {
286182
+ "routerOptions": {
286164
286183
  "defaultValue": null,
286165
- "description": "",
286166
- "name": "onAuxClickCapture",
286184
+ "description": "Options for the configured client side router.",
286185
+ "name": "routerOptions",
286167
286186
  "parent": {
286168
286187
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286169
- "name": "GlobalDOMEvents"
286188
+ "name": "LinkDOMProps"
286170
286189
  },
286171
286190
  "declarations": [
286172
286191
  {
286173
286192
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286174
- "name": "GlobalDOMEvents"
286193
+ "name": "LinkDOMProps"
286175
286194
  }
286176
286195
  ],
286177
286196
  "required": false,
286178
286197
  "type": {
286179
- "name": "MouseEventHandler<HTMLDivElement>"
286198
+ "name": "undefined"
286180
286199
  }
286181
286200
  },
286182
- "onContextMenu": {
286201
+ "onHoverStart": {
286183
286202
  "defaultValue": null,
286184
- "description": "",
286185
- "name": "onContextMenu",
286203
+ "description": "Handler that is called when a hover interaction starts.",
286204
+ "name": "onHoverStart",
286186
286205
  "parent": {
286187
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286188
- "name": "GlobalDOMEvents"
286206
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286207
+ "name": "HoverEvents"
286189
286208
  },
286190
286209
  "declarations": [
286191
286210
  {
286192
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286193
- "name": "GlobalDOMEvents"
286211
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286212
+ "name": "HoverEvents"
286194
286213
  }
286195
286214
  ],
286196
286215
  "required": false,
286197
286216
  "type": {
286198
- "name": "MouseEventHandler<HTMLDivElement>"
286217
+ "name": "((e: HoverEvent) => void)"
286199
286218
  }
286200
286219
  },
286201
- "onContextMenuCapture": {
286220
+ "onHoverEnd": {
286202
286221
  "defaultValue": null,
286203
- "description": "",
286204
- "name": "onContextMenuCapture",
286222
+ "description": "Handler that is called when a hover interaction ends.",
286223
+ "name": "onHoverEnd",
286205
286224
  "parent": {
286206
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286207
- "name": "GlobalDOMEvents"
286225
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286226
+ "name": "HoverEvents"
286208
286227
  },
286209
286228
  "declarations": [
286210
286229
  {
286211
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286212
- "name": "GlobalDOMEvents"
286230
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286231
+ "name": "HoverEvents"
286213
286232
  }
286214
286233
  ],
286215
286234
  "required": false,
286216
286235
  "type": {
286217
- "name": "MouseEventHandler<HTMLDivElement>"
286236
+ "name": "((e: HoverEvent) => void)"
286218
286237
  }
286219
286238
  },
286220
- "onDoubleClick": {
286239
+ "onHoverChange": {
286221
286240
  "defaultValue": null,
286222
- "description": "",
286223
- "name": "onDoubleClick",
286241
+ "description": "Handler that is called when the hover state changes.",
286242
+ "name": "onHoverChange",
286224
286243
  "parent": {
286225
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286226
- "name": "GlobalDOMEvents"
286244
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286245
+ "name": "HoverEvents"
286227
286246
  },
286228
286247
  "declarations": [
286229
286248
  {
286230
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286231
- "name": "GlobalDOMEvents"
286249
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286250
+ "name": "HoverEvents"
286232
286251
  }
286233
286252
  ],
286234
286253
  "required": false,
286235
286254
  "type": {
286236
- "name": "MouseEventHandler<HTMLDivElement>"
286255
+ "name": "((isHovering: boolean) => void)"
286237
286256
  }
286238
286257
  },
286239
- "onDoubleClickCapture": {
286258
+ "onPress": {
286240
286259
  "defaultValue": null,
286241
- "description": "",
286242
- "name": "onDoubleClickCapture",
286260
+ "description": "Handler that is called when the press is released over the target.",
286261
+ "name": "onPress",
286243
286262
  "parent": {
286244
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286245
- "name": "GlobalDOMEvents"
286263
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286264
+ "name": "PressEvents"
286246
286265
  },
286247
286266
  "declarations": [
286248
286267
  {
286249
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286250
- "name": "GlobalDOMEvents"
286268
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286269
+ "name": "PressEvents"
286251
286270
  }
286252
286271
  ],
286253
286272
  "required": false,
286254
286273
  "type": {
286255
- "name": "MouseEventHandler<HTMLDivElement>"
286274
+ "name": "((e: PressEvent) => void)"
286256
286275
  }
286257
286276
  },
286258
- "onMouseDown": {
286277
+ "onPressStart": {
286259
286278
  "defaultValue": null,
286260
- "description": "",
286261
- "name": "onMouseDown",
286279
+ "description": "Handler that is called when a press interaction starts.",
286280
+ "name": "onPressStart",
286262
286281
  "parent": {
286263
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286264
- "name": "GlobalDOMEvents"
286282
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286283
+ "name": "PressEvents"
286265
286284
  },
286266
286285
  "declarations": [
286267
286286
  {
286268
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286269
- "name": "GlobalDOMEvents"
286287
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286288
+ "name": "PressEvents"
286270
286289
  }
286271
286290
  ],
286272
286291
  "required": false,
286273
286292
  "type": {
286274
- "name": "MouseEventHandler<HTMLDivElement>"
286293
+ "name": "((e: PressEvent) => void)"
286275
286294
  }
286276
286295
  },
286277
- "onMouseDownCapture": {
286296
+ "onPressEnd": {
286278
286297
  "defaultValue": null,
286279
- "description": "",
286280
- "name": "onMouseDownCapture",
286298
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
286299
+ "name": "onPressEnd",
286281
286300
  "parent": {
286282
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286283
- "name": "GlobalDOMEvents"
286301
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286302
+ "name": "PressEvents"
286284
286303
  },
286285
286304
  "declarations": [
286286
286305
  {
286287
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286288
- "name": "GlobalDOMEvents"
286306
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286307
+ "name": "PressEvents"
286289
286308
  }
286290
286309
  ],
286291
286310
  "required": false,
286292
286311
  "type": {
286293
- "name": "MouseEventHandler<HTMLDivElement>"
286312
+ "name": "((e: PressEvent) => void)"
286294
286313
  }
286295
286314
  },
286296
- "onMouseEnter": {
286315
+ "onPressChange": {
286297
286316
  "defaultValue": null,
286298
- "description": "",
286299
- "name": "onMouseEnter",
286317
+ "description": "Handler that is called when the press state changes.",
286318
+ "name": "onPressChange",
286300
286319
  "parent": {
286301
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286302
- "name": "GlobalDOMEvents"
286320
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286321
+ "name": "PressEvents"
286303
286322
  },
286304
286323
  "declarations": [
286305
286324
  {
286306
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286307
- "name": "GlobalDOMEvents"
286325
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286326
+ "name": "PressEvents"
286308
286327
  }
286309
286328
  ],
286310
286329
  "required": false,
286311
286330
  "type": {
286312
- "name": "MouseEventHandler<HTMLDivElement>"
286331
+ "name": "((isPressed: boolean) => void)"
286313
286332
  }
286314
286333
  },
286315
- "onMouseLeave": {
286334
+ "onPressUp": {
286316
286335
  "defaultValue": null,
286317
- "description": "",
286318
- "name": "onMouseLeave",
286336
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
286337
+ "name": "onPressUp",
286319
286338
  "parent": {
286320
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286321
- "name": "GlobalDOMEvents"
286339
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286340
+ "name": "PressEvents"
286322
286341
  },
286323
286342
  "declarations": [
286324
286343
  {
286325
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286326
- "name": "GlobalDOMEvents"
286344
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286345
+ "name": "PressEvents"
286327
286346
  }
286328
286347
  ],
286329
286348
  "required": false,
286330
286349
  "type": {
286331
- "name": "MouseEventHandler<HTMLDivElement>"
286350
+ "name": "((e: PressEvent) => void)"
286332
286351
  }
286333
286352
  },
286334
- "onMouseMove": {
286353
+ "onClick": {
286335
286354
  "defaultValue": null,
286336
- "description": "",
286337
- "name": "onMouseMove",
286355
+ "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.",
286356
+ "name": "onClick",
286338
286357
  "parent": {
286339
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286340
- "name": "GlobalDOMEvents"
286358
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286359
+ "name": "PressEvents"
286341
286360
  },
286342
286361
  "declarations": [
286343
286362
  {
286344
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286345
- "name": "GlobalDOMEvents"
286363
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
286364
+ "name": "PressEvents"
286346
286365
  }
286347
286366
  ],
286348
286367
  "required": false,
286349
286368
  "type": {
286350
- "name": "MouseEventHandler<HTMLDivElement>"
286369
+ "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
286351
286370
  }
286352
286371
  },
286353
- "onMouseMoveCapture": {
286372
+ "dir": {
286354
286373
  "defaultValue": null,
286355
286374
  "description": "",
286356
- "name": "onMouseMoveCapture",
286375
+ "name": "dir",
286357
286376
  "parent": {
286358
286377
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286359
- "name": "GlobalDOMEvents"
286378
+ "name": "GlobalDOMAttributes"
286360
286379
  },
286361
286380
  "declarations": [
286362
286381
  {
286363
286382
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286364
- "name": "GlobalDOMEvents"
286383
+ "name": "GlobalDOMAttributes"
286365
286384
  }
286366
286385
  ],
286367
286386
  "required": false,
286368
286387
  "type": {
286369
- "name": "MouseEventHandler<HTMLDivElement>"
286388
+ "name": "string"
286370
286389
  }
286371
286390
  },
286372
- "onMouseOut": {
286391
+ "lang": {
286373
286392
  "defaultValue": null,
286374
286393
  "description": "",
286375
- "name": "onMouseOut",
286394
+ "name": "lang",
286376
286395
  "parent": {
286377
286396
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286378
- "name": "GlobalDOMEvents"
286397
+ "name": "GlobalDOMAttributes"
286379
286398
  },
286380
286399
  "declarations": [
286381
286400
  {
286382
286401
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286383
- "name": "GlobalDOMEvents"
286402
+ "name": "GlobalDOMAttributes"
286384
286403
  }
286385
286404
  ],
286386
286405
  "required": false,
286387
286406
  "type": {
286388
- "name": "MouseEventHandler<HTMLDivElement>"
286407
+ "name": "string"
286389
286408
  }
286390
286409
  },
286391
- "onMouseOutCapture": {
286410
+ "hidden": {
286392
286411
  "defaultValue": null,
286393
286412
  "description": "",
286394
- "name": "onMouseOutCapture",
286413
+ "name": "hidden",
286395
286414
  "parent": {
286396
286415
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286397
- "name": "GlobalDOMEvents"
286416
+ "name": "GlobalDOMAttributes"
286398
286417
  },
286399
286418
  "declarations": [
286400
286419
  {
286401
286420
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286402
- "name": "GlobalDOMEvents"
286421
+ "name": "GlobalDOMAttributes"
286403
286422
  }
286404
286423
  ],
286405
286424
  "required": false,
286406
286425
  "type": {
286407
- "name": "MouseEventHandler<HTMLDivElement>"
286426
+ "name": "boolean"
286408
286427
  }
286409
286428
  },
286410
- "onMouseOver": {
286429
+ "inert": {
286411
286430
  "defaultValue": null,
286412
286431
  "description": "",
286413
- "name": "onMouseOver",
286432
+ "name": "inert",
286414
286433
  "parent": {
286415
286434
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286416
- "name": "GlobalDOMEvents"
286435
+ "name": "GlobalDOMAttributes"
286417
286436
  },
286418
286437
  "declarations": [
286419
286438
  {
286420
286439
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286421
- "name": "GlobalDOMEvents"
286440
+ "name": "GlobalDOMAttributes"
286422
286441
  }
286423
286442
  ],
286424
286443
  "required": false,
286425
286444
  "type": {
286426
- "name": "MouseEventHandler<HTMLDivElement>"
286445
+ "name": "boolean"
286427
286446
  }
286428
286447
  },
286429
- "onMouseOverCapture": {
286448
+ "translate": {
286430
286449
  "defaultValue": null,
286431
286450
  "description": "",
286432
- "name": "onMouseOverCapture",
286451
+ "name": "translate",
286433
286452
  "parent": {
286434
286453
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286435
- "name": "GlobalDOMEvents"
286454
+ "name": "GlobalDOMAttributes"
286436
286455
  },
286437
286456
  "declarations": [
286438
286457
  {
286439
286458
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286440
- "name": "GlobalDOMEvents"
286459
+ "name": "GlobalDOMAttributes"
286441
286460
  }
286442
286461
  ],
286443
286462
  "required": false,
286444
286463
  "type": {
286445
- "name": "MouseEventHandler<HTMLDivElement>"
286464
+ "name": "\"yes\" | \"no\""
286446
286465
  }
286447
286466
  },
286448
- "onMouseUp": {
286467
+ "onClickCapture": {
286449
286468
  "defaultValue": null,
286450
286469
  "description": "",
286451
- "name": "onMouseUp",
286470
+ "name": "onClickCapture",
286452
286471
  "parent": {
286453
286472
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286454
286473
  "name": "GlobalDOMEvents"
@@ -286464,10 +286483,10 @@
286464
286483
  "name": "MouseEventHandler<HTMLDivElement>"
286465
286484
  }
286466
286485
  },
286467
- "onMouseUpCapture": {
286486
+ "onAuxClick": {
286468
286487
  "defaultValue": null,
286469
286488
  "description": "",
286470
- "name": "onMouseUpCapture",
286489
+ "name": "onAuxClick",
286471
286490
  "parent": {
286472
286491
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286473
286492
  "name": "GlobalDOMEvents"
@@ -286483,10 +286502,10 @@
286483
286502
  "name": "MouseEventHandler<HTMLDivElement>"
286484
286503
  }
286485
286504
  },
286486
- "onTouchCancel": {
286505
+ "onAuxClickCapture": {
286487
286506
  "defaultValue": null,
286488
286507
  "description": "",
286489
- "name": "onTouchCancel",
286508
+ "name": "onAuxClickCapture",
286490
286509
  "parent": {
286491
286510
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286492
286511
  "name": "GlobalDOMEvents"
@@ -286499,13 +286518,13 @@
286499
286518
  ],
286500
286519
  "required": false,
286501
286520
  "type": {
286502
- "name": "TouchEventHandler<HTMLDivElement>"
286521
+ "name": "MouseEventHandler<HTMLDivElement>"
286503
286522
  }
286504
286523
  },
286505
- "onTouchCancelCapture": {
286524
+ "onContextMenu": {
286506
286525
  "defaultValue": null,
286507
286526
  "description": "",
286508
- "name": "onTouchCancelCapture",
286527
+ "name": "onContextMenu",
286509
286528
  "parent": {
286510
286529
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286511
286530
  "name": "GlobalDOMEvents"
@@ -286518,13 +286537,13 @@
286518
286537
  ],
286519
286538
  "required": false,
286520
286539
  "type": {
286521
- "name": "TouchEventHandler<HTMLDivElement>"
286540
+ "name": "MouseEventHandler<HTMLDivElement>"
286522
286541
  }
286523
286542
  },
286524
- "onTouchEnd": {
286543
+ "onContextMenuCapture": {
286525
286544
  "defaultValue": null,
286526
286545
  "description": "",
286527
- "name": "onTouchEnd",
286546
+ "name": "onContextMenuCapture",
286528
286547
  "parent": {
286529
286548
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286530
286549
  "name": "GlobalDOMEvents"
@@ -286537,13 +286556,13 @@
286537
286556
  ],
286538
286557
  "required": false,
286539
286558
  "type": {
286540
- "name": "TouchEventHandler<HTMLDivElement>"
286559
+ "name": "MouseEventHandler<HTMLDivElement>"
286541
286560
  }
286542
286561
  },
286543
- "onTouchEndCapture": {
286562
+ "onDoubleClick": {
286544
286563
  "defaultValue": null,
286545
286564
  "description": "",
286546
- "name": "onTouchEndCapture",
286565
+ "name": "onDoubleClick",
286547
286566
  "parent": {
286548
286567
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286549
286568
  "name": "GlobalDOMEvents"
@@ -286556,13 +286575,13 @@
286556
286575
  ],
286557
286576
  "required": false,
286558
286577
  "type": {
286559
- "name": "TouchEventHandler<HTMLDivElement>"
286578
+ "name": "MouseEventHandler<HTMLDivElement>"
286560
286579
  }
286561
286580
  },
286562
- "onTouchMove": {
286581
+ "onDoubleClickCapture": {
286563
286582
  "defaultValue": null,
286564
286583
  "description": "",
286565
- "name": "onTouchMove",
286584
+ "name": "onDoubleClickCapture",
286566
286585
  "parent": {
286567
286586
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286568
286587
  "name": "GlobalDOMEvents"
@@ -286575,13 +286594,13 @@
286575
286594
  ],
286576
286595
  "required": false,
286577
286596
  "type": {
286578
- "name": "TouchEventHandler<HTMLDivElement>"
286597
+ "name": "MouseEventHandler<HTMLDivElement>"
286579
286598
  }
286580
286599
  },
286581
- "onTouchMoveCapture": {
286600
+ "onMouseDown": {
286582
286601
  "defaultValue": null,
286583
286602
  "description": "",
286584
- "name": "onTouchMoveCapture",
286603
+ "name": "onMouseDown",
286585
286604
  "parent": {
286586
286605
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286587
286606
  "name": "GlobalDOMEvents"
@@ -286594,13 +286613,13 @@
286594
286613
  ],
286595
286614
  "required": false,
286596
286615
  "type": {
286597
- "name": "TouchEventHandler<HTMLDivElement>"
286616
+ "name": "MouseEventHandler<HTMLDivElement>"
286598
286617
  }
286599
286618
  },
286600
- "onTouchStart": {
286619
+ "onMouseDownCapture": {
286601
286620
  "defaultValue": null,
286602
286621
  "description": "",
286603
- "name": "onTouchStart",
286622
+ "name": "onMouseDownCapture",
286604
286623
  "parent": {
286605
286624
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286606
286625
  "name": "GlobalDOMEvents"
@@ -286613,13 +286632,13 @@
286613
286632
  ],
286614
286633
  "required": false,
286615
286634
  "type": {
286616
- "name": "TouchEventHandler<HTMLDivElement>"
286635
+ "name": "MouseEventHandler<HTMLDivElement>"
286617
286636
  }
286618
286637
  },
286619
- "onTouchStartCapture": {
286638
+ "onMouseEnter": {
286620
286639
  "defaultValue": null,
286621
286640
  "description": "",
286622
- "name": "onTouchStartCapture",
286641
+ "name": "onMouseEnter",
286623
286642
  "parent": {
286624
286643
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286625
286644
  "name": "GlobalDOMEvents"
@@ -286632,13 +286651,13 @@
286632
286651
  ],
286633
286652
  "required": false,
286634
286653
  "type": {
286635
- "name": "TouchEventHandler<HTMLDivElement>"
286654
+ "name": "MouseEventHandler<HTMLDivElement>"
286636
286655
  }
286637
286656
  },
286638
- "onPointerDown": {
286657
+ "onMouseLeave": {
286639
286658
  "defaultValue": null,
286640
286659
  "description": "",
286641
- "name": "onPointerDown",
286660
+ "name": "onMouseLeave",
286642
286661
  "parent": {
286643
286662
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286644
286663
  "name": "GlobalDOMEvents"
@@ -286651,13 +286670,13 @@
286651
286670
  ],
286652
286671
  "required": false,
286653
286672
  "type": {
286654
- "name": "PointerEventHandler<HTMLDivElement>"
286673
+ "name": "MouseEventHandler<HTMLDivElement>"
286655
286674
  }
286656
286675
  },
286657
- "onPointerDownCapture": {
286676
+ "onMouseMove": {
286658
286677
  "defaultValue": null,
286659
286678
  "description": "",
286660
- "name": "onPointerDownCapture",
286679
+ "name": "onMouseMove",
286661
286680
  "parent": {
286662
286681
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286663
286682
  "name": "GlobalDOMEvents"
@@ -286670,13 +286689,13 @@
286670
286689
  ],
286671
286690
  "required": false,
286672
286691
  "type": {
286673
- "name": "PointerEventHandler<HTMLDivElement>"
286692
+ "name": "MouseEventHandler<HTMLDivElement>"
286674
286693
  }
286675
286694
  },
286676
- "onPointerMove": {
286695
+ "onMouseMoveCapture": {
286677
286696
  "defaultValue": null,
286678
286697
  "description": "",
286679
- "name": "onPointerMove",
286698
+ "name": "onMouseMoveCapture",
286680
286699
  "parent": {
286681
286700
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286682
286701
  "name": "GlobalDOMEvents"
@@ -286689,13 +286708,13 @@
286689
286708
  ],
286690
286709
  "required": false,
286691
286710
  "type": {
286692
- "name": "PointerEventHandler<HTMLDivElement>"
286711
+ "name": "MouseEventHandler<HTMLDivElement>"
286693
286712
  }
286694
286713
  },
286695
- "onPointerMoveCapture": {
286714
+ "onMouseOut": {
286696
286715
  "defaultValue": null,
286697
286716
  "description": "",
286698
- "name": "onPointerMoveCapture",
286717
+ "name": "onMouseOut",
286699
286718
  "parent": {
286700
286719
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286701
286720
  "name": "GlobalDOMEvents"
@@ -286708,13 +286727,13 @@
286708
286727
  ],
286709
286728
  "required": false,
286710
286729
  "type": {
286711
- "name": "PointerEventHandler<HTMLDivElement>"
286730
+ "name": "MouseEventHandler<HTMLDivElement>"
286712
286731
  }
286713
286732
  },
286714
- "onPointerUp": {
286733
+ "onMouseOutCapture": {
286715
286734
  "defaultValue": null,
286716
286735
  "description": "",
286717
- "name": "onPointerUp",
286736
+ "name": "onMouseOutCapture",
286718
286737
  "parent": {
286719
286738
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286720
286739
  "name": "GlobalDOMEvents"
@@ -286727,13 +286746,13 @@
286727
286746
  ],
286728
286747
  "required": false,
286729
286748
  "type": {
286730
- "name": "PointerEventHandler<HTMLDivElement>"
286749
+ "name": "MouseEventHandler<HTMLDivElement>"
286731
286750
  }
286732
286751
  },
286733
- "onPointerUpCapture": {
286752
+ "onMouseOver": {
286734
286753
  "defaultValue": null,
286735
286754
  "description": "",
286736
- "name": "onPointerUpCapture",
286755
+ "name": "onMouseOver",
286737
286756
  "parent": {
286738
286757
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286739
286758
  "name": "GlobalDOMEvents"
@@ -286746,13 +286765,13 @@
286746
286765
  ],
286747
286766
  "required": false,
286748
286767
  "type": {
286749
- "name": "PointerEventHandler<HTMLDivElement>"
286768
+ "name": "MouseEventHandler<HTMLDivElement>"
286750
286769
  }
286751
286770
  },
286752
- "onPointerCancel": {
286771
+ "onMouseOverCapture": {
286753
286772
  "defaultValue": null,
286754
286773
  "description": "",
286755
- "name": "onPointerCancel",
286774
+ "name": "onMouseOverCapture",
286756
286775
  "parent": {
286757
286776
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286758
286777
  "name": "GlobalDOMEvents"
@@ -286765,13 +286784,13 @@
286765
286784
  ],
286766
286785
  "required": false,
286767
286786
  "type": {
286768
- "name": "PointerEventHandler<HTMLDivElement>"
286787
+ "name": "MouseEventHandler<HTMLDivElement>"
286769
286788
  }
286770
286789
  },
286771
- "onPointerCancelCapture": {
286790
+ "onMouseUp": {
286772
286791
  "defaultValue": null,
286773
286792
  "description": "",
286774
- "name": "onPointerCancelCapture",
286793
+ "name": "onMouseUp",
286775
286794
  "parent": {
286776
286795
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286777
286796
  "name": "GlobalDOMEvents"
@@ -286784,13 +286803,13 @@
286784
286803
  ],
286785
286804
  "required": false,
286786
286805
  "type": {
286787
- "name": "PointerEventHandler<HTMLDivElement>"
286806
+ "name": "MouseEventHandler<HTMLDivElement>"
286788
286807
  }
286789
286808
  },
286790
- "onPointerEnter": {
286809
+ "onMouseUpCapture": {
286791
286810
  "defaultValue": null,
286792
286811
  "description": "",
286793
- "name": "onPointerEnter",
286812
+ "name": "onMouseUpCapture",
286794
286813
  "parent": {
286795
286814
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286796
286815
  "name": "GlobalDOMEvents"
@@ -286803,13 +286822,13 @@
286803
286822
  ],
286804
286823
  "required": false,
286805
286824
  "type": {
286806
- "name": "PointerEventHandler<HTMLDivElement>"
286825
+ "name": "MouseEventHandler<HTMLDivElement>"
286807
286826
  }
286808
286827
  },
286809
- "onPointerLeave": {
286828
+ "onTouchCancel": {
286810
286829
  "defaultValue": null,
286811
286830
  "description": "",
286812
- "name": "onPointerLeave",
286831
+ "name": "onTouchCancel",
286813
286832
  "parent": {
286814
286833
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286815
286834
  "name": "GlobalDOMEvents"
@@ -286822,13 +286841,13 @@
286822
286841
  ],
286823
286842
  "required": false,
286824
286843
  "type": {
286825
- "name": "PointerEventHandler<HTMLDivElement>"
286844
+ "name": "TouchEventHandler<HTMLDivElement>"
286826
286845
  }
286827
286846
  },
286828
- "onPointerOver": {
286847
+ "onTouchCancelCapture": {
286829
286848
  "defaultValue": null,
286830
286849
  "description": "",
286831
- "name": "onPointerOver",
286850
+ "name": "onTouchCancelCapture",
286832
286851
  "parent": {
286833
286852
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286834
286853
  "name": "GlobalDOMEvents"
@@ -286841,13 +286860,13 @@
286841
286860
  ],
286842
286861
  "required": false,
286843
286862
  "type": {
286844
- "name": "PointerEventHandler<HTMLDivElement>"
286863
+ "name": "TouchEventHandler<HTMLDivElement>"
286845
286864
  }
286846
286865
  },
286847
- "onPointerOverCapture": {
286866
+ "onTouchEnd": {
286848
286867
  "defaultValue": null,
286849
286868
  "description": "",
286850
- "name": "onPointerOverCapture",
286869
+ "name": "onTouchEnd",
286851
286870
  "parent": {
286852
286871
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286853
286872
  "name": "GlobalDOMEvents"
@@ -286860,13 +286879,13 @@
286860
286879
  ],
286861
286880
  "required": false,
286862
286881
  "type": {
286863
- "name": "PointerEventHandler<HTMLDivElement>"
286882
+ "name": "TouchEventHandler<HTMLDivElement>"
286864
286883
  }
286865
286884
  },
286866
- "onPointerOut": {
286885
+ "onTouchEndCapture": {
286867
286886
  "defaultValue": null,
286868
286887
  "description": "",
286869
- "name": "onPointerOut",
286888
+ "name": "onTouchEndCapture",
286870
286889
  "parent": {
286871
286890
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286872
286891
  "name": "GlobalDOMEvents"
@@ -286879,13 +286898,13 @@
286879
286898
  ],
286880
286899
  "required": false,
286881
286900
  "type": {
286882
- "name": "PointerEventHandler<HTMLDivElement>"
286901
+ "name": "TouchEventHandler<HTMLDivElement>"
286883
286902
  }
286884
286903
  },
286885
- "onPointerOutCapture": {
286904
+ "onTouchMove": {
286886
286905
  "defaultValue": null,
286887
286906
  "description": "",
286888
- "name": "onPointerOutCapture",
286907
+ "name": "onTouchMove",
286889
286908
  "parent": {
286890
286909
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286891
286910
  "name": "GlobalDOMEvents"
@@ -286898,13 +286917,13 @@
286898
286917
  ],
286899
286918
  "required": false,
286900
286919
  "type": {
286901
- "name": "PointerEventHandler<HTMLDivElement>"
286920
+ "name": "TouchEventHandler<HTMLDivElement>"
286902
286921
  }
286903
286922
  },
286904
- "onGotPointerCapture": {
286923
+ "onTouchMoveCapture": {
286905
286924
  "defaultValue": null,
286906
286925
  "description": "",
286907
- "name": "onGotPointerCapture",
286926
+ "name": "onTouchMoveCapture",
286908
286927
  "parent": {
286909
286928
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286910
286929
  "name": "GlobalDOMEvents"
@@ -286917,13 +286936,13 @@
286917
286936
  ],
286918
286937
  "required": false,
286919
286938
  "type": {
286920
- "name": "PointerEventHandler<HTMLDivElement>"
286939
+ "name": "TouchEventHandler<HTMLDivElement>"
286921
286940
  }
286922
286941
  },
286923
- "onGotPointerCaptureCapture": {
286942
+ "onTouchStart": {
286924
286943
  "defaultValue": null,
286925
286944
  "description": "",
286926
- "name": "onGotPointerCaptureCapture",
286945
+ "name": "onTouchStart",
286927
286946
  "parent": {
286928
286947
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286929
286948
  "name": "GlobalDOMEvents"
@@ -286936,13 +286955,13 @@
286936
286955
  ],
286937
286956
  "required": false,
286938
286957
  "type": {
286939
- "name": "PointerEventHandler<HTMLDivElement>"
286958
+ "name": "TouchEventHandler<HTMLDivElement>"
286940
286959
  }
286941
286960
  },
286942
- "onLostPointerCapture": {
286961
+ "onTouchStartCapture": {
286943
286962
  "defaultValue": null,
286944
286963
  "description": "",
286945
- "name": "onLostPointerCapture",
286964
+ "name": "onTouchStartCapture",
286946
286965
  "parent": {
286947
286966
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286948
286967
  "name": "GlobalDOMEvents"
@@ -286955,13 +286974,13 @@
286955
286974
  ],
286956
286975
  "required": false,
286957
286976
  "type": {
286958
- "name": "PointerEventHandler<HTMLDivElement>"
286977
+ "name": "TouchEventHandler<HTMLDivElement>"
286959
286978
  }
286960
286979
  },
286961
- "onLostPointerCaptureCapture": {
286980
+ "onPointerDown": {
286962
286981
  "defaultValue": null,
286963
286982
  "description": "",
286964
- "name": "onLostPointerCaptureCapture",
286983
+ "name": "onPointerDown",
286965
286984
  "parent": {
286966
286985
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286967
286986
  "name": "GlobalDOMEvents"
@@ -286977,10 +286996,10 @@
286977
286996
  "name": "PointerEventHandler<HTMLDivElement>"
286978
286997
  }
286979
286998
  },
286980
- "onScroll": {
286999
+ "onPointerDownCapture": {
286981
287000
  "defaultValue": null,
286982
287001
  "description": "",
286983
- "name": "onScroll",
287002
+ "name": "onPointerDownCapture",
286984
287003
  "parent": {
286985
287004
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
286986
287005
  "name": "GlobalDOMEvents"
@@ -286993,13 +287012,13 @@
286993
287012
  ],
286994
287013
  "required": false,
286995
287014
  "type": {
286996
- "name": "UIEventHandler<HTMLDivElement>"
287015
+ "name": "PointerEventHandler<HTMLDivElement>"
286997
287016
  }
286998
287017
  },
286999
- "onScrollCapture": {
287018
+ "onPointerMove": {
287000
287019
  "defaultValue": null,
287001
287020
  "description": "",
287002
- "name": "onScrollCapture",
287021
+ "name": "onPointerMove",
287003
287022
  "parent": {
287004
287023
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287005
287024
  "name": "GlobalDOMEvents"
@@ -287012,13 +287031,13 @@
287012
287031
  ],
287013
287032
  "required": false,
287014
287033
  "type": {
287015
- "name": "UIEventHandler<HTMLDivElement>"
287034
+ "name": "PointerEventHandler<HTMLDivElement>"
287016
287035
  }
287017
287036
  },
287018
- "onWheel": {
287037
+ "onPointerMoveCapture": {
287019
287038
  "defaultValue": null,
287020
287039
  "description": "",
287021
- "name": "onWheel",
287040
+ "name": "onPointerMoveCapture",
287022
287041
  "parent": {
287023
287042
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287024
287043
  "name": "GlobalDOMEvents"
@@ -287031,13 +287050,13 @@
287031
287050
  ],
287032
287051
  "required": false,
287033
287052
  "type": {
287034
- "name": "WheelEventHandler<HTMLDivElement>"
287053
+ "name": "PointerEventHandler<HTMLDivElement>"
287035
287054
  }
287036
287055
  },
287037
- "onWheelCapture": {
287056
+ "onPointerUp": {
287038
287057
  "defaultValue": null,
287039
287058
  "description": "",
287040
- "name": "onWheelCapture",
287059
+ "name": "onPointerUp",
287041
287060
  "parent": {
287042
287061
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287043
287062
  "name": "GlobalDOMEvents"
@@ -287050,13 +287069,13 @@
287050
287069
  ],
287051
287070
  "required": false,
287052
287071
  "type": {
287053
- "name": "WheelEventHandler<HTMLDivElement>"
287072
+ "name": "PointerEventHandler<HTMLDivElement>"
287054
287073
  }
287055
287074
  },
287056
- "onAnimationStart": {
287075
+ "onPointerUpCapture": {
287057
287076
  "defaultValue": null,
287058
287077
  "description": "",
287059
- "name": "onAnimationStart",
287078
+ "name": "onPointerUpCapture",
287060
287079
  "parent": {
287061
287080
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287062
287081
  "name": "GlobalDOMEvents"
@@ -287069,13 +287088,13 @@
287069
287088
  ],
287070
287089
  "required": false,
287071
287090
  "type": {
287072
- "name": "AnimationEventHandler<HTMLDivElement>"
287091
+ "name": "PointerEventHandler<HTMLDivElement>"
287073
287092
  }
287074
287093
  },
287075
- "onAnimationStartCapture": {
287094
+ "onPointerCancel": {
287076
287095
  "defaultValue": null,
287077
287096
  "description": "",
287078
- "name": "onAnimationStartCapture",
287097
+ "name": "onPointerCancel",
287079
287098
  "parent": {
287080
287099
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287081
287100
  "name": "GlobalDOMEvents"
@@ -287088,13 +287107,13 @@
287088
287107
  ],
287089
287108
  "required": false,
287090
287109
  "type": {
287091
- "name": "AnimationEventHandler<HTMLDivElement>"
287110
+ "name": "PointerEventHandler<HTMLDivElement>"
287092
287111
  }
287093
287112
  },
287094
- "onAnimationEnd": {
287113
+ "onPointerCancelCapture": {
287095
287114
  "defaultValue": null,
287096
287115
  "description": "",
287097
- "name": "onAnimationEnd",
287116
+ "name": "onPointerCancelCapture",
287098
287117
  "parent": {
287099
287118
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287100
287119
  "name": "GlobalDOMEvents"
@@ -287107,13 +287126,13 @@
287107
287126
  ],
287108
287127
  "required": false,
287109
287128
  "type": {
287110
- "name": "AnimationEventHandler<HTMLDivElement>"
287129
+ "name": "PointerEventHandler<HTMLDivElement>"
287111
287130
  }
287112
287131
  },
287113
- "onAnimationEndCapture": {
287132
+ "onPointerEnter": {
287114
287133
  "defaultValue": null,
287115
287134
  "description": "",
287116
- "name": "onAnimationEndCapture",
287135
+ "name": "onPointerEnter",
287117
287136
  "parent": {
287118
287137
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287119
287138
  "name": "GlobalDOMEvents"
@@ -287126,13 +287145,13 @@
287126
287145
  ],
287127
287146
  "required": false,
287128
287147
  "type": {
287129
- "name": "AnimationEventHandler<HTMLDivElement>"
287148
+ "name": "PointerEventHandler<HTMLDivElement>"
287130
287149
  }
287131
287150
  },
287132
- "onAnimationIteration": {
287151
+ "onPointerLeave": {
287133
287152
  "defaultValue": null,
287134
287153
  "description": "",
287135
- "name": "onAnimationIteration",
287154
+ "name": "onPointerLeave",
287136
287155
  "parent": {
287137
287156
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287138
287157
  "name": "GlobalDOMEvents"
@@ -287145,13 +287164,13 @@
287145
287164
  ],
287146
287165
  "required": false,
287147
287166
  "type": {
287148
- "name": "AnimationEventHandler<HTMLDivElement>"
287167
+ "name": "PointerEventHandler<HTMLDivElement>"
287149
287168
  }
287150
287169
  },
287151
- "onAnimationIterationCapture": {
287170
+ "onPointerOver": {
287152
287171
  "defaultValue": null,
287153
287172
  "description": "",
287154
- "name": "onAnimationIterationCapture",
287173
+ "name": "onPointerOver",
287155
287174
  "parent": {
287156
287175
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287157
287176
  "name": "GlobalDOMEvents"
@@ -287164,13 +287183,13 @@
287164
287183
  ],
287165
287184
  "required": false,
287166
287185
  "type": {
287167
- "name": "AnimationEventHandler<HTMLDivElement>"
287186
+ "name": "PointerEventHandler<HTMLDivElement>"
287168
287187
  }
287169
287188
  },
287170
- "onTransitionCancel": {
287189
+ "onPointerOverCapture": {
287171
287190
  "defaultValue": null,
287172
287191
  "description": "",
287173
- "name": "onTransitionCancel",
287192
+ "name": "onPointerOverCapture",
287174
287193
  "parent": {
287175
287194
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287176
287195
  "name": "GlobalDOMEvents"
@@ -287183,13 +287202,13 @@
287183
287202
  ],
287184
287203
  "required": false,
287185
287204
  "type": {
287186
- "name": "TransitionEventHandler<HTMLDivElement>"
287205
+ "name": "PointerEventHandler<HTMLDivElement>"
287187
287206
  }
287188
287207
  },
287189
- "onTransitionCancelCapture": {
287208
+ "onPointerOut": {
287190
287209
  "defaultValue": null,
287191
287210
  "description": "",
287192
- "name": "onTransitionCancelCapture",
287211
+ "name": "onPointerOut",
287193
287212
  "parent": {
287194
287213
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287195
287214
  "name": "GlobalDOMEvents"
@@ -287202,13 +287221,13 @@
287202
287221
  ],
287203
287222
  "required": false,
287204
287223
  "type": {
287205
- "name": "TransitionEventHandler<HTMLDivElement>"
287224
+ "name": "PointerEventHandler<HTMLDivElement>"
287206
287225
  }
287207
287226
  },
287208
- "onTransitionEnd": {
287227
+ "onPointerOutCapture": {
287209
287228
  "defaultValue": null,
287210
287229
  "description": "",
287211
- "name": "onTransitionEnd",
287230
+ "name": "onPointerOutCapture",
287212
287231
  "parent": {
287213
287232
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287214
287233
  "name": "GlobalDOMEvents"
@@ -287221,13 +287240,13 @@
287221
287240
  ],
287222
287241
  "required": false,
287223
287242
  "type": {
287224
- "name": "TransitionEventHandler<HTMLDivElement>"
287243
+ "name": "PointerEventHandler<HTMLDivElement>"
287225
287244
  }
287226
287245
  },
287227
- "onTransitionEndCapture": {
287246
+ "onGotPointerCapture": {
287228
287247
  "defaultValue": null,
287229
287248
  "description": "",
287230
- "name": "onTransitionEndCapture",
287249
+ "name": "onGotPointerCapture",
287231
287250
  "parent": {
287232
287251
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287233
287252
  "name": "GlobalDOMEvents"
@@ -287240,13 +287259,13 @@
287240
287259
  ],
287241
287260
  "required": false,
287242
287261
  "type": {
287243
- "name": "TransitionEventHandler<HTMLDivElement>"
287262
+ "name": "PointerEventHandler<HTMLDivElement>"
287244
287263
  }
287245
287264
  },
287246
- "onTransitionRun": {
287265
+ "onGotPointerCaptureCapture": {
287247
287266
  "defaultValue": null,
287248
287267
  "description": "",
287249
- "name": "onTransitionRun",
287268
+ "name": "onGotPointerCaptureCapture",
287250
287269
  "parent": {
287251
287270
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287252
287271
  "name": "GlobalDOMEvents"
@@ -287259,13 +287278,13 @@
287259
287278
  ],
287260
287279
  "required": false,
287261
287280
  "type": {
287262
- "name": "TransitionEventHandler<HTMLDivElement>"
287281
+ "name": "PointerEventHandler<HTMLDivElement>"
287263
287282
  }
287264
287283
  },
287265
- "onTransitionRunCapture": {
287284
+ "onLostPointerCapture": {
287266
287285
  "defaultValue": null,
287267
287286
  "description": "",
287268
- "name": "onTransitionRunCapture",
287287
+ "name": "onLostPointerCapture",
287269
287288
  "parent": {
287270
287289
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287271
287290
  "name": "GlobalDOMEvents"
@@ -287278,13 +287297,13 @@
287278
287297
  ],
287279
287298
  "required": false,
287280
287299
  "type": {
287281
- "name": "TransitionEventHandler<HTMLDivElement>"
287300
+ "name": "PointerEventHandler<HTMLDivElement>"
287282
287301
  }
287283
287302
  },
287284
- "onTransitionStart": {
287303
+ "onLostPointerCaptureCapture": {
287285
287304
  "defaultValue": null,
287286
287305
  "description": "",
287287
- "name": "onTransitionStart",
287306
+ "name": "onLostPointerCaptureCapture",
287288
287307
  "parent": {
287289
287308
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287290
287309
  "name": "GlobalDOMEvents"
@@ -287297,13 +287316,13 @@
287297
287316
  ],
287298
287317
  "required": false,
287299
287318
  "type": {
287300
- "name": "TransitionEventHandler<HTMLDivElement>"
287319
+ "name": "PointerEventHandler<HTMLDivElement>"
287301
287320
  }
287302
287321
  },
287303
- "onTransitionStartCapture": {
287322
+ "onScroll": {
287304
287323
  "defaultValue": null,
287305
287324
  "description": "",
287306
- "name": "onTransitionStartCapture",
287325
+ "name": "onScroll",
287307
287326
  "parent": {
287308
287327
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287309
287328
  "name": "GlobalDOMEvents"
@@ -287316,533 +287335,510 @@
287316
287335
  ],
287317
287336
  "required": false,
287318
287337
  "type": {
287319
- "name": "TransitionEventHandler<HTMLDivElement>"
287338
+ "name": "UIEventHandler<HTMLDivElement>"
287320
287339
  }
287321
- }
287322
- }
287323
- },
287324
- {
287325
- "tags": {
287326
- "flr-generate": "all"
287327
- },
287328
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableRow/TableRow.tsx",
287329
- "description": "",
287330
- "displayName": "TableRow",
287331
- "methods": [],
287332
- "props": {
287333
- "className": {
287334
- "defaultValue": {
287335
- "value": "'react-aria-Tooltip'"
287336
- },
287337
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
287338
- "name": "className",
287340
+ },
287341
+ "onScrollCapture": {
287342
+ "defaultValue": null,
287343
+ "description": "",
287344
+ "name": "onScrollCapture",
287339
287345
  "parent": {
287340
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287341
- "name": "TooltipProps"
287346
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287347
+ "name": "GlobalDOMEvents"
287342
287348
  },
287343
287349
  "declarations": [
287344
287350
  {
287345
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287346
- "name": "TooltipProps"
287351
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287352
+ "name": "GlobalDOMEvents"
287347
287353
  }
287348
287354
  ],
287349
287355
  "required": false,
287350
287356
  "type": {
287351
- "name": "ClassNameOrFunction<TooltipRenderProps>"
287357
+ "name": "UIEventHandler<HTMLDivElement>"
287352
287358
  }
287353
287359
  },
287354
- "columns": {
287360
+ "onWheel": {
287355
287361
  "defaultValue": null,
287356
- "description": "A list of table columns.",
287357
- "name": "columns",
287362
+ "description": "",
287363
+ "name": "onWheel",
287358
287364
  "parent": {
287359
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287360
- "name": "TableHeaderProps"
287365
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287366
+ "name": "GlobalDOMEvents"
287361
287367
  },
287362
287368
  "declarations": [
287363
287369
  {
287364
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287365
- "name": "TableHeaderProps"
287370
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287371
+ "name": "GlobalDOMEvents"
287366
287372
  }
287367
287373
  ],
287368
287374
  "required": false,
287369
287375
  "type": {
287370
- "name": "Iterable<never>"
287376
+ "name": "WheelEventHandler<HTMLDivElement>"
287371
287377
  }
287372
287378
  },
287373
- "children": {
287379
+ "onWheelCapture": {
287374
287380
  "defaultValue": null,
287375
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
287376
- "name": "children",
287381
+ "description": "",
287382
+ "name": "onWheelCapture",
287377
287383
  "parent": {
287378
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287379
- "name": "TableProps"
287384
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287385
+ "name": "GlobalDOMEvents"
287380
287386
  },
287381
287387
  "declarations": [
287382
287388
  {
287383
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287384
- "name": "TableProps"
287389
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287390
+ "name": "GlobalDOMEvents"
287385
287391
  }
287386
287392
  ],
287387
287393
  "required": false,
287388
287394
  "type": {
287389
- "name": "ReactNode"
287395
+ "name": "WheelEventHandler<HTMLDivElement>"
287390
287396
  }
287391
287397
  },
287392
- "value": {
287398
+ "onAnimationStart": {
287393
287399
  "defaultValue": null,
287394
- "description": "The object value that this item represents. When using dynamic collections, this is set automatically.",
287395
- "name": "value",
287400
+ "description": "",
287401
+ "name": "onAnimationStart",
287396
287402
  "parent": {
287397
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287398
- "name": "MenuItemProps"
287403
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287404
+ "name": "GlobalDOMEvents"
287399
287405
  },
287400
287406
  "declarations": [
287401
287407
  {
287402
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287403
- "name": "MenuItemProps"
287408
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287409
+ "name": "GlobalDOMEvents"
287404
287410
  }
287405
287411
  ],
287406
287412
  "required": false,
287407
287413
  "type": {
287408
- "name": "object"
287414
+ "name": "AnimationEventHandler<HTMLDivElement>"
287409
287415
  }
287410
287416
  },
287411
- "dependencies": {
287417
+ "onAnimationStartCapture": {
287412
287418
  "defaultValue": null,
287413
- "description": "Values that should invalidate the item cache when using dynamic collections.",
287414
- "name": "dependencies",
287419
+ "description": "",
287420
+ "name": "onAnimationStartCapture",
287415
287421
  "parent": {
287416
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287417
- "name": "CollectionProps"
287422
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287423
+ "name": "GlobalDOMEvents"
287418
287424
  },
287419
287425
  "declarations": [
287420
287426
  {
287421
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287422
- "name": "CollectionProps"
287427
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287428
+ "name": "GlobalDOMEvents"
287423
287429
  }
287424
287430
  ],
287425
287431
  "required": false,
287426
287432
  "type": {
287427
- "name": "readonly any[]"
287433
+ "name": "AnimationEventHandler<HTMLDivElement>"
287428
287434
  }
287429
287435
  },
287430
- "textValue": {
287436
+ "onAnimationEnd": {
287431
287437
  "defaultValue": null,
287432
- "description": "A string representation of the item's contents, used for features like typeahead.",
287433
- "name": "textValue",
287438
+ "description": "",
287439
+ "name": "onAnimationEnd",
287434
287440
  "parent": {
287435
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287436
- "name": "ListBoxItemProps"
287441
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287442
+ "name": "GlobalDOMEvents"
287437
287443
  },
287438
287444
  "declarations": [
287439
287445
  {
287440
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287441
- "name": "ListBoxItemProps"
287446
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287447
+ "name": "GlobalDOMEvents"
287442
287448
  }
287443
287449
  ],
287444
287450
  "required": false,
287445
287451
  "type": {
287446
- "name": "string"
287452
+ "name": "AnimationEventHandler<HTMLDivElement>"
287447
287453
  }
287448
287454
  },
287449
- "isDisabled": {
287450
- "defaultValue": null,
287451
- "description": "Whether the item is disabled.",
287452
- "name": "isDisabled",
287453
- "parent": {
287454
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287455
- "name": "ListBoxItemProps"
287456
- },
287457
- "declarations": [
287458
- {
287459
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287460
- "name": "ListBoxItemProps"
287461
- }
287462
- ],
287463
- "required": false,
287464
- "type": {
287465
- "name": "boolean"
287466
- }
287467
- },
287468
- "onAction": {
287455
+ "onAnimationEndCapture": {
287469
287456
  "defaultValue": null,
287470
- "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.",
287471
- "name": "onAction",
287457
+ "description": "",
287458
+ "name": "onAnimationEndCapture",
287472
287459
  "parent": {
287473
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287474
- "name": "ListBoxItemProps"
287460
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287461
+ "name": "GlobalDOMEvents"
287475
287462
  },
287476
287463
  "declarations": [
287477
287464
  {
287478
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287479
- "name": "ListBoxItemProps"
287465
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287466
+ "name": "GlobalDOMEvents"
287480
287467
  }
287481
287468
  ],
287482
287469
  "required": false,
287483
287470
  "type": {
287484
- "name": "(() => void)"
287471
+ "name": "AnimationEventHandler<HTMLDivElement>"
287485
287472
  }
287486
287473
  },
287487
- "id": {
287474
+ "onAnimationIteration": {
287488
287475
  "defaultValue": null,
287489
- "description": "The unique id of the item.",
287490
- "name": "id",
287476
+ "description": "",
287477
+ "name": "onAnimationIteration",
287491
287478
  "parent": {
287492
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287493
- "name": "MenuItemProps"
287479
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287480
+ "name": "GlobalDOMEvents"
287494
287481
  },
287495
287482
  "declarations": [
287496
287483
  {
287497
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287498
- "name": "MenuItemProps"
287484
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287485
+ "name": "GlobalDOMEvents"
287499
287486
  }
287500
287487
  ],
287501
287488
  "required": false,
287502
287489
  "type": {
287503
- "name": "Key"
287490
+ "name": "AnimationEventHandler<HTMLDivElement>"
287504
287491
  }
287505
287492
  },
287506
- "style": {
287493
+ "onAnimationIterationCapture": {
287507
287494
  "defaultValue": null,
287508
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
287509
- "name": "style",
287495
+ "description": "",
287496
+ "name": "onAnimationIterationCapture",
287510
287497
  "parent": {
287511
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287512
- "name": "StyleRenderProps"
287498
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287499
+ "name": "GlobalDOMEvents"
287513
287500
  },
287514
287501
  "declarations": [
287515
287502
  {
287516
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287517
- "name": "StyleRenderProps"
287503
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287504
+ "name": "GlobalDOMEvents"
287518
287505
  }
287519
287506
  ],
287520
287507
  "required": false,
287521
287508
  "type": {
287522
- "name": "StyleOrFunction<TooltipRenderProps>"
287509
+ "name": "AnimationEventHandler<HTMLDivElement>"
287523
287510
  }
287524
287511
  },
287525
- "href": {
287512
+ "onTransitionCancel": {
287526
287513
  "defaultValue": null,
287527
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
287528
- "name": "href",
287514
+ "description": "",
287515
+ "name": "onTransitionCancel",
287529
287516
  "parent": {
287530
287517
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287531
- "name": "LinkDOMProps"
287518
+ "name": "GlobalDOMEvents"
287532
287519
  },
287533
287520
  "declarations": [
287534
287521
  {
287535
287522
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287536
- "name": "LinkDOMProps"
287523
+ "name": "GlobalDOMEvents"
287537
287524
  }
287538
287525
  ],
287539
287526
  "required": false,
287540
287527
  "type": {
287541
- "name": "string"
287528
+ "name": "TransitionEventHandler<HTMLDivElement>"
287542
287529
  }
287543
287530
  },
287544
- "hrefLang": {
287531
+ "onTransitionCancelCapture": {
287545
287532
  "defaultValue": null,
287546
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
287547
- "name": "hrefLang",
287533
+ "description": "",
287534
+ "name": "onTransitionCancelCapture",
287548
287535
  "parent": {
287549
287536
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287550
- "name": "LinkDOMProps"
287537
+ "name": "GlobalDOMEvents"
287551
287538
  },
287552
287539
  "declarations": [
287553
287540
  {
287554
287541
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287555
- "name": "LinkDOMProps"
287542
+ "name": "GlobalDOMEvents"
287556
287543
  }
287557
287544
  ],
287558
287545
  "required": false,
287559
287546
  "type": {
287560
- "name": "string"
287547
+ "name": "TransitionEventHandler<HTMLDivElement>"
287561
287548
  }
287562
287549
  },
287563
- "target": {
287550
+ "onTransitionEnd": {
287564
287551
  "defaultValue": null,
287565
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
287566
- "name": "target",
287552
+ "description": "",
287553
+ "name": "onTransitionEnd",
287567
287554
  "parent": {
287568
287555
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287569
- "name": "LinkDOMProps"
287556
+ "name": "GlobalDOMEvents"
287570
287557
  },
287571
287558
  "declarations": [
287572
287559
  {
287573
287560
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287574
- "name": "LinkDOMProps"
287561
+ "name": "GlobalDOMEvents"
287575
287562
  }
287576
287563
  ],
287577
287564
  "required": false,
287578
287565
  "type": {
287579
- "name": "HTMLAttributeAnchorTarget"
287566
+ "name": "TransitionEventHandler<HTMLDivElement>"
287580
287567
  }
287581
287568
  },
287582
- "rel": {
287569
+ "onTransitionEndCapture": {
287583
287570
  "defaultValue": null,
287584
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
287585
- "name": "rel",
287571
+ "description": "",
287572
+ "name": "onTransitionEndCapture",
287586
287573
  "parent": {
287587
287574
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287588
- "name": "LinkDOMProps"
287575
+ "name": "GlobalDOMEvents"
287589
287576
  },
287590
287577
  "declarations": [
287591
287578
  {
287592
287579
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287593
- "name": "LinkDOMProps"
287580
+ "name": "GlobalDOMEvents"
287594
287581
  }
287595
287582
  ],
287596
287583
  "required": false,
287597
287584
  "type": {
287598
- "name": "string"
287585
+ "name": "TransitionEventHandler<HTMLDivElement>"
287599
287586
  }
287600
287587
  },
287601
- "download": {
287588
+ "onTransitionRun": {
287602
287589
  "defaultValue": null,
287603
- "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).",
287604
- "name": "download",
287590
+ "description": "",
287591
+ "name": "onTransitionRun",
287605
287592
  "parent": {
287606
287593
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287607
- "name": "LinkDOMProps"
287594
+ "name": "GlobalDOMEvents"
287608
287595
  },
287609
287596
  "declarations": [
287610
287597
  {
287611
287598
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287612
- "name": "LinkDOMProps"
287599
+ "name": "GlobalDOMEvents"
287613
287600
  }
287614
287601
  ],
287615
287602
  "required": false,
287616
287603
  "type": {
287617
- "name": "string | boolean"
287604
+ "name": "TransitionEventHandler<HTMLDivElement>"
287618
287605
  }
287619
287606
  },
287620
- "ping": {
287607
+ "onTransitionRunCapture": {
287621
287608
  "defaultValue": null,
287622
- "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).",
287623
- "name": "ping",
287609
+ "description": "",
287610
+ "name": "onTransitionRunCapture",
287624
287611
  "parent": {
287625
287612
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287626
- "name": "LinkDOMProps"
287613
+ "name": "GlobalDOMEvents"
287627
287614
  },
287628
287615
  "declarations": [
287629
287616
  {
287630
287617
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287631
- "name": "LinkDOMProps"
287618
+ "name": "GlobalDOMEvents"
287632
287619
  }
287633
287620
  ],
287634
287621
  "required": false,
287635
287622
  "type": {
287636
- "name": "string"
287623
+ "name": "TransitionEventHandler<HTMLDivElement>"
287637
287624
  }
287638
287625
  },
287639
- "referrerPolicy": {
287626
+ "onTransitionStart": {
287640
287627
  "defaultValue": null,
287641
- "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).",
287642
- "name": "referrerPolicy",
287628
+ "description": "",
287629
+ "name": "onTransitionStart",
287643
287630
  "parent": {
287644
287631
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287645
- "name": "LinkDOMProps"
287632
+ "name": "GlobalDOMEvents"
287646
287633
  },
287647
287634
  "declarations": [
287648
287635
  {
287649
287636
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287650
- "name": "LinkDOMProps"
287637
+ "name": "GlobalDOMEvents"
287651
287638
  }
287652
287639
  ],
287653
287640
  "required": false,
287654
287641
  "type": {
287655
- "name": "HTMLAttributeReferrerPolicy"
287642
+ "name": "TransitionEventHandler<HTMLDivElement>"
287656
287643
  }
287657
287644
  },
287658
- "routerOptions": {
287645
+ "onTransitionStartCapture": {
287659
287646
  "defaultValue": null,
287660
- "description": "Options for the configured client side router.",
287661
- "name": "routerOptions",
287647
+ "description": "",
287648
+ "name": "onTransitionStartCapture",
287662
287649
  "parent": {
287663
287650
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287664
- "name": "LinkDOMProps"
287651
+ "name": "GlobalDOMEvents"
287665
287652
  },
287666
287653
  "declarations": [
287667
287654
  {
287668
287655
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287669
- "name": "LinkDOMProps"
287656
+ "name": "GlobalDOMEvents"
287670
287657
  }
287671
287658
  ],
287672
287659
  "required": false,
287673
287660
  "type": {
287674
- "name": "undefined"
287661
+ "name": "TransitionEventHandler<HTMLDivElement>"
287675
287662
  }
287676
287663
  },
287677
- "onHoverStart": {
287664
+ "footer": {
287678
287665
  "defaultValue": null,
287679
- "description": "Handler that is called when a hover interaction starts.",
287680
- "name": "onHoverStart",
287681
- "parent": {
287682
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287683
- "name": "HoverEvents"
287684
- },
287666
+ "description": "@internal",
287667
+ "name": "footer",
287685
287668
  "declarations": [
287686
287669
  {
287687
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287688
- "name": "HoverEvents"
287670
+ "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
287671
+ "name": "TypeLiteral"
287689
287672
  }
287690
287673
  ],
287691
287674
  "required": false,
287692
287675
  "type": {
287693
- "name": "((e: HoverEvent) => void)"
287676
+ "name": "boolean"
287694
287677
  }
287695
- },
287696
- "onHoverEnd": {
287697
- "defaultValue": null,
287698
- "description": "Handler that is called when a hover interaction ends.",
287699
- "name": "onHoverEnd",
287678
+ }
287679
+ }
287680
+ },
287681
+ {
287682
+ "tags": {
287683
+ "flr-generate": "all"
287684
+ },
287685
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableHeader/TableHeader.tsx",
287686
+ "description": "",
287687
+ "displayName": "TableHeader",
287688
+ "methods": [],
287689
+ "props": {
287690
+ "className": {
287691
+ "defaultValue": {
287692
+ "value": "'react-aria-Tooltip'"
287693
+ },
287694
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
287695
+ "name": "className",
287700
287696
  "parent": {
287701
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287702
- "name": "HoverEvents"
287697
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287698
+ "name": "TooltipProps"
287703
287699
  },
287704
287700
  "declarations": [
287705
287701
  {
287706
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287707
- "name": "HoverEvents"
287702
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287703
+ "name": "TooltipProps"
287708
287704
  }
287709
287705
  ],
287710
287706
  "required": false,
287711
287707
  "type": {
287712
- "name": "((e: HoverEvent) => void)"
287708
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
287713
287709
  }
287714
287710
  },
287715
- "onHoverChange": {
287711
+ "columns": {
287716
287712
  "defaultValue": null,
287717
- "description": "Handler that is called when the hover state changes.",
287718
- "name": "onHoverChange",
287713
+ "description": "A list of columns used when dynamically rendering cells.",
287714
+ "name": "columns",
287719
287715
  "parent": {
287720
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287721
- "name": "HoverEvents"
287716
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287717
+ "name": "RowProps"
287722
287718
  },
287723
287719
  "declarations": [
287724
287720
  {
287725
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287726
- "name": "HoverEvents"
287721
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287722
+ "name": "RowProps"
287727
287723
  }
287728
287724
  ],
287729
287725
  "required": false,
287730
287726
  "type": {
287731
- "name": "((isHovering: boolean) => void)"
287727
+ "name": "Iterable<never>"
287732
287728
  }
287733
287729
  },
287734
- "onPress": {
287730
+ "children": {
287735
287731
  "defaultValue": null,
287736
- "description": "Handler that is called when the press is released over the target.",
287737
- "name": "onPress",
287732
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
287733
+ "name": "children",
287738
287734
  "parent": {
287739
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287740
- "name": "PressEvents"
287735
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287736
+ "name": "TableProps"
287741
287737
  },
287742
287738
  "declarations": [
287743
287739
  {
287744
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287745
- "name": "PressEvents"
287740
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287741
+ "name": "TableProps"
287746
287742
  }
287747
287743
  ],
287748
287744
  "required": false,
287749
287745
  "type": {
287750
- "name": "((e: PressEvent) => void)"
287746
+ "name": "ReactNode"
287751
287747
  }
287752
287748
  },
287753
- "onPressStart": {
287749
+ "dependencies": {
287754
287750
  "defaultValue": null,
287755
- "description": "Handler that is called when a press interaction starts.",
287756
- "name": "onPressStart",
287751
+ "description": "Values that should invalidate the item cache when using dynamic collections.",
287752
+ "name": "dependencies",
287757
287753
  "parent": {
287758
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287759
- "name": "PressEvents"
287754
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287755
+ "name": "CollectionProps"
287760
287756
  },
287761
287757
  "declarations": [
287762
287758
  {
287763
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287764
- "name": "PressEvents"
287759
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287760
+ "name": "CollectionProps"
287765
287761
  }
287766
287762
  ],
287767
287763
  "required": false,
287768
287764
  "type": {
287769
- "name": "((e: PressEvent) => void)"
287765
+ "name": "readonly any[]"
287770
287766
  }
287771
287767
  },
287772
- "onPressEnd": {
287768
+ "style": {
287773
287769
  "defaultValue": null,
287774
- "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
287775
- "name": "onPressEnd",
287770
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
287771
+ "name": "style",
287776
287772
  "parent": {
287777
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287778
- "name": "PressEvents"
287773
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287774
+ "name": "StyleRenderProps"
287779
287775
  },
287780
287776
  "declarations": [
287781
287777
  {
287782
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287783
- "name": "PressEvents"
287778
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
287779
+ "name": "StyleRenderProps"
287784
287780
  }
287785
287781
  ],
287786
287782
  "required": false,
287787
287783
  "type": {
287788
- "name": "((e: PressEvent) => void)"
287784
+ "name": "StyleOrFunction<TooltipRenderProps>"
287789
287785
  }
287790
287786
  },
287791
- "onPressChange": {
287787
+ "onHoverStart": {
287792
287788
  "defaultValue": null,
287793
- "description": "Handler that is called when the press state changes.",
287794
- "name": "onPressChange",
287789
+ "description": "Handler that is called when a hover interaction starts.",
287790
+ "name": "onHoverStart",
287795
287791
  "parent": {
287796
287792
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287797
- "name": "PressEvents"
287793
+ "name": "HoverEvents"
287798
287794
  },
287799
287795
  "declarations": [
287800
287796
  {
287801
287797
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287802
- "name": "PressEvents"
287798
+ "name": "HoverEvents"
287803
287799
  }
287804
287800
  ],
287805
287801
  "required": false,
287806
287802
  "type": {
287807
- "name": "((isPressed: boolean) => void)"
287803
+ "name": "((e: HoverEvent) => void)"
287808
287804
  }
287809
287805
  },
287810
- "onPressUp": {
287806
+ "onHoverEnd": {
287811
287807
  "defaultValue": null,
287812
- "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
287813
- "name": "onPressUp",
287808
+ "description": "Handler that is called when a hover interaction ends.",
287809
+ "name": "onHoverEnd",
287814
287810
  "parent": {
287815
287811
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287816
- "name": "PressEvents"
287812
+ "name": "HoverEvents"
287817
287813
  },
287818
287814
  "declarations": [
287819
287815
  {
287820
287816
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287821
- "name": "PressEvents"
287817
+ "name": "HoverEvents"
287822
287818
  }
287823
287819
  ],
287824
287820
  "required": false,
287825
287821
  "type": {
287826
- "name": "((e: PressEvent) => void)"
287822
+ "name": "((e: HoverEvent) => void)"
287827
287823
  }
287828
287824
  },
287829
- "onClick": {
287825
+ "onHoverChange": {
287830
287826
  "defaultValue": null,
287831
- "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.",
287832
- "name": "onClick",
287827
+ "description": "Handler that is called when the hover state changes.",
287828
+ "name": "onHoverChange",
287833
287829
  "parent": {
287834
287830
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287835
- "name": "PressEvents"
287831
+ "name": "HoverEvents"
287836
287832
  },
287837
287833
  "declarations": [
287838
287834
  {
287839
287835
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
287840
- "name": "PressEvents"
287836
+ "name": "HoverEvents"
287841
287837
  }
287842
287838
  ],
287843
287839
  "required": false,
287844
287840
  "type": {
287845
- "name": "((e: MouseEvent<FocusableElement, MouseEvent>) => void)"
287841
+ "name": "((isHovering: boolean) => void)"
287846
287842
  }
287847
287843
  },
287848
287844
  "dir": {
@@ -287940,6 +287936,25 @@
287940
287936
  "name": "\"yes\" | \"no\""
287941
287937
  }
287942
287938
  },
287939
+ "onClick": {
287940
+ "defaultValue": null,
287941
+ "description": "",
287942
+ "name": "onClick",
287943
+ "parent": {
287944
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287945
+ "name": "GlobalDOMEvents"
287946
+ },
287947
+ "declarations": [
287948
+ {
287949
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
287950
+ "name": "GlobalDOMEvents"
287951
+ }
287952
+ ],
287953
+ "required": false,
287954
+ "type": {
287955
+ "name": "MouseEventHandler<HTMLDivElement>"
287956
+ }
287957
+ },
287943
287958
  "onClickCapture": {
287944
287959
  "defaultValue": null,
287945
287960
  "description": "",
@@ -289122,34 +289137,19 @@
289122
289137
  "defaultValue": null,
289123
289138
  "description": "",
289124
289139
  "name": "onTransitionStartCapture",
289125
- "parent": {
289126
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289127
- "name": "GlobalDOMEvents"
289128
- },
289129
- "declarations": [
289130
- {
289131
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289132
- "name": "GlobalDOMEvents"
289133
- }
289134
- ],
289135
- "required": false,
289136
- "type": {
289137
- "name": "TransitionEventHandler<HTMLDivElement>"
289138
- }
289139
- },
289140
- "footer": {
289141
- "defaultValue": null,
289142
- "description": "@internal",
289143
- "name": "footer",
289140
+ "parent": {
289141
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289142
+ "name": "GlobalDOMEvents"
289143
+ },
289144
289144
  "declarations": [
289145
289145
  {
289146
- "fileName": "components/src/components/Table/components/TableRow/TableRow.tsx",
289147
- "name": "TypeLiteral"
289146
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
289147
+ "name": "GlobalDOMEvents"
289148
289148
  }
289149
289149
  ],
289150
289150
  "required": false,
289151
289151
  "type": {
289152
- "name": "boolean"
289152
+ "name": "TransitionEventHandler<HTMLDivElement>"
289153
289153
  }
289154
289154
  }
289155
289155
  }
@@ -289186,16 +289186,16 @@
289186
289186
  },
289187
289187
  "columns": {
289188
289188
  "defaultValue": null,
289189
- "description": "A list of table columns.",
289189
+ "description": "A list of columns used when dynamically rendering cells.",
289190
289190
  "name": "columns",
289191
289191
  "parent": {
289192
289192
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289193
- "name": "TableHeaderProps"
289193
+ "name": "RowProps"
289194
289194
  },
289195
289195
  "declarations": [
289196
289196
  {
289197
289197
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.14.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-aria-components/dist/types.d.ts",
289198
- "name": "TableHeaderProps"
289198
+ "name": "RowProps"
289199
289199
  }
289200
289200
  ],
289201
289201
  "required": false,
@@ -301814,6 +301814,53 @@
301814
301814
  }
301815
301815
  }
301816
301816
  },
301817
+ {
301818
+ "tags": {},
301819
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301820
+ "description": "",
301821
+ "displayName": "PasswordGenerateButton",
301822
+ "methods": [],
301823
+ "props": {
301824
+ "isDisabled": {
301825
+ "defaultValue": null,
301826
+ "description": "",
301827
+ "name": "isDisabled",
301828
+ "parent": {
301829
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301830
+ "name": "Props"
301831
+ },
301832
+ "declarations": [
301833
+ {
301834
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301835
+ "name": "Props"
301836
+ }
301837
+ ],
301838
+ "required": false,
301839
+ "type": {
301840
+ "name": "boolean"
301841
+ }
301842
+ },
301843
+ "onGeneratePasswordAction": {
301844
+ "defaultValue": null,
301845
+ "description": "",
301846
+ "name": "onGeneratePasswordAction",
301847
+ "parent": {
301848
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301849
+ "name": "Props"
301850
+ },
301851
+ "declarations": [
301852
+ {
301853
+ "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301854
+ "name": "Props"
301855
+ }
301856
+ ],
301857
+ "required": false,
301858
+ "type": {
301859
+ "name": "ActionFn"
301860
+ }
301861
+ }
301862
+ }
301863
+ },
301817
301864
  {
301818
301865
  "tags": {
301819
301866
  "internal": ""
@@ -301901,53 +301948,6 @@
301901
301948
  }
301902
301949
  }
301903
301950
  },
301904
- {
301905
- "tags": {},
301906
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301907
- "description": "",
301908
- "displayName": "PasswordGenerateButton",
301909
- "methods": [],
301910
- "props": {
301911
- "isDisabled": {
301912
- "defaultValue": null,
301913
- "description": "",
301914
- "name": "isDisabled",
301915
- "parent": {
301916
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301917
- "name": "Props"
301918
- },
301919
- "declarations": [
301920
- {
301921
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301922
- "name": "Props"
301923
- }
301924
- ],
301925
- "required": false,
301926
- "type": {
301927
- "name": "boolean"
301928
- }
301929
- },
301930
- "onGeneratePasswordAction": {
301931
- "defaultValue": null,
301932
- "description": "",
301933
- "name": "onGeneratePasswordAction",
301934
- "parent": {
301935
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301936
- "name": "Props"
301937
- },
301938
- "declarations": [
301939
- {
301940
- "fileName": "components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.tsx",
301941
- "name": "Props"
301942
- }
301943
- ],
301944
- "required": false,
301945
- "type": {
301946
- "name": "ActionFn"
301947
- }
301948
- }
301949
- }
301950
- },
301951
301951
  {
301952
301952
  "tags": {
301953
301953
  "flr-generate": "all"
@@ -310816,87 +310816,227 @@
310816
310816
  "props": {
310817
310817
  "isDisabled": {
310818
310818
  "defaultValue": null,
310819
- "description": "",
310820
- "name": "isDisabled",
310819
+ "description": "",
310820
+ "name": "isDisabled",
310821
+ "parent": {
310822
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310823
+ "name": "DateInputProps"
310824
+ },
310825
+ "declarations": [
310826
+ {
310827
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310828
+ "name": "DateInputProps"
310829
+ }
310830
+ ],
310831
+ "required": false,
310832
+ "type": {
310833
+ "name": "boolean"
310834
+ }
310835
+ },
310836
+ "ref": {
310837
+ "defaultValue": null,
310838
+ "description": "",
310839
+ "name": "ref",
310840
+ "parent": {
310841
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310842
+ "name": "DateInputProps"
310843
+ },
310844
+ "declarations": [
310845
+ {
310846
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310847
+ "name": "DateInputProps"
310848
+ }
310849
+ ],
310850
+ "required": false,
310851
+ "type": {
310852
+ "name": "Ref<HTMLSpanElement>"
310853
+ }
310854
+ }
310855
+ }
310856
+ },
310857
+ {
310858
+ "tags": {},
310859
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310860
+ "description": "",
310861
+ "displayName": "DateInput",
310862
+ "methods": [],
310863
+ "props": {
310864
+ "isDisabled": {
310865
+ "defaultValue": null,
310866
+ "description": "",
310867
+ "name": "isDisabled",
310868
+ "parent": {
310869
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310870
+ "name": "DateInputProps"
310871
+ },
310872
+ "declarations": [
310873
+ {
310874
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310875
+ "name": "DateInputProps"
310876
+ }
310877
+ ],
310878
+ "required": false,
310879
+ "type": {
310880
+ "name": "boolean"
310881
+ }
310882
+ },
310883
+ "ref": {
310884
+ "defaultValue": null,
310885
+ "description": "",
310886
+ "name": "ref",
310887
+ "parent": {
310888
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310889
+ "name": "DateInputProps"
310890
+ },
310891
+ "declarations": [
310892
+ {
310893
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310894
+ "name": "DateInputProps"
310895
+ }
310896
+ ],
310897
+ "required": false,
310898
+ "type": {
310899
+ "name": "Ref<HTMLSpanElement>"
310900
+ }
310901
+ }
310902
+ }
310903
+ },
310904
+ {
310905
+ "tags": {
310906
+ "flr-generate": "all"
310907
+ },
310908
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
310909
+ "description": "",
310910
+ "displayName": "ContextualHelpTrigger",
310911
+ "methods": [],
310912
+ "props": {
310913
+ "isDefaultOpen": {
310914
+ "defaultValue": null,
310915
+ "description": "Whether the overlay should be open initially.",
310916
+ "name": "isDefaultOpen",
310917
+ "parent": {
310918
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
310919
+ "name": "OverlayTriggerProps"
310920
+ },
310921
+ "declarations": [
310922
+ {
310923
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
310924
+ "name": "OverlayTriggerProps"
310925
+ }
310926
+ ],
310927
+ "required": false,
310928
+ "type": {
310929
+ "name": "boolean"
310930
+ }
310931
+ },
310932
+ "controller": {
310933
+ "defaultValue": null,
310934
+ "description": "A controller to control the state of the overlay.",
310935
+ "name": "controller",
310936
+ "parent": {
310937
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
310938
+ "name": "OverlayTriggerProps"
310939
+ },
310940
+ "declarations": [
310941
+ {
310942
+ "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
310943
+ "name": "OverlayTriggerProps"
310944
+ }
310945
+ ],
310946
+ "required": false,
310947
+ "type": {
310948
+ "name": "OverlayController"
310949
+ }
310950
+ },
310951
+ "wrapWith": {
310952
+ "defaultValue": null,
310953
+ "description": "",
310954
+ "name": "wrapWith",
310955
+ "parent": {
310956
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
310957
+ "name": "FlowComponentProps"
310958
+ },
310959
+ "declarations": [
310960
+ {
310961
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
310962
+ "name": "FlowComponentProps"
310963
+ }
310964
+ ],
310965
+ "required": false,
310966
+ "type": {
310967
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
310968
+ }
310969
+ },
310970
+ "tunnelId": {
310971
+ "defaultValue": null,
310972
+ "description": "@internal",
310973
+ "name": "tunnelId",
310821
310974
  "parent": {
310822
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310823
- "name": "DateInputProps"
310975
+ "fileName": "components/src/lib/types/props.ts",
310976
+ "name": "PropsWithTunnel"
310824
310977
  },
310825
310978
  "declarations": [
310826
310979
  {
310827
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310828
- "name": "DateInputProps"
310980
+ "fileName": "components/src/lib/types/props.ts",
310981
+ "name": "PropsWithTunnel"
310829
310982
  }
310830
310983
  ],
310831
310984
  "required": false,
310832
310985
  "type": {
310833
- "name": "boolean"
310986
+ "name": "string | null"
310834
310987
  }
310835
310988
  },
310836
310989
  "ref": {
310837
310990
  "defaultValue": null,
310838
- "description": "",
310991
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
310839
310992
  "name": "ref",
310840
310993
  "parent": {
310841
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310842
- "name": "DateInputProps"
310994
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
310995
+ "name": "RefAttributes"
310843
310996
  },
310844
310997
  "declarations": [
310845
310998
  {
310846
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
310847
- "name": "DateInputProps"
310999
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311000
+ "name": "RefAttributes"
310848
311001
  }
310849
311002
  ],
310850
311003
  "required": false,
310851
311004
  "type": {
310852
311005
  "name": "Ref<HTMLSpanElement>"
310853
311006
  }
310854
- }
310855
- }
310856
- },
310857
- {
310858
- "tags": {},
310859
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310860
- "description": "",
310861
- "displayName": "DateInput",
310862
- "methods": [],
310863
- "props": {
310864
- "isDisabled": {
311007
+ },
311008
+ "key": {
310865
311009
  "defaultValue": null,
310866
311010
  "description": "",
310867
- "name": "isDisabled",
311011
+ "name": "key",
310868
311012
  "parent": {
310869
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310870
- "name": "DateInputProps"
311013
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311014
+ "name": "Attributes"
310871
311015
  },
310872
311016
  "declarations": [
310873
311017
  {
310874
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310875
- "name": "DateInputProps"
311018
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311019
+ "name": "Attributes"
310876
311020
  }
310877
311021
  ],
310878
311022
  "required": false,
310879
311023
  "type": {
310880
- "name": "boolean"
311024
+ "name": "Key | null"
310881
311025
  }
310882
311026
  },
310883
- "ref": {
311027
+ "children": {
310884
311028
  "defaultValue": null,
310885
311029
  "description": "",
310886
- "name": "ref",
310887
- "parent": {
310888
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310889
- "name": "DateInputProps"
310890
- },
311030
+ "name": "children",
310891
311031
  "declarations": [
310892
311032
  {
310893
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
310894
- "name": "DateInputProps"
311033
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311034
+ "name": "TypeLiteral"
310895
311035
  }
310896
311036
  ],
310897
311037
  "required": false,
310898
311038
  "type": {
310899
- "name": "Ref<HTMLSpanElement>"
311039
+ "name": "ReactNode"
310900
311040
  }
310901
311041
  }
310902
311042
  }
@@ -310905,9 +311045,9 @@
310905
311045
  "tags": {
310906
311046
  "flr-generate": "all"
310907
311047
  },
310908
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
311048
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
310909
311049
  "description": "",
310910
- "displayName": "ContextualHelpTrigger",
311050
+ "displayName": "ContextMenuTrigger",
310911
311051
  "methods": [],
310912
311052
  "props": {
310913
311053
  "isDefaultOpen": {
@@ -311045,47 +311185,24 @@
311045
311185
  "tags": {
311046
311186
  "flr-generate": "all"
311047
311187
  },
311048
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
311188
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311049
311189
  "description": "",
311050
- "displayName": "ContextMenuTrigger",
311190
+ "displayName": "ContextMenuSection",
311051
311191
  "methods": [],
311052
311192
  "props": {
311053
- "isDefaultOpen": {
311054
- "defaultValue": null,
311055
- "description": "Whether the overlay should be open initially.",
311056
- "name": "isDefaultOpen",
311057
- "parent": {
311058
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311059
- "name": "OverlayTriggerProps"
311060
- },
311061
- "declarations": [
311062
- {
311063
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311064
- "name": "OverlayTriggerProps"
311065
- }
311066
- ],
311067
- "required": false,
311068
- "type": {
311069
- "name": "boolean"
311070
- }
311071
- },
311072
- "controller": {
311193
+ "children": {
311073
311194
  "defaultValue": null,
311074
- "description": "A controller to control the state of the overlay.",
311075
- "name": "controller",
311076
- "parent": {
311077
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311078
- "name": "OverlayTriggerProps"
311079
- },
311195
+ "description": "",
311196
+ "name": "children",
311080
311197
  "declarations": [
311081
311198
  {
311082
- "fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
311083
- "name": "OverlayTriggerProps"
311199
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311200
+ "name": "TypeLiteral"
311084
311201
  }
311085
311202
  ],
311086
311203
  "required": false,
311087
311204
  "type": {
311088
- "name": "OverlayController"
311205
+ "name": "ReactNode"
311089
311206
  }
311090
311207
  },
311091
311208
  "wrapWith": {
@@ -311164,19 +311281,57 @@
311164
311281
  "name": "Key | null"
311165
311282
  }
311166
311283
  },
311167
- "children": {
311284
+ "selectedKeys": {
311285
+ "defaultValue": null,
311286
+ "description": "The currently selected keys in the collection (controlled).",
311287
+ "name": "selectedKeys",
311288
+ "parent": {
311289
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311290
+ "name": "MultipleSelection"
311291
+ },
311292
+ "declarations": [
311293
+ {
311294
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311295
+ "name": "MultipleSelection"
311296
+ }
311297
+ ],
311298
+ "required": false,
311299
+ "type": {
311300
+ "name": "\"all\" | Iterable<Key>"
311301
+ }
311302
+ },
311303
+ "defaultSelectedKeys": {
311304
+ "defaultValue": null,
311305
+ "description": "The initial selected keys in the collection (uncontrolled).",
311306
+ "name": "defaultSelectedKeys",
311307
+ "parent": {
311308
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311309
+ "name": "MultipleSelection"
311310
+ },
311311
+ "declarations": [
311312
+ {
311313
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
311314
+ "name": "MultipleSelection"
311315
+ }
311316
+ ],
311317
+ "required": false,
311318
+ "type": {
311319
+ "name": "\"all\" | Iterable<Key>"
311320
+ }
311321
+ },
311322
+ "selectionMode": {
311168
311323
  "defaultValue": null,
311169
311324
  "description": "",
311170
- "name": "children",
311325
+ "name": "selectionMode",
311171
311326
  "declarations": [
311172
311327
  {
311173
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
311328
+ "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
311174
311329
  "name": "TypeLiteral"
311175
311330
  }
311176
311331
  ],
311177
311332
  "required": false,
311178
311333
  "type": {
311179
- "name": "ReactNode"
311334
+ "name": "ContextMenuSelectionMode"
311180
311335
  }
311181
311336
  }
311182
311337
  }
@@ -312892,156 +313047,54 @@
312892
313047
  "parent": {
312893
313048
  "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
312894
313049
  "name": "GlobalDOMEvents"
312895
- },
312896
- "declarations": [
312897
- {
312898
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
312899
- "name": "GlobalDOMEvents"
312900
- }
312901
- ],
312902
- "required": false,
312903
- "type": {
312904
- "name": "TransitionEventHandler<HTMLDivElement>"
312905
- }
312906
- },
312907
- "onTransitionStart": {
312908
- "defaultValue": null,
312909
- "description": "",
312910
- "name": "onTransitionStart",
312911
- "parent": {
312912
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
312913
- "name": "GlobalDOMEvents"
312914
- },
312915
- "declarations": [
312916
- {
312917
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
312918
- "name": "GlobalDOMEvents"
312919
- }
312920
- ],
312921
- "required": false,
312922
- "type": {
312923
- "name": "TransitionEventHandler<HTMLDivElement>"
312924
- }
312925
- },
312926
- "onTransitionStartCapture": {
312927
- "defaultValue": null,
312928
- "description": "",
312929
- "name": "onTransitionStartCapture",
312930
- "parent": {
312931
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
312932
- "name": "GlobalDOMEvents"
312933
- },
312934
- "declarations": [
312935
- {
312936
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
312937
- "name": "GlobalDOMEvents"
312938
- }
312939
- ],
312940
- "required": false,
312941
- "type": {
312942
- "name": "TransitionEventHandler<HTMLDivElement>"
312943
- }
312944
- },
312945
- "ref": {
312946
- "defaultValue": null,
312947
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
312948
- "name": "ref",
312949
- "parent": {
312950
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312951
- "name": "RefAttributes"
312952
- },
312953
- "declarations": [
312954
- {
312955
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312956
- "name": "RefAttributes"
312957
- }
312958
- ],
312959
- "required": false,
312960
- "type": {
312961
- "name": "Ref<HTMLSpanElement>"
312962
- }
312963
- },
312964
- "key": {
312965
- "defaultValue": null,
312966
- "description": "",
312967
- "name": "key",
312968
- "parent": {
312969
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312970
- "name": "Attributes"
312971
- },
312972
- "declarations": [
312973
- {
312974
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
312975
- "name": "Attributes"
312976
- }
312977
- ],
312978
- "required": false,
312979
- "type": {
312980
- "name": "Key | null"
312981
- }
312982
- }
312983
- }
312984
- },
312985
- {
312986
- "tags": {
312987
- "flr-generate": "all"
312988
- },
312989
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
312990
- "description": "",
312991
- "displayName": "ContextMenuSection",
312992
- "methods": [],
312993
- "props": {
312994
- "children": {
312995
- "defaultValue": null,
312996
- "description": "",
312997
- "name": "children",
313050
+ },
312998
313051
  "declarations": [
312999
313052
  {
313000
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313001
- "name": "TypeLiteral"
313053
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
313054
+ "name": "GlobalDOMEvents"
313002
313055
  }
313003
313056
  ],
313004
313057
  "required": false,
313005
313058
  "type": {
313006
- "name": "ReactNode"
313059
+ "name": "TransitionEventHandler<HTMLDivElement>"
313007
313060
  }
313008
313061
  },
313009
- "wrapWith": {
313062
+ "onTransitionStart": {
313010
313063
  "defaultValue": null,
313011
313064
  "description": "",
313012
- "name": "wrapWith",
313065
+ "name": "onTransitionStart",
313013
313066
  "parent": {
313014
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
313015
- "name": "FlowComponentProps"
313067
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
313068
+ "name": "GlobalDOMEvents"
313016
313069
  },
313017
313070
  "declarations": [
313018
313071
  {
313019
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
313020
- "name": "FlowComponentProps"
313072
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
313073
+ "name": "GlobalDOMEvents"
313021
313074
  }
313022
313075
  ],
313023
313076
  "required": false,
313024
313077
  "type": {
313025
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
313078
+ "name": "TransitionEventHandler<HTMLDivElement>"
313026
313079
  }
313027
313080
  },
313028
- "tunnelId": {
313081
+ "onTransitionStartCapture": {
313029
313082
  "defaultValue": null,
313030
- "description": "@internal",
313031
- "name": "tunnelId",
313083
+ "description": "",
313084
+ "name": "onTransitionStartCapture",
313032
313085
  "parent": {
313033
- "fileName": "components/src/lib/types/props.ts",
313034
- "name": "PropsWithTunnel"
313086
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
313087
+ "name": "GlobalDOMEvents"
313035
313088
  },
313036
313089
  "declarations": [
313037
313090
  {
313038
- "fileName": "components/src/lib/types/props.ts",
313039
- "name": "PropsWithTunnel"
313091
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
313092
+ "name": "GlobalDOMEvents"
313040
313093
  }
313041
313094
  ],
313042
313095
  "required": false,
313043
313096
  "type": {
313044
- "name": "string | null"
313097
+ "name": "TransitionEventHandler<HTMLDivElement>"
313045
313098
  }
313046
313099
  },
313047
313100
  "ref": {
@@ -313081,59 +313134,6 @@
313081
313134
  "type": {
313082
313135
  "name": "Key | null"
313083
313136
  }
313084
- },
313085
- "selectedKeys": {
313086
- "defaultValue": null,
313087
- "description": "The currently selected keys in the collection (controlled).",
313088
- "name": "selectedKeys",
313089
- "parent": {
313090
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313091
- "name": "MultipleSelection"
313092
- },
313093
- "declarations": [
313094
- {
313095
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313096
- "name": "MultipleSelection"
313097
- }
313098
- ],
313099
- "required": false,
313100
- "type": {
313101
- "name": "\"all\" | Iterable<Key>"
313102
- }
313103
- },
313104
- "defaultSelectedKeys": {
313105
- "defaultValue": null,
313106
- "description": "The initial selected keys in the collection (uncontrolled).",
313107
- "name": "defaultSelectedKeys",
313108
- "parent": {
313109
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313110
- "name": "MultipleSelection"
313111
- },
313112
- "declarations": [
313113
- {
313114
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
313115
- "name": "MultipleSelection"
313116
- }
313117
- ],
313118
- "required": false,
313119
- "type": {
313120
- "name": "\"all\" | Iterable<Key>"
313121
- }
313122
- },
313123
- "selectionMode": {
313124
- "defaultValue": null,
313125
- "description": "",
313126
- "name": "selectionMode",
313127
- "declarations": [
313128
- {
313129
- "fileName": "components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.tsx",
313130
- "name": "TypeLiteral"
313131
- }
313132
- ],
313133
- "required": false,
313134
- "type": {
313135
- "name": "ContextMenuSelectionMode"
313136
- }
313137
313137
  }
313138
313138
  }
313139
313139
  },
@@ -313271,276 +313271,107 @@
313271
313271
  "declarations": [
313272
313272
  {
313273
313273
  "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313274
- "name": "RenderableAxisProps"
313275
- }
313276
- ],
313277
- "required": false,
313278
- "type": {
313279
- "name": "boolean"
313280
- }
313281
- },
313282
- "interval": {
313283
- "defaultValue": null,
313284
- "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
313285
- "name": "interval",
313286
- "parent": {
313287
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313288
- "name": "YAxisProps"
313289
- },
313290
- "declarations": [
313291
- {
313292
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313293
- "name": "YAxisProps"
313294
- }
313295
- ],
313296
- "required": false,
313297
- "type": {
313298
- "name": "AxisInterval"
313299
- }
313300
- },
313301
- "minTickGap": {
313302
- "defaultValue": null,
313303
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
313304
- "name": "minTickGap",
313305
- "parent": {
313306
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313307
- "name": "YAxisProps"
313308
- },
313309
- "declarations": [
313310
- {
313311
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313312
- "name": "YAxisProps"
313313
- }
313314
- ],
313315
- "required": false,
313316
- "type": {
313317
- "name": "number"
313318
- }
313319
- },
313320
- "domain": {
313321
- "defaultValue": null,
313322
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
313323
- "name": "domain",
313324
- "parent": {
313325
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313326
- "name": "YAxisProps"
313327
- },
313328
- "declarations": [
313329
- {
313330
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313331
- "name": "YAxisProps"
313332
- }
313333
- ],
313334
- "required": false,
313335
- "type": {
313336
- "name": "AxisDomain"
313337
- }
313338
- },
313339
- "unit": {
313340
- "defaultValue": null,
313341
- "description": "The unit of data. This option will be used in tooltip.",
313342
- "name": "unit",
313343
- "parent": {
313344
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313345
- "name": "BaseAxisProps"
313346
- },
313347
- "declarations": [
313348
- {
313349
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313350
- "name": "BaseAxisProps"
313351
- }
313352
- ],
313353
- "required": false,
313354
- "type": {
313355
- "name": "string"
313356
- }
313357
- },
313358
- "tickFormatter": {
313359
- "defaultValue": null,
313360
- "description": "The formatter function of tick.",
313361
- "name": "tickFormatter",
313362
- "parent": {
313363
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313364
- "name": "RenderableAxisProps"
313365
- },
313366
- "declarations": [
313367
- {
313368
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313369
- "name": "RenderableAxisProps"
313370
- }
313371
- ],
313372
- "required": false,
313373
- "type": {
313374
- "name": "((value: any, index: number) => string)"
313375
- }
313376
- }
313377
- }
313378
- },
313379
- {
313380
- "tags": {
313381
- "flr-generate": "all"
313382
- },
313383
- "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313384
- "description": "",
313385
- "displayName": "Line",
313386
- "methods": [],
313387
- "props": {
313388
- "color": {
313389
- "defaultValue": {
313390
- "value": "\"sea-green\""
313391
- },
313392
- "description": "The color of the line.",
313393
- "name": "color",
313394
- "parent": {
313395
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313396
- "name": "LineProps"
313397
- },
313398
- "declarations": [
313399
- {
313400
- "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313401
- "name": "LineProps"
313402
- }
313403
- ],
313404
- "required": false,
313405
- "type": {
313406
- "name": "CategoricalWithCustomColor"
313407
- }
313408
- },
313409
- "className": {
313410
- "defaultValue": null,
313411
- "description": "",
313412
- "name": "className",
313413
- "parent": {
313414
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313415
- "name": "HTMLAttributes"
313416
- },
313417
- "declarations": [
313418
- {
313419
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313420
- "name": "HTMLAttributes"
313421
- }
313422
- ],
313423
- "required": false,
313424
- "type": {
313425
- "name": "string"
313426
- }
313427
- },
313428
- "key": {
313429
- "defaultValue": null,
313430
- "description": "",
313431
- "name": "key",
313432
- "parent": {
313433
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313434
- "name": "Attributes"
313435
- },
313436
- "declarations": [
313437
- {
313438
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313439
- "name": "Attributes"
313274
+ "name": "RenderableAxisProps"
313440
313275
  }
313441
313276
  ],
313442
313277
  "required": false,
313443
313278
  "type": {
313444
- "name": "Key | null"
313279
+ "name": "boolean"
313445
313280
  }
313446
313281
  },
313447
- "type": {
313282
+ "interval": {
313448
313283
  "defaultValue": null,
313449
- "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
313450
- "name": "type",
313284
+ "description": "If set 0, all the ticks will be shown. If set \"preserveStart\", \"preserveEnd\" or \"preserveStartEnd\",\nthe ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
313285
+ "name": "interval",
313451
313286
  "parent": {
313452
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313453
- "name": "CurveProps"
313287
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313288
+ "name": "YAxisProps"
313454
313289
  },
313455
313290
  "declarations": [
313456
313291
  {
313457
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313458
- "name": "CurveProps"
313459
- },
313460
- {
313461
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313462
- "name": "LineProps"
313292
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313293
+ "name": "YAxisProps"
313463
313294
  }
313464
313295
  ],
313465
313296
  "required": false,
313466
313297
  "type": {
313467
- "name": "CurveType"
313298
+ "name": "AxisInterval"
313468
313299
  }
313469
313300
  },
313470
- "dataKey": {
313301
+ "minTickGap": {
313471
313302
  "defaultValue": null,
313472
- "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
313473
- "name": "dataKey",
313303
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
313304
+ "name": "minTickGap",
313474
313305
  "parent": {
313475
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313476
- "name": "LineProps"
313306
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313307
+ "name": "YAxisProps"
313477
313308
  },
313478
313309
  "declarations": [
313479
313310
  {
313480
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313481
- "name": "LineProps"
313311
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313312
+ "name": "YAxisProps"
313482
313313
  }
313483
313314
  ],
313484
313315
  "required": false,
313485
313316
  "type": {
313486
- "name": "DataKey<any>"
313317
+ "name": "number"
313487
313318
  }
313488
313319
  },
313489
- "unit": {
313320
+ "domain": {
313490
313321
  "defaultValue": null,
313491
- "description": "The unit of data. This option will be used in tooltip.",
313492
- "name": "unit",
313322
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <YAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <YAxis type=\"number\" domain={['auto', 'auto']} />\n@example <YAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <YAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <YAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <YAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <YAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
313323
+ "name": "domain",
313493
313324
  "parent": {
313494
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313495
- "name": "LineProps"
313325
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313326
+ "name": "YAxisProps"
313496
313327
  },
313497
313328
  "declarations": [
313498
313329
  {
313499
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313500
- "name": "LineProps"
313330
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
313331
+ "name": "YAxisProps"
313501
313332
  }
313502
313333
  ],
313503
313334
  "required": false,
313504
313335
  "type": {
313505
- "name": "string | number | null"
313336
+ "name": "AxisDomain"
313506
313337
  }
313507
313338
  },
313508
- "xAxisId": {
313339
+ "unit": {
313509
313340
  "defaultValue": null,
313510
- "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313511
- "name": "xAxisId",
313341
+ "description": "The unit of data. This option will be used in tooltip.",
313342
+ "name": "unit",
313512
313343
  "parent": {
313513
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313514
- "name": "LineProps"
313344
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313345
+ "name": "BaseAxisProps"
313515
313346
  },
313516
313347
  "declarations": [
313517
313348
  {
313518
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313519
- "name": "LineProps"
313349
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313350
+ "name": "BaseAxisProps"
313520
313351
  }
313521
313352
  ],
313522
313353
  "required": false,
313523
313354
  "type": {
313524
- "name": "AxisId"
313355
+ "name": "string"
313525
313356
  }
313526
313357
  },
313527
- "yAxisId": {
313358
+ "tickFormatter": {
313528
313359
  "defaultValue": null,
313529
- "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313530
- "name": "yAxisId",
313360
+ "description": "The formatter function of tick.",
313361
+ "name": "tickFormatter",
313531
313362
  "parent": {
313532
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313533
- "name": "LineProps"
313363
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313364
+ "name": "RenderableAxisProps"
313534
313365
  },
313535
313366
  "declarations": [
313536
313367
  {
313537
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313538
- "name": "LineProps"
313368
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
313369
+ "name": "RenderableAxisProps"
313539
313370
  }
313540
313371
  ],
313541
313372
  "required": false,
313542
313373
  "type": {
313543
- "name": "AxisId"
313374
+ "name": "((value: any, index: number) => string)"
313544
313375
  }
313545
313376
  }
313546
313377
  }
@@ -313803,6 +313634,175 @@
313803
313634
  }
313804
313635
  }
313805
313636
  },
313637
+ {
313638
+ "tags": {
313639
+ "flr-generate": "all"
313640
+ },
313641
+ "filePath": "src/components/CartesianChart/components/Line/Line.tsx",
313642
+ "description": "",
313643
+ "displayName": "Line",
313644
+ "methods": [],
313645
+ "props": {
313646
+ "color": {
313647
+ "defaultValue": {
313648
+ "value": "\"sea-green\""
313649
+ },
313650
+ "description": "The color of the line.",
313651
+ "name": "color",
313652
+ "parent": {
313653
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313654
+ "name": "LineProps"
313655
+ },
313656
+ "declarations": [
313657
+ {
313658
+ "fileName": "src/components/CartesianChart/components/Line/Line.tsx",
313659
+ "name": "LineProps"
313660
+ }
313661
+ ],
313662
+ "required": false,
313663
+ "type": {
313664
+ "name": "CategoricalWithCustomColor"
313665
+ }
313666
+ },
313667
+ "className": {
313668
+ "defaultValue": null,
313669
+ "description": "",
313670
+ "name": "className",
313671
+ "parent": {
313672
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313673
+ "name": "HTMLAttributes"
313674
+ },
313675
+ "declarations": [
313676
+ {
313677
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313678
+ "name": "HTMLAttributes"
313679
+ }
313680
+ ],
313681
+ "required": false,
313682
+ "type": {
313683
+ "name": "string"
313684
+ }
313685
+ },
313686
+ "key": {
313687
+ "defaultValue": null,
313688
+ "description": "",
313689
+ "name": "key",
313690
+ "parent": {
313691
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313692
+ "name": "Attributes"
313693
+ },
313694
+ "declarations": [
313695
+ {
313696
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
313697
+ "name": "Attributes"
313698
+ }
313699
+ ],
313700
+ "required": false,
313701
+ "type": {
313702
+ "name": "Key | null"
313703
+ }
313704
+ },
313705
+ "type": {
313706
+ "defaultValue": null,
313707
+ "description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
313708
+ "name": "type",
313709
+ "parent": {
313710
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313711
+ "name": "CurveProps"
313712
+ },
313713
+ "declarations": [
313714
+ {
313715
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
313716
+ "name": "CurveProps"
313717
+ },
313718
+ {
313719
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313720
+ "name": "LineProps"
313721
+ }
313722
+ ],
313723
+ "required": false,
313724
+ "type": {
313725
+ "name": "CurveType"
313726
+ }
313727
+ },
313728
+ "dataKey": {
313729
+ "defaultValue": null,
313730
+ "description": "Decides how to extract the value of this Line from the data:\n- `string`: the name of the field in the data object;\n- `number`: the index of the field in the data;\n- `function`: a function that receives the data object and returns the value of this Line.",
313731
+ "name": "dataKey",
313732
+ "parent": {
313733
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313734
+ "name": "LineProps"
313735
+ },
313736
+ "declarations": [
313737
+ {
313738
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313739
+ "name": "LineProps"
313740
+ }
313741
+ ],
313742
+ "required": false,
313743
+ "type": {
313744
+ "name": "DataKey<any>"
313745
+ }
313746
+ },
313747
+ "unit": {
313748
+ "defaultValue": null,
313749
+ "description": "The unit of data. This option will be used in tooltip.",
313750
+ "name": "unit",
313751
+ "parent": {
313752
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313753
+ "name": "LineProps"
313754
+ },
313755
+ "declarations": [
313756
+ {
313757
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313758
+ "name": "LineProps"
313759
+ }
313760
+ ],
313761
+ "required": false,
313762
+ "type": {
313763
+ "name": "string | number | null"
313764
+ }
313765
+ },
313766
+ "xAxisId": {
313767
+ "defaultValue": null,
313768
+ "description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
313769
+ "name": "xAxisId",
313770
+ "parent": {
313771
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313772
+ "name": "LineProps"
313773
+ },
313774
+ "declarations": [
313775
+ {
313776
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313777
+ "name": "LineProps"
313778
+ }
313779
+ ],
313780
+ "required": false,
313781
+ "type": {
313782
+ "name": "AxisId"
313783
+ }
313784
+ },
313785
+ "yAxisId": {
313786
+ "defaultValue": null,
313787
+ "description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
313788
+ "name": "yAxisId",
313789
+ "parent": {
313790
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313791
+ "name": "LineProps"
313792
+ },
313793
+ "declarations": [
313794
+ {
313795
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
313796
+ "name": "LineProps"
313797
+ }
313798
+ ],
313799
+ "required": false,
313800
+ "type": {
313801
+ "name": "AxisId"
313802
+ }
313803
+ }
313804
+ }
313805
+ },
313806
313806
  {
313807
313807
  "tags": {
313808
313808
  "internal": ""