vitrify 0.16.3 → 0.17.0

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.
Files changed (293) hide show
  1. package/dist/frameworks/vue/prerender.js +8 -4
  2. package/dist/index.js +27 -1
  3. package/dist/plugins/quasar/unocss/components/QAjaxBar.unocss.js +20 -0
  4. package/dist/plugins/quasar/unocss/components/QAvatar.unocss.js +12 -0
  5. package/dist/plugins/quasar/unocss/components/QBadge.unocss.js +22 -0
  6. package/dist/plugins/quasar/unocss/components/QBanner.unocss.js +24 -0
  7. package/dist/plugins/quasar/unocss/components/QBar.unocss.js +26 -0
  8. package/dist/plugins/quasar/unocss/components/QBreadcrumbs.unocss.js +13 -0
  9. package/dist/plugins/quasar/unocss/components/QBtn.unocss.js +62 -0
  10. package/dist/plugins/quasar/unocss/components/QBtnDropdown.unocss.js +19 -0
  11. package/dist/plugins/quasar/unocss/components/QBtnGroup.unocss.js +30 -0
  12. package/dist/plugins/quasar/unocss/components/QBtnToggle.unocss.js +4 -0
  13. package/dist/plugins/quasar/unocss/components/QCard.unocss.js +57 -0
  14. package/dist/plugins/quasar/unocss/components/QCarousel.unocss.js +82 -0
  15. package/dist/plugins/quasar/unocss/components/QChatMessage.unocss.js +38 -0
  16. package/dist/plugins/quasar/unocss/components/QCheckbox.unocss.js +65 -0
  17. package/dist/plugins/quasar/unocss/components/QChip.unocss.js +90 -0
  18. package/dist/plugins/quasar/unocss/components/QCircularProgress.unocss.js +32 -0
  19. package/dist/plugins/quasar/unocss/components/QColorPicker.unocss.js +174 -0
  20. package/dist/plugins/quasar/unocss/components/QDate.unocss.js +122 -0
  21. package/dist/plugins/quasar/unocss/components/QDialog.unocss.js +110 -0
  22. package/dist/plugins/quasar/unocss/components/QDrawer.unocss.js +53 -0
  23. package/dist/plugins/quasar/unocss/components/QEditor.unocss.js +66 -0
  24. package/dist/plugins/quasar/unocss/components/QExpansionItem.unocss.js +38 -0
  25. package/dist/plugins/quasar/unocss/components/QFab.unocss.js +100 -0
  26. package/dist/plugins/quasar/unocss/components/QField.unocss.js +153 -0
  27. package/dist/plugins/quasar/unocss/components/QFile.unocss.js +15 -0
  28. package/dist/plugins/quasar/unocss/components/QFooter.unocss.js +12 -0
  29. package/dist/plugins/quasar/unocss/components/QForm.unocss.js +4 -0
  30. package/dist/plugins/quasar/unocss/components/QHeader.unocss.js +13 -0
  31. package/dist/plugins/quasar/unocss/components/QIcon.unocss.js +22 -0
  32. package/dist/plugins/quasar/unocss/components/QImg.unocss.js +29 -0
  33. package/dist/plugins/quasar/unocss/components/QInnerLoading.unocss.js +9 -0
  34. package/dist/plugins/quasar/unocss/components/QInput.unocss.js +27 -0
  35. package/dist/plugins/quasar/unocss/components/QIntersection.unocss.js +4 -0
  36. package/dist/plugins/quasar/unocss/components/QItem.unocss.js +71 -0
  37. package/dist/plugins/quasar/unocss/components/QKnob.unocss.js +13 -0
  38. package/dist/plugins/quasar/unocss/components/QLayout.unocss.js +81 -0
  39. package/dist/plugins/quasar/unocss/components/QLinearProgress.unocss.js +80 -0
  40. package/dist/plugins/quasar/unocss/components/QMenu.unocss.js +12 -0
  41. package/dist/plugins/quasar/unocss/components/QOptionGroup.unocss.js +4 -0
  42. package/dist/plugins/quasar/unocss/components/QPage.unocss.js +4 -0
  43. package/dist/plugins/quasar/unocss/components/QPageSticky.unocss.js +7 -0
  44. package/dist/plugins/quasar/unocss/components/QPagination.unocss.js +15 -0
  45. package/dist/plugins/quasar/unocss/components/QParallax.unocss.js +11 -0
  46. package/dist/plugins/quasar/unocss/components/QPopupEdit.unocss.js +8 -0
  47. package/dist/plugins/quasar/unocss/components/QPullToRefresh.unocss.js +12 -0
  48. package/dist/plugins/quasar/unocss/components/QRadio.unocss.js +60 -0
  49. package/dist/plugins/quasar/unocss/components/QRating.unocss.js +23 -0
  50. package/dist/plugins/quasar/unocss/components/QResponsive.unocss.js +12 -0
  51. package/dist/plugins/quasar/unocss/components/QScrollarea.unocss.js +31 -0
  52. package/dist/plugins/quasar/unocss/components/QSelect.unocss.js +56 -0
  53. package/dist/plugins/quasar/unocss/components/QSeparator.unocss.js +26 -0
  54. package/dist/plugins/quasar/unocss/components/QSkeleton.unocss.js +153 -0
  55. package/dist/plugins/quasar/unocss/components/QSlideItem.unocss.js +24 -0
  56. package/dist/plugins/quasar/unocss/components/QSlider.unocss.js +163 -0
  57. package/dist/plugins/quasar/unocss/components/QSpace.unocss.js +4 -0
  58. package/dist/plugins/quasar/unocss/components/QSpinner.unocss.js +44 -0
  59. package/dist/plugins/quasar/unocss/components/QSplitter.unocss.js +39 -0
  60. package/dist/plugins/quasar/unocss/components/QStepper.unocss.js +102 -0
  61. package/dist/plugins/quasar/unocss/components/QTabPanel.unocss.js +5 -0
  62. package/dist/plugins/quasar/unocss/components/QTable.unocss.js +132 -0
  63. package/dist/plugins/quasar/unocss/components/QTabs.unocss.js +96 -0
  64. package/dist/plugins/quasar/unocss/components/QTime.unocss.js +123 -0
  65. package/dist/plugins/quasar/unocss/components/QTimeline.unocss.js +80 -0
  66. package/dist/plugins/quasar/unocss/components/QToggle.unocss.js +67 -0
  67. package/dist/plugins/quasar/unocss/components/QToolbar.unocss.js +14 -0
  68. package/dist/plugins/quasar/unocss/components/QTooltip.unocss.js +11 -0
  69. package/dist/plugins/quasar/unocss/components/QTree.unocss.js +87 -0
  70. package/dist/plugins/quasar/unocss/components/QUploader.unocss.js +72 -0
  71. package/dist/plugins/quasar/unocss/components/QVideo.unocss.js +11 -0
  72. package/dist/plugins/quasar/unocss/components/QVirtualScroll.unocss.js +16 -0
  73. package/dist/plugins/quasar/unocss/composables/panel.unocss.js +5 -0
  74. package/dist/plugins/quasar/unocss/core/colors.unocss.js +17 -0
  75. package/dist/plugins/quasar/unocss/core/dark.unocss.js +14 -0
  76. package/dist/plugins/quasar/unocss/core/elevation.unocss.js +67 -0
  77. package/dist/plugins/quasar/unocss/core/flex.unocss.js +76 -0
  78. package/dist/plugins/quasar/unocss/core/helpers.unocss.js +57 -0
  79. package/dist/plugins/quasar/unocss/core/mouse.unocss.js +32 -0
  80. package/dist/plugins/quasar/unocss/core/orientation.unocss.js +5 -0
  81. package/dist/plugins/quasar/unocss/core/position.unocss.js +48 -0
  82. package/dist/plugins/quasar/unocss/core/size.unocss.js +98 -0
  83. package/dist/plugins/quasar/unocss/core/touch.unocss.js +6 -0
  84. package/dist/plugins/quasar/unocss/core/transitions.unocss.js +271 -0
  85. package/dist/plugins/quasar/unocss/core/typography.unocss.js +147 -0
  86. package/dist/plugins/quasar/unocss/core/visibility.unocss.js +219 -0
  87. package/dist/plugins/quasar/unocss/directives/QMorph.unocss.js +11 -0
  88. package/dist/plugins/quasar/unocss/directives/QRipple.unocss.js +19 -0
  89. package/dist/plugins/quasar/unocss/index.js +1249 -0
  90. package/dist/plugins/quasar/unocss/plugins/QBottomSheet.unocss.js +17 -0
  91. package/dist/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.js +9 -0
  92. package/dist/plugins/quasar/unocss/plugins/QLoading.unocss.js +16 -0
  93. package/dist/plugins/quasar/unocss/plugins/QNotify.unocss.js +207 -0
  94. package/dist/plugins/quasar/unocss/theme.js +439 -0
  95. package/dist/plugins/quasar.js +104 -4
  96. package/dist/types/frameworks/vue/server.d.ts +3 -3
  97. package/dist/types/index.d.ts +2 -0
  98. package/dist/types/plugins/quasar/unocss/components/QAjaxBar.unocss.d.ts +4 -0
  99. package/dist/types/plugins/quasar/unocss/components/QAvatar.unocss.d.ts +4 -0
  100. package/dist/types/plugins/quasar/unocss/components/QBadge.unocss.d.ts +4 -0
  101. package/dist/types/plugins/quasar/unocss/components/QBanner.unocss.d.ts +4 -0
  102. package/dist/types/plugins/quasar/unocss/components/QBar.unocss.d.ts +4 -0
  103. package/dist/types/plugins/quasar/unocss/components/QBreadcrumbs.unocss.d.ts +5 -0
  104. package/dist/types/plugins/quasar/unocss/components/QBtn.unocss.d.ts +4 -0
  105. package/dist/types/plugins/quasar/unocss/components/QBtnDropdown.unocss.d.ts +4 -0
  106. package/dist/types/plugins/quasar/unocss/components/QBtnGroup.unocss.d.ts +4 -0
  107. package/dist/types/plugins/quasar/unocss/components/QBtnToggle.unocss.d.ts +4 -0
  108. package/dist/types/plugins/quasar/unocss/components/QCard.unocss.d.ts +4 -0
  109. package/dist/types/plugins/quasar/unocss/components/QCarousel.unocss.d.ts +4 -0
  110. package/dist/types/plugins/quasar/unocss/components/QChatMessage.unocss.d.ts +4 -0
  111. package/dist/types/plugins/quasar/unocss/components/QCheckbox.unocss.d.ts +5 -0
  112. package/dist/types/plugins/quasar/unocss/components/QChip.unocss.d.ts +5 -0
  113. package/dist/types/plugins/quasar/unocss/components/QCircularProgress.unocss.d.ts +5 -0
  114. package/dist/types/plugins/quasar/unocss/components/QColorPicker.unocss.d.ts +4 -0
  115. package/dist/types/plugins/quasar/unocss/components/QDate.unocss.d.ts +4 -0
  116. package/dist/types/plugins/quasar/unocss/components/QDialog.unocss.d.ts +5 -0
  117. package/dist/types/plugins/quasar/unocss/components/QDrawer.unocss.d.ts +4 -0
  118. package/dist/types/plugins/quasar/unocss/components/QEditor.unocss.d.ts +4 -0
  119. package/dist/types/plugins/quasar/unocss/components/QExpansionItem.unocss.d.ts +4 -0
  120. package/dist/types/plugins/quasar/unocss/components/QFab.unocss.d.ts +4 -0
  121. package/dist/types/plugins/quasar/unocss/components/QField.unocss.d.ts +5 -0
  122. package/dist/types/plugins/quasar/unocss/components/QFile.unocss.d.ts +4 -0
  123. package/dist/types/plugins/quasar/unocss/components/QFooter.unocss.d.ts +4 -0
  124. package/dist/types/plugins/quasar/unocss/components/QForm.unocss.d.ts +4 -0
  125. package/dist/types/plugins/quasar/unocss/components/QHeader.unocss.d.ts +4 -0
  126. package/dist/types/plugins/quasar/unocss/components/QIcon.unocss.d.ts +4 -0
  127. package/dist/types/plugins/quasar/unocss/components/QImg.unocss.d.ts +4 -0
  128. package/dist/types/plugins/quasar/unocss/components/QInnerLoading.unocss.d.ts +4 -0
  129. package/dist/types/plugins/quasar/unocss/components/QInput.unocss.d.ts +4 -0
  130. package/dist/types/plugins/quasar/unocss/components/QIntersection.unocss.d.ts +4 -0
  131. package/dist/types/plugins/quasar/unocss/components/QItem.unocss.d.ts +4 -0
  132. package/dist/types/plugins/quasar/unocss/components/QKnob.unocss.d.ts +4 -0
  133. package/dist/types/plugins/quasar/unocss/components/QLayout.unocss.d.ts +5 -0
  134. package/dist/types/plugins/quasar/unocss/components/QLinearProgress.unocss.d.ts +5 -0
  135. package/dist/types/plugins/quasar/unocss/components/QMenu.unocss.d.ts +4 -0
  136. package/dist/types/plugins/quasar/unocss/components/QOptionGroup.unocss.d.ts +4 -0
  137. package/dist/types/plugins/quasar/unocss/components/QPage.unocss.d.ts +4 -0
  138. package/dist/types/plugins/quasar/unocss/components/QPageSticky.unocss.d.ts +4 -0
  139. package/dist/types/plugins/quasar/unocss/components/QPagination.unocss.d.ts +4 -0
  140. package/dist/types/plugins/quasar/unocss/components/QParallax.unocss.d.ts +4 -0
  141. package/dist/types/plugins/quasar/unocss/components/QPopupEdit.unocss.d.ts +4 -0
  142. package/dist/types/plugins/quasar/unocss/components/QPullToRefresh.unocss.d.ts +4 -0
  143. package/dist/types/plugins/quasar/unocss/components/QRadio.unocss.d.ts +5 -0
  144. package/dist/types/plugins/quasar/unocss/components/QRating.unocss.d.ts +4 -0
  145. package/dist/types/plugins/quasar/unocss/components/QResponsive.unocss.d.ts +4 -0
  146. package/dist/types/plugins/quasar/unocss/components/QScrollarea.unocss.d.ts +4 -0
  147. package/dist/types/plugins/quasar/unocss/components/QSelect.unocss.d.ts +5 -0
  148. package/dist/types/plugins/quasar/unocss/components/QSeparator.unocss.d.ts +4 -0
  149. package/dist/types/plugins/quasar/unocss/components/QSkeleton.unocss.d.ts +5 -0
  150. package/dist/types/plugins/quasar/unocss/components/QSlideItem.unocss.d.ts +4 -0
  151. package/dist/types/plugins/quasar/unocss/components/QSlider.unocss.d.ts +4 -0
  152. package/dist/types/plugins/quasar/unocss/components/QSpace.unocss.d.ts +4 -0
  153. package/dist/types/plugins/quasar/unocss/components/QSpinner.unocss.d.ts +5 -0
  154. package/dist/types/plugins/quasar/unocss/components/QSplitter.unocss.d.ts +4 -0
  155. package/dist/types/plugins/quasar/unocss/components/QStepper.unocss.d.ts +4 -0
  156. package/dist/types/plugins/quasar/unocss/components/QTabPanel.unocss.d.ts +4 -0
  157. package/dist/types/plugins/quasar/unocss/components/QTable.unocss.d.ts +5 -0
  158. package/dist/types/plugins/quasar/unocss/components/QTabs.unocss.d.ts +4 -0
  159. package/dist/types/plugins/quasar/unocss/components/QTime.unocss.d.ts +4 -0
  160. package/dist/types/plugins/quasar/unocss/components/QTimeline.unocss.d.ts +4 -0
  161. package/dist/types/plugins/quasar/unocss/components/QToggle.unocss.d.ts +5 -0
  162. package/dist/types/plugins/quasar/unocss/components/QToolbar.unocss.d.ts +4 -0
  163. package/dist/types/plugins/quasar/unocss/components/QTooltip.unocss.d.ts +4 -0
  164. package/dist/types/plugins/quasar/unocss/components/QTree.unocss.d.ts +5 -0
  165. package/dist/types/plugins/quasar/unocss/components/QUploader.unocss.d.ts +4 -0
  166. package/dist/types/plugins/quasar/unocss/components/QVideo.unocss.d.ts +4 -0
  167. package/dist/types/plugins/quasar/unocss/components/QVirtualScroll.unocss.d.ts +4 -0
  168. package/dist/types/plugins/quasar/unocss/composables/panel.unocss.d.ts +4 -0
  169. package/dist/types/plugins/quasar/unocss/core/colors.unocss.d.ts +4 -0
  170. package/dist/types/plugins/quasar/unocss/core/dark.unocss.d.ts +5 -0
  171. package/dist/types/plugins/quasar/unocss/core/elevation.unocss.d.ts +4 -0
  172. package/dist/types/plugins/quasar/unocss/core/flex.unocss.d.ts +4 -0
  173. package/dist/types/plugins/quasar/unocss/core/helpers.unocss.d.ts +6 -0
  174. package/dist/types/plugins/quasar/unocss/core/mouse.unocss.d.ts +5 -0
  175. package/dist/types/plugins/quasar/unocss/core/orientation.unocss.d.ts +4 -0
  176. package/dist/types/plugins/quasar/unocss/core/position.unocss.d.ts +4 -0
  177. package/dist/types/plugins/quasar/unocss/core/size.unocss.d.ts +4 -0
  178. package/dist/types/plugins/quasar/unocss/core/touch.unocss.d.ts +4 -0
  179. package/dist/types/plugins/quasar/unocss/core/transitions.unocss.d.ts +4 -0
  180. package/dist/types/plugins/quasar/unocss/core/typography.unocss.d.ts +5 -0
  181. package/dist/types/plugins/quasar/unocss/core/visibility.unocss.d.ts +6 -0
  182. package/dist/types/plugins/quasar/unocss/directives/QMorph.unocss.d.ts +4 -0
  183. package/dist/types/plugins/quasar/unocss/directives/QRipple.unocss.d.ts +4 -0
  184. package/dist/types/plugins/quasar/unocss/index.d.ts +11 -0
  185. package/dist/types/plugins/quasar/unocss/plugins/QBottomSheet.unocss.d.ts +4 -0
  186. package/dist/types/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.d.ts +4 -0
  187. package/dist/types/plugins/quasar/unocss/plugins/QLoading.unocss.d.ts +4 -0
  188. package/dist/types/plugins/quasar/unocss/plugins/QNotify.unocss.d.ts +4 -0
  189. package/dist/types/plugins/quasar/unocss/theme.d.ts +425 -0
  190. package/dist/types/plugins/quasar.d.ts +1 -0
  191. package/dist/types/vitrify-config.d.ts +11 -3
  192. package/package.json +23 -16
  193. package/src/node/frameworks/vue/prerender.ts +12 -4
  194. package/src/node/frameworks/vue/server.ts +3 -3
  195. package/src/node/index.ts +33 -3
  196. package/src/node/plugins/quasar/unocss/components/QAjaxBar.unocss.ts +24 -0
  197. package/src/node/plugins/quasar/unocss/components/QAvatar.unocss.ts +20 -0
  198. package/src/node/plugins/quasar/unocss/components/QBadge.unocss.ts +34 -0
  199. package/src/node/plugins/quasar/unocss/components/QBanner.unocss.ts +32 -0
  200. package/src/node/plugins/quasar/unocss/components/QBar.unocss.ts +30 -0
  201. package/src/node/plugins/quasar/unocss/components/QBreadcrumbs.unocss.ts +18 -0
  202. package/src/node/plugins/quasar/unocss/components/QBtn.unocss.ts +93 -0
  203. package/src/node/plugins/quasar/unocss/components/QBtnDropdown.unocss.ts +27 -0
  204. package/src/node/plugins/quasar/unocss/components/QBtnGroup.unocss.ts +48 -0
  205. package/src/node/plugins/quasar/unocss/components/QBtnToggle.unocss.ts +8 -0
  206. package/src/node/plugins/quasar/unocss/components/QCard.unocss.ts +64 -0
  207. package/src/node/plugins/quasar/unocss/components/QCarousel.unocss.ts +115 -0
  208. package/src/node/plugins/quasar/unocss/components/QChatMessage.unocss.ts +59 -0
  209. package/src/node/plugins/quasar/unocss/components/QCheckbox.unocss.ts +89 -0
  210. package/src/node/plugins/quasar/unocss/components/QChip.unocss.ts +98 -0
  211. package/src/node/plugins/quasar/unocss/components/QCircularProgress.unocss.ts +41 -0
  212. package/src/node/plugins/quasar/unocss/components/QColorPicker.unocss.ts +178 -0
  213. package/src/node/plugins/quasar/unocss/components/QDate.unocss.ts +181 -0
  214. package/src/node/plugins/quasar/unocss/components/QDialog.unocss.ts +118 -0
  215. package/src/node/plugins/quasar/unocss/components/QDrawer.unocss.ts +76 -0
  216. package/src/node/plugins/quasar/unocss/components/QEditor.unocss.ts +85 -0
  217. package/src/node/plugins/quasar/unocss/components/QExpansionItem.unocss.ts +54 -0
  218. package/src/node/plugins/quasar/unocss/components/QFab.unocss.ts +148 -0
  219. package/src/node/plugins/quasar/unocss/components/QField.unocss.ts +220 -0
  220. package/src/node/plugins/quasar/unocss/components/QFile.unocss.ts +23 -0
  221. package/src/node/plugins/quasar/unocss/components/QFooter.unocss.ts +19 -0
  222. package/src/node/plugins/quasar/unocss/components/QForm.unocss.ts +8 -0
  223. package/src/node/plugins/quasar/unocss/components/QHeader.unocss.ts +20 -0
  224. package/src/node/plugins/quasar/unocss/components/QIcon.unocss.ts +30 -0
  225. package/src/node/plugins/quasar/unocss/components/QImg.unocss.ts +43 -0
  226. package/src/node/plugins/quasar/unocss/components/QInnerLoading.unocss.ts +16 -0
  227. package/src/node/plugins/quasar/unocss/components/QInput.unocss.ts +40 -0
  228. package/src/node/plugins/quasar/unocss/components/QIntersection.unocss.ts +8 -0
  229. package/src/node/plugins/quasar/unocss/components/QItem.unocss.ts +102 -0
  230. package/src/node/plugins/quasar/unocss/components/QKnob.unocss.ts +22 -0
  231. package/src/node/plugins/quasar/unocss/components/QLayout.unocss.ts +91 -0
  232. package/src/node/plugins/quasar/unocss/components/QLinearProgress.unocss.ts +104 -0
  233. package/src/node/plugins/quasar/unocss/components/QMenu.unocss.ts +20 -0
  234. package/src/node/plugins/quasar/unocss/components/QOptionGroup.unocss.ts +8 -0
  235. package/src/node/plugins/quasar/unocss/components/QPage.unocss.ts +8 -0
  236. package/src/node/plugins/quasar/unocss/components/QPageSticky.unocss.ts +12 -0
  237. package/src/node/plugins/quasar/unocss/components/QPagination.unocss.ts +24 -0
  238. package/src/node/plugins/quasar/unocss/components/QParallax.unocss.ts +18 -0
  239. package/src/node/plugins/quasar/unocss/components/QPopupEdit.unocss.ts +13 -0
  240. package/src/node/plugins/quasar/unocss/components/QPullToRefresh.unocss.ts +19 -0
  241. package/src/node/plugins/quasar/unocss/components/QRadio.unocss.ts +82 -0
  242. package/src/node/plugins/quasar/unocss/components/QRating.unocss.ts +36 -0
  243. package/src/node/plugins/quasar/unocss/components/QResponsive.unocss.ts +20 -0
  244. package/src/node/plugins/quasar/unocss/components/QScrollarea.unocss.ts +48 -0
  245. package/src/node/plugins/quasar/unocss/components/QSelect.unocss.ts +69 -0
  246. package/src/node/plugins/quasar/unocss/components/QSeparator.unocss.ts +38 -0
  247. package/src/node/plugins/quasar/unocss/components/QSkeleton.unocss.ts +192 -0
  248. package/src/node/plugins/quasar/unocss/components/QSlideItem.unocss.ts +38 -0
  249. package/src/node/plugins/quasar/unocss/components/QSlider.unocss.ts +246 -0
  250. package/src/node/plugins/quasar/unocss/components/QSpace.unocss.ts +8 -0
  251. package/src/node/plugins/quasar/unocss/components/QSpinner.unocss.ts +51 -0
  252. package/src/node/plugins/quasar/unocss/components/QSplitter.unocss.ts +58 -0
  253. package/src/node/plugins/quasar/unocss/components/QStepper.unocss.ts +150 -0
  254. package/src/node/plugins/quasar/unocss/components/QTabPanel.unocss.ts +10 -0
  255. package/src/node/plugins/quasar/unocss/components/QTable.unocss.ts +194 -0
  256. package/src/node/plugins/quasar/unocss/components/QTabs.unocss.ts +139 -0
  257. package/src/node/plugins/quasar/unocss/components/QTime.unocss.ts +195 -0
  258. package/src/node/plugins/quasar/unocss/components/QTimeline.unocss.ts +122 -0
  259. package/src/node/plugins/quasar/unocss/components/QToggle.unocss.ts +89 -0
  260. package/src/node/plugins/quasar/unocss/components/QToolbar.unocss.ts +22 -0
  261. package/src/node/plugins/quasar/unocss/components/QTooltip.unocss.ts +18 -0
  262. package/src/node/plugins/quasar/unocss/components/QTree.unocss.ts +124 -0
  263. package/src/node/plugins/quasar/unocss/components/QUploader.unocss.ts +107 -0
  264. package/src/node/plugins/quasar/unocss/components/QVideo.unocss.ts +18 -0
  265. package/src/node/plugins/quasar/unocss/components/QVirtualScroll.unocss.ts +26 -0
  266. package/src/node/plugins/quasar/unocss/composables/panel.unocss.ts +9 -0
  267. package/src/node/plugins/quasar/unocss/core/colors.unocss.ts +21 -0
  268. package/src/node/plugins/quasar/unocss/core/dark.unocss.ts +19 -0
  269. package/src/node/plugins/quasar/unocss/core/elevation.unocss.ts +94 -0
  270. package/src/node/plugins/quasar/unocss/core/flex.unocss.ts +99 -0
  271. package/src/node/plugins/quasar/unocss/core/helpers.unocss.ts +78 -0
  272. package/src/node/plugins/quasar/unocss/core/mouse.unocss.ts +46 -0
  273. package/src/node/plugins/quasar/unocss/core/orientation.unocss.ts +10 -0
  274. package/src/node/plugins/quasar/unocss/core/position.unocss.ts +81 -0
  275. package/src/node/plugins/quasar/unocss/core/size.unocss.ts +196 -0
  276. package/src/node/plugins/quasar/unocss/core/touch.unocss.ts +12 -0
  277. package/src/node/plugins/quasar/unocss/core/transitions.unocss.ts +392 -0
  278. package/src/node/plugins/quasar/unocss/core/typography.unocss.ts +192 -0
  279. package/src/node/plugins/quasar/unocss/core/visibility.unocss.ts +250 -0
  280. package/src/node/plugins/quasar/unocss/createSafelist.js +2549 -0
  281. package/src/node/plugins/quasar/unocss/directives/QMorph.unocss.ts +18 -0
  282. package/src/node/plugins/quasar/unocss/directives/QRipple.unocss.ts +30 -0
  283. package/src/node/plugins/quasar/unocss/index.ts +1443 -0
  284. package/src/node/plugins/quasar/unocss/parse.js +132 -0
  285. package/src/node/plugins/quasar/unocss/plugins/QBottomSheet.unocss.ts +27 -0
  286. package/src/node/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.ts +16 -0
  287. package/src/node/plugins/quasar/unocss/plugins/QLoading.unocss.ts +24 -0
  288. package/src/node/plugins/quasar/unocss/plugins/QNotify.unocss.ts +266 -0
  289. package/src/node/plugins/quasar/unocss/theme.ts +452 -0
  290. package/src/node/plugins/quasar.ts +113 -4
  291. package/src/node/vitrify-config.ts +14 -7
  292. package/src/vite/fastify/server.ts +3 -1
  293. package/src/vite/vue/main.ts +1 -0
@@ -0,0 +1,12 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-menu$/,
4
+ ([, c], { theme }) => `!fixed inline-block max-w-[95vw] max-h-[65vh] [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)] bg-[#fff] rounded-[4px] overflow-y-auto overflow-x-hidden outline-0 z-6000`
5
+ ],
6
+ [/^q-menu--square$/, ([, c], { theme }) => `rounded-none`],
7
+ [
8
+ /^q-menu--dark$/,
9
+ ([, c], { theme }) => `[box-shadow:0_1px_5px_rgba(255,_255,_255,_0.2),_0_2px_2px_rgba(255,_255,_255,_0.14),_0_3px_1px_-2px_rgba(255,_255,_255,_0.12)]`
10
+ ]
11
+ ];
12
+ export { shortcuts };
@@ -0,0 +1,4 @@
1
+ const shortcuts = [
2
+ [/^q-option-group--inline$/, ([, c], { theme }) => `[&_>_div]:(inline-block)`]
3
+ ];
4
+ export { shortcuts };
@@ -0,0 +1,4 @@
1
+ const shortcuts = [
2
+ [/^q-page$/, ([, c], { theme }) => `relative`]
3
+ ];
4
+ export { shortcuts };
@@ -0,0 +1,7 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-page-sticky--shrink$/,
4
+ ([, c], { theme }) => `pointer-events-none [&_>_div]:(inline-block pointer-events-auto)`
5
+ ]
6
+ ];
7
+ export { shortcuts };
@@ -0,0 +1,15 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-pagination$/,
4
+ ([, c], { theme }) => `[&_input]:(text-center) [&_input::-webkit-outer-spin-button]:(m-0) [&_input::-webkit-inner-spin-button]:(m-0)`
5
+ ],
6
+ [
7
+ /^q-pagination__content$/,
8
+ ([, c], { theme }) => `mt-[var(--q-pagination-gutter-parent)] ml-[var(--q-pagination-gutter-parent)] [&_>_.q-btn]:(mt-[var(--q-pagination-gutter-child)] ml-[var(--q-pagination-gutter-child)]) [&_>_.q-input]:(mt-[var(--q-pagination-gutter-child)] ml-[var(--q-pagination-gutter-child)])`
9
+ ],
10
+ [
11
+ /^q-pagination__middle$/,
12
+ ([, c], { theme }) => `[&_>_.q-btn]:(mt-[var(--q-pagination-gutter-child)] ml-[var(--q-pagination-gutter-child)])`
13
+ ]
14
+ ];
15
+ export { shortcuts };
@@ -0,0 +1,11 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-parallax$/,
4
+ ([, c], { theme }) => `relative w-full overflow-hidden [border-radius:inherit]`
5
+ ],
6
+ [
7
+ /^q-parallax__media$/,
8
+ ([, c], { theme }) => `[&_>_img]:(absolute left-2/4 bottom-0 min-w-full min-h-full hidden) [&_>_video]:(absolute left-2/4 bottom-0 min-w-full min-h-full hidden)`
9
+ ]
10
+ ];
11
+ export { shortcuts };
@@ -0,0 +1,8 @@
1
+ const shortcuts = [
2
+ [/^q-popup-edit$/, ([, c], { theme }) => `px-[16px] py-[8px]`],
3
+ [
4
+ /^q-popup-edit__buttons$/,
5
+ ([, c], { theme }) => `mt-[8px] [&_.q-btn_+_.q-btn]:(ml-[8px])`
6
+ ]
7
+ ];
8
+ export { shortcuts };
@@ -0,0 +1,12 @@
1
+ const shortcuts = [
2
+ [/^q-pull-to-refresh$/, ([, c], { theme }) => `relative`],
3
+ [
4
+ /^q-pull-to-refresh__puller$/,
5
+ ([, c], { theme }) => `rounded-[50%] w-[40px] h-[40px] bg-[#fff] [box-shadow:0_0_4px_0_rgba(0,_0,_0,_0.3)] text-primary`
6
+ ],
7
+ [
8
+ /^q-pull-to-refresh__puller--animating$/,
9
+ ([, c], { theme }) => `[transition:transform_0.3s,_opacity_0.3s]`
10
+ ]
11
+ ];
12
+ export { shortcuts };
@@ -0,0 +1,60 @@
1
+ const preflights = [
2
+ {
3
+ getCSS: ({ theme }) => `
4
+ body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
5
+ content: "";
6
+ position: absolute;
7
+ top: 0;
8
+ right: 0;
9
+ bottom: 0;
10
+ left: 0;
11
+ border-radius: 50%;
12
+ background: currentColor;
13
+ opacity: 0.12;
14
+ transform: scale3d(0, 0, 1);
15
+ transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
16
+ }
17
+ body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before {
18
+ transform: scale3d(1, 1, 1);
19
+ }
20
+ body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before {
21
+ transform: scale3d(1.5, 1.5, 1);
22
+ }`
23
+ }
24
+ ];
25
+ const shortcuts = [
26
+ [/^q-radio$/, ([, c], { theme }) => `align-middle`],
27
+ [/^q-radio__native$/, ([, c], { theme }) => `w-px h-px`],
28
+ [
29
+ /^q-radio__bg$/,
30
+ ([, c], { theme }) => `select-none top-1/4 left-1/4 w-1/2 h-1/2 [&_path]:(fill-current)`
31
+ ],
32
+ [/^q-radio__icon-container$/, ([, c], { theme }) => `select-none`],
33
+ [/^q-radio__icon$/, ([, c], { theme }) => `text-current text-[0.5em]`],
34
+ [
35
+ /^q-radio__check$/,
36
+ ([, c], { theme }) => `origin-[50%_50%] [transform:scale3d(0,_0,_1)] [transition:transform_0.22s_cubic-bezier(0,_0,_0.2,_1)_0ms]`
37
+ ],
38
+ [
39
+ /^q-radio__inner$/,
40
+ ([, c], { theme }) => `text-[40px] w-[1em] min-w-[1em] h-[1em] outline-0 rounded-[50%] text-[rgba(0,_0,_0,_0.54)]`
41
+ ],
42
+ [
43
+ /^q-radio__inner--truthy$/,
44
+ ([, c], { theme }) => ` [&_.q-radio\\_\\_check]:([transform:scale3d(1,_1,_1)]) text-primary`
45
+ ],
46
+ [/^q-radio.disabled$/, ([, c], { theme }) => `!opacity-75`],
47
+ [
48
+ /^q-radio--dark$/,
49
+ ([, c], { theme }) => `[&_.q-radio\\_\\_inner]:(text-[rgba(255,_255,_255,_0.7)]) [&_.q-radio\\_\\_inner:before]:(!opacity-[0.32]) [&_.q-radio\\_\\_inner--truthy]:(text-primary)`
50
+ ],
51
+ [
52
+ /^q-radio--dense$/,
53
+ ([, c], { theme }) => `[&_.q-radio\\_\\_inner]:(w-[0.5em] min-w-[0.5em] h-[0.5em]) [&_.q-radio\\_\\_bg]:(left-0 top-0 w-full h-full) [&_.q-radio\\_\\_label]:(pl-[0.5em])`
54
+ ],
55
+ [
56
+ /^q-radio--dense.reverse$/,
57
+ ([, c], { theme }) => `[&_.q-radio\\_\\_label]:(pl-0 pr-[0.5em])`
58
+ ]
59
+ ];
60
+ export { preflights, shortcuts };
@@ -0,0 +1,23 @@
1
+ const shortcuts = [
2
+ [/^q-rating$/, ([, c], { theme }) => `text-[#ffeb3b] align-middle`],
3
+ [
4
+ /^q-rating__icon-container$/,
5
+ ([, c], { theme }) => `h-[1em] outline-0 [&_+_.q-rating\\_\\_icon-container]:(ml-[2px])`
6
+ ],
7
+ [
8
+ /^q-rating__icon$/,
9
+ ([, c], { theme }) => `text-current [text-shadow:0_1px_3px_rgba(0,_0,_0,_0.12),_0_1px_2px_rgba(0,_0,_0,_0.24)] relative opacity-40 [transition:transform_0.2s_ease-in,_opacity_0.2s_ease-in]`
10
+ ],
11
+ [/^q-rating__icon--hovered$/, ([, c], { theme }) => `scale-[1.3]`],
12
+ [/^q-rating__icon--active$/, ([, c], { theme }) => `opacity-100`],
13
+ [/^q-rating__icon--exselected$/, ([, c], { theme }) => `opacity-70`],
14
+ [
15
+ /^q-rating--no-dimming$/,
16
+ ([, c], { theme }) => `[&_.q-rating\\_\\_icon]:(opacity-100)`
17
+ ],
18
+ [
19
+ /^q-rating--editable$/,
20
+ ([, c], { theme }) => `[&_.q-rating\\_\\_icon-container]:(cursor-pointer)`
21
+ ]
22
+ ];
23
+ export { shortcuts };
@@ -0,0 +1,12 @@
1
+ const shortcuts = [
2
+ [/^q-responsive$/, ([, c], { theme }) => `relative max-w-full max-h-full`],
3
+ [
4
+ /^q-responsive__filler$/,
5
+ ([, c], { theme }) => `[width:inherit] [max-width:inherit] [height:inherit] [max-height:inherit]`
6
+ ],
7
+ [
8
+ /^q-responsive__content$/,
9
+ ([, c], { theme }) => `[border-radius:inherit] [&_>_*]:(!w-full !h-full !max-h-full !max-w-full)`
10
+ ]
11
+ ];
12
+ export { shortcuts };
@@ -0,0 +1,31 @@
1
+ const shortcuts = [
2
+ [/^q-scrollarea$/, ([, c], { theme }) => `relative`],
3
+ [
4
+ /^q-scrollarea__bar$/,
5
+ ([, c], { theme }) => `opacity-20 [transition:opacity_0.3s]`
6
+ ],
7
+ [
8
+ /^q-scrollarea__thumb$/,
9
+ ([, c], { theme }) => `opacity-20 [transition:opacity_0.3s] bg-[#000] rounded-[3px]`
10
+ ],
11
+ [/^q-scrollarea__bar--v$/, ([, c], { theme }) => `right-0 w-[10px]`],
12
+ [/^q-scrollarea__thumb--v$/, ([, c], { theme }) => `right-0 w-[10px]`],
13
+ [/^q-scrollarea__bar--h$/, ([, c], { theme }) => `bottom-0 h-[10px]`],
14
+ [/^q-scrollarea__thumb--h$/, ([, c], { theme }) => `bottom-0 h-[10px]`],
15
+ [
16
+ /^q-scrollarea__bar--invisible$/,
17
+ ([, c], { theme }) => `!opacity-0 pointer-events-none`
18
+ ],
19
+ [
20
+ /^q-scrollarea__thumb--invisible$/,
21
+ ([, c], { theme }) => `!opacity-0 pointer-events-none`
22
+ ],
23
+ [/^q-scrollarea__thumb:hover$/, ([, c], { theme }) => `hover:opacity-30`],
24
+ [/^q-scrollarea__thumb:active$/, ([, c], { theme }) => `active:opacity-50`],
25
+ [/^q-scrollarea__content$/, ([, c], { theme }) => `min-h-full min-w-full`],
26
+ [
27
+ /^q-scrollarea--dark$/,
28
+ ([, c], { theme }) => `[&_.q-scrollarea\\_\\_thumb]:(bg-[#fff])`
29
+ ]
30
+ ];
31
+ export { shortcuts };
@@ -0,0 +1,56 @@
1
+ const preflights = [
2
+ {
3
+ getCSS: ({ theme }) => `
4
+ body.mobile:not(.native-mobile) .q-select__dialog {
5
+ max-height: calc(100vh - 108px) !important;
6
+ }
7
+
8
+ body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog {
9
+ max-height: calc(100vh - 24px) !important;
10
+ }
11
+ body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog {
12
+ max-height: calc(100vh - 80px) !important;
13
+ }
14
+
15
+ body.platform-ios.native-mobile .q-dialog__inner--top > div {
16
+ border-radius: 4px;
17
+ }
18
+ body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused {
19
+ max-height: 47vh !important;
20
+ }
21
+ body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused {
22
+ max-height: 50vh !important;
23
+ }`
24
+ }
25
+ ];
26
+ const shortcuts = [
27
+ [
28
+ /^q-select--without-input$/,
29
+ ([, c], { theme }) => `[&_.q-field\\_\\_control]:(cursor-pointer)`
30
+ ],
31
+ [
32
+ /^q-select--with-input$/,
33
+ ([, c], { theme }) => `[&_.q-field\\_\\_control]:(cursor-text)`
34
+ ],
35
+ [
36
+ /^q-select$/,
37
+ ([, c], { theme }) => `[&_.q-field\\_\\_input]:(!min-w-[50px] cursor-text) [&_.q-field\\_\\_input--padding]:(pl-[4px])`
38
+ ],
39
+ [
40
+ /^q-select__focus-target$/,
41
+ ([, c], { theme }) => `absolute !outline-0 w-px h-px p-0 border-0 opacity-0`
42
+ ],
43
+ [
44
+ /^q-select__autocomplete-input$/,
45
+ ([, c], { theme }) => `absolute !outline-0 w-px h-px p-0 border-0 opacity-0`
46
+ ],
47
+ [
48
+ /^q-select__dropdown-icon$/,
49
+ ([, c], { theme }) => `cursor-pointer [transition:transform_0.28s]`
50
+ ],
51
+ [
52
+ /^q-select__dialog$/,
53
+ ([, c], { theme }) => `!w-[90vw] !max-w-[90vw] !max-h-[calc(100vh-70px)] bg-[#fff] flex flex-col [&_>_.scroll]:(relative [background:inherit])`
54
+ ]
55
+ ];
56
+ export { preflights, shortcuts };
@@ -0,0 +1,26 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-separator$/,
4
+ ([, c], { theme }) => `border-0 bg-[rgba(0,_0,_0,_0.12)] m-0 [transition:background_0.3s,_opacity_0.3s] flex-shrink-0`
5
+ ],
6
+ [
7
+ /^q-separator--dark$/,
8
+ ([, c], { theme }) => `bg-[rgba(255,_255,_255,_0.28)]`
9
+ ],
10
+ [/^q-separator--horizontal$/, ([, c], { theme }) => `block h-px`],
11
+ [
12
+ /^q-separator--horizontal-inset$/,
13
+ ([, c], { theme }) => `ml-[16px] mr-[16px]`
14
+ ],
15
+ [
16
+ /^q-separator--horizontal-item-inset$/,
17
+ ([, c], { theme }) => `ml-[72px] mr-0`
18
+ ],
19
+ [
20
+ /^q-separator--horizontal-item-thumbnail-inset$/,
21
+ ([, c], { theme }) => `ml-[116px] mr-0`
22
+ ],
23
+ [/^q-separator--vertical$/, ([, c], { theme }) => `w-px h-auto self-stretch`],
24
+ [/^q-separator--vertical-inset$/, ([, c], { theme }) => `mt-[8px] mb-[8px]`]
25
+ ];
26
+ export { shortcuts };
@@ -0,0 +1,153 @@
1
+ const preflights = [
2
+ {
3
+ getCSS: ({ theme }) => `
4
+ @keyframes q-skeleton--fade {
5
+ 0% {
6
+ opacity: 1;
7
+ }
8
+ 50% {
9
+ opacity: 0.4;
10
+ }
11
+ 100% {
12
+ opacity: 1;
13
+ }
14
+ }
15
+ @keyframes q-skeleton--pulse {
16
+ 0% {
17
+ transform: scale(1);
18
+ }
19
+ 50% {
20
+ transform: scale(0.85);
21
+ }
22
+ 100% {
23
+ transform: scale(1);
24
+ }
25
+ }
26
+ @keyframes q-skeleton--pulse-x {
27
+ 0% {
28
+ transform: scaleX(1);
29
+ }
30
+ 50% {
31
+ transform: scaleX(0.75);
32
+ }
33
+ 100% {
34
+ transform: scaleX(1);
35
+ }
36
+ }
37
+ @keyframes q-skeleton--pulse-y {
38
+ 0% {
39
+ transform: scaleY(1);
40
+ }
41
+ 50% {
42
+ transform: scaleY(0.75);
43
+ }
44
+ 100% {
45
+ transform: scaleY(1);
46
+ }
47
+ }
48
+ @keyframes q-skeleton--wave {
49
+ 0% {
50
+ transform: translateX(-100%);
51
+ }
52
+ 100% {
53
+ transform: translateX(100%);
54
+ }
55
+ }`
56
+ }
57
+ ];
58
+ const shortcuts = [
59
+ [
60
+ /^q-skeleton$/,
61
+ ([, c], { theme }) => `bg-[rgba(0,_0,_0,_0.12)] rounded-[4px] box-border`
62
+ ],
63
+ [/^q-skeleton--anim$/, ([, c], { theme }) => `cursor-wait`],
64
+ [/^q-skeleton:before$/, ([, c], { theme }) => `content-['_']`],
65
+ [
66
+ /^q-skeleton--type-text$/,
67
+ ([, c], { theme }) => `scale-x-100 scale-y-[0.5]`
68
+ ],
69
+ [
70
+ /^q-skeleton--type-circle$/,
71
+ ([, c], { theme }) => `h-[48px] w-[48px] rounded-[50%]`
72
+ ],
73
+ [
74
+ /^q-skeleton--type-QAvatar$/,
75
+ ([, c], { theme }) => `h-[48px] w-[48px] rounded-[50%]`
76
+ ],
77
+ [/^q-skeleton--type-QBtn$/, ([, c], { theme }) => `w-[90px] h-[36px]`],
78
+ [/^q-skeleton--type-QBadge$/, ([, c], { theme }) => `w-[70px] h-[16px]`],
79
+ [
80
+ /^q-skeleton--type-QChip$/,
81
+ ([, c], { theme }) => `w-[90px] h-[28px] rounded-[16px]`
82
+ ],
83
+ [/^q-skeleton--type-QToolbar$/, ([, c], { theme }) => `h-[50px]`],
84
+ [
85
+ /^q-skeleton--type-QCheckbox$/,
86
+ ([, c], { theme }) => `w-[40px] h-[40px] rounded-[50%]`
87
+ ],
88
+ [
89
+ /^q-skeleton--type-QRadio$/,
90
+ ([, c], { theme }) => `w-[40px] h-[40px] rounded-[50%]`
91
+ ],
92
+ [
93
+ /^q-skeleton--type-QToggle$/,
94
+ ([, c], { theme }) => `w-[56px] h-[40px] rounded-[7px]`
95
+ ],
96
+ [/^q-skeleton--type-QSlider$/, ([, c], { theme }) => `h-[40px]`],
97
+ [/^q-skeleton--type-QRange$/, ([, c], { theme }) => `h-[40px]`],
98
+ [/^q-skeleton--type-QInput$/, ([, c], { theme }) => `h-[56px]`],
99
+ [
100
+ /^q-skeleton--bordered$/,
101
+ ([, c], { theme }) => `border-[1px] border-solid border-[rgba(0,0,0,0.05)]`
102
+ ],
103
+ [/^q-skeleton--square$/, ([, c], { theme }) => `rounded-none`],
104
+ [
105
+ /^q-skeleton--anim-fade$/,
106
+ ([, c], { theme }) => `animate-[q-skeleton--fade_var(--q-skeleton-speed)_linear_0.5s_infinite]`
107
+ ],
108
+ [
109
+ /^q-skeleton--anim-pulse$/,
110
+ ([, c], { theme }) => `animate-[q-skeleton--pulse_var(--q-skeleton-speed)_ease-in-out_0.5s_infinite]`
111
+ ],
112
+ [
113
+ /^q-skeleton--anim-pulse-x$/,
114
+ ([, c], { theme }) => `animate-[q-skeleton--pulse-x_var(--q-skeleton-speed)_ease-in-out_0.5s_infinite]`
115
+ ],
116
+ [
117
+ /^q-skeleton--anim-pulse-y$/,
118
+ ([, c], { theme }) => `animate-[q-skeleton--pulse-y_var(--q-skeleton-speed)_ease-in-out_0.5s_infinite]`
119
+ ],
120
+ [
121
+ /^q-skeleton--anim-wave$/,
122
+ ([, c], { theme }) => `relative overflow-hidden z-1
123
+ [&:after]:(content-empty absolute top-0 right-0 bottom-0 left-0 z-0 bg-[linear-gradient(_90deg,_rgba(255,_255,_255,_0),_rgba(255,_255,_255,_0.5),_rgba(255,_255,_255,_0)_)] animate-[q-skeleton--wave_var(--q-skeleton-speed)_linear_0.5s_infinite] z-0)
124
+ `
125
+ ],
126
+ [
127
+ /^q-skeleton--anim-blink$/,
128
+ ([, c], { theme }) => `relative overflow-hidden z-1
129
+ [&:after]:(content-empty absolute top-0 right-0 bottom-0 left-0 z-0 bg-[rgba(255,_255,_255,_0.7)] animate-[q-skeleton--fade_var(--q-skeleton-speed)_linear_0.5s_infinite] z-0)`
130
+ ],
131
+ [
132
+ /^q-skeleton--anim-pop$/,
133
+ ([, c], { theme }) => `relative overflow-hidden z-1
134
+ [&:after]:(content-empty absolute top-0 right-0 bottom-0 left-0 z-0)`
135
+ ],
136
+ [
137
+ /^q-skeleton--dark$/,
138
+ ([, c], { theme }) => `bg-[rgba(255,_255,_255,_0.05)]`
139
+ ],
140
+ [
141
+ /^q-skeleton--dark.q-skeleton--bordered$/,
142
+ ([, c], { theme }) => `border-[1px] border-solid border-[rgba(255,255,255,0.25)]`
143
+ ],
144
+ [
145
+ /^q-skeleton--dark.q-skeleton--anim-wave:after$/,
146
+ ([, c], { theme }) => `bg-[linear-gradient(_90deg,_rgba(255,_255,_255,_0),_rgba(255,_255,_255,_0.1),_rgba(255,_255,_255,_0)_)]`
147
+ ],
148
+ [
149
+ /^q-skeleton--dark.q-skeleton--anim-blink:after$/,
150
+ ([, c], { theme }) => `bg-[rgba(255,_255,_255,_0.2)]`
151
+ ]
152
+ ];
153
+ export { preflights, shortcuts };
@@ -0,0 +1,24 @@
1
+ const shortcuts = [
2
+ [/^q-slide-item$/, ([, c], { theme }) => `relative bg-[white]`],
3
+ [
4
+ /^q-slide-item__left$/,
5
+ ([, c], { theme }) => `invisible text-[14px] text-[#fff] [&_.q-icon]:(text-[1.714em]) bg-[#4caf50] px-[16px] py-[8px] [&_>_div]:(origin-[left_center])`
6
+ ],
7
+ [
8
+ /^q-slide-item__right$/,
9
+ ([, c], { theme }) => `invisible text-[14px] text-[#fff] [&_.q-icon]:(text-[1.714em]) bg-[#ff9800] px-[16px] py-[8px] [&_>_div]:(origin-[right_center])`
10
+ ],
11
+ [
12
+ /^q-slide-item__top$/,
13
+ ([, c], { theme }) => `invisible text-[14px] text-[#fff] [&_.q-icon]:(text-[1.714em]) bg-[#2196f3] px-[8px] py-[16px] [&_>_div]:(origin-[top_center])`
14
+ ],
15
+ [
16
+ /^q-slide-item__bottom$/,
17
+ ([, c], { theme }) => `invisible text-[14px] text-[#fff] [&_.q-icon]:(text-[1.714em]) bg-[#9c27b0] px-[8px] py-[16px] [&_>_div]:(origin-[bottom_center])`
18
+ ],
19
+ [
20
+ /^q-slide-item__content$/,
21
+ ([, c], { theme }) => `[background:inherit] [transition:transform_0.2s_ease-in] select-none cursor-pointer`
22
+ ]
23
+ ];
24
+ export { shortcuts };
@@ -0,0 +1,163 @@
1
+ const shortcuts = [
2
+ [/^q-slider$/, ([, c], { theme }) => `relative`],
3
+ [/^q-slider--h$/, ([, c], { theme }) => `w-full`],
4
+ [/^q-slider--v$/, ([, c], { theme }) => `h-[200px]`],
5
+ [
6
+ /^q-slider--editable$/,
7
+ ([, c], { theme }) => `[&_.q-slider\\_\\_track-container]:()`
8
+ ],
9
+ [/^q-slider__track-container$/, ([, c], { theme }) => `outline-0`],
10
+ [
11
+ /^q-slider__track-container--h$/,
12
+ ([, c], { theme }) => `w-full px-[0] py-[12px] [&_.q-slider\\_\\_selection]:()`
13
+ ],
14
+ [
15
+ /^q-slider__track-container--v$/,
16
+ ([, c], { theme }) => `h-full px-[12px] py-[0] [&_.q-slider\\_\\_selection]:()`
17
+ ],
18
+ [
19
+ /^q-slider__track$/,
20
+ ([, c], { theme }) => `bg-[rgba(0,_0,_0,_0.1)] rounded-[4px] [width:inherit] [height:inherit] text-primary`
21
+ ],
22
+ [
23
+ /^q-slider__inner$/,
24
+ ([, c], { theme }) => `bg-[rgba(0,_0,_0,_0.1)] [border-radius:inherit] w-full h-full`
25
+ ],
26
+ [
27
+ /^q-slider__selection$/,
28
+ ([, c], { theme }) => `bg-current [border-radius:inherit] w-full h-full`
29
+ ],
30
+ [
31
+ /^q-slider__markers$/,
32
+ ([, c], { theme }) => `text-[rgba(0,_0,_0,_0.3)] [border-radius:inherit] w-full h-full [&:after]:(content-empty absolute bg-current)`
33
+ ],
34
+ [
35
+ /^q-slider__markers--h$/,
36
+ ([, c], { theme }) => `bg-[repeating-linear-gradient(_to_right,_currentColor,_currentColor_2px,_rgba(255,_255,_255,_0)_0,_rgba(255,_255,_255,_0)_)] [&:after]:(h-full w-[2px] top-0 right-0)`
37
+ ],
38
+ [
39
+ /^q-slider__markers--v$/,
40
+ ([, c], { theme }) => `bg-[repeating-linear-gradient(_to_bottom,_currentColor,_currentColor_2px,_rgba(255,_255,_255,_0)_0,_rgba(255,_255,_255,_0)_)] [&:after]:(w-full h-[2px] left-0 bottom-0)`
41
+ ],
42
+ [
43
+ /^q-slider__marker-labels-container$/,
44
+ ([, c], { theme }) => `relative w-full h-full min-h-[24px] min-w-[24px]`
45
+ ],
46
+ [/^q-slider__marker-labels$/, ([, c], { theme }) => `absolute`],
47
+ [/^q-slider__marker-labels--h-standard$/, ([, c], { theme }) => `top-0`],
48
+ [/^q-slider__marker-labels--h-switched$/, ([, c], { theme }) => `bottom-0`],
49
+ [
50
+ /^q-slider__marker-labels--h-ltr$/,
51
+ ([, c], { theme }) => `-translate-x-1/2`
52
+ ],
53
+ [/^q-slider__marker-labels--h-rtl$/, ([, c], { theme }) => `translate-x-1/2`],
54
+ [/^q-slider__marker-labels--v-standard$/, ([, c], { theme }) => `left-[4px]`],
55
+ [
56
+ /^q-slider__marker-labels--v-switched$/,
57
+ ([, c], { theme }) => `right-[4px]`
58
+ ],
59
+ [
60
+ /^q-slider__marker-labels--v-ltr$/,
61
+ ([, c], { theme }) => `-translate-y-1/2`
62
+ ],
63
+ [/^q-slider__marker-labels--v-rtl$/, ([, c], { theme }) => `translate-y-1/2`],
64
+ [
65
+ /^q-slider__thumb$/,
66
+ ([, c], { theme }) => `outline-0 [transition:transform_0.18s_ease-out,_fill_0.18s_ease-out,_stroke_0.18s_ease-out] text-primary`
67
+ ],
68
+ [/^q-slider__thumb--h$/, ([, c], { theme }) => `top-2/4`],
69
+ [
70
+ /^q-slider__thumb--h-ltr$/,
71
+ ([, c], { theme }) => `scale-100 -translate-x-1/2 -translate-y-1/2`
72
+ ],
73
+ [
74
+ /^q-slider__thumb--h-rtl$/,
75
+ ([, c], { theme }) => `scale-100 translate-x-1/2 -translate-y-1/2`
76
+ ],
77
+ [/^q-slider__thumb--v$/, ([, c], { theme }) => `left-2/4`],
78
+ [
79
+ /^q-slider__thumb--v-ltr$/,
80
+ ([, c], { theme }) => `scale-100 -translate-x-1/2 -translate-y-1/2`
81
+ ],
82
+ [
83
+ /^q-slider__thumb--v-rtl$/,
84
+ ([, c], { theme }) => `scale-100 -translate-x-1/2 translate-y-1/2`
85
+ ],
86
+ [
87
+ /^q-slider__thumb-shape$/,
88
+ ([, c], { theme }) => `top-0 left-0 stroke-[3.5] stroke-current [transition:transform_0.28s] [&_path]:(stroke-current fill-current)`
89
+ ],
90
+ [
91
+ /^q-slider__focus-ring$/,
92
+ ([, c], { theme }) => `rounded-[50%] opacity-0 [transition:transform_266.67ms_ease-out,_opacity_266.67ms_ease-out,_background-color_266.67ms_ease-out] delay-[140ms]`
93
+ ],
94
+ [
95
+ /^q-slider__pin$/,
96
+ ([, c], { theme }) => `opacity-0 whitespace-nowrap [transition:opacity_0.28s_ease-out] delay-[140ms] [&:before]:(content-empty w-[0] h-[0] absolute)`
97
+ ],
98
+ [
99
+ /^q-slider__pin--h$/,
100
+ ([, c], { theme }) => `[&:before]:([border-left:6px_solid_transparent] [border-right:6px_solid_transparent] left-2/4 -translate-x-1/2)`
101
+ ],
102
+ [
103
+ /^q-slider__pin--h-standard$/,
104
+ ([, c], { theme }) => `bottom-full [&:before]:(bottom-[2px] [border-top:6px_solid_currentColor])`
105
+ ],
106
+ [
107
+ /^q-slider__pin--h-switched$/,
108
+ ([, c], { theme }) => `top-full [&:before]:(top-[2px] [border-bottom:6px_solid_currentColor])`
109
+ ],
110
+ [
111
+ /^q-slider__pin--v$/,
112
+ ([, c], { theme }) => `top-0 [&:before]:(top-2/4 -translate-y-1/2 [border-top:6px_solid_transparent] [border-bottom:6px_solid_transparent])`
113
+ ],
114
+ [
115
+ /^q-slider__pin--v-standard$/,
116
+ ([, c], { theme }) => `left-full [&:before]:(left-[2px] [border-right:6px_solid_currentColor])`
117
+ ],
118
+ [
119
+ /^q-slider__pin--v-switched$/,
120
+ ([, c], { theme }) => `right-full [&:before]:(right-[2px] [border-left:6px_solid_currentColor])`
121
+ ],
122
+ [/^q-slider__label$/, ([, c], { theme }) => `whitespace-nowrap absolute`],
123
+ [/^q-slider__label--h$/, ([, c], { theme }) => `left-2/4 -translate-x-1/2`],
124
+ [/^q-slider__label--h-standard$/, ([, c], { theme }) => `bottom-[7px]`],
125
+ [/^q-slider__label--h-switched$/, ([, c], { theme }) => `top-[7px]`],
126
+ [/^q-slider__label--v$/, ([, c], { theme }) => `top-2/4 -translate-y-1/2`],
127
+ [/^q-slider__label--v-standard$/, ([, c], { theme }) => `left-[7px]`],
128
+ [/^q-slider__label--v-switched$/, ([, c], { theme }) => `right-[7px]`],
129
+ [
130
+ /^q-slider__text-container$/,
131
+ ([, c], { theme }) => `min-h-[25px] px-[8px] py-[2px] rounded-[4px] bg-current relative text-center`
132
+ ],
133
+ [/^q-slider__text$/, ([, c], { theme }) => `text-[#fff] text-[12px]`],
134
+ [
135
+ /^q-slider--no-value$/,
136
+ ([, c], { theme }) => `[&_.q-slider\\_\\_thumb]:(opacity-0) [&_.q-slider\\_\\_inner]:(opacity-0) [&_.q-slider\\_\\_selection]:(opacity-0)`
137
+ ],
138
+ [
139
+ /^q-slider--focus$/,
140
+ ([, c], { theme }) => `[&_.q-slider\\_\\_focus-ring]:(bg-current [transform:scale3d(1.55,_1.55,_1)] opacity-25) [&_.q-slider\\_\\_thumb]:(opacity-100) [&_.q-slider\\_\\_inner]:(opacity-100) [&_.q-slider\\_\\_selection]:(opacity-100)`
141
+ ],
142
+ [
143
+ /^q-slider--inactive$/,
144
+ ([, c], { theme }) => `[&_.q-slider\\_\\_thumb--h]:([transition:left_0.28s,_right_0.28s]) [&_.q-slider\\_\\_thumb--v]:([transition:top_0.28s,_bottom_0.28s]) [&_.q-slider\\_\\_selection]:([transition:width_0.28s,_left_0.28s,_right_0.28s,_height_0.28s,_top_0.28s,_bottom_0.28s]) [&_.q-slider\\_\\_text-container]:([transition:transform_0.28s])`
145
+ ],
146
+ [
147
+ /^q-slider--active$/,
148
+ ([, c], { theme }) => ` [&_.q-slider\\_\\_thumb-shape]:(scale-150) [&_.q-slider\\_\\_focus-ring]:(!scale-0)`
149
+ ],
150
+ [
151
+ /^q-slider--label$/,
152
+ ([, c], { theme }) => `[&_.q-slider--focus_.q-slider\\_\\_pin]:(opacity-100)`
153
+ ],
154
+ [
155
+ /^q-slider--dark$/,
156
+ ([, c], { theme }) => `[&_.q-slider\\_\\_track]:(bg-[rgba(255,_255,_255,_0.1)]) [&_.q-slider\\_\\_inner]:(bg-[rgba(255,_255,_255,_0.1)]) [&_.q-slider\\_\\_markers]:(text-[rgba(255,_255,_255,_0.3)])`
157
+ ],
158
+ [
159
+ /^q-slider--dense$/,
160
+ ([, c], { theme }) => `[&_.q-slider\\_\\_track-container--h]:(px-[0] py-[6px]) [&_.q-slider\\_\\_track-container--v]:(px-[6px] py-[0])`
161
+ ]
162
+ ];
163
+ export { shortcuts };
@@ -0,0 +1,4 @@
1
+ const shortcuts = [
2
+ [/^q-space$/, ([, c], { theme }) => `!flex-grow`]
3
+ ];
4
+ export { shortcuts };