@revotech-group/revotech-ui-kit 0.2.3 → 0.2.4
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/library.css +11342 -0
- package/dist/rtg-ui-kit.js +18504 -0
- package/dist/rtg-ui-kit.umd.cjs +5177 -0
- package/dist/src/assets/icons/anchor.icon.d.ts +3 -0
- package/dist/src/assets/icons/app-window.icon.d.ts +3 -0
- package/dist/src/assets/icons/arrow-right.icon.d.ts +3 -0
- package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -0
- package/dist/src/assets/icons/arrow-up-right.icon.d.ts +3 -0
- package/dist/src/assets/icons/arrow-up.icon.d.ts +3 -0
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -0
- package/dist/src/assets/icons/asterisk.icon.d.ts +3 -0
- package/dist/src/assets/icons/badge-alert.icon.d.ts +3 -0
- package/dist/src/assets/icons/badge-check.icon.d.ts +3 -0
- package/dist/src/assets/icons/badge-info.icon.d.ts +3 -0
- package/dist/src/assets/icons/badge-x.icon.d.ts +3 -0
- package/dist/src/assets/icons/captions.icon.d.ts +3 -0
- package/dist/src/assets/icons/carousel-arrow-left.d.ts +1 -0
- package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -0
- package/dist/src/assets/icons/chart.icon.d.ts +1 -0
- package/dist/src/assets/icons/check.icon.d.ts +3 -0
- package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -0
- package/dist/src/assets/icons/circle-alert.icon.d.ts +3 -0
- package/dist/src/assets/icons/circle-check.icon.d.ts +3 -0
- package/dist/src/assets/icons/circle-fading-arrow-up.icon.d.ts +3 -0
- package/dist/src/assets/icons/circle-x.icon.d.ts +1 -0
- package/dist/src/assets/icons/circle.icon.d.ts +1 -0
- package/dist/src/assets/icons/close.icon.d.ts +1 -0
- package/dist/src/assets/icons/code.icon.d.ts +3 -0
- package/dist/src/assets/icons/decrease.icon.d.ts +1 -0
- package/dist/src/assets/icons/dot.icon.d.ts +1 -0
- package/dist/src/assets/icons/external-link.icon.d.ts +3 -0
- package/dist/src/assets/icons/eye-off.d.ts +1 -0
- package/dist/src/assets/icons/eye-on.d.ts +1 -0
- package/dist/src/assets/icons/git-branch-minus.icon.d.ts +3 -0
- package/dist/src/assets/icons/git-branch-plus.icon.d.ts +3 -0
- package/dist/src/assets/icons/help-circle.icon.d.ts +1 -0
- package/dist/src/assets/icons/house.icon.d.ts +3 -0
- package/dist/src/assets/icons/index.d.ts +48 -0
- package/dist/src/assets/icons/info.icon.d.ts +3 -0
- package/dist/src/assets/icons/loader-circle.icon.d.ts +3 -0
- package/dist/src/assets/icons/mail-warning.icon.d.ts +3 -0
- package/dist/src/assets/icons/minus.icon.d.ts +3 -0
- package/dist/src/assets/icons/plus.icon.d.ts +1 -0
- package/dist/src/assets/icons/rabbit.icon.d.ts +3 -0
- package/dist/src/assets/icons/radio-group.icon.d.ts +1 -0
- package/dist/src/assets/icons/radio.icon.d.ts +1 -0
- package/dist/src/assets/icons/refresh-cw.icon.d.ts +3 -0
- package/dist/src/assets/icons/search.icon.d.ts +3 -0
- package/dist/src/assets/icons/settings.icon.d.ts +3 -0
- package/dist/src/assets/icons/shopping-bag.icon.d.ts +3 -0
- package/dist/src/assets/icons/tick.icon.d.ts +1 -0
- package/dist/src/assets/icons/wand.icon.d.ts +3 -0
- package/dist/src/components/index.d.ts +2 -0
- package/dist/src/components/ui/accordion/accordion-content.d.ts +21 -0
- package/dist/src/components/ui/accordion/accordion-item.d.ts +22 -0
- package/dist/src/components/ui/accordion/accordion-trigger.d.ts +18 -0
- package/dist/src/components/ui/accordion/accordion.d.ts +26 -0
- package/dist/src/components/ui/accordion/accordion.defs.d.ts +10 -0
- package/dist/src/components/ui/accordion/accordion.stories.d.ts +11 -0
- package/dist/src/components/ui/accordion/accordion.styles.d.ts +4 -0
- package/dist/src/components/ui/alert/_alert-action.d.ts +22 -0
- package/dist/src/components/ui/alert/_alert-description.d.ts +22 -0
- package/dist/src/components/ui/alert/_alert-title.d.ts +21 -0
- package/dist/src/components/ui/alert/_alert.d.ts +26 -0
- package/dist/src/components/ui/alert/alert.d.ts +17 -0
- package/dist/src/components/ui/alert/alert.defs.d.ts +4 -0
- package/dist/src/components/ui/alert/alert.stories.d.ts +13 -0
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +17 -0
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +5 -0
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +4 -0
- package/dist/src/components/ui/avatar/_avatar-badge.d.ts +22 -0
- package/dist/src/components/ui/avatar/_avatar-fallback.d.ts +22 -0
- package/dist/src/components/ui/avatar/_avatar-group-count.d.ts +22 -0
- package/dist/src/components/ui/avatar/_avatar-group.d.ts +22 -0
- package/dist/src/components/ui/avatar/_avatar-image.d.ts +29 -0
- package/dist/src/components/ui/avatar/_avatar.d.ts +66 -0
- package/dist/src/components/ui/avatar/avatar.d.ts +21 -0
- package/dist/src/components/ui/avatar/avatar.defs.d.ts +8 -0
- package/dist/src/components/ui/avatar/avatar.stories.d.ts +14 -0
- package/dist/src/components/ui/badge/badge.d.ts +20 -0
- package/dist/src/components/ui/badge/badge.stories.d.ts +7 -0
- package/dist/src/components/ui/badge/badge.style.d.ts +3 -0
- package/dist/src/components/ui/badge/badge.type.d.ts +1 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +12 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +15 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +16 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +15 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +12 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +15 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +22 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +5 -0
- package/dist/src/components/ui/breadcrumb/breadcrumb.styles.d.ts +4 -0
- package/dist/src/components/ui/button/_button.d.ts +63 -0
- package/dist/src/components/ui/button/button.d.ts +11 -0
- package/dist/src/components/ui/button/button.defs.d.ts +14 -0
- package/dist/src/components/ui/button/button.stories.d.ts +14 -0
- package/dist/src/components/ui/button/button.style.d.ts +4 -0
- package/dist/src/components/ui/calendar/calendar.d.ts +25 -0
- package/dist/src/components/ui/calendar/calendar.helpers.d.ts +3 -0
- package/dist/src/components/ui/calendar/calendar.stories.d.ts +5 -0
- package/dist/src/components/ui/calendar/calendar.style.d.ts +40 -0
- package/dist/src/components/ui/card/_card-action.d.ts +22 -0
- package/dist/src/components/ui/card/_card-content.d.ts +21 -0
- package/dist/src/components/ui/card/_card-description.d.ts +22 -0
- package/dist/src/components/ui/card/_card-footer.d.ts +27 -0
- package/dist/src/components/ui/card/_card-header.d.ts +27 -0
- package/dist/src/components/ui/card/_card-title.d.ts +21 -0
- package/dist/src/components/ui/card/_card.d.ts +26 -0
- package/dist/src/components/ui/card/card.d.ts +23 -0
- package/dist/src/components/ui/card/card.defs.d.ts +10 -0
- package/dist/src/components/ui/card/card.stories.d.ts +12 -0
- package/dist/src/components/ui/carousel/carousel.d.ts +25 -0
- package/dist/src/components/ui/carousel/carousel.stories.d.ts +7 -0
- package/dist/src/components/ui/carousel/carousel.styles.d.ts +32 -0
- package/dist/src/components/ui/checkbox/_checkbox.d.ts +66 -0
- package/dist/src/components/ui/checkbox/checkbox.d.ts +11 -0
- package/dist/src/components/ui/checkbox/checkbox.defs.d.ts +11 -0
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +11 -0
- package/dist/src/components/ui/collapsible/collapsible-content.d.ts +18 -0
- package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +18 -0
- package/dist/src/components/ui/collapsible/collapsible.d.ts +24 -0
- package/dist/src/components/ui/collapsible/collapsible.stories.d.ts +6 -0
- package/dist/src/components/ui/combobox/combo-box-empty.d.ts +15 -0
- package/dist/src/components/ui/combobox/combo-box-group.d.ts +38 -0
- package/dist/src/components/ui/combobox/combo-box-input.d.ts +18 -0
- package/dist/src/components/ui/combobox/combo-box-item.d.ts +26 -0
- package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +19 -0
- package/dist/src/components/ui/combobox/combo-box-value.d.ts +19 -0
- package/dist/src/components/ui/combobox/combo-box.d.ts +36 -0
- package/dist/src/components/ui/combobox/combo-box.stories.d.ts +11 -0
- package/dist/src/components/ui/combobox/combo-box.styles.d.ts +14 -0
- package/dist/src/components/ui/command/command-empty.atom.d.ts +19 -0
- package/dist/src/components/ui/command/command-group.atom.d.ts +20 -0
- package/dist/src/components/ui/command/command-input.atom.d.ts +16 -0
- package/dist/src/components/ui/command/command-item.atom.d.ts +25 -0
- package/dist/src/components/ui/command/command-list.atom.d.ts +16 -0
- package/dist/src/components/ui/command/command-separator.atom.d.ts +15 -0
- package/dist/src/components/ui/command/command.d.ts +23 -0
- package/dist/src/components/ui/command/command.helpers.d.ts +6 -0
- package/dist/src/components/ui/command/command.stories.d.ts +7 -0
- package/dist/src/components/ui/command/command.styles.d.ts +15 -0
- package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +17 -0
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +15 -0
- package/dist/src/components/ui/context-menu/context-menu-group.d.ts +11 -0
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +14 -0
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +17 -0
- package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +7 -0
- package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +10 -0
- package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +6 -0
- package/dist/src/components/ui/context-menu/context-menu.d.ts +41 -0
- package/dist/src/components/ui/context-menu/context-menu.helpers.d.ts +1 -0
- package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +20 -0
- package/dist/src/components/ui/context-menu/contextMenu.stories.d.ts +5 -0
- package/dist/src/components/ui/data-table/data-table.d.ts +40 -0
- package/dist/src/components/ui/data-table/data-table.stories.d.ts +6 -0
- package/dist/src/components/ui/date-picker/date-picker.d.ts +13 -0
- package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +5 -0
- package/dist/src/components/ui/date-picker/date-picker.styles.d.ts +6 -0
- package/dist/src/components/ui/dialog/dialog-close.d.ts +16 -0
- package/dist/src/components/ui/dialog/dialog-content.d.ts +16 -0
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +10 -0
- package/dist/src/components/ui/dialog/dialog-header.d.ts +8 -0
- package/dist/src/components/ui/dialog/dialog-overly.d.ts +6 -0
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +12 -0
- package/dist/src/components/ui/dialog/dialog.d.ts +31 -0
- package/dist/src/components/ui/dialog/dialog.stories.d.ts +7 -0
- package/dist/src/components/ui/dialog/dialog.styles.d.ts +17 -0
- package/dist/src/components/ui/drawer/drawer-close.d.ts +16 -0
- package/dist/src/components/ui/drawer/drawer-content.d.ts +15 -0
- package/dist/src/components/ui/drawer/drawer-description.d.ts +10 -0
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +10 -0
- package/dist/src/components/ui/drawer/drawer-header.d.ts +9 -0
- package/dist/src/components/ui/drawer/drawer-overlay.d.ts +6 -0
- package/dist/src/components/ui/drawer/drawer-title.d.ts +10 -0
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +12 -0
- package/dist/src/components/ui/drawer/drawer.d.ts +41 -0
- package/dist/src/components/ui/drawer/drawer.helpers.d.ts +2 -0
- package/dist/src/components/ui/drawer/drawer.stories.d.ts +5 -0
- package/dist/src/components/ui/drawer/drawer.styles.d.ts +14 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +18 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +14 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +12 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +18 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +17 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +9 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +9 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +6 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +41 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.helpers.d.ts +3 -0
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +20 -0
- package/dist/src/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +7 -0
- package/dist/src/components/ui/field/_field-content.d.ts +24 -0
- package/dist/src/components/ui/field/_field-description.d.ts +24 -0
- package/dist/src/components/ui/field/_field-error.d.ts +24 -0
- package/dist/src/components/ui/field/_field-group.d.ts +29 -0
- package/dist/src/components/ui/field/_field-label.d.ts +28 -0
- package/dist/src/components/ui/field/_field-legend.d.ts +31 -0
- package/dist/src/components/ui/field/_field-separator.d.ts +39 -0
- package/dist/src/components/ui/field/_field-set.d.ts +23 -0
- package/dist/src/components/ui/field/_field-title.d.ts +23 -0
- package/dist/src/components/ui/field/_field.d.ts +37 -0
- package/dist/src/components/ui/field/field.d.ts +30 -0
- package/dist/src/components/ui/field/field.defs.d.ts +24 -0
- package/dist/src/components/ui/field/field.stories.d.ts +17 -0
- package/dist/src/components/ui/form/form-context.d.ts +5 -0
- package/dist/src/components/ui/form/form-controller.d.ts +28 -0
- package/dist/src/components/ui/form/form-field-context.d.ts +3 -0
- package/dist/src/components/ui/form/form-item-context.d.ts +7 -0
- package/dist/src/components/ui/form/form.stories.d.ts +6 -0
- package/dist/src/components/ui/form/form.styles.d.ts +7 -0
- package/dist/src/components/ui/form/rtg-form-controller.d.ts +17 -0
- package/dist/src/components/ui/form/rtg-form-description.d.ts +14 -0
- package/dist/src/components/ui/form/rtg-form-field.d.ts +20 -0
- package/dist/src/components/ui/form/rtg-form-item.d.ts +17 -0
- package/dist/src/components/ui/form/rtg-form-label.d.ts +20 -0
- package/dist/src/components/ui/form/rtg-form-message.d.ts +18 -0
- package/dist/src/components/ui/form/rtg-form.d.ts +24 -0
- package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +16 -0
- package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +10 -0
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +29 -0
- package/dist/src/components/ui/hoverCard/hover-card.stories.d.ts +5 -0
- package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +5 -0
- package/dist/src/components/ui/index.d.ts +42 -0
- package/dist/src/components/ui/input/_input.d.ts +164 -0
- package/dist/src/components/ui/input/input.d.ts +12 -0
- package/dist/src/components/ui/input/input.defs.d.ts +28 -0
- package/dist/src/components/ui/input/input.stories.d.ts +17 -0
- package/dist/src/components/ui/input-otp/_input-otp-group.d.ts +26 -0
- package/dist/src/components/ui/input-otp/_input-otp-separator.d.ts +16 -0
- package/dist/src/components/ui/input-otp/_input-otp-slot.d.ts +35 -0
- package/dist/src/components/ui/input-otp/_input-otp.d.ts +213 -0
- package/dist/src/components/ui/input-otp/input-otp.d.ts +17 -0
- package/dist/src/components/ui/input-otp/input-otp.defs.d.ts +28 -0
- package/dist/src/components/ui/input-otp/input-otp.stories.d.ts +13 -0
- package/dist/src/components/ui/label/_label.d.ts +27 -0
- package/dist/src/components/ui/label/label.d.ts +11 -0
- package/dist/src/components/ui/label/label.defs.d.ts +3 -0
- package/dist/src/components/ui/label/label.stories.d.ts +11 -0
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +20 -0
- package/dist/src/components/ui/menubar/menubar-content.d.ts +20 -0
- package/dist/src/components/ui/menubar/menubar-group.d.ts +15 -0
- package/dist/src/components/ui/menubar/menubar-item.d.ts +18 -0
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +31 -0
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +20 -0
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +14 -0
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +10 -0
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +10 -0
- package/dist/src/components/ui/menubar/menubar.d.ts +34 -0
- package/dist/src/components/ui/menubar/menubar.helpers.d.ts +3 -0
- package/dist/src/components/ui/menubar/menubar.stories.d.ts +5 -0
- package/dist/src/components/ui/menubar/menubar.styles.d.ts +21 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +20 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +24 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +10 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +9 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +10 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +25 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu.stories.d.ts +5 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +9 -0
- package/dist/src/components/ui/pagination/pagination-content.d.ts +9 -0
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +9 -0
- package/dist/src/components/ui/pagination/pagination-item.d.ts +15 -0
- package/dist/src/components/ui/pagination/pagination-link.d.ts +15 -0
- package/dist/src/components/ui/pagination/pagination-next.d.ts +10 -0
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +10 -0
- package/dist/src/components/ui/pagination/pagination.d.ts +27 -0
- package/dist/src/components/ui/pagination/pagination.stories.d.ts +5 -0
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +22 -0
- package/dist/src/components/ui/pagination/pagination.type.d.ts +2 -0
- package/dist/src/components/ui/popover/popover-content.d.ts +19 -0
- package/dist/src/components/ui/popover/popover-trigger.d.ts +13 -0
- package/dist/src/components/ui/popover/popover.d.ts +22 -0
- package/dist/src/components/ui/popover/popover.stories.d.ts +5 -0
- package/dist/src/components/ui/popover/popover.style.d.ts +5 -0
- package/dist/src/components/ui/popover/popover.types.d.ts +2 -0
- package/dist/src/components/ui/progress/progress.d.ts +12 -0
- package/dist/src/components/ui/progress/progress.stories.d.ts +5 -0
- package/dist/src/components/ui/progress/progress.styles.d.ts +4 -0
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +22 -0
- package/dist/src/components/ui/radio-group/radio-group.d.ts +20 -0
- package/dist/src/components/ui/radio-group/radio-group.stories.d.ts +5 -0
- package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +9 -0
- package/dist/src/components/ui/radio-group/radio-group.types.d.ts +2 -0
- package/dist/src/components/ui/sample-demo/sample-demo.d.ts +24 -0
- package/dist/src/components/ui/sample-demo/sample.style.d.ts +4 -0
- package/dist/src/components/ui/sample-demo/sample.type.d.ts +3 -0
- package/dist/src/components/ui/scroll-area/scroll-area.d.ts +13 -0
- package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +5 -0
- package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
- package/dist/src/components/ui/select/select-controller.d.ts +16 -0
- package/dist/src/components/ui/select/select-group.d.ts +26 -0
- package/dist/src/components/ui/select/select-item.d.ts +27 -0
- package/dist/src/components/ui/select/select-label.d.ts +14 -0
- package/dist/src/components/ui/select/select-list.d.ts +11 -0
- package/dist/src/components/ui/select/select-seperator.d.ts +9 -0
- package/dist/src/components/ui/select/select-trigger.d.ts +25 -0
- package/dist/src/components/ui/select/select-value.d.ts +21 -0
- package/dist/src/components/ui/select/select.d.ts +26 -0
- package/dist/src/components/ui/select/select.stories.d.ts +5 -0
- package/dist/src/components/ui/select/select.styles.d.ts +20 -0
- package/dist/src/components/ui/separator/_separator.d.ts +22 -0
- package/dist/src/components/ui/separator/separator.d.ts +11 -0
- package/dist/src/components/ui/separator/separator.defs.d.ts +5 -0
- package/dist/src/components/ui/separator/separator.stories.d.ts +10 -0
- package/dist/src/components/ui/skeleton/skeleton.d.ts +11 -0
- package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +5 -0
- package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -0
- package/dist/src/components/ui/switch/switch.d.ts +14 -0
- package/dist/src/components/ui/switch/switch.stories.d.ts +5 -0
- package/dist/src/components/ui/switch/switch.style.d.ts +4 -0
- package/dist/src/components/ui/switch/switch.type.d.ts +4 -0
- package/dist/src/components/ui/table/table.d.ts +18 -0
- package/dist/src/components/ui/table/table.stories.d.ts +5 -0
- package/dist/src/components/ui/table/table.styles.d.ts +39 -0
- package/dist/src/components/ui/tabs/_tabs-content.d.ts +30 -0
- package/dist/src/components/ui/tabs/_tabs-list.d.ts +30 -0
- package/dist/src/components/ui/tabs/_tabs-trigger.d.ts +47 -0
- package/dist/src/components/ui/tabs/_tabs.d.ts +99 -0
- package/dist/src/components/ui/tabs/tabs.d.ts +18 -0
- package/dist/src/components/ui/tabs/tabs.defs.d.ts +22 -0
- package/dist/src/components/ui/tabs/tabs.helpers.d.ts +24 -0
- package/dist/src/components/ui/tabs/tabs.stories.d.ts +13 -0
- package/dist/src/components/ui/textarea/textarea.d.ts +22 -0
- package/dist/src/components/ui/textarea/textarea.stories.d.ts +5 -0
- package/dist/src/components/ui/textarea/textarea.styles.d.ts +1 -0
- package/dist/src/components/ui/textarea/textarea.type.d.ts +11 -0
- package/dist/src/components/ui/toast/toast-action.d.ts +27 -0
- package/dist/src/components/ui/toast/toast-description.d.ts +14 -0
- package/dist/src/components/ui/toast/toast-title.d.ts +14 -0
- package/dist/src/components/ui/toast/toast-trigger.d.ts +18 -0
- package/dist/src/components/ui/toast/toast-view-port.d.ts +24 -0
- package/dist/src/components/ui/toast/toast.d.ts +25 -0
- package/dist/src/components/ui/toast/toast.stories.d.ts +10 -0
- package/dist/src/components/ui/toast/toast.style.d.ts +19 -0
- package/dist/src/components/ui/toast/toast.type.d.ts +1 -0
- package/dist/src/components/ui/toggle/toggle.d.ts +29 -0
- package/dist/src/components/ui/toggle/toggle.defs.d.ts +27 -0
- package/dist/src/components/ui/toggle/toggle.stories.d.ts +6 -0
- package/dist/src/components/ui/toggle/toggle.style.d.ts +4 -0
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +43 -0
- package/dist/src/components/ui/toggle-group/toggle-group.d.ts +25 -0
- package/dist/src/components/ui/toggle-group/toggle-group.defs.d.ts +37 -0
- package/dist/src/components/ui/toggle-group/toggle-group.stories.d.ts +5 -0
- package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +5 -0
- package/dist/src/components/widgets/index.d.ts +1 -0
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +14 -0
- package/dist/src/helpers/base-element.d.ts +21 -0
- package/dist/src/helpers/country-codes.d.ts +5 -0
- package/dist/src/helpers/genrate-uuid.helper.d.ts +1 -0
- package/dist/src/helpers/index.d.ts +7 -0
- package/dist/src/helpers/mouse-conroller.helper.d.ts +15 -0
- package/dist/src/helpers/shadow-wrapper.d.ts +8 -0
- package/dist/src/helpers/style.helpers.d.ts +3 -0
- package/dist/src/helpers/widget-controller.d.ts +13 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/interfaces/actionable.interface.d.ts +6 -0
- package/dist/src/interfaces/atomic.interface.d.ts +6 -0
- package/dist/src/interfaces/changeable.interface.d.ts +8 -0
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +5 -0
- package/dist/src/interfaces/index.d.ts +6 -0
- package/dist/src/interfaces/intractable.interface.d.ts +6 -0
- package/dist/src/interfaces/variant.interface.d.ts +3 -0
- package/dist/src/lib/index.d.ts +0 -0
- package/dist/src/lib/react/react.lib.d.ts +5 -0
- package/dist/src/styles/index.d.ts +1 -0
- package/dist/src/styles/tw.styles.d.ts +1 -0
- package/dist/src/tokens/tailwind/animation.d.ts +7 -0
- package/dist/src/tokens/tailwind/basis.d.ts +5 -0
- package/dist/src/tokens/tailwind/border-radius.d.ts +52 -0
- package/dist/src/tokens/tailwind/border-width.d.ts +28 -0
- package/dist/src/tokens/tailwind/box-shadow.d.ts +17 -0
- package/dist/src/tokens/tailwind/color.d.ts +261 -0
- package/dist/src/tokens/tailwind/font-size.d.ts +98 -0
- package/dist/src/tokens/tailwind/font-weight.d.ts +28 -0
- package/dist/src/tokens/tailwind/index.d.ts +912 -0
- package/dist/src/tokens/tailwind/keyframes.d.ts +41 -0
- package/dist/src/tokens/tailwind/opacity.d.ts +34 -0
- package/dist/src/tokens/tailwind/ring-offset-width.d.ts +7 -0
- package/dist/src/tokens/tailwind/ring-width.d.ts +19 -0
- package/dist/src/tokens/tailwind/spacing.d.ts +299 -0
- package/dist/src/tokens/tailwind/transition-duration.d.ts +5 -0
- package/dist/src/tokens/tailwind/transition-timing-function.d.ts +4 -0
- package/dist/src/tokens/tailwind/translate.d.ts +5 -0
- package/dist/src/wc-ui-app.d.ts +7 -0
- package/package.json +26 -39
|
@@ -0,0 +1,912 @@
|
|
|
1
|
+
export declare const tailwindTokenMap: {
|
|
2
|
+
animation: {
|
|
3
|
+
'toast-in': string;
|
|
4
|
+
'toast-out': string;
|
|
5
|
+
'skeleton-animate': string;
|
|
6
|
+
'accordion-content-animate-closed': string;
|
|
7
|
+
'accordion-content-animate-open': string;
|
|
8
|
+
};
|
|
9
|
+
borderRadius: {
|
|
10
|
+
'navigation-menu-item-radius': string;
|
|
11
|
+
'navigation-menu-link-radius': string;
|
|
12
|
+
'navigation-menu-content-container-radius': string;
|
|
13
|
+
'combo-box-group-radius': string;
|
|
14
|
+
'combo-box-input-radius': string;
|
|
15
|
+
'combo-box-trigger-radius': string;
|
|
16
|
+
'combo-box-item-radius': string;
|
|
17
|
+
'carousel-button-radius': string;
|
|
18
|
+
'textarea-radius': string;
|
|
19
|
+
'toast-viewport-item-radius': string;
|
|
20
|
+
'toast-action-radius': string;
|
|
21
|
+
'toggle-group-item-radius': string;
|
|
22
|
+
'toggle-radius': string;
|
|
23
|
+
'scrollarea-radius': string;
|
|
24
|
+
'switch-radius': string;
|
|
25
|
+
'switch-thumb-radius': string;
|
|
26
|
+
'skeleton-radius': string;
|
|
27
|
+
'select-trigger-radius': string;
|
|
28
|
+
'select-content-radius': string;
|
|
29
|
+
'select-item-radius': string;
|
|
30
|
+
'radio-group-item-radius': string;
|
|
31
|
+
'progress-radius': string;
|
|
32
|
+
'popover-content-radius': string;
|
|
33
|
+
'menubar-radius': string;
|
|
34
|
+
'menubar-trigger-radius': string;
|
|
35
|
+
'menubar-content-radius': string;
|
|
36
|
+
'menubar-item-radius': string;
|
|
37
|
+
'menubar-checkbox-item-radius': string;
|
|
38
|
+
'menubar-radio-item-radius': string;
|
|
39
|
+
'hover-card-content-radius': string;
|
|
40
|
+
'dropdown-menu-content-radius': string;
|
|
41
|
+
'dropdown-menu-item-radius': string;
|
|
42
|
+
'dropdown-menu-checkbox-item-radius': string;
|
|
43
|
+
'dropdown-menu-radio-item-radius': string;
|
|
44
|
+
'drawer-content-radius': string;
|
|
45
|
+
'drawer-thumb-radius': string;
|
|
46
|
+
'dialog-content-radius': string;
|
|
47
|
+
'dialog-close-radius': string;
|
|
48
|
+
'context-menu-content-radius': string;
|
|
49
|
+
'context-menu-item-radius': string;
|
|
50
|
+
'context-menu-checkbox-item-radius': string;
|
|
51
|
+
'context-menu-radio-item-radius': string;
|
|
52
|
+
'command-radius': string;
|
|
53
|
+
'command-input-radius': string;
|
|
54
|
+
'command-item-radius': string;
|
|
55
|
+
'calendar-weekday-radius': string;
|
|
56
|
+
'calendar-day-radius': string;
|
|
57
|
+
'button-radius': string;
|
|
58
|
+
'badge-radius': string;
|
|
59
|
+
'accordion-trigger-radius': string;
|
|
60
|
+
};
|
|
61
|
+
borderWidth: {
|
|
62
|
+
'navigation-menu-content-container-width-border': string;
|
|
63
|
+
'combo-box-group-width-border': string;
|
|
64
|
+
'combo-box-trigger-width-border': string;
|
|
65
|
+
'table-head-width-border': string;
|
|
66
|
+
'table-body-width-border': string;
|
|
67
|
+
'table-footer-width-border': string;
|
|
68
|
+
'switch-width-border': string;
|
|
69
|
+
'select-trigger-width-border': string;
|
|
70
|
+
'select-content-width-border': string;
|
|
71
|
+
'radio-group-item-width-border': string;
|
|
72
|
+
'popover-content-width-border': string;
|
|
73
|
+
'menubar-width-border': string;
|
|
74
|
+
'menubar-content-width-border': string;
|
|
75
|
+
'hover-card-content-width-border': string;
|
|
76
|
+
'dropdown-menu-content-width-border': string;
|
|
77
|
+
'drawer-content-width-border': string;
|
|
78
|
+
'dialog-content-width-border': string;
|
|
79
|
+
'context-menu-content-width-border': string;
|
|
80
|
+
'command-input-wrapper-width-border': string;
|
|
81
|
+
'calendar-day-width-border-focus': string;
|
|
82
|
+
'button-width-border-focus': string;
|
|
83
|
+
'button-width-border-invalid': string;
|
|
84
|
+
'button-outline-width-border': string;
|
|
85
|
+
'badge-width-border': string;
|
|
86
|
+
'accordion-item-width-border': string;
|
|
87
|
+
'accordion-trigger-width-border-focus': string;
|
|
88
|
+
};
|
|
89
|
+
boxShadow: {
|
|
90
|
+
'navigation-menu-item-shadow-focus': string;
|
|
91
|
+
'navigation-menu-content-container-shadow': string;
|
|
92
|
+
'combo-box-group-shadow': string;
|
|
93
|
+
'toast-viewport-item-shadow': string;
|
|
94
|
+
'switch-shadow': string;
|
|
95
|
+
'select-trigger-shadow': string;
|
|
96
|
+
'select-content-shadow': string;
|
|
97
|
+
'radio-group-item-shadow': string;
|
|
98
|
+
'popover-content-shadow': string;
|
|
99
|
+
'menubar-shadow': string;
|
|
100
|
+
'menubar-content-shadow': string;
|
|
101
|
+
'hover-card-content-shadow': string;
|
|
102
|
+
'dropdown-menu-content-shadow': string;
|
|
103
|
+
'dialog-content-shadow': string;
|
|
104
|
+
'context-menu-content-shadow': string;
|
|
105
|
+
};
|
|
106
|
+
color: {
|
|
107
|
+
'navigation-menu-item-color-bg': string;
|
|
108
|
+
'navigation-menu-item-color-bg-hover': string;
|
|
109
|
+
'navigation-menu-link-color-bg-hover': string;
|
|
110
|
+
'navigation-menu-content-container-color-bg': string;
|
|
111
|
+
'navigation-menu-link-color-bg': string;
|
|
112
|
+
'navigation-menu-content-container-color-border': string;
|
|
113
|
+
'combo-box-group-color-border': string;
|
|
114
|
+
'combo-box-group-color-bg': string;
|
|
115
|
+
'combo-box-input-color-text': string;
|
|
116
|
+
'combo-box-input-color-bg': string;
|
|
117
|
+
'combo-box-input-color-text-placeholder': string;
|
|
118
|
+
'combo-box-trigger-color-border': string;
|
|
119
|
+
'combo-box-trigger-color-bg': string;
|
|
120
|
+
'combo-box-trigger-color-ring-focus': string;
|
|
121
|
+
'combo-box-item-color-bg-hover': string;
|
|
122
|
+
'form-description-color-text': string;
|
|
123
|
+
'form-message-color-text': string;
|
|
124
|
+
'form-label-color-text-error': string;
|
|
125
|
+
'carousel-button-color-bg': string;
|
|
126
|
+
'carousel-button-color-text': string;
|
|
127
|
+
'carousel-button-color-bg-hover': string;
|
|
128
|
+
'table-preview-color-bg': string;
|
|
129
|
+
'table-caption-color-text': string;
|
|
130
|
+
'table-head-color-border': string;
|
|
131
|
+
'table-head-row-color-bg-hover': string;
|
|
132
|
+
'table-head-cell-color-text': string;
|
|
133
|
+
'table-body-color-border': string;
|
|
134
|
+
'table-body-row-color-bg-hover': string;
|
|
135
|
+
'table-footer-color-border': string;
|
|
136
|
+
'table-footer-color-bg': string;
|
|
137
|
+
'table-footer-row-color-bg-hover': string;
|
|
138
|
+
'textarea-color-bg': string;
|
|
139
|
+
'textarea-color-border': string;
|
|
140
|
+
'textarea-color-border-focus': string;
|
|
141
|
+
'textarea-color-text': string;
|
|
142
|
+
'textarea-color-ring-focus': string;
|
|
143
|
+
'textarea-color-text-placeholder': string;
|
|
144
|
+
'toast-viewport-default-color-bg': string;
|
|
145
|
+
'toast-viewport-default-color-text': string;
|
|
146
|
+
'toast-viewport-destructive-color-bg': string;
|
|
147
|
+
'toast-viewport-destructive-color-text': string;
|
|
148
|
+
'toast-action-destructive-color-text': string;
|
|
149
|
+
'toast-action-destructive-color-ring-focus': string;
|
|
150
|
+
'toast-action-destructive-color-bg-hover': string;
|
|
151
|
+
'toast-action-destructive-color-bg': string;
|
|
152
|
+
'toast-action-color-border': string;
|
|
153
|
+
'toast-action-default-color-bg-hover': string;
|
|
154
|
+
'toast-action-default-color-bg': string;
|
|
155
|
+
'toast-action-color-text': string;
|
|
156
|
+
'toast-action-color-ring-focus': string;
|
|
157
|
+
'toast-viewport-default-color-border': string;
|
|
158
|
+
'toggle-group-item-color-bg-on': string;
|
|
159
|
+
'toggle-group-item-color-text-on': string;
|
|
160
|
+
'toggle-group-item-color-ring-focus': string;
|
|
161
|
+
'toggle-group-item-default-color-bg-hover': string;
|
|
162
|
+
'toggle-group-item-default-color-text-hover': string;
|
|
163
|
+
'toggle-group-item-outline-color-bg-hover': string;
|
|
164
|
+
'toggle-group-item-outline-color-text-hover': string;
|
|
165
|
+
'toggle-group-item-outline-color-border': string;
|
|
166
|
+
'toggle-color-bg-on': string;
|
|
167
|
+
'toggle-color-text-on': string;
|
|
168
|
+
'toggle-color-ring-focus': string;
|
|
169
|
+
'toggle-default-color-bg-hover': string;
|
|
170
|
+
'toggle-default-color-text-hover': string;
|
|
171
|
+
'toggle-outline-color-bg-hover': string;
|
|
172
|
+
'toggle-outline-color-text-hover': string;
|
|
173
|
+
'toggle-outline-color-border': string;
|
|
174
|
+
'scrollarea-color-bg': string;
|
|
175
|
+
'scrollarea-color-border': string;
|
|
176
|
+
'switch-color-border': string;
|
|
177
|
+
'switch-color-bg-checked': string;
|
|
178
|
+
'switch-color-bg-unchecked': string;
|
|
179
|
+
'switch-color-border-focus': string;
|
|
180
|
+
'switch-color-ring-focus': string;
|
|
181
|
+
'switch-thumb-color-bg-checked': string;
|
|
182
|
+
'switch-thumb-color-bg-unchecked': string;
|
|
183
|
+
'skeleton-color-bg': string;
|
|
184
|
+
'select-trigger-color-bg': string;
|
|
185
|
+
'select-trigger-color-border': string;
|
|
186
|
+
'select-trigger-color-bg-hover': string;
|
|
187
|
+
'select-trigger-color-border-focus': string;
|
|
188
|
+
'select-trigger-color-ring-focus': string;
|
|
189
|
+
'select-trigger-color-border-invalid': string;
|
|
190
|
+
'select-trigger-color-ring-invalid': string;
|
|
191
|
+
'select-trigger-placeholder-color-text': string;
|
|
192
|
+
'select-trigger-icon-color-text': string;
|
|
193
|
+
'select-content-color-text': string;
|
|
194
|
+
'select-content-color-bg': string;
|
|
195
|
+
'select-content-color-border': string;
|
|
196
|
+
'select-label-color-text': string;
|
|
197
|
+
'select-item-color-text-hover': string;
|
|
198
|
+
'select-item-color-bg-hover': string;
|
|
199
|
+
'select-item-color-text-focus': string;
|
|
200
|
+
'select-item-color-bg-focus': string;
|
|
201
|
+
'select-item-icon-color-text': string;
|
|
202
|
+
'select-separator-color-bg': string;
|
|
203
|
+
'radio-group-item-color-bg': string;
|
|
204
|
+
'radio-group-item-color-border': string;
|
|
205
|
+
'radio-group-item-color-border-focus': string;
|
|
206
|
+
'radio-group-item-color-border-invalid': string;
|
|
207
|
+
'radio-group-item-color-ring-focus': string;
|
|
208
|
+
'radio-group-item-color-ring-invalid': string;
|
|
209
|
+
'radio-group-indicator-color-fill': string;
|
|
210
|
+
'progress-color-bg': string;
|
|
211
|
+
'progress-indicator-color-bg': string;
|
|
212
|
+
'popover-content-color-text': string;
|
|
213
|
+
'popover-content-color-bg': string;
|
|
214
|
+
'popover-content-color-border': string;
|
|
215
|
+
'menubar-color-bg': string;
|
|
216
|
+
'menubar-color-border': string;
|
|
217
|
+
'menubar-trigger-color-text-active': string;
|
|
218
|
+
'menubar-trigger-color-bg-active': string;
|
|
219
|
+
'menubar-trigger-color-text-focus': string;
|
|
220
|
+
'menubar-trigger-color-bg-focus': string;
|
|
221
|
+
'menubar-content-color-text': string;
|
|
222
|
+
'menubar-content-color-bg': string;
|
|
223
|
+
'menubar-content-color-border': string;
|
|
224
|
+
'menubar-item-color-text-active': string;
|
|
225
|
+
'menubar-item-color-bg-active': string;
|
|
226
|
+
'menubar-item-icon-color-text': string;
|
|
227
|
+
'menubar-checkbox-item-color-text-active': string;
|
|
228
|
+
'menubar-checkbox-item-color-bg-active': string;
|
|
229
|
+
'menubar-radio-item-color-text-active': string;
|
|
230
|
+
'menubar-radio-item-color-bg-active': string;
|
|
231
|
+
'menubar-separator-color-bg': string;
|
|
232
|
+
'menubar-shortcut-color-text': string;
|
|
233
|
+
'hover-card-content-color-text': string;
|
|
234
|
+
'hover-card-content-color-bg': string;
|
|
235
|
+
'hover-card-content-color-border': string;
|
|
236
|
+
'dropdown-menu-content-color-text': string;
|
|
237
|
+
'dropdown-menu-content-color-bg': string;
|
|
238
|
+
'dropdown-menu-content-color-border': string;
|
|
239
|
+
'dropdown-menu-item-color-bg-hover': string;
|
|
240
|
+
'dropdown-menu-item-color-text-hover': string;
|
|
241
|
+
'dropdown-menu-item-color-bg-focus': string;
|
|
242
|
+
'dropdown-menu-item-color-text-focus': string;
|
|
243
|
+
'dropdown-menu-item-icon-color-text': string;
|
|
244
|
+
'dropdown-menu-checkbox-item-color-bg-focus': string;
|
|
245
|
+
'dropdown-menu-checkbox-item-color-text-focus': string;
|
|
246
|
+
'dropdown-menu-radio-item-color-bg-focus': string;
|
|
247
|
+
'dropdown-menu-radio-item-color-text-focus': string;
|
|
248
|
+
'dropdown-menu-separator-color-bg': string;
|
|
249
|
+
'dropdown-menu-shortcut-color-text': string;
|
|
250
|
+
'drawer-overlay-color-bg': string;
|
|
251
|
+
'drawer-content-color-bg': string;
|
|
252
|
+
'drawer-content-color-border': string;
|
|
253
|
+
'drawer-thumb-color-bg': string;
|
|
254
|
+
'drawer-title-color-text': string;
|
|
255
|
+
'drawer-description-color-text': string;
|
|
256
|
+
'dialog-close-color-ring-offset': string;
|
|
257
|
+
'dialog-close-color-ring-focus': string;
|
|
258
|
+
'dialog-close-color-bg': string;
|
|
259
|
+
'dialog-close-color-text': string;
|
|
260
|
+
'dialog-overlay-color-bg': string;
|
|
261
|
+
'dialog-content-color-bg': string;
|
|
262
|
+
'dialog-content-color-border': string;
|
|
263
|
+
'dialog-description-color-text': string;
|
|
264
|
+
'date-picker-trigger-button-color-text-empty': string;
|
|
265
|
+
'context-menu-content-color-text': string;
|
|
266
|
+
'context-menu-content-color-bg': string;
|
|
267
|
+
'context-menu-content-color-border': string;
|
|
268
|
+
'context-menu-item-color-bg-hover': string;
|
|
269
|
+
'context-menu-item-color-text-hover': string;
|
|
270
|
+
'context-menu-item-color-bg-focus': string;
|
|
271
|
+
'context-menu-item-color-text-focus': string;
|
|
272
|
+
'context-menu-item-icon-color-text': string;
|
|
273
|
+
'context-menu-checkbox-item-color-bg-focus': string;
|
|
274
|
+
'context-menu-checkbox-item-color-text-focus': string;
|
|
275
|
+
'context-menu-radio-item-color-bg-focus': string;
|
|
276
|
+
'context-menu-radio-item-color-text-focus': string;
|
|
277
|
+
'context-menu-separator-color-bg': string;
|
|
278
|
+
'context-menu-shortcut-color-text': string;
|
|
279
|
+
'command-color-text': string;
|
|
280
|
+
'command-color-bg': string;
|
|
281
|
+
'command-input-color-bg': string;
|
|
282
|
+
'command-input-placeholder-color-text': string;
|
|
283
|
+
'command-input-wrapper-color-border': string;
|
|
284
|
+
'command-group-color-text': string;
|
|
285
|
+
'command-heading-color-text': string;
|
|
286
|
+
'command-separator-color-bg': string;
|
|
287
|
+
'command-item-color-bg-hover': string;
|
|
288
|
+
'command-item-color-text-hover': string;
|
|
289
|
+
'command-item-color-bg-selected': string;
|
|
290
|
+
'command-item-color-text-selected': string;
|
|
291
|
+
'command-item-icon-color-text': string;
|
|
292
|
+
'command-shortcut-color-text': string;
|
|
293
|
+
'calendar-color-bg': string;
|
|
294
|
+
'calendar-weekday-color-text': string;
|
|
295
|
+
'calendar-day-today-color-bg': string;
|
|
296
|
+
'calendar-day-color-bg-selected': string;
|
|
297
|
+
'calendar-day-color-border-focus': string;
|
|
298
|
+
'calendar-day-color-ring-focus': string;
|
|
299
|
+
'calendar-day-button-color-text-disabled': string;
|
|
300
|
+
'calendar-day-button-outside-color-text': string;
|
|
301
|
+
'calendar-day-button-today-color-text': string;
|
|
302
|
+
'calendar-day-button-today-color-bg': string;
|
|
303
|
+
'calendar-day-button-color-bg-single-selected': string;
|
|
304
|
+
'calendar-day-button-color-text-single-selected': string;
|
|
305
|
+
'calendar-day-button-color-bg-range-start': string;
|
|
306
|
+
'calendar-day-button-color-text-range-start': string;
|
|
307
|
+
'calendar-day-button-color-bg-range-middle': string;
|
|
308
|
+
'calendar-day-button-color-text-range-middle': string;
|
|
309
|
+
'calendar-day-button-color-bg-range-end': string;
|
|
310
|
+
'calendar-day-button-color-text-range-end': string;
|
|
311
|
+
'button-color-border-focus': string;
|
|
312
|
+
'button-color-border-invalid': string;
|
|
313
|
+
'button-color-ring-invalid': string;
|
|
314
|
+
'button-default-color-bg': string;
|
|
315
|
+
'button-default-color-text': string;
|
|
316
|
+
'button-default-color-bg-hover': string;
|
|
317
|
+
'button-default-color-ring-focus': string;
|
|
318
|
+
'button-secondary-color-bg': string;
|
|
319
|
+
'button-secondary-color-text': string;
|
|
320
|
+
'button-secondary-color-bg-hover': string;
|
|
321
|
+
'button-secondary-color-ring-focus': string;
|
|
322
|
+
'button-outline-color-bg': string;
|
|
323
|
+
'button-outline-color-border': string;
|
|
324
|
+
'button-outline-color-bg-hover': string;
|
|
325
|
+
'button-outline-color-text-hover': string;
|
|
326
|
+
'button-outline-color-ring-focus': string;
|
|
327
|
+
'button-ghost-color-bg-hover': string;
|
|
328
|
+
'button-ghost-color-text-hover': string;
|
|
329
|
+
'button-ghost-color-ring-focus': string;
|
|
330
|
+
'button-destructive-color-bg': string;
|
|
331
|
+
'button-destructive-color-text': string;
|
|
332
|
+
'button-destructive-color-bg-hover': string;
|
|
333
|
+
'button-destructive-color-ring-focus': string;
|
|
334
|
+
'button-link-color-text': string;
|
|
335
|
+
'button-link-color-ring-focus': string;
|
|
336
|
+
'breadcrumb-list-color-text': string;
|
|
337
|
+
'breadcrumb-link-color-text-hover': string;
|
|
338
|
+
'breadcrumb-page-color-text': string;
|
|
339
|
+
'badge-color-border-focus': string;
|
|
340
|
+
'badge-color-border-invalid': string;
|
|
341
|
+
'badge-color-ring-invalid': string;
|
|
342
|
+
'badge-default-color-border': string;
|
|
343
|
+
'badge-default-color-bg': string;
|
|
344
|
+
'badge-default-color-text': string;
|
|
345
|
+
'badge-default-color-bg-hover': string;
|
|
346
|
+
'badge-default-color-ring-focus': string;
|
|
347
|
+
'badge-secondary-color-border': string;
|
|
348
|
+
'badge-secondary-color-bg': string;
|
|
349
|
+
'badge-secondary-color-text': string;
|
|
350
|
+
'badge-secondary-color-bg-hover': string;
|
|
351
|
+
'badge-secondary-color-ring-focus': string;
|
|
352
|
+
'badge-outline-color-border': string;
|
|
353
|
+
'badge-outline-color-text': string;
|
|
354
|
+
'badge-outline-color-bg-hover': string;
|
|
355
|
+
'badge-outline-color-text-hover': string;
|
|
356
|
+
'badge-outline-color-ring-focus': string;
|
|
357
|
+
'badge-destructive-color-border': string;
|
|
358
|
+
'badge-destructive-color-bg': string;
|
|
359
|
+
'badge-destructive-color-text': string;
|
|
360
|
+
'badge-destructive-color-bg-hover': string;
|
|
361
|
+
'badge-destructive-color-ring-focus': string;
|
|
362
|
+
'accordion-item-color-border': string;
|
|
363
|
+
'accordion-trigger-color-border-focus': string;
|
|
364
|
+
'accordion-trigger-color-ring-focus': string;
|
|
365
|
+
'accordion-trigger-icon-color-text': string;
|
|
366
|
+
};
|
|
367
|
+
fontSize: {
|
|
368
|
+
'combo-box-empty-font': string[];
|
|
369
|
+
'combo-box-input-font': string[];
|
|
370
|
+
'combo-box-trigger-font': string[];
|
|
371
|
+
'form-description-font': (string | {
|
|
372
|
+
lineHeight: string;
|
|
373
|
+
letterSpacing: string;
|
|
374
|
+
})[];
|
|
375
|
+
'form-label-font': (string | {
|
|
376
|
+
lineHeight: string;
|
|
377
|
+
})[];
|
|
378
|
+
'form-message-font': (string | {
|
|
379
|
+
lineHeight: string;
|
|
380
|
+
})[];
|
|
381
|
+
'table-font': (string | {
|
|
382
|
+
lineHeight: string;
|
|
383
|
+
letterSpacing: string;
|
|
384
|
+
})[];
|
|
385
|
+
'table-caption-font': (string | {
|
|
386
|
+
lineHeight: string;
|
|
387
|
+
})[];
|
|
388
|
+
'textarea-font': (string | {
|
|
389
|
+
lineHeight: string;
|
|
390
|
+
letterSpacing: string;
|
|
391
|
+
})[];
|
|
392
|
+
'toast-title-font': (string | {
|
|
393
|
+
lineHeight: string;
|
|
394
|
+
letterSpacing: string;
|
|
395
|
+
})[];
|
|
396
|
+
'toast-description-font': (string | {
|
|
397
|
+
lineHeight: string;
|
|
398
|
+
letterSpacing: string;
|
|
399
|
+
})[];
|
|
400
|
+
'toast-action-font': (string | {
|
|
401
|
+
lineHeight: string;
|
|
402
|
+
letterSpacing: string;
|
|
403
|
+
})[];
|
|
404
|
+
'toggle-group-item-font': (string | {
|
|
405
|
+
lineHeight: string;
|
|
406
|
+
letterSpacing: string;
|
|
407
|
+
})[];
|
|
408
|
+
'toggle-font': (string | {
|
|
409
|
+
lineHeight: string;
|
|
410
|
+
letterSpacing: string;
|
|
411
|
+
})[];
|
|
412
|
+
'select-trigger-font': string[];
|
|
413
|
+
'select-label-font': string[];
|
|
414
|
+
'select-item-font': string[];
|
|
415
|
+
'menubar-trigger-font': string[];
|
|
416
|
+
'menubar-item-font': string[];
|
|
417
|
+
'menubar-checkbox-item-font': string[];
|
|
418
|
+
'menubar-radio-item-font': string[];
|
|
419
|
+
'menubar-label-font': string[];
|
|
420
|
+
'menubar-shortcut-font': (string | {
|
|
421
|
+
lineHeight: string;
|
|
422
|
+
letterSpacing: string;
|
|
423
|
+
})[];
|
|
424
|
+
'dropdown-menu-item-font': string[];
|
|
425
|
+
'dropdown-menu-checkbox-item-font': string[];
|
|
426
|
+
'dropdown-menu-radio-item-font': string[];
|
|
427
|
+
'dropdown-menu-label-font': string[];
|
|
428
|
+
'dropdown-menu-shortcut-font': (string | {
|
|
429
|
+
lineHeight: string;
|
|
430
|
+
letterSpacing: string;
|
|
431
|
+
})[];
|
|
432
|
+
'drawer-title-font': string[];
|
|
433
|
+
'drawer-description-font': string[];
|
|
434
|
+
'dialog-title-font': string[];
|
|
435
|
+
'dialog-description-font': string[];
|
|
436
|
+
'context-menu-item-font': string[];
|
|
437
|
+
'context-menu-checkbox-item-font': string[];
|
|
438
|
+
'context-menu-radio-item-font': string[];
|
|
439
|
+
'context-menu-label-font': string[];
|
|
440
|
+
'context-menu-shortcut-font': (string | {
|
|
441
|
+
lineHeight: string;
|
|
442
|
+
letterSpacing: string;
|
|
443
|
+
})[];
|
|
444
|
+
'command-input-font': string[];
|
|
445
|
+
'command-empty-font': string[];
|
|
446
|
+
'command-heading-font': string[];
|
|
447
|
+
'command-item-font': string[];
|
|
448
|
+
'command-shortcut-font': (string | {
|
|
449
|
+
lineHeight: string;
|
|
450
|
+
letterSpacing: string;
|
|
451
|
+
})[];
|
|
452
|
+
'calendar-caption-label-font': string[];
|
|
453
|
+
'calendar-weekday-font': string[];
|
|
454
|
+
'calendar-day-button-font': string[];
|
|
455
|
+
'calendar-day-button-span-font': string[];
|
|
456
|
+
'button-font-size': string[];
|
|
457
|
+
'breadcrumb-list-font': string[];
|
|
458
|
+
'badge-font-size': (string | {
|
|
459
|
+
lineHeight: string;
|
|
460
|
+
letterSpacing: string;
|
|
461
|
+
})[];
|
|
462
|
+
'accordion-trigger-font': string[];
|
|
463
|
+
'accordion-content-font': string[];
|
|
464
|
+
};
|
|
465
|
+
fontWeight: {
|
|
466
|
+
'form-label-font-weight': string;
|
|
467
|
+
'table-head-cell-font-weight': string;
|
|
468
|
+
'table-footer-font-weight': string;
|
|
469
|
+
'toast-title-font-weight': string;
|
|
470
|
+
'toast-action-font-weight': string;
|
|
471
|
+
'toggle-group-item-font-weight': string;
|
|
472
|
+
'toggle-font-weight': string;
|
|
473
|
+
'menubar-trigger-font-weight': string;
|
|
474
|
+
'menubar-label-font-weight': string;
|
|
475
|
+
'dropdown-menu-label-font-weight': string;
|
|
476
|
+
'drawer-title-font-weight': string;
|
|
477
|
+
'drawer-description-font-weight': string;
|
|
478
|
+
'dialog-title-font-weight': string;
|
|
479
|
+
'dialog-description-font-weight': string;
|
|
480
|
+
'date-picker-trigger-button-font-weight': string;
|
|
481
|
+
'context-menu-label-font-weight': string;
|
|
482
|
+
'command-heading-font-weight': string;
|
|
483
|
+
'calendar-caption-label-font-weight': string;
|
|
484
|
+
'calendar-weekday-font-weight': string;
|
|
485
|
+
'calendar-day-button-font-weight': string;
|
|
486
|
+
'button-font-weight': string;
|
|
487
|
+
'breadcrumb-list-font-weight': string;
|
|
488
|
+
'breadcrumb-page-font-weight': string;
|
|
489
|
+
'badge-font-weight': string;
|
|
490
|
+
'accordion-trigger-font-weight': string;
|
|
491
|
+
'accordion-content-font-weight': string;
|
|
492
|
+
};
|
|
493
|
+
keyframes: {
|
|
494
|
+
'toast-animate-in': {
|
|
495
|
+
from: {
|
|
496
|
+
opacity: string;
|
|
497
|
+
transform: string;
|
|
498
|
+
};
|
|
499
|
+
to: {
|
|
500
|
+
opacity: string;
|
|
501
|
+
transform: string;
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
'toast-animate-out': {
|
|
505
|
+
from: {
|
|
506
|
+
opacity: string;
|
|
507
|
+
};
|
|
508
|
+
to: {
|
|
509
|
+
opacity: string;
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
'skeleton-animate': {
|
|
513
|
+
'50%': {
|
|
514
|
+
opacity: string;
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
'accordion-content-animate-closed': {
|
|
518
|
+
from: {
|
|
519
|
+
height: string;
|
|
520
|
+
};
|
|
521
|
+
to: {
|
|
522
|
+
height: string;
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
'accordion-content-animate-open': {
|
|
526
|
+
from: {
|
|
527
|
+
height: string;
|
|
528
|
+
};
|
|
529
|
+
to: {
|
|
530
|
+
height: string;
|
|
531
|
+
};
|
|
532
|
+
};
|
|
533
|
+
};
|
|
534
|
+
opacity: {
|
|
535
|
+
'combo-box-trigger-opacity-disabled': string;
|
|
536
|
+
'form-label-opacity-peer-disabled': string;
|
|
537
|
+
'carousel-button-opacity-disabled': string;
|
|
538
|
+
'textarea-opacity-disabled': string;
|
|
539
|
+
'toast-description-opacity': string;
|
|
540
|
+
'toast-action-opacity-disabled': string;
|
|
541
|
+
'toggle-group-item-opacity-disabled': string;
|
|
542
|
+
'toggle-opacity-disabled': string;
|
|
543
|
+
'switch-opacity-disabled': string;
|
|
544
|
+
'select-trigger-opacity-disabled': string;
|
|
545
|
+
'select-trigger-icon-opacity': string;
|
|
546
|
+
'select-item-opacity-disabled': string;
|
|
547
|
+
'radio-group-item-opacity-disabled': string;
|
|
548
|
+
'menubar-item-opacity-disabled': string;
|
|
549
|
+
'menubar-checkbox-item-opacity-disabled': string;
|
|
550
|
+
'menubar-radio-item-opacity-disabled': string;
|
|
551
|
+
'dropdown-menu-item-opacity-disabled': string;
|
|
552
|
+
'dropdown-menu-checkbox-item-opacity-disabled': string;
|
|
553
|
+
'dropdown-menu-radio-item-opacity-disabled': string;
|
|
554
|
+
'dialog-close-opacity': string;
|
|
555
|
+
'dialog-close-opacity-hover': string;
|
|
556
|
+
'context-menu-item-opacity-disabled': string;
|
|
557
|
+
'context-menu-checkbox-item-opacity-disabled': string;
|
|
558
|
+
'context-menu-radio-item-opacity-disabled': string;
|
|
559
|
+
'command-input-opacity-disabled': string;
|
|
560
|
+
'command-input-icon-opacity': string;
|
|
561
|
+
'command-item-opacity-disabled': string;
|
|
562
|
+
'calendar-button-previous-opacity-disabled': string;
|
|
563
|
+
'calendar-button-next-opacity-disabled': string;
|
|
564
|
+
'calendar-day-button-opacity-disabled': string;
|
|
565
|
+
'calendar-day-button-span-opacity': string;
|
|
566
|
+
'button-opacity-disabled': string;
|
|
567
|
+
};
|
|
568
|
+
ringOffsetWidth: {
|
|
569
|
+
'combo-box-trigger-width-ring-offset-focus': string;
|
|
570
|
+
'textarea-width-ring-offset-focus': string;
|
|
571
|
+
'toggle-group-item-width-ring-offset-focus': string;
|
|
572
|
+
'toggle-width-ring-offset-focus': string;
|
|
573
|
+
'dialog-close-width-ring-offset': string;
|
|
574
|
+
};
|
|
575
|
+
ringWidth: {
|
|
576
|
+
'combo-box-trigger-width-ring-focus': string;
|
|
577
|
+
'textarea-width-ring-focus': string;
|
|
578
|
+
'toast-action-width-ring-focus': string;
|
|
579
|
+
'toggle-group-item-width-ring-focus': string;
|
|
580
|
+
'toggle-width-ring-focus': string;
|
|
581
|
+
'switch-width-ring-focus': string;
|
|
582
|
+
'select-trigger-width-ring-focus': string;
|
|
583
|
+
'select-trigger-width-ring-invalid': string;
|
|
584
|
+
'radio-group-item-width-ring-focus': string;
|
|
585
|
+
'radio-group-item-width-ring-invalid': string;
|
|
586
|
+
'dialog-close-width-ring-focus': string;
|
|
587
|
+
'badge-width-ring-focus': string;
|
|
588
|
+
'badge-width-ring-invalid': string;
|
|
589
|
+
'calendar-day-width-ring-focus': string;
|
|
590
|
+
'button-width-ring-focus': string;
|
|
591
|
+
'button-width-ring-invalid': string;
|
|
592
|
+
'accordion-trigger-width-ring-focus': string;
|
|
593
|
+
};
|
|
594
|
+
spacing: {
|
|
595
|
+
'navigation-menu-content-space-top': string;
|
|
596
|
+
'navigation-menu-space-max-w': string;
|
|
597
|
+
'combo-box-group-space-max-h': string;
|
|
598
|
+
'navigation-menu-list-space-x': string;
|
|
599
|
+
'navigation-menu-list-space-px': string;
|
|
600
|
+
'navigation-menu-list-space-py': string;
|
|
601
|
+
'navigation-menu-item-icon-space-ml': string;
|
|
602
|
+
'navigation-menu-item-icon-space-w': string;
|
|
603
|
+
'navigation-menu-item-icon-space-h': string;
|
|
604
|
+
'navigation-menu-link-space-h': string;
|
|
605
|
+
'navigation-menu-link-space-w': string;
|
|
606
|
+
'navigation-menu-link-space-px': string;
|
|
607
|
+
'navigation-menu-link-space-py': string;
|
|
608
|
+
'navigation-menu-content-container-space-w': string;
|
|
609
|
+
'navigation-menu-content-container-space-mt': string;
|
|
610
|
+
'combo-box-empty-space-py': string;
|
|
611
|
+
'combo-box-group-space-mt': string;
|
|
612
|
+
'combo-box-group-space-w': string;
|
|
613
|
+
'combo-box-group-space-px': string;
|
|
614
|
+
'combo-box-group-space-py': string;
|
|
615
|
+
'combo-box-input-space-w': string;
|
|
616
|
+
'combo-box-input-space-h': string;
|
|
617
|
+
'combo-box-input-space-px': string;
|
|
618
|
+
'combo-box-input-space-py': string;
|
|
619
|
+
'combo-box-trigger-space-h': string;
|
|
620
|
+
'combo-box-trigger-space-px': string;
|
|
621
|
+
'combo-box-trigger-space-py': string;
|
|
622
|
+
'combo-box-value-space-w': string;
|
|
623
|
+
'combo-box-item-space-w': string;
|
|
624
|
+
'combo-box-item-space-px': string;
|
|
625
|
+
'combo-box-item-space-py': string;
|
|
626
|
+
'form-space-y': string;
|
|
627
|
+
'form-description-space-mt': string;
|
|
628
|
+
'form-field-space-y': string;
|
|
629
|
+
'form-item-space-y': string;
|
|
630
|
+
'form-label-space-mb': string;
|
|
631
|
+
'carousel-space-w': string;
|
|
632
|
+
'carousel-space-h': string;
|
|
633
|
+
'carousel-space-mx': string;
|
|
634
|
+
'carousel-viewport-space-w': string;
|
|
635
|
+
'carousel-viewport-space-h': string;
|
|
636
|
+
'carousel-slides-wrapper-space-w': string;
|
|
637
|
+
'carousel-slide-space-px': string;
|
|
638
|
+
'carousel-slide-space-py': string;
|
|
639
|
+
'carousel-slide-space-h': string;
|
|
640
|
+
'carousel-slide-size-space-h-lg': string;
|
|
641
|
+
'carousel-slide-size-space-h-md': string;
|
|
642
|
+
'carousel-control-horizontal-space-top': string;
|
|
643
|
+
'carousel-control-horizontal-space-left': string;
|
|
644
|
+
'carousel-control-horizontal-space-right': string;
|
|
645
|
+
'carousel-control-vertical-space-h': string;
|
|
646
|
+
'carousel-control-vertical-space-w': string;
|
|
647
|
+
'carousel-button-vertical-next-space-top': string;
|
|
648
|
+
'carousel-button-vertical-prev-space-top': string;
|
|
649
|
+
'carousel-button-space-w': string;
|
|
650
|
+
'carousel-button-space-h': string;
|
|
651
|
+
'carousel-button-space-py': string;
|
|
652
|
+
'carousel-button-space-px': string;
|
|
653
|
+
'table-preview-space-w': string;
|
|
654
|
+
'table-preview-space-px': string;
|
|
655
|
+
'table-preview-space-py': string;
|
|
656
|
+
'table-container-space-w': string;
|
|
657
|
+
'table-space-w': string;
|
|
658
|
+
'table-caption-space-mt': string;
|
|
659
|
+
'table-head-cell-space-h': string;
|
|
660
|
+
'table-head-cell-space-px': string;
|
|
661
|
+
'table-body-cell-space-py': string;
|
|
662
|
+
'table-body-cell-space-px': string;
|
|
663
|
+
'table-footer-cell-space-py': string;
|
|
664
|
+
'table-footer-cell-space-px': string;
|
|
665
|
+
'textarea-space-min-h': string;
|
|
666
|
+
'textarea-space-py': string;
|
|
667
|
+
'textarea-space-px': string;
|
|
668
|
+
'textarea-space-w': string;
|
|
669
|
+
'toast-action-space-h': string;
|
|
670
|
+
'toast-action-space-right': string;
|
|
671
|
+
'toast-action-space-px': string;
|
|
672
|
+
'toast-action-space-py': string;
|
|
673
|
+
'toast-viewport-root-space-px': string;
|
|
674
|
+
'toast-viewport-root-space-py': string;
|
|
675
|
+
'toast-viewport-root-space-w-md': string;
|
|
676
|
+
'toast-viewport-root-space-w': string;
|
|
677
|
+
'toast-viewport-item-space-w': string;
|
|
678
|
+
'toast-viewport-item-space-gap': string;
|
|
679
|
+
'toast-viewport-item-space-px': string;
|
|
680
|
+
'toast-viewport-item-space-py': string;
|
|
681
|
+
'toggle-group-space-gap': string;
|
|
682
|
+
'toggle-group-item-space-h-sm': string;
|
|
683
|
+
'toggle-group-item-space-h-md': string;
|
|
684
|
+
'toggle-group-item-space-h-lg': string;
|
|
685
|
+
'toggle-group-item-space-px-sm': string;
|
|
686
|
+
'toggle-group-item-space-px-md': string;
|
|
687
|
+
'toggle-group-item-space-px-lg': string;
|
|
688
|
+
'toggle-space-h-sm': string;
|
|
689
|
+
'toggle-space-h-md': string;
|
|
690
|
+
'toggle-space-h-lg': string;
|
|
691
|
+
'toggle-space-px-sm': string;
|
|
692
|
+
'toggle-space-px-md': string;
|
|
693
|
+
'toggle-space-px-lg': string;
|
|
694
|
+
'switch-space-w': string;
|
|
695
|
+
'switch-space-h': string;
|
|
696
|
+
'switch-thumb-space-size': string;
|
|
697
|
+
'select-value-space-gap': string;
|
|
698
|
+
'select-trigger-space-gap': string;
|
|
699
|
+
'select-trigger-space-px': string;
|
|
700
|
+
'select-trigger-space-py': string;
|
|
701
|
+
'select-trigger-space-h': string;
|
|
702
|
+
'select-trigger-icon-space-size': string;
|
|
703
|
+
'select-content-viewport-space-p': string;
|
|
704
|
+
'select-label-space-px': string;
|
|
705
|
+
'select-label-space-py': string;
|
|
706
|
+
'select-item-space-gap': string;
|
|
707
|
+
'select-item-space-pl': string;
|
|
708
|
+
'select-item-space-pr': string;
|
|
709
|
+
'select-item-space-py': string;
|
|
710
|
+
'select-item-indicator-space-size': string;
|
|
711
|
+
'select-item-icon-space-size': string;
|
|
712
|
+
'select-separator-space-mx': string;
|
|
713
|
+
'select-separator-space-my': string;
|
|
714
|
+
'select-separator-space-h': string;
|
|
715
|
+
'radio-group-space-gap': string;
|
|
716
|
+
'radio-group-item-space-size': string;
|
|
717
|
+
'radio-group-indicator-space-size': string;
|
|
718
|
+
'progress-space-w': string;
|
|
719
|
+
'progress-space-h': string;
|
|
720
|
+
'progress-indicator-space-w': string;
|
|
721
|
+
'progress-indicator-space-h': string;
|
|
722
|
+
'popover-content-space-p': string;
|
|
723
|
+
'popover-content-space-w': string;
|
|
724
|
+
'pagination-content-space-gap': string;
|
|
725
|
+
'pagination-previous-space-gap': string;
|
|
726
|
+
'pagination-previous-space-px': string;
|
|
727
|
+
'pagination-next-space-gap': string;
|
|
728
|
+
'pagination-next-space-px': string;
|
|
729
|
+
'pagination-ellipsis-space-size': string;
|
|
730
|
+
'pagination-ellipsis-icon-space-size': string;
|
|
731
|
+
'menubar-space-gap': string;
|
|
732
|
+
'menubar-space-p': string;
|
|
733
|
+
'menubar-space-h': string;
|
|
734
|
+
'menubar-trigger-space-px': string;
|
|
735
|
+
'menubar-trigger-space-py': string;
|
|
736
|
+
'menubar-content-space-p': string;
|
|
737
|
+
'menubar-content-space-min-w': string;
|
|
738
|
+
'menubar-item-space-gap': string;
|
|
739
|
+
'menubar-item-space-px': string;
|
|
740
|
+
'menubar-item-space-py': string;
|
|
741
|
+
'menubar-item-icon-space-size': string;
|
|
742
|
+
'menubar-checkbox-item-space-gap': string;
|
|
743
|
+
'menubar-checkbox-item-space-pl': string;
|
|
744
|
+
'menubar-checkbox-item-space-pr': string;
|
|
745
|
+
'menubar-checkbox-item-space-py': string;
|
|
746
|
+
'menubar-checkbox-item-indicator-space-size': string;
|
|
747
|
+
'menubar-checkbox-item-icon-space-size': string;
|
|
748
|
+
'menubar-radio-item-space-gap': string;
|
|
749
|
+
'menubar-radio-item-space-pl': string;
|
|
750
|
+
'menubar-radio-item-space-pr': string;
|
|
751
|
+
'menubar-radio-item-space-py': string;
|
|
752
|
+
'menubar-radio-item-indicator-space-size': string;
|
|
753
|
+
'menubar-radio-item-icon-space-size': string;
|
|
754
|
+
'menubar-label-space-px': string;
|
|
755
|
+
'menubar-label-space-py': string;
|
|
756
|
+
'menubar-separator-space-mx': string;
|
|
757
|
+
'menubar-separator-space-my': string;
|
|
758
|
+
'menubar-separator-space-h': string;
|
|
759
|
+
'hover-card-content-space-p': string;
|
|
760
|
+
'hover-card-content-space-w': string;
|
|
761
|
+
'dropdown-menu-content-space-p': string;
|
|
762
|
+
'dropdown-menu-content-space-min-w': string;
|
|
763
|
+
'dropdown-menu-item-space-gap': string;
|
|
764
|
+
'dropdown-menu-item-space-px': string;
|
|
765
|
+
'dropdown-menu-item-space-py': string;
|
|
766
|
+
'dropdown-menu-item-icon-space-size': string;
|
|
767
|
+
'dropdown-menu-checkbox-item-space-gap': string;
|
|
768
|
+
'dropdown-menu-checkbox-item-space-pl': string;
|
|
769
|
+
'dropdown-menu-checkbox-item-space-pr': string;
|
|
770
|
+
'dropdown-menu-checkbox-item-space-py': string;
|
|
771
|
+
'dropdown-menu-checkbox-item-icon-container-space-size': string;
|
|
772
|
+
'dropdown-menu-checkbox-item-icon-space-size': string;
|
|
773
|
+
'dropdown-menu-radio-item-space-gap': string;
|
|
774
|
+
'dropdown-menu-radio-item-space-pl': string;
|
|
775
|
+
'dropdown-menu-radio-item-space-pr': string;
|
|
776
|
+
'dropdown-menu-radio-item-space-py': string;
|
|
777
|
+
'dropdown-menu-radio-item-icon-container-space-size': string;
|
|
778
|
+
'dropdown-menu-radio-item-icon-space-size': string;
|
|
779
|
+
'dropdown-menu-label-space-px': string;
|
|
780
|
+
'dropdown-menu-label-space-py': string;
|
|
781
|
+
'dropdown-menu-separator-space-mx': string;
|
|
782
|
+
'dropdown-menu-separator-space-my': string;
|
|
783
|
+
'dropdown-menu-separator-space-h': string;
|
|
784
|
+
'drawer-content-space-mt': string;
|
|
785
|
+
'drawer-thumb-space-mt': string;
|
|
786
|
+
'drawer-thumb-space-w': string;
|
|
787
|
+
'drawer-thumb-space-h': string;
|
|
788
|
+
'drawer-header-space-gap': string;
|
|
789
|
+
'drawer-header-space-gap-sm': string;
|
|
790
|
+
'drawer-header-space-p': string;
|
|
791
|
+
'drawer-footer-space-gap': string;
|
|
792
|
+
'drawer-footer-space-p': string;
|
|
793
|
+
'dialog-close-icon-space-size': string;
|
|
794
|
+
'dialog-content-space-gap': string;
|
|
795
|
+
'dialog-content-space-p': string;
|
|
796
|
+
'dialog-content-space-w': string;
|
|
797
|
+
'dialog-content-space-max-w-sm': string;
|
|
798
|
+
'dialog-content-space-max-w': string;
|
|
799
|
+
'dialog-header-space-gap': string;
|
|
800
|
+
'dialog-footer-space-gap': string;
|
|
801
|
+
'date-picker-trigger-button-space-w': string;
|
|
802
|
+
'date-picker-content-space-p': string;
|
|
803
|
+
'context-menu-content-space-p': string;
|
|
804
|
+
'context-menu-content-space-min-w': string;
|
|
805
|
+
'context-menu-item-space-gap': string;
|
|
806
|
+
'context-menu-item-space-px': string;
|
|
807
|
+
'context-menu-item-space-py': string;
|
|
808
|
+
'context-menu-item-icon-space-size': string;
|
|
809
|
+
'context-menu-checkbox-item-space-gap': string;
|
|
810
|
+
'context-menu-checkbox-item-space-pl': string;
|
|
811
|
+
'context-menu-checkbox-item-space-pr': string;
|
|
812
|
+
'context-menu-checkbox-item-space-py': string;
|
|
813
|
+
'context-menu-checkbox-item-icon-container-space-size': string;
|
|
814
|
+
'context-menu-checkbox-item-icon-space-size': string;
|
|
815
|
+
'context-menu-radio-item-space-gap': string;
|
|
816
|
+
'context-menu-radio-item-space-pl': string;
|
|
817
|
+
'context-menu-radio-item-space-pr': string;
|
|
818
|
+
'context-menu-radio-item-space-py': string;
|
|
819
|
+
'context-menu-radio-item-icon-container-space-size': string;
|
|
820
|
+
'context-menu-radio-item-icon-space-size': string;
|
|
821
|
+
'context-menu-label-space-px': string;
|
|
822
|
+
'context-menu-label-space-py': string;
|
|
823
|
+
'context-menu-separator-space-mx': string;
|
|
824
|
+
'context-menu-separator-space-my': string;
|
|
825
|
+
'context-menu-separator-space-h': string;
|
|
826
|
+
'command-space-w': string;
|
|
827
|
+
'command-space-h': string;
|
|
828
|
+
'command-input-space-py': string;
|
|
829
|
+
'command-input-space-w': string;
|
|
830
|
+
'command-input-space-h': string;
|
|
831
|
+
'command-input-wrapper-space-gap': string;
|
|
832
|
+
'command-input-wrapper-space-px': string;
|
|
833
|
+
'command-input-wrapper-space-h': string;
|
|
834
|
+
'command-input-icon-space-size': string;
|
|
835
|
+
'command-list-space-max-h': string;
|
|
836
|
+
'command-empty-space-py': string;
|
|
837
|
+
'command-group-space-p': string;
|
|
838
|
+
'command-heading-space-px': string;
|
|
839
|
+
'command-heading-space-py': string;
|
|
840
|
+
'command-separator-space-mx': string;
|
|
841
|
+
'command-separator-space-h': string;
|
|
842
|
+
'command-item-space-gap': string;
|
|
843
|
+
'command-item-space-px': string;
|
|
844
|
+
'command-item-space-py': string;
|
|
845
|
+
'command-item-icon-space-size': string;
|
|
846
|
+
'calendar-space-p': string;
|
|
847
|
+
'calendar-months-space-gap': string;
|
|
848
|
+
'calendar-nav-space-gap': string;
|
|
849
|
+
'calendar-month-space-gap': string;
|
|
850
|
+
'calendar-chevron-space-size': string;
|
|
851
|
+
'calendar-month-caption-space-px': string;
|
|
852
|
+
'calendar-month-caption-space-h': string;
|
|
853
|
+
'calendar-week-space-mt': string;
|
|
854
|
+
'calendar-day-space-p': string;
|
|
855
|
+
'calendar-day-button-space-gap': string;
|
|
856
|
+
'calendar-day-button-space-min-w': string;
|
|
857
|
+
'button-icon-space-size': string;
|
|
858
|
+
'button-space-h-default': string;
|
|
859
|
+
'button-space-gap-default': string;
|
|
860
|
+
'button-space-px-default': string;
|
|
861
|
+
'button-space-px-default-has-icon': string;
|
|
862
|
+
'button-space-py-default': string;
|
|
863
|
+
'button-space-h-sm': string;
|
|
864
|
+
'button-space-gap-sm': string;
|
|
865
|
+
'button-space-px-sm': string;
|
|
866
|
+
'button-space-px-sm-has-icon': string;
|
|
867
|
+
'button-space-h-lg': string;
|
|
868
|
+
'button-space-gap-lg': string;
|
|
869
|
+
'button-space-px-lg': string;
|
|
870
|
+
'button-space-px-lg-has-icon': string;
|
|
871
|
+
'button-space-size-icon': string;
|
|
872
|
+
'button-space-size-icon-sm': string;
|
|
873
|
+
'button-space-size-icon-lg': string;
|
|
874
|
+
'breadcrumb-list-space-gap-sm': string;
|
|
875
|
+
'breadcrumb-list-space-gap': string;
|
|
876
|
+
'breadcrumb-item-space-gap': string;
|
|
877
|
+
'breadcrumb-separator-icon-space-size': string;
|
|
878
|
+
'breadcrumb-ellipsis-space-size': string;
|
|
879
|
+
'breadcrumb-ellipsis-icon-space-size': string;
|
|
880
|
+
'badge-space-px': string;
|
|
881
|
+
'badge-space-py': string;
|
|
882
|
+
'badge-space-w': string;
|
|
883
|
+
'badge-icon-space-size': string;
|
|
884
|
+
'badge-space-gap': string;
|
|
885
|
+
'accordion-trigger-space-gap': string;
|
|
886
|
+
'accordion-trigger-space-py': string;
|
|
887
|
+
'accordion-trigger-space-w': string;
|
|
888
|
+
'accordion-trigger-icon-space-size': string;
|
|
889
|
+
'accordion-content-space-h-closed': string;
|
|
890
|
+
'accordion-content-div-space-pt': string;
|
|
891
|
+
'accordion-content-div-space-pb': string;
|
|
892
|
+
};
|
|
893
|
+
translate: {
|
|
894
|
+
'toast-viewport-item-translate-y-enter-desktop': string;
|
|
895
|
+
'toast-viewport-item-translate-y-enter-mobile': string;
|
|
896
|
+
'toast-viewport-item-translate-x-exit': string;
|
|
897
|
+
};
|
|
898
|
+
flexBasis: {
|
|
899
|
+
'carousel-slide-basis': string;
|
|
900
|
+
'carousel-slide-size-basis-lg': string;
|
|
901
|
+
'carousel-slide-size-basis-md': string;
|
|
902
|
+
};
|
|
903
|
+
transitionDuration: {
|
|
904
|
+
'navigation-menu-item-icon-transition-duration': string;
|
|
905
|
+
'combo-box-group-transition-duration': string;
|
|
906
|
+
'carousel-transition-duration': string;
|
|
907
|
+
};
|
|
908
|
+
transitionTimingFunction: {
|
|
909
|
+
'combo-box-group-transition-timing-function': string;
|
|
910
|
+
'carousel-transition-timing-function': string;
|
|
911
|
+
};
|
|
912
|
+
};
|