vitrify 0.18.4 → 0.19.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 (492) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/plugins/quasar/unocss/core/elevation.unocss.js +97 -1
  3. package/dist/plugins/quasar/unocss/core/flex.unocss.js +5 -3
  4. package/dist/plugins/quasar/unocss/core/index.js +291 -0
  5. package/dist/plugins/quasar/unocss/core/position.unocss.js +1 -1
  6. package/dist/plugins/quasar/unocss/index.js +894 -1230
  7. package/dist/plugins/quasar/unocss/styles/index.js +3 -0
  8. package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBtn.unocss.js +6 -3
  9. package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QTree.unocss.js +3 -3
  10. package/dist/plugins/quasar/unocss/styles/md2/index.js +85 -0
  11. package/dist/plugins/quasar/unocss/styles/md3/components/QAjaxBar.unocss.js +24 -0
  12. package/dist/plugins/quasar/unocss/styles/md3/components/QAvatar.unocss.js +14 -0
  13. package/dist/plugins/quasar/unocss/styles/md3/components/QBadge.unocss.js +26 -0
  14. package/dist/plugins/quasar/unocss/styles/md3/components/QBanner.unocss.js +24 -0
  15. package/dist/plugins/quasar/unocss/styles/md3/components/QBar.unocss.js +29 -0
  16. package/dist/plugins/quasar/unocss/styles/md3/components/QBreadcrumbs.unocss.js +13 -0
  17. package/dist/plugins/quasar/unocss/styles/md3/components/QBtn.unocss.js +79 -0
  18. package/dist/plugins/quasar/unocss/styles/md3/components/QBtnDropdown.unocss.js +21 -0
  19. package/dist/plugins/quasar/unocss/styles/md3/components/QBtnGroup.unocss.js +35 -0
  20. package/dist/plugins/quasar/unocss/styles/md3/components/QBtnToggle.unocss.js +4 -0
  21. package/dist/plugins/quasar/unocss/styles/md3/components/QCard.unocss.js +48 -0
  22. package/dist/plugins/quasar/unocss/styles/md3/components/QCarousel.unocss.js +101 -0
  23. package/dist/plugins/quasar/unocss/styles/md3/components/QChatMessage.unocss.js +50 -0
  24. package/dist/plugins/quasar/unocss/styles/md3/components/QCheckbox.unocss.js +85 -0
  25. package/dist/plugins/quasar/unocss/styles/md3/components/QChip.unocss.js +68 -0
  26. package/dist/plugins/quasar/unocss/styles/md3/components/QCircularProgress.unocss.js +34 -0
  27. package/dist/plugins/quasar/unocss/styles/md3/components/QColorPicker.unocss.js +118 -0
  28. package/dist/plugins/quasar/unocss/styles/md3/components/QDate.unocss.js +151 -0
  29. package/dist/plugins/quasar/unocss/styles/md3/components/QDialog.unocss.js +122 -0
  30. package/dist/plugins/quasar/unocss/styles/md3/components/QDrawer.unocss.js +58 -0
  31. package/dist/plugins/quasar/unocss/styles/md3/components/QEditor.unocss.js +71 -0
  32. package/dist/plugins/quasar/unocss/styles/md3/components/QExpansionItem.unocss.js +46 -0
  33. package/dist/plugins/quasar/unocss/styles/md3/components/QFab.unocss.js +124 -0
  34. package/dist/plugins/quasar/unocss/styles/md3/components/QField.unocss.js +344 -0
  35. package/dist/plugins/quasar/unocss/styles/md3/components/QFile.unocss.js +18 -0
  36. package/dist/plugins/quasar/unocss/styles/md3/components/QFooter.unocss.js +14 -0
  37. package/dist/plugins/quasar/unocss/styles/md3/components/QForm.unocss.js +4 -0
  38. package/dist/plugins/quasar/unocss/styles/md3/components/QHeader.unocss.js +15 -0
  39. package/dist/plugins/quasar/unocss/styles/md3/components/QIcon.unocss.js +22 -0
  40. package/dist/plugins/quasar/unocss/styles/md3/components/QImg.unocss.js +35 -0
  41. package/dist/plugins/quasar/unocss/styles/md3/components/QInnerLoading.unocss.js +10 -0
  42. package/dist/plugins/quasar/unocss/styles/md3/components/QInput.unocss.js +13 -0
  43. package/dist/plugins/quasar/unocss/styles/md3/components/QIntersection.unocss.js +4 -0
  44. package/dist/plugins/quasar/unocss/styles/md3/components/QItem.unocss.js +87 -0
  45. package/dist/plugins/quasar/unocss/styles/md3/components/QKnob.unocss.js +12 -0
  46. package/dist/plugins/quasar/unocss/styles/md3/components/QLayout.unocss.js +84 -0
  47. package/dist/plugins/quasar/unocss/styles/md3/components/QLinearProgress.unocss.js +91 -0
  48. package/dist/plugins/quasar/unocss/styles/md3/components/QMenu.unocss.js +14 -0
  49. package/dist/plugins/quasar/unocss/styles/md3/components/QOptionGroup.unocss.js +4 -0
  50. package/dist/plugins/quasar/unocss/styles/md3/components/QPage.unocss.js +4 -0
  51. package/dist/plugins/quasar/unocss/styles/md3/components/QPageSticky.unocss.js +8 -0
  52. package/dist/plugins/quasar/unocss/styles/md3/components/QPagination.unocss.js +18 -0
  53. package/dist/plugins/quasar/unocss/styles/md3/components/QParallax.unocss.js +13 -0
  54. package/dist/plugins/quasar/unocss/styles/md3/components/QPopupEdit.unocss.js +9 -0
  55. package/dist/plugins/quasar/unocss/styles/md3/components/QPullToRefresh.unocss.js +14 -0
  56. package/dist/plugins/quasar/unocss/styles/md3/components/QRadio.unocss.js +74 -0
  57. package/dist/plugins/quasar/unocss/styles/md3/components/QRating.unocss.js +27 -0
  58. package/dist/plugins/quasar/unocss/styles/md3/components/QResponsive.unocss.js +14 -0
  59. package/dist/plugins/quasar/unocss/styles/md3/components/QScrollarea.unocss.js +39 -0
  60. package/dist/plugins/quasar/unocss/styles/md3/components/QSelect.unocss.js +63 -0
  61. package/dist/plugins/quasar/unocss/styles/md3/components/QSeparator.unocss.js +30 -0
  62. package/dist/plugins/quasar/unocss/styles/md3/components/QSkeleton.unocss.js +178 -0
  63. package/dist/plugins/quasar/unocss/styles/md3/components/QSlideItem.unocss.js +29 -0
  64. package/dist/plugins/quasar/unocss/styles/md3/components/QSlider.unocss.js +198 -0
  65. package/dist/plugins/quasar/unocss/styles/md3/components/QSpace.unocss.js +4 -0
  66. package/dist/plugins/quasar/unocss/styles/md3/components/QSpinner.unocss.js +45 -0
  67. package/dist/plugins/quasar/unocss/styles/md3/components/QSplitter.unocss.js +41 -0
  68. package/dist/plugins/quasar/unocss/styles/md3/components/QStepper.unocss.js +118 -0
  69. package/dist/plugins/quasar/unocss/styles/md3/components/QTabPanel.unocss.js +5 -0
  70. package/dist/plugins/quasar/unocss/styles/md3/components/QTable.unocss.js +178 -0
  71. package/dist/plugins/quasar/unocss/styles/md3/components/QTabs.unocss.js +119 -0
  72. package/dist/plugins/quasar/unocss/styles/md3/components/QTime.unocss.js +225 -0
  73. package/dist/plugins/quasar/unocss/styles/md3/components/QTimeline.unocss.js +91 -0
  74. package/dist/plugins/quasar/unocss/styles/md3/components/QToggle.unocss.js +73 -0
  75. package/dist/plugins/quasar/unocss/styles/md3/components/QToolbar.unocss.js +16 -0
  76. package/dist/plugins/quasar/unocss/styles/md3/components/QTooltip.unocss.js +13 -0
  77. package/dist/plugins/quasar/unocss/styles/md3/components/QTree.unocss.js +114 -0
  78. package/dist/plugins/quasar/unocss/styles/md3/components/QUploader.unocss.js +84 -0
  79. package/dist/plugins/quasar/unocss/styles/md3/components/QVideo.unocss.js +13 -0
  80. package/dist/plugins/quasar/unocss/styles/md3/components/QVirtualScroll.unocss.js +19 -0
  81. package/dist/plugins/quasar/unocss/styles/md3/composables/panel.unocss.js +5 -0
  82. package/dist/plugins/quasar/unocss/styles/md3/directives/QMorph.unocss.js +11 -0
  83. package/dist/plugins/quasar/unocss/styles/md3/directives/QRipple.unocss.js +19 -0
  84. package/dist/plugins/quasar/unocss/styles/md3/index.js +90 -0
  85. package/dist/plugins/quasar/unocss/styles/md3/plugins/QBottomSheet.unocss.js +17 -0
  86. package/dist/plugins/quasar/unocss/styles/md3/plugins/QDialogPlugin.unocss.js +9 -0
  87. package/dist/plugins/quasar/unocss/styles/md3/plugins/QLoading.unocss.js +16 -0
  88. package/dist/plugins/quasar/unocss/styles/md3/plugins/QNotify.unocss.js +207 -0
  89. package/dist/types/index.d.ts +1 -1
  90. package/dist/types/plugins/quasar/unocss/core/index.d.ts +5 -0
  91. package/dist/types/plugins/quasar/unocss/index.d.ts +9 -2
  92. package/dist/types/plugins/quasar/unocss/styles/index.d.ts +11 -0
  93. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QAjaxBar.unocss.d.ts +1 -1
  94. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QAvatar.unocss.d.ts +1 -1
  95. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBadge.unocss.d.ts +1 -1
  96. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBanner.unocss.d.ts +1 -1
  97. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBar.unocss.d.ts +1 -1
  98. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBreadcrumbs.unocss.d.ts +1 -1
  99. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBtn.unocss.d.ts +1 -1
  100. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBtnDropdown.unocss.d.ts +1 -1
  101. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBtnGroup.unocss.d.ts +1 -1
  102. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QBtnToggle.unocss.d.ts +1 -1
  103. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QCard.unocss.d.ts +1 -1
  104. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QCarousel.unocss.d.ts +1 -1
  105. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QChatMessage.unocss.d.ts +1 -1
  106. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QCheckbox.unocss.d.ts +1 -1
  107. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QChip.unocss.d.ts +1 -1
  108. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QCircularProgress.unocss.d.ts +1 -1
  109. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QColorPicker.unocss.d.ts +1 -1
  110. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QDate.unocss.d.ts +1 -1
  111. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QDialog.unocss.d.ts +1 -1
  112. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QDrawer.unocss.d.ts +1 -1
  113. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QEditor.unocss.d.ts +1 -1
  114. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QExpansionItem.unocss.d.ts +1 -1
  115. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QFab.unocss.d.ts +1 -1
  116. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QField.unocss.d.ts +1 -1
  117. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QFile.unocss.d.ts +1 -1
  118. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QFooter.unocss.d.ts +1 -1
  119. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QForm.unocss.d.ts +1 -1
  120. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QHeader.unocss.d.ts +1 -1
  121. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QIcon.unocss.d.ts +1 -1
  122. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QImg.unocss.d.ts +1 -1
  123. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QInnerLoading.unocss.d.ts +1 -1
  124. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QInput.unocss.d.ts +1 -1
  125. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QIntersection.unocss.d.ts +1 -1
  126. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QItem.unocss.d.ts +1 -1
  127. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QKnob.unocss.d.ts +1 -1
  128. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QLayout.unocss.d.ts +1 -1
  129. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QLinearProgress.unocss.d.ts +1 -1
  130. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QMenu.unocss.d.ts +1 -1
  131. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QOptionGroup.unocss.d.ts +1 -1
  132. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QPage.unocss.d.ts +1 -1
  133. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QPageSticky.unocss.d.ts +1 -1
  134. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QPagination.unocss.d.ts +1 -1
  135. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QParallax.unocss.d.ts +1 -1
  136. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QPopupEdit.unocss.d.ts +1 -1
  137. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QPullToRefresh.unocss.d.ts +1 -1
  138. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QRadio.unocss.d.ts +1 -1
  139. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QRating.unocss.d.ts +1 -1
  140. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QResponsive.unocss.d.ts +1 -1
  141. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QScrollarea.unocss.d.ts +1 -1
  142. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSelect.unocss.d.ts +1 -1
  143. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSeparator.unocss.d.ts +1 -1
  144. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSkeleton.unocss.d.ts +1 -1
  145. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSlideItem.unocss.d.ts +1 -1
  146. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSlider.unocss.d.ts +1 -1
  147. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSpace.unocss.d.ts +1 -1
  148. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSpinner.unocss.d.ts +1 -1
  149. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QSplitter.unocss.d.ts +1 -1
  150. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QStepper.unocss.d.ts +1 -1
  151. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QTabPanel.unocss.d.ts +1 -1
  152. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QTable.unocss.d.ts +1 -1
  153. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QTabs.unocss.d.ts +1 -1
  154. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QTime.unocss.d.ts +1 -1
  155. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QTimeline.unocss.d.ts +1 -1
  156. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QToggle.unocss.d.ts +1 -1
  157. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QToolbar.unocss.d.ts +1 -1
  158. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QTooltip.unocss.d.ts +1 -1
  159. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QTree.unocss.d.ts +1 -1
  160. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QUploader.unocss.d.ts +1 -1
  161. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QVideo.unocss.d.ts +1 -1
  162. package/dist/types/plugins/quasar/unocss/{components → styles/md2/components}/QVirtualScroll.unocss.d.ts +1 -1
  163. package/dist/types/plugins/quasar/unocss/{composables → styles/md2/composables}/panel.unocss.d.ts +1 -1
  164. package/dist/types/plugins/quasar/unocss/{directives → styles/md2/directives}/QMorph.unocss.d.ts +1 -1
  165. package/dist/types/plugins/quasar/unocss/{directives → styles/md2/directives}/QRipple.unocss.d.ts +1 -1
  166. package/dist/types/plugins/quasar/unocss/styles/md2/index.d.ts +6 -0
  167. package/dist/types/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QBottomSheet.unocss.d.ts +1 -1
  168. package/dist/types/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QDialogPlugin.unocss.d.ts +1 -1
  169. package/dist/types/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QLoading.unocss.d.ts +1 -1
  170. package/dist/types/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QNotify.unocss.d.ts +1 -1
  171. package/dist/types/plugins/quasar/unocss/styles/md3/components/QAjaxBar.unocss.d.ts +4 -0
  172. package/dist/types/plugins/quasar/unocss/styles/md3/components/QAvatar.unocss.d.ts +4 -0
  173. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBadge.unocss.d.ts +4 -0
  174. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBanner.unocss.d.ts +4 -0
  175. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBar.unocss.d.ts +4 -0
  176. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBreadcrumbs.unocss.d.ts +5 -0
  177. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBtn.unocss.d.ts +4 -0
  178. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBtnDropdown.unocss.d.ts +4 -0
  179. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBtnGroup.unocss.d.ts +4 -0
  180. package/dist/types/plugins/quasar/unocss/styles/md3/components/QBtnToggle.unocss.d.ts +4 -0
  181. package/dist/types/plugins/quasar/unocss/styles/md3/components/QCard.unocss.d.ts +4 -0
  182. package/dist/types/plugins/quasar/unocss/styles/md3/components/QCarousel.unocss.d.ts +4 -0
  183. package/dist/types/plugins/quasar/unocss/styles/md3/components/QChatMessage.unocss.d.ts +4 -0
  184. package/dist/types/plugins/quasar/unocss/styles/md3/components/QCheckbox.unocss.d.ts +5 -0
  185. package/dist/types/plugins/quasar/unocss/styles/md3/components/QChip.unocss.d.ts +5 -0
  186. package/dist/types/plugins/quasar/unocss/styles/md3/components/QCircularProgress.unocss.d.ts +5 -0
  187. package/dist/types/plugins/quasar/unocss/styles/md3/components/QColorPicker.unocss.d.ts +4 -0
  188. package/dist/types/plugins/quasar/unocss/styles/md3/components/QDate.unocss.d.ts +4 -0
  189. package/dist/types/plugins/quasar/unocss/styles/md3/components/QDialog.unocss.d.ts +5 -0
  190. package/dist/types/plugins/quasar/unocss/styles/md3/components/QDrawer.unocss.d.ts +4 -0
  191. package/dist/types/plugins/quasar/unocss/styles/md3/components/QEditor.unocss.d.ts +4 -0
  192. package/dist/types/plugins/quasar/unocss/styles/md3/components/QExpansionItem.unocss.d.ts +4 -0
  193. package/dist/types/plugins/quasar/unocss/styles/md3/components/QFab.unocss.d.ts +4 -0
  194. package/dist/types/plugins/quasar/unocss/styles/md3/components/QField.unocss.d.ts +5 -0
  195. package/dist/types/plugins/quasar/unocss/styles/md3/components/QFile.unocss.d.ts +4 -0
  196. package/dist/types/plugins/quasar/unocss/styles/md3/components/QFooter.unocss.d.ts +4 -0
  197. package/dist/types/plugins/quasar/unocss/styles/md3/components/QForm.unocss.d.ts +4 -0
  198. package/dist/types/plugins/quasar/unocss/styles/md3/components/QHeader.unocss.d.ts +4 -0
  199. package/dist/types/plugins/quasar/unocss/styles/md3/components/QIcon.unocss.d.ts +4 -0
  200. package/dist/types/plugins/quasar/unocss/styles/md3/components/QImg.unocss.d.ts +4 -0
  201. package/dist/types/plugins/quasar/unocss/styles/md3/components/QInnerLoading.unocss.d.ts +4 -0
  202. package/dist/types/plugins/quasar/unocss/styles/md3/components/QInput.unocss.d.ts +4 -0
  203. package/dist/types/plugins/quasar/unocss/styles/md3/components/QIntersection.unocss.d.ts +4 -0
  204. package/dist/types/plugins/quasar/unocss/styles/md3/components/QItem.unocss.d.ts +4 -0
  205. package/dist/types/plugins/quasar/unocss/styles/md3/components/QKnob.unocss.d.ts +4 -0
  206. package/dist/types/plugins/quasar/unocss/styles/md3/components/QLayout.unocss.d.ts +5 -0
  207. package/dist/types/plugins/quasar/unocss/styles/md3/components/QLinearProgress.unocss.d.ts +5 -0
  208. package/dist/types/plugins/quasar/unocss/styles/md3/components/QMenu.unocss.d.ts +4 -0
  209. package/dist/types/plugins/quasar/unocss/styles/md3/components/QOptionGroup.unocss.d.ts +4 -0
  210. package/dist/types/plugins/quasar/unocss/styles/md3/components/QPage.unocss.d.ts +4 -0
  211. package/dist/types/plugins/quasar/unocss/styles/md3/components/QPageSticky.unocss.d.ts +4 -0
  212. package/dist/types/plugins/quasar/unocss/styles/md3/components/QPagination.unocss.d.ts +4 -0
  213. package/dist/types/plugins/quasar/unocss/styles/md3/components/QParallax.unocss.d.ts +4 -0
  214. package/dist/types/plugins/quasar/unocss/styles/md3/components/QPopupEdit.unocss.d.ts +4 -0
  215. package/dist/types/plugins/quasar/unocss/styles/md3/components/QPullToRefresh.unocss.d.ts +4 -0
  216. package/dist/types/plugins/quasar/unocss/styles/md3/components/QRadio.unocss.d.ts +5 -0
  217. package/dist/types/plugins/quasar/unocss/styles/md3/components/QRating.unocss.d.ts +4 -0
  218. package/dist/types/plugins/quasar/unocss/styles/md3/components/QResponsive.unocss.d.ts +4 -0
  219. package/dist/types/plugins/quasar/unocss/styles/md3/components/QScrollarea.unocss.d.ts +4 -0
  220. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSelect.unocss.d.ts +5 -0
  221. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSeparator.unocss.d.ts +4 -0
  222. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSkeleton.unocss.d.ts +5 -0
  223. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSlideItem.unocss.d.ts +4 -0
  224. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSlider.unocss.d.ts +4 -0
  225. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSpace.unocss.d.ts +4 -0
  226. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSpinner.unocss.d.ts +5 -0
  227. package/dist/types/plugins/quasar/unocss/styles/md3/components/QSplitter.unocss.d.ts +4 -0
  228. package/dist/types/plugins/quasar/unocss/styles/md3/components/QStepper.unocss.d.ts +4 -0
  229. package/dist/types/plugins/quasar/unocss/styles/md3/components/QTabPanel.unocss.d.ts +4 -0
  230. package/dist/types/plugins/quasar/unocss/styles/md3/components/QTable.unocss.d.ts +5 -0
  231. package/dist/types/plugins/quasar/unocss/styles/md3/components/QTabs.unocss.d.ts +4 -0
  232. package/dist/types/plugins/quasar/unocss/styles/md3/components/QTime.unocss.d.ts +4 -0
  233. package/dist/types/plugins/quasar/unocss/styles/md3/components/QTimeline.unocss.d.ts +4 -0
  234. package/dist/types/plugins/quasar/unocss/styles/md3/components/QToggle.unocss.d.ts +5 -0
  235. package/dist/types/plugins/quasar/unocss/styles/md3/components/QToolbar.unocss.d.ts +4 -0
  236. package/dist/types/plugins/quasar/unocss/styles/md3/components/QTooltip.unocss.d.ts +4 -0
  237. package/dist/types/plugins/quasar/unocss/styles/md3/components/QTree.unocss.d.ts +5 -0
  238. package/dist/types/plugins/quasar/unocss/styles/md3/components/QUploader.unocss.d.ts +4 -0
  239. package/dist/types/plugins/quasar/unocss/styles/md3/components/QVideo.unocss.d.ts +4 -0
  240. package/dist/types/plugins/quasar/unocss/styles/md3/components/QVirtualScroll.unocss.d.ts +4 -0
  241. package/dist/types/plugins/quasar/unocss/styles/md3/composables/panel.unocss.d.ts +4 -0
  242. package/dist/types/plugins/quasar/unocss/styles/md3/directives/QMorph.unocss.d.ts +4 -0
  243. package/dist/types/plugins/quasar/unocss/styles/md3/directives/QRipple.unocss.d.ts +4 -0
  244. package/dist/types/plugins/quasar/unocss/styles/md3/index.d.ts +6 -0
  245. package/dist/types/plugins/quasar/unocss/styles/md3/plugins/QBottomSheet.unocss.d.ts +4 -0
  246. package/dist/types/plugins/quasar/unocss/styles/md3/plugins/QDialogPlugin.unocss.d.ts +4 -0
  247. package/dist/types/plugins/quasar/unocss/styles/md3/plugins/QLoading.unocss.d.ts +4 -0
  248. package/dist/types/plugins/quasar/unocss/styles/md3/plugins/QNotify.unocss.d.ts +4 -0
  249. package/package.json +6 -1
  250. package/src/node/index.ts +1 -1
  251. package/src/node/plugins/quasar/unocss/core/elevation.unocss.ts +121 -1
  252. package/src/node/plugins/quasar/unocss/core/flex.unocss.ts +5 -3
  253. package/src/node/plugins/quasar/unocss/core/index.ts +352 -0
  254. package/src/node/plugins/quasar/unocss/core/position.unocss.ts +1 -1
  255. package/src/node/plugins/quasar/unocss/index.ts +1000 -1525
  256. package/src/node/plugins/quasar/unocss/lib/compare.js +15 -0
  257. package/src/node/plugins/quasar/unocss/{createSafelist.js → lib/createSafelist.js} +9 -1
  258. package/src/node/plugins/quasar/unocss/{parse.js → lib/parse.js} +2 -0
  259. package/src/node/plugins/quasar/unocss/quasar.css +13343 -0
  260. package/src/node/plugins/quasar/unocss/safelist.txt +594 -0
  261. package/src/node/plugins/quasar/unocss/styles/index.ts +13 -0
  262. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QAjaxBar.unocss.ts +1 -1
  263. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QAvatar.unocss.ts +1 -1
  264. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBadge.unocss.ts +1 -1
  265. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBanner.unocss.ts +1 -1
  266. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBar.unocss.ts +1 -1
  267. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBreadcrumbs.unocss.ts +1 -1
  268. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBtn.unocss.ts +7 -5
  269. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBtnDropdown.unocss.ts +1 -1
  270. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBtnGroup.unocss.ts +1 -1
  271. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QBtnToggle.unocss.ts +1 -1
  272. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QCard.unocss.ts +1 -1
  273. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QCarousel.unocss.ts +1 -1
  274. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QChatMessage.unocss.ts +1 -1
  275. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QCheckbox.unocss.ts +1 -1
  276. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QChip.unocss.ts +1 -1
  277. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QCircularProgress.unocss.ts +1 -1
  278. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QColorPicker.unocss.ts +1 -1
  279. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QDate.unocss.ts +1 -1
  280. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QDialog.unocss.ts +1 -1
  281. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QDrawer.unocss.ts +1 -1
  282. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QEditor.unocss.ts +1 -1
  283. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QExpansionItem.unocss.ts +1 -1
  284. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QFab.unocss.ts +1 -1
  285. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QField.unocss.ts +1 -1
  286. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QFile.unocss.ts +1 -1
  287. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QFooter.unocss.ts +1 -1
  288. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QForm.unocss.ts +1 -1
  289. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QHeader.unocss.ts +1 -1
  290. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QIcon.unocss.ts +1 -1
  291. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QImg.unocss.ts +1 -1
  292. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QInnerLoading.unocss.ts +1 -1
  293. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QInput.unocss.ts +1 -1
  294. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QIntersection.unocss.ts +1 -1
  295. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QItem.unocss.ts +1 -1
  296. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QKnob.unocss.ts +1 -1
  297. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QLayout.unocss.ts +1 -1
  298. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QLinearProgress.unocss.ts +1 -1
  299. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QMenu.unocss.ts +1 -1
  300. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QOptionGroup.unocss.ts +1 -1
  301. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QPage.unocss.ts +1 -1
  302. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QPageSticky.unocss.ts +1 -1
  303. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QPagination.unocss.ts +1 -1
  304. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QParallax.unocss.ts +1 -1
  305. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QPopupEdit.unocss.ts +1 -1
  306. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QPullToRefresh.unocss.ts +1 -1
  307. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QRadio.unocss.ts +1 -1
  308. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QRating.unocss.ts +1 -1
  309. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QResponsive.unocss.ts +1 -1
  310. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QScrollarea.unocss.ts +1 -1
  311. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSelect.unocss.ts +1 -1
  312. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSeparator.unocss.ts +1 -1
  313. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSkeleton.unocss.ts +1 -1
  314. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSlideItem.unocss.ts +1 -1
  315. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSlider.unocss.ts +1 -1
  316. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSpace.unocss.ts +1 -1
  317. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSpinner.unocss.ts +1 -1
  318. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QSplitter.unocss.ts +1 -1
  319. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QStepper.unocss.ts +1 -1
  320. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QTabPanel.unocss.ts +1 -1
  321. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QTable.unocss.ts +1 -1
  322. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QTabs.unocss.ts +1 -1
  323. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QTime.unocss.ts +1 -1
  324. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QTimeline.unocss.ts +1 -1
  325. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QToggle.unocss.ts +1 -1
  326. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QToolbar.unocss.ts +1 -1
  327. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QTooltip.unocss.ts +1 -1
  328. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QTree.unocss.ts +4 -4
  329. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QUploader.unocss.ts +1 -1
  330. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QVideo.unocss.ts +1 -1
  331. package/src/node/plugins/quasar/unocss/{components → styles/md2/components}/QVirtualScroll.unocss.ts +1 -1
  332. package/src/node/plugins/quasar/unocss/{composables → styles/md2/composables}/panel.unocss.ts +1 -1
  333. package/src/node/plugins/quasar/unocss/{directives → styles/md2/directives}/QMorph.unocss.ts +1 -1
  334. package/src/node/plugins/quasar/unocss/{directives → styles/md2/directives}/QRipple.unocss.ts +1 -1
  335. package/src/node/plugins/quasar/unocss/styles/md2/index.ts +236 -0
  336. package/src/node/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QBottomSheet.unocss.ts +1 -1
  337. package/src/node/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QDialogPlugin.unocss.ts +1 -1
  338. package/src/node/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QLoading.unocss.ts +1 -1
  339. package/src/node/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QNotify.unocss.ts +1 -1
  340. package/src/node/plugins/quasar/unocss/styles/md3/components/QAjaxBar.unocss.ts +32 -0
  341. package/src/node/plugins/quasar/unocss/styles/md3/components/QAvatar.unocss.ts +22 -0
  342. package/src/node/plugins/quasar/unocss/styles/md3/components/QBadge.unocss.ts +40 -0
  343. package/src/node/plugins/quasar/unocss/styles/md3/components/QBanner.unocss.ts +36 -0
  344. package/src/node/plugins/quasar/unocss/styles/md3/components/QBar.unocss.ts +36 -0
  345. package/src/node/plugins/quasar/unocss/styles/md3/components/QBreadcrumbs.unocss.ts +18 -0
  346. package/src/node/plugins/quasar/unocss/styles/md3/components/QBtn.unocss.ts +113 -0
  347. package/src/node/plugins/quasar/unocss/styles/md3/components/QBtnDropdown.unocss.ts +30 -0
  348. package/src/node/plugins/quasar/unocss/styles/md3/components/QBtnGroup.unocss.ts +53 -0
  349. package/src/node/plugins/quasar/unocss/styles/md3/components/QBtnToggle.unocss.ts +8 -0
  350. package/src/node/plugins/quasar/unocss/styles/md3/components/QCard.unocss.ts +67 -0
  351. package/src/node/plugins/quasar/unocss/styles/md3/components/QCarousel.unocss.ts +145 -0
  352. package/src/node/plugins/quasar/unocss/styles/md3/components/QChatMessage.unocss.ts +74 -0
  353. package/src/node/plugins/quasar/unocss/styles/md3/components/QCheckbox.unocss.ts +111 -0
  354. package/src/node/plugins/quasar/unocss/styles/md3/components/QChip.unocss.ts +95 -0
  355. package/src/node/plugins/quasar/unocss/styles/md3/components/QCircularProgress.unocss.ts +43 -0
  356. package/src/node/plugins/quasar/unocss/styles/md3/components/QColorPicker.unocss.ts +169 -0
  357. package/src/node/plugins/quasar/unocss/styles/md3/components/QDate.unocss.ts +219 -0
  358. package/src/node/plugins/quasar/unocss/styles/md3/components/QDialog.unocss.ts +142 -0
  359. package/src/node/plugins/quasar/unocss/styles/md3/components/QDrawer.unocss.ts +83 -0
  360. package/src/node/plugins/quasar/unocss/styles/md3/components/QEditor.unocss.ts +95 -0
  361. package/src/node/plugins/quasar/unocss/styles/md3/components/QExpansionItem.unocss.ts +66 -0
  362. package/src/node/plugins/quasar/unocss/styles/md3/components/QFab.unocss.ts +178 -0
  363. package/src/node/plugins/quasar/unocss/styles/md3/components/QField.unocss.ts +413 -0
  364. package/src/node/plugins/quasar/unocss/styles/md3/components/QFile.unocss.ts +27 -0
  365. package/src/node/plugins/quasar/unocss/styles/md3/components/QFooter.unocss.ts +22 -0
  366. package/src/node/plugins/quasar/unocss/styles/md3/components/QForm.unocss.ts +8 -0
  367. package/src/node/plugins/quasar/unocss/styles/md3/components/QHeader.unocss.ts +23 -0
  368. package/src/node/plugins/quasar/unocss/styles/md3/components/QIcon.unocss.ts +30 -0
  369. package/src/node/plugins/quasar/unocss/styles/md3/components/QImg.unocss.ts +52 -0
  370. package/src/node/plugins/quasar/unocss/styles/md3/components/QInnerLoading.unocss.ts +17 -0
  371. package/src/node/plugins/quasar/unocss/styles/md3/components/QInput.unocss.ts +20 -0
  372. package/src/node/plugins/quasar/unocss/styles/md3/components/QIntersection.unocss.ts +8 -0
  373. package/src/node/plugins/quasar/unocss/styles/md3/components/QItem.unocss.ts +125 -0
  374. package/src/node/plugins/quasar/unocss/styles/md3/components/QKnob.unocss.ts +18 -0
  375. package/src/node/plugins/quasar/unocss/styles/md3/components/QLayout.unocss.ts +95 -0
  376. package/src/node/plugins/quasar/unocss/styles/md3/components/QLinearProgress.unocss.ts +122 -0
  377. package/src/node/plugins/quasar/unocss/styles/md3/components/QMenu.unocss.ts +22 -0
  378. package/src/node/plugins/quasar/unocss/styles/md3/components/QOptionGroup.unocss.ts +8 -0
  379. package/src/node/plugins/quasar/unocss/styles/md3/components/QPage.unocss.ts +8 -0
  380. package/src/node/plugins/quasar/unocss/styles/md3/components/QPageSticky.unocss.ts +13 -0
  381. package/src/node/plugins/quasar/unocss/styles/md3/components/QPagination.unocss.ts +27 -0
  382. package/src/node/plugins/quasar/unocss/styles/md3/components/QParallax.unocss.ts +20 -0
  383. package/src/node/plugins/quasar/unocss/styles/md3/components/QPopupEdit.unocss.ts +15 -0
  384. package/src/node/plugins/quasar/unocss/styles/md3/components/QPullToRefresh.unocss.ts +22 -0
  385. package/src/node/plugins/quasar/unocss/styles/md3/components/QRadio.unocss.ts +98 -0
  386. package/src/node/plugins/quasar/unocss/styles/md3/components/QRating.unocss.ts +42 -0
  387. package/src/node/plugins/quasar/unocss/styles/md3/components/QResponsive.unocss.ts +22 -0
  388. package/src/node/plugins/quasar/unocss/styles/md3/components/QScrollarea.unocss.ts +60 -0
  389. package/src/node/plugins/quasar/unocss/styles/md3/components/QSelect.unocss.ts +81 -0
  390. package/src/node/plugins/quasar/unocss/styles/md3/components/QSeparator.unocss.ts +48 -0
  391. package/src/node/plugins/quasar/unocss/styles/md3/components/QSkeleton.unocss.ts +232 -0
  392. package/src/node/plugins/quasar/unocss/styles/md3/components/QSlideItem.unocss.ts +43 -0
  393. package/src/node/plugins/quasar/unocss/styles/md3/components/QSlider.unocss.ts +291 -0
  394. package/src/node/plugins/quasar/unocss/styles/md3/components/QSpace.unocss.ts +8 -0
  395. package/src/node/plugins/quasar/unocss/styles/md3/components/QSpinner.unocss.ts +52 -0
  396. package/src/node/plugins/quasar/unocss/styles/md3/components/QSplitter.unocss.ts +60 -0
  397. package/src/node/plugins/quasar/unocss/styles/md3/components/QStepper.unocss.ts +167 -0
  398. package/src/node/plugins/quasar/unocss/styles/md3/components/QTabPanel.unocss.ts +10 -0
  399. package/src/node/plugins/quasar/unocss/styles/md3/components/QTable.unocss.ts +253 -0
  400. package/src/node/plugins/quasar/unocss/styles/md3/components/QTabs.unocss.ts +170 -0
  401. package/src/node/plugins/quasar/unocss/styles/md3/components/QTime.unocss.ts +322 -0
  402. package/src/node/plugins/quasar/unocss/styles/md3/components/QTimeline.unocss.ts +130 -0
  403. package/src/node/plugins/quasar/unocss/styles/md3/components/QToggle.unocss.ts +94 -0
  404. package/src/node/plugins/quasar/unocss/styles/md3/components/QToolbar.unocss.ts +24 -0
  405. package/src/node/plugins/quasar/unocss/styles/md3/components/QTooltip.unocss.ts +20 -0
  406. package/src/node/plugins/quasar/unocss/styles/md3/components/QTree.unocss.ts +159 -0
  407. package/src/node/plugins/quasar/unocss/styles/md3/components/QUploader.unocss.ts +121 -0
  408. package/src/node/plugins/quasar/unocss/styles/md3/components/QVideo.unocss.ts +20 -0
  409. package/src/node/plugins/quasar/unocss/styles/md3/components/QVirtualScroll.unocss.ts +29 -0
  410. package/src/node/plugins/quasar/unocss/styles/md3/composables/panel.unocss.ts +9 -0
  411. package/src/node/plugins/quasar/unocss/styles/md3/directives/QMorph.unocss.ts +18 -0
  412. package/src/node/plugins/quasar/unocss/styles/md3/directives/QRipple.unocss.ts +30 -0
  413. package/src/node/plugins/quasar/unocss/styles/md3/index.ts +241 -0
  414. package/src/node/plugins/quasar/unocss/styles/md3/plugins/QBottomSheet.unocss.ts +27 -0
  415. package/src/node/plugins/quasar/unocss/styles/md3/plugins/QDialogPlugin.unocss.ts +16 -0
  416. package/src/node/plugins/quasar/unocss/styles/md3/plugins/QLoading.unocss.ts +24 -0
  417. package/src/node/plugins/quasar/unocss/styles/md3/plugins/QNotify.unocss.ts +284 -0
  418. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QAjaxBar.unocss.js +0 -0
  419. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QAvatar.unocss.js +0 -0
  420. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBadge.unocss.js +0 -0
  421. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBanner.unocss.js +0 -0
  422. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBar.unocss.js +0 -0
  423. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBreadcrumbs.unocss.js +0 -0
  424. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBtnDropdown.unocss.js +0 -0
  425. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBtnGroup.unocss.js +0 -0
  426. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QBtnToggle.unocss.js +0 -0
  427. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QCard.unocss.js +0 -0
  428. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QCarousel.unocss.js +0 -0
  429. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QChatMessage.unocss.js +0 -0
  430. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QCheckbox.unocss.js +0 -0
  431. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QChip.unocss.js +0 -0
  432. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QCircularProgress.unocss.js +0 -0
  433. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QColorPicker.unocss.js +0 -0
  434. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QDate.unocss.js +0 -0
  435. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QDialog.unocss.js +0 -0
  436. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QDrawer.unocss.js +0 -0
  437. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QEditor.unocss.js +0 -0
  438. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QExpansionItem.unocss.js +0 -0
  439. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QFab.unocss.js +0 -0
  440. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QField.unocss.js +0 -0
  441. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QFile.unocss.js +0 -0
  442. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QFooter.unocss.js +0 -0
  443. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QForm.unocss.js +0 -0
  444. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QHeader.unocss.js +0 -0
  445. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QIcon.unocss.js +0 -0
  446. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QImg.unocss.js +0 -0
  447. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QInnerLoading.unocss.js +0 -0
  448. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QInput.unocss.js +0 -0
  449. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QIntersection.unocss.js +0 -0
  450. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QItem.unocss.js +0 -0
  451. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QKnob.unocss.js +0 -0
  452. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QLayout.unocss.js +0 -0
  453. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QLinearProgress.unocss.js +0 -0
  454. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QMenu.unocss.js +0 -0
  455. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QOptionGroup.unocss.js +0 -0
  456. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QPage.unocss.js +0 -0
  457. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QPageSticky.unocss.js +0 -0
  458. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QPagination.unocss.js +0 -0
  459. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QParallax.unocss.js +0 -0
  460. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QPopupEdit.unocss.js +0 -0
  461. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QPullToRefresh.unocss.js +0 -0
  462. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QRadio.unocss.js +0 -0
  463. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QRating.unocss.js +0 -0
  464. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QResponsive.unocss.js +0 -0
  465. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QScrollarea.unocss.js +0 -0
  466. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSelect.unocss.js +0 -0
  467. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSeparator.unocss.js +0 -0
  468. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSkeleton.unocss.js +0 -0
  469. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSlideItem.unocss.js +0 -0
  470. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSlider.unocss.js +0 -0
  471. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSpace.unocss.js +0 -0
  472. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSpinner.unocss.js +0 -0
  473. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QSplitter.unocss.js +0 -0
  474. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QStepper.unocss.js +0 -0
  475. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QTabPanel.unocss.js +0 -0
  476. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QTable.unocss.js +0 -0
  477. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QTabs.unocss.js +0 -0
  478. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QTime.unocss.js +0 -0
  479. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QTimeline.unocss.js +0 -0
  480. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QToggle.unocss.js +0 -0
  481. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QToolbar.unocss.js +0 -0
  482. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QTooltip.unocss.js +0 -0
  483. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QUploader.unocss.js +0 -0
  484. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QVideo.unocss.js +0 -0
  485. /package/dist/plugins/quasar/unocss/{components → styles/md2/components}/QVirtualScroll.unocss.js +0 -0
  486. /package/dist/plugins/quasar/unocss/{composables → styles/md2/composables}/panel.unocss.js +0 -0
  487. /package/dist/plugins/quasar/unocss/{directives → styles/md2/directives}/QMorph.unocss.js +0 -0
  488. /package/dist/plugins/quasar/unocss/{directives → styles/md2/directives}/QRipple.unocss.js +0 -0
  489. /package/dist/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QBottomSheet.unocss.js +0 -0
  490. /package/dist/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QDialogPlugin.unocss.js +0 -0
  491. /package/dist/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QLoading.unocss.js +0 -0
  492. /package/dist/plugins/quasar/unocss/{plugins → styles/md2/plugins}/QNotify.unocss.js +0 -0
@@ -0,0 +1,118 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-stepper$/,
4
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper'] ??
5
+ `[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] bg-[#fff]`
6
+ ],
7
+ [
8
+ /^q-stepper__title$/,
9
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__title'] ??
10
+ `text-[14px] leading-[1.285714] tracking-[0.1px]`
11
+ ],
12
+ [
13
+ /^q-stepper__caption$/,
14
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__caption'] ??
15
+ `text-[12px] leading-[1.16667]`
16
+ ],
17
+ [
18
+ /^q-stepper__dot$/,
19
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__dot'] ??
20
+ `!flex-initial mr-[8px] text-[14px] w-[24px] min-w-[24px] h-[24px] rounded-[50%] bg-current [&_span]:(text-[#fff])`
21
+ ],
22
+ [
23
+ /^q-stepper__tab$/,
24
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__tab'] ??
25
+ `px-[24px] py-[8px] text-[14px] text-[#9e9e9e] flex-row`
26
+ ],
27
+ [
28
+ /^q-stepper--dark$/,
29
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper--dark'] ??
30
+ `[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)] [&_.q-stepper\\_\\_dot_span]:(text-[#000]) [&.q-stepper--bordered]:(border-[rgba(255,_255,_255,_0.28)]) [&_.q-stepper\\_\\_header--border]:(border-[rgba(255,_255,_255,_0.28)]) [&.q-stepper--horizontal_.q-stepper\\_\\_line:before]:(bg-[rgba(255,_255,_255,_0.28)]) [&.q-stepper--horizontal_.q-stepper\\_\\_line:after]:(bg-[rgba(255,_255,_255,_0.28)]) [&.q-stepper--vertical_.q-stepper\\_\\_dot:before]:(bg-[rgba(255,_255,_255,_0.28)]) [&.q-stepper--vertical_.q-stepper\\_\\_dot:after]:(bg-[rgba(255,_255,_255,_0.28)]) [&_.q-stepper\\_\\_tab--disabled]:(text-[rgba(255,_255,_255,_0.28)]) [&_.q-stepper\\_\\_tab--disabled_.q-stepper\\_\\_dot]:(bg-[rgba(255,_255,_255,_0.28)]) [&_.q-stepper\\_\\_tab--disabled_.q-stepper\\_\\_label]:(text-[rgba(255,_255,_255,_0.54)])`
31
+ ],
32
+ [
33
+ /^q-stepper__tab--navigation$/,
34
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__tab--navigation'] ??
35
+ `select-none cursor-pointer`
36
+ ],
37
+ [
38
+ /^q-stepper__tab--active$/,
39
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__tab--active'] ??
40
+ ` [&_.q-stepper\\_\\_dot]:([text-shadow:0_0_0_currentColor]) [&_.q-stepper\\_\\_label]:([text-shadow:0_0_0_currentColor])`
41
+ ],
42
+ [
43
+ /^q-stepper__tab--done$/,
44
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__tab--done'] ??
45
+ ` [&_.q-stepper\\_\\_dot]:([text-shadow:0_0_0_currentColor]) [&_.q-stepper\\_\\_label]:([text-shadow:0_0_0_currentColor])`
46
+ ],
47
+ [
48
+ /^q-stepper__tab--disabled$/,
49
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__tab--disabled'] ??
50
+ `[&_.q-stepper\\_\\_dot]:(bg-[rgba(0,_0,_0,_0.22)]) [&_.q-stepper\\_\\_label]:(text-[rgba(0,_0,_0,_0.32)])`
51
+ ],
52
+ [
53
+ /^q-stepper__tab--error$/,
54
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__tab--error'] ?? ``
55
+ ],
56
+ [
57
+ /^q-stepper__tab--error-with-icon$/,
58
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__tab--error-with-icon'] ??
59
+ `[&_.q-stepper\\_\\_dot]:(!bg-transparent) [&_.q-stepper\\_\\_dot_span]:(text-current text-[24px])`
60
+ ],
61
+ [
62
+ /^q-stepper__header$/,
63
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__header'] ??
64
+ `[border-top-left-radius:inherit] [border-top-right-radius:inherit]`
65
+ ],
66
+ [
67
+ /^q-stepper__header--border$/,
68
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__header--border'] ??
69
+ `[border-bottom:1px_solid_rgba(0,_0,_0,_0.12)]`
70
+ ],
71
+ [
72
+ /^q-stepper__header--standard-labels$/,
73
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__header--standard-labels'] ??
74
+ `[&_.q-stepper\\_\\_tab]:(min-h-[72px] justify-center) [&_.q-stepper\\_\\_tab:first-child]:(justify-start) [&_.q-stepper\\_\\_tab:last-child]:(justify-end) [&_.q-stepper\\_\\_tab:only-child]:(justify-center) [&_.q-stepper\\_\\_dot:after]:(hidden)`
75
+ ],
76
+ [
77
+ /^q-stepper__header--alternative-labels$/,
78
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__header--alternative-labels'] ??
79
+ `[&_.q-stepper\\_\\_tab]:(min-h-[104px] px-[32px] py-[24px] flex-col justify-start) [&_.q-stepper\\_\\_dot]:(mr-0) [&_.q-stepper\\_\\_label]:(mt-[8px] text-center) [&_.q-stepper\\_\\_label:before]:(hidden) [&_.q-stepper\\_\\_label:after]:(hidden)`
80
+ ],
81
+ [
82
+ /^q-stepper__header--contracted$/,
83
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__header--contracted'] ??
84
+ `min-h-[72px] [&.q-stepper__header--alternative-labels
85
+ __.q-stepper\\_\\_tab]:(min-h-[72px]) [&.q-stepper__header--alternative-labels
86
+ __.q-stepper\\_\\_tab:first-child]:(items-start) [&.q-stepper__header--alternative-labels
87
+ __.q-stepper\\_\\_tab:last-child]:(items-end) [&_.q-stepper\\_\\_tab]:(px-[0] py-[24px]) [&_.q-stepper\\_\\_tab:first-child_.q-stepper\\_\\_dot]:(translate-x-[24px]) [&_.q-stepper\\_\\_tab:last-child_.q-stepper\\_\\_dot]:(-translate-x-[24px]) [&_.q-stepper\\_\\_dot]:(m-0) [&_.q-stepper\\_\\_label]:(hidden)`
88
+ ],
89
+ [
90
+ /^q-stepper__header--contracted$/,
91
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__header--contracted'] ??
92
+ `[&__.q-stepper\\_\\_tab:not(:last-child)__.q-stepper\\_\\_dot:after]:(!block)`
93
+ ],
94
+ [
95
+ /^q-stepper__nav$/,
96
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper__nav'] ?? `pt-[24px]`
97
+ ],
98
+ [
99
+ /^q-stepper--flat$/,
100
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper--flat'] ?? `[box-shadow:none]`
101
+ ],
102
+ [
103
+ /^q-stepper--bordered$/,
104
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper--bordered'] ??
105
+ `border-[1px] border-solid border-[rgba(0,0,0,0.12)]`
106
+ ],
107
+ [
108
+ /^q-stepper--horizontal$/,
109
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper--horizontal'] ??
110
+ `[&_.q-stepper\\_\\_step-inner]:(p-[24px]) [&_.q-stepper\\_\\_tab:first-child]:([border-top-left-radius:inherit]) [&_.q-stepper\\_\\_tab:last-child]:([border-top-right-radius:inherit]) [&_.q-stepper\\_\\_tab:first-child_.q-stepper\\_\\_dot:before]:(hidden) [&_.q-stepper\\_\\_tab:last-child_.q-stepper\\_\\_label:after]:(hidden) [&_.q-stepper\\_\\_tab:last-child_.q-stepper\\_\\_dot:after]:(hidden) [&_.q-stepper\\_\\_tab]:(overflow-hidden) [&_.q-stepper\\_\\_line]:(contain-layout) [&_.q-stepper\\_\\_line:before]:(absolute top-2/4 h-px w-screen bg-[rgba(0,_0,_0,_0.12)]) [&_.q-stepper\\_\\_line:after]:(absolute top-2/4 h-px w-screen bg-[rgba(0,_0,_0,_0.12)]) [&_.q-stepper\\_\\_label:after]:(content-[''] left-full ml-[8px]) [&_.q-stepper\\_\\_dot:after]:(content-[''] left-full ml-[8px]) [&_.q-stepper\\_\\_dot:before]:(content-[''] right-full mr-[8px]) [&_>_.q-stepper\\_\\_nav]:(pt-[0] px-[24px] pb-[24px])`
111
+ ],
112
+ [
113
+ /^q-stepper--vertical$/,
114
+ ([, c], { theme }) => theme.quasar?.components?.['q-stepper--vertical'] ??
115
+ `px-[0] py-[16px] [&_.q-stepper\\_\\_tab]:(px-[24px] py-[12px]) [&_.q-stepper\\_\\_title]:(leading-[18px]) [&_.q-stepper\\_\\_step-inner]:(pt-[0] pr-[24px] pb-[32px] pl-[60px]) [&_>_.q-stepper\\_\\_nav]:(pt-[24px] px-[24px] pb-[0]) [&_.q-stepper\\_\\_step]:(overflow-hidden) [&_.q-stepper\\_\\_dot]:(mr-[12px]) [&_.q-stepper\\_\\_dot:before]:(content-[''] absolute left-2/4 w-px h-[99999px] bg-[rgba(0,_0,_0,_0.12)]) [&_.q-stepper\\_\\_dot:after]:(content-[''] absolute left-2/4 w-px h-[99999px] bg-[rgba(0,_0,_0,_0.12)]) [&_.q-stepper\\_\\_dot:before]:(bottom-full mb-[8px]) [&_.q-stepper\\_\\_dot:after]:(top-full mt-[8px]) [&_.q-stepper\\_\\_step:first-child_.q-stepper\\_\\_dot:before]:(hidden) [&_.q-stepper\\_\\_step:last-child_.q-stepper\\_\\_dot:after]:(hidden) [&_.q-stepper\\_\\_step:last-child_.q-stepper\\_\\_step-inner]:(pb-[8px])`
116
+ ]
117
+ ];
118
+ export { shortcuts };
@@ -0,0 +1,5 @@
1
+ const shortcuts = [
2
+ [/^q-tab-panels$/, ([, c], { theme }) => `bg-inherit`],
3
+ [/^q-tab-panel$/, ([, c], { theme }) => `p-[16px]`]
4
+ ];
5
+ export { shortcuts };
@@ -0,0 +1,178 @@
1
+ const preflights = [
2
+ {
3
+ getCSS: ({ theme }) => `
4
+ body.desktop .q-table > tbody > tr:not(.q-tr--no-hover):hover > td:not(.q-td--no-hover):before {
5
+ content: "";
6
+ }`
7
+ }
8
+ ];
9
+ const shortcuts = [
10
+ [
11
+ /^q-markup-table$/,
12
+ ([, c], { theme }) => theme.quasar?.components?.['q-markup-table'] ?? `overflow-auto bg-[#fff]`
13
+ ],
14
+ [
15
+ /^q-table$/,
16
+ ([, c], { theme }) => theme.quasar?.components?.['q-table'] ??
17
+ `w-full max-w-full border-separate [border-spacing:0] [&_thead_tr]:(h-[48px]) [&_tbody_td]:(h-[48px]) [&_th]:(font-medium text-[12px] select-none) [&_th.sortable]:(cursor-pointer) [&_th.sortable:hover_.q-table\\_\\_sort-icon]:(opacity-[0.64]) [&_th.sorted_.q-table\\_\\_sort-icon]:(!opacity-[0.86]) [&_th.sort-desc_.q-table\\_\\_sort-icon]:(rotate-180) [&_th]:(px-[16px] py-[7px] [background-color:inherit]) [&_td]:(px-[16px] py-[7px] [background-color:inherit]) [&_thead]:(border-solid border-0) [&_td]:(border-solid border-0) [&_th]:(border-solid border-0) [&_tbody_td]:(text-[13px]) [&_thead]:(border-[rgba(0,_0,_0,_0.12)]) [&_tr]:(border-[rgba(0,_0,_0,_0.12)]) [&_th]:(border-[rgba(0,_0,_0,_0.12)]) [&_td]:(border-[rgba(0,_0,_0,_0.12)]) [&_tbody_td]:(relative) [&_tbody_td:before]:(absolute top-[0] left-[0] right-[0] bottom-[0] pointer-events-none) [&_tbody_td:after]:(absolute top-[0] left-[0] right-[0] bottom-[0] pointer-events-none) [&_tbody_td:before]:(bg-[rgba(0,_0,_0,_0.03)]) [&_tbody_td:after]:(bg-[rgba(0,_0,_0,_0.06)]) [&_tbody_tr.selected_td:after]:(content-['']) [&_.q-virtual-scroll\\_\\_padding_tr]:(!h-[0]) [&_.q-virtual-scroll\\_\\_padding_td]:(!p-0)`
18
+ ],
19
+ [
20
+ /^q-table__card$/,
21
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__card'] ??
22
+ `text-[#000] bg-[#fff] rounded-[4px] [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)] [&_.q-table\\_\\_middle]:(flex-auto) [&_.q-table\\_\\_top]:(flex-[0_0_auto]) [&_.q-table\\_\\_bottom]:(flex-[0_0_auto])`
23
+ ],
24
+ [
25
+ /^q-table__container$/,
26
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__container'] ??
27
+ `relative [&_>_div:first-child]:([border-top-left-radius:inherit] [border-top-right-radius:inherit]) [&_>_div:last-child]:([border-bottom-left-radius:inherit] [border-bottom-right-radius:inherit]) [&_>_.q-inner-loading]:([border-radius:inherit!important])`
28
+ ],
29
+ [
30
+ /^q-table__top$/,
31
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__top'] ??
32
+ `px-[16px] py-[12px] [&_.q-table\\_\\_control]:(flex-wrap)`
33
+ ],
34
+ [
35
+ /^q-table__title$/,
36
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__title'] ??
37
+ `text-[20px] tracking-[0.005em] font-normal`
38
+ ],
39
+ [
40
+ /^q-table__separator$/,
41
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__separator'] ?? `!min-w-[8px]`
42
+ ],
43
+ [
44
+ /^q-table__progress$/,
45
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__progress'] ??
46
+ `!h-[0] [&_th]:(!p-0 !border-0) [&_.q-linear-progress]:(absolute bottom-[0])`
47
+ ],
48
+ [
49
+ /^q-table__middle$/,
50
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__middle'] ?? `max-w-full`
51
+ ],
52
+ [
53
+ /^q-table__bottom$/,
54
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__bottom'] ??
55
+ `min-h-[50px] pl-[16px] pr-[14px] py-[4px] text-[12px] [&_.q-table\\_\\_control]:(min-h-[24px]) [border-top:1px_solid_rgba(0,_0,_0,_0.12)]`
56
+ ],
57
+ [
58
+ /^q-table__bottom-nodata-icon$/,
59
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__bottom-nodata-icon'] ??
60
+ `text-[200%] mr-[8px]`
61
+ ],
62
+ [
63
+ /^q-table__bottom-item$/,
64
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__bottom-item'] ?? `mr-[16px]`
65
+ ],
66
+ [
67
+ /^q-table__control$/,
68
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__control'] ?? `flex items-center`
69
+ ],
70
+ [
71
+ /^q-table__sort-icon$/,
72
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__sort-icon'] ??
73
+ `[transition:transform_0.3s_cubic-bezier(0.25,_0.8,_0.5,_1)] opacity-0 text-[120%]`
74
+ ],
75
+ [
76
+ /^q-table__sort-icon--left$/,
77
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__sort-icon--left'] ?? `ml-[4px]`
78
+ ],
79
+ [
80
+ /^q-table__sort-icon--center$/,
81
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__sort-icon--center'] ?? `ml-[4px]`
82
+ ],
83
+ [
84
+ /^q-table__sort-icon--right$/,
85
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__sort-icon--right'] ?? `mr-[4px]`
86
+ ],
87
+ [
88
+ /^q-table--col-auto-width$/,
89
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--col-auto-width'] ?? `w-px`
90
+ ],
91
+ [
92
+ /^q-table__card--dark$/,
93
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__card--dark'] ??
94
+ `[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)] border-[rgba(255,_255,_255,_0.28)]`
95
+ ],
96
+ [
97
+ /^q-table--dark$/,
98
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--dark'] ??
99
+ `[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)] border-[rgba(255,_255,_255,_0.28)] [&_.q-table\\_\\_bottom]:(border-[rgba(255,_255,_255,_0.28)]) [&_thead]:(border-[rgba(255,_255,_255,_0.28)]) [&_tr]:(border-[rgba(255,_255,_255,_0.28)]) [&_th]:(border-[rgba(255,_255,_255,_0.28)]) [&_td]:(border-[rgba(255,_255,_255,_0.28)]) [&_tbody_td:before]:(bg-[rgba(255,_255,_255,_0.07)]) [&_tbody_td:after]:(bg-[rgba(255,_255,_255,_0.1)]) [&.q-table--vertical-separator_.q-table\\_\\_top]:(border-[rgba(255,_255,_255,_0.28)]) [&.q-table--cell-separator_.q-table\\_\\_top]:(border-[rgba(255,_255,_255,_0.28)])`
100
+ ],
101
+ [
102
+ /^q-table--flat$/,
103
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--flat'] ?? `[box-shadow:none]`
104
+ ],
105
+ [
106
+ /^q-table--bordered$/,
107
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--bordered'] ??
108
+ `border-[1px] border-solid border-[rgba(0,0,0,0.12)]`
109
+ ],
110
+ [
111
+ /^q-table--square$/,
112
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--square'] ?? `rounded-none`
113
+ ],
114
+ [
115
+ /^q-table__linear-progress$/,
116
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__linear-progress'] ?? `h-[2px]`
117
+ ],
118
+ [
119
+ /^q-table--no-wrap$/,
120
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--no-wrap'] ??
121
+ `[&_th]:(whitespace-nowrap) [&_td]:(whitespace-nowrap)`
122
+ ],
123
+ [
124
+ /^q-table--grid$/,
125
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--grid'] ??
126
+ `[box-shadow:none] rounded-[4px] [&_.q-table\\_\\_top]:(pb-[4px]) [&_.q-table\\_\\_middle]:(min-h-[2px] mb-[4px]) [&_.q-table\\_\\_middle_thead]:(!border-0) [&_.q-table\\_\\_middle_thead_th]:(!border-0) [&_.q-table\\_\\_linear-progress]:(bottom-[0]) [&_.q-table\\_\\_bottom]:([border-top:0]) [&_.q-table\\_\\_grid-content]:(flex-auto) [&.fullscreen]:([background:inherit])`
127
+ ],
128
+ [
129
+ /^q-table__grid-item-card$/,
130
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__grid-item-card'] ??
131
+ `align-top p-[12px] [&_.q-separator]:(mx-[0] my-[12px])`
132
+ ],
133
+ [
134
+ /^q-table__grid-item-row$/,
135
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__grid-item-row'] ??
136
+ `[&_+_.q-table\\_\\_grid-item-row]:(mt-[8px])`
137
+ ],
138
+ [
139
+ /^q-table__grid-item-title$/,
140
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__grid-item-title'] ??
141
+ `opacity-[0.54] font-medium text-[12px]`
142
+ ],
143
+ [
144
+ /^q-table__grid-item-value$/,
145
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__grid-item-value'] ?? `text-[13px]`
146
+ ],
147
+ [
148
+ /^q-table__grid-item$/,
149
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__grid-item'] ??
150
+ `p-[4px] [transition:transform_0.3s_cubic-bezier(0.25,_0.8,_0.5,_1)]`
151
+ ],
152
+ [
153
+ /^q-table__grid-item--selected$/,
154
+ ([, c], { theme }) => theme.quasar?.components?.['q-table__grid-item--selected'] ??
155
+ `scale-[0.95]`
156
+ ],
157
+ [
158
+ /^q-table--horizontal-separator$/,
159
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--horizontal-separator'] ??
160
+ `[&_thead_th]:(border-b) [&_tbody_tr:not(:last-child)_>_td]:(border-b)`
161
+ ],
162
+ [
163
+ /^q-table--cell-separator$/,
164
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--cell-separator'] ??
165
+ `[&_thead_th]:(border-b) [&_tbody_tr:not(:last-child)_>_td]:(border-b) [&_td]:(border-l) [&_th]:(border-l) [&_thead_tr:last-child_th]:(border-b) [&.q-table--loading_tr:nth-last-child(2)_th]:(border-b) [&_td:first-child]:([border-left:0]) [&_th:first-child]:([border-left:0]) [&_.q-table\\_\\_top]:([border-bottom:1px_solid_rgba(0,_0,_0,_0.12)])`
166
+ ],
167
+ [
168
+ /^q-table--vertical-separator$/,
169
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--vertical-separator'] ??
170
+ `[&_td]:(border-l) [&_th]:(border-l) [&_thead_tr:last-child_th]:(border-b) [&.q-table--loading_tr:nth-last-child(2)_th]:(border-b) [&_td:first-child]:([border-left:0]) [&_th:first-child]:([border-left:0]) [&_.q-table\\_\\_top]:([border-bottom:1px_solid_rgba(0,_0,_0,_0.12)])`
171
+ ],
172
+ [
173
+ /^q-table--dense$/,
174
+ ([, c], { theme }) => theme.quasar?.components?.['q-table--dense'] ??
175
+ `[&_.q-table\\_\\_top]:(px-[16px] py-[6px]) [&_.q-table\\_\\_bottom]:(min-h-[33px]) [&_.q-table\\_\\_sort-icon]:(text-[110%]) [&_.q-table_th]:(px-[8px] py-[4px]) [&_.q-table_td]:(px-[8px] py-[4px]) [&_.q-table_thead_tr]:(h-[28px]) [&_.q-table_tbody_tr]:(h-[28px]) [&_.q-table_tbody_td]:(h-[28px]) [&_.q-table_th:first-child]:(pl-[16px]) [&_.q-table_td:first-child]:(pl-[16px]) [&_.q-table_th:last-child]:(pr-[16px]) [&_.q-table_td:last-child]:(pr-[16px]) [&_.q-table\\_\\_bottom-item]:(mr-[8px]) [&_.q-table\\_\\_select_.q-field\\_\\_control]:(min-h-[24px] p-0) [&_.q-table\\_\\_select_.q-field\\_\\_native]:(min-h-[24px] p-0) [&_.q-table\\_\\_select_.q-field\\_\\_marginal]:(h-[24px])`
176
+ ]
177
+ ];
178
+ export { preflights, shortcuts };
@@ -0,0 +1,119 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-tab$/,
4
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab'] ??
5
+ `px-[16px] py-[0] min-h-[48px] [transition:color_0.3s,_background-color_0.3s] uppercase whitespace-nowrap [color:inherit] no-underline [&_.q-badge]:(top-[3px] -right-[12px])`
6
+ ],
7
+ [
8
+ /^q-tab--full$/,
9
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab--full'] ?? `min-h-[72px]`
10
+ ],
11
+ [
12
+ /^q-tab--no-caps$/,
13
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab--no-caps'] ?? `normal-case`
14
+ ],
15
+ [
16
+ /^q-tab__content$/,
17
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab__content'] ??
18
+ `[height:inherit] px-[0] py-[4px] min-w-[40px] [&_.q-chip--floating]:(top-[0] -right-[16px])`
19
+ ],
20
+ [
21
+ /^q-tab__content--inline$/,
22
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab__content--inline'] ??
23
+ `[&_.q-tab\\_\\_icon_+_.q-tab\\_\\_label]:(pl-[8px])`
24
+ ],
25
+ [
26
+ /^q-tab__icon$/,
27
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab__icon'] ??
28
+ `w-[24px] h-[24px] text-[24px]`
29
+ ],
30
+ [
31
+ /^q-tab__label$/,
32
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab__label'] ??
33
+ `text-[14px] leading-[1.715em] font-medium`
34
+ ],
35
+ [
36
+ /^q-tab__alert$/,
37
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab__alert'] ??
38
+ `absolute top-[7px] -right-[9px] h-[10px] w-[10px] rounded-[50%] bg-current`
39
+ ],
40
+ [
41
+ /^q-tab__alert-icon$/,
42
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab__alert-icon'] ??
43
+ `absolute top-[2px] -right-[12px] text-[18px]`
44
+ ],
45
+ [
46
+ /^q-tab__indicator$/,
47
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab__indicator'] ??
48
+ `!relative opacity-0 h-[2px] bg-current`
49
+ ],
50
+ [
51
+ /^q-tab--active$/,
52
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab--active'] ??
53
+ `[&_.q-tab\\_\\_indicator]:(opacity-100 origin-left)`
54
+ ],
55
+ [
56
+ /^q-tab--inactive$/,
57
+ ([, c], { theme }) => theme.quasar?.components?.['q-tab--inactive'] ?? `opacity-[0.85]`
58
+ ],
59
+ [
60
+ /^q-tabs$/,
61
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs'] ??
62
+ `!flex-initial relative [transition:color_0.3s,_background-color_0.3s]`
63
+ ],
64
+ [
65
+ /^q-tabs--scrollable$/,
66
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs--scrollable'] ??
67
+ `[&.q-tabs__arrows--outside.q-tabs--horizontal]:(pl-[36px] pr-[36px]) [&.q-tabs__arrows--outside.q-tabs--vertical]:(pt-[36px] pb-[36px]) [&.q-tabs__arrows--outside_.q-tabs\\_\\_arrow--faded]:(opacity-30 pointer-events-none) [&.q-tabs__arrows--inside_.q-tabs\\_\\_arrow--faded]:(hidden)`
68
+ ],
69
+ [
70
+ /^q-tabs--not-scrollable$/,
71
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs--not-scrollable'] ??
72
+ `[&.q-tabs__arrows--outside]:(pl-0 pr-0) [&_.q-tabs\\_\\_arrow]:(!hidden) [&_.q-tabs\\_\\_content]:([border-radius:inherit])`
73
+ ],
74
+ [
75
+ /^q-tabs__arrow$/,
76
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs__arrow'] ??
77
+ `cursor-pointer text-[32px] min-w-[36px] [text-shadow:0_0_3px_#fff,_0_0_1px_#fff,_0_0_1px_#000] [transition:opacity_0.3s]`
78
+ ],
79
+ [
80
+ /^q-tabs__content$/,
81
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs__content'] ??
82
+ `overflow-hidden flex-auto`
83
+ ],
84
+ [
85
+ /^q-tabs__content--align-center$/,
86
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs__content--align-center'] ??
87
+ `justify-center`
88
+ ],
89
+ [
90
+ /^q-tabs__content--align-right$/,
91
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs__content--align-right'] ??
92
+ `justify-end`
93
+ ],
94
+ [
95
+ /^q-tabs__content--align-justify$/,
96
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs__content--align-justify'] ??
97
+ `[&_.q-tab]:(flex-auto)`
98
+ ],
99
+ [
100
+ /^q-tabs__offset$/,
101
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs__offset'] ?? `hidden`
102
+ ],
103
+ [
104
+ /^q-tabs--horizontal$/,
105
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs--horizontal'] ??
106
+ `[&_.q-tabs\\_\\_arrow]:(h-full) [&_.q-tabs\\_\\_arrow--left]:(top-[0] left-[0] bottom-[0]) [&_.q-tabs\\_\\_arrow--right]:(top-[0] right-[0] bottom-[0])`
107
+ ],
108
+ [
109
+ /^q-tabs--vertical$/,
110
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs--vertical'] ??
111
+ `!block h-full [&_.q-tabs\\_\\_content]:(!block h-full) [&_.q-tabs\\_\\_arrow]:(w-full h-[36px] text-center) [&_.q-tabs\\_\\_arrow--left]:(top-[0] left-[0] right-[0]) [&_.q-tabs\\_\\_arrow--right]:(left-[0] right-[0] bottom-[0]) [&_.q-tab]:(px-[8px] py-[0]) [&_.q-tab\\_\\_indicator]:(h-[unset] w-[2px]) [&.q-tabs--not-scrollable_.q-tabs\\_\\_content]:(h-full) [&.q-tabs--dense_.q-tab\\_\\_content]:(min-w-[24px])`
112
+ ],
113
+ [
114
+ /^q-tabs--dense$/,
115
+ ([, c], { theme }) => theme.quasar?.components?.['q-tabs--dense'] ??
116
+ `[&_.q-tab]:(min-h-[36px]) [&_.q-tab--full]:(min-h-[52px])`
117
+ ]
118
+ ];
119
+ export { shortcuts };
@@ -0,0 +1,225 @@
1
+ const shortcuts = [
2
+ [
3
+ /^q-time$/,
4
+ ([, c], { theme }) => theme.quasar?.components?.['q-time'] ??
5
+ `[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] bg-[#fff] outline-[0] w-[290px] min-w-[290px] max-w-full [&.disabled_.q-time\\_\\_header-ampm]:(pointer-events-none) [&.disabled_.q-time\\_\\_content]:(pointer-events-none)`
6
+ ],
7
+ [
8
+ /^q-time--bordered$/,
9
+ ([, c], { theme }) => theme.quasar?.components?.['q-time--bordered'] ??
10
+ `border-[1px] border-solid border-[rgba(0,0,0,0.12)]`
11
+ ],
12
+ [
13
+ /^q-time__header$/,
14
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__header'] ??
15
+ `[border-top-left-radius:inherit] text-[#fff] p-[16px] font-light bg-primary`
16
+ ],
17
+ [
18
+ /^q-time__actions$/,
19
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__actions'] ??
20
+ `pt-[0] px-[16px] pb-[16px]`
21
+ ],
22
+ [
23
+ /^q-time__header-label$/,
24
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__header-label'] ??
25
+ `text-[28px] leading-none tracking-[-0.00833em] [&_>_div_+_div]:(ml-[4px]) !flex-initial`
26
+ ],
27
+ [
28
+ /^q-time__link$/,
29
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__link'] ??
30
+ `opacity-[0.56] outline-[0] [transition:opacity_0.3s_ease-out] [&:hover]:(opacity-100) [&:focus]:(opacity-100)`
31
+ ],
32
+ [
33
+ /^q-time__link--active$/,
34
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__link--active'] ?? `opacity-100`
35
+ ],
36
+ [
37
+ /^q-time__header-ampm$/,
38
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__header-ampm'] ??
39
+ `text-[16px] tracking-widest !flex-initial`
40
+ ],
41
+ [
42
+ /^q-time__content$/,
43
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__content'] ??
44
+ `p-[16px] [&:before]:(content-[''] block pb-[100%])`
45
+ ],
46
+ [
47
+ /^q-time__container-parent$/,
48
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__container-parent'] ?? `p-[16px]`
49
+ ],
50
+ [
51
+ /^q-time__container-child$/,
52
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__container-child'] ??
53
+ `rounded-[50%] bg-[rgba(0,_0,_0,_0.12)]`
54
+ ],
55
+ [
56
+ /^q-time__clock$/,
57
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock'] ??
58
+ `p-[24px] w-[calc(100%-48px)] h-[calc(100%-48px)] max-w-full max-h-full text-[14px]`
59
+ ],
60
+ [
61
+ /^q-time__clock-circle$/,
62
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-circle'] ?? `relative`
63
+ ],
64
+ [
65
+ /^q-time__clock-center$/,
66
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-center'] ??
67
+ `h-[6px] w-[6px] m-auto rounded-[50%] min-h-[0] bg-current`
68
+ ],
69
+ [
70
+ /^q-time__clock-pointer$/,
71
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pointer'] ??
72
+ `w-[2px] h-1/2 origin-[0_0] min-h-[0] absolute left-2/4 right-[0] bottom-[0] bg-current -translate-x-1/2 [&:before]:(content-[''] absolute left-2/4 rounded-[50%] bg-current -translate-x-1/2) [&:after]:(content-[''] absolute left-2/4 rounded-[50%] bg-current -translate-x-1/2) [&:before]:(-bottom-[4px] w-[8px] h-[8px]) [&:after]:(-top-[3px] h-[6px] w-[6px])`
73
+ ],
74
+ [
75
+ /^q-time__clock-position$/,
76
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-position'] ??
77
+ `absolute min-h-[32px] w-[32px] h-[32px] text-[12px] leading-[32px] m-0 p-0 -translate-x-1/2 -translate-y-1/2 rounded-[50%]`
78
+ ],
79
+ [
80
+ /^q-time__clock-position--disable$/,
81
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-position--disable'] ??
82
+ `opacity-40`
83
+ ],
84
+ [
85
+ /^q-time__clock-position--active$/,
86
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-position--active'] ??
87
+ `text-[#fff]`
88
+ ],
89
+ [
90
+ /^q-time__clock-pos-0$/,
91
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-0'] ?? `top-[0%] left-2/4`
92
+ ],
93
+ [
94
+ /^q-time__clock-pos-1$/,
95
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-1'] ?? `top-[6.7%] left-3/4`
96
+ ],
97
+ [
98
+ /^q-time__clock-pos-2$/,
99
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-2'] ??
100
+ `top-1/4 left-[93.3%]`
101
+ ],
102
+ [
103
+ /^q-time__clock-pos-3$/,
104
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-3'] ?? `top-2/4 left-full`
105
+ ],
106
+ [
107
+ /^q-time__clock-pos-4$/,
108
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-4'] ??
109
+ `top-3/4 left-[93.3%]`
110
+ ],
111
+ [
112
+ /^q-time__clock-pos-5$/,
113
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-5'] ??
114
+ `top-[93.3%] left-3/4`
115
+ ],
116
+ [
117
+ /^q-time__clock-pos-6$/,
118
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-6'] ?? `top-full left-2/4`
119
+ ],
120
+ [
121
+ /^q-time__clock-pos-7$/,
122
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-7'] ??
123
+ `top-[93.3%] left-1/4`
124
+ ],
125
+ [
126
+ /^q-time__clock-pos-8$/,
127
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-8'] ?? `top-3/4 left-[6.7%]`
128
+ ],
129
+ [
130
+ /^q-time__clock-pos-9$/,
131
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-9'] ?? `top-2/4 left-[0%]`
132
+ ],
133
+ [
134
+ /^q-time__clock-pos-10$/,
135
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-10'] ??
136
+ `top-1/4 left-[6.7%]`
137
+ ],
138
+ [
139
+ /^q-time__clock-pos-11$/,
140
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-11'] ??
141
+ `top-[6.7%] left-1/4`
142
+ ],
143
+ [
144
+ /^q-time__clock-pos-12$/,
145
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-12'] ?? `top-[15%] left-2/4`
146
+ ],
147
+ [
148
+ /^q-time__clock-pos-13$/,
149
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-13'] ??
150
+ `top-[19.69%] left-[67.5%]`
151
+ ],
152
+ [
153
+ /^q-time__clock-pos-14$/,
154
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-14'] ??
155
+ `top-[32.5%] left-[80.31%]`
156
+ ],
157
+ [
158
+ /^q-time__clock-pos-15$/,
159
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-15'] ?? `top-2/4 left-[85%]`
160
+ ],
161
+ [
162
+ /^q-time__clock-pos-16$/,
163
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-16'] ??
164
+ `top-[67.5%] left-[80.31%]`
165
+ ],
166
+ [
167
+ /^q-time__clock-pos-17$/,
168
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-17'] ??
169
+ `top-[80.31%] left-[67.5%]`
170
+ ],
171
+ [
172
+ /^q-time__clock-pos-18$/,
173
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-18'] ?? `top-[85%] left-2/4`
174
+ ],
175
+ [
176
+ /^q-time__clock-pos-19$/,
177
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-19'] ??
178
+ `top-[80.31%] left-[32.5%]`
179
+ ],
180
+ [
181
+ /^q-time__clock-pos-20$/,
182
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-20'] ??
183
+ `top-[67.5%] left-[19.69%]`
184
+ ],
185
+ [
186
+ /^q-time__clock-pos-21$/,
187
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-21'] ?? `top-2/4 left-[15%]`
188
+ ],
189
+ [
190
+ /^q-time__clock-pos-22$/,
191
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-22'] ??
192
+ `top-[32.5%] left-[19.69%]`
193
+ ],
194
+ [
195
+ /^q-time__clock-pos-23$/,
196
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__clock-pos-23'] ??
197
+ `top-[19.69%] left-[32.5%]`
198
+ ],
199
+ [
200
+ /^q-time__now-button$/,
201
+ ([, c], { theme }) => theme.quasar?.components?.['q-time__now-button'] ??
202
+ `text-[#fff] top-[12px] right-[12px]`
203
+ ],
204
+ [
205
+ /^q-time--readonly$/,
206
+ ([, c], { theme }) => theme.quasar?.components?.['q-time--readonly'] ??
207
+ `[&_.q-time\\_\\_header-ampm]:(pointer-events-none) [&_.q-time\\_\\_content]:(pointer-events-none)`
208
+ ],
209
+ [
210
+ /^q-time--portrait$/,
211
+ ([, c], { theme }) => theme.quasar?.components?.['q-time--portrait'] ??
212
+ `inline-flex flex-col [&_.q-time\\_\\_header]:([border-top-right-radius:inherit] min-h-[86px]) [&_.q-time\\_\\_header-ampm]:(ml-[12px]) [&.q-time--bordered_.q-time\\_\\_content]:(mx-[0] my-px)`
213
+ ],
214
+ [
215
+ /^q-time--landscape$/,
216
+ ([, c], { theme }) => theme.quasar?.components?.['q-time--landscape'] ??
217
+ `inline-flex items-stretch min-w-[420px] [&_>_div]:(flex flex-col justify-center) [&_.q-time\\_\\_header]:([border-bottom-left-radius:inherit] min-w-[156px]) [&_.q-time\\_\\_header-ampm]:(mt-[12px])`
218
+ ],
219
+ [
220
+ /^q-time--dark$/,
221
+ ([, c], { theme }) => theme.quasar?.components?.['q-time--dark'] ??
222
+ `border-[rgba(255,_255,_255,_0.28)] [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)]`
223
+ ]
224
+ ];
225
+ export { shortcuts };