@revotech-group/revotech-ui-kit 0.2.4 → 0.2.6
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 +4055 -2802
- package/dist/rtg-ui-kit.js +11687 -14997
- package/dist/rtg-ui-kit.umd.cjs +1585 -1323
- package/dist/src/assets/icons/anchor.icon.d.ts +0 -1
- package/dist/src/assets/icons/app-window.icon.d.ts +0 -1
- package/dist/src/assets/icons/arrow-right.icon.d.ts +0 -1
- package/dist/src/assets/icons/arrow-up-right.icon.d.ts +0 -1
- package/dist/src/assets/icons/arrow-up.icon.d.ts +0 -1
- package/dist/src/assets/icons/asterisk.icon.d.ts +0 -1
- package/dist/src/assets/icons/badge-alert.icon.d.ts +0 -1
- package/dist/src/assets/icons/badge-check.icon.d.ts +0 -1
- package/dist/src/assets/icons/badge-info.icon.d.ts +0 -1
- package/dist/src/assets/icons/badge-x.icon.d.ts +0 -1
- package/dist/src/assets/icons/bell.icon.d.ts +2 -0
- package/dist/src/assets/icons/bookmark.icon.d.ts +2 -0
- package/dist/src/assets/icons/brand-javascript.icon.d.ts +2 -0
- package/dist/src/assets/icons/captions.icon.d.ts +0 -1
- package/dist/src/assets/icons/check.icon.d.ts +0 -1
- package/dist/src/assets/icons/chevron-right.icon.d.ts +2 -0
- package/dist/src/assets/icons/circle-alert.icon.d.ts +0 -1
- package/dist/src/assets/icons/circle-check.icon.d.ts +0 -1
- package/dist/src/assets/icons/circle-fading-arrow-up.icon.d.ts +0 -1
- package/dist/src/assets/icons/cloud.icon.d.ts +2 -0
- package/dist/src/assets/icons/code.icon.d.ts +0 -1
- package/dist/src/assets/icons/copy.icon.d.ts +2 -0
- package/dist/src/assets/icons/corner-down-left.icon.d.ts +2 -0
- package/dist/src/assets/icons/credit-card.icon.d.ts +2 -0
- package/dist/src/assets/icons/external-link.icon.d.ts +0 -1
- package/dist/src/assets/icons/eye-off.icon.d.ts +2 -0
- package/dist/src/assets/icons/file-code.icon.d.ts +2 -0
- package/dist/src/assets/icons/folder-code.icon.d.ts +2 -0
- package/dist/src/assets/icons/git-branch-minus.icon.d.ts +0 -1
- package/dist/src/assets/icons/git-branch-plus.icon.d.ts +0 -1
- package/dist/src/assets/icons/house.icon.d.ts +0 -1
- package/dist/src/assets/icons/inbox.icon.d.ts +2 -0
- package/dist/src/assets/icons/index.d.ts +16 -0
- package/dist/src/assets/icons/info.icon.d.ts +0 -1
- package/dist/src/assets/icons/loader-circle.icon.d.ts +0 -1
- package/dist/src/assets/icons/mail-warning.icon.d.ts +0 -1
- package/dist/src/assets/icons/mail.icon.d.ts +2 -0
- package/dist/src/assets/icons/minus.icon.d.ts +0 -1
- package/dist/src/assets/icons/rabbit.icon.d.ts +0 -1
- package/dist/src/assets/icons/refresh-ccw.icon.d.ts +2 -0
- package/dist/src/assets/icons/refresh-cw.icon.d.ts +0 -1
- package/dist/src/assets/icons/search.icon.d.ts +0 -1
- package/dist/src/assets/icons/settings.icon.d.ts +0 -1
- package/dist/src/assets/icons/shield-alert.icon.d.ts +2 -0
- package/dist/src/assets/icons/shopping-bag.icon.d.ts +0 -1
- package/dist/src/assets/icons/star.icon.d.ts +2 -0
- package/dist/src/assets/icons/wand.icon.d.ts +0 -1
- package/dist/src/components/ui/accordion/accordion-content.d.ts +0 -1
- package/dist/src/components/ui/accordion/accordion-item.d.ts +0 -1
- package/dist/src/components/ui/accordion/accordion-trigger.d.ts +0 -1
- package/dist/src/components/ui/accordion/accordion.d.ts +0 -1
- package/dist/src/components/ui/accordion/accordion.stories.d.ts +0 -1
- package/dist/src/components/ui/alert/_alert-action.d.ts +0 -1
- package/dist/src/components/ui/alert/_alert-description.d.ts +0 -1
- package/dist/src/components/ui/alert/_alert-title.d.ts +0 -1
- package/dist/src/components/ui/alert/_alert.d.ts +0 -1
- package/dist/src/components/ui/alert/alert.d.ts +0 -1
- package/dist/src/components/ui/alert/alert.stories.d.ts +0 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +0 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +0 -1
- package/dist/src/components/ui/avatar/_avatar-badge.d.ts +0 -1
- package/dist/src/components/ui/avatar/_avatar-fallback.d.ts +0 -1
- package/dist/src/components/ui/avatar/_avatar-group-count.d.ts +0 -1
- package/dist/src/components/ui/avatar/_avatar-group.d.ts +0 -1
- package/dist/src/components/ui/avatar/_avatar-image.d.ts +0 -1
- package/dist/src/components/ui/avatar/_avatar.d.ts +0 -1
- package/dist/src/components/ui/avatar/avatar.d.ts +0 -1
- package/dist/src/components/ui/avatar/avatar.stories.d.ts +0 -1
- package/dist/src/components/ui/badge/_badge.d.ts +43 -0
- package/dist/src/components/ui/badge/badge.d.ts +5 -15
- package/dist/src/components/ui/badge/badge.defs.d.ts +8 -0
- package/dist/src/components/ui/badge/badge.stories.d.ts +6 -3
- package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +0 -1
- package/dist/src/components/ui/button/_button.d.ts +0 -1
- package/dist/src/components/ui/button/button.d.ts +0 -1
- package/dist/src/components/ui/button/button.stories.d.ts +1 -2
- package/dist/src/components/ui/button/button.style.d.ts +1 -1
- package/dist/src/components/ui/calendar/calendar.d.ts +0 -1
- package/dist/src/components/ui/calendar/calendar.stories.d.ts +0 -1
- package/dist/src/components/ui/card/_card-action.d.ts +0 -1
- package/dist/src/components/ui/card/_card-content.d.ts +0 -1
- package/dist/src/components/ui/card/_card-description.d.ts +0 -1
- package/dist/src/components/ui/card/_card-footer.d.ts +1 -2
- package/dist/src/components/ui/card/_card-header.d.ts +1 -2
- package/dist/src/components/ui/card/_card-title.d.ts +0 -1
- package/dist/src/components/ui/card/_card.d.ts +0 -1
- package/dist/src/components/ui/card/card.d.ts +0 -1
- package/dist/src/components/ui/card/card.defs.d.ts +2 -2
- package/dist/src/components/ui/card/card.stories.d.ts +2 -3
- package/dist/src/components/ui/carousel/carousel.d.ts +0 -1
- package/dist/src/components/ui/carousel/carousel.stories.d.ts +0 -1
- package/dist/src/components/ui/checkbox/_checkbox.d.ts +31 -5
- package/dist/src/components/ui/checkbox/checkbox.d.ts +0 -1
- package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +3 -1
- package/dist/src/components/ui/collapsible/collapsible-content.d.ts +0 -1
- package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +0 -1
- package/dist/src/components/ui/collapsible/collapsible.d.ts +0 -1
- package/dist/src/components/ui/collapsible/collapsible.stories.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box-empty.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box-group.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box-input.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box-item.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box-value.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box.stories.d.ts +0 -1
- package/dist/src/components/ui/command/command-empty.atom.d.ts +0 -1
- package/dist/src/components/ui/command/command-group.atom.d.ts +0 -1
- package/dist/src/components/ui/command/command-input.atom.d.ts +0 -1
- package/dist/src/components/ui/command/command-item.atom.d.ts +0 -1
- package/dist/src/components/ui/command/command-list.atom.d.ts +0 -1
- package/dist/src/components/ui/command/command-separator.atom.d.ts +0 -1
- package/dist/src/components/ui/command/command.d.ts +0 -1
- package/dist/src/components/ui/command/command.stories.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-content.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-group.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-item.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +0 -1
- package/dist/src/components/ui/context-menu/context-menu.d.ts +0 -1
- package/dist/src/components/ui/context-menu/contextMenu.stories.d.ts +0 -1
- package/dist/src/components/ui/data-table/data-table.d.ts +0 -1
- package/dist/src/components/ui/data-table/data-table.stories.d.ts +0 -1
- package/dist/src/components/ui/date-picker/date-picker.d.ts +0 -1
- package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog-close.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog-content.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog-footer.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog-header.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog-overly.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog-trigger.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog.d.ts +0 -1
- package/dist/src/components/ui/dialog/dialog.stories.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-close.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-content.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-description.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-footer.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-header.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-overlay.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-title.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer-trigger.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer.d.ts +0 -1
- package/dist/src/components/ui/drawer/drawer.stories.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +0 -1
- package/dist/src/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +0 -1
- package/dist/src/components/ui/empty/_empty-content.d.ts +23 -0
- package/dist/src/components/ui/empty/_empty-description.d.ts +23 -0
- package/dist/src/components/ui/empty/_empty-header.d.ts +23 -0
- package/dist/src/components/ui/empty/_empty-media.d.ts +29 -0
- package/dist/src/components/ui/empty/_empty-title.d.ts +22 -0
- package/dist/src/components/ui/empty/_empty.d.ts +28 -0
- package/dist/src/components/ui/empty/empty.d.ts +20 -0
- package/dist/src/components/ui/empty/empty.defs.d.ts +7 -0
- package/dist/src/components/ui/empty/empty.stories.d.ts +10 -0
- package/dist/src/components/ui/field/_field-content.d.ts +0 -1
- package/dist/src/components/ui/field/_field-description.d.ts +0 -1
- package/dist/src/components/ui/field/_field-error.d.ts +3 -2
- package/dist/src/components/ui/field/_field-group.d.ts +0 -1
- package/dist/src/components/ui/field/_field-label.d.ts +0 -1
- package/dist/src/components/ui/field/_field-legend.d.ts +0 -1
- package/dist/src/components/ui/field/_field-separator.d.ts +15 -12
- package/dist/src/components/ui/field/_field-set.d.ts +0 -1
- package/dist/src/components/ui/field/_field-title.d.ts +0 -1
- package/dist/src/components/ui/field/_field.d.ts +0 -1
- package/dist/src/components/ui/field/field.d.ts +0 -1
- package/dist/src/components/ui/field/field.defs.d.ts +0 -1
- package/dist/src/components/ui/field/field.stories.d.ts +0 -1
- package/dist/src/components/ui/form/form-context.d.ts +0 -1
- package/dist/src/components/ui/form/form.stories.d.ts +0 -1
- package/dist/src/components/ui/form/rtg-form-controller.d.ts +0 -1
- package/dist/src/components/ui/form/rtg-form-description.d.ts +0 -1
- package/dist/src/components/ui/form/rtg-form-field.d.ts +0 -1
- package/dist/src/components/ui/form/rtg-form-item.d.ts +0 -1
- package/dist/src/components/ui/form/rtg-form-label.d.ts +0 -1
- package/dist/src/components/ui/form/rtg-form-message.d.ts +0 -1
- package/dist/src/components/ui/form/rtg-form.d.ts +0 -1
- package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +0 -1
- package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +0 -1
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +0 -1
- package/dist/src/components/ui/hoverCard/hover-card.stories.d.ts +0 -1
- package/dist/src/components/ui/index.d.ts +35 -28
- package/dist/src/components/ui/input/_input.d.ts +0 -1
- package/dist/src/components/ui/input/input.d.ts +0 -1
- package/dist/src/components/ui/input/input.stories.d.ts +0 -1
- package/dist/src/components/ui/input-group/_input-group-addon.d.ts +32 -0
- package/dist/src/components/ui/input-group/_input-group-button.d.ts +59 -0
- package/dist/src/components/ui/input-group/_input-group-input.d.ts +140 -0
- package/dist/src/components/ui/input-group/_input-group-text.d.ts +22 -0
- package/dist/src/components/ui/input-group/_input-group-textarea.d.ts +114 -0
- package/dist/src/components/ui/input-group/_input-group.d.ts +22 -0
- package/dist/src/components/ui/input-group/input-group.d.ts +20 -0
- package/dist/src/components/ui/input-group/input-group.defs.d.ts +16 -0
- package/dist/src/components/ui/input-group/input-group.stories.d.ts +15 -0
- package/dist/src/components/ui/input-otp/_input-otp-group.d.ts +0 -1
- package/dist/src/components/ui/input-otp/_input-otp-separator.d.ts +0 -1
- package/dist/src/components/ui/input-otp/_input-otp-slot.d.ts +0 -1
- package/dist/src/components/ui/input-otp/_input-otp.d.ts +0 -1
- package/dist/src/components/ui/input-otp/input-otp.d.ts +0 -1
- package/dist/src/components/ui/input-otp/input-otp.stories.d.ts +0 -1
- package/dist/src/components/ui/item/_item-actions.d.ts +22 -0
- package/dist/src/components/ui/item/_item-content.d.ts +22 -0
- package/dist/src/components/ui/item/_item-description.d.ts +22 -0
- package/dist/src/components/ui/item/_item-footer.d.ts +22 -0
- package/dist/src/components/ui/item/_item-group.d.ts +22 -0
- package/dist/src/components/ui/item/_item-header.d.ts +22 -0
- package/dist/src/components/ui/item/_item-media.d.ts +28 -0
- package/dist/src/components/ui/item/_item-separator.d.ts +22 -0
- package/dist/src/components/ui/item/_item-title.d.ts +22 -0
- package/dist/src/components/ui/item/_item.d.ts +42 -0
- package/dist/src/components/ui/item/item.d.ts +29 -0
- package/dist/src/components/ui/item/item.defs.d.ts +13 -0
- package/dist/src/components/ui/item/item.stories.d.ts +13 -0
- package/dist/src/components/ui/kbd/_kbd-group.d.ts +22 -0
- package/dist/src/components/ui/kbd/_kbd.d.ts +22 -0
- package/dist/src/components/ui/kbd/kbd.d.ts +12 -0
- package/dist/src/components/ui/kbd/kbd.stories.d.ts +8 -0
- package/dist/src/components/ui/label/_label.d.ts +0 -1
- package/dist/src/components/ui/label/label.d.ts +0 -1
- package/dist/src/components/ui/label/label.stories.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-content.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-group.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-item.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-menu.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-separator.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar.stories.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu.stories.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination-content.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination-item.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination-link.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination-next.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination-previous.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination.stories.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +1 -1
- package/dist/src/components/ui/password-input/_password-input.d.ts +122 -0
- package/dist/src/components/ui/password-input/password-input.d.ts +10 -0
- package/dist/src/components/ui/password-input/password-input.defs.d.ts +3 -0
- package/dist/src/components/ui/password-input/password-input.stories.d.ts +8 -0
- package/dist/src/components/ui/popover/popover-content.d.ts +0 -1
- package/dist/src/components/ui/popover/popover-trigger.d.ts +0 -1
- package/dist/src/components/ui/popover/popover.d.ts +0 -1
- package/dist/src/components/ui/popover/popover.stories.d.ts +0 -1
- package/dist/src/components/ui/progress/progress.d.ts +0 -1
- package/dist/src/components/ui/progress/progress.stories.d.ts +0 -1
- package/dist/src/components/ui/radio-group/radio-group-item.d.ts +0 -1
- package/dist/src/components/ui/radio-group/radio-group.d.ts +0 -1
- package/dist/src/components/ui/radio-group/radio-group.stories.d.ts +0 -1
- package/dist/src/components/ui/sample-demo/sample-demo.d.ts +1 -2
- package/dist/src/components/ui/sample-demo/sample.style.d.ts +1 -1
- package/dist/src/components/ui/scroll-area/scroll-area.d.ts +0 -1
- package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +0 -1
- package/dist/src/components/ui/select/select-group.d.ts +0 -1
- package/dist/src/components/ui/select/select-item.d.ts +0 -1
- package/dist/src/components/ui/select/select-label.d.ts +0 -1
- package/dist/src/components/ui/select/select-list.d.ts +0 -1
- package/dist/src/components/ui/select/select-seperator.d.ts +0 -1
- package/dist/src/components/ui/select/select-trigger.d.ts +0 -1
- package/dist/src/components/ui/select/select-value.d.ts +0 -1
- package/dist/src/components/ui/select/select.d.ts +0 -1
- package/dist/src/components/ui/select/select.stories.d.ts +0 -1
- package/dist/src/components/ui/separator/_separator.d.ts +0 -1
- package/dist/src/components/ui/separator/separator.d.ts +0 -1
- package/dist/src/components/ui/separator/separator.stories.d.ts +0 -1
- package/dist/src/components/ui/skeleton/skeleton.d.ts +0 -1
- package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +0 -1
- package/dist/src/components/ui/spinner/_spinner.d.ts +19 -0
- package/dist/src/components/ui/spinner/spinner.d.ts +10 -0
- package/dist/src/components/ui/spinner/spinner.defs.d.ts +4 -0
- package/dist/src/components/ui/spinner/spinner.stories.d.ts +11 -0
- package/dist/src/components/ui/switch/switch.d.ts +0 -1
- package/dist/src/components/ui/switch/switch.stories.d.ts +0 -1
- package/dist/src/components/ui/table/table.d.ts +0 -1
- package/dist/src/components/ui/table/table.stories.d.ts +0 -1
- package/dist/src/components/ui/tabs/_tabs-content.d.ts +0 -1
- package/dist/src/components/ui/tabs/_tabs-list.d.ts +0 -1
- package/dist/src/components/ui/tabs/_tabs-trigger.d.ts +0 -1
- package/dist/src/components/ui/tabs/_tabs.d.ts +0 -1
- package/dist/src/components/ui/tabs/tabs.d.ts +0 -1
- package/dist/src/components/ui/tabs/tabs.stories.d.ts +0 -1
- package/dist/src/components/ui/textarea/_textarea.d.ts +131 -0
- package/dist/src/components/ui/textarea/textarea.d.ts +6 -18
- package/dist/src/components/ui/textarea/textarea.defs.d.ts +23 -0
- package/dist/src/components/ui/textarea/textarea.stories.d.ts +9 -5
- package/dist/src/components/ui/toast/toast-action.d.ts +0 -1
- package/dist/src/components/ui/toast/toast-description.d.ts +0 -1
- package/dist/src/components/ui/toast/toast-title.d.ts +0 -1
- package/dist/src/components/ui/toast/toast-trigger.d.ts +0 -1
- package/dist/src/components/ui/toast/toast-view-port.d.ts +0 -1
- package/dist/src/components/ui/toast/toast.d.ts +0 -1
- package/dist/src/components/ui/toast/toast.stories.d.ts +0 -1
- package/dist/src/components/ui/toggle/toggle.d.ts +0 -1
- package/dist/src/components/ui/toggle/toggle.stories.d.ts +0 -1
- package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +0 -1
- package/dist/src/components/ui/toggle-group/toggle-group.d.ts +0 -1
- package/dist/src/components/ui/toggle-group/toggle-group.stories.d.ts +0 -1
- package/dist/src/components/ui/typography/_typography-blockquote.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-code.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-h.d.ts +27 -0
- package/dist/src/components/ui/typography/_typography-large.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-lead.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-list.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-muted.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-p.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-small.d.ts +22 -0
- package/dist/src/components/ui/typography/_typography-table.d.ts +13 -0
- package/dist/src/components/ui/typography/typography.d.ts +28 -0
- package/dist/src/components/ui/typography/typography.defs.d.ts +4 -0
- package/dist/src/components/ui/typography/typography.stories.d.ts +18 -0
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +0 -1
- package/dist/src/helpers/base-element.d.ts +0 -1
- package/dist/src/helpers/mouse-conroller.helper.d.ts +0 -1
- package/dist/src/helpers/shadow-wrapper.d.ts +0 -1
- package/dist/src/helpers/style.helpers.d.ts +0 -1
- package/dist/src/helpers/widget-controller.d.ts +0 -1
- package/dist/src/interfaces/actionable.interface.d.ts +0 -1
- package/dist/src/interfaces/changeable.interface.d.ts +0 -1
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +0 -1
- package/dist/src/lib/react/react.lib.d.ts +0 -1
- package/dist/src/tokens/tailwind/border-radius.d.ts +0 -3
- package/dist/src/tokens/tailwind/border-width.d.ts +0 -1
- package/dist/src/tokens/tailwind/box-shadow.d.ts +0 -5
- package/dist/src/tokens/tailwind/color.d.ts +0 -29
- package/dist/src/tokens/tailwind/font-size.d.ts +0 -8
- package/dist/src/tokens/tailwind/font-weight.d.ts +0 -1
- package/dist/src/tokens/tailwind/index.d.ts +5 -76
- package/dist/src/tokens/tailwind/opacity.d.ts +0 -3
- package/dist/src/tokens/tailwind/ring-offset-width.d.ts +0 -1
- package/dist/src/tokens/tailwind/ring-width.d.ts +0 -3
- package/dist/src/tokens/tailwind/spacing.d.ts +0 -12
- package/dist/src/tokens/tailwind/transition-duration.d.ts +3 -3
- package/dist/src/tokens/tailwind/transition-timing-function.d.ts +2 -2
- package/dist/src/wc-ui-app.d.ts +0 -1
- package/package.json +1 -1
- package/dist/src/components/ui/badge/badge.style.d.ts +0 -3
- package/dist/src/components/ui/badge/badge.type.d.ts +0 -1
- package/dist/src/components/ui/textarea/textarea.styles.d.ts +0 -1
- package/dist/src/components/ui/textarea/textarea.type.d.ts +0 -11
- package/dist/src/tokens/tailwind/basis.d.ts +0 -5
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
2
|
import { PropertyValues } from 'lit';
|
|
3
3
|
import { Popover } from './popover';
|
|
4
|
-
|
|
5
4
|
export declare class PopoverTrigger extends BaseElement {
|
|
6
5
|
get _popover(): Popover | null;
|
|
7
6
|
get _containerElement(): HTMLDivElement | null;
|
|
@@ -2,7 +2,6 @@ import { BaseElement } from '../../../helpers';
|
|
|
2
2
|
import { PropertyValues } from 'lit';
|
|
3
3
|
import { PopoverContent } from './popover-content';
|
|
4
4
|
import { PopoverTrigger } from './popover-trigger';
|
|
5
|
-
|
|
6
5
|
declare class Popover extends BaseElement {
|
|
7
6
|
isOpen: boolean;
|
|
8
7
|
get _containerElement(): HTMLDivElement | null;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
|
|
3
2
|
import * as sampleType from './sample.type';
|
|
4
3
|
export declare class SampleDemo extends LitElement {
|
|
5
4
|
static buttonVariants: (props?: ({
|
|
6
|
-
variant?: "link" | "default" | "
|
|
5
|
+
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
7
6
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
8
7
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
9
8
|
click: () => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const demoStyle: (props?: ({
|
|
2
|
-
variant?: "link" | "default" | "
|
|
2
|
+
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
3
3
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
4
4
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
@@ -7,7 +7,6 @@ import { SelectList } from './select-list';
|
|
|
7
7
|
import { SelectSeperator } from './select-seperator';
|
|
8
8
|
import { SelectTrigger } from './select-trigger';
|
|
9
9
|
import { SelectValue } from './select-value';
|
|
10
|
-
|
|
11
10
|
declare class Select extends BaseElement {
|
|
12
11
|
private uuid;
|
|
13
12
|
selectStore: SelectStore;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { SpinnerProps, SpinnerVariant } from './spinner.defs';
|
|
3
|
+
/**
|
|
4
|
+
* An indicator that can be used to show a loading state.
|
|
5
|
+
*
|
|
6
|
+
* @element rtg-spinner
|
|
7
|
+
* @slot spinner
|
|
8
|
+
*/
|
|
9
|
+
export declare class Spinner extends LitElement implements SpinnerProps {
|
|
10
|
+
/**
|
|
11
|
+
* The icon rendered as the spinner.
|
|
12
|
+
*/
|
|
13
|
+
variant: SpinnerVariant;
|
|
14
|
+
/**
|
|
15
|
+
* Overrides the default behaviour to render into the light DOM.
|
|
16
|
+
*/
|
|
17
|
+
protected createRenderRoot(): this;
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
declare const meta: Meta;
|
|
3
|
+
export default meta;
|
|
4
|
+
type Story = StoryObj;
|
|
5
|
+
export declare const Demo: Story;
|
|
6
|
+
export declare const Variant: Story;
|
|
7
|
+
export declare const Size: Story;
|
|
8
|
+
export declare const Button: Story;
|
|
9
|
+
export declare const Badge: Story;
|
|
10
|
+
export declare const InputGroup: Story;
|
|
11
|
+
export declare const Empty: Story;
|
|
@@ -2,7 +2,6 @@ import { Tabs } from './_tabs';
|
|
|
2
2
|
import { TabsList } from './_tabs-list';
|
|
3
3
|
import { TabsTrigger } from './_tabs-trigger';
|
|
4
4
|
import { TabsContent } from './_tabs-content';
|
|
5
|
-
|
|
6
5
|
export { Tabs, TabsList, TabsTrigger, TabsContent };
|
|
7
6
|
/**
|
|
8
7
|
* A set of layered sections of content—known as tab panels—that are displayed
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
import { TextareaProps, TextareaAutocomplete, TextareaWrap } from './textarea.defs';
|
|
3
|
+
/**
|
|
4
|
+
* Displays a form textarea or a component that looks like a textarea.
|
|
5
|
+
*
|
|
6
|
+
* @element rtg-textarea
|
|
7
|
+
* @slot textarea
|
|
8
|
+
*/
|
|
9
|
+
export declare class Textarea extends LitElement implements TextareaProps {
|
|
10
|
+
/**
|
|
11
|
+
* Controls whether entered text can be automatically completed by the
|
|
12
|
+
* browser.
|
|
13
|
+
*/
|
|
14
|
+
autocomplete?: TextareaAutocomplete;
|
|
15
|
+
/**
|
|
16
|
+
* The visible width of the text control, in average character widths.
|
|
17
|
+
*/
|
|
18
|
+
cols?: number;
|
|
19
|
+
/**
|
|
20
|
+
* When `true`, prevents the user from interacting with the textarea.
|
|
21
|
+
*/
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The form name that the textarea is associated with.
|
|
25
|
+
*/
|
|
26
|
+
form?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A unique id for the textarea element.
|
|
29
|
+
*/
|
|
30
|
+
id: string;
|
|
31
|
+
/**
|
|
32
|
+
* When `true`, sets the `aria-invalid` attribute and styles the textarea
|
|
33
|
+
* accordingly.
|
|
34
|
+
*/
|
|
35
|
+
invalid?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* The maximum string length that the user can enter into the field.
|
|
38
|
+
*/
|
|
39
|
+
maxlength?: number;
|
|
40
|
+
/**
|
|
41
|
+
* The minimum string length that the user can enter into the field.
|
|
42
|
+
*/
|
|
43
|
+
minlength?: number;
|
|
44
|
+
/**
|
|
45
|
+
* The name of the textarea. Submitted with its owning form as part of a
|
|
46
|
+
* name/value pair.
|
|
47
|
+
*/
|
|
48
|
+
name?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The value of the placeholder text, providing a brief hint to the user.
|
|
51
|
+
*/
|
|
52
|
+
placeholder?: string;
|
|
53
|
+
/**
|
|
54
|
+
* When `true`, indicates that the user should not be able to edit the value
|
|
55
|
+
* of the textarea.
|
|
56
|
+
*/
|
|
57
|
+
readonly?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* When `true`, indicates that the user must fill the textarea before the
|
|
60
|
+
* owning form can be submitted.
|
|
61
|
+
*/
|
|
62
|
+
required?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* The number of visible text lines for the control.
|
|
65
|
+
*/
|
|
66
|
+
rows?: number;
|
|
67
|
+
/**
|
|
68
|
+
* Indicates how the control should wrap the value for form submission.
|
|
69
|
+
*/
|
|
70
|
+
wrap?: TextareaWrap;
|
|
71
|
+
/**
|
|
72
|
+
* The value of the textarea. When specified as a prop, it is the initial
|
|
73
|
+
* value.
|
|
74
|
+
*/
|
|
75
|
+
value?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The user-defined "on input" handler for the textarea.
|
|
78
|
+
*/
|
|
79
|
+
onInput?: (event: Event) => void;
|
|
80
|
+
/**
|
|
81
|
+
* The user-defined "on change" handler for the textarea.
|
|
82
|
+
*/
|
|
83
|
+
onChange?: (event: Event) => void;
|
|
84
|
+
/**
|
|
85
|
+
* The user-defined "on focus" handler for the textarea.
|
|
86
|
+
*/
|
|
87
|
+
onFocus?: (event: FocusEvent) => void;
|
|
88
|
+
/**
|
|
89
|
+
* The user-defined "on blur" handler for the textarea.
|
|
90
|
+
*/
|
|
91
|
+
onBlur?: (event: FocusEvent) => void;
|
|
92
|
+
/**
|
|
93
|
+
* The id of the textarea element, determined by the provided `id` prop.
|
|
94
|
+
*/
|
|
95
|
+
private _textareaId?;
|
|
96
|
+
/**
|
|
97
|
+
* Overrides the default behaviour to render into the light DOM.
|
|
98
|
+
*/
|
|
99
|
+
protected createRenderRoot(): this;
|
|
100
|
+
/**
|
|
101
|
+
* Handles the updated callback, transferring the `id` prop's value to
|
|
102
|
+
* `_textareaId` and removing it from the parent (if changed).
|
|
103
|
+
*/
|
|
104
|
+
protected updated(changed: PropertyValues): void;
|
|
105
|
+
/**
|
|
106
|
+
* Handles the first updated callback, transferring the `id` prop's value to
|
|
107
|
+
* `_textareaId` and removing it from the parent.
|
|
108
|
+
*/
|
|
109
|
+
protected firstUpdated(): void;
|
|
110
|
+
/**
|
|
111
|
+
* Handles the input event of the textarea, updating the stored `value` and
|
|
112
|
+
* invoking the user-provided event handler (if provided).
|
|
113
|
+
*/
|
|
114
|
+
private _onInput;
|
|
115
|
+
/**
|
|
116
|
+
* Handles the change event of the textarea, updating the stored `value` and
|
|
117
|
+
* invoking the user-provided event handler (if provided).
|
|
118
|
+
*/
|
|
119
|
+
private _onChange;
|
|
120
|
+
/**
|
|
121
|
+
* Handles the focus event of the textarea, dispatching the focus event (so it
|
|
122
|
+
* bubbles) and invoking the user-provided event handler (if provided).
|
|
123
|
+
*/
|
|
124
|
+
private _onFocus;
|
|
125
|
+
/**
|
|
126
|
+
* Handles the blur event of the textarea, dispatching the focus event (so it
|
|
127
|
+
* bubbles) and invoking the user-provided event handler (if provided).
|
|
128
|
+
*/
|
|
129
|
+
private _onBlur;
|
|
130
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
131
|
+
}
|
|
@@ -1,22 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
placeholder: string;
|
|
8
|
-
defaultValue: string;
|
|
9
|
-
rows: number;
|
|
10
|
-
cols: number;
|
|
11
|
-
value: string;
|
|
12
|
-
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
|
-
handleInputChange(event: Event): void;
|
|
14
|
-
protected getAttributesToExclude(): string[];
|
|
15
|
-
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
16
|
-
render(): import('lit-html').TemplateResult<1>;
|
|
17
|
-
}
|
|
1
|
+
import { Textarea } from './_textarea';
|
|
2
|
+
export { Textarea };
|
|
3
|
+
/**
|
|
4
|
+
* Displays a form textarea or a component that looks like a textarea.
|
|
5
|
+
*/
|
|
18
6
|
declare global {
|
|
19
7
|
interface HTMLElementTagNameMap {
|
|
20
|
-
'rtg-textarea':
|
|
8
|
+
'rtg-textarea': Textarea;
|
|
21
9
|
}
|
|
22
10
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export type TextareaAutocomplete = 'off' | 'on' | string;
|
|
2
|
+
export type TextareaWrap = 'hard' | 'soft' | 'off';
|
|
3
|
+
export interface TextareaProps {
|
|
4
|
+
autocomplete?: TextareaAutocomplete;
|
|
5
|
+
cols?: number;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
form?: string;
|
|
8
|
+
id: string;
|
|
9
|
+
invalid?: boolean;
|
|
10
|
+
maxlength?: number;
|
|
11
|
+
minlength?: number;
|
|
12
|
+
name?: string;
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
readonly?: boolean;
|
|
15
|
+
required?: boolean;
|
|
16
|
+
rows?: number;
|
|
17
|
+
wrap?: TextareaWrap;
|
|
18
|
+
value?: string;
|
|
19
|
+
onInput?: (event: Event) => void;
|
|
20
|
+
onChange?: (event: Event) => void;
|
|
21
|
+
onFocus?: (event: FocusEvent) => void;
|
|
22
|
+
onBlur?: (event: FocusEvent) => void;
|
|
23
|
+
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import { Meta,
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
declare const meta: Meta;
|
|
3
|
+
export default meta;
|
|
4
|
+
type Story = StoryObj;
|
|
5
|
+
export declare const Demo: Story;
|
|
6
|
+
export declare const Field: Story;
|
|
7
|
+
export declare const Disabled: Story;
|
|
8
|
+
export declare const Invalid: Story;
|
|
9
|
+
export declare const Button: Story;
|
|
@@ -5,7 +5,6 @@ import { ToastAction } from './toast-action';
|
|
|
5
5
|
import { ToastDescription } from './toast-description';
|
|
6
6
|
import { ToastTitle } from './toast-title';
|
|
7
7
|
import { ToastTrigger } from './toast-trigger';
|
|
8
|
-
|
|
9
8
|
declare class Toast extends BaseElement {
|
|
10
9
|
isOpen: boolean;
|
|
11
10
|
get _containerElement(): HTMLDivElement | null;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit-element';
|
|
2
2
|
import { TOGGLE_SIZE, TOGGLE_VARIANT } from './toggle.defs';
|
|
3
3
|
import { BaseElement } from '../../../helpers';
|
|
4
|
-
|
|
5
4
|
export { TOGGLE_SIZE, TOGGLE_VARIANT };
|
|
6
5
|
declare class Toggle extends BaseElement {
|
|
7
6
|
disabled: boolean;
|
|
@@ -2,7 +2,6 @@ import { PropertyValues } from 'lit-element';
|
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
import { TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE, TOGGLE_GROUP_TYPE } from './toggle-group.defs';
|
|
4
4
|
import { ToggleGroup } from './toggle-group';
|
|
5
|
-
|
|
6
5
|
declare class ToggleGroupItem extends BaseElement {
|
|
7
6
|
checked: boolean;
|
|
8
7
|
id: string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PropertyValues } from 'lit-element';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
import { TOGGLE_GROUP_TYPE, TOGGLE_GROUP_VARIANT, TOGGLE_GROUP_SIZE } from './toggle-group.defs';
|
|
4
|
-
|
|
5
4
|
declare class ToggleGroup extends BaseElement {
|
|
6
5
|
disabled: boolean;
|
|
7
6
|
type: TOGGLE_GROUP_TYPE;
|