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