@codefast/ui 0.3.2 → 0.3.3
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/CHANGELOG.md +26 -0
- package/dist/esm/components/accordion.d.ts +13 -0
- package/dist/esm/components/accordion.d.ts.map +1 -0
- package/dist/esm/components/alert/alert-variants.d.ts +18 -0
- package/dist/esm/components/alert/alert-variants.d.ts.map +1 -0
- package/dist/esm/components/alert/alert.d.ts +8 -0
- package/dist/esm/components/alert/alert.d.ts.map +1 -0
- package/dist/esm/components/alert/index.d.ts +3 -0
- package/dist/esm/components/alert/index.d.ts.map +1 -0
- package/dist/esm/components/alert-dialog.d.ts +28 -0
- package/dist/esm/components/alert-dialog.d.ts.map +1 -0
- package/dist/esm/components/aspect-ratio.d.ts +5 -0
- package/dist/esm/components/aspect-ratio.d.ts.map +1 -0
- package/dist/esm/components/avatar.d.ts +7 -0
- package/dist/esm/components/avatar.d.ts.map +1 -0
- package/dist/esm/components/badge/badge-variants.d.ts +24 -0
- package/dist/esm/components/badge/badge-variants.d.ts.map +1 -0
- package/dist/esm/components/badge/badge.d.ts +8 -0
- package/dist/esm/components/badge/badge.d.ts.map +1 -0
- package/dist/esm/components/badge/index.d.ts +3 -0
- package/dist/esm/components/badge/index.d.ts.map +1 -0
- package/dist/esm/components/blockquote.d.ts +6 -0
- package/dist/esm/components/blockquote.d.ts.map +1 -0
- package/dist/esm/components/box.d.ts +6 -0
- package/dist/esm/components/box.d.ts.map +1 -0
- package/dist/esm/components/breadcrumb.d.ts +14 -0
- package/dist/esm/components/breadcrumb.d.ts.map +1 -0
- package/dist/esm/components/button/button-variants.d.ts +48 -0
- package/dist/esm/components/button/button-variants.d.ts.map +1 -0
- package/dist/esm/components/button/button.d.ts +12 -0
- package/dist/esm/components/button/button.d.ts.map +1 -0
- package/dist/esm/components/button/index.d.ts +3 -0
- package/dist/esm/components/button/index.d.ts.map +1 -0
- package/dist/esm/components/calendar.d.ts +17 -0
- package/dist/esm/components/calendar.d.ts.map +1 -0
- package/dist/esm/components/card.d.ts +10 -0
- package/dist/esm/components/card.d.ts.map +1 -0
- package/dist/esm/components/carousel.d.ts +31 -0
- package/dist/esm/components/carousel.d.ts.map +1 -0
- package/dist/esm/components/chart.d.ts +71 -0
- package/dist/esm/components/chart.d.ts.map +1 -0
- package/dist/esm/components/checkbox-cards.d.ts +8 -0
- package/dist/esm/components/checkbox-cards.d.ts.map +1 -0
- package/dist/esm/components/checkbox-group.d.ts +6 -0
- package/dist/esm/components/checkbox-group.d.ts.map +1 -0
- package/dist/esm/components/checkbox.d.ts +5 -0
- package/dist/esm/components/checkbox.d.ts.map +1 -0
- package/dist/esm/components/code.d.ts +6 -0
- package/dist/esm/components/code.d.ts.map +1 -0
- package/dist/esm/components/collapsible.d.ts +7 -0
- package/dist/esm/components/collapsible.d.ts.map +1 -0
- package/dist/esm/components/command.d.ts +15 -0
- package/dist/esm/components/command.d.ts.map +1 -0
- package/dist/esm/components/container.d.ts +6 -0
- package/dist/esm/components/container.d.ts.map +1 -0
- package/dist/esm/components/context-menu.d.ts +26 -0
- package/dist/esm/components/context-menu.d.ts.map +1 -0
- package/dist/esm/components/dialog.d.ts +25 -0
- package/dist/esm/components/dialog.d.ts.map +1 -0
- package/dist/esm/components/drawer.d.ts +24 -0
- package/dist/esm/components/drawer.d.ts.map +1 -0
- package/dist/esm/components/dropdown-menu.d.ts +26 -0
- package/dist/esm/components/dropdown-menu.d.ts.map +1 -0
- package/dist/esm/components/em.d.ts +6 -0
- package/dist/esm/components/em.d.ts.map +1 -0
- package/dist/esm/components/form.d.ts +18 -0
- package/dist/esm/components/form.d.ts.map +1 -0
- package/dist/esm/components/heading.d.ts +7 -0
- package/dist/esm/components/heading.d.ts.map +1 -0
- package/dist/esm/components/hover-card.d.ts +8 -0
- package/dist/esm/components/hover-card.d.ts.map +1 -0
- package/dist/esm/components/inline.d.ts +6 -0
- package/dist/esm/components/inline.d.ts.map +1 -0
- package/dist/esm/components/input/index.d.ts +3 -0
- package/dist/esm/components/input/index.d.ts.map +1 -0
- package/dist/esm/components/input/input-variants.d.ts +33 -0
- package/dist/esm/components/input/input-variants.d.ts.map +1 -0
- package/dist/esm/components/input/input.d.ts +15 -0
- package/dist/esm/components/input/input.d.ts.map +1 -0
- package/dist/esm/components/input-date.d.ts +2 -0
- package/dist/esm/components/input-date.d.ts.map +1 -0
- package/dist/esm/components/input-number.d.ts +13 -0
- package/dist/esm/components/input-number.d.ts.map +1 -0
- package/dist/esm/components/input-otp.d.ts +11 -0
- package/dist/esm/components/input-otp.d.ts.map +1 -0
- package/dist/esm/components/input-password.d.ts +13 -0
- package/dist/esm/components/input-password.d.ts.map +1 -0
- package/dist/esm/components/input-search.d.ts +17 -0
- package/dist/esm/components/input-search.d.ts.map +1 -0
- package/dist/esm/components/input-time.d.ts +2 -0
- package/dist/esm/components/input-time.d.ts.map +1 -0
- package/dist/esm/components/kbd.d.ts +6 -0
- package/dist/esm/components/kbd.d.ts.map +1 -0
- package/dist/esm/components/label.d.ts +5 -0
- package/dist/esm/components/label.d.ts.map +1 -0
- package/dist/esm/components/menubar.d.ts +27 -0
- package/dist/esm/components/menubar.d.ts.map +1 -0
- package/dist/esm/components/navigation-menu/index.d.ts +3 -0
- package/dist/esm/components/navigation-menu/index.d.ts.map +1 -0
- package/dist/esm/components/navigation-menu/navigation-menu-trigger-style.d.ts +3 -0
- package/dist/esm/components/navigation-menu/navigation-menu-trigger-style.d.ts.map +1 -0
- package/dist/esm/components/navigation-menu/navigation-menu.d.ts +12 -0
- package/dist/esm/components/navigation-menu/navigation-menu.d.ts.map +1 -0
- package/dist/esm/components/pagination.d.ts +18 -0
- package/dist/esm/components/pagination.d.ts.map +1 -0
- package/dist/esm/components/popover.d.ts +9 -0
- package/dist/esm/components/popover.d.ts.map +1 -0
- package/dist/esm/components/pre.d.ts +6 -0
- package/dist/esm/components/pre.d.ts.map +1 -0
- package/dist/esm/components/progress-circle/index.d.ts +3 -0
- package/dist/esm/components/progress-circle/index.d.ts.map +1 -0
- package/dist/esm/components/progress-circle/progress-circle-variants.d.ts +120 -0
- package/dist/esm/components/progress-circle/progress-circle-variants.d.ts.map +1 -0
- package/dist/esm/components/progress-circle/progress-circle.d.ts +65 -0
- package/dist/esm/components/progress-circle/progress-circle.d.ts.map +1 -0
- package/dist/esm/components/progress.d.ts +5 -0
- package/dist/esm/components/progress.d.ts.map +1 -0
- package/dist/esm/components/quote.d.ts +6 -0
- package/dist/esm/components/quote.d.ts.map +1 -0
- package/dist/esm/components/radio-cards.d.ts +6 -0
- package/dist/esm/components/radio-cards.d.ts.map +1 -0
- package/dist/esm/components/radio-group.d.ts +6 -0
- package/dist/esm/components/radio-group.d.ts.map +1 -0
- package/dist/esm/components/radio.d.ts +6 -0
- package/dist/esm/components/radio.d.ts.map +1 -0
- package/dist/esm/components/resizable.d.ts +9 -0
- package/dist/esm/components/resizable.d.ts.map +1 -0
- package/dist/esm/components/scroll-area/index.d.ts +3 -0
- package/dist/esm/components/scroll-area/index.d.ts.map +1 -0
- package/dist/esm/components/scroll-area/scroll-area-scrollbar-variants.d.ts +36 -0
- package/dist/esm/components/scroll-area/scroll-area-scrollbar-variants.d.ts.map +1 -0
- package/dist/esm/components/scroll-area/scroll-area.d.ts +13 -0
- package/dist/esm/components/scroll-area/scroll-area.d.ts.map +1 -0
- package/dist/esm/components/section.d.ts +6 -0
- package/dist/esm/components/section.d.ts.map +1 -0
- package/dist/esm/components/select.d.ts +18 -0
- package/dist/esm/components/select.d.ts.map +1 -0
- package/dist/esm/components/separator/index.d.ts +3 -0
- package/dist/esm/components/separator/index.d.ts.map +1 -0
- package/dist/esm/components/separator/separator-variants.d.ts +33 -0
- package/dist/esm/components/separator/separator-variants.d.ts.map +1 -0
- package/dist/esm/components/separator/separator.d.ts +8 -0
- package/dist/esm/components/separator/separator.d.ts.map +1 -0
- package/dist/esm/components/sheet/index.d.ts +3 -0
- package/dist/esm/components/sheet/index.d.ts.map +1 -0
- package/dist/esm/components/sheet/sheet-content-variants.d.ts +24 -0
- package/dist/esm/components/sheet/sheet-content-variants.d.ts.map +1 -0
- package/dist/esm/components/sheet/sheet.d.ts +25 -0
- package/dist/esm/components/sheet/sheet.d.ts.map +1 -0
- package/dist/esm/components/sidebar/index.d.ts +3 -0
- package/dist/esm/components/sidebar/index.d.ts.map +1 -0
- package/dist/esm/components/sidebar/sidebar-menu-button-variants.d.ts +33 -0
- package/dist/esm/components/sidebar/sidebar-menu-button-variants.d.ts.map +1 -0
- package/dist/esm/components/sidebar/sidebar.d.ts +67 -0
- package/dist/esm/components/sidebar/sidebar.d.ts.map +1 -0
- package/dist/esm/components/skeleton.d.ts +4 -0
- package/dist/esm/components/skeleton.d.ts.map +1 -0
- package/dist/esm/components/slider.d.ts +5 -0
- package/dist/esm/components/slider.d.ts.map +1 -0
- package/dist/esm/components/sonner.d.ts +6 -0
- package/dist/esm/components/sonner.d.ts.map +1 -0
- package/dist/esm/components/spinner.d.ts +6 -0
- package/dist/esm/components/spinner.d.ts.map +1 -0
- package/dist/esm/components/strong.d.ts +6 -0
- package/dist/esm/components/strong.d.ts.map +1 -0
- package/dist/esm/components/switch.d.ts +5 -0
- package/dist/esm/components/switch.d.ts.map +1 -0
- package/dist/esm/components/table.d.ts +11 -0
- package/dist/esm/components/table.d.ts.map +1 -0
- package/dist/esm/components/tabs.d.ts +8 -0
- package/dist/esm/components/tabs.d.ts.map +1 -0
- package/dist/esm/components/text.d.ts +6 -0
- package/dist/esm/components/text.d.ts.map +1 -0
- package/dist/esm/components/textarea.d.ts +4 -0
- package/dist/esm/components/textarea.d.ts.map +1 -0
- package/dist/esm/components/toggle/index.d.ts +3 -0
- package/dist/esm/components/toggle/index.d.ts.map +1 -0
- package/dist/esm/components/toggle/toggle-variants.d.ts +33 -0
- package/dist/esm/components/toggle/toggle-variants.d.ts.map +1 -0
- package/dist/esm/components/toggle/toggle.d.ts +10 -0
- package/dist/esm/components/toggle/toggle.d.ts.map +1 -0
- package/dist/esm/components/toggle-group.d.ts +15 -0
- package/dist/esm/components/toggle-group.d.ts.map +1 -0
- package/dist/esm/components/tooltip.d.ts +8 -0
- package/dist/esm/components/tooltip.d.ts.map +1 -0
- package/dist/esm/index.d.ts +70 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/lib/utils.d.ts +12 -0
- package/dist/esm/lib/utils.d.ts.map +1 -0
- package/package.json +172 -172
- package/dist/esm/index.css +0 -509
- /package/dist/{types → cjs}/components/accordion.d.ts +0 -0
- /package/dist/{types → cjs}/components/accordion.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert/alert-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert/alert-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert/alert.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert/alert.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/alert-dialog.d.ts +0 -0
- /package/dist/{types → cjs}/components/alert-dialog.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/aspect-ratio.d.ts +0 -0
- /package/dist/{types → cjs}/components/aspect-ratio.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/avatar.d.ts +0 -0
- /package/dist/{types → cjs}/components/avatar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/badge/badge-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/badge/badge-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/badge/badge.d.ts +0 -0
- /package/dist/{types → cjs}/components/badge/badge.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/badge/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/badge/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/blockquote.d.ts +0 -0
- /package/dist/{types → cjs}/components/blockquote.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/box.d.ts +0 -0
- /package/dist/{types → cjs}/components/box.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/breadcrumb.d.ts +0 -0
- /package/dist/{types → cjs}/components/breadcrumb.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/button/button-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/button/button-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/button/button.d.ts +0 -0
- /package/dist/{types → cjs}/components/button/button.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/button/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/button/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/calendar.d.ts +0 -0
- /package/dist/{types → cjs}/components/calendar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/card.d.ts +0 -0
- /package/dist/{types → cjs}/components/card.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/carousel.d.ts +0 -0
- /package/dist/{types → cjs}/components/carousel.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/chart.d.ts +0 -0
- /package/dist/{types → cjs}/components/chart.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/checkbox-cards.d.ts +0 -0
- /package/dist/{types → cjs}/components/checkbox-cards.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/checkbox-group.d.ts +0 -0
- /package/dist/{types → cjs}/components/checkbox-group.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/checkbox.d.ts +0 -0
- /package/dist/{types → cjs}/components/checkbox.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/code.d.ts +0 -0
- /package/dist/{types → cjs}/components/code.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/collapsible.d.ts +0 -0
- /package/dist/{types → cjs}/components/collapsible.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/command.d.ts +0 -0
- /package/dist/{types → cjs}/components/command.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/container.d.ts +0 -0
- /package/dist/{types → cjs}/components/container.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/context-menu.d.ts +0 -0
- /package/dist/{types → cjs}/components/context-menu.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/dialog.d.ts +0 -0
- /package/dist/{types → cjs}/components/dialog.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/drawer.d.ts +0 -0
- /package/dist/{types → cjs}/components/drawer.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/dropdown-menu.d.ts +0 -0
- /package/dist/{types → cjs}/components/dropdown-menu.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/em.d.ts +0 -0
- /package/dist/{types → cjs}/components/em.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/form.d.ts +0 -0
- /package/dist/{types → cjs}/components/form.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/heading.d.ts +0 -0
- /package/dist/{types → cjs}/components/heading.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/hover-card.d.ts +0 -0
- /package/dist/{types → cjs}/components/hover-card.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/inline.d.ts +0 -0
- /package/dist/{types → cjs}/components/inline.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/input/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input/input-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/input/input-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input/input.d.ts +0 -0
- /package/dist/{types → cjs}/components/input/input.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-date.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-date.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-number.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-number.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-otp.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-otp.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-password.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-password.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-search.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-search.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/input-time.d.ts +0 -0
- /package/dist/{types → cjs}/components/input-time.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/kbd.d.ts +0 -0
- /package/dist/{types → cjs}/components/kbd.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/label.d.ts +0 -0
- /package/dist/{types → cjs}/components/label.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/menubar.d.ts +0 -0
- /package/dist/{types → cjs}/components/menubar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu-trigger-style.d.ts +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu-trigger-style.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu.d.ts +0 -0
- /package/dist/{types → cjs}/components/navigation-menu/navigation-menu.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/pagination.d.ts +0 -0
- /package/dist/{types → cjs}/components/pagination.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/popover.d.ts +0 -0
- /package/dist/{types → cjs}/components/popover.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/pre.d.ts +0 -0
- /package/dist/{types → cjs}/components/pre.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress-circle/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress-circle/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress-circle/progress-circle.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/progress.d.ts +0 -0
- /package/dist/{types → cjs}/components/progress.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/quote.d.ts +0 -0
- /package/dist/{types → cjs}/components/quote.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/radio-cards.d.ts +0 -0
- /package/dist/{types → cjs}/components/radio-cards.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/radio-group.d.ts +0 -0
- /package/dist/{types → cjs}/components/radio-group.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/radio.d.ts +0 -0
- /package/dist/{types → cjs}/components/radio.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/resizable.d.ts +0 -0
- /package/dist/{types → cjs}/components/resizable.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/scroll-area/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/scroll-area/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area-scrollbar-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area-scrollbar-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area.d.ts +0 -0
- /package/dist/{types → cjs}/components/scroll-area/scroll-area.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/section.d.ts +0 -0
- /package/dist/{types → cjs}/components/section.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/select.d.ts +0 -0
- /package/dist/{types → cjs}/components/select.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/separator/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/separator/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/separator/separator-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/separator/separator-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/separator/separator.d.ts +0 -0
- /package/dist/{types → cjs}/components/separator/separator.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sheet/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/sheet/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet-content-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet-content-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet.d.ts +0 -0
- /package/dist/{types → cjs}/components/sheet/sheet.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sidebar/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/sidebar/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar-menu-button-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar-menu-button-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar.d.ts +0 -0
- /package/dist/{types → cjs}/components/sidebar/sidebar.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/skeleton.d.ts +0 -0
- /package/dist/{types → cjs}/components/skeleton.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/slider.d.ts +0 -0
- /package/dist/{types → cjs}/components/slider.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/sonner.d.ts +0 -0
- /package/dist/{types → cjs}/components/sonner.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/spinner.d.ts +0 -0
- /package/dist/{types → cjs}/components/spinner.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/strong.d.ts +0 -0
- /package/dist/{types → cjs}/components/strong.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/switch.d.ts +0 -0
- /package/dist/{types → cjs}/components/switch.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/table.d.ts +0 -0
- /package/dist/{types → cjs}/components/table.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/tabs.d.ts +0 -0
- /package/dist/{types → cjs}/components/tabs.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/text.d.ts +0 -0
- /package/dist/{types → cjs}/components/text.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/textarea.d.ts +0 -0
- /package/dist/{types → cjs}/components/textarea.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle/index.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle-variants.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle-variants.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle/toggle.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/toggle-group.d.ts +0 -0
- /package/dist/{types → cjs}/components/toggle-group.d.ts.map +0 -0
- /package/dist/{types → cjs}/components/tooltip.d.ts +0 -0
- /package/dist/{types → cjs}/components/tooltip.d.ts.map +0 -0
- /package/dist/{types → cjs}/index.d.ts +0 -0
- /package/dist/{types → cjs}/index.d.ts.map +0 -0
- /package/dist/{types → cjs}/lib/utils.d.ts +0 -0
- /package/dist/{types → cjs}/lib/utils.d.ts.map +0 -0
- /package/dist/{cjs → styles}/index.css +0 -0
package/dist/esm/index.css
DELETED
|
@@ -1,509 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base Styles
|
|
3
|
-
* -----------------------------------------------------------------------------
|
|
4
|
-
* Apply general settings for the entire interface, including background color,
|
|
5
|
-
* text color, default border color, and customizations for input.
|
|
6
|
-
*/
|
|
7
|
-
@layer base {
|
|
8
|
-
*,
|
|
9
|
-
::after,
|
|
10
|
-
::before,
|
|
11
|
-
::backdrop,
|
|
12
|
-
::file-selector-button {
|
|
13
|
-
border-color: var(--color-border);
|
|
14
|
-
outline-color: color-mix(in oklab, var(--color-ring) 20%, transparent);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
::-webkit-scrollbar {
|
|
18
|
-
@apply size-2;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
::-webkit-scrollbar-track {
|
|
22
|
-
@apply bg-transparent;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
::-webkit-scrollbar-thumb {
|
|
26
|
-
@apply bg-border rounded-full;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
* {
|
|
30
|
-
scrollbar-width: thin;
|
|
31
|
-
scrollbar-color: var(--color-border) transparent
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
html,
|
|
35
|
-
body {
|
|
36
|
-
background-color: var(--color-background);
|
|
37
|
-
color: var(--color-foreground);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
input {
|
|
41
|
-
&::-webkit-search-cancel-button,
|
|
42
|
-
&::-webkit-search-decoration {
|
|
43
|
-
appearance: none;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&::-webkit-outer-spin-button,
|
|
47
|
-
&::-webkit-inner-spin-button {
|
|
48
|
-
-webkit-appearance: none;
|
|
49
|
-
margin: 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&[type='number'] {
|
|
53
|
-
-moz-appearance: textfield;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Named Color Theme Definitions
|
|
60
|
-
* -----------------------------------------------------------------------------
|
|
61
|
-
* Defines color variables used throughout the application to ensure interface
|
|
62
|
-
* consistency. Each color group serves a specific purpose
|
|
63
|
-
* (e.g., background, border, highlights).
|
|
64
|
-
*/
|
|
65
|
-
@theme inline {
|
|
66
|
-
--color-input: var(--input);
|
|
67
|
-
--color-border: var(--border);
|
|
68
|
-
|
|
69
|
-
--color-ring: var(--ring);
|
|
70
|
-
|
|
71
|
-
--color-background: var(--background);
|
|
72
|
-
--color-foreground: var(--foreground);
|
|
73
|
-
|
|
74
|
-
--color-primary: var(--primary);
|
|
75
|
-
--color-primary-foreground: var(--primary-foreground);
|
|
76
|
-
|
|
77
|
-
--color-secondary: var(--secondary);
|
|
78
|
-
--color-secondary-foreground: var(--secondary-foreground);
|
|
79
|
-
|
|
80
|
-
--color-destructive: var(--destructive);
|
|
81
|
-
|
|
82
|
-
--color-accent: var(--accent);
|
|
83
|
-
--color-accent-foreground: var(--accent-foreground);
|
|
84
|
-
|
|
85
|
-
--color-muted: var(--muted);
|
|
86
|
-
--color-muted-foreground: var(--muted-foreground);
|
|
87
|
-
|
|
88
|
-
--color-popover: var(--popover);
|
|
89
|
-
--color-popover-foreground: var(--popover-foreground);
|
|
90
|
-
--color-popover-overlay: var(--popover-overlay);
|
|
91
|
-
|
|
92
|
-
--color-card: var(--card);
|
|
93
|
-
--color-card-foreground: var(--card-foreground);
|
|
94
|
-
|
|
95
|
-
--color-sidebar: var(--sidebar);
|
|
96
|
-
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
97
|
-
|
|
98
|
-
--color-sidebar-primary: var(--sidebar-primary);
|
|
99
|
-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
100
|
-
|
|
101
|
-
--color-sidebar-accent: var(--sidebar-accent);
|
|
102
|
-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
103
|
-
|
|
104
|
-
--color-sidebar-border: var(--sidebar-border);
|
|
105
|
-
--color-sidebar-ring: var(--sidebar-ring);
|
|
106
|
-
|
|
107
|
-
--color-chart-1: var(--chart-1);
|
|
108
|
-
--color-chart-2: var(--chart-2);
|
|
109
|
-
--color-chart-3: var(--chart-3);
|
|
110
|
-
--color-chart-4: var(--chart-4);
|
|
111
|
-
--color-chart-5: var(--chart-5);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* Keyframe Animations
|
|
116
|
-
* -----------------------------------------------------------------------------
|
|
117
|
-
* Defines basic animations such as cursor blinking effects,
|
|
118
|
-
* expanding/collapsing content effects.
|
|
119
|
-
*/
|
|
120
|
-
@theme inline {
|
|
121
|
-
--animate-caret-blink: caret-blink 1250ms ease-out infinite;
|
|
122
|
-
--animate-collapsible-up: collapsible-up 200ms ease-in;
|
|
123
|
-
--animate-collapsible-down: collapsible-down 200ms ease-out;
|
|
124
|
-
|
|
125
|
-
@keyframes caret-blink {
|
|
126
|
-
0%,
|
|
127
|
-
70%,
|
|
128
|
-
100% {
|
|
129
|
-
opacity: 1;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
20%,
|
|
133
|
-
50% {
|
|
134
|
-
opacity: 0;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
@keyframes collapsible-up {
|
|
139
|
-
from {
|
|
140
|
-
/*noinspection CssUnresolvedCustomProperty*/
|
|
141
|
-
height: var(--radix-collapsible-content-height);
|
|
142
|
-
}
|
|
143
|
-
to {
|
|
144
|
-
height: 0;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@keyframes collapsible-down {
|
|
149
|
-
from {
|
|
150
|
-
height: 0;
|
|
151
|
-
}
|
|
152
|
-
to {
|
|
153
|
-
/*noinspection CssUnresolvedCustomProperty*/
|
|
154
|
-
height: var(--radix-collapsible-content-height);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* Animation Timing Functions
|
|
161
|
-
* -----------------------------------------------------------------------------
|
|
162
|
-
* Easing functions used to adjust the speed of animation transitions.
|
|
163
|
-
*/
|
|
164
|
-
@theme inline {
|
|
165
|
-
--animate-fade-in: fadeIn 250ms ease-out;
|
|
166
|
-
--animate-fade-out: fadeOut 250ms ease-in;
|
|
167
|
-
|
|
168
|
-
--animate-in: enter 300ms cubic-bezier(0.32, 0.72, 0, 1);
|
|
169
|
-
--animate-out: exit 250ms cubic-bezier(0.32, 0.72, 0, 1);
|
|
170
|
-
|
|
171
|
-
@keyframes fadeIn {
|
|
172
|
-
from {
|
|
173
|
-
opacity: var(--tw-enter-opacity, 0);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
@keyframes fadeOut {
|
|
178
|
-
to {
|
|
179
|
-
opacity: var(--tw-exit-opacity, 0);
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
@keyframes enter {
|
|
184
|
-
from {
|
|
185
|
-
opacity: var(--tw-enter-opacity, 1);
|
|
186
|
-
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0)
|
|
187
|
-
scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1))
|
|
188
|
-
rotate(var(--tw-enter-rotate, 0));
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
@keyframes exit {
|
|
193
|
-
to {
|
|
194
|
-
opacity: var(--tw-exit-opacity, 1);
|
|
195
|
-
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0)
|
|
196
|
-
scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1))
|
|
197
|
-
rotate(var(--tw-exit-rotate, 0));
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* Animation Timing Functions
|
|
204
|
-
* -----------------------------------------------------------------------------
|
|
205
|
-
* Defines utilities to adjust animation speed.
|
|
206
|
-
*/
|
|
207
|
-
@utility animation-ease-linear {
|
|
208
|
-
animation-timing-function: linear;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
@utility animation-ease-in {
|
|
212
|
-
animation-timing-function: var(--ease-in);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
@utility animation-ease-out {
|
|
216
|
-
animation-timing-function: var(--ease-out);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
@utility animation-ease-in-out {
|
|
220
|
-
animation-timing-function: var(--ease-in-out);
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
@utility animation-ease-initial {
|
|
224
|
-
animation-timing-function: initial;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
@utility animation-ease-* {
|
|
228
|
-
animation-timing-function: --value([*]);
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* Animation Play State
|
|
233
|
-
* -----------------------------------------------------------------------------
|
|
234
|
-
* Adjust the playback state of the animation.
|
|
235
|
-
*/
|
|
236
|
-
@utility animation-state-paused {
|
|
237
|
-
animation-play-state: paused;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
@utility animation-state-running {
|
|
241
|
-
animation-play-state: running;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
@utility animation-state-initial {
|
|
245
|
-
animation-play-state: initial;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
@utility animation-state-* {
|
|
249
|
-
animation-play-state: --value([*]);
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
/**
|
|
253
|
-
* Animation Repeat
|
|
254
|
-
* -----------------------------------------------------------------------------
|
|
255
|
-
* Controls the number of repetitions of the animation.
|
|
256
|
-
*/
|
|
257
|
-
@utility animation-repeat-infinite {
|
|
258
|
-
animation-iteration-count: infinite;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
@utility animation-repeat-initial {
|
|
262
|
-
animation-iteration-count: initial;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
@utility animation-repeat-* {
|
|
266
|
-
animation-iteration-count: --value(integer, [integer]);
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
/**
|
|
270
|
-
* Animation Composition
|
|
271
|
-
* -----------------------------------------------------------------------------
|
|
272
|
-
* Defines how animations combine with each other.
|
|
273
|
-
*/
|
|
274
|
-
@utility animation-composition-replace {
|
|
275
|
-
animation-composition: replace;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
@utility animation-composition-add {
|
|
279
|
-
animation-composition: add;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
@utility animation-composition-accumulate {
|
|
283
|
-
animation-composition: accumulate;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
@utility animation-composition-initial {
|
|
287
|
-
animation-composition: initial;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
@utility animation-composition-* {
|
|
291
|
-
animation-composition: --value([*]);
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* Animation Delay
|
|
296
|
-
* -----------------------------------------------------------------------------
|
|
297
|
-
* Adjust the delay time before the animation starts.
|
|
298
|
-
*/
|
|
299
|
-
@utility animation-delay-initial {
|
|
300
|
-
animation-delay: initial;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
@utility animation-delay-* {
|
|
304
|
-
animation-delay: calc(--value(integer) * 1ms);
|
|
305
|
-
animation-delay: --value([*]);
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
/**
|
|
309
|
-
* Animation Direction
|
|
310
|
-
* -----------------------------------------------------------------------------
|
|
311
|
-
* Determines the playback direction of the animation.
|
|
312
|
-
*/
|
|
313
|
-
@utility animation-direction-normal {
|
|
314
|
-
animation-direction: normal;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
@utility animation-direction-reverse {
|
|
318
|
-
animation-direction: reverse;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
@utility animation-direction-alternate {
|
|
322
|
-
animation-direction: alternate;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
@utility animation-direction-alternate-reverse {
|
|
326
|
-
animation-direction: alternate-reverse;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
@utility animation-direction-initial {
|
|
330
|
-
animation-direction: initial;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
@utility animation-direction-* {
|
|
334
|
-
animation-direction: --value([*]);
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* Animation Duration
|
|
339
|
-
* -----------------------------------------------------------------------------
|
|
340
|
-
* Defines the duration of the animation execution.
|
|
341
|
-
*/
|
|
342
|
-
@utility animation-duration-initial {
|
|
343
|
-
animation-duration: initial;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
@utility animation-duration-* {
|
|
347
|
-
animation-duration: calc(--value(integer) * 1ms);
|
|
348
|
-
animation-duration: --value([*]);
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* Animation Fill Mode
|
|
353
|
-
* -----------------------------------------------------------------------------
|
|
354
|
-
* Defines the state of the element after the animation ends.
|
|
355
|
-
*/
|
|
356
|
-
@utility animation-fill-none {
|
|
357
|
-
animation-fill-mode: none;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
@utility animation-fill-forwards {
|
|
361
|
-
animation-fill-mode: forwards;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
@utility animation-fill-backwards {
|
|
365
|
-
animation-fill-mode: backwards;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
@utility animation-fill-both {
|
|
369
|
-
animation-fill-mode: both;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
@utility animation-fill-* {
|
|
373
|
-
animation-fill-mode: --value([*]);
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* Fade Animations
|
|
378
|
-
* -----------------------------------------------------------------------------
|
|
379
|
-
* Create fade-in and fade-out effects.
|
|
380
|
-
*/
|
|
381
|
-
@utility fade-in-* {
|
|
382
|
-
--tw-enter-opacity: calc(--value(integer) * 1%);
|
|
383
|
-
--tw-enter-opacity: --value(--opacity-*, [percentage]);
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
@utility fade-out-* {
|
|
387
|
-
--tw-exit-opacity: calc(--value(integer) * 1%);
|
|
388
|
-
--tw-exit-opacity: --value(--opacity-*, [percentage]);
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* Rotate Animations
|
|
393
|
-
* -----------------------------------------------------------------------------
|
|
394
|
-
* Adjust the rotation angle of the element when it appears or disappears.
|
|
395
|
-
*/
|
|
396
|
-
@utility spin-in-* {
|
|
397
|
-
--tw-enter-rotate: calc(1deg * --value(integer));
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
@utility spin-out-* {
|
|
401
|
-
--tw-exit-rotate: calc(1deg * --value(integer));
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
/**
|
|
405
|
-
* Scale Animations
|
|
406
|
-
* -----------------------------------------------------------------------------
|
|
407
|
-
* Adjust the size of the element when it appears or disappears.
|
|
408
|
-
*/
|
|
409
|
-
@utility zoom-in-* {
|
|
410
|
-
--tw-enter-scale: --value([percentage]);
|
|
411
|
-
--tw-enter-scale: calc(--value(integer) * 1%);
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
@utility zoom-out-* {
|
|
415
|
-
--tw-exit-scale: --value([percentage]);
|
|
416
|
-
--tw-exit-scale: calc(--value(integer) * 1%);
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
* Slide Animations - Enter
|
|
421
|
-
* -----------------------------------------------------------------------------
|
|
422
|
-
* Effects for sliding in from directions: left, right, top, bottom.
|
|
423
|
-
*/
|
|
424
|
-
|
|
425
|
-
@utility slide-in-from-top {
|
|
426
|
-
--tw-enter-translate-y: -100%;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
@utility slide-in-from-top-* {
|
|
430
|
-
--tw-enter-translate-y: calc(var(--spacing) * --value(number) * -1);
|
|
431
|
-
--tw-enter-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
|
|
432
|
-
--tw-enter-translate-y: calc(--value([length], [percentage]) * -1);
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
@utility slide-in-from-left {
|
|
436
|
-
--tw-enter-translate-x: -100%;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
@utility slide-in-from-left-* {
|
|
440
|
-
--tw-enter-translate-x: calc(var(--spacing) * --value(number) * -1);
|
|
441
|
-
--tw-enter-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
|
|
442
|
-
--tw-enter-translate-x: calc(--value([length], [percentage]) * -1);
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
@utility slide-in-from-bottom {
|
|
446
|
-
--tw-enter-translate-y: 100%;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
@utility slide-in-from-bottom-* {
|
|
450
|
-
--tw-enter-translate-y: calc(var(--spacing) * --value(number));
|
|
451
|
-
--tw-enter-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
|
|
452
|
-
--tw-enter-translate-y: --value([length], [percentage]);
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
@utility slide-in-from-right {
|
|
456
|
-
--tw-enter-translate-x: 100%;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
@utility slide-in-from-right-* {
|
|
460
|
-
--tw-enter-translate-x: calc(var(--spacing) * --value(number));
|
|
461
|
-
--tw-enter-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
|
|
462
|
-
--tw-enter-translate-x: --value([length], [percentage]);
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* Slide Animations - Exit
|
|
467
|
-
* -----------------------------------------------------------------------------
|
|
468
|
-
* Effects for sliding out of the screen in directions: left, right, top, bottom.
|
|
469
|
-
*/
|
|
470
|
-
|
|
471
|
-
@utility slide-out-to-top {
|
|
472
|
-
--tw-exit-translate-y: -100%;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
@utility slide-out-to-top-* {
|
|
476
|
-
--tw-exit-translate-y: calc(var(--spacing) * --value(number) * -1);
|
|
477
|
-
--tw-exit-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
|
|
478
|
-
--tw-exit-translate-y: calc(--value([length], [percentage]) * -1);
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
@utility slide-out-to-left {
|
|
482
|
-
--tw-exit-translate-x: -100%;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
@utility slide-out-to-left-* {
|
|
486
|
-
--tw-exit-translate-x: calc(var(--spacing) * --value(number) * -1);
|
|
487
|
-
--tw-exit-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * -100%);
|
|
488
|
-
--tw-exit-translate-x: calc(--value([length], [percentage]) * -1);
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
@utility slide-out-to-bottom {
|
|
492
|
-
--tw-exit-translate-y: 100%;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
@utility slide-out-to-bottom-* {
|
|
496
|
-
--tw-exit-translate-y: calc(var(--spacing) * --value(number));
|
|
497
|
-
--tw-exit-translate-y: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
|
|
498
|
-
--tw-exit-translate-y: --value([length], [percentage]);
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
@utility slide-out-to-right {
|
|
502
|
-
--tw-exit-translate-x: 100%;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
@utility slide-out-to-right-* {
|
|
506
|
-
--tw-exit-translate-x: calc(var(--spacing) * --value(number));
|
|
507
|
-
--tw-exit-translate-x: calc(--value(--aspect-ratio-*, ratio, [ratio]) * 100%);
|
|
508
|
-
--tw-exit-translate-x: --value([length], [percentage]);
|
|
509
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|