@verdify/ui 0.1.0
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/LICENSE +12 -0
- package/README.md +117 -0
- package/dist/components/accordion/accordion.d.ts +66 -0
- package/dist/components/accordion/accordion.d.ts.map +1 -0
- package/dist/components/accordion/accordion.js +97 -0
- package/dist/components/accordion/accordion.js.map +1 -0
- package/dist/components/accordion/accordion.variants.d.ts +9 -0
- package/dist/components/accordion/accordion.variants.d.ts.map +1 -0
- package/dist/components/accordion/accordion.variants.js +54 -0
- package/dist/components/accordion/accordion.variants.js.map +1 -0
- package/dist/components/accordion/index.d.ts +3 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/accordion/index.js +25 -0
- package/dist/components/accordion/index.js.map +1 -0
- package/dist/components/agent-badge/agent-badge.d.ts +56 -0
- package/dist/components/agent-badge/agent-badge.d.ts.map +1 -0
- package/dist/components/agent-badge/agent-badge.js +35 -0
- package/dist/components/agent-badge/agent-badge.js.map +1 -0
- package/dist/components/agent-badge/agent-badge.variants.d.ts +7 -0
- package/dist/components/agent-badge/agent-badge.variants.d.ts.map +1 -0
- package/dist/components/agent-badge/agent-badge.variants.js +35 -0
- package/dist/components/agent-badge/agent-badge.variants.js.map +1 -0
- package/dist/components/agent-badge/index.d.ts +3 -0
- package/dist/components/agent-badge/index.d.ts.map +1 -0
- package/dist/components/agent-badge/index.js +11 -0
- package/dist/components/agent-badge/index.js.map +1 -0
- package/dist/components/alert/alert.d.ts +94 -0
- package/dist/components/alert/alert.d.ts.map +1 -0
- package/dist/components/alert/alert.js +105 -0
- package/dist/components/alert/alert.js.map +1 -0
- package/dist/components/alert/alert.variants.d.ts +15 -0
- package/dist/components/alert/alert.variants.d.ts.map +1 -0
- package/dist/components/alert/alert.variants.js +74 -0
- package/dist/components/alert/alert.variants.js.map +1 -0
- package/dist/components/alert/index.d.ts +3 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/alert/index.js +37 -0
- package/dist/components/alert/index.js.map +1 -0
- package/dist/components/avatar/avatar.d.ts +56 -0
- package/dist/components/avatar/avatar.d.ts.map +1 -0
- package/dist/components/avatar/avatar.js +107 -0
- package/dist/components/avatar/avatar.js.map +1 -0
- package/dist/components/avatar/avatar.variants.d.ts +11 -0
- package/dist/components/avatar/avatar.variants.d.ts.map +1 -0
- package/dist/components/avatar/avatar.variants.js +48 -0
- package/dist/components/avatar/avatar.variants.js.map +1 -0
- package/dist/components/avatar/index.d.ts +3 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/avatar/index.js +15 -0
- package/dist/components/avatar/index.js.map +1 -0
- package/dist/components/badge/badge.d.ts +30 -0
- package/dist/components/badge/badge.d.ts.map +1 -0
- package/dist/components/badge/badge.js +33 -0
- package/dist/components/badge/badge.js.map +1 -0
- package/dist/components/badge/badge.variants.d.ts +7 -0
- package/dist/components/badge/badge.variants.d.ts.map +1 -0
- package/dist/components/badge/badge.variants.js +33 -0
- package/dist/components/badge/badge.variants.js.map +1 -0
- package/dist/components/badge/index.d.ts +3 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/badge/index.js +8 -0
- package/dist/components/badge/index.js.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +90 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.js +143 -0
- package/dist/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.variants.d.ts +10 -0
- package/dist/components/breadcrumb/breadcrumb.variants.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.variants.js +41 -0
- package/dist/components/breadcrumb/breadcrumb.variants.js.map +1 -0
- package/dist/components/breadcrumb/index.d.ts +3 -0
- package/dist/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/breadcrumb/index.js +35 -0
- package/dist/components/breadcrumb/index.js.map +1 -0
- package/dist/components/button/button.d.ts +10 -0
- package/dist/components/button/button.d.ts.map +1 -0
- package/dist/components/button/button.js +42 -0
- package/dist/components/button/button.js.map +1 -0
- package/dist/components/button/button.variants.d.ts +6 -0
- package/dist/components/button/button.variants.d.ts.map +1 -0
- package/dist/components/button/button.variants.js +45 -0
- package/dist/components/button/button.variants.js.map +1 -0
- package/dist/components/button/index.d.ts +3 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/button/index.js +7 -0
- package/dist/components/button/index.js.map +1 -0
- package/dist/components/card/card.d.ts +59 -0
- package/dist/components/card/card.d.ts.map +1 -0
- package/dist/components/card/card.js +101 -0
- package/dist/components/card/card.js.map +1 -0
- package/dist/components/card/card.variants.d.ts +13 -0
- package/dist/components/card/card.variants.d.ts.map +1 -0
- package/dist/components/card/card.variants.js +64 -0
- package/dist/components/card/card.variants.js.map +1 -0
- package/dist/components/card/index.d.ts +3 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/card/index.js +35 -0
- package/dist/components/card/index.js.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +20 -0
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.js +102 -0
- package/dist/components/checkbox/checkbox.js.map +1 -0
- package/dist/components/checkbox/checkbox.variants.d.ts +15 -0
- package/dist/components/checkbox/checkbox.variants.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.variants.js +70 -0
- package/dist/components/checkbox/checkbox.variants.js.map +1 -0
- package/dist/components/checkbox/index.d.ts +3 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/checkbox/index.js +11 -0
- package/dist/components/checkbox/index.js.map +1 -0
- package/dist/components/command-palette/command-palette.d.ts +76 -0
- package/dist/components/command-palette/command-palette.d.ts.map +1 -0
- package/dist/components/command-palette/command-palette.js +271 -0
- package/dist/components/command-palette/command-palette.js.map +1 -0
- package/dist/components/command-palette/command-palette.variants.d.ts +18 -0
- package/dist/components/command-palette/command-palette.variants.d.ts.map +1 -0
- package/dist/components/command-palette/command-palette.variants.js +62 -0
- package/dist/components/command-palette/command-palette.variants.js.map +1 -0
- package/dist/components/command-palette/index.d.ts +3 -0
- package/dist/components/command-palette/index.d.ts.map +1 -0
- package/dist/components/command-palette/index.js +35 -0
- package/dist/components/command-palette/index.js.map +1 -0
- package/dist/components/consent-toggle/consent-toggle.d.ts +107 -0
- package/dist/components/consent-toggle/consent-toggle.d.ts.map +1 -0
- package/dist/components/consent-toggle/consent-toggle.js +68 -0
- package/dist/components/consent-toggle/consent-toggle.js.map +1 -0
- package/dist/components/consent-toggle/consent-toggle.variants.d.ts +10 -0
- package/dist/components/consent-toggle/consent-toggle.variants.d.ts.map +1 -0
- package/dist/components/consent-toggle/consent-toggle.variants.js +29 -0
- package/dist/components/consent-toggle/consent-toggle.variants.js.map +1 -0
- package/dist/components/consent-toggle/index.d.ts +3 -0
- package/dist/components/consent-toggle/index.d.ts.map +1 -0
- package/dist/components/consent-toggle/index.js +19 -0
- package/dist/components/consent-toggle/index.js.map +1 -0
- package/dist/components/credential-card/credential-card.d.ts +144 -0
- package/dist/components/credential-card/credential-card.d.ts.map +1 -0
- package/dist/components/credential-card/credential-card.js +117 -0
- package/dist/components/credential-card/credential-card.js.map +1 -0
- package/dist/components/credential-card/credential-card.variants.d.ts +15 -0
- package/dist/components/credential-card/credential-card.variants.d.ts.map +1 -0
- package/dist/components/credential-card/credential-card.variants.js +48 -0
- package/dist/components/credential-card/credential-card.variants.js.map +1 -0
- package/dist/components/credential-card/index.d.ts +3 -0
- package/dist/components/credential-card/index.d.ts.map +1 -0
- package/dist/components/credential-card/index.js +29 -0
- package/dist/components/credential-card/index.js.map +1 -0
- package/dist/components/data-grid/data-grid.d.ts +247 -0
- package/dist/components/data-grid/data-grid.d.ts.map +1 -0
- package/dist/components/data-grid/data-grid.js +529 -0
- package/dist/components/data-grid/data-grid.js.map +1 -0
- package/dist/components/data-grid/data-grid.variants.d.ts +29 -0
- package/dist/components/data-grid/data-grid.variants.d.ts.map +1 -0
- package/dist/components/data-grid/data-grid.variants.js +110 -0
- package/dist/components/data-grid/data-grid.variants.js.map +1 -0
- package/dist/components/data-grid/index.d.ts +3 -0
- package/dist/components/data-grid/index.d.ts.map +1 -0
- package/dist/components/data-grid/index.js +59 -0
- package/dist/components/data-grid/index.js.map +1 -0
- package/dist/components/dialog/dialog.d.ts +98 -0
- package/dist/components/dialog/dialog.d.ts.map +1 -0
- package/dist/components/dialog/dialog.js +121 -0
- package/dist/components/dialog/dialog.js.map +1 -0
- package/dist/components/dialog/dialog.variants.d.ts +14 -0
- package/dist/components/dialog/dialog.variants.d.ts.map +1 -0
- package/dist/components/dialog/dialog.variants.js +71 -0
- package/dist/components/dialog/dialog.variants.js.map +1 -0
- package/dist/components/dialog/index.d.ts +3 -0
- package/dist/components/dialog/index.d.ts.map +1 -0
- package/dist/components/dialog/index.js +31 -0
- package/dist/components/dialog/index.js.map +1 -0
- package/dist/components/identity-chip/identity-chip.d.ts +121 -0
- package/dist/components/identity-chip/identity-chip.d.ts.map +1 -0
- package/dist/components/identity-chip/identity-chip.js +203 -0
- package/dist/components/identity-chip/identity-chip.js.map +1 -0
- package/dist/components/identity-chip/identity-chip.variants.d.ts +11 -0
- package/dist/components/identity-chip/identity-chip.variants.d.ts.map +1 -0
- package/dist/components/identity-chip/identity-chip.variants.js +61 -0
- package/dist/components/identity-chip/identity-chip.variants.js.map +1 -0
- package/dist/components/identity-chip/index.d.ts +3 -0
- package/dist/components/identity-chip/index.d.ts.map +1 -0
- package/dist/components/identity-chip/index.js +21 -0
- package/dist/components/identity-chip/index.js.map +1 -0
- package/dist/components/input/index.d.ts +3 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input/index.js +11 -0
- package/dist/components/input/index.js.map +1 -0
- package/dist/components/input/input.d.ts +17 -0
- package/dist/components/input/input.d.ts.map +1 -0
- package/dist/components/input/input.js +71 -0
- package/dist/components/input/input.js.map +1 -0
- package/dist/components/input/input.variants.d.ts +11 -0
- package/dist/components/input/input.variants.d.ts.map +1 -0
- package/dist/components/input/input.variants.js +64 -0
- package/dist/components/input/input.variants.js.map +1 -0
- package/dist/components/label/index.d.ts +3 -0
- package/dist/components/label/index.d.ts.map +1 -0
- package/dist/components/label/index.js +13 -0
- package/dist/components/label/index.js.map +1 -0
- package/dist/components/label/label.d.ts +16 -0
- package/dist/components/label/label.d.ts.map +1 -0
- package/dist/components/label/label.js +27 -0
- package/dist/components/label/label.js.map +1 -0
- package/dist/components/label/label.variants.d.ts +8 -0
- package/dist/components/label/label.variants.d.ts.map +1 -0
- package/dist/components/label/label.variants.js +27 -0
- package/dist/components/label/label.variants.js.map +1 -0
- package/dist/components/menu/index.d.ts +3 -0
- package/dist/components/menu/index.d.ts.map +1 -0
- package/dist/components/menu/index.js +43 -0
- package/dist/components/menu/index.js.map +1 -0
- package/dist/components/menu/menu.d.ts +115 -0
- package/dist/components/menu/menu.d.ts.map +1 -0
- package/dist/components/menu/menu.js +130 -0
- package/dist/components/menu/menu.js.map +1 -0
- package/dist/components/menu/menu.variants.d.ts +13 -0
- package/dist/components/menu/menu.variants.d.ts.map +1 -0
- package/dist/components/menu/menu.variants.js +56 -0
- package/dist/components/menu/menu.variants.js.map +1 -0
- package/dist/components/pagination/index.d.ts +3 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/pagination/index.js +37 -0
- package/dist/components/pagination/index.js.map +1 -0
- package/dist/components/pagination/pagination.d.ts +118 -0
- package/dist/components/pagination/pagination.d.ts.map +1 -0
- package/dist/components/pagination/pagination.js +204 -0
- package/dist/components/pagination/pagination.js.map +1 -0
- package/dist/components/pagination/pagination.variants.d.ts +13 -0
- package/dist/components/pagination/pagination.variants.d.ts.map +1 -0
- package/dist/components/pagination/pagination.variants.js +63 -0
- package/dist/components/pagination/pagination.variants.js.map +1 -0
- package/dist/components/popover/index.d.ts +3 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/popover/index.js +39 -0
- package/dist/components/popover/index.js.map +1 -0
- package/dist/components/popover/popover.d.ts +92 -0
- package/dist/components/popover/popover.d.ts.map +1 -0
- package/dist/components/popover/popover.js +135 -0
- package/dist/components/popover/popover.js.map +1 -0
- package/dist/components/popover/popover.variants.d.ts +9 -0
- package/dist/components/popover/popover.variants.d.ts.map +1 -0
- package/dist/components/popover/popover.variants.js +19 -0
- package/dist/components/popover/popover.variants.js.map +1 -0
- package/dist/components/progress/index.d.ts +3 -0
- package/dist/components/progress/index.d.ts.map +1 -0
- package/dist/components/progress/index.js +23 -0
- package/dist/components/progress/index.js.map +1 -0
- package/dist/components/progress/progress.d.ts +71 -0
- package/dist/components/progress/progress.d.ts.map +1 -0
- package/dist/components/progress/progress.js +91 -0
- package/dist/components/progress/progress.js.map +1 -0
- package/dist/components/progress/progress.variants.d.ts +14 -0
- package/dist/components/progress/progress.variants.d.ts.map +1 -0
- package/dist/components/progress/progress.variants.js +37 -0
- package/dist/components/progress/progress.variants.js.map +1 -0
- package/dist/components/radio/index.d.ts +3 -0
- package/dist/components/radio/index.d.ts.map +1 -0
- package/dist/components/radio/index.js +22 -0
- package/dist/components/radio/index.js.map +1 -0
- package/dist/components/radio/radio.d.ts +23 -0
- package/dist/components/radio/radio.d.ts.map +1 -0
- package/dist/components/radio/radio.js +183 -0
- package/dist/components/radio/radio.js.map +1 -0
- package/dist/components/radio/radio.variants.d.ts +17 -0
- package/dist/components/radio/radio.variants.d.ts.map +1 -0
- package/dist/components/radio/radio.variants.js +60 -0
- package/dist/components/radio/radio.variants.js.map +1 -0
- package/dist/components/select/index.d.ts +3 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/select/index.js +9 -0
- package/dist/components/select/index.js.map +1 -0
- package/dist/components/select/select.d.ts +27 -0
- package/dist/components/select/select.d.ts.map +1 -0
- package/dist/components/select/select.js +145 -0
- package/dist/components/select/select.js.map +1 -0
- package/dist/components/select/select.variants.d.ts +18 -0
- package/dist/components/select/select.variants.d.ts.map +1 -0
- package/dist/components/select/select.variants.js +102 -0
- package/dist/components/select/select.variants.js.map +1 -0
- package/dist/components/separator/index.d.ts +3 -0
- package/dist/components/separator/index.d.ts.map +1 -0
- package/dist/components/separator/index.js +15 -0
- package/dist/components/separator/index.js.map +1 -0
- package/dist/components/separator/separator.d.ts +23 -0
- package/dist/components/separator/separator.d.ts.map +1 -0
- package/dist/components/separator/separator.js +61 -0
- package/dist/components/separator/separator.js.map +1 -0
- package/dist/components/separator/separator.variants.d.ts +13 -0
- package/dist/components/separator/separator.variants.d.ts.map +1 -0
- package/dist/components/separator/separator.variants.js +46 -0
- package/dist/components/separator/separator.variants.js.map +1 -0
- package/dist/components/sheet/index.d.ts +3 -0
- package/dist/components/sheet/index.d.ts.map +1 -0
- package/dist/components/sheet/index.js +31 -0
- package/dist/components/sheet/index.js.map +1 -0
- package/dist/components/sheet/sheet.d.ts +102 -0
- package/dist/components/sheet/sheet.d.ts.map +1 -0
- package/dist/components/sheet/sheet.js +120 -0
- package/dist/components/sheet/sheet.js.map +1 -0
- package/dist/components/sheet/sheet.variants.d.ts +15 -0
- package/dist/components/sheet/sheet.variants.d.ts.map +1 -0
- package/dist/components/sheet/sheet.variants.js +97 -0
- package/dist/components/sheet/sheet.variants.js.map +1 -0
- package/dist/components/sidebar/index.d.ts +3 -0
- package/dist/components/sidebar/index.d.ts.map +1 -0
- package/dist/components/sidebar/index.js +43 -0
- package/dist/components/sidebar/index.js.map +1 -0
- package/dist/components/sidebar/sidebar.d.ts +114 -0
- package/dist/components/sidebar/sidebar.d.ts.map +1 -0
- package/dist/components/sidebar/sidebar.js +202 -0
- package/dist/components/sidebar/sidebar.js.map +1 -0
- package/dist/components/sidebar/sidebar.variants.d.ts +19 -0
- package/dist/components/sidebar/sidebar.variants.d.ts.map +1 -0
- package/dist/components/sidebar/sidebar.variants.js +93 -0
- package/dist/components/sidebar/sidebar.variants.js.map +1 -0
- package/dist/components/skeleton/index.d.ts +3 -0
- package/dist/components/skeleton/index.d.ts.map +1 -0
- package/dist/components/skeleton/index.js +15 -0
- package/dist/components/skeleton/index.js.map +1 -0
- package/dist/components/skeleton/skeleton.d.ts +42 -0
- package/dist/components/skeleton/skeleton.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.js +54 -0
- package/dist/components/skeleton/skeleton.js.map +1 -0
- package/dist/components/skeleton/skeleton.variants.d.ts +9 -0
- package/dist/components/skeleton/skeleton.variants.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.variants.js +31 -0
- package/dist/components/skeleton/skeleton.variants.js.map +1 -0
- package/dist/components/spinner/index.d.ts +3 -0
- package/dist/components/spinner/index.d.ts.map +1 -0
- package/dist/components/spinner/index.js +13 -0
- package/dist/components/spinner/index.js.map +1 -0
- package/dist/components/spinner/spinner.d.ts +41 -0
- package/dist/components/spinner/spinner.d.ts.map +1 -0
- package/dist/components/spinner/spinner.js +48 -0
- package/dist/components/spinner/spinner.js.map +1 -0
- package/dist/components/spinner/spinner.variants.d.ts +8 -0
- package/dist/components/spinner/spinner.variants.d.ts.map +1 -0
- package/dist/components/spinner/spinner.variants.js +32 -0
- package/dist/components/spinner/spinner.variants.js.map +1 -0
- package/dist/components/switch/index.d.ts +3 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/switch/index.js +15 -0
- package/dist/components/switch/index.js.map +1 -0
- package/dist/components/switch/switch.d.ts +20 -0
- package/dist/components/switch/switch.d.ts.map +1 -0
- package/dist/components/switch/switch.js +107 -0
- package/dist/components/switch/switch.js.map +1 -0
- package/dist/components/switch/switch.variants.d.ts +14 -0
- package/dist/components/switch/switch.variants.d.ts.map +1 -0
- package/dist/components/switch/switch.variants.js +69 -0
- package/dist/components/switch/switch.variants.js.map +1 -0
- package/dist/components/table/index.d.ts +3 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/table/index.js +51 -0
- package/dist/components/table/index.js.map +1 -0
- package/dist/components/table/table.d.ts +173 -0
- package/dist/components/table/table.d.ts.map +1 -0
- package/dist/components/table/table.js +172 -0
- package/dist/components/table/table.js.map +1 -0
- package/dist/components/table/table.variants.d.ts +39 -0
- package/dist/components/table/table.variants.d.ts.map +1 -0
- package/dist/components/table/table.variants.js +124 -0
- package/dist/components/table/table.variants.js.map +1 -0
- package/dist/components/tabs/index.d.ts +3 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tabs/index.js +21 -0
- package/dist/components/tabs/index.js.map +1 -0
- package/dist/components/tabs/tabs.d.ts +66 -0
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/tabs/tabs.js +81 -0
- package/dist/components/tabs/tabs.js.map +1 -0
- package/dist/components/tabs/tabs.variants.d.ts +15 -0
- package/dist/components/tabs/tabs.variants.d.ts.map +1 -0
- package/dist/components/tabs/tabs.variants.js +98 -0
- package/dist/components/tabs/tabs.variants.js.map +1 -0
- package/dist/components/textarea/index.d.ts +3 -0
- package/dist/components/textarea/index.d.ts.map +1 -0
- package/dist/components/textarea/index.js +7 -0
- package/dist/components/textarea/index.js.map +1 -0
- package/dist/components/textarea/textarea.d.ts +18 -0
- package/dist/components/textarea/textarea.d.ts.map +1 -0
- package/dist/components/textarea/textarea.js +136 -0
- package/dist/components/textarea/textarea.js.map +1 -0
- package/dist/components/textarea/textarea.variants.d.ts +6 -0
- package/dist/components/textarea/textarea.variants.d.ts.map +1 -0
- package/dist/components/textarea/textarea.variants.js +53 -0
- package/dist/components/textarea/textarea.variants.js.map +1 -0
- package/dist/components/toast/index.d.ts +3 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/toast/index.js +43 -0
- package/dist/components/toast/index.js.map +1 -0
- package/dist/components/toast/toast.d.ts +140 -0
- package/dist/components/toast/toast.d.ts.map +1 -0
- package/dist/components/toast/toast.js +123 -0
- package/dist/components/toast/toast.js.map +1 -0
- package/dist/components/toast/toast.variants.d.ts +16 -0
- package/dist/components/toast/toast.variants.d.ts.map +1 -0
- package/dist/components/toast/toast.variants.js +77 -0
- package/dist/components/toast/toast.variants.js.map +1 -0
- package/dist/components/tooltip/index.d.ts +3 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/tooltip/index.js +16 -0
- package/dist/components/tooltip/index.js.map +1 -0
- package/dist/components/tooltip/tooltip.d.ts +81 -0
- package/dist/components/tooltip/tooltip.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.js +44 -0
- package/dist/components/tooltip/tooltip.js.map +1 -0
- package/dist/components/tooltip/tooltip.variants.d.ts +3 -0
- package/dist/components/tooltip/tooltip.variants.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.variants.js +7 -0
- package/dist/components/tooltip/tooltip.variants.js.map +1 -0
- package/dist/components/trust-score/index.d.ts +3 -0
- package/dist/components/trust-score/index.d.ts.map +1 -0
- package/dist/components/trust-score/index.js +11 -0
- package/dist/components/trust-score/index.js.map +1 -0
- package/dist/components/trust-score/trust-score.d.ts +100 -0
- package/dist/components/trust-score/trust-score.d.ts.map +1 -0
- package/dist/components/trust-score/trust-score.js +146 -0
- package/dist/components/trust-score/trust-score.js.map +1 -0
- package/dist/components/trust-score/trust-score.variants.d.ts +16 -0
- package/dist/components/trust-score/trust-score.variants.d.ts.map +1 -0
- package/dist/components/trust-score/trust-score.variants.js +50 -0
- package/dist/components/trust-score/trust-score.variants.js.map +1 -0
- package/dist/components/verified-badge/index.d.ts +3 -0
- package/dist/components/verified-badge/index.d.ts.map +1 -0
- package/dist/components/verified-badge/index.js +15 -0
- package/dist/components/verified-badge/index.js.map +1 -0
- package/dist/components/verified-badge/verified-badge.d.ts +55 -0
- package/dist/components/verified-badge/verified-badge.d.ts.map +1 -0
- package/dist/components/verified-badge/verified-badge.js +67 -0
- package/dist/components/verified-badge/verified-badge.js.map +1 -0
- package/dist/components/verified-badge/verified-badge.variants.d.ts +11 -0
- package/dist/components/verified-badge/verified-badge.variants.d.ts.map +1 -0
- package/dist/components/verified-badge/verified-badge.variants.js +45 -0
- package/dist/components/verified-badge/verified-badge.variants.js.map +1 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +322 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/cn.d.ts +3 -0
- package/dist/lib/cn.d.ts.map +1 -0
- package/dist/lib/cn.js +24 -0
- package/dist/lib/cn.js.map +1 -0
- package/package.json +74 -0
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type DataGridCellVariantProps } from "./data-grid.variants";
|
|
3
|
+
/** Row density (spec §3): `comfortable` (default) for read-and-act screens, `compact` for dense consoles. */
|
|
4
|
+
export type DataGridDensity = "comfortable" | "compact";
|
|
5
|
+
/** Selection model (spec §3): `none` (read-only) or `multiple` (adds the selection cell, select-all, and bulk bar). */
|
|
6
|
+
export type DataGridSelection = "none" | "multiple";
|
|
7
|
+
/** A status cell's reported state (spec §3/§4): a status color appears only inside a cell that reports a real state, paired with text. */
|
|
8
|
+
export type DataGridCellStatus = NonNullable<DataGridCellVariantProps["status"]>;
|
|
9
|
+
/** A sort direction (spec §4/§7): reflected as `aria-sort` on the column header and a non-color caret. */
|
|
10
|
+
export type DataGridSortDirection = "ascending" | "descending" | "none";
|
|
11
|
+
export interface DataGridProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
12
|
+
/**
|
|
13
|
+
* The TRUE total row count of the full set (spec §7), carried on the grid as `aria-rowcount` — NOT
|
|
14
|
+
* the rendered window. So a screen reader announces "row 4,210 of 12,000" even when only thirty
|
|
15
|
+
* rows are in the DOM. Reporting only the rendered window is the defining virtualization-a11y
|
|
16
|
+
* defect (spec §8 Don't).
|
|
17
|
+
*/
|
|
18
|
+
rowCount: number;
|
|
19
|
+
/** The TRUE total column count of the full set (spec §7), carried on the grid as `aria-colcount`. */
|
|
20
|
+
colCount: number;
|
|
21
|
+
/** Row density (spec §3). `comfortable` (default) or `compact`. Applies to all cells via context. */
|
|
22
|
+
density?: DataGridDensity;
|
|
23
|
+
/**
|
|
24
|
+
* Selection model (spec §3). `none` (default, read-only) or `multiple` — `multiple` sets
|
|
25
|
+
* `aria-multiselectable` and is the model the selection cells + bulk bar belong to.
|
|
26
|
+
*/
|
|
27
|
+
selection?: DataGridSelection;
|
|
28
|
+
/** The rows are resolving (spec §4 Loading). Marks the grid `aria-busy` without stealing focus. */
|
|
29
|
+
loading?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* The polite live-region message (spec §7, 4.1.3 Status Messages): the resolved row count after a
|
|
32
|
+
* load or filter, the new sort direction, or the selection count — announced as TEXT so it never
|
|
33
|
+
* rests on visual state alone. The caller owns the string (mirroring Table/CommandPalette).
|
|
34
|
+
*/
|
|
35
|
+
announcement?: string;
|
|
36
|
+
/**
|
|
37
|
+
* A blocking row-load error (spec §4 Error / §7): announced through the ASSERTIVE region. State
|
|
38
|
+
* what failed and what to do next, in text, without blaming the reader — for example "These rows
|
|
39
|
+
* didn't load. The request timed out — retry, or narrow the date range."
|
|
40
|
+
*/
|
|
41
|
+
errorMessage?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Select all rows that match the current filter (spec §6 Ctrl+A). The grid owns the keydown, so
|
|
44
|
+
* Ctrl+A inside the grid calls this; the caller selects the full filtered set and announces the
|
|
45
|
+
* resolved count through `announcement` (never silently — spec §6 "announced as a count"). Only
|
|
46
|
+
* meaningful in a `multiple`-selection grid. Without it, Ctrl+A falls through to the browser.
|
|
47
|
+
*/
|
|
48
|
+
onSelectAll?: () => void;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* A DataGrid shows many rows of structured records in a scrollable, operable, two-dimensional grid
|
|
52
|
+
* you navigate one cell at a time (spec §1). Reach for it over a Table when rows run into the
|
|
53
|
+
* thousands and must virtualize, when columns sort/filter/resize/freeze, when rows select for bulk
|
|
54
|
+
* actions, or when each cell is its own focus stop — a trust-events log, an API-key inventory, an
|
|
55
|
+
* AI-agent-identity roster. Use the Table for short, read-mostly lists.
|
|
56
|
+
*
|
|
57
|
+
* It is a NEUTRAL data surface (spec §1/§3): neutrals carry roughly 90% of it. Verification and trust
|
|
58
|
+
* states inside it are STATUS, never brand — a verified row reads through the status aliases, never
|
|
59
|
+
* the Sovereign Violet brand accent, and the brand accent never marks a row as verified. Selection
|
|
60
|
+
* and the active cell are NEUTRAL action states, not Verified Green and not the brand violet
|
|
61
|
+
* (brand != state, G-U2). For a first-class verified result in a cell, use the VerifiedBadge molecule.
|
|
62
|
+
*
|
|
63
|
+
* The grid is a SINGLE tab stop: Tab lands on the active cell and Tab again leaves; inside, the arrow
|
|
64
|
+
* keys move the active cell (spec §6). It owns that roving-cell focus, so it is `'use client'`.
|
|
65
|
+
*/
|
|
66
|
+
export declare const DataGrid: React.ForwardRefExoticComponent<DataGridProps & React.RefAttributes<HTMLDivElement>>;
|
|
67
|
+
export type DataGridStatusRegionProps = Record<string, never>;
|
|
68
|
+
/**
|
|
69
|
+
* A no-op anatomy marker for the live status region (spec §2 status-region). The actual polite +
|
|
70
|
+
* assertive regions are owned by the DataGrid root (fed by its `announcement` / `errorMessage`
|
|
71
|
+
* props) and portaled outside the grid table, so the announcement contract holds even when this slot
|
|
72
|
+
* is omitted; render this in the grid's children to document the anatomy explicitly. It renders
|
|
73
|
+
* nothing itself — so it is harmless wherever the caller places it inside the grid.
|
|
74
|
+
*/
|
|
75
|
+
export declare function DataGridStatusRegion(_props: DataGridStatusRegionProps): null;
|
|
76
|
+
export interface DataGridHeaderRowProps extends React.HTMLAttributes<HTMLTableRowElement> {
|
|
77
|
+
/** The header row's absolute 1-based `aria-rowindex` against the full set (spec §7). Conventionally 1. */
|
|
78
|
+
rowIndex: number;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* The sticky column-header row (spec §2 column-header-row / §4). It is a `role="row"` holding the
|
|
82
|
+
* `columnheader` cells, pinned to the top of the scroll viewport on the raised surface so it reads
|
|
83
|
+
* above the scrolling rows (spec §4/§5). Its absolute `aria-rowindex` is carried for the full-set
|
|
84
|
+
* shape (spec §7); a header row is conventionally row 1.
|
|
85
|
+
*/
|
|
86
|
+
export declare const DataGridHeaderRow: React.ForwardRefExoticComponent<DataGridHeaderRowProps & React.RefAttributes<HTMLTableRowElement>>;
|
|
87
|
+
export type DataGridBodyProps = React.HTMLAttributes<HTMLTableSectionElement>;
|
|
88
|
+
/**
|
|
89
|
+
* The `<tbody>` holding the rendered window of data rows (spec §2). With virtualization only a window
|
|
90
|
+
* of rows is in the DOM — the full shape is carried by the grid's `aria-rowcount` and each row's
|
|
91
|
+
* absolute `aria-rowindex` (spec §7), not by the rendered count.
|
|
92
|
+
*/
|
|
93
|
+
export declare const DataGridBody: React.ForwardRefExoticComponent<DataGridBodyProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
94
|
+
export interface DataGridRowProps extends React.HTMLAttributes<HTMLTableRowElement> {
|
|
95
|
+
/** The row's absolute 1-based `aria-rowindex` against the full set (spec §7) — e.g. 4210, not the rendered position. */
|
|
96
|
+
rowIndex: number;
|
|
97
|
+
/**
|
|
98
|
+
* The row is selected (spec §4 Selected). Sets `aria-selected` and the NEUTRAL selection-accent
|
|
99
|
+
* fill; selection is encoded by `aria-selected` + the selection checkbox, never by color alone, and
|
|
100
|
+
* NEVER a brand or status tint (brand != state, G-U2). Selecting a row never implies it is verified.
|
|
101
|
+
*/
|
|
102
|
+
selected?: boolean;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* One record row (spec §2 row / §4). A `role="row"` carrying its absolute `aria-rowindex` (spec §7),
|
|
106
|
+
* the restrained ghost row-hover affordance, and — when `selected` — the neutral selection accent +
|
|
107
|
+
* `aria-selected`. In a `multiple`-selection grid every body row reflects `aria-selected` (true or
|
|
108
|
+
* false) so selection state is never ambiguous to assistive tech.
|
|
109
|
+
*/
|
|
110
|
+
export declare const DataGridRow: React.ForwardRefExoticComponent<DataGridRowProps & React.RefAttributes<HTMLTableRowElement>>;
|
|
111
|
+
export interface DataGridColumnHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "onClick"> {
|
|
112
|
+
/** The header's absolute 1-based `aria-colindex` against the full set (spec §7). */
|
|
113
|
+
colIndex: number;
|
|
114
|
+
/** This column can be re-sorted from its header (spec §3 sortable): renders a real sort button + caret. */
|
|
115
|
+
sortable?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* The current sort direction for this column (spec §4 Sorted), reflected as `aria-sort` on the
|
|
118
|
+
* header and as the caret. Only one column is the sort column — set it here and `"none"` elsewhere.
|
|
119
|
+
*/
|
|
120
|
+
sortDirection?: DataGridSortDirection;
|
|
121
|
+
/** Fired when the sortable header is activated (click / Enter), so the caller re-sorts and updates `sortDirection`. */
|
|
122
|
+
onSort?: () => void;
|
|
123
|
+
/** The column name used in the sort control's accessible name, when it differs from the children. */
|
|
124
|
+
sortLabel?: string;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* One column header cell (spec §2 column-header / §7). A `th role="columnheader"` that is also a
|
|
128
|
+
* roving active-cell target (it carries the cell focus ring + tabindex). A plain header is a quiet,
|
|
129
|
+
* tracked label in the secondary text color. A `sortable` header wraps the label in a real `<button>`
|
|
130
|
+
* carrying the ghost-action accent, a caret, and the target-size floor; the header reflects
|
|
131
|
+
* `aria-sort` and Enter toggles the sort (spec §6) — so direction reaches assistive tech as data and
|
|
132
|
+
* never rests on color alone (1.4.1).
|
|
133
|
+
*/
|
|
134
|
+
export declare const DataGridColumnHeader: React.ForwardRefExoticComponent<DataGridColumnHeaderProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
135
|
+
/**
|
|
136
|
+
* How a cell relates to the interactive control(s) it holds (spec §2/§6 cell entry/exit model):
|
|
137
|
+
* - `undefined` — a plain VALUE cell (or one static, non-interactive node). The cell itself is the
|
|
138
|
+
* focus stop; arrow keys move the active cell as normal.
|
|
139
|
+
* - `"single"` — the cell holds ONE interactive control (a link, a status chip, a row-action menu).
|
|
140
|
+
* The cell DELEGATES focus to that control on entry, so the control is what you land on and operate
|
|
141
|
+
* directly (spec §6 "delegates focus to it on entry").
|
|
142
|
+
* - `"multiple"` — the cell holds SEVERAL controls. The cell is ENTERED with Enter (focus moves to the
|
|
143
|
+
* first control, and arrow keys stay free for the inner controls rather than moving the active cell)
|
|
144
|
+
* and EXITED with Escape (focus returns to the cell), so arrow keys stay free for grid movement
|
|
145
|
+
* outside it (spec §6 "entered with Enter and exited with Escape, so arrow keys stay free").
|
|
146
|
+
*/
|
|
147
|
+
export type DataGridCellControls = "single" | "multiple";
|
|
148
|
+
export interface DataGridCellProps extends React.TdHTMLAttributes<HTMLTableCellElement>, Pick<DataGridCellVariantProps, "mono" | "secondary" | "status"> {
|
|
149
|
+
/** The cell's absolute 1-based `aria-colindex` against the full set (spec §7). */
|
|
150
|
+
colIndex: number;
|
|
151
|
+
/** The cell belongs to a body row at this absolute `aria-rowindex`; supplied by DataGridRow context where omitted. */
|
|
152
|
+
rowIndex?: number;
|
|
153
|
+
/**
|
|
154
|
+
* Whether this cell holds interactive control(s), and so how Enter/Escape behave for it (spec §6
|
|
155
|
+
* cell entry/exit model). Omit for a plain value cell. See {@link DataGridCellControls}.
|
|
156
|
+
*/
|
|
157
|
+
controls?: DataGridCellControls;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* One data cell — the focusable unit of the grid (spec §2 cell / §4/§7). A `td role="gridcell"`
|
|
161
|
+
* carrying its absolute `aria-colindex` (spec §7) and the roving active-cell tabindex + focus ring.
|
|
162
|
+
* A plain cell is neutral primary text; a `mono` cell takes the monospace role and stays LTR in RTL
|
|
163
|
+
* (an identifier/key/timestamp, G-U6); a `secondary` cell is de-emphasized; a `status` cell carries
|
|
164
|
+
* the status fg paired with text (a verification/trust state) — the status color lives in the cell
|
|
165
|
+
* only, never the row or header, and NEVER the brand (brand != state, G-U2). The cell hosts a value
|
|
166
|
+
* or a single interactive control; density is read from the grid via context.
|
|
167
|
+
*/
|
|
168
|
+
export declare const DataGridCell: React.ForwardRefExoticComponent<DataGridCellProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
169
|
+
export interface DataGridSelectionCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "onChange"> {
|
|
170
|
+
/** The cell's absolute 1-based `aria-colindex` (spec §7). The selection cell is the leading column. */
|
|
171
|
+
colIndex: number;
|
|
172
|
+
/** Whether the row is selected (spec §4 Selected). */
|
|
173
|
+
checked: boolean;
|
|
174
|
+
/** Fired when the row's selection toggles (via the checkbox or Space on the cell). */
|
|
175
|
+
onCheckedChange?: (checked: boolean) => void;
|
|
176
|
+
/**
|
|
177
|
+
* Extend a range from the last selected row to this one (spec §6 Shift+Space). The grid does not
|
|
178
|
+
* track which row was selected last, so the caller owns the anchor and the resulting range; this
|
|
179
|
+
* fires on Shift+Space on the cell so the range reaches the same handler keyboard and pointer
|
|
180
|
+
* (Shift+click) would. Without it, Shift+Space falls back to toggling the single row.
|
|
181
|
+
*/
|
|
182
|
+
onExtendSelection?: () => void;
|
|
183
|
+
/** The checkbox's accessible name (spec §7) — e.g. "Select sk_live_1". Never the placeholder. */
|
|
184
|
+
label: string;
|
|
185
|
+
/** The cell belongs to a body row at this absolute `aria-rowindex`; discovered from the row when omitted. */
|
|
186
|
+
rowIndex?: number;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* The leading selection cell (spec §2 selection-cell / §4/§6): a `gridcell` holding the row's
|
|
190
|
+
* Checkbox. Space on the cell toggles the row's selection (spec §6). The checkbox is the committed
|
|
191
|
+
* Checkbox component — a checked box is the brand action accent (never status-verified, G-U2):
|
|
192
|
+
* selection is a neutral action state. It is a roving active-cell target like any other cell.
|
|
193
|
+
*/
|
|
194
|
+
export declare const DataGridSelectionCell: React.ForwardRefExoticComponent<DataGridSelectionCellProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
195
|
+
export interface DataGridSelectAllCellProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "onChange"> {
|
|
196
|
+
/** The header cell's absolute 1-based `aria-colindex` (spec §7). The select-all is the leading column. */
|
|
197
|
+
colIndex: number;
|
|
198
|
+
/** Whether all rows are selected. */
|
|
199
|
+
checked: boolean;
|
|
200
|
+
/** Whether some-but-not-all rows are selected (the mixed/indeterminate state). */
|
|
201
|
+
indeterminate?: boolean;
|
|
202
|
+
/** Fired when the select-all toggles. */
|
|
203
|
+
onCheckedChange?: (checked: boolean) => void;
|
|
204
|
+
/** The select-all checkbox's accessible name (spec §7) — e.g. "Select all rows". */
|
|
205
|
+
label: string;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* The select-all header cell (spec §2 selection-cell: "its header holds the select-all checkbox").
|
|
209
|
+
* A `columnheader` holding the parent Checkbox (the `variant="parent"` mixed model), so a partial
|
|
210
|
+
* selection reads as mixed to assistive tech. A roving active-cell target like any other header.
|
|
211
|
+
*/
|
|
212
|
+
export declare const DataGridSelectAllCell: React.ForwardRefExoticComponent<DataGridSelectAllCellProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
213
|
+
export interface DataGridBulkActionBarProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
214
|
+
/** How many rows are selected (spec §2/§7), announced in words so selection is never color alone. */
|
|
215
|
+
selectedCount: number;
|
|
216
|
+
/** Fired when Escape dismisses the bar (spec §6 "dismiss the bulk-action bar"). */
|
|
217
|
+
onDismiss?: () => void;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* The bulk-action bar (spec §2 bulk-action-bar / §4/§6): a `role="toolbar"` that appears when one or
|
|
221
|
+
* more rows are selected, holding the selection actions and the selected-count label. It is a NEUTRAL
|
|
222
|
+
* surface — the color lives on the action buttons it holds, never on the bar (spec §3/§8). Escape
|
|
223
|
+
* dismisses it back to grid navigation (spec §6). Its accessible name names the selection count.
|
|
224
|
+
*/
|
|
225
|
+
export declare const DataGridBulkActionBar: React.ForwardRefExoticComponent<DataGridBulkActionBarProps & React.RefAttributes<HTMLDivElement>>;
|
|
226
|
+
export interface DataGridBulkActionProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
227
|
+
/** A destructive bulk action (spec §5) — a risk signal in the ACTION tier (never a status color). */
|
|
228
|
+
destructive?: boolean;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* One action in the bulk-action bar (spec §2/§5): a real `<button>`. The default action is the
|
|
232
|
+
* primary action accent; a `destructive` action (for example, revoke a key) is the destructive
|
|
233
|
+
* action accent — a risk signal named in TEXT, never a status color (spec §5/§8).
|
|
234
|
+
*/
|
|
235
|
+
export declare const DataGridBulkAction: React.ForwardRefExoticComponent<DataGridBulkActionProps & React.RefAttributes<HTMLButtonElement>>;
|
|
236
|
+
export interface DataGridEmptyProps extends React.TdHTMLAttributes<HTMLTableCellElement> {
|
|
237
|
+
/** How many columns the empty line spans, so it fills the grid's own width (spec §2/§4 Empty). */
|
|
238
|
+
colSpan?: number;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* The empty-state row (spec §2/§4 Empty): a single full-width cell stating why the grid is empty and
|
|
242
|
+
* what to do next, in plain words ending in a period — clear a filter, widen a date range. An empty
|
|
243
|
+
* grid is NOT an error and never reads as one (no status color), and it never blames you or ends with
|
|
244
|
+
* an exclamation mark (voice). Render it inside the body when a query returns nothing.
|
|
245
|
+
*/
|
|
246
|
+
export declare const DataGridEmpty: React.ForwardRefExoticComponent<DataGridEmptyProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
247
|
+
//# sourceMappingURL=data-grid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-grid.d.ts","sourceRoot":"","sources":["../../../src/components/data-grid/data-grid.tsx"],"names":[],"mappings":"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"}
|