@designcrowd/fe-shared-lib 1.6.0 → 1.6.1

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