@designcrowd/fe-shared-lib 1.0.17-update-vue → 1.0.17
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/.prettierrc.js +7 -7
- package/.storybook/main.ts +39 -39
- 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 +14 -14
- package/.storybook-static/css/.keepme +0 -0
- package/Dockerfile +41 -41
- package/README.md +103 -103
- package/buildspec.yml +46 -46
- package/index.cjs +16 -16
- package/index.js +54 -54
- package/npmrc +0 -0
- package/package.json +109 -109
- package/postcss.config.js +5 -5
- package/public/css/.keepme +0 -0
- package/src/atoms/components/Button/Button.vue +323 -323
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +778 -778
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- 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/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 +562 -562
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +188 -188
- 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 +206 -206
- package/src/atoms/components/Checkbox/Checkbox.vue +89 -89
- 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 +34 -34
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +40 -40
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +30 -30
- 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 +108 -108
- package/src/atoms/components/Dropdown/DropdownItem.vue +21 -21
- package/src/atoms/components/FormControl/FormControl.mixin.js +127 -127
- 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 +385 -385
- package/src/atoms/components/Icon/Icon.vue +809 -809
- package/src/atoms/components/Icon/icons/about.vue +0 -0
- 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/ban.vue +0 -0
- 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/button-justified.vue +0 -0
- package/src/atoms/components/Icon/icons/button.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-arrow-left.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-arrow-right.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-arrow.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-brushstroke-left.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-brushstroke-right.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-brushstroke.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-dashed-oval.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-dashed-rectangle.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-dashed-rounded.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-doubleline-oval.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-doubleline-rectangle.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-doubleline-rounded.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-paper-bottom.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-paper-top.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-paper.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-softshadow-oval.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-softshadow-rectangle.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-softshadow-rounded.vue +0 -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/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/column-1.vue +0 -0
- package/src/atoms/components/Icon/icons/column-2.vue +0 -0
- package/src/atoms/components/Icon/icons/column-3.vue +0 -0
- package/src/atoms/components/Icon/icons/column-4.vue +0 -0
- 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/divider-thick.vue +0 -0
- package/src/atoms/components/Icon/icons/divider-thin.vue +0 -0
- package/src/atoms/components/Icon/icons/divider.vue +0 -0
- 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/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-1.vue +0 -0
- package/src/atoms/components/Icon/icons/hamburger-2.vue +0 -0
- package/src/atoms/components/Icon/icons/hamburger-3.vue +0 -0
- package/src/atoms/components/Icon/icons/hamburger-4.vue +0 -0
- 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/display-style-images-1.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-2.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-3.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-4.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-5.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-6.vue +0 -0
- 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/strikethrough.vue +7 -7
- 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/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/quote.vue +0 -0
- 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/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/testimonial-big-image.vue +0 -0
- package/src/atoms/components/Icon/icons/testimonial-centered.vue +0 -0
- package/src/atoms/components/Icon/icons/testimonial-columns.vue +0 -0
- 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/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 +303 -303
- package/src/atoms/components/Modal/Modal.vue +258 -258
- 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 +51 -51
- package/src/atoms/components/NumberStepper/NumberStepper.vue +298 -298
- 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 +25 -25
- package/src/atoms/components/Price/Price.stories.js +173 -173
- package/src/atoms/components/Price/Price.vue +106 -106
- 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 +594 -594
- package/src/atoms/components/Select/pointerMixin.js +99 -99
- package/src/atoms/components/Select/selectMixin.js +340 -340
- package/src/atoms/components/Slider/Slider.stories.js +0 -0
- package/src/atoms/components/Slider/Slider.vue +0 -0
- 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 +156 -156
- package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
- package/src/atoms/components/Textarea/Textarea.vue +109 -109
- 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/annotate-heart.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bezier-curve.vue +0 -0
- 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/palette.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/pen.vue +0 -0
- 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/text.vue +0 -0
- 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/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +104 -104
- package/src/experiences/clients/brand-page-api.client.js +30 -30
- 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 +210 -210
- package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
- package/src/experiences/components/AuthFlow/ResetPassword.vue +150 -150
- 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 +442 -442
- package/src/experiences/components/AuthFlow/SignUp.vue +272 -272
- 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 +91 -91
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +121 -121
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +45 -45
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +115 -115
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +203 -203
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +0 -0
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +145 -145
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +124 -124
- package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +205 -205
- package/src/experiences/components/SellDomainNameSearch/SellDomainNameSearch.vue +0 -0
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +153 -153
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +184 -184
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +152 -152
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +127 -127
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +58 -58
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +278 -278
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +328 -328
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +140 -140
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +467 -467
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +97 -97
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +69 -69
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +49 -49
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +91 -91
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +290 -290
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +201 -201
- 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/viewports.js +51 -51
- package/storybook-static/favicon.ico +0 -0
- 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/.storybook-static/assets/Auth-Cog6hw8U.css +0 -1
- package/.storybook-static/assets/Auth.stories-CbTWisKB.js +0 -490
- package/.storybook-static/assets/AuthCrazyDomains.stories-Dsjxh-je.js +0 -73
- package/.storybook-static/assets/Button-Dt0lL0uX.css +0 -1
- package/.storybook-static/assets/Button-IgCxbLvL.js +0 -1
- package/.storybook-static/assets/ButtonGroup-JjgCZ8Bt.css +0 -1
- package/.storybook-static/assets/ButtonGroup.stories-yhUiem6j.js +0 -494
- package/.storybook-static/assets/ButtonPrimary-CFNYtrCi.css +0 -1
- package/.storybook-static/assets/ButtonPrimary-Ce51KkgM.js +0 -1
- package/.storybook-static/assets/Buttons.stories-C7AZ07ow.js +0 -699
- package/.storybook-static/assets/ButtonsCrazyDomains.stories-DgtyyoFM.js +0 -199
- package/.storybook-static/assets/Checkbox.mixin-DkHpdvGa.js +0 -1
- package/.storybook-static/assets/Checkbox.stories-12upKauG.js +0 -203
- package/.storybook-static/assets/Checktile.stories-8H8_5ia-.js +0 -88
- package/.storybook-static/assets/CollapsiblePanel.stories-Cs6gaONK.js +0 -39
- package/.storybook-static/assets/Color-RQJUDNI5-B-WwomMi.js +0 -1
- package/.storybook-static/assets/ColorPicker.stories-DriJaUqB.js +0 -73
- package/.storybook-static/assets/CopyToClipboardText.stories-r9YFXGiX.js +0 -32
- package/.storybook-static/assets/DocsRenderer-K4EAMTCU-BflUCOHA.js +0 -513
- package/.storybook-static/assets/Dropdown.stories-D1RPdExw.js +0 -154
- package/.storybook-static/assets/DropdownItem-BQ0eJTHo.css +0 -1
- package/.storybook-static/assets/DropdownItem-C4PFbXSv.js +0 -1
- package/.storybook-static/assets/FormControl.mixin-BIPKWa5J.js +0 -1
- package/.storybook-static/assets/HashRouteModal.stories-jZo8F3lr.js +0 -64
- package/.storybook-static/assets/HelloBar-CXc7uecf.js +0 -1
- package/.storybook-static/assets/HelloBar.stories-DJPqn9T0.js +0 -342
- package/.storybook-static/assets/Icon-B8lXgcc0.js +0 -1
- package/.storybook-static/assets/Icon.stories-B2K3kKRW.js +0 -735
- package/.storybook-static/assets/Icon.stories-z4pz6mSi.js +0 -126
- package/.storybook-static/assets/Loader-D6_mUM4g.js +0 -1
- package/.storybook-static/assets/LogoBusinessBrandColours-7RXxlPF7.js +0 -1
- package/.storybook-static/assets/LogoBusinessBrandColours-8SUh_BWV.css +0 -1
- package/.storybook-static/assets/LogoBusinessBrandColours.stories-Cc65CQQK.js +0 -36
- package/.storybook-static/assets/Masonry-Q4MdMr0_.css +0 -1
- package/.storybook-static/assets/Masonry.stories-CB-rWe0y.js +0 -71
- package/.storybook-static/assets/Modal-BOHOQzO4.js +0 -1
- package/.storybook-static/assets/Modal-MZ2jF3mP.css +0 -1
- package/.storybook-static/assets/Modal.stories-Hbi4v2MQ.js +0 -380
- package/.storybook-static/assets/Notice.stories-ChRjh1h1.js +0 -222
- package/.storybook-static/assets/NumberStepper.stories-D4c10_Cl.js +0 -48
- package/.storybook-static/assets/PaymentConfigList.stories-EUp7r4Ga.js +0 -126
- package/.storybook-static/assets/Picture-AUjTe_FO.js +0 -1
- package/.storybook-static/assets/Picture.stories-7_37X1oI.js +0 -119
- package/.storybook-static/assets/Pill-DEH_ScBa.js +0 -1
- package/.storybook-static/assets/Pill.stories-CKakcDo1.js +0 -18
- package/.storybook-static/assets/PillBar-BeJSf_Pk.css +0 -1
- package/.storybook-static/assets/PillBar.stories-BNwlQM4p.js +0 -41
- package/.storybook-static/assets/Price-BzFp3dn5.js +0 -1
- package/.storybook-static/assets/Price.stories-m0jztoEd.js +0 -221
- package/.storybook-static/assets/PublishBrandPageModal-BOGSPjB0.css +0 -1
- package/.storybook-static/assets/PublishBrandPageModal.stories-Bt2eK5tM.js +0 -349
- package/.storybook-static/assets/SearchBar.stories-DE7D9jqF.js +0 -12
- package/.storybook-static/assets/Select-BkD_4Yie.css +0 -1
- package/.storybook-static/assets/Select.stories-vMzrjNuo.js +0 -108
- package/.storybook-static/assets/SellDomainNameList.fixtures-LC6fjr_b.js +0 -1
- package/.storybook-static/assets/SellDomainNameListModal-DAV6wUWy.js +0 -1
- package/.storybook-static/assets/SellDomainNameListModal-geQc7R-K.css +0 -1
- package/.storybook-static/assets/SellDomainNameListModal.stories-BOCkiwOR.js +0 -71
- package/.storybook-static/assets/SellDomainNameListSearchResult-DP3zr-UL.js +0 -1
- package/.storybook-static/assets/SellDomainNameListSearchResult-Dtf2vM3k.css +0 -1
- package/.storybook-static/assets/SellDomainNameSearchWithResults--W028-5L.js +0 -1
- package/.storybook-static/assets/SellDomainNameSearchWithResults.stories-CCYgVB46.js +0 -37
- package/.storybook-static/assets/SellDomainNameWidget.stories-ukdr-BaU.js +0 -36
- package/.storybook-static/assets/SignIn-B9RTmsHO.css +0 -1
- package/.storybook-static/assets/SignIn-yR2yVQBY.js +0 -1
- package/.storybook-static/assets/Slider-CQ7DbC3q.css +0 -1
- package/.storybook-static/assets/Slider.stories-CwIY_YjL.js +0 -129
- package/.storybook-static/assets/StarRating-BRQqs_py.css +0 -1
- package/.storybook-static/assets/StarRating.stories-B2ZK1FmW.js +0 -45
- package/.storybook-static/assets/TabMenu.stories-Cr3TQSxW.js +0 -47
- package/.storybook-static/assets/TextCopyField-BuZ5L-lt.js +0 -1
- package/.storybook-static/assets/TextCopyField.stories-ivRqKsNm.js +0 -47
- package/.storybook-static/assets/TextInput-BepJC9nE.js +0 -1
- package/.storybook-static/assets/TextInput.stories-BW4TEkLR.js +0 -233
- package/.storybook-static/assets/Textarea.stories-DWkB6BWG.js +0 -207
- package/.storybook-static/assets/Toggle.stories-C_GsxzOh.js +0 -161
- package/.storybook-static/assets/Tooltip-BHf5qq0n.css +0 -1
- package/.storybook-static/assets/Tooltip-BQfusa53.js +0 -1
- package/.storybook-static/assets/Tooltip.stories-CAIFG7b2.js +0 -953
- package/.storybook-static/assets/UploadYourLogoApplication-CeFWp7qz.css +0 -9
- package/.storybook-static/assets/UploadYourLogoApplication.stories-C-OLYLzi.js +0 -194
- package/.storybook-static/assets/UploadYourLogoDropzone-BZeSfjIk.css +0 -1
- package/.storybook-static/assets/UploadYourLogoDropzone-Cxgdqo37.js +0 -24
- package/.storybook-static/assets/UploadYourLogoDropzone.stories-X-I5FYLu.js +0 -35
- package/.storybook-static/assets/UploadedLogoSearchResultCard.stories-B2kj1FVv.js +0 -79
- package/.storybook-static/assets/WithTooltip-Y7J54OF7-DkTQ6h6H.js +0 -1
- package/.storybook-static/assets/_commonjsHelpers-BosuxZz1.js +0 -1
- package/.storybook-static/assets/_plugin-vue_export-helper-DlAUqK2U.js +0 -1
- package/.storybook-static/assets/api-lSJGRrF2.js +0 -1
- package/.storybook-static/assets/axe-CeoKsdFO.js +0 -30
- package/.storybook-static/assets/axios-dxcvQi4N.js +0 -6
- package/.storybook-static/assets/brand-crowd-api.client-CfTgrTzo.js +0 -1
- package/.storybook-static/assets/carousel-B0jomWUs.css +0 -1
- package/.storybook-static/assets/carousel.stories-B1RxWT1u.js +0 -374
- package/.storybook-static/assets/entry-preview-CMasyaBj.js +0 -1
- package/.storybook-static/assets/entry-preview-docs-DfJD_mNC.js +0 -14
- package/.storybook-static/assets/event-constants-6ydiL1p5.js +0 -1
- package/.storybook-static/assets/formatter-B5HCVTEV-CmCZjaYl.js +0 -58
- package/.storybook-static/assets/iframe-B6RguKdJ.js +0 -7
- package/.storybook-static/assets/index-BqKh95Lf.js +0 -24
- package/.storybook-static/assets/index-BwDkhjyp.js +0 -9
- package/.storybook-static/assets/index-D-8MO0q_.js +0 -1
- package/.storybook-static/assets/index-DK28puIS.js +0 -3
- package/.storybook-static/assets/index-DlpNa54Y.js +0 -1
- package/.storybook-static/assets/index-DrFu-skq.js +0 -6
- package/.storybook-static/assets/preview-B4GcaC1c.js +0 -1
- package/.storybook-static/assets/preview-BAz7FMXc.js +0 -396
- package/.storybook-static/assets/preview-BJPLiuSt.js +0 -1
- package/.storybook-static/assets/preview-CBGjgnh2.js +0 -1
- package/.storybook-static/assets/preview-Cv3rAi2i.js +0 -7
- package/.storybook-static/assets/preview-CwqMn10d.js +0 -20
- package/.storybook-static/assets/preview-DF-d5FoE.js +0 -1
- package/.storybook-static/assets/preview-Db4Idchh.js +0 -1
- package/.storybook-static/assets/preview-DvOZkz_N.js +0 -7
- package/.storybook-static/assets/preview-G-5UVXmd.js +0 -1
- package/.storybook-static/assets/preview-efJowmDL.js +0 -7
- package/.storybook-static/assets/syntaxhighlighter-JOJW2KGS-DjsQUJyu.js +0 -1
- package/.storybook-static/assets/tracking-ATsLLehC.js +0 -1
- package/.storybook-static/assets/vue.esm-bundler-C7QvyiW1.js +0 -47
- package/.storybook-static/css/tailwind-brandCrowd.css +0 -2344
- package/.storybook-static/css/tailwind-brandPage.css +0 -2032
- package/.storybook-static/css/tailwind-crazyDomains.css +0 -2344
- package/.storybook-static/css/tailwind-designCom.css +0 -2344
- package/.storybook-static/css/tailwind-designCrowd.css +0 -2344
- package/.storybook-static/favicon.svg +0 -7
- package/.storybook-static/iframe.html +0 -501
- package/.storybook-static/index.html +0 -163
- package/.storybook-static/index.json +0 -1
- package/.storybook-static/project.json +0 -1
- package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/a11y-1/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/actions-2/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/controls-3/manager-bundle.js +0 -60
- package/.storybook-static/sb-addons/controls-3/manager-bundle.js.LEGAL.txt +0 -18
- package/.storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +0 -12
- package/.storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/essentials-measure-7/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/essentials-outline-8/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/links-9/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/links-9/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-addons/themes-10/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/themes-10/manager-bundle.js.LEGAL.txt +0 -0
- package/.storybook-static/sb-common-assets/fonts.css +0 -31
- package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/.storybook-static/sb-manager/WithTooltip-Y7J54OF7-3AIPQNGM.js +0 -1
- package/.storybook-static/sb-manager/chunk-KCJCJECS.js +0 -234
- package/.storybook-static/sb-manager/chunk-TZAR34JC.js +0 -6
- package/.storybook-static/sb-manager/chunk-UOBNU442.js +0 -347
- package/.storybook-static/sb-manager/chunk-VCJ56UEM.js +0 -183
- package/.storybook-static/sb-manager/chunk-VMGB76WP.js +0 -9
- package/.storybook-static/sb-manager/chunk-XP3HGWTR.js +0 -1
- package/.storybook-static/sb-manager/formatter-B5HCVTEV-7DCBOGO6.js +0 -58
- package/.storybook-static/sb-manager/globals-module-info.js +0 -1
- package/.storybook-static/sb-manager/globals-runtime.js +0 -1
- package/.storybook-static/sb-manager/globals.js +0 -1
- package/.storybook-static/sb-manager/index.js +0 -1
- package/.storybook-static/sb-manager/runtime.js +0 -1
- package/.storybook-static/sb-manager/syntaxhighlighter-JOJW2KGS-7BF26SBB.js +0 -1
- package/.storybook-static/sb-preview/globals.js +0 -1
- package/.storybook-static/sb-preview/runtime.js +0 -128
- package/dist/css/tailwind-brandCrowd.css +0 -2452
- package/dist/css/tailwind-brandPage.css +0 -2140
- package/dist/css/tailwind-crazyDomains.css +0 -2452
- package/dist/css/tailwind-designCom.css +0 -2452
- package/dist/css/tailwind-designCrowd.css +0 -2452
- package/public/css/tailwind-brandCrowd.css +0 -2371
- package/public/css/tailwind-brandPage.css +0 -2059
- package/public/css/tailwind-crazyDomains.css +0 -2371
- package/public/css/tailwind-designCom.css +0 -2371
- package/public/css/tailwind-designCrowd.css +0 -2371
package/.eslintrc.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
root: true,
|
|
3
|
-
env: {
|
|
4
|
-
browser: true,
|
|
5
|
-
},
|
|
6
|
-
extends: ['plugin:vue/recommended', '@vue/airbnb', '@vue/prettier', 'plugin:storybook/recommended'],
|
|
7
|
-
parser: 'vue-eslint-parser',
|
|
8
|
-
plugins: ['prettier', '@typescript-eslint'],
|
|
9
|
-
parserOptions: {
|
|
10
|
-
parser: '@typescript-eslint/parser',
|
|
11
|
-
ecmaVersion: 2020,
|
|
12
|
-
sourceType: 'module',
|
|
13
|
-
},
|
|
14
|
-
rules: {
|
|
15
|
-
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
|
16
|
-
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
|
17
|
-
'import/no-extraneous-dependencies': [
|
|
18
|
-
'error',
|
|
19
|
-
{
|
|
20
|
-
devDependencies: true,
|
|
21
|
-
},
|
|
22
|
-
],
|
|
23
|
-
'vue/no-template-target-blank': 'off',
|
|
24
|
-
'vuejs-accessibility/form-control-has-label': 'off',
|
|
25
|
-
'vue/html-button-has-type': 'off',
|
|
26
|
-
'vue/no-reserved-component-names': 'off',
|
|
27
|
-
'vuejs-accessibility/click-events-have-key-events': 'off',
|
|
28
|
-
},
|
|
29
|
-
overrides: [
|
|
30
|
-
{
|
|
31
|
-
files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.test.{j,t}s?(x)'],
|
|
32
|
-
env: {},
|
|
33
|
-
},
|
|
34
|
-
],
|
|
35
|
-
};
|
|
1
|
+
module.exports = {
|
|
2
|
+
root: true,
|
|
3
|
+
env: {
|
|
4
|
+
browser: true,
|
|
5
|
+
},
|
|
6
|
+
extends: ['plugin:vue/recommended', '@vue/airbnb', '@vue/prettier', 'plugin:storybook/recommended'],
|
|
7
|
+
parser: 'vue-eslint-parser',
|
|
8
|
+
plugins: ['prettier', '@typescript-eslint'],
|
|
9
|
+
parserOptions: {
|
|
10
|
+
parser: '@typescript-eslint/parser',
|
|
11
|
+
ecmaVersion: 2020,
|
|
12
|
+
sourceType: 'module',
|
|
13
|
+
},
|
|
14
|
+
rules: {
|
|
15
|
+
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
|
16
|
+
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
|
17
|
+
'import/no-extraneous-dependencies': [
|
|
18
|
+
'error',
|
|
19
|
+
{
|
|
20
|
+
devDependencies: true,
|
|
21
|
+
},
|
|
22
|
+
],
|
|
23
|
+
'vue/no-template-target-blank': 'off',
|
|
24
|
+
'vuejs-accessibility/form-control-has-label': 'off',
|
|
25
|
+
'vue/html-button-has-type': 'off',
|
|
26
|
+
'vue/no-reserved-component-names': 'off',
|
|
27
|
+
'vuejs-accessibility/click-events-have-key-events': 'off',
|
|
28
|
+
},
|
|
29
|
+
overrides: [
|
|
30
|
+
{
|
|
31
|
+
files: ['**/__tests__/*.{j,t}s?(x)', '**/tests/unit/**/*.test.{j,t}s?(x)'],
|
|
32
|
+
env: {},
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
};
|
package/.prettierrc.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
singleQuote: true,
|
|
3
|
-
trailingComma: 'all',
|
|
4
|
-
arrowParens: 'always',
|
|
5
|
-
endOfLine: 'auto',
|
|
6
|
-
printWidth: 120,
|
|
7
|
-
};
|
|
1
|
+
module.exports = {
|
|
2
|
+
singleQuote: true,
|
|
3
|
+
trailingComma: 'all',
|
|
4
|
+
arrowParens: 'always',
|
|
5
|
+
endOfLine: 'auto',
|
|
6
|
+
printWidth: 120,
|
|
7
|
+
};
|
package/.storybook/main.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { mergeConfig } from 'vite';
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
stories: ['../src/**/components/**/*.stories.@(js|jsx|ts|tsx)'],
|
|
5
|
-
addons: [
|
|
6
|
-
'@storybook/addon-a11y',
|
|
7
|
-
'@storybook/addon-actions',
|
|
8
|
-
'@storybook/addon-controls',
|
|
9
|
-
'@storybook/addon-essentials',
|
|
10
|
-
'@storybook/addon-links',
|
|
11
|
-
{
|
|
12
|
-
name: '@storybook/addon-themes',
|
|
13
|
-
options: {
|
|
14
|
-
postCss: true,
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
|
-
],
|
|
18
|
-
framework: {
|
|
19
|
-
name: '@storybook/vue3-vite',
|
|
20
|
-
options: {},
|
|
21
|
-
},
|
|
22
|
-
staticDirs: ['../public'],
|
|
23
|
-
docs: {
|
|
24
|
-
autodocs: true,
|
|
25
|
-
},
|
|
26
|
-
async viteFinal(config, options) {
|
|
27
|
-
const configExtension = {
|
|
28
|
-
optimizeDeps: {
|
|
29
|
-
include: ['deepmerge'],
|
|
30
|
-
},
|
|
31
|
-
build: {
|
|
32
|
-
commonjsOptions: {
|
|
33
|
-
include: [/node_modules/],
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
return mergeConfig(config, configExtension);
|
|
38
|
-
},
|
|
39
|
-
};
|
|
1
|
+
import { mergeConfig } from 'vite';
|
|
2
|
+
|
|
3
|
+
module.exports = {
|
|
4
|
+
stories: ['../src/**/components/**/*.stories.@(js|jsx|ts|tsx)'],
|
|
5
|
+
addons: [
|
|
6
|
+
'@storybook/addon-a11y',
|
|
7
|
+
'@storybook/addon-actions',
|
|
8
|
+
'@storybook/addon-controls',
|
|
9
|
+
'@storybook/addon-essentials',
|
|
10
|
+
'@storybook/addon-links',
|
|
11
|
+
{
|
|
12
|
+
name: '@storybook/addon-themes',
|
|
13
|
+
options: {
|
|
14
|
+
postCss: true,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
],
|
|
18
|
+
framework: {
|
|
19
|
+
name: '@storybook/vue3-vite',
|
|
20
|
+
options: {},
|
|
21
|
+
},
|
|
22
|
+
staticDirs: ['../public'],
|
|
23
|
+
docs: {
|
|
24
|
+
autodocs: true,
|
|
25
|
+
},
|
|
26
|
+
async viteFinal(config, options) {
|
|
27
|
+
const configExtension = {
|
|
28
|
+
optimizeDeps: {
|
|
29
|
+
include: ['deepmerge'],
|
|
30
|
+
},
|
|
31
|
+
build: {
|
|
32
|
+
commonjsOptions: {
|
|
33
|
+
include: [/node_modules/],
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
};
|
|
37
|
+
return mergeConfig(config, configExtension);
|
|
38
|
+
},
|
|
39
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link
|
|
2
|
-
rel="stylesheet"
|
|
3
|
-
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
-
/>
|
|
1
|
+
<link
|
|
2
|
+
rel="stylesheet"
|
|
3
|
+
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
+
/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<link
|
|
2
|
-
rel="stylesheet"
|
|
3
|
-
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
-
/>
|
|
1
|
+
<link
|
|
2
|
+
rel="stylesheet"
|
|
3
|
+
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
+
/>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link
|
|
2
|
-
rel="stylesheet"
|
|
3
|
-
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
-
/>
|
|
5
|
-
|
|
6
|
-
<link rel="stylesheet" href="css/tailwind-brandCrowd.css">
|
|
7
|
-
<link rel="stylesheet" href="css/tailwind-brandPage.css">
|
|
8
|
-
<link rel="stylesheet" href="css/tailwind-crazyDomains.css">
|
|
9
|
-
<link rel="stylesheet" href="css/tailwind-designCom.css">
|
|
1
|
+
<link
|
|
2
|
+
rel="stylesheet"
|
|
3
|
+
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
+
/>
|
|
5
|
+
|
|
6
|
+
<link rel="stylesheet" href="css/tailwind-brandCrowd.css">
|
|
7
|
+
<link rel="stylesheet" href="css/tailwind-brandPage.css">
|
|
8
|
+
<link rel="stylesheet" href="css/tailwind-crazyDomains.css">
|
|
9
|
+
<link rel="stylesheet" href="css/tailwind-designCom.css">
|
|
10
10
|
<link rel="stylesheet" href="css/tailwind-designCrowd.css">
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<link
|
|
2
|
-
rel="stylesheet"
|
|
3
|
-
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
-
/>
|
|
5
|
-
|
|
6
|
-
<link rel="stylesheet" href="css/tailwind-brandCrowd.css">
|
|
7
|
-
<link rel="stylesheet" href="css/tailwind-brandPage.css">
|
|
8
|
-
<link rel="stylesheet" href="css/tailwind-crazyDomains.css">
|
|
9
|
-
<link rel="stylesheet" href="css/tailwind-designCom.css">
|
|
1
|
+
<link
|
|
2
|
+
rel="stylesheet"
|
|
3
|
+
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
|
|
4
|
+
/>
|
|
5
|
+
|
|
6
|
+
<link rel="stylesheet" href="css/tailwind-brandCrowd.css">
|
|
7
|
+
<link rel="stylesheet" href="css/tailwind-brandPage.css">
|
|
8
|
+
<link rel="stylesheet" href="css/tailwind-crazyDomains.css">
|
|
9
|
+
<link rel="stylesheet" href="css/tailwind-designCom.css">
|
|
10
10
|
<link rel="stylesheet" href="css/tailwind-designCrowd.css">
|
package/.storybook/preview.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { withThemeByClassName } from '@storybook/addon-themes';
|
|
2
|
-
|
|
3
|
-
export const decorators = [
|
|
4
|
-
withThemeByClassName({
|
|
5
|
-
themes: {
|
|
6
|
-
designCom: 'theme-designCom',
|
|
7
|
-
brandCrowd: 'theme-brandCrowd',
|
|
8
|
-
crazyDomain: 'theme-crazyDomains',
|
|
9
|
-
designCrowd: 'theme-designCrowd',
|
|
10
|
-
brandPage: 'theme-brandPage',
|
|
11
|
-
},
|
|
12
|
-
defaultTheme: 'brandCrowd',
|
|
13
|
-
}),
|
|
14
|
-
];
|
|
1
|
+
import { withThemeByClassName } from '@storybook/addon-themes';
|
|
2
|
+
|
|
3
|
+
export const decorators = [
|
|
4
|
+
withThemeByClassName({
|
|
5
|
+
themes: {
|
|
6
|
+
designCom: 'theme-designCom',
|
|
7
|
+
brandCrowd: 'theme-brandCrowd',
|
|
8
|
+
crazyDomain: 'theme-crazyDomains',
|
|
9
|
+
designCrowd: 'theme-designCrowd',
|
|
10
|
+
brandPage: 'theme-brandPage',
|
|
11
|
+
},
|
|
12
|
+
defaultTheme: 'brandCrowd',
|
|
13
|
+
}),
|
|
14
|
+
];
|
|
File without changes
|
package/Dockerfile
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
FROM node:20.11.0-slim
|
|
2
|
-
|
|
3
|
-
RUN npm i -g npm@10.7.0
|
|
4
|
-
|
|
5
|
-
RUN apt-get update \
|
|
6
|
-
&& apt-get install -qq build-essential python3
|
|
7
|
-
|
|
8
|
-
WORKDIR /app
|
|
9
|
-
|
|
10
|
-
# First we copy only the things needed by gulp to preload the resources
|
|
11
|
-
COPY package.json .
|
|
12
|
-
COPY package-lock.json .
|
|
13
|
-
|
|
14
|
-
# Import the token to access private npm packages
|
|
15
|
-
COPY npmrc .
|
|
16
|
-
|
|
17
|
-
# Copy the npmrc and rename it to .npmrc -- reason being if its present in the repository with the '.' then npm tries to use it.. ¯\_(ツ)_/¯
|
|
18
|
-
RUN mv npmrc .npmrc
|
|
19
|
-
|
|
20
|
-
ARG NPM_TOKEN
|
|
21
|
-
RUN echo $NPM_TOKEN
|
|
22
|
-
|
|
23
|
-
RUN npm i
|
|
24
|
-
|
|
25
|
-
COPY . .
|
|
26
|
-
|
|
27
|
-
COPY .npmignore ./
|
|
28
|
-
|
|
29
|
-
RUN mkdir artifacts
|
|
30
|
-
RUN npm publish || touch artifacts/npm_publish_failed
|
|
31
|
-
RUN cp package.json artifacts/
|
|
32
|
-
|
|
33
|
-
ENTRYPOINT ["/bin/echo", "Nothing to do."]
|
|
34
|
-
|
|
35
|
-
# Publish to NPM:
|
|
36
|
-
#
|
|
37
|
-
# Windows
|
|
38
|
-
# docker build . --build-arg NPM_TOKEN=%NPM_TOKEN%
|
|
39
|
-
#
|
|
40
|
-
# Linux
|
|
41
|
-
# docker build . --build-arg NPM_TOKEN=$NPM_TOKEN
|
|
1
|
+
FROM node:20.11.0-slim
|
|
2
|
+
|
|
3
|
+
RUN npm i -g npm@10.7.0
|
|
4
|
+
|
|
5
|
+
RUN apt-get update \
|
|
6
|
+
&& apt-get install -qq build-essential python3
|
|
7
|
+
|
|
8
|
+
WORKDIR /app
|
|
9
|
+
|
|
10
|
+
# First we copy only the things needed by gulp to preload the resources
|
|
11
|
+
COPY package.json .
|
|
12
|
+
COPY package-lock.json .
|
|
13
|
+
|
|
14
|
+
# Import the token to access private npm packages
|
|
15
|
+
COPY npmrc .
|
|
16
|
+
|
|
17
|
+
# Copy the npmrc and rename it to .npmrc -- reason being if its present in the repository with the '.' then npm tries to use it.. ¯\_(ツ)_/¯
|
|
18
|
+
RUN mv npmrc .npmrc
|
|
19
|
+
|
|
20
|
+
ARG NPM_TOKEN
|
|
21
|
+
RUN echo $NPM_TOKEN
|
|
22
|
+
|
|
23
|
+
RUN npm i
|
|
24
|
+
|
|
25
|
+
COPY . .
|
|
26
|
+
|
|
27
|
+
COPY .npmignore ./
|
|
28
|
+
|
|
29
|
+
RUN mkdir artifacts
|
|
30
|
+
RUN npm publish || touch artifacts/npm_publish_failed
|
|
31
|
+
RUN cp package.json artifacts/
|
|
32
|
+
|
|
33
|
+
ENTRYPOINT ["/bin/echo", "Nothing to do."]
|
|
34
|
+
|
|
35
|
+
# Publish to NPM:
|
|
36
|
+
#
|
|
37
|
+
# Windows
|
|
38
|
+
# docker build . --build-arg NPM_TOKEN=%NPM_TOKEN%
|
|
39
|
+
#
|
|
40
|
+
# Linux
|
|
41
|
+
# docker build . --build-arg NPM_TOKEN=$NPM_TOKEN
|
package/README.md
CHANGED
|
@@ -1,103 +1,103 @@
|
|
|
1
|
-
# fe-shared-lib
|
|
2
|
-
|
|
3
|
-
## Contents
|
|
4
|
-
|
|
5
|
-
- [Start](#start)
|
|
6
|
-
- [Local Development](#local-development)
|
|
7
|
-
- [Testing in a UAT](#testing-uat)
|
|
8
|
-
- [Storybook](#storybook)
|
|
9
|
-
|
|
10
|
-
```
|
|
11
|
-
npm install
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
### Start
|
|
15
|
-
|
|
16
|
-
This command will build all of the necessary Tailwind files for each theme and setup the configuration for Storybook. Once complete, Storybook will open and you can preview the shared components.
|
|
17
|
-
|
|
18
|
-
```
|
|
19
|
-
npm start
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
<a id="local-development"></a>
|
|
23
|
-
|
|
24
|
-
### Local Development
|
|
25
|
-
|
|
26
|
-
To edit the design system locally whilst being using in a consumer you need to run `npm link` in this directory and then `npm link @designcrowd/fe-shared-lib` in the consumer.
|
|
27
|
-
|
|
28
|
-
<a id="testing-uat"></a>
|
|
29
|
-
|
|
30
|
-
### Testing in a UAT
|
|
31
|
-
|
|
32
|
-
If you want to have an experimental version of your change, like have it in a uat env without publishing it to prod:
|
|
33
|
-
|
|
34
|
-
1. Update package.json with `"version": "[current]-[short description of your work]"`
|
|
35
|
-
2. Run npm i
|
|
36
|
-
3. run `docker build . --build-arg NPM_TOKEN=$NPM_TOKEN` in the project directory (make sure you have $NPM_TOKEN properly set in your local env)
|
|
37
|
-
4. Update package reference in the consumer to the version you have just built
|
|
38
|
-
|
|
39
|
-
### If you are making changes to components used into the BrandPage Tab in BC.NET
|
|
40
|
-
|
|
41
|
-
1. Get latest app.maker source code.
|
|
42
|
-
2. Update its reference to `@designcrowd/fe-shared-lib` with the one you just built
|
|
43
|
-
3. Bump its version (app.maker version)
|
|
44
|
-
4. Run `npm run docker:publish:bp`
|
|
45
|
-
5. IN BC.Net Update reference of `@designcrowd/library.brand-page` to use the version you just set in the app.maker
|
|
46
|
-
|
|
47
|
-
<a id="storybook"></a>
|
|
48
|
-
|
|
49
|
-
### Storybook
|
|
50
|
-
|
|
51
|
-
Storybook is published with each new commit to `master` and can be found here:
|
|
52
|
-
|
|
53
|
-
https://brandcrowd-storybook.s3.amazonaws.com/fe-shared-lib/live/index.html
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
# atoms (formerly shared-component-library)
|
|
59
|
-
|
|
60
|
-
This flow chart describes the workflow for the shared component library.
|
|
61
|
-
https://app.diagrams.net/#G1TtCW8-zgVQz7bacsfQpqL5ZYCzeCGnXu
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
## Project setup
|
|
65
|
-
|
|
66
|
-
```
|
|
67
|
-
npm i
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
### Start
|
|
71
|
-
|
|
72
|
-
This command will build all necessary Tailwind files for each theme and set up the configuration for Storybook. Once complete, Storybook will open and you can preview the shared components.
|
|
73
|
-
|
|
74
|
-
```
|
|
75
|
-
npm start
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
### Local Development
|
|
79
|
-
|
|
80
|
-
### Storybook
|
|
81
|
-
|
|
82
|
-
Update Storybook: `npx storybook@latest upgrade`
|
|
83
|
-
|
|
84
|
-
Writing stories:
|
|
85
|
-
|
|
86
|
-
* Storybook Vue 3 docs: https://storybook.js.org/docs/get-started/vue3-vite
|
|
87
|
-
* Official examples: https://github.com/storybookjs/storybook/blob/next/test-storybooks/portable-stories-kitchen-sink/vue3/stories/Button.stories.ts
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
# DesignCrowd Tailwind Configuration
|
|
92
|
-
The purpose of the `themes` directory is to build up a library of themes for our different products in a single place. These themes are then exported and consumed into each product using a local Tailwind CSS setup specific to that product. This provides us with a consistent approach for our colours, fonts, spacing etc whilst also being able to control the Tailwind CSS styles across all of our products.
|
|
93
|
-
|
|
94
|
-
TODO This repository is published as an NPM package and it's themes and helper functions are exposed in the `index.js` file.
|
|
95
|
-
|
|
96
|
-
## Adding new configuration styles
|
|
97
|
-
New configuration styles can be added to the `themes/base.js` file which will be shared by all child themes. If you want to add a new option only in a specific theme, then edit the `themes/xx.js` file. The format for the theme files follows the structure of the `tailwind.config.js` file. https://tailwindcss.com/docs/configuration
|
|
98
|
-
|
|
99
|
-
## Adding new themes
|
|
100
|
-
New themes can be added by creating a new xx.js file in the themes folder. Once the new theme has been configured, it will need to be made exportable in the `index.js` file.
|
|
101
|
-
|
|
102
|
-
## Versioning
|
|
103
|
-
Ensure to bump the version number in `package.json` followed by running `npm i` before each commit. And then run `npm run docker:publish` to publish the version to NPM.
|
|
1
|
+
# fe-shared-lib
|
|
2
|
+
|
|
3
|
+
## Contents
|
|
4
|
+
|
|
5
|
+
- [Start](#start)
|
|
6
|
+
- [Local Development](#local-development)
|
|
7
|
+
- [Testing in a UAT](#testing-uat)
|
|
8
|
+
- [Storybook](#storybook)
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
npm install
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
### Start
|
|
15
|
+
|
|
16
|
+
This command will build all of the necessary Tailwind files for each theme and setup the configuration for Storybook. Once complete, Storybook will open and you can preview the shared components.
|
|
17
|
+
|
|
18
|
+
```
|
|
19
|
+
npm start
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
<a id="local-development"></a>
|
|
23
|
+
|
|
24
|
+
### Local Development
|
|
25
|
+
|
|
26
|
+
To edit the design system locally whilst being using in a consumer you need to run `npm link` in this directory and then `npm link @designcrowd/fe-shared-lib` in the consumer.
|
|
27
|
+
|
|
28
|
+
<a id="testing-uat"></a>
|
|
29
|
+
|
|
30
|
+
### Testing in a UAT
|
|
31
|
+
|
|
32
|
+
If you want to have an experimental version of your change, like have it in a uat env without publishing it to prod:
|
|
33
|
+
|
|
34
|
+
1. Update package.json with `"version": "[current]-[short description of your work]"`
|
|
35
|
+
2. Run npm i
|
|
36
|
+
3. run `docker build . --build-arg NPM_TOKEN=$NPM_TOKEN` in the project directory (make sure you have $NPM_TOKEN properly set in your local env)
|
|
37
|
+
4. Update package reference in the consumer to the version you have just built
|
|
38
|
+
|
|
39
|
+
### If you are making changes to components used into the BrandPage Tab in BC.NET
|
|
40
|
+
|
|
41
|
+
1. Get latest app.maker source code.
|
|
42
|
+
2. Update its reference to `@designcrowd/fe-shared-lib` with the one you just built
|
|
43
|
+
3. Bump its version (app.maker version)
|
|
44
|
+
4. Run `npm run docker:publish:bp`
|
|
45
|
+
5. IN BC.Net Update reference of `@designcrowd/library.brand-page` to use the version you just set in the app.maker
|
|
46
|
+
|
|
47
|
+
<a id="storybook"></a>
|
|
48
|
+
|
|
49
|
+
### Storybook
|
|
50
|
+
|
|
51
|
+
Storybook is published with each new commit to `master` and can be found here:
|
|
52
|
+
|
|
53
|
+
https://brandcrowd-storybook.s3.amazonaws.com/fe-shared-lib/live/index.html
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
# atoms (formerly shared-component-library)
|
|
59
|
+
|
|
60
|
+
This flow chart describes the workflow for the shared component library.
|
|
61
|
+
https://app.diagrams.net/#G1TtCW8-zgVQz7bacsfQpqL5ZYCzeCGnXu
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## Project setup
|
|
65
|
+
|
|
66
|
+
```
|
|
67
|
+
npm i
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Start
|
|
71
|
+
|
|
72
|
+
This command will build all necessary Tailwind files for each theme and set up the configuration for Storybook. Once complete, Storybook will open and you can preview the shared components.
|
|
73
|
+
|
|
74
|
+
```
|
|
75
|
+
npm start
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Local Development
|
|
79
|
+
|
|
80
|
+
### Storybook
|
|
81
|
+
|
|
82
|
+
Update Storybook: `npx storybook@latest upgrade`
|
|
83
|
+
|
|
84
|
+
Writing stories:
|
|
85
|
+
|
|
86
|
+
* Storybook Vue 3 docs: https://storybook.js.org/docs/get-started/vue3-vite
|
|
87
|
+
* Official examples: https://github.com/storybookjs/storybook/blob/next/test-storybooks/portable-stories-kitchen-sink/vue3/stories/Button.stories.ts
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
# DesignCrowd Tailwind Configuration
|
|
92
|
+
The purpose of the `themes` directory is to build up a library of themes for our different products in a single place. These themes are then exported and consumed into each product using a local Tailwind CSS setup specific to that product. This provides us with a consistent approach for our colours, fonts, spacing etc whilst also being able to control the Tailwind CSS styles across all of our products.
|
|
93
|
+
|
|
94
|
+
TODO This repository is published as an NPM package and it's themes and helper functions are exposed in the `index.js` file.
|
|
95
|
+
|
|
96
|
+
## Adding new configuration styles
|
|
97
|
+
New configuration styles can be added to the `themes/base.js` file which will be shared by all child themes. If you want to add a new option only in a specific theme, then edit the `themes/xx.js` file. The format for the theme files follows the structure of the `tailwind.config.js` file. https://tailwindcss.com/docs/configuration
|
|
98
|
+
|
|
99
|
+
## Adding new themes
|
|
100
|
+
New themes can be added by creating a new xx.js file in the themes folder. Once the new theme has been configured, it will need to be made exportable in the `index.js` file.
|
|
101
|
+
|
|
102
|
+
## Versioning
|
|
103
|
+
Ensure to bump the version number in `package.json` followed by running `npm i` before each commit. And then run `npm run docker:publish` to publish the version to NPM.
|
package/buildspec.yml
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
version: 0.2
|
|
2
|
-
environment_variables:
|
|
3
|
-
plaintext:
|
|
4
|
-
S3_KEY_PREFIX: 'brandcrowd-storybook/fe-shared-lib'
|
|
5
|
-
STATIC_PATH: './.storybook-static'
|
|
6
|
-
env:
|
|
7
|
-
parameter-store:
|
|
8
|
-
NPM_TOKEN: 'publish-npm-designcrowd-token'
|
|
9
|
-
build_docker_username: 'build-docker-username'
|
|
10
|
-
build_docker_password: 'build-docker-password'
|
|
11
|
-
phases:
|
|
12
|
-
install:
|
|
13
|
-
runtime-versions:
|
|
14
|
-
nodejs: 20
|
|
15
|
-
commands:
|
|
16
|
-
- npm i -g npm@10.4.0
|
|
17
|
-
- cp npmrc .npmrc
|
|
18
|
-
- npm install
|
|
19
|
-
- echo Installing yarn...
|
|
20
|
-
- npm install -g yarn
|
|
21
|
-
pre_build:
|
|
22
|
-
commands:
|
|
23
|
-
- IMAGE_TAG=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
|
|
24
|
-
build:
|
|
25
|
-
commands:
|
|
26
|
-
- echo Build started on `date`
|
|
27
|
-
- echo Building the Docker image...
|
|
28
|
-
- docker login -u $build_docker_username -p $build_docker_password
|
|
29
|
-
- yarn build
|
|
30
|
-
- docker build -t $IMAGE_TAG --build-arg NPM_TOKEN=$NPM_TOKEN .
|
|
31
|
-
- echo Build started on `date`
|
|
32
|
-
- yarn build:storybook
|
|
33
|
-
post_build:
|
|
34
|
-
commands:
|
|
35
|
-
- echo Build completed on `date`
|
|
36
|
-
- echo Extracting artifacts from Docker container...
|
|
37
|
-
- docker create --name "temp_library.fe-shared-lib_$IMAGE_TAG" $IMAGE_TAG
|
|
38
|
-
- docker cp temp_library.fe-shared-lib_$IMAGE_TAG:/app/artifacts .
|
|
39
|
-
- docker rm temp_library.fe-shared-lib_$IMAGE_TAG
|
|
40
|
-
- NPM_PUBLISH_FAILED=$(ls -1 ./artifacts/npm_publish_failed | wc -l)
|
|
41
|
-
- NPM_PUBLISH_VERSION=$(grep version ./artifacts/package.json | sed -En "s/\s+\"version\".\s+\"(.+)\",/\1/p")
|
|
42
|
-
- JSON="{\"npmPublishVersion\":{\"DataType\":\"String\",\"StringValue\":\"$NPM_PUBLISH_VERSION\"},\"npmPublishFailed\":{\"DataType\":\"String\",\"StringValue\":\"$NPM_PUBLISH_FAILED\"},\"gitRepoName\":{\"DataType\":\"String\",\"StringValue\":\"fe-shared-lib\"}, \"gitHash\":{\"DataType\":\"String\",\"StringValue\":\"${CODEBUILD_RESOLVED_SOURCE_VERSION}\"}, \"containerPath\":{\"DataType\":\"String\",\"StringValue\":\"${IMAGE_TAG}\"}}"
|
|
43
|
-
- aws sns publish --topic-arn "arn:aws:sns:us-east-1:104415087145:ci-libraryimagemaker-build" --message "Build Complete" --message-attributes "$JSON"
|
|
44
|
-
- aws s3 rm s3://${S3_KEY_PREFIX}/live --recursive
|
|
45
|
-
- aws s3 cp ${STATIC_PATH}/ s3://${S3_KEY_PREFIX}/live --recursive
|
|
46
|
-
- echo Build completed on `date`
|
|
1
|
+
version: 0.2
|
|
2
|
+
environment_variables:
|
|
3
|
+
plaintext:
|
|
4
|
+
S3_KEY_PREFIX: 'brandcrowd-storybook/fe-shared-lib'
|
|
5
|
+
STATIC_PATH: './.storybook-static'
|
|
6
|
+
env:
|
|
7
|
+
parameter-store:
|
|
8
|
+
NPM_TOKEN: 'publish-npm-designcrowd-token'
|
|
9
|
+
build_docker_username: 'build-docker-username'
|
|
10
|
+
build_docker_password: 'build-docker-password'
|
|
11
|
+
phases:
|
|
12
|
+
install:
|
|
13
|
+
runtime-versions:
|
|
14
|
+
nodejs: 20
|
|
15
|
+
commands:
|
|
16
|
+
- npm i -g npm@10.4.0
|
|
17
|
+
- cp npmrc .npmrc
|
|
18
|
+
- npm install
|
|
19
|
+
- echo Installing yarn...
|
|
20
|
+
- npm install -g yarn
|
|
21
|
+
pre_build:
|
|
22
|
+
commands:
|
|
23
|
+
- IMAGE_TAG=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
|
|
24
|
+
build:
|
|
25
|
+
commands:
|
|
26
|
+
- echo Build started on `date`
|
|
27
|
+
- echo Building the Docker image...
|
|
28
|
+
- docker login -u $build_docker_username -p $build_docker_password
|
|
29
|
+
- yarn build
|
|
30
|
+
- docker build -t $IMAGE_TAG --build-arg NPM_TOKEN=$NPM_TOKEN .
|
|
31
|
+
- echo Build started on `date`
|
|
32
|
+
- yarn build:storybook
|
|
33
|
+
post_build:
|
|
34
|
+
commands:
|
|
35
|
+
- echo Build completed on `date`
|
|
36
|
+
- echo Extracting artifacts from Docker container...
|
|
37
|
+
- docker create --name "temp_library.fe-shared-lib_$IMAGE_TAG" $IMAGE_TAG
|
|
38
|
+
- docker cp temp_library.fe-shared-lib_$IMAGE_TAG:/app/artifacts .
|
|
39
|
+
- docker rm temp_library.fe-shared-lib_$IMAGE_TAG
|
|
40
|
+
- NPM_PUBLISH_FAILED=$(ls -1 ./artifacts/npm_publish_failed | wc -l)
|
|
41
|
+
- NPM_PUBLISH_VERSION=$(grep version ./artifacts/package.json | sed -En "s/\s+\"version\".\s+\"(.+)\",/\1/p")
|
|
42
|
+
- JSON="{\"npmPublishVersion\":{\"DataType\":\"String\",\"StringValue\":\"$NPM_PUBLISH_VERSION\"},\"npmPublishFailed\":{\"DataType\":\"String\",\"StringValue\":\"$NPM_PUBLISH_FAILED\"},\"gitRepoName\":{\"DataType\":\"String\",\"StringValue\":\"fe-shared-lib\"}, \"gitHash\":{\"DataType\":\"String\",\"StringValue\":\"${CODEBUILD_RESOLVED_SOURCE_VERSION}\"}, \"containerPath\":{\"DataType\":\"String\",\"StringValue\":\"${IMAGE_TAG}\"}}"
|
|
43
|
+
- aws sns publish --topic-arn "arn:aws:sns:us-east-1:104415087145:ci-libraryimagemaker-build" --message "Build Complete" --message-attributes "$JSON"
|
|
44
|
+
- aws s3 rm s3://${S3_KEY_PREFIX}/live --recursive
|
|
45
|
+
- aws s3 cp ${STATIC_PATH}/ s3://${S3_KEY_PREFIX}/live --recursive
|
|
46
|
+
- echo Build completed on `date`
|