@designcrowd/fe-shared-lib 1.4.5-eng-3418-3 → 1.4.5
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 +35 -35
- 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/{public → dist}/css/tailwind-brandCrowd.css +1070 -948
- package/{public → dist}/css/tailwind-brandPage.css +914 -817
- package/{public → dist}/css/tailwind-crazyDomains.css +1070 -948
- package/{public → dist}/css/tailwind-designCom.css +1070 -948
- package/{public → dist}/css/tailwind-designCrowd.css +1070 -948
- package/index.cjs +16 -16
- package/index.js +56 -56
- package/nodemon.translation.json +6 -6
- package/package.json +116 -116
- package/postcss.config.js +5 -5
- 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 +35 -35
- package/src/atoms/components/Carousel/Carousel.vue +352 -352
- package/src/atoms/components/Carousel/carousel.stories.js +261 -261
- package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
- package/src/atoms/components/Checkbox/Checkbox.stories.js +207 -340
- package/src/atoms/components/Checkbox/Checkbox.vue +90 -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 +391 -396
- package/src/atoms/components/Icon/Icon.vue +829 -838
- 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/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/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 -0
- 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/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/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/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/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/search.vue +11 -11
- package/src/atoms/components/Icon/icons/secure.vue +7 -7
- 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/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/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 -589
- 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/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/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 +160 -161
- package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
- package/src/atoms/components/Textarea/Textarea.vue +109 -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 -280
- package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
- package/src/bundleTranslation.js +86 -86
- package/src/bundles/bundled-translations.de-DE.json +7 -8
- package/src/bundles/bundled-translations.es-ES.json +7 -8
- package/src/bundles/bundled-translations.fr-CA.json +7 -8
- package/src/bundles/bundled-translations.fr-FR.json +7 -8
- package/src/bundles/bundled-translations.json +7 -8
- package/src/bundles/bundled-translations.pt-BR.json +7 -8
- package/src/bundles/bundled-translations.pt-PT.json +7 -8
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +108 -119
- package/src/experiences/clients/brand-page-api.client.js +47 -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 +98 -118
- package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +106 -108
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +137 -175
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -234
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +10 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +10 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +10 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +10 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +10 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +10 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +10 -11
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +226 -226
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +1 -1
- 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 +127 -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 +97 -102
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +296 -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 +37 -37
- package/tailwind.themes.js +59 -59
- package/vite.config.ts +37 -37
- package/src/atoms/components/Icon/icons/badge.vue +0 -8
- package/src/atoms/components/Icon/icons/briefcase.vue +0 -7
- package/src/atoms/components/Icon/icons/clipboard-check.vue +0 -7
- package/src/atoms/components/Icon/icons/file.vue +0 -7
- package/src/atoms/components/Icon/icons/pen-tool.vue +0 -7
|
@@ -1,838 +1,829 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div :class="computedClass">
|
|
3
|
-
<svg
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
:viewBox="viewBox"
|
|
6
|
-
class="tw-fill-current"
|
|
7
|
-
:class="{
|
|
8
|
-
'tw-w-3 tw-h-3': size === 'xs',
|
|
9
|
-
'tw-w-4 tw-h-4': size === 'sm',
|
|
10
|
-
'tw-w-6 tw-h-6': size === 'md',
|
|
11
|
-
'tw-w-8 tw-h-8': size === 'lg',
|
|
12
|
-
'tw-w-10 tw-h-10': size === 'xl',
|
|
13
|
-
'tw-w-12 tw-h-12': size === '2xl',
|
|
14
|
-
'tw-w-14 tw-h-14': size === '3xl',
|
|
15
|
-
'tw-w-16 tw-h-16': size === '4xl',
|
|
16
|
-
'tw-w-full tw-h-full': size === 'full',
|
|
17
|
-
'tw-w-fit tw-h-full': size === 'button-icon',
|
|
18
|
-
}"
|
|
19
|
-
role="graphics-symbol"
|
|
20
|
-
aria-labelledby="title"
|
|
21
|
-
aria-describedby="desc"
|
|
22
|
-
:data-id="`${name}-${id}-title`"
|
|
23
|
-
>
|
|
24
|
-
<desc v-if="description" :id="`${name}-${id}-desc`" lang="en">{{ description }}</desc>
|
|
25
|
-
<component :is="`icon-${iconName}`"></component>
|
|
26
|
-
</svg>
|
|
27
|
-
</div>
|
|
28
|
-
</template>
|
|
29
|
-
<script>
|
|
30
|
-
/* eslint-disable camelcase */
|
|
31
|
-
import IconAspectRatio1_1 from './icons/ratio-1-1.vue';
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
/* eslint-enable camelcase */
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import IconBanner from './icons/banner.vue';
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import IconBusiness from './icons/business.vue';
|
|
61
|
-
import
|
|
62
|
-
import IconButton from './icons/button.vue';
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import IconButtonDashedOval from './icons/buttons/button-dashed-oval.vue';
|
|
70
|
-
import IconButtonDashedRectangle from './icons/buttons/button-dashed-rectangle.vue';
|
|
71
|
-
import IconButtonDashedRounded from './icons/buttons/button-dashed-rounded.vue';
|
|
72
|
-
import IconButtonDoublelineOval from './icons/buttons/button-doubleline-oval.vue';
|
|
73
|
-
import IconButtonDoublelineRectangle from './icons/buttons/button-doubleline-rectangle.vue';
|
|
74
|
-
import IconButtonDoublelineRounded from './icons/buttons/button-doubleline-rounded.vue';
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
import
|
|
109
|
-
import
|
|
110
|
-
import
|
|
111
|
-
import
|
|
112
|
-
import
|
|
113
|
-
import
|
|
114
|
-
import
|
|
115
|
-
import
|
|
116
|
-
import IconEditLine from './icons/edit-line.vue';
|
|
117
|
-
import
|
|
118
|
-
import IconEllipsis from './icons/ellipsis.vue';
|
|
119
|
-
import IconEnvelopeEmail from './icons/envelope-email.vue';
|
|
120
|
-
import
|
|
121
|
-
import
|
|
122
|
-
import
|
|
123
|
-
import
|
|
124
|
-
import
|
|
125
|
-
import IconFlag from './icons/flag.vue';
|
|
126
|
-
import IconFolder from './icons/folder.vue';
|
|
127
|
-
import IconForm from './icons/form.vue';
|
|
128
|
-
import
|
|
129
|
-
import
|
|
130
|
-
import IconGlobe from './icons/globe.vue';
|
|
131
|
-
import
|
|
132
|
-
import
|
|
133
|
-
import
|
|
134
|
-
import
|
|
135
|
-
import
|
|
136
|
-
import
|
|
137
|
-
import
|
|
138
|
-
import
|
|
139
|
-
import
|
|
140
|
-
import
|
|
141
|
-
import
|
|
142
|
-
import
|
|
143
|
-
import
|
|
144
|
-
import
|
|
145
|
-
import
|
|
146
|
-
import
|
|
147
|
-
import
|
|
148
|
-
import
|
|
149
|
-
import
|
|
150
|
-
import
|
|
151
|
-
import
|
|
152
|
-
import
|
|
153
|
-
import
|
|
154
|
-
import
|
|
155
|
-
import
|
|
156
|
-
import
|
|
157
|
-
import
|
|
158
|
-
import
|
|
159
|
-
import
|
|
160
|
-
import
|
|
161
|
-
import
|
|
162
|
-
import
|
|
163
|
-
import
|
|
164
|
-
import
|
|
165
|
-
import
|
|
166
|
-
import
|
|
167
|
-
import
|
|
168
|
-
import
|
|
169
|
-
import
|
|
170
|
-
import
|
|
171
|
-
import
|
|
172
|
-
|
|
173
|
-
import
|
|
174
|
-
import
|
|
175
|
-
import
|
|
176
|
-
import
|
|
177
|
-
import
|
|
178
|
-
import
|
|
179
|
-
|
|
180
|
-
import
|
|
181
|
-
import
|
|
182
|
-
import
|
|
183
|
-
import
|
|
184
|
-
import
|
|
185
|
-
import
|
|
186
|
-
|
|
187
|
-
import IconHeaderDesktopNavStyleTabDisplayStyle1 from './icons/layout/header/desktop-tab-display-style-1.vue';
|
|
188
|
-
import IconHeaderDesktopNavStyleTabDisplayStyle2 from './icons/layout/header/desktop-tab-display-style-2.vue';
|
|
189
|
-
import IconHeaderDesktopNavStyleTabDisplayStyle3 from './icons/layout/header/desktop-tab-display-style-3.vue';
|
|
190
|
-
import IconHeaderDesktopNavStyleTabDisplayStyle4 from './icons/layout/header/desktop-tab-display-style-4.vue';
|
|
191
|
-
import IconHeaderDesktopNavStyleTabDisplayStyle5 from './icons/layout/header/desktop-tab-display-style-5.vue';
|
|
192
|
-
import IconHeaderDesktopNavStyleTabDisplayStyle6 from './icons/layout/header/desktop-tab-display-style-6.vue';
|
|
193
|
-
import IconHeaderMobileNavStyleTabDisplayStyle1 from './icons/layout/header/mobile-tab-display-style-1.vue';
|
|
194
|
-
import IconHeaderMobileNavStyleTabDisplayStyle2 from './icons/layout/header/mobile-tab-display-style-2.vue';
|
|
195
|
-
|
|
196
|
-
import IconHeaderDesktopNavStyleHamburgerDisplayStyle1 from './icons/layout/header/desktop-hamburger-display-style-1.vue';
|
|
197
|
-
import IconHeaderDesktopNavStyleHamburgerDisplayStyle2 from './icons/layout/header/desktop-hamburger-display-style-2.vue';
|
|
198
|
-
import IconHeaderMobileNavStyleHamburgerDisplayStyle1 from './icons/layout/header/mobile-hamburger-display-style-1.vue';
|
|
199
|
-
import IconHeaderMobileNavStyleHamburgerDisplayStyle2 from './icons/layout/header/mobile-hamburger-display-style-2.vue';
|
|
200
|
-
import IconHeaderMobileNavStyleHamburgerDisplayStyle3 from './icons/layout/header/mobile-hamburger-display-style-3.vue';
|
|
201
|
-
import IconHeaderMobileNavStyleHamburgerDisplayStyle4 from './icons/layout/header/mobile-hamburger-display-style-4.vue';
|
|
202
|
-
|
|
203
|
-
import IconFooterCentered from './icons/footer-centered.vue'; // TODO - @deprecate
|
|
204
|
-
import IconFooterLeft from './icons/footer-left.vue'; // TODO - @deprecate
|
|
205
|
-
import IconFooterDisplayStyle1 from './icons/layout/footer/display-style-1.vue';
|
|
206
|
-
import IconFooterDisplayStyle2 from './icons/layout/footer/display-style-2.vue';
|
|
207
|
-
|
|
208
|
-
import IconLetterheadFilled from './icons/letterhead-filled.vue';
|
|
209
|
-
import IconLink from './icons/link.vue';
|
|
210
|
-
import IconLocation from './icons/location.vue';
|
|
211
|
-
import IconLock from './icons/lock.vue';
|
|
212
|
-
import IconMacosCommand from './icons/mac-command.vue';
|
|
213
|
-
import IconMap from './icons/map.vue';
|
|
214
|
-
import IconMessage from './icons/message.vue';
|
|
215
|
-
import IconMug from './icons/mug.vue';
|
|
216
|
-
|
|
217
|
-
import
|
|
218
|
-
import
|
|
219
|
-
import
|
|
220
|
-
import
|
|
221
|
-
import
|
|
222
|
-
import
|
|
223
|
-
import
|
|
224
|
-
import
|
|
225
|
-
import
|
|
226
|
-
import
|
|
227
|
-
import
|
|
228
|
-
import
|
|
229
|
-
import
|
|
230
|
-
import
|
|
231
|
-
import
|
|
232
|
-
import
|
|
233
|
-
import
|
|
234
|
-
import
|
|
235
|
-
import
|
|
236
|
-
import
|
|
237
|
-
import
|
|
238
|
-
import
|
|
239
|
-
import
|
|
240
|
-
import
|
|
241
|
-
import
|
|
242
|
-
import
|
|
243
|
-
import
|
|
244
|
-
import
|
|
245
|
-
import
|
|
246
|
-
import
|
|
247
|
-
import
|
|
248
|
-
import
|
|
249
|
-
import
|
|
250
|
-
import
|
|
251
|
-
import
|
|
252
|
-
import
|
|
253
|
-
import
|
|
254
|
-
import
|
|
255
|
-
import
|
|
256
|
-
import
|
|
257
|
-
import
|
|
258
|
-
import
|
|
259
|
-
import
|
|
260
|
-
import
|
|
261
|
-
import
|
|
262
|
-
import
|
|
263
|
-
import
|
|
264
|
-
import
|
|
265
|
-
import
|
|
266
|
-
import
|
|
267
|
-
import
|
|
268
|
-
import
|
|
269
|
-
import
|
|
270
|
-
import
|
|
271
|
-
import
|
|
272
|
-
import
|
|
273
|
-
import
|
|
274
|
-
import
|
|
275
|
-
import
|
|
276
|
-
import
|
|
277
|
-
import
|
|
278
|
-
import
|
|
279
|
-
import
|
|
280
|
-
import
|
|
281
|
-
import
|
|
282
|
-
import
|
|
283
|
-
import
|
|
284
|
-
import
|
|
285
|
-
import
|
|
286
|
-
import
|
|
287
|
-
import
|
|
288
|
-
import
|
|
289
|
-
import
|
|
290
|
-
import
|
|
291
|
-
import
|
|
292
|
-
import
|
|
293
|
-
import
|
|
294
|
-
import
|
|
295
|
-
import
|
|
296
|
-
import
|
|
297
|
-
import
|
|
298
|
-
import
|
|
299
|
-
import
|
|
300
|
-
import
|
|
301
|
-
import
|
|
302
|
-
import
|
|
303
|
-
import
|
|
304
|
-
import
|
|
305
|
-
import
|
|
306
|
-
|
|
307
|
-
import
|
|
308
|
-
import
|
|
309
|
-
import
|
|
310
|
-
import
|
|
311
|
-
import
|
|
312
|
-
import
|
|
313
|
-
import
|
|
314
|
-
import
|
|
315
|
-
|
|
316
|
-
import IconBan from './icons/ban.vue';
|
|
317
|
-
import IconShape from './icons/shape.vue';
|
|
318
|
-
|
|
319
|
-
// Maker Icons
|
|
320
|
-
import
|
|
321
|
-
import
|
|
322
|
-
import
|
|
323
|
-
import
|
|
324
|
-
import
|
|
325
|
-
import
|
|
326
|
-
import
|
|
327
|
-
import
|
|
328
|
-
import
|
|
329
|
-
import
|
|
330
|
-
import
|
|
331
|
-
import
|
|
332
|
-
import
|
|
333
|
-
import
|
|
334
|
-
import
|
|
335
|
-
import
|
|
336
|
-
import
|
|
337
|
-
import
|
|
338
|
-
import
|
|
339
|
-
import
|
|
340
|
-
import
|
|
341
|
-
import
|
|
342
|
-
import
|
|
343
|
-
import
|
|
344
|
-
import
|
|
345
|
-
import
|
|
346
|
-
import
|
|
347
|
-
import
|
|
348
|
-
import
|
|
349
|
-
import
|
|
350
|
-
import
|
|
351
|
-
import
|
|
352
|
-
import
|
|
353
|
-
import
|
|
354
|
-
import
|
|
355
|
-
import
|
|
356
|
-
import
|
|
357
|
-
import
|
|
358
|
-
import
|
|
359
|
-
import
|
|
360
|
-
import
|
|
361
|
-
import
|
|
362
|
-
import
|
|
363
|
-
import
|
|
364
|
-
import
|
|
365
|
-
import
|
|
366
|
-
import
|
|
367
|
-
import
|
|
368
|
-
import
|
|
369
|
-
import
|
|
370
|
-
import
|
|
371
|
-
|
|
372
|
-
// Maker layout tab icons
|
|
373
|
-
import IconLayoutIbnTcn from './icons/layout/layout-icon-bottom-normal-text-center-normal.vue';
|
|
374
|
-
import IconLayoutIbnTcs from './icons/layout/layout-icon-bottom-normal-text-center-small.vue';
|
|
375
|
-
import IconLayoutIbsTcn from './icons/layout/layout-icon-bottom-small-text-center-normal.vue';
|
|
376
|
-
import
|
|
377
|
-
import
|
|
378
|
-
import
|
|
379
|
-
import
|
|
380
|
-
import IconLayoutIlnTjn from './icons/layout/layout-icon-left-normal-text-justify-normal.vue';
|
|
381
|
-
import
|
|
382
|
-
import
|
|
383
|
-
import
|
|
384
|
-
import
|
|
385
|
-
import
|
|
386
|
-
import
|
|
387
|
-
import
|
|
388
|
-
import
|
|
389
|
-
import
|
|
390
|
-
import IconLayoutItsTcn from './icons/layout/layout-icon-top-small-text-center-normal.vue';
|
|
391
|
-
|
|
392
|
-
import IconFlipHorizontal from './icons/flip-horizontal.vue';
|
|
393
|
-
import IconFlipVertical from './icons/flip-vertical.vue';
|
|
394
|
-
|
|
395
|
-
import
|
|
396
|
-
import
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
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
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
type: String,
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
},
|
|
783
|
-
|
|
784
|
-
type: String,
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
return
|
|
826
|
-
},
|
|
827
|
-
},
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
this.id = this.$.uid;
|
|
831
|
-
},
|
|
832
|
-
methods: {
|
|
833
|
-
titleCase(word) {
|
|
834
|
-
return word.replace(/^[-]*(.)/, (_, c) => c.toUpperCase()).replace(/[-]+(.)/g, (_, c) => ` ${c.toUpperCase()}`);
|
|
835
|
-
},
|
|
836
|
-
},
|
|
837
|
-
};
|
|
838
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div :class="computedClass">
|
|
3
|
+
<svg
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
:viewBox="viewBox"
|
|
6
|
+
class="tw-fill-current"
|
|
7
|
+
:class="{
|
|
8
|
+
'tw-w-3 tw-h-3': size === 'xs',
|
|
9
|
+
'tw-w-4 tw-h-4': size === 'sm',
|
|
10
|
+
'tw-w-6 tw-h-6': size === 'md',
|
|
11
|
+
'tw-w-8 tw-h-8': size === 'lg',
|
|
12
|
+
'tw-w-10 tw-h-10': size === 'xl',
|
|
13
|
+
'tw-w-12 tw-h-12': size === '2xl',
|
|
14
|
+
'tw-w-14 tw-h-14': size === '3xl',
|
|
15
|
+
'tw-w-16 tw-h-16': size === '4xl',
|
|
16
|
+
'tw-w-full tw-h-full': size === 'full',
|
|
17
|
+
'tw-w-fit tw-h-full': size === 'button-icon',
|
|
18
|
+
}"
|
|
19
|
+
role="graphics-symbol"
|
|
20
|
+
aria-labelledby="title"
|
|
21
|
+
aria-describedby="desc"
|
|
22
|
+
:data-id="`${name}-${id}-title`"
|
|
23
|
+
>
|
|
24
|
+
<desc v-if="description" :id="`${name}-${id}-desc`" lang="en">{{ description }}</desc>
|
|
25
|
+
<component :is="`icon-${iconName}`"></component>
|
|
26
|
+
</svg>
|
|
27
|
+
</div>
|
|
28
|
+
</template>
|
|
29
|
+
<script>
|
|
30
|
+
/* eslint-disable camelcase */
|
|
31
|
+
import IconAspectRatio1_1 from './icons/ratio-1-1.vue';
|
|
32
|
+
import IconAspectRatio2_3 from './icons/ratio-2-3.vue';
|
|
33
|
+
import IconAspectRatio3_2 from './icons/ratio-3-2.vue';
|
|
34
|
+
import IconAspectRatio3_4 from './icons/ratio-3-4.vue';
|
|
35
|
+
import IconAspectRatio4_3 from './icons/ratio-4-3.vue';
|
|
36
|
+
import IconAspectRatio9_16 from './icons/ratio-9-16.vue';
|
|
37
|
+
import IconAspectRatio16_9 from './icons/ratio-16-9.vue';
|
|
38
|
+
/* eslint-enable camelcase */
|
|
39
|
+
import IconAspectRatioCircle from './icons/ratio-circle.vue';
|
|
40
|
+
import IconAspectRatioOriginal from './icons/ratio-original.vue';
|
|
41
|
+
import IconArrowTopRight from './icons/arrow-top-right.vue';
|
|
42
|
+
import IconAbout from './icons/about.vue';
|
|
43
|
+
import IconAddPage from './icons/add-page.vue';
|
|
44
|
+
import IconAi from './icons/ai.vue';
|
|
45
|
+
import IconArrowDown from './icons/arrow-down.vue';
|
|
46
|
+
import IconArrowLeft from './icons/arrow-left.vue';
|
|
47
|
+
import IconArrowRight from './icons/arrow-right.vue';
|
|
48
|
+
import IconArrowUp from './icons/arrow-up.vue';
|
|
49
|
+
import IconArrowUpUnderline from './icons/arrow-up-underline.vue';
|
|
50
|
+
import IconAttach from './icons/attach.vue';
|
|
51
|
+
import IconAuthFacebook from './icons/auth-facebook.vue';
|
|
52
|
+
import IconAuthFacebookWhite from './icons/auth-facebook-white.vue';
|
|
53
|
+
import IconAuthGoogle from './icons/auth-google.vue';
|
|
54
|
+
import IconBcMast from './icons/bc-mast.vue';
|
|
55
|
+
import IconBackground from './icons/background.vue';
|
|
56
|
+
import IconBanner from './icons/banner.vue';
|
|
57
|
+
import IconBannerCentered from './icons/banner-centered.vue';
|
|
58
|
+
import IconBannerLeft from './icons/banner-left.vue';
|
|
59
|
+
import IconBrush from './icons/brush.vue';
|
|
60
|
+
import IconBusiness from './icons/business.vue';
|
|
61
|
+
import IconBusinessCardFilled from './icons/business-card-filled.vue';
|
|
62
|
+
import IconButton from './icons/button.vue';
|
|
63
|
+
import IconButtonArrow from './icons/buttons/button-arrow.vue';
|
|
64
|
+
import IconButtonArrowLeft from './icons/buttons/button-arrow-left.vue';
|
|
65
|
+
import IconButtonArrowRight from './icons/buttons/button-arrow-right.vue';
|
|
66
|
+
import IconButtonBrushstroke from './icons/buttons/button-brushstroke.vue';
|
|
67
|
+
import IconButtonBrushstrokeLeft from './icons/buttons/button-brushstroke-left.vue';
|
|
68
|
+
import IconButtonBrushstrokeRight from './icons/buttons/button-brushstroke-right.vue';
|
|
69
|
+
import IconButtonDashedOval from './icons/buttons/button-dashed-oval.vue';
|
|
70
|
+
import IconButtonDashedRectangle from './icons/buttons/button-dashed-rectangle.vue';
|
|
71
|
+
import IconButtonDashedRounded from './icons/buttons/button-dashed-rounded.vue';
|
|
72
|
+
import IconButtonDoublelineOval from './icons/buttons/button-doubleline-oval.vue';
|
|
73
|
+
import IconButtonDoublelineRectangle from './icons/buttons/button-doubleline-rectangle.vue';
|
|
74
|
+
import IconButtonDoublelineRounded from './icons/buttons/button-doubleline-rounded.vue';
|
|
75
|
+
import IconButtonJustified from './icons/button-justified.vue';
|
|
76
|
+
import IconButtonPaper from './icons/buttons/button-paper.vue';
|
|
77
|
+
import IconButtonPaperTop from './icons/buttons/button-paper-top.vue';
|
|
78
|
+
import IconButtonPaperBottom from './icons/buttons/button-paper-bottom.vue';
|
|
79
|
+
import IconButtonSoftshadowOval from './icons/buttons/button-softshadow-oval.vue';
|
|
80
|
+
import IconButtonSoftshadowRectangle from './icons/buttons/button-softshadow-rectangle.vue';
|
|
81
|
+
import IconButtonSoftshadowRounded from './icons/buttons/button-softshadow-rounded.vue';
|
|
82
|
+
import IconCalendar from './icons/calendar.vue';
|
|
83
|
+
import IconCalculator from './icons/calculator.vue';
|
|
84
|
+
import IconCalloutError from './icons/callout-error.vue';
|
|
85
|
+
import IconCalloutInfo from './icons/callout-info.vue';
|
|
86
|
+
import IconCalloutSuccess from './icons/callout-success.vue';
|
|
87
|
+
import IconCalloutWarning from './icons/callout-warning.vue';
|
|
88
|
+
import IconCap from './icons/cap.vue';
|
|
89
|
+
import IconCard from './icons/card.vue';
|
|
90
|
+
import IconCartEmpty from './icons/cart-empty.vue';
|
|
91
|
+
import IconCheck from './icons/check.vue';
|
|
92
|
+
import IconCheckThin from './icons/check-thin.vue';
|
|
93
|
+
import IconChevronDown from './icons/chevron-down.vue';
|
|
94
|
+
import IconChevronLeft from './icons/chevron-left.vue';
|
|
95
|
+
import IconChevronRight from './icons/chevron-right.vue';
|
|
96
|
+
import IconChevronRightWide from './icons/chevron-right-wide.vue';
|
|
97
|
+
import IconChevronUp from './icons/chevron-up.vue';
|
|
98
|
+
import IconClose from './icons/close.vue';
|
|
99
|
+
import IconCommunity from './icons/community.vue';
|
|
100
|
+
import IconContent from './icons/content.vue';
|
|
101
|
+
import IconColumn1 from './icons/column-1.vue';
|
|
102
|
+
import IconColumn2 from './icons/column-2.vue';
|
|
103
|
+
import IconColumn3 from './icons/column-3.vue';
|
|
104
|
+
import IconColumn4 from './icons/column-4.vue';
|
|
105
|
+
import IconCopy from './icons/copy.vue';
|
|
106
|
+
import IconDelete from './icons/delete.vue';
|
|
107
|
+
import IconDesigns from './icons/designs.vue';
|
|
108
|
+
import IconDesktop from './icons/desktop.vue';
|
|
109
|
+
import IconDivider from './icons/divider.vue';
|
|
110
|
+
import IconDividerThin from './icons/divider-thin.vue';
|
|
111
|
+
import IconDividerThick from './icons/divider-thick.vue';
|
|
112
|
+
import IconDonate from './icons/donate.vue';
|
|
113
|
+
import IconDownload from './icons/download.vue';
|
|
114
|
+
import IconDuplicate from './icons/duplicate.vue';
|
|
115
|
+
import IconEdit from './icons/edit.vue';
|
|
116
|
+
import IconEditLine from './icons/edit-line.vue';
|
|
117
|
+
import IconError from './icons/error.vue';
|
|
118
|
+
import IconEllipsis from './icons/ellipsis.vue';
|
|
119
|
+
import IconEnvelopeEmail from './icons/envelope-email.vue';
|
|
120
|
+
import IconEyeCrossed from './icons/eye-crossed.vue';
|
|
121
|
+
import IconEyeOpen from './icons/eye-open.vue';
|
|
122
|
+
import IconFees from './icons/fees.vue';
|
|
123
|
+
import IconFilter from './icons/filter.vue';
|
|
124
|
+
import IconFilterCrazyDomains from './icons/crazy-domains/filter.vue';
|
|
125
|
+
import IconFlag from './icons/flag.vue';
|
|
126
|
+
import IconFolder from './icons/folder.vue';
|
|
127
|
+
import IconForm from './icons/form.vue';
|
|
128
|
+
import IconFullscreen from './icons/fullscreen.vue';
|
|
129
|
+
import IconFullscreenExit from './icons/fullscreen-exit.vue';
|
|
130
|
+
import IconGlobe from './icons/globe.vue';
|
|
131
|
+
import IconGlobeCrazyDomains from './icons/crazy-domains/globe.vue';
|
|
132
|
+
import IconHamburger from './icons/hamburger.vue';
|
|
133
|
+
import IconHamburger1 from './icons/hamburger-1.vue';
|
|
134
|
+
import IconHamburger2 from './icons/hamburger-2.vue';
|
|
135
|
+
import IconHamburger3 from './icons/hamburger-3.vue';
|
|
136
|
+
import IconHamburger4 from './icons/hamburger-4.vue';
|
|
137
|
+
import IconHome from './icons/home.vue';
|
|
138
|
+
import IconHomeCrazyDomains from './icons/crazy-domains/home.vue';
|
|
139
|
+
import IconImagesGallery from './icons/images-gallery.vue';
|
|
140
|
+
import IconImageGalleryGrid from './icons/image-gallery-grid.vue';
|
|
141
|
+
import IconImageGalleryCarousel from './icons/image-gallery-carousel.vue';
|
|
142
|
+
import IconImageGalleryMasonry from './icons/image-gallery-masonry.vue';
|
|
143
|
+
import IconImages from './icons/images.vue';
|
|
144
|
+
import IconInfo from './icons/info.vue';
|
|
145
|
+
import IconJobs from './icons/jobs.vue';
|
|
146
|
+
import IconDisplayStyleAbout1 from './icons/layout/display-style-about-1.vue';
|
|
147
|
+
import IconDisplayStyleAbout2 from './icons/layout/display-style-about-2.vue';
|
|
148
|
+
import IconDisplayStyleAbout3 from './icons/layout/display-style-about-3.vue';
|
|
149
|
+
import IconDisplayStyleAbout4 from './icons/layout/display-style-about-4.vue';
|
|
150
|
+
import IconDisplayStyleAbout5 from './icons/layout/display-style-about-5.vue';
|
|
151
|
+
import IconDisplayStyleAbout6 from './icons/layout/display-style-about-6.vue';
|
|
152
|
+
import IconDisplayStyleImages1 from './icons/layout/display-style-images-1.vue';
|
|
153
|
+
import IconDisplayStyleImages2 from './icons/layout/display-style-images-2.vue';
|
|
154
|
+
import IconDisplayStyleImages3 from './icons/layout/display-style-images-3.vue';
|
|
155
|
+
import IconDisplayStyleImages4 from './icons/layout/display-style-images-4.vue';
|
|
156
|
+
import IconDisplayStyleImages5 from './icons/layout/display-style-images-5.vue';
|
|
157
|
+
import IconDisplayStyleImages6 from './icons/layout/display-style-images-6.vue';
|
|
158
|
+
import IconDisplayStyleBanner1 from './icons/layout/display-style-banner-1.vue';
|
|
159
|
+
import IconDisplayStyleBanner2 from './icons/layout/display-style-banner-2.vue';
|
|
160
|
+
import IconDisplayStyleBanner3 from './icons/layout/display-style-banner-3.vue';
|
|
161
|
+
import IconDisplayStyleBanner4 from './icons/layout/display-style-banner-4.vue';
|
|
162
|
+
import IconDisplayStyleBanner5 from './icons/layout/display-style-banner-5.vue';
|
|
163
|
+
import IconDisplayStyleBanner6 from './icons/layout/display-style-banner-6.vue';
|
|
164
|
+
import IconDisplayStyleBanner7 from './icons/layout/display-style-banner-7.vue';
|
|
165
|
+
import IconDisplayStyleBanner8 from './icons/layout/display-style-banner-8.vue';
|
|
166
|
+
import IconDisplayStyleBanner9 from './icons/layout/display-style-banner-9.vue';
|
|
167
|
+
import IconDisplayStyleContact1 from './icons/layout/display-style-contact-1.vue';
|
|
168
|
+
import IconDisplayStyleContact2 from './icons/layout/display-style-contact-2.vue';
|
|
169
|
+
import IconDisplayStyleContact4 from './icons/layout/display-style-contact-4.vue';
|
|
170
|
+
import IconDisplayStyleContact5 from './icons/layout/display-style-contact-5.vue';
|
|
171
|
+
import IconDisplayStyleContact6 from './icons/layout/display-style-contact-6.vue';
|
|
172
|
+
|
|
173
|
+
import IconNavStyleTabDisplayStyle1 from './icons/layout/nav/tab/display-style-1.vue';
|
|
174
|
+
import IconNavStyleTabDisplayStyle2 from './icons/layout/nav/tab/display-style-2.vue';
|
|
175
|
+
import IconNavStyleHamburgerDisplayStyle1 from './icons/layout/nav/hamburger/display-style-1.vue';
|
|
176
|
+
import IconNavStyleHamburgerDisplayStyle2 from './icons/layout/nav/hamburger/display-style-2.vue';
|
|
177
|
+
import IconNavStyleHamburgerDisplayStyle3 from './icons/layout/nav/hamburger/display-style-3.vue';
|
|
178
|
+
import IconNavStyleHamburgerDisplayStyle4 from './icons/layout/nav/hamburger/display-style-4.vue';
|
|
179
|
+
|
|
180
|
+
import IconHeaderNavStyleTabDisplayStyleNoLogo1 from './icons/layout/header/tab-display-style-no-logo-1.vue';
|
|
181
|
+
import IconHeaderNavStyleTabDisplayStyleNoLogo2 from './icons/layout/header/tab-display-style-no-logo-2.vue';
|
|
182
|
+
import IconHeaderNavStyleTabDisplayStyleNoLogo3 from './icons/layout/header/tab-display-style-no-logo-3.vue';
|
|
183
|
+
import IconHeaderNavStyleHamburgerDisplayStyleNoLogo1 from './icons/layout/header/hamburger-display-style-no-logo-1.vue';
|
|
184
|
+
import IconHeaderNavStyleHamburgerDisplayStyleNoLogo2 from './icons/layout/header/hamburger-display-style-no-logo-2.vue';
|
|
185
|
+
import IconHeaderNavStyleHamburgerDisplayStyleNoLogo3 from './icons/layout/header/hamburger-display-style-no-logo-3.vue';
|
|
186
|
+
|
|
187
|
+
import IconHeaderDesktopNavStyleTabDisplayStyle1 from './icons/layout/header/desktop-tab-display-style-1.vue';
|
|
188
|
+
import IconHeaderDesktopNavStyleTabDisplayStyle2 from './icons/layout/header/desktop-tab-display-style-2.vue';
|
|
189
|
+
import IconHeaderDesktopNavStyleTabDisplayStyle3 from './icons/layout/header/desktop-tab-display-style-3.vue';
|
|
190
|
+
import IconHeaderDesktopNavStyleTabDisplayStyle4 from './icons/layout/header/desktop-tab-display-style-4.vue';
|
|
191
|
+
import IconHeaderDesktopNavStyleTabDisplayStyle5 from './icons/layout/header/desktop-tab-display-style-5.vue';
|
|
192
|
+
import IconHeaderDesktopNavStyleTabDisplayStyle6 from './icons/layout/header/desktop-tab-display-style-6.vue';
|
|
193
|
+
import IconHeaderMobileNavStyleTabDisplayStyle1 from './icons/layout/header/mobile-tab-display-style-1.vue';
|
|
194
|
+
import IconHeaderMobileNavStyleTabDisplayStyle2 from './icons/layout/header/mobile-tab-display-style-2.vue';
|
|
195
|
+
|
|
196
|
+
import IconHeaderDesktopNavStyleHamburgerDisplayStyle1 from './icons/layout/header/desktop-hamburger-display-style-1.vue';
|
|
197
|
+
import IconHeaderDesktopNavStyleHamburgerDisplayStyle2 from './icons/layout/header/desktop-hamburger-display-style-2.vue';
|
|
198
|
+
import IconHeaderMobileNavStyleHamburgerDisplayStyle1 from './icons/layout/header/mobile-hamburger-display-style-1.vue';
|
|
199
|
+
import IconHeaderMobileNavStyleHamburgerDisplayStyle2 from './icons/layout/header/mobile-hamburger-display-style-2.vue';
|
|
200
|
+
import IconHeaderMobileNavStyleHamburgerDisplayStyle3 from './icons/layout/header/mobile-hamburger-display-style-3.vue';
|
|
201
|
+
import IconHeaderMobileNavStyleHamburgerDisplayStyle4 from './icons/layout/header/mobile-hamburger-display-style-4.vue';
|
|
202
|
+
|
|
203
|
+
import IconFooterCentered from './icons/footer-centered.vue'; // TODO - @deprecate
|
|
204
|
+
import IconFooterLeft from './icons/footer-left.vue'; // TODO - @deprecate
|
|
205
|
+
import IconFooterDisplayStyle1 from './icons/layout/footer/display-style-1.vue';
|
|
206
|
+
import IconFooterDisplayStyle2 from './icons/layout/footer/display-style-2.vue';
|
|
207
|
+
|
|
208
|
+
import IconLetterheadFilled from './icons/letterhead-filled.vue';
|
|
209
|
+
import IconLink from './icons/link.vue';
|
|
210
|
+
import IconLocation from './icons/location.vue';
|
|
211
|
+
import IconLock from './icons/lock.vue';
|
|
212
|
+
import IconMacosCommand from './icons/mac-command.vue';
|
|
213
|
+
import IconMap from './icons/map.vue';
|
|
214
|
+
import IconMessage from './icons/message.vue';
|
|
215
|
+
import IconMug from './icons/mug.vue';
|
|
216
|
+
|
|
217
|
+
import IconFormMessage from './icons/form-message.vue';
|
|
218
|
+
import IconContactMessage from './icons/contact-message.vue';
|
|
219
|
+
import IconMinus from './icons/minus.vue';
|
|
220
|
+
import IconMinusCircleLight from './icons/minus-circle-light.vue';
|
|
221
|
+
import IconMobile from './icons/mobile.vue';
|
|
222
|
+
import IconOther from './icons/other.vue';
|
|
223
|
+
import IconPalette from './icons/palette.vue';
|
|
224
|
+
import IconPageButtons from './icons/page-buttons.vue';
|
|
225
|
+
import IconPageHamburger from './icons/page-hamburger.vue';
|
|
226
|
+
import IconPageTabs from './icons/page-tabs.vue';
|
|
227
|
+
import IconPages from './icons/pages.vue';
|
|
228
|
+
import IconPause from './icons/pause.vue';
|
|
229
|
+
import IconPayment from './icons/payment.vue';
|
|
230
|
+
import IconPaymentsFeatured from './icons/payments-featured.vue';
|
|
231
|
+
import IconPaymentsTextonly from './icons/payments-textonly.vue';
|
|
232
|
+
import IconPaymentsThumbnail from './icons/payments-thumbnail.vue';
|
|
233
|
+
import IconPhone from './icons/phone.vue';
|
|
234
|
+
import IconPlus from './icons/plus.vue';
|
|
235
|
+
import IconPlusCircle from './icons/plus-circle.vue';
|
|
236
|
+
import IconPlusCircleLight from './icons/plus-circle-light.vue';
|
|
237
|
+
import IconPoll from './icons/poll.vue';
|
|
238
|
+
import IconPortfolio from './icons/portfolio.vue';
|
|
239
|
+
import IconPreview from './icons/preview.vue';
|
|
240
|
+
import IconPrinting from './icons/printing.vue';
|
|
241
|
+
import IconProcessing from './icons/processing.vue';
|
|
242
|
+
import IconQuestion from './icons/question.vue';
|
|
243
|
+
import IconReload from './icons/reload.vue';
|
|
244
|
+
import IconReorderable from './icons/reorderable.vue';
|
|
245
|
+
import IconRequestPayment from './icons/request-payment.vue';
|
|
246
|
+
import IconShop from './icons/shop.vue';
|
|
247
|
+
import IconSearch from './icons/search.vue';
|
|
248
|
+
import IconSecure from './icons/secure.vue';
|
|
249
|
+
import IconServices from './icons/services.vue';
|
|
250
|
+
import IconSettings from './icons/settings.vue';
|
|
251
|
+
import IconShare from './icons/share.vue';
|
|
252
|
+
import IconSms from './icons/sms.vue';
|
|
253
|
+
import IconSocialFacebook from './icons/social-facebook.vue';
|
|
254
|
+
import IconSocialFacebookColor from './icons/social-facebook-color.vue';
|
|
255
|
+
import IconSocialFacebookCrazyDomains from './icons/crazy-domains/social-facebook.vue';
|
|
256
|
+
import IconSocialGoogle from './icons/social-google.vue';
|
|
257
|
+
import IconSocialGoogleCrazyDomains from './icons/crazy-domains/social-google.vue';
|
|
258
|
+
import IconSocialInstagramColor from './icons/social-instagram-color.vue';
|
|
259
|
+
import IconSocialInstagramCrazyDomains from './icons/crazy-domains/social-instagram.vue';
|
|
260
|
+
import IconSocialLinkedinColor from './icons/social-linkedin-color.vue';
|
|
261
|
+
import IconSocialTwitterColor from './icons/social-twitter-color.vue';
|
|
262
|
+
import IconSocialTwitterCrazyDomains from './icons/crazy-domains/social-twitter.vue';
|
|
263
|
+
import IconSocialYoutubeCrazyDomains from './icons/crazy-domains/social-youtube.vue';
|
|
264
|
+
import IconStarFilled from './icons/star-filled.vue';
|
|
265
|
+
import IconStarHollow from './icons/star-hollow.vue';
|
|
266
|
+
import IconSticker from './icons/sticker.vue';
|
|
267
|
+
import IconStyles from './icons/styles.vue';
|
|
268
|
+
import IconSubmit from './icons/submit.vue';
|
|
269
|
+
import IconTemplates from './icons/templates.vue';
|
|
270
|
+
import IconTextImage from './icons/text-image.vue';
|
|
271
|
+
import IconTextImageLeft from './icons/text-image-left.vue';
|
|
272
|
+
import IconTextImageCenter from './icons/text-image-center.vue';
|
|
273
|
+
import IconTextImageOnly from './icons/text-image-only.vue';
|
|
274
|
+
import IconTextImageRight from './icons/text-image-right.vue';
|
|
275
|
+
import IconQuote from './icons/quote.vue';
|
|
276
|
+
import IconTestimonialCentered from './icons/testimonial-centered.vue';
|
|
277
|
+
import IconTestimonialColumns from './icons/testimonial-columns.vue';
|
|
278
|
+
import IconTestimonialBigImage from './icons/testimonial-big-image.vue';
|
|
279
|
+
import IconTextImageJustified from './icons/text-image-justified.vue';
|
|
280
|
+
import IconTime from './icons/time.vue';
|
|
281
|
+
import IconTooltipBottom from './icons/tooltip-bottom.vue';
|
|
282
|
+
import IconTooltipLeft from './icons/tooltip-left.vue';
|
|
283
|
+
import IconTooltipRight from './icons/tooltip-right.vue';
|
|
284
|
+
import IconTooltipTop from './icons/tooltip-top.vue';
|
|
285
|
+
import IconUpgrade from './icons/upgrade.vue';
|
|
286
|
+
import IconUpgradeAlt from './icons/upgrade-alt.vue';
|
|
287
|
+
import IconUpload from './icons/upload.vue';
|
|
288
|
+
import IconUploadArrow from './icons/upload-arrow.vue';
|
|
289
|
+
import IconUserAccounts from './icons/user-accounts.vue';
|
|
290
|
+
import IconUserHeadset from './icons/user-headset.vue';
|
|
291
|
+
import IconWatchlistFilled from './icons/watchlist-filled.vue';
|
|
292
|
+
import IconWatchlistHollow from './icons/watchlist-hollow.vue';
|
|
293
|
+
import IconWatchlistHollowAlt from './icons/watchlist-hollow-alt.vue';
|
|
294
|
+
import IconWebsite from './icons/website.vue';
|
|
295
|
+
import IconWebsiteFilled from './icons/website-filled.vue';
|
|
296
|
+
import IconWholesale from './icons/wholesale.vue';
|
|
297
|
+
import IconZoom from './icons/zoom.vue';
|
|
298
|
+
import IconZoomIn from './icons/zoom-in.vue';
|
|
299
|
+
import IconZoomOut from './icons/zoom-out.vue';
|
|
300
|
+
import IconGodaddy from './icons/godaddy/logo.vue';
|
|
301
|
+
import IconSocialShare from './icons/social-share.vue';
|
|
302
|
+
import IconIconStyleNoBg from './icons/icon-style-no-bg.vue';
|
|
303
|
+
import IconIconStyleCircleBg from './icons/icon-style-circle-bg.vue';
|
|
304
|
+
import IconIconStyleSquareBg from './icons/icon-style-square-bg.vue';
|
|
305
|
+
import IconCrop from './icons/crop.vue';
|
|
306
|
+
|
|
307
|
+
import IconReset from './icons/reset.vue';
|
|
308
|
+
import IconUndo from './icons/undo.vue';
|
|
309
|
+
import IconRedo from './icons/redo.vue';
|
|
310
|
+
import IconFilters from './icons/filters.vue';
|
|
311
|
+
import IconLayer from './icons/layer.vue';
|
|
312
|
+
import IconLayerBringFront from './icons/layer-bring-front.vue';
|
|
313
|
+
import IconLayerSendBack from './icons/layer-send-back.vue';
|
|
314
|
+
import IconOpacity from './icons/opacity.vue';
|
|
315
|
+
|
|
316
|
+
import IconBan from './icons/ban.vue';
|
|
317
|
+
import IconShape from './icons/shape.vue';
|
|
318
|
+
|
|
319
|
+
// Maker Icons
|
|
320
|
+
import IconMakerAnimate from './icons/maker/animate.vue';
|
|
321
|
+
import IconMakerCustomLandscape from './icons/maker/custom-landscape.vue';
|
|
322
|
+
import IconMakerEmail from './icons/maker/email.vue';
|
|
323
|
+
import IconMakerEmailSymbol from './icons/maker/email-symbol.vue';
|
|
324
|
+
import IconMakerEtsy from './icons/maker/etsy.vue';
|
|
325
|
+
import IconMakerFacebook from './icons/maker/facebook.vue';
|
|
326
|
+
import IconMakerFavicon from './icons/maker/favicon.vue';
|
|
327
|
+
import IconMakerFlyer from './icons/maker/flyer.vue';
|
|
328
|
+
import IconMakerGiftCertificate from './icons/maker/gift-certificate.vue';
|
|
329
|
+
import IconMakerGlobe from './icons/maker/globe.vue';
|
|
330
|
+
import IconMakerImage from './icons/maker/image.vue';
|
|
331
|
+
import IconMakerInstagram from './icons/maker/instagram.vue';
|
|
332
|
+
import IconMakerInvitation from './icons/maker/invitation.vue';
|
|
333
|
+
import IconMakerInvoice from './icons/maker/invoice.vue';
|
|
334
|
+
import IconMakerLink from './icons/maker/link.vue';
|
|
335
|
+
import IconMakerLinkedin from './icons/maker/linkedin.vue';
|
|
336
|
+
import IconMakerMenu from './icons/maker/menu.vue';
|
|
337
|
+
import IconMakerPhone from './icons/maker/phone.vue';
|
|
338
|
+
import IconMakerPinterest from './icons/maker/pinterest.vue';
|
|
339
|
+
import IconMakerPostcard from './icons/maker/postcard.vue';
|
|
340
|
+
import IconMakerPoster from './icons/maker/poster.vue';
|
|
341
|
+
import IconMakerProfile from './icons/maker/profile.vue';
|
|
342
|
+
import IconMakerQrcode from './icons/maker/qrcode.vue';
|
|
343
|
+
import IconMakerSnapchat from './icons/maker/snapchat.vue';
|
|
344
|
+
import IconMakerSoundcloud from './icons/maker/soundcloud.vue';
|
|
345
|
+
import IconMakerText from './icons/maker/text.vue';
|
|
346
|
+
import IconMakerThankyouCard from './icons/maker/thankyou-card.vue';
|
|
347
|
+
import IconMakerTiktok from './icons/maker/tiktok.vue';
|
|
348
|
+
import IconMakerTShirt from './icons/maker/t-shirt.vue';
|
|
349
|
+
import IconMakerTumblr from './icons/maker/tumblr.vue';
|
|
350
|
+
import IconMakerTwitch from './icons/maker/twitch.vue';
|
|
351
|
+
import IconMakerTwitter from './icons/maker/twitter.vue';
|
|
352
|
+
import IconMakerUppercase from './icons/maker/uppercase.vue';
|
|
353
|
+
import IconMakerVideo from './icons/maker/video.vue';
|
|
354
|
+
import IconMakerWhatsapp from './icons/maker/whatsapp.vue';
|
|
355
|
+
import IconMakerYoutube from './icons/maker/youtube.vue';
|
|
356
|
+
import IconMakerZoom from './icons/maker/zoom.vue';
|
|
357
|
+
import IconMakerAlignCenter from './icons/maker/align-center.vue';
|
|
358
|
+
import IconMakerAlignJustify from './icons/maker/align-justify.vue';
|
|
359
|
+
import IconMakerAlignLeft from './icons/maker/align-left.vue';
|
|
360
|
+
import IconMakerAlignRight from './icons/maker/align-right.vue';
|
|
361
|
+
import IconMakerItalic from './icons/maker/italic.vue';
|
|
362
|
+
import IconMakerBold from './icons/maker/bold.vue';
|
|
363
|
+
import IconMakerUnderline from './icons/maker/underline.vue';
|
|
364
|
+
import IconMakerStrikethrough from './icons/maker/strikethrough.vue';
|
|
365
|
+
import IconMakerSpacing from './icons/maker/spacing.vue';
|
|
366
|
+
import IconMakerTextColor from './icons/maker/text-color.vue';
|
|
367
|
+
import IconMakerTextBackgroundColor from './icons/maker/text-background-color.vue';
|
|
368
|
+
import IconMakerPlay from './icons/maker/play.vue';
|
|
369
|
+
import IconMakerPause from './icons/maker/pause.vue';
|
|
370
|
+
import IconMakerEraser from './icons/maker/eraser.vue';
|
|
371
|
+
|
|
372
|
+
// Maker layout tab icons
|
|
373
|
+
import IconLayoutIbnTcn from './icons/layout/layout-icon-bottom-normal-text-center-normal.vue';
|
|
374
|
+
import IconLayoutIbnTcs from './icons/layout/layout-icon-bottom-normal-text-center-small.vue';
|
|
375
|
+
import IconLayoutIbsTcn from './icons/layout/layout-icon-bottom-small-text-center-normal.vue';
|
|
376
|
+
import IconLayoutIcnCtc from './icons/layout/layout-icon-center-normal-curved-text-circle.vue';
|
|
377
|
+
import IconLayoutIcnCtt from './icons/layout/layout-icon-center-normal-curved-text-top.vue';
|
|
378
|
+
import IconLayoutIcnCtb from './icons/layout/layout-icon-center-normal-curved-text-bottom.vue';
|
|
379
|
+
import IconLayoutItnTjn from './icons/layout/layout-icon-top-normal-text-justify-normal.vue';
|
|
380
|
+
import IconLayoutIlnTjn from './icons/layout/layout-icon-left-normal-text-justify-normal.vue';
|
|
381
|
+
import IconLayoutIrnTjn from './icons/layout/layout-icon-right-normal-text-justify-normal.vue';
|
|
382
|
+
import IconLayoutIlnTcn from './icons/layout/layout-icon-left-normal-text-center-normal.vue';
|
|
383
|
+
import IconLayoutIlnTln from './icons/layout/layout-icon-left-normal-text-left-normal.vue';
|
|
384
|
+
import IconLayoutIlsTln from './icons/layout/layout-icon-left-small-text-left-normal.vue';
|
|
385
|
+
import IconLayoutIrnTcn from './icons/layout/layout-icon-right-normal-text-center-normal.vue';
|
|
386
|
+
import IconLayoutIrnTrn from './icons/layout/layout-icon-right-normal-text-right-normal.vue';
|
|
387
|
+
import IconLayoutIrsTrn from './icons/layout/layout-icon-right-small-text-right-normal.vue';
|
|
388
|
+
import IconLayoutItnTcn from './icons/layout/layout-icon-top-normal-text-center-normal.vue';
|
|
389
|
+
import IconLayoutItnTcs from './icons/layout/layout-icon-top-normal-text-center-small.vue';
|
|
390
|
+
import IconLayoutItsTcn from './icons/layout/layout-icon-top-small-text-center-normal.vue';
|
|
391
|
+
|
|
392
|
+
import IconFlipHorizontal from './icons/flip-horizontal.vue';
|
|
393
|
+
import IconFlipVertical from './icons/flip-vertical.vue';
|
|
394
|
+
|
|
395
|
+
import IconVolume from './icons/volume.vue';
|
|
396
|
+
import IconVolumeMuted from './icons/volume-muted.vue';
|
|
397
|
+
|
|
398
|
+
export default {
|
|
399
|
+
components: {
|
|
400
|
+
IconAbout,
|
|
401
|
+
IconAddPage,
|
|
402
|
+
IconAi,
|
|
403
|
+
IconArrowDown,
|
|
404
|
+
IconArrowLeft,
|
|
405
|
+
IconArrowRight,
|
|
406
|
+
IconArrowUp,
|
|
407
|
+
IconArrowUpUnderline,
|
|
408
|
+
IconAttach,
|
|
409
|
+
IconAuthFacebook,
|
|
410
|
+
IconAuthFacebookWhite,
|
|
411
|
+
IconAuthGoogle,
|
|
412
|
+
IconBcMast,
|
|
413
|
+
IconBackground,
|
|
414
|
+
IconBanner,
|
|
415
|
+
IconBannerCentered,
|
|
416
|
+
IconBannerLeft,
|
|
417
|
+
IconBrush,
|
|
418
|
+
IconBusiness,
|
|
419
|
+
IconBusinessCardFilled,
|
|
420
|
+
IconButton,
|
|
421
|
+
IconButtonArrow,
|
|
422
|
+
IconButtonArrowLeft,
|
|
423
|
+
IconButtonArrowRight,
|
|
424
|
+
IconButtonBrushstroke,
|
|
425
|
+
IconButtonBrushstrokeLeft,
|
|
426
|
+
IconButtonBrushstrokeRight,
|
|
427
|
+
IconButtonDashedOval,
|
|
428
|
+
IconButtonDashedRectangle,
|
|
429
|
+
IconButtonDashedRounded,
|
|
430
|
+
IconButtonDoublelineOval,
|
|
431
|
+
IconButtonDoublelineRectangle,
|
|
432
|
+
IconButtonDoublelineRounded,
|
|
433
|
+
IconButtonJustified,
|
|
434
|
+
IconButtonPaper,
|
|
435
|
+
IconButtonPaperTop,
|
|
436
|
+
IconButtonPaperBottom,
|
|
437
|
+
IconButtonSoftshadowOval,
|
|
438
|
+
IconButtonSoftshadowRectangle,
|
|
439
|
+
IconButtonSoftshadowRounded,
|
|
440
|
+
IconCalendar,
|
|
441
|
+
IconCalculator,
|
|
442
|
+
IconCalloutError,
|
|
443
|
+
IconCalloutInfo,
|
|
444
|
+
IconCalloutSuccess,
|
|
445
|
+
IconCalloutWarning,
|
|
446
|
+
IconCap,
|
|
447
|
+
IconCard,
|
|
448
|
+
IconCartEmpty,
|
|
449
|
+
IconCheck,
|
|
450
|
+
IconCheckThin,
|
|
451
|
+
IconChevronDown,
|
|
452
|
+
IconChevronLeft,
|
|
453
|
+
IconChevronRight,
|
|
454
|
+
IconChevronRightWide,
|
|
455
|
+
IconChevronUp,
|
|
456
|
+
IconClose,
|
|
457
|
+
IconCommunity,
|
|
458
|
+
IconContent,
|
|
459
|
+
IconColumn1,
|
|
460
|
+
IconColumn2,
|
|
461
|
+
IconColumn3,
|
|
462
|
+
IconColumn4,
|
|
463
|
+
IconCopy,
|
|
464
|
+
IconDelete,
|
|
465
|
+
IconDesigns,
|
|
466
|
+
IconDesktop,
|
|
467
|
+
IconDivider,
|
|
468
|
+
IconDividerThick,
|
|
469
|
+
IconDividerThin,
|
|
470
|
+
IconDonate,
|
|
471
|
+
IconDownload,
|
|
472
|
+
IconDuplicate,
|
|
473
|
+
IconEdit,
|
|
474
|
+
IconEditLine,
|
|
475
|
+
IconEllipsis,
|
|
476
|
+
IconError,
|
|
477
|
+
IconEnvelopeEmail,
|
|
478
|
+
IconEyeCrossed,
|
|
479
|
+
IconEyeOpen,
|
|
480
|
+
IconFees,
|
|
481
|
+
IconFilter,
|
|
482
|
+
IconFilterCrazyDomains,
|
|
483
|
+
IconFlag,
|
|
484
|
+
IconFolder,
|
|
485
|
+
IconFullscreen,
|
|
486
|
+
IconFullscreenExit,
|
|
487
|
+
IconGlobe,
|
|
488
|
+
IconGlobeCrazyDomains,
|
|
489
|
+
IconGodaddy,
|
|
490
|
+
IconHamburger,
|
|
491
|
+
IconHamburger1,
|
|
492
|
+
IconHamburger2,
|
|
493
|
+
IconHamburger3,
|
|
494
|
+
IconHamburger4,
|
|
495
|
+
|
|
496
|
+
IconNavStyleTabDisplayStyle1,
|
|
497
|
+
IconNavStyleTabDisplayStyle2,
|
|
498
|
+
IconNavStyleHamburgerDisplayStyle1,
|
|
499
|
+
IconNavStyleHamburgerDisplayStyle2,
|
|
500
|
+
IconNavStyleHamburgerDisplayStyle3,
|
|
501
|
+
IconNavStyleHamburgerDisplayStyle4,
|
|
502
|
+
|
|
503
|
+
IconHeaderDesktopNavStyleTabDisplayStyle1,
|
|
504
|
+
IconHeaderDesktopNavStyleTabDisplayStyle2,
|
|
505
|
+
IconHeaderDesktopNavStyleTabDisplayStyle3,
|
|
506
|
+
IconHeaderDesktopNavStyleTabDisplayStyle4,
|
|
507
|
+
IconHeaderDesktopNavStyleTabDisplayStyle5,
|
|
508
|
+
IconHeaderDesktopNavStyleTabDisplayStyle6,
|
|
509
|
+
IconHeaderNavStyleTabDisplayStyleNoLogo1,
|
|
510
|
+
IconHeaderNavStyleTabDisplayStyleNoLogo2,
|
|
511
|
+
IconHeaderNavStyleTabDisplayStyleNoLogo3,
|
|
512
|
+
IconHeaderMobileNavStyleTabDisplayStyle1,
|
|
513
|
+
IconHeaderMobileNavStyleTabDisplayStyle2,
|
|
514
|
+
|
|
515
|
+
IconHeaderDesktopNavStyleHamburgerDisplayStyle1,
|
|
516
|
+
IconHeaderDesktopNavStyleHamburgerDisplayStyle2,
|
|
517
|
+
IconHeaderNavStyleHamburgerDisplayStyleNoLogo1,
|
|
518
|
+
IconHeaderNavStyleHamburgerDisplayStyleNoLogo2,
|
|
519
|
+
IconHeaderNavStyleHamburgerDisplayStyleNoLogo3,
|
|
520
|
+
IconHeaderMobileNavStyleHamburgerDisplayStyle1,
|
|
521
|
+
IconHeaderMobileNavStyleHamburgerDisplayStyle2,
|
|
522
|
+
IconHeaderMobileNavStyleHamburgerDisplayStyle3,
|
|
523
|
+
IconHeaderMobileNavStyleHamburgerDisplayStyle4,
|
|
524
|
+
|
|
525
|
+
IconFooterDisplayStyle1,
|
|
526
|
+
IconFooterDisplayStyle2,
|
|
527
|
+
IconFooterCentered,
|
|
528
|
+
IconFooterLeft,
|
|
529
|
+
|
|
530
|
+
IconHome,
|
|
531
|
+
IconHomeCrazyDomains,
|
|
532
|
+
IconIconStyleNoBg,
|
|
533
|
+
IconIconStyleCircleBg,
|
|
534
|
+
IconIconStyleSquareBg,
|
|
535
|
+
IconImagesGallery,
|
|
536
|
+
IconImageGalleryGrid,
|
|
537
|
+
IconImageGalleryCarousel,
|
|
538
|
+
IconImageGalleryMasonry,
|
|
539
|
+
IconImages,
|
|
540
|
+
IconInfo,
|
|
541
|
+
IconJobs,
|
|
542
|
+
IconDisplayStyleAbout1,
|
|
543
|
+
IconDisplayStyleAbout2,
|
|
544
|
+
IconDisplayStyleAbout3,
|
|
545
|
+
IconDisplayStyleAbout4,
|
|
546
|
+
IconDisplayStyleAbout5,
|
|
547
|
+
IconDisplayStyleAbout6,
|
|
548
|
+
IconDisplayStyleImages1,
|
|
549
|
+
IconDisplayStyleImages2,
|
|
550
|
+
IconDisplayStyleImages3,
|
|
551
|
+
IconDisplayStyleImages4,
|
|
552
|
+
IconDisplayStyleImages5,
|
|
553
|
+
IconDisplayStyleImages6,
|
|
554
|
+
IconDisplayStyleBanner1,
|
|
555
|
+
IconDisplayStyleBanner2,
|
|
556
|
+
IconDisplayStyleBanner3,
|
|
557
|
+
IconDisplayStyleBanner4,
|
|
558
|
+
IconDisplayStyleBanner5,
|
|
559
|
+
IconDisplayStyleBanner6,
|
|
560
|
+
IconDisplayStyleBanner7,
|
|
561
|
+
IconDisplayStyleBanner8,
|
|
562
|
+
IconDisplayStyleBanner9,
|
|
563
|
+
IconDisplayStyleContact1,
|
|
564
|
+
IconDisplayStyleContact2,
|
|
565
|
+
IconDisplayStyleContact4,
|
|
566
|
+
IconDisplayStyleContact5,
|
|
567
|
+
IconDisplayStyleContact6,
|
|
568
|
+
IconLetterheadFilled,
|
|
569
|
+
IconLink,
|
|
570
|
+
IconLocation,
|
|
571
|
+
IconLock,
|
|
572
|
+
IconMacosCommand,
|
|
573
|
+
IconMap,
|
|
574
|
+
IconMessage,
|
|
575
|
+
IconForm,
|
|
576
|
+
IconFormMessage,
|
|
577
|
+
IconContactMessage,
|
|
578
|
+
IconMinus,
|
|
579
|
+
IconMinusCircleLight,
|
|
580
|
+
IconMobile,
|
|
581
|
+
IconMug,
|
|
582
|
+
IconOther,
|
|
583
|
+
IconPages,
|
|
584
|
+
IconPause,
|
|
585
|
+
IconPageButtons,
|
|
586
|
+
IconPageHamburger,
|
|
587
|
+
IconPageTabs,
|
|
588
|
+
IconPalette,
|
|
589
|
+
IconPayment,
|
|
590
|
+
IconPaymentsFeatured,
|
|
591
|
+
IconPaymentsTextonly,
|
|
592
|
+
IconPaymentsThumbnail,
|
|
593
|
+
IconPhone,
|
|
594
|
+
IconPlus,
|
|
595
|
+
IconPlusCircle,
|
|
596
|
+
IconPlusCircleLight,
|
|
597
|
+
IconPoll,
|
|
598
|
+
IconPortfolio,
|
|
599
|
+
IconPreview,
|
|
600
|
+
IconPrinting,
|
|
601
|
+
IconProcessing,
|
|
602
|
+
IconQuestion,
|
|
603
|
+
IconQuote,
|
|
604
|
+
IconReload,
|
|
605
|
+
IconReorderable,
|
|
606
|
+
IconRequestPayment,
|
|
607
|
+
IconShop,
|
|
608
|
+
IconSearch,
|
|
609
|
+
IconSecure,
|
|
610
|
+
IconServices,
|
|
611
|
+
IconSettings,
|
|
612
|
+
IconShare,
|
|
613
|
+
IconSms,
|
|
614
|
+
IconSocialFacebook,
|
|
615
|
+
IconSocialFacebookColor,
|
|
616
|
+
IconSocialFacebookCrazyDomains,
|
|
617
|
+
IconSocialGoogle,
|
|
618
|
+
IconSocialGoogleCrazyDomains,
|
|
619
|
+
IconSocialInstagramColor,
|
|
620
|
+
IconSocialInstagramCrazyDomains,
|
|
621
|
+
IconSocialLinkedinColor,
|
|
622
|
+
IconSocialShare,
|
|
623
|
+
IconSocialTwitterColor,
|
|
624
|
+
IconSocialTwitterCrazyDomains,
|
|
625
|
+
IconSocialYoutubeCrazyDomains,
|
|
626
|
+
IconStarFilled,
|
|
627
|
+
IconStarHollow,
|
|
628
|
+
IconSticker,
|
|
629
|
+
IconStyles,
|
|
630
|
+
IconSubmit,
|
|
631
|
+
IconTemplates,
|
|
632
|
+
IconTextImage,
|
|
633
|
+
IconTextImageLeft,
|
|
634
|
+
IconTextImageCenter,
|
|
635
|
+
IconTextImageOnly,
|
|
636
|
+
IconTextImageRight,
|
|
637
|
+
IconTextImageJustified,
|
|
638
|
+
IconTestimonialCentered,
|
|
639
|
+
IconTestimonialColumns,
|
|
640
|
+
IconTestimonialBigImage,
|
|
641
|
+
IconTime,
|
|
642
|
+
IconTooltipBottom,
|
|
643
|
+
IconTooltipLeft,
|
|
644
|
+
IconTooltipRight,
|
|
645
|
+
IconTooltipTop,
|
|
646
|
+
IconUpgrade,
|
|
647
|
+
IconUpgradeAlt,
|
|
648
|
+
IconUpload,
|
|
649
|
+
IconUploadArrow,
|
|
650
|
+
IconUserAccounts,
|
|
651
|
+
IconUserHeadset,
|
|
652
|
+
IconWatchlistFilled,
|
|
653
|
+
IconWatchlistHollow,
|
|
654
|
+
IconWatchlistHollowAlt,
|
|
655
|
+
IconWebsite,
|
|
656
|
+
IconWebsiteFilled,
|
|
657
|
+
IconWholesale,
|
|
658
|
+
IconZoom,
|
|
659
|
+
IconZoomIn,
|
|
660
|
+
IconZoomOut,
|
|
661
|
+
IconReset,
|
|
662
|
+
IconUndo,
|
|
663
|
+
IconRedo,
|
|
664
|
+
IconFilters,
|
|
665
|
+
IconLayer,
|
|
666
|
+
IconLayerBringFront,
|
|
667
|
+
IconLayerSendBack,
|
|
668
|
+
IconOpacity,
|
|
669
|
+
IconBan,
|
|
670
|
+
IconShape,
|
|
671
|
+
|
|
672
|
+
// Maker icons
|
|
673
|
+
IconMakerAnimate,
|
|
674
|
+
IconMakerCustomLandscape,
|
|
675
|
+
IconMakerEmail,
|
|
676
|
+
IconMakerEmailSymbol,
|
|
677
|
+
IconMakerEtsy,
|
|
678
|
+
IconMakerFacebook,
|
|
679
|
+
IconMakerFavicon,
|
|
680
|
+
IconMakerFlyer,
|
|
681
|
+
IconMakerGiftCertificate,
|
|
682
|
+
IconMakerGlobe,
|
|
683
|
+
IconMakerImage,
|
|
684
|
+
IconMakerInstagram,
|
|
685
|
+
IconMakerInvitation,
|
|
686
|
+
IconMakerInvoice,
|
|
687
|
+
IconMakerLink,
|
|
688
|
+
IconMakerLinkedin,
|
|
689
|
+
IconMakerMenu,
|
|
690
|
+
IconMakerPhone,
|
|
691
|
+
IconMakerPinterest,
|
|
692
|
+
IconMakerPostcard,
|
|
693
|
+
IconMakerPoster,
|
|
694
|
+
IconMakerProfile,
|
|
695
|
+
IconMakerQrcode,
|
|
696
|
+
IconMakerSnapchat,
|
|
697
|
+
IconMakerSoundcloud,
|
|
698
|
+
IconMakerText,
|
|
699
|
+
IconMakerThankyouCard,
|
|
700
|
+
IconMakerTiktok,
|
|
701
|
+
IconMakerTShirt,
|
|
702
|
+
IconMakerTumblr,
|
|
703
|
+
IconMakerTwitch,
|
|
704
|
+
IconMakerTwitter,
|
|
705
|
+
IconMakerUppercase,
|
|
706
|
+
IconMakerVideo,
|
|
707
|
+
IconMakerWhatsapp,
|
|
708
|
+
IconMakerYoutube,
|
|
709
|
+
IconMakerZoom,
|
|
710
|
+
IconMakerAlignCenter,
|
|
711
|
+
IconMakerAlignJustify,
|
|
712
|
+
IconMakerAlignLeft,
|
|
713
|
+
IconMakerAlignRight,
|
|
714
|
+
IconMakerItalic,
|
|
715
|
+
IconMakerBold,
|
|
716
|
+
IconMakerUnderline,
|
|
717
|
+
IconMakerStrikethrough,
|
|
718
|
+
IconMakerSpacing,
|
|
719
|
+
IconMakerTextColor,
|
|
720
|
+
IconMakerTextBackgroundColor,
|
|
721
|
+
IconMakerPlay,
|
|
722
|
+
IconMakerPause,
|
|
723
|
+
IconMakerEraser,
|
|
724
|
+
IconCrop,
|
|
725
|
+
|
|
726
|
+
// Layout
|
|
727
|
+
IconLayoutIbnTcn,
|
|
728
|
+
IconLayoutIbnTcs,
|
|
729
|
+
IconLayoutIbsTcn,
|
|
730
|
+
IconLayoutIcnCtc,
|
|
731
|
+
IconLayoutIcnCtt,
|
|
732
|
+
IconLayoutIcnCtb,
|
|
733
|
+
IconLayoutItnTjn,
|
|
734
|
+
IconLayoutIlnTjn,
|
|
735
|
+
IconLayoutIrnTjn,
|
|
736
|
+
IconLayoutIlnTln,
|
|
737
|
+
IconLayoutIlnTcn,
|
|
738
|
+
IconLayoutIlsTln,
|
|
739
|
+
IconLayoutIrnTcn,
|
|
740
|
+
IconLayoutIrnTrn,
|
|
741
|
+
IconLayoutIrsTrn,
|
|
742
|
+
IconLayoutItnTcn,
|
|
743
|
+
IconLayoutItnTcs,
|
|
744
|
+
IconLayoutItsTcn,
|
|
745
|
+
|
|
746
|
+
IconFlipHorizontal,
|
|
747
|
+
IconFlipVertical,
|
|
748
|
+
|
|
749
|
+
IconVolume,
|
|
750
|
+
IconVolumeMuted,
|
|
751
|
+
IconArrowTopRight,
|
|
752
|
+
/* eslint-disable camelcase */
|
|
753
|
+
IconAspectRatio1_1,
|
|
754
|
+
IconAspectRatio2_3,
|
|
755
|
+
IconAspectRatio3_2,
|
|
756
|
+
IconAspectRatio3_4,
|
|
757
|
+
IconAspectRatio4_3,
|
|
758
|
+
IconAspectRatio9_16,
|
|
759
|
+
IconAspectRatio16_9,
|
|
760
|
+
/* eslint-enable camelcase */
|
|
761
|
+
IconAspectRatioCircle,
|
|
762
|
+
IconAspectRatioOriginal,
|
|
763
|
+
},
|
|
764
|
+
props: {
|
|
765
|
+
viewBox: {
|
|
766
|
+
type: String,
|
|
767
|
+
required: false,
|
|
768
|
+
default: '0 0 16 16',
|
|
769
|
+
},
|
|
770
|
+
name: {
|
|
771
|
+
type: String,
|
|
772
|
+
required: true,
|
|
773
|
+
},
|
|
774
|
+
altText: {
|
|
775
|
+
type: String,
|
|
776
|
+
default: null,
|
|
777
|
+
},
|
|
778
|
+
color: {
|
|
779
|
+
type: String,
|
|
780
|
+
required: false,
|
|
781
|
+
default: '',
|
|
782
|
+
},
|
|
783
|
+
size: {
|
|
784
|
+
type: String,
|
|
785
|
+
required: false,
|
|
786
|
+
default: 'sm',
|
|
787
|
+
},
|
|
788
|
+
classes: {
|
|
789
|
+
type: String,
|
|
790
|
+
required: false,
|
|
791
|
+
default: '',
|
|
792
|
+
},
|
|
793
|
+
},
|
|
794
|
+
data() {
|
|
795
|
+
return {
|
|
796
|
+
id: null,
|
|
797
|
+
};
|
|
798
|
+
},
|
|
799
|
+
computed: {
|
|
800
|
+
computedClass() {
|
|
801
|
+
const colorCss = this.color ? `tw-text-${this.color}` : '';
|
|
802
|
+
const css = `${colorCss} ${this.classes}`.trim();
|
|
803
|
+
return css || null;
|
|
804
|
+
},
|
|
805
|
+
title() {
|
|
806
|
+
return this.altText;
|
|
807
|
+
},
|
|
808
|
+
description() {
|
|
809
|
+
return `${this.title} Icon`;
|
|
810
|
+
},
|
|
811
|
+
iconName() {
|
|
812
|
+
if (this.name) {
|
|
813
|
+
return this.name.split(' ').join('-');
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
return this.name;
|
|
817
|
+
},
|
|
818
|
+
},
|
|
819
|
+
mounted() {
|
|
820
|
+
// eslint-disable-next-line no-underscore-dangle
|
|
821
|
+
this.id = this.$.uid;
|
|
822
|
+
},
|
|
823
|
+
methods: {
|
|
824
|
+
titleCase(word) {
|
|
825
|
+
return word.replace(/^[-]*(.)/, (_, c) => c.toUpperCase()).replace(/[-]+(.)/g, (_, c) => ` ${c.toUpperCase()}`);
|
|
826
|
+
},
|
|
827
|
+
},
|
|
828
|
+
};
|
|
829
|
+
</script>
|