@designcrowd/fe-shared-lib 1.5.7-eng-3522-1 → 1.5.7-fix-icon
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/.claude/settings.local.json +17 -0
- package/.eslintrc.js +36 -36
- package/.github/workflows/auto-merge.yml +52 -52
- package/.prettierrc.js +7 -7
- package/.storybook/main.ts +36 -36
- package/.storybook/preview-head-master.html +4 -4
- package/.storybook/preview-head-publish-master.html +4 -4
- package/.storybook/preview-head-publish.html +9 -9
- package/.storybook/preview-head.html +9 -9
- package/.storybook/preview.js +53 -53
- package/Dockerfile +40 -43
- package/README.md +103 -103
- package/buildspec.yml +47 -47
- package/dist/types/index.d.ts +55 -0
- package/dist/types/src/atoms/components/Button/Button.vue.d.ts +8092 -0
- package/dist/types/src/atoms/components/Button/ButtonVariant.mixin.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonAi.vue.d.ts +238 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonDarkModePill.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonFlat.vue.d.ts +249 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonGray.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonInfo.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonInfoFilled.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonNoBorder.vue.d.ts +245 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonOutline.vue.d.ts +238 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue.d.ts +238 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonPill.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonPrimary.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue.d.ts +656 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonSecondary.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonSuccess.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/ButtonWarning.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue.d.ts +238 -0
- package/dist/types/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue.d.ts +224 -0
- package/dist/types/src/atoms/components/ButtonGroup/ButtonGroup.vue.d.ts +513 -0
- package/dist/types/src/atoms/components/Carousel/Carousel.fixtures.d.ts +20 -0
- package/dist/types/src/atoms/components/Carousel/Carousel.vue.d.ts +1151 -0
- package/dist/types/src/atoms/components/Checkbox/Checkbox.mixin.d.ts +87 -0
- package/dist/types/src/atoms/components/Checkbox/Checkbox.vue.d.ts +492 -0
- package/dist/types/src/atoms/components/Checktile/Checktile.vue.d.ts +478 -0
- package/dist/types/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.d.ts +37 -0
- package/dist/types/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue.d.ts +469 -0
- package/dist/types/src/atoms/components/ColorPicker/ColorPicker.vue.d.ts +565 -0
- package/dist/types/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue.d.ts +16 -0
- package/dist/types/src/atoms/components/Dropdown/Dropdown.vue.d.ts +528 -0
- package/dist/types/src/atoms/components/Dropdown/DropdownItem.vue.d.ts +16 -0
- package/dist/types/src/atoms/components/FormControl/FormControl.mixin.d.ts +168 -0
- package/dist/types/src/atoms/components/HelloBar/HelloBar.vue.d.ts +483 -0
- package/dist/types/src/atoms/components/Icon/Icon.vue.d.ts +432 -0
- package/dist/types/src/atoms/components/Icon/icons/about.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/add-page.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ai.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/arrow-down.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/arrow-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/arrow-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/arrow-top-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/arrow-up-underline.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/arrow-up.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/attach.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/auth-facebook-white.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/auth-facebook.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/auth-google.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/background.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/badge.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ban.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/banner-centered.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/banner-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/banner.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/bc-mast.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/briefcase.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/brush.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/business-card-filled.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/business.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/button-justified.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/button.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-arrow-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-arrow-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-arrow.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-brushstroke-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-brushstroke-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-brushstroke.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-dashed-oval.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-dashed-rectangle.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-dashed-rounded.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-doubleline-oval.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-doubleline-rectangle.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-doubleline-rounded.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-paper-bottom.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-paper-top.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-paper.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-softshadow-oval.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-softshadow-rectangle.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/buttons/button-softshadow-rounded.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/calendar.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/callout-error.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/callout-info.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/callout-success.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/callout-warning.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/cap.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/card.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/cart-empty.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/check-thin.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/check.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/chevron-down.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/chevron-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/chevron-right-wide.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/chevron-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/chevron-up.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/clipboard-check.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/close.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/column-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/column-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/column-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/column-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/community.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/contact-message.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/content.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/copy.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/filter.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/globe.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/home.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/social-google.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/crop.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/delete.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/designs.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/desktop.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/divider-thick.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/divider-thin.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/divider.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/donate.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/download.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/duplicate.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/edit-line.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/edit.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ellipsis.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/envelope-email.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/error.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/eye-crossed.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/eye-open.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/fees.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/file.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/filter.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/filters.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/flag.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/flip-horizontal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/flip-vertical.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/folder.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/footer-centered.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/footer-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/form-message.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/form.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/fullscreen-exit.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/fullscreen.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/globe.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/godaddy/logo.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/hamburger-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/hamburger-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/hamburger-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/hamburger-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/hamburger.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/home.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/icon-style-circle-bg.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/icon-style-no-bg.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/icon-style-square-bg.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/image-gallery-carousel.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/image-gallery-grid.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/image-gallery-masonry.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/images-gallery.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/images.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/info.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/jobs.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layer-bring-front.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layer-send-back.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layer.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-about-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-about-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-about-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-about-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-about-5.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-about-6.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-images-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-images-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-images-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-images-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-images-5.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/display-style-images-6.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/letterhead-filled.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/link.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/location.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/lock.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/mac-command.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/align-center.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/align-justify.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/align-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/align-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/animate.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/bold.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/custom-landscape.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/email-symbol.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/email.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/eraser.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/etsy.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/facebook.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/favicon.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/flyer.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/gift-certificate.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/globe.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/image.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/instagram.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/invitation.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/invoice.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/italic.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/link.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/linkedin.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/menu.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/pause.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/phone.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/pinterest.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/play.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/postcard.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/poster.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/profile.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/qrcode.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/snapchat.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/soundcloud.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/spacing.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/strikethrough.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/t-shirt.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/text-background-color.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/text-color.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/text.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/thankyou-card.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/tiktok.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/tumblr.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/twitch.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/twitter.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/underline.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/uppercase.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/video.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/whatsapp.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/youtube.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/maker/zoom.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/map.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/message.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/minus-circle-light.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/minus.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/mobile.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/mug.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/opacity.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/other.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/page-buttons.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/page-hamburger.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/page-tabs.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/pages.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/palette.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/pause.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/payment.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/payments-featured.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/payments-textonly.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/payments-thumbnail.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/pen-tool.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/phone.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/plus-circle-light.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/plus-circle.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/plus.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/poll.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/portfolio.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/preview.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/printing.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/processing.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/question.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/quote.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-1-1.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-16-9.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-2-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-3-2.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-3-4.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-4-3.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-9-16.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-circle.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/ratio-original.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/redo.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/reload.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/reorderable.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/request-payment.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/reset.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/search.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/secure.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/send.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/services.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/settings.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/shape.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/share.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/shop.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/sms.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/social-facebook-color.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/social-facebook.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/social-google.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/social-instagram-color.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/social-linkedin-color.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/social-share.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/social-twitter-color.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/star-filled.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/star-hollow.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/sticker.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/stop.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/styles.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/submit.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/templates.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/testimonial-big-image.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/testimonial-centered.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/testimonial-columns.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/text-image-center.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/text-image-justified.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/text-image-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/text-image-only.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/text-image-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/text-image.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/time.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/tooltip-bottom.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/tooltip-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/tooltip-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/tooltip-top.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/undo.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/upgrade-alt.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/upgrade.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/upload-arrow.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/upload.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/user-accounts.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/user-headset.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/volume-muted.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/volume.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/watchlist-filled.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/watchlist-hollow.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/website-filled.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/website.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/wholesale.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/zoom-in.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/zoom-out.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Icon/icons/zoom.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Loader/Loader.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/Masonry/Masonry.vue.d.ts +107 -0
- package/dist/types/src/atoms/components/Masonry/fixtures.d.ts +35 -0
- package/dist/types/src/atoms/components/Modal/HashRouteModal.vue.d.ts +755 -0
- package/dist/types/src/atoms/components/Modal/Modal.vue.d.ts +618 -0
- package/dist/types/src/atoms/components/Notice/Notice.vue.d.ts +71 -0
- package/dist/types/src/atoms/components/NumberStepper/NumberStepper.vue.d.ts +8235 -0
- package/dist/types/src/atoms/components/Picture/Picture.vue.d.ts +92 -0
- package/dist/types/src/atoms/components/Picture/picture.fixtures.d.ts +32 -0
- package/dist/types/src/atoms/components/Pill/Pill.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/PillBar/PillBar.fixtures.d.ts +21 -0
- package/dist/types/src/atoms/components/PillBar/PillBar.vue.d.ts +8132 -0
- package/dist/types/src/atoms/components/Price/Price.fixtures.d.ts +111 -0
- package/dist/types/src/atoms/components/Price/Price.vue.d.ts +116 -0
- package/dist/types/src/atoms/components/SearchBar/SearchBar.vue.d.ts +258 -0
- package/dist/types/src/atoms/components/Select/Select.vue.d.ts +296 -0
- package/dist/types/src/atoms/components/Select/pointerMixin.d.ts +46 -0
- package/dist/types/src/atoms/components/Select/selectMixin.d.ts +164 -0
- package/dist/types/src/atoms/components/Slider/Slider.vue.d.ts +165 -0
- package/dist/types/src/atoms/components/SparkleIcon/SparkleIcon.vue.d.ts +15 -0
- package/dist/types/src/atoms/components/SparkleIcon/index.d.ts +2 -0
- package/dist/types/src/atoms/components/SparkleIcon/sparkle-paths.d.ts +1 -0
- package/dist/types/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.d.ts +1 -0
- package/dist/types/src/atoms/components/StarRating/StarRating.vue.d.ts +500 -0
- package/dist/types/src/atoms/components/TabMenu/TabMenu.vue.d.ts +34 -0
- package/dist/types/src/atoms/components/TextCopyField/TextCopyField.vue.d.ts +8779 -0
- package/dist/types/src/atoms/components/TextInput/TextInput.vue.d.ts +626 -0
- package/dist/types/src/atoms/components/Textarea/Textarea.vue.d.ts +578 -0
- package/dist/types/src/atoms/components/Toggle/Toggle.vue.d.ts +58 -0
- package/dist/types/src/atoms/components/Tooltip/Tooltip.vue.d.ts +513 -0
- package/dist/types/src/atoms/components/design-com/Icon/Icon.vue.d.ts +117 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/annotate-heart.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/award.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/bezier-curve.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/bulb.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/card.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/check-circle-light.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/chevron-down.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/chevron-left.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/chevron-right.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/chevron-up.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/diamond.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/download.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/file-empty.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/file.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/filter.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/font.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/headphones.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/heart.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/image.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/logo.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/palette.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/pen.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/search.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/star-filled.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/star-hollow.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/text.vue.d.ts +2 -0
- package/dist/types/src/atoms/components/design-com/Icon/icons/users.vue.d.ts +2 -0
- package/dist/types/src/atoms/constants/constants.d.ts +5 -0
- package/dist/types/src/atoms/mixin/hash-router-mixin.d.ts +20 -0
- package/dist/types/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue.d.ts +149 -0
- package/dist/types/src/atoms/thirdparty-components/VueMasonryWall/maxBy.d.ts +19 -0
- package/dist/types/src/bundleTranslation.d.ts +1 -0
- package/dist/types/src/experiences/clients/brand-crowd-api.client.d.ts +42 -0
- package/dist/types/src/experiences/clients/brand-page-api.client.d.ts +11 -0
- package/dist/types/src/experiences/components/AuthFlow/Auth.fixtures.d.ts +5 -0
- package/dist/types/src/experiences/components/AuthFlow/AuthLegal.vue.d.ts +96 -0
- package/dist/types/src/experiences/components/AuthFlow/AuthModal.vue.d.ts +450 -0
- package/dist/types/src/experiences/components/AuthFlow/ForgotPassword.vue.d.ts +8746 -0
- package/dist/types/src/experiences/components/AuthFlow/ForgotPasswordModal.vue.d.ts +9279 -0
- package/dist/types/src/experiences/components/AuthFlow/ResetPassword.vue.d.ts +8738 -0
- package/dist/types/src/experiences/components/AuthFlow/ResetPasswordModal.vue.d.ts +9260 -0
- package/dist/types/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue.d.ts +8592 -0
- package/dist/types/src/experiences/components/AuthFlow/SignIn.vue.d.ts +14913 -0
- package/dist/types/src/experiences/components/AuthFlow/SignUp.vue.d.ts +14783 -0
- package/dist/types/src/experiences/components/AuthFlow/SignUpModal.vue.d.ts +14474 -0
- package/dist/types/src/experiences/components/AuthFlow/SocialSignIn.vue.d.ts +624 -0
- package/dist/types/src/experiences/components/AuthFlow/SocialSignInButton.vue.d.ts +489 -0
- package/dist/types/src/experiences/components/AuthFlow/SubmissionButton.vue.d.ts +8144 -0
- package/dist/types/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.d.ts +50 -0
- package/dist/types/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue.d.ts +8745 -0
- package/dist/types/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue.d.ts +9138 -0
- package/dist/types/src/experiences/components/PaymentConfigList/PaymentConfigList.vue.d.ts +14581 -0
- package/dist/types/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue.d.ts +83 -0
- package/dist/types/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue.d.ts +12664 -0
- package/dist/types/src/experiences/components/PublishBrandPageModal/__fixtures__/data.d.ts +8 -0
- package/dist/types/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.d.ts +13 -0
- package/dist/types/src/experiences/components/SellDomainNameList/SellDomainNameList.vue.d.ts +8295 -0
- package/dist/types/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue.d.ts +15067 -0
- package/dist/types/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue.d.ts +15055 -0
- package/dist/types/src/experiences/components/SellDomainNameSearch/SellDomainNameSearch.vue.d.ts +8801 -0
- package/dist/types/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue.d.ts +8517 -0
- package/dist/types/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue.d.ts +17107 -0
- package/dist/types/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue.d.ts +14926 -0
- package/dist/types/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue.d.ts +16830 -0
- package/dist/types/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue.d.ts +142 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue.d.ts +9094 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue.d.ts +8146 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue.d.ts +8134 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue.d.ts +8130 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue.d.ts +8115 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue.d.ts +8100 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue.d.ts +450 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue.d.ts +54 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue.d.ts +12 -0
- package/dist/types/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue.d.ts +16770 -0
- package/dist/types/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue.d.ts +8155 -0
- package/dist/types/src/experiences/constants/api.d.ts +9 -0
- package/dist/types/src/experiences/constants/error-constants.d.ts +6 -0
- package/dist/types/src/experiences/constants/event-constants.d.ts +17 -0
- package/dist/types/src/experiences/constants/partner-dictionary-constants.d.ts +31 -0
- package/dist/types/src/experiences/constants/rego-source-constants.d.ts +4 -0
- package/dist/types/src/experiences/constants/sell-domain-name-constants.d.ts +4 -0
- package/dist/types/src/experiences/helpers/email-validator.d.ts +1 -0
- package/dist/types/src/experiences/helpers/hex-diff.d.ts +1 -0
- package/dist/types/src/experiences/helpers/tracking.d.ts +1 -0
- package/dist/types/src/experiences/mixins/mediaQueryMixin.d.ts +18 -0
- package/dist/types/src/experiences/mixins/themeMixin.d.ts +22 -0
- package/dist/types/src/themes/base.d.ts +13 -0
- package/dist/types/src/themes/bc.d.ts +2 -0
- package/dist/types/src/themes/bp.d.ts +2 -0
- package/dist/types/src/themes/cd.d.ts +2 -0
- package/dist/types/src/themes/dc.d.ts +2 -0
- package/dist/types/src/themes/dcom.d.ts +2 -0
- package/dist/types/src/themes/themes.d.ts +8 -0
- package/dist/types/src/useSharedLibTranslate.d.ts +15 -0
- package/dist/types/src/viewports.d.ts +73 -0
- package/index.cjs +16 -16
- package/index.js +58 -58
- package/nodemon.translation.json +6 -6
- package/package.json +115 -115
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +517 -477
- package/public/css/tailwind-brandPage.css +413 -398
- package/public/css/tailwind-crazyDomains.css +517 -477
- package/public/css/tailwind-designCom.css +517 -477
- package/public/css/tailwind-designCrowd.css +517 -477
- package/src/atoms/components/Button/Button.vue +341 -341
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +828 -828
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
- package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
- package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
- package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
- package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
- package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
- package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
- package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
- package/src/atoms/components/Carousel/Carousel.vue +352 -352
- package/src/atoms/components/Carousel/carousel.stories.js +530 -530
- package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
- package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
- package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
- package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
- package/src/atoms/components/Checktile/Checktile.vue +73 -73
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
- package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
- package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
- package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
- package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
- package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
- package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
- package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
- package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
- package/src/atoms/components/Icon/Icon.stories.js +400 -401
- package/src/atoms/components/Icon/Icon.vue +848 -850
- package/src/atoms/components/Icon/icons/add-page.vue +6 -6
- package/src/atoms/components/Icon/icons/ai.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
- package/src/atoms/components/Icon/icons/attach.vue +6 -6
- package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
- package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
- package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
- package/src/atoms/components/Icon/icons/background.vue +7 -7
- package/src/atoms/components/Icon/icons/badge.vue +7 -7
- package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
- package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
- package/src/atoms/components/Icon/icons/banner.vue +7 -7
- package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
- package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
- package/src/atoms/components/Icon/icons/brush.vue +6 -6
- package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/business.vue +6 -6
- package/src/atoms/components/Icon/icons/calculator.vue +3 -3
- package/src/atoms/components/Icon/icons/calendar.vue +5 -5
- package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
- package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
- package/src/atoms/components/Icon/icons/cap.vue +22 -22
- package/src/atoms/components/Icon/icons/card.vue +9 -9
- package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
- package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
- package/src/atoms/components/Icon/icons/check.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
- package/src/atoms/components/Icon/icons/close.vue +6 -6
- package/src/atoms/components/Icon/icons/community.vue +5 -5
- package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
- package/src/atoms/components/Icon/icons/content.vue +7 -7
- package/src/atoms/components/Icon/icons/copy.vue +10 -10
- package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
- package/src/atoms/components/Icon/icons/crop.vue +6 -6
- package/src/atoms/components/Icon/icons/delete.vue +8 -8
- package/src/atoms/components/Icon/icons/designs.vue +6 -6
- package/src/atoms/components/Icon/icons/desktop.vue +7 -7
- package/src/atoms/components/Icon/icons/donate.vue +6 -6
- package/src/atoms/components/Icon/icons/download.vue +5 -5
- package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
- package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
- package/src/atoms/components/Icon/icons/edit.vue +6 -6
- package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
- package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
- package/src/atoms/components/Icon/icons/error.vue +8 -8
- package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
- package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
- package/src/atoms/components/Icon/icons/fees.vue +6 -6
- package/src/atoms/components/Icon/icons/file.vue +7 -7
- package/src/atoms/components/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/Icon/icons/filters.vue +6 -6
- package/src/atoms/components/Icon/icons/flag.vue +6 -6
- package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
- package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
- package/src/atoms/components/Icon/icons/folder.vue +6 -6
- package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
- package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
- package/src/atoms/components/Icon/icons/form-message.vue +6 -6
- package/src/atoms/components/Icon/icons/form.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
- package/src/atoms/components/Icon/icons/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/home.vue +7 -7
- package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
- package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
- package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
- package/src/atoms/components/Icon/icons/images.vue +7 -7
- package/src/atoms/components/Icon/icons/info.vue +9 -9
- package/src/atoms/components/Icon/icons/jobs.vue +8 -8
- package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
- package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
- package/src/atoms/components/Icon/icons/layer.vue +6 -6
- package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
- package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
- package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/link.vue +6 -6
- package/src/atoms/components/Icon/icons/location.vue +6 -6
- package/src/atoms/components/Icon/icons/lock.vue +6 -6
- package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
- package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
- package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
- package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
- package/src/atoms/components/Icon/icons/map.vue +6 -6
- package/src/atoms/components/Icon/icons/media.vue +3 -3
- package/src/atoms/components/Icon/icons/message.vue +6 -6
- package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/Icon/icons/minus.vue +3 -3
- package/src/atoms/components/Icon/icons/mobile.vue +5 -5
- package/src/atoms/components/Icon/icons/mug.vue +29 -29
- package/src/atoms/components/Icon/icons/opacity.vue +6 -6
- package/src/atoms/components/Icon/icons/other.vue +7 -7
- package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
- package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
- package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
- package/src/atoms/components/Icon/icons/pages.vue +6 -6
- package/src/atoms/components/Icon/icons/palette.vue +6 -6
- package/src/atoms/components/Icon/icons/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/payment.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
- package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
- package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
- package/src/atoms/components/Icon/icons/phone.vue +6 -6
- package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
- package/src/atoms/components/Icon/icons/plus.vue +3 -3
- package/src/atoms/components/Icon/icons/poll.vue +3 -3
- package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
- package/src/atoms/components/Icon/icons/preview.vue +6 -6
- package/src/atoms/components/Icon/icons/printing.vue +6 -6
- package/src/atoms/components/Icon/icons/processing.vue +5 -5
- package/src/atoms/components/Icon/icons/question.vue +11 -11
- package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
- package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
- package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
- package/src/atoms/components/Icon/icons/redo.vue +6 -6
- package/src/atoms/components/Icon/icons/reload.vue +6 -6
- package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
- package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
- package/src/atoms/components/Icon/icons/reset.vue +6 -6
- package/src/atoms/components/Icon/icons/resize.vue +6 -6
- package/src/atoms/components/Icon/icons/search.vue +11 -11
- package/src/atoms/components/Icon/icons/secure.vue +7 -7
- package/src/atoms/components/Icon/icons/send.vue +12 -12
- package/src/atoms/components/Icon/icons/services.vue +7 -7
- package/src/atoms/components/Icon/icons/settings.vue +7 -7
- package/src/atoms/components/Icon/icons/shape.vue +5 -5
- package/src/atoms/components/Icon/icons/share.vue +8 -8
- package/src/atoms/components/Icon/icons/shop.vue +5 -5
- package/src/atoms/components/Icon/icons/sms.vue +5 -5
- package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/social-google.vue +5 -5
- package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
- package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-share.vue +7 -7
- package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
- package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/sticker.vue +28 -28
- package/src/atoms/components/Icon/icons/stop.vue +5 -5
- package/src/atoms/components/Icon/icons/styles.vue +5 -5
- package/src/atoms/components/Icon/icons/submit.vue +5 -5
- package/src/atoms/components/Icon/icons/templates.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
- package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
- package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image.vue +13 -13
- package/src/atoms/components/Icon/icons/time.vue +8 -8
- package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
- package/src/atoms/components/Icon/icons/undo.vue +6 -6
- package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
- package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
- package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
- package/src/atoms/components/Icon/icons/upload.vue +5 -5
- package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
- package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
- package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
- package/src/atoms/components/Icon/icons/volume.vue +5 -5
- package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/website.vue +6 -6
- package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
- package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom.vue +11 -11
- package/src/atoms/components/Loader/Loader.vue +15 -15
- package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
- package/src/atoms/components/Masonry/Masonry.vue +48 -48
- package/src/atoms/components/Masonry/fixtures.js +589 -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/PromoCard/PromoCard.stories.ts +263 -263
- package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
- package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
- package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
- package/src/atoms/components/Select/Select.stories.js +142 -142
- package/src/atoms/components/Select/Select.vue +619 -619
- package/src/atoms/components/Select/pointerMixin.js +99 -99
- package/src/atoms/components/Select/selectMixin.js +356 -356
- package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
- package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
- package/src/atoms/components/SparkleIcon/index.ts +3 -3
- package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
- package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
- package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
- package/src/atoms/components/StarRating/StarRating.vue +84 -84
- package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
- package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
- package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
- package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
- package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
- package/src/atoms/components/TextInput/TextInput.vue +161 -161
- package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
- package/src/atoms/components/Textarea/Textarea.vue +112 -112
- package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
- package/src/atoms/components/Toggle/Toggle.vue +69 -69
- package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
- package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
- package/src/atoms/components/design-com/Icon/Icon.stories.js +144 -82
- package/src/atoms/components/design-com/Icon/Icon.vue +162 -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 +6 -6
- package/src/bundles/bundled-translations.es-ES.json +6 -6
- package/src/bundles/bundled-translations.fr-CA.json +6 -6
- package/src/bundles/bundled-translations.fr-FR.json +6 -6
- package/src/bundles/bundled-translations.json +6 -6
- package/src/bundles/bundled-translations.pt-BR.json +6 -6
- package/src/bundles/bundled-translations.pt-PT.json +6 -6
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +119 -119
- package/src/experiences/clients/brand-page-api.client.js +62 -62
- package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
- package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
- package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
- package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
- package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
- package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
- package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
- package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
- package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
- package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
- package/src/experiences/components/AuthFlow/SignIn.vue +465 -465
- package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
- package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
- package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
- package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
- package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
- package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
- package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +24 -24
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +209 -209
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +214 -214
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +133 -133
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +102 -102
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +302 -302
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +35 -35
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +34 -34
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
- package/src/experiences/constants/api.js +8 -8
- package/src/experiences/constants/error-constants.js +5 -5
- package/src/experiences/constants/event-constants.js +18 -18
- package/src/experiences/constants/partner-dictionary-constants.js +27 -27
- package/src/experiences/constants/rego-source-constants.js +3 -3
- package/src/experiences/constants/sell-domain-name-constants.js +4 -4
- package/src/experiences/helpers/email-validator.js +5 -5
- package/src/experiences/helpers/hex-diff.js +116 -116
- package/src/experiences/helpers/tracking.js +5 -5
- package/src/experiences/mixins/mediaQueryMixin.js +31 -31
- package/src/experiences/mixins/themeMixin.js +22 -22
- package/src/themes/base.js +20 -20
- package/src/themes/bc.js +95 -95
- package/src/themes/bp.js +21 -21
- package/src/themes/cd.js +94 -94
- package/src/themes/dc.js +84 -84
- package/src/themes/dcom.js +106 -106
- package/src/themes/themes.js +16 -16
- package/src/useSharedLibTranslate.js +127 -127
- package/src/viewports.js +51 -51
- package/stylelint.config.js +19 -19
- package/tailwind.build.js +83 -83
- package/tailwind.config.js +36 -36
- package/tailwind.themes.js +59 -59
- package/vite.config.ts +37 -37
- package/CLAUDE.md +0 -71
- package/src/atoms/components/Icon/icons/shield-tick.vue +0 -6
|
@@ -491,40 +491,40 @@ video {
|
|
|
491
491
|
--tw-backdrop-opacity: ;
|
|
492
492
|
--tw-backdrop-saturate: ;
|
|
493
493
|
--tw-backdrop-sepia: ;
|
|
494
|
-
}
|
|
494
|
+
}
|
|
495
495
|
.theme-designCrowd .tw-container {
|
|
496
496
|
width: 100%;
|
|
497
|
-
}
|
|
497
|
+
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
500
|
.theme-designCrowd .tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
|
-
}
|
|
503
|
+
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
506
|
.theme-designCrowd .tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
|
-
}
|
|
509
|
+
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
512
|
.theme-designCrowd .tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
|
-
}
|
|
515
|
+
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
518
|
.theme-designCrowd .tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
|
-
}
|
|
521
|
+
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
524
|
.theme-designCrowd .tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
|
-
}
|
|
527
|
+
}
|
|
528
528
|
.theme-designCrowd .tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
@@ -535,1579 +535,1619 @@ video {
|
|
|
535
535
|
clip: rect(0, 0, 0, 0);
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
|
-
}
|
|
538
|
+
}
|
|
539
539
|
.theme-designCrowd .tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
.theme-designCrowd .tw-static {
|
|
543
543
|
position: static;
|
|
544
|
-
}
|
|
544
|
+
}
|
|
545
545
|
.theme-designCrowd .tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
|
-
}
|
|
547
|
+
}
|
|
548
548
|
.theme-designCrowd .tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
|
-
}
|
|
550
|
+
}
|
|
551
551
|
.theme-designCrowd .tw-relative {
|
|
552
552
|
position: relative;
|
|
553
|
-
}
|
|
553
|
+
}
|
|
554
554
|
.theme-designCrowd .tw--left-16 {
|
|
555
555
|
left: -4rem;
|
|
556
|
-
}
|
|
556
|
+
}
|
|
557
557
|
.theme-designCrowd .tw--right-16 {
|
|
558
558
|
right: -4rem;
|
|
559
|
-
}
|
|
559
|
+
}
|
|
560
560
|
.theme-designCrowd .tw-bottom-0 {
|
|
561
561
|
bottom: 0px;
|
|
562
|
-
}
|
|
562
|
+
}
|
|
563
563
|
.theme-designCrowd .tw-bottom-full {
|
|
564
564
|
bottom: 100%;
|
|
565
|
-
}
|
|
565
|
+
}
|
|
566
566
|
.theme-designCrowd .tw-left-0 {
|
|
567
567
|
left: 0px;
|
|
568
|
-
}
|
|
568
|
+
}
|
|
569
569
|
.theme-designCrowd .tw-left-1\/2 {
|
|
570
570
|
left: 50%;
|
|
571
|
-
}
|
|
571
|
+
}
|
|
572
572
|
.theme-designCrowd .tw-left-2 {
|
|
573
573
|
left: 0.5rem;
|
|
574
|
-
}
|
|
574
|
+
}
|
|
575
575
|
.theme-designCrowd .tw-left-full {
|
|
576
576
|
left: 100%;
|
|
577
|
-
}
|
|
577
|
+
}
|
|
578
578
|
.theme-designCrowd .tw-right-0 {
|
|
579
579
|
right: 0px;
|
|
580
|
-
}
|
|
580
|
+
}
|
|
581
581
|
.theme-designCrowd .tw-right-2 {
|
|
582
582
|
right: 0.5rem;
|
|
583
|
-
}
|
|
583
|
+
}
|
|
584
584
|
.theme-designCrowd .tw-right-full {
|
|
585
585
|
right: 100%;
|
|
586
|
-
}
|
|
586
|
+
}
|
|
587
587
|
.theme-designCrowd .tw-top-0 {
|
|
588
588
|
top: 0px;
|
|
589
|
-
}
|
|
589
|
+
}
|
|
590
590
|
.theme-designCrowd .tw-top-1\/2 {
|
|
591
591
|
top: 50%;
|
|
592
|
-
}
|
|
592
|
+
}
|
|
593
593
|
.theme-designCrowd .tw-top-full {
|
|
594
594
|
top: 100%;
|
|
595
|
-
}
|
|
595
|
+
}
|
|
596
596
|
.theme-designCrowd .tw-z-10 {
|
|
597
597
|
z-index: 10;
|
|
598
|
-
}
|
|
598
|
+
}
|
|
599
599
|
.theme-designCrowd .tw-z-20 {
|
|
600
600
|
z-index: 20;
|
|
601
|
-
}
|
|
601
|
+
}
|
|
602
602
|
.theme-designCrowd .tw-z-30 {
|
|
603
603
|
z-index: 30;
|
|
604
|
-
}
|
|
604
|
+
}
|
|
605
605
|
.theme-designCrowd .tw-z-50 {
|
|
606
606
|
z-index: 50;
|
|
607
|
-
}
|
|
607
|
+
}
|
|
608
608
|
.theme-designCrowd .tw-order-last {
|
|
609
609
|
order: 9999;
|
|
610
|
-
}
|
|
610
|
+
}
|
|
611
611
|
.theme-designCrowd .tw-col-span-2 {
|
|
612
612
|
grid-column: span 2 / span 2;
|
|
613
|
-
}
|
|
613
|
+
}
|
|
614
614
|
.theme-designCrowd .tw-m-0 {
|
|
615
615
|
margin: 0px;
|
|
616
|
-
}
|
|
616
|
+
}
|
|
617
617
|
.theme-designCrowd .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
|
-
}
|
|
619
|
+
}
|
|
620
620
|
.theme-designCrowd .tw-m-5 {
|
|
621
621
|
margin: 1.25rem;
|
|
622
|
-
}
|
|
622
|
+
}
|
|
623
623
|
.theme-designCrowd .tw-m-auto {
|
|
624
624
|
margin: auto;
|
|
625
|
-
}
|
|
625
|
+
}
|
|
626
626
|
.theme-designCrowd .tw-mx-2 {
|
|
627
627
|
margin-left: 0.5rem;
|
|
628
628
|
margin-right: 0.5rem;
|
|
629
|
-
}
|
|
629
|
+
}
|
|
630
630
|
.theme-designCrowd .tw-mx-4 {
|
|
631
631
|
margin-left: 1rem;
|
|
632
632
|
margin-right: 1rem;
|
|
633
|
-
}
|
|
633
|
+
}
|
|
634
634
|
.theme-designCrowd .tw-mx-8 {
|
|
635
635
|
margin-left: 2rem;
|
|
636
636
|
margin-right: 2rem;
|
|
637
|
-
}
|
|
637
|
+
}
|
|
638
638
|
.theme-designCrowd .tw-mx-auto {
|
|
639
639
|
margin-left: auto;
|
|
640
640
|
margin-right: auto;
|
|
641
|
-
}
|
|
641
|
+
}
|
|
642
642
|
.theme-designCrowd .tw-my-0 {
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
|
-
}
|
|
645
|
+
}
|
|
646
646
|
.theme-designCrowd .tw-my-1 {
|
|
647
647
|
margin-top: 0.25rem;
|
|
648
648
|
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
649
|
+
}
|
|
650
650
|
.theme-designCrowd .tw-my-10 {
|
|
651
651
|
margin-top: 2.5rem;
|
|
652
652
|
margin-bottom: 2.5rem;
|
|
653
|
-
}
|
|
653
|
+
}
|
|
654
654
|
.theme-designCrowd .tw-my-4 {
|
|
655
655
|
margin-top: 1rem;
|
|
656
656
|
margin-bottom: 1rem;
|
|
657
|
-
}
|
|
657
|
+
}
|
|
658
658
|
.theme-designCrowd .tw-my-5 {
|
|
659
659
|
margin-top: 1.25rem;
|
|
660
660
|
margin-bottom: 1.25rem;
|
|
661
|
-
}
|
|
661
|
+
}
|
|
662
662
|
.theme-designCrowd .tw-my-auto {
|
|
663
663
|
margin-top: auto;
|
|
664
664
|
margin-bottom: auto;
|
|
665
|
-
}
|
|
665
|
+
}
|
|
666
666
|
.theme-designCrowd .tw--mb-1 {
|
|
667
667
|
margin-bottom: -0.25rem;
|
|
668
|
-
}
|
|
668
|
+
}
|
|
669
669
|
.theme-designCrowd .tw--mb-1\.5 {
|
|
670
670
|
margin-bottom: -0.375rem;
|
|
671
|
-
}
|
|
671
|
+
}
|
|
672
672
|
.theme-designCrowd .tw--ml-px {
|
|
673
673
|
margin-left: -1px;
|
|
674
|
-
}
|
|
674
|
+
}
|
|
675
675
|
.theme-designCrowd .tw--mr-1 {
|
|
676
676
|
margin-right: -0.25rem;
|
|
677
|
-
}
|
|
677
|
+
}
|
|
678
678
|
.theme-designCrowd .tw--mr-1\.5 {
|
|
679
679
|
margin-right: -0.375rem;
|
|
680
|
-
}
|
|
680
|
+
}
|
|
681
681
|
.theme-designCrowd .tw--mt-px {
|
|
682
682
|
margin-top: -1px;
|
|
683
|
-
}
|
|
683
|
+
}
|
|
684
684
|
.theme-designCrowd .tw-mb-0 {
|
|
685
685
|
margin-bottom: 0px;
|
|
686
|
-
}
|
|
686
|
+
}
|
|
687
687
|
.theme-designCrowd .tw-mb-1 {
|
|
688
688
|
margin-bottom: 0.25rem;
|
|
689
|
-
}
|
|
689
|
+
}
|
|
690
690
|
.theme-designCrowd .tw-mb-10 {
|
|
691
691
|
margin-bottom: 2.5rem;
|
|
692
|
-
}
|
|
692
|
+
}
|
|
693
693
|
.theme-designCrowd .tw-mb-2 {
|
|
694
694
|
margin-bottom: 0.5rem;
|
|
695
|
-
}
|
|
695
|
+
}
|
|
696
696
|
.theme-designCrowd .tw-mb-3 {
|
|
697
697
|
margin-bottom: 0.75rem;
|
|
698
|
-
}
|
|
698
|
+
}
|
|
699
699
|
.theme-designCrowd .tw-mb-4 {
|
|
700
700
|
margin-bottom: 1rem;
|
|
701
|
-
}
|
|
701
|
+
}
|
|
702
702
|
.theme-designCrowd .tw-mb-6 {
|
|
703
703
|
margin-bottom: 1.5rem;
|
|
704
|
-
}
|
|
704
|
+
}
|
|
705
705
|
.theme-designCrowd .tw-mb-8 {
|
|
706
706
|
margin-bottom: 2rem;
|
|
707
|
-
}
|
|
707
|
+
}
|
|
708
708
|
.theme-designCrowd .tw-ml-0 {
|
|
709
709
|
margin-left: 0px;
|
|
710
|
-
}
|
|
710
|
+
}
|
|
711
711
|
.theme-designCrowd .tw-ml-2 {
|
|
712
712
|
margin-left: 0.5rem;
|
|
713
|
-
}
|
|
713
|
+
}
|
|
714
714
|
.theme-designCrowd .tw-ml-3 {
|
|
715
715
|
margin-left: 0.75rem;
|
|
716
|
-
}
|
|
716
|
+
}
|
|
717
717
|
.theme-designCrowd .tw-ml-4 {
|
|
718
718
|
margin-left: 1rem;
|
|
719
|
-
}
|
|
720
|
-
.theme-designCrowd .tw-ml-6 {
|
|
721
|
-
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
719
|
+
}
|
|
723
720
|
.theme-designCrowd .tw-ml-auto {
|
|
724
721
|
margin-left: auto;
|
|
725
|
-
}
|
|
722
|
+
}
|
|
726
723
|
.theme-designCrowd .tw-mr-1 {
|
|
727
724
|
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
725
|
+
}
|
|
729
726
|
.theme-designCrowd .tw-mr-2 {
|
|
730
727
|
margin-right: 0.5rem;
|
|
731
|
-
}
|
|
728
|
+
}
|
|
732
729
|
.theme-designCrowd .tw-mr-3 {
|
|
733
730
|
margin-right: 0.75rem;
|
|
734
|
-
}
|
|
731
|
+
}
|
|
735
732
|
.theme-designCrowd .tw-mr-4 {
|
|
736
733
|
margin-right: 1rem;
|
|
737
|
-
}
|
|
734
|
+
}
|
|
738
735
|
.theme-designCrowd .tw-mr-auto {
|
|
739
736
|
margin-right: auto;
|
|
740
|
-
}
|
|
737
|
+
}
|
|
741
738
|
.theme-designCrowd .tw-mt-0 {
|
|
742
739
|
margin-top: 0px;
|
|
743
|
-
}
|
|
740
|
+
}
|
|
744
741
|
.theme-designCrowd .tw-mt-0\.5 {
|
|
745
742
|
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
743
|
+
}
|
|
747
744
|
.theme-designCrowd .tw-mt-1 {
|
|
748
745
|
margin-top: 0.25rem;
|
|
749
|
-
}
|
|
746
|
+
}
|
|
750
747
|
.theme-designCrowd .tw-mt-2 {
|
|
751
748
|
margin-top: 0.5rem;
|
|
752
|
-
}
|
|
749
|
+
}
|
|
753
750
|
.theme-designCrowd .tw-mt-3 {
|
|
754
751
|
margin-top: 0.75rem;
|
|
755
|
-
}
|
|
752
|
+
}
|
|
756
753
|
.theme-designCrowd .tw-mt-4 {
|
|
757
754
|
margin-top: 1rem;
|
|
758
|
-
}
|
|
755
|
+
}
|
|
759
756
|
.theme-designCrowd .tw-mt-8 {
|
|
760
757
|
margin-top: 2rem;
|
|
761
|
-
}
|
|
758
|
+
}
|
|
762
759
|
.theme-designCrowd .tw-box-border {
|
|
763
760
|
box-sizing: border-box;
|
|
764
|
-
}
|
|
761
|
+
}
|
|
765
762
|
.theme-designCrowd .tw-box-content {
|
|
766
763
|
box-sizing: content-box;
|
|
767
|
-
}
|
|
764
|
+
}
|
|
768
765
|
.theme-designCrowd .tw-block {
|
|
769
766
|
display: block;
|
|
770
|
-
}
|
|
767
|
+
}
|
|
771
768
|
.theme-designCrowd .tw-inline-block {
|
|
772
769
|
display: inline-block;
|
|
773
|
-
}
|
|
770
|
+
}
|
|
774
771
|
.theme-designCrowd .tw-inline {
|
|
775
772
|
display: inline;
|
|
776
|
-
}
|
|
773
|
+
}
|
|
777
774
|
.theme-designCrowd .tw-flex {
|
|
778
775
|
display: flex;
|
|
779
|
-
}
|
|
776
|
+
}
|
|
780
777
|
.theme-designCrowd .tw-inline-flex {
|
|
781
778
|
display: inline-flex;
|
|
782
|
-
}
|
|
779
|
+
}
|
|
783
780
|
.theme-designCrowd .tw-grid {
|
|
784
781
|
display: grid;
|
|
785
|
-
}
|
|
782
|
+
}
|
|
786
783
|
.theme-designCrowd .tw-hidden {
|
|
787
784
|
display: none;
|
|
788
|
-
}
|
|
785
|
+
}
|
|
789
786
|
.theme-designCrowd .tw-h-0 {
|
|
790
787
|
height: 0px;
|
|
791
|
-
}
|
|
788
|
+
}
|
|
792
789
|
.theme-designCrowd .tw-h-10 {
|
|
793
790
|
height: 2.5rem;
|
|
794
|
-
}
|
|
791
|
+
}
|
|
795
792
|
.theme-designCrowd .tw-h-12 {
|
|
796
793
|
height: 3rem;
|
|
797
|
-
}
|
|
794
|
+
}
|
|
798
795
|
.theme-designCrowd .tw-h-14 {
|
|
799
796
|
height: 3.5rem;
|
|
800
|
-
}
|
|
797
|
+
}
|
|
801
798
|
.theme-designCrowd .tw-h-16 {
|
|
802
799
|
height: 4rem;
|
|
803
|
-
}
|
|
800
|
+
}
|
|
804
801
|
.theme-designCrowd .tw-h-2 {
|
|
805
802
|
height: 0.5rem;
|
|
806
|
-
}
|
|
803
|
+
}
|
|
807
804
|
.theme-designCrowd .tw-h-20 {
|
|
808
805
|
height: 5rem;
|
|
809
|
-
}
|
|
806
|
+
}
|
|
810
807
|
.theme-designCrowd .tw-h-24 {
|
|
811
808
|
height: 6rem;
|
|
812
|
-
}
|
|
809
|
+
}
|
|
813
810
|
.theme-designCrowd .tw-h-3 {
|
|
814
811
|
height: 0.75rem;
|
|
815
|
-
}
|
|
812
|
+
}
|
|
816
813
|
.theme-designCrowd .tw-h-4 {
|
|
817
814
|
height: 1rem;
|
|
818
|
-
}
|
|
815
|
+
}
|
|
819
816
|
.theme-designCrowd .tw-h-40 {
|
|
820
817
|
height: 10rem;
|
|
821
|
-
}
|
|
818
|
+
}
|
|
822
819
|
.theme-designCrowd .tw-h-5 {
|
|
823
820
|
height: 1.25rem;
|
|
824
|
-
}
|
|
821
|
+
}
|
|
825
822
|
.theme-designCrowd .tw-h-6 {
|
|
826
823
|
height: 1.5rem;
|
|
827
|
-
}
|
|
824
|
+
}
|
|
828
825
|
.theme-designCrowd .tw-h-8 {
|
|
829
826
|
height: 2rem;
|
|
830
|
-
}
|
|
827
|
+
}
|
|
831
828
|
.theme-designCrowd .tw-h-80 {
|
|
832
829
|
height: 20rem;
|
|
833
|
-
}
|
|
830
|
+
}
|
|
834
831
|
.theme-designCrowd .tw-h-auto {
|
|
835
832
|
height: auto;
|
|
836
|
-
}
|
|
833
|
+
}
|
|
837
834
|
.theme-designCrowd .tw-h-fit {
|
|
838
835
|
height: -moz-fit-content;
|
|
839
836
|
height: fit-content;
|
|
840
|
-
}
|
|
837
|
+
}
|
|
841
838
|
.theme-designCrowd .tw-h-full {
|
|
842
839
|
height: 100%;
|
|
843
|
-
}
|
|
840
|
+
}
|
|
844
841
|
.theme-designCrowd .tw-max-h-56 {
|
|
845
842
|
max-height: 14rem;
|
|
846
|
-
}
|
|
843
|
+
}
|
|
847
844
|
.theme-designCrowd .tw-max-h-72 {
|
|
848
845
|
max-height: 18rem;
|
|
849
|
-
}
|
|
846
|
+
}
|
|
850
847
|
.theme-designCrowd .tw-max-h-full {
|
|
851
848
|
max-height: 100%;
|
|
852
|
-
}
|
|
849
|
+
}
|
|
853
850
|
.theme-designCrowd .tw-max-h-screen {
|
|
854
851
|
max-height: 100vh;
|
|
855
|
-
}
|
|
852
|
+
}
|
|
856
853
|
.theme-designCrowd .tw-w-10 {
|
|
857
854
|
width: 2.5rem;
|
|
858
|
-
}
|
|
855
|
+
}
|
|
859
856
|
.theme-designCrowd .tw-w-12 {
|
|
860
857
|
width: 3rem;
|
|
861
|
-
}
|
|
858
|
+
}
|
|
862
859
|
.theme-designCrowd .tw-w-14 {
|
|
863
860
|
width: 3.5rem;
|
|
864
|
-
}
|
|
861
|
+
}
|
|
865
862
|
.theme-designCrowd .tw-w-16 {
|
|
866
863
|
width: 4rem;
|
|
867
|
-
}
|
|
864
|
+
}
|
|
868
865
|
.theme-designCrowd .tw-w-2 {
|
|
869
866
|
width: 0.5rem;
|
|
870
|
-
}
|
|
867
|
+
}
|
|
871
868
|
.theme-designCrowd .tw-w-24 {
|
|
872
869
|
width: 6rem;
|
|
873
|
-
}
|
|
870
|
+
}
|
|
874
871
|
.theme-designCrowd .tw-w-3 {
|
|
875
872
|
width: 0.75rem;
|
|
876
|
-
}
|
|
873
|
+
}
|
|
877
874
|
.theme-designCrowd .tw-w-32 {
|
|
878
875
|
width: 8rem;
|
|
879
|
-
}
|
|
876
|
+
}
|
|
880
877
|
.theme-designCrowd .tw-w-4 {
|
|
881
878
|
width: 1rem;
|
|
882
|
-
}
|
|
879
|
+
}
|
|
883
880
|
.theme-designCrowd .tw-w-5 {
|
|
884
881
|
width: 1.25rem;
|
|
885
|
-
}
|
|
882
|
+
}
|
|
886
883
|
.theme-designCrowd .tw-w-6 {
|
|
887
884
|
width: 1.5rem;
|
|
888
|
-
}
|
|
885
|
+
}
|
|
889
886
|
.theme-designCrowd .tw-w-60 {
|
|
890
887
|
width: 15rem;
|
|
891
|
-
}
|
|
888
|
+
}
|
|
892
889
|
.theme-designCrowd .tw-w-64 {
|
|
893
890
|
width: 16rem;
|
|
894
|
-
}
|
|
891
|
+
}
|
|
895
892
|
.theme-designCrowd .tw-w-72 {
|
|
896
893
|
width: 18rem;
|
|
897
|
-
}
|
|
894
|
+
}
|
|
898
895
|
.theme-designCrowd .tw-w-8 {
|
|
899
896
|
width: 2rem;
|
|
900
|
-
}
|
|
897
|
+
}
|
|
901
898
|
.theme-designCrowd .tw-w-96 {
|
|
902
899
|
width: 24rem;
|
|
903
|
-
}
|
|
900
|
+
}
|
|
904
901
|
.theme-designCrowd .tw-w-auto {
|
|
905
902
|
width: auto;
|
|
906
|
-
}
|
|
903
|
+
}
|
|
907
904
|
.theme-designCrowd .tw-w-fit {
|
|
908
905
|
width: -moz-fit-content;
|
|
909
906
|
width: fit-content;
|
|
910
|
-
}
|
|
907
|
+
}
|
|
911
908
|
.theme-designCrowd .tw-w-full {
|
|
912
909
|
width: 100%;
|
|
913
|
-
}
|
|
910
|
+
}
|
|
914
911
|
.theme-designCrowd .tw-max-w-2xl {
|
|
915
912
|
max-width: 42rem;
|
|
916
|
-
}
|
|
913
|
+
}
|
|
917
914
|
.theme-designCrowd .tw-max-w-full {
|
|
918
915
|
max-width: 100%;
|
|
919
|
-
}
|
|
916
|
+
}
|
|
920
917
|
.theme-designCrowd .tw-max-w-md {
|
|
921
918
|
max-width: 28rem;
|
|
922
|
-
}
|
|
919
|
+
}
|
|
923
920
|
.theme-designCrowd .tw-max-w-xl {
|
|
924
921
|
max-width: 36rem;
|
|
925
|
-
}
|
|
922
|
+
}
|
|
926
923
|
.theme-designCrowd .tw-flex-auto {
|
|
927
924
|
flex: 1 1 auto;
|
|
928
|
-
}
|
|
925
|
+
}
|
|
929
926
|
.theme-designCrowd .tw-flex-none {
|
|
930
927
|
flex: none;
|
|
931
|
-
}
|
|
928
|
+
}
|
|
932
929
|
.theme-designCrowd .tw-grow {
|
|
933
930
|
flex-grow: 1;
|
|
934
|
-
}
|
|
931
|
+
}
|
|
935
932
|
.theme-designCrowd .tw-origin-top-right {
|
|
936
933
|
transform-origin: top right;
|
|
937
|
-
}
|
|
934
|
+
}
|
|
938
935
|
.-tw-translate-x-px {
|
|
939
936
|
--tw-translate-x: -1px;
|
|
940
937
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
941
|
-
}
|
|
938
|
+
}
|
|
942
939
|
.theme-designCrowd .tw--translate-x-2 {
|
|
943
940
|
--tw-translate-x: -0.5rem;
|
|
944
941
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
945
|
-
}
|
|
942
|
+
}
|
|
946
943
|
.theme-designCrowd .tw--translate-x-3 {
|
|
947
944
|
--tw-translate-x: -0.75rem;
|
|
948
945
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
949
|
-
}
|
|
946
|
+
}
|
|
950
947
|
.theme-designCrowd .tw--translate-x-4 {
|
|
951
948
|
--tw-translate-x: -1rem;
|
|
952
949
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
953
|
-
}
|
|
950
|
+
}
|
|
954
951
|
.theme-designCrowd .tw--translate-y-1\/2 {
|
|
955
952
|
--tw-translate-y: -50%;
|
|
956
953
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
957
|
-
}
|
|
954
|
+
}
|
|
958
955
|
.theme-designCrowd .tw--translate-y-2 {
|
|
959
956
|
--tw-translate-y: -0.5rem;
|
|
960
957
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
961
|
-
}
|
|
958
|
+
}
|
|
962
959
|
.theme-designCrowd .tw-translate-x-12 {
|
|
963
960
|
--tw-translate-x: 3rem;
|
|
964
961
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
965
|
-
}
|
|
962
|
+
}
|
|
966
963
|
.theme-designCrowd .tw-translate-x-20 {
|
|
967
964
|
--tw-translate-x: 5rem;
|
|
968
965
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
969
|
-
}
|
|
966
|
+
}
|
|
970
967
|
.theme-designCrowd .tw-translate-x-4 {
|
|
971
968
|
--tw-translate-x: 1rem;
|
|
972
969
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
973
|
-
}
|
|
970
|
+
}
|
|
974
971
|
.theme-designCrowd .tw-translate-x-5 {
|
|
975
972
|
--tw-translate-x: 1.25rem;
|
|
976
973
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
977
|
-
}
|
|
974
|
+
}
|
|
978
975
|
.theme-designCrowd .tw-translate-x-6 {
|
|
979
976
|
--tw-translate-x: 1.5rem;
|
|
980
977
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
981
|
-
}
|
|
978
|
+
}
|
|
982
979
|
.theme-designCrowd .tw-translate-x-8 {
|
|
983
980
|
--tw-translate-x: 2rem;
|
|
984
981
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
985
|
-
}
|
|
982
|
+
}
|
|
986
983
|
.theme-designCrowd .tw-translate-y-1\/2 {
|
|
987
984
|
--tw-translate-y: 50%;
|
|
988
985
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
989
|
-
}
|
|
986
|
+
}
|
|
990
987
|
.theme-designCrowd .tw-translate-y-2 {
|
|
991
988
|
--tw-translate-y: 0.5rem;
|
|
992
989
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
993
|
-
}
|
|
990
|
+
}
|
|
994
991
|
.theme-designCrowd .tw-translate-y-2\.5 {
|
|
995
992
|
--tw-translate-y: 0.625rem;
|
|
996
993
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
997
|
-
}
|
|
994
|
+
}
|
|
998
995
|
.theme-designCrowd .tw-translate-y-4 {
|
|
999
996
|
--tw-translate-y: 1rem;
|
|
1000
997
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1001
|
-
}
|
|
998
|
+
}
|
|
1002
999
|
.theme-designCrowd .tw-scale-0 {
|
|
1003
1000
|
--tw-scale-x: 0;
|
|
1004
1001
|
--tw-scale-y: 0;
|
|
1005
1002
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1006
|
-
}
|
|
1003
|
+
}
|
|
1007
1004
|
.theme-designCrowd .tw-scale-100 {
|
|
1008
1005
|
--tw-scale-x: 1;
|
|
1009
1006
|
--tw-scale-y: 1;
|
|
1010
1007
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1011
|
-
}
|
|
1008
|
+
}
|
|
1012
1009
|
.theme-designCrowd .tw-transform {
|
|
1013
1010
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1014
|
-
}
|
|
1011
|
+
}
|
|
1015
1012
|
@keyframes tw-spin {
|
|
1016
1013
|
|
|
1017
1014
|
to {
|
|
1018
1015
|
transform: rotate(360deg);
|
|
1019
1016
|
}
|
|
1020
|
-
}
|
|
1017
|
+
}
|
|
1021
1018
|
.theme-designCrowd .tw-animate-spin {
|
|
1022
1019
|
animation: tw-spin 1s linear infinite;
|
|
1023
|
-
}
|
|
1020
|
+
}
|
|
1024
1021
|
.\!tw-cursor-not-allowed {
|
|
1025
1022
|
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1023
|
+
}
|
|
1027
1024
|
.theme-designCrowd .tw-cursor-not-allowed {
|
|
1028
1025
|
cursor: not-allowed;
|
|
1029
|
-
}
|
|
1026
|
+
}
|
|
1030
1027
|
.theme-designCrowd .tw-cursor-pointer {
|
|
1031
1028
|
cursor: pointer;
|
|
1032
|
-
}
|
|
1029
|
+
}
|
|
1033
1030
|
.theme-designCrowd .tw-cursor-text {
|
|
1034
1031
|
cursor: text;
|
|
1035
|
-
}
|
|
1032
|
+
}
|
|
1036
1033
|
.theme-designCrowd .tw-cursor-wait {
|
|
1037
1034
|
cursor: wait;
|
|
1038
|
-
}
|
|
1035
|
+
}
|
|
1039
1036
|
.theme-designCrowd .tw-select-none {
|
|
1040
1037
|
-webkit-user-select: none;
|
|
1041
1038
|
-moz-user-select: none;
|
|
1042
1039
|
user-select: none;
|
|
1043
|
-
}
|
|
1040
|
+
}
|
|
1044
1041
|
.theme-designCrowd .tw-resize-none {
|
|
1045
1042
|
resize: none;
|
|
1046
|
-
}
|
|
1043
|
+
}
|
|
1047
1044
|
.theme-designCrowd .tw-list-none {
|
|
1048
1045
|
list-style-type: none;
|
|
1049
|
-
}
|
|
1046
|
+
}
|
|
1050
1047
|
.theme-designCrowd .tw-appearance-none {
|
|
1051
1048
|
-webkit-appearance: none;
|
|
1052
1049
|
-moz-appearance: none;
|
|
1053
1050
|
appearance: none;
|
|
1054
|
-
}
|
|
1051
|
+
}
|
|
1055
1052
|
.theme-designCrowd .tw-grid-flow-row {
|
|
1056
1053
|
grid-auto-flow: row;
|
|
1057
|
-
}
|
|
1054
|
+
}
|
|
1058
1055
|
.theme-designCrowd .tw-auto-rows-max {
|
|
1059
1056
|
grid-auto-rows: max-content;
|
|
1060
|
-
}
|
|
1057
|
+
}
|
|
1061
1058
|
.theme-designCrowd .tw-grid-cols-1 {
|
|
1062
1059
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1063
|
-
}
|
|
1060
|
+
}
|
|
1064
1061
|
.theme-designCrowd .tw-grid-cols-3 {
|
|
1065
1062
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1066
|
-
}
|
|
1063
|
+
}
|
|
1067
1064
|
.theme-designCrowd .tw-grid-cols-4 {
|
|
1068
1065
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1069
|
-
}
|
|
1066
|
+
}
|
|
1070
1067
|
.theme-designCrowd .tw-flex-row {
|
|
1071
1068
|
flex-direction: row;
|
|
1072
|
-
}
|
|
1069
|
+
}
|
|
1073
1070
|
.theme-designCrowd .tw-flex-row-reverse {
|
|
1074
1071
|
flex-direction: row-reverse;
|
|
1075
|
-
}
|
|
1072
|
+
}
|
|
1076
1073
|
.theme-designCrowd .tw-flex-col {
|
|
1077
1074
|
flex-direction: column;
|
|
1078
|
-
}
|
|
1075
|
+
}
|
|
1079
1076
|
.theme-designCrowd .tw-flex-col-reverse {
|
|
1080
1077
|
flex-direction: column-reverse;
|
|
1081
|
-
}
|
|
1078
|
+
}
|
|
1082
1079
|
.theme-designCrowd .tw-content-start {
|
|
1083
1080
|
align-content: flex-start;
|
|
1084
|
-
}
|
|
1081
|
+
}
|
|
1085
1082
|
.theme-designCrowd .tw-items-start {
|
|
1086
1083
|
align-items: flex-start;
|
|
1087
|
-
}
|
|
1084
|
+
}
|
|
1088
1085
|
.theme-designCrowd .tw-items-end {
|
|
1089
1086
|
align-items: flex-end;
|
|
1090
|
-
}
|
|
1087
|
+
}
|
|
1091
1088
|
.theme-designCrowd .tw-items-center {
|
|
1092
1089
|
align-items: center;
|
|
1093
|
-
}
|
|
1090
|
+
}
|
|
1094
1091
|
.theme-designCrowd .tw-items-stretch {
|
|
1095
1092
|
align-items: stretch;
|
|
1096
|
-
}
|
|
1093
|
+
}
|
|
1097
1094
|
.theme-designCrowd .tw-justify-start {
|
|
1098
1095
|
justify-content: flex-start;
|
|
1099
|
-
}
|
|
1096
|
+
}
|
|
1100
1097
|
.theme-designCrowd .tw-justify-end {
|
|
1101
1098
|
justify-content: flex-end;
|
|
1102
|
-
}
|
|
1099
|
+
}
|
|
1103
1100
|
.theme-designCrowd .tw-justify-center {
|
|
1104
1101
|
justify-content: center;
|
|
1105
|
-
}
|
|
1102
|
+
}
|
|
1106
1103
|
.theme-designCrowd .tw-justify-between {
|
|
1107
1104
|
justify-content: space-between;
|
|
1108
|
-
}
|
|
1105
|
+
}
|
|
1109
1106
|
.theme-designCrowd .tw-gap-2 {
|
|
1110
1107
|
gap: 0.5rem;
|
|
1111
|
-
}
|
|
1108
|
+
}
|
|
1112
1109
|
.theme-designCrowd .tw-gap-3 {
|
|
1113
1110
|
gap: 0.75rem;
|
|
1114
|
-
}
|
|
1111
|
+
}
|
|
1115
1112
|
.theme-designCrowd .tw-gap-4 {
|
|
1116
1113
|
gap: 1rem;
|
|
1117
|
-
}
|
|
1114
|
+
}
|
|
1118
1115
|
.theme-designCrowd .tw-self-center {
|
|
1119
1116
|
align-self: center;
|
|
1120
|
-
}
|
|
1117
|
+
}
|
|
1121
1118
|
.theme-designCrowd .tw-overflow-hidden {
|
|
1122
1119
|
overflow: hidden;
|
|
1123
|
-
}
|
|
1120
|
+
}
|
|
1124
1121
|
.theme-designCrowd .tw-overflow-visible {
|
|
1125
1122
|
overflow: visible;
|
|
1126
|
-
}
|
|
1123
|
+
}
|
|
1127
1124
|
.theme-designCrowd .tw-overflow-scroll {
|
|
1128
1125
|
overflow: scroll;
|
|
1129
|
-
}
|
|
1126
|
+
}
|
|
1130
1127
|
.theme-designCrowd .tw-overflow-x-auto {
|
|
1131
1128
|
overflow-x: auto;
|
|
1132
|
-
}
|
|
1129
|
+
}
|
|
1133
1130
|
.theme-designCrowd .tw-overflow-y-auto {
|
|
1134
1131
|
overflow-y: auto;
|
|
1135
|
-
}
|
|
1132
|
+
}
|
|
1136
1133
|
.theme-designCrowd .tw-overflow-x-hidden {
|
|
1137
1134
|
overflow-x: hidden;
|
|
1138
|
-
}
|
|
1135
|
+
}
|
|
1139
1136
|
.theme-designCrowd .tw-overflow-y-hidden {
|
|
1140
1137
|
overflow-y: hidden;
|
|
1141
|
-
}
|
|
1138
|
+
}
|
|
1142
1139
|
.theme-designCrowd .tw-truncate {
|
|
1143
1140
|
overflow: hidden;
|
|
1144
1141
|
text-overflow: ellipsis;
|
|
1145
1142
|
white-space: nowrap;
|
|
1146
|
-
}
|
|
1143
|
+
}
|
|
1147
1144
|
.theme-designCrowd .tw-whitespace-nowrap {
|
|
1148
1145
|
white-space: nowrap;
|
|
1149
|
-
}
|
|
1146
|
+
}
|
|
1150
1147
|
.theme-designCrowd .tw-break-all {
|
|
1151
1148
|
word-break: break-all;
|
|
1152
|
-
}
|
|
1149
|
+
}
|
|
1153
1150
|
.theme-designCrowd .tw-rounded {
|
|
1154
1151
|
border-radius: 0.25rem;
|
|
1155
|
-
}
|
|
1152
|
+
}
|
|
1156
1153
|
.theme-designCrowd .tw-rounded-full {
|
|
1157
1154
|
border-radius: 9999px;
|
|
1158
|
-
}
|
|
1155
|
+
}
|
|
1159
1156
|
.theme-designCrowd .tw-rounded-md {
|
|
1160
1157
|
border-radius: 0.375rem;
|
|
1161
|
-
}
|
|
1158
|
+
}
|
|
1162
1159
|
.theme-designCrowd .tw-rounded-none {
|
|
1163
1160
|
border-radius: 0px;
|
|
1164
|
-
}
|
|
1161
|
+
}
|
|
1165
1162
|
.theme-designCrowd .tw-rounded-sm {
|
|
1166
1163
|
border-radius: 0.125rem;
|
|
1167
|
-
}
|
|
1164
|
+
}
|
|
1168
1165
|
.\!tw-rounded-l-none {
|
|
1169
1166
|
border-top-left-radius: 0px !important;
|
|
1170
1167
|
border-bottom-left-radius: 0px !important;
|
|
1171
|
-
}
|
|
1168
|
+
}
|
|
1172
1169
|
.\!tw-rounded-r-none {
|
|
1173
1170
|
border-top-right-radius: 0px !important;
|
|
1174
1171
|
border-bottom-right-radius: 0px !important;
|
|
1175
|
-
}
|
|
1172
|
+
}
|
|
1176
1173
|
.theme-designCrowd .tw-rounded-b {
|
|
1177
1174
|
border-bottom-right-radius: 0.25rem;
|
|
1178
1175
|
border-bottom-left-radius: 0.25rem;
|
|
1179
|
-
}
|
|
1176
|
+
}
|
|
1180
1177
|
.theme-designCrowd .tw-rounded-l {
|
|
1181
1178
|
border-top-left-radius: 0.25rem;
|
|
1182
1179
|
border-bottom-left-radius: 0.25rem;
|
|
1183
|
-
}
|
|
1180
|
+
}
|
|
1184
1181
|
.theme-designCrowd .tw-rounded-l-none {
|
|
1185
1182
|
border-top-left-radius: 0px;
|
|
1186
1183
|
border-bottom-left-radius: 0px;
|
|
1187
|
-
}
|
|
1184
|
+
}
|
|
1188
1185
|
.theme-designCrowd .tw-rounded-r {
|
|
1189
1186
|
border-top-right-radius: 0.25rem;
|
|
1190
1187
|
border-bottom-right-radius: 0.25rem;
|
|
1191
|
-
}
|
|
1188
|
+
}
|
|
1192
1189
|
.theme-designCrowd .tw-rounded-r-none {
|
|
1193
1190
|
border-top-right-radius: 0px;
|
|
1194
1191
|
border-bottom-right-radius: 0px;
|
|
1195
|
-
}
|
|
1192
|
+
}
|
|
1196
1193
|
.theme-designCrowd .tw-border {
|
|
1197
1194
|
border-width: 1px;
|
|
1198
|
-
}
|
|
1195
|
+
}
|
|
1199
1196
|
.theme-designCrowd .tw-border-0 {
|
|
1200
1197
|
border-width: 0px;
|
|
1201
|
-
}
|
|
1198
|
+
}
|
|
1202
1199
|
.theme-designCrowd .tw-border-2 {
|
|
1203
1200
|
border-width: 2px;
|
|
1204
|
-
}
|
|
1201
|
+
}
|
|
1205
1202
|
.theme-designCrowd .tw-border-b-0 {
|
|
1206
1203
|
border-bottom-width: 0px;
|
|
1207
|
-
}
|
|
1204
|
+
}
|
|
1208
1205
|
.theme-designCrowd .tw-border-b-2 {
|
|
1209
1206
|
border-bottom-width: 2px;
|
|
1210
|
-
}
|
|
1207
|
+
}
|
|
1211
1208
|
.theme-designCrowd .tw-border-b-4 {
|
|
1212
1209
|
border-bottom-width: 4px;
|
|
1213
|
-
}
|
|
1210
|
+
}
|
|
1214
1211
|
.theme-designCrowd .tw-border-l {
|
|
1215
1212
|
border-left-width: 1px;
|
|
1216
|
-
}
|
|
1213
|
+
}
|
|
1217
1214
|
.theme-designCrowd .tw-border-l-0 {
|
|
1218
1215
|
border-left-width: 0px;
|
|
1219
|
-
}
|
|
1216
|
+
}
|
|
1220
1217
|
.theme-designCrowd .tw-border-r {
|
|
1221
1218
|
border-right-width: 1px;
|
|
1222
|
-
}
|
|
1219
|
+
}
|
|
1223
1220
|
.theme-designCrowd .tw-border-r-0 {
|
|
1224
1221
|
border-right-width: 0px;
|
|
1225
|
-
}
|
|
1222
|
+
}
|
|
1226
1223
|
.theme-designCrowd .tw-border-t {
|
|
1227
1224
|
border-top-width: 1px;
|
|
1228
|
-
}
|
|
1225
|
+
}
|
|
1229
1226
|
.theme-designCrowd .tw-border-t-0 {
|
|
1230
1227
|
border-top-width: 0px;
|
|
1231
|
-
}
|
|
1228
|
+
}
|
|
1232
1229
|
.theme-designCrowd .tw-border-t-2 {
|
|
1233
1230
|
border-top-width: 2px;
|
|
1234
|
-
}
|
|
1231
|
+
}
|
|
1235
1232
|
.theme-designCrowd .tw-border-solid {
|
|
1236
1233
|
border-style: solid;
|
|
1237
|
-
}
|
|
1234
|
+
}
|
|
1238
1235
|
.theme-designCrowd .tw-border-dashed {
|
|
1239
1236
|
border-style: dashed;
|
|
1240
|
-
}
|
|
1237
|
+
}
|
|
1241
1238
|
.theme-designCrowd .tw-border-none {
|
|
1242
1239
|
border-style: none;
|
|
1243
|
-
}
|
|
1240
|
+
}
|
|
1244
1241
|
.theme-designCrowd .tw-border-black\/10 {
|
|
1245
1242
|
border-color: rgb(0 0 0 / 0.1);
|
|
1246
|
-
}
|
|
1243
|
+
}
|
|
1247
1244
|
.theme-designCrowd .tw-border-error-500 {
|
|
1248
1245
|
--tw-border-opacity: 1;
|
|
1249
1246
|
border-color: rgb(244 63 60 / var(--tw-border-opacity));
|
|
1250
|
-
}
|
|
1247
|
+
}
|
|
1251
1248
|
.theme-designCrowd .tw-border-error-600 {
|
|
1252
1249
|
--tw-border-opacity: 1;
|
|
1253
1250
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
1254
|
-
}
|
|
1251
|
+
}
|
|
1255
1252
|
.theme-designCrowd .tw-border-grayscale-100 {
|
|
1256
1253
|
--tw-border-opacity: 1;
|
|
1257
1254
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1258
|
-
}
|
|
1255
|
+
}
|
|
1259
1256
|
.theme-designCrowd .tw-border-grayscale-300 {
|
|
1260
1257
|
--tw-border-opacity: 1;
|
|
1261
1258
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
1262
|
-
}
|
|
1259
|
+
}
|
|
1263
1260
|
.theme-designCrowd .tw-border-grayscale-400 {
|
|
1264
1261
|
--tw-border-opacity: 1;
|
|
1265
1262
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1266
|
-
}
|
|
1263
|
+
}
|
|
1267
1264
|
.theme-designCrowd .tw-border-grayscale-500 {
|
|
1268
1265
|
--tw-border-opacity: 1;
|
|
1269
1266
|
border-color: rgb(204 204 204 / var(--tw-border-opacity));
|
|
1270
|
-
}
|
|
1267
|
+
}
|
|
1271
1268
|
.theme-designCrowd .tw-border-grayscale-600 {
|
|
1272
1269
|
--tw-border-opacity: 1;
|
|
1273
1270
|
border-color: rgb(125 130 132 / var(--tw-border-opacity));
|
|
1274
|
-
}
|
|
1271
|
+
}
|
|
1275
1272
|
.theme-designCrowd .tw-border-info-300 {
|
|
1276
1273
|
--tw-border-opacity: 1;
|
|
1277
1274
|
border-color: rgb(112 193 243 / var(--tw-border-opacity));
|
|
1278
|
-
}
|
|
1275
|
+
}
|
|
1279
1276
|
.theme-designCrowd .tw-border-info-500 {
|
|
1280
1277
|
--tw-border-opacity: 1;
|
|
1281
1278
|
border-color: rgb(17 151 235 / var(--tw-border-opacity));
|
|
1282
|
-
}
|
|
1279
|
+
}
|
|
1283
1280
|
.theme-designCrowd .tw-border-primary-300 {
|
|
1284
1281
|
--tw-border-opacity: 1;
|
|
1285
1282
|
border-color: rgb(112 193 243 / var(--tw-border-opacity));
|
|
1286
|
-
}
|
|
1283
|
+
}
|
|
1287
1284
|
.theme-designCrowd .tw-border-primary-400 {
|
|
1288
1285
|
--tw-border-opacity: 1;
|
|
1289
1286
|
border-color: rgb(65 172 239 / var(--tw-border-opacity));
|
|
1290
|
-
}
|
|
1287
|
+
}
|
|
1291
1288
|
.theme-designCrowd .tw-border-primary-500 {
|
|
1292
1289
|
--tw-border-opacity: 1;
|
|
1293
1290
|
border-color: rgb(17 151 235 / var(--tw-border-opacity));
|
|
1294
|
-
}
|
|
1291
|
+
}
|
|
1295
1292
|
.theme-designCrowd .tw-border-primary-600 {
|
|
1296
1293
|
--tw-border-opacity: 1;
|
|
1297
1294
|
border-color: rgb(14 121 188 / var(--tw-border-opacity));
|
|
1298
|
-
}
|
|
1295
|
+
}
|
|
1299
1296
|
.theme-designCrowd .tw-border-secondary-200 {
|
|
1300
1297
|
--tw-border-opacity: 1;
|
|
1301
1298
|
border-color: rgb(190 197 205 / var(--tw-border-opacity));
|
|
1302
|
-
}
|
|
1299
|
+
}
|
|
1303
1300
|
.theme-designCrowd .tw-border-secondary-300 {
|
|
1304
1301
|
--tw-border-opacity: 1;
|
|
1305
1302
|
border-color: rgb(158 167 179 / var(--tw-border-opacity));
|
|
1306
|
-
}
|
|
1303
|
+
}
|
|
1307
1304
|
.theme-designCrowd .tw-border-secondary-500 {
|
|
1308
1305
|
--tw-border-opacity: 1;
|
|
1309
1306
|
border-color: rgb(93 109 129 / var(--tw-border-opacity));
|
|
1310
|
-
}
|
|
1307
|
+
}
|
|
1311
1308
|
.theme-designCrowd .tw-border-success-400 {
|
|
1312
1309
|
--tw-border-opacity: 1;
|
|
1313
1310
|
border-color: rgb(87 203 128 / var(--tw-border-opacity));
|
|
1314
|
-
}
|
|
1311
|
+
}
|
|
1315
1312
|
.theme-designCrowd .tw-border-success-500 {
|
|
1316
1313
|
--tw-border-opacity: 1;
|
|
1317
1314
|
border-color: rgb(45 190 96 / var(--tw-border-opacity));
|
|
1318
|
-
}
|
|
1315
|
+
}
|
|
1319
1316
|
.theme-designCrowd .tw-border-success-600 {
|
|
1320
1317
|
--tw-border-opacity: 1;
|
|
1321
1318
|
border-color: rgb(36 152 77 / var(--tw-border-opacity));
|
|
1322
|
-
}
|
|
1319
|
+
}
|
|
1323
1320
|
.theme-designCrowd .tw-border-warning-300 {
|
|
1324
1321
|
--tw-border-opacity: 1;
|
|
1325
1322
|
border-color: rgb(248 207 128 / var(--tw-border-opacity));
|
|
1326
|
-
}
|
|
1323
|
+
}
|
|
1327
1324
|
.theme-designCrowd .tw-border-warning-500 {
|
|
1328
1325
|
--tw-border-opacity: 1;
|
|
1329
1326
|
border-color: rgb(243 175 43 / var(--tw-border-opacity));
|
|
1330
|
-
}
|
|
1327
|
+
}
|
|
1331
1328
|
.theme-designCrowd .tw-border-warning-600 {
|
|
1332
1329
|
--tw-border-opacity: 1;
|
|
1333
1330
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
1334
|
-
}
|
|
1331
|
+
}
|
|
1335
1332
|
.theme-designCrowd .tw-border-white {
|
|
1336
1333
|
--tw-border-opacity: 1;
|
|
1337
1334
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1338
|
-
}
|
|
1335
|
+
}
|
|
1339
1336
|
.theme-designCrowd .tw-bg-black {
|
|
1340
1337
|
--tw-bg-opacity: 1;
|
|
1341
1338
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1342
|
-
}
|
|
1339
|
+
}
|
|
1343
1340
|
.theme-designCrowd .tw-bg-error-100 {
|
|
1344
1341
|
--tw-bg-opacity: 1;
|
|
1345
1342
|
background-color: rgb(253 217 216 / var(--tw-bg-opacity));
|
|
1346
|
-
}
|
|
1343
|
+
}
|
|
1347
1344
|
.theme-designCrowd .tw-bg-error-500 {
|
|
1348
1345
|
--tw-bg-opacity: 1;
|
|
1349
1346
|
background-color: rgb(244 63 60 / var(--tw-bg-opacity));
|
|
1350
|
-
}
|
|
1347
|
+
}
|
|
1351
1348
|
.theme-designCrowd .tw-bg-grayscale-100 {
|
|
1352
1349
|
--tw-bg-opacity: 1;
|
|
1353
1350
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1354
|
-
}
|
|
1351
|
+
}
|
|
1355
1352
|
.theme-designCrowd .tw-bg-grayscale-200 {
|
|
1356
1353
|
--tw-bg-opacity: 1;
|
|
1357
1354
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
1358
|
-
}
|
|
1355
|
+
}
|
|
1359
1356
|
.theme-designCrowd .tw-bg-grayscale-300 {
|
|
1360
1357
|
--tw-bg-opacity: 1;
|
|
1361
1358
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
1362
|
-
}
|
|
1359
|
+
}
|
|
1363
1360
|
.theme-designCrowd .tw-bg-grayscale-400 {
|
|
1364
1361
|
--tw-bg-opacity: 1;
|
|
1365
1362
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1366
|
-
}
|
|
1363
|
+
}
|
|
1367
1364
|
.theme-designCrowd .tw-bg-grayscale-500 {
|
|
1368
1365
|
--tw-bg-opacity: 1;
|
|
1369
1366
|
background-color: rgb(204 204 204 / var(--tw-bg-opacity));
|
|
1370
|
-
}
|
|
1367
|
+
}
|
|
1371
1368
|
.theme-designCrowd .tw-bg-info-100 {
|
|
1372
1369
|
--tw-bg-opacity: 1;
|
|
1373
1370
|
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
1374
|
-
}
|
|
1371
|
+
}
|
|
1375
1372
|
.theme-designCrowd .tw-bg-info-300 {
|
|
1376
1373
|
--tw-bg-opacity: 1;
|
|
1377
1374
|
background-color: rgb(112 193 243 / var(--tw-bg-opacity));
|
|
1378
|
-
}
|
|
1375
|
+
}
|
|
1379
1376
|
.theme-designCrowd .tw-bg-info-400 {
|
|
1380
1377
|
--tw-bg-opacity: 1;
|
|
1381
1378
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
1382
|
-
}
|
|
1379
|
+
}
|
|
1383
1380
|
.theme-designCrowd .tw-bg-info-500 {
|
|
1384
1381
|
--tw-bg-opacity: 1;
|
|
1385
1382
|
background-color: rgb(17 151 235 / var(--tw-bg-opacity));
|
|
1386
|
-
}
|
|
1383
|
+
}
|
|
1387
1384
|
.theme-designCrowd .tw-bg-info-600 {
|
|
1388
1385
|
--tw-bg-opacity: 1;
|
|
1389
1386
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
1390
|
-
}
|
|
1387
|
+
}
|
|
1391
1388
|
.theme-designCrowd .tw-bg-primary-300 {
|
|
1392
1389
|
--tw-bg-opacity: 1;
|
|
1393
1390
|
background-color: rgb(112 193 243 / var(--tw-bg-opacity));
|
|
1394
|
-
}
|
|
1391
|
+
}
|
|
1395
1392
|
.theme-designCrowd .tw-bg-primary-400 {
|
|
1396
1393
|
--tw-bg-opacity: 1;
|
|
1397
1394
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
1398
|
-
}
|
|
1395
|
+
}
|
|
1399
1396
|
.theme-designCrowd .tw-bg-primary-500 {
|
|
1400
1397
|
--tw-bg-opacity: 1;
|
|
1401
1398
|
background-color: rgb(17 151 235 / var(--tw-bg-opacity));
|
|
1402
|
-
}
|
|
1399
|
+
}
|
|
1403
1400
|
.theme-designCrowd .tw-bg-primary-600 {
|
|
1404
1401
|
--tw-bg-opacity: 1;
|
|
1405
1402
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
1406
|
-
}
|
|
1403
|
+
}
|
|
1407
1404
|
.theme-designCrowd .tw-bg-secondary-100 {
|
|
1408
1405
|
--tw-bg-opacity: 1;
|
|
1409
1406
|
background-color: rgb(223 226 230 / var(--tw-bg-opacity));
|
|
1410
|
-
}
|
|
1407
|
+
}
|
|
1411
1408
|
.theme-designCrowd .tw-bg-secondary-300 {
|
|
1412
1409
|
--tw-bg-opacity: 1;
|
|
1413
1410
|
background-color: rgb(158 167 179 / var(--tw-bg-opacity));
|
|
1414
|
-
}
|
|
1411
|
+
}
|
|
1415
1412
|
.theme-designCrowd .tw-bg-secondary-500 {
|
|
1416
1413
|
--tw-bg-opacity: 1;
|
|
1417
1414
|
background-color: rgb(93 109 129 / var(--tw-bg-opacity));
|
|
1418
|
-
}
|
|
1415
|
+
}
|
|
1419
1416
|
.theme-designCrowd .tw-bg-success-100 {
|
|
1420
1417
|
--tw-bg-opacity: 1;
|
|
1421
1418
|
background-color: rgb(213 242 223 / var(--tw-bg-opacity));
|
|
1422
|
-
}
|
|
1419
|
+
}
|
|
1423
1420
|
.theme-designCrowd .tw-bg-success-400 {
|
|
1424
1421
|
--tw-bg-opacity: 1;
|
|
1425
1422
|
background-color: rgb(87 203 128 / var(--tw-bg-opacity));
|
|
1426
|
-
}
|
|
1423
|
+
}
|
|
1427
1424
|
.theme-designCrowd .tw-bg-success-500 {
|
|
1428
1425
|
--tw-bg-opacity: 1;
|
|
1429
1426
|
background-color: rgb(45 190 96 / var(--tw-bg-opacity));
|
|
1430
|
-
}
|
|
1427
|
+
}
|
|
1431
1428
|
.theme-designCrowd .tw-bg-transparent {
|
|
1432
1429
|
background-color: transparent;
|
|
1433
|
-
}
|
|
1430
|
+
}
|
|
1434
1431
|
.theme-designCrowd .tw-bg-warning-100 {
|
|
1435
1432
|
--tw-bg-opacity: 1;
|
|
1436
1433
|
background-color: rgb(253 239 213 / var(--tw-bg-opacity));
|
|
1437
|
-
}
|
|
1434
|
+
}
|
|
1438
1435
|
.theme-designCrowd .tw-bg-warning-300 {
|
|
1439
1436
|
--tw-bg-opacity: 1;
|
|
1440
1437
|
background-color: rgb(248 207 128 / var(--tw-bg-opacity));
|
|
1441
|
-
}
|
|
1438
|
+
}
|
|
1442
1439
|
.theme-designCrowd .tw-bg-warning-500 {
|
|
1443
1440
|
--tw-bg-opacity: 1;
|
|
1444
1441
|
background-color: rgb(243 175 43 / var(--tw-bg-opacity));
|
|
1445
|
-
}
|
|
1442
|
+
}
|
|
1446
1443
|
.theme-designCrowd .tw-bg-warning-600 {
|
|
1447
1444
|
--tw-bg-opacity: 1;
|
|
1448
1445
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
1449
|
-
}
|
|
1446
|
+
}
|
|
1450
1447
|
.theme-designCrowd .tw-bg-white {
|
|
1451
1448
|
--tw-bg-opacity: 1;
|
|
1452
1449
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1453
|
-
}
|
|
1450
|
+
}
|
|
1454
1451
|
.theme-designCrowd .tw-bg-opacity-75 {
|
|
1455
1452
|
--tw-bg-opacity: 0.75;
|
|
1456
|
-
}
|
|
1453
|
+
}
|
|
1457
1454
|
.theme-designCrowd .tw-bg-opacity-80 {
|
|
1458
1455
|
--tw-bg-opacity: 0.8;
|
|
1459
|
-
}
|
|
1456
|
+
}
|
|
1460
1457
|
.theme-designCrowd .tw-bg-gradient-to-t {
|
|
1461
1458
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1459
|
+
}
|
|
1463
1460
|
.theme-designCrowd .tw-from-\[\#d946ef\] {
|
|
1464
1461
|
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
1462
|
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
1463
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1464
|
+
}
|
|
1468
1465
|
.theme-designCrowd .tw-to-\[\#8b5cf6\] {
|
|
1469
1466
|
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1467
|
+
}
|
|
1471
1468
|
.theme-designCrowd .tw-bg-no-repeat {
|
|
1472
1469
|
background-repeat: no-repeat;
|
|
1473
|
-
}
|
|
1470
|
+
}
|
|
1474
1471
|
.theme-designCrowd .tw-fill-current {
|
|
1475
1472
|
fill: currentColor;
|
|
1476
|
-
}
|
|
1473
|
+
}
|
|
1477
1474
|
.theme-designCrowd .tw-object-contain {
|
|
1478
1475
|
-o-object-fit: contain;
|
|
1479
1476
|
object-fit: contain;
|
|
1480
|
-
}
|
|
1477
|
+
}
|
|
1481
1478
|
.theme-designCrowd .tw-object-cover {
|
|
1482
1479
|
-o-object-fit: cover;
|
|
1483
1480
|
object-fit: cover;
|
|
1484
|
-
}
|
|
1481
|
+
}
|
|
1485
1482
|
.theme-designCrowd .tw-object-top {
|
|
1486
1483
|
-o-object-position: top;
|
|
1487
1484
|
object-position: top;
|
|
1488
|
-
}
|
|
1485
|
+
}
|
|
1489
1486
|
.\!tw-p-0 {
|
|
1490
1487
|
padding: 0px !important;
|
|
1491
|
-
}
|
|
1488
|
+
}
|
|
1492
1489
|
.\!tw-p-0\.5 {
|
|
1493
1490
|
padding: 0.125rem !important;
|
|
1494
|
-
}
|
|
1491
|
+
}
|
|
1495
1492
|
.\!tw-p-1 {
|
|
1496
1493
|
padding: 0.25rem !important;
|
|
1497
|
-
}
|
|
1494
|
+
}
|
|
1498
1495
|
.\!tw-p-1\.5 {
|
|
1499
1496
|
padding: 0.375rem !important;
|
|
1500
|
-
}
|
|
1497
|
+
}
|
|
1501
1498
|
.\!tw-p-10 {
|
|
1502
1499
|
padding: 2.5rem !important;
|
|
1503
|
-
}
|
|
1500
|
+
}
|
|
1504
1501
|
.\!tw-p-11 {
|
|
1505
1502
|
padding: 2.75rem !important;
|
|
1506
|
-
}
|
|
1503
|
+
}
|
|
1507
1504
|
.\!tw-p-12 {
|
|
1508
1505
|
padding: 3rem !important;
|
|
1509
|
-
}
|
|
1506
|
+
}
|
|
1510
1507
|
.\!tw-p-14 {
|
|
1511
1508
|
padding: 3.5rem !important;
|
|
1512
|
-
}
|
|
1509
|
+
}
|
|
1513
1510
|
.\!tw-p-16 {
|
|
1514
1511
|
padding: 4rem !important;
|
|
1515
|
-
}
|
|
1512
|
+
}
|
|
1516
1513
|
.\!tw-p-2 {
|
|
1517
1514
|
padding: 0.5rem !important;
|
|
1518
|
-
}
|
|
1515
|
+
}
|
|
1519
1516
|
.\!tw-p-2\.5 {
|
|
1520
1517
|
padding: 0.625rem !important;
|
|
1521
|
-
}
|
|
1518
|
+
}
|
|
1522
1519
|
.\!tw-p-20 {
|
|
1523
1520
|
padding: 5rem !important;
|
|
1524
|
-
}
|
|
1521
|
+
}
|
|
1525
1522
|
.\!tw-p-24 {
|
|
1526
1523
|
padding: 6rem !important;
|
|
1527
|
-
}
|
|
1524
|
+
}
|
|
1528
1525
|
.\!tw-p-28 {
|
|
1529
1526
|
padding: 7rem !important;
|
|
1530
|
-
}
|
|
1527
|
+
}
|
|
1531
1528
|
.\!tw-p-3 {
|
|
1532
1529
|
padding: 0.75rem !important;
|
|
1533
|
-
}
|
|
1530
|
+
}
|
|
1534
1531
|
.\!tw-p-3\.5 {
|
|
1535
1532
|
padding: 0.875rem !important;
|
|
1536
|
-
}
|
|
1533
|
+
}
|
|
1537
1534
|
.\!tw-p-32 {
|
|
1538
1535
|
padding: 8rem !important;
|
|
1539
|
-
}
|
|
1536
|
+
}
|
|
1540
1537
|
.\!tw-p-36 {
|
|
1541
1538
|
padding: 9rem !important;
|
|
1542
|
-
}
|
|
1539
|
+
}
|
|
1543
1540
|
.\!tw-p-4 {
|
|
1544
1541
|
padding: 1rem !important;
|
|
1545
|
-
}
|
|
1542
|
+
}
|
|
1546
1543
|
.\!tw-p-40 {
|
|
1547
1544
|
padding: 10rem !important;
|
|
1548
|
-
}
|
|
1545
|
+
}
|
|
1549
1546
|
.\!tw-p-44 {
|
|
1550
1547
|
padding: 11rem !important;
|
|
1551
|
-
}
|
|
1548
|
+
}
|
|
1552
1549
|
.\!tw-p-48 {
|
|
1553
1550
|
padding: 12rem !important;
|
|
1554
|
-
}
|
|
1551
|
+
}
|
|
1555
1552
|
.\!tw-p-5 {
|
|
1556
1553
|
padding: 1.25rem !important;
|
|
1557
|
-
}
|
|
1554
|
+
}
|
|
1558
1555
|
.\!tw-p-52 {
|
|
1559
1556
|
padding: 13rem !important;
|
|
1560
|
-
}
|
|
1557
|
+
}
|
|
1561
1558
|
.\!tw-p-56 {
|
|
1562
1559
|
padding: 14rem !important;
|
|
1563
|
-
}
|
|
1560
|
+
}
|
|
1564
1561
|
.\!tw-p-6 {
|
|
1565
1562
|
padding: 1.5rem !important;
|
|
1566
|
-
}
|
|
1563
|
+
}
|
|
1567
1564
|
.\!tw-p-60 {
|
|
1568
1565
|
padding: 15rem !important;
|
|
1569
|
-
}
|
|
1566
|
+
}
|
|
1570
1567
|
.\!tw-p-64 {
|
|
1571
1568
|
padding: 16rem !important;
|
|
1572
|
-
}
|
|
1569
|
+
}
|
|
1573
1570
|
.\!tw-p-7 {
|
|
1574
1571
|
padding: 1.75rem !important;
|
|
1575
|
-
}
|
|
1572
|
+
}
|
|
1576
1573
|
.\!tw-p-72 {
|
|
1577
1574
|
padding: 18rem !important;
|
|
1578
|
-
}
|
|
1575
|
+
}
|
|
1579
1576
|
.\!tw-p-8 {
|
|
1580
1577
|
padding: 2rem !important;
|
|
1581
|
-
}
|
|
1578
|
+
}
|
|
1582
1579
|
.\!tw-p-80 {
|
|
1583
1580
|
padding: 20rem !important;
|
|
1584
|
-
}
|
|
1581
|
+
}
|
|
1585
1582
|
.\!tw-p-9 {
|
|
1586
1583
|
padding: 2.25rem !important;
|
|
1587
|
-
}
|
|
1584
|
+
}
|
|
1588
1585
|
.\!tw-p-96 {
|
|
1589
1586
|
padding: 24rem !important;
|
|
1590
|
-
}
|
|
1587
|
+
}
|
|
1591
1588
|
.\!tw-p-px {
|
|
1592
1589
|
padding: 1px !important;
|
|
1593
|
-
}
|
|
1590
|
+
}
|
|
1594
1591
|
.theme-designCrowd .tw-p-0 {
|
|
1595
1592
|
padding: 0px;
|
|
1596
|
-
}
|
|
1593
|
+
}
|
|
1597
1594
|
.theme-designCrowd .tw-p-1 {
|
|
1598
1595
|
padding: 0.25rem;
|
|
1599
|
-
}
|
|
1596
|
+
}
|
|
1600
1597
|
.theme-designCrowd .tw-p-2 {
|
|
1601
1598
|
padding: 0.5rem;
|
|
1602
|
-
}
|
|
1599
|
+
}
|
|
1603
1600
|
.theme-designCrowd .tw-p-3 {
|
|
1604
1601
|
padding: 0.75rem;
|
|
1605
|
-
}
|
|
1602
|
+
}
|
|
1606
1603
|
.theme-designCrowd .tw-p-4 {
|
|
1607
1604
|
padding: 1rem;
|
|
1608
|
-
}
|
|
1605
|
+
}
|
|
1606
|
+
.theme-designCrowd .tw-p-5 {
|
|
1607
|
+
padding: 1.25rem;
|
|
1608
|
+
}
|
|
1609
1609
|
.theme-designCrowd .tw-p-6 {
|
|
1610
1610
|
padding: 1.5rem;
|
|
1611
|
-
}
|
|
1611
|
+
}
|
|
1612
1612
|
.theme-designCrowd .tw-p-8 {
|
|
1613
1613
|
padding: 2rem;
|
|
1614
|
-
}
|
|
1614
|
+
}
|
|
1615
1615
|
.theme-designCrowd .tw-px-0 {
|
|
1616
1616
|
padding-left: 0px;
|
|
1617
1617
|
padding-right: 0px;
|
|
1618
|
-
}
|
|
1618
|
+
}
|
|
1619
1619
|
.theme-designCrowd .tw-px-0\.5 {
|
|
1620
1620
|
padding-left: 0.125rem;
|
|
1621
1621
|
padding-right: 0.125rem;
|
|
1622
|
-
}
|
|
1622
|
+
}
|
|
1623
1623
|
.theme-designCrowd .tw-px-2 {
|
|
1624
1624
|
padding-left: 0.5rem;
|
|
1625
1625
|
padding-right: 0.5rem;
|
|
1626
|
-
}
|
|
1626
|
+
}
|
|
1627
1627
|
.theme-designCrowd .tw-px-20 {
|
|
1628
1628
|
padding-left: 5rem;
|
|
1629
1629
|
padding-right: 5rem;
|
|
1630
|
-
}
|
|
1630
|
+
}
|
|
1631
1631
|
.theme-designCrowd .tw-px-3 {
|
|
1632
1632
|
padding-left: 0.75rem;
|
|
1633
1633
|
padding-right: 0.75rem;
|
|
1634
|
-
}
|
|
1634
|
+
}
|
|
1635
1635
|
.theme-designCrowd .tw-px-4 {
|
|
1636
1636
|
padding-left: 1rem;
|
|
1637
1637
|
padding-right: 1rem;
|
|
1638
|
-
}
|
|
1638
|
+
}
|
|
1639
1639
|
.theme-designCrowd .tw-px-5 {
|
|
1640
1640
|
padding-left: 1.25rem;
|
|
1641
1641
|
padding-right: 1.25rem;
|
|
1642
|
-
}
|
|
1642
|
+
}
|
|
1643
1643
|
.theme-designCrowd .tw-px-6 {
|
|
1644
1644
|
padding-left: 1.5rem;
|
|
1645
1645
|
padding-right: 1.5rem;
|
|
1646
|
-
}
|
|
1646
|
+
}
|
|
1647
1647
|
.theme-designCrowd .tw-px-8 {
|
|
1648
1648
|
padding-left: 2rem;
|
|
1649
1649
|
padding-right: 2rem;
|
|
1650
|
-
}
|
|
1650
|
+
}
|
|
1651
1651
|
.theme-designCrowd .tw-px-px {
|
|
1652
1652
|
padding-left: 1px;
|
|
1653
1653
|
padding-right: 1px;
|
|
1654
|
-
}
|
|
1654
|
+
}
|
|
1655
1655
|
.theme-designCrowd .tw-py-0 {
|
|
1656
1656
|
padding-top: 0px;
|
|
1657
1657
|
padding-bottom: 0px;
|
|
1658
|
-
}
|
|
1658
|
+
}
|
|
1659
1659
|
.theme-designCrowd .tw-py-0\.5 {
|
|
1660
1660
|
padding-top: 0.125rem;
|
|
1661
1661
|
padding-bottom: 0.125rem;
|
|
1662
|
-
}
|
|
1662
|
+
}
|
|
1663
1663
|
.theme-designCrowd .tw-py-1 {
|
|
1664
1664
|
padding-top: 0.25rem;
|
|
1665
1665
|
padding-bottom: 0.25rem;
|
|
1666
|
-
}
|
|
1666
|
+
}
|
|
1667
1667
|
.theme-designCrowd .tw-py-1\.5 {
|
|
1668
1668
|
padding-top: 0.375rem;
|
|
1669
1669
|
padding-bottom: 0.375rem;
|
|
1670
|
-
}
|
|
1670
|
+
}
|
|
1671
1671
|
.theme-designCrowd .tw-py-10 {
|
|
1672
1672
|
padding-top: 2.5rem;
|
|
1673
1673
|
padding-bottom: 2.5rem;
|
|
1674
|
-
}
|
|
1674
|
+
}
|
|
1675
1675
|
.theme-designCrowd .tw-py-2 {
|
|
1676
1676
|
padding-top: 0.5rem;
|
|
1677
1677
|
padding-bottom: 0.5rem;
|
|
1678
|
-
}
|
|
1678
|
+
}
|
|
1679
1679
|
.theme-designCrowd .tw-py-3 {
|
|
1680
1680
|
padding-top: 0.75rem;
|
|
1681
1681
|
padding-bottom: 0.75rem;
|
|
1682
|
-
}
|
|
1682
|
+
}
|
|
1683
1683
|
.theme-designCrowd .tw-py-3\.5 {
|
|
1684
1684
|
padding-top: 0.875rem;
|
|
1685
1685
|
padding-bottom: 0.875rem;
|
|
1686
|
-
}
|
|
1686
|
+
}
|
|
1687
1687
|
.theme-designCrowd .tw-py-4 {
|
|
1688
1688
|
padding-top: 1rem;
|
|
1689
1689
|
padding-bottom: 1rem;
|
|
1690
|
-
}
|
|
1690
|
+
}
|
|
1691
1691
|
.theme-designCrowd .tw-py-5 {
|
|
1692
1692
|
padding-top: 1.25rem;
|
|
1693
1693
|
padding-bottom: 1.25rem;
|
|
1694
|
-
}
|
|
1694
|
+
}
|
|
1695
1695
|
.theme-designCrowd .tw-py-8 {
|
|
1696
1696
|
padding-top: 2rem;
|
|
1697
1697
|
padding-bottom: 2rem;
|
|
1698
|
-
}
|
|
1698
|
+
}
|
|
1699
1699
|
.theme-designCrowd .tw-pb-0 {
|
|
1700
1700
|
padding-bottom: 0px;
|
|
1701
|
-
}
|
|
1701
|
+
}
|
|
1702
1702
|
.theme-designCrowd .tw-pb-16 {
|
|
1703
1703
|
padding-bottom: 4rem;
|
|
1704
|
-
}
|
|
1704
|
+
}
|
|
1705
1705
|
.theme-designCrowd .tw-pb-24 {
|
|
1706
1706
|
padding-bottom: 6rem;
|
|
1707
|
-
}
|
|
1707
|
+
}
|
|
1708
1708
|
.theme-designCrowd .tw-pb-8 {
|
|
1709
1709
|
padding-bottom: 2rem;
|
|
1710
|
-
}
|
|
1710
|
+
}
|
|
1711
1711
|
.theme-designCrowd .tw-pl-0 {
|
|
1712
1712
|
padding-left: 0px;
|
|
1713
|
-
}
|
|
1713
|
+
}
|
|
1714
1714
|
.theme-designCrowd .tw-pl-12 {
|
|
1715
1715
|
padding-left: 3rem;
|
|
1716
|
-
}
|
|
1716
|
+
}
|
|
1717
1717
|
.theme-designCrowd .tw-pl-3 {
|
|
1718
1718
|
padding-left: 0.75rem;
|
|
1719
|
-
}
|
|
1719
|
+
}
|
|
1720
1720
|
.theme-designCrowd .tw-pl-8 {
|
|
1721
1721
|
padding-left: 2rem;
|
|
1722
|
-
}
|
|
1722
|
+
}
|
|
1723
1723
|
.theme-designCrowd .tw-pr-12 {
|
|
1724
1724
|
padding-right: 3rem;
|
|
1725
|
-
}
|
|
1725
|
+
}
|
|
1726
1726
|
.theme-designCrowd .tw-pr-2 {
|
|
1727
1727
|
padding-right: 0.5rem;
|
|
1728
|
-
}
|
|
1728
|
+
}
|
|
1729
1729
|
.theme-designCrowd .tw-pr-4 {
|
|
1730
1730
|
padding-right: 1rem;
|
|
1731
|
-
}
|
|
1731
|
+
}
|
|
1732
1732
|
.theme-designCrowd .tw-pr-6 {
|
|
1733
1733
|
padding-right: 1.5rem;
|
|
1734
|
-
}
|
|
1734
|
+
}
|
|
1735
1735
|
.theme-designCrowd .tw-pt-1 {
|
|
1736
1736
|
padding-top: 0.25rem;
|
|
1737
|
-
}
|
|
1737
|
+
}
|
|
1738
1738
|
.theme-designCrowd .tw-pt-12 {
|
|
1739
1739
|
padding-top: 3rem;
|
|
1740
|
-
}
|
|
1740
|
+
}
|
|
1741
1741
|
.theme-designCrowd .tw-pt-2 {
|
|
1742
1742
|
padding-top: 0.5rem;
|
|
1743
|
-
}
|
|
1743
|
+
}
|
|
1744
|
+
.theme-designCrowd .tw-pt-4 {
|
|
1745
|
+
padding-top: 1rem;
|
|
1746
|
+
}
|
|
1744
1747
|
.theme-designCrowd .tw-pt-6 {
|
|
1745
1748
|
padding-top: 1.5rem;
|
|
1746
|
-
}
|
|
1749
|
+
}
|
|
1747
1750
|
.theme-designCrowd .tw-text-left {
|
|
1748
1751
|
text-align: left;
|
|
1749
|
-
}
|
|
1752
|
+
}
|
|
1750
1753
|
.theme-designCrowd .tw-text-center {
|
|
1751
1754
|
text-align: center;
|
|
1752
|
-
}
|
|
1755
|
+
}
|
|
1753
1756
|
.theme-designCrowd .tw-align-top {
|
|
1754
1757
|
vertical-align: top;
|
|
1755
|
-
}
|
|
1758
|
+
}
|
|
1756
1759
|
.theme-designCrowd .tw-align-middle {
|
|
1757
1760
|
vertical-align: middle;
|
|
1758
|
-
}
|
|
1761
|
+
}
|
|
1759
1762
|
.theme-designCrowd .tw-font-sans {
|
|
1760
1763
|
font-family: Lato, Helvetica, sans-serif;
|
|
1761
|
-
}
|
|
1764
|
+
}
|
|
1762
1765
|
.theme-designCrowd .tw-text-2xl {
|
|
1763
1766
|
font-size: 1.5rem;
|
|
1764
1767
|
line-height: 2rem;
|
|
1765
|
-
}
|
|
1768
|
+
}
|
|
1766
1769
|
.theme-designCrowd .tw-text-4xl {
|
|
1767
1770
|
font-size: 2.25rem;
|
|
1768
1771
|
line-height: 2.5rem;
|
|
1769
|
-
}
|
|
1772
|
+
}
|
|
1770
1773
|
.theme-designCrowd .tw-text-base {
|
|
1771
1774
|
font-size: 1rem;
|
|
1772
1775
|
line-height: 1.5rem;
|
|
1773
|
-
}
|
|
1776
|
+
}
|
|
1774
1777
|
.theme-designCrowd .tw-text-lg {
|
|
1775
1778
|
font-size: 1.125rem;
|
|
1776
1779
|
line-height: 1.75rem;
|
|
1777
|
-
}
|
|
1780
|
+
}
|
|
1778
1781
|
.theme-designCrowd .tw-text-sm {
|
|
1779
1782
|
font-size: 0.875rem;
|
|
1780
1783
|
line-height: 1.25rem;
|
|
1781
|
-
}
|
|
1784
|
+
}
|
|
1782
1785
|
.theme-designCrowd .tw-text-xs {
|
|
1783
1786
|
font-size: 0.75rem;
|
|
1784
1787
|
line-height: 1rem;
|
|
1785
|
-
}
|
|
1788
|
+
}
|
|
1786
1789
|
.theme-designCrowd .tw-font-bold {
|
|
1787
1790
|
font-weight: 700;
|
|
1788
|
-
}
|
|
1791
|
+
}
|
|
1789
1792
|
.theme-designCrowd .tw-font-normal {
|
|
1790
1793
|
font-weight: 400;
|
|
1791
|
-
}
|
|
1794
|
+
}
|
|
1792
1795
|
.theme-designCrowd .tw-font-semibold {
|
|
1793
1796
|
font-weight: 600;
|
|
1794
|
-
}
|
|
1797
|
+
}
|
|
1795
1798
|
.theme-designCrowd .tw-uppercase {
|
|
1796
1799
|
text-transform: uppercase;
|
|
1797
|
-
}
|
|
1800
|
+
}
|
|
1798
1801
|
.theme-designCrowd .tw-capitalize {
|
|
1799
1802
|
text-transform: capitalize;
|
|
1800
|
-
}
|
|
1803
|
+
}
|
|
1801
1804
|
.theme-designCrowd .tw-leading-tight {
|
|
1802
1805
|
line-height: 1.25;
|
|
1803
|
-
}
|
|
1806
|
+
}
|
|
1804
1807
|
.theme-designCrowd .tw-text-black {
|
|
1805
1808
|
--tw-text-opacity: 1;
|
|
1806
1809
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1807
|
-
}
|
|
1810
|
+
}
|
|
1808
1811
|
.theme-designCrowd .tw-text-error-500 {
|
|
1809
1812
|
--tw-text-opacity: 1;
|
|
1810
1813
|
color: rgb(244 63 60 / var(--tw-text-opacity));
|
|
1811
|
-
}
|
|
1814
|
+
}
|
|
1812
1815
|
.theme-designCrowd .tw-text-error-700 {
|
|
1813
1816
|
--tw-text-opacity: 1;
|
|
1814
1817
|
color: rgb(146 38 36 / var(--tw-text-opacity));
|
|
1815
|
-
}
|
|
1818
|
+
}
|
|
1816
1819
|
.theme-designCrowd .tw-text-grayscale-500 {
|
|
1817
1820
|
--tw-text-opacity: 1;
|
|
1818
1821
|
color: rgb(204 204 204 / var(--tw-text-opacity));
|
|
1819
|
-
}
|
|
1822
|
+
}
|
|
1820
1823
|
.theme-designCrowd .tw-text-grayscale-600 {
|
|
1821
1824
|
--tw-text-opacity: 1;
|
|
1822
1825
|
color: rgb(125 130 132 / var(--tw-text-opacity));
|
|
1823
|
-
}
|
|
1826
|
+
}
|
|
1824
1827
|
.theme-designCrowd .tw-text-grayscale-700 {
|
|
1825
1828
|
--tw-text-opacity: 1;
|
|
1826
1829
|
color: rgb(82 93 96 / var(--tw-text-opacity));
|
|
1827
|
-
}
|
|
1830
|
+
}
|
|
1828
1831
|
.theme-designCrowd .tw-text-grayscale-800 {
|
|
1829
1832
|
--tw-text-opacity: 1;
|
|
1830
1833
|
color: rgb(39 52 56 / var(--tw-text-opacity));
|
|
1831
|
-
}
|
|
1834
|
+
}
|
|
1832
1835
|
.theme-designCrowd .tw-text-info-300 {
|
|
1833
1836
|
--tw-text-opacity: 1;
|
|
1834
1837
|
color: rgb(112 193 243 / var(--tw-text-opacity));
|
|
1835
|
-
}
|
|
1838
|
+
}
|
|
1836
1839
|
.theme-designCrowd .tw-text-info-500 {
|
|
1837
1840
|
--tw-text-opacity: 1;
|
|
1838
1841
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
1839
|
-
}
|
|
1842
|
+
}
|
|
1840
1843
|
.theme-designCrowd .tw-text-primary-500 {
|
|
1841
1844
|
--tw-text-opacity: 1;
|
|
1842
1845
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
1843
|
-
}
|
|
1846
|
+
}
|
|
1844
1847
|
.theme-designCrowd .tw-text-secondary-400 {
|
|
1845
1848
|
--tw-text-opacity: 1;
|
|
1846
1849
|
color: rgb(125 138 154 / var(--tw-text-opacity));
|
|
1847
|
-
}
|
|
1850
|
+
}
|
|
1848
1851
|
.theme-designCrowd .tw-text-secondary-500 {
|
|
1849
1852
|
--tw-text-opacity: 1;
|
|
1850
1853
|
color: rgb(93 109 129 / var(--tw-text-opacity));
|
|
1851
|
-
}
|
|
1854
|
+
}
|
|
1852
1855
|
.theme-designCrowd .tw-text-secondary-600 {
|
|
1853
1856
|
--tw-text-opacity: 1;
|
|
1854
1857
|
color: rgb(74 87 103 / var(--tw-text-opacity));
|
|
1855
|
-
}
|
|
1858
|
+
}
|
|
1856
1859
|
.theme-designCrowd .tw-text-secondary-800 {
|
|
1857
1860
|
--tw-text-opacity: 1;
|
|
1858
1861
|
color: rgb(37 44 52 / var(--tw-text-opacity));
|
|
1859
|
-
}
|
|
1862
|
+
}
|
|
1860
1863
|
.theme-designCrowd .tw-text-success-500 {
|
|
1861
1864
|
--tw-text-opacity: 1;
|
|
1862
1865
|
color: rgb(45 190 96 / var(--tw-text-opacity));
|
|
1863
|
-
}
|
|
1866
|
+
}
|
|
1864
1867
|
.theme-designCrowd .tw-text-success-600 {
|
|
1865
1868
|
--tw-text-opacity: 1;
|
|
1866
1869
|
color: rgb(36 152 77 / var(--tw-text-opacity));
|
|
1867
|
-
}
|
|
1870
|
+
}
|
|
1868
1871
|
.theme-designCrowd .tw-text-success-700 {
|
|
1869
1872
|
--tw-text-opacity: 1;
|
|
1870
1873
|
color: rgb(27 114 58 / var(--tw-text-opacity));
|
|
1871
|
-
}
|
|
1874
|
+
}
|
|
1872
1875
|
.theme-designCrowd .tw-text-warning-700 {
|
|
1873
1876
|
--tw-text-opacity: 1;
|
|
1874
1877
|
color: rgb(146 105 26 / var(--tw-text-opacity));
|
|
1875
|
-
}
|
|
1878
|
+
}
|
|
1876
1879
|
.theme-designCrowd .tw-text-white {
|
|
1877
1880
|
--tw-text-opacity: 1;
|
|
1878
1881
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1879
|
-
}
|
|
1882
|
+
}
|
|
1880
1883
|
.theme-designCrowd .tw-underline {
|
|
1881
1884
|
text-decoration-line: underline;
|
|
1882
|
-
}
|
|
1885
|
+
}
|
|
1883
1886
|
.theme-designCrowd .tw-no-underline {
|
|
1884
1887
|
text-decoration-line: none;
|
|
1885
|
-
}
|
|
1888
|
+
}
|
|
1886
1889
|
.theme-designCrowd .tw-opacity-0 {
|
|
1887
1890
|
opacity: 0;
|
|
1888
|
-
}
|
|
1891
|
+
}
|
|
1889
1892
|
.theme-designCrowd .tw-opacity-100 {
|
|
1890
1893
|
opacity: 1;
|
|
1891
|
-
}
|
|
1894
|
+
}
|
|
1892
1895
|
.theme-designCrowd .tw-opacity-30 {
|
|
1893
1896
|
opacity: 0.3;
|
|
1894
|
-
}
|
|
1897
|
+
}
|
|
1895
1898
|
.theme-designCrowd .tw-opacity-40 {
|
|
1896
1899
|
opacity: 0.4;
|
|
1897
|
-
}
|
|
1900
|
+
}
|
|
1898
1901
|
.theme-designCrowd .tw-opacity-50 {
|
|
1899
1902
|
opacity: 0.5;
|
|
1900
|
-
}
|
|
1903
|
+
}
|
|
1901
1904
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
1902
1905
|
--tw-shadow: 0 0 0 1px !important;
|
|
1903
1906
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
|
|
1904
1907
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1905
|
-
}
|
|
1908
|
+
}
|
|
1906
1909
|
.\!tw-shadow-\[0_0_0_2px\] {
|
|
1907
1910
|
--tw-shadow: 0 0 0 2px !important;
|
|
1908
1911
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1909
1912
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1910
|
-
}
|
|
1913
|
+
}
|
|
1911
1914
|
.theme-designCrowd .tw-shadow {
|
|
1912
1915
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1913
1916
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1914
1917
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1915
|
-
}
|
|
1918
|
+
}
|
|
1916
1919
|
.theme-designCrowd .tw-shadow-inner {
|
|
1917
1920
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1918
1921
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1919
1922
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1920
|
-
}
|
|
1923
|
+
}
|
|
1921
1924
|
.theme-designCrowd .tw-shadow-lg {
|
|
1922
1925
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1923
1926
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1924
1927
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1925
|
-
}
|
|
1928
|
+
}
|
|
1926
1929
|
.theme-designCrowd .tw-shadow-md {
|
|
1927
1930
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1928
1931
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1929
1932
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1930
|
-
}
|
|
1933
|
+
}
|
|
1931
1934
|
.theme-designCrowd .tw-shadow-sm {
|
|
1932
1935
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1933
1936
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1934
1937
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1935
|
-
}
|
|
1938
|
+
}
|
|
1936
1939
|
.theme-designCrowd .tw-shadow-xl {
|
|
1937
1940
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1938
1941
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1939
1942
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1940
|
-
}
|
|
1943
|
+
}
|
|
1941
1944
|
.\!tw-shadow-info-500 {
|
|
1942
1945
|
--tw-shadow-color: #1197EB !important;
|
|
1943
1946
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1944
|
-
}
|
|
1947
|
+
}
|
|
1945
1948
|
.\!tw-shadow-secondary-200 {
|
|
1946
1949
|
--tw-shadow-color: #BEC5CD !important;
|
|
1947
1950
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1948
|
-
}
|
|
1951
|
+
}
|
|
1949
1952
|
.theme-designCrowd .tw-outline-none {
|
|
1950
1953
|
outline: 2px solid transparent;
|
|
1951
1954
|
outline-offset: 2px;
|
|
1952
|
-
}
|
|
1955
|
+
}
|
|
1953
1956
|
.theme-designCrowd .tw-ring-1 {
|
|
1954
1957
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1955
1958
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1956
1959
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1957
|
-
}
|
|
1960
|
+
}
|
|
1958
1961
|
.theme-designCrowd .tw-ring-black {
|
|
1959
1962
|
--tw-ring-opacity: 1;
|
|
1960
1963
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
1961
|
-
}
|
|
1964
|
+
}
|
|
1962
1965
|
.theme-designCrowd .tw-ring-opacity-5 {
|
|
1963
1966
|
--tw-ring-opacity: 0.05;
|
|
1964
|
-
}
|
|
1967
|
+
}
|
|
1965
1968
|
.theme-designCrowd .tw-drop-shadow-sm {
|
|
1966
1969
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1967
1970
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1968
|
-
}
|
|
1971
|
+
}
|
|
1969
1972
|
.theme-designCrowd .tw-transition-colors {
|
|
1970
1973
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1971
1974
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1972
1975
|
transition-duration: 150ms;
|
|
1973
|
-
}
|
|
1976
|
+
}
|
|
1974
1977
|
.theme-designCrowd .tw-transition-shadow {
|
|
1975
1978
|
transition-property: box-shadow;
|
|
1976
1979
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1977
1980
|
transition-duration: 150ms;
|
|
1978
|
-
}
|
|
1981
|
+
}
|
|
1979
1982
|
.theme-designCrowd .tw-transition-transform {
|
|
1980
1983
|
transition-property: transform;
|
|
1981
1984
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1982
1985
|
transition-duration: 150ms;
|
|
1983
|
-
}
|
|
1986
|
+
}
|
|
1984
1987
|
.theme-designCrowd .tw-duration-200 {
|
|
1985
1988
|
transition-duration: 200ms;
|
|
1986
|
-
}
|
|
1989
|
+
}
|
|
1987
1990
|
.theme-designCrowd .tw-duration-300 {
|
|
1988
1991
|
transition-duration: 300ms;
|
|
1989
|
-
}
|
|
1992
|
+
}
|
|
1990
1993
|
.theme-designCrowd .tw-ease-in-out {
|
|
1991
1994
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1992
|
-
}
|
|
1995
|
+
}
|
|
1993
1996
|
.theme-designCrowd .tw-ease-out {
|
|
1994
1997
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1995
|
-
}
|
|
1998
|
+
}
|
|
1999
|
+
.theme-designCrowd .hover\:tw-border-grayscale-400:hover {
|
|
1996
2000
|
--tw-border-opacity: 1;
|
|
1997
2001
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1998
|
-
}
|
|
2002
|
+
}
|
|
2003
|
+
.theme-designCrowd .hover\:tw-border-info-600:hover {
|
|
1999
2004
|
--tw-border-opacity: 1;
|
|
2000
2005
|
border-color: rgb(14 121 188 / var(--tw-border-opacity));
|
|
2001
|
-
}
|
|
2006
|
+
}
|
|
2007
|
+
.theme-designCrowd .hover\:tw-border-primary-600:hover {
|
|
2002
2008
|
--tw-border-opacity: 1;
|
|
2003
2009
|
border-color: rgb(14 121 188 / var(--tw-border-opacity));
|
|
2004
|
-
}
|
|
2010
|
+
}
|
|
2011
|
+
.theme-designCrowd .hover\:tw-border-primary-700:hover {
|
|
2005
2012
|
--tw-border-opacity: 1;
|
|
2006
2013
|
border-color: rgb(10 91 141 / var(--tw-border-opacity));
|
|
2007
|
-
}
|
|
2014
|
+
}
|
|
2015
|
+
.theme-designCrowd .hover\:tw-border-secondary-700:hover {
|
|
2008
2016
|
--tw-border-opacity: 1;
|
|
2009
2017
|
border-color: rgb(56 65 77 / var(--tw-border-opacity));
|
|
2010
|
-
}
|
|
2018
|
+
}
|
|
2019
|
+
.theme-designCrowd .hover\:tw-border-success-600:hover {
|
|
2011
2020
|
--tw-border-opacity: 1;
|
|
2012
2021
|
border-color: rgb(36 152 77 / var(--tw-border-opacity));
|
|
2013
|
-
}
|
|
2022
|
+
}
|
|
2023
|
+
.theme-designCrowd .hover\:tw-border-warning-600:hover {
|
|
2014
2024
|
--tw-border-opacity: 1;
|
|
2015
2025
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2016
|
-
}
|
|
2026
|
+
}
|
|
2027
|
+
.theme-designCrowd .hover\:tw-bg-grayscale-200:hover {
|
|
2017
2028
|
--tw-bg-opacity: 1;
|
|
2018
2029
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
2019
|
-
}
|
|
2030
|
+
}
|
|
2031
|
+
.theme-designCrowd .hover\:tw-bg-grayscale-300:hover {
|
|
2020
2032
|
--tw-bg-opacity: 1;
|
|
2021
2033
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
2022
|
-
}
|
|
2034
|
+
}
|
|
2035
|
+
.theme-designCrowd .hover\:tw-bg-grayscale-400:hover {
|
|
2023
2036
|
--tw-bg-opacity: 1;
|
|
2024
2037
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2025
|
-
}
|
|
2038
|
+
}
|
|
2039
|
+
.theme-designCrowd .hover\:tw-bg-info-100:hover {
|
|
2026
2040
|
--tw-bg-opacity: 1;
|
|
2027
2041
|
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2028
|
-
}
|
|
2042
|
+
}
|
|
2043
|
+
.theme-designCrowd .hover\:tw-bg-info-400:hover {
|
|
2029
2044
|
--tw-bg-opacity: 1;
|
|
2030
2045
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
2031
|
-
}
|
|
2046
|
+
}
|
|
2047
|
+
.theme-designCrowd .hover\:tw-bg-info-600:hover {
|
|
2032
2048
|
--tw-bg-opacity: 1;
|
|
2033
2049
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2034
|
-
}
|
|
2050
|
+
}
|
|
2051
|
+
.theme-designCrowd .hover\:tw-bg-primary-100:hover {
|
|
2035
2052
|
--tw-bg-opacity: 1;
|
|
2036
2053
|
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2037
|
-
}
|
|
2054
|
+
}
|
|
2055
|
+
.theme-designCrowd .hover\:tw-bg-primary-400:hover {
|
|
2038
2056
|
--tw-bg-opacity: 1;
|
|
2039
2057
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
2040
|
-
}
|
|
2058
|
+
}
|
|
2059
|
+
.theme-designCrowd .hover\:tw-bg-primary-600:hover {
|
|
2041
2060
|
--tw-bg-opacity: 1;
|
|
2042
2061
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2043
|
-
}
|
|
2062
|
+
}
|
|
2063
|
+
.theme-designCrowd .hover\:tw-bg-secondary-100:hover {
|
|
2044
2064
|
--tw-bg-opacity: 1;
|
|
2045
2065
|
background-color: rgb(223 226 230 / var(--tw-bg-opacity));
|
|
2046
|
-
}
|
|
2066
|
+
}
|
|
2067
|
+
.theme-designCrowd .hover\:tw-bg-secondary-400:hover {
|
|
2047
2068
|
--tw-bg-opacity: 1;
|
|
2048
2069
|
background-color: rgb(125 138 154 / var(--tw-bg-opacity));
|
|
2049
|
-
}
|
|
2070
|
+
}
|
|
2071
|
+
.theme-designCrowd .hover\:tw-bg-secondary-500:hover {
|
|
2050
2072
|
--tw-bg-opacity: 1;
|
|
2051
2073
|
background-color: rgb(93 109 129 / var(--tw-bg-opacity));
|
|
2052
|
-
}
|
|
2074
|
+
}
|
|
2075
|
+
.theme-designCrowd .hover\:tw-bg-secondary-600:hover {
|
|
2053
2076
|
--tw-bg-opacity: 1;
|
|
2054
2077
|
background-color: rgb(74 87 103 / var(--tw-bg-opacity));
|
|
2055
|
-
}
|
|
2078
|
+
}
|
|
2079
|
+
.theme-designCrowd .hover\:tw-bg-success-100:hover {
|
|
2056
2080
|
--tw-bg-opacity: 1;
|
|
2057
2081
|
background-color: rgb(213 242 223 / var(--tw-bg-opacity));
|
|
2058
|
-
}
|
|
2082
|
+
}
|
|
2083
|
+
.theme-designCrowd .hover\:tw-bg-success-600:hover {
|
|
2059
2084
|
--tw-bg-opacity: 1;
|
|
2060
2085
|
background-color: rgb(36 152 77 / var(--tw-bg-opacity));
|
|
2061
|
-
}
|
|
2086
|
+
}
|
|
2087
|
+
.theme-designCrowd .hover\:tw-bg-warning-600:hover {
|
|
2062
2088
|
--tw-bg-opacity: 1;
|
|
2063
2089
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
2064
|
-
}
|
|
2090
|
+
}
|
|
2091
|
+
.theme-designCrowd .hover\:tw-text-grayscale-800:hover {
|
|
2065
2092
|
--tw-text-opacity: 1;
|
|
2066
2093
|
color: rgb(39 52 56 / var(--tw-text-opacity));
|
|
2067
|
-
}
|
|
2094
|
+
}
|
|
2095
|
+
.theme-designCrowd .hover\:tw-text-secondary-500:hover {
|
|
2068
2096
|
--tw-text-opacity: 1;
|
|
2069
2097
|
color: rgb(93 109 129 / var(--tw-text-opacity));
|
|
2070
|
-
}
|
|
2098
|
+
}
|
|
2099
|
+
.theme-designCrowd .hover\:tw-text-success-600:hover {
|
|
2071
2100
|
--tw-text-opacity: 1;
|
|
2072
2101
|
color: rgb(36 152 77 / var(--tw-text-opacity));
|
|
2073
|
-
}
|
|
2102
|
+
}
|
|
2103
|
+
.theme-designCrowd .hover\:tw-text-white:hover {
|
|
2074
2104
|
--tw-text-opacity: 1;
|
|
2075
2105
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2076
|
-
}
|
|
2106
|
+
}
|
|
2107
|
+
.theme-designCrowd .hover\:tw-underline:hover {
|
|
2077
2108
|
text-decoration-line: underline;
|
|
2078
|
-
}
|
|
2109
|
+
}
|
|
2110
|
+
.theme-designCrowd .hover\:tw-shadow-lg:hover {
|
|
2079
2111
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2080
2112
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2081
2113
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2082
|
-
}
|
|
2114
|
+
}
|
|
2115
|
+
.theme-designCrowd .hover\:\!tw-shadow-info-500:hover {
|
|
2083
2116
|
--tw-shadow-color: #1197EB !important;
|
|
2084
2117
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2085
|
-
}
|
|
2118
|
+
}
|
|
2119
|
+
.theme-designCrowd .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2086
2120
|
--tw-brightness: brightness(0.85);
|
|
2087
2121
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2088
|
-
}
|
|
2122
|
+
}
|
|
2123
|
+
.theme-designCrowd .focus\:tw-border-error-600:focus {
|
|
2089
2124
|
--tw-border-opacity: 1;
|
|
2090
2125
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
2091
|
-
}
|
|
2126
|
+
}
|
|
2127
|
+
.theme-designCrowd .focus\:tw-border-grayscale-600:focus {
|
|
2092
2128
|
--tw-border-opacity: 1;
|
|
2093
2129
|
border-color: rgb(125 130 132 / var(--tw-border-opacity));
|
|
2094
|
-
}
|
|
2130
|
+
}
|
|
2131
|
+
.theme-designCrowd .focus\:tw-border-grayscale-700:focus {
|
|
2095
2132
|
--tw-border-opacity: 1;
|
|
2096
2133
|
border-color: rgb(82 93 96 / var(--tw-border-opacity));
|
|
2097
|
-
}
|
|
2134
|
+
}
|
|
2135
|
+
.theme-designCrowd .focus\:tw-border-success-600:focus {
|
|
2098
2136
|
--tw-border-opacity: 1;
|
|
2099
2137
|
border-color: rgb(36 152 77 / var(--tw-border-opacity));
|
|
2100
|
-
}
|
|
2138
|
+
}
|
|
2139
|
+
.theme-designCrowd .focus\:tw-border-warning-600:focus {
|
|
2101
2140
|
--tw-border-opacity: 1;
|
|
2102
2141
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2103
|
-
}
|
|
2142
|
+
}
|
|
2143
|
+
.theme-designCrowd .focus\:tw-outline-none:focus {
|
|
2104
2144
|
outline: 2px solid transparent;
|
|
2105
2145
|
outline-offset: 2px;
|
|
2106
|
-
}
|
|
2146
|
+
}
|
|
2107
2147
|
.theme-designCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2108
2148
|
--tw-text-opacity: 1;
|
|
2109
2149
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
2110
|
-
}
|
|
2150
|
+
}
|
|
2111
2151
|
@media (min-width: 640px) {
|
|
2112
2152
|
.theme-designCrowd .sm\:tw-absolute {
|
|
2113
2153
|
position: absolute;
|
|
@@ -2174,7 +2214,7 @@ video {
|
|
|
2174
2214
|
padding-left: 1rem;
|
|
2175
2215
|
padding-right: 1rem;
|
|
2176
2216
|
}
|
|
2177
|
-
}
|
|
2217
|
+
}
|
|
2178
2218
|
@media (min-width: 768px) {
|
|
2179
2219
|
.theme-designCrowd .md\:tw-right-6 {
|
|
2180
2220
|
right: 1.5rem;
|
|
@@ -2322,7 +2362,7 @@ video {
|
|
|
2322
2362
|
font-size: 0.75rem;
|
|
2323
2363
|
line-height: 1rem;
|
|
2324
2364
|
}
|
|
2325
|
-
}
|
|
2365
|
+
}
|
|
2326
2366
|
@media (min-width: 1024px) {
|
|
2327
2367
|
.theme-designCrowd .lg\:tw-static {
|
|
2328
2368
|
position: static;
|
|
@@ -2371,4 +2411,4 @@ video {
|
|
|
2371
2411
|
.theme-designCrowd .lg\:tw-pt-20 {
|
|
2372
2412
|
padding-top: 5rem;
|
|
2373
2413
|
}
|
|
2374
|
-
}
|
|
2414
|
+
}
|