@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 @@
|
|
|
1
|
+
export declare function arrowUpCircleIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function arrowsIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function carouselArrowLeft(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function carouselArrowRight(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function chartIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function chorvenDownIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function circleXIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function circleIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function closeIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function decreaseIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function dotIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function renderEyeOffIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function renderEyeIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function helpCircleIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export * from './anchor.icon';
|
|
2
|
+
export * from './app-window.icon';
|
|
3
|
+
export * from './arrow-right.icon';
|
|
4
|
+
export * from './arrow-up-circle.icon';
|
|
5
|
+
export * from './arrow-up-right.icon';
|
|
6
|
+
export * from './arrow-up.icon';
|
|
7
|
+
export * from './arrows.icon';
|
|
8
|
+
export * from './asterisk.icon';
|
|
9
|
+
export * from './badge-alert.icon';
|
|
10
|
+
export * from './badge-check.icon';
|
|
11
|
+
export * from './badge-info.icon';
|
|
12
|
+
export * from './badge-x.icon';
|
|
13
|
+
export * from './captions.icon';
|
|
14
|
+
export * from './carousel-arrow-left';
|
|
15
|
+
export * from './carousel-arrow-right';
|
|
16
|
+
export * from './chart.icon';
|
|
17
|
+
export * from './check.icon';
|
|
18
|
+
export * from './chorven-down.icon';
|
|
19
|
+
export * from './circle-alert.icon';
|
|
20
|
+
export * from './circle-check.icon';
|
|
21
|
+
export * from './circle-fading-arrow-up.icon';
|
|
22
|
+
export * from './circle-x.icon';
|
|
23
|
+
export * from './circle.icon';
|
|
24
|
+
export * from './close.icon';
|
|
25
|
+
export * from './code.icon';
|
|
26
|
+
export * from './decrease.icon';
|
|
27
|
+
export * from './dot.icon';
|
|
28
|
+
export * from './external-link.icon';
|
|
29
|
+
export * from './eye-off';
|
|
30
|
+
export * from './eye-on';
|
|
31
|
+
export * from './git-branch-minus.icon';
|
|
32
|
+
export * from './git-branch-plus.icon';
|
|
33
|
+
export * from './help-circle.icon';
|
|
34
|
+
export * from './house.icon';
|
|
35
|
+
export * from './info.icon';
|
|
36
|
+
export * from './loader-circle.icon';
|
|
37
|
+
export * from './mail-warning.icon';
|
|
38
|
+
export * from './minus.icon';
|
|
39
|
+
export * from './plus.icon';
|
|
40
|
+
export * from './rabbit.icon';
|
|
41
|
+
export * from './radio-group.icon';
|
|
42
|
+
export * from './radio.icon';
|
|
43
|
+
export * from './refresh-cw.icon';
|
|
44
|
+
export * from './search.icon';
|
|
45
|
+
export * from './settings.icon';
|
|
46
|
+
export * from './shopping-bag.icon';
|
|
47
|
+
export * from './tick.icon';
|
|
48
|
+
export * from './wand.icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function plusIcon(className?: string): import('lit-html').TemplateResult<1>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function radioGroupIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function radioIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function tickIcon(): import('lit-html').TemplateResult<2>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
|
+
|
|
4
|
+
declare class AccordionContent extends BaseElement {
|
|
5
|
+
private get _accordion();
|
|
6
|
+
private get _item();
|
|
7
|
+
protected getAttributesToExclude(): string[];
|
|
8
|
+
createRenderRoot(): this;
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
+
private _onAccordionClick;
|
|
13
|
+
private hasActiveState;
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
|
+
}
|
|
16
|
+
export { AccordionContent };
|
|
17
|
+
declare global {
|
|
18
|
+
interface HTMLElementTagNameMap {
|
|
19
|
+
'rtg-accordion-content': AccordionContent;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
|
|
3
|
+
declare class AccordionItem extends BaseElement {
|
|
4
|
+
value: string;
|
|
5
|
+
tabindex: number;
|
|
6
|
+
private _initialChildren;
|
|
7
|
+
private get _accordion();
|
|
8
|
+
protected getAttributesToExclude(): string[];
|
|
9
|
+
createRenderRoot(): this;
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
disconnectedCallback(): void;
|
|
12
|
+
private _onClick;
|
|
13
|
+
private _onAccordionClick;
|
|
14
|
+
private filterChildren;
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
|
+
}
|
|
17
|
+
export { AccordionItem };
|
|
18
|
+
declare global {
|
|
19
|
+
interface HTMLElementTagNameMap {
|
|
20
|
+
'rtg-accordion-item': AccordionItem;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
|
+
|
|
4
|
+
declare class AccordionTrigger extends BaseElement {
|
|
5
|
+
private get _item();
|
|
6
|
+
private get _accordion();
|
|
7
|
+
protected getAttributesToExclude(): string[];
|
|
8
|
+
createRenderRoot(): this;
|
|
9
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
|
+
private hasActiveState;
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
export { AccordionTrigger };
|
|
14
|
+
declare global {
|
|
15
|
+
interface HTMLElementTagNameMap {
|
|
16
|
+
'rtg-accordion-trigger': AccordionTrigger;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BaseElement } from '../../../helpers';
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
|
+
import { AccordionContent } from './accordion-content';
|
|
4
|
+
import { AccordionItem } from './accordion-item';
|
|
5
|
+
import { AccordionTrigger } from './accordion-trigger';
|
|
6
|
+
import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
7
|
+
|
|
8
|
+
declare class Accordion extends BaseElement {
|
|
9
|
+
type: ACCORDION_GROUP_TYPE;
|
|
10
|
+
selectedItems: string[];
|
|
11
|
+
private _initialChildren;
|
|
12
|
+
protected getAttributesToExclude(): string[];
|
|
13
|
+
createRenderRoot(): this;
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
protected willUpdate(changedProperties: PropertyValues): void;
|
|
16
|
+
protected updated(changedProperties: PropertyValues): void;
|
|
17
|
+
setSelectedItems(item: string): void;
|
|
18
|
+
raiseEvent(value: string): void;
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
|
+
}
|
|
21
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
22
|
+
declare global {
|
|
23
|
+
interface HTMLElementTagNameMap {
|
|
24
|
+
'rtg-accordion': Accordion;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
import { ACCORDION_GROUP_TYPE } from './accordion.defs';
|
|
3
|
+
|
|
4
|
+
interface AccordionArgs {
|
|
5
|
+
type: ACCORDION_GROUP_TYPE;
|
|
6
|
+
}
|
|
7
|
+
declare const meta: Meta<AccordionArgs>;
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<AccordionArgs>;
|
|
10
|
+
export declare const Default: Story;
|
|
11
|
+
export declare const Multiple: Story;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The `<rtg-alert-action>` component displays an action element (like a button)
|
|
5
|
+
* positioned absolutely in the top-right corner of the alert.
|
|
6
|
+
*
|
|
7
|
+
* @element rtg-alert-action
|
|
8
|
+
* @slot alert-action
|
|
9
|
+
*/
|
|
10
|
+
export declare class AlertAction extends LitElement {
|
|
11
|
+
/**
|
|
12
|
+
* The slot of the alert action.
|
|
13
|
+
*/
|
|
14
|
+
private get _actionSlot();
|
|
15
|
+
/**
|
|
16
|
+
* Handles the first updated callback, appending the children to the action
|
|
17
|
+
* slot.
|
|
18
|
+
*/
|
|
19
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The `<rtg-alert-description>` component displays the description or content
|
|
5
|
+
* of the alert.
|
|
6
|
+
*
|
|
7
|
+
* @element rtg-alert-description
|
|
8
|
+
* @slot alert-description
|
|
9
|
+
*/
|
|
10
|
+
export declare class AlertDescription extends LitElement {
|
|
11
|
+
/**
|
|
12
|
+
* The slot of the alert description.
|
|
13
|
+
*/
|
|
14
|
+
private get _descriptionSlot();
|
|
15
|
+
/**
|
|
16
|
+
* Handles the first updated callback, appending the children to the
|
|
17
|
+
* description slot.
|
|
18
|
+
*/
|
|
19
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The `<rtg-alert-title>` component displays the title of the alert.
|
|
5
|
+
*
|
|
6
|
+
* @element rtg-alert-title
|
|
7
|
+
* @slot alert-title
|
|
8
|
+
*/
|
|
9
|
+
export declare class AlertTitle extends LitElement {
|
|
10
|
+
/**
|
|
11
|
+
* The slot of the alert title.
|
|
12
|
+
*/
|
|
13
|
+
private get _titleSlot();
|
|
14
|
+
/**
|
|
15
|
+
* Handles the first updated callback, appending the children to the title
|
|
16
|
+
* slot.
|
|
17
|
+
*/
|
|
18
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { AlertProps, AlertVariant } from './alert.defs';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* The `<rtg-alert>` component displays a callout for user attention.
|
|
6
|
+
*
|
|
7
|
+
* @element rtg-alert
|
|
8
|
+
* @slot alert
|
|
9
|
+
*/
|
|
10
|
+
export declare class Alert extends LitElement implements AlertProps {
|
|
11
|
+
/**
|
|
12
|
+
* The visual style of the alert.
|
|
13
|
+
*/
|
|
14
|
+
variant: AlertVariant;
|
|
15
|
+
/**
|
|
16
|
+
* The slot of the alert root.
|
|
17
|
+
*/
|
|
18
|
+
private get _rootSlot();
|
|
19
|
+
/**
|
|
20
|
+
* Handles the first updated callback, appending the children to the root
|
|
21
|
+
* slot.
|
|
22
|
+
*/
|
|
23
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
24
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Alert } from './_alert';
|
|
2
|
+
import { AlertTitle } from './_alert-title';
|
|
3
|
+
import { AlertDescription } from './_alert-description';
|
|
4
|
+
import { AlertAction } from './_alert-action';
|
|
5
|
+
|
|
6
|
+
export { Alert, AlertTitle, AlertDescription, AlertAction, };
|
|
7
|
+
/**
|
|
8
|
+
* Displays a callout for user attention.
|
|
9
|
+
*/
|
|
10
|
+
declare global {
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'rtg-alert': Alert;
|
|
13
|
+
'rtg-alert-title': AlertTitle;
|
|
14
|
+
'rtg-alert-description': AlertDescription;
|
|
15
|
+
'rtg-alert-action': AlertAction;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
|
|
3
|
+
declare const meta: Meta;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj;
|
|
6
|
+
export declare const Demo: Story;
|
|
7
|
+
export declare const Basic: Story;
|
|
8
|
+
export declare const Icons: Story;
|
|
9
|
+
export declare const Links: Story;
|
|
10
|
+
export declare const Destructive: Story;
|
|
11
|
+
export declare const Variants: Story;
|
|
12
|
+
export declare const Action: Story;
|
|
13
|
+
export declare const CustomColors: Story;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
|
|
3
|
+
export declare class AspectRatio extends LitElement {
|
|
4
|
+
ratio: number;
|
|
5
|
+
private _userClass;
|
|
6
|
+
private _userStyle;
|
|
7
|
+
protected createRenderRoot(): this;
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
protected updated(changed: Map<string, unknown>): void;
|
|
10
|
+
protected firstUpdated(): void;
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
|
+
}
|
|
13
|
+
declare global {
|
|
14
|
+
interface HTMLElementTagNameMap {
|
|
15
|
+
'rtg-aspect-ratio': AspectRatio;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The `<rtg-avatar-badge>` component displays a badge indicator on the avatar,
|
|
5
|
+
* typically positioned at the bottom right.
|
|
6
|
+
*
|
|
7
|
+
* @element rtg-avatar-badge
|
|
8
|
+
* @slot avatar-badge
|
|
9
|
+
*/
|
|
10
|
+
export declare class AvatarBadge extends LitElement {
|
|
11
|
+
/**
|
|
12
|
+
* The slot of the avatar badge.
|
|
13
|
+
*/
|
|
14
|
+
private get _badgeSlot();
|
|
15
|
+
/**
|
|
16
|
+
* Handles the first updated callback, appending the children to the badge
|
|
17
|
+
* slot.
|
|
18
|
+
*/
|
|
19
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The `<rtg-avatar-fallback>` component displays a fallback when the image
|
|
5
|
+
* fails to load.
|
|
6
|
+
*
|
|
7
|
+
* @element rtg-avatar-fallback
|
|
8
|
+
* @slot avatar-fallback
|
|
9
|
+
*/
|
|
10
|
+
export declare class AvatarFallback extends LitElement {
|
|
11
|
+
/**
|
|
12
|
+
* The slot of the avatar fallback.
|
|
13
|
+
*/
|
|
14
|
+
private get _fallbackSlot();
|
|
15
|
+
/**
|
|
16
|
+
* Handles the first updated callback, appending the children to the fallback
|
|
17
|
+
* slot.
|
|
18
|
+
*/
|
|
19
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The `<rtg-avatar-group-count>` component displays a count indicator in an
|
|
5
|
+
* avatar group, typically showing the number of additional avatars.
|
|
6
|
+
*
|
|
7
|
+
* @element rtg-avatar-group-count
|
|
8
|
+
* @slot avatar-group-count
|
|
9
|
+
*/
|
|
10
|
+
export declare class AvatarGroupCount extends LitElement {
|
|
11
|
+
/**
|
|
12
|
+
* The slot of the avatar group count.
|
|
13
|
+
*/
|
|
14
|
+
private get _groupCountSlot();
|
|
15
|
+
/**
|
|
16
|
+
* Handles the first updated callback, appending the children to the group
|
|
17
|
+
* count slot.
|
|
18
|
+
*/
|
|
19
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
20
|
+
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
|
+
}
|