@etus/ui 0.1.1 → 0.1.3
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.
- package/dist/chunk-UP2VWCW5.js +38 -0
- package/dist/chunk-UP2VWCW5.js.map +1 -0
- package/dist/index.d.ts +1177 -228
- package/dist/index.js +9506 -4305
- package/dist/index.js.map +1 -1
- package/dist/jspdf.node.min-CTWP225M.js +39344 -0
- package/dist/jspdf.node.min-CTWP225M.js.map +1 -0
- package/dist/jspdf.plugin.autotable-AAE7PZKA.js +1908 -0
- package/dist/jspdf.plugin.autotable-AAE7PZKA.js.map +1 -0
- package/dist/lib/utils.js +1 -0
- package/dist/xlsx-PWHBQ6NK.js +31945 -0
- package/dist/xlsx-PWHBQ6NK.js.map +1 -0
- package/package.json +12 -6
- package/styles.css +1 -0
- package/src/components/CLAUDE.md +0 -66
- package/src/components/advanced/AssetManager/AssetManager.test.tsx +0 -624
- package/src/components/advanced/AssetManager/AssetManager.tsx +0 -928
- package/src/components/advanced/AssetManager/AssetManager.types.ts +0 -248
- package/src/components/advanced/AssetManager/AssetManager.variants.ts +0 -284
- package/src/components/advanced/AssetManager/README.md +0 -246
- package/src/components/advanced/AssetManager/index.ts +0 -4
- package/src/components/advanced/CLAUDE.md +0 -77
- package/src/components/advanced/Calendar/Calendar.test.tsx +0 -718
- package/src/components/advanced/Calendar/Calendar.tsx +0 -264
- package/src/components/advanced/Calendar/Calendar.types.ts +0 -62
- package/src/components/advanced/Calendar/Calendar.variants.ts +0 -154
- package/src/components/advanced/Calendar/README.md +0 -389
- package/src/components/advanced/Calendar/index.ts +0 -3
- package/src/components/advanced/Command/Command.test.tsx +0 -1014
- package/src/components/advanced/Command/Command.tsx +0 -330
- package/src/components/advanced/Command/Command.types.ts +0 -238
- package/src/components/advanced/Command/Command.variants.ts +0 -300
- package/src/components/advanced/Command/README.md +0 -1259
- package/src/components/advanced/Command/index.ts +0 -45
- package/src/components/advanced/DragAndDrop/DragAndDrop.test.tsx +0 -573
- package/src/components/advanced/DragAndDrop/DragAndDrop.tsx +0 -495
- package/src/components/advanced/DragAndDrop/DragAndDrop.types.ts +0 -237
- package/src/components/advanced/DragAndDrop/DragAndDrop.variants.ts +0 -156
- package/src/components/advanced/DragAndDrop/README.md +0 -284
- package/src/components/advanced/DragAndDrop/index.ts +0 -4
- package/src/components/advanced/ErrorBoundary/ErrorBoundary.test.tsx +0 -372
- package/src/components/advanced/ErrorBoundary/ErrorBoundary.tsx +0 -184
- package/src/components/advanced/ErrorBoundary/ErrorBoundary.types.ts +0 -73
- package/src/components/advanced/ErrorBoundary/ErrorBoundary.variants.ts +0 -153
- package/src/components/advanced/ErrorBoundary/README.md +0 -296
- package/src/components/advanced/ErrorBoundary/index.ts +0 -18
- package/src/components/advanced/EventCalendar/EventCalendar.test.tsx +0 -535
- package/src/components/advanced/EventCalendar/EventCalendar.tsx +0 -1066
- package/src/components/advanced/EventCalendar/EventCalendar.types.ts +0 -232
- package/src/components/advanced/EventCalendar/EventCalendar.variants.ts +0 -222
- package/src/components/advanced/EventCalendar/README.md +0 -330
- package/src/components/advanced/EventCalendar/index.ts +0 -35
- package/src/components/advanced/FileDropzone/FileDropzone.test.tsx +0 -344
- package/src/components/advanced/FileDropzone/FileDropzone.tsx +0 -188
- package/src/components/advanced/FileDropzone/FileDropzone.types.ts +0 -47
- package/src/components/advanced/FileDropzone/FileDropzone.variants.ts +0 -46
- package/src/components/advanced/FileDropzone/README.md +0 -359
- package/src/components/advanced/FileDropzone/index.ts +0 -7
- package/src/components/advanced/FilePreview/FilePreview.test.tsx +0 -503
- package/src/components/advanced/FilePreview/FilePreview.tsx +0 -385
- package/src/components/advanced/FilePreview/FilePreview.types.ts +0 -90
- package/src/components/advanced/FilePreview/FilePreview.variants.ts +0 -234
- package/src/components/advanced/FilePreview/README.md +0 -318
- package/src/components/advanced/FilePreview/index.ts +0 -25
- package/src/components/advanced/FileUpload/FileUpload.test.tsx +0 -676
- package/src/components/advanced/FileUpload/FileUpload.tsx +0 -845
- package/src/components/advanced/FileUpload/FileUpload.types.ts +0 -270
- package/src/components/advanced/FileUpload/FileUpload.variants.ts +0 -216
- package/src/components/advanced/FileUpload/README.md +0 -380
- package/src/components/advanced/FileUpload/index.ts +0 -39
- package/src/components/advanced/FilterBuilder/FilterBuilder.test.tsx +0 -644
- package/src/components/advanced/FilterBuilder/FilterBuilder.tsx +0 -881
- package/src/components/advanced/FilterBuilder/FilterBuilder.types.ts +0 -249
- package/src/components/advanced/FilterBuilder/FilterBuilder.variants.ts +0 -307
- package/src/components/advanced/FilterBuilder/README.md +0 -383
- package/src/components/advanced/FilterBuilder/index.ts +0 -48
- package/src/components/advanced/MarkdownEditor/MarkdownEditor.test.tsx +0 -468
- package/src/components/advanced/MarkdownEditor/MarkdownEditor.tsx +0 -556
- package/src/components/advanced/MarkdownEditor/MarkdownEditor.types.ts +0 -108
- package/src/components/advanced/MarkdownEditor/MarkdownEditor.variants.ts +0 -62
- package/src/components/advanced/MarkdownEditor/README.md +0 -352
- package/src/components/advanced/MarkdownEditor/index.ts +0 -15
- package/src/components/advanced/Portal/Portal.test.tsx +0 -406
- package/src/components/advanced/Portal/Portal.tsx +0 -77
- package/src/components/advanced/Portal/Portal.types.ts +0 -28
- package/src/components/advanced/Portal/Portal.variants.ts +0 -95
- package/src/components/advanced/Portal/README.md +0 -326
- package/src/components/advanced/Portal/index.ts +0 -9
- package/src/components/advanced/RichTextEditor/README.md +0 -383
- package/src/components/advanced/RichTextEditor/RichTextEditor.test.tsx +0 -394
- package/src/components/advanced/RichTextEditor/RichTextEditor.tsx +0 -651
- package/src/components/advanced/RichTextEditor/RichTextEditor.types.ts +0 -77
- package/src/components/advanced/RichTextEditor/RichTextEditor.variants.ts +0 -151
- package/src/components/advanced/RichTextEditor/index.ts +0 -24
- package/src/components/advanced/Search/README.md +0 -391
- package/src/components/advanced/Search/Search.test.tsx +0 -567
- package/src/components/advanced/Search/Search.tsx +0 -829
- package/src/components/advanced/Search/Search.types.ts +0 -243
- package/src/components/advanced/Search/Search.variants.ts +0 -358
- package/src/components/advanced/Search/index.ts +0 -52
- package/src/components/advanced/SortableList/README.md +0 -448
- package/src/components/advanced/SortableList/SortableList.test.tsx +0 -317
- package/src/components/advanced/SortableList/SortableList.tsx +0 -392
- package/src/components/advanced/SortableList/SortableList.types.ts +0 -122
- package/src/components/advanced/SortableList/SortableList.variants.ts +0 -141
- package/src/components/advanced/SortableList/index.ts +0 -33
- package/src/components/advanced/VersionControl/README.md +0 -440
- package/src/components/advanced/VersionControl/VersionControl.test.tsx +0 -517
- package/src/components/advanced/VersionControl/VersionControl.tsx +0 -758
- package/src/components/advanced/VersionControl/VersionControl.types.ts +0 -176
- package/src/components/advanced/VersionControl/VersionControl.variants.ts +0 -203
- package/src/components/advanced/VersionControl/index.ts +0 -33
- package/src/components/advanced/index.ts +0 -17
- package/src/components/data-display/Accordion/Accordion.test.tsx +0 -519
- package/src/components/data-display/Accordion/Accordion.tsx +0 -164
- package/src/components/data-display/Accordion/Accordion.types.ts +0 -37
- package/src/components/data-display/Accordion/Accordion.variants.ts +0 -112
- package/src/components/data-display/Accordion/README.md +0 -976
- package/src/components/data-display/Accordion/index.ts +0 -31
- package/src/components/data-display/AreaChart/AreaChart.test.tsx +0 -529
- package/src/components/data-display/AreaChart/AreaChart.tsx +0 -318
- package/src/components/data-display/AreaChart/AreaChart.types.ts +0 -169
- package/src/components/data-display/AreaChart/AreaChart.variants.ts +0 -45
- package/src/components/data-display/AreaChart/README.md +0 -229
- package/src/components/data-display/AreaChart/index.ts +0 -2
- package/src/components/data-display/Banner/Banner.test.tsx +0 -648
- package/src/components/data-display/Banner/Banner.tsx +0 -111
- package/src/components/data-display/Banner/Banner.types.ts +0 -51
- package/src/components/data-display/Banner/Banner.variants.ts +0 -37
- package/src/components/data-display/Banner/README.md +0 -351
- package/src/components/data-display/Banner/index.ts +0 -2
- package/src/components/data-display/BarChart/BarChart.test.tsx +0 -536
- package/src/components/data-display/BarChart/BarChart.tsx +0 -305
- package/src/components/data-display/BarChart/BarChart.types.ts +0 -145
- package/src/components/data-display/BarChart/BarChart.variants.ts +0 -61
- package/src/components/data-display/BarChart/README.md +0 -205
- package/src/components/data-display/BarChart/index.ts +0 -2
- package/src/components/data-display/BarList/BarList.tsx +0 -172
- package/src/components/data-display/BarList/BarList.types.ts +0 -69
- package/src/components/data-display/BarList/BarList.variants.ts +0 -63
- package/src/components/data-display/BarList/index.ts +0 -2
- package/src/components/data-display/CLAUDE.md +0 -90
- package/src/components/data-display/Callout/Callout.test.tsx +0 -516
- package/src/components/data-display/Callout/Callout.tsx +0 -112
- package/src/components/data-display/Callout/Callout.types.ts +0 -37
- package/src/components/data-display/Callout/Callout.variants.ts +0 -48
- package/src/components/data-display/Callout/README.md +0 -341
- package/src/components/data-display/Callout/index.ts +0 -2
- package/src/components/data-display/Carousel/Carousel.test.tsx +0 -386
- package/src/components/data-display/Carousel/Carousel.tsx +0 -241
- package/src/components/data-display/Carousel/Carousel.types.ts +0 -20
- package/src/components/data-display/Carousel/Carousel.variants.ts +0 -125
- package/src/components/data-display/Carousel/README.md +0 -711
- package/src/components/data-display/Carousel/index.ts +0 -1
- package/src/components/data-display/CategoryBar/CategoryBar.tsx +0 -220
- package/src/components/data-display/CategoryBar/CategoryBar.types.ts +0 -80
- package/src/components/data-display/CategoryBar/CategoryBar.variants.ts +0 -85
- package/src/components/data-display/CategoryBar/index.ts +0 -2
- package/src/components/data-display/Chart/Chart.test.tsx +0 -432
- package/src/components/data-display/Chart/Chart.tsx +0 -476
- package/src/components/data-display/Chart/Chart.types.ts +0 -24
- package/src/components/data-display/Chart/Chart.variants.ts +0 -106
- package/src/components/data-display/Chart/README.md +0 -674
- package/src/components/data-display/Chart/index.ts +0 -1
- package/src/components/data-display/ChartCard/ChartCard.test.tsx +0 -327
- package/src/components/data-display/ChartCard/ChartCard.tsx +0 -201
- package/src/components/data-display/ChartCard/ChartCard.types.ts +0 -68
- package/src/components/data-display/ChartCard/ChartCard.variants.ts +0 -63
- package/src/components/data-display/ChartCard/index.ts +0 -17
- package/src/components/data-display/ChartLegend/ChartLegend.test.tsx +0 -165
- package/src/components/data-display/ChartLegend/ChartLegend.types.ts +0 -88
- package/src/components/data-display/ChartLegend/README.md +0 -317
- package/src/components/data-display/ChartLegend/index.ts +0 -22
- package/src/components/data-display/ComboChart/ComboChart.tsx +0 -380
- package/src/components/data-display/ComboChart/ComboChart.types.ts +0 -224
- package/src/components/data-display/ComboChart/index.ts +0 -2
- package/src/components/data-display/DashboardCard/DashboardCard.test.tsx +0 -289
- package/src/components/data-display/DashboardCard/DashboardCard.tsx +0 -285
- package/src/components/data-display/DashboardCard/DashboardCard.types.ts +0 -74
- package/src/components/data-display/DashboardCard/DashboardCard.variants.ts +0 -67
- package/src/components/data-display/DashboardCard/index.ts +0 -25
- package/src/components/data-display/DashboardFilterbar/DashboardFilterbar.tsx +0 -151
- package/src/components/data-display/DashboardFilterbar/DashboardFilterbar.types.ts +0 -39
- package/src/components/data-display/DashboardFilterbar/DashboardFilterbar.variants.ts +0 -30
- package/src/components/data-display/DashboardFilterbar/index.ts +0 -10
- package/src/components/data-display/DataTable/DataTable.test.tsx +0 -654
- package/src/components/data-display/DataTable/DataTable.tsx +0 -529
- package/src/components/data-display/DataTable/DataTable.types.ts +0 -190
- package/src/components/data-display/DataTable/DataTable.variants.ts +0 -79
- package/src/components/data-display/DataTable/README.md +0 -447
- package/src/components/data-display/DataTable/index.ts +0 -2
- package/src/components/data-display/DeltaBar/DeltaBar.tsx +0 -100
- package/src/components/data-display/DeltaBar/DeltaBar.types.ts +0 -57
- package/src/components/data-display/DeltaBar/DeltaBar.variants.ts +0 -40
- package/src/components/data-display/DeltaBar/index.ts +0 -2
- package/src/components/data-display/EmptyState/EmptyState.test.tsx +0 -368
- package/src/components/data-display/EmptyState/EmptyState.tsx +0 -91
- package/src/components/data-display/EmptyState/EmptyState.types.ts +0 -9
- package/src/components/data-display/EmptyState/EmptyState.variants.ts +0 -28
- package/src/components/data-display/EmptyState/README.md +0 -746
- package/src/components/data-display/EmptyState/index.ts +0 -1
- package/src/components/data-display/Feed/Feed.test.tsx +0 -668
- package/src/components/data-display/Feed/Feed.tsx +0 -290
- package/src/components/data-display/Feed/Feed.types.ts +0 -104
- package/src/components/data-display/Feed/Feed.variants.ts +0 -64
- package/src/components/data-display/Feed/README.md +0 -326
- package/src/components/data-display/Feed/index.ts +0 -17
- package/src/components/data-display/FunnelChart/FunnelChart.tsx +0 -177
- package/src/components/data-display/FunnelChart/FunnelChart.types.ts +0 -145
- package/src/components/data-display/FunnelChart/index.ts +0 -2
- package/src/components/data-display/GaugeChart/GaugeChart.test.tsx +0 -129
- package/src/components/data-display/GaugeChart/GaugeChart.tsx +0 -332
- package/src/components/data-display/GaugeChart/GaugeChart.types.ts +0 -53
- package/src/components/data-display/GaugeChart/GaugeChart.variants.ts +0 -56
- package/src/components/data-display/GaugeChart/README.md +0 -305
- package/src/components/data-display/GaugeChart/index.ts +0 -3
- package/src/components/data-display/Heatmap/Heatmap.test.tsx +0 -630
- package/src/components/data-display/Heatmap/Heatmap.tsx +0 -569
- package/src/components/data-display/Heatmap/Heatmap.types.ts +0 -120
- package/src/components/data-display/Heatmap/Heatmap.variants.ts +0 -72
- package/src/components/data-display/Heatmap/README.md +0 -321
- package/src/components/data-display/Heatmap/index.ts +0 -2
- package/src/components/data-display/HoverCard/HoverCard.test.tsx +0 -314
- package/src/components/data-display/HoverCard/HoverCard.tsx +0 -40
- package/src/components/data-display/HoverCard/HoverCard.types.ts +0 -21
- package/src/components/data-display/HoverCard/HoverCard.variants.ts +0 -29
- package/src/components/data-display/HoverCard/README.md +0 -624
- package/src/components/data-display/HoverCard/index.ts +0 -1
- package/src/components/data-display/ImageGallery/ImageGallery.test.tsx +0 -519
- package/src/components/data-display/ImageGallery/ImageGallery.tsx +0 -733
- package/src/components/data-display/ImageGallery/ImageGallery.types.ts +0 -109
- package/src/components/data-display/ImageGallery/ImageGallery.variants.ts +0 -58
- package/src/components/data-display/ImageGallery/README.md +0 -352
- package/src/components/data-display/ImageGallery/index.ts +0 -9
- package/src/components/data-display/Item/Item.test.tsx +0 -476
- package/src/components/data-display/Item/Item.tsx +0 -195
- package/src/components/data-display/Item/Item.types.ts +0 -23
- package/src/components/data-display/Item/Item.variants.ts +0 -51
- package/src/components/data-display/Item/README.md +0 -759
- package/src/components/data-display/Item/index.ts +0 -1
- package/src/components/data-display/KPICard/KPICard.test.tsx +0 -445
- package/src/components/data-display/KPICard/KPICard.tsx +0 -203
- package/src/components/data-display/KPICard/KPICard.types.ts +0 -32
- package/src/components/data-display/KPICard/KPICard.variants.ts +0 -64
- package/src/components/data-display/KPICard/README.md +0 -380
- package/src/components/data-display/KPICard/index.ts +0 -7
- package/src/components/data-display/Lightbox/Lightbox.test.tsx +0 -574
- package/src/components/data-display/Lightbox/Lightbox.tsx +0 -466
- package/src/components/data-display/Lightbox/Lightbox.types.ts +0 -53
- package/src/components/data-display/Lightbox/Lightbox.variants.ts +0 -99
- package/src/components/data-display/Lightbox/README.md +0 -397
- package/src/components/data-display/Lightbox/index.ts +0 -2
- package/src/components/data-display/LineChart/LineChart.test.tsx +0 -654
- package/src/components/data-display/LineChart/LineChart.tsx +0 -295
- package/src/components/data-display/LineChart/LineChart.types.ts +0 -168
- package/src/components/data-display/LineChart/LineChart.variants.ts +0 -52
- package/src/components/data-display/LineChart/README.md +0 -242
- package/src/components/data-display/LineChart/index.ts +0 -8
- package/src/components/data-display/List/List.test.tsx +0 -756
- package/src/components/data-display/List/List.tsx +0 -455
- package/src/components/data-display/List/List.types.ts +0 -67
- package/src/components/data-display/List/List.variants.ts +0 -69
- package/src/components/data-display/List/README.md +0 -374
- package/src/components/data-display/List/index.ts +0 -9
- package/src/components/data-display/MarkerBar/MarkerBar.tsx +0 -130
- package/src/components/data-display/MarkerBar/MarkerBar.types.ts +0 -67
- package/src/components/data-display/MarkerBar/MarkerBar.variants.ts +0 -75
- package/src/components/data-display/MarkerBar/index.ts +0 -3
- package/src/components/data-display/PieChart/PieChart.test.tsx +0 -655
- package/src/components/data-display/PieChart/PieChart.tsx +0 -327
- package/src/components/data-display/PieChart/PieChart.types.ts +0 -134
- package/src/components/data-display/PieChart/PieChart.variants.ts +0 -49
- package/src/components/data-display/PieChart/README.md +0 -261
- package/src/components/data-display/PieChart/index.ts +0 -2
- package/src/components/data-display/ScatterChart/ScatterChart.tsx +0 -310
- package/src/components/data-display/ScatterChart/ScatterChart.types.ts +0 -272
- package/src/components/data-display/ScatterChart/index.ts +0 -2
- package/src/components/data-display/SingleStat/README.md +0 -363
- package/src/components/data-display/SingleStat/SingleStat.test.tsx +0 -223
- package/src/components/data-display/SingleStat/SingleStat.tsx +0 -251
- package/src/components/data-display/SingleStat/SingleStat.types.ts +0 -71
- package/src/components/data-display/SingleStat/SingleStat.variants.ts +0 -51
- package/src/components/data-display/SingleStat/index.ts +0 -6
- package/src/components/data-display/Sparkline/README.md +0 -321
- package/src/components/data-display/Sparkline/Sparkline.test.tsx +0 -276
- package/src/components/data-display/Sparkline/Sparkline.tsx +0 -971
- package/src/components/data-display/Sparkline/Sparkline.types.ts +0 -147
- package/src/components/data-display/Sparkline/Sparkline.variants.ts +0 -52
- package/src/components/data-display/Sparkline/index.ts +0 -9
- package/src/components/data-display/Table/README.md +0 -821
- package/src/components/data-display/Table/Table.test.tsx +0 -732
- package/src/components/data-display/Table/Table.tsx +0 -123
- package/src/components/data-display/Table/Table.types.ts +0 -20
- package/src/components/data-display/Table/Table.variants.ts +0 -123
- package/src/components/data-display/Table/index.ts +0 -1
- package/src/components/data-display/Timeline/README.md +0 -366
- package/src/components/data-display/Timeline/Timeline.test.tsx +0 -701
- package/src/components/data-display/Timeline/Timeline.tsx +0 -328
- package/src/components/data-display/Timeline/Timeline.types.ts +0 -59
- package/src/components/data-display/Timeline/Timeline.variants.ts +0 -152
- package/src/components/data-display/Timeline/index.ts +0 -15
- package/src/components/data-display/Tracker/Tracker.tsx +0 -105
- package/src/components/data-display/Tracker/Tracker.types.ts +0 -45
- package/src/components/data-display/Tracker/Tracker.variants.ts +0 -24
- package/src/components/data-display/Tracker/index.ts +0 -2
- package/src/components/data-display/VirtualTable/README.md +0 -383
- package/src/components/data-display/VirtualTable/VirtualTable.test.tsx +0 -295
- package/src/components/data-display/VirtualTable/VirtualTable.tsx +0 -354
- package/src/components/data-display/VirtualTable/VirtualTable.types.ts +0 -62
- package/src/components/data-display/VirtualTable/VirtualTable.variants.ts +0 -61
- package/src/components/data-display/VirtualTable/index.ts +0 -2
- package/src/components/data-display/index.ts +0 -35
- package/src/components/feedback/Alert/Alert.test.tsx +0 -614
- package/src/components/feedback/Alert/Alert.tsx +0 -48
- package/src/components/feedback/Alert/Alert.types.ts +0 -42
- package/src/components/feedback/Alert/Alert.variants.ts +0 -20
- package/src/components/feedback/Alert/README.md +0 -522
- package/src/components/feedback/Alert/index.ts +0 -3
- package/src/components/feedback/AlertDialog/AlertDialog.test.tsx +0 -1237
- package/src/components/feedback/AlertDialog/AlertDialog.tsx +0 -160
- package/src/components/feedback/AlertDialog/AlertDialog.types.ts +0 -139
- package/src/components/feedback/AlertDialog/README.md +0 -723
- package/src/components/feedback/AlertDialog/index.ts +0 -2
- package/src/components/feedback/CLAUDE.md +0 -87
- package/src/components/feedback/ConfirmModal/ConfirmModal.test.tsx +0 -404
- package/src/components/feedback/ConfirmModal/ConfirmModal.tsx +0 -139
- package/src/components/feedback/ConfirmModal/ConfirmModal.types.ts +0 -117
- package/src/components/feedback/ConfirmModal/README.md +0 -546
- package/src/components/feedback/ConfirmModal/index.ts +0 -2
- package/src/components/feedback/Dialog/Dialog.test.tsx +0 -1070
- package/src/components/feedback/Dialog/Dialog.tsx +0 -137
- package/src/components/feedback/Dialog/Dialog.types.ts +0 -119
- package/src/components/feedback/Dialog/README.md +0 -770
- package/src/components/feedback/Dialog/index.ts +0 -2
- package/src/components/feedback/ErrorPage/ErrorPage.test.tsx +0 -338
- package/src/components/feedback/ErrorPage/ErrorPage.tsx +0 -232
- package/src/components/feedback/ErrorPage/ErrorPage.types.ts +0 -95
- package/src/components/feedback/ErrorPage/README.md +0 -573
- package/src/components/feedback/ErrorPage/index.ts +0 -6
- package/src/components/feedback/FocusTrap/FocusTrap.test.tsx +0 -378
- package/src/components/feedback/FocusTrap/FocusTrap.tsx +0 -115
- package/src/components/feedback/FocusTrap/FocusTrap.types.ts +0 -119
- package/src/components/feedback/FocusTrap/README.md +0 -571
- package/src/components/feedback/FocusTrap/index.ts +0 -2
- package/src/components/feedback/Message/Message.test.tsx +0 -143
- package/src/components/feedback/Message/Message.tsx +0 -66
- package/src/components/feedback/Message/Message.types.ts +0 -44
- package/src/components/feedback/Message/Message.variants.ts +0 -24
- package/src/components/feedback/Message/README.md +0 -522
- package/src/components/feedback/Message/index.ts +0 -2
- package/src/components/feedback/Modal/Modal.test.tsx +0 -475
- package/src/components/feedback/Modal/Modal.tsx +0 -168
- package/src/components/feedback/Modal/Modal.types.ts +0 -91
- package/src/components/feedback/Modal/README.md +0 -517
- package/src/components/feedback/Modal/index.ts +0 -2
- package/src/components/feedback/Notification/Notification.test.tsx +0 -908
- package/src/components/feedback/Notification/Notification.tsx +0 -222
- package/src/components/feedback/Notification/Notification.types.ts +0 -90
- package/src/components/feedback/Notification/Notification.variants.ts +0 -54
- package/src/components/feedback/Notification/README.md +0 -602
- package/src/components/feedback/Notification/index.ts +0 -11
- package/src/components/feedback/Popover/Popover.test.tsx +0 -901
- package/src/components/feedback/Popover/Popover.tsx +0 -60
- package/src/components/feedback/Popover/Popover.types.ts +0 -158
- package/src/components/feedback/Popover/Popover.variants.ts +0 -27
- package/src/components/feedback/Popover/README.md +0 -700
- package/src/components/feedback/Popover/index.ts +0 -2
- package/src/components/feedback/Toast/README.md +0 -613
- package/src/components/feedback/Toast/Toast.test.tsx +0 -1116
- package/src/components/feedback/Toast/Toast.tsx +0 -44
- package/src/components/feedback/Toast/Toast.types.ts +0 -156
- package/src/components/feedback/Toast/index.ts +0 -1
- package/src/components/feedback/Tooltip/README.md +0 -671
- package/src/components/feedback/Tooltip/Tooltip.test.tsx +0 -413
- package/src/components/feedback/Tooltip/Tooltip.tsx +0 -110
- package/src/components/feedback/Tooltip/Tooltip.types.ts +0 -138
- package/src/components/feedback/Tooltip/Tooltip.variants.ts +0 -54
- package/src/components/feedback/Tooltip/index.ts +0 -3
- package/src/components/feedback/index.ts +0 -13
- package/src/components/forms/Autocomplete/Autocomplete.test.tsx +0 -2351
- package/src/components/forms/Autocomplete/Autocomplete.tsx +0 -696
- package/src/components/forms/Autocomplete/Autocomplete.types.ts +0 -211
- package/src/components/forms/Autocomplete/Autocomplete.variants.ts +0 -154
- package/src/components/forms/Autocomplete/README.md +0 -919
- package/src/components/forms/Autocomplete/index.ts +0 -7
- package/src/components/forms/CLAUDE.md +0 -124
- package/src/components/forms/Checkbox/Checkbox.test.tsx +0 -475
- package/src/components/forms/Checkbox/Checkbox.tsx +0 -35
- package/src/components/forms/Checkbox/Checkbox.types.ts +0 -24
- package/src/components/forms/Checkbox/Checkbox.variants.ts +0 -46
- package/src/components/forms/Checkbox/README.md +0 -861
- package/src/components/forms/Checkbox/index.ts +0 -3
- package/src/components/forms/CheckboxGroup/CheckboxGroup.test.tsx +0 -338
- package/src/components/forms/CheckboxGroup/CheckboxGroup.tsx +0 -212
- package/src/components/forms/CheckboxGroup/CheckboxGroup.types.ts +0 -150
- package/src/components/forms/CheckboxGroup/CheckboxGroup.variants.ts +0 -85
- package/src/components/forms/CheckboxGroup/README.md +0 -124
- package/src/components/forms/CheckboxGroup/index.ts +0 -21
- package/src/components/forms/ColorPicker/ColorPicker.test.tsx +0 -916
- package/src/components/forms/ColorPicker/ColorPicker.tsx +0 -282
- package/src/components/forms/ColorPicker/ColorPicker.types.ts +0 -99
- package/src/components/forms/ColorPicker/ColorPicker.variants.ts +0 -84
- package/src/components/forms/ColorPicker/README.md +0 -809
- package/src/components/forms/ColorPicker/index.ts +0 -14
- package/src/components/forms/Combobox/Combobox.test.tsx +0 -975
- package/src/components/forms/Combobox/Combobox.tsx +0 -194
- package/src/components/forms/Combobox/Combobox.types.ts +0 -113
- package/src/components/forms/Combobox/Combobox.variants.ts +0 -108
- package/src/components/forms/Combobox/README.md +0 -923
- package/src/components/forms/Combobox/index.ts +0 -7
- package/src/components/forms/DatePicker/DatePicker.test.tsx +0 -1181
- package/src/components/forms/DatePicker/DatePicker.tsx +0 -503
- package/src/components/forms/DatePicker/DatePicker.types.ts +0 -196
- package/src/components/forms/DatePicker/DatePicker.variants.ts +0 -38
- package/src/components/forms/DatePicker/README.md +0 -821
- package/src/components/forms/DatePicker/index.ts +0 -8
- package/src/components/forms/DateRangePicker/DateRangeInput.tsx +0 -139
- package/src/components/forms/DateRangePicker/DateRangePicker.test.tsx +0 -1684
- package/src/components/forms/DateRangePicker/DateRangePicker.tsx +0 -375
- package/src/components/forms/DateRangePicker/DateRangePicker.types.ts +0 -145
- package/src/components/forms/DateRangePicker/DateRangePicker.variants.ts +0 -133
- package/src/components/forms/DateRangePicker/DateRangePresets.tsx +0 -44
- package/src/components/forms/DateRangePicker/index.ts +0 -25
- package/src/components/forms/DateRangePicker/presets.ts +0 -104
- package/src/components/forms/EmailInput/EmailInput.test.tsx +0 -562
- package/src/components/forms/EmailInput/EmailInput.tsx +0 -59
- package/src/components/forms/EmailInput/EmailInput.types.ts +0 -46
- package/src/components/forms/EmailInput/EmailInput.variants.ts +0 -30
- package/src/components/forms/EmailInput/README.md +0 -708
- package/src/components/forms/EmailInput/index.ts +0 -6
- package/src/components/forms/ErrorMessage/ErrorMessage.test.tsx +0 -457
- package/src/components/forms/ErrorMessage/ErrorMessage.tsx +0 -128
- package/src/components/forms/ErrorMessage/ErrorMessage.types.ts +0 -54
- package/src/components/forms/ErrorMessage/ErrorMessage.variants.ts +0 -78
- package/src/components/forms/ErrorMessage/README.md +0 -855
- package/src/components/forms/ErrorMessage/index.ts +0 -4
- package/src/components/forms/Field/Field.test.tsx +0 -811
- package/src/components/forms/Field/Field.tsx +0 -195
- package/src/components/forms/Field/Field.types.ts +0 -94
- package/src/components/forms/Field/Field.variants.ts +0 -114
- package/src/components/forms/Field/README.md +0 -931
- package/src/components/forms/Field/index.ts +0 -3
- package/src/components/forms/FloatLabel/FloatLabel.test.tsx +0 -248
- package/src/components/forms/FloatLabel/FloatLabel.tsx +0 -110
- package/src/components/forms/FloatLabel/FloatLabel.types.ts +0 -37
- package/src/components/forms/FloatLabel/index.ts +0 -2
- package/src/components/forms/Form/Form.test.tsx +0 -1167
- package/src/components/forms/Form/Form.tsx +0 -170
- package/src/components/forms/Form/Form.types.ts +0 -126
- package/src/components/forms/Form/Form.variants.ts +0 -81
- package/src/components/forms/Form/README.md +0 -787
- package/src/components/forms/Form/index.ts +0 -3
- package/src/components/forms/FormValidation/FormValidation.test.tsx +0 -376
- package/src/components/forms/FormValidation/FormValidation.tsx +0 -99
- package/src/components/forms/FormValidation/FormValidation.types.ts +0 -37
- package/src/components/forms/FormValidation/FormValidation.variants.ts +0 -24
- package/src/components/forms/FormValidation/README.md +0 -592
- package/src/components/forms/FormValidation/index.ts +0 -4
- package/src/components/forms/HelpText/HelpText.test.tsx +0 -558
- package/src/components/forms/HelpText/HelpText.tsx +0 -111
- package/src/components/forms/HelpText/HelpText.types.ts +0 -51
- package/src/components/forms/HelpText/HelpText.variants.ts +0 -54
- package/src/components/forms/HelpText/README.md +0 -739
- package/src/components/forms/HelpText/index.ts +0 -4
- package/src/components/forms/IftaLabel/IftaLabel.test.tsx +0 -193
- package/src/components/forms/IftaLabel/IftaLabel.tsx +0 -72
- package/src/components/forms/IftaLabel/IftaLabel.types.ts +0 -18
- package/src/components/forms/IftaLabel/index.ts +0 -2
- package/src/components/forms/InputGroup/InputGroup.test.tsx +0 -782
- package/src/components/forms/InputGroup/InputGroup.tsx +0 -128
- package/src/components/forms/InputGroup/InputGroup.types.ts +0 -66
- package/src/components/forms/InputGroup/InputGroup.variants.ts +0 -102
- package/src/components/forms/InputGroup/README.md +0 -845
- package/src/components/forms/InputGroup/index.ts +0 -24
- package/src/components/forms/InputOTP/InputOTP.test.tsx +0 -793
- package/src/components/forms/InputOTP/InputOTP.tsx +0 -90
- package/src/components/forms/InputOTP/InputOTP.types.ts +0 -74
- package/src/components/forms/InputOTP/InputOTP.variants.ts +0 -64
- package/src/components/forms/InputOTP/README.md +0 -1149
- package/src/components/forms/InputOTP/index.ts +0 -18
- package/src/components/forms/InputOTPField/InputOTPField.test.tsx +0 -220
- package/src/components/forms/InputOTPField/InputOTPField.tsx +0 -148
- package/src/components/forms/InputOTPField/InputOTPField.types.ts +0 -91
- package/src/components/forms/InputOTPField/InputOTPField.variants.ts +0 -83
- package/src/components/forms/InputOTPField/README.md +0 -195
- package/src/components/forms/InputOTPField/index.ts +0 -12
- package/src/components/forms/MultiSelect/MultiSelect.test.tsx +0 -1036
- package/src/components/forms/MultiSelect/MultiSelect.tsx +0 -291
- package/src/components/forms/MultiSelect/MultiSelect.types.ts +0 -147
- package/src/components/forms/MultiSelect/MultiSelect.variants.ts +0 -132
- package/src/components/forms/MultiSelect/README.md +0 -897
- package/src/components/forms/MultiSelect/index.ts +0 -7
- package/src/components/forms/NativeSelect/NativeSelect.test.tsx +0 -856
- package/src/components/forms/NativeSelect/NativeSelect.tsx +0 -75
- package/src/components/forms/NativeSelect/NativeSelect.types.ts +0 -17
- package/src/components/forms/NativeSelect/NativeSelect.variants.ts +0 -106
- package/src/components/forms/NativeSelect/README.md +0 -1033
- package/src/components/forms/NativeSelect/index.ts +0 -3
- package/src/components/forms/NumberInput/NumberInput.test.tsx +0 -636
- package/src/components/forms/NumberInput/NumberInput.tsx +0 -131
- package/src/components/forms/NumberInput/NumberInput.types.ts +0 -45
- package/src/components/forms/NumberInput/NumberInput.variants.ts +0 -85
- package/src/components/forms/NumberInput/README.md +0 -766
- package/src/components/forms/NumberInput/index.ts +0 -9
- package/src/components/forms/PasswordInput/PasswordInput.test.tsx +0 -525
- package/src/components/forms/PasswordInput/PasswordInput.tsx +0 -67
- package/src/components/forms/PasswordInput/PasswordInput.types.ts +0 -35
- package/src/components/forms/PasswordInput/PasswordInput.variants.ts +0 -34
- package/src/components/forms/PasswordInput/README.md +0 -698
- package/src/components/forms/PasswordInput/index.ts +0 -6
- package/src/components/forms/PaymentInput/PaymentInput.test.tsx +0 -252
- package/src/components/forms/PaymentInput/PaymentInput.tsx +0 -178
- package/src/components/forms/PaymentInput/PaymentInput.types.ts +0 -69
- package/src/components/forms/PaymentInput/PaymentInput.variants.ts +0 -81
- package/src/components/forms/PaymentInput/README.md +0 -263
- package/src/components/forms/PaymentInput/card-utils.ts +0 -219
- package/src/components/forms/PaymentInput/index.ts +0 -23
- package/src/components/forms/PhoneInput/PhoneInput.test.tsx +0 -270
- package/src/components/forms/PhoneInput/PhoneInput.tsx +0 -215
- package/src/components/forms/PhoneInput/PhoneInput.types.ts +0 -74
- package/src/components/forms/PhoneInput/PhoneInput.variants.ts +0 -103
- package/src/components/forms/PhoneInput/README.md +0 -258
- package/src/components/forms/PhoneInput/countries.ts +0 -134
- package/src/components/forms/PhoneInput/index.ts +0 -22
- package/src/components/forms/RadioButton/README.md +0 -832
- package/src/components/forms/RadioButton/RadioButton.test.tsx +0 -583
- package/src/components/forms/RadioButton/RadioButton.tsx +0 -82
- package/src/components/forms/RadioButton/RadioButton.types.ts +0 -23
- package/src/components/forms/RadioButton/RadioButton.variants.ts +0 -80
- package/src/components/forms/RadioButton/index.ts +0 -15
- package/src/components/forms/RadioCardGroup/RadioCardGroup.tsx +0 -130
- package/src/components/forms/RadioCardGroup/RadioCardGroup.types.ts +0 -66
- package/src/components/forms/RadioCardGroup/RadioCardGroup.variants.ts +0 -131
- package/src/components/forms/RadioCardGroup/index.ts +0 -3
- package/src/components/forms/RadioGroup/README.md +0 -908
- package/src/components/forms/RadioGroup/RadioGroup.test.tsx +0 -764
- package/src/components/forms/RadioGroup/RadioGroup.tsx +0 -75
- package/src/components/forms/RadioGroup/RadioGroup.types.ts +0 -36
- package/src/components/forms/RadioGroup/RadioGroup.variants.ts +0 -58
- package/src/components/forms/RadioGroup/index.ts +0 -15
- package/src/components/forms/Rating/README.md +0 -729
- package/src/components/forms/Rating/Rating.test.tsx +0 -729
- package/src/components/forms/Rating/Rating.tsx +0 -258
- package/src/components/forms/Rating/Rating.types.ts +0 -89
- package/src/components/forms/Rating/Rating.variants.ts +0 -56
- package/src/components/forms/Rating/index.ts +0 -8
- package/src/components/forms/SearchInput/README.md +0 -729
- package/src/components/forms/SearchInput/SearchInput.test.tsx +0 -579
- package/src/components/forms/SearchInput/SearchInput.tsx +0 -103
- package/src/components/forms/SearchInput/SearchInput.types.ts +0 -40
- package/src/components/forms/SearchInput/SearchInput.variants.ts +0 -51
- package/src/components/forms/SearchInput/index.ts +0 -8
- package/src/components/forms/Select/README.md +0 -1286
- package/src/components/forms/Select/Select.test.tsx +0 -1136
- package/src/components/forms/Select/Select.tsx +0 -170
- package/src/components/forms/Select/Select.types.ts +0 -75
- package/src/components/forms/Select/Select.variants.ts +0 -133
- package/src/components/forms/Select/index.ts +0 -3
- package/src/components/forms/Slider/README.md +0 -1246
- package/src/components/forms/Slider/Slider.test.tsx +0 -731
- package/src/components/forms/Slider/Slider.tsx +0 -235
- package/src/components/forms/Slider/Slider.types.ts +0 -90
- package/src/components/forms/Slider/Slider.variants.ts +0 -239
- package/src/components/forms/Slider/index.ts +0 -34
- package/src/components/forms/SuccessMessage/README.md +0 -534
- package/src/components/forms/SuccessMessage/SuccessMessage.test.tsx +0 -257
- package/src/components/forms/SuccessMessage/SuccessMessage.tsx +0 -43
- package/src/components/forms/SuccessMessage/SuccessMessage.types.ts +0 -11
- package/src/components/forms/SuccessMessage/SuccessMessage.variants.ts +0 -15
- package/src/components/forms/SuccessMessage/index.ts +0 -4
- package/src/components/forms/Switch/README.md +0 -785
- package/src/components/forms/Switch/Switch.test.tsx +0 -636
- package/src/components/forms/Switch/Switch.tsx +0 -28
- package/src/components/forms/Switch/Switch.types.ts +0 -24
- package/src/components/forms/Switch/Switch.variants.ts +0 -49
- package/src/components/forms/Switch/index.ts +0 -3
- package/src/components/forms/TagsInput/README.md +0 -216
- package/src/components/forms/TagsInput/TagsInput.test.tsx +0 -308
- package/src/components/forms/TagsInput/TagsInput.tsx +0 -189
- package/src/components/forms/TagsInput/TagsInput.types.ts +0 -85
- package/src/components/forms/TagsInput/TagsInput.variants.ts +0 -58
- package/src/components/forms/TagsInput/index.ts +0 -12
- package/src/components/forms/TextInput/README.md +0 -871
- package/src/components/forms/TextInput/TextInput.test.tsx +0 -484
- package/src/components/forms/TextInput/TextInput.tsx +0 -76
- package/src/components/forms/TextInput/TextInput.types.ts +0 -61
- package/src/components/forms/TextInput/TextInput.variants.ts +0 -117
- package/src/components/forms/TextInput/index.ts +0 -14
- package/src/components/forms/Textarea/README.md +0 -905
- package/src/components/forms/Textarea/Textarea.test.tsx +0 -482
- package/src/components/forms/Textarea/Textarea.tsx +0 -24
- package/src/components/forms/Textarea/Textarea.types.ts +0 -39
- package/src/components/forms/Textarea/Textarea.variants.ts +0 -48
- package/src/components/forms/Textarea/index.ts +0 -3
- package/src/components/forms/TextareaField/README.md +0 -172
- package/src/components/forms/TextareaField/TextareaField.test.tsx +0 -260
- package/src/components/forms/TextareaField/TextareaField.tsx +0 -73
- package/src/components/forms/TextareaField/TextareaField.types.ts +0 -37
- package/src/components/forms/TextareaField/TextareaField.variants.ts +0 -83
- package/src/components/forms/TextareaField/index.ts +0 -12
- package/src/components/forms/TimePicker/README.md +0 -750
- package/src/components/forms/TimePicker/TimePicker.test.tsx +0 -780
- package/src/components/forms/TimePicker/TimePicker.tsx +0 -383
- package/src/components/forms/TimePicker/TimePicker.types.ts +0 -94
- package/src/components/forms/TimePicker/TimePicker.variants.ts +0 -83
- package/src/components/forms/TimePicker/index.ts +0 -14
- package/src/components/forms/ToggleGroup/README.md +0 -870
- package/src/components/forms/ToggleGroup/ToggleGroup.test.tsx +0 -941
- package/src/components/forms/ToggleGroup/ToggleGroup.tsx +0 -5
- package/src/components/forms/ToggleGroup/ToggleGroup.types.ts +0 -17
- package/src/components/forms/ToggleGroup/ToggleGroup.variants.ts +0 -42
- package/src/components/forms/ToggleGroup/index.ts +0 -9
- package/src/components/forms/URLInput/README.md +0 -701
- package/src/components/forms/URLInput/URLInput.test.tsx +0 -602
- package/src/components/forms/URLInput/URLInput.tsx +0 -71
- package/src/components/forms/URLInput/URLInput.types.ts +0 -51
- package/src/components/forms/URLInput/URLInput.variants.ts +0 -52
- package/src/components/forms/URLInput/index.ts +0 -8
- package/src/components/forms/index.ts +0 -44
- package/src/components/index.ts +0 -26
- package/src/components/layout/AppContent/AppContent.test.tsx +0 -34
- package/src/components/layout/AppContent/AppContent.tsx +0 -23
- package/src/components/layout/AppContent/AppContent.variants.ts +0 -23
- package/src/components/layout/AppContent/index.ts +0 -2
- package/src/components/layout/AppHeader/AppHeader.test.tsx +0 -26
- package/src/components/layout/AppHeader/AppHeader.tsx +0 -17
- package/src/components/layout/AppHeader/AppHeader.variants.ts +0 -21
- package/src/components/layout/AppHeader/AppHeaderActions.tsx +0 -13
- package/src/components/layout/AppHeader/AppHeaderNav.tsx +0 -13
- package/src/components/layout/AppHeader/AppHeaderTitle.tsx +0 -13
- package/src/components/layout/AppHeader/index.ts +0 -5
- package/src/components/layout/AppRail/AppRail.test.tsx +0 -50
- package/src/components/layout/AppRail/AppRail.tsx +0 -24
- package/src/components/layout/AppRail/AppRail.variants.ts +0 -31
- package/src/components/layout/AppRail/AppRailFooter.tsx +0 -13
- package/src/components/layout/AppRail/AppRailGroup.tsx +0 -13
- package/src/components/layout/AppRail/AppRailHeader.tsx +0 -13
- package/src/components/layout/AppRail/AppRailItem.tsx +0 -57
- package/src/components/layout/AppRail/index.ts +0 -5
- package/src/components/layout/AppShell/AppShell.context.tsx +0 -34
- package/src/components/layout/AppShell/AppShell.test.tsx +0 -61
- package/src/components/layout/AppShell/AppShell.tsx +0 -91
- package/src/components/layout/AppShell/AppShell.variants.ts +0 -21
- package/src/components/layout/AppShell/index.ts +0 -2
- package/src/components/layout/AppSidebar/AppSidebar.test.tsx +0 -69
- package/src/components/layout/AppSidebar/AppSidebar.tsx +0 -58
- package/src/components/layout/AppSidebar/AppSidebar.variants.ts +0 -41
- package/src/components/layout/AppSidebar/AppSidebarContent.tsx +0 -18
- package/src/components/layout/AppSidebar/AppSidebarFooter.tsx +0 -13
- package/src/components/layout/AppSidebar/AppSidebarGroup.tsx +0 -22
- package/src/components/layout/AppSidebar/AppSidebarHeader.tsx +0 -13
- package/src/components/layout/AppSidebar/AppSidebarItem.tsx +0 -54
- package/src/components/layout/AppSidebar/AppSidebarTrigger.tsx +0 -25
- package/src/components/layout/AppSidebar/index.ts +0 -7
- package/src/components/layout/CLAUDE.md +0 -112
- package/src/components/layout/Card/Card.test.tsx +0 -339
- package/src/components/layout/Card/Card.tsx +0 -102
- package/src/components/layout/Card/Card.types.ts +0 -52
- package/src/components/layout/Card/Card.variants.ts +0 -85
- package/src/components/layout/Card/README.md +0 -994
- package/src/components/layout/Card/index.ts +0 -3
- package/src/components/layout/Collapsible/Collapsible.test.tsx +0 -491
- package/src/components/layout/Collapsible/Collapsible.tsx +0 -50
- package/src/components/layout/Collapsible/Collapsible.types.ts +0 -26
- package/src/components/layout/Collapsible/Collapsible.variants.ts +0 -52
- package/src/components/layout/Collapsible/README.md +0 -885
- package/src/components/layout/Collapsible/index.ts +0 -3
- package/src/components/layout/Container/Container.test.tsx +0 -283
- package/src/components/layout/Container/Container.tsx +0 -25
- package/src/components/layout/Container/Container.types.ts +0 -36
- package/src/components/layout/Container/Container.variants.ts +0 -59
- package/src/components/layout/Container/README.md +0 -700
- package/src/components/layout/Container/index.ts +0 -3
- package/src/components/layout/Flex/Flex.test.tsx +0 -545
- package/src/components/layout/Flex/Flex.tsx +0 -52
- package/src/components/layout/Flex/Flex.types.ts +0 -61
- package/src/components/layout/Flex/Flex.variants.ts +0 -98
- package/src/components/layout/Flex/README.md +0 -812
- package/src/components/layout/Flex/index.ts +0 -3
- package/src/components/layout/Grid/Grid.test.tsx +0 -601
- package/src/components/layout/Grid/Grid.tsx +0 -61
- package/src/components/layout/Grid/Grid.types.ts +0 -47
- package/src/components/layout/Grid/Grid.variants.ts +0 -100
- package/src/components/layout/Grid/README.md +0 -762
- package/src/components/layout/Grid/index.ts +0 -3
- package/src/components/layout/PageContent/PageContent.tsx +0 -13
- package/src/components/layout/PageContent/index.ts +0 -1
- package/src/components/layout/PageHeader/PageHeader.tsx +0 -43
- package/src/components/layout/PageHeader/index.ts +0 -1
- package/src/components/layout/PageSection/PageSection.tsx +0 -28
- package/src/components/layout/PageSection/index.ts +0 -1
- package/src/components/layout/Panel/Panel.test.tsx +0 -427
- package/src/components/layout/Panel/Panel.tsx +0 -75
- package/src/components/layout/Panel/Panel.types.ts +0 -59
- package/src/components/layout/Panel/Panel.variants.ts +0 -94
- package/src/components/layout/Panel/README.md +0 -861
- package/src/components/layout/Panel/index.ts +0 -3
- package/src/components/layout/ResizablePanels/README.md +0 -369
- package/src/components/layout/ResizablePanels/ResizablePanels.test.tsx +0 -506
- package/src/components/layout/ResizablePanels/ResizablePanels.tsx +0 -64
- package/src/components/layout/ResizablePanels/ResizablePanels.types.ts +0 -41
- package/src/components/layout/ResizablePanels/ResizablePanels.variants.ts +0 -67
- package/src/components/layout/ResizablePanels/index.ts +0 -3
- package/src/components/layout/ResponsiveContainer/README.md +0 -267
- package/src/components/layout/ResponsiveContainer/ResponsiveContainer.test.tsx +0 -386
- package/src/components/layout/ResponsiveContainer/ResponsiveContainer.tsx +0 -54
- package/src/components/layout/ResponsiveContainer/ResponsiveContainer.types.ts +0 -43
- package/src/components/layout/ResponsiveContainer/ResponsiveContainer.variants.ts +0 -106
- package/src/components/layout/ResponsiveContainer/index.ts +0 -3
- package/src/components/layout/ScrollArea/README.md +0 -278
- package/src/components/layout/ScrollArea/ScrollArea.test.tsx +0 -352
- package/src/components/layout/ScrollArea/ScrollArea.tsx +0 -61
- package/src/components/layout/ScrollArea/ScrollArea.types.ts +0 -36
- package/src/components/layout/ScrollArea/ScrollArea.variants.ts +0 -85
- package/src/components/layout/ScrollArea/index.ts +0 -3
- package/src/components/layout/Section/README.md +0 -315
- package/src/components/layout/Section/Section.test.tsx +0 -293
- package/src/components/layout/Section/Section.tsx +0 -60
- package/src/components/layout/Section/Section.types.ts +0 -38
- package/src/components/layout/Section/Section.variants.ts +0 -45
- package/src/components/layout/Section/index.ts +0 -3
- package/src/components/layout/Sheet/README.md +0 -533
- package/src/components/layout/Sheet/Sheet.test.tsx +0 -702
- package/src/components/layout/Sheet/Sheet.tsx +0 -142
- package/src/components/layout/Sheet/Sheet.types.ts +0 -92
- package/src/components/layout/Sheet/Sheet.variants.ts +0 -98
- package/src/components/layout/Sheet/index.ts +0 -3
- package/src/components/layout/Stack/README.md +0 -346
- package/src/components/layout/Stack/Stack.test.tsx +0 -492
- package/src/components/layout/Stack/Stack.tsx +0 -58
- package/src/components/layout/Stack/Stack.types.ts +0 -58
- package/src/components/layout/Stack/Stack.variants.ts +0 -77
- package/src/components/layout/Stack/index.ts +0 -3
- package/src/components/layout/index.ts +0 -21
- package/src/components/navigation/Breadcrumb/Breadcrumb.test.tsx +0 -875
- package/src/components/navigation/Breadcrumb/Breadcrumb.tsx +0 -183
- package/src/components/navigation/Breadcrumb/Breadcrumb.types.ts +0 -49
- package/src/components/navigation/Breadcrumb/Breadcrumb.variants.ts +0 -63
- package/src/components/navigation/Breadcrumb/README.md +0 -608
- package/src/components/navigation/Breadcrumb/index.ts +0 -24
- package/src/components/navigation/CLAUDE.md +0 -118
- package/src/components/navigation/ContextMenu/ContextMenu.test.tsx +0 -881
- package/src/components/navigation/ContextMenu/ContextMenu.tsx +0 -304
- package/src/components/navigation/ContextMenu/ContextMenu.types.ts +0 -119
- package/src/components/navigation/ContextMenu/ContextMenu.variants.ts +0 -167
- package/src/components/navigation/ContextMenu/README.md +0 -660
- package/src/components/navigation/ContextMenu/index.ts +0 -34
- package/src/components/navigation/Drawer/Drawer.test.tsx +0 -721
- package/src/components/navigation/Drawer/Drawer.tsx +0 -178
- package/src/components/navigation/Drawer/Drawer.types.ts +0 -66
- package/src/components/navigation/Drawer/Drawer.variants.ts +0 -121
- package/src/components/navigation/Drawer/README.md +0 -723
- package/src/components/navigation/Drawer/index.ts +0 -24
- package/src/components/navigation/DropdownMenu/DropdownMenu.test.tsx +0 -881
- package/src/components/navigation/DropdownMenu/DropdownMenu.tsx +0 -305
- package/src/components/navigation/DropdownMenu/DropdownMenu.types.ts +0 -98
- package/src/components/navigation/DropdownMenu/DropdownMenu.variants.ts +0 -168
- package/src/components/navigation/DropdownMenu/README.md +0 -676
- package/src/components/navigation/DropdownMenu/index.ts +0 -33
- package/src/components/navigation/Header/Header.test.tsx +0 -418
- package/src/components/navigation/Header/Header.tsx +0 -133
- package/src/components/navigation/Header/Header.types.ts +0 -41
- package/src/components/navigation/Header/Header.variants.ts +0 -91
- package/src/components/navigation/Header/README.md +0 -567
- package/src/components/navigation/Header/index.ts +0 -14
- package/src/components/navigation/Menu/Menu.test.tsx +0 -658
- package/src/components/navigation/Menu/Menu.tsx +0 -247
- package/src/components/navigation/Menu/Menu.types.ts +0 -51
- package/src/components/navigation/Menu/Menu.variants.ts +0 -105
- package/src/components/navigation/Menu/README.md +0 -599
- package/src/components/navigation/Menu/index.ts +0 -17
- package/src/components/navigation/Menubar/Menubar.test.tsx +0 -1028
- package/src/components/navigation/Menubar/Menubar.tsx +0 -308
- package/src/components/navigation/Menubar/Menubar.types.ts +0 -104
- package/src/components/navigation/Menubar/Menubar.variants.ts +0 -182
- package/src/components/navigation/Menubar/README.md +0 -641
- package/src/components/navigation/Menubar/index.ts +0 -36
- package/src/components/navigation/MobileSidebar/MobileSidebar.test.tsx +0 -255
- package/src/components/navigation/MobileSidebar/MobileSidebar.tsx +0 -187
- package/src/components/navigation/MobileSidebar/MobileSidebar.types.ts +0 -62
- package/src/components/navigation/MobileSidebar/MobileSidebar.variants.ts +0 -79
- package/src/components/navigation/MobileSidebar/index.ts +0 -17
- package/src/components/navigation/Navbar/Navbar.test.tsx +0 -621
- package/src/components/navigation/Navbar/Navbar.tsx +0 -238
- package/src/components/navigation/Navbar/Navbar.types.ts +0 -69
- package/src/components/navigation/Navbar/Navbar.variants.ts +0 -176
- package/src/components/navigation/Navbar/README.md +0 -670
- package/src/components/navigation/Navbar/index.ts +0 -20
- package/src/components/navigation/NavigationMenu/NavigationMenu.test.tsx +0 -701
- package/src/components/navigation/NavigationMenu/NavigationMenu.tsx +0 -211
- package/src/components/navigation/NavigationMenu/NavigationMenu.types.ts +0 -52
- package/src/components/navigation/NavigationMenu/NavigationMenu.variants.ts +0 -122
- package/src/components/navigation/NavigationMenu/README.md +0 -697
- package/src/components/navigation/NavigationMenu/index.ts +0 -23
- package/src/components/navigation/Pagination/Pagination.test.tsx +0 -619
- package/src/components/navigation/Pagination/Pagination.tsx +0 -185
- package/src/components/navigation/Pagination/Pagination.types.ts +0 -42
- package/src/components/navigation/Pagination/Pagination.variants.ts +0 -36
- package/src/components/navigation/Pagination/README.md +0 -635
- package/src/components/navigation/Pagination/index.ts +0 -17
- package/src/components/navigation/Sidebar/README.md +0 -628
- package/src/components/navigation/Sidebar/Sidebar.test.tsx +0 -1169
- package/src/components/navigation/Sidebar/Sidebar.tsx +0 -761
- package/src/components/navigation/Sidebar/Sidebar.types.ts +0 -168
- package/src/components/navigation/Sidebar/Sidebar.variants.ts +0 -302
- package/src/components/navigation/Sidebar/index.ts +0 -59
- package/src/components/navigation/SkipLinks/README.md +0 -512
- package/src/components/navigation/SkipLinks/SkipLinks.test.tsx +0 -445
- package/src/components/navigation/SkipLinks/SkipLinks.tsx +0 -103
- package/src/components/navigation/SkipLinks/SkipLinks.types.ts +0 -39
- package/src/components/navigation/SkipLinks/SkipLinks.variants.ts +0 -102
- package/src/components/navigation/SkipLinks/index.ts +0 -12
- package/src/components/navigation/TabNavigation/TabNavigation.tsx +0 -196
- package/src/components/navigation/TabNavigation/TabNavigation.types.ts +0 -85
- package/src/components/navigation/TabNavigation/TabNavigation.variants.ts +0 -95
- package/src/components/navigation/TabNavigation/index.ts +0 -10
- package/src/components/navigation/TabPanel/README.md +0 -437
- package/src/components/navigation/TabPanel/TabPanel.test.tsx +0 -566
- package/src/components/navigation/TabPanel/TabPanel.tsx +0 -95
- package/src/components/navigation/TabPanel/TabPanel.types.ts +0 -29
- package/src/components/navigation/TabPanel/TabPanel.variants.ts +0 -61
- package/src/components/navigation/TabPanel/index.ts +0 -13
- package/src/components/navigation/Tabs/README.md +0 -669
- package/src/components/navigation/Tabs/Tabs.test.tsx +0 -500
- package/src/components/navigation/Tabs/Tabs.tsx +0 -112
- package/src/components/navigation/Tabs/Tabs.types.ts +0 -38
- package/src/components/navigation/Tabs/Tabs.variants.ts +0 -80
- package/src/components/navigation/Tabs/index.ts +0 -14
- package/src/components/navigation/Toolbar/README.md +0 -650
- package/src/components/navigation/Toolbar/Toolbar.test.tsx +0 -620
- package/src/components/navigation/Toolbar/Toolbar.tsx +0 -133
- package/src/components/navigation/Toolbar/Toolbar.types.ts +0 -42
- package/src/components/navigation/Toolbar/Toolbar.variants.ts +0 -95
- package/src/components/navigation/Toolbar/index.ts +0 -17
- package/src/components/navigation/UserProfileDropdown/UserProfileDropdown.test.tsx +0 -257
- package/src/components/navigation/UserProfileDropdown/UserProfileDropdown.tsx +0 -267
- package/src/components/navigation/UserProfileDropdown/UserProfileDropdown.types.ts +0 -84
- package/src/components/navigation/UserProfileDropdown/UserProfileDropdown.variants.ts +0 -77
- package/src/components/navigation/UserProfileDropdown/index.ts +0 -17
- package/src/components/navigation/WorkspaceDropdown/WorkspaceDropdown.tsx +0 -190
- package/src/components/navigation/WorkspaceDropdown/WorkspaceDropdown.types.ts +0 -56
- package/src/components/navigation/WorkspaceDropdown/WorkspaceDropdown.variants.ts +0 -82
- package/src/components/navigation/WorkspaceDropdown/index.ts +0 -20
- package/src/components/navigation/index.ts +0 -17
- package/src/components/primitives/ArrowAnimated/ArrowAnimated.test.tsx +0 -240
- package/src/components/primitives/ArrowAnimated/ArrowAnimated.tsx +0 -96
- package/src/components/primitives/ArrowAnimated/ArrowAnimated.types.ts +0 -16
- package/src/components/primitives/ArrowAnimated/ArrowAnimated.variants.ts +0 -43
- package/src/components/primitives/ArrowAnimated/index.ts +0 -9
- package/src/components/primitives/AspectRatio/AspectRatio.test.tsx +0 -306
- package/src/components/primitives/AspectRatio/AspectRatio.tsx +0 -11
- package/src/components/primitives/AspectRatio/AspectRatio.types.ts +0 -57
- package/src/components/primitives/AspectRatio/AspectRatio.variants.ts +0 -110
- package/src/components/primitives/AspectRatio/README.md +0 -914
- package/src/components/primitives/AspectRatio/index.ts +0 -7
- package/src/components/primitives/Avatar/Avatar.test.tsx +0 -1311
- package/src/components/primitives/Avatar/Avatar.tsx +0 -159
- package/src/components/primitives/Avatar/Avatar.types.ts +0 -70
- package/src/components/primitives/Avatar/AvatarAddButton.tsx +0 -59
- package/src/components/primitives/Avatar/AvatarBadge.tsx +0 -84
- package/src/components/primitives/Avatar/AvatarGroup.test.tsx +0 -1377
- package/src/components/primitives/Avatar/AvatarGroup.tsx +0 -101
- package/src/components/primitives/Avatar/AvatarLabelGroup.tsx +0 -154
- package/src/components/primitives/Avatar/AvatarSkeleton.tsx +0 -76
- package/src/components/primitives/Avatar/AvatarStatus.tsx +0 -71
- package/src/components/primitives/Avatar/README.md +0 -1174
- package/src/components/primitives/Avatar/index.ts +0 -8
- package/src/components/primitives/Badge/Badge.test.tsx +0 -1146
- package/src/components/primitives/Badge/Badge.tsx +0 -389
- package/src/components/primitives/Badge/Badge.types.ts +0 -102
- package/src/components/primitives/Badge/README.md +0 -814
- package/src/components/primitives/Badge/index.ts +0 -2
- package/src/components/primitives/Button/Button.test.tsx +0 -626
- package/src/components/primitives/Button/Button.tsx +0 -299
- package/src/components/primitives/Button/Button.types.ts +0 -137
- package/src/components/primitives/Button/README.md +0 -1112
- package/src/components/primitives/Button/index.ts +0 -8
- package/src/components/primitives/ButtonGroup/ButtonGroup.test.tsx +0 -945
- package/src/components/primitives/ButtonGroup/ButtonGroup.tsx +0 -224
- package/src/components/primitives/ButtonGroup/ButtonGroup.types.ts +0 -133
- package/src/components/primitives/ButtonGroup/README.md +0 -945
- package/src/components/primitives/ButtonGroup/index.ts +0 -12
- package/src/components/primitives/CLAUDE.md +0 -108
- package/src/components/primitives/ConfirmButton/ConfirmButton.test.tsx +0 -929
- package/src/components/primitives/ConfirmButton/ConfirmButton.tsx +0 -298
- package/src/components/primitives/ConfirmButton/ConfirmButton.types.ts +0 -116
- package/src/components/primitives/ConfirmButton/README.md +0 -1059
- package/src/components/primitives/ConfirmButton/index.ts +0 -6
- package/src/components/primitives/Divider/Divider.test.tsx +0 -304
- package/src/components/primitives/Divider/Divider.tsx +0 -209
- package/src/components/primitives/Divider/Divider.types.ts +0 -74
- package/src/components/primitives/Divider/README.md +0 -839
- package/src/components/primitives/Divider/index.ts +0 -8
- package/src/components/primitives/Heading/Heading.test.tsx +0 -611
- package/src/components/primitives/Heading/Heading.tsx +0 -120
- package/src/components/primitives/Heading/Heading.types.ts +0 -61
- package/src/components/primitives/Heading/README.md +0 -820
- package/src/components/primitives/Heading/index.ts +0 -2
- package/src/components/primitives/Icon/Icon.test.tsx +0 -466
- package/src/components/primitives/Icon/Icon.tsx +0 -74
- package/src/components/primitives/Icon/Icon.types.ts +0 -61
- package/src/components/primitives/Icon/README.md +0 -759
- package/src/components/primitives/Icon/index.ts +0 -8
- package/src/components/primitives/Image/Image.test.tsx +0 -734
- package/src/components/primitives/Image/Image.tsx +0 -239
- package/src/components/primitives/Image/Image.types.ts +0 -75
- package/src/components/primitives/Image/README.md +0 -863
- package/src/components/primitives/Image/index.ts +0 -8
- package/src/components/primitives/Kbd/Kbd.test.tsx +0 -432
- package/src/components/primitives/Kbd/Kbd.tsx +0 -53
- package/src/components/primitives/Kbd/Kbd.types.ts +0 -55
- package/src/components/primitives/Kbd/Kbd.variants.ts +0 -33
- package/src/components/primitives/Kbd/README.md +0 -659
- package/src/components/primitives/Kbd/index.ts +0 -3
- package/src/components/primitives/Label/Label.test.tsx +0 -311
- package/src/components/primitives/Label/Label.tsx +0 -46
- package/src/components/primitives/Label/Label.types.ts +0 -28
- package/src/components/primitives/Label/README.md +0 -816
- package/src/components/primitives/Label/index.ts +0 -2
- package/src/components/primitives/Link/Link.test.tsx +0 -764
- package/src/components/primitives/Link/Link.tsx +0 -143
- package/src/components/primitives/Link/Link.types.ts +0 -85
- package/src/components/primitives/Link/README.md +0 -954
- package/src/components/primitives/Link/index.ts +0 -8
- package/src/components/primitives/Paragraph/Paragraph.test.tsx +0 -463
- package/src/components/primitives/Paragraph/Paragraph.tsx +0 -119
- package/src/components/primitives/Paragraph/Paragraph.types.ts +0 -81
- package/src/components/primitives/Paragraph/README.md +0 -812
- package/src/components/primitives/Paragraph/index.ts +0 -2
- package/src/components/primitives/ProgressBar/ProgressBar.test.tsx +0 -598
- package/src/components/primitives/ProgressBar/ProgressBar.tsx +0 -268
- package/src/components/primitives/ProgressBar/ProgressBar.types.ts +0 -127
- package/src/components/primitives/ProgressBar/ProgressBar.variants.ts +0 -111
- package/src/components/primitives/ProgressBar/README.md +0 -772
- package/src/components/primitives/ProgressBar/index.ts +0 -3
- package/src/components/primitives/ProgressCircle/ProgressCircle.test.tsx +0 -219
- package/src/components/primitives/ProgressCircle/ProgressCircle.tsx +0 -264
- package/src/components/primitives/ProgressCircle/ProgressCircle.types.ts +0 -152
- package/src/components/primitives/ProgressCircle/ProgressCircle.variants.ts +0 -140
- package/src/components/primitives/ProgressCircle/README.md +0 -763
- package/src/components/primitives/ProgressCircle/index.ts +0 -3
- package/src/components/primitives/SkeletonLoader/README.md +0 -792
- package/src/components/primitives/SkeletonLoader/SkeletonLoader.test.tsx +0 -382
- package/src/components/primitives/SkeletonLoader/SkeletonLoader.tsx +0 -45
- package/src/components/primitives/SkeletonLoader/SkeletonLoader.types.ts +0 -56
- package/src/components/primitives/SkeletonLoader/SkeletonLoader.variants.ts +0 -87
- package/src/components/primitives/SkeletonLoader/index.ts +0 -3
- package/src/components/primitives/Spacer/README.md +0 -804
- package/src/components/primitives/Spacer/Spacer.test.tsx +0 -363
- package/src/components/primitives/Spacer/Spacer.tsx +0 -147
- package/src/components/primitives/Spacer/Spacer.types.ts +0 -72
- package/src/components/primitives/Spacer/index.ts +0 -9
- package/src/components/primitives/Spinner/README.md +0 -767
- package/src/components/primitives/Spinner/Spinner.test.tsx +0 -289
- package/src/components/primitives/Spinner/Spinner.tsx +0 -101
- package/src/components/primitives/Spinner/Spinner.types.ts +0 -62
- package/src/components/primitives/Spinner/Spinner.variants.ts +0 -50
- package/src/components/primitives/Spinner/index.ts +0 -3
- package/src/components/primitives/SplitButton/README.md +0 -1142
- package/src/components/primitives/SplitButton/SplitButton.test.tsx +0 -1020
- package/src/components/primitives/SplitButton/SplitButton.tsx +0 -215
- package/src/components/primitives/SplitButton/SplitButton.types.ts +0 -114
- package/src/components/primitives/SplitButton/index.ts +0 -8
- package/src/components/primitives/StatusIndicator/README.md +0 -730
- package/src/components/primitives/StatusIndicator/StatusIndicator.test.tsx +0 -446
- package/src/components/primitives/StatusIndicator/StatusIndicator.tsx +0 -100
- package/src/components/primitives/StatusIndicator/StatusIndicator.types.ts +0 -39
- package/src/components/primitives/StatusIndicator/index.ts +0 -2
- package/src/components/primitives/Tag/README.md +0 -793
- package/src/components/primitives/Tag/Tag.test.tsx +0 -410
- package/src/components/primitives/Tag/Tag.tsx +0 -302
- package/src/components/primitives/Tag/Tag.types.ts +0 -112
- package/src/components/primitives/Tag/Tag.variants.ts +0 -144
- package/src/components/primitives/Tag/TagGroup.tsx +0 -89
- package/src/components/primitives/Tag/index.ts +0 -15
- package/src/components/primitives/Text/README.md +0 -849
- package/src/components/primitives/Text/Text.test.tsx +0 -371
- package/src/components/primitives/Text/Text.tsx +0 -89
- package/src/components/primitives/Text/Text.types.ts +0 -21
- package/src/components/primitives/Text/index.ts +0 -2
- package/src/components/primitives/Thumbnail/README.md +0 -800
- package/src/components/primitives/Thumbnail/Thumbnail.test.tsx +0 -657
- package/src/components/primitives/Thumbnail/Thumbnail.tsx +0 -141
- package/src/components/primitives/Thumbnail/Thumbnail.types.ts +0 -102
- package/src/components/primitives/Thumbnail/index.ts +0 -9
- package/src/components/primitives/Toggle/README.md +0 -232
- package/src/components/primitives/Toggle/Toggle.test.tsx +0 -630
- package/src/components/primitives/Toggle/Toggle.tsx +0 -174
- package/src/components/primitives/Toggle/Toggle.types.ts +0 -161
- package/src/components/primitives/Toggle/index.ts +0 -2
- package/src/components/primitives/index.ts +0 -26
- package/src/components/workflow/ApprovalFlow/ApprovalFlow.test.tsx +0 -607
- package/src/components/workflow/ApprovalFlow/ApprovalFlow.tsx +0 -522
- package/src/components/workflow/ApprovalFlow/ApprovalFlow.types.ts +0 -233
- package/src/components/workflow/ApprovalFlow/ApprovalFlow.variants.ts +0 -207
- package/src/components/workflow/ApprovalFlow/README.md +0 -450
- package/src/components/workflow/ApprovalFlow/index.ts +0 -38
- package/src/components/workflow/ApprovalStatus/ApprovalStatus.test.tsx +0 -316
- package/src/components/workflow/ApprovalStatus/ApprovalStatus.tsx +0 -342
- package/src/components/workflow/ApprovalStatus/ApprovalStatus.types.ts +0 -68
- package/src/components/workflow/ApprovalStatus/ApprovalStatus.variants.ts +0 -60
- package/src/components/workflow/ApprovalStatus/README.md +0 -359
- package/src/components/workflow/ApprovalStatus/index.ts +0 -7
- package/src/components/workflow/CLAUDE.md +0 -118
- package/src/components/workflow/CommentSystem/CommentSystem.test.tsx +0 -901
- package/src/components/workflow/CommentSystem/CommentSystem.tsx +0 -1014
- package/src/components/workflow/CommentSystem/CommentSystem.types.ts +0 -290
- package/src/components/workflow/CommentSystem/CommentSystem.variants.ts +0 -307
- package/src/components/workflow/CommentSystem/README.md +0 -478
- package/src/components/workflow/CommentSystem/index.ts +0 -37
- package/src/components/workflow/Dashboard/Dashboard.test.tsx +0 -586
- package/src/components/workflow/Dashboard/Dashboard.tsx +0 -447
- package/src/components/workflow/Dashboard/Dashboard.types.ts +0 -232
- package/src/components/workflow/Dashboard/Dashboard.variants.ts +0 -241
- package/src/components/workflow/Dashboard/README.md +0 -445
- package/src/components/workflow/Dashboard/index.ts +0 -39
- package/src/components/workflow/DashboardBuilder/DashboardBuilder.test.tsx +0 -460
- package/src/components/workflow/DashboardBuilder/DashboardBuilder.tsx +0 -944
- package/src/components/workflow/DashboardBuilder/DashboardBuilder.types.ts +0 -389
- package/src/components/workflow/DashboardBuilder/DashboardBuilder.variants.ts +0 -264
- package/src/components/workflow/DashboardBuilder/README.md +0 -489
- package/src/components/workflow/DashboardBuilder/index.ts +0 -61
- package/src/components/workflow/KanbanBoard/KanbanBoard.test.tsx +0 -445
- package/src/components/workflow/KanbanBoard/KanbanBoard.tsx +0 -806
- package/src/components/workflow/KanbanBoard/KanbanBoard.types.ts +0 -183
- package/src/components/workflow/KanbanBoard/KanbanBoard.variants.ts +0 -311
- package/src/components/workflow/KanbanBoard/README.md +0 -495
- package/src/components/workflow/KanbanBoard/index.ts +0 -40
- package/src/components/workflow/ProgressSteps/ProgressSteps.test.tsx +0 -318
- package/src/components/workflow/ProgressSteps/ProgressSteps.tsx +0 -350
- package/src/components/workflow/ProgressSteps/ProgressSteps.types.ts +0 -84
- package/src/components/workflow/ProgressSteps/ProgressSteps.variants.ts +0 -315
- package/src/components/workflow/ProgressSteps/README.md +0 -412
- package/src/components/workflow/ProgressSteps/index.ts +0 -20
- package/src/components/workflow/ReportGenerator/README.md +0 -530
- package/src/components/workflow/ReportGenerator/ReportGenerator.test.tsx +0 -723
- package/src/components/workflow/ReportGenerator/ReportGenerator.tsx +0 -889
- package/src/components/workflow/ReportGenerator/ReportGenerator.types.ts +0 -321
- package/src/components/workflow/ReportGenerator/ReportGenerator.variants.ts +0 -378
- package/src/components/workflow/ReportGenerator/index.ts +0 -44
- package/src/components/workflow/Stepper/README.md +0 -390
- package/src/components/workflow/Stepper/Stepper.test.tsx +0 -376
- package/src/components/workflow/Stepper/Stepper.tsx +0 -301
- package/src/components/workflow/Stepper/Stepper.types.ts +0 -73
- package/src/components/workflow/Stepper/Stepper.variants.ts +0 -194
- package/src/components/workflow/Stepper/index.ts +0 -16
- package/src/components/workflow/TaskCard/README.md +0 -343
- package/src/components/workflow/TaskCard/TaskCard.test.tsx +0 -375
- package/src/components/workflow/TaskCard/TaskCard.tsx +0 -312
- package/src/components/workflow/TaskCard/TaskCard.types.ts +0 -55
- package/src/components/workflow/TaskCard/TaskCard.variants.ts +0 -64
- package/src/components/workflow/TaskCard/index.ts +0 -14
- package/src/components/workflow/TaskList/README.md +0 -317
- package/src/components/workflow/TaskList/TaskList.test.tsx +0 -318
- package/src/components/workflow/TaskList/TaskList.tsx +0 -556
- package/src/components/workflow/TaskList/TaskList.types.ts +0 -78
- package/src/components/workflow/TaskList/TaskList.variants.ts +0 -143
- package/src/components/workflow/TaskList/index.ts +0 -19
- package/src/components/workflow/TaskStatus/README.md +0 -358
- package/src/components/workflow/TaskStatus/TaskStatus.test.tsx +0 -299
- package/src/components/workflow/TaskStatus/TaskStatus.tsx +0 -246
- package/src/components/workflow/TaskStatus/TaskStatus.types.ts +0 -65
- package/src/components/workflow/TaskStatus/TaskStatus.variants.ts +0 -145
- package/src/components/workflow/TaskStatus/index.ts +0 -24
- package/src/components/workflow/Wizard/README.md +0 -440
- package/src/components/workflow/Wizard/Wizard.test.tsx +0 -432
- package/src/components/workflow/Wizard/Wizard.tsx +0 -279
- package/src/components/workflow/Wizard/Wizard.types.ts +0 -61
- package/src/components/workflow/Wizard/Wizard.variants.ts +0 -105
- package/src/components/workflow/Wizard/index.ts +0 -9
- package/src/components/workflow/index.ts +0 -14
- package/src/hooks/index.ts +0 -4
- package/src/hooks/use-media-query.ts +0 -24
- package/src/hooks/use-mobile.ts +0 -30
- package/src/hooks/use-on-window-resize.ts +0 -27
- package/src/index.ts +0 -22
- package/src/lib/chart-colors.ts +0 -195
- package/src/lib/utils.ts +0 -6
- package/src/test/setup.ts +0 -125
- package/src/test/vitest.d.ts +0 -13
package/dist/index.d.ts
CHANGED
|
@@ -40,8 +40,8 @@ import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
|
40
40
|
import { Payload, ValueType, NameType } from 'recharts/types/component/DefaultTooltipContent';
|
|
41
41
|
import * as RechartsPrimitive from 'recharts';
|
|
42
42
|
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
43
|
-
import { ColumnFiltersState, ColumnDef, VisibilityState, ExpandedState,
|
|
44
|
-
export { Column, ColumnDef, ColumnFiltersState, ExpandedState, PaginationState, Row, RowSelectionState, SortingState, VisibilityState } from '@tanstack/react-table';
|
|
43
|
+
import { Row, ColumnFiltersState, ColumnOrderState, ColumnPinningState, ColumnDef, ColumnSizingState, VisibilityState, ExpandedState, GroupingState, PaginationState, SortingState, Column, OnChangeFn, RowPinningState, RowSelectionState, Table as Table$1 } from '@tanstack/react-table';
|
|
44
|
+
export { Column, ColumnDef, ColumnFiltersState, ColumnOrderState, ColumnPinningState, ColumnSizingState, ExpandedState, GroupingState, PaginationState, Row, RowPinningState, RowSelectionState, SortingState, VisibilityState } from '@tanstack/react-table';
|
|
45
45
|
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
46
46
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
47
47
|
import { Options } from 'focus-trap';
|
|
@@ -470,6 +470,21 @@ interface ButtonProps extends Omit<ComponentProps<"button">, "onBlur" | "onClick
|
|
|
470
470
|
* @default false
|
|
471
471
|
*/
|
|
472
472
|
asChild?: boolean;
|
|
473
|
+
/**
|
|
474
|
+
* Badge content to display (typically a count or short text)
|
|
475
|
+
* Renders as a small badge positioned at the top-right of the button
|
|
476
|
+
*/
|
|
477
|
+
badge?: number | string;
|
|
478
|
+
/**
|
|
479
|
+
* Color of the badge
|
|
480
|
+
* @default "destructive"
|
|
481
|
+
*/
|
|
482
|
+
badgeColor?: BadgeColor;
|
|
483
|
+
/**
|
|
484
|
+
* Size of the badge
|
|
485
|
+
* @default "sm"
|
|
486
|
+
*/
|
|
487
|
+
badgeSize?: BadgeSize;
|
|
473
488
|
/**
|
|
474
489
|
* Data identifier for event payloads
|
|
475
490
|
*/
|
|
@@ -556,7 +571,7 @@ declare const buttonVariants: (props?: ({
|
|
|
556
571
|
size?: "default" | "sm" | "lg" | "xl" | "2xl" | "icon" | "icon-sm" | "icon-lg" | "icon-xl" | "icon-2xl" | null | undefined;
|
|
557
572
|
shape?: "circle" | "square" | "default" | null | undefined;
|
|
558
573
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
559
|
-
declare function Button({ className, variant, tone, size, shape, fullWidth, asChild, loading, loadingText, icon, leftIcon, rightIcon, disabled, children, tooltip, onClick, onFocus, onBlur, onKeyDown, "data-id": dataId, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
574
|
+
declare function Button({ className, variant, tone, size, shape, fullWidth, asChild, badge, badgeColor, badgeSize, loading, loadingText, icon, leftIcon, rightIcon, disabled, children, tooltip, onClick, onFocus, onBlur, onKeyDown, "data-id": dataId, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
560
575
|
|
|
561
576
|
/**
|
|
562
577
|
* Divider orientation type
|
|
@@ -572,6 +587,11 @@ type DividerType = "button" | "button-group" | "button-group-icon" | "button-ico
|
|
|
572
587
|
* Based on Figma Content Divider design
|
|
573
588
|
*/
|
|
574
589
|
type DividerVisualStyle = "background-fill" | "dual-line" | "single-line";
|
|
590
|
+
/**
|
|
591
|
+
* Divider line type - determines line stroke style
|
|
592
|
+
* Inspired by PrimeVue Divider
|
|
593
|
+
*/
|
|
594
|
+
type DividerLineType = "dashed" | "dotted" | "solid";
|
|
575
595
|
/**
|
|
576
596
|
* Label position for content dividers
|
|
577
597
|
*/
|
|
@@ -597,6 +617,11 @@ interface DividerProps extends Omit<ComponentProps<typeof SeparatorPrimitive.Roo
|
|
|
597
617
|
* @default "center"
|
|
598
618
|
*/
|
|
599
619
|
labelPosition?: DividerLabelPosition;
|
|
620
|
+
/**
|
|
621
|
+
* Line stroke style of the divider
|
|
622
|
+
* @default "solid"
|
|
623
|
+
*/
|
|
624
|
+
lineType?: DividerLineType;
|
|
600
625
|
/**
|
|
601
626
|
* The orientation of the divider
|
|
602
627
|
* @default "horizontal"
|
|
@@ -621,6 +646,7 @@ interface DividerProps extends Omit<ComponentProps<typeof SeparatorPrimitive.Roo
|
|
|
621
646
|
declare const dividerLineVariants: (props?: ({
|
|
622
647
|
orientation?: "vertical" | "horizontal" | null | undefined;
|
|
623
648
|
visualStyle?: "background-fill" | "dual-line" | "single-line" | null | undefined;
|
|
649
|
+
lineType?: "dashed" | "dotted" | "solid" | null | undefined;
|
|
624
650
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
625
651
|
/**
|
|
626
652
|
* CVA variants for the content container
|
|
@@ -662,7 +688,7 @@ declare const dividerWrapperVariants: (props?: ({
|
|
|
662
688
|
* </Divider>
|
|
663
689
|
* ```
|
|
664
690
|
*/
|
|
665
|
-
declare function Divider({ className, orientation, decorative, type, visualStyle, labelPosition, children, ...props }: DividerProps): react_jsx_runtime.JSX.Element;
|
|
691
|
+
declare function Divider({ className, orientation, decorative, type, visualStyle, lineType, labelPosition, children, ...props }: DividerProps): react_jsx_runtime.JSX.Element;
|
|
666
692
|
|
|
667
693
|
/**
|
|
668
694
|
* Context value for ButtonGroup prop inheritance
|
|
@@ -1790,7 +1816,7 @@ type ProgressCircleIndicatorVariants = VariantProps<typeof progressCircleIndicat
|
|
|
1790
1816
|
declare const skeletonLoaderVariants: (props?: ({
|
|
1791
1817
|
shape?: "circle" | "text" | "heading" | "square" | "rectangle" | "pill" | null | undefined;
|
|
1792
1818
|
size?: "xs" | "sm" | "lg" | "xl" | "md" | "full" | null | undefined;
|
|
1793
|
-
animation?: "none" | "pulse" | "shimmer" | null | undefined;
|
|
1819
|
+
animation?: "none" | "pulse" | "shimmer" | "wave" | null | undefined;
|
|
1794
1820
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1795
1821
|
type SkeletonLoaderVariants = VariantProps<typeof skeletonLoaderVariants>;
|
|
1796
1822
|
|
|
@@ -2242,6 +2268,8 @@ interface TagProps extends Omit<React.ComponentProps<"span">, "onChange">, Varia
|
|
|
2242
2268
|
disabled?: boolean;
|
|
2243
2269
|
/** Show dot indicator */
|
|
2244
2270
|
dot?: boolean;
|
|
2271
|
+
/** Icon to display before the label */
|
|
2272
|
+
icon?: ReactNode;
|
|
2245
2273
|
/** Callback when checkbox changes */
|
|
2246
2274
|
onCheckedChange?: (checked: boolean) => void;
|
|
2247
2275
|
/** Callback when dismiss is clicked (shows X button) */
|
|
@@ -2310,7 +2338,7 @@ interface TagGroupProps extends ComponentProps<"div">, VariantProps<typeof tagGr
|
|
|
2310
2338
|
* </Tag>
|
|
2311
2339
|
* ```
|
|
2312
2340
|
*/
|
|
2313
|
-
declare function Tag({ children, className, size: sizeProp, checkbox, checked: controlledChecked, defaultChecked, onCheckedChange, dot, avatar, country, count, onDismiss, disabled: disabledProp, onClick, onKeyDown, ...props }: TagProps): react_jsx_runtime.JSX.Element;
|
|
2341
|
+
declare function Tag({ children, className, size: sizeProp, checkbox, checked: controlledChecked, defaultChecked, onCheckedChange, dot, icon, avatar, country, count, onDismiss, disabled: disabledProp, onClick, onKeyDown, ...props }: TagProps): react_jsx_runtime.JSX.Element;
|
|
2314
2342
|
declare namespace Tag {
|
|
2315
2343
|
var displayName: string;
|
|
2316
2344
|
}
|
|
@@ -3408,6 +3436,11 @@ interface DatePickerProps extends Omit<ComponentProps<"div">, "defaultValue" | "
|
|
|
3408
3436
|
* @default false
|
|
3409
3437
|
*/
|
|
3410
3438
|
showToday?: boolean;
|
|
3439
|
+
/**
|
|
3440
|
+
* Visual size of the trigger
|
|
3441
|
+
* @default "md"
|
|
3442
|
+
*/
|
|
3443
|
+
size?: DatePickerSize;
|
|
3411
3444
|
/**
|
|
3412
3445
|
* Label for the time section header
|
|
3413
3446
|
* @default "Time"
|
|
@@ -3425,11 +3458,6 @@ interface DatePickerProps extends Omit<ComponentProps<"div">, "defaultValue" | "
|
|
|
3425
3458
|
* @default false
|
|
3426
3459
|
*/
|
|
3427
3460
|
timeUse12Hour?: boolean;
|
|
3428
|
-
/**
|
|
3429
|
-
* Visual size of the trigger
|
|
3430
|
-
* @default "md"
|
|
3431
|
-
*/
|
|
3432
|
-
size?: DatePickerSize;
|
|
3433
3461
|
/**
|
|
3434
3462
|
* Label for the "Today" button
|
|
3435
3463
|
* @default "Today"
|
|
@@ -4648,7 +4676,7 @@ interface InputOTPSeparatorProps extends ComponentProps<"div"> {
|
|
|
4648
4676
|
children?: React.ReactNode;
|
|
4649
4677
|
}
|
|
4650
4678
|
|
|
4651
|
-
declare function InputOTP({ className, containerClassName, slotSize, ...props }: InputOTPProps): react_jsx_runtime.JSX.Element;
|
|
4679
|
+
declare function InputOTP({ className, containerClassName, slotSize, defaultValue, onChange, value, ...props }: InputOTPProps): react_jsx_runtime.JSX.Element;
|
|
4652
4680
|
declare function InputOTPGroup({ className, ...props }: InputOTPGroupProps): react_jsx_runtime.JSX.Element;
|
|
4653
4681
|
declare function InputOTPSlot({ index, size, placeholder, className, ...props }: InputOTPSlotProps): react_jsx_runtime.JSX.Element;
|
|
4654
4682
|
declare function InputOTPSeparator({ children, ...props }: InputOTPSeparatorProps): react_jsx_runtime.JSX.Element;
|
|
@@ -4853,6 +4881,11 @@ interface MultiSelectProps extends Omit<ComponentProps<"div">, "onChange"> {
|
|
|
4853
4881
|
* Whether the multiselect is disabled
|
|
4854
4882
|
*/
|
|
4855
4883
|
disabled?: boolean;
|
|
4884
|
+
/**
|
|
4885
|
+
* Message shown when no options match the search
|
|
4886
|
+
* @default "No results found."
|
|
4887
|
+
*/
|
|
4888
|
+
emptyMessage?: string;
|
|
4856
4889
|
/**
|
|
4857
4890
|
* Whether the multiselect is in an error state
|
|
4858
4891
|
* Applies error styling (red border/ring)
|
|
@@ -4867,11 +4900,6 @@ interface MultiSelectProps extends Omit<ComponentProps<"div">, "onChange"> {
|
|
|
4867
4900
|
* Leading icon displayed before the selected tags/placeholder
|
|
4868
4901
|
*/
|
|
4869
4902
|
icon?: ReactNode;
|
|
4870
|
-
/**
|
|
4871
|
-
* Message shown when no options match the search
|
|
4872
|
-
* @default "No results found."
|
|
4873
|
-
*/
|
|
4874
|
-
emptyMessage?: string;
|
|
4875
4903
|
/**
|
|
4876
4904
|
* Maximum number of items that can be selected
|
|
4877
4905
|
*/
|
|
@@ -4952,7 +4980,7 @@ interface MultiSelectProps extends Omit<ComponentProps<"div">, "onChange"> {
|
|
|
4952
4980
|
* />
|
|
4953
4981
|
* ```
|
|
4954
4982
|
*/
|
|
4955
|
-
declare function MultiSelect({ options, value: controlledValue, defaultValue, placeholder, searchPlaceholder, emptyMessage, disabled, error, errorMessage, icon, maxSelected, name, open: controlledOpen, defaultOpen, onOpenChange, onChange, onSearch, required, size, variant, className, ...props }: MultiSelectProps): react_jsx_runtime.JSX.Element;
|
|
4983
|
+
declare function MultiSelect({ options, value: controlledValue, defaultValue, placeholder, searchPlaceholder, emptyMessage, disabled, error, errorMessage: _errorMessage, icon, maxSelected, name, open: controlledOpen, defaultOpen, onOpenChange, onChange, onSearch, required, size, variant, className, ...props }: MultiSelectProps): react_jsx_runtime.JSX.Element;
|
|
4956
4984
|
|
|
4957
4985
|
type NativeSelectSize$1 = "lg" | "md" | "sm" | "xl" | "xs";
|
|
4958
4986
|
type NativeSelectVariant = "default" | "filled" | "flushed" | "unstyled";
|
|
@@ -6558,133 +6586,6 @@ declare const urlValidationIconVariants: (props?: ({
|
|
|
6558
6586
|
type URLLinkIconVariantProps = VariantProps<typeof urlLinkIconVariants>;
|
|
6559
6587
|
type URLValidationIconVariantProps = VariantProps<typeof urlValidationIconVariants>;
|
|
6560
6588
|
|
|
6561
|
-
type LayoutVariant = 'centered' | 'header-only' | 'header-sidebar' | 'rail-only' | 'rail-sidebar' | 'sidebar-breadcrumb' | 'sidebar-header';
|
|
6562
|
-
interface AppShellContextValue {
|
|
6563
|
-
isDesktop: boolean;
|
|
6564
|
-
isMobile: boolean;
|
|
6565
|
-
isTablet: boolean;
|
|
6566
|
-
railState: 'hidden' | 'visible';
|
|
6567
|
-
setRailState: (state: 'hidden' | 'visible') => void;
|
|
6568
|
-
setSidebarState: (state: 'collapsed' | 'expanded' | 'hidden') => void;
|
|
6569
|
-
sidebarState: 'collapsed' | 'expanded' | 'hidden';
|
|
6570
|
-
toggleSidebar: () => void;
|
|
6571
|
-
variant: LayoutVariant;
|
|
6572
|
-
}
|
|
6573
|
-
declare const AppShellContext: React$1.Context<AppShellContextValue | null>;
|
|
6574
|
-
declare function useAppShell(): AppShellContextValue;
|
|
6575
|
-
|
|
6576
|
-
interface AppShellProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
6577
|
-
defaultRailState?: 'hidden' | 'visible';
|
|
6578
|
-
defaultSidebarState?: 'collapsed' | 'expanded' | 'hidden';
|
|
6579
|
-
variant: LayoutVariant;
|
|
6580
|
-
}
|
|
6581
|
-
declare function AppShell({ children, variant, defaultSidebarState, defaultRailState, className, ...props }: AppShellProps): react_jsx_runtime.JSX.Element;
|
|
6582
|
-
|
|
6583
|
-
interface AppSidebarProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
6584
|
-
collapsedWidth?: number;
|
|
6585
|
-
collapsible?: boolean;
|
|
6586
|
-
width?: number;
|
|
6587
|
-
}
|
|
6588
|
-
declare function AppSidebar({ className, children, width, collapsedWidth, ...props }: AppSidebarProps): react_jsx_runtime.JSX.Element | null;
|
|
6589
|
-
|
|
6590
|
-
type AppSidebarHeaderProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6591
|
-
declare function AppSidebarHeader({ className, children, ...props }: AppSidebarHeaderProps): react_jsx_runtime.JSX.Element;
|
|
6592
|
-
|
|
6593
|
-
type AppSidebarContentProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6594
|
-
declare function AppSidebarContent({ className, children, ...props }: AppSidebarContentProps): react_jsx_runtime.JSX.Element;
|
|
6595
|
-
|
|
6596
|
-
type AppSidebarFooterProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6597
|
-
declare function AppSidebarFooter({ className, children, ...props }: AppSidebarFooterProps): react_jsx_runtime.JSX.Element;
|
|
6598
|
-
|
|
6599
|
-
interface AppSidebarGroupProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
6600
|
-
label?: string;
|
|
6601
|
-
}
|
|
6602
|
-
declare function AppSidebarGroup({ className, children, label, ...props }: AppSidebarGroupProps): react_jsx_runtime.JSX.Element;
|
|
6603
|
-
|
|
6604
|
-
interface AppSidebarItemProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
6605
|
-
badge?: number | string;
|
|
6606
|
-
href?: string;
|
|
6607
|
-
icon?: React$1.ReactNode;
|
|
6608
|
-
isActive?: boolean;
|
|
6609
|
-
label: string;
|
|
6610
|
-
onClick?: React$1.MouseEventHandler<HTMLAnchorElement | HTMLButtonElement>;
|
|
6611
|
-
}
|
|
6612
|
-
declare function AppSidebarItem({ className, icon, label, isActive, badge, href, onClick, ...props }: AppSidebarItemProps): react_jsx_runtime.JSX.Element;
|
|
6613
|
-
|
|
6614
|
-
type AppSidebarTriggerProps = React$1.ComponentProps<typeof Button>;
|
|
6615
|
-
declare function AppSidebarTrigger({ className, ...props }: AppSidebarTriggerProps): react_jsx_runtime.JSX.Element;
|
|
6616
|
-
|
|
6617
|
-
type AppRailProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6618
|
-
declare function AppRail({ className, children, ...props }: AppRailProps): react_jsx_runtime.JSX.Element | null;
|
|
6619
|
-
|
|
6620
|
-
interface AppRailItemProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
6621
|
-
badge?: number | string;
|
|
6622
|
-
href?: string;
|
|
6623
|
-
icon: React$1.ReactNode;
|
|
6624
|
-
isActive?: boolean;
|
|
6625
|
-
label: string;
|
|
6626
|
-
onClick?: React$1.MouseEventHandler<HTMLAnchorElement | HTMLButtonElement>;
|
|
6627
|
-
}
|
|
6628
|
-
declare function AppRailItem({ className, icon, label, isActive, badge, href, onClick, ...props }: AppRailItemProps): react_jsx_runtime.JSX.Element;
|
|
6629
|
-
|
|
6630
|
-
type AppRailGroupProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6631
|
-
declare function AppRailGroup({ className, children, ...props }: AppRailGroupProps): react_jsx_runtime.JSX.Element;
|
|
6632
|
-
|
|
6633
|
-
type AppRailHeaderProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6634
|
-
declare function AppRailHeader({ className, children, ...props }: AppRailHeaderProps): react_jsx_runtime.JSX.Element;
|
|
6635
|
-
|
|
6636
|
-
type AppRailFooterProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6637
|
-
declare function AppRailFooter({ className, children, ...props }: AppRailFooterProps): react_jsx_runtime.JSX.Element;
|
|
6638
|
-
|
|
6639
|
-
interface AppHeaderProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
6640
|
-
bordered?: boolean;
|
|
6641
|
-
sticky?: boolean;
|
|
6642
|
-
}
|
|
6643
|
-
declare function AppHeader({ className, sticky, bordered, children, ...props }: AppHeaderProps): react_jsx_runtime.JSX.Element;
|
|
6644
|
-
|
|
6645
|
-
type AppHeaderTitleProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6646
|
-
declare function AppHeaderTitle({ className, children, ...props }: AppHeaderTitleProps): react_jsx_runtime.JSX.Element;
|
|
6647
|
-
|
|
6648
|
-
type AppHeaderNavProps = React$1.HTMLAttributes<HTMLElement>;
|
|
6649
|
-
declare function AppHeaderNav({ className, children, ...props }: AppHeaderNavProps): react_jsx_runtime.JSX.Element;
|
|
6650
|
-
|
|
6651
|
-
type AppHeaderActionsProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6652
|
-
declare function AppHeaderActions({ className, children, ...props }: AppHeaderActionsProps): react_jsx_runtime.JSX.Element;
|
|
6653
|
-
|
|
6654
|
-
declare const appHeaderVariants: (props?: ({
|
|
6655
|
-
sticky?: boolean | null | undefined;
|
|
6656
|
-
bordered?: boolean | null | undefined;
|
|
6657
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
6658
|
-
|
|
6659
|
-
interface AppContentProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
6660
|
-
maxWidth?: "full" | "lg" | "md" | "sm" | "xl";
|
|
6661
|
-
padding?: "lg" | "md" | "none" | "sm";
|
|
6662
|
-
}
|
|
6663
|
-
declare function AppContent({ className, padding, maxWidth, children, ...props }: AppContentProps): react_jsx_runtime.JSX.Element;
|
|
6664
|
-
|
|
6665
|
-
declare const appContentVariants: (props?: ({
|
|
6666
|
-
padding?: "none" | "sm" | "lg" | "md" | null | undefined;
|
|
6667
|
-
maxWidth?: "sm" | "lg" | "xl" | "md" | "full" | null | undefined;
|
|
6668
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
6669
|
-
|
|
6670
|
-
interface PageHeaderProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
6671
|
-
actions?: React$1.ReactNode;
|
|
6672
|
-
backHref?: string;
|
|
6673
|
-
breadcrumbs?: React$1.ReactNode;
|
|
6674
|
-
description?: string;
|
|
6675
|
-
title: string;
|
|
6676
|
-
}
|
|
6677
|
-
declare function PageHeader({ className, title, description, actions, breadcrumbs, backHref, children, ...props }: PageHeaderProps): react_jsx_runtime.JSX.Element;
|
|
6678
|
-
|
|
6679
|
-
type PageContentProps = React$1.HTMLAttributes<HTMLDivElement>;
|
|
6680
|
-
declare function PageContent({ className, children, ...props }: PageContentProps): react_jsx_runtime.JSX.Element;
|
|
6681
|
-
|
|
6682
|
-
interface PageSectionProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
6683
|
-
description?: string;
|
|
6684
|
-
title?: string;
|
|
6685
|
-
}
|
|
6686
|
-
declare function PageSection({ className, title, description, children, ...props }: PageSectionProps): react_jsx_runtime.JSX.Element;
|
|
6687
|
-
|
|
6688
6589
|
/**
|
|
6689
6590
|
* Card variant styles
|
|
6690
6591
|
* Container component for grouping related content
|
|
@@ -9305,6 +9206,12 @@ declare const sidebarMenuButtonVariants: (props?: ({
|
|
|
9305
9206
|
variant?: "default" | "outline" | null | undefined;
|
|
9306
9207
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
9307
9208
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9209
|
+
/**
|
|
9210
|
+
* SidebarRailButton variant styles
|
|
9211
|
+
*/
|
|
9212
|
+
declare const sidebarRailButtonVariants: (props?: ({
|
|
9213
|
+
isActive?: boolean | null | undefined;
|
|
9214
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9308
9215
|
/**
|
|
9309
9216
|
* SidebarMenuAction variant styles
|
|
9310
9217
|
*/
|
|
@@ -9345,9 +9252,10 @@ type SidebarState = "collapsed" | "expanded";
|
|
|
9345
9252
|
*/
|
|
9346
9253
|
interface SidebarContextProps {
|
|
9347
9254
|
isMobile: boolean;
|
|
9255
|
+
mode?: "dual";
|
|
9348
9256
|
open: boolean;
|
|
9349
9257
|
openMobile: boolean;
|
|
9350
|
-
setOpen: (
|
|
9258
|
+
setOpen: (value: ((prev: boolean) => boolean) | boolean) => void;
|
|
9351
9259
|
setOpenMobile: (open: boolean) => void;
|
|
9352
9260
|
state: SidebarState;
|
|
9353
9261
|
toggleSidebar: () => void;
|
|
@@ -9357,6 +9265,8 @@ interface SidebarContextProps {
|
|
|
9357
9265
|
*/
|
|
9358
9266
|
interface SidebarProviderProps extends ComponentProps<"div"> {
|
|
9359
9267
|
defaultOpen?: boolean;
|
|
9268
|
+
/** Enable dual mode: icon rail (56px) + toggleable text panel (216px) */
|
|
9269
|
+
mode?: "dual";
|
|
9360
9270
|
onOpenChange?: (open: boolean) => void;
|
|
9361
9271
|
open?: boolean;
|
|
9362
9272
|
}
|
|
@@ -9484,6 +9394,23 @@ interface SidebarMenuSubButtonProps extends ComponentProps<"a"> {
|
|
|
9484
9394
|
isActive?: boolean;
|
|
9485
9395
|
size?: "md" | "sm";
|
|
9486
9396
|
}
|
|
9397
|
+
/**
|
|
9398
|
+
* SidebarRailContent props — Icon rail zone in dual mode (56px, always visible)
|
|
9399
|
+
*/
|
|
9400
|
+
interface SidebarRailContentProps extends ComponentProps<"div"> {
|
|
9401
|
+
}
|
|
9402
|
+
/**
|
|
9403
|
+
* SidebarRailButton props — Icon button for the sidebar rail (32×32)
|
|
9404
|
+
*/
|
|
9405
|
+
interface SidebarRailButtonProps extends ComponentProps<"button">, VariantProps<typeof sidebarRailButtonVariants> {
|
|
9406
|
+
/** Tooltip text shown on hover */
|
|
9407
|
+
tooltip?: string;
|
|
9408
|
+
}
|
|
9409
|
+
/**
|
|
9410
|
+
* SidebarPanelContent props — Text panel zone in dual mode (216px, toggleable)
|
|
9411
|
+
*/
|
|
9412
|
+
interface SidebarPanelContentProps extends ComponentProps<"div"> {
|
|
9413
|
+
}
|
|
9487
9414
|
|
|
9488
9415
|
/**
|
|
9489
9416
|
* useSidebar - Hook to access sidebar context.
|
|
@@ -9502,11 +9429,12 @@ declare function useSidebar(): SidebarContextProps;
|
|
|
9502
9429
|
* <SidebarInset>...</SidebarInset>
|
|
9503
9430
|
* </SidebarProvider>
|
|
9504
9431
|
*/
|
|
9505
|
-
declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: SidebarProviderProps): react_jsx_runtime.JSX.Element;
|
|
9432
|
+
declare function SidebarProvider({ defaultOpen, mode, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: SidebarProviderProps): react_jsx_runtime.JSX.Element;
|
|
9506
9433
|
/**
|
|
9507
9434
|
* Sidebar - The main sidebar component.
|
|
9508
9435
|
*
|
|
9509
9436
|
* Supports multiple variants and collapsible modes.
|
|
9437
|
+
* When `mode="dual"` is set on SidebarProvider, delegates to SidebarDualMode.
|
|
9510
9438
|
*/
|
|
9511
9439
|
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: SidebarProps): react_jsx_runtime.JSX.Element;
|
|
9512
9440
|
/**
|
|
@@ -9593,6 +9521,22 @@ declare function SidebarMenuSubItem({ className, ...props }: SidebarMenuSubItemP
|
|
|
9593
9521
|
* SidebarMenuSubButton - Interactive button within a submenu.
|
|
9594
9522
|
*/
|
|
9595
9523
|
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: SidebarMenuSubButtonProps): react_jsx_runtime.JSX.Element;
|
|
9524
|
+
/**
|
|
9525
|
+
* SidebarRailContent - Icon rail zone in dual mode (always visible, 3rem wide).
|
|
9526
|
+
*/
|
|
9527
|
+
declare function SidebarRailContent({ className, ...props }: SidebarRailContentProps): react_jsx_runtime.JSX.Element | null;
|
|
9528
|
+
/**
|
|
9529
|
+
* SidebarRailButton - Icon button for the sidebar rail (32×32).
|
|
9530
|
+
*
|
|
9531
|
+
* Supports active/inactive states with Figma-aligned sizing.
|
|
9532
|
+
*/
|
|
9533
|
+
declare function SidebarRailButton({ isActive, tooltip, className, ...props }: SidebarRailButtonProps): react_jsx_runtime.JSX.Element;
|
|
9534
|
+
/**
|
|
9535
|
+
* SidebarPanelContent - Text panel zone in dual mode (toggleable, 13.5rem wide).
|
|
9536
|
+
*
|
|
9537
|
+
* Collapses to width 0 when sidebar state is "collapsed".
|
|
9538
|
+
*/
|
|
9539
|
+
declare function SidebarPanelContent({ className, ...props }: SidebarPanelContentProps): react_jsx_runtime.JSX.Element;
|
|
9596
9540
|
|
|
9597
9541
|
/**
|
|
9598
9542
|
* SkipLink item definition
|
|
@@ -9688,6 +9632,106 @@ declare const skipLinksListItemVariants: (props?: ({
|
|
|
9688
9632
|
variant?: "default" | "primary" | null | undefined;
|
|
9689
9633
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9690
9634
|
|
|
9635
|
+
/**
|
|
9636
|
+
* Direction for SpeedDial action expansion
|
|
9637
|
+
*/
|
|
9638
|
+
type SpeedDialDirection = "down" | "down-left" | "down-right" | "left" | "right" | "up" | "up-left" | "up-right";
|
|
9639
|
+
/**
|
|
9640
|
+
* Individual action item for SpeedDial
|
|
9641
|
+
*/
|
|
9642
|
+
interface SpeedDialAction {
|
|
9643
|
+
/** Custom class name for the action button */
|
|
9644
|
+
className?: string;
|
|
9645
|
+
/** Whether the action is disabled */
|
|
9646
|
+
disabled?: boolean;
|
|
9647
|
+
/** Icon to display in the action button */
|
|
9648
|
+
icon: ReactNode;
|
|
9649
|
+
/** Unique identifier for the action */
|
|
9650
|
+
id: string;
|
|
9651
|
+
/** Label for tooltip and accessibility */
|
|
9652
|
+
label: string;
|
|
9653
|
+
/** Callback when action is clicked */
|
|
9654
|
+
onClick?: () => void;
|
|
9655
|
+
}
|
|
9656
|
+
/**
|
|
9657
|
+
* SpeedDial component props
|
|
9658
|
+
*/
|
|
9659
|
+
interface SpeedDialProps extends Omit<ComponentProps<"div">, "children"> {
|
|
9660
|
+
/** Array of action items to display */
|
|
9661
|
+
actions: SpeedDialAction[];
|
|
9662
|
+
/**
|
|
9663
|
+
* Accessible label for the main button
|
|
9664
|
+
* @default "Open actions menu"
|
|
9665
|
+
*/
|
|
9666
|
+
"aria-label"?: string;
|
|
9667
|
+
/**
|
|
9668
|
+
* Direction to expand the actions
|
|
9669
|
+
* @default "up"
|
|
9670
|
+
*/
|
|
9671
|
+
direction?: SpeedDialDirection;
|
|
9672
|
+
/**
|
|
9673
|
+
* Whether the SpeedDial is disabled
|
|
9674
|
+
* @default false
|
|
9675
|
+
*/
|
|
9676
|
+
disabled?: boolean;
|
|
9677
|
+
/**
|
|
9678
|
+
* Icon for the main FAB button (when closed)
|
|
9679
|
+
*/
|
|
9680
|
+
icon?: ReactNode;
|
|
9681
|
+
/**
|
|
9682
|
+
* Whether to show a mask/overlay when open
|
|
9683
|
+
* @default false
|
|
9684
|
+
*/
|
|
9685
|
+
mask?: boolean;
|
|
9686
|
+
/**
|
|
9687
|
+
* Callback when open state changes
|
|
9688
|
+
*/
|
|
9689
|
+
onOpenChange?: (open: boolean) => void;
|
|
9690
|
+
/**
|
|
9691
|
+
* Controlled open state
|
|
9692
|
+
*/
|
|
9693
|
+
open?: boolean;
|
|
9694
|
+
/**
|
|
9695
|
+
* Icon for the main FAB button when open (rotates by default)
|
|
9696
|
+
* @default Plus icon rotated 45deg
|
|
9697
|
+
*/
|
|
9698
|
+
openIcon?: ReactNode;
|
|
9699
|
+
/**
|
|
9700
|
+
* Whether to show action labels as visible text instead of tooltips
|
|
9701
|
+
* @default false
|
|
9702
|
+
*/
|
|
9703
|
+
showLabels?: boolean;
|
|
9704
|
+
/**
|
|
9705
|
+
* Size variant for the FAB and action buttons
|
|
9706
|
+
* @default "default"
|
|
9707
|
+
*/
|
|
9708
|
+
size?: "default" | "lg" | "sm";
|
|
9709
|
+
/**
|
|
9710
|
+
* Tooltip for the main FAB button
|
|
9711
|
+
*/
|
|
9712
|
+
tooltip?: string;
|
|
9713
|
+
}
|
|
9714
|
+
|
|
9715
|
+
/**
|
|
9716
|
+
* SpeedDial - A floating action button that expands to reveal multiple actions
|
|
9717
|
+
*
|
|
9718
|
+
* Inspired by PrimeVue's SpeedDial component. Provides quick access to
|
|
9719
|
+
* multiple related actions from a single FAB button.
|
|
9720
|
+
*
|
|
9721
|
+
* @example
|
|
9722
|
+
* ```tsx
|
|
9723
|
+
* <SpeedDial
|
|
9724
|
+
* actions={[
|
|
9725
|
+
* { id: "edit", icon: <Edit />, label: "Edit", onClick: handleEdit },
|
|
9726
|
+
* { id: "delete", icon: <Trash />, label: "Delete", onClick: handleDelete },
|
|
9727
|
+
* { id: "share", icon: <Share />, label: "Share", onClick: handleShare },
|
|
9728
|
+
* ]}
|
|
9729
|
+
* direction="up"
|
|
9730
|
+
* />
|
|
9731
|
+
* ```
|
|
9732
|
+
*/
|
|
9733
|
+
declare function SpeedDial({ actions, direction, icon, openIcon, open: controlledOpen, onOpenChange, disabled, size, tooltip, showLabels, mask, className, "aria-label": ariaLabel, ...props }: SpeedDialProps): react_jsx_runtime.JSX.Element;
|
|
9734
|
+
|
|
9691
9735
|
/**
|
|
9692
9736
|
* TabNavigation variant styles
|
|
9693
9737
|
*/
|
|
@@ -9697,9 +9741,13 @@ type TabNavigationVariant = "line" | "solid";
|
|
|
9697
9741
|
*/
|
|
9698
9742
|
interface TabNavigationProps extends React$1.HTMLAttributes<HTMLElement> {
|
|
9699
9743
|
/**
|
|
9700
|
-
*
|
|
9744
|
+
* Child TabNavigationLink elements
|
|
9701
9745
|
*/
|
|
9702
|
-
|
|
9746
|
+
children?: React$1.ReactNode;
|
|
9747
|
+
/**
|
|
9748
|
+
* Additional CSS classes
|
|
9749
|
+
*/
|
|
9750
|
+
className?: string;
|
|
9703
9751
|
/**
|
|
9704
9752
|
* Default active tab value (uncontrolled)
|
|
9705
9753
|
*/
|
|
@@ -9708,54 +9756,50 @@ interface TabNavigationProps extends React$1.HTMLAttributes<HTMLElement> {
|
|
|
9708
9756
|
* Callback when active tab changes
|
|
9709
9757
|
*/
|
|
9710
9758
|
onValueChange?: (value: string) => void;
|
|
9759
|
+
/**
|
|
9760
|
+
* The currently active tab value
|
|
9761
|
+
*/
|
|
9762
|
+
value?: string;
|
|
9711
9763
|
/**
|
|
9712
9764
|
* Visual style variant
|
|
9713
9765
|
* @default "line"
|
|
9714
9766
|
*/
|
|
9715
9767
|
variant?: TabNavigationVariant;
|
|
9716
|
-
/**
|
|
9717
|
-
* Additional CSS classes
|
|
9718
|
-
*/
|
|
9719
|
-
className?: string;
|
|
9720
|
-
/**
|
|
9721
|
-
* Child TabNavigationLink elements
|
|
9722
|
-
*/
|
|
9723
|
-
children?: React$1.ReactNode;
|
|
9724
9768
|
}
|
|
9725
9769
|
/**
|
|
9726
9770
|
* Props for TabNavigationLink
|
|
9727
9771
|
*/
|
|
9728
9772
|
interface TabNavigationLinkProps extends Omit<React$1.AnchorHTMLAttributes<HTMLAnchorElement>, "href"> {
|
|
9729
|
-
/**
|
|
9730
|
-
* Unique value for this tab
|
|
9731
|
-
*/
|
|
9732
|
-
value: string;
|
|
9733
|
-
/**
|
|
9734
|
-
* URL to navigate to
|
|
9735
|
-
*/
|
|
9736
|
-
href?: string;
|
|
9737
9773
|
/**
|
|
9738
9774
|
* Whether this link is currently active
|
|
9739
9775
|
* If not provided, will be determined by parent's value prop
|
|
9740
9776
|
*/
|
|
9741
9777
|
active?: boolean;
|
|
9742
9778
|
/**
|
|
9743
|
-
*
|
|
9779
|
+
* Link content
|
|
9744
9780
|
*/
|
|
9745
|
-
|
|
9781
|
+
children?: React$1.ReactNode;
|
|
9782
|
+
/**
|
|
9783
|
+
* Additional CSS classes
|
|
9784
|
+
*/
|
|
9785
|
+
className?: string;
|
|
9746
9786
|
/**
|
|
9747
9787
|
* Whether the link is disabled
|
|
9748
9788
|
* @default false
|
|
9749
9789
|
*/
|
|
9750
9790
|
disabled?: boolean;
|
|
9751
9791
|
/**
|
|
9752
|
-
*
|
|
9792
|
+
* URL to navigate to
|
|
9753
9793
|
*/
|
|
9754
|
-
|
|
9794
|
+
href?: string;
|
|
9755
9795
|
/**
|
|
9756
|
-
*
|
|
9796
|
+
* Icon to display before the label
|
|
9757
9797
|
*/
|
|
9758
|
-
|
|
9798
|
+
icon?: React$1.ReactNode;
|
|
9799
|
+
/**
|
|
9800
|
+
* Unique value for this tab
|
|
9801
|
+
*/
|
|
9802
|
+
value: string;
|
|
9759
9803
|
}
|
|
9760
9804
|
|
|
9761
9805
|
/**
|
|
@@ -10322,11 +10366,11 @@ interface AreaChartTooltipCallbackProps {
|
|
|
10322
10366
|
/** The category label (x-axis value) */
|
|
10323
10367
|
label?: string;
|
|
10324
10368
|
/** Array of series data in the tooltip */
|
|
10325
|
-
payload?:
|
|
10369
|
+
payload?: {
|
|
10326
10370
|
dataKey: string;
|
|
10327
|
-
value: number;
|
|
10328
10371
|
payload: Record<string, unknown>;
|
|
10329
|
-
|
|
10372
|
+
value: number;
|
|
10373
|
+
}[];
|
|
10330
10374
|
}
|
|
10331
10375
|
/**
|
|
10332
10376
|
* Configuration for a single series in the area chart
|
|
@@ -10357,14 +10401,14 @@ interface AreaChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
10357
10401
|
config: ChartConfig;
|
|
10358
10402
|
/** Connect data points through null/undefined values */
|
|
10359
10403
|
connectNulls?: boolean;
|
|
10360
|
-
/** Custom tooltip content (replaces default tooltip) */
|
|
10361
|
-
customTooltip?: ReactElement;
|
|
10362
|
-
/** Enable horizontal scroll/slider for legend with many items */
|
|
10363
|
-
enableLegendSlider?: boolean;
|
|
10364
10404
|
/** Curve type for the area line */
|
|
10365
10405
|
curveType?: AreaChartCurveType;
|
|
10406
|
+
/** Custom tooltip content (replaces default tooltip) */
|
|
10407
|
+
customTooltip?: ReactElement;
|
|
10366
10408
|
/** Data array for the chart */
|
|
10367
10409
|
data: Record<string, unknown>[];
|
|
10410
|
+
/** Enable horizontal scroll/slider for legend with many items */
|
|
10411
|
+
enableLegendSlider?: boolean;
|
|
10368
10412
|
/** Fill style: solid, gradient, or none (stroke only) */
|
|
10369
10413
|
fill?: AreaChartFill;
|
|
10370
10414
|
/** Default fill opacity for all series (0-1) */
|
|
@@ -10405,10 +10449,10 @@ interface AreaChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
10405
10449
|
tooltipIndicator?: AreaChartTooltipIndicator;
|
|
10406
10450
|
/** Visual variant */
|
|
10407
10451
|
variant?: AreaChartVariant;
|
|
10408
|
-
/** Label for X-axis */
|
|
10409
|
-
xAxisLabel?: string;
|
|
10410
10452
|
/** Key from data to use for X-axis */
|
|
10411
10453
|
xAxisKey: string;
|
|
10454
|
+
/** Label for X-axis */
|
|
10455
|
+
xAxisLabel?: string;
|
|
10412
10456
|
/** Custom X-axis tick formatter */
|
|
10413
10457
|
xAxisTickFormatter?: (value: unknown) => string;
|
|
10414
10458
|
/** Label for Y-axis */
|
|
@@ -10550,11 +10594,11 @@ interface BarChartTooltipCallbackProps {
|
|
|
10550
10594
|
/** The category label (categorical axis value) */
|
|
10551
10595
|
label?: string;
|
|
10552
10596
|
/** Array of series data in the tooltip */
|
|
10553
|
-
payload?:
|
|
10597
|
+
payload?: {
|
|
10554
10598
|
dataKey: string;
|
|
10555
|
-
value: number;
|
|
10556
10599
|
payload: Record<string, unknown>;
|
|
10557
|
-
|
|
10600
|
+
value: number;
|
|
10601
|
+
}[];
|
|
10558
10602
|
}
|
|
10559
10603
|
/**
|
|
10560
10604
|
* Configuration for a single series in the bar chart
|
|
@@ -10629,10 +10673,10 @@ interface BarChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
10629
10673
|
tooltipIndicator?: BarChartTooltipIndicator;
|
|
10630
10674
|
/** Visual variant */
|
|
10631
10675
|
variant?: BarChartVariant;
|
|
10632
|
-
/** Label for X-axis */
|
|
10633
|
-
xAxisLabel?: string;
|
|
10634
10676
|
/** Key from data to use for categorical axis (X-axis for vertical, Y-axis for horizontal) */
|
|
10635
10677
|
xAxisKey: string;
|
|
10678
|
+
/** Label for X-axis */
|
|
10679
|
+
xAxisLabel?: string;
|
|
10636
10680
|
/** Custom X-axis tick formatter */
|
|
10637
10681
|
xAxisTickFormatter?: (value: unknown) => string;
|
|
10638
10682
|
/** Label for Y-axis */
|
|
@@ -10683,14 +10727,14 @@ type BarListSortOrder = "ascending" | "descending" | "none";
|
|
|
10683
10727
|
* Individual bar data item
|
|
10684
10728
|
*/
|
|
10685
10729
|
interface BarListDataItem {
|
|
10730
|
+
/** Additional metadata for custom rendering */
|
|
10731
|
+
[key: string]: unknown;
|
|
10686
10732
|
/** Optional color override for this bar (CSS color) */
|
|
10687
10733
|
color?: string;
|
|
10688
10734
|
/** Optional href for making the item a link */
|
|
10689
10735
|
href?: string;
|
|
10690
10736
|
/** Optional icon to display before the name */
|
|
10691
10737
|
icon?: ReactNode;
|
|
10692
|
-
/** Additional metadata for custom rendering */
|
|
10693
|
-
[key: string]: unknown;
|
|
10694
10738
|
/** Display name for the bar */
|
|
10695
10739
|
name: string;
|
|
10696
10740
|
/** Link target (e.g., "_blank" for new tab) - only used when href is provided */
|
|
@@ -10976,12 +11020,12 @@ interface ComboChartTooltipCallbackProps {
|
|
|
10976
11020
|
/** The category label (x-axis value) */
|
|
10977
11021
|
label?: string;
|
|
10978
11022
|
/** Array of series data in the tooltip */
|
|
10979
|
-
payload?:
|
|
11023
|
+
payload?: {
|
|
10980
11024
|
dataKey: string;
|
|
10981
11025
|
payload: Record<string, unknown>;
|
|
10982
11026
|
seriesType: ComboChartSeriesType;
|
|
10983
11027
|
value: number;
|
|
10984
|
-
}
|
|
11028
|
+
}[];
|
|
10985
11029
|
}
|
|
10986
11030
|
/**
|
|
10987
11031
|
* Configuration for a bar series item
|
|
@@ -11037,10 +11081,10 @@ interface ComboChartBarSeries {
|
|
|
11037
11081
|
showYAxis?: boolean;
|
|
11038
11082
|
/** Variant for bars (default or stacked) */
|
|
11039
11083
|
variant?: ComboChartBarVariant;
|
|
11040
|
-
/** Custom Y-axis tick formatter */
|
|
11041
|
-
yAxisTickFormatter?: (value: unknown) => string;
|
|
11042
11084
|
/** Label for Y-axis */
|
|
11043
11085
|
yAxisLabel?: string;
|
|
11086
|
+
/** Custom Y-axis tick formatter */
|
|
11087
|
+
yAxisTickFormatter?: (value: unknown) => string;
|
|
11044
11088
|
/** Y-axis width in pixels */
|
|
11045
11089
|
yAxisWidth?: number;
|
|
11046
11090
|
}
|
|
@@ -11074,10 +11118,10 @@ interface ComboChartLineSeries {
|
|
|
11074
11118
|
showYAxis?: boolean;
|
|
11075
11119
|
/** Default stroke width for all line series */
|
|
11076
11120
|
strokeWidth?: number;
|
|
11077
|
-
/** Custom Y-axis tick formatter */
|
|
11078
|
-
yAxisTickFormatter?: (value: unknown) => string;
|
|
11079
11121
|
/** Label for Y-axis */
|
|
11080
11122
|
yAxisLabel?: string;
|
|
11123
|
+
/** Custom Y-axis tick formatter */
|
|
11124
|
+
yAxisTickFormatter?: (value: unknown) => string;
|
|
11081
11125
|
/** Y-axis width in pixels */
|
|
11082
11126
|
yAxisWidth?: number;
|
|
11083
11127
|
}
|
|
@@ -11127,10 +11171,10 @@ interface ComboChartProps extends Omit<ComponentPropsWithoutRef<"div">, "childre
|
|
|
11127
11171
|
tooltipCallback?: (props: ComboChartTooltipCallbackProps) => void;
|
|
11128
11172
|
/** Tooltip indicator style */
|
|
11129
11173
|
tooltipIndicator?: ComboChartTooltipIndicator;
|
|
11130
|
-
/** Label for X-axis */
|
|
11131
|
-
xAxisLabel?: string;
|
|
11132
11174
|
/** Key from data to use for X-axis */
|
|
11133
11175
|
xAxisKey: string;
|
|
11176
|
+
/** Label for X-axis */
|
|
11177
|
+
xAxisLabel?: string;
|
|
11134
11178
|
/** Custom X-axis tick formatter */
|
|
11135
11179
|
xAxisTickFormatter?: (value: unknown) => string;
|
|
11136
11180
|
}
|
|
@@ -11249,46 +11293,670 @@ interface ChartLegendContentProps extends React.ComponentProps<"div"> {
|
|
|
11249
11293
|
*/
|
|
11250
11294
|
type ChartLegendProps = RechartsPrimitive.LegendProps;
|
|
11251
11295
|
|
|
11296
|
+
/**
|
|
11297
|
+
* DashboardCard style variants using CVA
|
|
11298
|
+
*/
|
|
11299
|
+
declare const dashboardCardVariants: (props?: ({
|
|
11300
|
+
variant?: "default" | "outline" | "ghost" | "elevated" | null | undefined;
|
|
11301
|
+
size?: "sm" | "lg" | "md" | null | undefined;
|
|
11302
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
11303
|
+
declare const dashboardCardHeaderVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
11304
|
+
declare const dashboardCardTitleVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
11305
|
+
declare const dashboardCardValueVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
11306
|
+
declare const dashboardCardContentVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
11307
|
+
declare const dashboardCardFooterVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
11308
|
+
|
|
11309
|
+
/**
|
|
11310
|
+
* Props for DashboardCard root component
|
|
11311
|
+
*/
|
|
11312
|
+
interface DashboardCardProps extends React.ComponentProps<"div">, VariantProps<typeof dashboardCardVariants> {
|
|
11313
|
+
/** Optional badge text (e.g., change percentage) */
|
|
11314
|
+
badge?: React.ReactNode;
|
|
11315
|
+
/** Content to render in the card body */
|
|
11316
|
+
children?: React.ReactNode;
|
|
11317
|
+
/** Additional CSS classes */
|
|
11318
|
+
className?: string;
|
|
11319
|
+
/** CTA description text */
|
|
11320
|
+
ctaDescription?: string;
|
|
11321
|
+
/** CTA link URL */
|
|
11322
|
+
ctaLink?: string;
|
|
11323
|
+
/** CTA link text */
|
|
11324
|
+
ctaText?: string;
|
|
11325
|
+
/** Optional icon in the header */
|
|
11326
|
+
icon?: React.ReactNode;
|
|
11327
|
+
/** Loading state */
|
|
11328
|
+
loading?: boolean;
|
|
11329
|
+
/** Card title */
|
|
11330
|
+
title?: string;
|
|
11331
|
+
/** Main value display */
|
|
11332
|
+
value?: React.ReactNode;
|
|
11333
|
+
/** Description below the value */
|
|
11334
|
+
valueDescription?: React.ReactNode;
|
|
11335
|
+
}
|
|
11336
|
+
/**
|
|
11337
|
+
* Props for DashboardCard header section
|
|
11338
|
+
*/
|
|
11339
|
+
interface DashboardCardHeaderProps extends React.ComponentProps<"div"> {
|
|
11340
|
+
/** Additional CSS classes */
|
|
11341
|
+
className?: string;
|
|
11342
|
+
}
|
|
11343
|
+
/**
|
|
11344
|
+
* Props for DashboardCard title
|
|
11345
|
+
*/
|
|
11346
|
+
interface DashboardCardTitleProps extends React.ComponentProps<"h3"> {
|
|
11347
|
+
/** Additional CSS classes */
|
|
11348
|
+
className?: string;
|
|
11349
|
+
}
|
|
11350
|
+
/**
|
|
11351
|
+
* Props for DashboardCard value display
|
|
11352
|
+
*/
|
|
11353
|
+
interface DashboardCardValueProps extends React.ComponentProps<"div"> {
|
|
11354
|
+
/** Additional CSS classes */
|
|
11355
|
+
className?: string;
|
|
11356
|
+
}
|
|
11357
|
+
/**
|
|
11358
|
+
* Props for DashboardCard content area
|
|
11359
|
+
*/
|
|
11360
|
+
interface DashboardCardContentProps extends React.ComponentProps<"div"> {
|
|
11361
|
+
/** Additional CSS classes */
|
|
11362
|
+
className?: string;
|
|
11363
|
+
}
|
|
11364
|
+
/**
|
|
11365
|
+
* Props for DashboardCard footer (CTA area)
|
|
11366
|
+
*/
|
|
11367
|
+
interface DashboardCardFooterProps extends React.ComponentProps<"div"> {
|
|
11368
|
+
/** Additional CSS classes */
|
|
11369
|
+
className?: string;
|
|
11370
|
+
}
|
|
11371
|
+
|
|
11372
|
+
/**
|
|
11373
|
+
* DashboardCardHeader - Header section with title and optional badge/icon
|
|
11374
|
+
*/
|
|
11375
|
+
declare function DashboardCardHeader({ className, children, ...props }: DashboardCardHeaderProps): react_jsx_runtime.JSX.Element;
|
|
11376
|
+
/**
|
|
11377
|
+
* DashboardCardTitle - Title text for the card
|
|
11378
|
+
*/
|
|
11379
|
+
declare function DashboardCardTitle({ className, children, ...props }: DashboardCardTitleProps): react_jsx_runtime.JSX.Element;
|
|
11380
|
+
/**
|
|
11381
|
+
* DashboardCardValue - Main value display area
|
|
11382
|
+
*/
|
|
11383
|
+
declare function DashboardCardValue({ className, children, ...props }: DashboardCardValueProps): react_jsx_runtime.JSX.Element;
|
|
11384
|
+
/**
|
|
11385
|
+
* DashboardCardContent - Content area for charts, progress bars, etc.
|
|
11386
|
+
*/
|
|
11387
|
+
declare function DashboardCardContent({ className, children, ...props }: DashboardCardContentProps): react_jsx_runtime.JSX.Element;
|
|
11388
|
+
/**
|
|
11389
|
+
* DashboardCardFooter - Footer with optional CTA
|
|
11390
|
+
*/
|
|
11391
|
+
declare function DashboardCardFooter({ className, children, ...props }: DashboardCardFooterProps): react_jsx_runtime.JSX.Element;
|
|
11392
|
+
/**
|
|
11393
|
+
* DashboardCard - Card wrapper for dashboard widgets
|
|
11394
|
+
*
|
|
11395
|
+
* Displays KPIs, charts, progress bars, and other dashboard content
|
|
11396
|
+
* with a consistent structure: header, value, content, and footer.
|
|
11397
|
+
*
|
|
11398
|
+
* @example
|
|
11399
|
+
* ```tsx
|
|
11400
|
+
* // Simple usage
|
|
11401
|
+
* <DashboardCard
|
|
11402
|
+
* title="Revenue"
|
|
11403
|
+
* value="$45,231"
|
|
11404
|
+
* valueDescription="total this month"
|
|
11405
|
+
* badge={<Badge variant="success">+12%</Badge>}
|
|
11406
|
+
* >
|
|
11407
|
+
* <LineChart data={chartData} />
|
|
11408
|
+
* </DashboardCard>
|
|
11409
|
+
*
|
|
11410
|
+
* // Composable usage
|
|
11411
|
+
* <DashboardCard>
|
|
11412
|
+
* <DashboardCard.Header>
|
|
11413
|
+
* <DashboardCard.Title>Custom Title</DashboardCard.Title>
|
|
11414
|
+
* </DashboardCard.Header>
|
|
11415
|
+
* <DashboardCard.Value>$99,999</DashboardCard.Value>
|
|
11416
|
+
* <DashboardCard.Content>
|
|
11417
|
+
* <ProgressBar value={75} />
|
|
11418
|
+
* </DashboardCard.Content>
|
|
11419
|
+
* <DashboardCard.Footer>
|
|
11420
|
+
* <a href="/details">View details</a>
|
|
11421
|
+
* </DashboardCard.Footer>
|
|
11422
|
+
* </DashboardCard>
|
|
11423
|
+
* ```
|
|
11424
|
+
*/
|
|
11425
|
+
declare function DashboardCard({ title, badge, value, valueDescription, icon, ctaText, ctaLink, ctaDescription, loading, variant, size, className, children, ...props }: DashboardCardProps): react_jsx_runtime.JSX.Element;
|
|
11426
|
+
declare namespace DashboardCard {
|
|
11427
|
+
var Header: typeof DashboardCardHeader;
|
|
11428
|
+
var Title: typeof DashboardCardTitle;
|
|
11429
|
+
var Value: typeof DashboardCardValue;
|
|
11430
|
+
var Content: typeof DashboardCardContent;
|
|
11431
|
+
var Footer: typeof DashboardCardFooter;
|
|
11432
|
+
var displayName: string;
|
|
11433
|
+
}
|
|
11434
|
+
|
|
11435
|
+
/**
|
|
11436
|
+
* Filter operators for different field types
|
|
11437
|
+
*/
|
|
11438
|
+
type FilterOperator$1 = "after" | "before" | "between" | "contains" | "dateBetween" | "endsWith" | "equals" | "gt" | "gte" | "in" | "isEmpty" | "isNotEmpty" | "lt" | "lte" | "notContains" | "notEquals" | "notIn" | "startsWith";
|
|
11439
|
+
/**
|
|
11440
|
+
* A single filter condition
|
|
11441
|
+
*/
|
|
11442
|
+
interface FilterCondition {
|
|
11443
|
+
/** Column/field to filter on */
|
|
11444
|
+
column: string;
|
|
11445
|
+
/** Unique identifier for the condition */
|
|
11446
|
+
id: string;
|
|
11447
|
+
/** Comparison operator */
|
|
11448
|
+
operator: FilterOperator$1;
|
|
11449
|
+
/** Primary value for comparison */
|
|
11450
|
+
value: unknown;
|
|
11451
|
+
/** Secondary value for "between" operators */
|
|
11452
|
+
value2?: unknown;
|
|
11453
|
+
}
|
|
11454
|
+
/**
|
|
11455
|
+
* A group of filter conditions with AND/OR logic
|
|
11456
|
+
*/
|
|
11457
|
+
interface FilterGroup$1 {
|
|
11458
|
+
/** Conditions or nested groups */
|
|
11459
|
+
conditions: (FilterCondition | FilterGroup$1)[];
|
|
11460
|
+
/** Unique identifier for the group */
|
|
11461
|
+
id: string;
|
|
11462
|
+
/** Logical operator for combining conditions */
|
|
11463
|
+
logic: "AND" | "OR";
|
|
11464
|
+
}
|
|
11465
|
+
/**
|
|
11466
|
+
* A saved filter preset
|
|
11467
|
+
*/
|
|
11468
|
+
interface FilterPreset {
|
|
11469
|
+
/** The filter configuration */
|
|
11470
|
+
filter: FilterGroup$1;
|
|
11471
|
+
/** Unique identifier for the preset */
|
|
11472
|
+
id: string;
|
|
11473
|
+
/** Display name for the preset */
|
|
11474
|
+
name: string;
|
|
11475
|
+
}
|
|
11476
|
+
/**
|
|
11477
|
+
* Column configuration for the filter builder
|
|
11478
|
+
*/
|
|
11479
|
+
interface FilterBuilderColumn {
|
|
11480
|
+
/** Column identifier */
|
|
11481
|
+
id: string;
|
|
11482
|
+
/** Display label */
|
|
11483
|
+
label: string;
|
|
11484
|
+
/** Options for select type columns */
|
|
11485
|
+
options?: string[];
|
|
11486
|
+
/** Data type for operator selection */
|
|
11487
|
+
type: "date" | "number" | "select" | "text";
|
|
11488
|
+
}
|
|
11489
|
+
|
|
11490
|
+
/**
|
|
11491
|
+
* Parameters passed to cell edit callbacks
|
|
11492
|
+
*/
|
|
11493
|
+
interface CellEditParams<TData> {
|
|
11494
|
+
/** The column being edited */
|
|
11495
|
+
column: Column<TData>;
|
|
11496
|
+
/** The previous value before editing */
|
|
11497
|
+
oldValue: unknown;
|
|
11498
|
+
/** The row being edited */
|
|
11499
|
+
row: Row<TData>;
|
|
11500
|
+
/** The new value */
|
|
11501
|
+
value: unknown;
|
|
11502
|
+
}
|
|
11503
|
+
/**
|
|
11504
|
+
* Column meta configuration for inline editing
|
|
11505
|
+
* Add this to column definitions via the `meta` property
|
|
11506
|
+
*/
|
|
11507
|
+
interface EditableColumnMeta {
|
|
11508
|
+
/** Enable editing for this column */
|
|
11509
|
+
editable?: boolean;
|
|
11510
|
+
/** Options for select type (array of allowed values) */
|
|
11511
|
+
editOptions?: string[];
|
|
11512
|
+
/** Edit input type */
|
|
11513
|
+
editType?: "checkbox" | "date" | "number" | "select" | "text";
|
|
11514
|
+
/** Validation function - return error message or null if valid */
|
|
11515
|
+
validate?: (value: unknown, row: Row<unknown>) => null | string;
|
|
11516
|
+
}
|
|
11517
|
+
/**
|
|
11518
|
+
* Type guard for EditableColumnMeta
|
|
11519
|
+
*/
|
|
11520
|
+
declare function isEditableColumnMeta(meta: unknown): meta is EditableColumnMeta;
|
|
11521
|
+
/**
|
|
11522
|
+
* Column meta for row/column spanning configuration
|
|
11523
|
+
* Add to column definitions via `meta` property alongside EditableColumnMeta
|
|
11524
|
+
*/
|
|
11525
|
+
interface SpanColumnMeta {
|
|
11526
|
+
/** Function returning colSpan for a given row (default 1) */
|
|
11527
|
+
colSpan?: (row: Row<unknown>) => number;
|
|
11528
|
+
/** Function returning rowSpan for a given row (default 1) */
|
|
11529
|
+
rowSpan?: (row: Row<unknown>) => number;
|
|
11530
|
+
}
|
|
11531
|
+
/**
|
|
11532
|
+
* Type guard for SpanColumnMeta
|
|
11533
|
+
*/
|
|
11534
|
+
declare function isSpanColumnMeta(meta: unknown): meta is SpanColumnMeta;
|
|
11535
|
+
/**
|
|
11536
|
+
* Available export formats
|
|
11537
|
+
*/
|
|
11538
|
+
type ExportFormat$1 = "csv" | "excel" | "pdf";
|
|
11539
|
+
/**
|
|
11540
|
+
* Custom keyboard shortcuts configuration
|
|
11541
|
+
*/
|
|
11542
|
+
interface KeyboardShortcuts {
|
|
11543
|
+
/** Key to copy cell (default: 'Ctrl+C') */
|
|
11544
|
+
copy?: string;
|
|
11545
|
+
/** Key to delete row (default: 'Delete') */
|
|
11546
|
+
delete?: string;
|
|
11547
|
+
/** Key to trigger edit mode (default: 'Enter' or 'F2') */
|
|
11548
|
+
edit?: string;
|
|
11549
|
+
/** Key to select row (default: 'Space') */
|
|
11550
|
+
select?: string;
|
|
11551
|
+
}
|
|
11552
|
+
/**
|
|
11553
|
+
* Focused cell position
|
|
11554
|
+
*/
|
|
11555
|
+
interface FocusedCell {
|
|
11556
|
+
col: number;
|
|
11557
|
+
row: number;
|
|
11558
|
+
}
|
|
11559
|
+
/**
|
|
11560
|
+
* Export configuration options
|
|
11561
|
+
*/
|
|
11562
|
+
interface ExportOptions {
|
|
11563
|
+
/** Custom filename (without extension) */
|
|
11564
|
+
filename?: string;
|
|
11565
|
+
/** Include column headers in export @default true */
|
|
11566
|
+
includeHeaders?: boolean;
|
|
11567
|
+
/** Only export filtered/selected rows @default false */
|
|
11568
|
+
onlyFilteredRows?: boolean;
|
|
11569
|
+
/** Only export visible columns @default true */
|
|
11570
|
+
onlyVisibleColumns?: boolean;
|
|
11571
|
+
}
|
|
11252
11572
|
/**
|
|
11253
11573
|
* DataTable component props
|
|
11254
11574
|
* Advanced table with sorting, filtering, pagination, selection
|
|
11255
11575
|
* Built on TanStack Table (React Table v8)
|
|
11256
11576
|
*/
|
|
11257
11577
|
interface DataTableProps<TData> {
|
|
11578
|
+
/**
|
|
11579
|
+
* Advanced filter state (controlled)
|
|
11580
|
+
* Use with enableAdvancedFilter for visual filter building
|
|
11581
|
+
*/
|
|
11582
|
+
advancedFilter?: FilterGroup$1;
|
|
11583
|
+
/**
|
|
11584
|
+
* Column definitions for the advanced filter builder
|
|
11585
|
+
* Maps table columns to filter types (text, number, date, select)
|
|
11586
|
+
*/
|
|
11587
|
+
advancedFilterColumns?: FilterBuilderColumn[];
|
|
11588
|
+
/**
|
|
11589
|
+
* Bulk action buttons shown when rows are selected
|
|
11590
|
+
* Each action has a label, optional icon, and onClick handler
|
|
11591
|
+
*/
|
|
11592
|
+
bulkActions?: {
|
|
11593
|
+
icon?: ReactNode;
|
|
11594
|
+
label: string;
|
|
11595
|
+
onClick: (rows: TData[]) => void;
|
|
11596
|
+
variant?: "default" | "destructive" | "ghost" | "outline" | "secondary";
|
|
11597
|
+
}[];
|
|
11598
|
+
/** Custom cell className (function receives cell column and row) */
|
|
11599
|
+
cellClassName?: (columnId: string, row: Row<TData>) => string;
|
|
11258
11600
|
/** Additional CSS classes */
|
|
11259
11601
|
className?: string;
|
|
11260
11602
|
/** Column filters state (controlled) */
|
|
11261
11603
|
columnFilters?: ColumnFiltersState;
|
|
11604
|
+
/**
|
|
11605
|
+
* Controlled column order state
|
|
11606
|
+
* Array of column IDs defining display order
|
|
11607
|
+
*/
|
|
11608
|
+
columnOrder?: ColumnOrderState;
|
|
11609
|
+
/**
|
|
11610
|
+
* Controlled column pinning state
|
|
11611
|
+
*/
|
|
11612
|
+
columnPinning?: ColumnPinningState;
|
|
11613
|
+
/**
|
|
11614
|
+
* Column resize mode
|
|
11615
|
+
* - "onChange": resize while dragging (real-time)
|
|
11616
|
+
* - "onEnd": resize only when drag ends (better performance)
|
|
11617
|
+
* @default "onChange"
|
|
11618
|
+
*/
|
|
11619
|
+
columnResizeMode?: "onChange" | "onEnd";
|
|
11262
11620
|
/** Column definitions (required) */
|
|
11263
11621
|
columns: ColumnDef<TData>[];
|
|
11622
|
+
/**
|
|
11623
|
+
* Controlled column sizing state
|
|
11624
|
+
*/
|
|
11625
|
+
columnSizing?: ColumnSizingState;
|
|
11264
11626
|
/** Column visibility state (controlled) */
|
|
11265
11627
|
columnVisibility?: VisibilityState;
|
|
11628
|
+
/**
|
|
11629
|
+
* Context menu items for right-click on rows/cells
|
|
11630
|
+
* Each item receives the row data and optional cell column id
|
|
11631
|
+
*/
|
|
11632
|
+
contextMenuItems?: {
|
|
11633
|
+
icon?: ReactNode;
|
|
11634
|
+
label: string;
|
|
11635
|
+
onClick: (row: TData, columnId?: string) => void;
|
|
11636
|
+
separator?: boolean;
|
|
11637
|
+
variant?: "default" | "destructive";
|
|
11638
|
+
}[];
|
|
11266
11639
|
/** Array of data to display (required) */
|
|
11267
11640
|
data: TData[];
|
|
11641
|
+
/**
|
|
11642
|
+
* Table row density
|
|
11643
|
+
* Controls vertical padding on cells
|
|
11644
|
+
* @default "default"
|
|
11645
|
+
*/
|
|
11646
|
+
density?: "comfortable" | "compact" | "default";
|
|
11647
|
+
/**
|
|
11648
|
+
* Edit trigger mode
|
|
11649
|
+
* - "click": Single click to enter edit mode
|
|
11650
|
+
* - "dblclick": Double click to enter edit mode
|
|
11651
|
+
* @default "dblclick"
|
|
11652
|
+
*/
|
|
11653
|
+
editTrigger?: "click" | "dblclick";
|
|
11268
11654
|
/** Content to display when data is empty */
|
|
11269
11655
|
emptyState?: ReactNode;
|
|
11656
|
+
/**
|
|
11657
|
+
* Enable advanced filter builder UI
|
|
11658
|
+
* Shows a visual interface for building complex AND/OR filter conditions
|
|
11659
|
+
* @default false
|
|
11660
|
+
*/
|
|
11661
|
+
enableAdvancedFilter?: boolean;
|
|
11662
|
+
/**
|
|
11663
|
+
* Enable batch editing for selected cell ranges
|
|
11664
|
+
* Applies the same value to all selected cells at once
|
|
11665
|
+
* @default false
|
|
11666
|
+
*/
|
|
11667
|
+
enableBatchEditing?: boolean;
|
|
11668
|
+
/**
|
|
11669
|
+
* Enable multi-cell range selection (click+drag or Shift+click)
|
|
11670
|
+
* Cells can be selected as a rectangular range with mouse or keyboard
|
|
11671
|
+
* @default false
|
|
11672
|
+
*/
|
|
11673
|
+
enableCellSelection?: boolean;
|
|
11674
|
+
/**
|
|
11675
|
+
* Enable clipboard copy (Ctrl/Cmd+C copies focused cell or selected rows)
|
|
11676
|
+
* @default false
|
|
11677
|
+
*/
|
|
11678
|
+
enableClipboard?: boolean;
|
|
11679
|
+
/**
|
|
11680
|
+
* Enable auto-sizing all columns on mount or data change
|
|
11681
|
+
* Measures max content width and adjusts column sizes automatically
|
|
11682
|
+
* @default false
|
|
11683
|
+
*/
|
|
11684
|
+
enableColumnAutoSize?: boolean;
|
|
11270
11685
|
/** Enable column filters */
|
|
11271
11686
|
enableColumnFilters?: boolean;
|
|
11687
|
+
/**
|
|
11688
|
+
* Enable column menu (right-click or icon on header hover)
|
|
11689
|
+
* Shows contextual actions: sort, pin, auto-size, filter, hide
|
|
11690
|
+
* @default false
|
|
11691
|
+
*/
|
|
11692
|
+
enableColumnMenu?: boolean;
|
|
11693
|
+
/**
|
|
11694
|
+
* Enable drag-and-drop column reordering
|
|
11695
|
+
* Users can drag column headers to rearrange them
|
|
11696
|
+
* @default false
|
|
11697
|
+
*/
|
|
11698
|
+
enableColumnOrdering?: boolean;
|
|
11699
|
+
/**
|
|
11700
|
+
* Enable column pinning
|
|
11701
|
+
* @default false
|
|
11702
|
+
*/
|
|
11703
|
+
enableColumnPinning?: boolean;
|
|
11704
|
+
/**
|
|
11705
|
+
* Enable column resizing by dragging borders
|
|
11706
|
+
* @default false
|
|
11707
|
+
*/
|
|
11708
|
+
enableColumnResizing?: boolean;
|
|
11709
|
+
/**
|
|
11710
|
+
* Enable column virtualization for wide tables with many columns
|
|
11711
|
+
* Only renders visible columns plus overscan for smooth scrolling
|
|
11712
|
+
* @default false
|
|
11713
|
+
*/
|
|
11714
|
+
enableColumnVirtualization?: boolean;
|
|
11272
11715
|
/** Enable column visibility toggle */
|
|
11273
11716
|
enableColumnVisibility?: boolean;
|
|
11717
|
+
/**
|
|
11718
|
+
* Enable density toggle in toolbar
|
|
11719
|
+
* @default false
|
|
11720
|
+
*/
|
|
11721
|
+
enableDensityToggle?: boolean;
|
|
11722
|
+
/**
|
|
11723
|
+
* Enable inline cell editing
|
|
11724
|
+
* Cells with editable column meta will become editable
|
|
11725
|
+
* @default false
|
|
11726
|
+
*/
|
|
11727
|
+
enableEditing?: boolean;
|
|
11728
|
+
/**
|
|
11729
|
+
* Enable export functionality
|
|
11730
|
+
* @default false
|
|
11731
|
+
*/
|
|
11732
|
+
enableExport?: boolean;
|
|
11733
|
+
/**
|
|
11734
|
+
* Enable drag-to-fill handle on selected cells
|
|
11735
|
+
* A small handle appears at the bottom-right of the selection for dragging values
|
|
11736
|
+
* @default false
|
|
11737
|
+
*/
|
|
11738
|
+
enableFillHandle?: boolean;
|
|
11739
|
+
/**
|
|
11740
|
+
* Enable filter chips (removable tags showing active filters)
|
|
11741
|
+
* Shows active filter chips below the toolbar with a "Clear all" option
|
|
11742
|
+
* @default false
|
|
11743
|
+
*/
|
|
11744
|
+
enableFilterChips?: boolean;
|
|
11274
11745
|
/** Enable global filtering */
|
|
11275
11746
|
enableFiltering?: boolean;
|
|
11747
|
+
/**
|
|
11748
|
+
* Enable in-table find bar (Ctrl/Cmd+F)
|
|
11749
|
+
* Shows a search bar that highlights and navigates matching cells
|
|
11750
|
+
* @default false
|
|
11751
|
+
*/
|
|
11752
|
+
enableFind?: boolean;
|
|
11753
|
+
/**
|
|
11754
|
+
* Enable row grouping by column values
|
|
11755
|
+
* Rows with the same value will be grouped under a collapsible header
|
|
11756
|
+
* @default false
|
|
11757
|
+
*/
|
|
11758
|
+
enableGrouping?: boolean;
|
|
11759
|
+
/**
|
|
11760
|
+
* Enable infinite scroll / load more
|
|
11761
|
+
* When enabled, a sentinel element at the bottom of the table body triggers
|
|
11762
|
+
* loading more data via IntersectionObserver as the user scrolls near it.
|
|
11763
|
+
* Typically used with enableVirtualization and without pagination.
|
|
11764
|
+
* @default false
|
|
11765
|
+
*/
|
|
11766
|
+
enableInfiniteScroll?: boolean;
|
|
11767
|
+
/**
|
|
11768
|
+
* Enable keyboard navigation between cells
|
|
11769
|
+
* Implements ARIA grid pattern for accessibility
|
|
11770
|
+
* @default false
|
|
11771
|
+
*/
|
|
11772
|
+
enableKeyboardNavigation?: boolean;
|
|
11773
|
+
/**
|
|
11774
|
+
* Enable multi-column sorting (hold Shift to add sort columns)
|
|
11775
|
+
* @default false
|
|
11776
|
+
*/
|
|
11777
|
+
enableMultiSort?: boolean;
|
|
11276
11778
|
/** Enable pagination controls */
|
|
11277
11779
|
enablePagination?: boolean;
|
|
11780
|
+
/**
|
|
11781
|
+
* Enable clipboard paste (Ctrl/Cmd+V pastes TSV/CSV data starting from focused cell)
|
|
11782
|
+
* @default false
|
|
11783
|
+
*/
|
|
11784
|
+
enablePaste?: boolean;
|
|
11785
|
+
/**
|
|
11786
|
+
* Enable print button in toolbar
|
|
11787
|
+
* Adds a print button that triggers window.print() with print-optimized styles
|
|
11788
|
+
* @default false
|
|
11789
|
+
*/
|
|
11790
|
+
enablePrint?: boolean;
|
|
11791
|
+
/**
|
|
11792
|
+
* Enable responsive card view below a breakpoint
|
|
11793
|
+
* Switches from table layout to card layout on smaller screens
|
|
11794
|
+
* @default false
|
|
11795
|
+
*/
|
|
11796
|
+
enableResponsive?: boolean;
|
|
11797
|
+
/**
|
|
11798
|
+
* Enable row animation on sort/filter changes
|
|
11799
|
+
* Uses CSS view-transition-name for smooth row transitions
|
|
11800
|
+
* @default false
|
|
11801
|
+
*/
|
|
11802
|
+
enableRowAnimation?: boolean;
|
|
11803
|
+
/**
|
|
11804
|
+
* Enable row/column spanning (colSpan/rowSpan) via column meta
|
|
11805
|
+
* Configure via column meta: `meta: { colSpan: (row) => number, rowSpan: (row) => number }`
|
|
11806
|
+
* @default false
|
|
11807
|
+
*/
|
|
11808
|
+
enableRowColumnSpanning?: boolean;
|
|
11809
|
+
/**
|
|
11810
|
+
* Enable full-row editing mode
|
|
11811
|
+
* When enabled, an entire row enters edit mode at once (all editable columns become inputs).
|
|
11812
|
+
* Changes are applied or discarded as a batch via Save/Cancel row actions.
|
|
11813
|
+
* @default false
|
|
11814
|
+
*/
|
|
11815
|
+
enableRowEditing?: boolean;
|
|
11816
|
+
/**
|
|
11817
|
+
* Enable automatic row numbering column
|
|
11818
|
+
* Prepends a "#" column showing sequential row numbers based on visible/filtered order
|
|
11819
|
+
* @default false
|
|
11820
|
+
*/
|
|
11821
|
+
enableRowNumbers?: boolean;
|
|
11822
|
+
/**
|
|
11823
|
+
* Enable row pinning (pin rows to top or bottom)
|
|
11824
|
+
* @default false
|
|
11825
|
+
*/
|
|
11826
|
+
enableRowPinning?: boolean;
|
|
11827
|
+
/**
|
|
11828
|
+
* Enable drag-and-drop row reordering
|
|
11829
|
+
* @default false
|
|
11830
|
+
*/
|
|
11831
|
+
enableRowReordering?: boolean;
|
|
11278
11832
|
/** Enable row selection with checkboxes */
|
|
11279
11833
|
enableRowSelection?: boolean;
|
|
11280
11834
|
/** Enable search input */
|
|
11281
11835
|
enableSearch?: boolean;
|
|
11836
|
+
/**
|
|
11837
|
+
* Enable search text highlighting in cells
|
|
11838
|
+
* Wraps matching text with <mark> elements
|
|
11839
|
+
* @default false
|
|
11840
|
+
*/
|
|
11841
|
+
enableSearchHighlight?: boolean;
|
|
11842
|
+
/**
|
|
11843
|
+
* Enable side panel for table tools
|
|
11844
|
+
* @default false
|
|
11845
|
+
*/
|
|
11846
|
+
enableSidePanel?: boolean;
|
|
11282
11847
|
/** Enable sorting on columns */
|
|
11283
11848
|
enableSorting?: boolean;
|
|
11849
|
+
/**
|
|
11850
|
+
* Enable status bar at the bottom of the table
|
|
11851
|
+
* Shows row count, filtered count, selected count, and custom items
|
|
11852
|
+
* @default false
|
|
11853
|
+
*/
|
|
11854
|
+
enableStatusBar?: boolean;
|
|
11855
|
+
/**
|
|
11856
|
+
* Enable sticky header that stays visible when scrolling
|
|
11857
|
+
* Requires maxHeight to be set for the table container
|
|
11858
|
+
* @default false
|
|
11859
|
+
*/
|
|
11860
|
+
enableStickyHeader?: boolean;
|
|
11861
|
+
/**
|
|
11862
|
+
* Enable row striping (alternating row backgrounds)
|
|
11863
|
+
* @default false
|
|
11864
|
+
*/
|
|
11865
|
+
enableStriping?: boolean;
|
|
11866
|
+
/**
|
|
11867
|
+
* Enable trailing "add new" row at the bottom of the table
|
|
11868
|
+
* Shows a row with a "+" button for inline record creation
|
|
11869
|
+
* @default false
|
|
11870
|
+
*/
|
|
11871
|
+
enableTrailingRow?: boolean;
|
|
11872
|
+
/**
|
|
11873
|
+
* Enable hierarchical tree data display
|
|
11874
|
+
* Rows with children (defined via getSubRows) are rendered as expandable tree nodes
|
|
11875
|
+
* @default false
|
|
11876
|
+
*/
|
|
11877
|
+
enableTreeData?: boolean;
|
|
11878
|
+
/**
|
|
11879
|
+
* Enable undo/redo for cell edits (Ctrl+Z / Ctrl+Shift+Z)
|
|
11880
|
+
* @default false
|
|
11881
|
+
*/
|
|
11882
|
+
enableUndoRedo?: boolean;
|
|
11883
|
+
/**
|
|
11884
|
+
* Enable URL-based state persistence (sync sort, filter, page to URL params)
|
|
11885
|
+
* @default false
|
|
11886
|
+
*/
|
|
11887
|
+
enableUrlState?: boolean;
|
|
11888
|
+
/**
|
|
11889
|
+
* Enable row virtualization for large datasets
|
|
11890
|
+
* When enabled, only visible rows are rendered using TanStack Virtual.
|
|
11891
|
+
* Pagination is typically disabled when virtualization is on (show all rows, scroll).
|
|
11892
|
+
* Requires maxHeight to be set for the scroll container.
|
|
11893
|
+
* @default false
|
|
11894
|
+
*/
|
|
11895
|
+
enableVirtualization?: boolean;
|
|
11896
|
+
/** Whether the table is in an error state */
|
|
11897
|
+
error?: boolean;
|
|
11898
|
+
/** Custom content to display when in error state */
|
|
11899
|
+
errorState?: ReactNode;
|
|
11900
|
+
/**
|
|
11901
|
+
* Estimated row height in pixels for virtual scrolling
|
|
11902
|
+
* Used by the virtualizer to calculate scroll area size
|
|
11903
|
+
* @default 35
|
|
11904
|
+
*/
|
|
11905
|
+
estimateRowHeight?: number;
|
|
11284
11906
|
/** Expanded state (controlled) */
|
|
11285
11907
|
expanded?: ExpandedState;
|
|
11908
|
+
/**
|
|
11909
|
+
* Default export filename
|
|
11910
|
+
* @default "export"
|
|
11911
|
+
*/
|
|
11912
|
+
exportFilename?: (() => string) | string;
|
|
11913
|
+
/**
|
|
11914
|
+
* Available export formats
|
|
11915
|
+
* @default ['csv']
|
|
11916
|
+
*/
|
|
11917
|
+
exportFormats?: ExportFormat$1[];
|
|
11918
|
+
/**
|
|
11919
|
+
* Saved filter presets for the advanced filter builder
|
|
11920
|
+
*/
|
|
11921
|
+
filterPresets?: FilterPreset[];
|
|
11286
11922
|
/** Function to determine if row can expand */
|
|
11287
11923
|
getRowCanExpand?: (row: Row<TData>) => boolean;
|
|
11924
|
+
/**
|
|
11925
|
+
* Function to extract child rows from a parent row
|
|
11926
|
+
* Used with enableTreeData to define the parent-child hierarchy
|
|
11927
|
+
*/
|
|
11928
|
+
getSubRows?: (row: TData) => TData[] | undefined;
|
|
11288
11929
|
/** Global filter value (controlled) */
|
|
11289
11930
|
globalFilter?: string;
|
|
11931
|
+
/** Grouping state (controlled) */
|
|
11932
|
+
grouping?: GroupingState;
|
|
11933
|
+
/**
|
|
11934
|
+
* Whether there are more items to load
|
|
11935
|
+
* Used with enableInfiniteScroll to signal when all data has been fetched
|
|
11936
|
+
*/
|
|
11937
|
+
hasNextPage?: boolean;
|
|
11938
|
+
/** Initial column filters state (uncontrolled) */
|
|
11939
|
+
initialColumnFilters?: ColumnFiltersState;
|
|
11940
|
+
/**
|
|
11941
|
+
* Initial column pinning (uncontrolled)
|
|
11942
|
+
*/
|
|
11943
|
+
initialColumnPinning?: ColumnPinningState;
|
|
11944
|
+
/** Initial global filter value (uncontrolled) */
|
|
11945
|
+
initialGlobalFilter?: string;
|
|
11946
|
+
/** Initial pagination state (uncontrolled) */
|
|
11947
|
+
initialPagination?: PaginationState;
|
|
11290
11948
|
/** Initial sorting state */
|
|
11291
11949
|
initialSorting?: SortingState;
|
|
11950
|
+
/**
|
|
11951
|
+
* Whether data is currently being fetched for infinite scroll
|
|
11952
|
+
* Prevents duplicate load requests while a fetch is in progress
|
|
11953
|
+
*/
|
|
11954
|
+
isFetching?: boolean;
|
|
11955
|
+
/**
|
|
11956
|
+
* Custom keyboard shortcuts
|
|
11957
|
+
* Only used when enableKeyboardNavigation is true
|
|
11958
|
+
*/
|
|
11959
|
+
keyboardShortcuts?: KeyboardShortcuts;
|
|
11292
11960
|
/** Show loading state */
|
|
11293
11961
|
loading?: boolean;
|
|
11294
11962
|
/** Loading component to render */
|
|
@@ -11299,24 +11967,168 @@ interface DataTableProps<TData> {
|
|
|
11299
11967
|
manualPagination?: boolean;
|
|
11300
11968
|
/** Enable manual (server-side) sorting */
|
|
11301
11969
|
manualSorting?: boolean;
|
|
11970
|
+
/**
|
|
11971
|
+
* Maximum height of the table container
|
|
11972
|
+
* Required when enableStickyHeader is true
|
|
11973
|
+
* @example "400px" or "60vh" or 500
|
|
11974
|
+
*/
|
|
11975
|
+
maxHeight?: number | string;
|
|
11976
|
+
/**
|
|
11977
|
+
* Maximum number of columns that can be sorted simultaneously
|
|
11978
|
+
* Only applies when enableMultiSort is true
|
|
11979
|
+
*/
|
|
11980
|
+
maxMultiSortColCount?: number;
|
|
11981
|
+
/**
|
|
11982
|
+
* Callback when a new row is added via the trailing row
|
|
11983
|
+
* Receives the values entered by the user
|
|
11984
|
+
*/
|
|
11985
|
+
onAddRow?: (values: Record<string, unknown>) => void;
|
|
11986
|
+
/** Callback when advanced filter changes */
|
|
11987
|
+
onAdvancedFilterChange?: (filter: FilterGroup$1) => void;
|
|
11988
|
+
/**
|
|
11989
|
+
* Callback when cell edit is submitted
|
|
11990
|
+
* Return false to reject the edit (keeps edit mode open)
|
|
11991
|
+
* Return true to accept the edit (closes edit mode)
|
|
11992
|
+
*/
|
|
11993
|
+
onCellEdit?: (params: CellEditParams<TData>) => boolean | Promise<boolean>;
|
|
11994
|
+
/**
|
|
11995
|
+
* Callback when cell edit is cancelled (via Escape key)
|
|
11996
|
+
*/
|
|
11997
|
+
onCellEditCancel?: (params: Omit<CellEditParams<TData>, "value">) => void;
|
|
11998
|
+
/** Callback when a fill handle drag completes */
|
|
11999
|
+
onCellFill?: (params: {
|
|
12000
|
+
direction: "down" | "right";
|
|
12001
|
+
sourceCell: {
|
|
12002
|
+
col: number;
|
|
12003
|
+
row: number;
|
|
12004
|
+
};
|
|
12005
|
+
targetRange: {
|
|
12006
|
+
endCol: number;
|
|
12007
|
+
endRow: number;
|
|
12008
|
+
startCol: number;
|
|
12009
|
+
startRow: number;
|
|
12010
|
+
};
|
|
12011
|
+
}) => void;
|
|
12012
|
+
/**
|
|
12013
|
+
* Callback when cell is focused via keyboard navigation
|
|
12014
|
+
* Only called when enableKeyboardNavigation is true
|
|
12015
|
+
*/
|
|
12016
|
+
onCellFocus?: (rowIndex: number, columnId: string) => void;
|
|
12017
|
+
/**
|
|
12018
|
+
* Callback when cell range selection changes
|
|
12019
|
+
* Receives an array of selected cell coordinates
|
|
12020
|
+
* Only called when enableCellSelection is true
|
|
12021
|
+
*/
|
|
12022
|
+
onCellSelectionChange?: (cells: {
|
|
12023
|
+
colIndex: number;
|
|
12024
|
+
rowIndex: number;
|
|
12025
|
+
}[]) => void;
|
|
11302
12026
|
/** Callback for column filters change */
|
|
11303
12027
|
onColumnFiltersChange?: OnChangeFn<ColumnFiltersState>;
|
|
12028
|
+
/**
|
|
12029
|
+
* Callback when column order changes
|
|
12030
|
+
*/
|
|
12031
|
+
onColumnOrderChange?: OnChangeFn<ColumnOrderState>;
|
|
12032
|
+
/**
|
|
12033
|
+
* Callback when column pinning changes
|
|
12034
|
+
*/
|
|
12035
|
+
onColumnPinningChange?: OnChangeFn<ColumnPinningState>;
|
|
12036
|
+
/**
|
|
12037
|
+
* Callback when column sizes change
|
|
12038
|
+
*/
|
|
12039
|
+
onColumnSizingChange?: OnChangeFn<ColumnSizingState>;
|
|
11304
12040
|
/** Callback for column visibility change */
|
|
11305
12041
|
onColumnVisibilityChange?: OnChangeFn<VisibilityState>;
|
|
12042
|
+
/** Callback to delete a filter preset */
|
|
12043
|
+
onDeleteFilterPreset?: (presetId: string) => void;
|
|
12044
|
+
/** Callback when density changes */
|
|
12045
|
+
onDensityChange?: (density: "comfortable" | "compact" | "default") => void;
|
|
11306
12046
|
/** Callback for expanded state change */
|
|
11307
12047
|
onExpandedChange?: OnChangeFn<ExpandedState>;
|
|
12048
|
+
/**
|
|
12049
|
+
* Custom export handler (overrides default)
|
|
12050
|
+
*/
|
|
12051
|
+
onExport?: (format: ExportFormat$1, data: TData[], options: ExportOptions) => void;
|
|
11308
12052
|
/** Callback for global filter change */
|
|
11309
12053
|
onGlobalFilterChange?: (value: string) => void;
|
|
12054
|
+
/** Callback for grouping change */
|
|
12055
|
+
onGroupingChange?: OnChangeFn<GroupingState>;
|
|
12056
|
+
/**
|
|
12057
|
+
* Callback to load more data when scrolling near the bottom
|
|
12058
|
+
* Only called when enableInfiniteScroll is true
|
|
12059
|
+
*/
|
|
12060
|
+
onLoadMore?: () => void;
|
|
11310
12061
|
/** Callback for pagination change */
|
|
11311
12062
|
onPaginationChange?: OnChangeFn<PaginationState>;
|
|
12063
|
+
/**
|
|
12064
|
+
* Callback when data is pasted from clipboard
|
|
12065
|
+
* Receives mapped cell coordinates and values
|
|
12066
|
+
*/
|
|
12067
|
+
onPaste?: (params: {
|
|
12068
|
+
cells: {
|
|
12069
|
+
columnId: string;
|
|
12070
|
+
rowIndex: number;
|
|
12071
|
+
value: string;
|
|
12072
|
+
}[];
|
|
12073
|
+
}) => void;
|
|
11312
12074
|
/** Callback when row is clicked */
|
|
11313
12075
|
onRowClick?: (row: TData) => void;
|
|
12076
|
+
/**
|
|
12077
|
+
* Callback when full-row edit is submitted
|
|
12078
|
+
* Return false to reject the edit (keeps row in edit mode)
|
|
12079
|
+
* Return true to accept the edit (exits edit mode)
|
|
12080
|
+
* Only called when enableRowEditing is true
|
|
12081
|
+
*/
|
|
12082
|
+
onRowEdit?: (params: {
|
|
12083
|
+
oldValues: Record<string, unknown>;
|
|
12084
|
+
row: Row<TData>;
|
|
12085
|
+
values: Record<string, unknown>;
|
|
12086
|
+
}) => boolean | Promise<boolean>;
|
|
12087
|
+
/**
|
|
12088
|
+
* Callback when full-row edit is cancelled
|
|
12089
|
+
* Only called when enableRowEditing is true
|
|
12090
|
+
*/
|
|
12091
|
+
onRowEditCancel?: (params: {
|
|
12092
|
+
row: Row<TData>;
|
|
12093
|
+
}) => void;
|
|
12094
|
+
/**
|
|
12095
|
+
* Callback when row pinning changes
|
|
12096
|
+
*/
|
|
12097
|
+
onRowPinningChange?: OnChangeFn<RowPinningState>;
|
|
12098
|
+
/**
|
|
12099
|
+
* Callback when rows are reordered via drag and drop
|
|
12100
|
+
* Receives the old and new index of the dragged row
|
|
12101
|
+
*/
|
|
12102
|
+
onRowReorder?: (oldIndex: number, newIndex: number) => void;
|
|
11314
12103
|
/** Callback for row selection change */
|
|
11315
12104
|
onRowSelectionChange?: OnChangeFn<RowSelectionState>;
|
|
12105
|
+
/** Callback to save a filter preset */
|
|
12106
|
+
onSaveFilterPreset?: (preset: FilterPreset) => void;
|
|
11316
12107
|
/** Callback when selection changes */
|
|
11317
12108
|
onSelectionChange?: (rows: TData[]) => void;
|
|
12109
|
+
/**
|
|
12110
|
+
* Callback when side panel open state changes
|
|
12111
|
+
* Only used when enableSidePanel is true
|
|
12112
|
+
*/
|
|
12113
|
+
onSidePanelOpenChange?: (open: boolean) => void;
|
|
11318
12114
|
/** Callback for sorting change */
|
|
11319
12115
|
onSortingChange?: OnChangeFn<SortingState>;
|
|
12116
|
+
/**
|
|
12117
|
+
* Callback when undo/redo applies a cell edit
|
|
12118
|
+
* Receives the affected cell info and direction
|
|
12119
|
+
* Only called when enableUndoRedo is true
|
|
12120
|
+
*/
|
|
12121
|
+
onUndoRedo?: (entry: {
|
|
12122
|
+
columnId: string;
|
|
12123
|
+
rowId: string;
|
|
12124
|
+
value: unknown;
|
|
12125
|
+
}, direction: "redo" | "undo") => void;
|
|
12126
|
+
/**
|
|
12127
|
+
* Number of rows to render outside the visible area for virtualization
|
|
12128
|
+
* Higher values reduce blank flashes during fast scrolling
|
|
12129
|
+
* @default 5
|
|
12130
|
+
*/
|
|
12131
|
+
overscan?: number;
|
|
11320
12132
|
/** Total page count (for server-side pagination) */
|
|
11321
12133
|
pageCount?: number;
|
|
11322
12134
|
/** Number of items per page */
|
|
@@ -11325,6 +12137,16 @@ interface DataTableProps<TData> {
|
|
|
11325
12137
|
pageSizeOptions?: number[];
|
|
11326
12138
|
/** Pagination state (controlled) */
|
|
11327
12139
|
pagination?: PaginationState;
|
|
12140
|
+
/**
|
|
12141
|
+
* Key for persisting table state to storage
|
|
12142
|
+
* When set, sorting, pageSize, visibility, sizing, pinning, density, and filters are persisted
|
|
12143
|
+
*/
|
|
12144
|
+
persistenceKey?: string;
|
|
12145
|
+
/**
|
|
12146
|
+
* Storage mechanism for state persistence
|
|
12147
|
+
* @default localStorage
|
|
12148
|
+
*/
|
|
12149
|
+
persistenceStorage?: Storage;
|
|
11328
12150
|
/** Render function for column filter */
|
|
11329
12151
|
renderColumnFilter?: (props: {
|
|
11330
12152
|
column: Column<TData>;
|
|
@@ -11334,16 +12156,58 @@ interface DataTableProps<TData> {
|
|
|
11334
12156
|
renderSubComponent?: (props: {
|
|
11335
12157
|
row: Row<TData>;
|
|
11336
12158
|
}) => ReactNode;
|
|
11337
|
-
/**
|
|
11338
|
-
|
|
12159
|
+
/**
|
|
12160
|
+
* Breakpoint (in px) below which responsive card view activates
|
|
12161
|
+
* Only used when enableResponsive is true
|
|
12162
|
+
* @default 768
|
|
12163
|
+
*/
|
|
12164
|
+
responsiveBreakpoint?: number;
|
|
12165
|
+
/** Custom row className (string or function) */
|
|
12166
|
+
rowClassName?: ((row: Row<TData>) => string) | string;
|
|
12167
|
+
/**
|
|
12168
|
+
* Row pinning state (controlled)
|
|
12169
|
+
*/
|
|
12170
|
+
rowPinning?: RowPinningState;
|
|
11339
12171
|
/** Row selection state (controlled) */
|
|
11340
12172
|
rowSelection?: RowSelectionState;
|
|
11341
12173
|
/** Search input placeholder */
|
|
11342
12174
|
searchPlaceholder?: string;
|
|
11343
12175
|
/** Show footer row */
|
|
11344
12176
|
showFooter?: boolean;
|
|
12177
|
+
/**
|
|
12178
|
+
* Content to render inside the side panel
|
|
12179
|
+
* Only used when enableSidePanel is true
|
|
12180
|
+
*/
|
|
12181
|
+
sidePanelContent?: ReactNode;
|
|
12182
|
+
/**
|
|
12183
|
+
* Controlled open state for the side panel
|
|
12184
|
+
* When provided, the component becomes controlled
|
|
12185
|
+
* Only used when enableSidePanel is true
|
|
12186
|
+
*/
|
|
12187
|
+
sidePanelOpen?: boolean;
|
|
11345
12188
|
/** Sorting state (controlled) */
|
|
11346
12189
|
sorting?: SortingState;
|
|
12190
|
+
/**
|
|
12191
|
+
* Custom status bar items to display alongside default counts
|
|
12192
|
+
* Each item has a label and a value function that receives the table instance
|
|
12193
|
+
*/
|
|
12194
|
+
statusBarItems?: {
|
|
12195
|
+
id: string;
|
|
12196
|
+
label: string;
|
|
12197
|
+
value: (table: Table$1<TData>) => ReactNode;
|
|
12198
|
+
}[];
|
|
12199
|
+
/**
|
|
12200
|
+
* Number of tree levels to auto-expand on mount
|
|
12201
|
+
* Only used when enableTreeData is true
|
|
12202
|
+
* @default 1
|
|
12203
|
+
*/
|
|
12204
|
+
treeExpandDepth?: number;
|
|
12205
|
+
/**
|
|
12206
|
+
* Prefix for URL state parameters
|
|
12207
|
+
* Only used when enableUrlState is true
|
|
12208
|
+
* @default "dt_"
|
|
12209
|
+
*/
|
|
12210
|
+
urlStatePrefix?: string;
|
|
11347
12211
|
}
|
|
11348
12212
|
/**
|
|
11349
12213
|
* DataTable pagination info
|
|
@@ -11359,7 +12223,7 @@ interface DataTablePaginationInfo {
|
|
|
11359
12223
|
/**
|
|
11360
12224
|
* DataTable column filter variant
|
|
11361
12225
|
*/
|
|
11362
|
-
type DataTableFilterVariant = "range" | "select" | "text";
|
|
12226
|
+
type DataTableFilterVariant = "faceted" | "range" | "select" | "text";
|
|
11363
12227
|
/**
|
|
11364
12228
|
* Column filter meta information
|
|
11365
12229
|
*/
|
|
@@ -11395,7 +12259,78 @@ interface DataTableColumnMeta {
|
|
|
11395
12259
|
* }
|
|
11396
12260
|
* ```
|
|
11397
12261
|
*/
|
|
11398
|
-
declare function DataTable<TData>(
|
|
12262
|
+
declare function DataTable<TData>(props: DataTableProps<TData>): react_jsx_runtime.JSX.Element;
|
|
12263
|
+
|
|
12264
|
+
/**
|
|
12265
|
+
* Convert table data to CSV string
|
|
12266
|
+
* @param table - TanStack Table instance
|
|
12267
|
+
* @param options - Export options
|
|
12268
|
+
* @returns CSV string
|
|
12269
|
+
*/
|
|
12270
|
+
declare function tableToCSV<TData>(table: Table$1<TData>, options?: ExportOptions): string;
|
|
12271
|
+
/**
|
|
12272
|
+
* Download a string as a file
|
|
12273
|
+
* @param content - File content
|
|
12274
|
+
* @param filename - Filename with extension
|
|
12275
|
+
* @param mimeType - MIME type for the file
|
|
12276
|
+
*/
|
|
12277
|
+
declare function downloadFile(content: string, filename: string, mimeType: string): void;
|
|
12278
|
+
/**
|
|
12279
|
+
* Export table data to CSV and trigger download
|
|
12280
|
+
* @param table - TanStack Table instance
|
|
12281
|
+
* @param filename - Filename without extension
|
|
12282
|
+
* @param options - Export options
|
|
12283
|
+
*/
|
|
12284
|
+
declare function exportToCSV<TData>(table: Table$1<TData>, filename?: string, options?: ExportOptions): void;
|
|
12285
|
+
/**
|
|
12286
|
+
* Export table data to PDF and trigger download.
|
|
12287
|
+
* The jspdf and jspdf-autotable libraries are dynamically imported to avoid adding them to the main bundle.
|
|
12288
|
+
* @param table - TanStack Table instance
|
|
12289
|
+
* @param filename - Filename without extension
|
|
12290
|
+
* @param options - Export options
|
|
12291
|
+
*/
|
|
12292
|
+
declare function exportToPDF<TData>(table: Table$1<TData>, filename?: string, options?: ExportOptions): Promise<void>;
|
|
12293
|
+
/**
|
|
12294
|
+
* Export table data to Excel (.xlsx) and trigger download.
|
|
12295
|
+
* The xlsx library is dynamically imported to avoid adding it to the main bundle.
|
|
12296
|
+
* @param table - TanStack Table instance
|
|
12297
|
+
* @param filename - Filename without extension
|
|
12298
|
+
* @param options - Export options
|
|
12299
|
+
*/
|
|
12300
|
+
declare function exportToExcel<TData>(table: Table$1<TData>, filename?: string, options?: ExportOptions): Promise<void>;
|
|
12301
|
+
|
|
12302
|
+
interface DataTableProgressCellProps {
|
|
12303
|
+
className?: string;
|
|
12304
|
+
max?: number;
|
|
12305
|
+
value: number;
|
|
12306
|
+
}
|
|
12307
|
+
declare function DataTableProgressCell({ className, max, value, }: DataTableProgressCellProps): react_jsx_runtime.JSX.Element;
|
|
12308
|
+
interface DataTableRatingCellProps {
|
|
12309
|
+
className?: string;
|
|
12310
|
+
max?: number;
|
|
12311
|
+
value: number;
|
|
12312
|
+
}
|
|
12313
|
+
declare function DataTableRatingCell({ className, max, value, }: DataTableRatingCellProps): react_jsx_runtime.JSX.Element;
|
|
12314
|
+
interface DataTableCurrencyCellProps {
|
|
12315
|
+
className?: string;
|
|
12316
|
+
currency?: string;
|
|
12317
|
+
locale?: string;
|
|
12318
|
+
value: number;
|
|
12319
|
+
}
|
|
12320
|
+
declare function DataTableCurrencyCell({ className, currency, locale, value, }: DataTableCurrencyCellProps): react_jsx_runtime.JSX.Element;
|
|
12321
|
+
interface DataTableBooleanCellProps {
|
|
12322
|
+
className?: string;
|
|
12323
|
+
value: boolean;
|
|
12324
|
+
}
|
|
12325
|
+
declare function DataTableBooleanCell({ className, value, }: DataTableBooleanCellProps): react_jsx_runtime.JSX.Element;
|
|
12326
|
+
interface DataTableDateCellProps {
|
|
12327
|
+
className?: string;
|
|
12328
|
+
format?: "date" | "datetime" | "relative" | "time";
|
|
12329
|
+
/** Reference time for relative format (defaults to mount time) */
|
|
12330
|
+
now?: number;
|
|
12331
|
+
value: Date | string;
|
|
12332
|
+
}
|
|
12333
|
+
declare function DataTableDateCell({ className, format, now, value, }: DataTableDateCellProps): react_jsx_runtime.JSX.Element;
|
|
11399
12334
|
|
|
11400
12335
|
/**
|
|
11401
12336
|
* Size variants for delta bar
|
|
@@ -11675,11 +12610,11 @@ type FunnelChartLabelPosition = "center" | "inside" | "left" | "outside" | "righ
|
|
|
11675
12610
|
interface FunnelChartTooltipCallbackProps {
|
|
11676
12611
|
active: boolean;
|
|
11677
12612
|
name?: string;
|
|
11678
|
-
payload?:
|
|
12613
|
+
payload?: {
|
|
11679
12614
|
name: string;
|
|
11680
|
-
value: number;
|
|
11681
12615
|
payload: FunnelChartDataItem;
|
|
11682
|
-
|
|
12616
|
+
value: number;
|
|
12617
|
+
}[];
|
|
11683
12618
|
}
|
|
11684
12619
|
/**
|
|
11685
12620
|
* Individual funnel data item
|
|
@@ -12319,11 +13254,11 @@ interface LineChartTooltipCallbackProps {
|
|
|
12319
13254
|
/** The category label (x-axis value) */
|
|
12320
13255
|
label?: string;
|
|
12321
13256
|
/** Array of series data in the tooltip */
|
|
12322
|
-
payload?:
|
|
13257
|
+
payload?: {
|
|
12323
13258
|
dataKey: string;
|
|
12324
|
-
value: number;
|
|
12325
13259
|
payload: Record<string, unknown>;
|
|
12326
|
-
|
|
13260
|
+
value: number;
|
|
13261
|
+
}[];
|
|
12327
13262
|
}
|
|
12328
13263
|
/**
|
|
12329
13264
|
* Configuration for a single series in the line chart
|
|
@@ -12369,19 +13304,19 @@ interface LineChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
12369
13304
|
config: ChartConfig;
|
|
12370
13305
|
/** Connect data points through null/undefined values */
|
|
12371
13306
|
connectNulls?: boolean;
|
|
12372
|
-
/** Custom tooltip content (replaces default tooltip) */
|
|
12373
|
-
customTooltip?: ReactElement;
|
|
12374
13307
|
/** Curve type for the line */
|
|
12375
13308
|
curveType?: LineChartCurveType;
|
|
13309
|
+
/** Custom tooltip content (replaces default tooltip) */
|
|
13310
|
+
customTooltip?: ReactElement;
|
|
12376
13311
|
/** Data array for the chart */
|
|
12377
13312
|
data: Record<string, unknown>[];
|
|
12378
|
-
/** Enable horizontal scroll/slider for legend with many items */
|
|
12379
|
-
enableLegendSlider?: boolean;
|
|
12380
13313
|
/** Dot configuration or false to disable (default for all series) */
|
|
12381
13314
|
dot?: boolean | {
|
|
12382
13315
|
fill?: string;
|
|
12383
13316
|
r?: number;
|
|
12384
13317
|
};
|
|
13318
|
+
/** Enable horizontal scroll/slider for legend with many items */
|
|
13319
|
+
enableLegendSlider?: boolean;
|
|
12385
13320
|
/** Grid stroke dash array (e.g., "3 3") */
|
|
12386
13321
|
gridDashArray?: string;
|
|
12387
13322
|
/** X-axis interval type for tick display */
|
|
@@ -12418,10 +13353,10 @@ interface LineChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
12418
13353
|
tooltipIndicator?: LineChartTooltipIndicator;
|
|
12419
13354
|
/** Visual variant (default, dashed, dotted) */
|
|
12420
13355
|
variant?: LineChartVariant;
|
|
12421
|
-
/** Label for X-axis */
|
|
12422
|
-
xAxisLabel?: string;
|
|
12423
13356
|
/** Key from data to use for X-axis */
|
|
12424
13357
|
xAxisKey: string;
|
|
13358
|
+
/** Label for X-axis */
|
|
13359
|
+
xAxisLabel?: string;
|
|
12425
13360
|
/** Custom X-axis tick formatter */
|
|
12426
13361
|
xAxisTickFormatter?: (value: unknown) => string;
|
|
12427
13362
|
/** Label for Y-axis */
|
|
@@ -12623,11 +13558,11 @@ interface PieChartTooltipCallbackProps {
|
|
|
12623
13558
|
/** The name of the slice */
|
|
12624
13559
|
name?: string;
|
|
12625
13560
|
/** Array of data in the tooltip */
|
|
12626
|
-
payload?:
|
|
13561
|
+
payload?: {
|
|
12627
13562
|
name: string;
|
|
12628
|
-
value: number;
|
|
12629
13563
|
payload: PieChartDataItem;
|
|
12630
|
-
|
|
13564
|
+
value: number;
|
|
13565
|
+
}[];
|
|
12631
13566
|
}
|
|
12632
13567
|
/**
|
|
12633
13568
|
* Data item for the pie chart
|
|
@@ -12695,10 +13630,10 @@ interface PieChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
12695
13630
|
customTooltip?: ReactElement;
|
|
12696
13631
|
/** Data array for the chart */
|
|
12697
13632
|
data: PieChartDataItem[];
|
|
12698
|
-
/** Enable horizontal scroll/slider for legend with many items */
|
|
12699
|
-
enableLegendSlider?: boolean;
|
|
12700
13633
|
/** Key from data to use for values */
|
|
12701
13634
|
dataKey?: string;
|
|
13635
|
+
/** Enable horizontal scroll/slider for legend with many items */
|
|
13636
|
+
enableLegendSlider?: boolean;
|
|
12702
13637
|
/** End angle in degrees (default: 360, use 0 for semi) */
|
|
12703
13638
|
endAngle?: number;
|
|
12704
13639
|
/** Inner radius (0 for pie, >0 for donut) */
|
|
@@ -13120,7 +14055,7 @@ type SparklineFill = "gradient" | "none" | "solid";
|
|
|
13120
14055
|
/**
|
|
13121
14056
|
* Single data point for multi-series sparkline
|
|
13122
14057
|
*/
|
|
13123
|
-
type SparklineDataPoint = Record<string,
|
|
14058
|
+
type SparklineDataPoint = Record<string, null | number>;
|
|
13124
14059
|
/**
|
|
13125
14060
|
* Data format - either simple array or multi-series records
|
|
13126
14061
|
*/
|
|
@@ -13266,7 +14201,7 @@ declare namespace Sparkline {
|
|
|
13266
14201
|
var displayName: string;
|
|
13267
14202
|
}
|
|
13268
14203
|
|
|
13269
|
-
declare function Table({ className, ...props }: React$1.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
|
|
14204
|
+
declare function Table({ className, ref, ...props }: React$1.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
|
|
13270
14205
|
declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">): react_jsx_runtime.JSX.Element;
|
|
13271
14206
|
declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">): react_jsx_runtime.JSX.Element;
|
|
13272
14207
|
declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">): react_jsx_runtime.JSX.Element;
|
|
@@ -14742,7 +15677,7 @@ interface ToastPromiseOptions<T> {
|
|
|
14742
15677
|
success: ((data: T) => string) | string;
|
|
14743
15678
|
}
|
|
14744
15679
|
|
|
14745
|
-
declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
|
|
15680
|
+
declare const Toaster: ({ theme, ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
|
|
14746
15681
|
|
|
14747
15682
|
/**
|
|
14748
15683
|
* AssetManager root container variants
|
|
@@ -17192,7 +18127,7 @@ declare const portalContainerVariants: (props?: ({
|
|
|
17192
18127
|
* Used for backdrop/overlay styling when portaling modal content
|
|
17193
18128
|
*/
|
|
17194
18129
|
declare const portalOverlayVariants: (props?: ({
|
|
17195
|
-
variant?: "
|
|
18130
|
+
variant?: "solid" | "transparent" | "dark" | "light" | null | undefined;
|
|
17196
18131
|
visible?: boolean | null | undefined;
|
|
17197
18132
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
17198
18133
|
/**
|
|
@@ -17204,7 +18139,7 @@ declare const portalContentVariants: (props?: ({
|
|
|
17204
18139
|
padding?: "none" | "sm" | "lg" | "md" | null | undefined;
|
|
17205
18140
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
17206
18141
|
|
|
17207
|
-
interface RichTextEditorProps {
|
|
18142
|
+
interface RichTextEditorProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "content" | "onBlur" | "onChange" | "onFocus"> {
|
|
17208
18143
|
/** ARIA label for accessibility */
|
|
17209
18144
|
"aria-label"?: string;
|
|
17210
18145
|
/** Auto focus behavior */
|
|
@@ -17237,6 +18172,10 @@ interface RichTextEditorProps {
|
|
|
17237
18172
|
}) => void;
|
|
17238
18173
|
/** Placeholder text when editor is empty */
|
|
17239
18174
|
placeholder?: string;
|
|
18175
|
+
/** Optional callback used to request an image URL from the user */
|
|
18176
|
+
promptForImage?: () => null | string;
|
|
18177
|
+
/** Optional callback used to request a link URL from the user */
|
|
18178
|
+
promptForLink?: (previousUrl?: string) => null | string;
|
|
17240
18179
|
/** Whether to show bubble menu on selection */
|
|
17241
18180
|
showBubbleMenu?: boolean;
|
|
17242
18181
|
/** Whether to show floating menu on empty lines */
|
|
@@ -17267,12 +18206,18 @@ interface RichTextToolbarProps {
|
|
|
17267
18206
|
className?: string;
|
|
17268
18207
|
/** The Tiptap editor instance */
|
|
17269
18208
|
editor: Editor | null;
|
|
18209
|
+
/** Optional callback used to request an image URL from the user */
|
|
18210
|
+
promptForImage?: () => null | string;
|
|
18211
|
+
/** Optional callback used to request a link URL from the user */
|
|
18212
|
+
promptForLink?: (previousUrl?: string) => null | string;
|
|
17270
18213
|
}
|
|
17271
18214
|
interface RichTextBubbleMenuProps {
|
|
17272
18215
|
/** Additional CSS class names */
|
|
17273
18216
|
className?: string;
|
|
17274
18217
|
/** The Tiptap editor instance */
|
|
17275
18218
|
editor: Editor | null;
|
|
18219
|
+
/** Optional callback used to request a link URL from the user */
|
|
18220
|
+
promptForLink?: (previousUrl?: string) => null | string;
|
|
17276
18221
|
}
|
|
17277
18222
|
interface RichTextFloatingMenuProps {
|
|
17278
18223
|
/** Additional CSS class names */
|
|
@@ -17281,10 +18226,10 @@ interface RichTextFloatingMenuProps {
|
|
|
17281
18226
|
editor: Editor | null;
|
|
17282
18227
|
}
|
|
17283
18228
|
|
|
17284
|
-
declare function RichTextToolbar({ className, editor }: RichTextToolbarProps): react_jsx_runtime.JSX.Element | null;
|
|
17285
|
-
declare function RichTextBubbleMenuContent({ className, editor }: RichTextBubbleMenuProps): react_jsx_runtime.JSX.Element | null;
|
|
18229
|
+
declare function RichTextToolbar({ className, editor, promptForImage, promptForLink, }: RichTextToolbarProps): react_jsx_runtime.JSX.Element | null;
|
|
18230
|
+
declare function RichTextBubbleMenuContent({ className, editor, promptForLink, }: RichTextBubbleMenuProps): react_jsx_runtime.JSX.Element | null;
|
|
17286
18231
|
declare function RichTextFloatingMenuContent({ className, editor }: RichTextFloatingMenuProps): react_jsx_runtime.JSX.Element | null;
|
|
17287
|
-
declare function RichTextEditor({ "aria-label": ariaLabel, autofocus, className, content, defaultContent, editable, extensions, onBlur, onChange, onFocus, onUpdate, placeholder, ref, showBubbleMenu, showFloatingMenu, showToolbar, toolbarPosition, }: RichTextEditorProps & {
|
|
18232
|
+
declare function RichTextEditor({ "aria-label": ariaLabel, autofocus, className, content, defaultContent, editable, extensions, onBlur, onChange, onFocus, onUpdate, placeholder, promptForImage, promptForLink, ref, showBubbleMenu, showFloatingMenu, showToolbar, toolbarPosition, ...props }: RichTextEditorProps & {
|
|
17288
18233
|
ref?: React$1.Ref<RichTextEditorRef>;
|
|
17289
18234
|
}): react_jsx_runtime.JSX.Element;
|
|
17290
18235
|
|
|
@@ -18780,6 +19725,8 @@ interface CommentSystemProps extends Omit<React.ComponentProps<"div">, "children
|
|
|
18780
19725
|
allowReplies?: boolean;
|
|
18781
19726
|
/** Array of comments to display */
|
|
18782
19727
|
comments: Comment[];
|
|
19728
|
+
/** Optional confirmation handler before deleting a comment */
|
|
19729
|
+
confirmDelete?: (comment: Comment) => boolean;
|
|
18783
19730
|
/** Currently logged in user (required for posting) */
|
|
18784
19731
|
currentUser?: CommentUser;
|
|
18785
19732
|
/** Error state message */
|
|
@@ -18825,6 +19772,8 @@ interface CommentItemProps extends Omit<React.ComponentProps<"article">, "childr
|
|
|
18825
19772
|
allowReplies?: boolean;
|
|
18826
19773
|
/** The comment to display */
|
|
18827
19774
|
comment: Comment;
|
|
19775
|
+
/** Optional confirmation handler before deleting a comment */
|
|
19776
|
+
confirmDelete?: (comment: Comment) => boolean;
|
|
18828
19777
|
/** Current user for permission checks */
|
|
18829
19778
|
currentUser?: CommentUser;
|
|
18830
19779
|
/** Current depth in thread */
|
|
@@ -18904,7 +19853,7 @@ declare function CommentReactions({ commentId, reactions, availableReactions, re
|
|
|
18904
19853
|
/**
|
|
18905
19854
|
* CommentItem component renders a single comment
|
|
18906
19855
|
*/
|
|
18907
|
-
declare function CommentItem({ comment, currentUser, depth, maxDepth, layout, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, reactions, mentionableUsers, readOnly, onReply, onEdit, onDelete, onReact, className, ...props }: CommentItemProps): react_jsx_runtime.JSX.Element;
|
|
19856
|
+
declare function CommentItem({ comment, confirmDelete, currentUser, depth, maxDepth, layout, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, reactions, mentionableUsers, readOnly, onReply, onEdit, onDelete, onReact, className, ...props }: CommentItemProps): react_jsx_runtime.JSX.Element;
|
|
18908
19857
|
/**
|
|
18909
19858
|
* CommentSystem displays and manages a complete comment system
|
|
18910
19859
|
* with threading, mentions, reactions, and moderation support.
|
|
@@ -18927,7 +19876,7 @@ declare function CommentItem({ comment, currentUser, depth, maxDepth, layout, al
|
|
|
18927
19876
|
* />
|
|
18928
19877
|
* ```
|
|
18929
19878
|
*/
|
|
18930
|
-
declare function CommentSystem({ comments, variant, layout, currentUser, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, allowAttachments, maxDepth, mentionableUsers, reactions, placeholder, readOnly, isLoading, error, onSubmit, onEdit, onDelete, onReact, onMention, onLoadMore, className, "aria-label": ariaLabel, ...props }: CommentSystemProps): react_jsx_runtime.JSX.Element;
|
|
19879
|
+
declare function CommentSystem({ comments, variant, layout, confirmDelete, currentUser, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, allowAttachments, maxDepth, mentionableUsers, reactions, placeholder, readOnly, isLoading, error, onSubmit, onEdit, onDelete, onReact, onMention, onLoadMore, className, "aria-label": ariaLabel, ...props }: CommentSystemProps): react_jsx_runtime.JSX.Element;
|
|
18931
19880
|
|
|
18932
19881
|
/**
|
|
18933
19882
|
* Dashboard container variants
|
|
@@ -21245,6 +22194,6 @@ declare function getColorClassName(color: ChartColor, type: ColorUtility): strin
|
|
|
21245
22194
|
* getYAxisDomain(false, 0, undefined) // [0, "auto"]
|
|
21246
22195
|
* ```
|
|
21247
22196
|
*/
|
|
21248
|
-
declare function getYAxisDomain(autoMinValue: boolean, minValue?: number, maxValue?: number): [
|
|
22197
|
+
declare function getYAxisDomain(autoMinValue: boolean, minValue?: number, maxValue?: number): ["auto" | number, "auto" | number];
|
|
21249
22198
|
|
|
21250
|
-
export { ALL_STATUSES, Accordion, AccordionContent, type AccordionContentProps, type AccordionEventPayload, AccordionItem, type AccordionItemProps, type AccordionItemVariantProps, type AccordionProps, type AccordionSize, AccordionTrigger, type AccordionTriggerProps, type AccordionTriggerVariantProps, type AccordionVariant, type AccordionVariantProps, type ActiveDatesMatcher, type ActiveItem, AdvancedSearchInput, Alert, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, type AlertDialogOverlayProps, AlertDialogPortal, type AlertDialogPortalProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, type AlertProps, AlertTitle, type AlertTitleProps, type AlertVariant, AppContent, type AppContentProps, AppHeader, AppHeaderActions, type AppHeaderActionsProps, AppHeaderNav, type AppHeaderNavProps, type AppHeaderProps, AppHeaderTitle, type AppHeaderTitleProps, AppRail, AppRailFooter, type AppRailFooterProps, AppRailGroup, type AppRailGroupProps, AppRailHeader, type AppRailHeaderProps, AppRailItem, type AppRailItemProps, type AppRailProps, AppShell, AppShellContext, type AppShellContextValue, type AppShellProps, AppSidebar, AppSidebarContent, type AppSidebarContentProps, AppSidebarFooter, type AppSidebarFooterProps, AppSidebarGroup, type AppSidebarGroupProps, AppSidebarHeader, type AppSidebarHeaderProps, AppSidebarItem, type AppSidebarItemProps, type AppSidebarProps, AppSidebarTrigger, type AppSidebarTriggerProps, type ApprovalAction, type ApprovalCondition, ApprovalFlow, type ApprovalFlowActionsVariantProps, type Approver$1 as ApprovalFlowApprover, ApprovalFlowConnector, type ApprovalFlowConnectorVariantProps, ApprovalFlowMarker, type ApprovalFlowMarkerVariantProps, type ApprovalFlowProps, ApprovalFlowStep, type ApprovalFlowStepCardVariantProps, type ApprovalFlowStepProps, type ApprovalFlowStepVariantProps, type ApprovalFlowVariantProps, type ApprovalHistory, ApprovalStatus, type ApprovalStatusProps, type ApprovalStatusType, type ApprovalStep, type ApprovalStepStatus, type ApprovePayload, type Approver, AreaChart, type AreaChartCurveType, type AreaChartEventProps, type AreaChartFill, type AreaChartIntervalType, type AreaChartLegendPosition, type AreaChartProps, type AreaChartSeriesConfig, type AreaChartTooltipCallbackProps, type AreaChartTooltipIndicator, type AreaChartVariant, AspectRatio, type AspectRatioEventPayload, type AspectRatioPreset, type AspectRatioProps, type Asset, type AssetFilter, AssetManager, type AssetManagerContextValue, type AssetManagerDataSlot, AssetManagerEmpty, type AssetManagerEmptyProps, AssetManagerGrid, type AssetManagerGridProps, type AssetManagerGridVariantProps, AssetManagerItem, type AssetManagerItemProps, type AssetManagerItemVariantProps, AssetManagerList, type AssetManagerListProps, type AssetManagerProps, AssetManagerSidebar, type AssetManagerSidebarProps, type AssetManagerSidebarVariantProps, AssetManagerToolbar, type AssetManagerToolbarProps, type AssetManagerToolbarVariantProps, AssetManagerUploader, type AssetManagerUploaderProps, type AssetManagerUploaderVariantProps, type AssetManagerVariantProps, type AssetSort, type AssetSortDirection, type AssetSortField, type AssetView, Autocomplete, type AutocompleteOption, type AutocompleteProps, type AutocompleteSize, type AutocompleteVariant, Avatar, AvatarAddButton, type AvatarAddButtonProps, AvatarBadge, type AvatarBadgeProps, type AvatarColorScheme, AvatarFallback, type AvatarFallbackProps, AvatarGroup, type AvatarGroupProps, AvatarImage, type AvatarImageProps, AvatarLabelGroup, type AvatarLabelGroupProps, AvatarLabelGroupSkeleton, type AvatarLabelGroupSkeletonProps, type AvatarProps, type AvatarShape, type AvatarSize, AvatarSkeleton, type AvatarSkeletonProps, AvatarStatus, type AvatarStatusProps, Badge, type BadgeAvatarProps, type BadgeColor, type BadgeLegacyVariant, type BadgeProps, type BadgeSize, type BadgeType, Banner, type BannerProps$1 as BannerComponentProps, type BannerPosition, type BannerProps, type BannerVariant, BarChart, type BarChartEventProps, type BarChartIntervalType, type BarChartLayout, type BarChartLegendPosition, type BarChartProps, type BarChartSeriesConfig, type BarChartTooltipCallbackProps, type BarChartTooltipIndicator, type BarChartVariant, BarList, type BarListDataItem, type BarListProps, type BarListSortOrder, type BrandingConfig, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, type BreadcrumbEllipsisVariantProps, BreadcrumbItem, type BreadcrumbItemProps, type BreadcrumbItemVariantProps, BreadcrumbLink, type BreadcrumbLinkProps, type BreadcrumbLinkVariantProps, BreadcrumbList, type BreadcrumbListProps, type BreadcrumbListVariantProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbPageVariantProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, type BreadcrumbSeparatorVariantProps, type BuilderDataSource, type BuilderLayoutConfig, type BuilderMode, type BuilderPosition, type BuilderSavePayload, type BuilderState, type BuilderWidget, type BuilderWidgetAddPayload, type BuilderWidgetDefinition, type BuilderWidgetLayout, type BuilderWidgetProps, type BuilderWidgetRemovePayload, type BuilderWidgetUpdatePayload, Button, type ButtonCVAVariant, type ButtonEventPayload, ButtonGroup, ButtonGroupContext, type ButtonGroupContextValue, ButtonGroupItem, type ButtonGroupItemIconMode, type ButtonGroupItemProps, type ButtonGroupItemState, type ButtonGroupOrientation, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonGroupVariant, type ButtonProps, type ButtonSize, type ButtonVariant, Calendar, type CalendarButtonVariant, type CalendarCaptionLayout, CalendarDayButton, type CalendarDayButtonProps, type CalendarEvent, type CalendarMode, type CalendarPassthroughProps, type CalendarProps, type CalendarRef, Callout, type CalloutProps$1 as CalloutComponentProps, type CalloutProps, type CalloutSize, type CalloutVariant, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, type CardType, type CardTypeConfig, type CardVariant, type CardVariantProps, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryBar, type CategoryBarDataItem, type CategoryBarProps, type CategoryBarSize, ChangeIndicator, type ChangeSet, type ChartColor, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, type ChartLegendContentProps, type ChartLegendProps, ChartStyle, ChartTooltip, ChartTooltipContent, type ChartTooltipContentProps, Checkbox, CheckboxGroup, type CheckboxGroupDescriptionVariantProps, type CheckboxGroupHeaderVariantProps, CheckboxGroupItem, type CheckboxGroupItemProps, type CheckboxGroupItemWrapperVariantProps, type CheckboxGroupLabelVariantProps, type CheckboxGroupOption, type CheckboxGroupOrientation, type CheckboxGroupProps, type CheckboxGroupVariantProps, type CheckboxProps, type CheckboxSize, type CheckboxState, type CheckboxVariantProps, Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleContentVariantProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, type CollapsibleTriggerVariantProps, type CollapsibleVariantProps, ColorPicker, type ColorPickerPreviewVariantProps, type ColorPickerProps, type ColorPickerSize, type ColorPickerSwatchVariantProps, type ColorPickerTriggerVariantProps, type ColorPickerVariant, type ColorUtility, type ColumnDefinition, type ColumnDeletePayload, type ColumnReorderPayload, type ColumnUpdatePayload, type CombinatorToggleVariantProps, ComboChart, type ComboChartBarSeries, type ComboChartBarSeriesConfig, type ComboChartBarVariant, type ComboChartCurveType, type ComboChartEventProps, type ComboChartIntervalType, type ComboChartLegendPosition, type ComboChartLineSeries, type ComboChartLineSeriesConfig, type ComboChartProps, type ComboChartSeriesType, type ComboChartTooltipCallbackProps, type ComboChartTooltipIndicator, Combobox, type ComboboxOption, type ComboboxProps, type ComboboxSize, type ComboboxVariant, Command, type CommandCombinedVariantProps, type CommandDataSlot, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, type CommandEmptyVariantProps, CommandGroup, type CommandGroupData, type CommandGroupProps, type CommandGroupVariantProps, CommandInput, type CommandInputIconVariantProps, type CommandInputPayload, type CommandInputProps, type CommandInputVariantProps, type CommandInputWrapperVariantProps, CommandItem, type CommandItemCombinedVariantProps, type CommandItemData, type CommandItemProps, type CommandItemVariant, type CommandItemVariantProps, CommandList, type CommandListProps, type CommandListVariantProps, type CommandProps, type CommandSelectPayload, CommandSeparator, type CommandSeparatorProps, type CommandSeparatorVariantProps, CommandShortcut, type CommandShortcutProps, type CommandShortcutVariantProps, type CommandSize, type CommandVariantProps, type Comment, type CommentAttachment, type CommentDeletePayload, type CommentEditPayload, CommentInput, type CommentInputProps, CommentItem, type CommentItemProps, type CommentMentionPayload, type CommentReactPayload, type CommentReaction, CommentReactions, type CommentSubmitPayload, CommentSystem, type CommentSystemProps, type CommentUser, type CompletePayload, type ConfigChangePayload, type ConfigField, type ConfigFieldType, type ConfigSchema, type ConfigurationFormProps, ConfirmButton, type ConfirmButtonProps, type ConfirmButtonSize, type ConfirmButtonVariant, ConfirmModal, type ConfirmModalProps, type ConfirmModalSize, type ConfirmModalVariant, Container, type ContainerElement, type ContainerMaxWidth, type ContainerPadding, type ContainerProps, type ContainerVariantProps, ContextMenu, ContextMenuCheckboxItem, type ContextMenuCheckboxItemProps, ContextMenuContent, type ContextMenuContentProps, ContextMenuGroup, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, type ContextMenuItemVariant, type ContextMenuItemVariantProps, ContextMenuLabel, type ContextMenuLabelProps, type ContextMenuLabelVariantProps, ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, type ContextMenuRadioItemProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuShortcut, type ContextMenuShortcutProps, ContextMenuSub, ContextMenuSubContent, type ContextMenuSubContentProps, type ContextMenuSubProps, ContextMenuSubTrigger, type ContextMenuSubTriggerProps, type ContextMenuSubTriggerVariantProps, ContextMenuTrigger, type ContextMenuTriggerProps, type Country, DEFAULT_STATUS_CONFIGS, Dashboard, DashboardBuilder, DashboardBuilderCanvas, type DashboardBuilderCanvasProps, type DashboardBuilderCanvasVariantProps, type DashboardBuilderDropZoneVariantProps, type DashboardBuilderEmptyStateVariantProps, DashboardBuilderPropertiesPanel, type DashboardBuilderPropertiesPanelProps, type DashboardBuilderPropertiesPanelVariantProps, type DashboardBuilderProps, type DashboardBuilderResizeHandleVariantProps, DashboardBuilderToolbar, type DashboardBuilderToolbarProps, type DashboardBuilderToolbarVariantProps, type DashboardBuilderVariantProps, type DashboardBuilderWidgetCardVariantProps, DashboardBuilderWidgetComponent, type DashboardBuilderWidgetComponentProps, DashboardBuilderWidgetLibrary, type DashboardBuilderWidgetLibraryProps, type DashboardBuilderWidgetLibraryVariantProps, type DashboardBuilderWidgetVariantProps, DashboardEmptyState, DashboardErrorState, DashboardHeader, type DashboardHeaderProps, DashboardLoadingState, type DashboardProps, type DashboardState, type DashboardVariantProps, DashboardWidget, type DashboardWidgetAddPayload, type DashboardWidgetClickPayload, type DashboardWidgetConfig, type DashboardWidgetData, type DashboardWidgetProps, type DashboardWidgetRemovePayload, type DashboardWidgetType, type DashboardWidgetVariantProps, type DataSource, DataTable, type DataTableColumnMeta, type DataTableFilterVariant, type DataTablePaginationInfo, type DataTableProps, DatePicker, type DatePickerProps, type DatePickerSize, type DatePickerTriggerVariantProps, type DatePickerVariant, type DateRange, DateRangeInput, type DateRangeInputFieldVariantProps, type DateRangeInputProps, DateRangePicker, type DateRangePickerProps, type DateRangePickerTriggerVariantProps, type DateRangePreset, type DateRangePresetVariantProps, DateRangePresets, type DateRangePresetsProps, DefaultFallback, type DelegatePayload, DeltaBar, type DeltaBarProps, type DeltaBarSize, Dialog, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, DialogPortal, type DialogPortalProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, type DiffLine, Divider, type DividerLabelPosition, type DividerOrientation, type DividerProps, type DividerType, type DividerVisualStyle, DndContext, type DndContextProps, type DragAndDropDataSlot, DragHandle, type DragHandleProps, type DragHandleVariantProps, DragOverlay, type DragOverlayProps, type DragOverlayVariantProps, Draggable, type DraggableProps, type DraggableRenderProps, type DraggableVariantProps, Drawer, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, type DrawerContentVariantProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerOverlay, type DrawerOverlayProps, DrawerPortal, type DrawerPortalProps, type DrawerProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuItemVariantProps, DropdownMenuLabel, type DropdownMenuLabelProps, type DropdownMenuLabelVariantProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, type DropdownMenuSubTriggerVariantProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Droppable, type DroppableProps, type DroppableRenderProps, type DroppableVariantProps, type DropzoneRenderFn, type DropzoneState, EmailInput, type EmailInputProps, type EmailInputValidationState, type EmailValidationIconVariantProps, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, ErrorBoundary, type ErrorBoundaryProps, type ErrorBoundaryState, type ErrorDefault, ErrorMessage, type ErrorMessageIconVariantProps, type ErrorMessageProps, type ErrorMessageSize, type ErrorMessageVariant, type ErrorMessageVariantProps, type ErrorObject, ErrorPage, type ErrorPageProps, type ErrorType, type EscalatePayload, EventCalendar, EventCalendarAgenda, type EventCalendarAgendaProps, EventCalendarDay, type EventCalendarDayProps, EventCalendarEvent, type EventCalendarEventProps, EventCalendarHeader, type EventCalendarHeaderProps, EventCalendarMonth, type EventCalendarMonthProps, type EventCalendarProps, type EventCalendarView, EventCalendarWeek, type EventCalendarWeekProps, type ExportPayload, type FallbackProps, type FallbackRender, Feed, type FeedProps$1 as FeedComponentProps, FeedItemComponent as FeedItem, type FeedItemProps$1 as FeedItemComponentProps, type FeedItemData, type FeedItem as FeedItemDataType, type FeedItemProps, type FeedProps, type FeedSize, FeedSkeleton, type FeedVariant, Field, FieldContent, type FieldContentProps, type FieldDefinition, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorItem, type FieldErrorProps, FieldGroup, type FieldGroupProps, FieldLabel, type FieldLabelProps, FieldLegend, type FieldLegendProps, type FieldLegendVariant, type FieldLegendVariantProps, type FieldOption, type FieldOrientation, type FieldProps, FieldSeparator, type FieldSeparatorProps, FieldSet, type FieldSetProps, FieldTitle, type FieldTitleProps, type FieldType, type FieldVariantProps, type FileChange, FileDropzone, type FileDropzoneProps, type FileInfo, FilePreview, type FilePreviewActionButtonVariantProps, type FilePreviewActionsVariantProps, type FilePreviewContentVariantProps, type FilePreviewDataSlot, type FilePreviewFallbackVariantProps, type FilePreviewInfoVariantProps, type FilePreviewProps, type FilePreviewState, type FilePreviewVariantProps, type FileTypeCategory, FileUpload, FileUploadAvatar, type FileUploadAvatarVariantProps, type FileUploadChangePayload, type FileUploadCompletePayload, type FileUploadContextValue, type FileUploadDataSlot, FileUploadDropzone, type FileUploadDropzoneProps, type FileUploadDropzoneVariantProps, type FileUploadErrorPayload, FileUploadInline, FileUploadList, type FileUploadListProps, FileUploadPreview, type FileUploadPreviewProps, type FileUploadPreviewVariantProps, FileUploadProgressBar, type FileUploadProgressPayload, type FileUploadProgressProps, type FileUploadProgressVariantProps, type FileUploadProps, type FileUploadRemovePayload, FileUploadTrigger, type FileUploadTriggerProps, type FileUploadTriggerVariantProps, type FileUploadVariantProps, type FileValidationError, FilterBuilder, type FilterBuilderEventPayload, type FilterBuilderProps, type FilterBuilderVariantProps, FilterGroupComponent as FilterGroup, type FilterGroupProps, type FilterGroup as FilterGroupType, type FilterGroupVariantProps, FilterPreview, type FilterPreviewProps, FilterRuleComponent as FilterRule, type FilterRuleEventPayload, type FilterRuleProps, type FilterRule as FilterRuleType, type FilterRuleVariantProps, FilterToolbar, type FilterToolbarProps, Flex, type FlexAlign, type FlexDirection, type FlexElement, type FlexGap, type FlexJustify, type FlexProps, type FlexVariantProps, type FlexWrap, FloatLabel, type FloatLabelProps, type FloatLabelVariant, FocusTrap, type FocusTrapProps, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, type FormDescriptionVariantProps, FormField, FormFieldContext, type FormFieldContextValue, type FormFieldProps, FormItem, FormItemContext, type FormItemContextValue, type FormItemProps, type FormItemVariantProps, FormLabel, type FormLabelProps, type FormLabelVariantProps, FormMessage, type FormMessageProps, type FormMessageVariantProps, type FormProps, FormValidation, type FormValidationProps, type FormValidationState, type FormValidationVariantProps, FunnelChart, type FunnelChartDataItem, type FunnelChartLabelPosition, type FunnelChartLegendPosition, type FunnelChartProps, type FunnelChartTooltipCallbackProps, type FunnelChartTooltipIndicator, GaugeChart, type GaugeChartProps, type GaugeSize, type GaugeVariant, type GaugeZone, type GeneratePayload, GradientSpinner, type GradientSpinnerVariants, Grid, type GridAlign, type GridCols, type GridElement, type GridFlow, type GridGap, type GridProps, type GridRows, type GridVariantProps, Header, HeaderActions, type HeaderActionsProps, HeaderBrand, type HeaderBrandProps, HeaderNav, type HeaderNavProps, type HeaderProps, Heading, type HeadingAlign, type HeadingColor, type HeadingGradient, type HeadingLevel, type HeadingProps, type HeadingSize, type HeadingWeight, Heatmap, HeatmapCell, type HeatmapCellEventPayload, type HeatmapCellProps, type HeatmapData, HeatmapLegend, type HeatmapLegendPosition, type HeatmapProps, type HeatmapSelectedCell, HelpText, type HelpTextIconVariantProps, type HelpTextProps, type HelpTextSize, type HelpTextVariant, type HelpTextVariantProps, HoverCard, HoverCardContent, HoverCardTrigger, Icon, type IconProps, type IconSize, type IconVariant, IftaLabel, type IftaLabelProps, Image, type ImageAspectRatio, ImageGallery, type ImageGalleryGap, ImageGalleryItem, type ImageGalleryItemProps, type ImageGalleryLayout, type ImageGalleryProps, type ImageItem, type ImageObjectFit, type ImageProps, type ImageSize, type ImageVariant, type InputEventPayload, InputGroup, InputGroupAddon, type InputGroupAddonAlign, type InputGroupAddonProps, type InputGroupAddonVariantProps, InputGroupButton, type InputGroupButtonProps, type InputGroupButtonSize, type InputGroupButtonVariantProps, InputGroupInput, type InputGroupInputProps, type InputGroupInputVariantProps, type InputGroupProps, type InputGroupSize, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputGroupTextareaVariantProps, type InputGroupVariantProps, type InputIconVariantProps, InputOTP, type InputOTPContainerVariantProps, type InputOTPDigits, type InputOTPExtraProps, InputOTPField, type InputOTPFieldDescriptionVariantProps, type InputOTPFieldErrorVariantProps, type InputOTPFieldLabelVariantProps, type InputOTPFieldProps, type InputOTPFieldVariantProps, InputOTPGroup, type InputOTPGroupProps, type InputOTPProps, InputOTPSeparator, type InputOTPSeparatorProps, type InputOTPSize, InputOTPSlot, type InputOTPSlotProps, type InputOTPSlotVariantProps, type InputSize, type InputVariant, type InputVariantProps, Item, ItemActions, type ItemAddPayload, type ItemClickPayload, ItemContent, type ItemDeletePayload, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, type ItemMovePayload, ItemSeparator, ItemTitle, type ItemUpdatePayload, KPICard, type KPICardProps, type KPICardSize, type KPICardTrend, type KPICardVariant, KanbanBoard, type KanbanBoardProps, KanbanCard, type KanbanCardProps, type KanbanColumn, type KanbanColumnProps, type KanbanFilterConfig, type KanbanItem, type KanbanLabel, type KanbanSubtasks, type KanbanUser, Kbd, KbdGroup, type KbdGroupProps, type KbdProps, type KbdSize, type KbdVariant, type KbdVariants, Label, type LabelProps, type LayoutChangePayload, type LayoutItem, type LayoutVariant, type LegendPayloadItem, Lightbox, type LightboxImage, type LightboxProps, LineChart, type LineChartCurveType, type LineChartProps, type LineChartSeriesConfig, type LineChartTooltipIndicator, type LineChartVariant, Link, type LinkEventPayload, type LinkProps, type LinkSize, type LinkUnderline, type LinkVariant, List, ListItem, ListItemActions, ListItemContent, type ListItemProps, ListItem as ListItemType, type ListProps, MarkdownEditor, type MarkdownEditorMode, type MarkdownEditorProps, type MarkdownEditorRef, MarkdownHelp, type MarkdownHelpProps, MarkdownPreview, type MarkdownPreviewProps, MarkdownToolbar, type MarkdownToolbarProps, MarkerBar, type MarkerBarProps, type MarkerBarSize, Menu, MenuGroup, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLabel, type MenuLabelProps, type MenuProps, MenuSeparator, type MenuSeparatorProps, MenuShortcut, type MenuShortcutProps, Menubar, MenubarCheckboxItem, type MenubarCheckboxItemProps, MenubarContent, type MenubarContentProps, MenubarGroup, type MenubarGroupProps, MenubarItem, type MenubarItemProps, type MenubarItemVariantProps, MenubarLabel, type MenubarLabelProps, type MenubarLabelVariantProps, MenubarMenu, type MenubarMenuProps, MenubarPortal, type MenubarPortalProps, type MenubarProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, type MenubarRadioItemProps, MenubarSeparator, type MenubarSeparatorProps, MenubarShortcut, type MenubarShortcutProps, MenubarSub, MenubarSubContent, type MenubarSubContentProps, type MenubarSubProps, MenubarSubTrigger, type MenubarSubTriggerProps, type MenubarSubTriggerVariantProps, MenubarTrigger, type MenubarTriggerProps, Message, type MessageProps, type MessageSize, type MessageVariant, Modal, type ModalProps, type ModalSize, MultiSelect, type MultiSelectOption, type MultiSelectProps, type MultiSelectSize, type MultiSelectVariant, NativeSelect, NativeSelectOptGroup, type NativeSelectOptGroupProps, NativeSelectOption, type NativeSelectOptionProps, type NativeSelectProps, type NativeSelectSize$1 as NativeSelectSize, type NativeSelectVariant, type NativeSelectVariantProps, Navbar, NavbarBrand, type NavbarBrandProps, NavbarContent, type NavbarContentProps, NavbarItem, type NavbarItemProps, NavbarLink, type NavbarLinkProps, NavbarMenu, type NavbarMenuProps, NavbarMenuToggle, type NavbarMenuToggleProps, type NavbarProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, Notification, NotificationDismissButton, type NotificationItem, type NotificationProps, type NotificationVariant, NumberInput, type NumberInputProps, type NumberStepperButtonVariantProps, type NumberStepperVariantProps, type OperatorInfo, type OperatorType, type OperatorsByType, PROGRESS_CIRCLE_SIZES, PageContent, type PageContentProps, PageHeader, type PageHeaderProps, PageSection, type PageSectionProps, Pagination, PaginationContent, type PaginationContentProps, PaginationEllipsis, type PaginationEllipsisProps, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, type PaginationProps, Panel, PanelContent, type PanelContentProps, type PanelContentVariantProps, PanelFooter, type PanelFooterProps, PanelHeader, type PanelHeaderProps, type PanelPosition, type PanelProps, type PanelSize, type PanelVariant, type PanelVariantProps, Paragraph, type ParagraphAlign, type ParagraphColor, type ParagraphLeading, type ParagraphProps, type ParagraphSize, type ParagraphSpacing, type ParagraphWeight, PasswordInput, type PasswordInputProps, type PasswordToggleVariantProps, PaymentInput, type PaymentInputProps, type PaymentInputSize, type PaymentInputVariant, type PaymentInputVariantProps, PhoneInput, type PhoneInputProps, type PhoneInputSize, type PhoneInputVariant, type PhoneInputVariantProps, PieChart, type PieChartActiveShape, type PieChartCenterLabel, type PieChartDataItem, type PieChartLabelConfig, type PieChartProps, type PieChartTooltipCallbackProps, type PieChartTooltipIndicator, type PieChartVariant, Popover, type PopoverAlign, PopoverAnchor, type PopoverAnchorProps, type PopoverCloseProps, PopoverContent, type PopoverContentProps, type PopoverPortalProps, type PopoverProps, type PopoverSide, PopoverTrigger, type PopoverTriggerProps, Portal, type PortalProps, type PreviewContainerVariantProps, type PreviewPanelProps, ProgressBar, type ProgressBarColor, type ProgressBarLabelPosition, type ProgressBarLabelProps, type ProgressBarProps, type ProgressBarSize, ProgressCircle, type ProgressCircleColor, type ProgressCircleContainerVariants, type ProgressCircleIndicatorVariants, type ProgressCircleProps, type ProgressCircleShape, type ProgressCircleSize, type ProgressCircleTrackVariants, ProgressSteps, type ProgressStepsProps, type ProgressStepsVariantProps, RadioButton, type RadioButtonIndicatorVariantProps, type RadioButtonLabelVariantProps, type RadioButtonProps, type RadioButtonSize, type RadioButtonVariantProps, type RadioButtonWrapperVariantProps, RadioCardGroup, RadioCardGroupItem, type RadioCardGroupItemProps, type RadioCardGroupProps, type RadioCardGroupSize, RadioGroup, type RadioGroupIndicatorVariantProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupItemVariantProps, type RadioGroupOrientation, type RadioGroupProps, type RadioGroupSize, type RadioGroupVariantProps, type RangeCalendarProps, Rating, type RatingItemProps, type RatingItemVariantProps, type RatingProps, type RatingSize, type RatingVariantProps, type Reaction, type RecurrenceRule, type RefreshPayload, type RejectPayload, type ReportChartConfig, type ReportConfig, type ReportErrorPayload, type ReportExportPayload, ReportGenerator, type ReportGeneratorProps, type ReportGeneratorState, type ReportGeneratorVariantProps, type ReportTemplate, ResizableHandle, type ResizableHandleProps, type ResizableHandleVariant, type ResizableHandleVariantProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelGroupVariantProps, type ResizablePanelProps, type ResizablePanelVariantProps, type ResponsiveColumns, ResponsiveContainer, type ResponsiveContainerBreakpoint, type ResponsiveContainerElement, type ResponsiveContainerMaxWidth, type ResponsiveContainerProps, type ResponsiveContainerVariant, type ResponsiveContainerVariantProps, RichTextBubbleMenuContent as RichTextBubbleMenu, type RichTextBubbleMenuProps, RichTextEditor, type RichTextEditorProps, type RichTextEditorRef, RichTextFloatingMenuContent as RichTextFloatingMenu, type RichTextFloatingMenuProps, RichTextToolbar, type RichTextToolbarProps, ScatterChart, type ScatterChartEventProps, type ScatterChartIntervalType, type ScatterChartLegendPosition, type ScatterChartProps, type ScatterChartSeriesConfig, type ScatterChartShape, type ScatterChartTooltipCallbackProps, type ScatterChartTooltipIndicator, type ScatterChartValueFormatter, type ScheduleConfig, type SchedulePayload, ScrollArea, type ScrollAreaProps, type ScrollAreaVariantProps, type ScrollAreaViewportVariantProps, ScrollBar, type ScrollBarOrientation, type ScrollBarProps, type ScrollBarSize, type ScrollBarThumbVariantProps, type ScrollBarVariantProps, Search, type SearchClearButtonVariantProps, SearchEmpty, type SearchEmptyProps, type SearchFilter, SearchFilters, type SearchFiltersProps, type SearchGroup, SearchHighlight, type SearchHighlightProps, SearchHistory, type SearchHistoryProps, type SearchIconVariantProps, SearchInput, type SearchInputProps$1 as SearchInputProps, SearchLoading, type SearchLoadingProps, type SearchProps, type SearchResult, SearchResultGroup, type SearchResultGroupProps, SearchResultItem, type SearchResultItemProps, SearchResults, type SearchResultsProps, type SearchSize, type SearchState, type SearchVariant, Section, type SectionProps, type SectionSize, type SectionVariant, type SectionVariantProps, Select, SelectContent, type SelectContentProps, type SelectContentVariantProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, type SelectItemVariantProps, SelectLabel, type SelectLabelProps, type SelectLabelVariantProps, type SelectProps, type SelectScrollButtonVariantProps, SelectScrollDownButton, type SelectScrollDownButtonProps, SelectScrollUpButton, type SelectScrollUpButtonProps, SelectSeparator, type SelectSeparatorProps, type SelectSeparatorVariantProps, type SelectSize, SelectTrigger, type SelectTriggerProps, type SelectTriggerVariantProps, SelectValue, type SelectValueProps, type SelectVariant, Sheet, SheetBody, type SheetBodyProps, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, type SheetContentVariantProps, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, SheetOverlay, type SheetOverlayProps, type SheetOverlayVariant, type SheetOverlayVariantProps, SheetPortal, type SheetPortalProps, type SheetProps, type SheetSide, type SheetSize, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, type SidebarGroupContentProps, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInput, type SidebarInputProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, type SidebarMenuBadgeProps, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarMenuSubItemProps, type SidebarMenuSubProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, type SidebarRailProps, SidebarSeparator, type SidebarSeparatorProps, type SidebarState, SidebarTrigger, type SidebarTriggerProps, SingleStat, type SingleStatProps, type SingleStatSize, type SingleStatVariant, SkeletonLoader, type SkeletonLoaderAnimation, type SkeletonLoaderProps, type SkeletonLoaderShape, type SkeletonLoaderSize, type SkeletonLoaderVariants, SkipLink, type SkipLinkItem, type SkipLinkProps, SkipLinksList, type SkipLinksListProps, Slider, type SliderColor, type SliderFormatValue, type SliderGetAriaValueText, type SliderLabelType, type SliderLabelVariantProps, type SliderMark, type SliderMarkContainerVariantProps, type SliderMarkLabelVariantProps, type SliderMarkTickVariantProps, type SliderMarkVariantProps, type SliderOrientation, type SliderProps, type SliderRangeVariantProps, type SliderRootVariantProps, type SliderSize, type SliderThumbVariantProps, type SliderTooltipVariantProps, type SliderTrackVariantProps, type SliderValue, SortableContext, type SortableContextProps, SortableItem, type SortableItemProps, type SortableItemRenderProps, type SortableItemState, type SortableItemVariantProps, SortableList, type SortableListDataSlot, SortableListDragHandle, type SortableListDragHandleProps, type SortableListHandleContextValue, SortableListItem, type SortableListItemProps, type SortableListProps, type SortableListReorderEvent, Spacer, type SpacerAxis, type SpacerFlex, type SpacerNumericSize, type SpacerProps, type SpacerSize, type SpacerTokenSize, Sparkline, type SparklineData, type SparklineDataPoint, type SparklineFill, type SparklineProps, type SparklineSize, type SparklineVariant, Spinner, type SpinnerColor, type SpinnerProps, type SpinnerSize, type SpinnerVariant, type SpinnerVariants, SplitButton, type SplitButtonEventPayload, type SplitButtonMenuItem, type SplitButtonProps, type SplitButtonSize, type SplitButtonVariant, Stack, type StackAlign, type StackDirection, type StackElement, type StackJustify, type StackProps, type StackSpacing, type StackVariantProps, type StatusConfig, StatusIndicator, type StatusIndicatorProps, type StatusIndicatorSize, type StatusIndicatorVariant, type StatusType, type Step, type StepBadgeVariantProps, type StepChangePayload, type StepCircleVariantProps, type StepConnectorHorizontalVariantProps, type StepConnectorVerticalVariantProps, type StepIndicatorProps, type StepIndicatorVariantProps, type StepItem, type StepItemProps, type StepItemVariantProps, Stepper, type StepperConnectorHorizontalVariantProps, type StepperConnectorVerticalVariantProps, type StepperIndicatorVariantProps, type StepperItemVariantProps, type StepperProps, type StepperVariantProps, SuccessMessage, type SuccessMessageProps, type SuccessMessageVariantProps, Switch, type SwitchProps, type SwitchSize, type SwitchState, type SwitchThumbVariantProps, type SwitchVariantProps, TabNavigation, TabNavigationLink, type TabNavigationLinkProps, type TabNavigationProps, type TabNavigationVariant, TabPanel, TabPanelList, type TabPanelListProps, type TabPanelProps, TabPanelRoot, type TabPanelRootProps, TabPanelTrigger, type TabPanelTriggerProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TabsVariant, Tag, type TagAvatarProps, TagGroup, type TagGroupContextValue, type TagGroupProps, type TagProps, type TagSize, TagsInput, type TagsInputInputVariantProps, type TagsInputProps, type TagsInputSize, type TagsInputVariant, type TagsInputVariantProps, type TaskAssignee, TaskCard, type TaskCardAssignee, type TaskCardProps, type TaskCardStatus, type TaskGroupBy, type TaskItem, TaskList, type TaskListPriority, type TaskListProps, type TaskListStatus, type TaskPriority, TaskStatus, type TaskStatusColorVariantProps, type TaskStatusConfig, type TaskStatusConfigMap, type TaskStatusIconVariantProps, type TaskStatusLabelVariantProps, type TaskStatusMenuItemVariantProps, type TaskStatusMenuProps, type TaskStatusProps, type TaskStatusTriggerVariantProps, type TaskStatusVariantProps, type TemplateCardVariantProps, type TemplateSelectorProps, Text, type TextElement, TextInput, type TextInputProps, type TextProps, type TextSize, type TextVariant, type TextWeight, Textarea, TextareaField, type TextareaFieldDescriptionVariantProps, type TextareaFieldErrorVariantProps, type TextareaFieldLabelVariantProps, type TextareaFieldProps, type TextareaFieldVariantProps, type TextareaProps, type TextareaResize, type TextareaSize, type TextareaVariant, type TextareaVariantProps, Thumbnail, type ThumbnailAspectRatio, type ThumbnailProps, type ThumbnailRounded, type ThumbnailRoundedVariant, type ThumbnailSize, type ThumbnailSizeVariant, type TimeItemVariantProps, TimePicker, type TimePickerProps, type TimePickerSize, type TimePickerTriggerVariantProps, type TimePickerVariant, type TimeScrollListVariantProps, type TimeSlot, Timeline, TimelineConnector, TimelineContent, TimelineItemComponent as TimelineItem, type TimelineItem as TimelineItemData, type TimelineItemProps, TimelineMarker, type TimelineProps, type ToastOptions, type ToastPosition, type ToastPromiseOptions, type ToastTheme, Toaster, type ToasterProps, Toggle, ToggleGroup, type ToggleGroupItemVariantProps, type ToggleGroupMultipleProps, type ToggleGroupProps, type ToggleGroupSingleProps, ToggleItem, type ToggleItemProps, type ToggleProps, type ToggleSize, type ToggleVariant, Toolbar, type ToolbarAction, ToolbarButton, type ToolbarButtonProps, ToolbarLink, type ToolbarLinkProps, type ToolbarProps, ToolbarSeparator, type ToolbarSeparatorProps, ToolbarToggleGroup, type ToolbarToggleGroupProps, ToolbarToggleItem, type ToolbarToggleItemProps, Tooltip, type TooltipAlign, TooltipArrow, type TooltipArrowProps, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, type TooltipSide, TooltipTrigger, type TooltipTriggerProps, Tracker, type TrackerBlockData, type TrackerProps, URLInput, type URLInputProps, type URLInputValidationState, type URLLinkIconVariantProps, type URLValidationIconVariantProps, type UploadProgress, type UploadResult, type UseFormFieldReturn, type ValidationRule, type Version, VersionActions, type VersionActionsProps, type VersionAuthor, VersionBadge, VersionControl, type VersionControlProps, VersionDiff, type VersionDiffProps, VersionItem, type VersionItemProps, VersionList, VersionTimeline, type VersionTimelineProps, VirtualTable, type VirtualTableProps, Wizard, type WizardProps, type WizardStep, accordionContentInnerVariants, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, alertVariants, appContentVariants, appHeaderVariants, approvalFlowActionsVariants, approvalFlowConnectorVariants, approvalFlowMarkerVariants, approvalFlowStepCardVariants, approvalFlowStepVariants, approvalFlowVariants, approvalStatusVariants, arrayMove, aspectRatios, assetManagerContentVariants, assetManagerEmptyVariants, assetManagerGridVariants, assetManagerItemInfoVariants, assetManagerItemVariants, assetManagerLoadingVariants, assetManagerSidebarVariants, assetManagerThumbnailVariants, assetManagerToolbarVariants, assetManagerUploaderVariants, assetManagerVariants, availableChartColors, avatarAddButtonVariants, avatarBadgeVariants, avatarFallbackVariants, avatarGroupVariants, avatarLabelGroupVariants, avatarStatusVariants, avatarVariants, badgeVariants, bannerVariants, breadcrumbEllipsisVariants, breadcrumbItemVariants, breadcrumbLinkVariants, breadcrumbListVariants, breadcrumbPageVariants, breadcrumbSeparatorVariants, buttonGroupItemVariants, buttonGroupVariants, buttonVariants, calculateRatio, calendarContainerVariants, calendarDayButtonVariants, calendarDayCellVariants, calendarDisabledVariants, calendarNavButtonVariants, calendarOutsideVariants, calendarRangeEndVariants, calendarRangeMiddleVariants, calendarRangeStartVariants, calendarTodayIndicatorVariants, calendarTodayVariants, calloutVariants, cardActionVariants, cardContentVariants, cardDescriptionVariants, cardFooterVariants, cardHeaderVariants, cardTitleVariants, cardTypes, cardVariants, changeIndicatorVariants, chartColors, checkboxGroupDescriptionVariants, checkboxGroupHeaderVariants, checkboxGroupItemWrapperVariants, checkboxGroupLabelVariants, checkboxGroupVariants, checkboxIconVariants, checkboxVariants, collapsibleContentVariants, collapsibleTriggerVariants, collapsibleVariants, colorPickerPreviewVariants, colorPickerSwatchVariants, colorPickerTriggerVariants, combinatorToggleVariants, commandEmptyVariants, commandGroupVariants, commandInputIconVariants, commandInputVariants, commandInputWrapperVariants, commandItemVariants, commandListVariants, commandSeparatorVariants, commandShortcutVariants, commandVariants, commentActionsVariants, commentContentVariants, commentEmptyStateVariants, commentHeaderVariants, commentInputContainerVariants, commentItemVariants, commentMentionVariants, commentReactionVariants, commentRepliesVariants, commentSystemVariants, commentThreadLineVariants, commentTimelineMarkerVariants, completedStyles, configSectionVariants, constructCategoryColors, containerVariants, contextMenuCheckboxItemVariants, contextMenuContentVariants, contextMenuIndicatorWrapperVariants, contextMenuItemVariants, contextMenuLabelVariants, contextMenuRadioItemVariants, contextMenuSeparatorVariants, contextMenuShortcutVariants, contextMenuSubContentVariants, contextMenuSubTriggerVariants, dashboardBuilderCanvasVariants, dashboardBuilderDropZoneVariants, dashboardBuilderEmptyStateVariants, dashboardBuilderPropertiesPanelVariants, dashboardBuilderResizeHandleVariants, dashboardBuilderToolbarVariants, dashboardBuilderVariants, dashboardBuilderWidgetCardVariants, dashboardBuilderWidgetLibraryVariants, dashboardBuilderWidgetVariants, dashboardContentVariants, dashboardEmptyVariants, dashboardGridVariants, dashboardHeaderVariants, dashboardLoadingVariants, dashboardSidebarVariants, dashboardVariants, dashboardWidgetHeaderVariants, dashboardWidgetVariants, datePickerTriggerVariants, dateRangeInputContainerVariants, dateRangeInputFieldVariants, dateRangePickerFooterVariants, dateRangePickerTriggerVariants, dateRangePresetVariants, dateRangePresetsContainerVariants, defaultChartColors, defaultCountries, defaultPresets, defaultReactions, defaultWidgets, detectCardType, diffLineVariants, dividerContentVariants, dividerLineVariants, dividerWrapperVariants, dragHandleVariants, dragOverlayVariants, draggableVariants, drawerContentBaseVariants, drawerContentVariants, drawerDescriptionVariants, drawerFooterVariants, drawerHandleVariants, drawerHeaderVariants, drawerOverlayVariants, drawerTitleVariants, dropdownMenuCheckboxItemVariants, dropdownMenuContentVariants, dropdownMenuIndicatorWrapperVariants, dropdownMenuItemVariants, dropdownMenuLabelVariants, dropdownMenuRadioItemVariants, dropdownMenuSeparatorVariants, dropdownMenuShortcutVariants, dropdownMenuSubContentVariants, dropdownMenuSubTriggerVariants, droppableVariants, emailValidationIconVariants, emptyMediaVariants, emptyStateStyles, emptyStateVariants, errorBoundaryActionVariants, errorBoundaryCardVariants, errorBoundaryFallbackVariants, errorBoundaryIconVariants, errorBoundaryMessageVariants, errorBoundaryStackVariants, errorBoundaryTitleVariants, errorDefaults, errorMessageIconVariants, errorMessageListVariants, errorMessageVariants, errorStateVariants, eventCalendarAgendaItemVariants, eventCalendarCellVariants, eventCalendarDayNumberVariants, eventCalendarEventVariants, eventCalendarHeaderVariants, eventCalendarTimeSlotVariants, eventCalendarVariants, eventCalendarViewButtonVariants, exportButtonGroupVariants, feedItemVariants, feedVariants, fieldContentVariants, fieldDescriptionVariants, fieldErrorVariants, fieldGroupVariants, fieldLabelVariants, fieldLegendVariants, fieldSeparatorVariants, fieldSetVariants, fieldTitleVariants, fieldVariants, fileDropzoneVariants, filePreviewActionButtonVariants, filePreviewActionsVariants, filePreviewContentVariants, filePreviewFallbackVariants, filePreviewInfoVariants, filePreviewVariants, filterBuilderVariants, filterGroupHeaderVariants, filterGroupVariants, filterPreviewVariants, filterRuleVariants, filterToolbarVariants, findCountryByCode, findCountryByDialCode, flexVariants, formActionsVariants, formDescriptionVariants, formItemVariants, formLabelVariants, formMessageVariants, formValidationVariants, formatCardNumber, formatPhoneNumber, gaugeChartVariants, getCardBrandName, getCardConfig, getCardDigits, getColorClassName, getEventVariant, getInitials, getPhoneDigits, getRatio, getYAxisDomain, gradientSpinnerVariants, gridVariants, groupHeaderStyles, headerActionsVariants, headerBrandVariants, headerContainerVariants, headerNavVariants, headerVariants, headingVariants, heatmapVariants, helpTextIconVariants, helpTextVariants, iconVariants, imageVariants, inputGroupAddonVariants, inputGroupButtonVariants, inputGroupInputVariants, inputGroupTextareaVariants, inputGroupVariants, inputIconVariants, inputOTPCaretInnerStyles, inputOTPCaretStyles, inputOTPContainerVariants, inputOTPFieldDescriptionVariants, inputOTPFieldErrorVariants, inputOTPFieldLabelVariants, inputOTPFieldVariants, inputOTPGroupVariants, inputOTPSlotVariants, inputVariants, inputWrapperVariants, isFilterGroup, isFilterRule, itemMediaVariants, itemVariants, kanbanAddButtonVariants, kanbanBoardVariants, kanbanCardDescriptionVariants, kanbanCardMetaVariants, kanbanCardTitleVariants, kanbanCardVariants, kanbanColumnContentVariants, kanbanColumnHeaderVariants, kanbanColumnVariants, kanbanDropIndicatorVariants, kanbanLabelVariants, kanbanSearchVariants, kanbanSwimlaneVariants, kbdVariants, linkVariants, listItemVariants, listVariants, loadingStateVariants, loadingStyles, markerBarContainerVariants, markerBarMarkerVariants, markerBarMarkerWrapperVariants, markerBarRangeVariants, mentionSuggestionItemVariants, mentionSuggestionsVariants, menuGroupVariants, menuItemVariants, menuLabelVariants, menuSeparatorVariants, menuShortcutVariants, menuVariants, menubarCheckboxItemVariants, menubarContentVariants, menubarIndicatorWrapperVariants, menubarItemVariants, menubarLabelVariants, menubarRadioItemVariants, menubarSeparatorVariants, menubarShortcutVariants, menubarSubContentVariants, menubarSubTriggerVariants, menubarTriggerVariants, menubarVariants, messageVariants, nativeSelectIconVariants, nativeSelectLeftIconVariants, nativeSelectVariants, nativeSelectWithLeftIconPadding, nativeSelectWrapperVariants, navbarBrandVariants, navbarContainerVariants, navbarContentVariants, navbarItemVariants, navbarLinkVariants, navbarMenuToggleVariants, navbarMenuVariants, navbarVariants, navigationMenuContentVariants, navigationMenuIndicatorArrowVariants, navigationMenuIndicatorVariants, navigationMenuItemVariants, navigationMenuLinkVariants, navigationMenuListVariants, navigationMenuTriggerStyle, navigationMenuVariants, navigationMenuViewportVariants, navigationMenuViewportWrapperVariants, notificationVariants, numberInputPaddingVariants, numberStepperButtonVariants, numberStepperVariants, paginationContentVariants, paginationEllipsisVariants, paginationNextVariants, paginationPreviousVariants, paginationVariants, panelContentVariants, panelFooterVariants, panelHeaderVariants, panelVariants, paragraphVariants, passwordToggleVariants, paymentInputIconVariants, paymentInputInputVariants, paymentInputVariants, phoneInputCountryButtonVariants, phoneInputDropdownVariants, phoneInputInputVariants, phoneInputOptionVariants, phoneInputVariants, portalContainerVariants, portalContentVariants, portalOverlayVariants, previewContainerVariants, previewContentVariants, previewHeaderVariants, priorityStyles, progressBarIndicatorVariants, progressBarLabelVariants, progressBarTooltipVariants, progressBarVariants, progressCircleContainerVariants, progressCircleIndicatorVariants, progressCircleLabelVariants, progressCircleTrackVariants, progressCircleValueVariants, progressStepsVariants, radioButtonIndicatorVariants, radioButtonLabelVariants, radioButtonVariants, radioButtonWrapperVariants, radioCardGroupItemContentVariants, radioCardGroupItemDescriptionVariants, radioCardGroupItemDotVariants, radioCardGroupItemIconVariants, radioCardGroupItemIndicatorVariants, radioCardGroupItemTitleVariants, radioCardGroupItemVariants, radioCardGroupVariants, radioGroupIndicatorVariants, radioGroupItemVariants, radioGroupVariants, ratingItemVariants, ratingVariants, reportGeneratorVariants, stepBadgeVariants as reportStepBadgeVariants, stepIndicatorVariants as reportStepIndicatorVariants, stepItemVariants as reportStepItemVariants, resizableHandleGripVariants, resizableHandleVariants, resizablePanelGroupVariants, resizablePanelVariants, responsiveContainerVariants, richTextEditorBubbleMenuVariants, richTextEditorContentVariants, richTextEditorFloatingMenuVariants, richTextEditorPlaceholderVariants, richTextEditorToolbarButtonVariants, richTextEditorToolbarVariants, richTextEditorVariants, ruleFieldVariants, ruleOperatorVariants, ruleValueVariants, rulesContainerVariants, scrollAreaCornerVariants, scrollAreaVariants, scrollAreaViewportVariants, scrollBarThumbVariants, scrollBarVariants, searchClearButtonVariants, searchEmptyVariants, searchFilterVariants, searchFiltersContainerVariants, searchGroupHeadingVariants, searchHighlightVariants, searchHistoryHeaderVariants, searchIconVariants, searchInputVariants, searchInputWrapperVariants, searchLoadingVariants, searchResultIconVariants, searchResultItemVariants, searchResultsVariants, searchVariants, sectionVariants, selectContentVariants, selectItemVariants, selectLabelVariants, selectScrollButtonVariants, selectSeparatorVariants, selectTriggerVariants, selectedItemStyles, selectedStyles, sheetContentVariants, sheetOverlayVariants, sidebarContainerVariants, sidebarContentVariants, sidebarDesktopVariants, sidebarFooterVariants, sidebarGapVariants, sidebarGroupActionVariants, sidebarGroupContentVariants, sidebarGroupLabelVariants, sidebarGroupVariants, sidebarHeaderVariants, sidebarInnerVariants, sidebarInputVariants, sidebarInsetVariants, sidebarMenuActionShowOnHoverVariants, sidebarMenuActionVariants, sidebarMenuBadgeVariants, sidebarMenuButtonVariants, sidebarMenuItemVariants, sidebarMenuSkeletonVariants, sidebarMenuSubButtonVariants, sidebarMenuSubItemVariants, sidebarMenuSubVariants, sidebarMenuVariants, sidebarMobileVariants, sidebarNonCollapsibleVariants, sidebarProviderVariants, sidebarRailVariants, sidebarSeparatorVariants, sidebarTriggerVariants, skeletonLoaderVariants, skipLinkVariants, skipLinksListInnerVariants, skipLinksListItemVariants, skipLinksListVariants, sliderLabelVariants, sliderMarkContainerVariants, sliderMarkLabelVariants, sliderMarkTickVariants, sliderMarkVariants, sliderRangeVariants, sliderRootVariants, sliderThumbVariants, sliderTooltipVariants, sliderTrackVariants, sortableItemVariants, sortableListHandleVariants, sortableListItemVariants, sortableListOverlayVariants, sortableListVariants, spacerVariants, spinnerVariants, splitButtonVariants, stackVariants, statusConfig, statusIndicatorVariants, statusStyles, stepBarSegmentVariants, stepCircleVariants, stepConnectorHorizontalVariants, stepConnectorVerticalVariants, stepDescriptionVariants, stepDotVariants, stepItemVariants$1 as stepItemVariants, stepLabelVariants, stepperConnectorHorizontalVariants, stepperConnectorVerticalVariants, stepperDescriptionVariants, stepperIndicatorVariants, stepperItemVariants, stepperLabelVariants, stepperVariants, successMessageVariants, switchThumbVariants, switchVariants, tabNavigationLinkVariants, tabNavigationVariants, tabPanelListVariants, tabPanelRootVariants, tabPanelTriggerVariants, tabPanelVariants, tabsContentVariants, tabsListVariants, tabsTriggerVariants, tabsVariants, tagCheckboxVariants, tagCountVariants, tagGroupVariants, tagVariants, tagsInputInputVariants, tagsInputVariants, taskCardVariants, taskListHeaderVariants, taskListItemVariants, taskListTitleVariants, taskListVariants, taskStatusColorVariants, taskStatusIconVariants, taskStatusLabelVariants, taskStatusMenuItemVariants, taskStatusTriggerVariants, taskStatusVariants, templateCardVariants, templateGridVariants, textVariants, textareaFieldDescriptionVariants, textareaFieldErrorVariants, textareaFieldLabelVariants, textareaFieldVariants, textareaVariants, thumbnailVariants, timeItemVariants, timePickerTriggerVariants, timeScrollListVariants, timelineItemVariants, timelineMarkerVariants, timelineVariants, toggleGroupItemVariants, toggleVariants, toolbarButtonVariants, toolbarLinkVariants, toolbarSeparatorVariants, toolbarToggleGroupVariants, toolbarToggleItemVariants, toolbarVariants, tooltipArrowVariants, tooltipContentVariants, unreadDotVariants, urlLinkIconVariants, urlValidationIconVariants, useAppShell, useButtonGroup, useFormField, useIsMobile, useMediaQuery, useOnWindowResize, useSidebar, useTagGroup, validateCardNumber, versionBadgeVariants, versionControlVariants, versionItemVariants, versionTimelineConnectorVariants, versionTimelineMarkerVariants, wizardActionsVariants, wizardContentVariants, wizardStepContentVariants, wizardStepperVariants, wizardVariants };
|
|
22199
|
+
export { ALL_STATUSES, Accordion, AccordionContent, type AccordionContentProps, type AccordionEventPayload, AccordionItem, type AccordionItemProps, type AccordionItemVariantProps, type AccordionProps, type AccordionSize, AccordionTrigger, type AccordionTriggerProps, type AccordionTriggerVariantProps, type AccordionVariant, type AccordionVariantProps, type ActiveDatesMatcher, type ActiveItem, AdvancedSearchInput, Alert, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, type AlertDialogOverlayProps, AlertDialogPortal, type AlertDialogPortalProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, type AlertProps, AlertTitle, type AlertTitleProps, type AlertVariant, type ApprovalAction, type ApprovalCondition, ApprovalFlow, type ApprovalFlowActionsVariantProps, type Approver$1 as ApprovalFlowApprover, ApprovalFlowConnector, type ApprovalFlowConnectorVariantProps, ApprovalFlowMarker, type ApprovalFlowMarkerVariantProps, type ApprovalFlowProps, ApprovalFlowStep, type ApprovalFlowStepCardVariantProps, type ApprovalFlowStepProps, type ApprovalFlowStepVariantProps, type ApprovalFlowVariantProps, type ApprovalHistory, ApprovalStatus, type ApprovalStatusProps, type ApprovalStatusType, type ApprovalStep, type ApprovalStepStatus, type ApprovePayload, type Approver, AreaChart, type AreaChartCurveType, type AreaChartEventProps, type AreaChartFill, type AreaChartIntervalType, type AreaChartLegendPosition, type AreaChartProps, type AreaChartSeriesConfig, type AreaChartTooltipCallbackProps, type AreaChartTooltipIndicator, type AreaChartVariant, AspectRatio, type AspectRatioEventPayload, type AspectRatioPreset, type AspectRatioProps, type Asset, type AssetFilter, AssetManager, type AssetManagerContextValue, type AssetManagerDataSlot, AssetManagerEmpty, type AssetManagerEmptyProps, AssetManagerGrid, type AssetManagerGridProps, type AssetManagerGridVariantProps, AssetManagerItem, type AssetManagerItemProps, type AssetManagerItemVariantProps, AssetManagerList, type AssetManagerListProps, type AssetManagerProps, AssetManagerSidebar, type AssetManagerSidebarProps, type AssetManagerSidebarVariantProps, AssetManagerToolbar, type AssetManagerToolbarProps, type AssetManagerToolbarVariantProps, AssetManagerUploader, type AssetManagerUploaderProps, type AssetManagerUploaderVariantProps, type AssetManagerVariantProps, type AssetSort, type AssetSortDirection, type AssetSortField, type AssetView, Autocomplete, type AutocompleteOption, type AutocompleteProps, type AutocompleteSize, type AutocompleteVariant, Avatar, AvatarAddButton, type AvatarAddButtonProps, AvatarBadge, type AvatarBadgeProps, type AvatarColorScheme, AvatarFallback, type AvatarFallbackProps, AvatarGroup, type AvatarGroupProps, AvatarImage, type AvatarImageProps, AvatarLabelGroup, type AvatarLabelGroupProps, AvatarLabelGroupSkeleton, type AvatarLabelGroupSkeletonProps, type AvatarProps, type AvatarShape, type AvatarSize, AvatarSkeleton, type AvatarSkeletonProps, AvatarStatus, type AvatarStatusProps, Badge, type BadgeAvatarProps, type BadgeColor, type BadgeLegacyVariant, type BadgeProps, type BadgeSize, type BadgeType, Banner, type BannerProps$1 as BannerComponentProps, type BannerPosition, type BannerProps, type BannerVariant, BarChart, type BarChartEventProps, type BarChartIntervalType, type BarChartLayout, type BarChartLegendPosition, type BarChartProps, type BarChartSeriesConfig, type BarChartTooltipCallbackProps, type BarChartTooltipIndicator, type BarChartVariant, BarList, type BarListDataItem, type BarListProps, type BarListSortOrder, type BrandingConfig, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, type BreadcrumbEllipsisVariantProps, BreadcrumbItem, type BreadcrumbItemProps, type BreadcrumbItemVariantProps, BreadcrumbLink, type BreadcrumbLinkProps, type BreadcrumbLinkVariantProps, BreadcrumbList, type BreadcrumbListProps, type BreadcrumbListVariantProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbPageVariantProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, type BreadcrumbSeparatorVariantProps, type BuilderDataSource, type BuilderLayoutConfig, type BuilderMode, type BuilderPosition, type BuilderSavePayload, type BuilderState, type BuilderWidget, type BuilderWidgetAddPayload, type BuilderWidgetDefinition, type BuilderWidgetLayout, type BuilderWidgetProps, type BuilderWidgetRemovePayload, type BuilderWidgetUpdatePayload, Button, type ButtonCVAVariant, type ButtonEventPayload, ButtonGroup, ButtonGroupContext, type ButtonGroupContextValue, ButtonGroupItem, type ButtonGroupItemIconMode, type ButtonGroupItemProps, type ButtonGroupItemState, type ButtonGroupOrientation, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonGroupVariant, type ButtonProps, type ButtonSize, type ButtonVariant, Calendar, type CalendarButtonVariant, type CalendarCaptionLayout, CalendarDayButton, type CalendarDayButtonProps, type CalendarEvent, type CalendarMode, type CalendarPassthroughProps, type CalendarProps, type CalendarRef, Callout, type CalloutProps$1 as CalloutComponentProps, type CalloutProps, type CalloutSize, type CalloutVariant, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, type CardType, type CardTypeConfig, type CardVariant, type CardVariantProps, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryBar, type CategoryBarDataItem, type CategoryBarProps, type CategoryBarSize, type CellEditParams, ChangeIndicator, type ChangeSet, type ChartColor, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, type ChartLegendContentProps, type ChartLegendProps, ChartStyle, ChartTooltip, ChartTooltipContent, type ChartTooltipContentProps, Checkbox, CheckboxGroup, type CheckboxGroupDescriptionVariantProps, type CheckboxGroupHeaderVariantProps, CheckboxGroupItem, type CheckboxGroupItemProps, type CheckboxGroupItemWrapperVariantProps, type CheckboxGroupLabelVariantProps, type CheckboxGroupOption, type CheckboxGroupOrientation, type CheckboxGroupProps, type CheckboxGroupVariantProps, type CheckboxProps, type CheckboxSize, type CheckboxState, type CheckboxVariantProps, Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleContentVariantProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, type CollapsibleTriggerVariantProps, type CollapsibleVariantProps, ColorPicker, type ColorPickerPreviewVariantProps, type ColorPickerProps, type ColorPickerSize, type ColorPickerSwatchVariantProps, type ColorPickerTriggerVariantProps, type ColorPickerVariant, type ColorUtility, type ColumnDefinition, type ColumnDeletePayload, type ColumnReorderPayload, type ColumnUpdatePayload, type CombinatorToggleVariantProps, ComboChart, type ComboChartBarSeries, type ComboChartBarSeriesConfig, type ComboChartBarVariant, type ComboChartCurveType, type ComboChartEventProps, type ComboChartIntervalType, type ComboChartLegendPosition, type ComboChartLineSeries, type ComboChartLineSeriesConfig, type ComboChartProps, type ComboChartSeriesType, type ComboChartTooltipCallbackProps, type ComboChartTooltipIndicator, Combobox, type ComboboxOption, type ComboboxProps, type ComboboxSize, type ComboboxVariant, Command, type CommandCombinedVariantProps, type CommandDataSlot, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, type CommandEmptyVariantProps, CommandGroup, type CommandGroupData, type CommandGroupProps, type CommandGroupVariantProps, CommandInput, type CommandInputIconVariantProps, type CommandInputPayload, type CommandInputProps, type CommandInputVariantProps, type CommandInputWrapperVariantProps, CommandItem, type CommandItemCombinedVariantProps, type CommandItemData, type CommandItemProps, type CommandItemVariant, type CommandItemVariantProps, CommandList, type CommandListProps, type CommandListVariantProps, type CommandProps, type CommandSelectPayload, CommandSeparator, type CommandSeparatorProps, type CommandSeparatorVariantProps, CommandShortcut, type CommandShortcutProps, type CommandShortcutVariantProps, type CommandSize, type CommandVariantProps, type Comment, type CommentAttachment, type CommentDeletePayload, type CommentEditPayload, CommentInput, type CommentInputProps, CommentItem, type CommentItemProps, type CommentMentionPayload, type CommentReactPayload, type CommentReaction, CommentReactions, type CommentSubmitPayload, CommentSystem, type CommentSystemProps, type CommentUser, type CompletePayload, type ConfigChangePayload, type ConfigField, type ConfigFieldType, type ConfigSchema, type ConfigurationFormProps, ConfirmButton, type ConfirmButtonProps, type ConfirmButtonSize, type ConfirmButtonVariant, ConfirmModal, type ConfirmModalProps, type ConfirmModalSize, type ConfirmModalVariant, Container, type ContainerElement, type ContainerMaxWidth, type ContainerPadding, type ContainerProps, type ContainerVariantProps, ContextMenu, ContextMenuCheckboxItem, type ContextMenuCheckboxItemProps, ContextMenuContent, type ContextMenuContentProps, ContextMenuGroup, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, type ContextMenuItemVariant, type ContextMenuItemVariantProps, ContextMenuLabel, type ContextMenuLabelProps, type ContextMenuLabelVariantProps, ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, type ContextMenuRadioItemProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuShortcut, type ContextMenuShortcutProps, ContextMenuSub, ContextMenuSubContent, type ContextMenuSubContentProps, type ContextMenuSubProps, ContextMenuSubTrigger, type ContextMenuSubTriggerProps, type ContextMenuSubTriggerVariantProps, ContextMenuTrigger, type ContextMenuTriggerProps, type Country, DEFAULT_STATUS_CONFIGS, Dashboard, DashboardBuilder, DashboardBuilderCanvas, type DashboardBuilderCanvasProps, type DashboardBuilderCanvasVariantProps, type DashboardBuilderDropZoneVariantProps, type DashboardBuilderEmptyStateVariantProps, DashboardBuilderPropertiesPanel, type DashboardBuilderPropertiesPanelProps, type DashboardBuilderPropertiesPanelVariantProps, type DashboardBuilderProps, type DashboardBuilderResizeHandleVariantProps, DashboardBuilderToolbar, type DashboardBuilderToolbarProps, type DashboardBuilderToolbarVariantProps, type DashboardBuilderVariantProps, type DashboardBuilderWidgetCardVariantProps, DashboardBuilderWidgetComponent, type DashboardBuilderWidgetComponentProps, DashboardBuilderWidgetLibrary, type DashboardBuilderWidgetLibraryProps, type DashboardBuilderWidgetLibraryVariantProps, type DashboardBuilderWidgetVariantProps, DashboardCard, DashboardCardContent, type DashboardCardContentProps, DashboardCardFooter, type DashboardCardFooterProps, DashboardCardHeader, type DashboardCardHeaderProps, type DashboardCardProps, DashboardCardTitle, type DashboardCardTitleProps, DashboardCardValue, type DashboardCardValueProps, DashboardEmptyState, DashboardErrorState, DashboardHeader, type DashboardHeaderProps, DashboardLoadingState, type DashboardProps, type DashboardState, type DashboardVariantProps, DashboardWidget, type DashboardWidgetAddPayload, type DashboardWidgetClickPayload, type DashboardWidgetConfig, type DashboardWidgetData, type DashboardWidgetProps, type DashboardWidgetRemovePayload, type DashboardWidgetType, type DashboardWidgetVariantProps, type DataSource, DataTable, DataTableBooleanCell, type DataTableBooleanCellProps, type DataTableColumnMeta, DataTableCurrencyCell, type DataTableCurrencyCellProps, DataTableDateCell, type DataTableDateCellProps, type DataTableFilterVariant, type DataTablePaginationInfo, DataTableProgressCell, type DataTableProgressCellProps, type DataTableProps, DataTableRatingCell, type DataTableRatingCellProps, DatePicker, type DatePickerProps, type DatePickerSize, type DatePickerTriggerVariantProps, type DatePickerVariant, type DateRange, DateRangeInput, type DateRangeInputFieldVariantProps, type DateRangeInputProps, DateRangePicker, type DateRangePickerProps, type DateRangePickerTriggerVariantProps, type DateRangePreset, type DateRangePresetVariantProps, DateRangePresets, type DateRangePresetsProps, DefaultFallback, type DelegatePayload, DeltaBar, type DeltaBarProps, type DeltaBarSize, Dialog, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, DialogPortal, type DialogPortalProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, type DiffLine, Divider, type DividerLabelPosition, type DividerLineType, type DividerOrientation, type DividerProps, type DividerType, type DividerVisualStyle, DndContext, type DndContextProps, type DragAndDropDataSlot, DragHandle, type DragHandleProps, type DragHandleVariantProps, DragOverlay, type DragOverlayProps, type DragOverlayVariantProps, Draggable, type DraggableProps, type DraggableRenderProps, type DraggableVariantProps, Drawer, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, type DrawerContentVariantProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerOverlay, type DrawerOverlayProps, DrawerPortal, type DrawerPortalProps, type DrawerProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuItemVariantProps, DropdownMenuLabel, type DropdownMenuLabelProps, type DropdownMenuLabelVariantProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, type DropdownMenuSubTriggerVariantProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Droppable, type DroppableProps, type DroppableRenderProps, type DroppableVariantProps, type DropzoneRenderFn, type DropzoneState, type EditableColumnMeta, EmailInput, type EmailInputProps, type EmailInputValidationState, type EmailValidationIconVariantProps, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, ErrorBoundary, type ErrorBoundaryProps, type ErrorBoundaryState, type ErrorDefault, ErrorMessage, type ErrorMessageIconVariantProps, type ErrorMessageProps, type ErrorMessageSize, type ErrorMessageVariant, type ErrorMessageVariantProps, type ErrorObject, ErrorPage, type ErrorPageProps, type ErrorType, type EscalatePayload, EventCalendar, EventCalendarAgenda, type EventCalendarAgendaProps, EventCalendarDay, type EventCalendarDayProps, EventCalendarEvent, type EventCalendarEventProps, EventCalendarHeader, type EventCalendarHeaderProps, EventCalendarMonth, type EventCalendarMonthProps, type EventCalendarProps, type EventCalendarView, EventCalendarWeek, type EventCalendarWeekProps, type ExportFormat$1 as ExportFormat, type ExportOptions, type ExportPayload, type FallbackProps, type FallbackRender, Feed, type FeedProps$1 as FeedComponentProps, FeedItemComponent as FeedItem, type FeedItemProps$1 as FeedItemComponentProps, type FeedItemData, type FeedItem as FeedItemDataType, type FeedItemProps, type FeedProps, type FeedSize, FeedSkeleton, type FeedVariant, Field, FieldContent, type FieldContentProps, type FieldDefinition, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorItem, type FieldErrorProps, FieldGroup, type FieldGroupProps, FieldLabel, type FieldLabelProps, FieldLegend, type FieldLegendProps, type FieldLegendVariant, type FieldLegendVariantProps, type FieldOption, type FieldOrientation, type FieldProps, FieldSeparator, type FieldSeparatorProps, FieldSet, type FieldSetProps, FieldTitle, type FieldTitleProps, type FieldType, type FieldVariantProps, type FileChange, FileDropzone, type FileDropzoneProps, type FileInfo, FilePreview, type FilePreviewActionButtonVariantProps, type FilePreviewActionsVariantProps, type FilePreviewContentVariantProps, type FilePreviewDataSlot, type FilePreviewFallbackVariantProps, type FilePreviewInfoVariantProps, type FilePreviewProps, type FilePreviewState, type FilePreviewVariantProps, type FileTypeCategory, FileUpload, FileUploadAvatar, type FileUploadAvatarVariantProps, type FileUploadChangePayload, type FileUploadCompletePayload, type FileUploadContextValue, type FileUploadDataSlot, FileUploadDropzone, type FileUploadDropzoneProps, type FileUploadDropzoneVariantProps, type FileUploadErrorPayload, FileUploadInline, FileUploadList, type FileUploadListProps, FileUploadPreview, type FileUploadPreviewProps, type FileUploadPreviewVariantProps, FileUploadProgressBar, type FileUploadProgressPayload, type FileUploadProgressProps, type FileUploadProgressVariantProps, type FileUploadProps, type FileUploadRemovePayload, FileUploadTrigger, type FileUploadTriggerProps, type FileUploadTriggerVariantProps, type FileUploadVariantProps, type FileValidationError, FilterBuilder, type FilterBuilderEventPayload, type FilterBuilderProps, type FilterBuilderVariantProps, FilterGroupComponent as FilterGroup, type FilterGroupProps, type FilterGroup as FilterGroupType, type FilterGroupVariantProps, FilterPreview, type FilterPreviewProps, FilterRuleComponent as FilterRule, type FilterRuleEventPayload, type FilterRuleProps, type FilterRule as FilterRuleType, type FilterRuleVariantProps, FilterToolbar, type FilterToolbarProps, Flex, type FlexAlign, type FlexDirection, type FlexElement, type FlexGap, type FlexJustify, type FlexProps, type FlexVariantProps, type FlexWrap, FloatLabel, type FloatLabelProps, type FloatLabelVariant, FocusTrap, type FocusTrapProps, type FocusedCell, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, type FormDescriptionVariantProps, FormField, FormFieldContext, type FormFieldContextValue, type FormFieldProps, FormItem, FormItemContext, type FormItemContextValue, type FormItemProps, type FormItemVariantProps, FormLabel, type FormLabelProps, type FormLabelVariantProps, FormMessage, type FormMessageProps, type FormMessageVariantProps, type FormProps, FormValidation, type FormValidationProps, type FormValidationState, type FormValidationVariantProps, FunnelChart, type FunnelChartDataItem, type FunnelChartLabelPosition, type FunnelChartLegendPosition, type FunnelChartProps, type FunnelChartTooltipCallbackProps, type FunnelChartTooltipIndicator, GaugeChart, type GaugeChartProps, type GaugeSize, type GaugeVariant, type GaugeZone, type GeneratePayload, GradientSpinner, type GradientSpinnerVariants, Grid, type GridAlign, type GridCols, type GridElement, type GridFlow, type GridGap, type GridProps, type GridRows, type GridVariantProps, Header, HeaderActions, type HeaderActionsProps, HeaderBrand, type HeaderBrandProps, HeaderNav, type HeaderNavProps, type HeaderProps, Heading, type HeadingAlign, type HeadingColor, type HeadingGradient, type HeadingLevel, type HeadingProps, type HeadingSize, type HeadingWeight, Heatmap, HeatmapCell, type HeatmapCellEventPayload, type HeatmapCellProps, type HeatmapData, HeatmapLegend, type HeatmapLegendPosition, type HeatmapProps, type HeatmapSelectedCell, HelpText, type HelpTextIconVariantProps, type HelpTextProps, type HelpTextSize, type HelpTextVariant, type HelpTextVariantProps, HoverCard, HoverCardContent, HoverCardTrigger, Icon, type IconProps, type IconSize, type IconVariant, IftaLabel, type IftaLabelProps, Image, type ImageAspectRatio, ImageGallery, type ImageGalleryGap, ImageGalleryItem, type ImageGalleryItemProps, type ImageGalleryLayout, type ImageGalleryProps, type ImageItem, type ImageObjectFit, type ImageProps, type ImageSize, type ImageVariant, type InputEventPayload, InputGroup, InputGroupAddon, type InputGroupAddonAlign, type InputGroupAddonProps, type InputGroupAddonVariantProps, InputGroupButton, type InputGroupButtonProps, type InputGroupButtonSize, type InputGroupButtonVariantProps, InputGroupInput, type InputGroupInputProps, type InputGroupInputVariantProps, type InputGroupProps, type InputGroupSize, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputGroupTextareaVariantProps, type InputGroupVariantProps, type InputIconVariantProps, InputOTP, type InputOTPContainerVariantProps, type InputOTPDigits, type InputOTPExtraProps, InputOTPField, type InputOTPFieldDescriptionVariantProps, type InputOTPFieldErrorVariantProps, type InputOTPFieldLabelVariantProps, type InputOTPFieldProps, type InputOTPFieldVariantProps, InputOTPGroup, type InputOTPGroupProps, type InputOTPProps, InputOTPSeparator, type InputOTPSeparatorProps, type InputOTPSize, InputOTPSlot, type InputOTPSlotProps, type InputOTPSlotVariantProps, type InputSize, type InputVariant, type InputVariantProps, Item, ItemActions, type ItemAddPayload, type ItemClickPayload, ItemContent, type ItemDeletePayload, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, type ItemMovePayload, ItemSeparator, ItemTitle, type ItemUpdatePayload, KPICard, type KPICardProps, type KPICardSize, type KPICardTrend, type KPICardVariant, KanbanBoard, type KanbanBoardProps, KanbanCard, type KanbanCardProps, type KanbanColumn, type KanbanColumnProps, type KanbanFilterConfig, type KanbanItem, type KanbanLabel, type KanbanSubtasks, type KanbanUser, Kbd, KbdGroup, type KbdGroupProps, type KbdProps, type KbdSize, type KbdVariant, type KbdVariants, type KeyboardShortcuts, Label, type LabelProps, type LayoutChangePayload, type LayoutItem, type LegendPayloadItem, Lightbox, type LightboxImage, type LightboxProps, LineChart, type LineChartCurveType, type LineChartProps, type LineChartSeriesConfig, type LineChartTooltipIndicator, type LineChartVariant, Link, type LinkEventPayload, type LinkProps, type LinkSize, type LinkUnderline, type LinkVariant, List, ListItem, ListItemActions, ListItemContent, type ListItemProps, ListItem as ListItemType, type ListProps, MarkdownEditor, type MarkdownEditorMode, type MarkdownEditorProps, type MarkdownEditorRef, MarkdownHelp, type MarkdownHelpProps, MarkdownPreview, type MarkdownPreviewProps, MarkdownToolbar, type MarkdownToolbarProps, MarkerBar, type MarkerBarProps, type MarkerBarSize, Menu, MenuGroup, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLabel, type MenuLabelProps, type MenuProps, MenuSeparator, type MenuSeparatorProps, MenuShortcut, type MenuShortcutProps, Menubar, MenubarCheckboxItem, type MenubarCheckboxItemProps, MenubarContent, type MenubarContentProps, MenubarGroup, type MenubarGroupProps, MenubarItem, type MenubarItemProps, type MenubarItemVariantProps, MenubarLabel, type MenubarLabelProps, type MenubarLabelVariantProps, MenubarMenu, type MenubarMenuProps, MenubarPortal, type MenubarPortalProps, type MenubarProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, type MenubarRadioItemProps, MenubarSeparator, type MenubarSeparatorProps, MenubarShortcut, type MenubarShortcutProps, MenubarSub, MenubarSubContent, type MenubarSubContentProps, type MenubarSubProps, MenubarSubTrigger, type MenubarSubTriggerProps, type MenubarSubTriggerVariantProps, MenubarTrigger, type MenubarTriggerProps, Message, type MessageProps, type MessageSize, type MessageVariant, Modal, type ModalProps, type ModalSize, MultiSelect, type MultiSelectOption, type MultiSelectProps, type MultiSelectSize, type MultiSelectVariant, NativeSelect, NativeSelectOptGroup, type NativeSelectOptGroupProps, NativeSelectOption, type NativeSelectOptionProps, type NativeSelectProps, type NativeSelectSize$1 as NativeSelectSize, type NativeSelectVariant, type NativeSelectVariantProps, Navbar, NavbarBrand, type NavbarBrandProps, NavbarContent, type NavbarContentProps, NavbarItem, type NavbarItemProps, NavbarLink, type NavbarLinkProps, NavbarMenu, type NavbarMenuProps, NavbarMenuToggle, type NavbarMenuToggleProps, type NavbarProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, Notification, NotificationDismissButton, type NotificationItem, type NotificationProps, type NotificationVariant, NumberInput, type NumberInputProps, type NumberStepperButtonVariantProps, type NumberStepperVariantProps, type OperatorInfo, type OperatorType, type OperatorsByType, PROGRESS_CIRCLE_SIZES, Pagination, PaginationContent, type PaginationContentProps, PaginationEllipsis, type PaginationEllipsisProps, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, type PaginationProps, Panel, PanelContent, type PanelContentProps, type PanelContentVariantProps, PanelFooter, type PanelFooterProps, PanelHeader, type PanelHeaderProps, type PanelPosition, type PanelProps, type PanelSize, type PanelVariant, type PanelVariantProps, Paragraph, type ParagraphAlign, type ParagraphColor, type ParagraphLeading, type ParagraphProps, type ParagraphSize, type ParagraphSpacing, type ParagraphWeight, PasswordInput, type PasswordInputProps, type PasswordToggleVariantProps, PaymentInput, type PaymentInputProps, type PaymentInputSize, type PaymentInputVariant, type PaymentInputVariantProps, PhoneInput, type PhoneInputProps, type PhoneInputSize, type PhoneInputVariant, type PhoneInputVariantProps, PieChart, type PieChartActiveShape, type PieChartCenterLabel, type PieChartDataItem, type PieChartLabelConfig, type PieChartProps, type PieChartTooltipCallbackProps, type PieChartTooltipIndicator, type PieChartVariant, Popover, type PopoverAlign, PopoverAnchor, type PopoverAnchorProps, type PopoverCloseProps, PopoverContent, type PopoverContentProps, type PopoverPortalProps, type PopoverProps, type PopoverSide, PopoverTrigger, type PopoverTriggerProps, Portal, type PortalProps, type PreviewContainerVariantProps, type PreviewPanelProps, ProgressBar, type ProgressBarColor, type ProgressBarLabelPosition, type ProgressBarLabelProps, type ProgressBarProps, type ProgressBarSize, ProgressCircle, type ProgressCircleColor, type ProgressCircleContainerVariants, type ProgressCircleIndicatorVariants, type ProgressCircleProps, type ProgressCircleShape, type ProgressCircleSize, type ProgressCircleTrackVariants, ProgressSteps, type ProgressStepsProps, type ProgressStepsVariantProps, RadioButton, type RadioButtonIndicatorVariantProps, type RadioButtonLabelVariantProps, type RadioButtonProps, type RadioButtonSize, type RadioButtonVariantProps, type RadioButtonWrapperVariantProps, RadioCardGroup, RadioCardGroupItem, type RadioCardGroupItemProps, type RadioCardGroupProps, type RadioCardGroupSize, RadioGroup, type RadioGroupIndicatorVariantProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupItemVariantProps, type RadioGroupOrientation, type RadioGroupProps, type RadioGroupSize, type RadioGroupVariantProps, type RangeCalendarProps, Rating, type RatingItemProps, type RatingItemVariantProps, type RatingProps, type RatingSize, type RatingVariantProps, type Reaction, type RecurrenceRule, type RefreshPayload, type RejectPayload, type ReportChartConfig, type ReportConfig, type ReportErrorPayload, type ReportExportPayload, ReportGenerator, type ReportGeneratorProps, type ReportGeneratorState, type ReportGeneratorVariantProps, type ReportTemplate, ResizableHandle, type ResizableHandleProps, type ResizableHandleVariant, type ResizableHandleVariantProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelGroupVariantProps, type ResizablePanelProps, type ResizablePanelVariantProps, type ResponsiveColumns, ResponsiveContainer, type ResponsiveContainerBreakpoint, type ResponsiveContainerElement, type ResponsiveContainerMaxWidth, type ResponsiveContainerProps, type ResponsiveContainerVariant, type ResponsiveContainerVariantProps, RichTextBubbleMenuContent as RichTextBubbleMenu, type RichTextBubbleMenuProps, RichTextEditor, type RichTextEditorProps, type RichTextEditorRef, RichTextFloatingMenuContent as RichTextFloatingMenu, type RichTextFloatingMenuProps, RichTextToolbar, type RichTextToolbarProps, ScatterChart, type ScatterChartEventProps, type ScatterChartIntervalType, type ScatterChartLegendPosition, type ScatterChartProps, type ScatterChartSeriesConfig, type ScatterChartShape, type ScatterChartTooltipCallbackProps, type ScatterChartTooltipIndicator, type ScatterChartValueFormatter, type ScheduleConfig, type SchedulePayload, ScrollArea, type ScrollAreaProps, type ScrollAreaVariantProps, type ScrollAreaViewportVariantProps, ScrollBar, type ScrollBarOrientation, type ScrollBarProps, type ScrollBarSize, type ScrollBarThumbVariantProps, type ScrollBarVariantProps, Search, type SearchClearButtonVariantProps, SearchEmpty, type SearchEmptyProps, type SearchFilter, SearchFilters, type SearchFiltersProps, type SearchGroup, SearchHighlight, type SearchHighlightProps, SearchHistory, type SearchHistoryProps, type SearchIconVariantProps, SearchInput, type SearchInputProps$1 as SearchInputProps, SearchLoading, type SearchLoadingProps, type SearchProps, type SearchResult, SearchResultGroup, type SearchResultGroupProps, SearchResultItem, type SearchResultItemProps, SearchResults, type SearchResultsProps, type SearchSize, type SearchState, type SearchVariant, Section, type SectionProps, type SectionSize, type SectionVariant, type SectionVariantProps, Select, SelectContent, type SelectContentProps, type SelectContentVariantProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, type SelectItemVariantProps, SelectLabel, type SelectLabelProps, type SelectLabelVariantProps, type SelectProps, type SelectScrollButtonVariantProps, SelectScrollDownButton, type SelectScrollDownButtonProps, SelectScrollUpButton, type SelectScrollUpButtonProps, SelectSeparator, type SelectSeparatorProps, type SelectSeparatorVariantProps, type SelectSize, SelectTrigger, type SelectTriggerProps, type SelectTriggerVariantProps, SelectValue, type SelectValueProps, type SelectVariant, Sheet, SheetBody, type SheetBodyProps, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, type SheetContentVariantProps, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, SheetOverlay, type SheetOverlayProps, type SheetOverlayVariant, type SheetOverlayVariantProps, SheetPortal, type SheetPortalProps, type SheetProps, type SheetSide, type SheetSize, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, type SidebarGroupContentProps, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInput, type SidebarInputProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, type SidebarMenuBadgeProps, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarMenuSubItemProps, type SidebarMenuSubProps, SidebarPanelContent, type SidebarPanelContentProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarRailButton, type SidebarRailButtonProps, SidebarRailContent, type SidebarRailContentProps, type SidebarRailProps, SidebarSeparator, type SidebarSeparatorProps, type SidebarState, SidebarTrigger, type SidebarTriggerProps, SingleStat, type SingleStatProps, type SingleStatSize, type SingleStatVariant, SkeletonLoader, type SkeletonLoaderAnimation, type SkeletonLoaderProps, type SkeletonLoaderShape, type SkeletonLoaderSize, type SkeletonLoaderVariants, SkipLink, type SkipLinkItem, type SkipLinkProps, SkipLinksList, type SkipLinksListProps, Slider, type SliderColor, type SliderFormatValue, type SliderGetAriaValueText, type SliderLabelType, type SliderLabelVariantProps, type SliderMark, type SliderMarkContainerVariantProps, type SliderMarkLabelVariantProps, type SliderMarkTickVariantProps, type SliderMarkVariantProps, type SliderOrientation, type SliderProps, type SliderRangeVariantProps, type SliderRootVariantProps, type SliderSize, type SliderThumbVariantProps, type SliderTooltipVariantProps, type SliderTrackVariantProps, type SliderValue, SortableContext, type SortableContextProps, SortableItem, type SortableItemProps, type SortableItemRenderProps, type SortableItemState, type SortableItemVariantProps, SortableList, type SortableListDataSlot, SortableListDragHandle, type SortableListDragHandleProps, type SortableListHandleContextValue, SortableListItem, type SortableListItemProps, type SortableListProps, type SortableListReorderEvent, Spacer, type SpacerAxis, type SpacerFlex, type SpacerNumericSize, type SpacerProps, type SpacerSize, type SpacerTokenSize, type SpanColumnMeta, Sparkline, type SparklineData, type SparklineDataPoint, type SparklineFill, type SparklineProps, type SparklineSize, type SparklineVariant, SpeedDial, type SpeedDialAction, type SpeedDialDirection, type SpeedDialProps, Spinner, type SpinnerColor, type SpinnerProps, type SpinnerSize, type SpinnerVariant, type SpinnerVariants, SplitButton, type SplitButtonEventPayload, type SplitButtonMenuItem, type SplitButtonProps, type SplitButtonSize, type SplitButtonVariant, Stack, type StackAlign, type StackDirection, type StackElement, type StackJustify, type StackProps, type StackSpacing, type StackVariantProps, type StatusConfig, StatusIndicator, type StatusIndicatorProps, type StatusIndicatorSize, type StatusIndicatorVariant, type StatusType, type Step, type StepBadgeVariantProps, type StepChangePayload, type StepCircleVariantProps, type StepConnectorHorizontalVariantProps, type StepConnectorVerticalVariantProps, type StepIndicatorProps, type StepIndicatorVariantProps, type StepItem, type StepItemProps, type StepItemVariantProps, Stepper, type StepperConnectorHorizontalVariantProps, type StepperConnectorVerticalVariantProps, type StepperIndicatorVariantProps, type StepperItemVariantProps, type StepperProps, type StepperVariantProps, SuccessMessage, type SuccessMessageProps, type SuccessMessageVariantProps, Switch, type SwitchProps, type SwitchSize, type SwitchState, type SwitchThumbVariantProps, type SwitchVariantProps, TabNavigation, TabNavigationLink, type TabNavigationLinkProps, type TabNavigationProps, type TabNavigationVariant, TabPanel, TabPanelList, type TabPanelListProps, type TabPanelProps, TabPanelRoot, type TabPanelRootProps, TabPanelTrigger, type TabPanelTriggerProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TabsVariant, Tag, type TagAvatarProps, TagGroup, type TagGroupContextValue, type TagGroupProps, type TagProps, type TagSize, TagsInput, type TagsInputInputVariantProps, type TagsInputProps, type TagsInputSize, type TagsInputVariant, type TagsInputVariantProps, type TaskAssignee, TaskCard, type TaskCardAssignee, type TaskCardProps, type TaskCardStatus, type TaskGroupBy, type TaskItem, TaskList, type TaskListPriority, type TaskListProps, type TaskListStatus, type TaskPriority, TaskStatus, type TaskStatusColorVariantProps, type TaskStatusConfig, type TaskStatusConfigMap, type TaskStatusIconVariantProps, type TaskStatusLabelVariantProps, type TaskStatusMenuItemVariantProps, type TaskStatusMenuProps, type TaskStatusProps, type TaskStatusTriggerVariantProps, type TaskStatusVariantProps, type TemplateCardVariantProps, type TemplateSelectorProps, Text, type TextElement, TextInput, type TextInputProps, type TextProps, type TextSize, type TextVariant, type TextWeight, Textarea, TextareaField, type TextareaFieldDescriptionVariantProps, type TextareaFieldErrorVariantProps, type TextareaFieldLabelVariantProps, type TextareaFieldProps, type TextareaFieldVariantProps, type TextareaProps, type TextareaResize, type TextareaSize, type TextareaVariant, type TextareaVariantProps, Thumbnail, type ThumbnailAspectRatio, type ThumbnailProps, type ThumbnailRounded, type ThumbnailRoundedVariant, type ThumbnailSize, type ThumbnailSizeVariant, type TimeItemVariantProps, TimePicker, type TimePickerProps, type TimePickerSize, type TimePickerTriggerVariantProps, type TimePickerVariant, type TimeScrollListVariantProps, type TimeSlot, Timeline, TimelineConnector, TimelineContent, TimelineItemComponent as TimelineItem, type TimelineItem as TimelineItemData, type TimelineItemProps, TimelineMarker, type TimelineProps, type ToastOptions, type ToastPosition, type ToastPromiseOptions, type ToastTheme, Toaster, type ToasterProps, Toggle, ToggleGroup, type ToggleGroupItemVariantProps, type ToggleGroupMultipleProps, type ToggleGroupProps, type ToggleGroupSingleProps, ToggleItem, type ToggleItemProps, type ToggleProps, type ToggleSize, type ToggleVariant, Toolbar, type ToolbarAction, ToolbarButton, type ToolbarButtonProps, ToolbarLink, type ToolbarLinkProps, type ToolbarProps, ToolbarSeparator, type ToolbarSeparatorProps, ToolbarToggleGroup, type ToolbarToggleGroupProps, ToolbarToggleItem, type ToolbarToggleItemProps, Tooltip, type TooltipAlign, TooltipArrow, type TooltipArrowProps, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, type TooltipSide, TooltipTrigger, type TooltipTriggerProps, Tracker, type TrackerBlockData, type TrackerProps, URLInput, type URLInputProps, type URLInputValidationState, type URLLinkIconVariantProps, type URLValidationIconVariantProps, type UploadProgress, type UploadResult, type UseFormFieldReturn, type ValidationRule, type Version, VersionActions, type VersionActionsProps, type VersionAuthor, VersionBadge, VersionControl, type VersionControlProps, VersionDiff, type VersionDiffProps, VersionItem, type VersionItemProps, VersionList, VersionTimeline, type VersionTimelineProps, VirtualTable, type VirtualTableProps, Wizard, type WizardProps, type WizardStep, accordionContentInnerVariants, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, alertVariants, approvalFlowActionsVariants, approvalFlowConnectorVariants, approvalFlowMarkerVariants, approvalFlowStepCardVariants, approvalFlowStepVariants, approvalFlowVariants, approvalStatusVariants, arrayMove, aspectRatios, assetManagerContentVariants, assetManagerEmptyVariants, assetManagerGridVariants, assetManagerItemInfoVariants, assetManagerItemVariants, assetManagerLoadingVariants, assetManagerSidebarVariants, assetManagerThumbnailVariants, assetManagerToolbarVariants, assetManagerUploaderVariants, assetManagerVariants, availableChartColors, avatarAddButtonVariants, avatarBadgeVariants, avatarFallbackVariants, avatarGroupVariants, avatarLabelGroupVariants, avatarStatusVariants, avatarVariants, badgeVariants, bannerVariants, breadcrumbEllipsisVariants, breadcrumbItemVariants, breadcrumbLinkVariants, breadcrumbListVariants, breadcrumbPageVariants, breadcrumbSeparatorVariants, buttonGroupItemVariants, buttonGroupVariants, buttonVariants, calculateRatio, calendarContainerVariants, calendarDayButtonVariants, calendarDayCellVariants, calendarDisabledVariants, calendarNavButtonVariants, calendarOutsideVariants, calendarRangeEndVariants, calendarRangeMiddleVariants, calendarRangeStartVariants, calendarTodayIndicatorVariants, calendarTodayVariants, calloutVariants, cardActionVariants, cardContentVariants, cardDescriptionVariants, cardFooterVariants, cardHeaderVariants, cardTitleVariants, cardTypes, cardVariants, changeIndicatorVariants, chartColors, checkboxGroupDescriptionVariants, checkboxGroupHeaderVariants, checkboxGroupItemWrapperVariants, checkboxGroupLabelVariants, checkboxGroupVariants, checkboxIconVariants, checkboxVariants, collapsibleContentVariants, collapsibleTriggerVariants, collapsibleVariants, colorPickerPreviewVariants, colorPickerSwatchVariants, colorPickerTriggerVariants, combinatorToggleVariants, commandEmptyVariants, commandGroupVariants, commandInputIconVariants, commandInputVariants, commandInputWrapperVariants, commandItemVariants, commandListVariants, commandSeparatorVariants, commandShortcutVariants, commandVariants, commentActionsVariants, commentContentVariants, commentEmptyStateVariants, commentHeaderVariants, commentInputContainerVariants, commentItemVariants, commentMentionVariants, commentReactionVariants, commentRepliesVariants, commentSystemVariants, commentThreadLineVariants, commentTimelineMarkerVariants, completedStyles, configSectionVariants, constructCategoryColors, containerVariants, contextMenuCheckboxItemVariants, contextMenuContentVariants, contextMenuIndicatorWrapperVariants, contextMenuItemVariants, contextMenuLabelVariants, contextMenuRadioItemVariants, contextMenuSeparatorVariants, contextMenuShortcutVariants, contextMenuSubContentVariants, contextMenuSubTriggerVariants, dashboardBuilderCanvasVariants, dashboardBuilderDropZoneVariants, dashboardBuilderEmptyStateVariants, dashboardBuilderPropertiesPanelVariants, dashboardBuilderResizeHandleVariants, dashboardBuilderToolbarVariants, dashboardBuilderVariants, dashboardBuilderWidgetCardVariants, dashboardBuilderWidgetLibraryVariants, dashboardBuilderWidgetVariants, dashboardCardContentVariants, dashboardCardFooterVariants, dashboardCardHeaderVariants, dashboardCardTitleVariants, dashboardCardValueVariants, dashboardCardVariants, dashboardContentVariants, dashboardEmptyVariants, dashboardGridVariants, dashboardHeaderVariants, dashboardLoadingVariants, dashboardSidebarVariants, dashboardVariants, dashboardWidgetHeaderVariants, dashboardWidgetVariants, datePickerTriggerVariants, dateRangeInputContainerVariants, dateRangeInputFieldVariants, dateRangePickerFooterVariants, dateRangePickerTriggerVariants, dateRangePresetVariants, dateRangePresetsContainerVariants, defaultChartColors, defaultCountries, defaultPresets, defaultReactions, defaultWidgets, detectCardType, diffLineVariants, dividerContentVariants, dividerLineVariants, dividerWrapperVariants, downloadFile, dragHandleVariants, dragOverlayVariants, draggableVariants, drawerContentBaseVariants, drawerContentVariants, drawerDescriptionVariants, drawerFooterVariants, drawerHandleVariants, drawerHeaderVariants, drawerOverlayVariants, drawerTitleVariants, dropdownMenuCheckboxItemVariants, dropdownMenuContentVariants, dropdownMenuIndicatorWrapperVariants, dropdownMenuItemVariants, dropdownMenuLabelVariants, dropdownMenuRadioItemVariants, dropdownMenuSeparatorVariants, dropdownMenuShortcutVariants, dropdownMenuSubContentVariants, dropdownMenuSubTriggerVariants, droppableVariants, emailValidationIconVariants, emptyMediaVariants, emptyStateStyles, emptyStateVariants, errorBoundaryActionVariants, errorBoundaryCardVariants, errorBoundaryFallbackVariants, errorBoundaryIconVariants, errorBoundaryMessageVariants, errorBoundaryStackVariants, errorBoundaryTitleVariants, errorDefaults, errorMessageIconVariants, errorMessageListVariants, errorMessageVariants, errorStateVariants, eventCalendarAgendaItemVariants, eventCalendarCellVariants, eventCalendarDayNumberVariants, eventCalendarEventVariants, eventCalendarHeaderVariants, eventCalendarTimeSlotVariants, eventCalendarVariants, eventCalendarViewButtonVariants, exportButtonGroupVariants, exportToCSV, exportToExcel, exportToPDF, feedItemVariants, feedVariants, fieldContentVariants, fieldDescriptionVariants, fieldErrorVariants, fieldGroupVariants, fieldLabelVariants, fieldLegendVariants, fieldSeparatorVariants, fieldSetVariants, fieldTitleVariants, fieldVariants, fileDropzoneVariants, filePreviewActionButtonVariants, filePreviewActionsVariants, filePreviewContentVariants, filePreviewFallbackVariants, filePreviewInfoVariants, filePreviewVariants, filterBuilderVariants, filterGroupHeaderVariants, filterGroupVariants, filterPreviewVariants, filterRuleVariants, filterToolbarVariants, findCountryByCode, findCountryByDialCode, flexVariants, formActionsVariants, formDescriptionVariants, formItemVariants, formLabelVariants, formMessageVariants, formValidationVariants, formatCardNumber, formatPhoneNumber, gaugeChartVariants, getCardBrandName, getCardConfig, getCardDigits, getColorClassName, getEventVariant, getInitials, getPhoneDigits, getRatio, getYAxisDomain, gradientSpinnerVariants, gridVariants, groupHeaderStyles, headerActionsVariants, headerBrandVariants, headerContainerVariants, headerNavVariants, headerVariants, headingVariants, heatmapVariants, helpTextIconVariants, helpTextVariants, iconVariants, imageVariants, inputGroupAddonVariants, inputGroupButtonVariants, inputGroupInputVariants, inputGroupTextareaVariants, inputGroupVariants, inputIconVariants, inputOTPCaretInnerStyles, inputOTPCaretStyles, inputOTPContainerVariants, inputOTPFieldDescriptionVariants, inputOTPFieldErrorVariants, inputOTPFieldLabelVariants, inputOTPFieldVariants, inputOTPGroupVariants, inputOTPSlotVariants, inputVariants, inputWrapperVariants, isEditableColumnMeta, isFilterGroup, isFilterRule, isSpanColumnMeta, itemMediaVariants, itemVariants, kanbanAddButtonVariants, kanbanBoardVariants, kanbanCardDescriptionVariants, kanbanCardMetaVariants, kanbanCardTitleVariants, kanbanCardVariants, kanbanColumnContentVariants, kanbanColumnHeaderVariants, kanbanColumnVariants, kanbanDropIndicatorVariants, kanbanLabelVariants, kanbanSearchVariants, kanbanSwimlaneVariants, kbdVariants, linkVariants, listItemVariants, listVariants, loadingStateVariants, loadingStyles, markerBarContainerVariants, markerBarMarkerVariants, markerBarMarkerWrapperVariants, markerBarRangeVariants, mentionSuggestionItemVariants, mentionSuggestionsVariants, menuGroupVariants, menuItemVariants, menuLabelVariants, menuSeparatorVariants, menuShortcutVariants, menuVariants, menubarCheckboxItemVariants, menubarContentVariants, menubarIndicatorWrapperVariants, menubarItemVariants, menubarLabelVariants, menubarRadioItemVariants, menubarSeparatorVariants, menubarShortcutVariants, menubarSubContentVariants, menubarSubTriggerVariants, menubarTriggerVariants, menubarVariants, messageVariants, nativeSelectIconVariants, nativeSelectLeftIconVariants, nativeSelectVariants, nativeSelectWithLeftIconPadding, nativeSelectWrapperVariants, navbarBrandVariants, navbarContainerVariants, navbarContentVariants, navbarItemVariants, navbarLinkVariants, navbarMenuToggleVariants, navbarMenuVariants, navbarVariants, navigationMenuContentVariants, navigationMenuIndicatorArrowVariants, navigationMenuIndicatorVariants, navigationMenuItemVariants, navigationMenuLinkVariants, navigationMenuListVariants, navigationMenuTriggerStyle, navigationMenuVariants, navigationMenuViewportVariants, navigationMenuViewportWrapperVariants, notificationVariants, numberInputPaddingVariants, numberStepperButtonVariants, numberStepperVariants, paginationContentVariants, paginationEllipsisVariants, paginationNextVariants, paginationPreviousVariants, paginationVariants, panelContentVariants, panelFooterVariants, panelHeaderVariants, panelVariants, paragraphVariants, passwordToggleVariants, paymentInputIconVariants, paymentInputInputVariants, paymentInputVariants, phoneInputCountryButtonVariants, phoneInputDropdownVariants, phoneInputInputVariants, phoneInputOptionVariants, phoneInputVariants, portalContainerVariants, portalContentVariants, portalOverlayVariants, previewContainerVariants, previewContentVariants, previewHeaderVariants, priorityStyles, progressBarIndicatorVariants, progressBarLabelVariants, progressBarTooltipVariants, progressBarVariants, progressCircleContainerVariants, progressCircleIndicatorVariants, progressCircleLabelVariants, progressCircleTrackVariants, progressCircleValueVariants, progressStepsVariants, radioButtonIndicatorVariants, radioButtonLabelVariants, radioButtonVariants, radioButtonWrapperVariants, radioCardGroupItemContentVariants, radioCardGroupItemDescriptionVariants, radioCardGroupItemDotVariants, radioCardGroupItemIconVariants, radioCardGroupItemIndicatorVariants, radioCardGroupItemTitleVariants, radioCardGroupItemVariants, radioCardGroupVariants, radioGroupIndicatorVariants, radioGroupItemVariants, radioGroupVariants, ratingItemVariants, ratingVariants, reportGeneratorVariants, stepBadgeVariants as reportStepBadgeVariants, stepIndicatorVariants as reportStepIndicatorVariants, stepItemVariants as reportStepItemVariants, resizableHandleGripVariants, resizableHandleVariants, resizablePanelGroupVariants, resizablePanelVariants, responsiveContainerVariants, richTextEditorBubbleMenuVariants, richTextEditorContentVariants, richTextEditorFloatingMenuVariants, richTextEditorPlaceholderVariants, richTextEditorToolbarButtonVariants, richTextEditorToolbarVariants, richTextEditorVariants, ruleFieldVariants, ruleOperatorVariants, ruleValueVariants, rulesContainerVariants, scrollAreaCornerVariants, scrollAreaVariants, scrollAreaViewportVariants, scrollBarThumbVariants, scrollBarVariants, searchClearButtonVariants, searchEmptyVariants, searchFilterVariants, searchFiltersContainerVariants, searchGroupHeadingVariants, searchHighlightVariants, searchHistoryHeaderVariants, searchIconVariants, searchInputVariants, searchInputWrapperVariants, searchLoadingVariants, searchResultIconVariants, searchResultItemVariants, searchResultsVariants, searchVariants, sectionVariants, selectContentVariants, selectItemVariants, selectLabelVariants, selectScrollButtonVariants, selectSeparatorVariants, selectTriggerVariants, selectedItemStyles, selectedStyles, sheetContentVariants, sheetOverlayVariants, sidebarContainerVariants, sidebarContentVariants, sidebarDesktopVariants, sidebarFooterVariants, sidebarGapVariants, sidebarGroupActionVariants, sidebarGroupContentVariants, sidebarGroupLabelVariants, sidebarGroupVariants, sidebarHeaderVariants, sidebarInnerVariants, sidebarInputVariants, sidebarInsetVariants, sidebarMenuActionShowOnHoverVariants, sidebarMenuActionVariants, sidebarMenuBadgeVariants, sidebarMenuButtonVariants, sidebarMenuItemVariants, sidebarMenuSkeletonVariants, sidebarMenuSubButtonVariants, sidebarMenuSubItemVariants, sidebarMenuSubVariants, sidebarMenuVariants, sidebarMobileVariants, sidebarNonCollapsibleVariants, sidebarProviderVariants, sidebarRailButtonVariants, sidebarRailVariants, sidebarSeparatorVariants, sidebarTriggerVariants, skeletonLoaderVariants, skipLinkVariants, skipLinksListInnerVariants, skipLinksListItemVariants, skipLinksListVariants, sliderLabelVariants, sliderMarkContainerVariants, sliderMarkLabelVariants, sliderMarkTickVariants, sliderMarkVariants, sliderRangeVariants, sliderRootVariants, sliderThumbVariants, sliderTooltipVariants, sliderTrackVariants, sortableItemVariants, sortableListHandleVariants, sortableListItemVariants, sortableListOverlayVariants, sortableListVariants, spacerVariants, spinnerVariants, splitButtonVariants, stackVariants, statusConfig, statusIndicatorVariants, statusStyles, stepBarSegmentVariants, stepCircleVariants, stepConnectorHorizontalVariants, stepConnectorVerticalVariants, stepDescriptionVariants, stepDotVariants, stepItemVariants$1 as stepItemVariants, stepLabelVariants, stepperConnectorHorizontalVariants, stepperConnectorVerticalVariants, stepperDescriptionVariants, stepperIndicatorVariants, stepperItemVariants, stepperLabelVariants, stepperVariants, successMessageVariants, switchThumbVariants, switchVariants, tabNavigationLinkVariants, tabNavigationVariants, tabPanelListVariants, tabPanelRootVariants, tabPanelTriggerVariants, tabPanelVariants, tableToCSV, tabsContentVariants, tabsListVariants, tabsTriggerVariants, tabsVariants, tagCheckboxVariants, tagCountVariants, tagGroupVariants, tagVariants, tagsInputInputVariants, tagsInputVariants, taskCardVariants, taskListHeaderVariants, taskListItemVariants, taskListTitleVariants, taskListVariants, taskStatusColorVariants, taskStatusIconVariants, taskStatusLabelVariants, taskStatusMenuItemVariants, taskStatusTriggerVariants, taskStatusVariants, templateCardVariants, templateGridVariants, textVariants, textareaFieldDescriptionVariants, textareaFieldErrorVariants, textareaFieldLabelVariants, textareaFieldVariants, textareaVariants, thumbnailVariants, timeItemVariants, timePickerTriggerVariants, timeScrollListVariants, timelineItemVariants, timelineMarkerVariants, timelineVariants, toggleGroupItemVariants, toggleVariants, toolbarButtonVariants, toolbarLinkVariants, toolbarSeparatorVariants, toolbarToggleGroupVariants, toolbarToggleItemVariants, toolbarVariants, tooltipArrowVariants, tooltipContentVariants, unreadDotVariants, urlLinkIconVariants, urlValidationIconVariants, useButtonGroup, useFormField, useIsMobile, useMediaQuery, useOnWindowResize, useSidebar, useTagGroup, validateCardNumber, versionBadgeVariants, versionControlVariants, versionItemVariants, versionTimelineConnectorVariants, versionTimelineMarkerVariants, wizardActionsVariants, wizardContentVariants, wizardStepContentVariants, wizardStepperVariants, wizardVariants };
|