@revotech-group/revotech-ui-kit 0.0.63 → 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/dist/library.css +306 -157
- package/dist/revotech-ui-kit.js +6189 -4303
- package/dist/revotech-ui-kit.umd.cjs +741 -411
- 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 -1
- package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -1
- 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/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/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 +2 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +2 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +2 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +2 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +2 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +2 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +2 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +2 -1
- package/dist/src/components/ui/button/button.d.ts +3 -3
- package/dist/src/components/ui/button/button.stories.d.ts +2 -1
- package/dist/src/components/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 +2 -1
- package/dist/src/components/ui/card/card-description.d.ts +2 -1
- package/dist/src/components/ui/card/card-footer.d.ts +2 -1
- package/dist/src/components/ui/card/card-header.d.ts +2 -1
- package/dist/src/components/ui/card/card-title.d.ts +2 -1
- package/dist/src/components/ui/card/card.d.ts +2 -1
- package/dist/src/components/ui/card/card.stories.d.ts +2 -1
- package/dist/src/components/ui/card/card.styles.d.ts +1 -0
- package/dist/src/components/ui/carousel/carousel.d.ts +2 -2
- package/dist/src/components/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 +2 -1
- package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +2 -1
- package/dist/src/components/ui/collapsible/collapsible.d.ts +2 -1
- package/dist/src/components/ui/collapsible/collapsible.stories.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box-empty.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box-group.d.ts +4 -3
- package/dist/src/components/ui/combobox/combo-box-input.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box-item.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box-value.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box.stories.d.ts +2 -1
- package/dist/src/components/ui/combobox/combo-box.styles.d.ts +5 -0
- package/dist/src/components/ui/command/command-empty.atom.d.ts +2 -1
- package/dist/src/components/ui/command/command-group.atom.d.ts +2 -1
- package/dist/src/components/ui/command/command-input.atom.d.ts +2 -1
- package/dist/src/components/ui/command/command-item.atom.d.ts +2 -1
- package/dist/src/components/ui/command/command-list.atom.d.ts +2 -1
- package/dist/src/components/ui/command/command-separator.atom.d.ts +2 -1
- package/dist/src/components/ui/command/command.d.ts +2 -2
- package/dist/src/components/ui/command/command.stories.d.ts +2 -1
- 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 +2 -1
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-group.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu.d.ts +2 -1
- package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +7 -0
- package/dist/src/components/ui/context-menu/contextMenu.stories.d.ts +2 -1
- package/dist/src/components/ui/context-menu/contextMenu.style.d.ts +2 -2
- 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 +2 -1
- package/dist/src/components/ui/dialog/dialog-content.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog-header.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog-overly.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +2 -1
- package/dist/src/components/ui/dialog/dialog.d.ts +2 -1
- package/dist/src/components/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 +2 -1
- package/dist/src/components/ui/drawer/drawer-content.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer-description.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer-header.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer-overlay.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer-title.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +2 -1
- package/dist/src/components/ui/drawer/drawer.d.ts +2 -1
- package/dist/src/components/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 +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +7 -0
- package/dist/src/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +2 -1
- package/dist/src/components/ui/dropdown-menu/dropdownMenu.style.d.ts +2 -2
- package/dist/src/components/ui/form/form-context.d.ts +1 -0
- package/dist/src/components/ui/form/form.stories.d.ts +2 -1
- package/dist/src/components/ui/form/form.styles.d.ts +6 -0
- package/dist/src/components/ui/form/rtg-form-controller.d.ts +2 -1
- package/dist/src/components/ui/form/rtg-form-description.d.ts +2 -1
- package/dist/src/components/ui/form/rtg-form-field.d.ts +2 -1
- package/dist/src/components/ui/form/rtg-form-item.d.ts +2 -1
- package/dist/src/components/ui/form/rtg-form-label.d.ts +2 -1
- package/dist/src/components/ui/form/rtg-form-message.d.ts +2 -1
- package/dist/src/components/ui/form/rtg-form.d.ts +2 -1
- package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +2 -2
- package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +2 -1
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +2 -1
- package/dist/src/components/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/input/input.d.ts +3 -3
- package/dist/src/components/ui/input/input.stories.d.ts +2 -1
- package/dist/src/components/ui/input-otp/input-otp-group.d.ts +2 -1
- package/dist/src/components/ui/input-otp/input-otp-separator.d.ts +2 -1
- package/dist/src/components/ui/input-otp/input-otp-slot.d.ts +2 -1
- package/dist/src/components/ui/input-otp/input-otp.d.ts +2 -1
- package/dist/src/components/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 +3 -2
- package/dist/src/components/ui/menubar/menubar-content.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar-group.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar-item.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +3 -2
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +2 -1
- package/dist/src/components/ui/menubar/menubar.d.ts +2 -1
- package/dist/src/components/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 +2 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +2 -2
- package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +2 -2
- package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +2 -2
- package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +2 -2
- package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +2 -2
- package/dist/src/components/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 +2 -1
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +2 -2
- package/dist/src/components/ui/pagination/pagination-item.d.ts +2 -2
- package/dist/src/components/ui/pagination/pagination-link.d.ts +3 -3
- package/dist/src/components/ui/pagination/pagination-next.d.ts +2 -2
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +2 -2
- package/dist/src/components/ui/pagination/pagination.d.ts +2 -2
- package/dist/src/components/ui/pagination/pagination.stories.d.ts +2 -1
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +6 -1
- package/dist/src/components/ui/popover/popover-content.d.ts +2 -1
- package/dist/src/components/ui/popover/popover-trigger.d.ts +2 -1
- package/dist/src/components/ui/popover/popover.d.ts +2 -1
- package/dist/src/components/ui/popover/popover.stories.d.ts +2 -1
- package/dist/src/components/ui/popover/popover.style.d.ts +3 -3
- package/dist/src/components/ui/progress/progress.d.ts +3 -3
- package/dist/src/components/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 +2 -1
- package/dist/src/components/ui/radio-group/radio-group.d.ts +2 -2
- package/dist/src/components/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/ui/sample-demo/sample-demo.d.ts +4 -3
- package/dist/src/components/ui/sample-demo/sample.style.d.ts +1 -1
- package/dist/src/components/ui/scroll-area/scroll-area.d.ts +3 -2
- package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +2 -1
- package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
- package/dist/src/components/ui/select/select-group.d.ts +2 -1
- package/dist/src/components/ui/select/select-item.d.ts +2 -1
- package/dist/src/components/ui/select/select-label.d.ts +2 -1
- package/dist/src/components/ui/select/select-list.d.ts +2 -1
- package/dist/src/components/ui/select/select-seperator.d.ts +2 -1
- package/dist/src/components/ui/select/select-trigger.d.ts +2 -1
- package/dist/src/components/ui/select/select-value.d.ts +2 -1
- package/dist/src/components/ui/select/select.d.ts +2 -1
- package/dist/src/components/ui/select/select.stories.d.ts +2 -1
- package/dist/src/components/ui/select/select.styles.d.ts +7 -0
- package/dist/src/components/ui/separator/separator.d.ts +2 -1
- package/dist/src/components/ui/separator/separator.stories.d.ts +2 -1
- package/dist/src/components/ui/skeleton/skeleton.d.ts +2 -1
- package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +2 -1
- package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -0
- package/dist/src/components/ui/switch/switch.d.ts +2 -1
- package/dist/src/components/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 +4 -5
- package/dist/src/components/ui/table/table.stories.d.ts +2 -1
- package/dist/src/components/ui/tabs/tab-contents.d.ts +2 -1
- package/dist/src/components/ui/tabs/tab-list.d.ts +2 -1
- package/dist/src/components/ui/tabs/tab-trigger.d.ts +2 -1
- package/dist/src/components/ui/tabs/tab.d.ts +2 -2
- package/dist/src/components/ui/tabs/tab.stories.d.ts +2 -1
- package/dist/src/components/ui/tabs/tabs.style.d.ts +1 -0
- package/dist/src/components/ui/textarea/textarea.d.ts +2 -2
- package/dist/src/components/ui/textarea/textarea.stories.d.ts +2 -1
- package/dist/src/components/ui/toast/toast-action.d.ts +3 -2
- package/dist/src/components/ui/toast/toast-description.d.ts +2 -1
- package/dist/src/components/ui/toast/toast-title.d.ts +2 -1
- package/dist/src/components/ui/toast/toast-trigger.d.ts +2 -1
- package/dist/src/components/ui/toast/toast-view-port.d.ts +3 -2
- package/dist/src/components/ui/toast/toast.d.ts +2 -2
- package/dist/src/components/ui/toast/toast.stories.d.ts +2 -1
- package/dist/src/components/ui/toast/toast.style.d.ts +4 -2
- package/dist/src/components/ui/toggle/toggle.d.ts +3 -3
- package/dist/src/components/ui/toggle/toggle.stories.d.ts +2 -1
- package/dist/src/components/ui/toggle/toggle.style.d.ts +1 -1
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +3 -2
- package/dist/src/components/ui/toggle-group/toggle-group.d.ts +2 -2
- package/dist/src/components/ui/toggle-group/toggle-group.stories.d.ts +2 -1
- package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +2 -1
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +4 -9
- 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 +1 -0
- 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 -2
- 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 +1 -0
- 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 +41 -45
- package/dist/src/lib/next/next.lib.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function arrowUpCircleIcon(): import(
|
|
1
|
+
export declare function arrowUpCircleIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function arrowsIcon(): import(
|
|
1
|
+
export declare function arrowsIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function carouselArrowLeft(): import(
|
|
1
|
+
export declare function carouselArrowLeft(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function carouselArrowRight(): import(
|
|
1
|
+
export declare function carouselArrowRight(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function chartIcon(): import(
|
|
1
|
+
export declare function chartIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function chorvenDownIcon(): import(
|
|
1
|
+
export declare function chorvenDownIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function circleCheckIcon(): import(
|
|
1
|
+
export declare function circleCheckIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function circleXIcon(): import(
|
|
1
|
+
export declare function circleXIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function circleIcon(): import(
|
|
1
|
+
export declare function circleIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function closeIcon(): import(
|
|
1
|
+
export declare function closeIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function decreaseIcon(): import(
|
|
1
|
+
export declare function decreaseIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function dotIcon(): import(
|
|
1
|
+
export declare function dotIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function helpCircleIcon(): import(
|
|
1
|
+
export declare function helpCircleIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function plusIcon(): import(
|
|
1
|
+
export declare function plusIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function radioGroupIcon(): import(
|
|
1
|
+
export declare function radioGroupIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function radioIcon(): import(
|
|
1
|
+
export declare function radioIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function searchIcon(): import(
|
|
1
|
+
export declare function searchIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function tickIcon(): import(
|
|
1
|
+
export declare function tickIcon(): import('lit').TemplateResult<2>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
3
4
|
declare class AccordionContent extends BaseElement {
|
|
4
5
|
private get _accordion();
|
|
5
6
|
private get _item();
|
|
@@ -10,7 +11,7 @@ declare class AccordionContent extends BaseElement {
|
|
|
10
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
12
|
private _onAccordionClick;
|
|
12
13
|
private hasActiveState;
|
|
13
|
-
render(): import(
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
14
15
|
}
|
|
15
16
|
export { AccordionContent };
|
|
16
17
|
declare global {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
2
3
|
declare class AccordionItem extends BaseElement {
|
|
3
4
|
value: string;
|
|
4
5
|
tabindex: number;
|
|
@@ -11,7 +12,7 @@ declare class AccordionItem extends BaseElement {
|
|
|
11
12
|
private _onClick;
|
|
12
13
|
private _onAccordionClick;
|
|
13
14
|
private filterChildren;
|
|
14
|
-
render(): import(
|
|
15
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
16
|
}
|
|
16
17
|
export { AccordionItem };
|
|
17
18
|
declare global {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
3
4
|
declare class AccordionTrigger extends BaseElement {
|
|
4
5
|
private get _item();
|
|
5
6
|
private get _accordion();
|
|
@@ -7,7 +8,7 @@ declare class AccordionTrigger extends BaseElement {
|
|
|
7
8
|
createRenderRoot(): this;
|
|
8
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
10
|
private hasActiveState;
|
|
10
|
-
render(): import(
|
|
11
|
+
render(): import('lit').TemplateResult<1>;
|
|
11
12
|
}
|
|
12
13
|
export { AccordionTrigger };
|
|
13
14
|
declare global {
|
|
@@ -4,6 +4,7 @@ import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
|
4
4
|
import { AccordionItem } from './accordion-item';
|
|
5
5
|
import { AccordionTrigger } from './accordion-trigger';
|
|
6
6
|
import { AccordionContent } from './accordion-content';
|
|
7
|
+
|
|
7
8
|
declare class Accordion extends BaseElement {
|
|
8
9
|
twClass: string;
|
|
9
10
|
type: ACCORDION_GROUP_TYPE;
|
|
@@ -16,7 +17,7 @@ declare class Accordion extends BaseElement {
|
|
|
16
17
|
protected updated(changedProperties: PropertyValues): void;
|
|
17
18
|
setSelectedItems(item: string): void;
|
|
18
19
|
raiseEvent(value: string): void;
|
|
19
|
-
render(): import(
|
|
20
|
+
render(): import('lit').TemplateResult<1>;
|
|
20
21
|
}
|
|
21
22
|
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
|
|
22
23
|
declare global {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
2
|
import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
3
|
+
|
|
3
4
|
interface AccordionArgs {
|
|
4
5
|
type: ACCORDION_GROUP_TYPE;
|
|
5
6
|
twClass?: string;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
declare class Alert extends LitElement {
|
|
3
4
|
protected createRenderRoot(): this;
|
|
4
5
|
title: string;
|
|
5
6
|
message: string;
|
|
6
|
-
twCLass: string;
|
|
7
7
|
static alertVariants: (props?: ({
|
|
8
8
|
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
|
9
9
|
size?: "small" | "default" | "large" | null | undefined;
|
|
10
|
-
} & import(
|
|
10
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
11
11
|
variant: 'success' | 'error' | 'warning' | 'info';
|
|
12
12
|
size: 'default' | 'large' | 'small';
|
|
13
13
|
private get alertClasses();
|
|
14
|
-
render(): import(
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
export { Alert };
|
|
17
17
|
declare global {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const alertStyle: (props?: ({
|
|
2
2
|
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
|
3
3
|
size?: "small" | "default" | "large" | null | undefined;
|
|
4
|
-
} & import(
|
|
4
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
export declare class AspectRatio extends LitElement {
|
|
3
4
|
twCLass: string;
|
|
4
5
|
ratio: number;
|
|
5
6
|
private _children;
|
|
6
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
8
|
connectedCallback(): void;
|
|
8
|
-
render(): import(
|
|
9
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
10
|
}
|
|
10
11
|
declare global {
|
|
11
12
|
interface HTMLElementTagNameMap {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const aspectRatioStyles = "relative w-full overflow-hidden bg-muted";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
export declare class AvatarFallback extends LitElement {
|
|
3
4
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import(
|
|
5
|
+
render(): import('lit').TemplateResult<1>;
|
|
5
6
|
}
|
|
6
7
|
declare global {
|
|
7
8
|
interface HTMLElementTagNameMap {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
export declare class AvatarImage extends LitElement {
|
|
3
4
|
alt: string;
|
|
4
5
|
src: string;
|
|
5
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
|
-
render(): import(
|
|
7
|
+
render(): import('lit').TemplateResult<1>;
|
|
7
8
|
}
|
|
8
9
|
declare global {
|
|
9
10
|
interface HTMLElementTagNameMap {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
2
|
import { AvatarFallback } from './avatar-fallback';
|
|
3
3
|
import { AvatarImage } from './avatar-image';
|
|
4
|
+
|
|
4
5
|
declare class Avatar extends LitElement {
|
|
5
6
|
twCLass: string;
|
|
6
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
-
render(): import(
|
|
8
|
+
render(): import('lit').TemplateResult<1>;
|
|
8
9
|
}
|
|
9
10
|
export { Avatar, AvatarFallback, AvatarImage };
|
|
10
11
|
declare global {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
2
3
|
import * as badgeType from './badge.type';
|
|
3
4
|
export declare class Badge extends BaseElement {
|
|
4
5
|
static badgeVariants: (props?: ({
|
|
5
6
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
6
|
-
} & import(
|
|
7
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
7
8
|
twCLass: string;
|
|
8
9
|
variant: badgeType.BadgeVariant;
|
|
9
10
|
id: string;
|
|
@@ -11,7 +12,7 @@ export declare class Badge extends BaseElement {
|
|
|
11
12
|
private _children;
|
|
12
13
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
14
|
connectedCallback(): void;
|
|
14
|
-
render(): import(
|
|
15
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
16
|
}
|
|
16
17
|
declare global {
|
|
17
18
|
interface HTMLElementTagNameMap {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const badgeStyle: (props?: ({
|
|
2
2
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
3
|
-
} & import(
|
|
3
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
2
3
|
export declare class BreadCrumbEllipsis extends BaseElement {
|
|
3
4
|
protected getAttributesToExclude(): string[];
|
|
4
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
|
-
render(): import(
|
|
6
|
+
render(): import('lit').TemplateResult<1>;
|
|
6
7
|
}
|
|
7
8
|
declare global {
|
|
8
9
|
interface HTMLElementTagNameMap {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
3
4
|
export declare class BreadCrumbItem extends BaseElement {
|
|
4
5
|
get _containerElement(): HTMLLIElement | null;
|
|
5
6
|
protected getAttributesToExclude(): string[];
|
|
6
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import(
|
|
9
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
10
|
}
|
|
10
11
|
declare global {
|
|
11
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
3
4
|
export declare class BreadCrumbLink extends BaseElement {
|
|
4
5
|
href: string;
|
|
5
6
|
get _containerElement(): HTMLAnchorElement | null;
|
|
6
7
|
protected getAttributesToExclude(): string[];
|
|
7
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
-
render(): import(
|
|
10
|
+
render(): import('lit').TemplateResult<1>;
|
|
10
11
|
}
|
|
11
12
|
declare global {
|
|
12
13
|
interface HTMLElementTagNameMap {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
3
4
|
export declare class BreadCrumbList extends BaseElement {
|
|
4
5
|
get _containerElement(): HTMLOListElement | null;
|
|
5
6
|
protected getAttributesToExclude(): string[];
|
|
6
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import(
|
|
9
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
10
|
}
|
|
10
11
|
declare global {
|
|
11
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
2
3
|
export declare class BreadCrumbSeparator extends BaseElement {
|
|
3
4
|
protected getAttributesToExclude(): string[];
|
|
4
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
|
-
render(): import(
|
|
6
|
+
render(): import('lit').TemplateResult<1>;
|
|
6
7
|
}
|
|
7
8
|
declare global {
|
|
8
9
|
interface HTMLElementTagNameMap {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
|
+
|
|
3
4
|
export declare class BreadCrumbText extends BaseElement {
|
|
4
5
|
get _containerElement(): HTMLSpanElement | null;
|
|
5
6
|
protected getAttributesToExclude(): string[];
|
|
6
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import(
|
|
9
|
+
render(): import('lit').TemplateResult<1>;
|
|
9
10
|
}
|
|
10
11
|
declare global {
|
|
11
12
|
interface HTMLElementTagNameMap {
|
|
@@ -6,12 +6,13 @@ import { BreadCrumbLink } from './breadcrumb-link';
|
|
|
6
6
|
import { BreadCrumbList } from './breadcrumb-list';
|
|
7
7
|
import { BreadCrumbSeparator } from './breadcrumb-separator';
|
|
8
8
|
import { BreadCrumbText } from './breadcrumb-text';
|
|
9
|
+
|
|
9
10
|
declare class BreadCrumb extends BaseElement {
|
|
10
11
|
get _containerElement(): HTMLElementTagNameMap['nav'] | null;
|
|
11
12
|
protected getAttributesToExclude(): string[];
|
|
12
13
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
-
render(): import(
|
|
15
|
+
render(): import('lit').TemplateResult<1>;
|
|
15
16
|
}
|
|
16
17
|
declare global {
|
|
17
18
|
interface HTMLElementTagNameMap {
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
2
3
|
import * as buttonType from './button.type';
|
|
3
4
|
export declare class Button extends BaseElement {
|
|
4
5
|
static buttonVariants: (props?: ({
|
|
5
6
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
6
7
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
7
|
-
} & import(
|
|
8
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
8
9
|
click: () => void;
|
|
9
10
|
disabled: boolean;
|
|
10
11
|
type: buttonType.ButtonType;
|
|
11
12
|
variant: buttonType.ButtonVariant;
|
|
12
13
|
size: buttonType.ButtonSize;
|
|
13
|
-
externalClass: string;
|
|
14
14
|
isCustomClass: boolean;
|
|
15
15
|
buttonElement: HTMLButtonElement;
|
|
16
16
|
private handleClick;
|
|
17
17
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
18
18
|
protected getAttributesToExclude(): string[];
|
|
19
19
|
protected firstUpdated(): void;
|
|
20
|
-
render(): import(
|
|
20
|
+
render(): import('lit').TemplateResult<1>;
|
|
21
21
|
}
|
|
22
22
|
declare global {
|
|
23
23
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const buttonStyle: (props?: ({
|
|
2
2
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
3
3
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
4
|
-
} & import(
|
|
4
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
import * as buttonType from './calendar.type';
|
|
3
4
|
export declare class Calendar extends LitElement {
|
|
4
|
-
static styles: import(
|
|
5
|
+
static styles: import('lit').CSSResult[];
|
|
5
6
|
static buttonVariants: (props?: ({
|
|
6
7
|
variant?: "outline" | null | undefined;
|
|
7
8
|
size?: "default" | null | undefined;
|
|
8
|
-
} & import(
|
|
9
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
9
10
|
currentDate: Date;
|
|
10
11
|
selectedStartDate: Date | null;
|
|
11
12
|
selectedEndDate: Date | null;
|
|
12
13
|
variant: buttonType.ButtonVariant;
|
|
13
14
|
size: buttonType.ButtonSize;
|
|
14
15
|
styleCalendar: boolean;
|
|
15
|
-
twCLass: string;
|
|
16
16
|
mode: 'range' | 'single';
|
|
17
17
|
getDaysInMonth(year: number, month: number): number;
|
|
18
18
|
previousMonth(): void;
|
|
@@ -20,7 +20,7 @@ export declare class Calendar extends LitElement {
|
|
|
20
20
|
selectDate(day: number, isInactive: boolean): void;
|
|
21
21
|
isDayInRange(day: Date): boolean;
|
|
22
22
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
23
|
-
render(): import(
|
|
23
|
+
render(): import('lit').TemplateResult<1>;
|
|
24
24
|
}
|
|
25
25
|
declare global {
|
|
26
26
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const buttonStyle: (props?: ({
|
|
2
2
|
variant?: "outline" | null | undefined;
|
|
3
3
|
size?: "default" | null | undefined;
|
|
4
|
-
} & import(
|
|
4
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
@@ -5,12 +5,13 @@ import { CardFooter } from './card-footer';
|
|
|
5
5
|
import { CardDescription } from './card-description';
|
|
6
6
|
import { CardContent } from './card-content';
|
|
7
7
|
import { BaseElement } from '../../../helpers';
|
|
8
|
+
|
|
8
9
|
declare class Card extends BaseElement {
|
|
9
10
|
wrapperDivElement: HTMLDivElement;
|
|
10
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
12
|
protected getAttributesToExclude(): string[];
|
|
12
13
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
|
-
render(): import(
|
|
14
|
+
render(): import('lit').TemplateResult<1>;
|
|
14
15
|
}
|
|
15
16
|
export { Card, CardTitle, CardHeader, CardFooter, CardDescription, CardContent, };
|
|
16
17
|
declare global {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const cardStyles = "rounded-lg border bg-card p-6 text-card-foreground shadow-sm";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
+
|
|
2
3
|
export declare class Carousel extends LitElement {
|
|
3
4
|
currentIndex: number;
|
|
4
5
|
items: any[];
|
|
5
|
-
twCLass: string;
|
|
6
6
|
orientation: 'horizontal' | 'vertical';
|
|
7
7
|
size: boolean;
|
|
8
8
|
slides: HTMLElement;
|
|
@@ -16,7 +16,7 @@ export declare class Carousel extends LitElement {
|
|
|
16
16
|
connectedCallback(): void;
|
|
17
17
|
disconnectedCallback(): void;
|
|
18
18
|
handleResize: () => void;
|
|
19
|
-
render(): import(
|
|
19
|
+
render(): import('lit').TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
declare global {
|
|
22
22
|
interface HTMLElementTagNameMap {
|