@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
@@ -0,0 +1,18 @@
1
+ import{P as e}from"./Pill-DLXZ_TL8.js";import"./iframe-B3A6OXQU.js";import"./preload-helper-PPVm8Dsz.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";const r={title:"Components/Pill",component:e},t=()=>({components:{Pill:e},template:`
2
+ <div class="tw-font-sans">
3
+ <Pill class="tw-text-white tw-my-2 tw-w-8" :style="{ background: 'blue' }">Blue</Pill>
4
+ <Pill class="tw-text-white tw-my-2 tw-w-8" :style="{ background: 'red' }">Red</Pill>
5
+ </div>
6
+ `});t.parameters={...t.parameters,docs:{...t.parameters?.docs,source:{originalSource:`() => {
7
+ return {
8
+ components: {
9
+ Pill
10
+ },
11
+ template: \`
12
+ <div class="tw-font-sans">
13
+ <Pill class="tw-text-white tw-my-2 tw-w-8" :style="{ background: 'blue' }">Blue</Pill>
14
+ <Pill class="tw-text-white tw-my-2 tw-w-8" :style="{ background: 'red' }">Red</Pill>
15
+ </div>
16
+ \`
17
+ };
18
+ }`,...t.parameters?.docs?.source}}};const a=["Sample"];export{t as Sample,a as __namedExportsOrder,r as default};
@@ -0,0 +1 @@
1
+ .carousel-filter__category{white-space:nowrap}.carousel-filter__category:not(:last-child){margin-right:.75rem}
@@ -0,0 +1,41 @@
1
+ import{B as g}from"./Button-DKdQT6Fq.js";import{c as n,F as p,r as f,a as y,o as i,h as b}from"./iframe-B3A6OXQU.js";import{_ as h}from"./_plugin-vue_export-helper-DlAUqK2U.js";import"./ButtonPrimary-BvWW6Duz.js";import"./Icon-C17LFvsP.js";import"./preload-helper-PPVm8Dsz.js";const t={components:{Button:g},props:{categories:{type:Array,required:!0,default:()=>[]},initialCategory:{type:String,required:!1,default:"Popular"},isDarkMode:{type:Boolean,default:!1}},data(){return{selectedCategory:null}},created(){this.selectedCategory=this.initialCategory},methods:{onSelectCategory(r){this.selectedCategory=r.name,this.$emit("on-click-category",r)}}},k={class:"tw-list-none tw-flex tw-overflow-y-hidden tw-overflow-x-auto tw-m-0 tw-p-0"};function w(r,U,o,x,d,m){const u=y("Button");return i(),n("ul",k,[(i(!0),n(p,null,f(o.categories,e=>(i(),n("li",{key:e.name,class:"carousel-filter__category"},[b(u,{label:e.name,variant:o.isDarkMode?"dark-mode-pill":"pill",active:e.name===d.selectedCategory,onOnClick:D=>m.onSelectCategory(e)},null,8,["label","variant","active","onOnClick"])]))),128))])}const s=h(t,[["render",w]]);t.__docgenInfo={exportName:"default",displayName:"PillBar",description:"",tags:{},props:[{name:"categories",type:{name:"array"},required:!0,defaultValue:{func:!1,value:"[]"}},{name:"initialCategory",type:{name:"string"},required:!1,defaultValue:{func:!1,value:"'Popular'"}},{name:"isDarkMode",type:{name:"boolean"},defaultValue:{func:!1,value:"false"}}],events:[{name:"on-click-category",type:{names:["undefined"]}}],sourceFiles:["/home/zknowles/repos/fe-shared-lib/src/atoms/components/PillBar/PillBar.vue"]};const c=[{name:"Popular",templateTypes:[{name:"Logo Designs",category:"Brand Identity",editorUrl:"logo-design-modal",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-logo-design@2x.png",carouselImageUrl:null,dimensions:"1280 x 1024",description:"View and edit your logo",height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Logo Designs",pluralName:"Logo Designs",token:"b0349875-33ac-4b93-a581-42f93255f461"},{name:"Business Card",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20horizontal",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card@2x.png",carouselImageUrl:null,dimensions:"3.5 x 2 in",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:null,pluralName:"Business Cards",token:"4b6158b3-c992-4799-a838-d060565c32e7"},{name:"Facebook cover",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20cover",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook@2x.png",carouselImageUrl:null,dimensions:"820 x 312 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Cover",pluralName:"Facebook Covers",token:"fd5a796f-4f74-46a4-b5eb-cf5e478cd095"},{name:"Instagram post",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20post",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram@2x.png",carouselImageUrl:null,dimensions:"1080 x 1080 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Instagram Post",pluralName:"Instagram Posts",token:"bce84983-7d85-499e-8b82-3474b625867e"},{name:"Brand Page",category:"Website",editorUrl:"/maker/brand-page/manage/create?logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-vertical@2x.png",carouselImageUrl:null,dimensions:"Default",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Web Page",pluralName:"Web Pages",token:"88102dd6-2601-48b2-b6a3-1ab6f5600ce7"},{name:"Facebook post",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20post",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook@2x.png",carouselImageUrl:null,dimensions:"940 x 788 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Post",pluralName:"Facebook Posts",token:"f6ecd7bd-ed25-4e9e-b500-a1452defb15e"},{name:"YouTube cover (channel art)",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20cover%20(channel%20art)",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-youtube@2x.png",carouselImageUrl:null,dimensions:"2560 x 1440 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"YouTube Banner",pluralName:"YouTube Banners",token:"b5f801a9-625f-45df-bf31-af2ccf594018"}]},{name:"Social Media Covers",templateTypes:[{name:"Facebook cover",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20cover",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook@2x.png",carouselImageUrl:null,dimensions:"820 x 312 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Cover",pluralName:"Facebook Covers",token:"fd5a796f-4f74-46a4-b5eb-cf5e478cd095"},{name:"YouTube cover (channel art)",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20cover%20(channel%20art)",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-youtube@2x.png",carouselImageUrl:null,dimensions:"2560 x 1440 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"YouTube Banner",pluralName:"YouTube Banners",token:"b5f801a9-625f-45df-bf31-af2ccf594018"},{name:"Twitch banner",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitch%20banner",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-tiwtch@2x.png",carouselImageUrl:null,dimensions:"1920 x 480 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Twitch Banner",pluralName:"Twitch Banners",token:"73529324-07c5-4306-b230-89a200f30f76"},{name:"LinkedIn banner",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/linkedin%20banner",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-linkedin@2x.png",carouselImageUrl:null,dimensions:"1584 x 396 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"LinkedIn Banner",pluralName:"LinkedIn Banners",token:"47b661fe-05f7-4d75-ae79-7c1b2d582978"},{name:"Facebook event cover",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20event%20cover",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook-event@2x.png",carouselImageUrl:null,dimensions:"1920 x 1080 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Event Cover",pluralName:"Facebook Event Covers",token:"b239cf78-9c34-492f-a9ff-e66e3e1b40e7"},{name:"SoundCloud banner",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/soundcloud%20banner",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-soundcloud@2x.png",carouselImageUrl:null,dimensions:"2480 x 520 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"SoundCloud Banner",pluralName:"SoundCloud Banners",token:"7344e35c-e6ba-4f20-8957-9fb3bc02d190"},{name:"Tumblr banner",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20banner",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-tumblr@2x.png",carouselImageUrl:null,dimensions:"3000 x 1055 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Tumblr Banner",pluralName:"Tumblr Banners",token:"709b5da5-9cd3-469d-9ed0-b93649b0803e"},{name:"Twitter header (cover)",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20header%20(cover)",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-twitter@2x.png",carouselImageUrl:null,dimensions:"1500 x 500 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Twitter Header",pluralName:"Twitter Headers",token:"f99d0426-fd9e-4d59-a38c-b3160949a089"},{name:"Pinterest board cover",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/pinterest%20board%20cover",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-pinterest@2x.png",carouselImageUrl:null,dimensions:"222 x 150 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Pinterest Covers",pluralName:"Pinterest Board Covers",token:"c4b8232c-cb16-4126-9a01-2312d70e1e88"},{name:"Zoom background",category:"Social Media Covers",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/zoom%20background",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-zoom@2x.png",carouselImageUrl:null,dimensions:"1280 x 720 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Zoom Background",pluralName:"Zoom Backgrounds",token:"c08e1a37-0472-444b-95a2-f37a663c0f5f"}]},{name:"Social Media Posts",templateTypes:[{name:"Instagram post",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20post",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram@2x.png",carouselImageUrl:null,dimensions:"1080 x 1080 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Instagram Post",pluralName:"Instagram Posts",token:"bce84983-7d85-499e-8b82-3474b625867e"},{name:"Instagram story",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20story",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram-story@2x.png",carouselImageUrl:null,dimensions:"1080 x 1920 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Instagram Story",pluralName:"Instagram Stories",token:"606e1476-be7e-40d1-b41e-fd656bf7d7df"},{name:"Facebook post",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20post",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook@2x.png",carouselImageUrl:null,dimensions:"940 x 788 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Post",pluralName:"Facebook Posts",token:"f6ecd7bd-ed25-4e9e-b500-a1452defb15e"},{name:"Tumblr post",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20post",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-tumblr@2x.png",carouselImageUrl:null,dimensions:"500 x 750 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Tumblr Post",pluralName:"Tumblr Posts",token:"cce321b7-3fa9-4b9b-b588-0bce143b92e5"},{name:"Facebook story",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20story",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook-story@2x.png",carouselImageUrl:null,dimensions:"1080 x 1920 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Story",pluralName:"Facebook Stories",token:"b9500b5e-a010-4654-a1d1-572e8465ecbe"},{name:"Whatsapp story",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/whatsapp%20story",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-whatsapp@2x.png",carouselImageUrl:null,dimensions:"1080 x 1920 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Whatsapp Story",pluralName:"Whatsapp Stories",token:"a7b11991-2fb2-4e99-82b2-ac6303f3b0e1"},{name:"YouTube thumbnail (on videos)",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20thumbnail%20(on%20videos)",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-youtube-thumbnail@2x.png",carouselImageUrl:null,dimensions:"1280 x 720 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"YouTube Thumbnail",pluralName:"YouTube Thumbnails",token:"f414305c-eda8-4af0-a7a3-8de64f696c01"},{name:"Facebook ad",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20ad",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook-ad@2x.png",carouselImageUrl:null,dimensions:"1200 x 628 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Ad",pluralName:"Facebook Ads",token:"a5c8754a-ebe3-4074-8a57-a0b70f1e47b9"},{name:"Twitter post",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20post",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-twitter@2x.png",carouselImageUrl:null,dimensions:"1024 x 512 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Twitter Post",pluralName:"Twitter Posts",token:"e5dc0278-7e12-48dc-813f-f212bbbc747e"},{name:"Snapchat geofilters, ads and lenses",category:"Social Media Posts",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/snapchat%20geofilters,%20ads%20and%20lenses",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-snapchat@2x.png",carouselImageUrl:null,dimensions:"1080 x 1920 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Snapchat Design",pluralName:"Snapchat Designs",token:"16680a40-3922-4e52-9787-ba0ecbd05ea9"}]},{name:"Profile Pictures",templateTypes:[{name:"Facebook profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-facebook@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Facebook Profile Picture",pluralName:"Facebook Profile Pictures",token:"de3f1998-4daa-4f00-94f1-805d44909ca9"},{name:"Instagram profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-instagram@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Instagram Profile Picture",pluralName:"Instagram Profile Pictures",token:"c935053f-449a-4c15-8c66-73f7899d8de7"},{name:"Twitch profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitch%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-twitch@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Twitch Profile Picture",pluralName:"Twitch Profile Pictures",token:"590a763d-0c35-4ec8-ad43-cd20a06f40e8"},{name:"LinkedIn profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/linkedin%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-linkedin@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"LinkedIn Profile Picture",pluralName:"LinkedIn Profile Pictures",token:"9e372479-f436-4349-8ed1-911ea2f914c7"},{name:"YouTube channel icon",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20channel%20icon",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-youtube@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"YouTube Channel Icon",pluralName:"YouTube Channel Icons",token:"4a2314ac-927f-466e-97eb-36d84fb67a44"},{name:"Twitter profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-twitter@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Twitter Profile Picture",pluralName:"Twitter Profile Pictures",token:"11e94819-27dc-44b8-b6ff-6d2961a25f84"},{name:"SoundCloud profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/soundcloud%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-soundcloud@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"SoundCloud Profile Picture",pluralName:"SoundCloud Profile Pictures",token:"5d9756fa-1e59-4e53-b4b1-e44bfad6f83f"},{name:"Pinterest profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/pinterest%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-pinterest@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Pinterest Profile Picture",pluralName:"Pinterest Profile Pictures",token:"40d1de23-89c5-4806-83d5-6dd653bd07e1"},{name:"Tumblr profile picture",category:"Profile Pictures",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20profile%20picture",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-tumblr@2x.png",carouselImageUrl:null,dimensions:"1000 x 1000 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Tumblr Profile Picture",pluralName:"Tumblr Profile Pictures",token:"3a892cea-41b0-422b-bea3-29bb3497ba6c"}]},{name:"Brand Identity",templateTypes:[{name:"Business card horizontal",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20horizontal",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card@2x.png",carouselImageUrl:null,dimensions:"3.5 x 2 in",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Business Card",pluralName:"Business cards horizontal",token:"4b6158b3-c992-4799-a838-d060565c32e7"},{name:"Business card square",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20square",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-square@2x.png",carouselImageUrl:null,dimensions:"2.5 x 2.5 in",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Business Card",pluralName:"Business cards square",token:"0707e6b7-f460-4b11-808f-24a9178e304f"},{name:"Business card vertical",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20vertical",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-vertical@2x.png",carouselImageUrl:null,dimensions:"2 x 3.5 in",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Business Card",pluralName:"Business cards vertical",token:"1e42a0e3-3c5a-4226-b884-3e3bcaa5d3f4"},{name:"Email Signature",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/email%20signature",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-email-signature@2x.png",carouselImageUrl:null,dimensions:"600 x 200 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Email Signature",pluralName:"Email Signatures",token:"ef11f0d4-5549-4c26-9e3f-ccac8c91e4a2"},{name:"Letterhead",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/letterhead",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-letterhead@2x.png",carouselImageUrl:null,dimensions:"21 x 29.7 cm (A4)",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Letterhead",pluralName:"Letterheads",token:"eef6343e-4d4e-49e5-b4ae-ea73418daf3e"},{name:"Favicon",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/favicon",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-favicon@2x.png",carouselImageUrl:null,dimensions:"32 x 32 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Favicon",pluralName:"Favicons",token:"c83da9fb-e514-450c-995b-240f6b68966d"},{name:"Poster",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/poster",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-poster@2x.png",carouselImageUrl:null,dimensions:"598 x 845 mm (A1)",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Poster",pluralName:"Posters",token:"ff5b1fe0-ac40-4ad2-9ca1-99eae9daad7f"},{name:"Flyer",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/flyer",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-flyer@2x.png",carouselImageUrl:null,dimensions:"21 x 29.7 cm (A4)",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Flyer",pluralName:"Flyers",token:"c34f4e0b-ea57-4d5d-9a64-ac410fd647d2"},{name:"Invoice",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/invoice",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-invoice@2x.png",carouselImageUrl:null,dimensions:"21 x 29.7 cm (A4)",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Invoice",pluralName:"Invoices",token:"60456c4c-158e-4c90-a3cc-1d0d20ae2eb6"},{name:"Menu",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/menu",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-menu@2x.png",carouselImageUrl:null,dimensions:"21 x 29.7 cm (A4)",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Menu",pluralName:"Menus",token:"ab7d3c84-63b6-4ac5-8b76-11190c220869"},{name:"Postcard",category:"Brand Identity",editorUrl:"/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/postcard",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-postcard@2x.png",carouselImageUrl:null,dimensions:"151 x 108 mm (A6)",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Postcard",pluralName:"Postcards",token:"581e5ddd-b180-4789-b573-b1f2330b9a0f"},{name:"Logo Designs",category:"Brand Identity",editorUrl:"logo-design-modal",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-logo-design@2x.png",carouselImageUrl:null,dimensions:"1280 x 1024",description:"View and edit your logo",height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:"Logo Designs",pluralName:"Logo Designs",token:"b0349875-33ac-4b93-a581-42f93255f461"}]},{name:"Custom Design",templateTypes:[{name:"Square",category:null,editorUrl:"/maker/mydesigns/new/customdesign?h=1080&w=1080&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-square.png",carouselImageUrl:null,dimensions:"1080 x 1080 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:null,pluralName:"Square",token:"00000000-0000-0000-0000-000000000000"},{name:"Portrait",category:null,editorUrl:"/maker/mydesigns/new/customdesign?h=1080&w=720&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-portrait.png",carouselImageUrl:null,dimensions:"1080 x 720 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:null,pluralName:"Portrait",token:"00000000-0000-0000-0000-000000000000"},{name:"Landscape",category:null,editorUrl:"/maker/mydesigns/new/customdesign?h=720&w=1080&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-landscape.png",carouselImageUrl:null,dimensions:"720 x 1080 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:null,pluralName:"Landscape",token:"00000000-0000-0000-0000-000000000000"},{name:"Tall",category:null,editorUrl:"/maker/mydesigns/new/customdesign?h=1280&w=640&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-tall.png",carouselImageUrl:null,dimensions:"1280 x 640 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:null,pluralName:"Tall",token:"00000000-0000-0000-0000-000000000000"},{name:"Wide",category:null,editorUrl:"/maker/mydesigns/new/customdesign?h=640&w=1280&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c",imageUrl:"https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-wide.png",carouselImageUrl:null,dimensions:"640 x 1280 px",description:null,height:null,width:null,smallDisplay:0,largeDisplay:0,slug:null,friendlyName:null,pluralName:"Wide",token:"00000000-0000-0000-0000-000000000000"}]}],T={title:"Components/PillBar",component:s},l=()=>({components:{PillBar:s},data(){return{categories:c}},template:`
2
+ <div class="tw-max-w-300">
3
+ <PillBar :categories="categories" />
4
+ </div>
5
+ `}),a=()=>({components:{PillBar:s},data(){return{categories:c}},template:`
6
+ <div class="tw-max-w-300 tw-bg-black tw-p-8">
7
+ <PillBar :categories="categories" is-dark-mode />
8
+ </div>
9
+ `});l.parameters={...l.parameters,docs:{...l.parameters?.docs,source:{originalSource:`() => {
10
+ return {
11
+ components: {
12
+ PillBar
13
+ },
14
+ data() {
15
+ return {
16
+ categories
17
+ };
18
+ },
19
+ template: \`
20
+ <div class="tw-max-w-300">
21
+ <PillBar :categories="categories" />
22
+ </div>
23
+ \`
24
+ };
25
+ }`,...l.parameters?.docs?.source}}};a.parameters={...a.parameters,docs:{...a.parameters?.docs,source:{originalSource:`() => {
26
+ return {
27
+ components: {
28
+ PillBar
29
+ },
30
+ data() {
31
+ return {
32
+ categories
33
+ };
34
+ },
35
+ template: \`
36
+ <div class="tw-max-w-300 tw-bg-black tw-p-8">
37
+ <PillBar :categories="categories" is-dark-mode />
38
+ </div>
39
+ \`
40
+ };
41
+ }`,...a.parameters?.docs?.source}}};const C=["Sample","SampleDarkMode"];export{l as Sample,a as SampleDarkMode,C as __namedExportsOrder,T as default};
@@ -0,0 +1 @@
1
+ import{L as u,M as s,c as o,t as e,o as f}from"./iframe-B3A6OXQU.js";import{_ as c}from"./_plugin-vue_export-helper-DlAUqK2U.js";const l={props:{amount:{type:[Number,String],required:!1,default:null},alwaysShowFraction:{type:Boolean,required:!1,default:!0},currency:{type:Object,required:!1,default:null},locale:{type:String,required:!1,default:null},fraction:{type:[Number,String],required:!1,default:0},showAbbreviation:{type:Boolean,required:!1,default:!1},wrapInParentheses:{type:Boolean,requred:!1,default:!1},suffix:{type:String,required:!1,default:""},isDomainCredit:{type:Boolean,required:!1,default:!1}},data(){return{domainCreditUsed:s("domainCreditUsed")??"Domain credit used",free:s("free")??"Free"}},computed:{amountFormatted(){if(this.isDomainCredit)return this.domainCreditUsed;if(!this.amount||this.amount===0)return this.free;const a=Number.parseFloat(this.amount),t=a%1!==0,n=!t&&!this.alwaysShowFraction?0:this.fraction;if(this.locale!=null){const i=u(this.amount,this.locale,this.currency,n,this.showAbbreviation);if(i)return i}return Number.isNaN(a)?this.amount:!t&&!this.alwaysShowFraction?a.toFixed(0):a.toFixed(this.fraction)},currencyAbbreviation(){return this.showAbbreviation&&this.amount&&!this.locale?this.currency?.abbreviation?.trim():""},currencySymbol(){return!this.amount||this.amount===0||this.locale?"":this.currency?.symbol?.trim()??"$"},isSymbolPlacedBeforePrice(){return this.currency?.isSymbolPlacedBeforePrice==null?!0:this.currency?.isSymbolPlacedBeforePrice===!0},currencySymbolBefore(){return this.isSymbolPlacedBeforePrice?this.currencySymbol:""},currencySymbolAfter(){return this.isSymbolPlacedBeforePrice?"":this.currencySymbol},optionalLeftParenthesis(){return this.wrapInParentheses?"(":""},optionalRightParenthesis(){return this.wrapInParentheses?")":""}}},m={class:"notranslate"};function d(a,t,n,i,y,r){return f(),o("span",m,e(r.optionalLeftParenthesis)+e(r.currencyAbbreviation)+e(r.currencySymbolBefore)+e(r.amountFormatted)+e(r.currencySymbolAfter)+e(r.optionalRightParenthesis)+e(n.suffix),1)}const b=c(l,[["render",d]]);l.__docgenInfo={exportName:"default",displayName:"Price",description:"",tags:{},props:[{name:"amount",type:{name:"number|string"},required:!1,defaultValue:{func:!1,value:"null"}},{name:"alwaysShowFraction",type:{name:"boolean"},required:!1,defaultValue:{func:!1,value:"true"}},{name:"currency",type:{name:"object"},required:!1,defaultValue:{func:!1,value:"null"}},{name:"locale",type:{name:"string"},required:!1,defaultValue:{func:!1,value:"null"}},{name:"fraction",type:{name:"number|string"},required:!1,defaultValue:{func:!1,value:"0"}},{name:"showAbbreviation",type:{name:"boolean"},required:!1,defaultValue:{func:!1,value:"false"}},{name:"wrapInParentheses",type:{name:"boolean"},defaultValue:{func:!1,value:"false"}},{name:"suffix",type:{name:"string"},required:!1,defaultValue:{func:!1,value:"''"}},{name:"isDomainCredit",type:{name:"boolean"},required:!1,defaultValue:{func:!1,value:"false"}}],sourceFiles:["/home/zknowles/repos/fe-shared-lib/src/atoms/components/Price/Price.vue"]};export{b as P};
@@ -0,0 +1,337 @@
1
+ import{P as t}from"./Price-C4GZbDSa.js";import{d as g,H as b}from"./iframe-B3A6OXQU.js";import"./_plugin-vue_export-helper-DlAUqK2U.js";import"./preload-helper-PPVm8Dsz.js";const f={id:1,name:"United State Dollars",iso4127Code:"USD",symbol:"$",abbreviation:"US"},h={id:2,name:"Australian Dollars",iso4127Code:"AUD",symbol:"$",abbreviation:"A"},C={id:3,name:"British Pound",iso4127Code:"GBP",symbol:"£",abbreviation:"UK"},v={id:4,name:"Euro",iso4127Code:"EUR",symbol:"€",abbreviation:"EU"},x={id:5,name:"Indian Rupee",iso4127Code:"INR",symbol:"₹",abbreviation:"IN"},w={id:6,name:"Philippine Peso",iso4127Code:"PHP",symbol:"₱",abbreviation:"PH"},L={id:7,name:"Brazilian Real",iso4127Code:"BRL",symbol:"R$",abbreviation:"R"},S={id:8,name:"Mexican Peso",iso4127Code:"MXN",symbol:"MX$",abbreviation:"MX"},P={id:9,name:"South African Rand",iso4127Code:"ZAR",symbol:"R",abbreviation:"R"},a=[f,h,C,v,x,w,L,S,P],s=["en-US","fr-FR","es-ES","pt-PT","de-DE","fr-CA","pt-BR"];await b();const E={title:"Components/Price",component:t,args:{currencyName:a[0].name,locale:s[0]},argTypes:{amount:{type:"number"},currencyName:{control:{type:"select"},options:a.map(n=>n.name)},locale:{control:{type:"select"},options:s}}},c={render:(n,{argTypes:r})=>({components:{Price:t},props:Object.keys(r),setup(){return{args:n}},computed:{selectedCurrency(){return a.find(e=>e.name===this.args.currencyName)},selectedLocale(){return s.find(e=>e===this.args.locale)}},template:`
2
+ <span>
3
+ <price
4
+ v-bind="args"
5
+ :currency="selectedCurrency"
6
+ :locale="selectedLocale"
7
+ />
8
+ </span>
9
+ `}),args:{amount:45}},o={render:(n,{argTypes:r})=>({components:{Price:t},props:Object.keys(r),setup(){return{args:n}},computed:{selectedCurrency(){return a.find(e=>e.name===this.args.currencyName)},selectedLocale(){return s.find(e=>e===this.args.locale)}},template:`
10
+ <span>
11
+ <price
12
+ v-bind="args"
13
+ :currency="selectedCurrency"
14
+ fraction="2"
15
+ :locale="selectedLocale"
16
+ />
17
+ </span>
18
+ `}),args:{amount:22.5}},i={render:(n,{argTypes:r})=>({components:{Price:t},props:Object.keys(r),setup(){return{args:n}},computed:{selectedCurrency(){return a.find(e=>e.name===this.args.currencyName)},selectedLocale(){return s.find(e=>e===this.args.locale)}},template:`
19
+ <span>
20
+ <price
21
+ v-bind="args"
22
+ :always-show-fraction="true"
23
+ :currency="selectedCurrency"
24
+ fraction="2"
25
+ :locale="selectedLocale"
26
+ />
27
+ </span>
28
+ `}),args:{amount:22}},l={render:(n,{argTypes:r})=>({components:{Price:t},props:Object.keys(r),setup(){return{args:n}},computed:{selectedCurrency(){return a.find(e=>e.name===this.args.currencyName)}},template:`
29
+ <span>
30
+ <price
31
+ v-bind="args"
32
+ :always-show-fraction="false"
33
+ :currency="selectedCurrency"
34
+ fraction="2"
35
+ :locale="selectedLocale"
36
+ />
37
+ </span>
38
+ `}),args:{amount:22}},u={render:(n,{argTypes:r})=>({components:{Price:t},props:Object.keys(r),setup(){return{args:n}},computed:{selectedCurrency(){return a.find(e=>e.name===this.args.currencyName)},selectedLocale(){return s.find(e=>e===this.args.locale)}},template:`
39
+ <span>
40
+ <price
41
+ v-bind="args"
42
+ :always-show-fraction="true"
43
+ :currency="selectedCurrency"
44
+ fraction="2"
45
+ :suffix="suffix"
46
+ :locale="selectedLocale"
47
+ />
48
+ </span>
49
+ `}),args:{amount:22,suffix:"/yr"}},p={render:(n,{argTypes:r})=>({components:{Price:t},props:Object.keys(r),setup(){return{args:n}},computed:{selectedCurrency(){return a.find(e=>e.name===this.args.currencyName)},selectedLocale(){return s.find(e=>e===this.args.locale)}},template:`
50
+ <span>
51
+ <price
52
+ v-bind="args"
53
+ :currency="selectedCurrency"
54
+ :locale="selectedLocale"
55
+ />
56
+ </span>
57
+ `}),args:{amount:22}},d=(n,{argTypes:r})=>({components:{StorybookPriceComponent:A},props:Object.keys(r),data(){const e=new Array(s.length).fill(0);return e.forEach((k,m)=>{e[m]=new Array(a.length).fill(0).map((O,y)=>({locale:s[m],currency:a[y]}))}),{variants:e}},template:`
58
+ <StorybookPriceComponent
59
+ :variants="variants"/>
60
+ <StorybookPriceComponent
61
+ :variants="variants"
62
+ :show-abbreviation="true"
63
+ />
64
+ `}),A=g({components:{Price:t},props:{variants:{type:Array,required:!0},showAbbreviation:{type:Boolean,default:!1}},template:`
65
+ <table class="tw-w-full">
66
+ <thead>
67
+ <tr>
68
+ <th class="tw-text-left tw-p-4 tw-bg-grayscale-400 tw-font-sans">Price</th>
69
+ </tr>
70
+ </thead>
71
+ <tbody>
72
+ <tr v-for="locale in variants" class="tw-bg-grayscale-200">
73
+ <td>{{ locale[0].locale }}</td>
74
+ <td v-for="item in locale" class="tw-p-4">
75
+ <price
76
+ :amount=10.00
77
+ :currency="item.currency"
78
+ :locale="item.locale"
79
+ :show-abbreviation="showAbbreviation"
80
+ fraction="2"
81
+ />
82
+ </td>
83
+ </tr>
84
+ </tbody>
85
+ </table>
86
+ `});c.parameters={...c.parameters,docs:{...c.parameters?.docs,source:{originalSource:`{
87
+ render: (args, {
88
+ argTypes
89
+ }) => {
90
+ return {
91
+ components: {
92
+ Price
93
+ },
94
+ props: Object.keys(argTypes),
95
+ setup() {
96
+ return {
97
+ args
98
+ };
99
+ },
100
+ computed: {
101
+ selectedCurrency() {
102
+ return currencies.find(x => x.name === this.args.currencyName);
103
+ },
104
+ selectedLocale() {
105
+ return locales.find(x => x === this.args.locale);
106
+ }
107
+ },
108
+ template: \`
109
+ <span>
110
+ <price
111
+ v-bind="args"
112
+ :currency="selectedCurrency"
113
+ :locale="selectedLocale"
114
+ />
115
+ </span>
116
+ \`
117
+ };
118
+ },
119
+ args: {
120
+ amount: 45
121
+ }
122
+ }`,...c.parameters?.docs?.source}}};o.parameters={...o.parameters,docs:{...o.parameters?.docs,source:{originalSource:`{
123
+ render: (args, {
124
+ argTypes
125
+ }) => {
126
+ return {
127
+ components: {
128
+ Price
129
+ },
130
+ props: Object.keys(argTypes),
131
+ setup() {
132
+ return {
133
+ args
134
+ };
135
+ },
136
+ computed: {
137
+ selectedCurrency() {
138
+ return currencies.find(x => x.name === this.args.currencyName);
139
+ },
140
+ selectedLocale() {
141
+ return locales.find(x => x === this.args.locale);
142
+ }
143
+ },
144
+ template: \`
145
+ <span>
146
+ <price
147
+ v-bind="args"
148
+ :currency="selectedCurrency"
149
+ fraction="2"
150
+ :locale="selectedLocale"
151
+ />
152
+ </span>
153
+ \`
154
+ };
155
+ },
156
+ args: {
157
+ amount: 22.5
158
+ }
159
+ }`,...o.parameters?.docs?.source}}};i.parameters={...i.parameters,docs:{...i.parameters?.docs,source:{originalSource:`{
160
+ render: (args, {
161
+ argTypes
162
+ }) => {
163
+ return {
164
+ components: {
165
+ Price
166
+ },
167
+ props: Object.keys(argTypes),
168
+ setup() {
169
+ return {
170
+ args
171
+ };
172
+ },
173
+ computed: {
174
+ selectedCurrency() {
175
+ return currencies.find(x => x.name === this.args.currencyName);
176
+ },
177
+ selectedLocale() {
178
+ return locales.find(x => x === this.args.locale);
179
+ }
180
+ },
181
+ template: \`
182
+ <span>
183
+ <price
184
+ v-bind="args"
185
+ :always-show-fraction="true"
186
+ :currency="selectedCurrency"
187
+ fraction="2"
188
+ :locale="selectedLocale"
189
+ />
190
+ </span>
191
+ \`
192
+ };
193
+ },
194
+ args: {
195
+ amount: 22.0
196
+ }
197
+ }`,...i.parameters?.docs?.source}}};l.parameters={...l.parameters,docs:{...l.parameters?.docs,source:{originalSource:`{
198
+ render: (args, {
199
+ argTypes
200
+ }) => {
201
+ return {
202
+ components: {
203
+ Price
204
+ },
205
+ props: Object.keys(argTypes),
206
+ setup() {
207
+ return {
208
+ args
209
+ };
210
+ },
211
+ computed: {
212
+ selectedCurrency() {
213
+ return currencies.find(x => x.name === this.args.currencyName);
214
+ }
215
+ },
216
+ template: \`
217
+ <span>
218
+ <price
219
+ v-bind="args"
220
+ :always-show-fraction="false"
221
+ :currency="selectedCurrency"
222
+ fraction="2"
223
+ :locale="selectedLocale"
224
+ />
225
+ </span>
226
+ \`
227
+ };
228
+ },
229
+ args: {
230
+ amount: 22.0
231
+ }
232
+ }`,...l.parameters?.docs?.source}}};u.parameters={...u.parameters,docs:{...u.parameters?.docs,source:{originalSource:`{
233
+ render: (args, {
234
+ argTypes
235
+ }) => {
236
+ return {
237
+ components: {
238
+ Price
239
+ },
240
+ props: Object.keys(argTypes),
241
+ setup() {
242
+ return {
243
+ args
244
+ };
245
+ },
246
+ computed: {
247
+ selectedCurrency() {
248
+ return currencies.find(x => x.name === this.args.currencyName);
249
+ },
250
+ selectedLocale() {
251
+ return locales.find(x => x === this.args.locale);
252
+ }
253
+ },
254
+ template: \`
255
+ <span>
256
+ <price
257
+ v-bind="args"
258
+ :always-show-fraction="true"
259
+ :currency="selectedCurrency"
260
+ fraction="2"
261
+ :suffix="suffix"
262
+ :locale="selectedLocale"
263
+ />
264
+ </span>
265
+ \`
266
+ };
267
+ },
268
+ args: {
269
+ amount: 22.0,
270
+ suffix: '/yr'
271
+ }
272
+ }`,...u.parameters?.docs?.source}}};p.parameters={...p.parameters,docs:{...p.parameters?.docs,source:{originalSource:`{
273
+ render: (args, {
274
+ argTypes
275
+ }) => {
276
+ return {
277
+ components: {
278
+ Price
279
+ },
280
+ props: Object.keys(argTypes),
281
+ setup() {
282
+ return {
283
+ args
284
+ };
285
+ },
286
+ computed: {
287
+ selectedCurrency() {
288
+ return currencies.find(x => x.name === this.args.currencyName);
289
+ },
290
+ selectedLocale() {
291
+ return locales.find(x => x === this.args.locale);
292
+ }
293
+ },
294
+ template: \`
295
+ <span>
296
+ <price
297
+ v-bind="args"
298
+ :currency="selectedCurrency"
299
+ :locale="selectedLocale"
300
+ />
301
+ </span>
302
+ \`
303
+ };
304
+ },
305
+ args: {
306
+ amount: 22.0
307
+ }
308
+ }`,...p.parameters?.docs?.source}}};d.parameters={...d.parameters,docs:{...d.parameters?.docs,source:{originalSource:`(args, {
309
+ argTypes
310
+ }) => {
311
+ return {
312
+ components: {
313
+ StorybookPriceComponent
314
+ },
315
+ props: Object.keys(argTypes),
316
+ data() {
317
+ const combos = new Array(locales.length).fill(0);
318
+ combos.forEach((item, index) => {
319
+ combos[index] = new Array(currencies.length).fill(0).map((item2, index2) => ({
320
+ "locale": locales[index],
321
+ "currency": currencies[index2]
322
+ }));
323
+ });
324
+ return {
325
+ variants: combos
326
+ };
327
+ },
328
+ template: \`
329
+ <StorybookPriceComponent
330
+ :variants="variants"/>
331
+ <StorybookPriceComponent
332
+ :variants="variants"
333
+ :show-abbreviation="true"
334
+ />
335
+ \`
336
+ };
337
+ }`,...d.parameters?.docs?.source}}};const U=["Sample","WithFraction","AlwaysShowFractionOn","AlwaysShowFractionOff","WithSuffix","WithLocale","AllLocalesAndCurrencies"];export{d as AllLocalesAndCurrencies,l as AlwaysShowFractionOff,i as AlwaysShowFractionOn,c as Sample,o as WithFraction,p as WithLocale,u as WithSuffix,U as __namedExportsOrder,E as default};