@designcrowd/fe-shared-lib 1.7.0 → 1.8.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 (911) hide show
  1. package/.claude/settings.local.json +54 -0
  2. package/.claude/skills/playwright-cli/SKILL.md +278 -0
  3. package/.claude/skills/playwright-cli/references/request-mocking.md +87 -0
  4. package/.claude/skills/playwright-cli/references/running-code.md +232 -0
  5. package/.claude/skills/playwright-cli/references/session-management.md +169 -0
  6. package/.claude/skills/playwright-cli/references/storage-state.md +275 -0
  7. package/.claude/skills/playwright-cli/references/test-generation.md +88 -0
  8. package/.claude/skills/playwright-cli/references/tracing.md +139 -0
  9. package/.claude/skills/playwright-cli/references/video-recording.md +43 -0
  10. package/.eslintrc.js +36 -36
  11. package/.github/workflows/auto-merge.yml +52 -52
  12. package/.github/workflows/claude.yml +72 -72
  13. package/.playwright-cli/page-2026-04-15T02-26-54-483Z.yml +68 -0
  14. package/.playwright-cli/page-2026-04-15T02-27-08-312Z.yml +0 -0
  15. package/.playwright-cli/page-2026-04-15T02-27-25-596Z.yml +0 -0
  16. package/.playwright-cli/page-2026-04-15T02-27-40-203Z.yml +0 -0
  17. package/.playwright-cli/page-2026-04-15T02-38-58-180Z.yml +0 -0
  18. package/.playwright-cli/page-2026-04-15T02-39-01-736Z.yml +26 -0
  19. package/.playwright-cli/page-2026-04-15T02-39-10-233Z.yml +26 -0
  20. package/.playwright-cli/page-2026-04-15T02-39-43-909Z.yml +26 -0
  21. package/.playwright-cli/page-2026-04-15T02-40-44-800Z.yml +0 -0
  22. package/.playwright-cli/page-2026-04-15T02-40-54-188Z.yml +26 -0
  23. package/.playwright-cli/page-2026-04-15T02-40-59-031Z.yml +26 -0
  24. package/.playwright-cli/page-2026-04-15T02-51-07-111Z.yml +0 -0
  25. package/.playwright-cli/page-2026-04-15T02-51-10-941Z.yml +26 -0
  26. package/.playwright-cli/page-2026-04-15T02-51-17-020Z.yml +26 -0
  27. package/.playwright-cli/page-2026-04-15T02-51-42-403Z.yml +2 -0
  28. package/.playwright-cli/page-2026-04-15T02-51-53-552Z.yml +26 -0
  29. package/.playwright-cli/page-2026-04-15T02-51-54-631Z.yml +26 -0
  30. package/.playwright-cli/page-2026-04-15T02-52-16-170Z.yml +26 -0
  31. package/.playwright-cli/page-2026-04-15T02-52-17-246Z.yml +26 -0
  32. package/.playwright-cli/page-2026-04-15T02-52-28-472Z.yml +26 -0
  33. package/.playwright-cli/page-2026-04-15T02-53-15-507Z.yml +0 -0
  34. package/.playwright-cli/page-2026-04-15T02-53-16-554Z.yml +26 -0
  35. package/.playwright-cli/page-2026-04-15T02-53-22-178Z.yml +26 -0
  36. package/.playwright-cli/page-2026-04-15T02-53-34-973Z.yml +26 -0
  37. package/.playwright-cli/page-2026-04-15T06-15-29-589Z.yml +68 -0
  38. package/.playwright-cli/page-2026-04-15T06-15-41-114Z.yml +68 -0
  39. package/.prettierrc.js +7 -7
  40. package/.storybook/main.ts +36 -36
  41. package/.storybook/preview-head-master.html +4 -4
  42. package/.storybook/preview-head-publish-master.html +4 -4
  43. package/.storybook/preview-head-publish.html +9 -9
  44. package/.storybook/preview-head.html +9 -9
  45. package/.storybook/preview.js +53 -53
  46. package/.storybook-static/assets/Auth-DT64t5h-.css +1 -0
  47. package/.storybook-static/assets/Auth.stories-C6eXcTSu.js +490 -0
  48. package/.storybook-static/assets/AuthCrazyDomains.stories-DGvEoWCa.js +73 -0
  49. package/.storybook-static/assets/Button-5UzSGUF6.css +1 -0
  50. package/.storybook-static/assets/Button-DKdQT6Fq.js +1 -0
  51. package/.storybook-static/assets/ButtonGroup-DDPXuhxR.css +1 -0
  52. package/.storybook-static/assets/ButtonGroup.stories-DlrYMRSk.js +504 -0
  53. package/.storybook-static/assets/ButtonPrimary-Bu6bXb_c.css +1 -0
  54. package/.storybook-static/assets/ButtonPrimary-BvWW6Duz.js +1 -0
  55. package/.storybook-static/assets/Buttons.stories-CKmd6hkZ.js +761 -0
  56. package/.storybook-static/assets/ButtonsCrazyDomains.stories-DdEuOUrn.js +199 -0
  57. package/.storybook-static/assets/Checkbox.mixin-DkHpdvGa.js +1 -0
  58. package/.storybook-static/assets/Checkbox.stories-DPBUC2Mx.js +246 -0
  59. package/.storybook-static/assets/Checktile.stories-ByaFwplD.js +88 -0
  60. package/.storybook-static/assets/CollapsiblePanel.stories-Y6q3gP9j.js +56 -0
  61. package/.storybook-static/assets/ColorPicker.stories-DdxPUB_R.js +73 -0
  62. package/.storybook-static/assets/CopyToClipboardText.stories-J9qndWxd.js +32 -0
  63. package/.storybook-static/assets/Dropdown.stories-1zKPATii.js +159 -0
  64. package/.storybook-static/assets/DropdownItem-BV-BdThU.css +1 -0
  65. package/.storybook-static/assets/DropdownItem-DA6TdpDb.js +1 -0
  66. package/.storybook-static/assets/FormControl.mixin-DcEBwrV3.js +1 -0
  67. package/.storybook-static/assets/HashRouteModal.stories-BGxvqE22.js +60 -0
  68. package/.storybook-static/assets/HelloBar-CYEZR2kQ.js +1 -0
  69. package/.storybook-static/assets/HelloBar.stories-597Kxj0W.js +342 -0
  70. package/.storybook-static/assets/Icon-C17LFvsP.js +145 -0
  71. package/.storybook-static/assets/Icon.stories-B9iAmcTU.js +151 -0
  72. package/.storybook-static/assets/Icon.stories-CR5vT9H7.js +791 -0
  73. package/.storybook-static/assets/Loader-BWGoT_xC.js +1 -0
  74. package/.storybook-static/assets/LogoBusinessBrandColours-CExzox1Z.js +1 -0
  75. package/.storybook-static/assets/LogoBusinessBrandColours-CeAaMKke.css +1 -0
  76. package/.storybook-static/assets/LogoBusinessBrandColours.stories-kuxAH8B8.js +36 -0
  77. package/.storybook-static/assets/Masonry-C2MNiGg0.css +1 -0
  78. package/.storybook-static/assets/Masonry.stories-CTXJLQ_i.js +71 -0
  79. package/.storybook-static/assets/Modal-CGwEIF5R.css +1 -0
  80. package/.storybook-static/assets/Modal-CydTNprT.js +1 -0
  81. package/.storybook-static/assets/Modal.stories-DZiG5NGM.js +345 -0
  82. package/.storybook-static/assets/Notice.stories-ChOj8CWm.js +222 -0
  83. package/.storybook-static/assets/NumberStepper-Blffv09R.css +1 -0
  84. package/.storybook-static/assets/NumberStepper.stories-CVbKJ_oJ.js +64 -0
  85. package/.storybook-static/assets/PaymentConfigList-BpUMV6cp.css +1 -0
  86. package/.storybook-static/assets/PaymentConfigList.stories-DUD7OZBS.js +130 -0
  87. package/.storybook-static/assets/Picture-B8m1I9xN.js +1 -0
  88. package/.storybook-static/assets/Picture.stories-MMzybhJ6.js +119 -0
  89. package/.storybook-static/assets/Pill-DLXZ_TL8.js +1 -0
  90. package/.storybook-static/assets/Pill.stories-DCP7szJm.js +18 -0
  91. package/.storybook-static/assets/PillBar-os4mJV3M.css +1 -0
  92. package/.storybook-static/assets/PillBar.stories-Bry-zQ6f.js +41 -0
  93. package/.storybook-static/assets/Price-C4GZbDSa.js +1 -0
  94. package/.storybook-static/assets/Price.stories-CMHly9V0.js +337 -0
  95. package/.storybook-static/assets/PromoCard.stories-xsbFtADE.js +299 -0
  96. package/.storybook-static/assets/PublishBrandPageModal-Q9-mNG1q.css +1 -0
  97. package/.storybook-static/assets/PublishBrandPageModal.stories-C9XzW_1m.js +324 -0
  98. package/.storybook-static/assets/SearchBar.stories-DaIneOSz.js +12 -0
  99. package/.storybook-static/assets/Select-DnioWQmi.css +1 -0
  100. package/.storybook-static/assets/Select.stories-BmGYB4pw.js +108 -0
  101. package/.storybook-static/assets/SellDomainNameList.fixtures-LC6fjr_b.js +1 -0
  102. package/.storybook-static/assets/SellDomainNameListModal-DH6khE10.css +1 -0
  103. package/.storybook-static/assets/SellDomainNameListModal-ymtVclFP.js +1 -0
  104. package/.storybook-static/assets/SellDomainNameListModal.stories-DvGvylgx.js +71 -0
  105. package/.storybook-static/assets/SellDomainNameListSearchResult-Cpxq0jDA.css +1 -0
  106. package/.storybook-static/assets/SellDomainNameListSearchResult-D-1CrQyf.js +1 -0
  107. package/.storybook-static/assets/SellDomainNameSearchWithResults-bX--zu97.js +1 -0
  108. package/.storybook-static/assets/SellDomainNameSearchWithResults.stories-DRUJjSdH.js +37 -0
  109. package/.storybook-static/assets/SellDomainNameWidget.stories-CC3LX10s.js +36 -0
  110. package/.storybook-static/assets/SignIn-CPjf8_2O.css +1 -0
  111. package/.storybook-static/assets/SignIn-DI0DSDFe.js +1 -0
  112. package/.storybook-static/assets/Slider-Cog2FFdj.css +1 -0
  113. package/.storybook-static/assets/Slider.stories-B2KGwnJy.js +141 -0
  114. package/.storybook-static/assets/SparkleIcon.stories-Dk904hVE.js +547 -0
  115. package/.storybook-static/assets/StarRating-BtKh7pzm.css +1 -0
  116. package/.storybook-static/assets/StarRating.stories-d2mgOuo2.js +45 -0
  117. package/.storybook-static/assets/TabMenu.stories-Cg2yenqj.js +47 -0
  118. package/.storybook-static/assets/TextCopyField-B66NKTk_.js +1 -0
  119. package/.storybook-static/assets/TextCopyField.stories-B4_ZlfLU.js +47 -0
  120. package/.storybook-static/assets/TextInput-CMoUjT_5.js +1 -0
  121. package/.storybook-static/assets/TextInput.stories-oyyxxf3j.js +233 -0
  122. package/.storybook-static/assets/Textarea.stories-BvhZR6K2.js +207 -0
  123. package/.storybook-static/assets/Toggle.stories-yT5-rL2k.js +161 -0
  124. package/.storybook-static/assets/Tooltip-DyXIgFQH.css +1 -0
  125. package/.storybook-static/assets/Tooltip-ZukyujG5.js +1 -0
  126. package/.storybook-static/assets/Tooltip.stories-sJFylRS_.js +953 -0
  127. package/.storybook-static/assets/UploadYourLogoApplication-Dmw8QcH3.css +1 -0
  128. package/.storybook-static/assets/UploadYourLogoApplication.stories-C9AvzHO_.js +186 -0
  129. package/.storybook-static/assets/UploadYourLogoDropzone-B1ffcicv.js +24 -0
  130. package/.storybook-static/assets/UploadYourLogoDropzone-DQqACf-e.css +1 -0
  131. package/.storybook-static/assets/UploadYourLogoDropzone.stories-D1Dt2ord.js +55 -0
  132. package/.storybook-static/assets/UploadedLogoSearchResultCard.stories-D8oF1Yrx.js +79 -0
  133. package/.storybook-static/assets/WebsiteContextualUpgradeModal-8u1zOZrW.css +1 -0
  134. package/.storybook-static/assets/WebsiteContextualUpgradeModal.stories-mtcvWOAg.js +211 -0
  135. package/.storybook-static/assets/_commonjsHelpers-CE1G-McA.js +1 -0
  136. package/.storybook-static/assets/_plugin-vue_export-helper-DlAUqK2U.js +1 -0
  137. package/.storybook-static/assets/api-lSJGRrF2.js +1 -0
  138. package/.storybook-static/assets/axe-DrS73Vi2.js +20 -0
  139. package/.storybook-static/assets/brand-crowd-api.client-D45NKshX.js +1 -0
  140. package/.storybook-static/assets/bundled-translations-BoWhEDU_.js +1 -0
  141. package/.storybook-static/assets/bundled-translations.de-DE-C4lqla4O.js +1 -0
  142. package/.storybook-static/assets/bundled-translations.es-ES-BxMIllUH.js +1 -0
  143. package/.storybook-static/assets/bundled-translations.fr-CA-MxZpyz0w.js +1 -0
  144. package/.storybook-static/assets/bundled-translations.fr-FR-N7UPCZVr.js +1 -0
  145. package/.storybook-static/assets/bundled-translations.pt-BR-C8tscYuG.js +1 -0
  146. package/.storybook-static/assets/bundled-translations.pt-PT-Dszj5Xfa.js +1 -0
  147. package/.storybook-static/assets/carousel-BelyIYOK.css +1 -0
  148. package/.storybook-static/assets/carousel.stories-CJw3-Iy6.js +668 -0
  149. package/.storybook-static/assets/event-constants-CMO9VQVu.js +1 -0
  150. package/.storybook-static/assets/iframe-B3A6OXQU.js +1104 -0
  151. package/.storybook-static/assets/index-B-eiLVzF.js +7 -0
  152. package/.storybook-static/assets/index-QquxUozE.js +6 -0
  153. package/.storybook-static/assets/matchers-5TDFFDYO-HJu_DfWo.js +14 -0
  154. package/.storybook-static/assets/mediaQueryMixin-CISNqd93.js +1 -0
  155. package/.storybook-static/assets/preload-helper-PPVm8Dsz.js +1 -0
  156. package/.storybook-static/assets/tracking-ATsLLehC.js +1 -0
  157. package/.storybook-static/css/tailwind-brandCrowd.css +2508 -0
  158. package/.storybook-static/css/tailwind-brandPage.css +2188 -0
  159. package/.storybook-static/css/tailwind-crazyDomains.css +2508 -0
  160. package/.storybook-static/css/tailwind-designCom.css +2508 -0
  161. package/.storybook-static/css/tailwind-designCrowd.css +2508 -0
  162. package/.storybook-static/favicon-wrapper.svg +46 -0
  163. package/.storybook-static/favicon.svg +1 -0
  164. package/.storybook-static/iframe.html +713 -0
  165. package/.storybook-static/index.html +148 -0
  166. package/.storybook-static/index.json +1 -0
  167. package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  168. package/.storybook-static/nunito-sans-bold.woff2 +0 -0
  169. package/.storybook-static/nunito-sans-italic.woff2 +0 -0
  170. package/.storybook-static/nunito-sans-regular.woff2 +0 -0
  171. package/.storybook-static/project.json +1 -0
  172. package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +57 -0
  173. package/.storybook-static/sb-addons/links-2/manager-bundle.js +3 -0
  174. package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +628 -0
  175. package/.storybook-static/sb-addons/themes-3/manager-bundle.js +3 -0
  176. package/.storybook-static/sb-common-assets/favicon-wrapper.svg +46 -0
  177. package/.storybook-static/sb-common-assets/favicon.svg +1 -0
  178. package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  179. package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  180. package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  181. package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  182. package/.storybook-static/sb-manager/globals-runtime.js +77935 -0
  183. package/.storybook-static/sb-manager/globals.js +24 -0
  184. package/.storybook-static/sb-manager/manager-stores.js +23 -0
  185. package/.storybook-static/sb-manager/runtime.js +20404 -0
  186. package/.storybook-static/vite-inject-mocker-entry.js +2 -0
  187. package/CLAUDE.md +129 -94
  188. package/Dockerfile +43 -43
  189. package/README.md +103 -103
  190. package/buildspec.yml +47 -47
  191. package/dist/css/tailwind-brandCrowd.css +493 -523
  192. package/dist/css/tailwind-brandPage.css +413 -435
  193. package/dist/css/tailwind-crazyDomains.css +493 -523
  194. package/dist/css/tailwind-designCom.css +493 -523
  195. package/dist/css/tailwind-designCrowd.css +493 -523
  196. package/docs/plans/DY-957-plan-phase-2-fe-shared-lib.md +382 -382
  197. package/docs/voice-to-text-discussion-attachments/Screenshot 2026-04-15 at 11.44.18/342/200/257am.png +0 -0
  198. package/docs/voice-to-text-discussion-attachments/image.png +0 -0
  199. package/docs/voice-to-text-discussion-attachments/image_1.png +0 -0
  200. package/docs/voice-to-text-discussion-attachments/image_2.png +0 -0
  201. package/docs/voice-to-text-discussion-attachments/image_3.png +0 -0
  202. package/docs/voice-to-text-discussion-attachments/image_4.png +0 -0
  203. package/docs/voice-to-text-discussion.md +330 -0
  204. package/index.cjs +16 -16
  205. package/index.js +64 -62
  206. package/nodemon.translation.json +6 -6
  207. package/package.json +117 -115
  208. package/postcss.config.js +5 -5
  209. package/public/css/tailwind-brandCrowd.css +565 -499
  210. package/public/css/tailwind-brandPage.css +451 -417
  211. package/public/css/tailwind-crazyDomains.css +565 -499
  212. package/public/css/tailwind-designCom.css +565 -499
  213. package/public/css/tailwind-designCrowd.css +565 -499
  214. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.stories.js +90 -90
  215. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.vue +120 -120
  216. package/src/atoms/components/Button/Button.vue +341 -341
  217. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  218. package/src/atoms/components/Button/Buttons.stories.js +828 -828
  219. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  220. package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
  221. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  222. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  223. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  224. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  225. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  226. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  227. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  228. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  229. package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
  230. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  231. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  232. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  233. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  234. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  235. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  236. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  237. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  238. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  239. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
  240. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
  241. package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
  242. package/src/atoms/components/Carousel/Carousel.vue +363 -363
  243. package/src/atoms/components/Carousel/carousel.stories.js +530 -530
  244. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  245. package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
  246. package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
  247. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  248. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  249. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
  250. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
  251. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
  252. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  253. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  254. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  255. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  256. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  257. package/src/atoms/components/Dropdown/Dropdown.vue +129 -129
  258. package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
  259. package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
  260. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  261. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  262. package/src/atoms/components/Icon/Icon.stories.js +410 -410
  263. package/src/atoms/components/Icon/Icon.vue +936 -932
  264. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  265. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  266. package/src/atoms/components/Icon/icons/annotate-heart.vue +7 -7
  267. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  268. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  269. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  270. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  271. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  272. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  273. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  274. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  275. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  276. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  277. package/src/atoms/components/Icon/icons/award.vue +7 -7
  278. package/src/atoms/components/Icon/icons/background.vue +7 -7
  279. package/src/atoms/components/Icon/icons/badge.vue +7 -7
  280. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  281. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  282. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  283. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  284. package/src/atoms/components/Icon/icons/bezier-curve-outline.vue +7 -7
  285. package/src/atoms/components/Icon/icons/bezier-curve.vue +7 -7
  286. package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
  287. package/src/atoms/components/Icon/icons/browser.vue +7 -7
  288. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  289. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  290. package/src/atoms/components/Icon/icons/business.vue +6 -6
  291. package/src/atoms/components/Icon/icons/calculator.vue +3 -3
  292. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  293. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  294. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  295. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  296. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  297. package/src/atoms/components/Icon/icons/cap.vue +22 -22
  298. package/src/atoms/components/Icon/icons/card-vertical.vue +7 -7
  299. package/src/atoms/components/Icon/icons/card.vue +9 -9
  300. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  301. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  302. package/src/atoms/components/Icon/icons/check.vue +3 -3
  303. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  304. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  305. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  306. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  307. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  308. package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
  309. package/src/atoms/components/Icon/icons/close.vue +6 -6
  310. package/src/atoms/components/Icon/icons/community.vue +5 -5
  311. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  312. package/src/atoms/components/Icon/icons/content.vue +7 -7
  313. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  314. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  315. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  316. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  317. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  318. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  319. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  320. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  321. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  322. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  323. package/src/atoms/components/Icon/icons/crown-alt.vue +5 -5
  324. package/src/atoms/components/Icon/icons/crown.vue +6 -6
  325. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  326. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  327. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  328. package/src/atoms/components/Icon/icons/digital-business-card-filled.vue +8 -8
  329. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  330. package/src/atoms/components/Icon/icons/download.vue +5 -5
  331. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  332. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  333. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  334. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  335. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  336. package/src/atoms/components/Icon/icons/error.vue +8 -8
  337. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  338. package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
  339. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  340. package/src/atoms/components/Icon/icons/file-box.vue +3 -3
  341. package/src/atoms/components/Icon/icons/file-empty.vue +7 -7
  342. package/src/atoms/components/Icon/icons/file.vue +7 -7
  343. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  344. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  345. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  346. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  347. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  348. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  349. package/src/atoms/components/Icon/icons/font.vue +7 -7
  350. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  351. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  352. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  353. package/src/atoms/components/Icon/icons/form.vue +5 -5
  354. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  355. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  356. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  357. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  358. package/src/atoms/components/Icon/icons/group.vue +6 -6
  359. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  360. package/src/atoms/components/Icon/icons/headphones.vue +7 -7
  361. package/src/atoms/components/Icon/icons/history.vue +12 -12
  362. package/src/atoms/components/Icon/icons/home-outline.vue +6 -6
  363. package/src/atoms/components/Icon/icons/home.vue +7 -7
  364. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  365. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  366. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  367. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  368. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  369. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  370. package/src/atoms/components/Icon/icons/image.vue +7 -7
  371. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  372. package/src/atoms/components/Icon/icons/images.vue +7 -7
  373. package/src/atoms/components/Icon/icons/info.vue +9 -9
  374. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  375. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  376. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  377. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  378. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  379. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  380. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  381. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  382. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  383. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  384. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  385. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  386. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  387. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  388. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  389. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  390. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  391. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  392. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  393. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  394. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  395. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  396. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  397. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  398. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  399. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  400. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  401. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  402. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  403. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  404. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  405. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  406. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  407. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  408. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  409. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  410. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  411. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  412. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  413. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  414. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  415. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  416. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  417. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  418. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  419. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  420. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  421. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  422. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  423. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  424. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  425. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  426. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  427. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  428. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  429. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  430. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  431. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  432. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  433. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  434. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  435. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  436. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  437. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  438. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  439. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  440. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  441. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  442. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  443. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  444. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  445. package/src/atoms/components/Icon/icons/lightning.vue +7 -7
  446. package/src/atoms/components/Icon/icons/link-in-bio-filled.vue +8 -8
  447. package/src/atoms/components/Icon/icons/link.vue +6 -6
  448. package/src/atoms/components/Icon/icons/location.vue +6 -6
  449. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  450. package/src/atoms/components/Icon/icons/logo.vue +7 -7
  451. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  452. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  453. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  454. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  455. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  456. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  457. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  458. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  459. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  460. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  461. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  462. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  463. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  464. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  465. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  466. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  467. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  468. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  469. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  470. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  471. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  472. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  473. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  474. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  475. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  476. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  477. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  478. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  479. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  480. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  481. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  482. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  483. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  484. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  485. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  486. package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
  487. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  488. package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
  489. package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
  490. package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
  491. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  492. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  493. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  494. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  495. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  496. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  497. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  498. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  499. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  500. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  501. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  502. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  503. package/src/atoms/components/Icon/icons/map.vue +6 -6
  504. package/src/atoms/components/Icon/icons/media.vue +3 -3
  505. package/src/atoms/components/Icon/icons/message.vue +6 -6
  506. package/src/atoms/components/Icon/icons/microphone.vue +5 -0
  507. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  508. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  509. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  510. package/src/atoms/components/Icon/icons/mug.vue +29 -29
  511. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  512. package/src/atoms/components/Icon/icons/other.vue +7 -7
  513. package/src/atoms/components/Icon/icons/page-blank.vue +6 -6
  514. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  515. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  516. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  517. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  518. package/src/atoms/components/Icon/icons/palette-outline.vue +7 -7
  519. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  520. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  521. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  522. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  523. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  524. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  525. package/src/atoms/components/Icon/icons/pen-outline.vue +7 -7
  526. package/src/atoms/components/Icon/icons/pen-sparkle.vue +17 -17
  527. package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
  528. package/src/atoms/components/Icon/icons/pen.vue +7 -7
  529. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  530. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  531. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  532. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  533. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  534. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  535. package/src/atoms/components/Icon/icons/premium-content.vue +8 -8
  536. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  537. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  538. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  539. package/src/atoms/components/Icon/icons/question-alt.vue +20 -20
  540. package/src/atoms/components/Icon/icons/question.vue +11 -11
  541. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  542. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  543. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  544. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  545. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  546. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  547. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  548. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  549. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  550. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  551. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  552. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  553. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  554. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  555. package/src/atoms/components/Icon/icons/resize.vue +6 -6
  556. package/src/atoms/components/Icon/icons/save.vue +6 -6
  557. package/src/atoms/components/Icon/icons/search.vue +11 -11
  558. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  559. package/src/atoms/components/Icon/icons/select-all.vue +7 -0
  560. package/src/atoms/components/Icon/icons/send.vue +12 -12
  561. package/src/atoms/components/Icon/icons/services.vue +7 -7
  562. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  563. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  564. package/src/atoms/components/Icon/icons/share.vue +9 -9
  565. package/src/atoms/components/Icon/icons/shield-tick.vue +6 -6
  566. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  567. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  568. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  569. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  570. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  571. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  572. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  573. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  574. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  575. package/src/atoms/components/Icon/icons/sparkle-square.vue +22 -22
  576. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  577. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  578. package/src/atoms/components/Icon/icons/sticker.vue +28 -28
  579. package/src/atoms/components/Icon/icons/stop.vue +5 -5
  580. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  581. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  582. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  583. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  584. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  585. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  586. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  587. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  588. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  589. package/src/atoms/components/Icon/icons/time.vue +8 -8
  590. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  591. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  592. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  593. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  594. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  595. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  596. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  597. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  598. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  599. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  600. package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
  601. package/src/atoms/components/Icon/icons/users-2.vue +5 -5
  602. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  603. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  604. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  605. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  606. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  607. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  608. package/src/atoms/components/Icon/icons/website.vue +6 -6
  609. package/src/atoms/components/Icon/icons/websites/upgrade-to-add-page.vue +50 -50
  610. package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +82 -82
  611. package/src/atoms/components/Icon/icons/websites/upgrade-to-google-ad.vue +92 -92
  612. package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +40 -40
  613. package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +107 -107
  614. package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +74 -74
  615. package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +16 -16
  616. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  617. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  618. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  619. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  620. package/src/atoms/components/Loader/Loader.vue +15 -15
  621. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  622. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  623. package/src/atoms/components/Masonry/fixtures.js +589 -589
  624. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  625. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  626. package/src/atoms/components/Modal/Modal.stories.js +293 -293
  627. package/src/atoms/components/Modal/Modal.vue +272 -272
  628. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  629. package/src/atoms/components/Notice/Notice.vue +71 -71
  630. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
  631. package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
  632. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  633. package/src/atoms/components/Picture/Picture.vue +84 -84
  634. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  635. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  636. package/src/atoms/components/Pill/Pill.vue +8 -8
  637. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  638. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  639. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  640. package/src/atoms/components/Price/Price.fixtures.js +85 -85
  641. package/src/atoms/components/Price/Price.stories.js +313 -313
  642. package/src/atoms/components/Price/Price.vue +135 -135
  643. package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
  644. package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
  645. package/src/atoms/components/Price/i18n/price.fr-CA.json +5 -5
  646. package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
  647. package/src/atoms/components/Price/i18n/price.json +5 -5
  648. package/src/atoms/components/Price/i18n/price.pt-BR.json +5 -5
  649. package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
  650. package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -263
  651. package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
  652. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  653. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  654. package/src/atoms/components/Select/Select.stories.js +142 -142
  655. package/src/atoms/components/Select/Select.vue +619 -619
  656. package/src/atoms/components/Select/pointerMixin.js +99 -99
  657. package/src/atoms/components/Select/selectMixin.js +356 -356
  658. package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
  659. package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
  660. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
  661. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
  662. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
  663. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
  664. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
  665. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
  666. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
  667. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
  668. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
  669. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
  670. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
  671. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
  672. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
  673. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
  674. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
  675. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
  676. package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
  677. package/src/atoms/components/SparkleIcon/index.ts +3 -3
  678. package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
  679. package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
  680. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  681. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  682. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  683. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  684. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  685. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  686. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  687. package/src/atoms/components/TextInput/TextInput.vue +161 -161
  688. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  689. package/src/atoms/components/Textarea/Textarea.vue +112 -112
  690. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  691. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  692. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  693. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  694. package/src/atoms/components/VoiceToTextButton/VoiceToTextButton.stories.ts +242 -0
  695. package/src/atoms/components/VoiceToTextButton/VoiceToTextButton.vue +147 -0
  696. package/src/atoms/components/design-com/Icon/Icon.stories.js +94 -94
  697. package/src/atoms/components/design-com/Icon/Icon.vue +181 -181
  698. package/src/atoms/components/design-com/Icon/icons/ai.vue +5 -5
  699. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  700. package/src/atoms/components/design-com/Icon/icons/badge.vue +7 -7
  701. package/src/atoms/components/design-com/Icon/icons/briefcase.vue +6 -6
  702. package/src/atoms/components/design-com/Icon/icons/browser.vue +7 -7
  703. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  704. package/src/atoms/components/design-com/Icon/icons/card-vertical.vue +8 -8
  705. package/src/atoms/components/design-com/Icon/icons/card.vue +6 -6
  706. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  707. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  708. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  709. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  710. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  711. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  712. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  713. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  714. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  715. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  716. package/src/atoms/components/design-com/Icon/icons/folder.vue +5 -5
  717. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  718. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  719. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  720. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  721. package/src/atoms/components/design-com/Icon/icons/lightning.vue +7 -7
  722. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  723. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  724. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  725. package/src/atoms/components/design-com/Icon/icons/printing.vue +5 -5
  726. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  727. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  728. package/src/atoms/components/design-com/Icon/icons/shield-tick.vue +5 -5
  729. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  730. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  731. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  732. package/src/atoms/constants/constants.ts +6 -6
  733. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  734. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  735. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  736. package/src/bundleTranslation.js +86 -86
  737. package/src/bundles/bundled-translations.de-DE.json +53 -8
  738. package/src/bundles/bundled-translations.es-ES.json +53 -8
  739. package/src/bundles/bundled-translations.fr-CA.json +53 -8
  740. package/src/bundles/bundled-translations.fr-FR.json +53 -8
  741. package/src/bundles/bundled-translations.json +53 -8
  742. package/src/bundles/bundled-translations.pt-BR.json +53 -8
  743. package/src/bundles/bundled-translations.pt-PT.json +53 -8
  744. package/src/css/tailwind.css +3 -3
  745. package/src/experiences/clients/brand-crowd-api.client.js +142 -142
  746. package/src/experiences/clients/brand-page-api.client.js +62 -62
  747. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  748. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  749. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  750. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  751. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  752. package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
  753. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  754. package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
  755. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  756. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  757. package/src/experiences/components/AuthFlow/SignIn.vue +472 -472
  758. package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
  759. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  760. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  761. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  762. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  763. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
  764. package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
  765. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
  766. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
  767. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
  768. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
  769. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
  770. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
  771. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
  772. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
  773. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
  774. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
  775. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
  776. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
  777. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  778. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +27 -27
  779. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +27 -27
  780. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +27 -27
  781. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +27 -27
  782. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +27 -27
  783. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +27 -27
  784. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +27 -27
  785. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  786. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
  787. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
  788. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
  789. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
  790. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
  791. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
  792. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
  793. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
  794. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  795. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
  796. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
  797. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
  798. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
  799. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
  800. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
  801. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
  802. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
  803. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +222 -222
  804. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
  805. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
  806. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
  807. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
  808. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
  809. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
  810. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
  811. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
  812. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
  813. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
  814. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
  815. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
  816. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
  817. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
  818. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
  819. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
  820. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
  821. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
  822. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
  823. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
  824. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
  825. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
  826. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  827. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +223 -223
  828. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  829. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
  830. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
  831. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
  832. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
  833. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
  834. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
  835. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
  836. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
  837. package/src/experiences/components/SideNavigationPanel/MenuCta.vue +62 -62
  838. package/src/experiences/components/SideNavigationPanel/MenuItem.vue +40 -40
  839. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.stories.js +219 -219
  840. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.vue +82 -82
  841. package/src/experiences/components/SideNavigationPanel/types.ts +7 -7
  842. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +254 -254
  843. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +163 -163
  844. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
  845. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
  846. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  847. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
  848. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
  849. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
  850. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.stories.js +65 -65
  851. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.vue +156 -156
  852. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
  853. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
  854. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
  855. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  856. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +109 -109
  857. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +39 -39
  858. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +363 -363
  859. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +37 -37
  860. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +37 -37
  861. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +37 -37
  862. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +37 -37
  863. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +37 -37
  864. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +37 -37
  865. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +37 -37
  866. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  867. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
  868. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
  869. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
  870. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
  871. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
  872. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
  873. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
  874. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
  875. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +181 -181
  876. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +203 -203
  877. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +42 -42
  878. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +42 -42
  879. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +42 -42
  880. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +42 -42
  881. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +42 -42
  882. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +42 -42
  883. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +42 -42
  884. package/src/experiences/constants/api.js +9 -9
  885. package/src/experiences/constants/error-constants.js +5 -5
  886. package/src/experiences/constants/event-constants.js +18 -18
  887. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  888. package/src/experiences/constants/rego-source-constants.js +3 -3
  889. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  890. package/src/experiences/helpers/email-validator.js +5 -5
  891. package/src/experiences/helpers/hex-diff.js +116 -116
  892. package/src/experiences/helpers/tracking.js +5 -5
  893. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  894. package/src/experiences/mixins/themeMixin.js +22 -22
  895. package/src/experiences/models/websiteContextualModel.ts +11 -11
  896. package/src/themes/base.js +20 -20
  897. package/src/themes/bc.js +95 -95
  898. package/src/themes/bp.js +21 -21
  899. package/src/themes/cd.js +94 -94
  900. package/src/themes/dc.js +84 -84
  901. package/src/themes/dcom.js +106 -106
  902. package/src/themes/themes.js +16 -16
  903. package/src/types/speech-recognition.d.ts +8 -0
  904. package/src/useSharedLibTranslate.js +131 -131
  905. package/src/useVoiceToText.ts +196 -0
  906. package/src/viewports.js +51 -51
  907. package/stylelint.config.js +19 -19
  908. package/tailwind.build.js +83 -83
  909. package/tailwind.config.js +36 -36
  910. package/tailwind.themes.js +59 -59
  911. package/vite.config.ts +37 -37
@@ -491,40 +491,40 @@ video {
491
491
  --tw-backdrop-opacity: ;
492
492
  --tw-backdrop-saturate: ;
493
493
  --tw-backdrop-sepia: ;
494
- }
494
+ }
495
495
  .tw-container {
496
496
  width: 100%;
497
- }
497
+ }
498
498
  @media (min-width: 640px) {
499
499
 
500
500
  .tw-container {
501
501
  max-width: 640px;
502
502
  }
503
- }
503
+ }
504
504
  @media (min-width: 768px) {
505
505
 
506
506
  .tw-container {
507
507
  max-width: 768px;
508
508
  }
509
- }
509
+ }
510
510
  @media (min-width: 1024px) {
511
511
 
512
512
  .tw-container {
513
513
  max-width: 1024px;
514
514
  }
515
- }
515
+ }
516
516
  @media (min-width: 1280px) {
517
517
 
518
518
  .tw-container {
519
519
  max-width: 1280px;
520
520
  }
521
- }
521
+ }
522
522
  @media (min-width: 1536px) {
523
523
 
524
524
  .tw-container {
525
525
  max-width: 1536px;
526
526
  }
527
- }
527
+ }
528
528
  .tw-sr-only {
529
529
  position: absolute;
530
530
  width: 1px;
@@ -535,1387 +535,1365 @@ video {
535
535
  clip: rect(0, 0, 0, 0);
536
536
  white-space: nowrap;
537
537
  border-width: 0;
538
- }
538
+ }
539
539
  .tw-pointer-events-none {
540
540
  pointer-events: none;
541
- }
541
+ }
542
542
  .tw-static {
543
543
  position: static;
544
- }
544
+ }
545
545
  .tw-fixed {
546
546
  position: fixed;
547
- }
547
+ }
548
548
  .tw-absolute {
549
549
  position: absolute;
550
- }
550
+ }
551
551
  .tw-relative {
552
552
  position: relative;
553
- }
554
- .tw-inset-0 {
555
- inset: 0px;
556
- }
553
+ }
557
554
  .tw--left-16 {
558
555
  left: -4rem;
559
- }
556
+ }
560
557
  .tw--right-16 {
561
558
  right: -4rem;
562
- }
559
+ }
563
560
  .tw-bottom-0 {
564
561
  bottom: 0px;
565
- }
562
+ }
566
563
  .tw-bottom-full {
567
564
  bottom: 100%;
568
- }
565
+ }
569
566
  .tw-left-0 {
570
567
  left: 0px;
571
- }
568
+ }
572
569
  .tw-left-1\/2 {
573
570
  left: 50%;
574
- }
571
+ }
575
572
  .tw-left-2 {
576
573
  left: 0.5rem;
577
- }
574
+ }
578
575
  .tw-left-full {
579
576
  left: 100%;
580
- }
577
+ }
581
578
  .tw-right-0 {
582
579
  right: 0px;
583
- }
580
+ }
584
581
  .tw-right-2 {
585
582
  right: 0.5rem;
586
- }
583
+ }
587
584
  .tw-right-full {
588
585
  right: 100%;
589
- }
586
+ }
590
587
  .tw-top-0 {
591
588
  top: 0px;
592
- }
589
+ }
593
590
  .tw-top-1\/2 {
594
591
  top: 50%;
595
- }
592
+ }
596
593
  .tw-top-full {
597
594
  top: 100%;
598
- }
595
+ }
599
596
  .tw-z-10 {
600
597
  z-index: 10;
601
- }
598
+ }
602
599
  .tw-z-20 {
603
600
  z-index: 20;
604
- }
601
+ }
605
602
  .tw-z-30 {
606
603
  z-index: 30;
607
- }
604
+ }
608
605
  .tw-z-50 {
609
606
  z-index: 50;
610
- }
607
+ }
611
608
  .tw-order-last {
612
609
  order: 9999;
613
- }
610
+ }
614
611
  .tw-col-span-2 {
615
612
  grid-column: span 2 / span 2;
616
- }
613
+ }
617
614
  .tw-m-0 {
618
615
  margin: 0px;
619
- }
616
+ }
620
617
  .tw-m-3 {
621
618
  margin: 0.75rem;
622
- }
619
+ }
623
620
  .tw-m-4 {
624
621
  margin: 1rem;
625
- }
622
+ }
626
623
  .tw-m-5 {
627
624
  margin: 1.25rem;
628
- }
625
+ }
629
626
  .tw-m-auto {
630
627
  margin: auto;
631
- }
628
+ }
632
629
  .tw-mx-2 {
633
630
  margin-left: 0.5rem;
634
631
  margin-right: 0.5rem;
635
- }
632
+ }
636
633
  .tw-mx-4 {
637
634
  margin-left: 1rem;
638
635
  margin-right: 1rem;
639
- }
636
+ }
640
637
  .tw-mx-8 {
641
638
  margin-left: 2rem;
642
639
  margin-right: 2rem;
643
- }
640
+ }
644
641
  .tw-mx-auto {
645
642
  margin-left: auto;
646
643
  margin-right: auto;
647
- }
644
+ }
648
645
  .tw-my-0 {
649
646
  margin-top: 0px;
650
647
  margin-bottom: 0px;
651
- }
648
+ }
652
649
  .tw-my-1 {
653
650
  margin-top: 0.25rem;
654
651
  margin-bottom: 0.25rem;
655
- }
652
+ }
656
653
  .tw-my-10 {
657
654
  margin-top: 2.5rem;
658
655
  margin-bottom: 2.5rem;
659
- }
656
+ }
660
657
  .tw-my-4 {
661
658
  margin-top: 1rem;
662
659
  margin-bottom: 1rem;
663
- }
660
+ }
664
661
  .tw-my-5 {
665
662
  margin-top: 1.25rem;
666
663
  margin-bottom: 1.25rem;
667
- }
664
+ }
668
665
  .tw-my-auto {
669
666
  margin-top: auto;
670
667
  margin-bottom: auto;
671
- }
668
+ }
672
669
  .tw--mb-1 {
673
670
  margin-bottom: -0.25rem;
674
- }
671
+ }
675
672
  .tw--mb-1\.5 {
676
673
  margin-bottom: -0.375rem;
677
- }
674
+ }
678
675
  .tw--ml-px {
679
676
  margin-left: -1px;
680
- }
677
+ }
681
678
  .tw--mr-1 {
682
679
  margin-right: -0.25rem;
683
- }
680
+ }
684
681
  .tw--mr-1\.5 {
685
682
  margin-right: -0.375rem;
686
- }
683
+ }
687
684
  .tw--mt-px {
688
685
  margin-top: -1px;
689
- }
686
+ }
690
687
  .tw-mb-0 {
691
688
  margin-bottom: 0px;
692
- }
689
+ }
693
690
  .tw-mb-0\.5 {
694
691
  margin-bottom: 0.125rem;
695
- }
692
+ }
696
693
  .tw-mb-1 {
697
694
  margin-bottom: 0.25rem;
698
- }
695
+ }
699
696
  .tw-mb-10 {
700
697
  margin-bottom: 2.5rem;
701
- }
698
+ }
702
699
  .tw-mb-2 {
703
700
  margin-bottom: 0.5rem;
704
- }
701
+ }
705
702
  .tw-mb-3 {
706
703
  margin-bottom: 0.75rem;
707
- }
704
+ }
708
705
  .tw-mb-4 {
709
706
  margin-bottom: 1rem;
710
- }
707
+ }
711
708
  .tw-mb-6 {
712
709
  margin-bottom: 1.5rem;
713
- }
710
+ }
714
711
  .tw-mb-8 {
715
712
  margin-bottom: 2rem;
716
- }
713
+ }
717
714
  .tw-ml-0 {
718
715
  margin-left: 0px;
719
- }
716
+ }
720
717
  .tw-ml-2 {
721
718
  margin-left: 0.5rem;
722
- }
719
+ }
723
720
  .tw-ml-3 {
724
721
  margin-left: 0.75rem;
725
- }
722
+ }
726
723
  .tw-ml-4 {
727
724
  margin-left: 1rem;
728
- }
725
+ }
729
726
  .tw-ml-auto {
730
727
  margin-left: auto;
731
- }
728
+ }
732
729
  .tw-mr-1 {
733
730
  margin-right: 0.25rem;
734
- }
731
+ }
735
732
  .tw-mr-2 {
736
733
  margin-right: 0.5rem;
737
- }
734
+ }
738
735
  .tw-mr-3 {
739
736
  margin-right: 0.75rem;
740
- }
737
+ }
741
738
  .tw-mr-4 {
742
739
  margin-right: 1rem;
743
- }
740
+ }
744
741
  .tw-mr-auto {
745
742
  margin-right: auto;
746
- }
743
+ }
747
744
  .tw-mt-0 {
748
745
  margin-top: 0px;
749
- }
746
+ }
750
747
  .tw-mt-1 {
751
748
  margin-top: 0.25rem;
752
- }
749
+ }
753
750
  .tw-mt-2 {
754
751
  margin-top: 0.5rem;
755
- }
752
+ }
756
753
  .tw-mt-3 {
757
754
  margin-top: 0.75rem;
758
- }
755
+ }
759
756
  .tw-mt-4 {
760
757
  margin-top: 1rem;
761
- }
758
+ }
762
759
  .tw-mt-6 {
763
760
  margin-top: 1.5rem;
764
- }
761
+ }
765
762
  .tw-mt-8 {
766
763
  margin-top: 2rem;
767
- }
764
+ }
768
765
  .tw-box-border {
769
766
  box-sizing: border-box;
770
- }
767
+ }
771
768
  .tw-box-content {
772
769
  box-sizing: content-box;
773
- }
770
+ }
774
771
  .tw-line-clamp-1 {
775
772
  overflow: hidden;
776
773
  display: -webkit-box;
777
774
  -webkit-box-orient: vertical;
778
775
  -webkit-line-clamp: 1;
779
- }
776
+ }
780
777
  .tw-line-clamp-2 {
781
778
  overflow: hidden;
782
779
  display: -webkit-box;
783
780
  -webkit-box-orient: vertical;
784
781
  -webkit-line-clamp: 2;
785
- }
782
+ }
786
783
  .tw-line-clamp-3 {
787
784
  overflow: hidden;
788
785
  display: -webkit-box;
789
786
  -webkit-box-orient: vertical;
790
787
  -webkit-line-clamp: 3;
791
- }
788
+ }
792
789
  .tw-line-clamp-4 {
793
790
  overflow: hidden;
794
791
  display: -webkit-box;
795
792
  -webkit-box-orient: vertical;
796
793
  -webkit-line-clamp: 4;
797
- }
794
+ }
798
795
  .tw-line-clamp-5 {
799
796
  overflow: hidden;
800
797
  display: -webkit-box;
801
798
  -webkit-box-orient: vertical;
802
799
  -webkit-line-clamp: 5;
803
- }
800
+ }
804
801
  .tw-line-clamp-6 {
805
802
  overflow: hidden;
806
803
  display: -webkit-box;
807
804
  -webkit-box-orient: vertical;
808
805
  -webkit-line-clamp: 6;
809
- }
806
+ }
810
807
  .tw-line-clamp-none {
811
808
  overflow: visible;
812
809
  display: block;
813
810
  -webkit-box-orient: horizontal;
814
811
  -webkit-line-clamp: none;
815
- }
812
+ }
816
813
  .tw-block {
817
814
  display: block;
818
- }
815
+ }
819
816
  .tw-inline-block {
820
817
  display: inline-block;
821
- }
818
+ }
822
819
  .tw-inline {
823
820
  display: inline;
824
- }
821
+ }
825
822
  .tw-flex {
826
823
  display: flex;
827
- }
824
+ }
828
825
  .tw-inline-flex {
829
826
  display: inline-flex;
830
- }
827
+ }
831
828
  .tw-grid {
832
829
  display: grid;
833
- }
830
+ }
834
831
  .tw-hidden {
835
832
  display: none;
836
- }
833
+ }
837
834
  .tw-h-0 {
838
835
  height: 0px;
839
- }
836
+ }
840
837
  .tw-h-10 {
841
838
  height: 2.5rem;
842
- }
839
+ }
843
840
  .tw-h-12 {
844
841
  height: 3rem;
845
- }
842
+ }
846
843
  .tw-h-14 {
847
844
  height: 3.5rem;
848
- }
845
+ }
849
846
  .tw-h-16 {
850
847
  height: 4rem;
851
- }
848
+ }
852
849
  .tw-h-2 {
853
850
  height: 0.5rem;
854
- }
851
+ }
855
852
  .tw-h-20 {
856
853
  height: 5rem;
857
- }
854
+ }
858
855
  .tw-h-24 {
859
856
  height: 6rem;
860
- }
857
+ }
861
858
  .tw-h-3 {
862
859
  height: 0.75rem;
863
- }
860
+ }
864
861
  .tw-h-4 {
865
862
  height: 1rem;
866
- }
863
+ }
867
864
  .tw-h-40 {
868
865
  height: 10rem;
869
- }
866
+ }
870
867
  .tw-h-5 {
871
868
  height: 1.25rem;
872
- }
869
+ }
873
870
  .tw-h-6 {
874
871
  height: 1.5rem;
875
- }
872
+ }
876
873
  .tw-h-8 {
877
874
  height: 2rem;
878
- }
875
+ }
879
876
  .tw-h-80 {
880
877
  height: 20rem;
881
- }
878
+ }
882
879
  .tw-h-auto {
883
880
  height: auto;
884
- }
881
+ }
885
882
  .tw-h-fit {
886
883
  height: -moz-fit-content;
887
884
  height: fit-content;
888
- }
885
+ }
889
886
  .tw-h-full {
890
887
  height: 100%;
891
- }
888
+ }
892
889
  .tw-max-h-56 {
893
890
  max-height: 14rem;
894
- }
891
+ }
895
892
  .tw-max-h-72 {
896
893
  max-height: 18rem;
897
- }
894
+ }
898
895
  .tw-max-h-full {
899
896
  max-height: 100%;
900
- }
897
+ }
901
898
  .tw-max-h-screen {
902
899
  max-height: 100vh;
903
- }
900
+ }
904
901
  .tw-w-10 {
905
902
  width: 2.5rem;
906
- }
903
+ }
907
904
  .tw-w-12 {
908
905
  width: 3rem;
909
- }
906
+ }
910
907
  .tw-w-14 {
911
908
  width: 3.5rem;
912
- }
909
+ }
913
910
  .tw-w-16 {
914
911
  width: 4rem;
915
- }
912
+ }
916
913
  .tw-w-2 {
917
914
  width: 0.5rem;
918
- }
915
+ }
919
916
  .tw-w-24 {
920
917
  width: 6rem;
921
- }
918
+ }
922
919
  .tw-w-3 {
923
920
  width: 0.75rem;
924
- }
921
+ }
925
922
  .tw-w-32 {
926
923
  width: 8rem;
927
- }
924
+ }
928
925
  .tw-w-4 {
929
926
  width: 1rem;
930
- }
927
+ }
931
928
  .tw-w-5 {
932
929
  width: 1.25rem;
933
- }
930
+ }
934
931
  .tw-w-6 {
935
932
  width: 1.5rem;
936
- }
933
+ }
937
934
  .tw-w-60 {
938
935
  width: 15rem;
939
- }
936
+ }
940
937
  .tw-w-64 {
941
938
  width: 16rem;
942
- }
939
+ }
943
940
  .tw-w-72 {
944
941
  width: 18rem;
945
- }
942
+ }
946
943
  .tw-w-8 {
947
944
  width: 2rem;
948
- }
945
+ }
949
946
  .tw-w-96 {
950
947
  width: 24rem;
951
- }
952
- .tw-w-\[14rem\] {
953
- width: 14rem;
954
- }
948
+ }
955
949
  .tw-w-auto {
956
950
  width: auto;
957
- }
951
+ }
958
952
  .tw-w-fit {
959
953
  width: -moz-fit-content;
960
954
  width: fit-content;
961
- }
955
+ }
962
956
  .tw-w-full {
963
957
  width: 100%;
964
- }
958
+ }
965
959
  .tw-max-w-2xl {
966
960
  max-width: 42rem;
967
- }
961
+ }
968
962
  .tw-max-w-3xl {
969
963
  max-width: 48rem;
970
- }
964
+ }
971
965
  .tw-max-w-full {
972
966
  max-width: 100%;
973
- }
967
+ }
974
968
  .tw-max-w-md {
975
969
  max-width: 28rem;
976
- }
970
+ }
977
971
  .tw-max-w-xl {
978
972
  max-width: 36rem;
979
- }
973
+ }
980
974
  .tw-flex-auto {
981
975
  flex: 1 1 auto;
982
- }
976
+ }
983
977
  .tw-flex-none {
984
978
  flex: none;
985
- }
979
+ }
986
980
  .tw-flex-shrink-0 {
987
981
  flex-shrink: 0;
988
- }
982
+ }
989
983
  .tw-grow {
990
984
  flex-grow: 1;
991
- }
985
+ }
992
986
  .tw-origin-top-right {
993
987
  transform-origin: top right;
994
- }
988
+ }
995
989
  .-tw-translate-x-px {
996
990
  --tw-translate-x: -1px;
997
991
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
998
- }
992
+ }
999
993
  .tw--translate-x-2 {
1000
994
  --tw-translate-x: -0.5rem;
1001
995
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1002
- }
996
+ }
1003
997
  .tw--translate-x-3 {
1004
998
  --tw-translate-x: -0.75rem;
1005
999
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1006
- }
1000
+ }
1007
1001
  .tw--translate-x-4 {
1008
1002
  --tw-translate-x: -1rem;
1009
1003
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1010
- }
1004
+ }
1011
1005
  .tw--translate-y-1\/2 {
1012
1006
  --tw-translate-y: -50%;
1013
1007
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1014
- }
1008
+ }
1015
1009
  .tw--translate-y-2 {
1016
1010
  --tw-translate-y: -0.5rem;
1017
1011
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1018
- }
1012
+ }
1019
1013
  .tw-translate-x-12 {
1020
1014
  --tw-translate-x: 3rem;
1021
1015
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1022
- }
1016
+ }
1023
1017
  .tw-translate-x-20 {
1024
1018
  --tw-translate-x: 5rem;
1025
1019
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1026
- }
1020
+ }
1027
1021
  .tw-translate-x-4 {
1028
1022
  --tw-translate-x: 1rem;
1029
1023
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1030
- }
1024
+ }
1031
1025
  .tw-translate-x-5 {
1032
1026
  --tw-translate-x: 1.25rem;
1033
1027
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1034
- }
1028
+ }
1035
1029
  .tw-translate-x-6 {
1036
1030
  --tw-translate-x: 1.5rem;
1037
1031
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1038
- }
1032
+ }
1039
1033
  .tw-translate-x-8 {
1040
1034
  --tw-translate-x: 2rem;
1041
1035
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1042
- }
1036
+ }
1043
1037
  .tw-translate-y-1\/2 {
1044
1038
  --tw-translate-y: 50%;
1045
1039
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1046
- }
1040
+ }
1047
1041
  .tw-translate-y-2 {
1048
1042
  --tw-translate-y: 0.5rem;
1049
1043
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1050
- }
1044
+ }
1051
1045
  .tw-translate-y-2\.5 {
1052
1046
  --tw-translate-y: 0.625rem;
1053
1047
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1054
- }
1048
+ }
1055
1049
  .tw-translate-y-4 {
1056
1050
  --tw-translate-y: 1rem;
1057
1051
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1058
- }
1052
+ }
1059
1053
  .tw-scale-0 {
1060
1054
  --tw-scale-x: 0;
1061
1055
  --tw-scale-y: 0;
1062
1056
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1063
- }
1057
+ }
1064
1058
  .tw-scale-100 {
1065
1059
  --tw-scale-x: 1;
1066
1060
  --tw-scale-y: 1;
1067
1061
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1068
- }
1062
+ }
1069
1063
  .tw-transform {
1070
1064
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1071
- }
1065
+ }
1072
1066
  @keyframes tw-spin {
1073
1067
 
1074
1068
  to {
1075
1069
  transform: rotate(360deg);
1076
1070
  }
1077
- }
1071
+ }
1078
1072
  .tw-animate-spin {
1079
1073
  animation: tw-spin 1s linear infinite;
1080
- }
1074
+ }
1081
1075
  .\!tw-cursor-not-allowed {
1082
1076
  cursor: not-allowed !important;
1083
- }
1077
+ }
1084
1078
  .tw-cursor-not-allowed {
1085
1079
  cursor: not-allowed;
1086
- }
1080
+ }
1087
1081
  .tw-cursor-pointer {
1088
1082
  cursor: pointer;
1089
- }
1083
+ }
1090
1084
  .tw-cursor-text {
1091
1085
  cursor: text;
1092
- }
1086
+ }
1093
1087
  .tw-cursor-wait {
1094
1088
  cursor: wait;
1095
- }
1089
+ }
1096
1090
  .tw-select-none {
1097
1091
  -webkit-user-select: none;
1098
1092
  -moz-user-select: none;
1099
1093
  user-select: none;
1100
- }
1094
+ }
1101
1095
  .tw-resize-none {
1102
1096
  resize: none;
1103
- }
1097
+ }
1104
1098
  .tw-list-none {
1105
1099
  list-style-type: none;
1106
- }
1100
+ }
1107
1101
  .tw-appearance-none {
1108
1102
  -webkit-appearance: none;
1109
1103
  -moz-appearance: none;
1110
1104
  appearance: none;
1111
- }
1105
+ }
1112
1106
  .tw-grid-flow-row {
1113
1107
  grid-auto-flow: row;
1114
- }
1108
+ }
1115
1109
  .tw-auto-rows-max {
1116
1110
  grid-auto-rows: max-content;
1117
- }
1111
+ }
1118
1112
  .tw-grid-cols-1 {
1119
1113
  grid-template-columns: repeat(1, minmax(0, 1fr));
1120
- }
1114
+ }
1121
1115
  .tw-grid-cols-3 {
1122
1116
  grid-template-columns: repeat(3, minmax(0, 1fr));
1123
- }
1117
+ }
1124
1118
  .tw-grid-cols-4 {
1125
1119
  grid-template-columns: repeat(4, minmax(0, 1fr));
1126
- }
1120
+ }
1127
1121
  .tw-flex-row {
1128
1122
  flex-direction: row;
1129
- }
1123
+ }
1130
1124
  .tw-flex-row-reverse {
1131
1125
  flex-direction: row-reverse;
1132
- }
1126
+ }
1133
1127
  .tw-flex-col {
1134
1128
  flex-direction: column;
1135
- }
1129
+ }
1136
1130
  .tw-flex-col-reverse {
1137
1131
  flex-direction: column-reverse;
1138
- }
1132
+ }
1139
1133
  .tw-content-start {
1140
1134
  align-content: flex-start;
1141
- }
1135
+ }
1142
1136
  .tw-items-start {
1143
1137
  align-items: flex-start;
1144
- }
1138
+ }
1145
1139
  .tw-items-end {
1146
1140
  align-items: flex-end;
1147
- }
1141
+ }
1148
1142
  .tw-items-center {
1149
1143
  align-items: center;
1150
- }
1144
+ }
1151
1145
  .tw-items-stretch {
1152
1146
  align-items: stretch;
1153
- }
1147
+ }
1154
1148
  .tw-justify-start {
1155
1149
  justify-content: flex-start;
1156
- }
1150
+ }
1157
1151
  .tw-justify-end {
1158
1152
  justify-content: flex-end;
1159
- }
1153
+ }
1160
1154
  .tw-justify-center {
1161
1155
  justify-content: center;
1162
- }
1156
+ }
1163
1157
  .tw-justify-between {
1164
1158
  justify-content: space-between;
1165
- }
1159
+ }
1166
1160
  .tw-gap-2 {
1167
1161
  gap: 0.5rem;
1168
- }
1162
+ }
1169
1163
  .tw-gap-3 {
1170
1164
  gap: 0.75rem;
1171
- }
1165
+ }
1172
1166
  .tw-gap-4 {
1173
1167
  gap: 1rem;
1174
- }
1168
+ }
1175
1169
  .tw-self-center {
1176
1170
  align-self: center;
1177
- }
1171
+ }
1178
1172
  .tw-overflow-hidden {
1179
1173
  overflow: hidden;
1180
- }
1174
+ }
1181
1175
  .tw-overflow-visible {
1182
1176
  overflow: visible;
1183
- }
1177
+ }
1184
1178
  .tw-overflow-scroll {
1185
1179
  overflow: scroll;
1186
- }
1180
+ }
1187
1181
  .tw-overflow-x-auto {
1188
1182
  overflow-x: auto;
1189
- }
1183
+ }
1190
1184
  .tw-overflow-y-auto {
1191
1185
  overflow-y: auto;
1192
- }
1186
+ }
1193
1187
  .tw-overflow-x-hidden {
1194
1188
  overflow-x: hidden;
1195
- }
1189
+ }
1196
1190
  .tw-overflow-y-hidden {
1197
1191
  overflow-y: hidden;
1198
- }
1192
+ }
1199
1193
  .tw-truncate {
1200
1194
  overflow: hidden;
1201
1195
  text-overflow: ellipsis;
1202
1196
  white-space: nowrap;
1203
- }
1197
+ }
1204
1198
  .tw-text-ellipsis {
1205
1199
  text-overflow: ellipsis;
1206
- }
1200
+ }
1207
1201
  .tw-whitespace-nowrap {
1208
1202
  white-space: nowrap;
1209
- }
1203
+ }
1210
1204
  .tw-break-all {
1211
1205
  word-break: break-all;
1212
- }
1206
+ }
1213
1207
  .tw-rounded {
1214
1208
  border-radius: 0.25rem;
1215
- }
1209
+ }
1216
1210
  .tw-rounded-full {
1217
1211
  border-radius: 9999px;
1218
- }
1219
- .tw-rounded-lg {
1220
- border-radius: 0.5rem;
1221
- }
1212
+ }
1222
1213
  .tw-rounded-md {
1223
1214
  border-radius: 0.375rem;
1224
- }
1215
+ }
1225
1216
  .tw-rounded-none {
1226
1217
  border-radius: 0px;
1227
- }
1218
+ }
1228
1219
  .tw-rounded-sm {
1229
1220
  border-radius: 0.125rem;
1230
- }
1221
+ }
1231
1222
  .\!tw-rounded-l-none {
1232
1223
  border-top-left-radius: 0px !important;
1233
1224
  border-bottom-left-radius: 0px !important;
1234
- }
1225
+ }
1235
1226
  .\!tw-rounded-r-none {
1236
1227
  border-top-right-radius: 0px !important;
1237
1228
  border-bottom-right-radius: 0px !important;
1238
- }
1229
+ }
1239
1230
  .tw-rounded-b {
1240
1231
  border-bottom-right-radius: 0.25rem;
1241
1232
  border-bottom-left-radius: 0.25rem;
1242
- }
1233
+ }
1243
1234
  .tw-rounded-l {
1244
1235
  border-top-left-radius: 0.25rem;
1245
1236
  border-bottom-left-radius: 0.25rem;
1246
- }
1237
+ }
1247
1238
  .tw-rounded-l-none {
1248
1239
  border-top-left-radius: 0px;
1249
1240
  border-bottom-left-radius: 0px;
1250
- }
1241
+ }
1251
1242
  .tw-rounded-r {
1252
1243
  border-top-right-radius: 0.25rem;
1253
1244
  border-bottom-right-radius: 0.25rem;
1254
- }
1245
+ }
1255
1246
  .tw-rounded-r-none {
1256
1247
  border-top-right-radius: 0px;
1257
1248
  border-bottom-right-radius: 0px;
1258
- }
1249
+ }
1259
1250
  .tw-border {
1260
1251
  border-width: 1px;
1261
- }
1252
+ }
1262
1253
  .tw-border-0 {
1263
1254
  border-width: 0px;
1264
- }
1255
+ }
1265
1256
  .tw-border-2 {
1266
1257
  border-width: 2px;
1267
- }
1258
+ }
1268
1259
  .tw-border-b-0 {
1269
1260
  border-bottom-width: 0px;
1270
- }
1261
+ }
1271
1262
  .tw-border-b-2 {
1272
1263
  border-bottom-width: 2px;
1273
- }
1264
+ }
1274
1265
  .tw-border-b-4 {
1275
1266
  border-bottom-width: 4px;
1276
- }
1267
+ }
1277
1268
  .tw-border-l {
1278
1269
  border-left-width: 1px;
1279
- }
1270
+ }
1280
1271
  .tw-border-l-0 {
1281
1272
  border-left-width: 0px;
1282
- }
1273
+ }
1283
1274
  .tw-border-r {
1284
1275
  border-right-width: 1px;
1285
- }
1276
+ }
1286
1277
  .tw-border-r-0 {
1287
1278
  border-right-width: 0px;
1288
- }
1279
+ }
1289
1280
  .tw-border-t {
1290
1281
  border-top-width: 1px;
1291
- }
1282
+ }
1292
1283
  .tw-border-t-0 {
1293
1284
  border-top-width: 0px;
1294
- }
1285
+ }
1295
1286
  .tw-border-t-2 {
1296
1287
  border-top-width: 2px;
1297
- }
1288
+ }
1298
1289
  .tw-border-solid {
1299
1290
  border-style: solid;
1300
- }
1291
+ }
1301
1292
  .tw-border-dashed {
1302
1293
  border-style: dashed;
1303
- }
1294
+ }
1304
1295
  .tw-border-none {
1305
1296
  border-style: none;
1306
- }
1297
+ }
1307
1298
  .tw-border-black\/10 {
1308
1299
  border-color: rgb(0 0 0 / 0.1);
1309
- }
1300
+ }
1310
1301
  .tw-border-grayscale-100 {
1311
1302
  --tw-border-opacity: 1;
1312
1303
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
1313
- }
1304
+ }
1314
1305
  .tw-border-grayscale-300 {
1315
1306
  --tw-border-opacity: 1;
1316
1307
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
1317
- }
1308
+ }
1318
1309
  .tw-border-grayscale-400 {
1319
1310
  --tw-border-opacity: 1;
1320
1311
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
1321
- }
1312
+ }
1322
1313
  .tw-border-grayscale-500 {
1323
1314
  --tw-border-opacity: 1;
1324
1315
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
1325
- }
1316
+ }
1326
1317
  .tw-border-grayscale-600 {
1327
1318
  --tw-border-opacity: 1;
1328
1319
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
1329
- }
1320
+ }
1330
1321
  .tw-border-grayscale-700 {
1331
1322
  --tw-border-opacity: 1;
1332
1323
  border-color: rgb(43 43 43 / var(--tw-border-opacity));
1333
- }
1324
+ }
1334
1325
  .tw-border-white {
1335
1326
  --tw-border-opacity: 1;
1336
1327
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
1337
- }
1338
- .tw-border-t-transparent {
1339
- border-top-color: transparent;
1340
- }
1328
+ }
1341
1329
  .tw-bg-black {
1342
1330
  --tw-bg-opacity: 1;
1343
1331
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1344
- }
1332
+ }
1345
1333
  .tw-bg-grayscale-100 {
1346
1334
  --tw-bg-opacity: 1;
1347
1335
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1348
- }
1336
+ }
1349
1337
  .tw-bg-grayscale-200 {
1350
1338
  --tw-bg-opacity: 1;
1351
1339
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1352
- }
1340
+ }
1353
1341
  .tw-bg-grayscale-300 {
1354
1342
  --tw-bg-opacity: 1;
1355
1343
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1356
- }
1344
+ }
1357
1345
  .tw-bg-grayscale-400 {
1358
1346
  --tw-bg-opacity: 1;
1359
1347
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1360
- }
1348
+ }
1361
1349
  .tw-bg-grayscale-500 {
1362
1350
  --tw-bg-opacity: 1;
1363
1351
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1364
- }
1352
+ }
1365
1353
  .tw-bg-transparent {
1366
1354
  background-color: transparent;
1367
- }
1355
+ }
1368
1356
  .tw-bg-white {
1369
1357
  --tw-bg-opacity: 1;
1370
1358
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1371
- }
1372
- .tw-bg-white\/50 {
1373
- background-color: rgb(255 255 255 / 0.5);
1374
- }
1359
+ }
1375
1360
  .tw-bg-opacity-75 {
1376
1361
  --tw-bg-opacity: 0.75;
1377
- }
1362
+ }
1378
1363
  .tw-bg-opacity-80 {
1379
1364
  --tw-bg-opacity: 0.8;
1380
- }
1365
+ }
1381
1366
  .tw-bg-gradient-to-t {
1382
1367
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
1383
- }
1368
+ }
1384
1369
  .tw-from-\[\#d946ef\] {
1385
1370
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1386
1371
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1387
1372
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1388
- }
1373
+ }
1389
1374
  .tw-to-\[\#8b5cf6\] {
1390
1375
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1391
- }
1376
+ }
1392
1377
  .tw-bg-no-repeat {
1393
1378
  background-repeat: no-repeat;
1394
- }
1379
+ }
1395
1380
  .tw-fill-current {
1396
1381
  fill: currentColor;
1397
- }
1382
+ }
1398
1383
  .tw-object-contain {
1399
1384
  -o-object-fit: contain;
1400
1385
  object-fit: contain;
1401
- }
1386
+ }
1402
1387
  .tw-object-cover {
1403
1388
  -o-object-fit: cover;
1404
1389
  object-fit: cover;
1405
- }
1390
+ }
1406
1391
  .tw-object-top {
1407
1392
  -o-object-position: top;
1408
1393
  object-position: top;
1409
- }
1394
+ }
1410
1395
  .\!tw-p-0 {
1411
1396
  padding: 0px !important;
1412
- }
1397
+ }
1413
1398
  .\!tw-p-0\.5 {
1414
1399
  padding: 0.125rem !important;
1415
- }
1400
+ }
1416
1401
  .\!tw-p-1 {
1417
1402
  padding: 0.25rem !important;
1418
- }
1403
+ }
1419
1404
  .\!tw-p-1\.5 {
1420
1405
  padding: 0.375rem !important;
1421
- }
1406
+ }
1422
1407
  .\!tw-p-10 {
1423
1408
  padding: 2.5rem !important;
1424
- }
1409
+ }
1425
1410
  .\!tw-p-11 {
1426
1411
  padding: 2.75rem !important;
1427
- }
1412
+ }
1428
1413
  .\!tw-p-12 {
1429
1414
  padding: 3rem !important;
1430
- }
1415
+ }
1431
1416
  .\!tw-p-14 {
1432
1417
  padding: 3.5rem !important;
1433
- }
1418
+ }
1434
1419
  .\!tw-p-16 {
1435
1420
  padding: 4rem !important;
1436
- }
1421
+ }
1437
1422
  .\!tw-p-2 {
1438
1423
  padding: 0.5rem !important;
1439
- }
1424
+ }
1440
1425
  .\!tw-p-2\.5 {
1441
1426
  padding: 0.625rem !important;
1442
- }
1427
+ }
1443
1428
  .\!tw-p-20 {
1444
1429
  padding: 5rem !important;
1445
- }
1430
+ }
1446
1431
  .\!tw-p-24 {
1447
1432
  padding: 6rem !important;
1448
- }
1433
+ }
1449
1434
  .\!tw-p-28 {
1450
1435
  padding: 7rem !important;
1451
- }
1436
+ }
1452
1437
  .\!tw-p-3 {
1453
1438
  padding: 0.75rem !important;
1454
- }
1439
+ }
1455
1440
  .\!tw-p-3\.5 {
1456
1441
  padding: 0.875rem !important;
1457
- }
1442
+ }
1458
1443
  .\!tw-p-32 {
1459
1444
  padding: 8rem !important;
1460
- }
1445
+ }
1461
1446
  .\!tw-p-36 {
1462
1447
  padding: 9rem !important;
1463
- }
1448
+ }
1464
1449
  .\!tw-p-4 {
1465
1450
  padding: 1rem !important;
1466
- }
1451
+ }
1467
1452
  .\!tw-p-40 {
1468
1453
  padding: 10rem !important;
1469
- }
1454
+ }
1470
1455
  .\!tw-p-44 {
1471
1456
  padding: 11rem !important;
1472
- }
1457
+ }
1473
1458
  .\!tw-p-48 {
1474
1459
  padding: 12rem !important;
1475
- }
1460
+ }
1476
1461
  .\!tw-p-5 {
1477
1462
  padding: 1.25rem !important;
1478
- }
1463
+ }
1479
1464
  .\!tw-p-52 {
1480
1465
  padding: 13rem !important;
1481
- }
1466
+ }
1482
1467
  .\!tw-p-56 {
1483
1468
  padding: 14rem !important;
1484
- }
1469
+ }
1485
1470
  .\!tw-p-6 {
1486
1471
  padding: 1.5rem !important;
1487
- }
1472
+ }
1488
1473
  .\!tw-p-60 {
1489
1474
  padding: 15rem !important;
1490
- }
1475
+ }
1491
1476
  .\!tw-p-64 {
1492
1477
  padding: 16rem !important;
1493
- }
1478
+ }
1494
1479
  .\!tw-p-7 {
1495
1480
  padding: 1.75rem !important;
1496
- }
1481
+ }
1497
1482
  .\!tw-p-72 {
1498
1483
  padding: 18rem !important;
1499
- }
1484
+ }
1500
1485
  .\!tw-p-8 {
1501
1486
  padding: 2rem !important;
1502
- }
1487
+ }
1503
1488
  .\!tw-p-80 {
1504
1489
  padding: 20rem !important;
1505
- }
1490
+ }
1506
1491
  .\!tw-p-9 {
1507
1492
  padding: 2.25rem !important;
1508
- }
1493
+ }
1509
1494
  .\!tw-p-96 {
1510
1495
  padding: 24rem !important;
1511
- }
1496
+ }
1512
1497
  .\!tw-p-px {
1513
1498
  padding: 1px !important;
1514
- }
1499
+ }
1515
1500
  .tw-p-0 {
1516
1501
  padding: 0px;
1517
- }
1502
+ }
1518
1503
  .tw-p-1 {
1519
1504
  padding: 0.25rem;
1520
- }
1505
+ }
1521
1506
  .tw-p-2 {
1522
1507
  padding: 0.5rem;
1523
- }
1508
+ }
1524
1509
  .tw-p-3 {
1525
1510
  padding: 0.75rem;
1526
- }
1511
+ }
1527
1512
  .tw-p-4 {
1528
1513
  padding: 1rem;
1529
- }
1514
+ }
1530
1515
  .tw-p-5 {
1531
1516
  padding: 1.25rem;
1532
- }
1517
+ }
1533
1518
  .tw-p-6 {
1534
1519
  padding: 1.5rem;
1535
- }
1520
+ }
1536
1521
  .tw-p-8 {
1537
1522
  padding: 2rem;
1538
- }
1523
+ }
1539
1524
  .tw-px-0 {
1540
1525
  padding-left: 0px;
1541
1526
  padding-right: 0px;
1542
- }
1527
+ }
1543
1528
  .tw-px-0\.5 {
1544
1529
  padding-left: 0.125rem;
1545
1530
  padding-right: 0.125rem;
1546
- }
1531
+ }
1547
1532
  .tw-px-2 {
1548
1533
  padding-left: 0.5rem;
1549
1534
  padding-right: 0.5rem;
1550
- }
1535
+ }
1551
1536
  .tw-px-20 {
1552
1537
  padding-left: 5rem;
1553
1538
  padding-right: 5rem;
1554
- }
1539
+ }
1555
1540
  .tw-px-3 {
1556
1541
  padding-left: 0.75rem;
1557
1542
  padding-right: 0.75rem;
1558
- }
1543
+ }
1559
1544
  .tw-px-4 {
1560
1545
  padding-left: 1rem;
1561
1546
  padding-right: 1rem;
1562
- }
1547
+ }
1563
1548
  .tw-px-5 {
1564
1549
  padding-left: 1.25rem;
1565
1550
  padding-right: 1.25rem;
1566
- }
1551
+ }
1567
1552
  .tw-px-6 {
1568
1553
  padding-left: 1.5rem;
1569
1554
  padding-right: 1.5rem;
1570
- }
1555
+ }
1571
1556
  .tw-px-8 {
1572
1557
  padding-left: 2rem;
1573
1558
  padding-right: 2rem;
1574
- }
1559
+ }
1575
1560
  .tw-px-px {
1576
1561
  padding-left: 1px;
1577
1562
  padding-right: 1px;
1578
- }
1563
+ }
1579
1564
  .tw-py-0 {
1580
1565
  padding-top: 0px;
1581
1566
  padding-bottom: 0px;
1582
- }
1567
+ }
1583
1568
  .tw-py-0\.5 {
1584
1569
  padding-top: 0.125rem;
1585
1570
  padding-bottom: 0.125rem;
1586
- }
1571
+ }
1587
1572
  .tw-py-1 {
1588
1573
  padding-top: 0.25rem;
1589
1574
  padding-bottom: 0.25rem;
1590
- }
1575
+ }
1591
1576
  .tw-py-1\.5 {
1592
1577
  padding-top: 0.375rem;
1593
1578
  padding-bottom: 0.375rem;
1594
- }
1579
+ }
1595
1580
  .tw-py-10 {
1596
1581
  padding-top: 2.5rem;
1597
1582
  padding-bottom: 2.5rem;
1598
- }
1583
+ }
1599
1584
  .tw-py-2 {
1600
1585
  padding-top: 0.5rem;
1601
1586
  padding-bottom: 0.5rem;
1602
- }
1587
+ }
1603
1588
  .tw-py-3 {
1604
1589
  padding-top: 0.75rem;
1605
1590
  padding-bottom: 0.75rem;
1606
- }
1591
+ }
1607
1592
  .tw-py-3\.5 {
1608
1593
  padding-top: 0.875rem;
1609
1594
  padding-bottom: 0.875rem;
1610
- }
1595
+ }
1611
1596
  .tw-py-4 {
1612
1597
  padding-top: 1rem;
1613
1598
  padding-bottom: 1rem;
1614
- }
1599
+ }
1615
1600
  .tw-py-5 {
1616
1601
  padding-top: 1.25rem;
1617
1602
  padding-bottom: 1.25rem;
1618
- }
1603
+ }
1619
1604
  .tw-py-8 {
1620
1605
  padding-top: 2rem;
1621
1606
  padding-bottom: 2rem;
1622
- }
1607
+ }
1623
1608
  .tw-pb-0 {
1624
1609
  padding-bottom: 0px;
1625
- }
1610
+ }
1626
1611
  .tw-pb-16 {
1627
1612
  padding-bottom: 4rem;
1628
- }
1613
+ }
1629
1614
  .tw-pb-24 {
1630
1615
  padding-bottom: 6rem;
1631
- }
1616
+ }
1632
1617
  .tw-pb-8 {
1633
1618
  padding-bottom: 2rem;
1634
- }
1619
+ }
1635
1620
  .tw-pl-0 {
1636
1621
  padding-left: 0px;
1637
- }
1622
+ }
1638
1623
  .tw-pl-12 {
1639
1624
  padding-left: 3rem;
1640
- }
1625
+ }
1641
1626
  .tw-pl-3 {
1642
1627
  padding-left: 0.75rem;
1643
- }
1628
+ }
1644
1629
  .tw-pl-8 {
1645
1630
  padding-left: 2rem;
1646
- }
1631
+ }
1647
1632
  .tw-pr-12 {
1648
1633
  padding-right: 3rem;
1649
- }
1634
+ }
1650
1635
  .tw-pr-2 {
1651
1636
  padding-right: 0.5rem;
1652
- }
1637
+ }
1653
1638
  .tw-pr-4 {
1654
1639
  padding-right: 1rem;
1655
- }
1640
+ }
1656
1641
  .tw-pr-6 {
1657
1642
  padding-right: 1.5rem;
1658
- }
1643
+ }
1659
1644
  .tw-pt-1 {
1660
1645
  padding-top: 0.25rem;
1661
- }
1646
+ }
1662
1647
  .tw-pt-12 {
1663
1648
  padding-top: 3rem;
1664
- }
1649
+ }
1665
1650
  .tw-pt-2 {
1666
1651
  padding-top: 0.5rem;
1667
- }
1652
+ }
1668
1653
  .tw-pt-6 {
1669
1654
  padding-top: 1.5rem;
1670
- }
1655
+ }
1671
1656
  .tw-text-left {
1672
1657
  text-align: left;
1673
- }
1658
+ }
1674
1659
  .tw-text-center {
1675
1660
  text-align: center;
1676
- }
1661
+ }
1677
1662
  .tw-align-top {
1678
1663
  vertical-align: top;
1679
- }
1664
+ }
1680
1665
  .tw-align-middle {
1681
1666
  vertical-align: middle;
1682
- }
1667
+ }
1683
1668
  .tw-font-sans {
1684
1669
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1685
- }
1670
+ }
1686
1671
  .tw-text-2xl {
1687
1672
  font-size: 1.5rem;
1688
1673
  line-height: 2rem;
1689
- }
1674
+ }
1690
1675
  .tw-text-3xl {
1691
1676
  font-size: 1.875rem;
1692
1677
  line-height: 2.25rem;
1693
- }
1678
+ }
1694
1679
  .tw-text-4xl {
1695
1680
  font-size: 2.25rem;
1696
1681
  line-height: 2.5rem;
1697
- }
1682
+ }
1698
1683
  .tw-text-base {
1699
1684
  font-size: 1rem;
1700
1685
  line-height: 1.5rem;
1701
- }
1686
+ }
1702
1687
  .tw-text-lg {
1703
1688
  font-size: 1.125rem;
1704
1689
  line-height: 1.75rem;
1705
- }
1690
+ }
1706
1691
  .tw-text-sm {
1707
1692
  font-size: 0.875rem;
1708
1693
  line-height: 1.25rem;
1709
- }
1694
+ }
1710
1695
  .tw-text-xs {
1711
1696
  font-size: 0.75rem;
1712
1697
  line-height: 1rem;
1713
- }
1698
+ }
1714
1699
  .tw-font-bold {
1715
1700
  font-weight: 700;
1716
- }
1717
- .tw-font-medium {
1718
- font-weight: 500;
1719
- }
1701
+ }
1720
1702
  .tw-font-normal {
1721
1703
  font-weight: 400;
1722
- }
1704
+ }
1723
1705
  .tw-font-semibold {
1724
1706
  font-weight: 600;
1725
- }
1707
+ }
1726
1708
  .tw-uppercase {
1727
1709
  text-transform: uppercase;
1728
- }
1710
+ }
1729
1711
  .tw-capitalize {
1730
1712
  text-transform: capitalize;
1731
- }
1713
+ }
1732
1714
  .tw-leading-tight {
1733
1715
  line-height: 1.25;
1734
- }
1716
+ }
1735
1717
  .tw-text-black {
1736
1718
  --tw-text-opacity: 1;
1737
1719
  color: rgb(0 0 0 / var(--tw-text-opacity));
1738
- }
1720
+ }
1739
1721
  .tw-text-grayscale-500 {
1740
1722
  --tw-text-opacity: 1;
1741
1723
  color: rgb(208 208 208 / var(--tw-text-opacity));
1742
- }
1724
+ }
1743
1725
  .tw-text-grayscale-600 {
1744
1726
  --tw-text-opacity: 1;
1745
1727
  color: rgb(94 94 94 / var(--tw-text-opacity));
1746
- }
1728
+ }
1747
1729
  .tw-text-grayscale-700 {
1748
1730
  --tw-text-opacity: 1;
1749
1731
  color: rgb(43 43 43 / var(--tw-text-opacity));
1750
- }
1732
+ }
1751
1733
  .tw-text-grayscale-800 {
1752
1734
  --tw-text-opacity: 1;
1753
1735
  color: rgb(17 21 23 / var(--tw-text-opacity));
1754
- }
1736
+ }
1755
1737
  .tw-text-white {
1756
1738
  --tw-text-opacity: 1;
1757
1739
  color: rgb(255 255 255 / var(--tw-text-opacity));
1758
- }
1740
+ }
1759
1741
  .tw-underline {
1760
1742
  text-decoration-line: underline;
1761
- }
1743
+ }
1762
1744
  .tw-no-underline {
1763
1745
  text-decoration-line: none;
1764
- }
1746
+ }
1765
1747
  .tw-opacity-0 {
1766
1748
  opacity: 0;
1767
- }
1749
+ }
1768
1750
  .tw-opacity-100 {
1769
1751
  opacity: 1;
1770
- }
1752
+ }
1771
1753
  .tw-opacity-30 {
1772
1754
  opacity: 0.3;
1773
- }
1755
+ }
1774
1756
  .tw-opacity-40 {
1775
1757
  opacity: 0.4;
1776
- }
1758
+ }
1777
1759
  .tw-opacity-50 {
1778
1760
  opacity: 0.5;
1779
- }
1761
+ }
1780
1762
  .\!tw-shadow-\[0_0_0_1px\] {
1781
1763
  --tw-shadow: 0 0 0 1px !important;
1782
1764
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1783
1765
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1784
- }
1766
+ }
1785
1767
  .\!tw-shadow-\[0_0_0_2px\] {
1786
1768
  --tw-shadow: 0 0 0 2px !important;
1787
1769
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1788
1770
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1789
- }
1771
+ }
1790
1772
  .tw-shadow {
1791
1773
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1792
1774
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1793
1775
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1794
- }
1776
+ }
1795
1777
  .tw-shadow-inner {
1796
1778
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1797
1779
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1798
1780
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1799
- }
1781
+ }
1800
1782
  .tw-shadow-lg {
1801
1783
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1802
1784
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1803
1785
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1804
- }
1786
+ }
1805
1787
  .tw-shadow-md {
1806
1788
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1807
1789
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1808
1790
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1809
- }
1791
+ }
1810
1792
  .tw-shadow-sm {
1811
1793
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1812
1794
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1813
1795
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1814
- }
1796
+ }
1815
1797
  .tw-shadow-xl {
1816
1798
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1817
1799
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1818
1800
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1819
- }
1801
+ }
1820
1802
  .tw-outline-none {
1821
1803
  outline: 2px solid transparent;
1822
1804
  outline-offset: 2px;
1823
- }
1805
+ }
1824
1806
  .tw-ring-1 {
1825
1807
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1826
1808
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1827
1809
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1828
- }
1810
+ }
1829
1811
  .tw-ring-black {
1830
1812
  --tw-ring-opacity: 1;
1831
1813
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1832
- }
1814
+ }
1833
1815
  .tw-ring-opacity-5 {
1834
1816
  --tw-ring-opacity: 0.05;
1835
- }
1817
+ }
1836
1818
  .tw-drop-shadow-sm {
1837
1819
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1838
1820
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1839
- }
1821
+ }
1840
1822
  .tw-transition-colors {
1841
1823
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1842
1824
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1843
1825
  transition-duration: 150ms;
1844
- }
1826
+ }
1845
1827
  .tw-transition-shadow {
1846
1828
  transition-property: box-shadow;
1847
1829
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1848
1830
  transition-duration: 150ms;
1849
- }
1831
+ }
1850
1832
  .tw-transition-transform {
1851
1833
  transition-property: transform;
1852
1834
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1853
1835
  transition-duration: 150ms;
1854
- }
1836
+ }
1855
1837
  .tw-duration-200 {
1856
1838
  transition-duration: 200ms;
1857
- }
1839
+ }
1858
1840
  .tw-duration-300 {
1859
1841
  transition-duration: 300ms;
1860
- }
1842
+ }
1861
1843
  .tw-ease-in-out {
1862
1844
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1863
- }
1845
+ }
1864
1846
  .tw-ease-out {
1865
1847
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1866
- }
1848
+ }
1867
1849
  .hover\:tw-border-grayscale-400:hover {
1868
1850
  --tw-border-opacity: 1;
1869
1851
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
1870
- }
1871
- .hover\:tw-border-grayscale-500:hover {
1872
- --tw-border-opacity: 1;
1873
- border-color: rgb(208 208 208 / var(--tw-border-opacity));
1874
- }
1852
+ }
1875
1853
  .hover\:tw-bg-grayscale-200:hover {
1876
1854
  --tw-bg-opacity: 1;
1877
1855
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1878
- }
1856
+ }
1879
1857
  .hover\:tw-bg-grayscale-300:hover {
1880
1858
  --tw-bg-opacity: 1;
1881
1859
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1882
- }
1860
+ }
1883
1861
  .hover\:tw-bg-grayscale-400:hover {
1884
1862
  --tw-bg-opacity: 1;
1885
1863
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1886
- }
1887
- .hover\:tw-bg-grayscale-500:hover {
1888
- --tw-bg-opacity: 1;
1889
- background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1890
- }
1864
+ }
1865
+ .hover\:tw-text-grayscale-800:hover {
1866
+ --tw-text-opacity: 1;
1867
+ color: rgb(17 21 23 / var(--tw-text-opacity));
1868
+ }
1891
1869
  .hover\:tw-text-white:hover {
1892
1870
  --tw-text-opacity: 1;
1893
1871
  color: rgb(255 255 255 / var(--tw-text-opacity));
1894
- }
1872
+ }
1895
1873
  .hover\:tw-underline:hover {
1896
1874
  text-decoration-line: underline;
1897
- }
1875
+ }
1898
1876
  .hover\:tw-shadow-lg:hover {
1899
1877
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1900
1878
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1901
1879
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1902
- }
1880
+ }
1903
1881
  .hover\:tw-brightness-\[0\.85\]:hover {
1904
1882
  --tw-brightness: brightness(0.85);
1905
1883
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1906
- }
1884
+ }
1907
1885
  .focus\:tw-border-grayscale-600:focus {
1908
1886
  --tw-border-opacity: 1;
1909
1887
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
1910
- }
1888
+ }
1911
1889
  .focus\:tw-border-grayscale-700:focus {
1912
1890
  --tw-border-opacity: 1;
1913
1891
  border-color: rgb(43 43 43 / var(--tw-border-opacity));
1914
- }
1892
+ }
1915
1893
  .focus\:tw-outline-none:focus {
1916
1894
  outline: 2px solid transparent;
1917
1895
  outline-offset: 2px;
1918
- }
1896
+ }
1919
1897
  @media (min-width: 640px) {
1920
1898
 
1921
1899
  .sm\:tw-absolute {
@@ -2011,7 +1989,7 @@ video {
2011
1989
  padding-left: 1rem;
2012
1990
  padding-right: 1rem;
2013
1991
  }
2014
- }
1992
+ }
2015
1993
  @media (min-width: 768px) {
2016
1994
 
2017
1995
  .md\:tw-relative {
@@ -2234,7 +2212,7 @@ video {
2234
2212
  font-size: 0.75rem;
2235
2213
  line-height: 1rem;
2236
2214
  }
2237
- }
2215
+ }
2238
2216
  @media (min-width: 1024px) {
2239
2217
 
2240
2218
  .lg\:tw-static {
@@ -2298,4 +2276,4 @@ video {
2298
2276
  .lg\:tw-pt-20 {
2299
2277
  padding-top: 5rem;
2300
2278
  }
2301
- }
2279
+ }