@designcrowd/fe-shared-lib 1.5.6 → 1.5.7-eng-3522

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 (650) hide show
  1. package/.eslintrc.js +36 -36
  2. package/.github/workflows/auto-merge.yml +52 -52
  3. package/.prettierrc.js +7 -7
  4. package/.storybook/main.ts +36 -36
  5. package/.storybook/preview-head-master.html +4 -4
  6. package/.storybook/preview-head-publish-master.html +4 -4
  7. package/.storybook/preview-head-publish.html +9 -9
  8. package/.storybook/preview-head.html +9 -9
  9. package/.storybook/preview.js +53 -53
  10. package/CLAUDE.md +70 -70
  11. package/Dockerfile +43 -43
  12. package/README.md +103 -103
  13. package/buildspec.yml +47 -47
  14. package/index.cjs +16 -16
  15. package/index.js +58 -58
  16. package/nodemon.translation.json +6 -6
  17. package/package.json +115 -115
  18. package/postcss.config.js +5 -5
  19. package/{dist → public}/css/tailwind-brandCrowd.css +949 -1132
  20. package/{dist → public}/css/tailwind-brandPage.css +818 -976
  21. package/{dist → public}/css/tailwind-crazyDomains.css +949 -1132
  22. package/{dist → public}/css/tailwind-designCom.css +949 -1132
  23. package/{dist → public}/css/tailwind-designCrowd.css +949 -1132
  24. package/src/atoms/components/Button/Button.vue +341 -341
  25. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  26. package/src/atoms/components/Button/Buttons.stories.js +828 -828
  27. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  28. package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
  29. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  30. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  31. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  32. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  33. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  34. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  35. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  36. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  37. package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
  38. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  39. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  40. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  41. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  42. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  43. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  44. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  45. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  46. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  47. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
  48. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
  49. package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
  50. package/src/atoms/components/Carousel/Carousel.vue +352 -352
  51. package/src/atoms/components/Carousel/carousel.stories.js +530 -530
  52. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  53. package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
  54. package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
  55. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  56. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  57. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
  58. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
  59. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
  60. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  61. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  62. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  63. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  64. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  65. package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
  66. package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
  67. package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
  68. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  69. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  70. package/src/atoms/components/Icon/Icon.stories.js +401 -400
  71. package/src/atoms/components/Icon/Icon.vue +850 -848
  72. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  73. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  74. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  75. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  76. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  77. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  78. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  79. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  80. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  81. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  82. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  83. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  84. package/src/atoms/components/Icon/icons/background.vue +7 -7
  85. package/src/atoms/components/Icon/icons/badge.vue +7 -7
  86. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  87. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  88. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  89. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  90. package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
  91. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  92. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  93. package/src/atoms/components/Icon/icons/business.vue +6 -6
  94. package/src/atoms/components/Icon/icons/calculator.vue +3 -3
  95. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  96. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  97. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  98. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  99. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  100. package/src/atoms/components/Icon/icons/cap.vue +22 -22
  101. package/src/atoms/components/Icon/icons/card.vue +9 -9
  102. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  103. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  104. package/src/atoms/components/Icon/icons/check.vue +3 -3
  105. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  106. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  107. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  108. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  109. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  110. package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
  111. package/src/atoms/components/Icon/icons/close.vue +6 -6
  112. package/src/atoms/components/Icon/icons/community.vue +5 -5
  113. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  114. package/src/atoms/components/Icon/icons/content.vue +7 -7
  115. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  116. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  117. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  118. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  119. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  120. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  121. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  122. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  123. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  124. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  125. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  126. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  127. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  128. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  129. package/src/atoms/components/Icon/icons/download.vue +5 -5
  130. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  131. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  132. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  133. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  134. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  135. package/src/atoms/components/Icon/icons/error.vue +8 -8
  136. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  137. package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
  138. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  139. package/src/atoms/components/Icon/icons/file.vue +7 -7
  140. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  141. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  142. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  143. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  144. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  145. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  146. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  147. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  148. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  149. package/src/atoms/components/Icon/icons/form.vue +5 -5
  150. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  151. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  152. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  153. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  154. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  155. package/src/atoms/components/Icon/icons/home.vue +7 -7
  156. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  157. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  158. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  159. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  160. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  161. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  162. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  163. package/src/atoms/components/Icon/icons/images.vue +7 -7
  164. package/src/atoms/components/Icon/icons/info.vue +9 -9
  165. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  166. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  167. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  168. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  169. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  170. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  171. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  172. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  173. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  174. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  175. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  176. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  177. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  178. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  179. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  180. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  181. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  182. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  183. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  184. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  185. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  186. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  187. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  188. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  189. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  190. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  191. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  192. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  193. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  194. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  195. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  196. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  197. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  198. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  199. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  200. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  201. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  202. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  203. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  204. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  205. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  206. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  207. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  208. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  209. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  210. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  211. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  212. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  213. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  214. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  215. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  216. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  217. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  218. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  219. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  220. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  221. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  222. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  223. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  224. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  225. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  226. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  227. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  228. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  229. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  230. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  231. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  232. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  233. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  234. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  235. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  236. package/src/atoms/components/Icon/icons/link.vue +6 -6
  237. package/src/atoms/components/Icon/icons/location.vue +6 -6
  238. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  239. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  240. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  241. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  242. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  243. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  244. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  245. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  246. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  247. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  248. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  249. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  250. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  251. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  252. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  253. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  254. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  255. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  256. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  257. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  258. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  259. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  260. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  261. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  262. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  263. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  264. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  265. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  266. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  267. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  268. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  269. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  270. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  271. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  272. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  273. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  274. package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
  275. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  276. package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
  277. package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
  278. package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
  279. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  280. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  281. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  282. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  283. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  284. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  285. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  286. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  287. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  288. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  289. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  290. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  291. package/src/atoms/components/Icon/icons/map.vue +6 -6
  292. package/src/atoms/components/Icon/icons/media.vue +3 -3
  293. package/src/atoms/components/Icon/icons/message.vue +6 -6
  294. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  295. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  296. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  297. package/src/atoms/components/Icon/icons/mug.vue +29 -29
  298. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  299. package/src/atoms/components/Icon/icons/other.vue +7 -7
  300. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  301. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  302. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  303. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  304. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  305. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  306. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  307. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  308. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  309. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  310. package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
  311. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  312. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  313. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  314. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  315. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  316. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  317. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  318. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  319. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  320. package/src/atoms/components/Icon/icons/question.vue +11 -11
  321. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  322. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  323. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  324. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  325. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  326. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  327. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  328. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  329. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  330. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  331. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  332. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  333. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  334. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  335. package/src/atoms/components/Icon/icons/resize.vue +6 -6
  336. package/src/atoms/components/Icon/icons/search.vue +11 -11
  337. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  338. package/src/atoms/components/Icon/icons/send.vue +12 -12
  339. package/src/atoms/components/Icon/icons/services.vue +7 -7
  340. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  341. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  342. package/src/atoms/components/Icon/icons/share.vue +8 -8
  343. package/src/atoms/components/Icon/icons/shield-tick.vue +0 -0
  344. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  345. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  346. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  347. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  348. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  349. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  350. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  351. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  352. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  353. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  354. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  355. package/src/atoms/components/Icon/icons/sticker.vue +28 -28
  356. package/src/atoms/components/Icon/icons/stop.vue +5 -5
  357. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  358. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  359. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  360. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  361. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  362. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  363. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  364. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  365. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  366. package/src/atoms/components/Icon/icons/time.vue +8 -8
  367. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  368. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  369. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  370. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  371. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  372. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  373. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  374. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  375. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  376. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  377. package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
  378. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  379. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  380. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  381. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  382. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  383. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  384. package/src/atoms/components/Icon/icons/website.vue +6 -6
  385. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  386. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  387. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  388. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  389. package/src/atoms/components/Loader/Loader.vue +15 -15
  390. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  391. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  392. package/src/atoms/components/Masonry/fixtures.js +589 -589
  393. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  394. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  395. package/src/atoms/components/Modal/Modal.stories.js +293 -293
  396. package/src/atoms/components/Modal/Modal.vue +263 -263
  397. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  398. package/src/atoms/components/Notice/Notice.vue +71 -71
  399. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
  400. package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
  401. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  402. package/src/atoms/components/Picture/Picture.vue +84 -84
  403. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  404. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  405. package/src/atoms/components/Pill/Pill.vue +8 -8
  406. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  407. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  408. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  409. package/src/atoms/components/Price/Price.fixtures.js +85 -85
  410. package/src/atoms/components/Price/Price.stories.js +291 -291
  411. package/src/atoms/components/Price/Price.vue +135 -135
  412. package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
  413. package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
  414. package/src/atoms/components/Price/i18n/price.fr-CA.json +5 -5
  415. package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
  416. package/src/atoms/components/Price/i18n/price.json +5 -5
  417. package/src/atoms/components/Price/i18n/price.pt-BR.json +5 -5
  418. package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
  419. package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -263
  420. package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
  421. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  422. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  423. package/src/atoms/components/Select/Select.stories.js +142 -142
  424. package/src/atoms/components/Select/Select.vue +619 -619
  425. package/src/atoms/components/Select/pointerMixin.js +99 -99
  426. package/src/atoms/components/Select/selectMixin.js +356 -356
  427. package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
  428. package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
  429. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
  430. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
  431. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
  432. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
  433. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
  434. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
  435. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
  436. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
  437. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
  438. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
  439. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
  440. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
  441. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
  442. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
  443. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
  444. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
  445. package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
  446. package/src/atoms/components/SparkleIcon/index.ts +3 -3
  447. package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
  448. package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
  449. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  450. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  451. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  452. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  453. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  454. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  455. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  456. package/src/atoms/components/TextInput/TextInput.vue +161 -161
  457. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  458. package/src/atoms/components/Textarea/Textarea.vue +112 -112
  459. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  460. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  461. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  462. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  463. package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
  464. package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
  465. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  466. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  467. package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
  468. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  469. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  470. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  471. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  472. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  473. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  474. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  475. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  476. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  477. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  478. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  479. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  480. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  481. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  482. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  483. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  484. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  485. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  486. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  487. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  488. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  489. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  490. package/src/atoms/constants/constants.ts +6 -6
  491. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  492. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  493. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  494. package/src/bundleTranslation.js +86 -86
  495. package/src/bundles/bundled-translations.de-DE.json +6 -6
  496. package/src/bundles/bundled-translations.es-ES.json +6 -6
  497. package/src/bundles/bundled-translations.fr-CA.json +6 -6
  498. package/src/bundles/bundled-translations.fr-FR.json +6 -6
  499. package/src/bundles/bundled-translations.json +6 -6
  500. package/src/bundles/bundled-translations.pt-BR.json +6 -6
  501. package/src/bundles/bundled-translations.pt-PT.json +6 -6
  502. package/src/css/tailwind.css +3 -3
  503. package/src/experiences/clients/brand-crowd-api.client.js +119 -119
  504. package/src/experiences/clients/brand-page-api.client.js +62 -62
  505. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  506. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  507. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  508. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  509. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  510. package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
  511. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  512. package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
  513. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  514. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  515. package/src/experiences/components/AuthFlow/SignIn.vue +465 -465
  516. package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
  517. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  518. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  519. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  520. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  521. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
  522. package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
  523. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
  524. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
  525. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
  526. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
  527. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
  528. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
  529. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
  530. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
  531. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
  532. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
  533. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
  534. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
  535. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  536. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +24 -24
  537. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +24 -24
  538. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +24 -24
  539. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +24 -24
  540. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +24 -24
  541. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +24 -24
  542. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +24 -24
  543. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  544. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
  545. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
  546. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
  547. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
  548. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
  549. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
  550. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
  551. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
  552. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  553. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
  554. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
  555. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
  556. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
  557. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
  558. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
  559. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
  560. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
  561. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +209 -209
  562. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
  563. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
  564. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
  565. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
  566. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
  567. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
  568. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
  569. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
  570. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
  571. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
  572. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
  573. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
  574. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
  575. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
  576. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
  577. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
  578. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
  579. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
  580. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
  581. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
  582. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
  583. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
  584. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  585. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +214 -214
  586. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  587. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
  588. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
  589. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
  590. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
  591. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
  592. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
  593. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
  594. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
  595. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
  596. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +133 -133
  597. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
  598. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
  599. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  600. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
  601. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
  602. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
  603. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
  604. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
  605. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
  606. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  607. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +102 -102
  608. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
  609. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +302 -302
  610. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +34 -34
  611. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +34 -34
  612. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +34 -34
  613. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +34 -34
  614. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +35 -35
  615. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +34 -34
  616. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +34 -34
  617. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  618. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
  619. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
  620. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
  621. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
  622. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
  623. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
  624. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
  625. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
  626. package/src/experiences/constants/api.js +8 -8
  627. package/src/experiences/constants/error-constants.js +5 -5
  628. package/src/experiences/constants/event-constants.js +18 -18
  629. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  630. package/src/experiences/constants/rego-source-constants.js +3 -3
  631. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  632. package/src/experiences/helpers/email-validator.js +5 -5
  633. package/src/experiences/helpers/hex-diff.js +116 -116
  634. package/src/experiences/helpers/tracking.js +5 -5
  635. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  636. package/src/experiences/mixins/themeMixin.js +22 -22
  637. package/src/themes/base.js +20 -20
  638. package/src/themes/bc.js +95 -95
  639. package/src/themes/bp.js +21 -21
  640. package/src/themes/cd.js +94 -94
  641. package/src/themes/dc.js +84 -84
  642. package/src/themes/dcom.js +106 -106
  643. package/src/themes/themes.js +16 -16
  644. package/src/useSharedLibTranslate.js +127 -127
  645. package/src/viewports.js +51 -51
  646. package/stylelint.config.js +19 -19
  647. package/tailwind.build.js +83 -83
  648. package/tailwind.config.js +36 -36
  649. package/tailwind.themes.js +59 -59
  650. package/vite.config.ts +37 -37
@@ -1,941 +1,941 @@
1
- export default [
2
- {
3
- name: 'Popular',
4
- templateTypes: [
5
- {
6
- name: 'Logo Designs',
7
- category: 'Brand Identity',
8
- editorUrl: 'logo-design-modal',
9
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-logo-design@2x.png',
10
- carouselImageUrl: null,
11
- dimensions: '1280 x 1024',
12
- description: 'View and edit your logo',
13
- height: null,
14
- width: null,
15
- smallDisplay: 0,
16
- largeDisplay: 0,
17
- slug: null,
18
- friendlyName: 'Logo Designs',
19
- pluralName: 'Logo Designs',
20
- token: 'b0349875-33ac-4b93-a581-42f93255f461',
21
- },
22
- {
23
- name: 'Business Card',
24
- category: 'Brand Identity',
25
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20horizontal',
26
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card@2x.png',
27
- carouselImageUrl: null,
28
- dimensions: '3.5 x 2 in',
29
- description: null,
30
- height: null,
31
- width: null,
32
- smallDisplay: 0,
33
- largeDisplay: 0,
34
- slug: null,
35
- friendlyName: null,
36
- pluralName: 'Business Cards',
37
- token: '4b6158b3-c992-4799-a838-d060565c32e7',
38
- },
39
- {
40
- name: 'Facebook cover',
41
- category: 'Social Media Covers',
42
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20cover',
43
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook@2x.png',
44
- carouselImageUrl: null,
45
- dimensions: '820 x 312 px',
46
- description: null,
47
- height: null,
48
- width: null,
49
- smallDisplay: 0,
50
- largeDisplay: 0,
51
- slug: null,
52
- friendlyName: 'Facebook Cover',
53
- pluralName: 'Facebook Covers',
54
- token: 'fd5a796f-4f74-46a4-b5eb-cf5e478cd095',
55
- },
56
- {
57
- name: 'Instagram post',
58
- category: 'Social Media Posts',
59
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20post',
60
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram@2x.png',
61
- carouselImageUrl: null,
62
- dimensions: '1080 x 1080 px',
63
- description: null,
64
- height: null,
65
- width: null,
66
- smallDisplay: 0,
67
- largeDisplay: 0,
68
- slug: null,
69
- friendlyName: 'Instagram Post',
70
- pluralName: 'Instagram Posts',
71
- token: 'bce84983-7d85-499e-8b82-3474b625867e',
72
- },
73
- {
74
- name: 'Brand Page',
75
- category: 'Website',
76
- editorUrl: '/maker/brand-page/manage/create?logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
77
- imageUrl:
78
- 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-vertical@2x.png',
79
- carouselImageUrl: null,
80
- dimensions: 'Default',
81
- description: null,
82
- height: null,
83
- width: null,
84
- smallDisplay: 0,
85
- largeDisplay: 0,
86
- slug: null,
87
- friendlyName: 'Web Page',
88
- pluralName: 'Web Pages',
89
- token: '88102dd6-2601-48b2-b6a3-1ab6f5600ce7',
90
- },
91
- {
92
- name: 'Facebook post',
93
- category: 'Social Media Posts',
94
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20post',
95
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook@2x.png',
96
- carouselImageUrl: null,
97
- dimensions: '940 x 788 px',
98
- description: null,
99
- height: null,
100
- width: null,
101
- smallDisplay: 0,
102
- largeDisplay: 0,
103
- slug: null,
104
- friendlyName: 'Facebook Post',
105
- pluralName: 'Facebook Posts',
106
- token: 'f6ecd7bd-ed25-4e9e-b500-a1452defb15e',
107
- },
108
- {
109
- name: 'YouTube cover (channel art)',
110
- category: 'Social Media Covers',
111
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20cover%20(channel%20art)',
112
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-youtube@2x.png',
113
- carouselImageUrl: null,
114
- dimensions: '2560 x 1440 px',
115
- description: null,
116
- height: null,
117
- width: null,
118
- smallDisplay: 0,
119
- largeDisplay: 0,
120
- slug: null,
121
- friendlyName: 'YouTube Banner',
122
- pluralName: 'YouTube Banners',
123
- token: 'b5f801a9-625f-45df-bf31-af2ccf594018',
124
- },
125
- ],
126
- },
127
- {
128
- name: 'Social Media Covers',
129
- templateTypes: [
130
- {
131
- name: 'Facebook cover',
132
- category: 'Social Media Covers',
133
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20cover',
134
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook@2x.png',
135
- carouselImageUrl: null,
136
- dimensions: '820 x 312 px',
137
- description: null,
138
- height: null,
139
- width: null,
140
- smallDisplay: 0,
141
- largeDisplay: 0,
142
- slug: null,
143
- friendlyName: 'Facebook Cover',
144
- pluralName: 'Facebook Covers',
145
- token: 'fd5a796f-4f74-46a4-b5eb-cf5e478cd095',
146
- },
147
- {
148
- name: 'YouTube cover (channel art)',
149
- category: 'Social Media Covers',
150
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20cover%20(channel%20art)',
151
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-youtube@2x.png',
152
- carouselImageUrl: null,
153
- dimensions: '2560 x 1440 px',
154
- description: null,
155
- height: null,
156
- width: null,
157
- smallDisplay: 0,
158
- largeDisplay: 0,
159
- slug: null,
160
- friendlyName: 'YouTube Banner',
161
- pluralName: 'YouTube Banners',
162
- token: 'b5f801a9-625f-45df-bf31-af2ccf594018',
163
- },
164
- {
165
- name: 'Twitch banner',
166
- category: 'Social Media Covers',
167
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitch%20banner',
168
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-tiwtch@2x.png',
169
- carouselImageUrl: null,
170
- dimensions: '1920 x 480 px',
171
- description: null,
172
- height: null,
173
- width: null,
174
- smallDisplay: 0,
175
- largeDisplay: 0,
176
- slug: null,
177
- friendlyName: 'Twitch Banner',
178
- pluralName: 'Twitch Banners',
179
- token: '73529324-07c5-4306-b230-89a200f30f76',
180
- },
181
- {
182
- name: 'LinkedIn banner',
183
- category: 'Social Media Covers',
184
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/linkedin%20banner',
185
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-linkedin@2x.png',
186
- carouselImageUrl: null,
187
- dimensions: '1584 x 396 px',
188
- description: null,
189
- height: null,
190
- width: null,
191
- smallDisplay: 0,
192
- largeDisplay: 0,
193
- slug: null,
194
- friendlyName: 'LinkedIn Banner',
195
- pluralName: 'LinkedIn Banners',
196
- token: '47b661fe-05f7-4d75-ae79-7c1b2d582978',
197
- },
198
- {
199
- name: 'Facebook event cover',
200
- category: 'Social Media Covers',
201
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20event%20cover',
202
- imageUrl:
203
- 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook-event@2x.png',
204
- carouselImageUrl: null,
205
- dimensions: '1920 x 1080 px',
206
- description: null,
207
- height: null,
208
- width: null,
209
- smallDisplay: 0,
210
- largeDisplay: 0,
211
- slug: null,
212
- friendlyName: 'Facebook Event Cover',
213
- pluralName: 'Facebook Event Covers',
214
- token: 'b239cf78-9c34-492f-a9ff-e66e3e1b40e7',
215
- },
216
- {
217
- name: 'SoundCloud banner',
218
- category: 'Social Media Covers',
219
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/soundcloud%20banner',
220
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-soundcloud@2x.png',
221
- carouselImageUrl: null,
222
- dimensions: '2480 x 520 px',
223
- description: null,
224
- height: null,
225
- width: null,
226
- smallDisplay: 0,
227
- largeDisplay: 0,
228
- slug: null,
229
- friendlyName: 'SoundCloud Banner',
230
- pluralName: 'SoundCloud Banners',
231
- token: '7344e35c-e6ba-4f20-8957-9fb3bc02d190',
232
- },
233
- {
234
- name: 'Tumblr banner',
235
- category: 'Social Media Covers',
236
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20banner',
237
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-tumblr@2x.png',
238
- carouselImageUrl: null,
239
- dimensions: '3000 x 1055 px',
240
- description: null,
241
- height: null,
242
- width: null,
243
- smallDisplay: 0,
244
- largeDisplay: 0,
245
- slug: null,
246
- friendlyName: 'Tumblr Banner',
247
- pluralName: 'Tumblr Banners',
248
- token: '709b5da5-9cd3-469d-9ed0-b93649b0803e',
249
- },
250
- {
251
- name: 'Twitter header (cover)',
252
- category: 'Social Media Covers',
253
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20header%20(cover)',
254
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-twitter@2x.png',
255
- carouselImageUrl: null,
256
- dimensions: '1500 x 500 px',
257
- description: null,
258
- height: null,
259
- width: null,
260
- smallDisplay: 0,
261
- largeDisplay: 0,
262
- slug: null,
263
- friendlyName: 'Twitter Header',
264
- pluralName: 'Twitter Headers',
265
- token: 'f99d0426-fd9e-4d59-a38c-b3160949a089',
266
- },
267
- {
268
- name: 'Pinterest board cover',
269
- category: 'Social Media Covers',
270
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/pinterest%20board%20cover',
271
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-pinterest@2x.png',
272
- carouselImageUrl: null,
273
- dimensions: '222 x 150 px',
274
- description: null,
275
- height: null,
276
- width: null,
277
- smallDisplay: 0,
278
- largeDisplay: 0,
279
- slug: null,
280
- friendlyName: 'Pinterest Covers',
281
- pluralName: 'Pinterest Board Covers',
282
- token: 'c4b8232c-cb16-4126-9a01-2312d70e1e88',
283
- },
284
- {
285
- name: 'Zoom background',
286
- category: 'Social Media Covers',
287
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/zoom%20background',
288
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-zoom@2x.png',
289
- carouselImageUrl: null,
290
- dimensions: '1280 x 720 px',
291
- description: null,
292
- height: null,
293
- width: null,
294
- smallDisplay: 0,
295
- largeDisplay: 0,
296
- slug: null,
297
- friendlyName: 'Zoom Background',
298
- pluralName: 'Zoom Backgrounds',
299
- token: 'c08e1a37-0472-444b-95a2-f37a663c0f5f',
300
- },
301
- ],
302
- },
303
- {
304
- name: 'Social Media Posts',
305
- templateTypes: [
306
- {
307
- name: 'Instagram post',
308
- category: 'Social Media Posts',
309
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20post',
310
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram@2x.png',
311
- carouselImageUrl: null,
312
- dimensions: '1080 x 1080 px',
313
- description: null,
314
- height: null,
315
- width: null,
316
- smallDisplay: 0,
317
- largeDisplay: 0,
318
- slug: null,
319
- friendlyName: 'Instagram Post',
320
- pluralName: 'Instagram Posts',
321
- token: 'bce84983-7d85-499e-8b82-3474b625867e',
322
- },
323
- {
324
- name: 'Instagram story',
325
- category: 'Social Media Posts',
326
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20story',
327
- imageUrl:
328
- 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram-story@2x.png',
329
- carouselImageUrl: null,
330
- dimensions: '1080 x 1920 px',
331
- description: null,
332
- height: null,
333
- width: null,
334
- smallDisplay: 0,
335
- largeDisplay: 0,
336
- slug: null,
337
- friendlyName: 'Instagram Story',
338
- pluralName: 'Instagram Stories',
339
- token: '606e1476-be7e-40d1-b41e-fd656bf7d7df',
340
- },
341
- {
342
- name: 'Facebook post',
343
- category: 'Social Media Posts',
344
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20post',
345
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook@2x.png',
346
- carouselImageUrl: null,
347
- dimensions: '940 x 788 px',
348
- description: null,
349
- height: null,
350
- width: null,
351
- smallDisplay: 0,
352
- largeDisplay: 0,
353
- slug: null,
354
- friendlyName: 'Facebook Post',
355
- pluralName: 'Facebook Posts',
356
- token: 'f6ecd7bd-ed25-4e9e-b500-a1452defb15e',
357
- },
358
- {
359
- name: 'Tumblr post',
360
- category: 'Social Media Posts',
361
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20post',
362
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-tumblr@2x.png',
363
- carouselImageUrl: null,
364
- dimensions: '500 x 750 px',
365
- description: null,
366
- height: null,
367
- width: null,
368
- smallDisplay: 0,
369
- largeDisplay: 0,
370
- slug: null,
371
- friendlyName: 'Tumblr Post',
372
- pluralName: 'Tumblr Posts',
373
- token: 'cce321b7-3fa9-4b9b-b588-0bce143b92e5',
374
- },
375
- {
376
- name: 'Facebook story',
377
- category: 'Social Media Posts',
378
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20story',
379
- imageUrl:
380
- 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook-story@2x.png',
381
- carouselImageUrl: null,
382
- dimensions: '1080 x 1920 px',
383
- description: null,
384
- height: null,
385
- width: null,
386
- smallDisplay: 0,
387
- largeDisplay: 0,
388
- slug: null,
389
- friendlyName: 'Facebook Story',
390
- pluralName: 'Facebook Stories',
391
- token: 'b9500b5e-a010-4654-a1d1-572e8465ecbe',
392
- },
393
- {
394
- name: 'Whatsapp story',
395
- category: 'Social Media Posts',
396
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/whatsapp%20story',
397
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-whatsapp@2x.png',
398
- carouselImageUrl: null,
399
- dimensions: '1080 x 1920 px',
400
- description: null,
401
- height: null,
402
- width: null,
403
- smallDisplay: 0,
404
- largeDisplay: 0,
405
- slug: null,
406
- friendlyName: 'Whatsapp Story',
407
- pluralName: 'Whatsapp Stories',
408
- token: 'a7b11991-2fb2-4e99-82b2-ac6303f3b0e1',
409
- },
410
- {
411
- name: 'YouTube thumbnail (on videos)',
412
- category: 'Social Media Posts',
413
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20thumbnail%20(on%20videos)',
414
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-youtube-thumbnail@2x.png',
415
- carouselImageUrl: null,
416
- dimensions: '1280 x 720 px',
417
- description: null,
418
- height: null,
419
- width: null,
420
- smallDisplay: 0,
421
- largeDisplay: 0,
422
- slug: null,
423
- friendlyName: 'YouTube Thumbnail',
424
- pluralName: 'YouTube Thumbnails',
425
- token: 'f414305c-eda8-4af0-a7a3-8de64f696c01',
426
- },
427
- {
428
- name: 'Facebook ad',
429
- category: 'Social Media Posts',
430
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20ad',
431
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook-ad@2x.png',
432
- carouselImageUrl: null,
433
- dimensions: '1200 x 628 px',
434
- description: null,
435
- height: null,
436
- width: null,
437
- smallDisplay: 0,
438
- largeDisplay: 0,
439
- slug: null,
440
- friendlyName: 'Facebook Ad',
441
- pluralName: 'Facebook Ads',
442
- token: 'a5c8754a-ebe3-4074-8a57-a0b70f1e47b9',
443
- },
444
- {
445
- name: 'Twitter post',
446
- category: 'Social Media Posts',
447
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20post',
448
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-twitter@2x.png',
449
- carouselImageUrl: null,
450
- dimensions: '1024 x 512 px',
451
- description: null,
452
- height: null,
453
- width: null,
454
- smallDisplay: 0,
455
- largeDisplay: 0,
456
- slug: null,
457
- friendlyName: 'Twitter Post',
458
- pluralName: 'Twitter Posts',
459
- token: 'e5dc0278-7e12-48dc-813f-f212bbbc747e',
460
- },
461
- {
462
- name: 'Snapchat geofilters, ads and lenses',
463
- category: 'Social Media Posts',
464
- editorUrl:
465
- '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/snapchat%20geofilters,%20ads%20and%20lenses',
466
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-snapchat@2x.png',
467
- carouselImageUrl: null,
468
- dimensions: '1080 x 1920 px',
469
- description: null,
470
- height: null,
471
- width: null,
472
- smallDisplay: 0,
473
- largeDisplay: 0,
474
- slug: null,
475
- friendlyName: 'Snapchat Design',
476
- pluralName: 'Snapchat Designs',
477
- token: '16680a40-3922-4e52-9787-ba0ecbd05ea9',
478
- },
479
- ],
480
- },
481
- {
482
- name: 'Profile Pictures',
483
- templateTypes: [
484
- {
485
- name: 'Facebook profile picture',
486
- category: 'Profile Pictures',
487
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20profile%20picture',
488
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-facebook@2x.png',
489
- carouselImageUrl: null,
490
- dimensions: '1000 x 1000 px',
491
- description: null,
492
- height: null,
493
- width: null,
494
- smallDisplay: 0,
495
- largeDisplay: 0,
496
- slug: null,
497
- friendlyName: 'Facebook Profile Picture',
498
- pluralName: 'Facebook Profile Pictures',
499
- token: 'de3f1998-4daa-4f00-94f1-805d44909ca9',
500
- },
501
- {
502
- name: 'Instagram profile picture',
503
- category: 'Profile Pictures',
504
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20profile%20picture',
505
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-instagram@2x.png',
506
- carouselImageUrl: null,
507
- dimensions: '1000 x 1000 px',
508
- description: null,
509
- height: null,
510
- width: null,
511
- smallDisplay: 0,
512
- largeDisplay: 0,
513
- slug: null,
514
- friendlyName: 'Instagram Profile Picture',
515
- pluralName: 'Instagram Profile Pictures',
516
- token: 'c935053f-449a-4c15-8c66-73f7899d8de7',
517
- },
518
- {
519
- name: 'Twitch profile picture',
520
- category: 'Profile Pictures',
521
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitch%20profile%20picture',
522
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-twitch@2x.png',
523
- carouselImageUrl: null,
524
- dimensions: '1000 x 1000 px',
525
- description: null,
526
- height: null,
527
- width: null,
528
- smallDisplay: 0,
529
- largeDisplay: 0,
530
- slug: null,
531
- friendlyName: 'Twitch Profile Picture',
532
- pluralName: 'Twitch Profile Pictures',
533
- token: '590a763d-0c35-4ec8-ad43-cd20a06f40e8',
534
- },
535
- {
536
- name: 'LinkedIn profile picture',
537
- category: 'Profile Pictures',
538
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/linkedin%20profile%20picture',
539
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-linkedin@2x.png',
540
- carouselImageUrl: null,
541
- dimensions: '1000 x 1000 px',
542
- description: null,
543
- height: null,
544
- width: null,
545
- smallDisplay: 0,
546
- largeDisplay: 0,
547
- slug: null,
548
- friendlyName: 'LinkedIn Profile Picture',
549
- pluralName: 'LinkedIn Profile Pictures',
550
- token: '9e372479-f436-4349-8ed1-911ea2f914c7',
551
- },
552
- {
553
- name: 'YouTube channel icon',
554
- category: 'Profile Pictures',
555
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20channel%20icon',
556
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-youtube@2x.png',
557
- carouselImageUrl: null,
558
- dimensions: '1000 x 1000 px',
559
- description: null,
560
- height: null,
561
- width: null,
562
- smallDisplay: 0,
563
- largeDisplay: 0,
564
- slug: null,
565
- friendlyName: 'YouTube Channel Icon',
566
- pluralName: 'YouTube Channel Icons',
567
- token: '4a2314ac-927f-466e-97eb-36d84fb67a44',
568
- },
569
- {
570
- name: 'Twitter profile picture',
571
- category: 'Profile Pictures',
572
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20profile%20picture',
573
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-twitter@2x.png',
574
- carouselImageUrl: null,
575
- dimensions: '1000 x 1000 px',
576
- description: null,
577
- height: null,
578
- width: null,
579
- smallDisplay: 0,
580
- largeDisplay: 0,
581
- slug: null,
582
- friendlyName: 'Twitter Profile Picture',
583
- pluralName: 'Twitter Profile Pictures',
584
- token: '11e94819-27dc-44b8-b6ff-6d2961a25f84',
585
- },
586
- {
587
- name: 'SoundCloud profile picture',
588
- category: 'Profile Pictures',
589
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/soundcloud%20profile%20picture',
590
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-soundcloud@2x.png',
591
- carouselImageUrl: null,
592
- dimensions: '1000 x 1000 px',
593
- description: null,
594
- height: null,
595
- width: null,
596
- smallDisplay: 0,
597
- largeDisplay: 0,
598
- slug: null,
599
- friendlyName: 'SoundCloud Profile Picture',
600
- pluralName: 'SoundCloud Profile Pictures',
601
- token: '5d9756fa-1e59-4e53-b4b1-e44bfad6f83f',
602
- },
603
- {
604
- name: 'Pinterest profile picture',
605
- category: 'Profile Pictures',
606
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/pinterest%20profile%20picture',
607
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-pinterest@2x.png',
608
- carouselImageUrl: null,
609
- dimensions: '1000 x 1000 px',
610
- description: null,
611
- height: null,
612
- width: null,
613
- smallDisplay: 0,
614
- largeDisplay: 0,
615
- slug: null,
616
- friendlyName: 'Pinterest Profile Picture',
617
- pluralName: 'Pinterest Profile Pictures',
618
- token: '40d1de23-89c5-4806-83d5-6dd653bd07e1',
619
- },
620
- {
621
- name: 'Tumblr profile picture',
622
- category: 'Profile Pictures',
623
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20profile%20picture',
624
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-tumblr@2x.png',
625
- carouselImageUrl: null,
626
- dimensions: '1000 x 1000 px',
627
- description: null,
628
- height: null,
629
- width: null,
630
- smallDisplay: 0,
631
- largeDisplay: 0,
632
- slug: null,
633
- friendlyName: 'Tumblr Profile Picture',
634
- pluralName: 'Tumblr Profile Pictures',
635
- token: '3a892cea-41b0-422b-bea3-29bb3497ba6c',
636
- },
637
- ],
638
- },
639
- {
640
- name: 'Brand Identity',
641
- templateTypes: [
642
- {
643
- name: 'Business card horizontal',
644
- category: 'Brand Identity',
645
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20horizontal',
646
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card@2x.png',
647
- carouselImageUrl: null,
648
- dimensions: '3.5 x 2 in',
649
- description: null,
650
- height: null,
651
- width: null,
652
- smallDisplay: 0,
653
- largeDisplay: 0,
654
- slug: null,
655
- friendlyName: 'Business Card',
656
- pluralName: 'Business cards horizontal',
657
- token: '4b6158b3-c992-4799-a838-d060565c32e7',
658
- },
659
- {
660
- name: 'Business card square',
661
- category: 'Brand Identity',
662
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20square',
663
- imageUrl:
664
- 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-square@2x.png',
665
- carouselImageUrl: null,
666
- dimensions: '2.5 x 2.5 in',
667
- description: null,
668
- height: null,
669
- width: null,
670
- smallDisplay: 0,
671
- largeDisplay: 0,
672
- slug: null,
673
- friendlyName: 'Business Card',
674
- pluralName: 'Business cards square',
675
- token: '0707e6b7-f460-4b11-808f-24a9178e304f',
676
- },
677
- {
678
- name: 'Business card vertical',
679
- category: 'Brand Identity',
680
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20vertical',
681
- imageUrl:
682
- 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-vertical@2x.png',
683
- carouselImageUrl: null,
684
- dimensions: '2 x 3.5 in',
685
- description: null,
686
- height: null,
687
- width: null,
688
- smallDisplay: 0,
689
- largeDisplay: 0,
690
- slug: null,
691
- friendlyName: 'Business Card',
692
- pluralName: 'Business cards vertical',
693
- token: '1e42a0e3-3c5a-4226-b884-3e3bcaa5d3f4',
694
- },
695
- {
696
- name: 'Email Signature',
697
- category: 'Brand Identity',
698
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/email%20signature',
699
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-email-signature@2x.png',
700
- carouselImageUrl: null,
701
- dimensions: '600 x 200 px',
702
- description: null,
703
- height: null,
704
- width: null,
705
- smallDisplay: 0,
706
- largeDisplay: 0,
707
- slug: null,
708
- friendlyName: 'Email Signature',
709
- pluralName: 'Email Signatures',
710
- token: 'ef11f0d4-5549-4c26-9e3f-ccac8c91e4a2',
711
- },
712
- {
713
- name: 'Letterhead',
714
- category: 'Brand Identity',
715
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/letterhead',
716
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-letterhead@2x.png',
717
- carouselImageUrl: null,
718
- dimensions: '21 x 29.7 cm (A4)',
719
- description: null,
720
- height: null,
721
- width: null,
722
- smallDisplay: 0,
723
- largeDisplay: 0,
724
- slug: null,
725
- friendlyName: 'Letterhead',
726
- pluralName: 'Letterheads',
727
- token: 'eef6343e-4d4e-49e5-b4ae-ea73418daf3e',
728
- },
729
- {
730
- name: 'Favicon',
731
- category: 'Brand Identity',
732
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/favicon',
733
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-favicon@2x.png',
734
- carouselImageUrl: null,
735
- dimensions: '32 x 32 px',
736
- description: null,
737
- height: null,
738
- width: null,
739
- smallDisplay: 0,
740
- largeDisplay: 0,
741
- slug: null,
742
- friendlyName: 'Favicon',
743
- pluralName: 'Favicons',
744
- token: 'c83da9fb-e514-450c-995b-240f6b68966d',
745
- },
746
- {
747
- name: 'Poster',
748
- category: 'Brand Identity',
749
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/poster',
750
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-poster@2x.png',
751
- carouselImageUrl: null,
752
- dimensions: '598 x 845 mm (A1)',
753
- description: null,
754
- height: null,
755
- width: null,
756
- smallDisplay: 0,
757
- largeDisplay: 0,
758
- slug: null,
759
- friendlyName: 'Poster',
760
- pluralName: 'Posters',
761
- token: 'ff5b1fe0-ac40-4ad2-9ca1-99eae9daad7f',
762
- },
763
- {
764
- name: 'Flyer',
765
- category: 'Brand Identity',
766
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/flyer',
767
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-flyer@2x.png',
768
- carouselImageUrl: null,
769
- dimensions: '21 x 29.7 cm (A4)',
770
- description: null,
771
- height: null,
772
- width: null,
773
- smallDisplay: 0,
774
- largeDisplay: 0,
775
- slug: null,
776
- friendlyName: 'Flyer',
777
- pluralName: 'Flyers',
778
- token: 'c34f4e0b-ea57-4d5d-9a64-ac410fd647d2',
779
- },
780
- {
781
- name: 'Invoice',
782
- category: 'Brand Identity',
783
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/invoice',
784
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-invoice@2x.png',
785
- carouselImageUrl: null,
786
- dimensions: '21 x 29.7 cm (A4)',
787
- description: null,
788
- height: null,
789
- width: null,
790
- smallDisplay: 0,
791
- largeDisplay: 0,
792
- slug: null,
793
- friendlyName: 'Invoice',
794
- pluralName: 'Invoices',
795
- token: '60456c4c-158e-4c90-a3cc-1d0d20ae2eb6',
796
- },
797
- {
798
- name: 'Menu',
799
- category: 'Brand Identity',
800
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/menu',
801
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-menu@2x.png',
802
- carouselImageUrl: null,
803
- dimensions: '21 x 29.7 cm (A4)',
804
- description: null,
805
- height: null,
806
- width: null,
807
- smallDisplay: 0,
808
- largeDisplay: 0,
809
- slug: null,
810
- friendlyName: 'Menu',
811
- pluralName: 'Menus',
812
- token: 'ab7d3c84-63b6-4ac5-8b76-11190c220869',
813
- },
814
- {
815
- name: 'Postcard',
816
- category: 'Brand Identity',
817
- editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/postcard',
818
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-postcard@2x.png',
819
- carouselImageUrl: null,
820
- dimensions: '151 x 108 mm (A6)',
821
- description: null,
822
- height: null,
823
- width: null,
824
- smallDisplay: 0,
825
- largeDisplay: 0,
826
- slug: null,
827
- friendlyName: 'Postcard',
828
- pluralName: 'Postcards',
829
- token: '581e5ddd-b180-4789-b573-b1f2330b9a0f',
830
- },
831
- {
832
- name: 'Logo Designs',
833
- category: 'Brand Identity',
834
- editorUrl: 'logo-design-modal',
835
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-logo-design@2x.png',
836
- carouselImageUrl: null,
837
- dimensions: '1280 x 1024',
838
- description: 'View and edit your logo',
839
- height: null,
840
- width: null,
841
- smallDisplay: 0,
842
- largeDisplay: 0,
843
- slug: null,
844
- friendlyName: 'Logo Designs',
845
- pluralName: 'Logo Designs',
846
- token: 'b0349875-33ac-4b93-a581-42f93255f461',
847
- },
848
- ],
849
- },
850
- {
851
- name: 'Custom Design',
852
- templateTypes: [
853
- {
854
- name: 'Square',
855
- category: null,
856
- editorUrl:
857
- '/maker/mydesigns/new/customdesign?h=1080&w=1080&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
858
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-square.png',
859
- carouselImageUrl: null,
860
- dimensions: '1080 x 1080 px',
861
- description: null,
862
- height: null,
863
- width: null,
864
- smallDisplay: 0,
865
- largeDisplay: 0,
866
- slug: null,
867
- friendlyName: null,
868
- pluralName: 'Square',
869
- token: '00000000-0000-0000-0000-000000000000',
870
- },
871
- {
872
- name: 'Portrait',
873
- category: null,
874
- editorUrl: '/maker/mydesigns/new/customdesign?h=1080&w=720&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
875
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-portrait.png',
876
- carouselImageUrl: null,
877
- dimensions: '1080 x 720 px',
878
- description: null,
879
- height: null,
880
- width: null,
881
- smallDisplay: 0,
882
- largeDisplay: 0,
883
- slug: null,
884
- friendlyName: null,
885
- pluralName: 'Portrait',
886
- token: '00000000-0000-0000-0000-000000000000',
887
- },
888
- {
889
- name: 'Landscape',
890
- category: null,
891
- editorUrl: '/maker/mydesigns/new/customdesign?h=720&w=1080&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
892
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-landscape.png',
893
- carouselImageUrl: null,
894
- dimensions: '720 x 1080 px',
895
- description: null,
896
- height: null,
897
- width: null,
898
- smallDisplay: 0,
899
- largeDisplay: 0,
900
- slug: null,
901
- friendlyName: null,
902
- pluralName: 'Landscape',
903
- token: '00000000-0000-0000-0000-000000000000',
904
- },
905
- {
906
- name: 'Tall',
907
- category: null,
908
- editorUrl: '/maker/mydesigns/new/customdesign?h=1280&w=640&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
909
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-tall.png',
910
- carouselImageUrl: null,
911
- dimensions: '1280 x 640 px',
912
- description: null,
913
- height: null,
914
- width: null,
915
- smallDisplay: 0,
916
- largeDisplay: 0,
917
- slug: null,
918
- friendlyName: null,
919
- pluralName: 'Tall',
920
- token: '00000000-0000-0000-0000-000000000000',
921
- },
922
- {
923
- name: 'Wide',
924
- category: null,
925
- editorUrl: '/maker/mydesigns/new/customdesign?h=640&w=1280&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
926
- imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-wide.png',
927
- carouselImageUrl: null,
928
- dimensions: '640 x 1280 px',
929
- description: null,
930
- height: null,
931
- width: null,
932
- smallDisplay: 0,
933
- largeDisplay: 0,
934
- slug: null,
935
- friendlyName: null,
936
- pluralName: 'Wide',
937
- token: '00000000-0000-0000-0000-000000000000',
938
- },
939
- ],
940
- },
941
- ];
1
+ export default [
2
+ {
3
+ name: 'Popular',
4
+ templateTypes: [
5
+ {
6
+ name: 'Logo Designs',
7
+ category: 'Brand Identity',
8
+ editorUrl: 'logo-design-modal',
9
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-logo-design@2x.png',
10
+ carouselImageUrl: null,
11
+ dimensions: '1280 x 1024',
12
+ description: 'View and edit your logo',
13
+ height: null,
14
+ width: null,
15
+ smallDisplay: 0,
16
+ largeDisplay: 0,
17
+ slug: null,
18
+ friendlyName: 'Logo Designs',
19
+ pluralName: 'Logo Designs',
20
+ token: 'b0349875-33ac-4b93-a581-42f93255f461',
21
+ },
22
+ {
23
+ name: 'Business Card',
24
+ category: 'Brand Identity',
25
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20horizontal',
26
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card@2x.png',
27
+ carouselImageUrl: null,
28
+ dimensions: '3.5 x 2 in',
29
+ description: null,
30
+ height: null,
31
+ width: null,
32
+ smallDisplay: 0,
33
+ largeDisplay: 0,
34
+ slug: null,
35
+ friendlyName: null,
36
+ pluralName: 'Business Cards',
37
+ token: '4b6158b3-c992-4799-a838-d060565c32e7',
38
+ },
39
+ {
40
+ name: 'Facebook cover',
41
+ category: 'Social Media Covers',
42
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20cover',
43
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook@2x.png',
44
+ carouselImageUrl: null,
45
+ dimensions: '820 x 312 px',
46
+ description: null,
47
+ height: null,
48
+ width: null,
49
+ smallDisplay: 0,
50
+ largeDisplay: 0,
51
+ slug: null,
52
+ friendlyName: 'Facebook Cover',
53
+ pluralName: 'Facebook Covers',
54
+ token: 'fd5a796f-4f74-46a4-b5eb-cf5e478cd095',
55
+ },
56
+ {
57
+ name: 'Instagram post',
58
+ category: 'Social Media Posts',
59
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20post',
60
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram@2x.png',
61
+ carouselImageUrl: null,
62
+ dimensions: '1080 x 1080 px',
63
+ description: null,
64
+ height: null,
65
+ width: null,
66
+ smallDisplay: 0,
67
+ largeDisplay: 0,
68
+ slug: null,
69
+ friendlyName: 'Instagram Post',
70
+ pluralName: 'Instagram Posts',
71
+ token: 'bce84983-7d85-499e-8b82-3474b625867e',
72
+ },
73
+ {
74
+ name: 'Brand Page',
75
+ category: 'Website',
76
+ editorUrl: '/maker/brand-page/manage/create?logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
77
+ imageUrl:
78
+ 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-vertical@2x.png',
79
+ carouselImageUrl: null,
80
+ dimensions: 'Default',
81
+ description: null,
82
+ height: null,
83
+ width: null,
84
+ smallDisplay: 0,
85
+ largeDisplay: 0,
86
+ slug: null,
87
+ friendlyName: 'Web Page',
88
+ pluralName: 'Web Pages',
89
+ token: '88102dd6-2601-48b2-b6a3-1ab6f5600ce7',
90
+ },
91
+ {
92
+ name: 'Facebook post',
93
+ category: 'Social Media Posts',
94
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20post',
95
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook@2x.png',
96
+ carouselImageUrl: null,
97
+ dimensions: '940 x 788 px',
98
+ description: null,
99
+ height: null,
100
+ width: null,
101
+ smallDisplay: 0,
102
+ largeDisplay: 0,
103
+ slug: null,
104
+ friendlyName: 'Facebook Post',
105
+ pluralName: 'Facebook Posts',
106
+ token: 'f6ecd7bd-ed25-4e9e-b500-a1452defb15e',
107
+ },
108
+ {
109
+ name: 'YouTube cover (channel art)',
110
+ category: 'Social Media Covers',
111
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20cover%20(channel%20art)',
112
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-youtube@2x.png',
113
+ carouselImageUrl: null,
114
+ dimensions: '2560 x 1440 px',
115
+ description: null,
116
+ height: null,
117
+ width: null,
118
+ smallDisplay: 0,
119
+ largeDisplay: 0,
120
+ slug: null,
121
+ friendlyName: 'YouTube Banner',
122
+ pluralName: 'YouTube Banners',
123
+ token: 'b5f801a9-625f-45df-bf31-af2ccf594018',
124
+ },
125
+ ],
126
+ },
127
+ {
128
+ name: 'Social Media Covers',
129
+ templateTypes: [
130
+ {
131
+ name: 'Facebook cover',
132
+ category: 'Social Media Covers',
133
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20cover',
134
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook@2x.png',
135
+ carouselImageUrl: null,
136
+ dimensions: '820 x 312 px',
137
+ description: null,
138
+ height: null,
139
+ width: null,
140
+ smallDisplay: 0,
141
+ largeDisplay: 0,
142
+ slug: null,
143
+ friendlyName: 'Facebook Cover',
144
+ pluralName: 'Facebook Covers',
145
+ token: 'fd5a796f-4f74-46a4-b5eb-cf5e478cd095',
146
+ },
147
+ {
148
+ name: 'YouTube cover (channel art)',
149
+ category: 'Social Media Covers',
150
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20cover%20(channel%20art)',
151
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-youtube@2x.png',
152
+ carouselImageUrl: null,
153
+ dimensions: '2560 x 1440 px',
154
+ description: null,
155
+ height: null,
156
+ width: null,
157
+ smallDisplay: 0,
158
+ largeDisplay: 0,
159
+ slug: null,
160
+ friendlyName: 'YouTube Banner',
161
+ pluralName: 'YouTube Banners',
162
+ token: 'b5f801a9-625f-45df-bf31-af2ccf594018',
163
+ },
164
+ {
165
+ name: 'Twitch banner',
166
+ category: 'Social Media Covers',
167
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitch%20banner',
168
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-tiwtch@2x.png',
169
+ carouselImageUrl: null,
170
+ dimensions: '1920 x 480 px',
171
+ description: null,
172
+ height: null,
173
+ width: null,
174
+ smallDisplay: 0,
175
+ largeDisplay: 0,
176
+ slug: null,
177
+ friendlyName: 'Twitch Banner',
178
+ pluralName: 'Twitch Banners',
179
+ token: '73529324-07c5-4306-b230-89a200f30f76',
180
+ },
181
+ {
182
+ name: 'LinkedIn banner',
183
+ category: 'Social Media Covers',
184
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/linkedin%20banner',
185
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-linkedin@2x.png',
186
+ carouselImageUrl: null,
187
+ dimensions: '1584 x 396 px',
188
+ description: null,
189
+ height: null,
190
+ width: null,
191
+ smallDisplay: 0,
192
+ largeDisplay: 0,
193
+ slug: null,
194
+ friendlyName: 'LinkedIn Banner',
195
+ pluralName: 'LinkedIn Banners',
196
+ token: '47b661fe-05f7-4d75-ae79-7c1b2d582978',
197
+ },
198
+ {
199
+ name: 'Facebook event cover',
200
+ category: 'Social Media Covers',
201
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20event%20cover',
202
+ imageUrl:
203
+ 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-facebook-event@2x.png',
204
+ carouselImageUrl: null,
205
+ dimensions: '1920 x 1080 px',
206
+ description: null,
207
+ height: null,
208
+ width: null,
209
+ smallDisplay: 0,
210
+ largeDisplay: 0,
211
+ slug: null,
212
+ friendlyName: 'Facebook Event Cover',
213
+ pluralName: 'Facebook Event Covers',
214
+ token: 'b239cf78-9c34-492f-a9ff-e66e3e1b40e7',
215
+ },
216
+ {
217
+ name: 'SoundCloud banner',
218
+ category: 'Social Media Covers',
219
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/soundcloud%20banner',
220
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-soundcloud@2x.png',
221
+ carouselImageUrl: null,
222
+ dimensions: '2480 x 520 px',
223
+ description: null,
224
+ height: null,
225
+ width: null,
226
+ smallDisplay: 0,
227
+ largeDisplay: 0,
228
+ slug: null,
229
+ friendlyName: 'SoundCloud Banner',
230
+ pluralName: 'SoundCloud Banners',
231
+ token: '7344e35c-e6ba-4f20-8957-9fb3bc02d190',
232
+ },
233
+ {
234
+ name: 'Tumblr banner',
235
+ category: 'Social Media Covers',
236
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20banner',
237
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-tumblr@2x.png',
238
+ carouselImageUrl: null,
239
+ dimensions: '3000 x 1055 px',
240
+ description: null,
241
+ height: null,
242
+ width: null,
243
+ smallDisplay: 0,
244
+ largeDisplay: 0,
245
+ slug: null,
246
+ friendlyName: 'Tumblr Banner',
247
+ pluralName: 'Tumblr Banners',
248
+ token: '709b5da5-9cd3-469d-9ed0-b93649b0803e',
249
+ },
250
+ {
251
+ name: 'Twitter header (cover)',
252
+ category: 'Social Media Covers',
253
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20header%20(cover)',
254
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-twitter@2x.png',
255
+ carouselImageUrl: null,
256
+ dimensions: '1500 x 500 px',
257
+ description: null,
258
+ height: null,
259
+ width: null,
260
+ smallDisplay: 0,
261
+ largeDisplay: 0,
262
+ slug: null,
263
+ friendlyName: 'Twitter Header',
264
+ pluralName: 'Twitter Headers',
265
+ token: 'f99d0426-fd9e-4d59-a38c-b3160949a089',
266
+ },
267
+ {
268
+ name: 'Pinterest board cover',
269
+ category: 'Social Media Covers',
270
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/pinterest%20board%20cover',
271
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-pinterest@2x.png',
272
+ carouselImageUrl: null,
273
+ dimensions: '222 x 150 px',
274
+ description: null,
275
+ height: null,
276
+ width: null,
277
+ smallDisplay: 0,
278
+ largeDisplay: 0,
279
+ slug: null,
280
+ friendlyName: 'Pinterest Covers',
281
+ pluralName: 'Pinterest Board Covers',
282
+ token: 'c4b8232c-cb16-4126-9a01-2312d70e1e88',
283
+ },
284
+ {
285
+ name: 'Zoom background',
286
+ category: 'Social Media Covers',
287
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/zoom%20background',
288
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-cover-zoom@2x.png',
289
+ carouselImageUrl: null,
290
+ dimensions: '1280 x 720 px',
291
+ description: null,
292
+ height: null,
293
+ width: null,
294
+ smallDisplay: 0,
295
+ largeDisplay: 0,
296
+ slug: null,
297
+ friendlyName: 'Zoom Background',
298
+ pluralName: 'Zoom Backgrounds',
299
+ token: 'c08e1a37-0472-444b-95a2-f37a663c0f5f',
300
+ },
301
+ ],
302
+ },
303
+ {
304
+ name: 'Social Media Posts',
305
+ templateTypes: [
306
+ {
307
+ name: 'Instagram post',
308
+ category: 'Social Media Posts',
309
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20post',
310
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram@2x.png',
311
+ carouselImageUrl: null,
312
+ dimensions: '1080 x 1080 px',
313
+ description: null,
314
+ height: null,
315
+ width: null,
316
+ smallDisplay: 0,
317
+ largeDisplay: 0,
318
+ slug: null,
319
+ friendlyName: 'Instagram Post',
320
+ pluralName: 'Instagram Posts',
321
+ token: 'bce84983-7d85-499e-8b82-3474b625867e',
322
+ },
323
+ {
324
+ name: 'Instagram story',
325
+ category: 'Social Media Posts',
326
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20story',
327
+ imageUrl:
328
+ 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-instagram-story@2x.png',
329
+ carouselImageUrl: null,
330
+ dimensions: '1080 x 1920 px',
331
+ description: null,
332
+ height: null,
333
+ width: null,
334
+ smallDisplay: 0,
335
+ largeDisplay: 0,
336
+ slug: null,
337
+ friendlyName: 'Instagram Story',
338
+ pluralName: 'Instagram Stories',
339
+ token: '606e1476-be7e-40d1-b41e-fd656bf7d7df',
340
+ },
341
+ {
342
+ name: 'Facebook post',
343
+ category: 'Social Media Posts',
344
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20post',
345
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook@2x.png',
346
+ carouselImageUrl: null,
347
+ dimensions: '940 x 788 px',
348
+ description: null,
349
+ height: null,
350
+ width: null,
351
+ smallDisplay: 0,
352
+ largeDisplay: 0,
353
+ slug: null,
354
+ friendlyName: 'Facebook Post',
355
+ pluralName: 'Facebook Posts',
356
+ token: 'f6ecd7bd-ed25-4e9e-b500-a1452defb15e',
357
+ },
358
+ {
359
+ name: 'Tumblr post',
360
+ category: 'Social Media Posts',
361
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20post',
362
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-tumblr@2x.png',
363
+ carouselImageUrl: null,
364
+ dimensions: '500 x 750 px',
365
+ description: null,
366
+ height: null,
367
+ width: null,
368
+ smallDisplay: 0,
369
+ largeDisplay: 0,
370
+ slug: null,
371
+ friendlyName: 'Tumblr Post',
372
+ pluralName: 'Tumblr Posts',
373
+ token: 'cce321b7-3fa9-4b9b-b588-0bce143b92e5',
374
+ },
375
+ {
376
+ name: 'Facebook story',
377
+ category: 'Social Media Posts',
378
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20story',
379
+ imageUrl:
380
+ 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook-story@2x.png',
381
+ carouselImageUrl: null,
382
+ dimensions: '1080 x 1920 px',
383
+ description: null,
384
+ height: null,
385
+ width: null,
386
+ smallDisplay: 0,
387
+ largeDisplay: 0,
388
+ slug: null,
389
+ friendlyName: 'Facebook Story',
390
+ pluralName: 'Facebook Stories',
391
+ token: 'b9500b5e-a010-4654-a1d1-572e8465ecbe',
392
+ },
393
+ {
394
+ name: 'Whatsapp story',
395
+ category: 'Social Media Posts',
396
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/whatsapp%20story',
397
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-whatsapp@2x.png',
398
+ carouselImageUrl: null,
399
+ dimensions: '1080 x 1920 px',
400
+ description: null,
401
+ height: null,
402
+ width: null,
403
+ smallDisplay: 0,
404
+ largeDisplay: 0,
405
+ slug: null,
406
+ friendlyName: 'Whatsapp Story',
407
+ pluralName: 'Whatsapp Stories',
408
+ token: 'a7b11991-2fb2-4e99-82b2-ac6303f3b0e1',
409
+ },
410
+ {
411
+ name: 'YouTube thumbnail (on videos)',
412
+ category: 'Social Media Posts',
413
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20thumbnail%20(on%20videos)',
414
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-youtube-thumbnail@2x.png',
415
+ carouselImageUrl: null,
416
+ dimensions: '1280 x 720 px',
417
+ description: null,
418
+ height: null,
419
+ width: null,
420
+ smallDisplay: 0,
421
+ largeDisplay: 0,
422
+ slug: null,
423
+ friendlyName: 'YouTube Thumbnail',
424
+ pluralName: 'YouTube Thumbnails',
425
+ token: 'f414305c-eda8-4af0-a7a3-8de64f696c01',
426
+ },
427
+ {
428
+ name: 'Facebook ad',
429
+ category: 'Social Media Posts',
430
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20ad',
431
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-facebook-ad@2x.png',
432
+ carouselImageUrl: null,
433
+ dimensions: '1200 x 628 px',
434
+ description: null,
435
+ height: null,
436
+ width: null,
437
+ smallDisplay: 0,
438
+ largeDisplay: 0,
439
+ slug: null,
440
+ friendlyName: 'Facebook Ad',
441
+ pluralName: 'Facebook Ads',
442
+ token: 'a5c8754a-ebe3-4074-8a57-a0b70f1e47b9',
443
+ },
444
+ {
445
+ name: 'Twitter post',
446
+ category: 'Social Media Posts',
447
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20post',
448
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-twitter@2x.png',
449
+ carouselImageUrl: null,
450
+ dimensions: '1024 x 512 px',
451
+ description: null,
452
+ height: null,
453
+ width: null,
454
+ smallDisplay: 0,
455
+ largeDisplay: 0,
456
+ slug: null,
457
+ friendlyName: 'Twitter Post',
458
+ pluralName: 'Twitter Posts',
459
+ token: 'e5dc0278-7e12-48dc-813f-f212bbbc747e',
460
+ },
461
+ {
462
+ name: 'Snapchat geofilters, ads and lenses',
463
+ category: 'Social Media Posts',
464
+ editorUrl:
465
+ '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/snapchat%20geofilters,%20ads%20and%20lenses',
466
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-social-media-post-snapchat@2x.png',
467
+ carouselImageUrl: null,
468
+ dimensions: '1080 x 1920 px',
469
+ description: null,
470
+ height: null,
471
+ width: null,
472
+ smallDisplay: 0,
473
+ largeDisplay: 0,
474
+ slug: null,
475
+ friendlyName: 'Snapchat Design',
476
+ pluralName: 'Snapchat Designs',
477
+ token: '16680a40-3922-4e52-9787-ba0ecbd05ea9',
478
+ },
479
+ ],
480
+ },
481
+ {
482
+ name: 'Profile Pictures',
483
+ templateTypes: [
484
+ {
485
+ name: 'Facebook profile picture',
486
+ category: 'Profile Pictures',
487
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/facebook%20profile%20picture',
488
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-facebook@2x.png',
489
+ carouselImageUrl: null,
490
+ dimensions: '1000 x 1000 px',
491
+ description: null,
492
+ height: null,
493
+ width: null,
494
+ smallDisplay: 0,
495
+ largeDisplay: 0,
496
+ slug: null,
497
+ friendlyName: 'Facebook Profile Picture',
498
+ pluralName: 'Facebook Profile Pictures',
499
+ token: 'de3f1998-4daa-4f00-94f1-805d44909ca9',
500
+ },
501
+ {
502
+ name: 'Instagram profile picture',
503
+ category: 'Profile Pictures',
504
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/instagram%20profile%20picture',
505
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-instagram@2x.png',
506
+ carouselImageUrl: null,
507
+ dimensions: '1000 x 1000 px',
508
+ description: null,
509
+ height: null,
510
+ width: null,
511
+ smallDisplay: 0,
512
+ largeDisplay: 0,
513
+ slug: null,
514
+ friendlyName: 'Instagram Profile Picture',
515
+ pluralName: 'Instagram Profile Pictures',
516
+ token: 'c935053f-449a-4c15-8c66-73f7899d8de7',
517
+ },
518
+ {
519
+ name: 'Twitch profile picture',
520
+ category: 'Profile Pictures',
521
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitch%20profile%20picture',
522
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-twitch@2x.png',
523
+ carouselImageUrl: null,
524
+ dimensions: '1000 x 1000 px',
525
+ description: null,
526
+ height: null,
527
+ width: null,
528
+ smallDisplay: 0,
529
+ largeDisplay: 0,
530
+ slug: null,
531
+ friendlyName: 'Twitch Profile Picture',
532
+ pluralName: 'Twitch Profile Pictures',
533
+ token: '590a763d-0c35-4ec8-ad43-cd20a06f40e8',
534
+ },
535
+ {
536
+ name: 'LinkedIn profile picture',
537
+ category: 'Profile Pictures',
538
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/linkedin%20profile%20picture',
539
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-linkedin@2x.png',
540
+ carouselImageUrl: null,
541
+ dimensions: '1000 x 1000 px',
542
+ description: null,
543
+ height: null,
544
+ width: null,
545
+ smallDisplay: 0,
546
+ largeDisplay: 0,
547
+ slug: null,
548
+ friendlyName: 'LinkedIn Profile Picture',
549
+ pluralName: 'LinkedIn Profile Pictures',
550
+ token: '9e372479-f436-4349-8ed1-911ea2f914c7',
551
+ },
552
+ {
553
+ name: 'YouTube channel icon',
554
+ category: 'Profile Pictures',
555
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/youtube%20channel%20icon',
556
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-youtube@2x.png',
557
+ carouselImageUrl: null,
558
+ dimensions: '1000 x 1000 px',
559
+ description: null,
560
+ height: null,
561
+ width: null,
562
+ smallDisplay: 0,
563
+ largeDisplay: 0,
564
+ slug: null,
565
+ friendlyName: 'YouTube Channel Icon',
566
+ pluralName: 'YouTube Channel Icons',
567
+ token: '4a2314ac-927f-466e-97eb-36d84fb67a44',
568
+ },
569
+ {
570
+ name: 'Twitter profile picture',
571
+ category: 'Profile Pictures',
572
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/twitter%20profile%20picture',
573
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-twitter@2x.png',
574
+ carouselImageUrl: null,
575
+ dimensions: '1000 x 1000 px',
576
+ description: null,
577
+ height: null,
578
+ width: null,
579
+ smallDisplay: 0,
580
+ largeDisplay: 0,
581
+ slug: null,
582
+ friendlyName: 'Twitter Profile Picture',
583
+ pluralName: 'Twitter Profile Pictures',
584
+ token: '11e94819-27dc-44b8-b6ff-6d2961a25f84',
585
+ },
586
+ {
587
+ name: 'SoundCloud profile picture',
588
+ category: 'Profile Pictures',
589
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/soundcloud%20profile%20picture',
590
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-soundcloud@2x.png',
591
+ carouselImageUrl: null,
592
+ dimensions: '1000 x 1000 px',
593
+ description: null,
594
+ height: null,
595
+ width: null,
596
+ smallDisplay: 0,
597
+ largeDisplay: 0,
598
+ slug: null,
599
+ friendlyName: 'SoundCloud Profile Picture',
600
+ pluralName: 'SoundCloud Profile Pictures',
601
+ token: '5d9756fa-1e59-4e53-b4b1-e44bfad6f83f',
602
+ },
603
+ {
604
+ name: 'Pinterest profile picture',
605
+ category: 'Profile Pictures',
606
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/pinterest%20profile%20picture',
607
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-pinterest@2x.png',
608
+ carouselImageUrl: null,
609
+ dimensions: '1000 x 1000 px',
610
+ description: null,
611
+ height: null,
612
+ width: null,
613
+ smallDisplay: 0,
614
+ largeDisplay: 0,
615
+ slug: null,
616
+ friendlyName: 'Pinterest Profile Picture',
617
+ pluralName: 'Pinterest Profile Pictures',
618
+ token: '40d1de23-89c5-4806-83d5-6dd653bd07e1',
619
+ },
620
+ {
621
+ name: 'Tumblr profile picture',
622
+ category: 'Profile Pictures',
623
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/tumblr%20profile%20picture',
624
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-profile-pic-tumblr@2x.png',
625
+ carouselImageUrl: null,
626
+ dimensions: '1000 x 1000 px',
627
+ description: null,
628
+ height: null,
629
+ width: null,
630
+ smallDisplay: 0,
631
+ largeDisplay: 0,
632
+ slug: null,
633
+ friendlyName: 'Tumblr Profile Picture',
634
+ pluralName: 'Tumblr Profile Pictures',
635
+ token: '3a892cea-41b0-422b-bea3-29bb3497ba6c',
636
+ },
637
+ ],
638
+ },
639
+ {
640
+ name: 'Brand Identity',
641
+ templateTypes: [
642
+ {
643
+ name: 'Business card horizontal',
644
+ category: 'Brand Identity',
645
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20horizontal',
646
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card@2x.png',
647
+ carouselImageUrl: null,
648
+ dimensions: '3.5 x 2 in',
649
+ description: null,
650
+ height: null,
651
+ width: null,
652
+ smallDisplay: 0,
653
+ largeDisplay: 0,
654
+ slug: null,
655
+ friendlyName: 'Business Card',
656
+ pluralName: 'Business cards horizontal',
657
+ token: '4b6158b3-c992-4799-a838-d060565c32e7',
658
+ },
659
+ {
660
+ name: 'Business card square',
661
+ category: 'Brand Identity',
662
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20square',
663
+ imageUrl:
664
+ 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-square@2x.png',
665
+ carouselImageUrl: null,
666
+ dimensions: '2.5 x 2.5 in',
667
+ description: null,
668
+ height: null,
669
+ width: null,
670
+ smallDisplay: 0,
671
+ largeDisplay: 0,
672
+ slug: null,
673
+ friendlyName: 'Business Card',
674
+ pluralName: 'Business cards square',
675
+ token: '0707e6b7-f460-4b11-808f-24a9178e304f',
676
+ },
677
+ {
678
+ name: 'Business card vertical',
679
+ category: 'Brand Identity',
680
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/business%20card%20vertical',
681
+ imageUrl:
682
+ 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-business-card-vertical@2x.png',
683
+ carouselImageUrl: null,
684
+ dimensions: '2 x 3.5 in',
685
+ description: null,
686
+ height: null,
687
+ width: null,
688
+ smallDisplay: 0,
689
+ largeDisplay: 0,
690
+ slug: null,
691
+ friendlyName: 'Business Card',
692
+ pluralName: 'Business cards vertical',
693
+ token: '1e42a0e3-3c5a-4226-b884-3e3bcaa5d3f4',
694
+ },
695
+ {
696
+ name: 'Email Signature',
697
+ category: 'Brand Identity',
698
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/email%20signature',
699
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-email-signature@2x.png',
700
+ carouselImageUrl: null,
701
+ dimensions: '600 x 200 px',
702
+ description: null,
703
+ height: null,
704
+ width: null,
705
+ smallDisplay: 0,
706
+ largeDisplay: 0,
707
+ slug: null,
708
+ friendlyName: 'Email Signature',
709
+ pluralName: 'Email Signatures',
710
+ token: 'ef11f0d4-5549-4c26-9e3f-ccac8c91e4a2',
711
+ },
712
+ {
713
+ name: 'Letterhead',
714
+ category: 'Brand Identity',
715
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/letterhead',
716
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-letterhead@2x.png',
717
+ carouselImageUrl: null,
718
+ dimensions: '21 x 29.7 cm (A4)',
719
+ description: null,
720
+ height: null,
721
+ width: null,
722
+ smallDisplay: 0,
723
+ largeDisplay: 0,
724
+ slug: null,
725
+ friendlyName: 'Letterhead',
726
+ pluralName: 'Letterheads',
727
+ token: 'eef6343e-4d4e-49e5-b4ae-ea73418daf3e',
728
+ },
729
+ {
730
+ name: 'Favicon',
731
+ category: 'Brand Identity',
732
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/favicon',
733
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-favicon@2x.png',
734
+ carouselImageUrl: null,
735
+ dimensions: '32 x 32 px',
736
+ description: null,
737
+ height: null,
738
+ width: null,
739
+ smallDisplay: 0,
740
+ largeDisplay: 0,
741
+ slug: null,
742
+ friendlyName: 'Favicon',
743
+ pluralName: 'Favicons',
744
+ token: 'c83da9fb-e514-450c-995b-240f6b68966d',
745
+ },
746
+ {
747
+ name: 'Poster',
748
+ category: 'Brand Identity',
749
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/poster',
750
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-poster@2x.png',
751
+ carouselImageUrl: null,
752
+ dimensions: '598 x 845 mm (A1)',
753
+ description: null,
754
+ height: null,
755
+ width: null,
756
+ smallDisplay: 0,
757
+ largeDisplay: 0,
758
+ slug: null,
759
+ friendlyName: 'Poster',
760
+ pluralName: 'Posters',
761
+ token: 'ff5b1fe0-ac40-4ad2-9ca1-99eae9daad7f',
762
+ },
763
+ {
764
+ name: 'Flyer',
765
+ category: 'Brand Identity',
766
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/flyer',
767
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-flyer@2x.png',
768
+ carouselImageUrl: null,
769
+ dimensions: '21 x 29.7 cm (A4)',
770
+ description: null,
771
+ height: null,
772
+ width: null,
773
+ smallDisplay: 0,
774
+ largeDisplay: 0,
775
+ slug: null,
776
+ friendlyName: 'Flyer',
777
+ pluralName: 'Flyers',
778
+ token: 'c34f4e0b-ea57-4d5d-9a64-ac410fd647d2',
779
+ },
780
+ {
781
+ name: 'Invoice',
782
+ category: 'Brand Identity',
783
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/invoice',
784
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-invoice@2x.png',
785
+ carouselImageUrl: null,
786
+ dimensions: '21 x 29.7 cm (A4)',
787
+ description: null,
788
+ height: null,
789
+ width: null,
790
+ smallDisplay: 0,
791
+ largeDisplay: 0,
792
+ slug: null,
793
+ friendlyName: 'Invoice',
794
+ pluralName: 'Invoices',
795
+ token: '60456c4c-158e-4c90-a3cc-1d0d20ae2eb6',
796
+ },
797
+ {
798
+ name: 'Menu',
799
+ category: 'Brand Identity',
800
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/menu',
801
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-menu@2x.png',
802
+ carouselImageUrl: null,
803
+ dimensions: '21 x 29.7 cm (A4)',
804
+ description: null,
805
+ height: null,
806
+ width: null,
807
+ smallDisplay: 0,
808
+ largeDisplay: 0,
809
+ slug: null,
810
+ friendlyName: 'Menu',
811
+ pluralName: 'Menus',
812
+ token: 'ab7d3c84-63b6-4ac5-8b76-11190c220869',
813
+ },
814
+ {
815
+ name: 'Postcard',
816
+ category: 'Brand Identity',
817
+ editorUrl: '/maker/mydesigns/new/32e0c206-edc5-4452-9925-2ab43ffd947c/postcard',
818
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-postcard@2x.png',
819
+ carouselImageUrl: null,
820
+ dimensions: '151 x 108 mm (A6)',
821
+ description: null,
822
+ height: null,
823
+ width: null,
824
+ smallDisplay: 0,
825
+ largeDisplay: 0,
826
+ slug: null,
827
+ friendlyName: 'Postcard',
828
+ pluralName: 'Postcards',
829
+ token: '581e5ddd-b180-4789-b573-b1f2330b9a0f',
830
+ },
831
+ {
832
+ name: 'Logo Designs',
833
+ category: 'Brand Identity',
834
+ editorUrl: 'logo-design-modal',
835
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-brand-identity-logo-design@2x.png',
836
+ carouselImageUrl: null,
837
+ dimensions: '1280 x 1024',
838
+ description: 'View and edit your logo',
839
+ height: null,
840
+ width: null,
841
+ smallDisplay: 0,
842
+ largeDisplay: 0,
843
+ slug: null,
844
+ friendlyName: 'Logo Designs',
845
+ pluralName: 'Logo Designs',
846
+ token: 'b0349875-33ac-4b93-a581-42f93255f461',
847
+ },
848
+ ],
849
+ },
850
+ {
851
+ name: 'Custom Design',
852
+ templateTypes: [
853
+ {
854
+ name: 'Square',
855
+ category: null,
856
+ editorUrl:
857
+ '/maker/mydesigns/new/customdesign?h=1080&w=1080&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
858
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-square.png',
859
+ carouselImageUrl: null,
860
+ dimensions: '1080 x 1080 px',
861
+ description: null,
862
+ height: null,
863
+ width: null,
864
+ smallDisplay: 0,
865
+ largeDisplay: 0,
866
+ slug: null,
867
+ friendlyName: null,
868
+ pluralName: 'Square',
869
+ token: '00000000-0000-0000-0000-000000000000',
870
+ },
871
+ {
872
+ name: 'Portrait',
873
+ category: null,
874
+ editorUrl: '/maker/mydesigns/new/customdesign?h=1080&w=720&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
875
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-portrait.png',
876
+ carouselImageUrl: null,
877
+ dimensions: '1080 x 720 px',
878
+ description: null,
879
+ height: null,
880
+ width: null,
881
+ smallDisplay: 0,
882
+ largeDisplay: 0,
883
+ slug: null,
884
+ friendlyName: null,
885
+ pluralName: 'Portrait',
886
+ token: '00000000-0000-0000-0000-000000000000',
887
+ },
888
+ {
889
+ name: 'Landscape',
890
+ category: null,
891
+ editorUrl: '/maker/mydesigns/new/customdesign?h=720&w=1080&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
892
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-landscape.png',
893
+ carouselImageUrl: null,
894
+ dimensions: '720 x 1080 px',
895
+ description: null,
896
+ height: null,
897
+ width: null,
898
+ smallDisplay: 0,
899
+ largeDisplay: 0,
900
+ slug: null,
901
+ friendlyName: null,
902
+ pluralName: 'Landscape',
903
+ token: '00000000-0000-0000-0000-000000000000',
904
+ },
905
+ {
906
+ name: 'Tall',
907
+ category: null,
908
+ editorUrl: '/maker/mydesigns/new/customdesign?h=1280&w=640&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
909
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-tall.png',
910
+ carouselImageUrl: null,
911
+ dimensions: '1280 x 640 px',
912
+ description: null,
913
+ height: null,
914
+ width: null,
915
+ smallDisplay: 0,
916
+ largeDisplay: 0,
917
+ slug: null,
918
+ friendlyName: null,
919
+ pluralName: 'Tall',
920
+ token: '00000000-0000-0000-0000-000000000000',
921
+ },
922
+ {
923
+ name: 'Wide',
924
+ category: null,
925
+ editorUrl: '/maker/mydesigns/new/customdesign?h=640&w=1280&logoDraftToken=32e0c206-edc5-4452-9925-2ab43ffd947c',
926
+ imageUrl: 'https://localhost:8101/images/brandcrowd/maker/maker-generic-custom-wide.png',
927
+ carouselImageUrl: null,
928
+ dimensions: '640 x 1280 px',
929
+ description: null,
930
+ height: null,
931
+ width: null,
932
+ smallDisplay: 0,
933
+ largeDisplay: 0,
934
+ slug: null,
935
+ friendlyName: null,
936
+ pluralName: 'Wide',
937
+ token: '00000000-0000-0000-0000-000000000000',
938
+ },
939
+ ],
940
+ },
941
+ ];