vitrify 0.16.4 → 0.17.1
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/frameworks/vue/prerender.js +3 -3
- package/dist/index.js +31 -1
- package/dist/plugins/quasar/unocss/components/QAjaxBar.unocss.js +20 -0
- package/dist/plugins/quasar/unocss/components/QAvatar.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QBadge.unocss.js +22 -0
- package/dist/plugins/quasar/unocss/components/QBanner.unocss.js +24 -0
- package/dist/plugins/quasar/unocss/components/QBar.unocss.js +26 -0
- package/dist/plugins/quasar/unocss/components/QBreadcrumbs.unocss.js +13 -0
- package/dist/plugins/quasar/unocss/components/QBtn.unocss.js +62 -0
- package/dist/plugins/quasar/unocss/components/QBtnDropdown.unocss.js +19 -0
- package/dist/plugins/quasar/unocss/components/QBtnGroup.unocss.js +30 -0
- package/dist/plugins/quasar/unocss/components/QBtnToggle.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QCard.unocss.js +57 -0
- package/dist/plugins/quasar/unocss/components/QCarousel.unocss.js +82 -0
- package/dist/plugins/quasar/unocss/components/QChatMessage.unocss.js +38 -0
- package/dist/plugins/quasar/unocss/components/QCheckbox.unocss.js +65 -0
- package/dist/plugins/quasar/unocss/components/QChip.unocss.js +90 -0
- package/dist/plugins/quasar/unocss/components/QCircularProgress.unocss.js +32 -0
- package/dist/plugins/quasar/unocss/components/QColorPicker.unocss.js +174 -0
- package/dist/plugins/quasar/unocss/components/QDate.unocss.js +122 -0
- package/dist/plugins/quasar/unocss/components/QDialog.unocss.js +110 -0
- package/dist/plugins/quasar/unocss/components/QDrawer.unocss.js +53 -0
- package/dist/plugins/quasar/unocss/components/QEditor.unocss.js +66 -0
- package/dist/plugins/quasar/unocss/components/QExpansionItem.unocss.js +38 -0
- package/dist/plugins/quasar/unocss/components/QFab.unocss.js +100 -0
- package/dist/plugins/quasar/unocss/components/QField.unocss.js +153 -0
- package/dist/plugins/quasar/unocss/components/QFile.unocss.js +15 -0
- package/dist/plugins/quasar/unocss/components/QFooter.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QForm.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QHeader.unocss.js +13 -0
- package/dist/plugins/quasar/unocss/components/QIcon.unocss.js +22 -0
- package/dist/plugins/quasar/unocss/components/QImg.unocss.js +29 -0
- package/dist/plugins/quasar/unocss/components/QInnerLoading.unocss.js +9 -0
- package/dist/plugins/quasar/unocss/components/QInput.unocss.js +27 -0
- package/dist/plugins/quasar/unocss/components/QIntersection.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QItem.unocss.js +71 -0
- package/dist/plugins/quasar/unocss/components/QKnob.unocss.js +13 -0
- package/dist/plugins/quasar/unocss/components/QLayout.unocss.js +81 -0
- package/dist/plugins/quasar/unocss/components/QLinearProgress.unocss.js +80 -0
- package/dist/plugins/quasar/unocss/components/QMenu.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QOptionGroup.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QPage.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QPageSticky.unocss.js +7 -0
- package/dist/plugins/quasar/unocss/components/QPagination.unocss.js +15 -0
- package/dist/plugins/quasar/unocss/components/QParallax.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/components/QPopupEdit.unocss.js +8 -0
- package/dist/plugins/quasar/unocss/components/QPullToRefresh.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QRadio.unocss.js +60 -0
- package/dist/plugins/quasar/unocss/components/QRating.unocss.js +23 -0
- package/dist/plugins/quasar/unocss/components/QResponsive.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QScrollarea.unocss.js +31 -0
- package/dist/plugins/quasar/unocss/components/QSelect.unocss.js +56 -0
- package/dist/plugins/quasar/unocss/components/QSeparator.unocss.js +26 -0
- package/dist/plugins/quasar/unocss/components/QSkeleton.unocss.js +153 -0
- package/dist/plugins/quasar/unocss/components/QSlideItem.unocss.js +24 -0
- package/dist/plugins/quasar/unocss/components/QSlider.unocss.js +163 -0
- package/dist/plugins/quasar/unocss/components/QSpace.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QSpinner.unocss.js +44 -0
- package/dist/plugins/quasar/unocss/components/QSplitter.unocss.js +39 -0
- package/dist/plugins/quasar/unocss/components/QStepper.unocss.js +102 -0
- package/dist/plugins/quasar/unocss/components/QTabPanel.unocss.js +5 -0
- package/dist/plugins/quasar/unocss/components/QTable.unocss.js +132 -0
- package/dist/plugins/quasar/unocss/components/QTabs.unocss.js +96 -0
- package/dist/plugins/quasar/unocss/components/QTime.unocss.js +123 -0
- package/dist/plugins/quasar/unocss/components/QTimeline.unocss.js +80 -0
- package/dist/plugins/quasar/unocss/components/QToggle.unocss.js +67 -0
- package/dist/plugins/quasar/unocss/components/QToolbar.unocss.js +14 -0
- package/dist/plugins/quasar/unocss/components/QTooltip.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/components/QTree.unocss.js +87 -0
- package/dist/plugins/quasar/unocss/components/QUploader.unocss.js +72 -0
- package/dist/plugins/quasar/unocss/components/QVideo.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/components/QVirtualScroll.unocss.js +16 -0
- package/dist/plugins/quasar/unocss/composables/panel.unocss.js +5 -0
- package/dist/plugins/quasar/unocss/core/colors.unocss.js +17 -0
- package/dist/plugins/quasar/unocss/core/dark.unocss.js +14 -0
- package/dist/plugins/quasar/unocss/core/elevation.unocss.js +67 -0
- package/dist/plugins/quasar/unocss/core/flex.unocss.js +76 -0
- package/dist/plugins/quasar/unocss/core/helpers.unocss.js +57 -0
- package/dist/plugins/quasar/unocss/core/mouse.unocss.js +32 -0
- package/dist/plugins/quasar/unocss/core/orientation.unocss.js +5 -0
- package/dist/plugins/quasar/unocss/core/position.unocss.js +48 -0
- package/dist/plugins/quasar/unocss/core/size.unocss.js +98 -0
- package/dist/plugins/quasar/unocss/core/touch.unocss.js +6 -0
- package/dist/plugins/quasar/unocss/core/transitions.unocss.js +271 -0
- package/dist/plugins/quasar/unocss/core/typography.unocss.js +147 -0
- package/dist/plugins/quasar/unocss/core/visibility.unocss.js +219 -0
- package/dist/plugins/quasar/unocss/directives/QMorph.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/directives/QRipple.unocss.js +19 -0
- package/dist/plugins/quasar/unocss/index.js +1282 -0
- package/dist/plugins/quasar/unocss/plugins/QBottomSheet.unocss.js +17 -0
- package/dist/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.js +9 -0
- package/dist/plugins/quasar/unocss/plugins/QLoading.unocss.js +16 -0
- package/dist/plugins/quasar/unocss/plugins/QNotify.unocss.js +207 -0
- package/dist/plugins/quasar/unocss/theme.js +439 -0
- package/dist/plugins/quasar.js +104 -4
- package/dist/types/frameworks/vue/server.d.ts +3 -3
- package/dist/types/index.d.ts +2 -0
- package/dist/types/plugins/quasar/unocss/components/QAjaxBar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QAvatar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBadge.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBanner.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBreadcrumbs.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QBtn.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBtnDropdown.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBtnGroup.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBtnToggle.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QCard.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QCarousel.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QChatMessage.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QCheckbox.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QChip.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QCircularProgress.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QColorPicker.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QDate.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QDialog.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QDrawer.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QEditor.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QExpansionItem.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QFab.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QField.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QFile.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QFooter.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QForm.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QHeader.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QIcon.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QImg.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QInnerLoading.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QInput.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QIntersection.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QItem.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QKnob.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QLayout.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QLinearProgress.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QMenu.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QOptionGroup.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPage.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPageSticky.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPagination.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QParallax.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPopupEdit.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPullToRefresh.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QRadio.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QRating.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QResponsive.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QScrollarea.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSelect.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QSeparator.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSkeleton.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QSlideItem.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSlider.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSpace.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSpinner.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QSplitter.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QStepper.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTabPanel.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTable.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QTabs.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTime.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTimeline.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QToggle.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QToolbar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTooltip.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTree.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QUploader.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QVideo.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QVirtualScroll.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/composables/panel.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/colors.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/dark.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/core/elevation.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/flex.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/helpers.unocss.d.ts +6 -0
- package/dist/types/plugins/quasar/unocss/core/mouse.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/core/orientation.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/position.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/size.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/touch.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/transitions.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/typography.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/core/visibility.unocss.d.ts +6 -0
- package/dist/types/plugins/quasar/unocss/directives/QMorph.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/directives/QRipple.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/index.d.ts +11 -0
- package/dist/types/plugins/quasar/unocss/plugins/QBottomSheet.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/plugins/QLoading.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/plugins/QNotify.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/theme.d.ts +425 -0
- package/dist/types/plugins/quasar.d.ts +1 -0
- package/dist/types/vitrify-config.d.ts +11 -3
- package/package.json +17 -10
- package/src/node/frameworks/vue/prerender.ts +3 -3
- package/src/node/frameworks/vue/server.ts +3 -3
- package/src/node/index.ts +37 -3
- package/src/node/plugins/quasar/unocss/components/QAjaxBar.unocss.ts +24 -0
- package/src/node/plugins/quasar/unocss/components/QAvatar.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QBadge.unocss.ts +34 -0
- package/src/node/plugins/quasar/unocss/components/QBanner.unocss.ts +32 -0
- package/src/node/plugins/quasar/unocss/components/QBar.unocss.ts +30 -0
- package/src/node/plugins/quasar/unocss/components/QBreadcrumbs.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QBtn.unocss.ts +93 -0
- package/src/node/plugins/quasar/unocss/components/QBtnDropdown.unocss.ts +27 -0
- package/src/node/plugins/quasar/unocss/components/QBtnGroup.unocss.ts +48 -0
- package/src/node/plugins/quasar/unocss/components/QBtnToggle.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QCard.unocss.ts +64 -0
- package/src/node/plugins/quasar/unocss/components/QCarousel.unocss.ts +115 -0
- package/src/node/plugins/quasar/unocss/components/QChatMessage.unocss.ts +59 -0
- package/src/node/plugins/quasar/unocss/components/QCheckbox.unocss.ts +89 -0
- package/src/node/plugins/quasar/unocss/components/QChip.unocss.ts +98 -0
- package/src/node/plugins/quasar/unocss/components/QCircularProgress.unocss.ts +41 -0
- package/src/node/plugins/quasar/unocss/components/QColorPicker.unocss.ts +178 -0
- package/src/node/plugins/quasar/unocss/components/QDate.unocss.ts +181 -0
- package/src/node/plugins/quasar/unocss/components/QDialog.unocss.ts +118 -0
- package/src/node/plugins/quasar/unocss/components/QDrawer.unocss.ts +76 -0
- package/src/node/plugins/quasar/unocss/components/QEditor.unocss.ts +85 -0
- package/src/node/plugins/quasar/unocss/components/QExpansionItem.unocss.ts +54 -0
- package/src/node/plugins/quasar/unocss/components/QFab.unocss.ts +148 -0
- package/src/node/plugins/quasar/unocss/components/QField.unocss.ts +220 -0
- package/src/node/plugins/quasar/unocss/components/QFile.unocss.ts +23 -0
- package/src/node/plugins/quasar/unocss/components/QFooter.unocss.ts +19 -0
- package/src/node/plugins/quasar/unocss/components/QForm.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QHeader.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QIcon.unocss.ts +30 -0
- package/src/node/plugins/quasar/unocss/components/QImg.unocss.ts +43 -0
- package/src/node/plugins/quasar/unocss/components/QInnerLoading.unocss.ts +16 -0
- package/src/node/plugins/quasar/unocss/components/QInput.unocss.ts +40 -0
- package/src/node/plugins/quasar/unocss/components/QIntersection.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QItem.unocss.ts +102 -0
- package/src/node/plugins/quasar/unocss/components/QKnob.unocss.ts +22 -0
- package/src/node/plugins/quasar/unocss/components/QLayout.unocss.ts +91 -0
- package/src/node/plugins/quasar/unocss/components/QLinearProgress.unocss.ts +104 -0
- package/src/node/plugins/quasar/unocss/components/QMenu.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QOptionGroup.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QPage.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QPageSticky.unocss.ts +12 -0
- package/src/node/plugins/quasar/unocss/components/QPagination.unocss.ts +24 -0
- package/src/node/plugins/quasar/unocss/components/QParallax.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QPopupEdit.unocss.ts +13 -0
- package/src/node/plugins/quasar/unocss/components/QPullToRefresh.unocss.ts +19 -0
- package/src/node/plugins/quasar/unocss/components/QRadio.unocss.ts +82 -0
- package/src/node/plugins/quasar/unocss/components/QRating.unocss.ts +36 -0
- package/src/node/plugins/quasar/unocss/components/QResponsive.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QScrollarea.unocss.ts +48 -0
- package/src/node/plugins/quasar/unocss/components/QSelect.unocss.ts +69 -0
- package/src/node/plugins/quasar/unocss/components/QSeparator.unocss.ts +38 -0
- package/src/node/plugins/quasar/unocss/components/QSkeleton.unocss.ts +192 -0
- package/src/node/plugins/quasar/unocss/components/QSlideItem.unocss.ts +38 -0
- package/src/node/plugins/quasar/unocss/components/QSlider.unocss.ts +246 -0
- package/src/node/plugins/quasar/unocss/components/QSpace.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QSpinner.unocss.ts +51 -0
- package/src/node/plugins/quasar/unocss/components/QSplitter.unocss.ts +58 -0
- package/src/node/plugins/quasar/unocss/components/QStepper.unocss.ts +150 -0
- package/src/node/plugins/quasar/unocss/components/QTabPanel.unocss.ts +10 -0
- package/src/node/plugins/quasar/unocss/components/QTable.unocss.ts +194 -0
- package/src/node/plugins/quasar/unocss/components/QTabs.unocss.ts +139 -0
- package/src/node/plugins/quasar/unocss/components/QTime.unocss.ts +195 -0
- package/src/node/plugins/quasar/unocss/components/QTimeline.unocss.ts +122 -0
- package/src/node/plugins/quasar/unocss/components/QToggle.unocss.ts +89 -0
- package/src/node/plugins/quasar/unocss/components/QToolbar.unocss.ts +22 -0
- package/src/node/plugins/quasar/unocss/components/QTooltip.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QTree.unocss.ts +124 -0
- package/src/node/plugins/quasar/unocss/components/QUploader.unocss.ts +107 -0
- package/src/node/plugins/quasar/unocss/components/QVideo.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QVirtualScroll.unocss.ts +26 -0
- package/src/node/plugins/quasar/unocss/composables/panel.unocss.ts +9 -0
- package/src/node/plugins/quasar/unocss/core/colors.unocss.ts +21 -0
- package/src/node/plugins/quasar/unocss/core/dark.unocss.ts +19 -0
- package/src/node/plugins/quasar/unocss/core/elevation.unocss.ts +94 -0
- package/src/node/plugins/quasar/unocss/core/flex.unocss.ts +99 -0
- package/src/node/plugins/quasar/unocss/core/helpers.unocss.ts +78 -0
- package/src/node/plugins/quasar/unocss/core/mouse.unocss.ts +46 -0
- package/src/node/plugins/quasar/unocss/core/orientation.unocss.ts +10 -0
- package/src/node/plugins/quasar/unocss/core/position.unocss.ts +81 -0
- package/src/node/plugins/quasar/unocss/core/size.unocss.ts +196 -0
- package/src/node/plugins/quasar/unocss/core/touch.unocss.ts +12 -0
- package/src/node/plugins/quasar/unocss/core/transitions.unocss.ts +392 -0
- package/src/node/plugins/quasar/unocss/core/typography.unocss.ts +192 -0
- package/src/node/plugins/quasar/unocss/core/visibility.unocss.ts +250 -0
- package/src/node/plugins/quasar/unocss/createSafelist.js +2549 -0
- package/src/node/plugins/quasar/unocss/directives/QMorph.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/directives/QRipple.unocss.ts +30 -0
- package/src/node/plugins/quasar/unocss/index.ts +1482 -0
- package/src/node/plugins/quasar/unocss/parse.js +132 -0
- package/src/node/plugins/quasar/unocss/plugins/QBottomSheet.unocss.ts +27 -0
- package/src/node/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.ts +16 -0
- package/src/node/plugins/quasar/unocss/plugins/QLoading.unocss.ts +24 -0
- package/src/node/plugins/quasar/unocss/plugins/QNotify.unocss.ts +266 -0
- package/src/node/plugins/quasar/unocss/theme.ts +452 -0
- package/src/node/plugins/quasar.ts +113 -4
- package/src/node/vitrify-config.ts +14 -7
- package/src/vite/fastify/server.ts +3 -1
- package/src/vite/vue/main.ts +2 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
// prettier-ignore
|
|
2
|
+
import { readFileSync, writeFileSync } from 'fs'
|
|
3
|
+
import css from 'css'
|
|
4
|
+
import { CssToTailwindTranslator } from 'css-to-tailwind-translator'
|
|
5
|
+
const quasarCss = readFileSync('./quasar.css', 'utf-8')
|
|
6
|
+
|
|
7
|
+
const output = css.parse(quasarCss)
|
|
8
|
+
// console.log(output.stylesheet.rules)
|
|
9
|
+
// console.log(output.stylesheet.rules.at(-1).declarations)
|
|
10
|
+
|
|
11
|
+
const cssToUnoCssMap = {}
|
|
12
|
+
|
|
13
|
+
const cssRuleToUnocss = (selector, declarations) => {
|
|
14
|
+
const cssProps = declarations
|
|
15
|
+
.map((declaration) => `${declaration.property}: ${declaration.value}`)
|
|
16
|
+
.join(';\n')
|
|
17
|
+
|
|
18
|
+
let subselector = ''
|
|
19
|
+
if (selector.includes(' ')) {
|
|
20
|
+
let split = selector.split(' ')
|
|
21
|
+
split = split.map((str, i) => {
|
|
22
|
+
if (i > 0) {
|
|
23
|
+
if (str.includes('__'))
|
|
24
|
+
return (
|
|
25
|
+
// prettier-ignore
|
|
26
|
+
str
|
|
27
|
+
// .replaceAll('> ', '>')
|
|
28
|
+
// .replaceAll('+ ', '+')
|
|
29
|
+
// .replaceAll(' >', '>')
|
|
30
|
+
// .replaceAll(' +', '+')
|
|
31
|
+
.replaceAll('__', '\\\\_\\\\_')
|
|
32
|
+
.replaceAll('\n', '')
|
|
33
|
+
)
|
|
34
|
+
}
|
|
35
|
+
return str
|
|
36
|
+
})
|
|
37
|
+
selector = split[0]
|
|
38
|
+
|
|
39
|
+
subselector = `[&_${split.slice(1).join('_')}]:`
|
|
40
|
+
}
|
|
41
|
+
if (selector.includes(':')) {
|
|
42
|
+
const selectorSplit = selector.split(':')
|
|
43
|
+
selector = selectorSplit[0]
|
|
44
|
+
subselector = subselector
|
|
45
|
+
? subselector.replace('[&', `[&:${selectorSplit.slice(1).join(':')}`)
|
|
46
|
+
: `[&:${selectorSplit.slice(1).join(':')}]:`
|
|
47
|
+
}
|
|
48
|
+
if (selector.slice(1).includes('.')) {
|
|
49
|
+
const selectorSplit = selector.split('.')
|
|
50
|
+
selector = selectorSplit.slice(0, 2).join('.')
|
|
51
|
+
subselector = subselector
|
|
52
|
+
? subselector.replace('[&', `[&.${selectorSplit.slice(2).join('.')}`)
|
|
53
|
+
: `[&.${selectorSplit.slice(2).join('.')}]:`
|
|
54
|
+
}
|
|
55
|
+
const typeMatch = selector.match(/(.*)\[type=(.*)\]/)
|
|
56
|
+
if (typeMatch) {
|
|
57
|
+
selector = typeMatch[1]
|
|
58
|
+
subselector = subselector
|
|
59
|
+
? subselector.replace('[&', `[&[type=${typeMatch[2]}]`)
|
|
60
|
+
: `[&[type=${typeMatch[2]}]]:`
|
|
61
|
+
}
|
|
62
|
+
if (selector.includes('q-btn--dense')) console.log(selector)
|
|
63
|
+
|
|
64
|
+
const cssCode = `
|
|
65
|
+
${selector} {
|
|
66
|
+
${cssProps}
|
|
67
|
+
}
|
|
68
|
+
`
|
|
69
|
+
|
|
70
|
+
const tailwindCss = CssToTailwindTranslator(cssCode)
|
|
71
|
+
|
|
72
|
+
cssToUnoCssMap[selector] = [
|
|
73
|
+
...(cssToUnoCssMap[selector] || []).concat(
|
|
74
|
+
`${subselector}${subselector ? '(' : ''}${tailwindCss.data[0].resultVal}${
|
|
75
|
+
subselector ? ')' : ''
|
|
76
|
+
}`.split(' ')
|
|
77
|
+
)
|
|
78
|
+
]
|
|
79
|
+
|
|
80
|
+
if (tailwindCss)
|
|
81
|
+
return `
|
|
82
|
+
[
|
|
83
|
+
/^${selector}$/,
|
|
84
|
+
(
|
|
85
|
+
[, c],
|
|
86
|
+
{ theme }
|
|
87
|
+
) => \`${subselector}(${tailwindCss.data[0].resultVal})\`
|
|
88
|
+
],
|
|
89
|
+
`
|
|
90
|
+
}
|
|
91
|
+
output.stylesheet.rules.forEach((rule) => {
|
|
92
|
+
if (rule.selectors?.length) {
|
|
93
|
+
return rule.selectors?.map((selector) =>
|
|
94
|
+
cssRuleToUnocss(selector, rule.declarations)
|
|
95
|
+
)
|
|
96
|
+
}
|
|
97
|
+
})
|
|
98
|
+
// console.log(unocssRules)
|
|
99
|
+
// writeFileSync('./unocssrules.js', unocssRules.flat().join('\n'))
|
|
100
|
+
|
|
101
|
+
// console.log(cssToUnoCssMap)
|
|
102
|
+
const unocssShortcuts = Object.entries(cssToUnoCssMap).map(
|
|
103
|
+
([selector, classes]) => {
|
|
104
|
+
if (selector.at(0) === '.') selector = selector.slice(1)
|
|
105
|
+
else return
|
|
106
|
+
return `
|
|
107
|
+
[
|
|
108
|
+
/^${selector}$/,
|
|
109
|
+
(
|
|
110
|
+
[, c],
|
|
111
|
+
{ theme }
|
|
112
|
+
) => \`${classes.join(' ')}\`
|
|
113
|
+
],
|
|
114
|
+
`
|
|
115
|
+
}
|
|
116
|
+
)
|
|
117
|
+
|
|
118
|
+
writeFileSync('./unocssshortcuts.js', unocssShortcuts.join('\n'))
|
|
119
|
+
writeFileSync(
|
|
120
|
+
'./unocssclasses.js',
|
|
121
|
+
Object.keys(cssToUnoCssMap)
|
|
122
|
+
.map((selector) => {
|
|
123
|
+
if (selector.at(0) === '.') selector = selector.slice(1)
|
|
124
|
+
else return ''
|
|
125
|
+
return `'${selector}'`
|
|
126
|
+
})
|
|
127
|
+
.filter((selector) => selector)
|
|
128
|
+
.join(',\n')
|
|
129
|
+
)
|
|
130
|
+
// console.log(
|
|
131
|
+
// Object.entries(cssToUnoCssMap).filter(([key, val]) => key.includes('field'))
|
|
132
|
+
// )
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-bottom-sheet$/, ([, c], { theme }) => `pb-[8px]`],
|
|
6
|
+
|
|
7
|
+
[/^q-bottom-sheet__avatar$/, ([, c], { theme }) => `rounded-[50%]`],
|
|
8
|
+
|
|
9
|
+
[
|
|
10
|
+
/^q-bottom-sheet--list$/,
|
|
11
|
+
([, c], { theme }) =>
|
|
12
|
+
`w-[400px] [&_.q-icon]:(text-[24px] w-[24px] h-[24px]) [&_img]:(text-[24px] w-[24px] h-[24px])`
|
|
13
|
+
],
|
|
14
|
+
|
|
15
|
+
[
|
|
16
|
+
/^q-bottom-sheet--grid$/,
|
|
17
|
+
([, c], { theme }) =>
|
|
18
|
+
`w-[700px] [&_.q-bottom-sheet\\_\\_item]:(p-[8px] text-center min-w-[100px]) [&_.q-icon]:(text-[48px] w-[48px] h-[48px] mb-[8px]) [&_img]:(text-[48px] w-[48px] h-[48px] mb-[8px]) [&_.q-bottom-sheet\\_\\_empty-icon]:(text-[48px] w-[48px] h-[48px] mb-[8px]) [&_.q-separator]:(mx-[0] my-[12px])`
|
|
19
|
+
],
|
|
20
|
+
|
|
21
|
+
[
|
|
22
|
+
/^q-bottom-sheet__item$/,
|
|
23
|
+
([, c], { theme }) => `flex-[0_0_33.3333%] sm:flex-[0_0_25%]`
|
|
24
|
+
]
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
export { shortcuts }
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[
|
|
6
|
+
/^q-dialog-plugin$/,
|
|
7
|
+
([, c], { theme }) =>
|
|
8
|
+
`w-[400px] [&_.q-card\\_\\_section_+_.q-card\\_\\_section]:(pt-0)`
|
|
9
|
+
],
|
|
10
|
+
|
|
11
|
+
[/^q-dialog-plugin__form$/, ([, c], { theme }) => `max-h-[50vh]`],
|
|
12
|
+
|
|
13
|
+
[/^q-dialog-plugin--progress$/, ([, c], { theme }) => `text-center`]
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
export { shortcuts }
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-loading$/, ([, c], { theme }) => `text-[#000] !fixed`],
|
|
6
|
+
|
|
7
|
+
[
|
|
8
|
+
/^q-loading__backdrop$/,
|
|
9
|
+
([, c], { theme }) =>
|
|
10
|
+
`fixed top-0 right-0 bottom-0 left-0 opacity-50 bg-[#000] [transition:background-color_0.28s]`
|
|
11
|
+
],
|
|
12
|
+
|
|
13
|
+
[
|
|
14
|
+
/^q-loading__box$/,
|
|
15
|
+
([, c], { theme }) => `rounded-[4px] p-[18px] text-[#fff] max-w-[450px]`
|
|
16
|
+
],
|
|
17
|
+
|
|
18
|
+
[
|
|
19
|
+
/^q-loading__message$/,
|
|
20
|
+
([, c], { theme }) => `mt-[40px] mx-[20px] mb-[0] text-center`
|
|
21
|
+
]
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
export { shortcuts }
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
import type { Preflight, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const preflighs: Preflight<QuasarTheme>[] = [
|
|
5
|
+
{
|
|
6
|
+
getCSS: ({ theme }) => `
|
|
7
|
+
body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--top {
|
|
8
|
+
top: 20px;
|
|
9
|
+
top: env(safe-area-inset-top);
|
|
10
|
+
}
|
|
11
|
+
body.q-ios-padding .q-notifications__list--center, body.q-ios-padding .q-notifications__list--bottom {
|
|
12
|
+
bottom: env(safe-area-inset-bottom);
|
|
13
|
+
}
|
|
14
|
+
@keyframes q-notif-badge {
|
|
15
|
+
15% {
|
|
16
|
+
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
|
17
|
+
}
|
|
18
|
+
30% {
|
|
19
|
+
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
|
20
|
+
}
|
|
21
|
+
45% {
|
|
22
|
+
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
|
23
|
+
}
|
|
24
|
+
60% {
|
|
25
|
+
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
|
26
|
+
}
|
|
27
|
+
75% {
|
|
28
|
+
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
@keyframes q-notif-progress {
|
|
32
|
+
0% {
|
|
33
|
+
transform: scaleX(1);
|
|
34
|
+
}
|
|
35
|
+
100% {
|
|
36
|
+
transform: scaleX(0);
|
|
37
|
+
}
|
|
38
|
+
}`
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
|
|
42
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
43
|
+
[
|
|
44
|
+
/^q-notifications__list$/,
|
|
45
|
+
([, c], { theme }) =>
|
|
46
|
+
`pointer-events-none left-0 right-0 mb-[10px] relative z-9500`
|
|
47
|
+
],
|
|
48
|
+
|
|
49
|
+
[/^q-notifications__list--center$/, ([, c], { theme }) => `top-0 bottom-0`],
|
|
50
|
+
|
|
51
|
+
[/^q-notifications__list--top$/, ([, c], { theme }) => `top-0`],
|
|
52
|
+
|
|
53
|
+
[/^q-notifications__list--bottom$/, ([, c], { theme }) => `bottom-0`],
|
|
54
|
+
|
|
55
|
+
[
|
|
56
|
+
/^q-notification$/,
|
|
57
|
+
([, c], { theme }) =>
|
|
58
|
+
`[box-shadow:0_1px_5px_rgba(0,_0,_0,_0.2),_0_2px_2px_rgba(0,_0,_0,_0.14),_0_3px_1px_-2px_rgba(0,_0,_0,_0.12)] rounded-[4px] inline-flex mt-[10px] mx-[10px] mb-[0] [transition:transform_1s,_opacity_1s] flex-shrink-0 max-w-[95vw] bg-[#323232] text-[#fff] text-[14px]
|
|
59
|
+
sm:max-w-65vw z-9500`
|
|
60
|
+
],
|
|
61
|
+
|
|
62
|
+
[
|
|
63
|
+
/^q-notification__icon$/,
|
|
64
|
+
([, c], { theme }) => `text-[24px] flex-[0_0_1em]`
|
|
65
|
+
],
|
|
66
|
+
|
|
67
|
+
[/^q-notification__icon--additional$/, ([, c], { theme }) => `mr-[16px]`],
|
|
68
|
+
|
|
69
|
+
[/^q-notification__avatar$/, ([, c], { theme }) => `text-[32px]`],
|
|
70
|
+
|
|
71
|
+
[/^q-notification__avatar--additional$/, ([, c], { theme }) => `mr-[8px]`],
|
|
72
|
+
|
|
73
|
+
[/^q-notification__spinner$/, ([, c], { theme }) => `text-[32px]`],
|
|
74
|
+
|
|
75
|
+
[/^q-notification__spinner--additional$/, ([, c], { theme }) => `mr-[8px]`],
|
|
76
|
+
|
|
77
|
+
[/^q-notification__message$/, ([, c], { theme }) => `px-[0] py-[8px]`],
|
|
78
|
+
|
|
79
|
+
[
|
|
80
|
+
/^q-notification__caption$/,
|
|
81
|
+
([, c], { theme }) => `text-[0.9em] opacity-70`
|
|
82
|
+
],
|
|
83
|
+
|
|
84
|
+
[/^q-notification__actions$/, ([, c], { theme }) => `text-primary`],
|
|
85
|
+
|
|
86
|
+
[
|
|
87
|
+
/^q-notification__badge$/,
|
|
88
|
+
([, c], { theme }) =>
|
|
89
|
+
`animate-[q-notif-badge_0.42s] px-[8px] py-[4px] absolute [box-shadow:0_1px_3px_rgba(0,_0,_0,_0.2),_0_1px_1px_rgba(0,_0,_0,_0.14),_0_2px_1px_-1px_rgba(0,_0,_0,_0.12)] text-[#fff] rounded-[4px] text-[12px] leading-[12px] bg-negative`
|
|
90
|
+
],
|
|
91
|
+
|
|
92
|
+
[
|
|
93
|
+
/^q-notification__badge--top-left$/,
|
|
94
|
+
([, c], { theme }) => `-top-[6px] -left-[22px]`
|
|
95
|
+
],
|
|
96
|
+
|
|
97
|
+
[
|
|
98
|
+
/^q-notification__badge--top-right$/,
|
|
99
|
+
([, c], { theme }) => `-top-[6px] -right-[22px]`
|
|
100
|
+
],
|
|
101
|
+
|
|
102
|
+
[
|
|
103
|
+
/^q-notification__badge--bottom-left$/,
|
|
104
|
+
([, c], { theme }) => `-bottom-[6px] -left-[22px]`
|
|
105
|
+
],
|
|
106
|
+
|
|
107
|
+
[
|
|
108
|
+
/^q-notification__badge--bottom-right$/,
|
|
109
|
+
([, c], { theme }) => `-bottom-[6px] -right-[22px]`
|
|
110
|
+
],
|
|
111
|
+
|
|
112
|
+
[
|
|
113
|
+
/^q-notification__progress$/,
|
|
114
|
+
([, c], { theme }) =>
|
|
115
|
+
`absolute h-[3px] bottom-0 -left-[10px] -right-[10px] animate-[q-notif-progress_linear] bg-current opacity-30 rounded-tl-[4px] rounded-br-[0] rounded-tr-[4px] rounded-bl-[0] origin-[0_50%] scale-x-0 -z-1`
|
|
116
|
+
],
|
|
117
|
+
|
|
118
|
+
[
|
|
119
|
+
/^q-notification--standard$/,
|
|
120
|
+
([, c], { theme }) =>
|
|
121
|
+
`px-[16px] py-[0] min-h-[48px] [&_.q-notification\\_\\_actions]:(pl-[8px] pr-[0] py-[6px] -mr-[8px])`
|
|
122
|
+
],
|
|
123
|
+
|
|
124
|
+
[
|
|
125
|
+
/^q-notification--multi-line$/,
|
|
126
|
+
([, c], { theme }) =>
|
|
127
|
+
`min-h-[68px] px-[16px] py-[8px] [&_.q-notification\\_\\_badge--top-left]:(-top-[15px]) [&_.q-notification\\_\\_badge--top-right]:(-top-[15px]) [&_.q-notification\\_\\_badge--bottom-left]:(-bottom-[15px]) [&_.q-notification\\_\\_badge--bottom-right]:(-bottom-[15px]) [&_.q-notification\\_\\_progress]:(-bottom-[8px]) [&_.q-notification\\_\\_actions]:(p-0) [&_.q-notification\\_\\_actions--with-media]:(pl-[25px])`
|
|
128
|
+
],
|
|
129
|
+
|
|
130
|
+
[
|
|
131
|
+
/^q-notification--top-left-enter-from$/,
|
|
132
|
+
([, c], { theme }) => `opacity-0 -translate-y-[50px] z-9499`
|
|
133
|
+
],
|
|
134
|
+
|
|
135
|
+
[
|
|
136
|
+
/^q-notification--top-left-leave-to$/,
|
|
137
|
+
([, c], { theme }) => `opacity-0 -translate-y-[50px] z-9499`
|
|
138
|
+
],
|
|
139
|
+
|
|
140
|
+
[
|
|
141
|
+
/^q-notification--top-enter-from$/,
|
|
142
|
+
([, c], { theme }) => `opacity-0 -translate-y-[50px] z-9499`
|
|
143
|
+
],
|
|
144
|
+
|
|
145
|
+
[
|
|
146
|
+
/^q-notification--top-leave-to$/,
|
|
147
|
+
([, c], { theme }) => `opacity-0 -translate-y-[50px] z-9499`
|
|
148
|
+
],
|
|
149
|
+
|
|
150
|
+
[
|
|
151
|
+
/^q-notification--top-right-enter-from$/,
|
|
152
|
+
([, c], { theme }) => `opacity-0 -translate-y-[50px] z-9499`
|
|
153
|
+
],
|
|
154
|
+
|
|
155
|
+
[
|
|
156
|
+
/^q-notification--top-right-leave-to$/,
|
|
157
|
+
([, c], { theme }) => `opacity-0 -translate-y-[50px] z-9499`
|
|
158
|
+
],
|
|
159
|
+
|
|
160
|
+
[
|
|
161
|
+
/^q-notification--left-enter-from$/,
|
|
162
|
+
([, c], { theme }) => `opacity-0 [transform:rotateX(90deg)] z-9499`
|
|
163
|
+
],
|
|
164
|
+
|
|
165
|
+
[
|
|
166
|
+
/^q-notification--left-leave-to$/,
|
|
167
|
+
([, c], { theme }) => `opacity-0 [transform:rotateX(90deg)] z-9499`
|
|
168
|
+
],
|
|
169
|
+
|
|
170
|
+
[
|
|
171
|
+
/^q-notification--center-enter-from$/,
|
|
172
|
+
([, c], { theme }) => `opacity-0 [transform:rotateX(90deg)] z-9499`
|
|
173
|
+
],
|
|
174
|
+
|
|
175
|
+
[
|
|
176
|
+
/^q-notification--center-leave-to$/,
|
|
177
|
+
([, c], { theme }) => `opacity-0 [transform:rotateX(90deg)] z-9499`
|
|
178
|
+
],
|
|
179
|
+
|
|
180
|
+
[
|
|
181
|
+
/^q-notification--right-enter-from$/,
|
|
182
|
+
([, c], { theme }) => `opacity-0 [transform:rotateX(90deg)] z-9499`
|
|
183
|
+
],
|
|
184
|
+
|
|
185
|
+
[
|
|
186
|
+
/^q-notification--right-leave-to$/,
|
|
187
|
+
([, c], { theme }) => `opacity-0 [transform:rotateX(90deg)] z-9499`
|
|
188
|
+
],
|
|
189
|
+
|
|
190
|
+
[
|
|
191
|
+
/^q-notification--bottom-left-enter-from$/,
|
|
192
|
+
([, c], { theme }) => `opacity-0 translate-y-[50px] z-9499`
|
|
193
|
+
],
|
|
194
|
+
|
|
195
|
+
[
|
|
196
|
+
/^q-notification--bottom-left-leave-to$/,
|
|
197
|
+
([, c], { theme }) => `opacity-0 translate-y-[50px] z-9499`
|
|
198
|
+
],
|
|
199
|
+
|
|
200
|
+
[
|
|
201
|
+
/^q-notification--bottom-enter-from$/,
|
|
202
|
+
([, c], { theme }) => `opacity-0 translate-y-[50px] z-9499`
|
|
203
|
+
],
|
|
204
|
+
|
|
205
|
+
[
|
|
206
|
+
/^q-notification--bottom-leave-to$/,
|
|
207
|
+
([, c], { theme }) => `opacity-0 translate-y-[50px] z-9499`
|
|
208
|
+
],
|
|
209
|
+
|
|
210
|
+
[
|
|
211
|
+
/^q-notification--bottom-right-enter-from$/,
|
|
212
|
+
([, c], { theme }) => `opacity-0 translate-y-[50px] z-9499`
|
|
213
|
+
],
|
|
214
|
+
|
|
215
|
+
[
|
|
216
|
+
/^q-notification--bottom-right-leave-to$/,
|
|
217
|
+
([, c], { theme }) => `opacity-0 translate-y-[50px] z-9499`
|
|
218
|
+
],
|
|
219
|
+
|
|
220
|
+
[
|
|
221
|
+
/^q-notification--top-left-leave-active$/,
|
|
222
|
+
([, c], { theme }) => `absolute ml-0 mr-0`
|
|
223
|
+
],
|
|
224
|
+
|
|
225
|
+
[
|
|
226
|
+
/^q-notification--top-leave-active$/,
|
|
227
|
+
([, c], { theme }) => `absolute ml-0 mr-0 top-0`
|
|
228
|
+
],
|
|
229
|
+
|
|
230
|
+
[
|
|
231
|
+
/^q-notification--top-right-leave-active$/,
|
|
232
|
+
([, c], { theme }) => `absolute ml-0 mr-0`
|
|
233
|
+
],
|
|
234
|
+
|
|
235
|
+
[
|
|
236
|
+
/^q-notification--left-leave-active$/,
|
|
237
|
+
([, c], { theme }) => `absolute ml-0 mr-0`
|
|
238
|
+
],
|
|
239
|
+
|
|
240
|
+
[
|
|
241
|
+
/^q-notification--center-leave-active$/,
|
|
242
|
+
([, c], { theme }) => `absolute ml-0 mr-0 top-0`
|
|
243
|
+
],
|
|
244
|
+
|
|
245
|
+
[
|
|
246
|
+
/^q-notification--right-leave-active$/,
|
|
247
|
+
([, c], { theme }) => `absolute ml-0 mr-0`
|
|
248
|
+
],
|
|
249
|
+
|
|
250
|
+
[
|
|
251
|
+
/^q-notification--bottom-left-leave-active$/,
|
|
252
|
+
([, c], { theme }) => `absolute ml-0 mr-0 bottom-0`
|
|
253
|
+
],
|
|
254
|
+
|
|
255
|
+
[
|
|
256
|
+
/^q-notification--bottom-leave-active$/,
|
|
257
|
+
([, c], { theme }) => `absolute ml-0 mr-0 bottom-0`
|
|
258
|
+
],
|
|
259
|
+
|
|
260
|
+
[
|
|
261
|
+
/^q-notification--bottom-right-leave-active$/,
|
|
262
|
+
([, c], { theme }) => `absolute ml-0 mr-0 bottom-0`
|
|
263
|
+
]
|
|
264
|
+
]
|
|
265
|
+
|
|
266
|
+
export { shortcuts }
|