@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,19 @@
|
|
|
1
|
+
export declare const toastStyles: {
|
|
2
|
+
viewportRoot: string[];
|
|
3
|
+
viewportItem: {
|
|
4
|
+
base: string[];
|
|
5
|
+
variants: {
|
|
6
|
+
default: string[];
|
|
7
|
+
destructive: string[];
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
action: {
|
|
11
|
+
base: string[];
|
|
12
|
+
variants: {
|
|
13
|
+
default: string[];
|
|
14
|
+
destructive: string[];
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
title: string[];
|
|
18
|
+
description: string[];
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ToastVariant = 'default' | 'destructive';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit-element';
|
|
2
|
+
import { TOGGLE_SIZE, TOGGLE_VARIANT } from './toggle.defs';
|
|
3
|
+
import { BaseElement } from '../../../helpers';
|
|
4
|
+
|
|
5
|
+
export { TOGGLE_SIZE, TOGGLE_VARIANT };
|
|
6
|
+
declare class Toggle extends BaseElement {
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
checked: boolean;
|
|
9
|
+
required: boolean;
|
|
10
|
+
variant: TOGGLE_VARIANT;
|
|
11
|
+
size: TOGGLE_SIZE;
|
|
12
|
+
protected willUpdate(changed: Map<string, unknown>): void;
|
|
13
|
+
get _containerElement(): HTMLButtonElement | null;
|
|
14
|
+
static toggleVariants: (props?: ({
|
|
15
|
+
variant?: "default" | "outline" | null | undefined;
|
|
16
|
+
size?: "sm" | "lg" | "md" | null | undefined;
|
|
17
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
18
|
+
protected getAttributesToExclude(): string[];
|
|
19
|
+
toggle(): void;
|
|
20
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
|
+
}
|
|
24
|
+
export { Toggle };
|
|
25
|
+
declare global {
|
|
26
|
+
interface HTMLElementTagNameMap {
|
|
27
|
+
'rtg-toggle': Toggle;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Toggle size.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum TOGGLE_SIZE {
|
|
5
|
+
/**
|
|
6
|
+
* @Small size
|
|
7
|
+
*/
|
|
8
|
+
SMALL = "sm",
|
|
9
|
+
/**
|
|
10
|
+
* @medium size
|
|
11
|
+
*/
|
|
12
|
+
MEDIUM = "md",
|
|
13
|
+
/**
|
|
14
|
+
* @Large size
|
|
15
|
+
*/
|
|
16
|
+
LARGE = "lg"
|
|
17
|
+
}
|
|
18
|
+
export declare enum TOGGLE_VARIANT {
|
|
19
|
+
/**
|
|
20
|
+
* @Default variant
|
|
21
|
+
*/
|
|
22
|
+
DEFAULT = "default",
|
|
23
|
+
/**
|
|
24
|
+
* @Outline variant
|
|
25
|
+
*/
|
|
26
|
+
OUTLINE = "outline"
|
|
27
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit-element';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE, TOGGLE_GROUP_TYPE } from './toggle-group.defs';
|
|
4
|
+
import { ToggleGroup } from './toggle-group';
|
|
5
|
+
|
|
6
|
+
declare class ToggleGroupItem extends BaseElement {
|
|
7
|
+
checked: boolean;
|
|
8
|
+
id: string;
|
|
9
|
+
variant: TOGGLE_GROUP_VARIANT;
|
|
10
|
+
size: TOGGLE_GROUP_SIZE;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
type: TOGGLE_GROUP_TYPE;
|
|
13
|
+
get _parent(): ToggleGroup | null;
|
|
14
|
+
get _containerElement(): HTMLButtonElement | null;
|
|
15
|
+
get _siblings(): ToggleGroupItem[];
|
|
16
|
+
static toggleGroupVariants: (props?: ({
|
|
17
|
+
variant?: "default" | "outline" | null | undefined;
|
|
18
|
+
size?: "sm" | "lg" | "md" | null | undefined;
|
|
19
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
20
|
+
protected getAttributesToExclude(): string[];
|
|
21
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
22
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
23
|
+
/**
|
|
24
|
+
* IMPORTANT:
|
|
25
|
+
* - No reactive state is written inside updated()
|
|
26
|
+
* - This prevents infinite loops
|
|
27
|
+
*/
|
|
28
|
+
constructor();
|
|
29
|
+
private syncFromParent;
|
|
30
|
+
/**
|
|
31
|
+
* Called by parent when selection changes
|
|
32
|
+
* (or manually triggered via requestUpdate)
|
|
33
|
+
*/
|
|
34
|
+
syncSelection(): void;
|
|
35
|
+
toggleSelection(itemId: string): void;
|
|
36
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
37
|
+
}
|
|
38
|
+
export { ToggleGroupItem };
|
|
39
|
+
declare global {
|
|
40
|
+
interface HTMLElementTagNameMap {
|
|
41
|
+
'rtg-toggle-group-item': ToggleGroupItem;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { PropertyValues } from 'lit-element';
|
|
2
|
+
import { BaseElement } from '../../../helpers';
|
|
3
|
+
import { TOGGLE_GROUP_TYPE, TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE } from './toggle-group.defs';
|
|
4
|
+
|
|
5
|
+
declare class ToggleGroup extends BaseElement {
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
type: TOGGLE_GROUP_TYPE;
|
|
8
|
+
required: boolean;
|
|
9
|
+
variant: TOGGLE_GROUP_VARIANT;
|
|
10
|
+
size: TOGGLE_GROUP_SIZE;
|
|
11
|
+
get _containerElement(): HTMLDivElement | null;
|
|
12
|
+
protected getAttributesToExclude(): string[];
|
|
13
|
+
selectedItems: string[];
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
firstUpdated(changedProperties: Map<string, unknown>): void;
|
|
16
|
+
updated(changedProperties: PropertyValues): void;
|
|
17
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
'rtg-toggle-group': ToggleGroup;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export { ToggleGroup, TOGGLE_GROUP_TYPE, TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE, };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Toggle Group Type.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum TOGGLE_GROUP_TYPE {
|
|
5
|
+
/**
|
|
6
|
+
* @multiple Type
|
|
7
|
+
*/
|
|
8
|
+
MULTIPLE = "multiple",
|
|
9
|
+
/**
|
|
10
|
+
* @medium size
|
|
11
|
+
*/
|
|
12
|
+
SINGLE = "single"
|
|
13
|
+
}
|
|
14
|
+
export declare enum TOGGLE_GROUP_VARIANT {
|
|
15
|
+
/**
|
|
16
|
+
* @Default variant
|
|
17
|
+
*/
|
|
18
|
+
DEFAULT = "default",
|
|
19
|
+
/**
|
|
20
|
+
* @Outline variant
|
|
21
|
+
*/
|
|
22
|
+
OUTLINE = "outline"
|
|
23
|
+
}
|
|
24
|
+
export declare enum TOGGLE_GROUP_SIZE {
|
|
25
|
+
/**
|
|
26
|
+
* @Small size
|
|
27
|
+
*/
|
|
28
|
+
SMALL = "sm",
|
|
29
|
+
/**
|
|
30
|
+
* @medium size
|
|
31
|
+
*/
|
|
32
|
+
MEDIUM = "md",
|
|
33
|
+
/**
|
|
34
|
+
* @Large size
|
|
35
|
+
*/
|
|
36
|
+
LARGE = "lg"
|
|
37
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const toggleGroupStyle: (props?: ({
|
|
2
|
+
variant?: "default" | "outline" | null | undefined;
|
|
3
|
+
size?: "sm" | "lg" | "md" | null | undefined;
|
|
4
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
5
|
+
export declare const toggleGroupStyles = "rtg-flex rtg-items-center rtg-justify-center rtg-gap-toggle-group-space-gap";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './light-sample-demo/light-sample.demo';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
3
|
+
export declare class LightSampleDemo extends BaseElement {
|
|
4
|
+
constructor();
|
|
5
|
+
protected getAttributesToExclude(): string[];
|
|
6
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
+
defaultValue: string;
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
|
+
}
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'light-sample-demo': LightSampleDemo;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
|
|
3
|
+
export declare abstract class BaseElement extends LitElement {
|
|
4
|
+
customClass: string;
|
|
5
|
+
customStyle: string;
|
|
6
|
+
constructor();
|
|
7
|
+
protected getAttributesToExclude(): string[];
|
|
8
|
+
protected getAttributesToRemoveFromParent(): string[];
|
|
9
|
+
disconnectedCallback(): void;
|
|
10
|
+
protected removeParentAttributes(): void;
|
|
11
|
+
protected getFilteredAttributes(): {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
protected isCustomPropertySet(property: string): boolean;
|
|
15
|
+
protected applyCustomClass(variables: string[], selector: string, className?: string): void;
|
|
16
|
+
protected removeDuplicateContent(): void;
|
|
17
|
+
protected moveLightDomChildrenInto(target: HTMLElement, specificNodes?: Node[]): void;
|
|
18
|
+
protected normalizeEnum<T extends Record<string, string>>(value: unknown, enumObj: T, fallback: T[keyof T]): T[keyof T];
|
|
19
|
+
private mutationObserver?;
|
|
20
|
+
protected observeStyleAndClassSync(target: HTMLElement): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function generateUUID(): string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactiveControllerHost } from 'lit';
|
|
2
|
+
|
|
3
|
+
export declare class MouseController {
|
|
4
|
+
private host;
|
|
5
|
+
pos: {
|
|
6
|
+
x: number;
|
|
7
|
+
y: number;
|
|
8
|
+
};
|
|
9
|
+
_onMouseMove: ({ clientX, clientY }: MouseEvent) => void;
|
|
10
|
+
_onClick: (e: MouseEvent) => void;
|
|
11
|
+
_onScroll: (e: Event) => void;
|
|
12
|
+
constructor(host: ReactiveControllerHost);
|
|
13
|
+
hostConnected(): void;
|
|
14
|
+
hostDisconnected(): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
|
|
3
|
+
export declare class WidgetController {
|
|
4
|
+
protected values: Record<string, string>;
|
|
5
|
+
protected errors: Record<string, string>;
|
|
6
|
+
protected host: LitElement;
|
|
7
|
+
constructor(host: LitElement);
|
|
8
|
+
getValues(): Record<string, string>;
|
|
9
|
+
getErrors(): Record<string, string>;
|
|
10
|
+
protected updateState(values: Record<string, string>, errors: Record<string, string>): void;
|
|
11
|
+
handleValueChange(id: string, value: string, error?: string): void;
|
|
12
|
+
protected dispatchStateUpdate(): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IntractableProps } from './intractable.interface';
|
|
3
|
+
|
|
4
|
+
export type ChangeableProps<T = React.ChangeEvent<HTMLInputElement> | string | number, K = unknown> = Partial<IntractableProps & {
|
|
5
|
+
onChange: (event?: T, value?: K) => void;
|
|
6
|
+
onBlur: (event?: T) => void;
|
|
7
|
+
onPaste: (event?: T) => void;
|
|
8
|
+
}>;
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tw.styles';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TWStyles: import('lit').CSSResult;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const borderRadius: {
|
|
2
|
+
'navigation-menu-item-radius': string;
|
|
3
|
+
'navigation-menu-link-radius': string;
|
|
4
|
+
'navigation-menu-content-container-radius': string;
|
|
5
|
+
'combo-box-group-radius': string;
|
|
6
|
+
'combo-box-input-radius': string;
|
|
7
|
+
'combo-box-trigger-radius': string;
|
|
8
|
+
'combo-box-item-radius': string;
|
|
9
|
+
'carousel-button-radius': string;
|
|
10
|
+
'textarea-radius': string;
|
|
11
|
+
'toast-viewport-item-radius': string;
|
|
12
|
+
'toast-action-radius': string;
|
|
13
|
+
'toggle-group-item-radius': string;
|
|
14
|
+
'toggle-radius': string;
|
|
15
|
+
'scrollarea-radius': string;
|
|
16
|
+
'switch-radius': string;
|
|
17
|
+
'switch-thumb-radius': string;
|
|
18
|
+
'skeleton-radius': string;
|
|
19
|
+
'select-trigger-radius': string;
|
|
20
|
+
'select-content-radius': string;
|
|
21
|
+
'select-item-radius': string;
|
|
22
|
+
'radio-group-item-radius': string;
|
|
23
|
+
'progress-radius': string;
|
|
24
|
+
'popover-content-radius': string;
|
|
25
|
+
'menubar-radius': string;
|
|
26
|
+
'menubar-trigger-radius': string;
|
|
27
|
+
'menubar-content-radius': string;
|
|
28
|
+
'menubar-item-radius': string;
|
|
29
|
+
'menubar-checkbox-item-radius': string;
|
|
30
|
+
'menubar-radio-item-radius': string;
|
|
31
|
+
'hover-card-content-radius': string;
|
|
32
|
+
'dropdown-menu-content-radius': string;
|
|
33
|
+
'dropdown-menu-item-radius': string;
|
|
34
|
+
'dropdown-menu-checkbox-item-radius': string;
|
|
35
|
+
'dropdown-menu-radio-item-radius': string;
|
|
36
|
+
'drawer-content-radius': string;
|
|
37
|
+
'drawer-thumb-radius': string;
|
|
38
|
+
'dialog-content-radius': string;
|
|
39
|
+
'dialog-close-radius': string;
|
|
40
|
+
'context-menu-content-radius': string;
|
|
41
|
+
'context-menu-item-radius': string;
|
|
42
|
+
'context-menu-checkbox-item-radius': string;
|
|
43
|
+
'context-menu-radio-item-radius': string;
|
|
44
|
+
'command-radius': string;
|
|
45
|
+
'command-input-radius': string;
|
|
46
|
+
'command-item-radius': string;
|
|
47
|
+
'calendar-weekday-radius': string;
|
|
48
|
+
'calendar-day-radius': string;
|
|
49
|
+
'button-radius': string;
|
|
50
|
+
'badge-radius': string;
|
|
51
|
+
'accordion-trigger-radius': string;
|
|
52
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const borderWidth: {
|
|
2
|
+
'navigation-menu-content-container-width-border': string;
|
|
3
|
+
'combo-box-group-width-border': string;
|
|
4
|
+
'combo-box-trigger-width-border': string;
|
|
5
|
+
'table-head-width-border': string;
|
|
6
|
+
'table-body-width-border': string;
|
|
7
|
+
'table-footer-width-border': string;
|
|
8
|
+
'switch-width-border': string;
|
|
9
|
+
'select-trigger-width-border': string;
|
|
10
|
+
'select-content-width-border': string;
|
|
11
|
+
'radio-group-item-width-border': string;
|
|
12
|
+
'popover-content-width-border': string;
|
|
13
|
+
'menubar-width-border': string;
|
|
14
|
+
'menubar-content-width-border': string;
|
|
15
|
+
'hover-card-content-width-border': string;
|
|
16
|
+
'dropdown-menu-content-width-border': string;
|
|
17
|
+
'drawer-content-width-border': string;
|
|
18
|
+
'dialog-content-width-border': string;
|
|
19
|
+
'context-menu-content-width-border': string;
|
|
20
|
+
'command-input-wrapper-width-border': string;
|
|
21
|
+
'calendar-day-width-border-focus': string;
|
|
22
|
+
'button-width-border-focus': string;
|
|
23
|
+
'button-width-border-invalid': string;
|
|
24
|
+
'button-outline-width-border': string;
|
|
25
|
+
'badge-width-border': string;
|
|
26
|
+
'accordion-item-width-border': string;
|
|
27
|
+
'accordion-trigger-width-border-focus': string;
|
|
28
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const boxShadow: {
|
|
2
|
+
'navigation-menu-item-shadow-focus': string;
|
|
3
|
+
'navigation-menu-content-container-shadow': string;
|
|
4
|
+
'combo-box-group-shadow': string;
|
|
5
|
+
'toast-viewport-item-shadow': string;
|
|
6
|
+
'switch-shadow': string;
|
|
7
|
+
'select-trigger-shadow': string;
|
|
8
|
+
'select-content-shadow': string;
|
|
9
|
+
'radio-group-item-shadow': string;
|
|
10
|
+
'popover-content-shadow': string;
|
|
11
|
+
'menubar-shadow': string;
|
|
12
|
+
'menubar-content-shadow': string;
|
|
13
|
+
'hover-card-content-shadow': string;
|
|
14
|
+
'dropdown-menu-content-shadow': string;
|
|
15
|
+
'dialog-content-shadow': string;
|
|
16
|
+
'context-menu-content-shadow': string;
|
|
17
|
+
};
|