@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
|
@@ -15,12 +15,10 @@ export declare const tailwindTokenMap: {
|
|
|
15
15
|
'combo-box-trigger-radius': string;
|
|
16
16
|
'combo-box-item-radius': string;
|
|
17
17
|
'carousel-button-radius': string;
|
|
18
|
-
'textarea-radius': string;
|
|
19
18
|
'toast-viewport-item-radius': string;
|
|
20
19
|
'toast-action-radius': string;
|
|
21
20
|
'toggle-group-item-radius': string;
|
|
22
21
|
'toggle-radius': string;
|
|
23
|
-
'scrollarea-radius': string;
|
|
24
22
|
'switch-radius': string;
|
|
25
23
|
'switch-thumb-radius': string;
|
|
26
24
|
'skeleton-radius': string;
|
|
@@ -55,7 +53,6 @@ export declare const tailwindTokenMap: {
|
|
|
55
53
|
'calendar-weekday-radius': string;
|
|
56
54
|
'calendar-day-radius': string;
|
|
57
55
|
'button-radius': string;
|
|
58
|
-
'badge-radius': string;
|
|
59
56
|
'accordion-trigger-radius': string;
|
|
60
57
|
};
|
|
61
58
|
borderWidth: {
|
|
@@ -82,21 +79,15 @@ export declare const tailwindTokenMap: {
|
|
|
82
79
|
'button-width-border-focus': string;
|
|
83
80
|
'button-width-border-invalid': string;
|
|
84
81
|
'button-outline-width-border': string;
|
|
85
|
-
'badge-width-border': string;
|
|
86
82
|
'accordion-item-width-border': string;
|
|
87
83
|
'accordion-trigger-width-border-focus': string;
|
|
88
84
|
};
|
|
89
85
|
boxShadow: {
|
|
90
|
-
'navigation-menu-item-shadow-focus': string;
|
|
91
86
|
'navigation-menu-content-container-shadow': string;
|
|
92
87
|
'combo-box-group-shadow': string;
|
|
93
88
|
'toast-viewport-item-shadow': string;
|
|
94
|
-
'switch-shadow': string;
|
|
95
|
-
'select-trigger-shadow': string;
|
|
96
89
|
'select-content-shadow': string;
|
|
97
|
-
'radio-group-item-shadow': string;
|
|
98
90
|
'popover-content-shadow': string;
|
|
99
|
-
'menubar-shadow': string;
|
|
100
91
|
'menubar-content-shadow': string;
|
|
101
92
|
'hover-card-content-shadow': string;
|
|
102
93
|
'dropdown-menu-content-shadow': string;
|
|
@@ -135,12 +126,6 @@ export declare const tailwindTokenMap: {
|
|
|
135
126
|
'table-footer-color-border': string;
|
|
136
127
|
'table-footer-color-bg': string;
|
|
137
128
|
'table-footer-row-color-bg-hover': string;
|
|
138
|
-
'textarea-color-bg': string;
|
|
139
|
-
'textarea-color-border': string;
|
|
140
|
-
'textarea-color-border-focus': string;
|
|
141
|
-
'textarea-color-text': string;
|
|
142
|
-
'textarea-color-ring-focus': string;
|
|
143
|
-
'textarea-color-text-placeholder': string;
|
|
144
129
|
'toast-viewport-default-color-bg': string;
|
|
145
130
|
'toast-viewport-default-color-text': string;
|
|
146
131
|
'toast-viewport-destructive-color-bg': string;
|
|
@@ -336,29 +321,6 @@ export declare const tailwindTokenMap: {
|
|
|
336
321
|
'breadcrumb-list-color-text': string;
|
|
337
322
|
'breadcrumb-link-color-text-hover': string;
|
|
338
323
|
'breadcrumb-page-color-text': string;
|
|
339
|
-
'badge-color-border-focus': string;
|
|
340
|
-
'badge-color-border-invalid': string;
|
|
341
|
-
'badge-color-ring-invalid': string;
|
|
342
|
-
'badge-default-color-border': string;
|
|
343
|
-
'badge-default-color-bg': string;
|
|
344
|
-
'badge-default-color-text': string;
|
|
345
|
-
'badge-default-color-bg-hover': string;
|
|
346
|
-
'badge-default-color-ring-focus': string;
|
|
347
|
-
'badge-secondary-color-border': string;
|
|
348
|
-
'badge-secondary-color-bg': string;
|
|
349
|
-
'badge-secondary-color-text': string;
|
|
350
|
-
'badge-secondary-color-bg-hover': string;
|
|
351
|
-
'badge-secondary-color-ring-focus': string;
|
|
352
|
-
'badge-outline-color-border': string;
|
|
353
|
-
'badge-outline-color-text': string;
|
|
354
|
-
'badge-outline-color-bg-hover': string;
|
|
355
|
-
'badge-outline-color-text-hover': string;
|
|
356
|
-
'badge-outline-color-ring-focus': string;
|
|
357
|
-
'badge-destructive-color-border': string;
|
|
358
|
-
'badge-destructive-color-bg': string;
|
|
359
|
-
'badge-destructive-color-text': string;
|
|
360
|
-
'badge-destructive-color-bg-hover': string;
|
|
361
|
-
'badge-destructive-color-ring-focus': string;
|
|
362
324
|
'accordion-item-color-border': string;
|
|
363
325
|
'accordion-trigger-color-border-focus': string;
|
|
364
326
|
'accordion-trigger-color-ring-focus': string;
|
|
@@ -385,10 +347,6 @@ export declare const tailwindTokenMap: {
|
|
|
385
347
|
'table-caption-font': (string | {
|
|
386
348
|
lineHeight: string;
|
|
387
349
|
})[];
|
|
388
|
-
'textarea-font': (string | {
|
|
389
|
-
lineHeight: string;
|
|
390
|
-
letterSpacing: string;
|
|
391
|
-
})[];
|
|
392
350
|
'toast-title-font': (string | {
|
|
393
351
|
lineHeight: string;
|
|
394
352
|
letterSpacing: string;
|
|
@@ -455,10 +413,6 @@ export declare const tailwindTokenMap: {
|
|
|
455
413
|
'calendar-day-button-span-font': string[];
|
|
456
414
|
'button-font-size': string[];
|
|
457
415
|
'breadcrumb-list-font': string[];
|
|
458
|
-
'badge-font-size': (string | {
|
|
459
|
-
lineHeight: string;
|
|
460
|
-
letterSpacing: string;
|
|
461
|
-
})[];
|
|
462
416
|
'accordion-trigger-font': string[];
|
|
463
417
|
'accordion-content-font': string[];
|
|
464
418
|
};
|
|
@@ -486,7 +440,6 @@ export declare const tailwindTokenMap: {
|
|
|
486
440
|
'button-font-weight': string;
|
|
487
441
|
'breadcrumb-list-font-weight': string;
|
|
488
442
|
'breadcrumb-page-font-weight': string;
|
|
489
|
-
'badge-font-weight': string;
|
|
490
443
|
'accordion-trigger-font-weight': string;
|
|
491
444
|
'accordion-content-font-weight': string;
|
|
492
445
|
};
|
|
@@ -535,7 +488,6 @@ export declare const tailwindTokenMap: {
|
|
|
535
488
|
'combo-box-trigger-opacity-disabled': string;
|
|
536
489
|
'form-label-opacity-peer-disabled': string;
|
|
537
490
|
'carousel-button-opacity-disabled': string;
|
|
538
|
-
'textarea-opacity-disabled': string;
|
|
539
491
|
'toast-description-opacity': string;
|
|
540
492
|
'toast-action-opacity-disabled': string;
|
|
541
493
|
'toggle-group-item-opacity-disabled': string;
|
|
@@ -551,8 +503,6 @@ export declare const tailwindTokenMap: {
|
|
|
551
503
|
'dropdown-menu-item-opacity-disabled': string;
|
|
552
504
|
'dropdown-menu-checkbox-item-opacity-disabled': string;
|
|
553
505
|
'dropdown-menu-radio-item-opacity-disabled': string;
|
|
554
|
-
'dialog-close-opacity': string;
|
|
555
|
-
'dialog-close-opacity-hover': string;
|
|
556
506
|
'context-menu-item-opacity-disabled': string;
|
|
557
507
|
'context-menu-checkbox-item-opacity-disabled': string;
|
|
558
508
|
'context-menu-radio-item-opacity-disabled': string;
|
|
@@ -567,14 +517,12 @@ export declare const tailwindTokenMap: {
|
|
|
567
517
|
};
|
|
568
518
|
ringOffsetWidth: {
|
|
569
519
|
'combo-box-trigger-width-ring-offset-focus': string;
|
|
570
|
-
'textarea-width-ring-offset-focus': string;
|
|
571
520
|
'toggle-group-item-width-ring-offset-focus': string;
|
|
572
521
|
'toggle-width-ring-offset-focus': string;
|
|
573
522
|
'dialog-close-width-ring-offset': string;
|
|
574
523
|
};
|
|
575
524
|
ringWidth: {
|
|
576
525
|
'combo-box-trigger-width-ring-focus': string;
|
|
577
|
-
'textarea-width-ring-focus': string;
|
|
578
526
|
'toast-action-width-ring-focus': string;
|
|
579
527
|
'toggle-group-item-width-ring-focus': string;
|
|
580
528
|
'toggle-width-ring-focus': string;
|
|
@@ -584,8 +532,6 @@ export declare const tailwindTokenMap: {
|
|
|
584
532
|
'radio-group-item-width-ring-focus': string;
|
|
585
533
|
'radio-group-item-width-ring-invalid': string;
|
|
586
534
|
'dialog-close-width-ring-focus': string;
|
|
587
|
-
'badge-width-ring-focus': string;
|
|
588
|
-
'badge-width-ring-invalid': string;
|
|
589
535
|
'calendar-day-width-ring-focus': string;
|
|
590
536
|
'button-width-ring-focus': string;
|
|
591
537
|
'button-width-ring-invalid': string;
|
|
@@ -637,9 +583,6 @@ export declare const tailwindTokenMap: {
|
|
|
637
583
|
'carousel-slide-space-px': string;
|
|
638
584
|
'carousel-slide-space-py': string;
|
|
639
585
|
'carousel-slide-space-h': string;
|
|
640
|
-
'carousel-slide-size-space-h-lg': string;
|
|
641
|
-
'carousel-slide-size-space-h-md': string;
|
|
642
|
-
'carousel-control-horizontal-space-top': string;
|
|
643
586
|
'carousel-control-horizontal-space-left': string;
|
|
644
587
|
'carousel-control-horizontal-space-right': string;
|
|
645
588
|
'carousel-control-vertical-space-h': string;
|
|
@@ -662,10 +605,6 @@ export declare const tailwindTokenMap: {
|
|
|
662
605
|
'table-body-cell-space-px': string;
|
|
663
606
|
'table-footer-cell-space-py': string;
|
|
664
607
|
'table-footer-cell-space-px': string;
|
|
665
|
-
'textarea-space-min-h': string;
|
|
666
|
-
'textarea-space-py': string;
|
|
667
|
-
'textarea-space-px': string;
|
|
668
|
-
'textarea-space-w': string;
|
|
669
608
|
'toast-action-space-h': string;
|
|
670
609
|
'toast-action-space-right': string;
|
|
671
610
|
'toast-action-space-px': string;
|
|
@@ -877,11 +816,6 @@ export declare const tailwindTokenMap: {
|
|
|
877
816
|
'breadcrumb-separator-icon-space-size': string;
|
|
878
817
|
'breadcrumb-ellipsis-space-size': string;
|
|
879
818
|
'breadcrumb-ellipsis-icon-space-size': string;
|
|
880
|
-
'badge-space-px': string;
|
|
881
|
-
'badge-space-py': string;
|
|
882
|
-
'badge-space-w': string;
|
|
883
|
-
'badge-icon-space-size': string;
|
|
884
|
-
'badge-space-gap': string;
|
|
885
819
|
'accordion-trigger-space-gap': string;
|
|
886
820
|
'accordion-trigger-space-py': string;
|
|
887
821
|
'accordion-trigger-space-w': string;
|
|
@@ -895,18 +829,13 @@ export declare const tailwindTokenMap: {
|
|
|
895
829
|
'toast-viewport-item-translate-y-enter-mobile': string;
|
|
896
830
|
'toast-viewport-item-translate-x-exit': string;
|
|
897
831
|
};
|
|
898
|
-
flexBasis: {
|
|
899
|
-
'carousel-slide-basis': string;
|
|
900
|
-
'carousel-slide-size-basis-lg': string;
|
|
901
|
-
'carousel-slide-size-basis-md': string;
|
|
902
|
-
};
|
|
903
832
|
transitionDuration: {
|
|
904
|
-
'navigation-menu-item-icon-
|
|
905
|
-
'combo-box-group-
|
|
906
|
-
'carousel-
|
|
833
|
+
'navigation-menu-item-icon-motion-duration': string;
|
|
834
|
+
'combo-box-group-motion-duration': string;
|
|
835
|
+
'carousel-motion-duration': string;
|
|
907
836
|
};
|
|
908
837
|
transitionTimingFunction: {
|
|
909
|
-
'combo-box-group-
|
|
910
|
-
'carousel-
|
|
838
|
+
'combo-box-group-motion-fn': string;
|
|
839
|
+
'carousel-motion-fn': string;
|
|
911
840
|
};
|
|
912
841
|
};
|
|
@@ -2,7 +2,6 @@ export declare const opacity: {
|
|
|
2
2
|
'combo-box-trigger-opacity-disabled': string;
|
|
3
3
|
'form-label-opacity-peer-disabled': string;
|
|
4
4
|
'carousel-button-opacity-disabled': string;
|
|
5
|
-
'textarea-opacity-disabled': string;
|
|
6
5
|
'toast-description-opacity': string;
|
|
7
6
|
'toast-action-opacity-disabled': string;
|
|
8
7
|
'toggle-group-item-opacity-disabled': string;
|
|
@@ -18,8 +17,6 @@ export declare const opacity: {
|
|
|
18
17
|
'dropdown-menu-item-opacity-disabled': string;
|
|
19
18
|
'dropdown-menu-checkbox-item-opacity-disabled': string;
|
|
20
19
|
'dropdown-menu-radio-item-opacity-disabled': string;
|
|
21
|
-
'dialog-close-opacity': string;
|
|
22
|
-
'dialog-close-opacity-hover': string;
|
|
23
20
|
'context-menu-item-opacity-disabled': string;
|
|
24
21
|
'context-menu-checkbox-item-opacity-disabled': string;
|
|
25
22
|
'context-menu-radio-item-opacity-disabled': string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const ringOffsetWidth: {
|
|
2
2
|
'combo-box-trigger-width-ring-offset-focus': string;
|
|
3
|
-
'textarea-width-ring-offset-focus': string;
|
|
4
3
|
'toggle-group-item-width-ring-offset-focus': string;
|
|
5
4
|
'toggle-width-ring-offset-focus': string;
|
|
6
5
|
'dialog-close-width-ring-offset': string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const ringWidth: {
|
|
2
2
|
'combo-box-trigger-width-ring-focus': string;
|
|
3
|
-
'textarea-width-ring-focus': string;
|
|
4
3
|
'toast-action-width-ring-focus': string;
|
|
5
4
|
'toggle-group-item-width-ring-focus': string;
|
|
6
5
|
'toggle-width-ring-focus': string;
|
|
@@ -10,8 +9,6 @@ export declare const ringWidth: {
|
|
|
10
9
|
'radio-group-item-width-ring-focus': string;
|
|
11
10
|
'radio-group-item-width-ring-invalid': string;
|
|
12
11
|
'dialog-close-width-ring-focus': string;
|
|
13
|
-
'badge-width-ring-focus': string;
|
|
14
|
-
'badge-width-ring-invalid': string;
|
|
15
12
|
'calendar-day-width-ring-focus': string;
|
|
16
13
|
'button-width-ring-focus': string;
|
|
17
14
|
'button-width-ring-invalid': string;
|
|
@@ -44,9 +44,6 @@ export declare const spacing: {
|
|
|
44
44
|
'carousel-slide-space-px': string;
|
|
45
45
|
'carousel-slide-space-py': string;
|
|
46
46
|
'carousel-slide-space-h': string;
|
|
47
|
-
'carousel-slide-size-space-h-lg': string;
|
|
48
|
-
'carousel-slide-size-space-h-md': string;
|
|
49
|
-
'carousel-control-horizontal-space-top': string;
|
|
50
47
|
'carousel-control-horizontal-space-left': string;
|
|
51
48
|
'carousel-control-horizontal-space-right': string;
|
|
52
49
|
'carousel-control-vertical-space-h': string;
|
|
@@ -69,10 +66,6 @@ export declare const spacing: {
|
|
|
69
66
|
'table-body-cell-space-px': string;
|
|
70
67
|
'table-footer-cell-space-py': string;
|
|
71
68
|
'table-footer-cell-space-px': string;
|
|
72
|
-
'textarea-space-min-h': string;
|
|
73
|
-
'textarea-space-py': string;
|
|
74
|
-
'textarea-space-px': string;
|
|
75
|
-
'textarea-space-w': string;
|
|
76
69
|
'toast-action-space-h': string;
|
|
77
70
|
'toast-action-space-right': string;
|
|
78
71
|
'toast-action-space-px': string;
|
|
@@ -284,11 +277,6 @@ export declare const spacing: {
|
|
|
284
277
|
'breadcrumb-separator-icon-space-size': string;
|
|
285
278
|
'breadcrumb-ellipsis-space-size': string;
|
|
286
279
|
'breadcrumb-ellipsis-icon-space-size': string;
|
|
287
|
-
'badge-space-px': string;
|
|
288
|
-
'badge-space-py': string;
|
|
289
|
-
'badge-space-w': string;
|
|
290
|
-
'badge-icon-space-size': string;
|
|
291
|
-
'badge-space-gap': string;
|
|
292
280
|
'accordion-trigger-space-gap': string;
|
|
293
281
|
'accordion-trigger-space-py': string;
|
|
294
282
|
'accordion-trigger-space-w': string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const transitionDuration: {
|
|
2
|
-
'navigation-menu-item-icon-
|
|
3
|
-
'combo-box-group-
|
|
4
|
-
'carousel-
|
|
2
|
+
'navigation-menu-item-icon-motion-duration': string;
|
|
3
|
+
'combo-box-group-motion-duration': string;
|
|
4
|
+
'carousel-motion-duration': string;
|
|
5
5
|
};
|
package/dist/src/wc-ui-app.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type BadgeVariant = 'default' | 'secondary' | 'destructive' | 'outline';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const textAreaStyles: string[];
|