@mittwald/flow-react-components 0.2.0-alpha.672 → 0.2.0-alpha.673

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.
@@ -16073,51 +16073,359 @@
16073
16073
  "tags": {
16074
16074
  "flr-generate": "all"
16075
16075
  },
16076
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Switch/Switch.tsx",
16076
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/Table.tsx",
16077
16077
  "description": "",
16078
- "displayName": "Switch",
16078
+ "displayName": "Table",
16079
16079
  "methods": [],
16080
16080
  "props": {
16081
- "labelPosition": {
16081
+ "className": {
16082
16082
  "defaultValue": {
16083
- "value": "\"trailing\""
16083
+ "value": "'react-aria-Tooltip'"
16084
16084
  },
16085
- "description": "Whether the label should appear before or after the switch.",
16086
- "name": "labelPosition",
16085
+ "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.",
16086
+ "name": "className",
16087
16087
  "parent": {
16088
- "fileName": "components/src/components/Switch/Switch.tsx",
16089
- "name": "SwitchProps"
16088
+ "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",
16089
+ "name": "TooltipProps"
16090
16090
  },
16091
16091
  "declarations": [
16092
16092
  {
16093
- "fileName": "components/src/components/Switch/Switch.tsx",
16094
- "name": "SwitchProps"
16093
+ "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",
16094
+ "name": "TooltipProps"
16095
16095
  }
16096
16096
  ],
16097
16097
  "required": false,
16098
16098
  "type": {
16099
- "name": "\"leading\" | \"trailing\""
16099
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
16100
16100
  }
16101
16101
  },
16102
- "className": {
16102
+ "children": {
16103
+ "defaultValue": null,
16104
+ "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
16105
+ "name": "children",
16106
+ "parent": {
16107
+ "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",
16108
+ "name": "TableProps"
16109
+ },
16110
+ "declarations": [
16111
+ {
16112
+ "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",
16113
+ "name": "TableProps"
16114
+ }
16115
+ ],
16116
+ "required": false,
16117
+ "type": {
16118
+ "name": "ReactNode"
16119
+ }
16120
+ },
16121
+ "selectionBehavior": {
16103
16122
  "defaultValue": {
16104
- "value": "'react-aria-Tooltip'"
16123
+ "value": "\"toggle\""
16105
16124
  },
16106
- "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.",
16107
- "name": "className",
16125
+ "description": "How multiple selection should behave in the collection.",
16126
+ "name": "selectionBehavior",
16108
16127
  "parent": {
16109
16128
  "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",
16110
- "name": "TooltipProps"
16129
+ "name": "TableProps"
16111
16130
  },
16112
16131
  "declarations": [
16113
16132
  {
16114
16133
  "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",
16115
- "name": "TooltipProps"
16134
+ "name": "TableProps"
16116
16135
  }
16117
16136
  ],
16118
16137
  "required": false,
16119
16138
  "type": {
16120
- "name": "ClassNameOrFunction<TooltipRenderProps>"
16139
+ "name": "SelectionBehavior"
16140
+ }
16141
+ },
16142
+ "disabledBehavior": {
16143
+ "defaultValue": {
16144
+ "value": "\"all\""
16145
+ },
16146
+ "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
16147
+ "name": "disabledBehavior",
16148
+ "parent": {
16149
+ "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",
16150
+ "name": "TableProps"
16151
+ },
16152
+ "declarations": [
16153
+ {
16154
+ "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",
16155
+ "name": "TableProps"
16156
+ }
16157
+ ],
16158
+ "required": false,
16159
+ "type": {
16160
+ "name": "DisabledBehavior"
16161
+ }
16162
+ },
16163
+ "onRowAction": {
16164
+ "defaultValue": null,
16165
+ "description": "Handler that is called when a user performs an action on the row.",
16166
+ "name": "onRowAction",
16167
+ "parent": {
16168
+ "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",
16169
+ "name": "TableProps"
16170
+ },
16171
+ "declarations": [
16172
+ {
16173
+ "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",
16174
+ "name": "TableProps"
16175
+ }
16176
+ ],
16177
+ "required": false,
16178
+ "type": {
16179
+ "name": "((key: Key) => void)"
16180
+ }
16181
+ },
16182
+ "dragAndDropHooks": {
16183
+ "defaultValue": null,
16184
+ "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
16185
+ "name": "dragAndDropHooks",
16186
+ "parent": {
16187
+ "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",
16188
+ "name": "TableProps"
16189
+ },
16190
+ "declarations": [
16191
+ {
16192
+ "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",
16193
+ "name": "TableProps"
16194
+ }
16195
+ ],
16196
+ "required": false,
16197
+ "type": {
16198
+ "name": "DragAndDropHooks<object>"
16199
+ }
16200
+ },
16201
+ "disallowEmptySelection": {
16202
+ "defaultValue": null,
16203
+ "description": "Whether the collection allows empty selection.",
16204
+ "name": "disallowEmptySelection",
16205
+ "parent": {
16206
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16207
+ "name": "MultipleSelection"
16208
+ },
16209
+ "declarations": [
16210
+ {
16211
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16212
+ "name": "MultipleSelection"
16213
+ }
16214
+ ],
16215
+ "required": false,
16216
+ "type": {
16217
+ "name": "boolean"
16218
+ }
16219
+ },
16220
+ "onSelectionChange": {
16221
+ "defaultValue": null,
16222
+ "description": "Handler that is called when the selection changes.",
16223
+ "name": "onSelectionChange",
16224
+ "parent": {
16225
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16226
+ "name": "MultipleSelection"
16227
+ },
16228
+ "declarations": [
16229
+ {
16230
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16231
+ "name": "MultipleSelection"
16232
+ }
16233
+ ],
16234
+ "required": false,
16235
+ "type": {
16236
+ "name": "((keys: Selection) => void)"
16237
+ }
16238
+ },
16239
+ "disabledKeys": {
16240
+ "defaultValue": null,
16241
+ "description": "A list of row keys to disable.",
16242
+ "name": "disabledKeys",
16243
+ "parent": {
16244
+ "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
16245
+ "name": "TableProps"
16246
+ },
16247
+ "declarations": [
16248
+ {
16249
+ "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
16250
+ "name": "TableProps"
16251
+ }
16252
+ ],
16253
+ "required": false,
16254
+ "type": {
16255
+ "name": "Iterable<Key>"
16256
+ }
16257
+ },
16258
+ "escapeKeyBehavior": {
16259
+ "defaultValue": {
16260
+ "value": "'clearSelection'"
16261
+ },
16262
+ "description": "Whether pressing the escape key should clear selection in the table or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
16263
+ "name": "escapeKeyBehavior",
16264
+ "parent": {
16265
+ "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
16266
+ "name": "TableProps"
16267
+ },
16268
+ "declarations": [
16269
+ {
16270
+ "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
16271
+ "name": "TableProps"
16272
+ }
16273
+ ],
16274
+ "required": false,
16275
+ "type": {
16276
+ "name": "\"none\" | \"clearSelection\""
16277
+ }
16278
+ },
16279
+ "shouldSelectOnPressUp": {
16280
+ "defaultValue": null,
16281
+ "description": "Whether selection should occur on press up instead of press down.",
16282
+ "name": "shouldSelectOnPressUp",
16283
+ "parent": {
16284
+ "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
16285
+ "name": "TableProps"
16286
+ },
16287
+ "declarations": [
16288
+ {
16289
+ "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
16290
+ "name": "TableProps"
16291
+ }
16292
+ ],
16293
+ "required": false,
16294
+ "type": {
16295
+ "name": "boolean"
16296
+ }
16297
+ },
16298
+ "selectionMode": {
16299
+ "defaultValue": null,
16300
+ "description": "The type of selection that is allowed in the collection.",
16301
+ "name": "selectionMode",
16302
+ "parent": {
16303
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16304
+ "name": "MultipleSelection"
16305
+ },
16306
+ "declarations": [
16307
+ {
16308
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16309
+ "name": "MultipleSelection"
16310
+ }
16311
+ ],
16312
+ "required": false,
16313
+ "type": {
16314
+ "name": "SelectionMode"
16315
+ }
16316
+ },
16317
+ "selectedKeys": {
16318
+ "defaultValue": null,
16319
+ "description": "The currently selected keys in the collection (controlled).",
16320
+ "name": "selectedKeys",
16321
+ "parent": {
16322
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16323
+ "name": "MultipleSelection"
16324
+ },
16325
+ "declarations": [
16326
+ {
16327
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16328
+ "name": "MultipleSelection"
16329
+ }
16330
+ ],
16331
+ "required": false,
16332
+ "type": {
16333
+ "name": "\"all\" | Iterable<Key>"
16334
+ }
16335
+ },
16336
+ "defaultSelectedKeys": {
16337
+ "defaultValue": null,
16338
+ "description": "The initial selected keys in the collection (uncontrolled).",
16339
+ "name": "defaultSelectedKeys",
16340
+ "parent": {
16341
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16342
+ "name": "MultipleSelection"
16343
+ },
16344
+ "declarations": [
16345
+ {
16346
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
16347
+ "name": "MultipleSelection"
16348
+ }
16349
+ ],
16350
+ "required": false,
16351
+ "type": {
16352
+ "name": "\"all\" | Iterable<Key>"
16353
+ }
16354
+ },
16355
+ "sortDescriptor": {
16356
+ "defaultValue": null,
16357
+ "description": "The current sorted column and direction.",
16358
+ "name": "sortDescriptor",
16359
+ "parent": {
16360
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
16361
+ "name": "Sortable"
16362
+ },
16363
+ "declarations": [
16364
+ {
16365
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
16366
+ "name": "Sortable"
16367
+ }
16368
+ ],
16369
+ "required": false,
16370
+ "type": {
16371
+ "name": "SortDescriptor"
16372
+ }
16373
+ },
16374
+ "onSortChange": {
16375
+ "defaultValue": null,
16376
+ "description": "Handler that is called when the sorted column or direction changes.",
16377
+ "name": "onSortChange",
16378
+ "parent": {
16379
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
16380
+ "name": "Sortable"
16381
+ },
16382
+ "declarations": [
16383
+ {
16384
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
16385
+ "name": "Sortable"
16386
+ }
16387
+ ],
16388
+ "required": false,
16389
+ "type": {
16390
+ "name": "((descriptor: SortDescriptor) => any)"
16391
+ }
16392
+ },
16393
+ "style": {
16394
+ "defaultValue": null,
16395
+ "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.",
16396
+ "name": "style",
16397
+ "parent": {
16398
+ "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",
16399
+ "name": "StyleRenderProps"
16400
+ },
16401
+ "declarations": [
16402
+ {
16403
+ "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",
16404
+ "name": "StyleRenderProps"
16405
+ }
16406
+ ],
16407
+ "required": false,
16408
+ "type": {
16409
+ "name": "StyleOrFunction<TooltipRenderProps>"
16410
+ }
16411
+ },
16412
+ "slot": {
16413
+ "defaultValue": null,
16414
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
16415
+ "name": "slot",
16416
+ "parent": {
16417
+ "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",
16418
+ "name": "SlotProps"
16419
+ },
16420
+ "declarations": [
16421
+ {
16422
+ "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",
16423
+ "name": "SlotProps"
16424
+ }
16425
+ ],
16426
+ "required": false,
16427
+ "type": {
16428
+ "name": "string | null"
16121
16429
  }
16122
16430
  },
16123
16431
  "aria-label": {
@@ -16196,25 +16504,6 @@
16196
16504
  "name": "string"
16197
16505
  }
16198
16506
  },
16199
- "style": {
16200
- "defaultValue": null,
16201
- "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.",
16202
- "name": "style",
16203
- "parent": {
16204
- "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",
16205
- "name": "StyleRenderProps"
16206
- },
16207
- "declarations": [
16208
- {
16209
- "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",
16210
- "name": "StyleRenderProps"
16211
- }
16212
- ],
16213
- "required": false,
16214
- "type": {
16215
- "name": "StyleOrFunction<TooltipRenderProps>"
16216
- }
16217
- },
16218
16507
  "dir": {
16219
16508
  "defaultValue": null,
16220
16509
  "description": "",
@@ -16310,6 +16599,25 @@
16310
16599
  "name": "\"yes\" | \"no\""
16311
16600
  }
16312
16601
  },
16602
+ "onClick": {
16603
+ "defaultValue": null,
16604
+ "description": "",
16605
+ "name": "onClick",
16606
+ "parent": {
16607
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
16608
+ "name": "GlobalDOMEvents"
16609
+ },
16610
+ "declarations": [
16611
+ {
16612
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
16613
+ "name": "GlobalDOMEvents"
16614
+ }
16615
+ ],
16616
+ "required": false,
16617
+ "type": {
16618
+ "name": "MouseEventHandler<HTMLDivElement>"
16619
+ }
16620
+ },
16313
16621
  "onClickCapture": {
16314
16622
  "defaultValue": null,
16315
16623
  "description": "",
@@ -17507,494 +17815,19 @@
17507
17815
  "name": "TransitionEventHandler<HTMLDivElement>"
17508
17816
  }
17509
17817
  },
17510
- "isDisabled": {
17511
- "defaultValue": null,
17512
- "description": "Whether the input is disabled.",
17513
- "name": "isDisabled",
17514
- "parent": {
17515
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
17516
- "name": "InputBase"
17517
- },
17518
- "declarations": [
17519
- {
17520
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
17521
- "name": "InputBase"
17522
- }
17523
- ],
17524
- "required": false,
17525
- "type": {
17526
- "name": "boolean"
17527
- }
17528
- },
17529
- "isReadOnly": {
17530
- "defaultValue": null,
17531
- "description": "Whether the input can be selected but not changed by the user.",
17532
- "name": "isReadOnly",
17533
- "parent": {
17534
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
17535
- "name": "InputBase"
17536
- },
17537
- "declarations": [
17538
- {
17539
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
17540
- "name": "InputBase"
17541
- }
17542
- ],
17543
- "required": false,
17544
- "type": {
17545
- "name": "boolean"
17546
- }
17547
- },
17548
- "autoFocus": {
17549
- "defaultValue": null,
17550
- "description": "Whether the element should receive focus on render.",
17551
- "name": "autoFocus",
17552
- "parent": {
17553
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17554
- "name": "FocusableProps"
17555
- },
17556
- "declarations": [
17557
- {
17558
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17559
- "name": "FocusableProps"
17560
- }
17561
- ],
17562
- "required": false,
17563
- "type": {
17564
- "name": "boolean"
17565
- }
17566
- },
17567
- "onFocus": {
17568
- "defaultValue": null,
17569
- "description": "Handler that is called when the element receives focus.",
17570
- "name": "onFocus",
17571
- "parent": {
17572
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17573
- "name": "FocusEvents"
17574
- },
17575
- "declarations": [
17576
- {
17577
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17578
- "name": "FocusEvents"
17579
- }
17580
- ],
17581
- "required": false,
17582
- "type": {
17583
- "name": "((e: FocusEvent<Element, Element>) => void)"
17584
- }
17585
- },
17586
- "onBlur": {
17587
- "defaultValue": null,
17588
- "description": "Handler that is called when the element loses focus.",
17589
- "name": "onBlur",
17590
- "parent": {
17591
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17592
- "name": "FocusEvents"
17593
- },
17594
- "declarations": [
17595
- {
17596
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17597
- "name": "FocusEvents"
17598
- }
17599
- ],
17600
- "required": false,
17601
- "type": {
17602
- "name": "((e: FocusEvent<Element, Element>) => void)"
17603
- }
17604
- },
17605
- "onFocusChange": {
17606
- "defaultValue": null,
17607
- "description": "Handler that is called when the element's focus status changes.",
17608
- "name": "onFocusChange",
17609
- "parent": {
17610
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17611
- "name": "FocusEvents"
17612
- },
17613
- "declarations": [
17614
- {
17615
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17616
- "name": "FocusEvents"
17617
- }
17618
- ],
17619
- "required": false,
17620
- "type": {
17621
- "name": "((isFocused: boolean) => void)"
17622
- }
17623
- },
17624
- "onKeyDown": {
17625
- "defaultValue": null,
17626
- "description": "Handler that is called when a key is pressed.",
17627
- "name": "onKeyDown",
17628
- "parent": {
17629
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17630
- "name": "KeyboardEvents"
17631
- },
17632
- "declarations": [
17633
- {
17634
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17635
- "name": "KeyboardEvents"
17636
- }
17637
- ],
17638
- "required": false,
17639
- "type": {
17640
- "name": "((e: KeyboardEvent) => void)"
17641
- }
17642
- },
17643
- "onKeyUp": {
17644
- "defaultValue": null,
17645
- "description": "Handler that is called when a key is released.",
17646
- "name": "onKeyUp",
17647
- "parent": {
17648
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17649
- "name": "KeyboardEvents"
17650
- },
17651
- "declarations": [
17652
- {
17653
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17654
- "name": "KeyboardEvents"
17655
- }
17656
- ],
17657
- "required": false,
17658
- "type": {
17659
- "name": "((e: KeyboardEvent) => void)"
17660
- }
17661
- },
17662
- "value": {
17663
- "defaultValue": null,
17664
- "description": "The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
17665
- "name": "value",
17666
- "parent": {
17667
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17668
- "name": "SwitchBase"
17669
- },
17670
- "declarations": [
17671
- {
17672
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17673
- "name": "SwitchBase"
17674
- }
17675
- ],
17676
- "required": false,
17677
- "type": {
17678
- "name": "string"
17679
- }
17680
- },
17681
- "onChange": {
17682
- "defaultValue": null,
17683
- "description": "Handler that is called when the Switch's selection state changes.",
17684
- "name": "onChange",
17685
- "parent": {
17686
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17687
- "name": "SwitchBase"
17688
- },
17689
- "declarations": [
17690
- {
17691
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17692
- "name": "SwitchBase"
17693
- }
17694
- ],
17695
- "required": false,
17696
- "type": {
17697
- "name": "((isSelected: boolean) => void)"
17698
- }
17699
- },
17700
- "id": {
17701
- "defaultValue": null,
17702
- "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
17703
- "name": "id",
17704
- "parent": {
17705
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17706
- "name": "DOMProps"
17707
- },
17708
- "declarations": [
17709
- {
17710
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17711
- "name": "DOMProps"
17712
- }
17713
- ],
17714
- "required": false,
17715
- "type": {
17716
- "name": "string"
17717
- }
17718
- },
17719
- "name": {
17720
- "defaultValue": null,
17721
- "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
17722
- "name": "name",
17723
- "parent": {
17724
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17725
- "name": "InputDOMProps"
17726
- },
17727
- "declarations": [
17728
- {
17729
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17730
- "name": "InputDOMProps"
17731
- }
17732
- ],
17733
- "required": false,
17734
- "type": {
17735
- "name": "string"
17736
- }
17737
- },
17738
- "form": {
17739
- "defaultValue": null,
17740
- "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
17741
- "name": "form",
17742
- "parent": {
17743
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17744
- "name": "InputDOMProps"
17745
- },
17746
- "declarations": [
17747
- {
17748
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17749
- "name": "InputDOMProps"
17750
- }
17751
- ],
17752
- "required": false,
17753
- "type": {
17754
- "name": "string"
17755
- }
17756
- },
17757
- "slot": {
17758
- "defaultValue": null,
17759
- "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
17760
- "name": "slot",
17761
- "parent": {
17762
- "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",
17763
- "name": "SlotProps"
17764
- },
17765
- "declarations": [
17766
- {
17767
- "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",
17768
- "name": "SlotProps"
17769
- }
17770
- ],
17771
- "required": false,
17772
- "type": {
17773
- "name": "string | null"
17774
- }
17775
- },
17776
- "aria-controls": {
17777
- "defaultValue": null,
17778
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
17779
- "name": "aria-controls",
17780
- "parent": {
17781
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17782
- "name": "AriaSwitchBase"
17783
- },
17784
- "declarations": [
17785
- {
17786
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17787
- "name": "AriaSwitchBase"
17788
- }
17789
- ],
17790
- "required": false,
17791
- "type": {
17792
- "name": "string"
17793
- }
17794
- },
17795
- "excludeFromTabOrder": {
17796
- "defaultValue": null,
17797
- "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
17798
- "name": "excludeFromTabOrder",
17799
- "parent": {
17800
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17801
- "name": "FocusableDOMProps"
17802
- },
17803
- "declarations": [
17804
- {
17805
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
17806
- "name": "FocusableDOMProps"
17807
- }
17808
- ],
17809
- "required": false,
17810
- "type": {
17811
- "name": "boolean"
17812
- }
17813
- },
17814
- "defaultSelected": {
17815
- "defaultValue": null,
17816
- "description": "Whether the Switch should be selected (uncontrolled).",
17817
- "name": "defaultSelected",
17818
- "parent": {
17819
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17820
- "name": "SwitchBase"
17821
- },
17822
- "declarations": [
17823
- {
17824
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17825
- "name": "SwitchBase"
17826
- }
17827
- ],
17828
- "required": false,
17829
- "type": {
17830
- "name": "boolean"
17831
- }
17832
- },
17833
- "isSelected": {
17834
- "defaultValue": null,
17835
- "description": "Whether the Switch should be selected (controlled).",
17836
- "name": "isSelected",
17837
- "parent": {
17838
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17839
- "name": "SwitchBase"
17840
- },
17841
- "declarations": [
17842
- {
17843
- "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
17844
- "name": "SwitchBase"
17845
- }
17846
- ],
17847
- "required": false,
17848
- "type": {
17849
- "name": "boolean"
17850
- }
17851
- },
17852
- "onHoverStart": {
17853
- "defaultValue": null,
17854
- "description": "Handler that is called when a hover interaction starts.",
17855
- "name": "onHoverStart",
17856
- "parent": {
17857
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17858
- "name": "HoverEvents"
17859
- },
17860
- "declarations": [
17861
- {
17862
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17863
- "name": "HoverEvents"
17864
- }
17865
- ],
17866
- "required": false,
17867
- "type": {
17868
- "name": "((e: HoverEvent) => void)"
17869
- }
17870
- },
17871
- "onHoverEnd": {
17872
- "defaultValue": null,
17873
- "description": "Handler that is called when a hover interaction ends.",
17874
- "name": "onHoverEnd",
17875
- "parent": {
17876
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17877
- "name": "HoverEvents"
17878
- },
17879
- "declarations": [
17880
- {
17881
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17882
- "name": "HoverEvents"
17883
- }
17884
- ],
17885
- "required": false,
17886
- "type": {
17887
- "name": "((e: HoverEvent) => void)"
17888
- }
17889
- },
17890
- "onHoverChange": {
17891
- "defaultValue": null,
17892
- "description": "Handler that is called when the hover state changes.",
17893
- "name": "onHoverChange",
17894
- "parent": {
17895
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17896
- "name": "HoverEvents"
17897
- },
17898
- "declarations": [
17899
- {
17900
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
17901
- "name": "HoverEvents"
17902
- }
17903
- ],
17904
- "required": false,
17905
- "type": {
17906
- "name": "((isHovering: boolean) => void)"
17907
- }
17908
- },
17909
- "children": {
17818
+ "verticalAlign": {
17910
17819
  "defaultValue": null,
17911
- "description": "",
17912
- "name": "children",
17820
+ "description": "The vertical alignment of the table cells content.",
17821
+ "name": "verticalAlign",
17913
17822
  "declarations": [
17914
17823
  {
17915
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
17824
+ "fileName": "components/src/components/Table/Table.tsx",
17916
17825
  "name": "TypeLiteral"
17917
17826
  }
17918
17827
  ],
17919
17828
  "required": false,
17920
17829
  "type": {
17921
- "name": "ReactNode"
17922
- }
17923
- },
17924
- "wrapWith": {
17925
- "defaultValue": null,
17926
- "description": "",
17927
- "name": "wrapWith",
17928
- "parent": {
17929
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
17930
- "name": "FlowComponentProps"
17931
- },
17932
- "declarations": [
17933
- {
17934
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
17935
- "name": "FlowComponentProps"
17936
- }
17937
- ],
17938
- "required": false,
17939
- "type": {
17940
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
17941
- }
17942
- },
17943
- "tunnelId": {
17944
- "defaultValue": null,
17945
- "description": "@internal",
17946
- "name": "tunnelId",
17947
- "parent": {
17948
- "fileName": "components/src/lib/types/props.ts",
17949
- "name": "PropsWithTunnel"
17950
- },
17951
- "declarations": [
17952
- {
17953
- "fileName": "components/src/lib/types/props.ts",
17954
- "name": "PropsWithTunnel"
17955
- }
17956
- ],
17957
- "required": false,
17958
- "type": {
17959
- "name": "string | null"
17960
- }
17961
- },
17962
- "ref": {
17963
- "defaultValue": null,
17964
- "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}",
17965
- "name": "ref",
17966
- "parent": {
17967
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
17968
- "name": "RefAttributes"
17969
- },
17970
- "declarations": [
17971
- {
17972
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
17973
- "name": "RefAttributes"
17974
- }
17975
- ],
17976
- "required": false,
17977
- "type": {
17978
- "name": "Ref<HTMLSpanElement>"
17979
- }
17980
- },
17981
- "key": {
17982
- "defaultValue": null,
17983
- "description": "",
17984
- "name": "key",
17985
- "parent": {
17986
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
17987
- "name": "Attributes"
17988
- },
17989
- "declarations": [
17990
- {
17991
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
17992
- "name": "Attributes"
17993
- }
17994
- ],
17995
- "required": false,
17996
- "type": {
17997
- "name": "Key | null"
17830
+ "name": "\"top\" | \"middle\""
17998
17831
  }
17999
17832
  }
18000
17833
  }
@@ -18003,359 +17836,51 @@
18003
17836
  "tags": {
18004
17837
  "flr-generate": "all"
18005
17838
  },
18006
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/Table.tsx",
17839
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Switch/Switch.tsx",
18007
17840
  "description": "",
18008
- "displayName": "Table",
17841
+ "displayName": "Switch",
18009
17842
  "methods": [],
18010
17843
  "props": {
18011
- "className": {
18012
- "defaultValue": {
18013
- "value": "'react-aria-Tooltip'"
18014
- },
18015
- "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.",
18016
- "name": "className",
18017
- "parent": {
18018
- "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",
18019
- "name": "TooltipProps"
18020
- },
18021
- "declarations": [
18022
- {
18023
- "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",
18024
- "name": "TooltipProps"
18025
- }
18026
- ],
18027
- "required": false,
18028
- "type": {
18029
- "name": "ClassNameOrFunction<TooltipRenderProps>"
18030
- }
18031
- },
18032
- "children": {
18033
- "defaultValue": null,
18034
- "description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
18035
- "name": "children",
18036
- "parent": {
18037
- "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",
18038
- "name": "TableProps"
18039
- },
18040
- "declarations": [
18041
- {
18042
- "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",
18043
- "name": "TableProps"
18044
- }
18045
- ],
18046
- "required": false,
18047
- "type": {
18048
- "name": "ReactNode"
18049
- }
18050
- },
18051
- "selectionBehavior": {
18052
- "defaultValue": {
18053
- "value": "\"toggle\""
18054
- },
18055
- "description": "How multiple selection should behave in the collection.",
18056
- "name": "selectionBehavior",
18057
- "parent": {
18058
- "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",
18059
- "name": "TableProps"
18060
- },
18061
- "declarations": [
18062
- {
18063
- "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",
18064
- "name": "TableProps"
18065
- }
18066
- ],
18067
- "required": false,
18068
- "type": {
18069
- "name": "SelectionBehavior"
18070
- }
18071
- },
18072
- "disabledBehavior": {
17844
+ "labelPosition": {
18073
17845
  "defaultValue": {
18074
- "value": "\"all\""
18075
- },
18076
- "description": "Whether `disabledKeys` applies to all interactions, or only selection.",
18077
- "name": "disabledBehavior",
18078
- "parent": {
18079
- "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",
18080
- "name": "TableProps"
18081
- },
18082
- "declarations": [
18083
- {
18084
- "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",
18085
- "name": "TableProps"
18086
- }
18087
- ],
18088
- "required": false,
18089
- "type": {
18090
- "name": "DisabledBehavior"
18091
- }
18092
- },
18093
- "onRowAction": {
18094
- "defaultValue": null,
18095
- "description": "Handler that is called when a user performs an action on the row.",
18096
- "name": "onRowAction",
18097
- "parent": {
18098
- "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",
18099
- "name": "TableProps"
18100
- },
18101
- "declarations": [
18102
- {
18103
- "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",
18104
- "name": "TableProps"
18105
- }
18106
- ],
18107
- "required": false,
18108
- "type": {
18109
- "name": "((key: Key) => void)"
18110
- }
18111
- },
18112
- "dragAndDropHooks": {
18113
- "defaultValue": null,
18114
- "description": "The drag and drop hooks returned by `useDragAndDrop` used to enable drag and drop behavior for the Table.",
18115
- "name": "dragAndDropHooks",
18116
- "parent": {
18117
- "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",
18118
- "name": "TableProps"
18119
- },
18120
- "declarations": [
18121
- {
18122
- "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",
18123
- "name": "TableProps"
18124
- }
18125
- ],
18126
- "required": false,
18127
- "type": {
18128
- "name": "DragAndDropHooks<object>"
18129
- }
18130
- },
18131
- "disallowEmptySelection": {
18132
- "defaultValue": null,
18133
- "description": "Whether the collection allows empty selection.",
18134
- "name": "disallowEmptySelection",
18135
- "parent": {
18136
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18137
- "name": "MultipleSelection"
18138
- },
18139
- "declarations": [
18140
- {
18141
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18142
- "name": "MultipleSelection"
18143
- }
18144
- ],
18145
- "required": false,
18146
- "type": {
18147
- "name": "boolean"
18148
- }
18149
- },
18150
- "onSelectionChange": {
18151
- "defaultValue": null,
18152
- "description": "Handler that is called when the selection changes.",
18153
- "name": "onSelectionChange",
18154
- "parent": {
18155
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18156
- "name": "MultipleSelection"
17846
+ "value": "\"trailing\""
18157
17847
  },
18158
- "declarations": [
18159
- {
18160
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18161
- "name": "MultipleSelection"
18162
- }
18163
- ],
18164
- "required": false,
18165
- "type": {
18166
- "name": "((keys: Selection) => void)"
18167
- }
18168
- },
18169
- "disabledKeys": {
18170
- "defaultValue": null,
18171
- "description": "A list of row keys to disable.",
18172
- "name": "disabledKeys",
17848
+ "description": "Whether the label should appear before or after the switch.",
17849
+ "name": "labelPosition",
18173
17850
  "parent": {
18174
- "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
18175
- "name": "TableProps"
17851
+ "fileName": "components/src/components/Switch/Switch.tsx",
17852
+ "name": "SwitchProps"
18176
17853
  },
18177
17854
  "declarations": [
18178
17855
  {
18179
- "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
18180
- "name": "TableProps"
17856
+ "fileName": "components/src/components/Switch/Switch.tsx",
17857
+ "name": "SwitchProps"
18181
17858
  }
18182
17859
  ],
18183
17860
  "required": false,
18184
17861
  "type": {
18185
- "name": "Iterable<Key>"
17862
+ "name": "\"leading\" | \"trailing\""
18186
17863
  }
18187
17864
  },
18188
- "escapeKeyBehavior": {
17865
+ "className": {
18189
17866
  "defaultValue": {
18190
- "value": "'clearSelection'"
18191
- },
18192
- "description": "Whether pressing the escape key should clear selection in the table or not.\n\nMost experiences should not modify this option as it eliminates a keyboard user's ability to\neasily clear selection. Only use if the escape key is being handled externally or should not\ntrigger selection clearing contextually.",
18193
- "name": "escapeKeyBehavior",
18194
- "parent": {
18195
- "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
18196
- "name": "TableProps"
18197
- },
18198
- "declarations": [
18199
- {
18200
- "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
18201
- "name": "TableProps"
18202
- }
18203
- ],
18204
- "required": false,
18205
- "type": {
18206
- "name": "\"none\" | \"clearSelection\""
18207
- }
18208
- },
18209
- "shouldSelectOnPressUp": {
18210
- "defaultValue": null,
18211
- "description": "Whether selection should occur on press up instead of press down.",
18212
- "name": "shouldSelectOnPressUp",
18213
- "parent": {
18214
- "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
18215
- "name": "TableProps"
18216
- },
18217
- "declarations": [
18218
- {
18219
- "fileName": "flow/node_modules/.pnpm/@react-types+table@3.13.4_react@19.2.4/node_modules/@react-types/table/src/index.d.ts",
18220
- "name": "TableProps"
18221
- }
18222
- ],
18223
- "required": false,
18224
- "type": {
18225
- "name": "boolean"
18226
- }
18227
- },
18228
- "selectionMode": {
18229
- "defaultValue": null,
18230
- "description": "The type of selection that is allowed in the collection.",
18231
- "name": "selectionMode",
18232
- "parent": {
18233
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18234
- "name": "MultipleSelection"
18235
- },
18236
- "declarations": [
18237
- {
18238
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18239
- "name": "MultipleSelection"
18240
- }
18241
- ],
18242
- "required": false,
18243
- "type": {
18244
- "name": "SelectionMode"
18245
- }
18246
- },
18247
- "selectedKeys": {
18248
- "defaultValue": null,
18249
- "description": "The currently selected keys in the collection (controlled).",
18250
- "name": "selectedKeys",
18251
- "parent": {
18252
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18253
- "name": "MultipleSelection"
18254
- },
18255
- "declarations": [
18256
- {
18257
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18258
- "name": "MultipleSelection"
18259
- }
18260
- ],
18261
- "required": false,
18262
- "type": {
18263
- "name": "\"all\" | Iterable<Key>"
18264
- }
18265
- },
18266
- "defaultSelectedKeys": {
18267
- "defaultValue": null,
18268
- "description": "The initial selected keys in the collection (uncontrolled).",
18269
- "name": "defaultSelectedKeys",
18270
- "parent": {
18271
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18272
- "name": "MultipleSelection"
18273
- },
18274
- "declarations": [
18275
- {
18276
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/selection.d.ts",
18277
- "name": "MultipleSelection"
18278
- }
18279
- ],
18280
- "required": false,
18281
- "type": {
18282
- "name": "\"all\" | Iterable<Key>"
18283
- }
18284
- },
18285
- "sortDescriptor": {
18286
- "defaultValue": null,
18287
- "description": "The current sorted column and direction.",
18288
- "name": "sortDescriptor",
18289
- "parent": {
18290
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
18291
- "name": "Sortable"
18292
- },
18293
- "declarations": [
18294
- {
18295
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
18296
- "name": "Sortable"
18297
- }
18298
- ],
18299
- "required": false,
18300
- "type": {
18301
- "name": "SortDescriptor"
18302
- }
18303
- },
18304
- "onSortChange": {
18305
- "defaultValue": null,
18306
- "description": "Handler that is called when the sorted column or direction changes.",
18307
- "name": "onSortChange",
18308
- "parent": {
18309
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
18310
- "name": "Sortable"
18311
- },
18312
- "declarations": [
18313
- {
18314
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/collections.d.ts",
18315
- "name": "Sortable"
18316
- }
18317
- ],
18318
- "required": false,
18319
- "type": {
18320
- "name": "((descriptor: SortDescriptor) => any)"
18321
- }
18322
- },
18323
- "style": {
18324
- "defaultValue": null,
18325
- "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.",
18326
- "name": "style",
18327
- "parent": {
18328
- "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",
18329
- "name": "StyleRenderProps"
17867
+ "value": "'react-aria-Tooltip'"
18330
17868
  },
18331
- "declarations": [
18332
- {
18333
- "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",
18334
- "name": "StyleRenderProps"
18335
- }
18336
- ],
18337
- "required": false,
18338
- "type": {
18339
- "name": "StyleOrFunction<TooltipRenderProps>"
18340
- }
18341
- },
18342
- "slot": {
18343
- "defaultValue": null,
18344
- "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
18345
- "name": "slot",
17869
+ "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.",
17870
+ "name": "className",
18346
17871
  "parent": {
18347
17872
  "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",
18348
- "name": "SlotProps"
17873
+ "name": "TooltipProps"
18349
17874
  },
18350
17875
  "declarations": [
18351
17876
  {
18352
17877
  "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",
18353
- "name": "SlotProps"
17878
+ "name": "TooltipProps"
18354
17879
  }
18355
17880
  ],
18356
17881
  "required": false,
18357
17882
  "type": {
18358
- "name": "string | null"
17883
+ "name": "ClassNameOrFunction<TooltipRenderProps>"
18359
17884
  }
18360
17885
  },
18361
17886
  "aria-label": {
@@ -18434,6 +17959,25 @@
18434
17959
  "name": "string"
18435
17960
  }
18436
17961
  },
17962
+ "style": {
17963
+ "defaultValue": null,
17964
+ "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.",
17965
+ "name": "style",
17966
+ "parent": {
17967
+ "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",
17968
+ "name": "StyleRenderProps"
17969
+ },
17970
+ "declarations": [
17971
+ {
17972
+ "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",
17973
+ "name": "StyleRenderProps"
17974
+ }
17975
+ ],
17976
+ "required": false,
17977
+ "type": {
17978
+ "name": "StyleOrFunction<TooltipRenderProps>"
17979
+ }
17980
+ },
18437
17981
  "dir": {
18438
17982
  "defaultValue": null,
18439
17983
  "description": "",
@@ -18529,25 +18073,6 @@
18529
18073
  "name": "\"yes\" | \"no\""
18530
18074
  }
18531
18075
  },
18532
- "onClick": {
18533
- "defaultValue": null,
18534
- "description": "",
18535
- "name": "onClick",
18536
- "parent": {
18537
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
18538
- "name": "GlobalDOMEvents"
18539
- },
18540
- "declarations": [
18541
- {
18542
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
18543
- "name": "GlobalDOMEvents"
18544
- }
18545
- ],
18546
- "required": false,
18547
- "type": {
18548
- "name": "MouseEventHandler<HTMLDivElement>"
18549
- }
18550
- },
18551
18076
  "onClickCapture": {
18552
18077
  "defaultValue": null,
18553
18078
  "description": "",
@@ -19745,19 +19270,494 @@
19745
19270
  "name": "TransitionEventHandler<HTMLDivElement>"
19746
19271
  }
19747
19272
  },
19748
- "verticalAlign": {
19273
+ "isDisabled": {
19749
19274
  "defaultValue": null,
19750
- "description": "The vertical alignment of the table cells content.",
19751
- "name": "verticalAlign",
19275
+ "description": "Whether the input is disabled.",
19276
+ "name": "isDisabled",
19277
+ "parent": {
19278
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
19279
+ "name": "InputBase"
19280
+ },
19752
19281
  "declarations": [
19753
19282
  {
19754
- "fileName": "components/src/components/Table/Table.tsx",
19283
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
19284
+ "name": "InputBase"
19285
+ }
19286
+ ],
19287
+ "required": false,
19288
+ "type": {
19289
+ "name": "boolean"
19290
+ }
19291
+ },
19292
+ "isReadOnly": {
19293
+ "defaultValue": null,
19294
+ "description": "Whether the input can be selected but not changed by the user.",
19295
+ "name": "isReadOnly",
19296
+ "parent": {
19297
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
19298
+ "name": "InputBase"
19299
+ },
19300
+ "declarations": [
19301
+ {
19302
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/inputs.d.ts",
19303
+ "name": "InputBase"
19304
+ }
19305
+ ],
19306
+ "required": false,
19307
+ "type": {
19308
+ "name": "boolean"
19309
+ }
19310
+ },
19311
+ "autoFocus": {
19312
+ "defaultValue": null,
19313
+ "description": "Whether the element should receive focus on render.",
19314
+ "name": "autoFocus",
19315
+ "parent": {
19316
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19317
+ "name": "FocusableProps"
19318
+ },
19319
+ "declarations": [
19320
+ {
19321
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19322
+ "name": "FocusableProps"
19323
+ }
19324
+ ],
19325
+ "required": false,
19326
+ "type": {
19327
+ "name": "boolean"
19328
+ }
19329
+ },
19330
+ "onFocus": {
19331
+ "defaultValue": null,
19332
+ "description": "Handler that is called when the element receives focus.",
19333
+ "name": "onFocus",
19334
+ "parent": {
19335
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19336
+ "name": "FocusEvents"
19337
+ },
19338
+ "declarations": [
19339
+ {
19340
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19341
+ "name": "FocusEvents"
19342
+ }
19343
+ ],
19344
+ "required": false,
19345
+ "type": {
19346
+ "name": "((e: FocusEvent<Element, Element>) => void)"
19347
+ }
19348
+ },
19349
+ "onBlur": {
19350
+ "defaultValue": null,
19351
+ "description": "Handler that is called when the element loses focus.",
19352
+ "name": "onBlur",
19353
+ "parent": {
19354
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19355
+ "name": "FocusEvents"
19356
+ },
19357
+ "declarations": [
19358
+ {
19359
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19360
+ "name": "FocusEvents"
19361
+ }
19362
+ ],
19363
+ "required": false,
19364
+ "type": {
19365
+ "name": "((e: FocusEvent<Element, Element>) => void)"
19366
+ }
19367
+ },
19368
+ "onFocusChange": {
19369
+ "defaultValue": null,
19370
+ "description": "Handler that is called when the element's focus status changes.",
19371
+ "name": "onFocusChange",
19372
+ "parent": {
19373
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19374
+ "name": "FocusEvents"
19375
+ },
19376
+ "declarations": [
19377
+ {
19378
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19379
+ "name": "FocusEvents"
19380
+ }
19381
+ ],
19382
+ "required": false,
19383
+ "type": {
19384
+ "name": "((isFocused: boolean) => void)"
19385
+ }
19386
+ },
19387
+ "onKeyDown": {
19388
+ "defaultValue": null,
19389
+ "description": "Handler that is called when a key is pressed.",
19390
+ "name": "onKeyDown",
19391
+ "parent": {
19392
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19393
+ "name": "KeyboardEvents"
19394
+ },
19395
+ "declarations": [
19396
+ {
19397
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19398
+ "name": "KeyboardEvents"
19399
+ }
19400
+ ],
19401
+ "required": false,
19402
+ "type": {
19403
+ "name": "((e: KeyboardEvent) => void)"
19404
+ }
19405
+ },
19406
+ "onKeyUp": {
19407
+ "defaultValue": null,
19408
+ "description": "Handler that is called when a key is released.",
19409
+ "name": "onKeyUp",
19410
+ "parent": {
19411
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19412
+ "name": "KeyboardEvents"
19413
+ },
19414
+ "declarations": [
19415
+ {
19416
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19417
+ "name": "KeyboardEvents"
19418
+ }
19419
+ ],
19420
+ "required": false,
19421
+ "type": {
19422
+ "name": "((e: KeyboardEvent) => void)"
19423
+ }
19424
+ },
19425
+ "value": {
19426
+ "defaultValue": null,
19427
+ "description": "The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
19428
+ "name": "value",
19429
+ "parent": {
19430
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19431
+ "name": "SwitchBase"
19432
+ },
19433
+ "declarations": [
19434
+ {
19435
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19436
+ "name": "SwitchBase"
19437
+ }
19438
+ ],
19439
+ "required": false,
19440
+ "type": {
19441
+ "name": "string"
19442
+ }
19443
+ },
19444
+ "onChange": {
19445
+ "defaultValue": null,
19446
+ "description": "Handler that is called when the Switch's selection state changes.",
19447
+ "name": "onChange",
19448
+ "parent": {
19449
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19450
+ "name": "SwitchBase"
19451
+ },
19452
+ "declarations": [
19453
+ {
19454
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19455
+ "name": "SwitchBase"
19456
+ }
19457
+ ],
19458
+ "required": false,
19459
+ "type": {
19460
+ "name": "((isSelected: boolean) => void)"
19461
+ }
19462
+ },
19463
+ "id": {
19464
+ "defaultValue": null,
19465
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
19466
+ "name": "id",
19467
+ "parent": {
19468
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19469
+ "name": "DOMProps"
19470
+ },
19471
+ "declarations": [
19472
+ {
19473
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19474
+ "name": "DOMProps"
19475
+ }
19476
+ ],
19477
+ "required": false,
19478
+ "type": {
19479
+ "name": "string"
19480
+ }
19481
+ },
19482
+ "name": {
19483
+ "defaultValue": null,
19484
+ "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
19485
+ "name": "name",
19486
+ "parent": {
19487
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19488
+ "name": "InputDOMProps"
19489
+ },
19490
+ "declarations": [
19491
+ {
19492
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19493
+ "name": "InputDOMProps"
19494
+ }
19495
+ ],
19496
+ "required": false,
19497
+ "type": {
19498
+ "name": "string"
19499
+ }
19500
+ },
19501
+ "form": {
19502
+ "defaultValue": null,
19503
+ "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
19504
+ "name": "form",
19505
+ "parent": {
19506
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19507
+ "name": "InputDOMProps"
19508
+ },
19509
+ "declarations": [
19510
+ {
19511
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19512
+ "name": "InputDOMProps"
19513
+ }
19514
+ ],
19515
+ "required": false,
19516
+ "type": {
19517
+ "name": "string"
19518
+ }
19519
+ },
19520
+ "slot": {
19521
+ "defaultValue": null,
19522
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
19523
+ "name": "slot",
19524
+ "parent": {
19525
+ "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",
19526
+ "name": "SlotProps"
19527
+ },
19528
+ "declarations": [
19529
+ {
19530
+ "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",
19531
+ "name": "SlotProps"
19532
+ }
19533
+ ],
19534
+ "required": false,
19535
+ "type": {
19536
+ "name": "string | null"
19537
+ }
19538
+ },
19539
+ "aria-controls": {
19540
+ "defaultValue": null,
19541
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
19542
+ "name": "aria-controls",
19543
+ "parent": {
19544
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19545
+ "name": "AriaSwitchBase"
19546
+ },
19547
+ "declarations": [
19548
+ {
19549
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19550
+ "name": "AriaSwitchBase"
19551
+ }
19552
+ ],
19553
+ "required": false,
19554
+ "type": {
19555
+ "name": "string"
19556
+ }
19557
+ },
19558
+ "excludeFromTabOrder": {
19559
+ "defaultValue": null,
19560
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
19561
+ "name": "excludeFromTabOrder",
19562
+ "parent": {
19563
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19564
+ "name": "FocusableDOMProps"
19565
+ },
19566
+ "declarations": [
19567
+ {
19568
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/dom.d.ts",
19569
+ "name": "FocusableDOMProps"
19570
+ }
19571
+ ],
19572
+ "required": false,
19573
+ "type": {
19574
+ "name": "boolean"
19575
+ }
19576
+ },
19577
+ "defaultSelected": {
19578
+ "defaultValue": null,
19579
+ "description": "Whether the Switch should be selected (uncontrolled).",
19580
+ "name": "defaultSelected",
19581
+ "parent": {
19582
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19583
+ "name": "SwitchBase"
19584
+ },
19585
+ "declarations": [
19586
+ {
19587
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19588
+ "name": "SwitchBase"
19589
+ }
19590
+ ],
19591
+ "required": false,
19592
+ "type": {
19593
+ "name": "boolean"
19594
+ }
19595
+ },
19596
+ "isSelected": {
19597
+ "defaultValue": null,
19598
+ "description": "Whether the Switch should be selected (controlled).",
19599
+ "name": "isSelected",
19600
+ "parent": {
19601
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19602
+ "name": "SwitchBase"
19603
+ },
19604
+ "declarations": [
19605
+ {
19606
+ "fileName": "flow/node_modules/.pnpm/@react-types+switch@3.5.15_react@19.2.4/node_modules/@react-types/switch/src/index.d.ts",
19607
+ "name": "SwitchBase"
19608
+ }
19609
+ ],
19610
+ "required": false,
19611
+ "type": {
19612
+ "name": "boolean"
19613
+ }
19614
+ },
19615
+ "onHoverStart": {
19616
+ "defaultValue": null,
19617
+ "description": "Handler that is called when a hover interaction starts.",
19618
+ "name": "onHoverStart",
19619
+ "parent": {
19620
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19621
+ "name": "HoverEvents"
19622
+ },
19623
+ "declarations": [
19624
+ {
19625
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19626
+ "name": "HoverEvents"
19627
+ }
19628
+ ],
19629
+ "required": false,
19630
+ "type": {
19631
+ "name": "((e: HoverEvent) => void)"
19632
+ }
19633
+ },
19634
+ "onHoverEnd": {
19635
+ "defaultValue": null,
19636
+ "description": "Handler that is called when a hover interaction ends.",
19637
+ "name": "onHoverEnd",
19638
+ "parent": {
19639
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19640
+ "name": "HoverEvents"
19641
+ },
19642
+ "declarations": [
19643
+ {
19644
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19645
+ "name": "HoverEvents"
19646
+ }
19647
+ ],
19648
+ "required": false,
19649
+ "type": {
19650
+ "name": "((e: HoverEvent) => void)"
19651
+ }
19652
+ },
19653
+ "onHoverChange": {
19654
+ "defaultValue": null,
19655
+ "description": "Handler that is called when the hover state changes.",
19656
+ "name": "onHoverChange",
19657
+ "parent": {
19658
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19659
+ "name": "HoverEvents"
19660
+ },
19661
+ "declarations": [
19662
+ {
19663
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.32.1_react@19.2.4/node_modules/@react-types/shared/src/events.d.ts",
19664
+ "name": "HoverEvents"
19665
+ }
19666
+ ],
19667
+ "required": false,
19668
+ "type": {
19669
+ "name": "((isHovering: boolean) => void)"
19670
+ }
19671
+ },
19672
+ "children": {
19673
+ "defaultValue": null,
19674
+ "description": "",
19675
+ "name": "children",
19676
+ "declarations": [
19677
+ {
19678
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
19755
19679
  "name": "TypeLiteral"
19756
19680
  }
19757
19681
  ],
19758
19682
  "required": false,
19759
19683
  "type": {
19760
- "name": "\"top\" | \"middle\""
19684
+ "name": "ReactNode"
19685
+ }
19686
+ },
19687
+ "wrapWith": {
19688
+ "defaultValue": null,
19689
+ "description": "",
19690
+ "name": "wrapWith",
19691
+ "parent": {
19692
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
19693
+ "name": "FlowComponentProps"
19694
+ },
19695
+ "declarations": [
19696
+ {
19697
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
19698
+ "name": "FlowComponentProps"
19699
+ }
19700
+ ],
19701
+ "required": false,
19702
+ "type": {
19703
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
19704
+ }
19705
+ },
19706
+ "tunnelId": {
19707
+ "defaultValue": null,
19708
+ "description": "@internal",
19709
+ "name": "tunnelId",
19710
+ "parent": {
19711
+ "fileName": "components/src/lib/types/props.ts",
19712
+ "name": "PropsWithTunnel"
19713
+ },
19714
+ "declarations": [
19715
+ {
19716
+ "fileName": "components/src/lib/types/props.ts",
19717
+ "name": "PropsWithTunnel"
19718
+ }
19719
+ ],
19720
+ "required": false,
19721
+ "type": {
19722
+ "name": "string | null"
19723
+ }
19724
+ },
19725
+ "ref": {
19726
+ "defaultValue": null,
19727
+ "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}",
19728
+ "name": "ref",
19729
+ "parent": {
19730
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
19731
+ "name": "RefAttributes"
19732
+ },
19733
+ "declarations": [
19734
+ {
19735
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
19736
+ "name": "RefAttributes"
19737
+ }
19738
+ ],
19739
+ "required": false,
19740
+ "type": {
19741
+ "name": "Ref<HTMLSpanElement>"
19742
+ }
19743
+ },
19744
+ "key": {
19745
+ "defaultValue": null,
19746
+ "description": "",
19747
+ "name": "key",
19748
+ "parent": {
19749
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
19750
+ "name": "Attributes"
19751
+ },
19752
+ "declarations": [
19753
+ {
19754
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
19755
+ "name": "Attributes"
19756
+ }
19757
+ ],
19758
+ "required": false,
19759
+ "type": {
19760
+ "name": "Key | null"
19761
19761
  }
19762
19762
  }
19763
19763
  }
@@ -217423,70 +217423,6 @@
217423
217423
  }
217424
217424
  }
217425
217425
  },
217426
- {
217427
- "tags": {
217428
- "flr-generate": "all"
217429
- },
217430
- "filePath": "src/components/Chat/Chat.tsx",
217431
- "description": "",
217432
- "displayName": "Chat",
217433
- "methods": [],
217434
- "props": {
217435
- "height": {
217436
- "defaultValue": null,
217437
- "description": "",
217438
- "name": "height",
217439
- "parent": {
217440
- "fileName": "src/components/Chat/Chat.tsx",
217441
- "name": "ChatProps"
217442
- },
217443
- "declarations": [
217444
- {
217445
- "fileName": "src/components/Chat/Chat.tsx",
217446
- "name": "ChatProps"
217447
- }
217448
- ],
217449
- "required": false,
217450
- "type": {
217451
- "name": "Height<string | number>"
217452
- }
217453
- },
217454
- "children": {
217455
- "defaultValue": null,
217456
- "description": "",
217457
- "name": "children",
217458
- "declarations": [
217459
- {
217460
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
217461
- "name": "TypeLiteral"
217462
- }
217463
- ],
217464
- "required": false,
217465
- "type": {
217466
- "name": "ReactNode"
217467
- }
217468
- },
217469
- "className": {
217470
- "defaultValue": null,
217471
- "description": "The elements class name.",
217472
- "name": "className",
217473
- "parent": {
217474
- "fileName": "components/src/lib/types/props.ts",
217475
- "name": "PropsWithClassName"
217476
- },
217477
- "declarations": [
217478
- {
217479
- "fileName": "components/src/lib/types/props.ts",
217480
- "name": "PropsWithClassName"
217481
- }
217482
- ],
217483
- "required": false,
217484
- "type": {
217485
- "name": "string"
217486
- }
217487
- }
217488
- }
217489
- },
217490
217426
  {
217491
217427
  "tags": {
217492
217428
  "flr-generate": "all"
@@ -219645,6 +219581,70 @@
219645
219581
  }
219646
219582
  }
219647
219583
  },
219584
+ {
219585
+ "tags": {
219586
+ "flr-generate": "all"
219587
+ },
219588
+ "filePath": "src/components/Chat/Chat.tsx",
219589
+ "description": "",
219590
+ "displayName": "Chat",
219591
+ "methods": [],
219592
+ "props": {
219593
+ "height": {
219594
+ "defaultValue": null,
219595
+ "description": "",
219596
+ "name": "height",
219597
+ "parent": {
219598
+ "fileName": "src/components/Chat/Chat.tsx",
219599
+ "name": "ChatProps"
219600
+ },
219601
+ "declarations": [
219602
+ {
219603
+ "fileName": "src/components/Chat/Chat.tsx",
219604
+ "name": "ChatProps"
219605
+ }
219606
+ ],
219607
+ "required": false,
219608
+ "type": {
219609
+ "name": "Height<string | number>"
219610
+ }
219611
+ },
219612
+ "children": {
219613
+ "defaultValue": null,
219614
+ "description": "",
219615
+ "name": "children",
219616
+ "declarations": [
219617
+ {
219618
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
219619
+ "name": "TypeLiteral"
219620
+ }
219621
+ ],
219622
+ "required": false,
219623
+ "type": {
219624
+ "name": "ReactNode"
219625
+ }
219626
+ },
219627
+ "className": {
219628
+ "defaultValue": null,
219629
+ "description": "The elements class name.",
219630
+ "name": "className",
219631
+ "parent": {
219632
+ "fileName": "components/src/lib/types/props.ts",
219633
+ "name": "PropsWithClassName"
219634
+ },
219635
+ "declarations": [
219636
+ {
219637
+ "fileName": "components/src/lib/types/props.ts",
219638
+ "name": "PropsWithClassName"
219639
+ }
219640
+ ],
219641
+ "required": false,
219642
+ "type": {
219643
+ "name": "string"
219644
+ }
219645
+ }
219646
+ }
219647
+ },
219648
219648
  {
219649
219649
  "tags": {
219650
219650
  "flr-generate": "all"
@@ -224138,6 +224138,186 @@
224138
224138
  }
224139
224139
  }
224140
224140
  },
224141
+ {
224142
+ "tags": {
224143
+ "flr-generate": "all"
224144
+ },
224145
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
224146
+ "description": "",
224147
+ "displayName": "Avatar",
224148
+ "methods": [],
224149
+ "props": {
224150
+ "size": {
224151
+ "defaultValue": {
224152
+ "value": "\"m\""
224153
+ },
224154
+ "description": "The size of the avatar.",
224155
+ "name": "size",
224156
+ "parent": {
224157
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224158
+ "name": "AvatarProps"
224159
+ },
224160
+ "declarations": [
224161
+ {
224162
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224163
+ "name": "AvatarProps"
224164
+ }
224165
+ ],
224166
+ "required": false,
224167
+ "type": {
224168
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224169
+ }
224170
+ },
224171
+ "color": {
224172
+ "defaultValue": null,
224173
+ "description": "The color of icons and initials inside the avatar.",
224174
+ "name": "color",
224175
+ "parent": {
224176
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224177
+ "name": "AvatarProps"
224178
+ },
224179
+ "declarations": [
224180
+ {
224181
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224182
+ "name": "AvatarProps"
224183
+ }
224184
+ ],
224185
+ "required": false,
224186
+ "type": {
224187
+ "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
224188
+ }
224189
+ },
224190
+ "status": {
224191
+ "defaultValue": null,
224192
+ "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
224193
+ "name": "status",
224194
+ "parent": {
224195
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224196
+ "name": "AvatarProps"
224197
+ },
224198
+ "declarations": [
224199
+ {
224200
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
224201
+ "name": "AvatarProps"
224202
+ }
224203
+ ],
224204
+ "required": false,
224205
+ "type": {
224206
+ "name": "Status"
224207
+ }
224208
+ },
224209
+ "children": {
224210
+ "defaultValue": null,
224211
+ "description": "",
224212
+ "name": "children",
224213
+ "declarations": [
224214
+ {
224215
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224216
+ "name": "TypeLiteral"
224217
+ }
224218
+ ],
224219
+ "required": false,
224220
+ "type": {
224221
+ "name": "ReactNode"
224222
+ }
224223
+ },
224224
+ "className": {
224225
+ "defaultValue": null,
224226
+ "description": "The elements class name.",
224227
+ "name": "className",
224228
+ "parent": {
224229
+ "fileName": "components/src/lib/types/props.ts",
224230
+ "name": "PropsWithClassName"
224231
+ },
224232
+ "declarations": [
224233
+ {
224234
+ "fileName": "components/src/lib/types/props.ts",
224235
+ "name": "PropsWithClassName"
224236
+ }
224237
+ ],
224238
+ "required": false,
224239
+ "type": {
224240
+ "name": "string"
224241
+ }
224242
+ },
224243
+ "wrapWith": {
224244
+ "defaultValue": null,
224245
+ "description": "",
224246
+ "name": "wrapWith",
224247
+ "parent": {
224248
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224249
+ "name": "FlowComponentProps"
224250
+ },
224251
+ "declarations": [
224252
+ {
224253
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224254
+ "name": "FlowComponentProps"
224255
+ }
224256
+ ],
224257
+ "required": false,
224258
+ "type": {
224259
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224260
+ }
224261
+ },
224262
+ "tunnelId": {
224263
+ "defaultValue": null,
224264
+ "description": "@internal",
224265
+ "name": "tunnelId",
224266
+ "parent": {
224267
+ "fileName": "components/src/lib/types/props.ts",
224268
+ "name": "PropsWithTunnel"
224269
+ },
224270
+ "declarations": [
224271
+ {
224272
+ "fileName": "components/src/lib/types/props.ts",
224273
+ "name": "PropsWithTunnel"
224274
+ }
224275
+ ],
224276
+ "required": false,
224277
+ "type": {
224278
+ "name": "string | null"
224279
+ }
224280
+ },
224281
+ "ref": {
224282
+ "defaultValue": null,
224283
+ "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}",
224284
+ "name": "ref",
224285
+ "parent": {
224286
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224287
+ "name": "RefAttributes"
224288
+ },
224289
+ "declarations": [
224290
+ {
224291
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224292
+ "name": "RefAttributes"
224293
+ }
224294
+ ],
224295
+ "required": false,
224296
+ "type": {
224297
+ "name": "Ref<HTMLSpanElement>"
224298
+ }
224299
+ },
224300
+ "key": {
224301
+ "defaultValue": null,
224302
+ "description": "",
224303
+ "name": "key",
224304
+ "parent": {
224305
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224306
+ "name": "Attributes"
224307
+ },
224308
+ "declarations": [
224309
+ {
224310
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224311
+ "name": "Attributes"
224312
+ }
224313
+ ],
224314
+ "required": false,
224315
+ "type": {
224316
+ "name": "Key | null"
224317
+ }
224318
+ }
224319
+ }
224320
+ },
224141
224321
  {
224142
224322
  "tags": {
224143
224323
  "flr-generate": "all"
@@ -224339,186 +224519,6 @@
224339
224519
  }
224340
224520
  }
224341
224521
  },
224342
- {
224343
- "tags": {
224344
- "flr-generate": "all"
224345
- },
224346
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
224347
- "description": "",
224348
- "displayName": "Avatar",
224349
- "methods": [],
224350
- "props": {
224351
- "size": {
224352
- "defaultValue": {
224353
- "value": "\"m\""
224354
- },
224355
- "description": "The size of the avatar.",
224356
- "name": "size",
224357
- "parent": {
224358
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224359
- "name": "AvatarProps"
224360
- },
224361
- "declarations": [
224362
- {
224363
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224364
- "name": "AvatarProps"
224365
- }
224366
- ],
224367
- "required": false,
224368
- "type": {
224369
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
224370
- }
224371
- },
224372
- "color": {
224373
- "defaultValue": null,
224374
- "description": "The color of icons and initials inside the avatar.",
224375
- "name": "color",
224376
- "parent": {
224377
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224378
- "name": "AvatarProps"
224379
- },
224380
- "declarations": [
224381
- {
224382
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224383
- "name": "AvatarProps"
224384
- }
224385
- ],
224386
- "required": false,
224387
- "type": {
224388
- "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
224389
- }
224390
- },
224391
- "status": {
224392
- "defaultValue": null,
224393
- "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
224394
- "name": "status",
224395
- "parent": {
224396
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224397
- "name": "AvatarProps"
224398
- },
224399
- "declarations": [
224400
- {
224401
- "fileName": "components/src/components/Avatar/Avatar.tsx",
224402
- "name": "AvatarProps"
224403
- }
224404
- ],
224405
- "required": false,
224406
- "type": {
224407
- "name": "Status"
224408
- }
224409
- },
224410
- "children": {
224411
- "defaultValue": null,
224412
- "description": "",
224413
- "name": "children",
224414
- "declarations": [
224415
- {
224416
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224417
- "name": "TypeLiteral"
224418
- }
224419
- ],
224420
- "required": false,
224421
- "type": {
224422
- "name": "ReactNode"
224423
- }
224424
- },
224425
- "className": {
224426
- "defaultValue": null,
224427
- "description": "The elements class name.",
224428
- "name": "className",
224429
- "parent": {
224430
- "fileName": "components/src/lib/types/props.ts",
224431
- "name": "PropsWithClassName"
224432
- },
224433
- "declarations": [
224434
- {
224435
- "fileName": "components/src/lib/types/props.ts",
224436
- "name": "PropsWithClassName"
224437
- }
224438
- ],
224439
- "required": false,
224440
- "type": {
224441
- "name": "string"
224442
- }
224443
- },
224444
- "wrapWith": {
224445
- "defaultValue": null,
224446
- "description": "",
224447
- "name": "wrapWith",
224448
- "parent": {
224449
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224450
- "name": "FlowComponentProps"
224451
- },
224452
- "declarations": [
224453
- {
224454
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
224455
- "name": "FlowComponentProps"
224456
- }
224457
- ],
224458
- "required": false,
224459
- "type": {
224460
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
224461
- }
224462
- },
224463
- "tunnelId": {
224464
- "defaultValue": null,
224465
- "description": "@internal",
224466
- "name": "tunnelId",
224467
- "parent": {
224468
- "fileName": "components/src/lib/types/props.ts",
224469
- "name": "PropsWithTunnel"
224470
- },
224471
- "declarations": [
224472
- {
224473
- "fileName": "components/src/lib/types/props.ts",
224474
- "name": "PropsWithTunnel"
224475
- }
224476
- ],
224477
- "required": false,
224478
- "type": {
224479
- "name": "string | null"
224480
- }
224481
- },
224482
- "ref": {
224483
- "defaultValue": null,
224484
- "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}",
224485
- "name": "ref",
224486
- "parent": {
224487
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224488
- "name": "RefAttributes"
224489
- },
224490
- "declarations": [
224491
- {
224492
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224493
- "name": "RefAttributes"
224494
- }
224495
- ],
224496
- "required": false,
224497
- "type": {
224498
- "name": "Ref<HTMLSpanElement>"
224499
- }
224500
- },
224501
- "key": {
224502
- "defaultValue": null,
224503
- "description": "",
224504
- "name": "key",
224505
- "parent": {
224506
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224507
- "name": "Attributes"
224508
- },
224509
- "declarations": [
224510
- {
224511
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
224512
- "name": "Attributes"
224513
- }
224514
- ],
224515
- "required": false,
224516
- "type": {
224517
- "name": "Key | null"
224518
- }
224519
- }
224520
- }
224521
- },
224522
224522
  {
224523
224523
  "tags": {
224524
224524
  "flr-generate": "all"
@@ -299981,95 +299981,6 @@
299981
299981
  }
299982
299982
  }
299983
299983
  },
299984
- {
299985
- "tags": {
299986
- "internal": ""
299987
- },
299988
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
299989
- "description": "",
299990
- "displayName": "TogglePasswordVisibilityButton",
299991
- "methods": [],
299992
- "props": {
299993
- "isDisabled": {
299994
- "defaultValue": {
299995
- "value": "false"
299996
- },
299997
- "description": "",
299998
- "name": "isDisabled",
299999
- "parent": {
300000
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300001
- "name": "Props"
300002
- },
300003
- "declarations": [
300004
- {
300005
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300006
- "name": "Props"
300007
- }
300008
- ],
300009
- "required": false,
300010
- "type": {
300011
- "name": "boolean"
300012
- }
300013
- },
300014
- "isVisible": {
300015
- "defaultValue": null,
300016
- "description": "",
300017
- "name": "isVisible",
300018
- "parent": {
300019
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300020
- "name": "Props"
300021
- },
300022
- "declarations": [
300023
- {
300024
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300025
- "name": "Props"
300026
- }
300027
- ],
300028
- "required": true,
300029
- "type": {
300030
- "name": "boolean"
300031
- }
300032
- },
300033
- "onPress": {
300034
- "defaultValue": null,
300035
- "description": "",
300036
- "name": "onPress",
300037
- "parent": {
300038
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300039
- "name": "Props"
300040
- },
300041
- "declarations": [
300042
- {
300043
- "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300044
- "name": "Props"
300045
- }
300046
- ],
300047
- "required": true,
300048
- "type": {
300049
- "name": "ActionFn"
300050
- }
300051
- },
300052
- "className": {
300053
- "defaultValue": null,
300054
- "description": "The elements class name.",
300055
- "name": "className",
300056
- "parent": {
300057
- "fileName": "components/src/lib/types/props.ts",
300058
- "name": "PropsWithClassName"
300059
- },
300060
- "declarations": [
300061
- {
300062
- "fileName": "components/src/lib/types/props.ts",
300063
- "name": "PropsWithClassName"
300064
- }
300065
- ],
300066
- "required": false,
300067
- "type": {
300068
- "name": "string"
300069
- }
300070
- }
300071
- }
300072
- },
300073
299984
  {
300074
299985
  "tags": {},
300075
299986
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
@@ -300202,6 +300113,95 @@
300202
300113
  }
300203
300114
  }
300204
300115
  },
300116
+ {
300117
+ "tags": {
300118
+ "internal": ""
300119
+ },
300120
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300121
+ "description": "",
300122
+ "displayName": "TogglePasswordVisibilityButton",
300123
+ "methods": [],
300124
+ "props": {
300125
+ "isDisabled": {
300126
+ "defaultValue": {
300127
+ "value": "false"
300128
+ },
300129
+ "description": "",
300130
+ "name": "isDisabled",
300131
+ "parent": {
300132
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300133
+ "name": "Props"
300134
+ },
300135
+ "declarations": [
300136
+ {
300137
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300138
+ "name": "Props"
300139
+ }
300140
+ ],
300141
+ "required": false,
300142
+ "type": {
300143
+ "name": "boolean"
300144
+ }
300145
+ },
300146
+ "isVisible": {
300147
+ "defaultValue": null,
300148
+ "description": "",
300149
+ "name": "isVisible",
300150
+ "parent": {
300151
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300152
+ "name": "Props"
300153
+ },
300154
+ "declarations": [
300155
+ {
300156
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300157
+ "name": "Props"
300158
+ }
300159
+ ],
300160
+ "required": true,
300161
+ "type": {
300162
+ "name": "boolean"
300163
+ }
300164
+ },
300165
+ "onPress": {
300166
+ "defaultValue": null,
300167
+ "description": "",
300168
+ "name": "onPress",
300169
+ "parent": {
300170
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300171
+ "name": "Props"
300172
+ },
300173
+ "declarations": [
300174
+ {
300175
+ "fileName": "components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.tsx",
300176
+ "name": "Props"
300177
+ }
300178
+ ],
300179
+ "required": true,
300180
+ "type": {
300181
+ "name": "ActionFn"
300182
+ }
300183
+ },
300184
+ "className": {
300185
+ "defaultValue": null,
300186
+ "description": "The elements class name.",
300187
+ "name": "className",
300188
+ "parent": {
300189
+ "fileName": "components/src/lib/types/props.ts",
300190
+ "name": "PropsWithClassName"
300191
+ },
300192
+ "declarations": [
300193
+ {
300194
+ "fileName": "components/src/lib/types/props.ts",
300195
+ "name": "PropsWithClassName"
300196
+ }
300197
+ ],
300198
+ "required": false,
300199
+ "type": {
300200
+ "name": "string"
300201
+ }
300202
+ }
300203
+ }
300204
+ },
300205
300205
  {
300206
300206
  "tags": {
300207
300207
  "internal": ""
@@ -305948,6 +305948,14 @@
305948
305948
  }
305949
305949
  }
305950
305950
  },
305951
+ {
305952
+ "tags": {},
305953
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
305954
+ "description": "",
305955
+ "displayName": "OffCanvasSuspenseFallback",
305956
+ "methods": [],
305957
+ "props": {}
305958
+ },
305951
305959
  {
305952
305960
  "tags": {},
305953
305961
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -306086,14 +306094,6 @@
306086
306094
  }
306087
306095
  }
306088
306096
  },
306089
- {
306090
- "tags": {},
306091
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
306092
- "description": "",
306093
- "displayName": "OffCanvasSuspenseFallback",
306094
- "methods": [],
306095
- "props": {}
306096
- },
306097
306097
  {
306098
306098
  "tags": {
306099
306099
  "flr-generate": "all"
@@ -309046,6 +309046,34 @@
309046
309046
  }
309047
309047
  }
309048
309048
  },
309049
+ {
309050
+ "tags": {},
309051
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309052
+ "description": "",
309053
+ "displayName": "DeleteButton",
309054
+ "methods": [],
309055
+ "props": {
309056
+ "onDelete": {
309057
+ "defaultValue": null,
309058
+ "description": "",
309059
+ "name": "onDelete",
309060
+ "parent": {
309061
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309062
+ "name": "Props"
309063
+ },
309064
+ "declarations": [
309065
+ {
309066
+ "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309067
+ "name": "Props"
309068
+ }
309069
+ ],
309070
+ "required": true,
309071
+ "type": {
309072
+ "name": "() => void"
309073
+ }
309074
+ }
309075
+ }
309076
+ },
309049
309077
  {
309050
309078
  "tags": {},
309051
309079
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/Avatar/Avatar.tsx",
@@ -309112,34 +309140,6 @@
309112
309140
  }
309113
309141
  }
309114
309142
  },
309115
- {
309116
- "tags": {},
309117
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309118
- "description": "",
309119
- "displayName": "DeleteButton",
309120
- "methods": [],
309121
- "props": {
309122
- "onDelete": {
309123
- "defaultValue": null,
309124
- "description": "",
309125
- "name": "onDelete",
309126
- "parent": {
309127
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309128
- "name": "Props"
309129
- },
309130
- "declarations": [
309131
- {
309132
- "fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
309133
- "name": "Props"
309134
- }
309135
- ],
309136
- "required": true,
309137
- "type": {
309138
- "name": "() => void"
309139
- }
309140
- }
309141
- }
309142
- },
309143
309143
  {
309144
309144
  "tags": {},
309145
309145
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
@@ -335608,89 +335608,97 @@
335608
335608
  },
335609
335609
  {
335610
335610
  "tags": {},
335611
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335611
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
335612
335612
  "description": "",
335613
- "displayName": "FilterMenuItem",
335613
+ "displayName": "ViewModeAccordion",
335614
+ "methods": [],
335615
+ "props": {}
335616
+ },
335617
+ {
335618
+ "tags": {},
335619
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
335620
+ "description": "",
335621
+ "displayName": "SortingAccordion",
335622
+ "methods": [],
335623
+ "props": {}
335624
+ },
335625
+ {
335626
+ "tags": {},
335627
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335628
+ "description": "",
335629
+ "displayName": "FilterAccordion",
335614
335630
  "methods": [],
335615
335631
  "props": {
335616
- "filterValue": {
335632
+ "filter": {
335617
335633
  "defaultValue": null,
335618
335634
  "description": "",
335619
- "name": "filterValue",
335635
+ "name": "filter",
335620
335636
  "parent": {
335621
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335637
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335622
335638
  "name": "Props"
335623
335639
  },
335624
335640
  "declarations": [
335625
335641
  {
335626
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335642
+ "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335627
335643
  "name": "Props"
335628
335644
  }
335629
335645
  ],
335630
335646
  "required": true,
335631
335647
  "type": {
335632
- "name": "FilterValue"
335648
+ "name": "Filter<never, never, never>"
335633
335649
  }
335634
335650
  }
335635
335651
  }
335636
335652
  },
335637
335653
  {
335638
335654
  "tags": {},
335639
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
335655
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
335640
335656
  "description": "",
335641
- "displayName": "FilterContextMenus",
335657
+ "displayName": "AllFiltersModal",
335642
335658
  "methods": [],
335643
335659
  "props": {}
335644
335660
  },
335645
335661
  {
335646
335662
  "tags": {},
335647
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335663
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335648
335664
  "description": "",
335649
- "displayName": "FilterContextMenu",
335665
+ "displayName": "FilterMenuItem",
335650
335666
  "methods": [],
335651
335667
  "props": {
335652
- "filter": {
335668
+ "filterValue": {
335653
335669
  "defaultValue": null,
335654
335670
  "description": "",
335655
- "name": "filter",
335671
+ "name": "filterValue",
335656
335672
  "parent": {
335657
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335673
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335658
335674
  "name": "Props"
335659
335675
  },
335660
335676
  "declarations": [
335661
335677
  {
335662
- "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335678
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterMenuItem.tsx",
335663
335679
  "name": "Props"
335664
335680
  }
335665
335681
  ],
335666
335682
  "required": true,
335667
335683
  "type": {
335668
- "name": "Filter<never, never, never>"
335684
+ "name": "FilterValue"
335669
335685
  }
335670
335686
  }
335671
335687
  }
335672
335688
  },
335673
335689
  {
335674
335690
  "tags": {},
335675
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/ViewModeAccordion.tsx",
335676
- "description": "",
335677
- "displayName": "ViewModeAccordion",
335678
- "methods": [],
335679
- "props": {}
335680
- },
335681
- {
335682
- "tags": {},
335683
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/SortingAccordion.tsx",
335691
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenus.tsx",
335684
335692
  "description": "",
335685
- "displayName": "SortingAccordion",
335693
+ "displayName": "FilterContextMenus",
335686
335694
  "methods": [],
335687
335695
  "props": {}
335688
335696
  },
335689
335697
  {
335690
335698
  "tags": {},
335691
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335699
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335692
335700
  "description": "",
335693
- "displayName": "FilterAccordion",
335701
+ "displayName": "FilterContextMenu",
335694
335702
  "methods": [],
335695
335703
  "props": {
335696
335704
  "filter": {
@@ -335698,12 +335706,12 @@
335698
335706
  "description": "",
335699
335707
  "name": "filter",
335700
335708
  "parent": {
335701
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335709
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335702
335710
  "name": "Props"
335703
335711
  },
335704
335712
  "declarations": [
335705
335713
  {
335706
- "fileName": "components/src/components/List/components/Header/components/AllFiltersModal/FilterAccordion.tsx",
335714
+ "fileName": "components/src/components/List/components/Header/components/FilterContextMenu/FilterContextMenu.tsx",
335707
335715
  "name": "Props"
335708
335716
  }
335709
335717
  ],
@@ -335714,14 +335722,6 @@
335714
335722
  }
335715
335723
  }
335716
335724
  },
335717
- {
335718
- "tags": {},
335719
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/AllFiltersModal/AllFiltersModal.tsx",
335720
- "description": "",
335721
- "displayName": "AllFiltersModal",
335722
- "methods": [],
335723
- "props": {}
335724
- },
335725
335725
  {
335726
335726
  "tags": {},
335727
335727
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
@@ -343559,6 +343559,49 @@
343559
343559
  }
343560
343560
  }
343561
343561
  },
343562
+ {
343563
+ "tags": {},
343564
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
343565
+ "description": "",
343566
+ "displayName": "useGridItemProps",
343567
+ "methods": [],
343568
+ "props": {
343569
+ "data": {
343570
+ "defaultValue": null,
343571
+ "description": "",
343572
+ "name": "data",
343573
+ "parent": {
343574
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
343575
+ "name": "P"
343576
+ },
343577
+ "declarations": [
343578
+ {
343579
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
343580
+ "name": "P"
343581
+ }
343582
+ ],
343583
+ "required": true,
343584
+ "type": {
343585
+ "name": "never"
343586
+ }
343587
+ },
343588
+ "children": {
343589
+ "defaultValue": null,
343590
+ "description": "",
343591
+ "name": "children",
343592
+ "declarations": [
343593
+ {
343594
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
343595
+ "name": "TypeLiteral"
343596
+ }
343597
+ ],
343598
+ "required": false,
343599
+ "type": {
343600
+ "name": "ReactNode"
343601
+ }
343602
+ }
343603
+ }
343604
+ },
343562
343605
  {
343563
343606
  "tags": {},
343564
343607
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
@@ -343640,49 +343683,6 @@
343640
343683
  }
343641
343684
  }
343642
343685
  },
343643
- {
343644
- "tags": {},
343645
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
343646
- "description": "",
343647
- "displayName": "useGridItemProps",
343648
- "methods": [],
343649
- "props": {
343650
- "data": {
343651
- "defaultValue": null,
343652
- "description": "",
343653
- "name": "data",
343654
- "parent": {
343655
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
343656
- "name": "P"
343657
- },
343658
- "declarations": [
343659
- {
343660
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
343661
- "name": "P"
343662
- }
343663
- ],
343664
- "required": true,
343665
- "type": {
343666
- "name": "never"
343667
- }
343668
- },
343669
- "children": {
343670
- "defaultValue": null,
343671
- "description": "",
343672
- "name": "children",
343673
- "declarations": [
343674
- {
343675
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
343676
- "name": "TypeLiteral"
343677
- }
343678
- ],
343679
- "required": false,
343680
- "type": {
343681
- "name": "ReactNode"
343682
- }
343683
- }
343684
- }
343685
- },
343686
343686
  {
343687
343687
  "tags": {},
343688
343688
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",