@mittwald/flow-react-components 1.0.0 → 1.0.1

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.
@@ -167263,23 +167263,23 @@
167263
167263
  "tags": {
167264
167264
  "flr-generate": "all"
167265
167265
  },
167266
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
167266
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
167267
167267
  "description": "",
167268
- "displayName": "FileField",
167268
+ "displayName": "FileDropZone",
167269
167269
  "methods": [],
167270
167270
  "props": {
167271
167271
  "onChange": {
167272
167272
  "defaultValue": null,
167273
- "description": "Handler that is called when the file input changes.",
167273
+ "description": "Called with the dropped or selected files whenever the selection changes.",
167274
167274
  "name": "onChange",
167275
167275
  "parent": {
167276
- "fileName": "components/src/components/FileField/FileField.tsx",
167277
- "name": "FileFieldProps"
167276
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167277
+ "name": "FileDropZoneProps"
167278
167278
  },
167279
167279
  "declarations": [
167280
167280
  {
167281
- "fileName": "components/src/components/FileField/FileField.tsx",
167282
- "name": "FileFieldProps"
167281
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167282
+ "name": "FileDropZoneProps"
167283
167283
  }
167284
167284
  ],
167285
167285
  "required": false,
@@ -167292,13 +167292,13 @@
167292
167292
  "description": "Whether the component is read only.",
167293
167293
  "name": "isReadOnly",
167294
167294
  "parent": {
167295
- "fileName": "components/src/components/FileField/FileField.tsx",
167296
- "name": "FileFieldProps"
167295
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167296
+ "name": "FileDropZoneProps"
167297
167297
  },
167298
167298
  "declarations": [
167299
167299
  {
167300
- "fileName": "components/src/components/FileField/FileField.tsx",
167301
- "name": "FileFieldProps"
167300
+ "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167301
+ "name": "FileDropZoneProps"
167302
167302
  }
167303
167303
  ],
167304
167304
  "required": false,
@@ -167306,19 +167306,23 @@
167306
167306
  "name": "boolean"
167307
167307
  }
167308
167308
  },
167309
- "children": {
167309
+ "className": {
167310
167310
  "defaultValue": null,
167311
- "description": "",
167312
- "name": "children",
167311
+ "description": "The elements class name.",
167312
+ "name": "className",
167313
+ "parent": {
167314
+ "fileName": "components/src/lib/types/props.ts",
167315
+ "name": "PropsWithClassName"
167316
+ },
167313
167317
  "declarations": [
167314
167318
  {
167315
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts",
167316
- "name": "TypeLiteral"
167319
+ "fileName": "components/src/lib/types/props.ts",
167320
+ "name": "PropsWithClassName"
167317
167321
  }
167318
167322
  ],
167319
167323
  "required": false,
167320
167324
  "type": {
167321
- "name": "ReactNode"
167325
+ "name": "string"
167322
167326
  }
167323
167327
  },
167324
167328
  "wrapWith": {
@@ -167397,6 +167401,21 @@
167397
167401
  "name": "Key | null"
167398
167402
  }
167399
167403
  },
167404
+ "children": {
167405
+ "defaultValue": null,
167406
+ "description": "",
167407
+ "name": "children",
167408
+ "declarations": [
167409
+ {
167410
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts",
167411
+ "name": "TypeLiteral"
167412
+ }
167413
+ ],
167414
+ "required": false,
167415
+ "type": {
167416
+ "name": "ReactNode"
167417
+ }
167418
+ },
167400
167419
  "name": {
167401
167420
  "defaultValue": null,
167402
167421
  "description": "",
@@ -167454,77 +167473,18 @@
167454
167473
  "name": "boolean"
167455
167474
  }
167456
167475
  },
167457
- "validationBehavior": {
167458
- "defaultValue": {
167459
- "value": "'native'"
167460
- },
167461
- "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
167462
- "name": "validationBehavior",
167463
- "parent": {
167464
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
167465
- "name": "RACValidation"
167466
- },
167467
- "declarations": [
167468
- {
167469
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
167470
- "name": "RACValidation"
167471
- }
167472
- ],
167473
- "required": false,
167474
- "type": {
167475
- "name": "\"native\" | \"aria\""
167476
- }
167477
- },
167478
167476
  "isDisabled": {
167479
167477
  "defaultValue": null,
167480
- "description": "Whether the input is disabled.",
167478
+ "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
167481
167479
  "name": "isDisabled",
167482
167480
  "parent": {
167483
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167484
- "name": "InputBase"
167485
- },
167486
- "declarations": [
167487
- {
167488
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167489
- "name": "InputBase"
167490
- }
167491
- ],
167492
- "required": false,
167493
- "type": {
167494
- "name": "boolean"
167495
- }
167496
- },
167497
- "isRequired": {
167498
- "defaultValue": null,
167499
- "description": "Whether user input is required on the input before form submission.",
167500
- "name": "isRequired",
167501
- "parent": {
167502
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167503
- "name": "Validation"
167504
- },
167505
- "declarations": [
167506
- {
167507
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167508
- "name": "Validation"
167509
- }
167510
- ],
167511
- "required": false,
167512
- "type": {
167513
- "name": "boolean"
167514
- }
167515
- },
167516
- "isInvalid": {
167517
- "defaultValue": null,
167518
- "description": "Whether the value is invalid.",
167519
- "name": "isInvalid",
167520
- "parent": {
167521
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
167522
- "name": "TextFieldProps"
167481
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.51.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
167482
+ "name": "DropOptions"
167523
167483
  },
167524
167484
  "declarations": [
167525
167485
  {
167526
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
167527
- "name": "TextFieldProps"
167486
+ "fileName": "flow/node_modules/.pnpm/react-aria@3.51.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
167487
+ "name": "DropOptions"
167528
167488
  }
167529
167489
  ],
167530
167490
  "required": false,
@@ -167538,23 +167498,23 @@
167538
167498
  "tags": {
167539
167499
  "flr-generate": "all"
167540
167500
  },
167541
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileDropZone/FileDropZone.tsx",
167501
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileField/FileField.tsx",
167542
167502
  "description": "",
167543
- "displayName": "FileDropZone",
167503
+ "displayName": "FileField",
167544
167504
  "methods": [],
167545
167505
  "props": {
167546
167506
  "onChange": {
167547
167507
  "defaultValue": null,
167548
- "description": "Called with the dropped or selected files whenever the selection changes.",
167508
+ "description": "Handler that is called when the file input changes.",
167549
167509
  "name": "onChange",
167550
167510
  "parent": {
167551
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167552
- "name": "FileDropZoneProps"
167511
+ "fileName": "components/src/components/FileField/FileField.tsx",
167512
+ "name": "FileFieldProps"
167553
167513
  },
167554
167514
  "declarations": [
167555
167515
  {
167556
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167557
- "name": "FileDropZoneProps"
167516
+ "fileName": "components/src/components/FileField/FileField.tsx",
167517
+ "name": "FileFieldProps"
167558
167518
  }
167559
167519
  ],
167560
167520
  "required": false,
@@ -167567,13 +167527,13 @@
167567
167527
  "description": "Whether the component is read only.",
167568
167528
  "name": "isReadOnly",
167569
167529
  "parent": {
167570
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167571
- "name": "FileDropZoneProps"
167530
+ "fileName": "components/src/components/FileField/FileField.tsx",
167531
+ "name": "FileFieldProps"
167572
167532
  },
167573
167533
  "declarations": [
167574
167534
  {
167575
- "fileName": "components/src/components/FileDropZone/FileDropZone.tsx",
167576
- "name": "FileDropZoneProps"
167535
+ "fileName": "components/src/components/FileField/FileField.tsx",
167536
+ "name": "FileFieldProps"
167577
167537
  }
167578
167538
  ],
167579
167539
  "required": false,
@@ -167581,23 +167541,19 @@
167581
167541
  "name": "boolean"
167582
167542
  }
167583
167543
  },
167584
- "className": {
167544
+ "children": {
167585
167545
  "defaultValue": null,
167586
- "description": "The elements class name.",
167587
- "name": "className",
167588
- "parent": {
167589
- "fileName": "components/src/lib/types/props.ts",
167590
- "name": "PropsWithClassName"
167591
- },
167546
+ "description": "",
167547
+ "name": "children",
167592
167548
  "declarations": [
167593
167549
  {
167594
- "fileName": "components/src/lib/types/props.ts",
167595
- "name": "PropsWithClassName"
167550
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts",
167551
+ "name": "TypeLiteral"
167596
167552
  }
167597
167553
  ],
167598
167554
  "required": false,
167599
167555
  "type": {
167600
- "name": "string"
167556
+ "name": "ReactNode"
167601
167557
  }
167602
167558
  },
167603
167559
  "wrapWith": {
@@ -167676,21 +167632,6 @@
167676
167632
  "name": "Key | null"
167677
167633
  }
167678
167634
  },
167679
- "children": {
167680
- "defaultValue": null,
167681
- "description": "",
167682
- "name": "children",
167683
- "declarations": [
167684
- {
167685
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts",
167686
- "name": "TypeLiteral"
167687
- }
167688
- ],
167689
- "required": false,
167690
- "type": {
167691
- "name": "ReactNode"
167692
- }
167693
- },
167694
167635
  "name": {
167695
167636
  "defaultValue": null,
167696
167637
  "description": "",
@@ -167748,18 +167689,77 @@
167748
167689
  "name": "boolean"
167749
167690
  }
167750
167691
  },
167692
+ "validationBehavior": {
167693
+ "defaultValue": {
167694
+ "value": "'native'"
167695
+ },
167696
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
167697
+ "name": "validationBehavior",
167698
+ "parent": {
167699
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
167700
+ "name": "RACValidation"
167701
+ },
167702
+ "declarations": [
167703
+ {
167704
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
167705
+ "name": "RACValidation"
167706
+ }
167707
+ ],
167708
+ "required": false,
167709
+ "type": {
167710
+ "name": "\"native\" | \"aria\""
167711
+ }
167712
+ },
167751
167713
  "isDisabled": {
167752
167714
  "defaultValue": null,
167753
- "description": "Whether the drop target is disabled. If true, the drop target will not accept any drops.",
167715
+ "description": "Whether the input is disabled.",
167754
167716
  "name": "isDisabled",
167755
167717
  "parent": {
167756
- "fileName": "flow/node_modules/.pnpm/react-aria@3.51.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
167757
- "name": "DropOptions"
167718
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167719
+ "name": "InputBase"
167758
167720
  },
167759
167721
  "declarations": [
167760
167722
  {
167761
- "fileName": "flow/node_modules/.pnpm/react-aria@3.51.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria/dist/types/src/dnd/useDrop.d.ts",
167762
- "name": "DropOptions"
167723
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167724
+ "name": "InputBase"
167725
+ }
167726
+ ],
167727
+ "required": false,
167728
+ "type": {
167729
+ "name": "boolean"
167730
+ }
167731
+ },
167732
+ "isRequired": {
167733
+ "defaultValue": null,
167734
+ "description": "Whether user input is required on the input before form submission.",
167735
+ "name": "isRequired",
167736
+ "parent": {
167737
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167738
+ "name": "Validation"
167739
+ },
167740
+ "declarations": [
167741
+ {
167742
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.36.1_react@19.2.8/node_modules/@react-types/shared/src/inputs.d.ts",
167743
+ "name": "Validation"
167744
+ }
167745
+ ],
167746
+ "required": false,
167747
+ "type": {
167748
+ "name": "boolean"
167749
+ }
167750
+ },
167751
+ "isInvalid": {
167752
+ "defaultValue": null,
167753
+ "description": "Whether the value is invalid.",
167754
+ "name": "isInvalid",
167755
+ "parent": {
167756
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
167757
+ "name": "TextFieldProps"
167758
+ },
167759
+ "declarations": [
167760
+ {
167761
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/TextField.d.ts",
167762
+ "name": "TextFieldProps"
167763
167763
  }
167764
167764
  ],
167765
167765
  "required": false,
@@ -235072,6 +235072,32 @@
235072
235072
  }
235073
235073
  }
235074
235074
  },
235075
+ {
235076
+ "tags": {
235077
+ "flr-generate": "all"
235078
+ },
235079
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
235080
+ "description": "",
235081
+ "displayName": "ClearPropsContext",
235082
+ "methods": [],
235083
+ "props": {
235084
+ "children": {
235085
+ "defaultValue": null,
235086
+ "description": "",
235087
+ "name": "children",
235088
+ "declarations": [
235089
+ {
235090
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts",
235091
+ "name": "TypeLiteral"
235092
+ }
235093
+ ],
235094
+ "required": false,
235095
+ "type": {
235096
+ "name": "ReactNode"
235097
+ }
235098
+ }
235099
+ }
235100
+ },
235075
235101
  {
235076
235102
  "tags": {
235077
235103
  "flr-generate": "all"
@@ -237002,32 +237028,6 @@
237002
237028
  }
237003
237029
  }
237004
237030
  },
237005
- {
237006
- "tags": {
237007
- "flr-generate": "all"
237008
- },
237009
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
237010
- "description": "",
237011
- "displayName": "ClearPropsContext",
237012
- "methods": [],
237013
- "props": {
237014
- "children": {
237015
- "defaultValue": null,
237016
- "description": "",
237017
- "name": "children",
237018
- "declarations": [
237019
- {
237020
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts",
237021
- "name": "TypeLiteral"
237022
- }
237023
- ],
237024
- "required": false,
237025
- "type": {
237026
- "name": "ReactNode"
237027
- }
237028
- }
237029
- }
237030
- },
237031
237031
  {
237032
237032
  "tags": {
237033
237033
  "flr-generate": "all"
@@ -293354,16 +293354,6 @@
293354
293354
  }
293355
293355
  }
293356
293356
  },
293357
- {
293358
- "tags": {
293359
- "flowStatus": "new"
293360
- },
293361
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
293362
- "description": "",
293363
- "displayName": "FormRootError",
293364
- "methods": [],
293365
- "props": {}
293366
- },
293367
293357
  {
293368
293358
  "tags": {},
293369
293359
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.tsx",
@@ -293534,6 +293524,16 @@
293534
293524
  }
293535
293525
  }
293536
293526
  },
293527
+ {
293528
+ "tags": {
293529
+ "flowStatus": "new"
293530
+ },
293531
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormRootError/FormRootError.tsx",
293532
+ "description": "",
293533
+ "displayName": "FormRootError",
293534
+ "methods": [],
293535
+ "props": {}
293536
+ },
293537
293537
  {
293538
293538
  "tags": {},
293539
293539
  "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.tsx",
@@ -314580,68 +314580,49 @@
314580
314580
  "tags": {
314581
314581
  "flr-generate": "all"
314582
314582
  },
314583
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
314583
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
314584
314584
  "description": "",
314585
- "displayName": "TableColumn",
314585
+ "displayName": "TableCell",
314586
314586
  "methods": [],
314587
314587
  "props": {
314588
- "horizontalAlign": {
314589
- "defaultValue": {
314590
- "value": "\"start\""
314591
- },
314592
- "description": "Horizontal alignment of the cell content",
314593
- "name": "horizontalAlign",
314594
- "parent": {
314595
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
314596
- "name": "TableColumnProps"
314597
- },
314598
- "declarations": [
314599
- {
314600
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
314601
- "name": "TableColumnProps"
314602
- }
314603
- ],
314604
- "required": false,
314605
- "type": {
314606
- "name": "\"start\" | \"end\" | \"center\""
314607
- }
314608
- },
314609
- "width": {
314588
+ "rowHeader": {
314610
314589
  "defaultValue": null,
314611
- "description": "The width of the column.",
314612
- "name": "width",
314590
+ "description": "Use cell as row header",
314591
+ "name": "rowHeader",
314613
314592
  "parent": {
314614
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
314615
- "name": "TableColumnProps"
314593
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
314594
+ "name": "TableCellProps"
314616
314595
  },
314617
314596
  "declarations": [
314618
314597
  {
314619
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
314620
- "name": "TableColumnProps"
314598
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
314599
+ "name": "TableCellProps"
314621
314600
  }
314622
314601
  ],
314623
314602
  "required": false,
314624
314603
  "type": {
314625
- "name": "string | number"
314604
+ "name": "boolean"
314626
314605
  }
314627
314606
  },
314628
- "minWidth": {
314629
- "defaultValue": null,
314630
- "description": "The minimum width of the column.",
314631
- "name": "minWidth",
314607
+ "horizontalAlign": {
314608
+ "defaultValue": {
314609
+ "value": "\"start\""
314610
+ },
314611
+ "description": "Horizontal alignment of the cell content",
314612
+ "name": "horizontalAlign",
314632
314613
  "parent": {
314633
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
314634
- "name": "TableColumnProps"
314614
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
314615
+ "name": "TableCellProps"
314635
314616
  },
314636
314617
  "declarations": [
314637
314618
  {
314638
- "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
314639
- "name": "TableColumnProps"
314619
+ "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
314620
+ "name": "TableCellProps"
314640
314621
  }
314641
314622
  ],
314642
314623
  "required": false,
314643
314624
  "type": {
314644
- "name": "string | number"
314625
+ "name": "\"start\" | \"end\" | \"center\""
314645
314626
  }
314646
314627
  },
314647
314628
  "id": {
@@ -314703,25 +314684,6 @@
314703
314684
  "name": "ClassNameOrFunction<RowRenderProps>"
314704
314685
  }
314705
314686
  },
314706
- "render": {
314707
- "defaultValue": null,
314708
- "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
314709
- "name": "render",
314710
- "parent": {
314711
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
314712
- "name": "DOMRenderProps"
314713
- },
314714
- "declarations": [
314715
- {
314716
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
314717
- "name": "DOMRenderProps"
314718
- }
314719
- ],
314720
- "required": false,
314721
- "type": {
314722
- "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
314723
- }
314724
- },
314725
314687
  "dir": {
314726
314688
  "defaultValue": null,
314727
314689
  "description": "",
@@ -316033,75 +315995,37 @@
316033
315995
  "name": "string"
316034
315996
  }
316035
315997
  },
316036
- "allowsSorting": {
316037
- "defaultValue": null,
316038
- "description": "Whether the column allows sorting.",
316039
- "name": "allowsSorting",
316040
- "parent": {
316041
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316042
- "name": "ColumnProps"
316043
- },
316044
- "declarations": [
316045
- {
316046
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316047
- "name": "ColumnProps"
316048
- }
316049
- ],
316050
- "required": false,
316051
- "type": {
316052
- "name": "boolean"
316053
- }
316054
- },
316055
- "isRowHeader": {
316056
- "defaultValue": null,
316057
- "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be\nannounced by assistive technology during row navigation.",
316058
- "name": "isRowHeader",
316059
- "parent": {
316060
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316061
- "name": "ColumnProps"
316062
- },
316063
- "declarations": [
316064
- {
316065
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316066
- "name": "ColumnProps"
316067
- }
316068
- ],
316069
- "required": false,
316070
- "type": {
316071
- "name": "boolean"
316072
- }
316073
- },
316074
- "defaultWidth": {
315998
+ "colSpan": {
316075
315999
  "defaultValue": null,
316076
- "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
316077
- "name": "defaultWidth",
316000
+ "description": "Indicates how many columns the data cell spans.",
316001
+ "name": "colSpan",
316078
316002
  "parent": {
316079
316003
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316080
- "name": "ColumnProps"
316004
+ "name": "CellProps"
316081
316005
  },
316082
316006
  "declarations": [
316083
316007
  {
316084
316008
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316085
- "name": "ColumnProps"
316009
+ "name": "CellProps"
316086
316010
  }
316087
316011
  ],
316088
316012
  "required": false,
316089
316013
  "type": {
316090
- "name": "ColumnSize | null"
316014
+ "name": "number"
316091
316015
  }
316092
316016
  },
316093
316017
  "focusMode": {
316094
316018
  "defaultValue": null,
316095
- "description": "Whether the column header or its first focusable child element should be focused when the\ncolumn header is focused. Defaults to 'child' in arrow keyboard navigation mode and 'cell' in\ntab keyboard navigation mode.",
316019
+ "description": "Whether the cell or its first focusable child element should be focused when the cell is\nfocused. Defaults to 'child' in arrow keyboard navigation mode and 'cell' in tab keyboard\nnavigation mode.",
316096
316020
  "name": "focusMode",
316097
316021
  "parent": {
316098
316022
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316099
- "name": "ColumnProps"
316023
+ "name": "CellProps"
316100
316024
  },
316101
316025
  "declarations": [
316102
316026
  {
316103
316027
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316104
- "name": "ColumnProps"
316028
+ "name": "CellProps"
316105
316029
  }
316106
316030
  ],
316107
316031
  "required": false,
@@ -316111,16 +316035,16 @@
316111
316035
  },
316112
316036
  "allowsArrowNavigation": {
316113
316037
  "defaultValue": null,
316114
- "description": "Whether the column should support arrow key navigation even when the containing table uses tab\nkeyboard navigation. Allows users to navigate between columns and rows with arrow keys while\nfocus is on an interactive child element within the column header.",
316038
+ "description": "Whether the cell should support arrow key navigation even when the containing table uses\ntab keyboard navigation. Allows users to navigate between cells and rows with arrow keys while\nfocus is on an interactive child element within the cell.",
316115
316039
  "name": "allowsArrowNavigation",
316116
316040
  "parent": {
316117
316041
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316118
- "name": "ColumnProps"
316042
+ "name": "CellProps"
316119
316043
  },
316120
316044
  "declarations": [
316121
316045
  {
316122
316046
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
316123
- "name": "ColumnProps"
316047
+ "name": "CellProps"
316124
316048
  }
316125
316049
  ],
316126
316050
  "required": false,
@@ -316149,49 +316073,68 @@
316149
316073
  "tags": {
316150
316074
  "flr-generate": "all"
316151
316075
  },
316152
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableCell/TableCell.tsx",
316076
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Table/components/TableColumn/TableColumn.tsx",
316153
316077
  "description": "",
316154
- "displayName": "TableCell",
316078
+ "displayName": "TableColumn",
316155
316079
  "methods": [],
316156
316080
  "props": {
316157
- "rowHeader": {
316158
- "defaultValue": null,
316159
- "description": "Use cell as row header",
316160
- "name": "rowHeader",
316081
+ "horizontalAlign": {
316082
+ "defaultValue": {
316083
+ "value": "\"start\""
316084
+ },
316085
+ "description": "Horizontal alignment of the cell content",
316086
+ "name": "horizontalAlign",
316161
316087
  "parent": {
316162
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
316163
- "name": "TableCellProps"
316088
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
316089
+ "name": "TableColumnProps"
316164
316090
  },
316165
316091
  "declarations": [
316166
316092
  {
316167
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
316168
- "name": "TableCellProps"
316093
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
316094
+ "name": "TableColumnProps"
316169
316095
  }
316170
316096
  ],
316171
316097
  "required": false,
316172
316098
  "type": {
316173
- "name": "boolean"
316099
+ "name": "\"start\" | \"end\" | \"center\""
316174
316100
  }
316175
316101
  },
316176
- "horizontalAlign": {
316177
- "defaultValue": {
316178
- "value": "\"start\""
316102
+ "width": {
316103
+ "defaultValue": null,
316104
+ "description": "The width of the column.",
316105
+ "name": "width",
316106
+ "parent": {
316107
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
316108
+ "name": "TableColumnProps"
316179
316109
  },
316180
- "description": "Horizontal alignment of the cell content",
316181
- "name": "horizontalAlign",
316110
+ "declarations": [
316111
+ {
316112
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
316113
+ "name": "TableColumnProps"
316114
+ }
316115
+ ],
316116
+ "required": false,
316117
+ "type": {
316118
+ "name": "string | number"
316119
+ }
316120
+ },
316121
+ "minWidth": {
316122
+ "defaultValue": null,
316123
+ "description": "The minimum width of the column.",
316124
+ "name": "minWidth",
316182
316125
  "parent": {
316183
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
316184
- "name": "TableCellProps"
316126
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
316127
+ "name": "TableColumnProps"
316185
316128
  },
316186
316129
  "declarations": [
316187
316130
  {
316188
- "fileName": "components/src/components/Table/components/TableCell/TableCell.tsx",
316189
- "name": "TableCellProps"
316131
+ "fileName": "components/src/components/Table/components/TableColumn/TableColumn.tsx",
316132
+ "name": "TableColumnProps"
316190
316133
  }
316191
316134
  ],
316192
316135
  "required": false,
316193
316136
  "type": {
316194
- "name": "\"start\" | \"end\" | \"center\""
316137
+ "name": "string | number"
316195
316138
  }
316196
316139
  },
316197
316140
  "id": {
@@ -316253,6 +316196,25 @@
316253
316196
  "name": "ClassNameOrFunction<RowRenderProps>"
316254
316197
  }
316255
316198
  },
316199
+ "render": {
316200
+ "defaultValue": null,
316201
+ "description": "Overrides the default DOM element with a custom render function.\nThis allows rendering existing components with built-in styles and behaviors\nsuch as router links, animation libraries, and pre-styled components.\n\nRequirements:\n\n- You must render the expected element type (e.g. if `<button>` is expected, you cannot render an\n `<a>`).\n- Only a single root DOM element can be rendered (no fragments).\n- You must pass through props and ref to the underlying DOM element, merging with your own prop\n as appropriate.",
316202
+ "name": "render",
316203
+ "parent": {
316204
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
316205
+ "name": "DOMRenderProps"
316206
+ },
316207
+ "declarations": [
316208
+ {
316209
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/utils.d.ts",
316210
+ "name": "DOMRenderProps"
316211
+ }
316212
+ ],
316213
+ "required": false,
316214
+ "type": {
316215
+ "name": "DOMRenderFunction<\"div\", TooltipRenderProps>"
316216
+ }
316217
+ },
316256
316218
  "dir": {
316257
316219
  "defaultValue": null,
316258
316220
  "description": "",
@@ -317566,16 +317528,16 @@
317566
317528
  },
317567
317529
  "focusMode": {
317568
317530
  "defaultValue": null,
317569
- "description": "Whether the column header or its first focusable child element should be focused when the\ncolumn header is focused. Defaults to 'child' in arrow keyboard navigation mode and 'cell' in\ntab keyboard navigation mode.",
317531
+ "description": "Whether the cell or its first focusable child element should be focused when the cell is\nfocused. Defaults to 'child' in arrow keyboard navigation mode and 'cell' in tab keyboard\nnavigation mode.",
317570
317532
  "name": "focusMode",
317571
317533
  "parent": {
317572
317534
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317573
- "name": "ColumnProps"
317535
+ "name": "CellProps"
317574
317536
  },
317575
317537
  "declarations": [
317576
317538
  {
317577
317539
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317578
- "name": "ColumnProps"
317540
+ "name": "CellProps"
317579
317541
  }
317580
317542
  ],
317581
317543
  "required": false,
@@ -317585,8 +317547,27 @@
317585
317547
  },
317586
317548
  "allowsArrowNavigation": {
317587
317549
  "defaultValue": null,
317588
- "description": "Whether the column should support arrow key navigation even when the containing table uses tab\nkeyboard navigation. Allows users to navigate between columns and rows with arrow keys while\nfocus is on an interactive child element within the column header.",
317550
+ "description": "Whether the cell should support arrow key navigation even when the containing table uses\ntab keyboard navigation. Allows users to navigate between cells and rows with arrow keys while\nfocus is on an interactive child element within the cell.",
317589
317551
  "name": "allowsArrowNavigation",
317552
+ "parent": {
317553
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317554
+ "name": "CellProps"
317555
+ },
317556
+ "declarations": [
317557
+ {
317558
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317559
+ "name": "CellProps"
317560
+ }
317561
+ ],
317562
+ "required": false,
317563
+ "type": {
317564
+ "name": "boolean"
317565
+ }
317566
+ },
317567
+ "allowsSorting": {
317568
+ "defaultValue": null,
317569
+ "description": "Whether the column allows sorting.",
317570
+ "name": "allowsSorting",
317590
317571
  "parent": {
317591
317572
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317592
317573
  "name": "ColumnProps"
@@ -317602,23 +317583,42 @@
317602
317583
  "name": "boolean"
317603
317584
  }
317604
317585
  },
317605
- "colSpan": {
317586
+ "isRowHeader": {
317606
317587
  "defaultValue": null,
317607
- "description": "Indicates how many columns the data cell spans.",
317608
- "name": "colSpan",
317588
+ "description": "Whether a column is a [row header](https://www.w3.org/TR/wai-aria-1.1/#rowheader) and should be\nannounced by assistive technology during row navigation.",
317589
+ "name": "isRowHeader",
317609
317590
  "parent": {
317610
317591
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317611
- "name": "CellProps"
317592
+ "name": "ColumnProps"
317612
317593
  },
317613
317594
  "declarations": [
317614
317595
  {
317615
317596
  "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317616
- "name": "CellProps"
317597
+ "name": "ColumnProps"
317617
317598
  }
317618
317599
  ],
317619
317600
  "required": false,
317620
317601
  "type": {
317621
- "name": "number"
317602
+ "name": "boolean"
317603
+ }
317604
+ },
317605
+ "defaultWidth": {
317606
+ "defaultValue": null,
317607
+ "description": "The default width of the column. This prop only applies when the `<Table>` is wrapped in a\n`<ResizableTableContainer>`.",
317608
+ "name": "defaultWidth",
317609
+ "parent": {
317610
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317611
+ "name": "ColumnProps"
317612
+ },
317613
+ "declarations": [
317614
+ {
317615
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.20.0_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/react-aria-components/dist/types/src/Table.d.ts",
317616
+ "name": "ColumnProps"
317617
+ }
317618
+ ],
317619
+ "required": false,
317620
+ "type": {
317621
+ "name": "ColumnSize | null"
317622
317622
  }
317623
317623
  },
317624
317624
  "children": {
@@ -365124,50 +365124,41 @@
365124
365124
  },
365125
365125
  {
365126
365126
  "tags": {},
365127
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
365127
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365128
365128
  "description": "",
365129
- "displayName": "SortingMenuItem",
365129
+ "displayName": "SearchField",
365130
365130
  "methods": [],
365131
365131
  "props": {
365132
- "sorting": {
365132
+ "search": {
365133
365133
  "defaultValue": null,
365134
365134
  "description": "",
365135
- "name": "sorting",
365135
+ "name": "search",
365136
365136
  "parent": {
365137
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
365137
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365138
365138
  "name": "Props"
365139
365139
  },
365140
365140
  "declarations": [
365141
365141
  {
365142
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
365142
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365143
365143
  "name": "Props"
365144
365144
  }
365145
365145
  ],
365146
365146
  "required": true,
365147
365147
  "type": {
365148
- "name": "Sorting<never>"
365148
+ "name": "Search<never>"
365149
365149
  }
365150
- }
365151
- }
365152
- },
365153
- {
365154
- "tags": {},
365155
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
365156
- "description": "",
365157
- "displayName": "SortingContextMenu",
365158
- "methods": [],
365159
- "props": {
365150
+ },
365160
365151
  "isDisabled": {
365161
365152
  "defaultValue": null,
365162
365153
  "description": "",
365163
365154
  "name": "isDisabled",
365164
365155
  "parent": {
365165
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
365156
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365166
365157
  "name": "Props"
365167
365158
  },
365168
365159
  "declarations": [
365169
365160
  {
365170
- "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
365161
+ "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365171
365162
  "name": "Props"
365172
365163
  }
365173
365164
  ],
@@ -365175,46 +365166,74 @@
365175
365166
  "type": {
365176
365167
  "name": "boolean"
365177
365168
  }
365169
+ },
365170
+ "className": {
365171
+ "defaultValue": null,
365172
+ "description": "The elements class name.",
365173
+ "name": "className",
365174
+ "parent": {
365175
+ "fileName": "components/src/lib/types/props.ts",
365176
+ "name": "PropsWithClassName"
365177
+ },
365178
+ "declarations": [
365179
+ {
365180
+ "fileName": "components/src/lib/types/props.ts",
365181
+ "name": "PropsWithClassName"
365182
+ }
365183
+ ],
365184
+ "required": false,
365185
+ "type": {
365186
+ "name": "string"
365187
+ }
365178
365188
  }
365179
365189
  }
365180
365190
  },
365181
365191
  {
365182
365192
  "tags": {},
365183
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365193
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
365184
365194
  "description": "",
365185
- "displayName": "SearchField",
365195
+ "displayName": "SortingMenuItem",
365186
365196
  "methods": [],
365187
365197
  "props": {
365188
- "search": {
365198
+ "sorting": {
365189
365199
  "defaultValue": null,
365190
365200
  "description": "",
365191
- "name": "search",
365201
+ "name": "sorting",
365192
365202
  "parent": {
365193
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365203
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
365194
365204
  "name": "Props"
365195
365205
  },
365196
365206
  "declarations": [
365197
365207
  {
365198
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365208
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
365199
365209
  "name": "Props"
365200
365210
  }
365201
365211
  ],
365202
365212
  "required": true,
365203
365213
  "type": {
365204
- "name": "Search<never>"
365214
+ "name": "Sorting<never>"
365205
365215
  }
365206
- },
365216
+ }
365217
+ }
365218
+ },
365219
+ {
365220
+ "tags": {},
365221
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
365222
+ "description": "",
365223
+ "displayName": "SortingContextMenu",
365224
+ "methods": [],
365225
+ "props": {
365207
365226
  "isDisabled": {
365208
365227
  "defaultValue": null,
365209
365228
  "description": "",
365210
365229
  "name": "isDisabled",
365211
365230
  "parent": {
365212
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365231
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
365213
365232
  "name": "Props"
365214
365233
  },
365215
365234
  "declarations": [
365216
365235
  {
365217
- "fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
365236
+ "fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
365218
365237
  "name": "Props"
365219
365238
  }
365220
365239
  ],
@@ -365222,25 +365241,6 @@
365222
365241
  "type": {
365223
365242
  "name": "boolean"
365224
365243
  }
365225
- },
365226
- "className": {
365227
- "defaultValue": null,
365228
- "description": "The elements class name.",
365229
- "name": "className",
365230
- "parent": {
365231
- "fileName": "components/src/lib/types/props.ts",
365232
- "name": "PropsWithClassName"
365233
- },
365234
- "declarations": [
365235
- {
365236
- "fileName": "components/src/lib/types/props.ts",
365237
- "name": "PropsWithClassName"
365238
- }
365239
- ],
365240
- "required": false,
365241
- "type": {
365242
- "name": "string"
365243
- }
365244
365244
  }
365245
365245
  }
365246
365246
  },