maz-ui 3.47.2-beta.24 → 3.47.2-beta.25

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 (246) hide show
  1. package/components/MazAccordion.mjs +56 -56
  2. package/components/MazAnimatedCounter.mjs +7 -7
  3. package/components/MazAvatar.mjs +1 -1
  4. package/components/MazBackdrop.mjs +9 -9
  5. package/components/MazBadge.mjs +2 -2
  6. package/components/MazBottomSheet.mjs +1 -1
  7. package/components/MazBtn.mjs +1 -1
  8. package/components/MazCard.mjs +1 -1
  9. package/components/MazCardSpotlight.mjs +7 -7
  10. package/components/MazCarousel.mjs +1 -1
  11. package/components/MazChart.mjs +13 -13
  12. package/components/MazCheckbox.mjs +2 -2
  13. package/components/MazChecklist.mjs +1 -1
  14. package/components/MazCircularProgressBar.mjs +11 -11
  15. package/components/MazDialog.mjs +1 -1
  16. package/components/MazDialogPromise.mjs +1 -1
  17. package/components/MazDrawer.mjs +1 -1
  18. package/components/MazDropdown.mjs +1 -1
  19. package/components/MazDropzone.mjs +1 -1
  20. package/components/MazExpandAnimation.mjs +8 -8
  21. package/components/MazFullscreenLoader.mjs +2 -40
  22. package/components/MazGallery.mjs +1 -1
  23. package/components/MazIcon.mjs +9 -8
  24. package/components/MazInput.mjs +1 -1
  25. package/components/MazInputCode.mjs +2 -2
  26. package/components/MazInputNumber.mjs +1 -1
  27. package/components/MazInputPrice.mjs +1 -1
  28. package/components/MazInputTags.mjs +1 -1
  29. package/components/MazLazyImg.mjs +1 -1
  30. package/components/MazLink.d.ts +2 -2
  31. package/components/MazLink.mjs +6 -6
  32. package/components/MazLoadingBar.mjs +17 -17
  33. package/components/MazPagination.mjs +1 -1
  34. package/components/MazPhoneNumberInput.mjs +1 -1
  35. package/components/MazPicker.mjs +1 -1
  36. package/components/MazPullToRefresh.mjs +1 -1
  37. package/components/MazRadio.mjs +11 -11
  38. package/components/MazRadioButtons.mjs +2 -2
  39. package/components/MazReadingProgressBar.mjs +15 -15
  40. package/components/MazSelect.mjs +1 -1
  41. package/components/MazSlider.mjs +31 -31
  42. package/components/MazSpinner.mjs +7 -7
  43. package/components/MazStepper.d.ts +1 -1
  44. package/components/MazStepper.mjs +1 -1
  45. package/components/MazSwitch.mjs +9 -9
  46. package/components/MazTable.mjs +1 -1
  47. package/components/MazTableCell.mjs +12 -12
  48. package/components/MazTableRow.mjs +6 -6
  49. package/components/MazTableTitle.mjs +11 -11
  50. package/components/MazTabs.d.ts +3 -3
  51. package/components/MazTabs.mjs +7 -7
  52. package/components/MazTabsBar.mjs +1 -1
  53. package/components/MazTabsContent.mjs +4 -4
  54. package/components/MazTabsContentItem.mjs +8 -8
  55. package/components/MazTextarea.mjs +2 -2
  56. package/components/MazTransitionExpand.mjs +10 -10
  57. package/components/assets/MazAccordion.css +1 -1
  58. package/components/assets/MazAnimatedCounter.css +1 -1
  59. package/components/assets/MazAvatar.css +1 -1
  60. package/components/assets/MazBackdrop.css +1 -1
  61. package/components/assets/MazBadge.css +1 -1
  62. package/components/assets/MazBottomSheet.css +1 -1
  63. package/components/assets/MazBtn.css +1 -1
  64. package/components/assets/MazCard.css +1 -1
  65. package/components/assets/MazCardSpotlight.css +1 -1
  66. package/components/assets/MazCarousel.css +1 -1
  67. package/components/assets/MazCheckbox.css +1 -1
  68. package/components/assets/MazChecklist.css +1 -1
  69. package/components/assets/MazCircularProgressBar.css +1 -1
  70. package/components/assets/MazDialog.css +1 -1
  71. package/components/assets/MazDialogPromise.css +1 -1
  72. package/components/assets/MazDrawer.css +1 -1
  73. package/components/assets/MazExpandAnimation.css +1 -1
  74. package/components/assets/MazFullscreenLoader.css +1 -1
  75. package/components/assets/MazGallery.css +1 -1
  76. package/components/assets/MazInput.css +1 -1
  77. package/components/assets/MazInputCode.css +1 -1
  78. package/components/assets/MazInputNumber.css +1 -1
  79. package/components/assets/MazInputPrice.css +1 -1
  80. package/components/assets/MazInputTags.css +1 -1
  81. package/components/assets/MazLazyImg.css +1 -1
  82. package/components/assets/MazLink.css +1 -1
  83. package/components/assets/MazLoadingBar.css +1 -1
  84. package/components/assets/MazPagination.css +1 -1
  85. package/components/assets/MazPhoneNumberInput.css +1 -1
  86. package/components/assets/MazPicker.css +1 -1
  87. package/components/assets/MazPullToRefresh.css +1 -1
  88. package/components/assets/MazRadio.css +1 -1
  89. package/components/assets/MazRadioButtons.css +1 -1
  90. package/components/assets/MazReadingProgressBar.css +1 -1
  91. package/components/assets/MazSelect.css +1 -1
  92. package/components/assets/MazSlider.css +1 -1
  93. package/components/assets/MazSpinner.css +1 -1
  94. package/components/assets/MazStepper.css +1 -1
  95. package/components/assets/MazTable.css +1 -1
  96. package/components/assets/MazTableCell.css +1 -1
  97. package/components/assets/MazTableRow.css +1 -1
  98. package/components/assets/MazTableTitle.css +1 -1
  99. package/components/assets/MazTabsBar.css +1 -1
  100. package/components/assets/MazTabsContentItem.css +1 -1
  101. package/components/assets/MazTextarea.css +1 -1
  102. package/components/assets/MazTransitionExpand.css +1 -1
  103. package/components/chunks/{MazAvatar-CZzOIbzh.mjs → MazAvatar-CuOWgdVG.mjs} +18 -18
  104. package/components/chunks/{MazBadge-DCzaExPj.mjs → MazBadge-tPgFsG6Y.mjs} +6 -6
  105. package/components/chunks/{MazBottomSheet-DGsGO0zo.mjs → MazBottomSheet-CMqzf-dT.mjs} +15 -15
  106. package/components/chunks/MazBtn-B16x1gSu.mjs +103 -0
  107. package/components/chunks/MazBtn-BLSmc1v4.mjs +103 -0
  108. package/components/chunks/MazBtn-BcrrOaO_.mjs +103 -0
  109. package/components/chunks/MazBtn-Bje1xDu3.mjs +103 -0
  110. package/components/chunks/MazBtn-C5sb0470.mjs +103 -0
  111. package/components/chunks/MazBtn-CPwCJ1l-.mjs +103 -0
  112. package/components/chunks/{MazBtn-BS2kvd1Z.mjs → MazBtn-Cf-LPT5p.mjs} +4 -4
  113. package/components/chunks/MazBtn-DCyFSkZo.mjs +103 -0
  114. package/components/chunks/{MazBtn-oZhhJy09.mjs → MazBtn-DETtZdlj.mjs} +3 -3
  115. package/components/chunks/{MazBtn-B5o15XDU.mjs → MazBtn-DnJzOPh9.mjs} +4 -4
  116. package/components/chunks/{MazBtn-CM-xSnA5.mjs → MazBtn-DsGaq_eB.mjs} +3 -3
  117. package/components/chunks/{MazBtn-4-B-zs6Y.mjs → MazBtn-S7EnZYtZ.mjs} +4 -4
  118. package/components/chunks/MazBtn-iYAY4cer.mjs +103 -0
  119. package/components/chunks/MazBtn-v4i4k53h.mjs +103 -0
  120. package/components/chunks/{MazCard-98OuVlyK.mjs → MazCard-l54W3CUU.mjs} +3 -3
  121. package/components/chunks/{MazCarousel-COTaKhKF.mjs → MazCarousel-C16E1i1T.mjs} +3 -3
  122. package/components/chunks/{MazCheckbox-CbfTOJdy.mjs → MazCheckbox-C1nh-xQt.mjs} +7 -7
  123. package/components/chunks/{MazCheckbox-CCma_qyQ.mjs → MazCheckbox-CEsAHbdi.mjs} +7 -7
  124. package/components/chunks/{MazCheckbox-eOEEACaM.mjs → MazCheckbox-D-7-TdgO.mjs} +3 -3
  125. package/components/chunks/{MazChecklist-Bb_70sf5.mjs → MazChecklist-DSfD55m5.mjs} +125 -125
  126. package/components/chunks/{MazDialog-CVo6Lqqe.mjs → MazDialog-BjQ3ivmv.mjs} +17 -17
  127. package/components/chunks/{MazDialogPromise-CpVRFbno.mjs → MazDialogPromise-Bg3ZOsEI.mjs} +4 -4
  128. package/components/chunks/{MazDrawer-Bas9dy0D.mjs → MazDrawer-BqNLfW4e.mjs} +3 -3
  129. package/components/chunks/{MazDropdown-0r445NfW.mjs → MazDropdown-DNXKdC_3.mjs} +3 -2
  130. package/components/chunks/{MazDropzone-DKFkgqqD.mjs → MazDropzone-n0JE92da.mjs} +2 -2
  131. package/components/chunks/{MazExpandAnimation-Bdf0-L85.mjs → MazExpandAnimation-B04WMwpW.mjs} +8 -8
  132. package/components/chunks/MazFullscreenLoader-XF8wIEcL.mjs +48 -0
  133. package/components/chunks/{MazGallery-r8SBTCgJ.mjs → MazGallery-CzlKPQFX.mjs} +65 -65
  134. package/components/chunks/{MazGallery-xPp1apvO.mjs → MazGallery-DdZ3bFvX.mjs} +5 -5
  135. package/components/chunks/{MazIcon-_hN-Kivn.mjs → MazIcon-Cq1v4J3r.mjs} +9 -8
  136. package/components/chunks/{MazIcon-C-aPrqx2.mjs → MazIcon-DQXhsxp8.mjs} +11 -10
  137. package/{modules/chunks/MazIcon-CQd2Upkc.mjs → components/chunks/MazIcon-DR6-win-.mjs} +12 -11
  138. package/components/chunks/MazIcon-Gv6n6i4M.mjs +4 -0
  139. package/components/chunks/{MazInput-BM4n-byz.mjs → MazInput-BjnuoFvn.mjs} +26 -26
  140. package/components/chunks/{MazInput-BcutbP8N.mjs → MazInput-DB4HtpCQ.mjs} +4 -4
  141. package/components/chunks/{MazInput-C9Qh4Gt3.mjs → MazInput-yBii2AFS.mjs} +19 -19
  142. package/components/chunks/{MazInputNumber-DgjOMiOt.mjs → MazInputNumber-DqnLi9-C.mjs} +37 -37
  143. package/components/chunks/{MazInputPrice-D6fJN9yv.mjs → MazInputPrice-Ca8mL53M.mjs} +4 -4
  144. package/components/chunks/{MazInputTags-DthGSyHQ.mjs → MazInputTags-Bto9dVQq.mjs} +40 -40
  145. package/components/chunks/{MazLazyImg-DQLwaKKz.mjs → MazLazyImg-D9mlGTCs.mjs} +4 -4
  146. package/components/chunks/{MazLazyImg-B-6PQWEi.mjs → MazLazyImg-DnJyLBjr.mjs} +3 -3
  147. package/components/chunks/{MazLink-tud3eDgU.mjs → MazLink-DlUG7E5K.mjs} +3 -3
  148. package/components/chunks/{MazLoadingBar-C2qPjfEQ.mjs → MazLoadingBar-DBt1Ltm5.mjs} +8 -8
  149. package/components/chunks/{MazPagination-BSu0Ifkp.mjs → MazPagination-sxkvTajI.mjs} +49 -49
  150. package/components/chunks/{MazPhoneNumberInput-BAGcArnr.mjs → MazPhoneNumberInput-C3j3JyDI.mjs} +11 -11
  151. package/components/chunks/{MazPicker-BljfUneI.mjs → MazPicker-BUXJof_-.mjs} +9 -9
  152. package/components/chunks/{MazPickerMonthSwitcher-CEVb4BXw.mjs → MazPickerMonthSwitcher-DW2WfonJ.mjs} +1 -1
  153. package/components/chunks/{MazPickerShortcuts-DayGMC9m.mjs → MazPickerShortcuts-fw4-dWSv.mjs} +1 -1
  154. package/components/chunks/{MazPickerYearSwitcher-DC1lFIbp.mjs → MazPickerYearSwitcher-aHvmQBF1.mjs} +1 -1
  155. package/components/chunks/{MazPullToRefresh-CFQX0soS.mjs → MazPullToRefresh-a1rT-zWr.mjs} +3 -3
  156. package/components/chunks/{MazSelect-CH3JdigO.mjs → MazSelect-BwahUlbE.mjs} +49 -49
  157. package/components/chunks/{MazSelect-D3KXcHJS.mjs → MazSelect-CBaOs6va.mjs} +44 -44
  158. package/components/chunks/MazSpinner-BVQYjLWp.mjs +34 -0
  159. package/components/chunks/{MazSpinner-yr9xVdAa.mjs → MazSpinner-BYlkcKf0.mjs} +6 -6
  160. package/components/chunks/MazSpinner-B_THFs0t.mjs +34 -0
  161. package/components/chunks/MazSpinner-Bb1BgWPD.mjs +34 -0
  162. package/components/chunks/MazSpinner-Bb4B4Nz8.mjs +34 -0
  163. package/components/chunks/{MazSpinner-B5JChIrj.mjs → MazSpinner-Bpkl7q5u.mjs} +7 -7
  164. package/components/chunks/MazSpinner-BtDo7ZEC.mjs +34 -0
  165. package/components/chunks/MazSpinner-C-DOH7ou.mjs +34 -0
  166. package/components/chunks/MazSpinner-C1Rr3w9l.mjs +34 -0
  167. package/components/chunks/MazSpinner-C47dmUu7.mjs +34 -0
  168. package/components/chunks/MazSpinner-C7_Q1K-e.mjs +34 -0
  169. package/components/chunks/MazSpinner-CBHbVSef.mjs +34 -0
  170. package/components/chunks/MazSpinner-CCThMV5o.mjs +34 -0
  171. package/components/chunks/MazSpinner-CizL97Q2.mjs +34 -0
  172. package/components/chunks/{MazSpinner-BIPm54-3.mjs → MazSpinner-Cmy2WyWY.mjs} +7 -7
  173. package/components/chunks/MazSpinner-CodOqnm1.mjs +34 -0
  174. package/components/chunks/MazSpinner-Cq0S_tbE.mjs +34 -0
  175. package/components/chunks/{MazSpinner-BBZoDxwq.mjs → MazSpinner-D6PdYOcD.mjs} +7 -7
  176. package/components/chunks/MazSpinner-DV9-beEc.mjs +34 -0
  177. package/components/chunks/MazSpinner-DoFpeVcl.mjs +34 -0
  178. package/components/chunks/MazSpinner-Dx-3_EFZ.mjs +34 -0
  179. package/components/chunks/MazSpinner-PVTrAf5V.mjs +34 -0
  180. package/components/chunks/MazSpinner-PXSS3XT3.mjs +34 -0
  181. package/components/chunks/MazSpinner-XZrAaGeE.mjs +34 -0
  182. package/components/chunks/{MazStepper-B3fuhbye.mjs → MazStepper-DtAqtJjn.mjs} +32 -32
  183. package/components/chunks/{MazTable-BU3Hluiu.mjs → MazTable-Soe-MrTW.mjs} +79 -74
  184. package/components/chunks/{MazTableCell-DKMZAanm.mjs → MazTableCell-DtoO9MOe.mjs} +6 -6
  185. package/components/chunks/MazTableRow-ChFMulaU.mjs +30 -0
  186. package/components/chunks/{MazTableTitle-BSFZ84Ob.mjs → MazTableTitle-D8El-v5p.mjs} +6 -6
  187. package/components/chunks/{MazTabsBar--Xq_cpuz.mjs → MazTabsBar-8wchBiYF.mjs} +20 -20
  188. package/components/chunks/{MazTransitionExpand-Cedz9Ree.mjs → MazTransitionExpand-CRArAQZu.mjs} +10 -10
  189. package/css/main.css +1 -1
  190. package/modules/assets/MazBtn.css +1 -1
  191. package/modules/assets/MazSpinner.css +1 -1
  192. package/modules/assets/index.css +1 -1
  193. package/modules/chunks/MazBtn-D0bVfaLm.cjs +1 -0
  194. package/{components/chunks/MazBtn-BVWOyFm-.mjs → modules/chunks/MazBtn-Z86MClP9.mjs} +4 -4
  195. package/modules/chunks/{MazIcon-yWU14J0C.cjs → MazIcon-BwgJhGLT.cjs} +1 -1
  196. package/{components/chunks/MazIcon-BSUswKRF.mjs → modules/chunks/MazIcon-XtyPgbu6.mjs} +12 -11
  197. package/{components/chunks/MazSpinner-5S6Sn-lq.mjs → modules/chunks/MazSpinner-BfUXTY7m.mjs} +7 -7
  198. package/modules/chunks/MazSpinner-C5Fi9q_G.cjs +1 -0
  199. package/modules/chunks/index-Bq5KVBKA.cjs +124 -0
  200. package/modules/chunks/{index-2pl8TbAm.mjs → index-YwIF5a3Q.mjs} +19 -18
  201. package/modules/index.cjs +1 -1
  202. package/modules/index.mjs +1 -1
  203. package/nuxt/index.json +1 -1
  204. package/package.json +1 -1
  205. package/tailwindcss/tailwind.css +0 -6
  206. package/tailwindcss/variables/utilities.ts +3 -0
  207. package/types/components/MazLink.vue.d.ts +2 -2
  208. package/types/components/MazStepper.vue.d.ts +1 -1
  209. package/types/components/MazTabs.vue.d.ts +3 -3
  210. package/types/modules/composables/useFormValidator/useFormField.d.ts +56 -16
  211. package/types/modules/composables/useFormValidator/utils.d.ts +6 -6
  212. package/types/tailwindcss/variables/utilities.d.ts +3 -0
  213. package/components/chunks/MazBtn-C60T0UDa.mjs +0 -103
  214. package/components/chunks/MazBtn-C6zsmGnw.mjs +0 -103
  215. package/components/chunks/MazBtn-CC9H3U2X.mjs +0 -103
  216. package/components/chunks/MazBtn-D-lSRE8n.mjs +0 -103
  217. package/components/chunks/MazBtn-D1jMqwE1.mjs +0 -103
  218. package/components/chunks/MazBtn-DAXwt847.mjs +0 -103
  219. package/components/chunks/MazBtn-DOWVQgpN.mjs +0 -103
  220. package/components/chunks/MazBtn-DZaVjTvW.mjs +0 -103
  221. package/components/chunks/MazIcon-BoTByt7n.mjs +0 -4
  222. package/components/chunks/MazSpinner-BlbTztM3.mjs +0 -34
  223. package/components/chunks/MazSpinner-Bn4pnCJx.mjs +0 -34
  224. package/components/chunks/MazSpinner-C-ln9ldX.mjs +0 -34
  225. package/components/chunks/MazSpinner-C11EOZZd.mjs +0 -34
  226. package/components/chunks/MazSpinner-C6h03sqc.mjs +0 -34
  227. package/components/chunks/MazSpinner-CCc9ajpj.mjs +0 -34
  228. package/components/chunks/MazSpinner-CgKOIkQQ.mjs +0 -34
  229. package/components/chunks/MazSpinner-Cp_nPioh.mjs +0 -34
  230. package/components/chunks/MazSpinner-CwdlrYSt.mjs +0 -34
  231. package/components/chunks/MazSpinner-DOPjHhPx.mjs +0 -34
  232. package/components/chunks/MazSpinner-DjM6ktPY.mjs +0 -34
  233. package/components/chunks/MazSpinner-DjUU4G1h.mjs +0 -34
  234. package/components/chunks/MazSpinner-DqD51Fb6.mjs +0 -34
  235. package/components/chunks/MazSpinner-Du5o8JC_.mjs +0 -38
  236. package/components/chunks/MazSpinner-QfPXLpa_.mjs +0 -34
  237. package/components/chunks/MazSpinner-XB6tX3Ld.mjs +0 -34
  238. package/components/chunks/MazSpinner-ZFhNCy24.mjs +0 -34
  239. package/components/chunks/MazSpinner-b90e3OQK.mjs +0 -34
  240. package/components/chunks/MazSpinner-f6pBzqbu.mjs +0 -34
  241. package/components/chunks/MazTableRow-CDHpmXfw.mjs +0 -30
  242. package/modules/chunks/MazBtn-BB46O5je.mjs +0 -103
  243. package/modules/chunks/MazBtn-CZT-LQS2.cjs +0 -1
  244. package/modules/chunks/MazSpinner-C2h_t5PV.mjs +0 -34
  245. package/modules/chunks/MazSpinner-D8KHXwFm.cjs +0 -1
  246. package/modules/chunks/index-DwaxfXYQ.cjs +0 -124
@@ -1,4 +1,4 @@
1
- import { openBlock as p, createElementBlock as b, createElementVNode as c, computed as g, useId as V, defineComponent as w, ref as f, onMounted as O, onUnmounted as B, normalizeClass as $, normalizeStyle as k, renderSlot as h, withDirectives as E, vShow as z, mergeModels as A, useModel as x, mergeProps as I, useSlots as L, Fragment as j, renderList as F, createBlock as N, withCtx as M, unref as y, createVNode as S } from "vue";
1
+ import { openBlock as p, createElementBlock as g, createElementVNode as u, computed as $, useId as V, defineComponent as w, ref as f, onMounted as O, onUnmounted as B, normalizeClass as b, normalizeStyle as k, renderSlot as h, withDirectives as E, vShow as z, mergeModels as A, useModel as x, mergeProps as I, useSlots as L, Fragment as j, renderList as F, createBlock as N, withCtx as M, unref as y, createVNode as S } from "vue";
2
2
  import './assets/MazAccordion.css';const R = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  width: "1em",
@@ -6,9 +6,9 @@ import './assets/MazAccordion.css';const R = {
6
6
  fill: "none",
7
7
  viewBox: "0 0 24 24"
8
8
  };
9
- function P(r, n) {
10
- return p(), b("svg", R, n[0] || (n[0] = [
11
- c(
9
+ function P(r, t) {
10
+ return p(), g("svg", R, t[0] || (t[0] = [
11
+ u(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
@@ -26,9 +26,9 @@ function P(r, n) {
26
26
  const T = { render: P };
27
27
  function U({
28
28
  componentName: r,
29
- providedId: n
29
+ providedId: t
30
30
  }) {
31
- return g(() => n ?? `${r}-${V().replace(/:/g, "")}`);
31
+ return $(() => t ?? `${r}-${V().replace(/:/g, "")}`);
32
32
  }
33
33
  const q = { class: "inner" }, D = /* @__PURE__ */ w({
34
34
  __name: "MazCardSpotlight",
@@ -41,16 +41,16 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
41
41
  innerOpacity: { default: 0.95 }
42
42
  },
43
43
  setup(r) {
44
- const n = r, l = f(), o = f(), s = f(!1);
45
- function m({ clientX: d, clientY: u }) {
46
- var e, _, t;
44
+ const t = r, l = f(), o = f(), s = f(!1);
45
+ function m({ clientX: d, clientY: c }) {
46
+ var e, _, n;
47
47
  s.value = !0;
48
48
  const v = (e = o.value) == null ? void 0 : e.getBoundingClientRect();
49
- v && ((t = (_ = l.value) == null ? void 0 : _.animate) == null || t.call(
49
+ v && ((n = (_ = l.value) == null ? void 0 : _.animate) == null || n.call(
50
50
  _,
51
51
  [
52
52
  {
53
- transform: `translate(${d - v.left - v.width / 2}px,${u - v.top - v.height / 2}px)`
53
+ transform: `translate(${d - v.left - v.width / 2}px,${c - v.top - v.height / 2}px)`
54
54
  }
55
55
  ],
56
56
  {
@@ -59,23 +59,23 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
59
59
  }
60
60
  ));
61
61
  }
62
- const a = g(() => `var(--maz-color-${n.color}-alpha)`), i = g(() => `var(--maz-color-${n.color}-alpha-20)`);
62
+ const a = $(() => `var(--maz-color-${t.color}-alpha)`), i = $(() => `var(--maz-color-${t.color}-alpha-20)`);
63
63
  return O(() => {
64
64
  window.addEventListener("mousemove", m);
65
65
  }), B(() => {
66
66
  window.removeEventListener("mousemove", m);
67
- }), (d, u) => (p(), b(
67
+ }), (d, c) => (p(), g(
68
68
  "div",
69
69
  {
70
- class: $(["m-card-spotlight", { "maz-elevation": !d.noElevation }]),
70
+ class: b(["m-card-spotlight m-reset-css", { "maz-elevation": !d.noElevation }]),
71
71
  style: k({ backgroundColor: i.value, "--inner-opacity": d.innerOpacity })
72
72
  },
73
73
  [
74
- c("div", q, [
75
- c(
74
+ u("div", q, [
75
+ u(
76
76
  "div",
77
77
  {
78
- class: $(["content", [{ "maz-p-4": d.padding }, d.contentClass]])
78
+ class: b(["content", [{ "maz-p-4": d.padding }, d.contentClass]])
79
79
  },
80
80
  [
81
81
  h(d.$slots, "default", {}, void 0, !0)
@@ -84,7 +84,7 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
84
84
  /* CLASS */
85
85
  )
86
86
  ]),
87
- E(c(
87
+ E(u(
88
88
  "div",
89
89
  {
90
90
  ref_key: "blobElement",
@@ -98,7 +98,7 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
98
98
  ), [
99
99
  [z, s.value]
100
100
  ]),
101
- E(c(
101
+ E(u(
102
102
  "div",
103
103
  {
104
104
  ref_key: "fakeblobElement",
@@ -116,12 +116,12 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
116
116
  /* CLASS, STYLE */
117
117
  ));
118
118
  }
119
- }), C = (r, n) => {
119
+ }), C = (r, t) => {
120
120
  const l = r.__vccOpts || r;
121
- for (const [o, s] of n)
121
+ for (const [o, s] of t)
122
122
  l[o] = s;
123
123
  return l;
124
- }, H = /* @__PURE__ */ C(D, [["__scopeId", "data-v-30c7054c"]]), W = ["aria-hidden"], G = /* @__PURE__ */ w({
124
+ }, H = /* @__PURE__ */ C(D, [["__scopeId", "data-v-4f773edc"]]), W = ["aria-hidden"], G = /* @__PURE__ */ w({
125
125
  inheritAttrs: !1,
126
126
  __name: "MazExpandAnimation",
127
127
  props: /* @__PURE__ */ A({
@@ -133,12 +133,12 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
133
133
  }),
134
134
  emits: ["update:modelValue"],
135
135
  setup(r) {
136
- const n = x(r, "modelValue"), l = f(!n.value), o = f();
136
+ const t = x(r, "modelValue"), l = f(!t.value), o = f();
137
137
  function s() {
138
- n.value || (l.value = !0);
138
+ t.value || (l.value = !0);
139
139
  }
140
140
  function m() {
141
- n.value && (l.value = !1);
141
+ t.value && (l.value = !1);
142
142
  }
143
143
  return O(() => {
144
144
  var a, i;
@@ -146,15 +146,15 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
146
146
  }), B(() => {
147
147
  var a, i;
148
148
  (a = o.value) == null || a.removeEventListener("transitionstart", s, !1), (i = o.value) == null || i.removeEventListener("transitionend", m, !1);
149
- }), (a, i) => (p(), b("div", {
149
+ }), (a, i) => (p(), g("div", {
150
150
  ref_key: "expandAnimationRef",
151
151
  ref: o,
152
- class: $(["m-expand-animation", { "m-expand-animation--expanded": n.value }]),
153
- "aria-hidden": !n.value,
152
+ class: b(["m-expand-animation m-reset-css", { "m-expand-animation--expanded": t.value }]),
153
+ "aria-hidden": !t.value,
154
154
  role: "region",
155
155
  style: k([{ "--expand-animation-duration": a.duration, "--expand-animation-timing-function": a.timingFunction }])
156
156
  }, [
157
- c(
157
+ u(
158
158
  "div",
159
159
  I({ class: "m-expand-animation__inner" }, a.$attrs, {
160
160
  class: {
@@ -169,8 +169,8 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
169
169
  )
170
170
  ], 14, W));
171
171
  }
172
- }), J = /* @__PURE__ */ C(G, [["__scopeId", "data-v-3bfdfbc1"]]), K = {
173
- class: "m-accordion",
172
+ }), J = /* @__PURE__ */ C(G, [["__scopeId", "data-v-058a2912"]]), K = {
173
+ class: "m-accordion m-reset-css",
174
174
  role: "presentation"
175
175
  }, Q = ["id", "aria-controls", "aria-expanded", "onClick"], X = /* @__PURE__ */ w({
176
176
  __name: "MazAccordion",
@@ -180,68 +180,68 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
180
180
  contentClass: { default: void 0 }
181
181
  },
182
182
  emits: ["update:model-value"],
183
- setup(r, { emit: n }) {
184
- const l = r, o = n, s = U({
183
+ setup(r, { emit: t }) {
184
+ const l = r, o = t, s = U({
185
185
  componentName: "MazAccordion",
186
186
  providedId: l.id
187
- }), m = L(), a = g(
187
+ }), m = L(), a = $(
188
188
  () => Object.keys(m).filter((e) => e.startsWith("title-")).length
189
- ), i = f(l.modelValue), d = g({
189
+ ), i = f(l.modelValue), d = $({
190
190
  get: () => l.modelValue || i.value,
191
191
  set: (e) => {
192
192
  i.value = e, o("update:model-value", e);
193
193
  }
194
194
  });
195
- function u(e) {
195
+ function c(e) {
196
196
  return d.value === e;
197
197
  }
198
198
  function v(e) {
199
199
  d.value === e ? (i.value = 0, o("update:model-value", 0)) : (i.value = e, o("update:model-value", e));
200
200
  }
201
- return (e, _) => (p(), b("div", K, [
202
- (p(!0), b(
201
+ return (e, _) => (p(), g("div", K, [
202
+ (p(!0), g(
203
203
  j,
204
204
  null,
205
- F(a.value, (t) => (p(), N(
205
+ F(a.value, (n) => (p(), N(
206
206
  H,
207
207
  {
208
- key: t,
208
+ key: n,
209
209
  class: "m-accordion__spotlight",
210
210
  padding: !1
211
211
  },
212
212
  {
213
213
  default: M(() => [
214
- c("button", {
215
- id: `step-${t}-${y(s)}`,
214
+ u("button", {
215
+ id: `step-${n}-${y(s)}`,
216
216
  class: "m-accordion__header",
217
- "aria-controls": `step-${t}-${y(s)}`,
218
- "aria-expanded": u(t),
219
- onClick: (Y) => v(t)
217
+ "aria-controls": `step-${n}-${y(s)}`,
218
+ "aria-expanded": c(n),
219
+ onClick: (Y) => v(n)
220
220
  }, [
221
- h(e.$slots, `title-${t}`, {
222
- isOpen: u(t)
221
+ h(e.$slots, `title-${n}`, {
222
+ isOpen: c(n)
223
223
  }, void 0, !0),
224
224
  S(y(T), {
225
- class: $(["header-icon", { "--rotate": u(t) }])
225
+ class: b(["header-icon", { "--rotate": c(n) }])
226
226
  }, null, 8, ["class"])
227
227
  ], 8, Q),
228
228
  S(J, {
229
229
  "animation-duration": "300ms",
230
- "model-value": u(t),
231
- "aria-labelledby": `step-${t}-${y(s)}`
230
+ "model-value": c(n),
231
+ "aria-labelledby": `step-${n}-${y(s)}`
232
232
  }, {
233
233
  default: M(() => [
234
- c(
234
+ u(
235
235
  "div",
236
236
  {
237
- class: $(["m-accordion__content", e.contentClass])
237
+ class: b(["m-accordion__content", e.contentClass])
238
238
  },
239
239
  [
240
240
  h(e.$slots, "content", {
241
- isOpen: u(t)
241
+ isOpen: c(n)
242
242
  }, void 0, !0),
243
- h(e.$slots, `content-${t}`, {
244
- isOpen: u(t)
243
+ h(e.$slots, `content-${n}`, {
244
+ isOpen: c(n)
245
245
  }, void 0, !0)
246
246
  ],
247
247
  2
@@ -263,7 +263,7 @@ const q = { class: "inner" }, D = /* @__PURE__ */ w({
263
263
  ))
264
264
  ]));
265
265
  }
266
- }), ee = /* @__PURE__ */ C(X, [["__scopeId", "data-v-052b6500"]]);
266
+ }), ee = /* @__PURE__ */ C(X, [["__scopeId", "data-v-6a945de6"]]);
267
267
  export {
268
268
  ee as default
269
269
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, useSlots as x, computed as l, ref as _, watch as h, openBlock as d, createElementBlock as p, normalizeClass as y, normalizeStyle as z, createElementVNode as C, renderSlot as i, createTextVNode as o, toDisplayString as a, createCommentVNode as S } from "vue";
1
+ import { defineComponent as v, useSlots as x, computed as l, ref as _, watch as h, openBlock as d, createElementBlock as m, normalizeClass as y, normalizeStyle as z, createElementVNode as C, renderSlot as i, createTextVNode as o, toDisplayString as a, createCommentVNode as S } from "vue";
2
2
  import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k = {
3
3
  key: 0,
4
4
  class: "m-animated-counter__fix"
@@ -20,18 +20,18 @@ import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k =
20
20
  }, 100));
21
21
  }
22
22
  );
23
- const m = l(() => `${t.duration}ms`);
24
- return (e, c) => (d(), p(
23
+ const p = l(() => `${t.duration}ms`);
24
+ return (e, c) => (d(), m(
25
25
  "span",
26
26
  {
27
- class: y(["m-animated-counter", {
27
+ class: y(["m-animated-counter m-reset-css", {
28
28
  "--animated": f.value,
29
29
  "--prefixed": r.value,
30
30
  "--suffixed": u.value
31
31
  }]),
32
32
  style: z({
33
33
  "--count": e.count,
34
- "--animation-duration": m.value
34
+ "--animation-duration": p.value
35
35
  })
36
36
  },
37
37
  [
@@ -56,7 +56,7 @@ import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k =
56
56
  )
57
57
  ], !0)
58
58
  ]),
59
- r.value || u.value ? (d(), p("span", k, [
59
+ r.value || u.value ? (d(), m("span", k, [
60
60
  i(e.$slots, "prefix", {}, () => [
61
61
  o(
62
62
  a(e.prefix),
@@ -82,7 +82,7 @@ import './assets/MazAnimatedCounter.css';const $ = { class: "maz-sr-only" }, k =
82
82
  for (const [r, u] of t)
83
83
  s[r] = u;
84
84
  return s;
85
- }, V = /* @__PURE__ */ M(A, [["__scopeId", "data-v-fc78b268"]]);
85
+ }, V = /* @__PURE__ */ M(A, [["__scopeId", "data-v-c2cd744f"]]);
86
86
  export {
87
87
  V as default
88
88
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazAvatar-CZzOIbzh.mjs";
1
+ import { M as f } from "./chunks/MazAvatar-CuOWgdVG.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -23,9 +23,9 @@ import './assets/MazBackdrop.css';const G = {
23
23
  variant: {}
24
24
  },
25
25
  emits: ["open", "close", "update:model-value", "before-close"],
26
- setup(t, { expose: d, emit: a }) {
26
+ setup(t, { expose: r, emit: a }) {
27
27
  const o = a;
28
- function r() {
28
+ function d() {
29
29
  document.documentElement.classList.add(A);
30
30
  }
31
31
  function w() {
@@ -52,7 +52,7 @@ import './assets/MazBackdrop.css';const G = {
52
52
  !t.noCloseOnEscKey && e.key === "Escape" && !t.persistent && l();
53
53
  }
54
54
  function C() {
55
- r(), document.addEventListener("keyup", u, !1);
55
+ d(), document.addEventListener("keyup", u, !1);
56
56
  }
57
57
  function f() {
58
58
  document.removeEventListener("keyup", u), w();
@@ -78,7 +78,7 @@ import './assets/MazBackdrop.css';const G = {
78
78
  } else
79
79
  f(), await B(), c == null || c.focus();
80
80
  }
81
- ), d({
81
+ ), r({
82
82
  onBackdropAnimationEnter: y,
83
83
  onBackdropAnimationLeave: b,
84
84
  onBackdropClicked: i,
@@ -98,7 +98,7 @@ import './assets/MazBackdrop.css';const G = {
98
98
  "div",
99
99
  q({
100
100
  key: 0,
101
- class: "m-backdrop --present"
101
+ class: "m-backdrop --present m-reset-css"
102
102
  }, e.$attrs, {
103
103
  class: [e.backdropClass, e.variant && `--variant-${e.variant}`, { "--persistent": e.persistent }]
104
104
  }),
@@ -134,12 +134,12 @@ import './assets/MazBackdrop.css';const G = {
134
134
  }, 8, ["name"])
135
135
  ], 8, ["to"]));
136
136
  }
137
- }), Q = (t, d) => {
137
+ }), Q = (t, r) => {
138
138
  const a = t.__vccOpts || t;
139
- for (const [o, r] of d)
140
- a[o] = r;
139
+ for (const [o, d] of r)
140
+ a[o] = d;
141
141
  return a;
142
- }, W = /* @__PURE__ */ Q(J, [["__scopeId", "data-v-7aa1682e"]]);
142
+ }, W = /* @__PURE__ */ Q(J, [["__scopeId", "data-v-90448c91"]]);
143
143
  export {
144
144
  W as default
145
145
  };
@@ -13,7 +13,7 @@ import './assets/MazBadge.css';const f = /* @__PURE__ */ n({
13
13
  return (e, a) => (r(), s(
14
14
  "span",
15
15
  {
16
- class: d(["m-badge", [
16
+ class: d(["m-badge m-reset-css", [
17
17
  `--${e.color}`,
18
18
  { "--outline": e.outline, "--pastel": e.pastel, "--nowrap": e.nowrap },
19
19
  `--rounded-${e.roundedSize}`
@@ -32,7 +32,7 @@ import './assets/MazBadge.css';const f = /* @__PURE__ */ n({
32
32
  for (const [t, l] of e)
33
33
  a[t] = l;
34
34
  return a;
35
- }, c = /* @__PURE__ */ i(f, [["__scopeId", "data-v-e0711595"]]);
35
+ }, c = /* @__PURE__ */ i(f, [["__scopeId", "data-v-6e8e9093"]]);
36
36
  export {
37
37
  c as default
38
38
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazBottomSheet-DGsGO0zo.mjs";
1
+ import { M as f } from "./chunks/MazBottomSheet-CMqzf-dT.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazBtn-CM-xSnA5.mjs";
1
+ import { M as f } from "./chunks/MazBtn-DsGaq_eB.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazCard-98OuVlyK.mjs";
1
+ import { M as f } from "./chunks/MazCard-l54W3CUU.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, ref as c, computed as f, onMounted as k, onUnmounted as E, openBlock as w, createElementBlock as z, normalizeClass as m, normalizeStyle as b, createElementVNode as i, renderSlot as B, withDirectives as y, vShow as h } from "vue";
1
+ import { defineComponent as _, ref as c, computed as m, onMounted as k, onUnmounted as E, openBlock as w, createElementBlock as z, normalizeClass as v, normalizeStyle as b, createElementVNode as i, renderSlot as B, withDirectives as y, vShow as h } from "vue";
2
2
  import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__PURE__ */ _({
3
3
  __name: "MazCardSpotlight",
4
4
  props: {
@@ -12,10 +12,10 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
12
12
  setup(l) {
13
13
  const n = l, o = c(), r = c(), t = c(!1);
14
14
  function d({ clientX: e, clientY: u }) {
15
- var p, s, v;
15
+ var p, s, f;
16
16
  t.value = !0;
17
17
  const a = (p = r.value) == null ? void 0 : p.getBoundingClientRect();
18
- a && ((v = (s = o.value) == null ? void 0 : s.animate) == null || v.call(
18
+ a && ((f = (s = o.value) == null ? void 0 : s.animate) == null || f.call(
19
19
  s,
20
20
  [
21
21
  {
@@ -28,7 +28,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
28
28
  }
29
29
  ));
30
30
  }
31
- const g = f(() => `var(--maz-color-${n.color}-alpha)`), C = f(() => `var(--maz-color-${n.color}-alpha-20)`);
31
+ const g = m(() => `var(--maz-color-${n.color}-alpha)`), C = m(() => `var(--maz-color-${n.color}-alpha-20)`);
32
32
  return k(() => {
33
33
  window.addEventListener("mousemove", d);
34
34
  }), E(() => {
@@ -36,7 +36,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
36
36
  }), (e, u) => (w(), z(
37
37
  "div",
38
38
  {
39
- class: m(["m-card-spotlight", { "maz-elevation": !e.noElevation }]),
39
+ class: v(["m-card-spotlight m-reset-css", { "maz-elevation": !e.noElevation }]),
40
40
  style: b({ backgroundColor: C.value, "--inner-opacity": e.innerOpacity })
41
41
  },
42
42
  [
@@ -44,7 +44,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
44
44
  i(
45
45
  "div",
46
46
  {
47
- class: m(["content", [{ "maz-p-4": e.padding }, e.contentClass]])
47
+ class: v(["content", [{ "maz-p-4": e.padding }, e.contentClass]])
48
48
  },
49
49
  [
50
50
  B(e.$slots, "default", {}, void 0, !0)
@@ -90,7 +90,7 @@ import './assets/MazCardSpotlight.css';const S = { class: "inner" }, $ = /* @__P
90
90
  for (const [r, t] of n)
91
91
  o[r] = t;
92
92
  return o;
93
- }, L = /* @__PURE__ */ O($, [["__scopeId", "data-v-30c7054c"]]);
93
+ }, L = /* @__PURE__ */ O($, [["__scopeId", "data-v-4f773edc"]]);
94
94
  export {
95
95
  L as default
96
96
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazCarousel-COTaKhKF.mjs";
1
+ import { M as f } from "./chunks/MazCarousel-C16E1i1T.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as l, defineAsyncComponent as d, openBlock as m, createBlock as y, resolveDynamicComponent as f, unref as g, normalizeProps as b, guardReactiveProps as h } from "vue";
2
- import { Chart as C, CategoryScale as S, LinearScale as _, Title as A, Tooltip as B, Legend as P, BarElement as E, ArcElement as L, PointElement as v, LineElement as j } from "chart.js";
3
- const w = /* @__PURE__ */ l({
1
+ import { defineComponent as l, defineAsyncComponent as d, openBlock as m, createBlock as y, resolveDynamicComponent as f, unref as g, mergeProps as b } from "vue";
2
+ import { Chart as h, CategoryScale as C, LinearScale as S, Title as _, Tooltip as A, Legend as B, BarElement as E, ArcElement as L, PointElement as P, LineElement as j } from "chart.js";
3
+ const v = /* @__PURE__ */ l({
4
4
  __name: "MazChart",
5
5
  props: {
6
6
  /**
@@ -52,41 +52,41 @@ const w = /* @__PURE__ */ l({
52
52
  },
53
53
  setup(a) {
54
54
  const e = a;
55
- C.register(
55
+ h.register(
56
+ C,
56
57
  S,
57
58
  _,
58
59
  A,
59
60
  B,
60
- P,
61
61
  E,
62
62
  L,
63
- v,
63
+ P,
64
64
  j
65
65
  );
66
66
  const n = d(async () => {
67
- const { Bar: t, Bubble: r, Doughnut: o, Line: c, Pie: u, PolarArea: p, Radar: i, Scatter: s } = await import("vue-chartjs");
67
+ const { Bar: t, Bubble: r, Doughnut: o, Line: c, Pie: s, PolarArea: u, Radar: p, Scatter: i } = await import("vue-chartjs");
68
68
  switch (e.type) {
69
69
  case "bar":
70
70
  return t;
71
71
  case "line":
72
72
  return c;
73
73
  case "scatter":
74
- return s;
74
+ return i;
75
75
  case "bubble":
76
76
  return r;
77
77
  case "pie":
78
- return u;
78
+ return s;
79
79
  case "doughnut":
80
80
  return o;
81
81
  case "polarArea":
82
- return p;
82
+ return u;
83
83
  case "radar":
84
- return i;
84
+ return p;
85
85
  }
86
86
  });
87
87
  return (t, r) => (m(), y(
88
88
  f(g(n)),
89
- b(h(e)),
89
+ b({ class: "m-chart m-reset-css" }, e),
90
90
  null,
91
91
  16
92
92
  /* FULL_PROPS */
@@ -94,5 +94,5 @@ const w = /* @__PURE__ */ l({
94
94
  }
95
95
  });
96
96
  export {
97
- w as default
97
+ v as default
98
98
  };
@@ -107,7 +107,7 @@ const H = { render: F }, K = ["for", "aria-checked"], O = ["id", "checked", "dis
107
107
  }
108
108
  return (e, r) => (h(), p("label", {
109
109
  for: m(s),
110
- class: f(["m-checkbox", [{ "--disabled": e.disabled, "--error": e.error, "--warning": e.warning, "--success": e.success }, o.class]]),
110
+ class: f(["m-checkbox m-reset-css", [{ "--disabled": e.disabled, "--error": e.error, "--warning": e.warning, "--success": e.success }, o.class]]),
111
111
  tabindex: "0",
112
112
  style: c([e.style, { "--checkbox-selected-color": V.value, "--checkbox-box-shadow-color": k.value }]),
113
113
  role: "checkbox",
@@ -176,7 +176,7 @@ const H = { render: F }, K = ["for", "aria-checked"], O = ["id", "checked", "dis
176
176
  for (const [n, s] of a)
177
177
  o[n] = s;
178
178
  return o;
179
- }, J = /* @__PURE__ */ U(T, [["__scopeId", "data-v-65d7fb3b"]]);
179
+ }, J = /* @__PURE__ */ U(T, [["__scopeId", "data-v-66c21eaf"]]);
180
180
  export {
181
181
  J as default
182
182
  };
@@ -1,4 +1,4 @@
1
- import { a as f } from "./chunks/MazChecklist-Bb_70sf5.mjs";
1
+ import { M as f } from "./chunks/MazChecklist-DSfD55m5.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -5,10 +5,10 @@ import './assets/MazCircularProgressBar.css';function A({
5
5
  }) {
6
6
  return r(() => e ?? `${a}-${C().replace(/:/g, "")}`);
7
7
  }
8
- const V = { class: "maz-sr-only" }, b = {
8
+ const V = { class: "maz-sr-only" }, D = {
9
9
  key: 0,
10
10
  class: "m-animated-counter__fix"
11
- }, D = /* @__PURE__ */ x({
11
+ }, E = /* @__PURE__ */ x({
12
12
  __name: "MazAnimatedCounter",
13
13
  props: {
14
14
  count: {},
@@ -30,7 +30,7 @@ const V = { class: "maz-sr-only" }, b = {
30
30
  return (t, g) => (p(), m(
31
31
  "span",
32
32
  {
33
- class: B(["m-animated-counter", {
33
+ class: B(["m-animated-counter m-reset-css", {
34
34
  "--animated": d.value,
35
35
  "--prefixed": f.value,
36
36
  "--suffixed": c.value
@@ -62,7 +62,7 @@ const V = { class: "maz-sr-only" }, b = {
62
62
  )
63
63
  ], !0)
64
64
  ]),
65
- f.value || c.value ? (p(), m("span", b, [
65
+ f.value || c.value ? (p(), m("span", D, [
66
66
  l(t.$slots, "prefix", {}, () => [
67
67
  i(
68
68
  u(t.prefix),
@@ -88,7 +88,7 @@ const V = { class: "maz-sr-only" }, b = {
88
88
  for (const [f, c] of e)
89
89
  s[f] = c;
90
90
  return s;
91
- }, E = /* @__PURE__ */ $(D, [["__scopeId", "data-v-fc78b268"]]), L = { class: "outer" }, T = { class: "inner" }, W = { key: 0 }, j = {
91
+ }, L = /* @__PURE__ */ $(E, [["__scopeId", "data-v-c2cd744f"]]), T = { class: "outer" }, W = { class: "inner" }, b = { key: 0 }, j = {
92
92
  xmlns: "http://www.w3.org/2000/svg",
93
93
  height: "1em",
94
94
  width: "1em",
@@ -123,7 +123,7 @@ const V = { class: "maz-sr-only" }, b = {
123
123
  return (o, H) => (p(), m(
124
124
  "div",
125
125
  {
126
- class: "m-circular-progress-bar",
126
+ class: "m-circular-progress-bar m-reset-css",
127
127
  style: y([
128
128
  {
129
129
  "--animation-duration": z.value,
@@ -135,11 +135,11 @@ const V = { class: "maz-sr-only" }, b = {
135
135
  ])
136
136
  },
137
137
  [
138
- n("div", L, [
139
- n("div", T, [
140
- h(s).default ? (p(), m("span", W, [
138
+ n("div", T, [
139
+ n("div", W, [
140
+ h(s).default ? (p(), m("span", b, [
141
141
  l(o.$slots, "default", {}, void 0, !0)
142
- ])) : (p(), I(E, {
142
+ ])) : (p(), I(L, {
143
143
  key: 1,
144
144
  count: o.percentage,
145
145
  duration: o.duration
@@ -212,7 +212,7 @@ const V = { class: "maz-sr-only" }, b = {
212
212
  /* STYLE */
213
213
  ));
214
214
  }
215
- }), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-3746a281"]]);
215
+ }), K = /* @__PURE__ */ $(F, [["__scopeId", "data-v-73fe8da6"]]);
216
216
  export {
217
217
  K as default
218
218
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazDialog-CVo6Lqqe.mjs";
1
+ import { M as f } from "./chunks/MazDialog-BjQ3ivmv.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { a as o, u as s } from "./chunks/MazDialogPromise-CpVRFbno.mjs";
1
+ import { a as o, u as s } from "./chunks/MazDialogPromise-Bg3ZOsEI.mjs";
2
2
  export {
3
3
  o as default,
4
4
  s as useMazDialogPromise
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazDrawer-Bas9dy0D.mjs";
1
+ import { M as f } from "./chunks/MazDrawer-BqNLfW4e.mjs";
2
2
  export {
3
3
  f as default
4
4
  };