@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,41 @@
|
|
|
1
|
+
export declare const keyframes: {
|
|
2
|
+
'toast-animate-in': {
|
|
3
|
+
from: {
|
|
4
|
+
opacity: string;
|
|
5
|
+
transform: string;
|
|
6
|
+
};
|
|
7
|
+
to: {
|
|
8
|
+
opacity: string;
|
|
9
|
+
transform: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
'toast-animate-out': {
|
|
13
|
+
from: {
|
|
14
|
+
opacity: string;
|
|
15
|
+
};
|
|
16
|
+
to: {
|
|
17
|
+
opacity: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'skeleton-animate': {
|
|
21
|
+
'50%': {
|
|
22
|
+
opacity: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
'accordion-content-animate-closed': {
|
|
26
|
+
from: {
|
|
27
|
+
height: string;
|
|
28
|
+
};
|
|
29
|
+
to: {
|
|
30
|
+
height: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
'accordion-content-animate-open': {
|
|
34
|
+
from: {
|
|
35
|
+
height: string;
|
|
36
|
+
};
|
|
37
|
+
to: {
|
|
38
|
+
height: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const opacity: {
|
|
2
|
+
'combo-box-trigger-opacity-disabled': string;
|
|
3
|
+
'form-label-opacity-peer-disabled': string;
|
|
4
|
+
'carousel-button-opacity-disabled': string;
|
|
5
|
+
'textarea-opacity-disabled': string;
|
|
6
|
+
'toast-description-opacity': string;
|
|
7
|
+
'toast-action-opacity-disabled': string;
|
|
8
|
+
'toggle-group-item-opacity-disabled': string;
|
|
9
|
+
'toggle-opacity-disabled': string;
|
|
10
|
+
'switch-opacity-disabled': string;
|
|
11
|
+
'select-trigger-opacity-disabled': string;
|
|
12
|
+
'select-trigger-icon-opacity': string;
|
|
13
|
+
'select-item-opacity-disabled': string;
|
|
14
|
+
'radio-group-item-opacity-disabled': string;
|
|
15
|
+
'menubar-item-opacity-disabled': string;
|
|
16
|
+
'menubar-checkbox-item-opacity-disabled': string;
|
|
17
|
+
'menubar-radio-item-opacity-disabled': string;
|
|
18
|
+
'dropdown-menu-item-opacity-disabled': string;
|
|
19
|
+
'dropdown-menu-checkbox-item-opacity-disabled': string;
|
|
20
|
+
'dropdown-menu-radio-item-opacity-disabled': string;
|
|
21
|
+
'dialog-close-opacity': string;
|
|
22
|
+
'dialog-close-opacity-hover': string;
|
|
23
|
+
'context-menu-item-opacity-disabled': string;
|
|
24
|
+
'context-menu-checkbox-item-opacity-disabled': string;
|
|
25
|
+
'context-menu-radio-item-opacity-disabled': string;
|
|
26
|
+
'command-input-opacity-disabled': string;
|
|
27
|
+
'command-input-icon-opacity': string;
|
|
28
|
+
'command-item-opacity-disabled': string;
|
|
29
|
+
'calendar-button-previous-opacity-disabled': string;
|
|
30
|
+
'calendar-button-next-opacity-disabled': string;
|
|
31
|
+
'calendar-day-button-opacity-disabled': string;
|
|
32
|
+
'calendar-day-button-span-opacity': string;
|
|
33
|
+
'button-opacity-disabled': string;
|
|
34
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const ringOffsetWidth: {
|
|
2
|
+
'combo-box-trigger-width-ring-offset-focus': string;
|
|
3
|
+
'textarea-width-ring-offset-focus': string;
|
|
4
|
+
'toggle-group-item-width-ring-offset-focus': string;
|
|
5
|
+
'toggle-width-ring-offset-focus': string;
|
|
6
|
+
'dialog-close-width-ring-offset': string;
|
|
7
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const ringWidth: {
|
|
2
|
+
'combo-box-trigger-width-ring-focus': string;
|
|
3
|
+
'textarea-width-ring-focus': string;
|
|
4
|
+
'toast-action-width-ring-focus': string;
|
|
5
|
+
'toggle-group-item-width-ring-focus': string;
|
|
6
|
+
'toggle-width-ring-focus': string;
|
|
7
|
+
'switch-width-ring-focus': string;
|
|
8
|
+
'select-trigger-width-ring-focus': string;
|
|
9
|
+
'select-trigger-width-ring-invalid': string;
|
|
10
|
+
'radio-group-item-width-ring-focus': string;
|
|
11
|
+
'radio-group-item-width-ring-invalid': string;
|
|
12
|
+
'dialog-close-width-ring-focus': string;
|
|
13
|
+
'badge-width-ring-focus': string;
|
|
14
|
+
'badge-width-ring-invalid': string;
|
|
15
|
+
'calendar-day-width-ring-focus': string;
|
|
16
|
+
'button-width-ring-focus': string;
|
|
17
|
+
'button-width-ring-invalid': string;
|
|
18
|
+
'accordion-trigger-width-ring-focus': string;
|
|
19
|
+
};
|
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
export declare const spacing: {
|
|
2
|
+
'navigation-menu-content-space-top': string;
|
|
3
|
+
'navigation-menu-space-max-w': string;
|
|
4
|
+
'combo-box-group-space-max-h': string;
|
|
5
|
+
'navigation-menu-list-space-x': string;
|
|
6
|
+
'navigation-menu-list-space-px': string;
|
|
7
|
+
'navigation-menu-list-space-py': string;
|
|
8
|
+
'navigation-menu-item-icon-space-ml': string;
|
|
9
|
+
'navigation-menu-item-icon-space-w': string;
|
|
10
|
+
'navigation-menu-item-icon-space-h': string;
|
|
11
|
+
'navigation-menu-link-space-h': string;
|
|
12
|
+
'navigation-menu-link-space-w': string;
|
|
13
|
+
'navigation-menu-link-space-px': string;
|
|
14
|
+
'navigation-menu-link-space-py': string;
|
|
15
|
+
'navigation-menu-content-container-space-w': string;
|
|
16
|
+
'navigation-menu-content-container-space-mt': string;
|
|
17
|
+
'combo-box-empty-space-py': string;
|
|
18
|
+
'combo-box-group-space-mt': string;
|
|
19
|
+
'combo-box-group-space-w': string;
|
|
20
|
+
'combo-box-group-space-px': string;
|
|
21
|
+
'combo-box-group-space-py': string;
|
|
22
|
+
'combo-box-input-space-w': string;
|
|
23
|
+
'combo-box-input-space-h': string;
|
|
24
|
+
'combo-box-input-space-px': string;
|
|
25
|
+
'combo-box-input-space-py': string;
|
|
26
|
+
'combo-box-trigger-space-h': string;
|
|
27
|
+
'combo-box-trigger-space-px': string;
|
|
28
|
+
'combo-box-trigger-space-py': string;
|
|
29
|
+
'combo-box-value-space-w': string;
|
|
30
|
+
'combo-box-item-space-w': string;
|
|
31
|
+
'combo-box-item-space-px': string;
|
|
32
|
+
'combo-box-item-space-py': string;
|
|
33
|
+
'form-space-y': string;
|
|
34
|
+
'form-description-space-mt': string;
|
|
35
|
+
'form-field-space-y': string;
|
|
36
|
+
'form-item-space-y': string;
|
|
37
|
+
'form-label-space-mb': string;
|
|
38
|
+
'carousel-space-w': string;
|
|
39
|
+
'carousel-space-h': string;
|
|
40
|
+
'carousel-space-mx': string;
|
|
41
|
+
'carousel-viewport-space-w': string;
|
|
42
|
+
'carousel-viewport-space-h': string;
|
|
43
|
+
'carousel-slides-wrapper-space-w': string;
|
|
44
|
+
'carousel-slide-space-px': string;
|
|
45
|
+
'carousel-slide-space-py': string;
|
|
46
|
+
'carousel-slide-space-h': string;
|
|
47
|
+
'carousel-slide-size-space-h-lg': string;
|
|
48
|
+
'carousel-slide-size-space-h-md': string;
|
|
49
|
+
'carousel-control-horizontal-space-top': string;
|
|
50
|
+
'carousel-control-horizontal-space-left': string;
|
|
51
|
+
'carousel-control-horizontal-space-right': string;
|
|
52
|
+
'carousel-control-vertical-space-h': string;
|
|
53
|
+
'carousel-control-vertical-space-w': string;
|
|
54
|
+
'carousel-button-vertical-next-space-top': string;
|
|
55
|
+
'carousel-button-vertical-prev-space-top': string;
|
|
56
|
+
'carousel-button-space-w': string;
|
|
57
|
+
'carousel-button-space-h': string;
|
|
58
|
+
'carousel-button-space-py': string;
|
|
59
|
+
'carousel-button-space-px': string;
|
|
60
|
+
'table-preview-space-w': string;
|
|
61
|
+
'table-preview-space-px': string;
|
|
62
|
+
'table-preview-space-py': string;
|
|
63
|
+
'table-container-space-w': string;
|
|
64
|
+
'table-space-w': string;
|
|
65
|
+
'table-caption-space-mt': string;
|
|
66
|
+
'table-head-cell-space-h': string;
|
|
67
|
+
'table-head-cell-space-px': string;
|
|
68
|
+
'table-body-cell-space-py': string;
|
|
69
|
+
'table-body-cell-space-px': string;
|
|
70
|
+
'table-footer-cell-space-py': string;
|
|
71
|
+
'table-footer-cell-space-px': string;
|
|
72
|
+
'textarea-space-min-h': string;
|
|
73
|
+
'textarea-space-py': string;
|
|
74
|
+
'textarea-space-px': string;
|
|
75
|
+
'textarea-space-w': string;
|
|
76
|
+
'toast-action-space-h': string;
|
|
77
|
+
'toast-action-space-right': string;
|
|
78
|
+
'toast-action-space-px': string;
|
|
79
|
+
'toast-action-space-py': string;
|
|
80
|
+
'toast-viewport-root-space-px': string;
|
|
81
|
+
'toast-viewport-root-space-py': string;
|
|
82
|
+
'toast-viewport-root-space-w-md': string;
|
|
83
|
+
'toast-viewport-root-space-w': string;
|
|
84
|
+
'toast-viewport-item-space-w': string;
|
|
85
|
+
'toast-viewport-item-space-gap': string;
|
|
86
|
+
'toast-viewport-item-space-px': string;
|
|
87
|
+
'toast-viewport-item-space-py': string;
|
|
88
|
+
'toggle-group-space-gap': string;
|
|
89
|
+
'toggle-group-item-space-h-sm': string;
|
|
90
|
+
'toggle-group-item-space-h-md': string;
|
|
91
|
+
'toggle-group-item-space-h-lg': string;
|
|
92
|
+
'toggle-group-item-space-px-sm': string;
|
|
93
|
+
'toggle-group-item-space-px-md': string;
|
|
94
|
+
'toggle-group-item-space-px-lg': string;
|
|
95
|
+
'toggle-space-h-sm': string;
|
|
96
|
+
'toggle-space-h-md': string;
|
|
97
|
+
'toggle-space-h-lg': string;
|
|
98
|
+
'toggle-space-px-sm': string;
|
|
99
|
+
'toggle-space-px-md': string;
|
|
100
|
+
'toggle-space-px-lg': string;
|
|
101
|
+
'switch-space-w': string;
|
|
102
|
+
'switch-space-h': string;
|
|
103
|
+
'switch-thumb-space-size': string;
|
|
104
|
+
'select-value-space-gap': string;
|
|
105
|
+
'select-trigger-space-gap': string;
|
|
106
|
+
'select-trigger-space-px': string;
|
|
107
|
+
'select-trigger-space-py': string;
|
|
108
|
+
'select-trigger-space-h': string;
|
|
109
|
+
'select-trigger-icon-space-size': string;
|
|
110
|
+
'select-content-viewport-space-p': string;
|
|
111
|
+
'select-label-space-px': string;
|
|
112
|
+
'select-label-space-py': string;
|
|
113
|
+
'select-item-space-gap': string;
|
|
114
|
+
'select-item-space-pl': string;
|
|
115
|
+
'select-item-space-pr': string;
|
|
116
|
+
'select-item-space-py': string;
|
|
117
|
+
'select-item-indicator-space-size': string;
|
|
118
|
+
'select-item-icon-space-size': string;
|
|
119
|
+
'select-separator-space-mx': string;
|
|
120
|
+
'select-separator-space-my': string;
|
|
121
|
+
'select-separator-space-h': string;
|
|
122
|
+
'radio-group-space-gap': string;
|
|
123
|
+
'radio-group-item-space-size': string;
|
|
124
|
+
'radio-group-indicator-space-size': string;
|
|
125
|
+
'progress-space-w': string;
|
|
126
|
+
'progress-space-h': string;
|
|
127
|
+
'progress-indicator-space-w': string;
|
|
128
|
+
'progress-indicator-space-h': string;
|
|
129
|
+
'popover-content-space-p': string;
|
|
130
|
+
'popover-content-space-w': string;
|
|
131
|
+
'pagination-content-space-gap': string;
|
|
132
|
+
'pagination-previous-space-gap': string;
|
|
133
|
+
'pagination-previous-space-px': string;
|
|
134
|
+
'pagination-next-space-gap': string;
|
|
135
|
+
'pagination-next-space-px': string;
|
|
136
|
+
'pagination-ellipsis-space-size': string;
|
|
137
|
+
'pagination-ellipsis-icon-space-size': string;
|
|
138
|
+
'menubar-space-gap': string;
|
|
139
|
+
'menubar-space-p': string;
|
|
140
|
+
'menubar-space-h': string;
|
|
141
|
+
'menubar-trigger-space-px': string;
|
|
142
|
+
'menubar-trigger-space-py': string;
|
|
143
|
+
'menubar-content-space-p': string;
|
|
144
|
+
'menubar-content-space-min-w': string;
|
|
145
|
+
'menubar-item-space-gap': string;
|
|
146
|
+
'menubar-item-space-px': string;
|
|
147
|
+
'menubar-item-space-py': string;
|
|
148
|
+
'menubar-item-icon-space-size': string;
|
|
149
|
+
'menubar-checkbox-item-space-gap': string;
|
|
150
|
+
'menubar-checkbox-item-space-pl': string;
|
|
151
|
+
'menubar-checkbox-item-space-pr': string;
|
|
152
|
+
'menubar-checkbox-item-space-py': string;
|
|
153
|
+
'menubar-checkbox-item-indicator-space-size': string;
|
|
154
|
+
'menubar-checkbox-item-icon-space-size': string;
|
|
155
|
+
'menubar-radio-item-space-gap': string;
|
|
156
|
+
'menubar-radio-item-space-pl': string;
|
|
157
|
+
'menubar-radio-item-space-pr': string;
|
|
158
|
+
'menubar-radio-item-space-py': string;
|
|
159
|
+
'menubar-radio-item-indicator-space-size': string;
|
|
160
|
+
'menubar-radio-item-icon-space-size': string;
|
|
161
|
+
'menubar-label-space-px': string;
|
|
162
|
+
'menubar-label-space-py': string;
|
|
163
|
+
'menubar-separator-space-mx': string;
|
|
164
|
+
'menubar-separator-space-my': string;
|
|
165
|
+
'menubar-separator-space-h': string;
|
|
166
|
+
'hover-card-content-space-p': string;
|
|
167
|
+
'hover-card-content-space-w': string;
|
|
168
|
+
'dropdown-menu-content-space-p': string;
|
|
169
|
+
'dropdown-menu-content-space-min-w': string;
|
|
170
|
+
'dropdown-menu-item-space-gap': string;
|
|
171
|
+
'dropdown-menu-item-space-px': string;
|
|
172
|
+
'dropdown-menu-item-space-py': string;
|
|
173
|
+
'dropdown-menu-item-icon-space-size': string;
|
|
174
|
+
'dropdown-menu-checkbox-item-space-gap': string;
|
|
175
|
+
'dropdown-menu-checkbox-item-space-pl': string;
|
|
176
|
+
'dropdown-menu-checkbox-item-space-pr': string;
|
|
177
|
+
'dropdown-menu-checkbox-item-space-py': string;
|
|
178
|
+
'dropdown-menu-checkbox-item-icon-container-space-size': string;
|
|
179
|
+
'dropdown-menu-checkbox-item-icon-space-size': string;
|
|
180
|
+
'dropdown-menu-radio-item-space-gap': string;
|
|
181
|
+
'dropdown-menu-radio-item-space-pl': string;
|
|
182
|
+
'dropdown-menu-radio-item-space-pr': string;
|
|
183
|
+
'dropdown-menu-radio-item-space-py': string;
|
|
184
|
+
'dropdown-menu-radio-item-icon-container-space-size': string;
|
|
185
|
+
'dropdown-menu-radio-item-icon-space-size': string;
|
|
186
|
+
'dropdown-menu-label-space-px': string;
|
|
187
|
+
'dropdown-menu-label-space-py': string;
|
|
188
|
+
'dropdown-menu-separator-space-mx': string;
|
|
189
|
+
'dropdown-menu-separator-space-my': string;
|
|
190
|
+
'dropdown-menu-separator-space-h': string;
|
|
191
|
+
'drawer-content-space-mt': string;
|
|
192
|
+
'drawer-thumb-space-mt': string;
|
|
193
|
+
'drawer-thumb-space-w': string;
|
|
194
|
+
'drawer-thumb-space-h': string;
|
|
195
|
+
'drawer-header-space-gap': string;
|
|
196
|
+
'drawer-header-space-gap-sm': string;
|
|
197
|
+
'drawer-header-space-p': string;
|
|
198
|
+
'drawer-footer-space-gap': string;
|
|
199
|
+
'drawer-footer-space-p': string;
|
|
200
|
+
'dialog-close-icon-space-size': string;
|
|
201
|
+
'dialog-content-space-gap': string;
|
|
202
|
+
'dialog-content-space-p': string;
|
|
203
|
+
'dialog-content-space-w': string;
|
|
204
|
+
'dialog-content-space-max-w-sm': string;
|
|
205
|
+
'dialog-content-space-max-w': string;
|
|
206
|
+
'dialog-header-space-gap': string;
|
|
207
|
+
'dialog-footer-space-gap': string;
|
|
208
|
+
'date-picker-trigger-button-space-w': string;
|
|
209
|
+
'date-picker-content-space-p': string;
|
|
210
|
+
'context-menu-content-space-p': string;
|
|
211
|
+
'context-menu-content-space-min-w': string;
|
|
212
|
+
'context-menu-item-space-gap': string;
|
|
213
|
+
'context-menu-item-space-px': string;
|
|
214
|
+
'context-menu-item-space-py': string;
|
|
215
|
+
'context-menu-item-icon-space-size': string;
|
|
216
|
+
'context-menu-checkbox-item-space-gap': string;
|
|
217
|
+
'context-menu-checkbox-item-space-pl': string;
|
|
218
|
+
'context-menu-checkbox-item-space-pr': string;
|
|
219
|
+
'context-menu-checkbox-item-space-py': string;
|
|
220
|
+
'context-menu-checkbox-item-icon-container-space-size': string;
|
|
221
|
+
'context-menu-checkbox-item-icon-space-size': string;
|
|
222
|
+
'context-menu-radio-item-space-gap': string;
|
|
223
|
+
'context-menu-radio-item-space-pl': string;
|
|
224
|
+
'context-menu-radio-item-space-pr': string;
|
|
225
|
+
'context-menu-radio-item-space-py': string;
|
|
226
|
+
'context-menu-radio-item-icon-container-space-size': string;
|
|
227
|
+
'context-menu-radio-item-icon-space-size': string;
|
|
228
|
+
'context-menu-label-space-px': string;
|
|
229
|
+
'context-menu-label-space-py': string;
|
|
230
|
+
'context-menu-separator-space-mx': string;
|
|
231
|
+
'context-menu-separator-space-my': string;
|
|
232
|
+
'context-menu-separator-space-h': string;
|
|
233
|
+
'command-space-w': string;
|
|
234
|
+
'command-space-h': string;
|
|
235
|
+
'command-input-space-py': string;
|
|
236
|
+
'command-input-space-w': string;
|
|
237
|
+
'command-input-space-h': string;
|
|
238
|
+
'command-input-wrapper-space-gap': string;
|
|
239
|
+
'command-input-wrapper-space-px': string;
|
|
240
|
+
'command-input-wrapper-space-h': string;
|
|
241
|
+
'command-input-icon-space-size': string;
|
|
242
|
+
'command-list-space-max-h': string;
|
|
243
|
+
'command-empty-space-py': string;
|
|
244
|
+
'command-group-space-p': string;
|
|
245
|
+
'command-heading-space-px': string;
|
|
246
|
+
'command-heading-space-py': string;
|
|
247
|
+
'command-separator-space-mx': string;
|
|
248
|
+
'command-separator-space-h': string;
|
|
249
|
+
'command-item-space-gap': string;
|
|
250
|
+
'command-item-space-px': string;
|
|
251
|
+
'command-item-space-py': string;
|
|
252
|
+
'command-item-icon-space-size': string;
|
|
253
|
+
'calendar-space-p': string;
|
|
254
|
+
'calendar-months-space-gap': string;
|
|
255
|
+
'calendar-nav-space-gap': string;
|
|
256
|
+
'calendar-month-space-gap': string;
|
|
257
|
+
'calendar-chevron-space-size': string;
|
|
258
|
+
'calendar-month-caption-space-px': string;
|
|
259
|
+
'calendar-month-caption-space-h': string;
|
|
260
|
+
'calendar-week-space-mt': string;
|
|
261
|
+
'calendar-day-space-p': string;
|
|
262
|
+
'calendar-day-button-space-gap': string;
|
|
263
|
+
'calendar-day-button-space-min-w': string;
|
|
264
|
+
'button-icon-space-size': string;
|
|
265
|
+
'button-space-h-default': string;
|
|
266
|
+
'button-space-gap-default': string;
|
|
267
|
+
'button-space-px-default': string;
|
|
268
|
+
'button-space-px-default-has-icon': string;
|
|
269
|
+
'button-space-py-default': string;
|
|
270
|
+
'button-space-h-sm': string;
|
|
271
|
+
'button-space-gap-sm': string;
|
|
272
|
+
'button-space-px-sm': string;
|
|
273
|
+
'button-space-px-sm-has-icon': string;
|
|
274
|
+
'button-space-h-lg': string;
|
|
275
|
+
'button-space-gap-lg': string;
|
|
276
|
+
'button-space-px-lg': string;
|
|
277
|
+
'button-space-px-lg-has-icon': string;
|
|
278
|
+
'button-space-size-icon': string;
|
|
279
|
+
'button-space-size-icon-sm': string;
|
|
280
|
+
'button-space-size-icon-lg': string;
|
|
281
|
+
'breadcrumb-list-space-gap-sm': string;
|
|
282
|
+
'breadcrumb-list-space-gap': string;
|
|
283
|
+
'breadcrumb-item-space-gap': string;
|
|
284
|
+
'breadcrumb-separator-icon-space-size': string;
|
|
285
|
+
'breadcrumb-ellipsis-space-size': string;
|
|
286
|
+
'breadcrumb-ellipsis-icon-space-size': string;
|
|
287
|
+
'badge-space-px': string;
|
|
288
|
+
'badge-space-py': string;
|
|
289
|
+
'badge-space-w': string;
|
|
290
|
+
'badge-icon-space-size': string;
|
|
291
|
+
'badge-space-gap': string;
|
|
292
|
+
'accordion-trigger-space-gap': string;
|
|
293
|
+
'accordion-trigger-space-py': string;
|
|
294
|
+
'accordion-trigger-space-w': string;
|
|
295
|
+
'accordion-trigger-icon-space-size': string;
|
|
296
|
+
'accordion-content-space-h-closed': string;
|
|
297
|
+
'accordion-content-div-space-pt': string;
|
|
298
|
+
'accordion-content-div-space-pb': string;
|
|
299
|
+
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent wc-ui following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "wc-ui",
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.4",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/rtg-ui-kit.umd.cjs",
|
|
9
9
|
"module": "./dist/rtg-ui-kit.js",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"release:beta": "npm version $(semver $npm_package_version -i prerelease --preid $(npm whoami) ) && npm publish --tag beta",
|
|
37
37
|
"clean": "rimraf dist",
|
|
38
38
|
"copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.js dist/public/",
|
|
39
|
-
"lint": "eslint
|
|
40
|
-
"format": "eslint
|
|
39
|
+
"lint": "eslint . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
40
|
+
"format": "eslint . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
41
41
|
"test": "tsc && wtr --coverage",
|
|
42
42
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
43
43
|
"storybook": "storybook dev -p 6006",
|
|
@@ -56,72 +56,59 @@
|
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@lit-labs/context": "^0.5.1",
|
|
58
58
|
"@lit-labs/react": "^1.2.0",
|
|
59
|
-
"@storybook/web-components-vite": "^
|
|
59
|
+
"@storybook/web-components-vite": "^10.2.19",
|
|
60
60
|
"lit": "^3.3.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@lit/reactive-element": "^2.1.0",
|
|
64
64
|
"@open-wc/lit-helpers": "^0.7.0",
|
|
65
|
-
"@storybook/addon-links": "^9.0.8",
|
|
66
65
|
"class-variance-authority": "^0.7.0",
|
|
67
66
|
"clsx": "^2.1.0",
|
|
68
|
-
"husky": "^9.1.4",
|
|
69
67
|
"lit-html": "^3.3.0",
|
|
70
|
-
"playwright": "^1.47.1",
|
|
71
68
|
"react": "^19",
|
|
72
|
-
"storybook": "^9.0.8",
|
|
73
69
|
"tailwind-merge": "^2.2.1",
|
|
74
|
-
"tailwindcss-animate": "^1.0.7"
|
|
75
|
-
"vite": "^6.3.5",
|
|
76
|
-
"vite-plugin-dts": "^3.6.0",
|
|
77
|
-
"vite-plugin-html-config": "^1.0.11"
|
|
70
|
+
"tailwindcss-animate": "^1.0.7"
|
|
78
71
|
},
|
|
79
72
|
"devDependencies": {
|
|
80
73
|
"@babel/preset-env": "^7.16.4",
|
|
81
|
-
"@chromatic-com/storybook": "^
|
|
74
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
82
75
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
83
|
-
"@open-wc/eslint-config": "^
|
|
76
|
+
"@open-wc/eslint-config": "^13.0.0",
|
|
84
77
|
"@open-wc/testing": "^3.1.6",
|
|
85
|
-
"@storybook/addon-docs": "^
|
|
86
|
-
"@storybook/
|
|
87
|
-
"@storybook/
|
|
88
|
-
"@storybook/test-runner": "^0.
|
|
89
|
-
"@storybook/testing-library": "^0.2.2",
|
|
78
|
+
"@storybook/addon-docs": "^10.2.19",
|
|
79
|
+
"@storybook/addon-links": "^10.2.19",
|
|
80
|
+
"@storybook/builder-vite": "^10.2.19",
|
|
81
|
+
"@storybook/test-runner": "^0.24.2",
|
|
90
82
|
"@testing-library/dom": "^10.4.0",
|
|
91
83
|
"@testing-library/jest-dom": "^6.4.8",
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"@web/dev-server": "^0.1.38",
|
|
95
|
-
"@web/test-runner": "^0.14.0",
|
|
84
|
+
"@web/dev-server": "^0.4.6",
|
|
85
|
+
"@web/test-runner": "^0.20.2",
|
|
96
86
|
"autoprefixer": "^10.4.21",
|
|
97
87
|
"babel-plugin-template-html-minifier": "^4.1.0",
|
|
98
88
|
"concurrently": "^5.3.0",
|
|
99
89
|
"copyfiles": "^2.4.1",
|
|
100
90
|
"deepmerge": "^4.2.2",
|
|
101
|
-
"eslint": "^
|
|
102
|
-
"eslint-config-prettier": "^
|
|
103
|
-
"eslint-plugin-storybook": "^
|
|
91
|
+
"eslint": "^9.39.4",
|
|
92
|
+
"eslint-config-prettier": "^10.1.8",
|
|
93
|
+
"eslint-plugin-storybook": "^10.2.19",
|
|
94
|
+
"globals": "^16.5.0",
|
|
95
|
+
"husky": "^9.1.7",
|
|
104
96
|
"lint-staged": "^10.5.4",
|
|
97
|
+
"playwright": "^1.58.2",
|
|
105
98
|
"postcss-cli": "^11.0.1",
|
|
106
99
|
"postcss-import": "^16.1.1",
|
|
107
100
|
"prettier": "^3.5.3",
|
|
108
101
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
109
|
-
"rimraf": "^
|
|
102
|
+
"rimraf": "^6.0.0",
|
|
103
|
+
"storybook": "^10.2.19",
|
|
110
104
|
"tailwindcss": "^3.4.1",
|
|
111
105
|
"tslib": "^2.3.1",
|
|
112
106
|
"twlit": "^0.0.1-alpha.37",
|
|
113
|
-
"typescript": "^5.3.3"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"@open-wc",
|
|
119
|
-
"prettier",
|
|
120
|
-
"plugin:storybook/recommended"
|
|
121
|
-
],
|
|
122
|
-
"plugins": [
|
|
123
|
-
"@typescript-eslint"
|
|
124
|
-
]
|
|
107
|
+
"typescript": "^5.3.3",
|
|
108
|
+
"typescript-eslint": "^8.57.1",
|
|
109
|
+
"vite": "^8.0.0",
|
|
110
|
+
"vite-plugin-dts": "^4.5.4",
|
|
111
|
+
"vite-plugin-html-config": "^2.0.2"
|
|
125
112
|
},
|
|
126
113
|
"lint-staged": {
|
|
127
114
|
"*.{js,ts,jsx,tsx,html}": [
|