@designcrowd/fe-shared-lib 1.5.6-mason-1 → 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.
- package/.eslintrc.js +36 -36
- package/.github/workflows/auto-merge.yml +52 -52
- package/.prettierrc.js +7 -7
- package/.storybook/main.ts +36 -36
- package/.storybook/preview-head-master.html +4 -4
- package/.storybook/preview-head-publish-master.html +4 -4
- package/.storybook/preview-head-publish.html +9 -9
- package/.storybook/preview-head.html +9 -9
- package/.storybook/preview.js +53 -53
- package/CLAUDE.md +70 -70
- package/Dockerfile +43 -43
- package/README.md +103 -103
- package/buildspec.yml +47 -47
- package/index.cjs +16 -16
- package/index.js +58 -58
- package/nodemon.translation.json +6 -6
- package/package.json +115 -115
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +479 -577
- package/public/css/tailwind-brandPage.css +400 -473
- package/public/css/tailwind-crazyDomains.css +479 -577
- package/public/css/tailwind-designCom.css +479 -577
- package/public/css/tailwind-designCrowd.css +479 -577
- package/src/atoms/components/Button/Button.vue +341 -341
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +828 -828
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
- package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
- package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
- package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
- package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
- package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
- package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
- package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
- package/src/atoms/components/Carousel/Carousel.vue +352 -352
- package/src/atoms/components/Carousel/carousel.stories.js +530 -530
- package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
- package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
- package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
- package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
- package/src/atoms/components/Checktile/Checktile.vue +73 -73
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
- package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
- package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
- package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
- package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
- package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
- package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
- package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
- package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
- package/src/atoms/components/Icon/Icon.stories.js +401 -400
- package/src/atoms/components/Icon/Icon.vue +850 -848
- package/src/atoms/components/Icon/icons/add-page.vue +6 -6
- package/src/atoms/components/Icon/icons/ai.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
- package/src/atoms/components/Icon/icons/attach.vue +6 -6
- package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
- package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
- package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
- package/src/atoms/components/Icon/icons/background.vue +7 -7
- package/src/atoms/components/Icon/icons/badge.vue +7 -7
- package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
- package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
- package/src/atoms/components/Icon/icons/banner.vue +7 -7
- package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
- package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
- package/src/atoms/components/Icon/icons/brush.vue +6 -6
- package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/business.vue +6 -6
- package/src/atoms/components/Icon/icons/calculator.vue +3 -3
- package/src/atoms/components/Icon/icons/calendar.vue +5 -5
- package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
- package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
- package/src/atoms/components/Icon/icons/cap.vue +22 -22
- package/src/atoms/components/Icon/icons/card.vue +9 -9
- package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
- package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
- package/src/atoms/components/Icon/icons/check.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
- package/src/atoms/components/Icon/icons/close.vue +6 -6
- package/src/atoms/components/Icon/icons/community.vue +5 -5
- package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
- package/src/atoms/components/Icon/icons/content.vue +7 -7
- package/src/atoms/components/Icon/icons/copy.vue +10 -10
- package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
- package/src/atoms/components/Icon/icons/crop.vue +6 -6
- package/src/atoms/components/Icon/icons/delete.vue +8 -8
- package/src/atoms/components/Icon/icons/designs.vue +6 -6
- package/src/atoms/components/Icon/icons/desktop.vue +7 -7
- package/src/atoms/components/Icon/icons/donate.vue +6 -6
- package/src/atoms/components/Icon/icons/download.vue +5 -5
- package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
- package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
- package/src/atoms/components/Icon/icons/edit.vue +6 -6
- package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
- package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
- package/src/atoms/components/Icon/icons/error.vue +8 -8
- package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
- package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
- package/src/atoms/components/Icon/icons/fees.vue +6 -6
- package/src/atoms/components/Icon/icons/file.vue +7 -7
- package/src/atoms/components/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/Icon/icons/filters.vue +6 -6
- package/src/atoms/components/Icon/icons/flag.vue +6 -6
- package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
- package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
- package/src/atoms/components/Icon/icons/folder.vue +6 -6
- package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
- package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
- package/src/atoms/components/Icon/icons/form-message.vue +6 -6
- package/src/atoms/components/Icon/icons/form.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
- package/src/atoms/components/Icon/icons/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/home.vue +7 -7
- package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
- package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
- package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
- package/src/atoms/components/Icon/icons/images.vue +7 -7
- package/src/atoms/components/Icon/icons/info.vue +9 -9
- package/src/atoms/components/Icon/icons/jobs.vue +8 -8
- package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
- package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
- package/src/atoms/components/Icon/icons/layer.vue +6 -6
- package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
- package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
- package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/link.vue +6 -6
- package/src/atoms/components/Icon/icons/location.vue +6 -6
- package/src/atoms/components/Icon/icons/lock.vue +6 -6
- package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
- package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
- package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
- package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
- package/src/atoms/components/Icon/icons/map.vue +6 -6
- package/src/atoms/components/Icon/icons/media.vue +3 -3
- package/src/atoms/components/Icon/icons/message.vue +6 -6
- package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/Icon/icons/minus.vue +3 -3
- package/src/atoms/components/Icon/icons/mobile.vue +5 -5
- package/src/atoms/components/Icon/icons/mug.vue +29 -29
- package/src/atoms/components/Icon/icons/opacity.vue +6 -6
- package/src/atoms/components/Icon/icons/other.vue +7 -7
- package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
- package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
- package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
- package/src/atoms/components/Icon/icons/pages.vue +6 -6
- package/src/atoms/components/Icon/icons/palette.vue +6 -6
- package/src/atoms/components/Icon/icons/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/payment.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
- package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
- package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
- package/src/atoms/components/Icon/icons/phone.vue +6 -6
- package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
- package/src/atoms/components/Icon/icons/plus.vue +3 -3
- package/src/atoms/components/Icon/icons/poll.vue +3 -3
- package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
- package/src/atoms/components/Icon/icons/preview.vue +6 -6
- package/src/atoms/components/Icon/icons/printing.vue +6 -6
- package/src/atoms/components/Icon/icons/processing.vue +5 -5
- package/src/atoms/components/Icon/icons/question.vue +11 -11
- package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
- package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
- package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
- package/src/atoms/components/Icon/icons/redo.vue +6 -6
- package/src/atoms/components/Icon/icons/reload.vue +6 -6
- package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
- package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
- package/src/atoms/components/Icon/icons/reset.vue +6 -6
- package/src/atoms/components/Icon/icons/resize.vue +6 -6
- package/src/atoms/components/Icon/icons/search.vue +11 -11
- package/src/atoms/components/Icon/icons/secure.vue +7 -7
- package/src/atoms/components/Icon/icons/send.vue +12 -12
- package/src/atoms/components/Icon/icons/services.vue +7 -7
- package/src/atoms/components/Icon/icons/settings.vue +7 -7
- package/src/atoms/components/Icon/icons/shape.vue +5 -5
- package/src/atoms/components/Icon/icons/share.vue +8 -8
- package/src/atoms/components/Icon/icons/shield-tick.vue +0 -0
- package/src/atoms/components/Icon/icons/shop.vue +5 -5
- package/src/atoms/components/Icon/icons/sms.vue +5 -5
- package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/social-google.vue +5 -5
- package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
- package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-share.vue +7 -7
- package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
- package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/sticker.vue +28 -28
- package/src/atoms/components/Icon/icons/stop.vue +5 -5
- package/src/atoms/components/Icon/icons/styles.vue +5 -5
- package/src/atoms/components/Icon/icons/submit.vue +5 -5
- package/src/atoms/components/Icon/icons/templates.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
- package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
- package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image.vue +13 -13
- package/src/atoms/components/Icon/icons/time.vue +8 -8
- package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
- package/src/atoms/components/Icon/icons/undo.vue +6 -6
- package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
- package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
- package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
- package/src/atoms/components/Icon/icons/upload.vue +5 -5
- package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
- package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
- package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
- package/src/atoms/components/Icon/icons/volume.vue +5 -5
- package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/website.vue +6 -6
- package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
- package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom.vue +11 -11
- package/src/atoms/components/Loader/Loader.vue +15 -15
- package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
- package/src/atoms/components/Masonry/Masonry.vue +48 -48
- package/src/atoms/components/Masonry/fixtures.js +589 -679
- package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
- package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
- package/src/atoms/components/Modal/Modal.stories.js +293 -293
- package/src/atoms/components/Modal/Modal.vue +263 -263
- package/src/atoms/components/Notice/Notice.stories.js +174 -174
- package/src/atoms/components/Notice/Notice.vue +71 -71
- package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
- package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
- package/src/atoms/components/Picture/Picture.stories.js +90 -90
- package/src/atoms/components/Picture/Picture.vue +84 -84
- package/src/atoms/components/Picture/picture.fixtures.js +35 -35
- package/src/atoms/components/Pill/Pill.stories.js +20 -20
- package/src/atoms/components/Pill/Pill.vue +8 -8
- package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
- package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
- package/src/atoms/components/PillBar/PillBar.vue +62 -62
- package/src/atoms/components/Price/Price.fixtures.js +85 -85
- package/src/atoms/components/Price/Price.stories.js +291 -291
- package/src/atoms/components/Price/Price.vue +135 -135
- package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
- package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
- package/src/atoms/components/Price/i18n/price.fr-CA.json +5 -5
- package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
- package/src/atoms/components/Price/i18n/price.json +5 -5
- package/src/atoms/components/Price/i18n/price.pt-BR.json +5 -5
- package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
- package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -263
- package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
- package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
- package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
- package/src/atoms/components/Select/Select.stories.js +142 -142
- package/src/atoms/components/Select/Select.vue +619 -619
- package/src/atoms/components/Select/pointerMixin.js +99 -99
- package/src/atoms/components/Select/selectMixin.js +356 -356
- package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
- package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
- package/src/atoms/components/SparkleIcon/index.ts +3 -3
- package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
- package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
- package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
- package/src/atoms/components/StarRating/StarRating.vue +84 -84
- package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
- package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
- package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
- package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
- package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
- package/src/atoms/components/TextInput/TextInput.vue +161 -161
- package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
- package/src/atoms/components/Textarea/Textarea.vue +112 -112
- package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
- package/src/atoms/components/Toggle/Toggle.vue +69 -69
- package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
- package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
- package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
- package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
- package/src/atoms/constants/constants.ts +6 -6
- package/src/atoms/mixin/hash-router-mixin.js +68 -68
- package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -287
- package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
- package/src/bundleTranslation.js +86 -86
- package/src/bundles/bundled-translations.de-DE.json +6 -6
- package/src/bundles/bundled-translations.es-ES.json +6 -6
- package/src/bundles/bundled-translations.fr-CA.json +6 -6
- package/src/bundles/bundled-translations.fr-FR.json +6 -6
- package/src/bundles/bundled-translations.json +6 -6
- package/src/bundles/bundled-translations.pt-BR.json +6 -6
- package/src/bundles/bundled-translations.pt-PT.json +6 -6
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +119 -119
- package/src/experiences/clients/brand-page-api.client.js +62 -62
- package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
- package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
- package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
- package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
- package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
- package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
- package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
- package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
- package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
- package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
- package/src/experiences/components/AuthFlow/SignIn.vue +465 -465
- package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
- package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
- package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
- package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
- package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
- package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
- package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +24 -24
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +209 -209
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +214 -214
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +133 -133
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +102 -102
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +302 -302
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +35 -35
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +34 -34
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
- package/src/experiences/constants/api.js +8 -8
- package/src/experiences/constants/error-constants.js +5 -5
- package/src/experiences/constants/event-constants.js +18 -18
- package/src/experiences/constants/partner-dictionary-constants.js +27 -27
- package/src/experiences/constants/rego-source-constants.js +3 -3
- package/src/experiences/constants/sell-domain-name-constants.js +4 -4
- package/src/experiences/helpers/email-validator.js +5 -5
- package/src/experiences/helpers/hex-diff.js +116 -116
- package/src/experiences/helpers/tracking.js +5 -5
- package/src/experiences/mixins/mediaQueryMixin.js +31 -31
- package/src/experiences/mixins/themeMixin.js +22 -22
- package/src/themes/base.js +20 -20
- package/src/themes/bc.js +95 -95
- package/src/themes/bp.js +21 -21
- package/src/themes/cd.js +94 -94
- package/src/themes/dc.js +84 -84
- package/src/themes/dcom.js +106 -106
- package/src/themes/themes.js +16 -16
- package/src/useSharedLibTranslate.js +127 -127
- package/src/viewports.js +51 -51
- package/stylelint.config.js +19 -19
- package/tailwind.build.js +83 -83
- package/tailwind.config.js +36 -36
- package/tailwind.themes.js +59 -59
- package/vite.config.ts +37 -37
- package/dist/css/tailwind-brandCrowd.css +0 -2493
- package/dist/css/tailwind-brandPage.css +0 -2177
- package/dist/css/tailwind-crazyDomains.css +0 -2493
- package/dist/css/tailwind-designCom.css +0 -2493
- package/dist/css/tailwind-designCrowd.css +0 -2493
|
@@ -1,679 +1,589 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
page1: [
|
|
3
|
-
{
|
|
4
|
-
templateTypeName: 'Instagram post',
|
|
5
|
-
imageUrl:
|
|
6
|
-
'https://
|
|
7
|
-
templateName: 'Bakery And Pastry Shop',
|
|
8
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=18800',
|
|
9
|
-
height:
|
|
10
|
-
width: 1080,
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
templateTypeName: 'Instagram post',
|
|
14
|
-
imageUrl:
|
|
15
|
-
'https://dynamic.brandcrowd.com/template/preview/a2f72950-3635-43b6-b41d-b286cbbb2bd0/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
16
|
-
templateName: 'Homemade Bakeshop',
|
|
17
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=18839',
|
|
18
|
-
height: 1080,
|
|
19
|
-
width: 1080,
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
templateTypeName: 'Facebook post',
|
|
23
|
-
imageUrl:
|
|
24
|
-
'https://dynamic.brandcrowd.com/template/preview/a0f73a89-8bfa-4728-a8ad-d290ed4a49ac/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
25
|
-
templateName: 'Now Open Bakery',
|
|
26
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=9377',
|
|
27
|
-
height: 788,
|
|
28
|
-
width: 940,
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
templateTypeName: 'Business card horizontal',
|
|
32
|
-
imageUrl:
|
|
33
|
-
'https://dynamic.brandcrowd.com/template/preview/ed526c4e-c7bd-4edc-af15-863ffd906c28/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
34
|
-
templateName: 'Tasty Pastry',
|
|
35
|
-
editorUrl:
|
|
36
|
-
'/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/business%20card%20horizontal?templateId=201',
|
|
37
|
-
height: 599,
|
|
38
|
-
width: 1024,
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
templateTypeName: 'Facebook post',
|
|
42
|
-
imageUrl:
|
|
43
|
-
'https://dynamic.brandcrowd.com/template/preview/b9419fbe-ec7c-4cf3-8235-c8e34a47cbe1/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
44
|
-
templateName: 'Fresh Bread',
|
|
45
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=9380',
|
|
46
|
-
height: 788,
|
|
47
|
-
width: 940,
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
templateTypeName: 'Instagram post',
|
|
51
|
-
imageUrl:
|
|
52
|
-
'https://
|
|
53
|
-
templateName: 'A slice of happiness',
|
|
54
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=11415',
|
|
55
|
-
height: 1080,
|
|
56
|
-
width: 1080,
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
templateTypeName: 'Facebook post',
|
|
60
|
-
imageUrl:
|
|
61
|
-
'https://dynamic.brandcrowd.com/template/preview/315cc2c3-636c-4bce-96a9-4e48b260e0de/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
62
|
-
templateName: 'Bakery And Pastry Shop',
|
|
63
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=18888',
|
|
64
|
-
height: 788,
|
|
65
|
-
width: 940,
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
templateTypeName: 'Facebook cover',
|
|
69
|
-
imageUrl:
|
|
70
|
-
'https://dynamic.brandcrowd.com/template/preview/591f3a1b-2ed9-44ea-9d6f-cd0879349983/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
71
|
-
templateName: 'Bakery And Pastry Shop',
|
|
72
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=18923',
|
|
73
|
-
height: 312,
|
|
74
|
-
width: 820,
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
templateTypeName: 'Instagram post',
|
|
78
|
-
imageUrl:
|
|
79
|
-
'https://dynamic.brandcrowd.com/template/preview/d20693ca-1574-4e39-80c7-30f4756dd039/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
80
|
-
templateName: 'Best Seller Muffin',
|
|
81
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=11544',
|
|
82
|
-
height: 1080,
|
|
83
|
-
width: 1080,
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
templateTypeName: 'Instagram post',
|
|
87
|
-
imageUrl:
|
|
88
|
-
'https://dynamic.brandcrowd.com/template/preview/d34810ae-d454-46c1-a90d-71332148f740/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
89
|
-
templateName: 'Love Cookie Bite',
|
|
90
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23166',
|
|
91
|
-
height: 1080,
|
|
92
|
-
width: 1080,
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
templateTypeName: 'Facebook post',
|
|
96
|
-
imageUrl:
|
|
97
|
-
'https://
|
|
98
|
-
templateName: "Today's Special",
|
|
99
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=9383',
|
|
100
|
-
height: 788,
|
|
101
|
-
width: 940,
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
templateTypeName: 'Instagram post',
|
|
105
|
-
imageUrl:
|
|
106
|
-
'https://dynamic.brandcrowd.com/template/preview/b6a1e61b-3493-4dbc-9984-01f4ddbfad76/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
107
|
-
templateName: 'Cake Parts',
|
|
108
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=12183',
|
|
109
|
-
height: 1080,
|
|
110
|
-
width: 1080,
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
templateTypeName: 'Facebook cover',
|
|
114
|
-
imageUrl:
|
|
115
|
-
'https://dynamic.brandcrowd.com/template/preview/ff02b338-b670-4d56-9383-5f4f833ef9bf/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
116
|
-
templateName: 'Homemade Bakeshop',
|
|
117
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=18968',
|
|
118
|
-
height: 312,
|
|
119
|
-
width: 820,
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
templateTypeName: 'Facebook post',
|
|
123
|
-
imageUrl:
|
|
124
|
-
'https://dynamic.brandcrowd.com/template/preview/2277394e-e7d2-4355-922e-29a0423de3b9/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
125
|
-
templateName: 'Homemade Bakeshop',
|
|
126
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=18946',
|
|
127
|
-
height: 788,
|
|
128
|
-
width: 940,
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
templateTypeName: 'Instagram post',
|
|
132
|
-
imageUrl:
|
|
133
|
-
'https://dynamic.brandcrowd.com/template/preview/9d553d47-97f5-4f6c-964c-e6cebd23d5d7/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
134
|
-
templateName: 'Bake Sale Event',
|
|
135
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=8039',
|
|
136
|
-
height: 1080,
|
|
137
|
-
width: 1080,
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
templateTypeName: 'Instagram post',
|
|
141
|
-
imageUrl:
|
|
142
|
-
'https://
|
|
143
|
-
templateName: 'Now Open Bakery',
|
|
144
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
|
|
145
|
-
height: 1080,
|
|
146
|
-
width: 1080,
|
|
147
|
-
},
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
{
|
|
241
|
-
templateTypeName: '
|
|
242
|
-
imageUrl:
|
|
243
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
244
|
-
templateName: '
|
|
245
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/
|
|
246
|
-
height:
|
|
247
|
-
width:
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
templateTypeName: '
|
|
251
|
-
imageUrl:
|
|
252
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
253
|
-
templateName: '
|
|
254
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/
|
|
255
|
-
height:
|
|
256
|
-
width:
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
templateTypeName: 'Instagram
|
|
260
|
-
imageUrl:
|
|
261
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
262
|
-
templateName: '
|
|
263
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%
|
|
264
|
-
height:
|
|
265
|
-
width: 1080,
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
templateTypeName: '
|
|
269
|
-
imageUrl:
|
|
270
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
271
|
-
templateName: '
|
|
272
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/
|
|
273
|
-
height:
|
|
274
|
-
width:
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
templateTypeName: 'Instagram post',
|
|
278
|
-
imageUrl:
|
|
279
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
280
|
-
templateName: '
|
|
281
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=
|
|
282
|
-
height: 1080,
|
|
283
|
-
width: 1080,
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
templateTypeName: '
|
|
287
|
-
imageUrl:
|
|
288
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
289
|
-
templateName: '
|
|
290
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/
|
|
291
|
-
height:
|
|
292
|
-
width:
|
|
293
|
-
},
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
height:
|
|
412
|
-
width:
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
templateTypeName: '
|
|
416
|
-
imageUrl:
|
|
417
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
418
|
-
templateName: 'Homemade Bakeshop',
|
|
419
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/
|
|
420
|
-
height:
|
|
421
|
-
width:
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
templateTypeName: 'Instagram
|
|
425
|
-
imageUrl:
|
|
426
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
427
|
-
templateName: '
|
|
428
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%
|
|
429
|
-
height:
|
|
430
|
-
width: 1080,
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
templateTypeName: 'Facebook
|
|
434
|
-
imageUrl:
|
|
435
|
-
'https://dynamic.brandcrowd.com/template/preview/
|
|
436
|
-
templateName: '
|
|
437
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%
|
|
438
|
-
height:
|
|
439
|
-
width:
|
|
440
|
-
},
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
height:
|
|
586
|
-
width:
|
|
587
|
-
},
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
imageUrl:
|
|
591
|
-
'https://dynamic.brandcrowd.com/template/preview/9a113085-6c40-4511-b7c2-6cbc0f27c757/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
592
|
-
templateName: 'Corporate Badge',
|
|
593
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/thank%20you%20card?templateId=21336',
|
|
594
|
-
height: 1300,
|
|
595
|
-
width: 1677,
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
templateTypeName: 'Instagram post',
|
|
599
|
-
imageUrl:
|
|
600
|
-
'https://dynamic.brandcrowd.com/template/preview/a2c53a49-4212-4266-b7dc-f6aef7430a0c/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
601
|
-
templateName: 'Cookie Day Illustration',
|
|
602
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23650',
|
|
603
|
-
height: 1080,
|
|
604
|
-
width: 1080,
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
templateTypeName: 'Twitter post',
|
|
608
|
-
imageUrl:
|
|
609
|
-
'https://dynamic.brandcrowd.com/template/preview/5c957f6b-b825-43ab-a8a9-71cfcd91dd11/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
610
|
-
templateName: 'Now Open Bakery',
|
|
611
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/twitter%20post?templateId=9467',
|
|
612
|
-
height: 512,
|
|
613
|
-
width: 1024,
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
templateTypeName: 'Instagram story',
|
|
617
|
-
imageUrl:
|
|
618
|
-
'https://dynamic.brandcrowd.com/template/preview/7c99863a-684f-46ac-935c-67548800c897/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
619
|
-
templateName: 'Now Open Bakery',
|
|
620
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20story?templateId=9468',
|
|
621
|
-
height: 1920,
|
|
622
|
-
width: 1080,
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
templateTypeName: 'Facebook story',
|
|
626
|
-
imageUrl:
|
|
627
|
-
'https://dynamic.brandcrowd.com/template/preview/81ae4216-91e8-463b-b602-0683aeb1cc38/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
628
|
-
templateName: 'Now Open Bakery',
|
|
629
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20story?templateId=9451',
|
|
630
|
-
height: 1920,
|
|
631
|
-
width: 1080,
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
templateTypeName: 'Facebook ad',
|
|
635
|
-
imageUrl:
|
|
636
|
-
'https://dynamic.brandcrowd.com/template/preview/df4808b2-93af-4579-bad8-4368757febc5/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
637
|
-
templateName: 'Now Open Bakery',
|
|
638
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20ad?templateId=9452',
|
|
639
|
-
height: 628,
|
|
640
|
-
width: 1200,
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
templateTypeName: 'Instagram post',
|
|
644
|
-
imageUrl:
|
|
645
|
-
'https://dynamic.brandcrowd.com/template/preview/2bbc0c08-25d6-4290-ab6f-b88d67d6945a/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
646
|
-
templateName: 'Cake Shop',
|
|
647
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9470',
|
|
648
|
-
height: 1080,
|
|
649
|
-
width: 1080,
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
templateTypeName: 'Flyer',
|
|
653
|
-
imageUrl:
|
|
654
|
-
'https://dynamic.brandcrowd.com/template/preview/6ea0ce2d-28a0-44b9-9fca-e5b88d1d978d/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
655
|
-
templateName: 'Pink Cupcake',
|
|
656
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/flyer?templateId=11624',
|
|
657
|
-
height: 1123,
|
|
658
|
-
width: 794,
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
templateTypeName: 'Twitter post',
|
|
662
|
-
imageUrl:
|
|
663
|
-
'https://dynamic.brandcrowd.com/template/preview/08b230c3-c8f6-4caa-9d03-ab3a338144fe/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
664
|
-
templateName: 'Pink Cupcake',
|
|
665
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/twitter%20post?templateId=11617',
|
|
666
|
-
height: 512,
|
|
667
|
-
width: 1024,
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
templateTypeName: 'Facebook cover',
|
|
671
|
-
imageUrl:
|
|
672
|
-
'https://dynamic.brandcrowd.com/template/preview/3f0c78ff-fd31-4e97-ac6d-f8de6953968e/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
673
|
-
templateName: 'Pastry Cake Shop',
|
|
674
|
-
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=9525',
|
|
675
|
-
height: 312,
|
|
676
|
-
width: 820,
|
|
677
|
-
},
|
|
678
|
-
],
|
|
679
|
-
};
|
|
1
|
+
export default {
|
|
2
|
+
page1: [
|
|
3
|
+
{
|
|
4
|
+
templateTypeName: 'Instagram post',
|
|
5
|
+
imageUrl:
|
|
6
|
+
'https://dynamic.brandcrowd.com/template/preview/97ea081b-f250-4002-9c05-b02cffcc62d0/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
7
|
+
templateName: 'Bakery And Pastry Shop',
|
|
8
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=18800',
|
|
9
|
+
height: 1080,
|
|
10
|
+
width: 1080,
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
templateTypeName: 'Instagram post',
|
|
14
|
+
imageUrl:
|
|
15
|
+
'https://dynamic.brandcrowd.com/template/preview/a2f72950-3635-43b6-b41d-b286cbbb2bd0/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
16
|
+
templateName: 'Homemade Bakeshop',
|
|
17
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=18839',
|
|
18
|
+
height: 1080,
|
|
19
|
+
width: 1080,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
templateTypeName: 'Facebook post',
|
|
23
|
+
imageUrl:
|
|
24
|
+
'https://dynamic.brandcrowd.com/template/preview/a0f73a89-8bfa-4728-a8ad-d290ed4a49ac/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
25
|
+
templateName: 'Now Open Bakery',
|
|
26
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=9377',
|
|
27
|
+
height: 788,
|
|
28
|
+
width: 940,
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
templateTypeName: 'Business card horizontal',
|
|
32
|
+
imageUrl:
|
|
33
|
+
'https://dynamic.brandcrowd.com/template/preview/ed526c4e-c7bd-4edc-af15-863ffd906c28/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
34
|
+
templateName: 'Tasty Pastry',
|
|
35
|
+
editorUrl:
|
|
36
|
+
'/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/business%20card%20horizontal?templateId=201',
|
|
37
|
+
height: 599,
|
|
38
|
+
width: 1024,
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
templateTypeName: 'Facebook post',
|
|
42
|
+
imageUrl:
|
|
43
|
+
'https://dynamic.brandcrowd.com/template/preview/b9419fbe-ec7c-4cf3-8235-c8e34a47cbe1/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
44
|
+
templateName: 'Fresh Bread',
|
|
45
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=9380',
|
|
46
|
+
height: 788,
|
|
47
|
+
width: 940,
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
templateTypeName: 'Instagram post',
|
|
51
|
+
imageUrl:
|
|
52
|
+
'https://dynamic.brandcrowd.com/template/preview/08727835-a4ad-4cef-b883-fb37e23bf8c4/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
53
|
+
templateName: 'A slice of happiness',
|
|
54
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=11415',
|
|
55
|
+
height: 1080,
|
|
56
|
+
width: 1080,
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
templateTypeName: 'Facebook post',
|
|
60
|
+
imageUrl:
|
|
61
|
+
'https://dynamic.brandcrowd.com/template/preview/315cc2c3-636c-4bce-96a9-4e48b260e0de/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
62
|
+
templateName: 'Bakery And Pastry Shop',
|
|
63
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=18888',
|
|
64
|
+
height: 788,
|
|
65
|
+
width: 940,
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
templateTypeName: 'Facebook cover',
|
|
69
|
+
imageUrl:
|
|
70
|
+
'https://dynamic.brandcrowd.com/template/preview/591f3a1b-2ed9-44ea-9d6f-cd0879349983/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
71
|
+
templateName: 'Bakery And Pastry Shop',
|
|
72
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=18923',
|
|
73
|
+
height: 312,
|
|
74
|
+
width: 820,
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
templateTypeName: 'Instagram post',
|
|
78
|
+
imageUrl:
|
|
79
|
+
'https://dynamic.brandcrowd.com/template/preview/d20693ca-1574-4e39-80c7-30f4756dd039/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
80
|
+
templateName: 'Best Seller Muffin',
|
|
81
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=11544',
|
|
82
|
+
height: 1080,
|
|
83
|
+
width: 1080,
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
templateTypeName: 'Instagram post',
|
|
87
|
+
imageUrl:
|
|
88
|
+
'https://dynamic.brandcrowd.com/template/preview/d34810ae-d454-46c1-a90d-71332148f740/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
89
|
+
templateName: 'Love Cookie Bite',
|
|
90
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23166',
|
|
91
|
+
height: 1080,
|
|
92
|
+
width: 1080,
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
templateTypeName: 'Facebook post',
|
|
96
|
+
imageUrl:
|
|
97
|
+
'https://dynamic.brandcrowd.com/template/preview/69ab31b8-3666-48d2-bbe9-1ba100020728/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
98
|
+
templateName: "Today's Special",
|
|
99
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=9383',
|
|
100
|
+
height: 788,
|
|
101
|
+
width: 940,
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
templateTypeName: 'Instagram post',
|
|
105
|
+
imageUrl:
|
|
106
|
+
'https://dynamic.brandcrowd.com/template/preview/b6a1e61b-3493-4dbc-9984-01f4ddbfad76/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
107
|
+
templateName: 'Cake Parts',
|
|
108
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=12183',
|
|
109
|
+
height: 1080,
|
|
110
|
+
width: 1080,
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
templateTypeName: 'Facebook cover',
|
|
114
|
+
imageUrl:
|
|
115
|
+
'https://dynamic.brandcrowd.com/template/preview/ff02b338-b670-4d56-9383-5f4f833ef9bf/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
116
|
+
templateName: 'Homemade Bakeshop',
|
|
117
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=18968',
|
|
118
|
+
height: 312,
|
|
119
|
+
width: 820,
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
templateTypeName: 'Facebook post',
|
|
123
|
+
imageUrl:
|
|
124
|
+
'https://dynamic.brandcrowd.com/template/preview/2277394e-e7d2-4355-922e-29a0423de3b9/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
125
|
+
templateName: 'Homemade Bakeshop',
|
|
126
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=18946',
|
|
127
|
+
height: 788,
|
|
128
|
+
width: 940,
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
templateTypeName: 'Instagram post',
|
|
132
|
+
imageUrl:
|
|
133
|
+
'https://dynamic.brandcrowd.com/template/preview/9d553d47-97f5-4f6c-964c-e6cebd23d5d7/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
134
|
+
templateName: 'Bake Sale Event',
|
|
135
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=8039',
|
|
136
|
+
height: 1080,
|
|
137
|
+
width: 1080,
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
templateTypeName: 'Instagram post',
|
|
141
|
+
imageUrl:
|
|
142
|
+
'https://dynamic.brandcrowd.com/template/preview/205ed12c-6240-4ac2-92e9-0ff4cd8ff25a/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
143
|
+
templateName: 'Now Open Bakery',
|
|
144
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9453',
|
|
145
|
+
height: 1080,
|
|
146
|
+
width: 1080,
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
page2: [
|
|
150
|
+
{
|
|
151
|
+
templateTypeName: 'Instagram post',
|
|
152
|
+
imageUrl:
|
|
153
|
+
'https://dynamic.brandcrowd.com/template/preview/7b696fa8-2d84-457d-9457-d214ecb45be1/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
154
|
+
templateName: 'Matcha Macaron',
|
|
155
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=10886',
|
|
156
|
+
height: 1080,
|
|
157
|
+
width: 1080,
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
templateTypeName: 'Facebook cover',
|
|
161
|
+
imageUrl:
|
|
162
|
+
'https://dynamic.brandcrowd.com/template/preview/7cdd710c-eb89-49ab-90c6-d5b7ab639eb7/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
163
|
+
templateName: 'Mavy Wavy',
|
|
164
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=69',
|
|
165
|
+
height: 312,
|
|
166
|
+
width: 820,
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
templateTypeName: 'Instagram post',
|
|
170
|
+
imageUrl:
|
|
171
|
+
'https://dynamic.brandcrowd.com/template/preview/690cdef8-f27b-4149-a19b-9ed68f20fbe6/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
172
|
+
templateName: 'Best Seller Muffin',
|
|
173
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9911',
|
|
174
|
+
height: 1080,
|
|
175
|
+
width: 1080,
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
templateTypeName: 'Facebook post',
|
|
179
|
+
imageUrl:
|
|
180
|
+
'https://dynamic.brandcrowd.com/template/preview/b73b3495-171e-4053-b9e1-2d3764c5f816/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
181
|
+
templateName: 'Pink Cupcake',
|
|
182
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20post?templateId=11622',
|
|
183
|
+
height: 788,
|
|
184
|
+
width: 940,
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
templateTypeName: 'Instagram post',
|
|
188
|
+
imageUrl:
|
|
189
|
+
'https://dynamic.brandcrowd.com/template/preview/51d6d5a0-1bbe-4ca3-892b-e19d19204f8b/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
190
|
+
templateName: 'Pink Cupcake',
|
|
191
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=11409',
|
|
192
|
+
height: 1080,
|
|
193
|
+
width: 1080,
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
templateTypeName: 'Facebook cover',
|
|
197
|
+
imageUrl:
|
|
198
|
+
'https://dynamic.brandcrowd.com/template/preview/a2e45042-6e94-442a-8d97-12e0283d021e/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
199
|
+
templateName: 'Pink Cupcake',
|
|
200
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=11620',
|
|
201
|
+
height: 312,
|
|
202
|
+
width: 820,
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
templateTypeName: 'Facebook story',
|
|
206
|
+
imageUrl:
|
|
207
|
+
'https://dynamic.brandcrowd.com/template/preview/9902b1fe-d068-48c4-add6-84a0439fa1f1/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
208
|
+
templateName: 'Cake Shop',
|
|
209
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20story?templateId=9473',
|
|
210
|
+
height: 1920,
|
|
211
|
+
width: 1080,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
templateTypeName: 'Instagram post',
|
|
215
|
+
imageUrl:
|
|
216
|
+
'https://dynamic.brandcrowd.com/template/preview/c317dd56-82d3-4188-8451-6bc9eb9cc775/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
217
|
+
templateName: 'Christmas Cookie Day',
|
|
218
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23662',
|
|
219
|
+
height: 1080,
|
|
220
|
+
width: 1080,
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
templateTypeName: 'Facebook story',
|
|
224
|
+
imageUrl:
|
|
225
|
+
'https://dynamic.brandcrowd.com/template/preview/13fc5d2f-1904-46d0-bf1a-8f4a08591596/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
226
|
+
templateName: 'Bakery And Pastry Shop',
|
|
227
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20story?templateId=18889',
|
|
228
|
+
height: 1920,
|
|
229
|
+
width: 1080,
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
templateTypeName: 'Facebook ad',
|
|
233
|
+
imageUrl:
|
|
234
|
+
'https://dynamic.brandcrowd.com/template/preview/d62d01f1-c216-452a-b5b7-1e256516c1a2/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
235
|
+
templateName: 'Bakery And Pastry Shop',
|
|
236
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20ad?templateId=18920',
|
|
237
|
+
height: 628,
|
|
238
|
+
width: 1200,
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
templateTypeName: 'Poster',
|
|
242
|
+
imageUrl:
|
|
243
|
+
'https://dynamic.brandcrowd.com/template/preview/f5ca2164-b72f-4fb8-9cbc-52e136e8f28a/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
244
|
+
templateName: 'Bakery And Pastry Shop',
|
|
245
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/poster?templateId=18935',
|
|
246
|
+
height: 3194,
|
|
247
|
+
width: 2260,
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
templateTypeName: 'Twitter post',
|
|
251
|
+
imageUrl:
|
|
252
|
+
'https://dynamic.brandcrowd.com/template/preview/38340c8b-9494-4aaa-9a78-509bb2396ce8/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
253
|
+
templateName: 'Bakery And Pastry Shop',
|
|
254
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/twitter%20post?templateId=18892',
|
|
255
|
+
height: 512,
|
|
256
|
+
width: 1024,
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
templateTypeName: 'Instagram story',
|
|
260
|
+
imageUrl:
|
|
261
|
+
'https://dynamic.brandcrowd.com/template/preview/de6b30d4-f2ea-4994-9589-639bc897cdb6/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
262
|
+
templateName: 'Bakery And Pastry Shop',
|
|
263
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20story?templateId=18890',
|
|
264
|
+
height: 1920,
|
|
265
|
+
width: 1080,
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
templateTypeName: 'Instagram post',
|
|
269
|
+
imageUrl:
|
|
270
|
+
'https://dynamic.brandcrowd.com/template/preview/abafb492-7421-4f13-b16e-1307230353dd/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
271
|
+
templateName: 'Cute Cookie Day',
|
|
272
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23685',
|
|
273
|
+
height: 1080,
|
|
274
|
+
width: 1080,
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
templateTypeName: 'Instagram post',
|
|
278
|
+
imageUrl:
|
|
279
|
+
'https://dynamic.brandcrowd.com/template/preview/b803f439-fcd3-472e-acd4-a0cc5a2ca485/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
280
|
+
templateName: 'Memphis Cookie Day',
|
|
281
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23686',
|
|
282
|
+
height: 1080,
|
|
283
|
+
width: 1080,
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
templateTypeName: 'Pinterest board cover',
|
|
287
|
+
imageUrl:
|
|
288
|
+
'https://dynamic.brandcrowd.com/template/preview/95c5ceb2-62f6-4f4c-9055-fd6612a362b6/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
289
|
+
templateName: 'Food Cupcake',
|
|
290
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/pinterest%20board%20cover?templateId=6044',
|
|
291
|
+
height: 150,
|
|
292
|
+
width: 222,
|
|
293
|
+
},
|
|
294
|
+
],
|
|
295
|
+
page3: [
|
|
296
|
+
{
|
|
297
|
+
templateTypeName: 'Flyer',
|
|
298
|
+
imageUrl:
|
|
299
|
+
'https://dynamic.brandcrowd.com/template/preview/0bdb2794-2ef2-4812-85cb-2245fba0e519/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
300
|
+
templateName: 'Bakery And Pastry Shop',
|
|
301
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/flyer?templateId=18944',
|
|
302
|
+
height: 1123,
|
|
303
|
+
width: 794,
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
templateTypeName: 'Facebook event cover',
|
|
307
|
+
imageUrl:
|
|
308
|
+
'https://dynamic.brandcrowd.com/template/preview/e27a3de4-b12c-4528-8e8e-259091bc6c18/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
309
|
+
templateName: 'Bakery And Pastry Shop',
|
|
310
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20event%20cover?templateId=18921',
|
|
311
|
+
height: 1080,
|
|
312
|
+
width: 1920,
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
templateTypeName: 'Business card horizontal',
|
|
316
|
+
imageUrl:
|
|
317
|
+
'https://dynamic.brandcrowd.com/template/preview/31cc2340-e335-4e01-b792-c7fbaa31f208/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
318
|
+
templateName: 'Delicious Doodles',
|
|
319
|
+
editorUrl:
|
|
320
|
+
'/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/business%20card%20horizontal?templateId=46211',
|
|
321
|
+
height: 599,
|
|
322
|
+
width: 1024,
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
templateTypeName: 'Poster',
|
|
326
|
+
imageUrl:
|
|
327
|
+
'https://dynamic.brandcrowd.com/template/preview/d0804818-d183-4cfd-ac84-8fce8e2e492d/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
328
|
+
templateName: 'Homemade Bakeshop',
|
|
329
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/poster?templateId=18977',
|
|
330
|
+
height: 3194,
|
|
331
|
+
width: 2260,
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
templateTypeName: 'Instagram post',
|
|
335
|
+
imageUrl:
|
|
336
|
+
'https://dynamic.brandcrowd.com/template/preview/33c8f53e-cd5a-4a17-b1d5-d9971750f35d/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
337
|
+
templateName: 'Cookie Lover Promo',
|
|
338
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23687',
|
|
339
|
+
height: 1080,
|
|
340
|
+
width: 1080,
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
templateTypeName: 'Facebook story',
|
|
344
|
+
imageUrl:
|
|
345
|
+
'https://dynamic.brandcrowd.com/template/preview/267fa9a7-c277-4863-a5d5-d354fa38e97f/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
346
|
+
templateName: 'Homemade Bakeshop',
|
|
347
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20story?templateId=18949',
|
|
348
|
+
height: 1920,
|
|
349
|
+
width: 1080,
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
templateTypeName: 'Facebook event cover',
|
|
353
|
+
imageUrl:
|
|
354
|
+
'https://dynamic.brandcrowd.com/template/preview/ba10bd1a-9dae-4643-835f-de30dffa5962/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
355
|
+
templateName: 'Homemade Bakeshop',
|
|
356
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20event%20cover?templateId=18967',
|
|
357
|
+
height: 1080,
|
|
358
|
+
width: 1920,
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
templateTypeName: 'Instagram post',
|
|
362
|
+
imageUrl:
|
|
363
|
+
'https://dynamic.brandcrowd.com/template/preview/6a01cfd0-abd8-4358-a805-6af55e6b6ac9/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
364
|
+
templateName: 'Cookie Doodle',
|
|
365
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23691',
|
|
366
|
+
height: 1080,
|
|
367
|
+
width: 1080,
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
templateTypeName: 'Instagram post',
|
|
371
|
+
imageUrl:
|
|
372
|
+
'https://dynamic.brandcrowd.com/template/preview/88f4160d-2b8e-4940-9dc1-23f099b061c0/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
373
|
+
templateName: 'Cookie Bowl',
|
|
374
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23871',
|
|
375
|
+
height: 1080,
|
|
376
|
+
width: 1080,
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
templateTypeName: 'Facebook ad',
|
|
380
|
+
imageUrl:
|
|
381
|
+
'https://dynamic.brandcrowd.com/template/preview/407b90d3-d561-4489-ae98-04e6344e2903/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
382
|
+
templateName: 'Homemade Bakeshop',
|
|
383
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20ad?templateId=18963',
|
|
384
|
+
height: 628,
|
|
385
|
+
width: 1200,
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
templateTypeName: 'Facebook story',
|
|
389
|
+
imageUrl:
|
|
390
|
+
'https://dynamic.brandcrowd.com/template/preview/c7d79628-cd5c-4534-b73b-597e21bbe037/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
391
|
+
templateName: 'Bake Sale Event',
|
|
392
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20story?templateId=8124',
|
|
393
|
+
height: 1920,
|
|
394
|
+
width: 1080,
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
templateTypeName: 'Instagram post',
|
|
398
|
+
imageUrl:
|
|
399
|
+
'https://dynamic.brandcrowd.com/template/preview/be03c76d-c1ba-40ea-bba4-c30f1a76e205/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
400
|
+
templateName: 'Cute Cookie Day ',
|
|
401
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23700',
|
|
402
|
+
height: 1080,
|
|
403
|
+
width: 1080,
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
templateTypeName: 'Flyer',
|
|
407
|
+
imageUrl:
|
|
408
|
+
'https://dynamic.brandcrowd.com/template/preview/5db22cb2-3787-44e5-9af1-4e8cea5de4ff/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
409
|
+
templateName: 'Homemade Bakeshop',
|
|
410
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/flyer?templateId=18978',
|
|
411
|
+
height: 1123,
|
|
412
|
+
width: 794,
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
templateTypeName: 'Twitter post',
|
|
416
|
+
imageUrl:
|
|
417
|
+
'https://dynamic.brandcrowd.com/template/preview/882719cd-71d9-4d06-b9e2-b29254016468/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
418
|
+
templateName: 'Homemade Bakeshop',
|
|
419
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/twitter%20post?templateId=18959',
|
|
420
|
+
height: 512,
|
|
421
|
+
width: 1024,
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
templateTypeName: 'Instagram story',
|
|
425
|
+
imageUrl:
|
|
426
|
+
'https://dynamic.brandcrowd.com/template/preview/be5a26b0-6aec-47b0-824b-2dbcf8f61f22/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
427
|
+
templateName: 'Homemade Bakeshop',
|
|
428
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20story?templateId=18956',
|
|
429
|
+
height: 1920,
|
|
430
|
+
width: 1080,
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
templateTypeName: 'Facebook event cover',
|
|
434
|
+
imageUrl:
|
|
435
|
+
'https://dynamic.brandcrowd.com/template/preview/07af9614-a92d-41a1-9c87-585e07b48b48/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
436
|
+
templateName: 'Now Open Bakery',
|
|
437
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20event%20cover?templateId=9522',
|
|
438
|
+
height: 1080,
|
|
439
|
+
width: 1920,
|
|
440
|
+
},
|
|
441
|
+
],
|
|
442
|
+
page4: [
|
|
443
|
+
{
|
|
444
|
+
templateTypeName: 'Instagram post',
|
|
445
|
+
imageUrl:
|
|
446
|
+
'https://dynamic.brandcrowd.com/template/preview/9c0216f2-fcdd-45e5-bffc-1bb8b9a8bab9/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
447
|
+
templateName: 'Cookie Crumbs Explosion',
|
|
448
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23532',
|
|
449
|
+
height: 1080,
|
|
450
|
+
width: 1080,
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
templateTypeName: 'Instagram post',
|
|
454
|
+
imageUrl:
|
|
455
|
+
'https://dynamic.brandcrowd.com/template/preview/9872139c-9b46-4dd2-9f0d-f46162e4cc11/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
456
|
+
templateName: 'New Breakfast Restaurant',
|
|
457
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=32339',
|
|
458
|
+
height: 1080,
|
|
459
|
+
width: 1080,
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
templateTypeName: 'Postcard',
|
|
463
|
+
imageUrl:
|
|
464
|
+
'https://dynamic.brandcrowd.com/template/preview/a9cd61c6-36fc-4522-9269-f5199df1af1d/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
465
|
+
templateName: 'Now Open Bakery',
|
|
466
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/postcard?templateId=9540',
|
|
467
|
+
height: 1276,
|
|
468
|
+
width: 1784,
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
templateTypeName: 'Poster',
|
|
472
|
+
imageUrl:
|
|
473
|
+
'https://dynamic.brandcrowd.com/template/preview/f18d764f-ad59-47b6-b6a3-e54ab740424e/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
474
|
+
templateName: 'Now Open Bakery',
|
|
475
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/poster?templateId=9531',
|
|
476
|
+
height: 3194,
|
|
477
|
+
width: 2260,
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
templateTypeName: 'Menu',
|
|
481
|
+
imageUrl:
|
|
482
|
+
'https://dynamic.brandcrowd.com/template/preview/459d8901-c017-4ba3-b3fa-4984756bdee9/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
483
|
+
templateName: 'Minimal Hipster',
|
|
484
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/menu?templateId=1498',
|
|
485
|
+
height: 1123,
|
|
486
|
+
width: 794,
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
templateTypeName: 'Business card horizontal',
|
|
490
|
+
imageUrl:
|
|
491
|
+
'https://dynamic.brandcrowd.com/template/preview/2482780a-61f1-49e6-b92c-db64064b356c/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
492
|
+
templateName: 'Chef Utensils Doodle ',
|
|
493
|
+
editorUrl:
|
|
494
|
+
'/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/business%20card%20horizontal?templateId=11416',
|
|
495
|
+
height: 599,
|
|
496
|
+
width: 1024,
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
templateTypeName: 'Thank You Card',
|
|
500
|
+
imageUrl:
|
|
501
|
+
'https://dynamic.brandcrowd.com/template/preview/9a113085-6c40-4511-b7c2-6cbc0f27c757/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
502
|
+
templateName: 'Corporate Badge',
|
|
503
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/thank%20you%20card?templateId=21336',
|
|
504
|
+
height: 1300,
|
|
505
|
+
width: 1677,
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
templateTypeName: 'Instagram post',
|
|
509
|
+
imageUrl:
|
|
510
|
+
'https://dynamic.brandcrowd.com/template/preview/a2c53a49-4212-4266-b7dc-f6aef7430a0c/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
511
|
+
templateName: 'Cookie Day Illustration',
|
|
512
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=23650',
|
|
513
|
+
height: 1080,
|
|
514
|
+
width: 1080,
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
templateTypeName: 'Twitter post',
|
|
518
|
+
imageUrl:
|
|
519
|
+
'https://dynamic.brandcrowd.com/template/preview/5c957f6b-b825-43ab-a8a9-71cfcd91dd11/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
520
|
+
templateName: 'Now Open Bakery',
|
|
521
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/twitter%20post?templateId=9467',
|
|
522
|
+
height: 512,
|
|
523
|
+
width: 1024,
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
templateTypeName: 'Instagram story',
|
|
527
|
+
imageUrl:
|
|
528
|
+
'https://dynamic.brandcrowd.com/template/preview/7c99863a-684f-46ac-935c-67548800c897/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
529
|
+
templateName: 'Now Open Bakery',
|
|
530
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20story?templateId=9468',
|
|
531
|
+
height: 1920,
|
|
532
|
+
width: 1080,
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
templateTypeName: 'Facebook story',
|
|
536
|
+
imageUrl:
|
|
537
|
+
'https://dynamic.brandcrowd.com/template/preview/81ae4216-91e8-463b-b602-0683aeb1cc38/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
538
|
+
templateName: 'Now Open Bakery',
|
|
539
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20story?templateId=9451',
|
|
540
|
+
height: 1920,
|
|
541
|
+
width: 1080,
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
templateTypeName: 'Facebook ad',
|
|
545
|
+
imageUrl:
|
|
546
|
+
'https://dynamic.brandcrowd.com/template/preview/df4808b2-93af-4579-bad8-4368757febc5/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
547
|
+
templateName: 'Now Open Bakery',
|
|
548
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20ad?templateId=9452',
|
|
549
|
+
height: 628,
|
|
550
|
+
width: 1200,
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
templateTypeName: 'Instagram post',
|
|
554
|
+
imageUrl:
|
|
555
|
+
'https://dynamic.brandcrowd.com/template/preview/2bbc0c08-25d6-4290-ab6f-b88d67d6945a/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
556
|
+
templateName: 'Cake Shop',
|
|
557
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/instagram%20post?templateId=9470',
|
|
558
|
+
height: 1080,
|
|
559
|
+
width: 1080,
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
templateTypeName: 'Flyer',
|
|
563
|
+
imageUrl:
|
|
564
|
+
'https://dynamic.brandcrowd.com/template/preview/6ea0ce2d-28a0-44b9-9fca-e5b88d1d978d/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
565
|
+
templateName: 'Pink Cupcake',
|
|
566
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/flyer?templateId=11624',
|
|
567
|
+
height: 1123,
|
|
568
|
+
width: 794,
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
templateTypeName: 'Twitter post',
|
|
572
|
+
imageUrl:
|
|
573
|
+
'https://dynamic.brandcrowd.com/template/preview/08b230c3-c8f6-4caa-9d03-ab3a338144fe/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
574
|
+
templateName: 'Pink Cupcake',
|
|
575
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/twitter%20post?templateId=11617',
|
|
576
|
+
height: 512,
|
|
577
|
+
width: 1024,
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
templateTypeName: 'Facebook cover',
|
|
581
|
+
imageUrl:
|
|
582
|
+
'https://dynamic.brandcrowd.com/template/preview/3f0c78ff-fd31-4e97-ac6d-f8de6953968e/1b82ba07-3024-4424-bc01-82ea819f0a92/design-preview-2x',
|
|
583
|
+
templateName: 'Pastry Cake Shop',
|
|
584
|
+
editorUrl: '/maker/mydesigns/new/1b82ba07-3024-4424-bc01-82ea819f0a92/facebook%20cover?templateId=9525',
|
|
585
|
+
height: 312,
|
|
586
|
+
width: 820,
|
|
587
|
+
},
|
|
588
|
+
],
|
|
589
|
+
};
|