@revotech-group/revotech-ui-kit 0.0.62 → 0.0.64
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/README.md +30 -30
- package/dist/library.css +2699 -2387
- package/dist/revotech-ui-kit.js +10501 -7226
- package/dist/revotech-ui-kit.umd.cjs +1894 -2226
- package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -1
- 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 -1
- package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle-check.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle-x.icon.d.ts +1 -1
- package/dist/src/assets/icons/circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/close.icon.d.ts +1 -1
- package/dist/src/assets/icons/decrease.icon.d.ts +1 -1
- package/dist/src/assets/icons/dot.icon.d.ts +1 -1
- package/dist/src/assets/icons/help-circle.icon.d.ts +1 -1
- package/dist/src/assets/icons/index.d.ts +2 -0
- package/dist/src/assets/icons/plus.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio-group.icon.d.ts +1 -1
- package/dist/src/assets/icons/radio.icon.d.ts +1 -1
- package/dist/src/assets/icons/search.icon.d.ts +1 -1
- package/dist/src/assets/icons/tick.icon.d.ts +1 -1
- package/dist/src/components/index.d.ts +0 -2
- package/dist/src/components/ui/accordion/accordion-content.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion-item.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion-trigger.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion.d.ts +2 -1
- package/dist/src/components/ui/accordion/accordion.stories.d.ts +2 -1
- package/dist/src/components/ui/alert/alert.d.ts +3 -3
- package/dist/src/components/ui/alert/alert.stories.d.ts +2 -1
- package/dist/src/components/ui/alert/alert.styles.d.ts +1 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +2 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +2 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +1 -0
- package/dist/src/components/ui/avatar/avatar-fallback.d.ts +2 -1
- package/dist/src/components/ui/avatar/avatar-image.d.ts +2 -1
- package/dist/src/components/ui/avatar/avatar.d.ts +2 -1
- package/dist/src/components/ui/avatar/avatar.stories.d.ts +2 -1
- package/dist/src/components/ui/badge/badge.d.ts +3 -2
- package/dist/src/components/ui/badge/badge.stories.d.ts +2 -1
- package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
- 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/{atoms/button/button.atom.d.ts → ui/button/button.d.ts} +6 -4
- package/dist/src/components/{atoms → ui}/button/button.stories.d.ts +2 -1
- package/dist/src/components/{atoms → ui}/button/button.style.d.ts +1 -1
- package/dist/src/components/ui/calendar/calendar.d.ts +4 -4
- package/dist/src/components/ui/calendar/calendar.stories.d.ts +2 -1
- package/dist/src/components/ui/calendar/calendar.style.d.ts +1 -1
- package/dist/src/components/ui/card/card-content.d.ts +6 -0
- package/dist/src/components/ui/card/card-description.d.ts +6 -0
- package/dist/src/components/ui/card/card-footer.d.ts +6 -0
- package/dist/src/components/ui/card/card-header.d.ts +6 -0
- package/dist/src/components/ui/card/card-title.d.ts +6 -0
- package/dist/src/components/{atoms/card/card.atom.d.ts → ui/card/card.d.ts} +9 -4
- package/dist/src/components/{atoms → ui}/card/card.stories.d.ts +2 -1
- package/dist/src/components/ui/card/card.styles.d.ts +1 -0
- package/dist/src/components/{atoms/carousel/carousel.atom.d.ts → ui/carousel/carousel.d.ts} +9 -5
- package/dist/src/components/{atoms → ui}/carousel/carousel.stories.d.ts +2 -1
- package/dist/src/components/ui/checkbox/checkbox.d.ts +2 -2
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +2 -1
- package/dist/src/components/ui/collapsible/collapsible-content.d.ts +18 -0
- package/dist/src/components/{atoms → ui}/collapsible/collapsible-trigger.d.ts +7 -3
- package/dist/src/components/ui/collapsible/collapsible.d.ts +25 -0
- package/dist/src/components/{atoms → ui}/collapsible/collapsible.stories.d.ts +2 -1
- 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/{atoms → ui}/combobox/combo-box-input.d.ts +3 -2
- package/dist/src/components/{atoms → ui}/combobox/combo-box-item.d.ts +6 -2
- package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +19 -0
- package/dist/src/components/{atoms → ui}/combobox/combo-box-value.d.ts +4 -3
- 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 +5 -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 +24 -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 +22 -0
- package/dist/src/components/ui/command/command.stories.d.ts +7 -0
- package/dist/src/components/ui/command/command.styles.d.ts +7 -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 +13 -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/{atoms/context-menu/context-menu.atom.d.ts → ui/context-menu/context-menu.d.ts} +14 -6
- package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +7 -0
- package/dist/src/components/{atoms → ui}/context-menu/contextMenu.stories.d.ts +2 -1
- package/dist/src/components/ui/context-menu/contextMenu.style.d.ts +2 -0
- package/dist/src/components/ui/data-table/data-table.d.ts +42 -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 +2 -2
- package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog-close.d.ts +16 -0
- package/dist/src/components/ui/dialog/dialog-content.d.ts +15 -0
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +10 -0
- package/dist/src/components/{atoms → ui}/dialog/dialog-header.d.ts +3 -2
- 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/{atoms/dialog/dialog.atom.d.ts → ui/dialog/dialog.d.ts} +9 -4
- package/dist/src/components/{atoms → ui}/dialog/dialog.stories.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog.styles.d.ts +4 -0
- package/dist/src/components/ui/drawer/drawer-close.d.ts +16 -0
- package/dist/src/components/ui/drawer/drawer-content.d.ts +14 -0
- package/dist/src/components/ui/drawer/drawer-description.d.ts +11 -0
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +10 -0
- package/dist/src/components/{atoms → ui}/drawer/drawer-header.d.ts +3 -2
- package/dist/src/components/ui/drawer/drawer-overlay.d.ts +6 -0
- package/dist/src/components/ui/drawer/drawer-title.d.ts +11 -0
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +12 -0
- package/dist/src/components/{atoms/drawer/drawer.atom.d.ts → ui/drawer/drawer.d.ts} +9 -4
- package/dist/src/components/{atoms → ui}/drawer/drawer.stories.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer.styles.d.ts +5 -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 +17 -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/{atoms/dropdown-menu/dropdown-menu.atom.d.ts → ui/dropdown-menu/dropdown-menu.d.ts} +15 -7
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +7 -0
- package/dist/src/components/{atoms → ui}/dropdown-menu/dropdownMenu.stories.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdownMenu.style.d.ts +2 -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 +6 -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 +21 -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 +30 -0
- package/dist/src/components/{atoms → ui}/hoverCard/hover-card.stories.d.ts +2 -1
- package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +1 -0
- package/dist/src/components/ui/index.d.ts +31 -0
- package/dist/src/components/ui/input/input.d.ts +3 -3
- package/dist/src/components/ui/input/input.stories.d.ts +2 -1
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-group.d.ts +4 -2
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-separator.d.ts +3 -2
- package/dist/src/components/{molecules → ui}/input-otp/input-otp-slot.d.ts +5 -4
- package/dist/src/components/ui/input-otp/input-otp.d.ts +31 -0
- package/dist/src/components/{molecules → ui}/input-otp/input-otp.stories.d.ts +2 -1
- package/dist/src/components/ui/label/label.d.ts +4 -3
- package/dist/src/components/ui/label/label.stories.d.ts +2 -1
- package/dist/src/components/ui/label/label.style.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +21 -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 +17 -0
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +28 -0
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +21 -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 +11 -0
- package/dist/src/components/{atoms/menubar/menubar.atom.d.ts → ui/menubar/menubar.d.ts} +13 -6
- package/dist/src/components/{atoms → ui}/menubar/menubar.stories.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar.styles.d.ts +8 -0
- package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +21 -0
- package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu-item.d.ts +7 -6
- 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/{atoms → ui}/navigation-menu/navigation-menu.d.ts +11 -6
- package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.stories.d.ts +2 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +3 -0
- package/dist/src/components/ui/pagination/pagination-content.d.ts +10 -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 +20 -0
- package/dist/src/components/ui/pagination/pagination-next.d.ts +9 -0
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +9 -0
- package/dist/src/components/{atoms/pagination/pagination.atom.d.ts → ui/pagination/pagination.d.ts} +8 -5
- package/dist/src/components/{atoms → ui}/pagination/pagination.stories.d.ts +2 -1
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +9 -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/{atoms/popover/popover.atom.d.ts → ui/popover/popover.d.ts} +8 -4
- package/dist/src/components/{atoms → ui}/popover/popover.stories.d.ts +2 -1
- package/dist/src/components/{atoms → ui}/popover/popover.style.d.ts +3 -3
- package/dist/src/components/{atoms/progress/progress.atom.d.ts → ui/progress/progress.d.ts} +4 -3
- package/dist/src/components/{atoms → ui}/progress/progress.stories.d.ts +2 -1
- package/dist/src/components/ui/progress/progress.styles.d.ts +1 -0
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +20 -0
- package/dist/src/components/ui/radio-group/radio-group.d.ts +19 -0
- package/dist/src/components/{atoms → ui}/radio-group/radio-group.stories.d.ts +2 -1
- package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +2 -0
- package/dist/src/components/{atoms → ui}/sample-demo/sample-demo.d.ts +4 -3
- package/dist/src/components/{atoms → ui}/sample-demo/sample.style.d.ts +1 -1
- 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 +15 -0
- package/dist/src/components/ui/select/select-group.d.ts +23 -0
- package/dist/src/components/ui/select/select-item.d.ts +26 -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 +22 -0
- package/dist/src/components/ui/select/select-value.d.ts +21 -0
- package/dist/src/components/{atoms/select/select.atom.d.ts → ui/select/select.d.ts} +11 -9
- package/dist/src/components/ui/select/select.stories.d.ts +5 -0
- package/dist/src/components/ui/select/select.styles.d.ts +7 -0
- package/dist/src/components/{atoms/seperator/separator.atom.d.ts → ui/separator/separator.d.ts} +3 -2
- package/dist/src/components/{atoms/seperator → ui/separator}/separator.stories.d.ts +2 -1
- 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/{atoms/switch/switch.atom.d.ts → ui/switch/switch.d.ts} +3 -2
- package/dist/src/components/{atoms → ui}/switch/switch.stories.d.ts +2 -1
- package/dist/src/components/ui/switch/switch.style.d.ts +1 -0
- package/dist/src/components/ui/table/table.d.ts +19 -0
- package/dist/src/components/ui/table/table.stories.d.ts +5 -0
- package/dist/src/components/ui/tabs/tab-contents.d.ts +22 -0
- package/dist/src/components/ui/tabs/tab-list.d.ts +23 -0
- package/dist/src/components/{molecules → ui}/tabs/tab-trigger.d.ts +10 -3
- package/dist/src/components/ui/tabs/tab.d.ts +25 -0
- package/dist/src/components/{molecules → ui}/tabs/tab.stories.d.ts +2 -1
- package/dist/src/components/ui/tabs/tabs.style.d.ts +1 -0
- package/dist/src/components/{atoms/textarea/textarea.atom.d.ts → ui/textarea/textarea.d.ts} +5 -5
- package/dist/src/components/{atoms → ui}/textarea/textarea.stories.d.ts +2 -1
- package/dist/src/components/ui/toast/toast-action.d.ts +23 -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 +21 -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/{atoms → ui}/toast/toast.style.d.ts +4 -2
- package/dist/src/components/{atoms/toggle/toggle.atom.d.ts → ui/toggle/toggle.d.ts} +12 -4
- package/dist/src/components/{atoms → ui}/toggle/toggle.stories.d.ts +2 -1
- package/dist/src/components/{atoms → ui}/toggle/toggle.style.d.ts +1 -1
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +32 -0
- package/dist/src/components/{molecules/toggle-group/toggle-group.molecules.d.ts → ui/toggle-group/toggle-group.d.ts} +12 -6
- package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.stories.d.ts +2 -1
- package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.style.d.ts +2 -1
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +4 -6
- package/dist/src/components/widgets/login/rtg-login-actions.d.ts +9 -0
- package/dist/src/components/widgets/login/rtg-login-controller.d.ts +11 -0
- package/dist/src/components/widgets/login/rtg-login-divider.d.ts +9 -0
- package/dist/src/components/widgets/login/rtg-login-fields.d.ts +17 -0
- package/dist/src/components/widgets/login/rtg-login-logo.d.ts +8 -0
- package/dist/src/components/widgets/login/rtg-login-social.d.ts +8 -0
- package/dist/src/components/widgets/login/rtg-login-terms.d.ts +9 -0
- package/dist/src/components/widgets/login/rtg-login-title.d.ts +8 -0
- package/dist/src/components/widgets/login/rtg-login.d.ts +13 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-actions.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-divider.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-fields.d.ts +9 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-logo.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-social.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-terms.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up-title.d.ts +6 -0
- package/dist/src/components/widgets/sign-up/rtg-sign-up.d.ts +7 -0
- package/dist/src/helpers/base-element.d.ts +4 -1
- package/dist/src/helpers/index.d.ts +1 -0
- package/dist/src/helpers/mouse-conroller.helper.d.ts +1 -0
- package/dist/src/helpers/shadow-wrapper.d.ts +3 -3
- package/dist/src/helpers/style.helpers.d.ts +2 -1
- package/dist/src/helpers/widget-controller.d.ts +13 -0
- package/dist/src/index.d.ts +2 -2
- package/dist/src/interfaces/actionable.interface.d.ts +2 -1
- package/dist/src/interfaces/changeable.interface.d.ts +2 -1
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +1 -0
- package/dist/src/interfaces/index.d.ts +1 -0
- package/dist/src/interfaces/widgets/base.interface.d.ts +23 -0
- package/dist/src/interfaces/widgets/index.d.ts +2 -0
- package/dist/src/interfaces/widgets/login.interface.d.ts +44 -0
- package/dist/src/lib/react/react.lib.d.ts +3 -2
- package/dist/src/styles/tw.styles.d.ts +1 -1
- package/dist/src/wc-ui-app.d.ts +3 -2
- package/package.json +46 -51
- package/dist/src/components/atoms/card/card-content.d.ts +0 -5
- package/dist/src/components/atoms/card/card-description.d.ts +0 -5
- package/dist/src/components/atoms/card/card-footer.d.ts +0 -5
- package/dist/src/components/atoms/card/card-header.d.ts +0 -5
- package/dist/src/components/atoms/card/card-title.d.ts +0 -5
- package/dist/src/components/atoms/collapsible/collapsible-content.d.ts +0 -11
- package/dist/src/components/atoms/collapsible/collapsible.atom.d.ts +0 -17
- package/dist/src/components/atoms/combobox/combo-box-empty.d.ts +0 -11
- package/dist/src/components/atoms/combobox/combo-box-group.d.ts +0 -25
- package/dist/src/components/atoms/combobox/combo-box-trigger.d.ts +0 -15
- package/dist/src/components/atoms/combobox/combo-box.atom.d.ts +0 -25
- package/dist/src/components/atoms/combobox/combo-box.stories.d.ts +0 -4
- package/dist/src/components/atoms/command/command-empty.atom.d.ts +0 -9
- package/dist/src/components/atoms/command/command-group.atom.d.ts +0 -10
- package/dist/src/components/atoms/command/command-input.atom.d.ts +0 -10
- package/dist/src/components/atoms/command/command-item.atom.d.ts +0 -13
- package/dist/src/components/atoms/command/command-list.atom.d.ts +0 -6
- package/dist/src/components/atoms/command/command-separator.atom.d.ts +0 -9
- package/dist/src/components/atoms/command/command.atom.d.ts +0 -7
- package/dist/src/components/atoms/command/command.stories.d.ts +0 -5
- package/dist/src/components/atoms/context-menu/context-menu-checkbox-Item.d.ts +0 -15
- package/dist/src/components/atoms/context-menu/context-menu-content.d.ts +0 -13
- package/dist/src/components/atoms/context-menu/context-menu-group.d.ts +0 -10
- package/dist/src/components/atoms/context-menu/context-menu-item.d.ts +0 -12
- package/dist/src/components/atoms/context-menu/context-menu-radio-item.d.ts +0 -15
- package/dist/src/components/atoms/context-menu/context-menu-seperator.d.ts +0 -9
- package/dist/src/components/atoms/context-menu/context-menu-shortcut.d.ts +0 -5
- package/dist/src/components/atoms/context-menu/contextMenu.style.d.ts +0 -2
- package/dist/src/components/atoms/dialog/dialog-close.d.ts +0 -12
- package/dist/src/components/atoms/dialog/dialog-content.d.ts +0 -8
- package/dist/src/components/atoms/dialog/dialog-footer.d.ts +0 -5
- package/dist/src/components/atoms/dialog/dialog-overly.d.ts +0 -5
- package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +0 -8
- package/dist/src/components/atoms/drawer/drawer-close.d.ts +0 -12
- package/dist/src/components/atoms/drawer/drawer-content.d.ts +0 -6
- package/dist/src/components/atoms/drawer/drawer-description.d.ts +0 -6
- package/dist/src/components/atoms/drawer/drawer-footer.d.ts +0 -5
- package/dist/src/components/atoms/drawer/drawer-overlay.d.ts +0 -5
- package/dist/src/components/atoms/drawer/drawer-title.d.ts +0 -6
- package/dist/src/components/atoms/drawer/drawer-trigger.d.ts +0 -8
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +0 -15
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-content.d.ts +0 -13
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-group.d.ts +0 -10
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-item.d.ts +0 -12
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-radio-item.d.ts +0 -15
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-seperator.d.ts +0 -9
- package/dist/src/components/atoms/dropdown-menu/dropdown-menu-shortcut.d.ts +0 -5
- package/dist/src/components/atoms/dropdown-menu/dropdownMenu.style.d.ts +0 -2
- package/dist/src/components/atoms/hoverCard/hover-card-content.d.ts +0 -17
- package/dist/src/components/atoms/hoverCard/hover-card.atom.d.ts +0 -18
- package/dist/src/components/atoms/index.d.ts +0 -38
- package/dist/src/components/atoms/menubar/menubar-checkbox.item.d.ts +0 -15
- package/dist/src/components/atoms/menubar/menubar-content.d.ts +0 -15
- package/dist/src/components/atoms/menubar/menubar-group.d.ts +0 -10
- package/dist/src/components/atoms/menubar/menubar-item.d.ts +0 -12
- package/dist/src/components/atoms/menubar/menubar-menu.d.ts +0 -23
- package/dist/src/components/atoms/menubar/menubar-radio-item.d.ts +0 -15
- package/dist/src/components/atoms/menubar/menubar-seperator.d.ts +0 -9
- package/dist/src/components/atoms/menubar/menubar-shortcut.d.ts +0 -5
- package/dist/src/components/atoms/navigation-menu/navigation-menu-content.d.ts +0 -16
- package/dist/src/components/atoms/navigation-menu/navigation-menu-link.d.ts +0 -7
- package/dist/src/components/atoms/navigation-menu/navigation-menu-list.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-content.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-ellipsis.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-item.d.ts +0 -14
- package/dist/src/components/atoms/pagination/pagination-link.d.ts +0 -17
- package/dist/src/components/atoms/pagination/pagination-next.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination-previous.d.ts +0 -6
- package/dist/src/components/atoms/pagination/pagination.styles.d.ts +0 -4
- package/dist/src/components/atoms/popover/popover-content.d.ts +0 -14
- package/dist/src/components/atoms/popover/popover-trigger.d.ts +0 -9
- package/dist/src/components/atoms/radio-group/radio-group-item.d.ts +0 -16
- package/dist/src/components/atoms/radio-group/radio-group.atom.d.ts +0 -16
- package/dist/src/components/atoms/select/select-group.d.ts +0 -23
- package/dist/src/components/atoms/select/select-item.d.ts +0 -22
- package/dist/src/components/atoms/select/select-label.d.ts +0 -10
- package/dist/src/components/atoms/select/select-list.d.ts +0 -7
- package/dist/src/components/atoms/select/select-seperator.d.ts +0 -10
- package/dist/src/components/atoms/select/select-trigger.d.ts +0 -15
- package/dist/src/components/atoms/select/select-value.d.ts +0 -18
- package/dist/src/components/atoms/select/select.stories.d.ts +0 -4
- package/dist/src/components/atoms/toast/toast-action.d.ts +0 -19
- package/dist/src/components/atoms/toast/toast-description.d.ts +0 -10
- package/dist/src/components/atoms/toast/toast-title.d.ts +0 -10
- package/dist/src/components/atoms/toast/toast-view-port.d.ts +0 -17
- package/dist/src/components/atoms/toast/toast.atom.d.ts +0 -16
- package/dist/src/components/atoms/toast/toast.stories.d.ts +0 -5
- package/dist/src/components/molecules/breadcrumb/breadcrumb-ellipsis.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb-item.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb-link.d.ts +0 -7
- package/dist/src/components/molecules/breadcrumb/breadcrumb-list.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb-separator.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb-text.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb.molecules.d.ts +0 -6
- package/dist/src/components/molecules/breadcrumb/breadcrumb.stories.d.ts +0 -5
- package/dist/src/components/molecules/index.d.ts +0 -11
- package/dist/src/components/molecules/input-otp/input-otp.molecule.d.ts +0 -23
- package/dist/src/components/molecules/tabs/tab-contents.d.ts +0 -12
- package/dist/src/components/molecules/tabs/tab-list.d.ts +0 -14
- package/dist/src/components/molecules/tabs/tab.molecules.d.ts +0 -15
- package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +0 -17
- package/dist/src/lib/next/next.lib.d.ts +0 -0
- package/dist/src/lib/tw-styles.d.ts +0 -1
- /package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb.styles.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/button/button.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/pagination/pagination.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/popover/popover.types.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/radio-group/radio-group.types.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/sample-demo/sample.type.d.ts +0 -0
- /package/dist/src/components/{atoms/seperator → ui/separator}/separator.defs.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/switch/switch.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/textarea/textarea.styles.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/textarea/textarea.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toast/toast.type.d.ts +0 -0
- /package/dist/src/components/{atoms → ui}/toggle/toggle.defs.d.ts +0 -0
- /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.defs.d.ts +0 -0
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
export declare class PaginationItem extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
twClass: string;
|
|
5
|
-
uniqueIds: string[];
|
|
6
|
-
isActive: boolean;
|
|
7
|
-
private get _content();
|
|
8
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
9
|
-
handleClick(e: MouseEvent): void;
|
|
10
|
-
private get _slotElements();
|
|
11
|
-
firstUpdated(): void;
|
|
12
|
-
raiseEvent(): void;
|
|
13
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import * as paginationType from './pagination.type';
|
|
3
|
-
export declare class PaginationLink extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
static paginationVariants: (props?: ({
|
|
6
|
-
variant?: "outline" | "ghost" | null | undefined;
|
|
7
|
-
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
8
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
9
|
-
state: string;
|
|
10
|
-
twClass: string;
|
|
11
|
-
isActive: boolean;
|
|
12
|
-
size: paginationType.PaginationSize;
|
|
13
|
-
variant: paginationType.PaginationVariant;
|
|
14
|
-
href: string;
|
|
15
|
-
updated(changedProps: PropertyValues): void;
|
|
16
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { Popover } from './popover.atom';
|
|
3
|
-
export declare class PopoverContent extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
enableDefaultStyle: boolean;
|
|
6
|
-
styleContent: boolean;
|
|
7
|
-
side: 'bottom' | 'left' | 'right' | 'top';
|
|
8
|
-
get _popover(): Popover | null;
|
|
9
|
-
private handleClickOutside;
|
|
10
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
12
|
-
private preventClickPropagation;
|
|
13
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { Popover } from './popover.atom';
|
|
3
|
-
export declare class PopoverTrigger extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
get _popover(): Popover | null;
|
|
6
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
-
handleClick: () => void;
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class RadioGroupItem extends LitElement {
|
|
3
|
-
checked: boolean;
|
|
4
|
-
tabindex: number;
|
|
5
|
-
value: string;
|
|
6
|
-
id: string;
|
|
7
|
-
state: string;
|
|
8
|
-
static styles: import("lit").CSSResult[];
|
|
9
|
-
private _onClick;
|
|
10
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
11
|
-
}
|
|
12
|
-
declare global {
|
|
13
|
-
interface HTMLElementTagNameMap {
|
|
14
|
-
'rtg-radio-group-item': RadioGroupItem;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import { RadioGroupItem } from './radio-group-item';
|
|
3
|
-
declare class RadioGroup extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
twClass: string;
|
|
6
|
-
connectedCallback(): void;
|
|
7
|
-
private _handleRadioSelected;
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
10
|
-
export { RadioGroupItem, RadioGroup };
|
|
11
|
-
declare global {
|
|
12
|
-
interface HTMLElementTagNameMap {
|
|
13
|
-
'rtg-radio-group': RadioGroup;
|
|
14
|
-
'rtg-radio-group-item': RadioGroupItem;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { Select } from './select.atom';
|
|
3
|
-
declare class SelectGroup extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
private childrenArray;
|
|
6
|
-
focusedIndex: number;
|
|
7
|
-
selectedValue: string;
|
|
8
|
-
get _select(): Select | null;
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
13
|
-
onSelectedValue(value: string, index: number): void;
|
|
14
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
15
|
-
handleMouseOver(event: Event, index: number): void;
|
|
16
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
17
|
-
}
|
|
18
|
-
export { SelectGroup };
|
|
19
|
-
declare global {
|
|
20
|
-
interface HTMLElementTagNameMap {
|
|
21
|
-
'rtg-select-group': SelectGroup;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { BaseElement } from '../../../helpers';
|
|
2
|
-
declare class SelectItem extends BaseElement {
|
|
3
|
-
value: string;
|
|
4
|
-
key: string;
|
|
5
|
-
tabindex: number;
|
|
6
|
-
isSelected: boolean;
|
|
7
|
-
isFocus: boolean;
|
|
8
|
-
class: string;
|
|
9
|
-
selectItemIndex: number;
|
|
10
|
-
onSelect: (_value: string, _index: number) => void;
|
|
11
|
-
onMouseOver: (_event: Event, _index: number) => void;
|
|
12
|
-
static styles: import("lit").CSSResult[];
|
|
13
|
-
protected getAttributesToExclude(): string[];
|
|
14
|
-
handleClick: (event: Event) => void;
|
|
15
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
-
}
|
|
17
|
-
export { SelectItem };
|
|
18
|
-
declare global {
|
|
19
|
-
interface HTMLElementTagNameMap {
|
|
20
|
-
'rtg-select-item': SelectItem;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class SelectLabel extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
-
}
|
|
6
|
-
declare global {
|
|
7
|
-
interface HTMLElementTagNameMap {
|
|
8
|
-
'rtg-select-label': SelectLabel;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
declare class SelectSeperator extends LitElement {
|
|
3
|
-
_id: string;
|
|
4
|
-
_hidden: string;
|
|
5
|
-
private static _counter;
|
|
6
|
-
static styles: import("lit").CSSResult[];
|
|
7
|
-
private get identifier();
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
10
|
-
export { SelectSeperator };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { Select } from './select.atom';
|
|
3
|
-
declare class SelectTrigger extends LitElement {
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
get _select(): Select | null;
|
|
6
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
-
handleClick: () => void;
|
|
8
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
-
}
|
|
10
|
-
export { SelectTrigger };
|
|
11
|
-
declare global {
|
|
12
|
-
interface HTMLElementTagNameMap {
|
|
13
|
-
'rtg-select-trigger': SelectTrigger;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
import { Select } from './select.atom';
|
|
3
|
-
declare class SelectValue extends LitElement {
|
|
4
|
-
placeholder: string;
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
|
-
get _select(): Select | null;
|
|
7
|
-
connectedCallback(): void;
|
|
8
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
-
handleClick: () => void;
|
|
10
|
-
renderLabel: () => string;
|
|
11
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
-
}
|
|
13
|
-
export { SelectValue };
|
|
14
|
-
declare global {
|
|
15
|
-
interface HTMLElementTagNameMap {
|
|
16
|
-
'rtg-select-value': SelectValue;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import * as toastType from './toast.type';
|
|
3
|
-
export declare class ToastAction extends LitElement {
|
|
4
|
-
static toastVariants: (props?: ({
|
|
5
|
-
variant?: "default" | "destructive" | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
-
static styles: import("lit").CSSResult[];
|
|
8
|
-
variant: toastType.ToastVariant;
|
|
9
|
-
getAttributesToExclude(): string[];
|
|
10
|
-
protected getFilteredAttributes(): {
|
|
11
|
-
[key: string]: string;
|
|
12
|
-
};
|
|
13
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
-
}
|
|
15
|
-
declare global {
|
|
16
|
-
interface HTMLElementTagNameMap {
|
|
17
|
-
'rtg-toast-action': ToastAction;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ToastDescription extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
-
}
|
|
6
|
-
declare global {
|
|
7
|
-
interface HTMLElementTagNameMap {
|
|
8
|
-
'rtg-toast-description': ToastDescription;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
export declare class ToastTitle extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
5
|
-
}
|
|
6
|
-
declare global {
|
|
7
|
-
interface HTMLElementTagNameMap {
|
|
8
|
-
'rtg-toast-title': ToastTitle;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
import * as toastType from './toast.type';
|
|
3
|
-
export declare class ToastViewPort extends LitElement {
|
|
4
|
-
static toastVariants: (props?: ({
|
|
5
|
-
variant?: "default" | "destructive" | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
-
static styles: import("lit").CSSResult[];
|
|
8
|
-
variant: toastType.ToastVariant;
|
|
9
|
-
state: string;
|
|
10
|
-
private handleCloseButtonClick;
|
|
11
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
12
|
-
}
|
|
13
|
-
declare global {
|
|
14
|
-
interface HTMLElementTagNameMap {
|
|
15
|
-
'rtg-toast-view-port': ToastViewPort;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
-
export declare class Toast extends LitElement {
|
|
3
|
-
static styles: import("lit").CSSResult[];
|
|
4
|
-
twClass: string;
|
|
5
|
-
isOpen: boolean;
|
|
6
|
-
onClick(): void;
|
|
7
|
-
connectedCallback(): void;
|
|
8
|
-
private get _content();
|
|
9
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
10
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
11
|
-
}
|
|
12
|
-
declare global {
|
|
13
|
-
interface HTMLElementTagNameMap {
|
|
14
|
-
'rtg-toast': Toast;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseElement } from '../../../helpers';
|
|
2
|
-
export declare class BreadCrumbLink extends BaseElement {
|
|
3
|
-
href: string;
|
|
4
|
-
static styles: import("lit").CSSResult[];
|
|
5
|
-
protected getAttributesToExclude(): string[];
|
|
6
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './breadcrumb/breadcrumb-ellipsis';
|
|
2
|
-
export * from './breadcrumb/breadcrumb-item';
|
|
3
|
-
export * from './breadcrumb/breadcrumb-list';
|
|
4
|
-
export * from './breadcrumb/breadcrumb-separator';
|
|
5
|
-
export * from './breadcrumb/breadcrumb.molecules';
|
|
6
|
-
export * from './breadcrumb/breadcrumb-text';
|
|
7
|
-
export * from './breadcrumb/breadcrumb-link';
|
|
8
|
-
export * from './input-otp/input-otp.molecule';
|
|
9
|
-
export * from './input-otp/input-otp-group';
|
|
10
|
-
export * from './input-otp/input-otp-separator';
|
|
11
|
-
export * from './input-otp/input-otp-slot';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { BaseElement } from '../../../helpers';
|
|
2
|
-
export declare class InputOtp extends BaseElement {
|
|
3
|
-
constructor();
|
|
4
|
-
connectedCallback(): void;
|
|
5
|
-
static styles: import("lit").CSSResult[];
|
|
6
|
-
protected getAttributesToExclude(): string[];
|
|
7
|
-
maxLength: number;
|
|
8
|
-
onChange: () => void;
|
|
9
|
-
pin: any[];
|
|
10
|
-
inputes: {
|
|
11
|
-
value: string;
|
|
12
|
-
index: number;
|
|
13
|
-
isSelected: boolean;
|
|
14
|
-
userIndex: number;
|
|
15
|
-
}[];
|
|
16
|
-
raiseEvent(index: number, eventType?: 'changes' | 'focus', customIndex?: number): void;
|
|
17
|
-
protected render(): import("lit-html").TemplateResult<1>;
|
|
18
|
-
}
|
|
19
|
-
declare global {
|
|
20
|
-
interface HTMLElementTagNameMap {
|
|
21
|
-
'rtg-input-otp': InputOtp;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from 'lit-element';
|
|
2
|
-
import { Tab } from './tab.molecules';
|
|
3
|
-
declare class TabContent extends LitElement {
|
|
4
|
-
value: string;
|
|
5
|
-
selectedValue: string;
|
|
6
|
-
get _tab(): Tab | null;
|
|
7
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
8
|
-
connectedCallback(): void;
|
|
9
|
-
disconnectedCallback(): void;
|
|
10
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
11
|
-
}
|
|
12
|
-
export { TabContent };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { Tab } from './tab.molecules';
|
|
3
|
-
declare class TabList extends BaseElement {
|
|
4
|
-
tabindex: number;
|
|
5
|
-
static styles: import("lit-element").CSSResult[];
|
|
6
|
-
get _tab(): Tab | null;
|
|
7
|
-
protected getAttributesToExclude(): string[];
|
|
8
|
-
connectedCallback(): void;
|
|
9
|
-
disconnectedCallback(): void;
|
|
10
|
-
changeTabs(currentValue: string): void;
|
|
11
|
-
getChildren(): Node[];
|
|
12
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
13
|
-
}
|
|
14
|
-
export { TabList };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PropertyValues } from 'lit-element';
|
|
2
|
-
import { BaseElement } from '../../../helpers';
|
|
3
|
-
declare class Tab extends BaseElement {
|
|
4
|
-
defaultValue: string;
|
|
5
|
-
tabindex: number;
|
|
6
|
-
twCLass: string;
|
|
7
|
-
static styles: import("lit-element").CSSResult[];
|
|
8
|
-
connectedCallback(): void;
|
|
9
|
-
disconnectedCallback(): void;
|
|
10
|
-
protected updated(_changedProperties: PropertyValues): void;
|
|
11
|
-
protected getAttributesToExclude(): string[];
|
|
12
|
-
raiseEvent(): void;
|
|
13
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
14
|
-
}
|
|
15
|
-
export { Tab };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit-element';
|
|
2
|
-
import { TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE } from './toggle-group.defs';
|
|
3
|
-
declare class ToggleGroupItem extends LitElement {
|
|
4
|
-
checked: boolean;
|
|
5
|
-
id: string;
|
|
6
|
-
variant: TOGGLE_GROUP_VARIANT;
|
|
7
|
-
size: TOGGLE_GROUP_SIZE;
|
|
8
|
-
disabled: boolean;
|
|
9
|
-
static styles: import("lit-element").CSSResult[];
|
|
10
|
-
static toggleGroupVariants: (props?: ({
|
|
11
|
-
variant?: "default" | "outline" | null | undefined;
|
|
12
|
-
size?: "sm" | "lg" | "md" | null | undefined;
|
|
13
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
14
|
-
protected getAttributesToExclude(): string[];
|
|
15
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
16
|
-
}
|
|
17
|
-
export { ToggleGroupItem };
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const TWStyles: import("lit").CSSResult;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|