@designcrowd/fe-shared-lib 1.6.10-voiceText → 1.7.0-eng-4159
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/.github/workflows/claude.yml +72 -72
- 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 +4 -4
- package/.storybook/preview-head.html +4 -4
- package/.storybook/preview.js +53 -53
- package/CLAUDE.md +94 -94
- package/Dockerfile +43 -43
- package/README.md +103 -103
- package/buildspec.yml +47 -47
- package/dist/css/tailwind-brandCrowd.css +523 -493
- package/dist/css/tailwind-brandPage.css +435 -413
- package/dist/css/tailwind-crazyDomains.css +523 -493
- package/dist/css/tailwind-designCom.css +523 -493
- package/dist/css/tailwind-designCrowd.css +523 -493
- package/docs/plans/DY-957-plan-phase-2-fe-shared-lib.md +382 -382
- package/index.cjs +16 -16
- package/index.js +62 -64
- package/nodemon.translation.json +6 -6
- package/package.json +115 -115
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +499 -540
- package/public/css/tailwind-brandPage.css +417 -430
- package/public/css/tailwind-crazyDomains.css +499 -540
- package/public/css/tailwind-designCom.css +499 -540
- package/public/css/tailwind-designCrowd.css +499 -540
- package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.stories.js +90 -90
- package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.vue +120 -120
- 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 +363 -363
- 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 +123 -123
- 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 +410 -409
- package/src/atoms/components/Icon/Icon.vue +932 -932
- 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/annotate-heart.vue +7 -7
- 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/award.vue +7 -7
- 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/bezier-curve-outline.vue +7 -7
- package/src/atoms/components/Icon/icons/bezier-curve.vue +7 -7
- package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
- package/src/atoms/components/Icon/icons/browser.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-vertical.vue +7 -7
- 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/crown-alt.vue +5 -5
- package/src/atoms/components/Icon/icons/crown.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/digital-business-card-filled.vue +8 -8
- 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-box.vue +3 -3
- package/src/atoms/components/Icon/icons/file-empty.vue +7 -7
- 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/font.vue +7 -7
- 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/group.vue +6 -6
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/headphones.vue +7 -7
- package/src/atoms/components/Icon/icons/history.vue +12 -12
- package/src/atoms/components/Icon/icons/home-outline.vue +6 -6
- 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/image.vue +7 -7
- 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/lightning.vue +7 -7
- package/src/atoms/components/Icon/icons/link-in-bio-filled.vue +8 -8
- 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/logo.vue +7 -7
- 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-blank.vue +6 -6
- 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-outline.vue +7 -7
- 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-outline.vue +7 -7
- package/src/atoms/components/Icon/icons/pen-sparkle.vue +17 -17
- package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
- package/src/atoms/components/Icon/icons/pen.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/premium-content.vue +8 -8
- 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-alt.vue +20 -20
- 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/save.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 +9 -9
- package/src/atoms/components/Icon/icons/shield-tick.vue +6 -6
- 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/sparkle-square.vue +22 -22
- 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/users-2.vue +5 -0
- 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/websites/upgrade-to-add-page.vue +50 -50
- package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +82 -82
- package/src/atoms/components/Icon/icons/websites/upgrade-to-google-ad.vue +92 -92
- package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +40 -40
- package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +107 -107
- package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +74 -74
- package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +16 -16
- 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 +272 -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 +313 -313
- 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 +94 -94
- package/src/atoms/components/design-com/Icon/Icon.vue +181 -181
- package/src/atoms/components/design-com/Icon/icons/ai.vue +5 -5
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/badge.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/briefcase.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/browser.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/card-vertical.vue +8 -8
- package/src/atoms/components/design-com/Icon/icons/card.vue +6 -6
- 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/folder.vue +5 -5
- 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/lightning.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/printing.vue +5 -5
- 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/shield-tick.vue +5 -5
- 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 +8 -53
- package/src/bundles/bundled-translations.es-ES.json +8 -53
- package/src/bundles/bundled-translations.fr-CA.json +8 -53
- package/src/bundles/bundled-translations.fr-FR.json +8 -53
- package/src/bundles/bundled-translations.json +8 -53
- package/src/bundles/bundled-translations.pt-BR.json +8 -53
- package/src/bundles/bundled-translations.pt-PT.json +8 -53
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +142 -142
- 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 +472 -472
- 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 +27 -27
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +27 -27
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +27 -27
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +27 -27
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +27 -27
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +27 -27
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +27 -27
- 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 +222 -222
- 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 +223 -223
- 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/SideNavigationPanel/MenuCta.vue +62 -62
- package/src/experiences/components/SideNavigationPanel/MenuItem.vue +40 -40
- package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.stories.js +219 -219
- package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.vue +82 -82
- package/src/experiences/components/SideNavigationPanel/types.ts +7 -7
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +254 -254
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +163 -163
- 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/LogoKeywords.stories.js +65 -65
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.vue +156 -156
- 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 +109 -109
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +39 -39
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +363 -363
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +37 -37
- 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/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +181 -181
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +203 -203
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +42 -42
- package/src/experiences/constants/api.js +9 -9
- 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/experiences/models/websiteContextualModel.ts +11 -11
- 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 +131 -131
- 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 -59
- package/.storybook-static/assets/Auth-DT64t5h-.css +0 -1
- package/.storybook-static/assets/Auth.stories-C6eXcTSu.js +0 -490
- package/.storybook-static/assets/AuthCrazyDomains.stories-DGvEoWCa.js +0 -73
- package/.storybook-static/assets/Button-5UzSGUF6.css +0 -1
- package/.storybook-static/assets/Button-DKdQT6Fq.js +0 -1
- package/.storybook-static/assets/ButtonGroup-DDPXuhxR.css +0 -1
- package/.storybook-static/assets/ButtonGroup.stories-DlrYMRSk.js +0 -504
- package/.storybook-static/assets/ButtonPrimary-Bu6bXb_c.css +0 -1
- package/.storybook-static/assets/ButtonPrimary-BvWW6Duz.js +0 -1
- package/.storybook-static/assets/Buttons.stories-CKmd6hkZ.js +0 -761
- package/.storybook-static/assets/ButtonsCrazyDomains.stories-DdEuOUrn.js +0 -199
- package/.storybook-static/assets/Checkbox.mixin-DkHpdvGa.js +0 -1
- package/.storybook-static/assets/Checkbox.stories-DPBUC2Mx.js +0 -246
- package/.storybook-static/assets/Checktile.stories-ByaFwplD.js +0 -88
- package/.storybook-static/assets/CollapsiblePanel.stories-Y6q3gP9j.js +0 -56
- package/.storybook-static/assets/ColorPicker.stories-DdxPUB_R.js +0 -73
- package/.storybook-static/assets/CopyToClipboardText.stories-J9qndWxd.js +0 -32
- package/.storybook-static/assets/Dropdown.stories-1zKPATii.js +0 -159
- package/.storybook-static/assets/DropdownItem-BV-BdThU.css +0 -1
- package/.storybook-static/assets/DropdownItem-DA6TdpDb.js +0 -1
- package/.storybook-static/assets/FormControl.mixin-DcEBwrV3.js +0 -1
- package/.storybook-static/assets/HashRouteModal.stories-BGxvqE22.js +0 -60
- package/.storybook-static/assets/HelloBar-CYEZR2kQ.js +0 -1
- package/.storybook-static/assets/HelloBar.stories-597Kxj0W.js +0 -342
- package/.storybook-static/assets/Icon-C17LFvsP.js +0 -145
- package/.storybook-static/assets/Icon.stories-B9iAmcTU.js +0 -151
- package/.storybook-static/assets/Icon.stories-CR5vT9H7.js +0 -791
- package/.storybook-static/assets/Loader-BWGoT_xC.js +0 -1
- package/.storybook-static/assets/LogoBusinessBrandColours-CExzox1Z.js +0 -1
- package/.storybook-static/assets/LogoBusinessBrandColours-CeAaMKke.css +0 -1
- package/.storybook-static/assets/LogoBusinessBrandColours.stories-kuxAH8B8.js +0 -36
- package/.storybook-static/assets/Masonry-C2MNiGg0.css +0 -1
- package/.storybook-static/assets/Masonry.stories-CTXJLQ_i.js +0 -71
- package/.storybook-static/assets/Modal-CGwEIF5R.css +0 -1
- package/.storybook-static/assets/Modal-CydTNprT.js +0 -1
- package/.storybook-static/assets/Modal.stories-DZiG5NGM.js +0 -345
- package/.storybook-static/assets/Notice.stories-ChOj8CWm.js +0 -222
- package/.storybook-static/assets/NumberStepper-Blffv09R.css +0 -1
- package/.storybook-static/assets/NumberStepper.stories-CVbKJ_oJ.js +0 -64
- package/.storybook-static/assets/PaymentConfigList-BpUMV6cp.css +0 -1
- package/.storybook-static/assets/PaymentConfigList.stories-DUD7OZBS.js +0 -130
- package/.storybook-static/assets/Picture-B8m1I9xN.js +0 -1
- package/.storybook-static/assets/Picture.stories-MMzybhJ6.js +0 -119
- package/.storybook-static/assets/Pill-DLXZ_TL8.js +0 -1
- package/.storybook-static/assets/Pill.stories-DCP7szJm.js +0 -18
- package/.storybook-static/assets/PillBar-os4mJV3M.css +0 -1
- package/.storybook-static/assets/PillBar.stories-Bry-zQ6f.js +0 -41
- package/.storybook-static/assets/Price-C4GZbDSa.js +0 -1
- package/.storybook-static/assets/Price.stories-CMHly9V0.js +0 -337
- package/.storybook-static/assets/PromoCard.stories-xsbFtADE.js +0 -299
- package/.storybook-static/assets/PublishBrandPageModal-Q9-mNG1q.css +0 -1
- package/.storybook-static/assets/PublishBrandPageModal.stories-C9XzW_1m.js +0 -324
- package/.storybook-static/assets/SearchBar.stories-DaIneOSz.js +0 -12
- package/.storybook-static/assets/Select-DnioWQmi.css +0 -1
- package/.storybook-static/assets/Select.stories-BmGYB4pw.js +0 -108
- package/.storybook-static/assets/SellDomainNameList.fixtures-LC6fjr_b.js +0 -1
- package/.storybook-static/assets/SellDomainNameListModal-DH6khE10.css +0 -1
- package/.storybook-static/assets/SellDomainNameListModal-ymtVclFP.js +0 -1
- package/.storybook-static/assets/SellDomainNameListModal.stories-DvGvylgx.js +0 -71
- package/.storybook-static/assets/SellDomainNameListSearchResult-Cpxq0jDA.css +0 -1
- package/.storybook-static/assets/SellDomainNameListSearchResult-D-1CrQyf.js +0 -1
- package/.storybook-static/assets/SellDomainNameSearchWithResults-bX--zu97.js +0 -1
- package/.storybook-static/assets/SellDomainNameSearchWithResults.stories-DRUJjSdH.js +0 -37
- package/.storybook-static/assets/SellDomainNameWidget.stories-CC3LX10s.js +0 -36
- package/.storybook-static/assets/SignIn-CPjf8_2O.css +0 -1
- package/.storybook-static/assets/SignIn-DI0DSDFe.js +0 -1
- package/.storybook-static/assets/Slider-Cog2FFdj.css +0 -1
- package/.storybook-static/assets/Slider.stories-B2KGwnJy.js +0 -141
- package/.storybook-static/assets/SparkleIcon.stories-Dk904hVE.js +0 -547
- package/.storybook-static/assets/StarRating-BtKh7pzm.css +0 -1
- package/.storybook-static/assets/StarRating.stories-d2mgOuo2.js +0 -45
- package/.storybook-static/assets/TabMenu.stories-Cg2yenqj.js +0 -47
- package/.storybook-static/assets/TextCopyField-B66NKTk_.js +0 -1
- package/.storybook-static/assets/TextCopyField.stories-B4_ZlfLU.js +0 -47
- package/.storybook-static/assets/TextInput-CMoUjT_5.js +0 -1
- package/.storybook-static/assets/TextInput.stories-oyyxxf3j.js +0 -233
- package/.storybook-static/assets/Textarea.stories-BvhZR6K2.js +0 -207
- package/.storybook-static/assets/Toggle.stories-yT5-rL2k.js +0 -161
- package/.storybook-static/assets/Tooltip-DyXIgFQH.css +0 -1
- package/.storybook-static/assets/Tooltip-ZukyujG5.js +0 -1
- package/.storybook-static/assets/Tooltip.stories-sJFylRS_.js +0 -953
- package/.storybook-static/assets/UploadYourLogoApplication-Dmw8QcH3.css +0 -1
- package/.storybook-static/assets/UploadYourLogoApplication.stories-C9AvzHO_.js +0 -186
- package/.storybook-static/assets/UploadYourLogoDropzone-B1ffcicv.js +0 -24
- package/.storybook-static/assets/UploadYourLogoDropzone-DQqACf-e.css +0 -1
- package/.storybook-static/assets/UploadYourLogoDropzone.stories-D1Dt2ord.js +0 -55
- package/.storybook-static/assets/UploadedLogoSearchResultCard.stories-D8oF1Yrx.js +0 -79
- package/.storybook-static/assets/WebsiteContextualUpgradeModal-8u1zOZrW.css +0 -1
- package/.storybook-static/assets/WebsiteContextualUpgradeModal.stories-mtcvWOAg.js +0 -211
- package/.storybook-static/assets/_commonjsHelpers-CE1G-McA.js +0 -1
- package/.storybook-static/assets/_plugin-vue_export-helper-DlAUqK2U.js +0 -1
- package/.storybook-static/assets/api-lSJGRrF2.js +0 -1
- package/.storybook-static/assets/axe-DrS73Vi2.js +0 -20
- package/.storybook-static/assets/brand-crowd-api.client-D45NKshX.js +0 -1
- package/.storybook-static/assets/bundled-translations-BoWhEDU_.js +0 -1
- package/.storybook-static/assets/bundled-translations.de-DE-C4lqla4O.js +0 -1
- package/.storybook-static/assets/bundled-translations.es-ES-BxMIllUH.js +0 -1
- package/.storybook-static/assets/bundled-translations.fr-CA-MxZpyz0w.js +0 -1
- package/.storybook-static/assets/bundled-translations.fr-FR-N7UPCZVr.js +0 -1
- package/.storybook-static/assets/bundled-translations.pt-BR-C8tscYuG.js +0 -1
- package/.storybook-static/assets/bundled-translations.pt-PT-Dszj5Xfa.js +0 -1
- package/.storybook-static/assets/carousel-BelyIYOK.css +0 -1
- package/.storybook-static/assets/carousel.stories-CJw3-Iy6.js +0 -668
- package/.storybook-static/assets/event-constants-CMO9VQVu.js +0 -1
- package/.storybook-static/assets/iframe-B3A6OXQU.js +0 -1104
- package/.storybook-static/assets/index-B-eiLVzF.js +0 -7
- package/.storybook-static/assets/index-QquxUozE.js +0 -6
- package/.storybook-static/assets/matchers-5TDFFDYO-HJu_DfWo.js +0 -14
- package/.storybook-static/assets/mediaQueryMixin-CISNqd93.js +0 -1
- package/.storybook-static/assets/preload-helper-PPVm8Dsz.js +0 -1
- package/.storybook-static/assets/tracking-ATsLLehC.js +0 -1
- package/.storybook-static/css/tailwind-brandCrowd.css +0 -2508
- package/.storybook-static/css/tailwind-brandPage.css +0 -2188
- package/.storybook-static/css/tailwind-crazyDomains.css +0 -2508
- package/.storybook-static/css/tailwind-designCom.css +0 -2508
- package/.storybook-static/css/tailwind-designCrowd.css +0 -2508
- package/.storybook-static/favicon-wrapper.svg +0 -46
- package/.storybook-static/favicon.svg +0 -1
- package/.storybook-static/iframe.html +0 -713
- package/.storybook-static/index.html +0 -148
- package/.storybook-static/index.json +0 -1
- package/.storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/.storybook-static/nunito-sans-bold.woff2 +0 -0
- package/.storybook-static/nunito-sans-italic.woff2 +0 -0
- package/.storybook-static/nunito-sans-regular.woff2 +0 -0
- package/.storybook-static/project.json +0 -1
- package/.storybook-static/sb-addons/a11y-1/manager-bundle.js +0 -57
- package/.storybook-static/sb-addons/links-2/manager-bundle.js +0 -3
- package/.storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -628
- package/.storybook-static/sb-addons/themes-3/manager-bundle.js +0 -3
- package/.storybook-static/sb-common-assets/favicon-wrapper.svg +0 -46
- package/.storybook-static/sb-common-assets/favicon.svg +0 -1
- package/.storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/.storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/.storybook-static/sb-manager/globals-runtime.js +0 -77935
- package/.storybook-static/sb-manager/globals.js +0 -24
- package/.storybook-static/sb-manager/manager-stores.js +0 -23
- package/.storybook-static/sb-manager/runtime.js +0 -20404
- package/.storybook-static/vite-inject-mocker-entry.js +0 -2
- package/src/atoms/components/Icon/icons/microphone.vue +0 -5
- package/src/atoms/components/VoiceToTextButton/VoiceToTextButton.stories.js +0 -107
- package/src/atoms/components/VoiceToTextButton/VoiceToTextButton.vue +0 -84
- package/src/useVoiceToText.js +0 -174
|
@@ -491,40 +491,40 @@ video {
|
|
|
491
491
|
--tw-backdrop-opacity: ;
|
|
492
492
|
--tw-backdrop-saturate: ;
|
|
493
493
|
--tw-backdrop-sepia: ;
|
|
494
|
-
}
|
|
494
|
+
}
|
|
495
495
|
.tw-container {
|
|
496
496
|
width: 100%;
|
|
497
|
-
}
|
|
497
|
+
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
500
|
.tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
|
-
}
|
|
503
|
+
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
506
|
.tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
|
-
}
|
|
509
|
+
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
512
|
.tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
|
-
}
|
|
515
|
+
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
518
|
.tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
|
-
}
|
|
521
|
+
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
524
|
.tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
|
-
}
|
|
527
|
+
}
|
|
528
528
|
.tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
@@ -535,1685 +535,1715 @@ video {
|
|
|
535
535
|
clip: rect(0, 0, 0, 0);
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
|
-
}
|
|
538
|
+
}
|
|
539
539
|
.tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
.tw-static {
|
|
543
543
|
position: static;
|
|
544
|
-
}
|
|
544
|
+
}
|
|
545
545
|
.tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
|
-
}
|
|
547
|
+
}
|
|
548
548
|
.tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
|
-
}
|
|
550
|
+
}
|
|
551
551
|
.tw-relative {
|
|
552
552
|
position: relative;
|
|
553
|
-
}
|
|
553
|
+
}
|
|
554
|
+
.tw-inset-0 {
|
|
555
|
+
inset: 0px;
|
|
556
|
+
}
|
|
554
557
|
.tw--left-16 {
|
|
555
558
|
left: -4rem;
|
|
556
|
-
}
|
|
559
|
+
}
|
|
557
560
|
.tw--right-16 {
|
|
558
561
|
right: -4rem;
|
|
559
|
-
}
|
|
562
|
+
}
|
|
560
563
|
.tw-bottom-0 {
|
|
561
564
|
bottom: 0px;
|
|
562
|
-
}
|
|
565
|
+
}
|
|
563
566
|
.tw-bottom-full {
|
|
564
567
|
bottom: 100%;
|
|
565
|
-
}
|
|
568
|
+
}
|
|
566
569
|
.tw-left-0 {
|
|
567
570
|
left: 0px;
|
|
568
|
-
}
|
|
571
|
+
}
|
|
569
572
|
.tw-left-1\/2 {
|
|
570
573
|
left: 50%;
|
|
571
|
-
}
|
|
574
|
+
}
|
|
572
575
|
.tw-left-2 {
|
|
573
576
|
left: 0.5rem;
|
|
574
|
-
}
|
|
577
|
+
}
|
|
575
578
|
.tw-left-full {
|
|
576
579
|
left: 100%;
|
|
577
|
-
}
|
|
580
|
+
}
|
|
578
581
|
.tw-right-0 {
|
|
579
582
|
right: 0px;
|
|
580
|
-
}
|
|
583
|
+
}
|
|
581
584
|
.tw-right-2 {
|
|
582
585
|
right: 0.5rem;
|
|
583
|
-
}
|
|
586
|
+
}
|
|
584
587
|
.tw-right-full {
|
|
585
588
|
right: 100%;
|
|
586
|
-
}
|
|
589
|
+
}
|
|
587
590
|
.tw-top-0 {
|
|
588
591
|
top: 0px;
|
|
589
|
-
}
|
|
592
|
+
}
|
|
590
593
|
.tw-top-1\/2 {
|
|
591
594
|
top: 50%;
|
|
592
|
-
}
|
|
595
|
+
}
|
|
593
596
|
.tw-top-full {
|
|
594
597
|
top: 100%;
|
|
595
|
-
}
|
|
598
|
+
}
|
|
596
599
|
.tw-z-10 {
|
|
597
600
|
z-index: 10;
|
|
598
|
-
}
|
|
601
|
+
}
|
|
599
602
|
.tw-z-20 {
|
|
600
603
|
z-index: 20;
|
|
601
|
-
}
|
|
604
|
+
}
|
|
602
605
|
.tw-z-30 {
|
|
603
606
|
z-index: 30;
|
|
604
|
-
}
|
|
607
|
+
}
|
|
605
608
|
.tw-z-50 {
|
|
606
609
|
z-index: 50;
|
|
607
|
-
}
|
|
610
|
+
}
|
|
608
611
|
.tw-order-last {
|
|
609
612
|
order: 9999;
|
|
610
|
-
}
|
|
613
|
+
}
|
|
611
614
|
.tw-col-span-2 {
|
|
612
615
|
grid-column: span 2 / span 2;
|
|
613
|
-
}
|
|
616
|
+
}
|
|
614
617
|
.tw-m-0 {
|
|
615
618
|
margin: 0px;
|
|
616
|
-
}
|
|
619
|
+
}
|
|
617
620
|
.tw-m-3 {
|
|
618
621
|
margin: 0.75rem;
|
|
619
|
-
}
|
|
622
|
+
}
|
|
620
623
|
.tw-m-4 {
|
|
621
624
|
margin: 1rem;
|
|
622
|
-
}
|
|
625
|
+
}
|
|
623
626
|
.tw-m-5 {
|
|
624
627
|
margin: 1.25rem;
|
|
625
|
-
}
|
|
628
|
+
}
|
|
626
629
|
.tw-m-auto {
|
|
627
630
|
margin: auto;
|
|
628
|
-
}
|
|
631
|
+
}
|
|
629
632
|
.tw-mx-2 {
|
|
630
633
|
margin-left: 0.5rem;
|
|
631
634
|
margin-right: 0.5rem;
|
|
632
|
-
}
|
|
635
|
+
}
|
|
633
636
|
.tw-mx-4 {
|
|
634
637
|
margin-left: 1rem;
|
|
635
638
|
margin-right: 1rem;
|
|
636
|
-
}
|
|
639
|
+
}
|
|
637
640
|
.tw-mx-8 {
|
|
638
641
|
margin-left: 2rem;
|
|
639
642
|
margin-right: 2rem;
|
|
640
|
-
}
|
|
643
|
+
}
|
|
641
644
|
.tw-mx-auto {
|
|
642
645
|
margin-left: auto;
|
|
643
646
|
margin-right: auto;
|
|
644
|
-
}
|
|
647
|
+
}
|
|
645
648
|
.tw-my-0 {
|
|
646
649
|
margin-top: 0px;
|
|
647
650
|
margin-bottom: 0px;
|
|
648
|
-
}
|
|
651
|
+
}
|
|
649
652
|
.tw-my-1 {
|
|
650
653
|
margin-top: 0.25rem;
|
|
651
654
|
margin-bottom: 0.25rem;
|
|
652
|
-
}
|
|
655
|
+
}
|
|
653
656
|
.tw-my-10 {
|
|
654
657
|
margin-top: 2.5rem;
|
|
655
658
|
margin-bottom: 2.5rem;
|
|
656
|
-
}
|
|
659
|
+
}
|
|
657
660
|
.tw-my-4 {
|
|
658
661
|
margin-top: 1rem;
|
|
659
662
|
margin-bottom: 1rem;
|
|
660
|
-
}
|
|
663
|
+
}
|
|
661
664
|
.tw-my-5 {
|
|
662
665
|
margin-top: 1.25rem;
|
|
663
666
|
margin-bottom: 1.25rem;
|
|
664
|
-
}
|
|
667
|
+
}
|
|
665
668
|
.tw-my-auto {
|
|
666
669
|
margin-top: auto;
|
|
667
670
|
margin-bottom: auto;
|
|
668
|
-
}
|
|
671
|
+
}
|
|
669
672
|
.tw--mb-1 {
|
|
670
673
|
margin-bottom: -0.25rem;
|
|
671
|
-
}
|
|
674
|
+
}
|
|
672
675
|
.tw--mb-1\.5 {
|
|
673
676
|
margin-bottom: -0.375rem;
|
|
674
|
-
}
|
|
677
|
+
}
|
|
675
678
|
.tw--ml-px {
|
|
676
679
|
margin-left: -1px;
|
|
677
|
-
}
|
|
680
|
+
}
|
|
678
681
|
.tw--mr-1 {
|
|
679
682
|
margin-right: -0.25rem;
|
|
680
|
-
}
|
|
683
|
+
}
|
|
681
684
|
.tw--mr-1\.5 {
|
|
682
685
|
margin-right: -0.375rem;
|
|
683
|
-
}
|
|
686
|
+
}
|
|
684
687
|
.tw--mt-px {
|
|
685
688
|
margin-top: -1px;
|
|
686
|
-
}
|
|
689
|
+
}
|
|
687
690
|
.tw-mb-0 {
|
|
688
691
|
margin-bottom: 0px;
|
|
689
|
-
}
|
|
692
|
+
}
|
|
690
693
|
.tw-mb-0\.5 {
|
|
691
694
|
margin-bottom: 0.125rem;
|
|
692
|
-
}
|
|
695
|
+
}
|
|
693
696
|
.tw-mb-1 {
|
|
694
697
|
margin-bottom: 0.25rem;
|
|
695
|
-
}
|
|
698
|
+
}
|
|
696
699
|
.tw-mb-10 {
|
|
697
700
|
margin-bottom: 2.5rem;
|
|
698
|
-
}
|
|
701
|
+
}
|
|
699
702
|
.tw-mb-2 {
|
|
700
703
|
margin-bottom: 0.5rem;
|
|
701
|
-
}
|
|
704
|
+
}
|
|
702
705
|
.tw-mb-3 {
|
|
703
706
|
margin-bottom: 0.75rem;
|
|
704
|
-
}
|
|
707
|
+
}
|
|
705
708
|
.tw-mb-4 {
|
|
706
709
|
margin-bottom: 1rem;
|
|
707
|
-
}
|
|
710
|
+
}
|
|
708
711
|
.tw-mb-6 {
|
|
709
712
|
margin-bottom: 1.5rem;
|
|
710
|
-
}
|
|
713
|
+
}
|
|
711
714
|
.tw-mb-8 {
|
|
712
715
|
margin-bottom: 2rem;
|
|
713
|
-
}
|
|
716
|
+
}
|
|
714
717
|
.tw-ml-0 {
|
|
715
718
|
margin-left: 0px;
|
|
716
|
-
}
|
|
719
|
+
}
|
|
717
720
|
.tw-ml-2 {
|
|
718
721
|
margin-left: 0.5rem;
|
|
719
|
-
}
|
|
722
|
+
}
|
|
720
723
|
.tw-ml-3 {
|
|
721
724
|
margin-left: 0.75rem;
|
|
722
|
-
}
|
|
725
|
+
}
|
|
723
726
|
.tw-ml-4 {
|
|
724
727
|
margin-left: 1rem;
|
|
725
|
-
}
|
|
728
|
+
}
|
|
726
729
|
.tw-ml-auto {
|
|
727
730
|
margin-left: auto;
|
|
728
|
-
}
|
|
731
|
+
}
|
|
729
732
|
.tw-mr-1 {
|
|
730
733
|
margin-right: 0.25rem;
|
|
731
|
-
}
|
|
734
|
+
}
|
|
732
735
|
.tw-mr-2 {
|
|
733
736
|
margin-right: 0.5rem;
|
|
734
|
-
}
|
|
737
|
+
}
|
|
735
738
|
.tw-mr-3 {
|
|
736
739
|
margin-right: 0.75rem;
|
|
737
|
-
}
|
|
740
|
+
}
|
|
738
741
|
.tw-mr-4 {
|
|
739
742
|
margin-right: 1rem;
|
|
740
|
-
}
|
|
743
|
+
}
|
|
741
744
|
.tw-mr-auto {
|
|
742
745
|
margin-right: auto;
|
|
743
|
-
}
|
|
746
|
+
}
|
|
744
747
|
.tw-mt-0 {
|
|
745
748
|
margin-top: 0px;
|
|
746
|
-
}
|
|
749
|
+
}
|
|
747
750
|
.tw-mt-1 {
|
|
748
751
|
margin-top: 0.25rem;
|
|
749
|
-
}
|
|
752
|
+
}
|
|
750
753
|
.tw-mt-2 {
|
|
751
754
|
margin-top: 0.5rem;
|
|
752
|
-
}
|
|
755
|
+
}
|
|
753
756
|
.tw-mt-3 {
|
|
754
757
|
margin-top: 0.75rem;
|
|
755
|
-
}
|
|
758
|
+
}
|
|
756
759
|
.tw-mt-4 {
|
|
757
760
|
margin-top: 1rem;
|
|
758
|
-
}
|
|
761
|
+
}
|
|
759
762
|
.tw-mt-6 {
|
|
760
763
|
margin-top: 1.5rem;
|
|
761
|
-
}
|
|
764
|
+
}
|
|
762
765
|
.tw-mt-8 {
|
|
763
766
|
margin-top: 2rem;
|
|
764
|
-
}
|
|
767
|
+
}
|
|
765
768
|
.tw-box-border {
|
|
766
769
|
box-sizing: border-box;
|
|
767
|
-
}
|
|
770
|
+
}
|
|
768
771
|
.tw-box-content {
|
|
769
772
|
box-sizing: content-box;
|
|
770
|
-
}
|
|
773
|
+
}
|
|
771
774
|
.tw-line-clamp-1 {
|
|
772
775
|
overflow: hidden;
|
|
773
776
|
display: -webkit-box;
|
|
774
777
|
-webkit-box-orient: vertical;
|
|
775
778
|
-webkit-line-clamp: 1;
|
|
776
|
-
}
|
|
779
|
+
}
|
|
777
780
|
.tw-line-clamp-2 {
|
|
778
781
|
overflow: hidden;
|
|
779
782
|
display: -webkit-box;
|
|
780
783
|
-webkit-box-orient: vertical;
|
|
781
784
|
-webkit-line-clamp: 2;
|
|
782
|
-
}
|
|
785
|
+
}
|
|
783
786
|
.tw-line-clamp-3 {
|
|
784
787
|
overflow: hidden;
|
|
785
788
|
display: -webkit-box;
|
|
786
789
|
-webkit-box-orient: vertical;
|
|
787
790
|
-webkit-line-clamp: 3;
|
|
788
|
-
}
|
|
791
|
+
}
|
|
789
792
|
.tw-line-clamp-4 {
|
|
790
793
|
overflow: hidden;
|
|
791
794
|
display: -webkit-box;
|
|
792
795
|
-webkit-box-orient: vertical;
|
|
793
796
|
-webkit-line-clamp: 4;
|
|
794
|
-
}
|
|
797
|
+
}
|
|
795
798
|
.tw-line-clamp-5 {
|
|
796
799
|
overflow: hidden;
|
|
797
800
|
display: -webkit-box;
|
|
798
801
|
-webkit-box-orient: vertical;
|
|
799
802
|
-webkit-line-clamp: 5;
|
|
800
|
-
}
|
|
803
|
+
}
|
|
801
804
|
.tw-line-clamp-6 {
|
|
802
805
|
overflow: hidden;
|
|
803
806
|
display: -webkit-box;
|
|
804
807
|
-webkit-box-orient: vertical;
|
|
805
808
|
-webkit-line-clamp: 6;
|
|
806
|
-
}
|
|
809
|
+
}
|
|
807
810
|
.tw-line-clamp-none {
|
|
808
811
|
overflow: visible;
|
|
809
812
|
display: block;
|
|
810
813
|
-webkit-box-orient: horizontal;
|
|
811
814
|
-webkit-line-clamp: none;
|
|
812
|
-
}
|
|
815
|
+
}
|
|
813
816
|
.tw-block {
|
|
814
817
|
display: block;
|
|
815
|
-
}
|
|
818
|
+
}
|
|
816
819
|
.tw-inline-block {
|
|
817
820
|
display: inline-block;
|
|
818
|
-
}
|
|
821
|
+
}
|
|
819
822
|
.tw-inline {
|
|
820
823
|
display: inline;
|
|
821
|
-
}
|
|
824
|
+
}
|
|
822
825
|
.tw-flex {
|
|
823
826
|
display: flex;
|
|
824
|
-
}
|
|
827
|
+
}
|
|
825
828
|
.tw-inline-flex {
|
|
826
829
|
display: inline-flex;
|
|
827
|
-
}
|
|
830
|
+
}
|
|
828
831
|
.tw-grid {
|
|
829
832
|
display: grid;
|
|
830
|
-
}
|
|
833
|
+
}
|
|
831
834
|
.tw-hidden {
|
|
832
835
|
display: none;
|
|
833
|
-
}
|
|
836
|
+
}
|
|
834
837
|
.tw-h-0 {
|
|
835
838
|
height: 0px;
|
|
836
|
-
}
|
|
839
|
+
}
|
|
837
840
|
.tw-h-10 {
|
|
838
841
|
height: 2.5rem;
|
|
839
|
-
}
|
|
842
|
+
}
|
|
840
843
|
.tw-h-12 {
|
|
841
844
|
height: 3rem;
|
|
842
|
-
}
|
|
845
|
+
}
|
|
843
846
|
.tw-h-14 {
|
|
844
847
|
height: 3.5rem;
|
|
845
|
-
}
|
|
848
|
+
}
|
|
846
849
|
.tw-h-16 {
|
|
847
850
|
height: 4rem;
|
|
848
|
-
}
|
|
851
|
+
}
|
|
849
852
|
.tw-h-2 {
|
|
850
853
|
height: 0.5rem;
|
|
851
|
-
}
|
|
854
|
+
}
|
|
852
855
|
.tw-h-20 {
|
|
853
856
|
height: 5rem;
|
|
854
|
-
}
|
|
857
|
+
}
|
|
855
858
|
.tw-h-24 {
|
|
856
859
|
height: 6rem;
|
|
857
|
-
}
|
|
860
|
+
}
|
|
858
861
|
.tw-h-3 {
|
|
859
862
|
height: 0.75rem;
|
|
860
|
-
}
|
|
863
|
+
}
|
|
861
864
|
.tw-h-4 {
|
|
862
865
|
height: 1rem;
|
|
863
|
-
}
|
|
866
|
+
}
|
|
864
867
|
.tw-h-40 {
|
|
865
868
|
height: 10rem;
|
|
866
|
-
}
|
|
869
|
+
}
|
|
867
870
|
.tw-h-5 {
|
|
868
871
|
height: 1.25rem;
|
|
869
|
-
}
|
|
872
|
+
}
|
|
870
873
|
.tw-h-6 {
|
|
871
874
|
height: 1.5rem;
|
|
872
|
-
}
|
|
875
|
+
}
|
|
873
876
|
.tw-h-8 {
|
|
874
877
|
height: 2rem;
|
|
875
|
-
}
|
|
878
|
+
}
|
|
876
879
|
.tw-h-80 {
|
|
877
880
|
height: 20rem;
|
|
878
|
-
}
|
|
881
|
+
}
|
|
879
882
|
.tw-h-auto {
|
|
880
883
|
height: auto;
|
|
881
|
-
}
|
|
884
|
+
}
|
|
882
885
|
.tw-h-fit {
|
|
883
886
|
height: -moz-fit-content;
|
|
884
887
|
height: fit-content;
|
|
885
|
-
}
|
|
888
|
+
}
|
|
886
889
|
.tw-h-full {
|
|
887
890
|
height: 100%;
|
|
888
|
-
}
|
|
891
|
+
}
|
|
889
892
|
.tw-max-h-56 {
|
|
890
893
|
max-height: 14rem;
|
|
891
|
-
}
|
|
894
|
+
}
|
|
892
895
|
.tw-max-h-72 {
|
|
893
896
|
max-height: 18rem;
|
|
894
|
-
}
|
|
897
|
+
}
|
|
895
898
|
.tw-max-h-full {
|
|
896
899
|
max-height: 100%;
|
|
897
|
-
}
|
|
900
|
+
}
|
|
898
901
|
.tw-max-h-screen {
|
|
899
902
|
max-height: 100vh;
|
|
900
|
-
}
|
|
903
|
+
}
|
|
901
904
|
.tw-w-10 {
|
|
902
905
|
width: 2.5rem;
|
|
903
|
-
}
|
|
906
|
+
}
|
|
904
907
|
.tw-w-12 {
|
|
905
908
|
width: 3rem;
|
|
906
|
-
}
|
|
909
|
+
}
|
|
907
910
|
.tw-w-14 {
|
|
908
911
|
width: 3.5rem;
|
|
909
|
-
}
|
|
912
|
+
}
|
|
910
913
|
.tw-w-16 {
|
|
911
914
|
width: 4rem;
|
|
912
|
-
}
|
|
915
|
+
}
|
|
913
916
|
.tw-w-2 {
|
|
914
917
|
width: 0.5rem;
|
|
915
|
-
}
|
|
918
|
+
}
|
|
916
919
|
.tw-w-24 {
|
|
917
920
|
width: 6rem;
|
|
918
|
-
}
|
|
921
|
+
}
|
|
919
922
|
.tw-w-3 {
|
|
920
923
|
width: 0.75rem;
|
|
921
|
-
}
|
|
924
|
+
}
|
|
922
925
|
.tw-w-32 {
|
|
923
926
|
width: 8rem;
|
|
924
|
-
}
|
|
927
|
+
}
|
|
925
928
|
.tw-w-4 {
|
|
926
929
|
width: 1rem;
|
|
927
|
-
}
|
|
930
|
+
}
|
|
928
931
|
.tw-w-5 {
|
|
929
932
|
width: 1.25rem;
|
|
930
|
-
}
|
|
933
|
+
}
|
|
931
934
|
.tw-w-6 {
|
|
932
935
|
width: 1.5rem;
|
|
933
|
-
}
|
|
936
|
+
}
|
|
934
937
|
.tw-w-60 {
|
|
935
938
|
width: 15rem;
|
|
936
|
-
}
|
|
939
|
+
}
|
|
937
940
|
.tw-w-64 {
|
|
938
941
|
width: 16rem;
|
|
939
|
-
}
|
|
942
|
+
}
|
|
940
943
|
.tw-w-72 {
|
|
941
944
|
width: 18rem;
|
|
942
|
-
}
|
|
945
|
+
}
|
|
943
946
|
.tw-w-8 {
|
|
944
947
|
width: 2rem;
|
|
945
|
-
}
|
|
948
|
+
}
|
|
946
949
|
.tw-w-96 {
|
|
947
950
|
width: 24rem;
|
|
948
|
-
}
|
|
951
|
+
}
|
|
952
|
+
.tw-w-\[14rem\] {
|
|
953
|
+
width: 14rem;
|
|
954
|
+
}
|
|
949
955
|
.tw-w-auto {
|
|
950
956
|
width: auto;
|
|
951
|
-
}
|
|
957
|
+
}
|
|
952
958
|
.tw-w-fit {
|
|
953
959
|
width: -moz-fit-content;
|
|
954
960
|
width: fit-content;
|
|
955
|
-
}
|
|
961
|
+
}
|
|
956
962
|
.tw-w-full {
|
|
957
963
|
width: 100%;
|
|
958
|
-
}
|
|
964
|
+
}
|
|
959
965
|
.tw-max-w-2xl {
|
|
960
966
|
max-width: 42rem;
|
|
961
|
-
}
|
|
967
|
+
}
|
|
962
968
|
.tw-max-w-3xl {
|
|
963
969
|
max-width: 48rem;
|
|
964
|
-
}
|
|
970
|
+
}
|
|
965
971
|
.tw-max-w-full {
|
|
966
972
|
max-width: 100%;
|
|
967
|
-
}
|
|
973
|
+
}
|
|
968
974
|
.tw-max-w-md {
|
|
969
975
|
max-width: 28rem;
|
|
970
|
-
}
|
|
976
|
+
}
|
|
971
977
|
.tw-max-w-xl {
|
|
972
978
|
max-width: 36rem;
|
|
973
|
-
}
|
|
979
|
+
}
|
|
974
980
|
.tw-flex-auto {
|
|
975
981
|
flex: 1 1 auto;
|
|
976
|
-
}
|
|
982
|
+
}
|
|
977
983
|
.tw-flex-none {
|
|
978
984
|
flex: none;
|
|
979
|
-
}
|
|
985
|
+
}
|
|
980
986
|
.tw-flex-shrink-0 {
|
|
981
987
|
flex-shrink: 0;
|
|
982
|
-
}
|
|
988
|
+
}
|
|
983
989
|
.tw-grow {
|
|
984
990
|
flex-grow: 1;
|
|
985
|
-
}
|
|
991
|
+
}
|
|
986
992
|
.tw-origin-top-right {
|
|
987
993
|
transform-origin: top right;
|
|
988
|
-
}
|
|
994
|
+
}
|
|
989
995
|
.-tw-translate-x-px {
|
|
990
996
|
--tw-translate-x: -1px;
|
|
991
997
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
992
|
-
}
|
|
998
|
+
}
|
|
993
999
|
.tw--translate-x-2 {
|
|
994
1000
|
--tw-translate-x: -0.5rem;
|
|
995
1001
|
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));
|
|
996
|
-
}
|
|
1002
|
+
}
|
|
997
1003
|
.tw--translate-x-3 {
|
|
998
1004
|
--tw-translate-x: -0.75rem;
|
|
999
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));
|
|
1000
|
-
}
|
|
1006
|
+
}
|
|
1001
1007
|
.tw--translate-x-4 {
|
|
1002
1008
|
--tw-translate-x: -1rem;
|
|
1003
1009
|
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));
|
|
1004
|
-
}
|
|
1010
|
+
}
|
|
1005
1011
|
.tw--translate-y-1\/2 {
|
|
1006
1012
|
--tw-translate-y: -50%;
|
|
1007
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));
|
|
1008
|
-
}
|
|
1014
|
+
}
|
|
1009
1015
|
.tw--translate-y-2 {
|
|
1010
1016
|
--tw-translate-y: -0.5rem;
|
|
1011
1017
|
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));
|
|
1012
|
-
}
|
|
1018
|
+
}
|
|
1013
1019
|
.tw-translate-x-12 {
|
|
1014
1020
|
--tw-translate-x: 3rem;
|
|
1015
1021
|
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));
|
|
1016
|
-
}
|
|
1022
|
+
}
|
|
1017
1023
|
.tw-translate-x-20 {
|
|
1018
1024
|
--tw-translate-x: 5rem;
|
|
1019
1025
|
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));
|
|
1020
|
-
}
|
|
1026
|
+
}
|
|
1021
1027
|
.tw-translate-x-4 {
|
|
1022
1028
|
--tw-translate-x: 1rem;
|
|
1023
1029
|
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));
|
|
1024
|
-
}
|
|
1030
|
+
}
|
|
1025
1031
|
.tw-translate-x-5 {
|
|
1026
1032
|
--tw-translate-x: 1.25rem;
|
|
1027
1033
|
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));
|
|
1028
|
-
}
|
|
1034
|
+
}
|
|
1029
1035
|
.tw-translate-x-6 {
|
|
1030
1036
|
--tw-translate-x: 1.5rem;
|
|
1031
1037
|
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));
|
|
1032
|
-
}
|
|
1038
|
+
}
|
|
1033
1039
|
.tw-translate-x-8 {
|
|
1034
1040
|
--tw-translate-x: 2rem;
|
|
1035
1041
|
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));
|
|
1036
|
-
}
|
|
1042
|
+
}
|
|
1037
1043
|
.tw-translate-y-1\/2 {
|
|
1038
1044
|
--tw-translate-y: 50%;
|
|
1039
1045
|
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));
|
|
1040
|
-
}
|
|
1046
|
+
}
|
|
1041
1047
|
.tw-translate-y-2 {
|
|
1042
1048
|
--tw-translate-y: 0.5rem;
|
|
1043
1049
|
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));
|
|
1044
|
-
}
|
|
1050
|
+
}
|
|
1045
1051
|
.tw-translate-y-2\.5 {
|
|
1046
1052
|
--tw-translate-y: 0.625rem;
|
|
1047
1053
|
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));
|
|
1048
|
-
}
|
|
1054
|
+
}
|
|
1049
1055
|
.tw-translate-y-4 {
|
|
1050
1056
|
--tw-translate-y: 1rem;
|
|
1051
1057
|
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));
|
|
1052
|
-
}
|
|
1058
|
+
}
|
|
1053
1059
|
.tw-scale-0 {
|
|
1054
1060
|
--tw-scale-x: 0;
|
|
1055
1061
|
--tw-scale-y: 0;
|
|
1056
1062
|
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));
|
|
1057
|
-
}
|
|
1063
|
+
}
|
|
1058
1064
|
.tw-scale-100 {
|
|
1059
1065
|
--tw-scale-x: 1;
|
|
1060
1066
|
--tw-scale-y: 1;
|
|
1061
1067
|
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));
|
|
1062
|
-
}
|
|
1068
|
+
}
|
|
1063
1069
|
.tw-transform {
|
|
1064
1070
|
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));
|
|
1065
|
-
}
|
|
1071
|
+
}
|
|
1066
1072
|
@keyframes tw-spin {
|
|
1067
1073
|
|
|
1068
1074
|
to {
|
|
1069
1075
|
transform: rotate(360deg);
|
|
1070
1076
|
}
|
|
1071
|
-
}
|
|
1077
|
+
}
|
|
1072
1078
|
.tw-animate-spin {
|
|
1073
1079
|
animation: tw-spin 1s linear infinite;
|
|
1074
|
-
}
|
|
1080
|
+
}
|
|
1075
1081
|
.\!tw-cursor-not-allowed {
|
|
1076
1082
|
cursor: not-allowed !important;
|
|
1077
|
-
}
|
|
1083
|
+
}
|
|
1078
1084
|
.tw-cursor-not-allowed {
|
|
1079
1085
|
cursor: not-allowed;
|
|
1080
|
-
}
|
|
1086
|
+
}
|
|
1081
1087
|
.tw-cursor-pointer {
|
|
1082
1088
|
cursor: pointer;
|
|
1083
|
-
}
|
|
1089
|
+
}
|
|
1084
1090
|
.tw-cursor-text {
|
|
1085
1091
|
cursor: text;
|
|
1086
|
-
}
|
|
1092
|
+
}
|
|
1087
1093
|
.tw-cursor-wait {
|
|
1088
1094
|
cursor: wait;
|
|
1089
|
-
}
|
|
1095
|
+
}
|
|
1090
1096
|
.tw-select-none {
|
|
1091
1097
|
-webkit-user-select: none;
|
|
1092
1098
|
-moz-user-select: none;
|
|
1093
1099
|
user-select: none;
|
|
1094
|
-
}
|
|
1100
|
+
}
|
|
1095
1101
|
.tw-resize-none {
|
|
1096
1102
|
resize: none;
|
|
1097
|
-
}
|
|
1103
|
+
}
|
|
1098
1104
|
.tw-list-none {
|
|
1099
1105
|
list-style-type: none;
|
|
1100
|
-
}
|
|
1106
|
+
}
|
|
1101
1107
|
.tw-appearance-none {
|
|
1102
1108
|
-webkit-appearance: none;
|
|
1103
1109
|
-moz-appearance: none;
|
|
1104
1110
|
appearance: none;
|
|
1105
|
-
}
|
|
1111
|
+
}
|
|
1106
1112
|
.tw-grid-flow-row {
|
|
1107
1113
|
grid-auto-flow: row;
|
|
1108
|
-
}
|
|
1114
|
+
}
|
|
1109
1115
|
.tw-auto-rows-max {
|
|
1110
1116
|
grid-auto-rows: max-content;
|
|
1111
|
-
}
|
|
1117
|
+
}
|
|
1112
1118
|
.tw-grid-cols-1 {
|
|
1113
1119
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1114
|
-
}
|
|
1120
|
+
}
|
|
1115
1121
|
.tw-grid-cols-3 {
|
|
1116
1122
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1117
|
-
}
|
|
1123
|
+
}
|
|
1118
1124
|
.tw-grid-cols-4 {
|
|
1119
1125
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1120
|
-
}
|
|
1126
|
+
}
|
|
1121
1127
|
.tw-flex-row {
|
|
1122
1128
|
flex-direction: row;
|
|
1123
|
-
}
|
|
1129
|
+
}
|
|
1124
1130
|
.tw-flex-row-reverse {
|
|
1125
1131
|
flex-direction: row-reverse;
|
|
1126
|
-
}
|
|
1132
|
+
}
|
|
1127
1133
|
.tw-flex-col {
|
|
1128
1134
|
flex-direction: column;
|
|
1129
|
-
}
|
|
1135
|
+
}
|
|
1130
1136
|
.tw-flex-col-reverse {
|
|
1131
1137
|
flex-direction: column-reverse;
|
|
1132
|
-
}
|
|
1138
|
+
}
|
|
1133
1139
|
.tw-content-start {
|
|
1134
1140
|
align-content: flex-start;
|
|
1135
|
-
}
|
|
1141
|
+
}
|
|
1136
1142
|
.tw-items-start {
|
|
1137
1143
|
align-items: flex-start;
|
|
1138
|
-
}
|
|
1144
|
+
}
|
|
1139
1145
|
.tw-items-end {
|
|
1140
1146
|
align-items: flex-end;
|
|
1141
|
-
}
|
|
1147
|
+
}
|
|
1142
1148
|
.tw-items-center {
|
|
1143
1149
|
align-items: center;
|
|
1144
|
-
}
|
|
1150
|
+
}
|
|
1145
1151
|
.tw-items-stretch {
|
|
1146
1152
|
align-items: stretch;
|
|
1147
|
-
}
|
|
1153
|
+
}
|
|
1148
1154
|
.tw-justify-start {
|
|
1149
1155
|
justify-content: flex-start;
|
|
1150
|
-
}
|
|
1156
|
+
}
|
|
1151
1157
|
.tw-justify-end {
|
|
1152
1158
|
justify-content: flex-end;
|
|
1153
|
-
}
|
|
1159
|
+
}
|
|
1154
1160
|
.tw-justify-center {
|
|
1155
1161
|
justify-content: center;
|
|
1156
|
-
}
|
|
1162
|
+
}
|
|
1157
1163
|
.tw-justify-between {
|
|
1158
1164
|
justify-content: space-between;
|
|
1159
|
-
}
|
|
1165
|
+
}
|
|
1160
1166
|
.tw-gap-2 {
|
|
1161
1167
|
gap: 0.5rem;
|
|
1162
|
-
}
|
|
1168
|
+
}
|
|
1163
1169
|
.tw-gap-3 {
|
|
1164
1170
|
gap: 0.75rem;
|
|
1165
|
-
}
|
|
1171
|
+
}
|
|
1166
1172
|
.tw-gap-4 {
|
|
1167
1173
|
gap: 1rem;
|
|
1168
|
-
}
|
|
1174
|
+
}
|
|
1169
1175
|
.tw-self-center {
|
|
1170
1176
|
align-self: center;
|
|
1171
|
-
}
|
|
1177
|
+
}
|
|
1172
1178
|
.tw-overflow-hidden {
|
|
1173
1179
|
overflow: hidden;
|
|
1174
|
-
}
|
|
1180
|
+
}
|
|
1175
1181
|
.tw-overflow-visible {
|
|
1176
1182
|
overflow: visible;
|
|
1177
|
-
}
|
|
1183
|
+
}
|
|
1178
1184
|
.tw-overflow-scroll {
|
|
1179
1185
|
overflow: scroll;
|
|
1180
|
-
}
|
|
1186
|
+
}
|
|
1181
1187
|
.tw-overflow-x-auto {
|
|
1182
1188
|
overflow-x: auto;
|
|
1183
|
-
}
|
|
1189
|
+
}
|
|
1184
1190
|
.tw-overflow-y-auto {
|
|
1185
1191
|
overflow-y: auto;
|
|
1186
|
-
}
|
|
1192
|
+
}
|
|
1187
1193
|
.tw-overflow-x-hidden {
|
|
1188
1194
|
overflow-x: hidden;
|
|
1189
|
-
}
|
|
1195
|
+
}
|
|
1190
1196
|
.tw-overflow-y-hidden {
|
|
1191
1197
|
overflow-y: hidden;
|
|
1192
|
-
}
|
|
1198
|
+
}
|
|
1193
1199
|
.tw-truncate {
|
|
1194
1200
|
overflow: hidden;
|
|
1195
1201
|
text-overflow: ellipsis;
|
|
1196
1202
|
white-space: nowrap;
|
|
1197
|
-
}
|
|
1203
|
+
}
|
|
1198
1204
|
.tw-text-ellipsis {
|
|
1199
1205
|
text-overflow: ellipsis;
|
|
1200
|
-
}
|
|
1206
|
+
}
|
|
1201
1207
|
.tw-whitespace-nowrap {
|
|
1202
1208
|
white-space: nowrap;
|
|
1203
|
-
}
|
|
1209
|
+
}
|
|
1204
1210
|
.tw-break-all {
|
|
1205
1211
|
word-break: break-all;
|
|
1206
|
-
}
|
|
1212
|
+
}
|
|
1207
1213
|
.tw-rounded {
|
|
1208
1214
|
border-radius: 0.25rem;
|
|
1209
|
-
}
|
|
1215
|
+
}
|
|
1210
1216
|
.tw-rounded-full {
|
|
1211
1217
|
border-radius: 9999px;
|
|
1212
|
-
}
|
|
1218
|
+
}
|
|
1219
|
+
.tw-rounded-lg {
|
|
1220
|
+
border-radius: 0.5rem;
|
|
1221
|
+
}
|
|
1213
1222
|
.tw-rounded-md {
|
|
1214
1223
|
border-radius: 0.375rem;
|
|
1215
|
-
}
|
|
1224
|
+
}
|
|
1216
1225
|
.tw-rounded-none {
|
|
1217
1226
|
border-radius: 0px;
|
|
1218
|
-
}
|
|
1227
|
+
}
|
|
1219
1228
|
.tw-rounded-sm {
|
|
1220
1229
|
border-radius: 0.125rem;
|
|
1221
|
-
}
|
|
1230
|
+
}
|
|
1222
1231
|
.\!tw-rounded-l-none {
|
|
1223
1232
|
border-top-left-radius: 0px !important;
|
|
1224
1233
|
border-bottom-left-radius: 0px !important;
|
|
1225
|
-
}
|
|
1234
|
+
}
|
|
1226
1235
|
.\!tw-rounded-r-none {
|
|
1227
1236
|
border-top-right-radius: 0px !important;
|
|
1228
1237
|
border-bottom-right-radius: 0px !important;
|
|
1229
|
-
}
|
|
1238
|
+
}
|
|
1230
1239
|
.tw-rounded-b {
|
|
1231
1240
|
border-bottom-right-radius: 0.25rem;
|
|
1232
1241
|
border-bottom-left-radius: 0.25rem;
|
|
1233
|
-
}
|
|
1242
|
+
}
|
|
1234
1243
|
.tw-rounded-l {
|
|
1235
1244
|
border-top-left-radius: 0.25rem;
|
|
1236
1245
|
border-bottom-left-radius: 0.25rem;
|
|
1237
|
-
}
|
|
1246
|
+
}
|
|
1238
1247
|
.tw-rounded-l-none {
|
|
1239
1248
|
border-top-left-radius: 0px;
|
|
1240
1249
|
border-bottom-left-radius: 0px;
|
|
1241
|
-
}
|
|
1250
|
+
}
|
|
1242
1251
|
.tw-rounded-r {
|
|
1243
1252
|
border-top-right-radius: 0.25rem;
|
|
1244
1253
|
border-bottom-right-radius: 0.25rem;
|
|
1245
|
-
}
|
|
1254
|
+
}
|
|
1246
1255
|
.tw-rounded-r-none {
|
|
1247
1256
|
border-top-right-radius: 0px;
|
|
1248
1257
|
border-bottom-right-radius: 0px;
|
|
1249
|
-
}
|
|
1258
|
+
}
|
|
1250
1259
|
.tw-border {
|
|
1251
1260
|
border-width: 1px;
|
|
1252
|
-
}
|
|
1261
|
+
}
|
|
1253
1262
|
.tw-border-0 {
|
|
1254
1263
|
border-width: 0px;
|
|
1255
|
-
}
|
|
1264
|
+
}
|
|
1256
1265
|
.tw-border-2 {
|
|
1257
1266
|
border-width: 2px;
|
|
1258
|
-
}
|
|
1267
|
+
}
|
|
1259
1268
|
.tw-border-b-0 {
|
|
1260
1269
|
border-bottom-width: 0px;
|
|
1261
|
-
}
|
|
1270
|
+
}
|
|
1262
1271
|
.tw-border-b-2 {
|
|
1263
1272
|
border-bottom-width: 2px;
|
|
1264
|
-
}
|
|
1273
|
+
}
|
|
1265
1274
|
.tw-border-b-4 {
|
|
1266
1275
|
border-bottom-width: 4px;
|
|
1267
|
-
}
|
|
1276
|
+
}
|
|
1268
1277
|
.tw-border-l {
|
|
1269
1278
|
border-left-width: 1px;
|
|
1270
|
-
}
|
|
1279
|
+
}
|
|
1271
1280
|
.tw-border-l-0 {
|
|
1272
1281
|
border-left-width: 0px;
|
|
1273
|
-
}
|
|
1282
|
+
}
|
|
1274
1283
|
.tw-border-r {
|
|
1275
1284
|
border-right-width: 1px;
|
|
1276
|
-
}
|
|
1285
|
+
}
|
|
1277
1286
|
.tw-border-r-0 {
|
|
1278
1287
|
border-right-width: 0px;
|
|
1279
|
-
}
|
|
1288
|
+
}
|
|
1280
1289
|
.tw-border-t {
|
|
1281
1290
|
border-top-width: 1px;
|
|
1282
|
-
}
|
|
1291
|
+
}
|
|
1283
1292
|
.tw-border-t-0 {
|
|
1284
1293
|
border-top-width: 0px;
|
|
1285
|
-
}
|
|
1294
|
+
}
|
|
1286
1295
|
.tw-border-t-2 {
|
|
1287
1296
|
border-top-width: 2px;
|
|
1288
|
-
}
|
|
1297
|
+
}
|
|
1289
1298
|
.tw-border-solid {
|
|
1290
1299
|
border-style: solid;
|
|
1291
|
-
}
|
|
1300
|
+
}
|
|
1292
1301
|
.tw-border-dashed {
|
|
1293
1302
|
border-style: dashed;
|
|
1294
|
-
}
|
|
1303
|
+
}
|
|
1295
1304
|
.tw-border-none {
|
|
1296
1305
|
border-style: none;
|
|
1297
|
-
}
|
|
1306
|
+
}
|
|
1298
1307
|
.tw-border-black\/10 {
|
|
1299
1308
|
border-color: rgb(0 0 0 / 0.1);
|
|
1300
|
-
}
|
|
1309
|
+
}
|
|
1301
1310
|
.tw-border-error-500 {
|
|
1302
1311
|
--tw-border-opacity: 1;
|
|
1303
1312
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1304
|
-
}
|
|
1313
|
+
}
|
|
1305
1314
|
.tw-border-error-600 {
|
|
1306
1315
|
--tw-border-opacity: 1;
|
|
1307
1316
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1308
|
-
}
|
|
1317
|
+
}
|
|
1309
1318
|
.tw-border-grayscale-100 {
|
|
1310
1319
|
--tw-border-opacity: 1;
|
|
1311
1320
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1312
|
-
}
|
|
1321
|
+
}
|
|
1313
1322
|
.tw-border-grayscale-300 {
|
|
1314
1323
|
--tw-border-opacity: 1;
|
|
1315
1324
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
1316
|
-
}
|
|
1325
|
+
}
|
|
1317
1326
|
.tw-border-grayscale-400 {
|
|
1318
1327
|
--tw-border-opacity: 1;
|
|
1319
1328
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1320
|
-
}
|
|
1329
|
+
}
|
|
1321
1330
|
.tw-border-grayscale-500 {
|
|
1322
1331
|
--tw-border-opacity: 1;
|
|
1323
1332
|
border-color: rgb(208 208 208 / var(--tw-border-opacity));
|
|
1324
|
-
}
|
|
1333
|
+
}
|
|
1325
1334
|
.tw-border-grayscale-600 {
|
|
1326
1335
|
--tw-border-opacity: 1;
|
|
1327
1336
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
1328
|
-
}
|
|
1337
|
+
}
|
|
1329
1338
|
.tw-border-grayscale-700 {
|
|
1330
1339
|
--tw-border-opacity: 1;
|
|
1331
1340
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
1332
|
-
}
|
|
1341
|
+
}
|
|
1333
1342
|
.tw-border-info-300 {
|
|
1334
1343
|
--tw-border-opacity: 1;
|
|
1335
1344
|
border-color: rgb(102 193 231 / var(--tw-border-opacity));
|
|
1336
|
-
}
|
|
1345
|
+
}
|
|
1337
1346
|
.tw-border-info-500 {
|
|
1338
1347
|
--tw-border-opacity: 1;
|
|
1339
1348
|
border-color: rgb(0 151 215 / var(--tw-border-opacity));
|
|
1340
|
-
}
|
|
1349
|
+
}
|
|
1341
1350
|
.tw-border-primary-300 {
|
|
1342
1351
|
--tw-border-opacity: 1;
|
|
1343
1352
|
border-color: rgb(247 118 140 / var(--tw-border-opacity));
|
|
1344
|
-
}
|
|
1353
|
+
}
|
|
1345
1354
|
.tw-border-primary-400 {
|
|
1346
1355
|
--tw-border-opacity: 1;
|
|
1347
1356
|
border-color: rgb(245 73 101 / var(--tw-border-opacity));
|
|
1348
|
-
}
|
|
1357
|
+
}
|
|
1349
1358
|
.tw-border-primary-500 {
|
|
1350
1359
|
--tw-border-opacity: 1;
|
|
1351
1360
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1352
|
-
}
|
|
1361
|
+
}
|
|
1353
1362
|
.tw-border-primary-600 {
|
|
1354
1363
|
--tw-border-opacity: 1;
|
|
1355
1364
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1356
|
-
}
|
|
1365
|
+
}
|
|
1357
1366
|
.tw-border-secondary-200 {
|
|
1358
1367
|
--tw-border-opacity: 1;
|
|
1359
1368
|
border-color: rgb(189 189 189 / var(--tw-border-opacity));
|
|
1360
|
-
}
|
|
1369
|
+
}
|
|
1361
1370
|
.tw-border-secondary-300 {
|
|
1362
1371
|
--tw-border-opacity: 1;
|
|
1363
1372
|
border-color: rgb(155 155 155 / var(--tw-border-opacity));
|
|
1364
|
-
}
|
|
1373
|
+
}
|
|
1365
1374
|
.tw-border-secondary-500 {
|
|
1366
1375
|
--tw-border-opacity: 1;
|
|
1367
1376
|
border-color: rgb(89 89 89 / var(--tw-border-opacity));
|
|
1368
|
-
}
|
|
1377
|
+
}
|
|
1369
1378
|
.tw-border-success-400 {
|
|
1370
1379
|
--tw-border-opacity: 1;
|
|
1371
1380
|
border-color: rgb(80 185 64 / var(--tw-border-opacity));
|
|
1372
|
-
}
|
|
1381
|
+
}
|
|
1373
1382
|
.tw-border-success-500 {
|
|
1374
1383
|
--tw-border-opacity: 1;
|
|
1375
1384
|
border-color: rgb(36 168 16 / var(--tw-border-opacity));
|
|
1376
|
-
}
|
|
1385
|
+
}
|
|
1377
1386
|
.tw-border-success-600 {
|
|
1378
1387
|
--tw-border-opacity: 1;
|
|
1379
1388
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
1380
|
-
}
|
|
1389
|
+
}
|
|
1381
1390
|
.tw-border-warning-300 {
|
|
1382
1391
|
--tw-border-opacity: 1;
|
|
1383
1392
|
border-color: rgb(248 207 128 / var(--tw-border-opacity));
|
|
1384
|
-
}
|
|
1393
|
+
}
|
|
1385
1394
|
.tw-border-warning-500 {
|
|
1386
1395
|
--tw-border-opacity: 1;
|
|
1387
1396
|
border-color: rgb(243 175 43 / var(--tw-border-opacity));
|
|
1388
|
-
}
|
|
1397
|
+
}
|
|
1389
1398
|
.tw-border-warning-600 {
|
|
1390
1399
|
--tw-border-opacity: 1;
|
|
1391
1400
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
1392
|
-
}
|
|
1401
|
+
}
|
|
1393
1402
|
.tw-border-white {
|
|
1394
1403
|
--tw-border-opacity: 1;
|
|
1395
1404
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1396
|
-
}
|
|
1405
|
+
}
|
|
1406
|
+
.tw-border-t-transparent {
|
|
1407
|
+
border-top-color: transparent;
|
|
1408
|
+
}
|
|
1397
1409
|
.tw-bg-black {
|
|
1398
1410
|
--tw-bg-opacity: 1;
|
|
1399
1411
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1400
|
-
}
|
|
1412
|
+
}
|
|
1401
1413
|
.tw-bg-error-100 {
|
|
1402
1414
|
--tw-bg-opacity: 1;
|
|
1403
1415
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
1404
|
-
}
|
|
1416
|
+
}
|
|
1405
1417
|
.tw-bg-error-500 {
|
|
1406
1418
|
--tw-bg-opacity: 1;
|
|
1407
1419
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1408
|
-
}
|
|
1420
|
+
}
|
|
1409
1421
|
.tw-bg-grayscale-100 {
|
|
1410
1422
|
--tw-bg-opacity: 1;
|
|
1411
1423
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1412
|
-
}
|
|
1424
|
+
}
|
|
1413
1425
|
.tw-bg-grayscale-200 {
|
|
1414
1426
|
--tw-bg-opacity: 1;
|
|
1415
1427
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
1416
|
-
}
|
|
1428
|
+
}
|
|
1417
1429
|
.tw-bg-grayscale-300 {
|
|
1418
1430
|
--tw-bg-opacity: 1;
|
|
1419
1431
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
1420
|
-
}
|
|
1432
|
+
}
|
|
1421
1433
|
.tw-bg-grayscale-400 {
|
|
1422
1434
|
--tw-bg-opacity: 1;
|
|
1423
1435
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1424
|
-
}
|
|
1436
|
+
}
|
|
1425
1437
|
.tw-bg-grayscale-500 {
|
|
1426
1438
|
--tw-bg-opacity: 1;
|
|
1427
1439
|
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
1428
|
-
}
|
|
1440
|
+
}
|
|
1429
1441
|
.tw-bg-info-100 {
|
|
1430
1442
|
--tw-bg-opacity: 1;
|
|
1431
1443
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
1432
|
-
}
|
|
1444
|
+
}
|
|
1433
1445
|
.tw-bg-info-300 {
|
|
1434
1446
|
--tw-bg-opacity: 1;
|
|
1435
1447
|
background-color: rgb(102 193 231 / var(--tw-bg-opacity));
|
|
1436
|
-
}
|
|
1448
|
+
}
|
|
1437
1449
|
.tw-bg-info-400 {
|
|
1438
1450
|
--tw-bg-opacity: 1;
|
|
1439
1451
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
1440
|
-
}
|
|
1452
|
+
}
|
|
1441
1453
|
.tw-bg-info-500 {
|
|
1442
1454
|
--tw-bg-opacity: 1;
|
|
1443
1455
|
background-color: rgb(0 151 215 / var(--tw-bg-opacity));
|
|
1444
|
-
}
|
|
1456
|
+
}
|
|
1445
1457
|
.tw-bg-info-600 {
|
|
1446
1458
|
--tw-bg-opacity: 1;
|
|
1447
1459
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
1448
|
-
}
|
|
1460
|
+
}
|
|
1449
1461
|
.tw-bg-primary-300 {
|
|
1450
1462
|
--tw-bg-opacity: 1;
|
|
1451
1463
|
background-color: rgb(247 118 140 / var(--tw-bg-opacity));
|
|
1452
|
-
}
|
|
1464
|
+
}
|
|
1453
1465
|
.tw-bg-primary-400 {
|
|
1454
1466
|
--tw-bg-opacity: 1;
|
|
1455
1467
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
1456
|
-
}
|
|
1468
|
+
}
|
|
1457
1469
|
.tw-bg-primary-500 {
|
|
1458
1470
|
--tw-bg-opacity: 1;
|
|
1459
1471
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1460
|
-
}
|
|
1472
|
+
}
|
|
1461
1473
|
.tw-bg-primary-600 {
|
|
1462
1474
|
--tw-bg-opacity: 1;
|
|
1463
1475
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
1464
|
-
}
|
|
1476
|
+
}
|
|
1465
1477
|
.tw-bg-secondary-100 {
|
|
1466
1478
|
--tw-bg-opacity: 1;
|
|
1467
1479
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
1468
|
-
}
|
|
1480
|
+
}
|
|
1469
1481
|
.tw-bg-secondary-300 {
|
|
1470
1482
|
--tw-bg-opacity: 1;
|
|
1471
1483
|
background-color: rgb(155 155 155 / var(--tw-bg-opacity));
|
|
1472
|
-
}
|
|
1484
|
+
}
|
|
1473
1485
|
.tw-bg-secondary-500 {
|
|
1474
1486
|
--tw-bg-opacity: 1;
|
|
1475
1487
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
1476
|
-
}
|
|
1488
|
+
}
|
|
1477
1489
|
.tw-bg-success-100 {
|
|
1478
1490
|
--tw-bg-opacity: 1;
|
|
1479
1491
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
1480
|
-
}
|
|
1492
|
+
}
|
|
1481
1493
|
.tw-bg-success-400 {
|
|
1482
1494
|
--tw-bg-opacity: 1;
|
|
1483
1495
|
background-color: rgb(80 185 64 / var(--tw-bg-opacity));
|
|
1484
|
-
}
|
|
1496
|
+
}
|
|
1485
1497
|
.tw-bg-success-500 {
|
|
1486
1498
|
--tw-bg-opacity: 1;
|
|
1487
1499
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
1488
|
-
}
|
|
1500
|
+
}
|
|
1489
1501
|
.tw-bg-transparent {
|
|
1490
1502
|
background-color: transparent;
|
|
1491
|
-
}
|
|
1503
|
+
}
|
|
1492
1504
|
.tw-bg-warning-100 {
|
|
1493
1505
|
--tw-bg-opacity: 1;
|
|
1494
1506
|
background-color: rgb(253 239 213 / var(--tw-bg-opacity));
|
|
1495
|
-
}
|
|
1507
|
+
}
|
|
1496
1508
|
.tw-bg-warning-300 {
|
|
1497
1509
|
--tw-bg-opacity: 1;
|
|
1498
1510
|
background-color: rgb(248 207 128 / var(--tw-bg-opacity));
|
|
1499
|
-
}
|
|
1511
|
+
}
|
|
1500
1512
|
.tw-bg-warning-500 {
|
|
1501
1513
|
--tw-bg-opacity: 1;
|
|
1502
1514
|
background-color: rgb(243 175 43 / var(--tw-bg-opacity));
|
|
1503
|
-
}
|
|
1515
|
+
}
|
|
1504
1516
|
.tw-bg-warning-600 {
|
|
1505
1517
|
--tw-bg-opacity: 1;
|
|
1506
1518
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
1507
|
-
}
|
|
1519
|
+
}
|
|
1508
1520
|
.tw-bg-white {
|
|
1509
1521
|
--tw-bg-opacity: 1;
|
|
1510
1522
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1511
|
-
}
|
|
1523
|
+
}
|
|
1524
|
+
.tw-bg-white\/50 {
|
|
1525
|
+
background-color: rgb(255 255 255 / 0.5);
|
|
1526
|
+
}
|
|
1512
1527
|
.tw-bg-opacity-75 {
|
|
1513
1528
|
--tw-bg-opacity: 0.75;
|
|
1514
|
-
}
|
|
1529
|
+
}
|
|
1515
1530
|
.tw-bg-opacity-80 {
|
|
1516
1531
|
--tw-bg-opacity: 0.8;
|
|
1517
|
-
}
|
|
1532
|
+
}
|
|
1518
1533
|
.tw-bg-gradient-to-t {
|
|
1519
1534
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1520
|
-
}
|
|
1535
|
+
}
|
|
1521
1536
|
.tw-from-\[\#d946ef\] {
|
|
1522
1537
|
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1523
1538
|
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1524
1539
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1525
|
-
}
|
|
1540
|
+
}
|
|
1526
1541
|
.tw-to-\[\#8b5cf6\] {
|
|
1527
1542
|
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1528
|
-
}
|
|
1543
|
+
}
|
|
1529
1544
|
.tw-bg-no-repeat {
|
|
1530
1545
|
background-repeat: no-repeat;
|
|
1531
|
-
}
|
|
1546
|
+
}
|
|
1532
1547
|
.tw-fill-current {
|
|
1533
1548
|
fill: currentColor;
|
|
1534
|
-
}
|
|
1549
|
+
}
|
|
1535
1550
|
.tw-object-contain {
|
|
1536
1551
|
-o-object-fit: contain;
|
|
1537
1552
|
object-fit: contain;
|
|
1538
|
-
}
|
|
1553
|
+
}
|
|
1539
1554
|
.tw-object-cover {
|
|
1540
1555
|
-o-object-fit: cover;
|
|
1541
1556
|
object-fit: cover;
|
|
1542
|
-
}
|
|
1557
|
+
}
|
|
1543
1558
|
.tw-object-top {
|
|
1544
1559
|
-o-object-position: top;
|
|
1545
1560
|
object-position: top;
|
|
1546
|
-
}
|
|
1561
|
+
}
|
|
1547
1562
|
.\!tw-p-0 {
|
|
1548
1563
|
padding: 0px !important;
|
|
1549
|
-
}
|
|
1564
|
+
}
|
|
1550
1565
|
.\!tw-p-0\.5 {
|
|
1551
1566
|
padding: 0.125rem !important;
|
|
1552
|
-
}
|
|
1567
|
+
}
|
|
1553
1568
|
.\!tw-p-1 {
|
|
1554
1569
|
padding: 0.25rem !important;
|
|
1555
|
-
}
|
|
1570
|
+
}
|
|
1556
1571
|
.\!tw-p-1\.5 {
|
|
1557
1572
|
padding: 0.375rem !important;
|
|
1558
|
-
}
|
|
1573
|
+
}
|
|
1559
1574
|
.\!tw-p-10 {
|
|
1560
1575
|
padding: 2.5rem !important;
|
|
1561
|
-
}
|
|
1576
|
+
}
|
|
1562
1577
|
.\!tw-p-11 {
|
|
1563
1578
|
padding: 2.75rem !important;
|
|
1564
|
-
}
|
|
1579
|
+
}
|
|
1565
1580
|
.\!tw-p-12 {
|
|
1566
1581
|
padding: 3rem !important;
|
|
1567
|
-
}
|
|
1582
|
+
}
|
|
1568
1583
|
.\!tw-p-14 {
|
|
1569
1584
|
padding: 3.5rem !important;
|
|
1570
|
-
}
|
|
1585
|
+
}
|
|
1571
1586
|
.\!tw-p-16 {
|
|
1572
1587
|
padding: 4rem !important;
|
|
1573
|
-
}
|
|
1588
|
+
}
|
|
1574
1589
|
.\!tw-p-2 {
|
|
1575
1590
|
padding: 0.5rem !important;
|
|
1576
|
-
}
|
|
1591
|
+
}
|
|
1577
1592
|
.\!tw-p-2\.5 {
|
|
1578
1593
|
padding: 0.625rem !important;
|
|
1579
|
-
}
|
|
1594
|
+
}
|
|
1580
1595
|
.\!tw-p-20 {
|
|
1581
1596
|
padding: 5rem !important;
|
|
1582
|
-
}
|
|
1597
|
+
}
|
|
1583
1598
|
.\!tw-p-24 {
|
|
1584
1599
|
padding: 6rem !important;
|
|
1585
|
-
}
|
|
1600
|
+
}
|
|
1586
1601
|
.\!tw-p-28 {
|
|
1587
1602
|
padding: 7rem !important;
|
|
1588
|
-
}
|
|
1603
|
+
}
|
|
1589
1604
|
.\!tw-p-3 {
|
|
1590
1605
|
padding: 0.75rem !important;
|
|
1591
|
-
}
|
|
1606
|
+
}
|
|
1592
1607
|
.\!tw-p-3\.5 {
|
|
1593
1608
|
padding: 0.875rem !important;
|
|
1594
|
-
}
|
|
1609
|
+
}
|
|
1595
1610
|
.\!tw-p-32 {
|
|
1596
1611
|
padding: 8rem !important;
|
|
1597
|
-
}
|
|
1612
|
+
}
|
|
1598
1613
|
.\!tw-p-36 {
|
|
1599
1614
|
padding: 9rem !important;
|
|
1600
|
-
}
|
|
1615
|
+
}
|
|
1601
1616
|
.\!tw-p-4 {
|
|
1602
1617
|
padding: 1rem !important;
|
|
1603
|
-
}
|
|
1618
|
+
}
|
|
1604
1619
|
.\!tw-p-40 {
|
|
1605
1620
|
padding: 10rem !important;
|
|
1606
|
-
}
|
|
1621
|
+
}
|
|
1607
1622
|
.\!tw-p-44 {
|
|
1608
1623
|
padding: 11rem !important;
|
|
1609
|
-
}
|
|
1624
|
+
}
|
|
1610
1625
|
.\!tw-p-48 {
|
|
1611
1626
|
padding: 12rem !important;
|
|
1612
|
-
}
|
|
1627
|
+
}
|
|
1613
1628
|
.\!tw-p-5 {
|
|
1614
1629
|
padding: 1.25rem !important;
|
|
1615
|
-
}
|
|
1630
|
+
}
|
|
1616
1631
|
.\!tw-p-52 {
|
|
1617
1632
|
padding: 13rem !important;
|
|
1618
|
-
}
|
|
1633
|
+
}
|
|
1619
1634
|
.\!tw-p-56 {
|
|
1620
1635
|
padding: 14rem !important;
|
|
1621
|
-
}
|
|
1636
|
+
}
|
|
1622
1637
|
.\!tw-p-6 {
|
|
1623
1638
|
padding: 1.5rem !important;
|
|
1624
|
-
}
|
|
1639
|
+
}
|
|
1625
1640
|
.\!tw-p-60 {
|
|
1626
1641
|
padding: 15rem !important;
|
|
1627
|
-
}
|
|
1642
|
+
}
|
|
1628
1643
|
.\!tw-p-64 {
|
|
1629
1644
|
padding: 16rem !important;
|
|
1630
|
-
}
|
|
1645
|
+
}
|
|
1631
1646
|
.\!tw-p-7 {
|
|
1632
1647
|
padding: 1.75rem !important;
|
|
1633
|
-
}
|
|
1648
|
+
}
|
|
1634
1649
|
.\!tw-p-72 {
|
|
1635
1650
|
padding: 18rem !important;
|
|
1636
|
-
}
|
|
1651
|
+
}
|
|
1637
1652
|
.\!tw-p-8 {
|
|
1638
1653
|
padding: 2rem !important;
|
|
1639
|
-
}
|
|
1654
|
+
}
|
|
1640
1655
|
.\!tw-p-80 {
|
|
1641
1656
|
padding: 20rem !important;
|
|
1642
|
-
}
|
|
1657
|
+
}
|
|
1643
1658
|
.\!tw-p-9 {
|
|
1644
1659
|
padding: 2.25rem !important;
|
|
1645
|
-
}
|
|
1660
|
+
}
|
|
1646
1661
|
.\!tw-p-96 {
|
|
1647
1662
|
padding: 24rem !important;
|
|
1648
|
-
}
|
|
1663
|
+
}
|
|
1649
1664
|
.\!tw-p-px {
|
|
1650
1665
|
padding: 1px !important;
|
|
1651
|
-
}
|
|
1666
|
+
}
|
|
1652
1667
|
.tw-p-0 {
|
|
1653
1668
|
padding: 0px;
|
|
1654
|
-
}
|
|
1669
|
+
}
|
|
1655
1670
|
.tw-p-1 {
|
|
1656
1671
|
padding: 0.25rem;
|
|
1657
|
-
}
|
|
1672
|
+
}
|
|
1658
1673
|
.tw-p-2 {
|
|
1659
1674
|
padding: 0.5rem;
|
|
1660
|
-
}
|
|
1675
|
+
}
|
|
1661
1676
|
.tw-p-3 {
|
|
1662
1677
|
padding: 0.75rem;
|
|
1663
|
-
}
|
|
1678
|
+
}
|
|
1664
1679
|
.tw-p-4 {
|
|
1665
1680
|
padding: 1rem;
|
|
1666
|
-
}
|
|
1681
|
+
}
|
|
1667
1682
|
.tw-p-5 {
|
|
1668
1683
|
padding: 1.25rem;
|
|
1669
|
-
}
|
|
1684
|
+
}
|
|
1670
1685
|
.tw-p-6 {
|
|
1671
1686
|
padding: 1.5rem;
|
|
1672
|
-
}
|
|
1687
|
+
}
|
|
1673
1688
|
.tw-p-8 {
|
|
1674
1689
|
padding: 2rem;
|
|
1675
|
-
}
|
|
1690
|
+
}
|
|
1676
1691
|
.tw-px-0 {
|
|
1677
1692
|
padding-left: 0px;
|
|
1678
1693
|
padding-right: 0px;
|
|
1679
|
-
}
|
|
1694
|
+
}
|
|
1680
1695
|
.tw-px-0\.5 {
|
|
1681
1696
|
padding-left: 0.125rem;
|
|
1682
1697
|
padding-right: 0.125rem;
|
|
1683
|
-
}
|
|
1698
|
+
}
|
|
1684
1699
|
.tw-px-2 {
|
|
1685
1700
|
padding-left: 0.5rem;
|
|
1686
1701
|
padding-right: 0.5rem;
|
|
1687
|
-
}
|
|
1702
|
+
}
|
|
1688
1703
|
.tw-px-20 {
|
|
1689
1704
|
padding-left: 5rem;
|
|
1690
1705
|
padding-right: 5rem;
|
|
1691
|
-
}
|
|
1706
|
+
}
|
|
1692
1707
|
.tw-px-3 {
|
|
1693
1708
|
padding-left: 0.75rem;
|
|
1694
1709
|
padding-right: 0.75rem;
|
|
1695
|
-
}
|
|
1710
|
+
}
|
|
1696
1711
|
.tw-px-4 {
|
|
1697
1712
|
padding-left: 1rem;
|
|
1698
1713
|
padding-right: 1rem;
|
|
1699
|
-
}
|
|
1714
|
+
}
|
|
1700
1715
|
.tw-px-5 {
|
|
1701
1716
|
padding-left: 1.25rem;
|
|
1702
1717
|
padding-right: 1.25rem;
|
|
1703
|
-
}
|
|
1718
|
+
}
|
|
1704
1719
|
.tw-px-6 {
|
|
1705
1720
|
padding-left: 1.5rem;
|
|
1706
1721
|
padding-right: 1.5rem;
|
|
1707
|
-
}
|
|
1722
|
+
}
|
|
1708
1723
|
.tw-px-8 {
|
|
1709
1724
|
padding-left: 2rem;
|
|
1710
1725
|
padding-right: 2rem;
|
|
1711
|
-
}
|
|
1726
|
+
}
|
|
1712
1727
|
.tw-px-px {
|
|
1713
1728
|
padding-left: 1px;
|
|
1714
1729
|
padding-right: 1px;
|
|
1715
|
-
}
|
|
1730
|
+
}
|
|
1716
1731
|
.tw-py-0 {
|
|
1717
1732
|
padding-top: 0px;
|
|
1718
1733
|
padding-bottom: 0px;
|
|
1719
|
-
}
|
|
1734
|
+
}
|
|
1720
1735
|
.tw-py-0\.5 {
|
|
1721
1736
|
padding-top: 0.125rem;
|
|
1722
1737
|
padding-bottom: 0.125rem;
|
|
1723
|
-
}
|
|
1738
|
+
}
|
|
1724
1739
|
.tw-py-1 {
|
|
1725
1740
|
padding-top: 0.25rem;
|
|
1726
1741
|
padding-bottom: 0.25rem;
|
|
1727
|
-
}
|
|
1742
|
+
}
|
|
1728
1743
|
.tw-py-1\.5 {
|
|
1729
1744
|
padding-top: 0.375rem;
|
|
1730
1745
|
padding-bottom: 0.375rem;
|
|
1731
|
-
}
|
|
1746
|
+
}
|
|
1732
1747
|
.tw-py-10 {
|
|
1733
1748
|
padding-top: 2.5rem;
|
|
1734
1749
|
padding-bottom: 2.5rem;
|
|
1735
|
-
}
|
|
1750
|
+
}
|
|
1736
1751
|
.tw-py-2 {
|
|
1737
1752
|
padding-top: 0.5rem;
|
|
1738
1753
|
padding-bottom: 0.5rem;
|
|
1739
|
-
}
|
|
1754
|
+
}
|
|
1740
1755
|
.tw-py-3 {
|
|
1741
1756
|
padding-top: 0.75rem;
|
|
1742
1757
|
padding-bottom: 0.75rem;
|
|
1743
|
-
}
|
|
1758
|
+
}
|
|
1744
1759
|
.tw-py-3\.5 {
|
|
1745
1760
|
padding-top: 0.875rem;
|
|
1746
1761
|
padding-bottom: 0.875rem;
|
|
1747
|
-
}
|
|
1762
|
+
}
|
|
1748
1763
|
.tw-py-4 {
|
|
1749
1764
|
padding-top: 1rem;
|
|
1750
1765
|
padding-bottom: 1rem;
|
|
1751
|
-
}
|
|
1766
|
+
}
|
|
1752
1767
|
.tw-py-5 {
|
|
1753
1768
|
padding-top: 1.25rem;
|
|
1754
1769
|
padding-bottom: 1.25rem;
|
|
1755
|
-
}
|
|
1770
|
+
}
|
|
1756
1771
|
.tw-py-8 {
|
|
1757
1772
|
padding-top: 2rem;
|
|
1758
1773
|
padding-bottom: 2rem;
|
|
1759
|
-
}
|
|
1774
|
+
}
|
|
1760
1775
|
.tw-pb-0 {
|
|
1761
1776
|
padding-bottom: 0px;
|
|
1762
|
-
}
|
|
1777
|
+
}
|
|
1763
1778
|
.tw-pb-16 {
|
|
1764
1779
|
padding-bottom: 4rem;
|
|
1765
|
-
}
|
|
1780
|
+
}
|
|
1766
1781
|
.tw-pb-24 {
|
|
1767
1782
|
padding-bottom: 6rem;
|
|
1768
|
-
}
|
|
1783
|
+
}
|
|
1769
1784
|
.tw-pb-8 {
|
|
1770
1785
|
padding-bottom: 2rem;
|
|
1771
|
-
}
|
|
1786
|
+
}
|
|
1772
1787
|
.tw-pl-0 {
|
|
1773
1788
|
padding-left: 0px;
|
|
1774
|
-
}
|
|
1789
|
+
}
|
|
1775
1790
|
.tw-pl-12 {
|
|
1776
1791
|
padding-left: 3rem;
|
|
1777
|
-
}
|
|
1792
|
+
}
|
|
1778
1793
|
.tw-pl-3 {
|
|
1779
1794
|
padding-left: 0.75rem;
|
|
1780
|
-
}
|
|
1795
|
+
}
|
|
1781
1796
|
.tw-pl-8 {
|
|
1782
1797
|
padding-left: 2rem;
|
|
1783
|
-
}
|
|
1798
|
+
}
|
|
1784
1799
|
.tw-pr-12 {
|
|
1785
1800
|
padding-right: 3rem;
|
|
1786
|
-
}
|
|
1801
|
+
}
|
|
1787
1802
|
.tw-pr-2 {
|
|
1788
1803
|
padding-right: 0.5rem;
|
|
1789
|
-
}
|
|
1804
|
+
}
|
|
1790
1805
|
.tw-pr-4 {
|
|
1791
1806
|
padding-right: 1rem;
|
|
1792
|
-
}
|
|
1807
|
+
}
|
|
1793
1808
|
.tw-pr-6 {
|
|
1794
1809
|
padding-right: 1.5rem;
|
|
1795
|
-
}
|
|
1810
|
+
}
|
|
1796
1811
|
.tw-pt-1 {
|
|
1797
1812
|
padding-top: 0.25rem;
|
|
1798
|
-
}
|
|
1813
|
+
}
|
|
1799
1814
|
.tw-pt-12 {
|
|
1800
1815
|
padding-top: 3rem;
|
|
1801
|
-
}
|
|
1816
|
+
}
|
|
1802
1817
|
.tw-pt-2 {
|
|
1803
1818
|
padding-top: 0.5rem;
|
|
1804
|
-
}
|
|
1819
|
+
}
|
|
1805
1820
|
.tw-pt-6 {
|
|
1806
1821
|
padding-top: 1.5rem;
|
|
1807
|
-
}
|
|
1822
|
+
}
|
|
1808
1823
|
.tw-text-left {
|
|
1809
1824
|
text-align: left;
|
|
1810
|
-
}
|
|
1825
|
+
}
|
|
1811
1826
|
.tw-text-center {
|
|
1812
1827
|
text-align: center;
|
|
1813
|
-
}
|
|
1828
|
+
}
|
|
1814
1829
|
.tw-align-top {
|
|
1815
1830
|
vertical-align: top;
|
|
1816
|
-
}
|
|
1831
|
+
}
|
|
1817
1832
|
.tw-align-middle {
|
|
1818
1833
|
vertical-align: middle;
|
|
1819
|
-
}
|
|
1834
|
+
}
|
|
1820
1835
|
.tw-font-sans {
|
|
1821
1836
|
font-family: Lato, Helvetica, sans-serif;
|
|
1822
|
-
}
|
|
1837
|
+
}
|
|
1823
1838
|
.tw-text-2xl {
|
|
1824
1839
|
font-size: 1.5rem;
|
|
1825
1840
|
line-height: 2rem;
|
|
1826
|
-
}
|
|
1841
|
+
}
|
|
1827
1842
|
.tw-text-3xl {
|
|
1828
1843
|
font-size: 1.875rem;
|
|
1829
1844
|
line-height: 2.25rem;
|
|
1830
|
-
}
|
|
1845
|
+
}
|
|
1831
1846
|
.tw-text-4xl {
|
|
1832
1847
|
font-size: 2.25rem;
|
|
1833
1848
|
line-height: 2.5rem;
|
|
1834
|
-
}
|
|
1849
|
+
}
|
|
1835
1850
|
.tw-text-base {
|
|
1836
1851
|
font-size: 1rem;
|
|
1837
1852
|
line-height: 1.5rem;
|
|
1838
|
-
}
|
|
1853
|
+
}
|
|
1839
1854
|
.tw-text-lg {
|
|
1840
1855
|
font-size: 1.125rem;
|
|
1841
1856
|
line-height: 1.75rem;
|
|
1842
|
-
}
|
|
1857
|
+
}
|
|
1843
1858
|
.tw-text-sm {
|
|
1844
1859
|
font-size: 0.875rem;
|
|
1845
1860
|
line-height: 1.25rem;
|
|
1846
|
-
}
|
|
1861
|
+
}
|
|
1847
1862
|
.tw-text-xs {
|
|
1848
1863
|
font-size: 0.75rem;
|
|
1849
1864
|
line-height: 1rem;
|
|
1850
|
-
}
|
|
1865
|
+
}
|
|
1851
1866
|
.tw-font-bold {
|
|
1852
1867
|
font-weight: 700;
|
|
1853
|
-
}
|
|
1868
|
+
}
|
|
1869
|
+
.tw-font-medium {
|
|
1870
|
+
font-weight: 500;
|
|
1871
|
+
}
|
|
1854
1872
|
.tw-font-normal {
|
|
1855
1873
|
font-weight: 400;
|
|
1856
|
-
}
|
|
1874
|
+
}
|
|
1857
1875
|
.tw-font-semibold {
|
|
1858
1876
|
font-weight: 600;
|
|
1859
|
-
}
|
|
1877
|
+
}
|
|
1860
1878
|
.tw-uppercase {
|
|
1861
1879
|
text-transform: uppercase;
|
|
1862
|
-
}
|
|
1880
|
+
}
|
|
1863
1881
|
.tw-capitalize {
|
|
1864
1882
|
text-transform: capitalize;
|
|
1865
|
-
}
|
|
1883
|
+
}
|
|
1866
1884
|
.tw-leading-tight {
|
|
1867
1885
|
line-height: 1.25;
|
|
1868
|
-
}
|
|
1886
|
+
}
|
|
1869
1887
|
.tw-text-black {
|
|
1870
1888
|
--tw-text-opacity: 1;
|
|
1871
1889
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1872
|
-
}
|
|
1890
|
+
}
|
|
1873
1891
|
.tw-text-error-500 {
|
|
1874
1892
|
--tw-text-opacity: 1;
|
|
1875
1893
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1876
|
-
}
|
|
1894
|
+
}
|
|
1877
1895
|
.tw-text-error-700 {
|
|
1878
1896
|
--tw-text-opacity: 1;
|
|
1879
1897
|
color: rgb(145 16 38 / var(--tw-text-opacity));
|
|
1880
|
-
}
|
|
1898
|
+
}
|
|
1881
1899
|
.tw-text-grayscale-500 {
|
|
1882
1900
|
--tw-text-opacity: 1;
|
|
1883
1901
|
color: rgb(208 208 208 / var(--tw-text-opacity));
|
|
1884
|
-
}
|
|
1902
|
+
}
|
|
1885
1903
|
.tw-text-grayscale-600 {
|
|
1886
1904
|
--tw-text-opacity: 1;
|
|
1887
1905
|
color: rgb(94 94 94 / var(--tw-text-opacity));
|
|
1888
|
-
}
|
|
1906
|
+
}
|
|
1889
1907
|
.tw-text-grayscale-700 {
|
|
1890
1908
|
--tw-text-opacity: 1;
|
|
1891
1909
|
color: rgb(43 43 43 / var(--tw-text-opacity));
|
|
1892
|
-
}
|
|
1910
|
+
}
|
|
1893
1911
|
.tw-text-grayscale-800 {
|
|
1894
1912
|
--tw-text-opacity: 1;
|
|
1895
1913
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
1896
|
-
}
|
|
1914
|
+
}
|
|
1897
1915
|
.tw-text-info-300 {
|
|
1898
1916
|
--tw-text-opacity: 1;
|
|
1899
1917
|
color: rgb(102 193 231 / var(--tw-text-opacity));
|
|
1900
|
-
}
|
|
1918
|
+
}
|
|
1901
1919
|
.tw-text-info-500 {
|
|
1902
1920
|
--tw-text-opacity: 1;
|
|
1903
1921
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
1904
|
-
}
|
|
1922
|
+
}
|
|
1905
1923
|
.tw-text-primary-500 {
|
|
1906
1924
|
--tw-text-opacity: 1;
|
|
1907
1925
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1908
|
-
}
|
|
1926
|
+
}
|
|
1909
1927
|
.tw-text-secondary-400 {
|
|
1910
1928
|
--tw-text-opacity: 1;
|
|
1911
1929
|
color: rgb(122 122 122 / var(--tw-text-opacity));
|
|
1912
|
-
}
|
|
1930
|
+
}
|
|
1913
1931
|
.tw-text-secondary-500 {
|
|
1914
1932
|
--tw-text-opacity: 1;
|
|
1915
1933
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
1916
|
-
}
|
|
1934
|
+
}
|
|
1917
1935
|
.tw-text-secondary-600 {
|
|
1918
1936
|
--tw-text-opacity: 1;
|
|
1919
1937
|
color: rgb(71 71 71 / var(--tw-text-opacity));
|
|
1920
|
-
}
|
|
1938
|
+
}
|
|
1921
1939
|
.tw-text-secondary-800 {
|
|
1922
1940
|
--tw-text-opacity: 1;
|
|
1923
1941
|
color: rgb(36 36 36 / var(--tw-text-opacity));
|
|
1924
|
-
}
|
|
1942
|
+
}
|
|
1925
1943
|
.tw-text-success-500 {
|
|
1926
1944
|
--tw-text-opacity: 1;
|
|
1927
1945
|
color: rgb(36 168 16 / var(--tw-text-opacity));
|
|
1928
|
-
}
|
|
1946
|
+
}
|
|
1929
1947
|
.tw-text-success-600 {
|
|
1930
1948
|
--tw-text-opacity: 1;
|
|
1931
1949
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
1932
|
-
}
|
|
1950
|
+
}
|
|
1933
1951
|
.tw-text-success-700 {
|
|
1934
1952
|
--tw-text-opacity: 1;
|
|
1935
1953
|
color: rgb(22 101 10 / var(--tw-text-opacity));
|
|
1936
|
-
}
|
|
1954
|
+
}
|
|
1937
1955
|
.tw-text-warning-700 {
|
|
1938
1956
|
--tw-text-opacity: 1;
|
|
1939
1957
|
color: rgb(146 105 26 / var(--tw-text-opacity));
|
|
1940
|
-
}
|
|
1958
|
+
}
|
|
1941
1959
|
.tw-text-white {
|
|
1942
1960
|
--tw-text-opacity: 1;
|
|
1943
1961
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1944
|
-
}
|
|
1962
|
+
}
|
|
1945
1963
|
.tw-underline {
|
|
1946
1964
|
text-decoration-line: underline;
|
|
1947
|
-
}
|
|
1965
|
+
}
|
|
1948
1966
|
.tw-no-underline {
|
|
1949
1967
|
text-decoration-line: none;
|
|
1950
|
-
}
|
|
1968
|
+
}
|
|
1951
1969
|
.tw-opacity-0 {
|
|
1952
1970
|
opacity: 0;
|
|
1953
|
-
}
|
|
1971
|
+
}
|
|
1954
1972
|
.tw-opacity-100 {
|
|
1955
1973
|
opacity: 1;
|
|
1956
|
-
}
|
|
1974
|
+
}
|
|
1957
1975
|
.tw-opacity-30 {
|
|
1958
1976
|
opacity: 0.3;
|
|
1959
|
-
}
|
|
1977
|
+
}
|
|
1960
1978
|
.tw-opacity-40 {
|
|
1961
1979
|
opacity: 0.4;
|
|
1962
|
-
}
|
|
1980
|
+
}
|
|
1963
1981
|
.tw-opacity-50 {
|
|
1964
1982
|
opacity: 0.5;
|
|
1965
|
-
}
|
|
1983
|
+
}
|
|
1966
1984
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
1967
1985
|
--tw-shadow: 0 0 0 1px !important;
|
|
1968
1986
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
|
|
1969
1987
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1970
|
-
}
|
|
1988
|
+
}
|
|
1971
1989
|
.\!tw-shadow-\[0_0_0_2px\] {
|
|
1972
1990
|
--tw-shadow: 0 0 0 2px !important;
|
|
1973
1991
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1974
1992
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1975
|
-
}
|
|
1993
|
+
}
|
|
1976
1994
|
.tw-shadow {
|
|
1977
1995
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1978
1996
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1979
1997
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1980
|
-
}
|
|
1998
|
+
}
|
|
1981
1999
|
.tw-shadow-inner {
|
|
1982
2000
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1983
2001
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1984
2002
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1985
|
-
}
|
|
2003
|
+
}
|
|
1986
2004
|
.tw-shadow-lg {
|
|
1987
2005
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1988
2006
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1989
2007
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1990
|
-
}
|
|
2008
|
+
}
|
|
1991
2009
|
.tw-shadow-md {
|
|
1992
2010
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1993
2011
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1994
2012
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1995
|
-
}
|
|
2013
|
+
}
|
|
1996
2014
|
.tw-shadow-sm {
|
|
1997
2015
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1998
2016
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1999
2017
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2000
|
-
}
|
|
2018
|
+
}
|
|
2001
2019
|
.tw-shadow-xl {
|
|
2002
2020
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
2003
2021
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
2004
2022
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2005
|
-
}
|
|
2023
|
+
}
|
|
2006
2024
|
.\!tw-shadow-info-500 {
|
|
2007
2025
|
--tw-shadow-color: #0097D7 !important;
|
|
2008
2026
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2009
|
-
}
|
|
2027
|
+
}
|
|
2010
2028
|
.\!tw-shadow-secondary-200 {
|
|
2011
2029
|
--tw-shadow-color: #BDBDBD !important;
|
|
2012
2030
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2013
|
-
}
|
|
2031
|
+
}
|
|
2014
2032
|
.tw-outline-none {
|
|
2015
2033
|
outline: 2px solid transparent;
|
|
2016
2034
|
outline-offset: 2px;
|
|
2017
|
-
}
|
|
2035
|
+
}
|
|
2018
2036
|
.tw-ring-1 {
|
|
2019
2037
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2020
2038
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2021
2039
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2022
|
-
}
|
|
2040
|
+
}
|
|
2023
2041
|
.tw-ring-black {
|
|
2024
2042
|
--tw-ring-opacity: 1;
|
|
2025
2043
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
2026
|
-
}
|
|
2044
|
+
}
|
|
2027
2045
|
.tw-ring-opacity-5 {
|
|
2028
2046
|
--tw-ring-opacity: 0.05;
|
|
2029
|
-
}
|
|
2047
|
+
}
|
|
2030
2048
|
.tw-drop-shadow-sm {
|
|
2031
2049
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
2032
2050
|
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);
|
|
2033
|
-
}
|
|
2051
|
+
}
|
|
2034
2052
|
.tw-transition-colors {
|
|
2035
2053
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2036
2054
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2037
2055
|
transition-duration: 150ms;
|
|
2038
|
-
}
|
|
2056
|
+
}
|
|
2039
2057
|
.tw-transition-shadow {
|
|
2040
2058
|
transition-property: box-shadow;
|
|
2041
2059
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2042
2060
|
transition-duration: 150ms;
|
|
2043
|
-
}
|
|
2061
|
+
}
|
|
2044
2062
|
.tw-transition-transform {
|
|
2045
2063
|
transition-property: transform;
|
|
2046
2064
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2047
2065
|
transition-duration: 150ms;
|
|
2048
|
-
}
|
|
2066
|
+
}
|
|
2049
2067
|
.tw-duration-200 {
|
|
2050
2068
|
transition-duration: 200ms;
|
|
2051
|
-
}
|
|
2069
|
+
}
|
|
2052
2070
|
.tw-duration-300 {
|
|
2053
2071
|
transition-duration: 300ms;
|
|
2054
|
-
}
|
|
2072
|
+
}
|
|
2055
2073
|
.tw-ease-in-out {
|
|
2056
2074
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2057
|
-
}
|
|
2075
|
+
}
|
|
2058
2076
|
.tw-ease-out {
|
|
2059
2077
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2060
|
-
}
|
|
2078
|
+
}
|
|
2061
2079
|
.hover\:tw-border-grayscale-400:hover {
|
|
2062
2080
|
--tw-border-opacity: 1;
|
|
2063
2081
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
2064
|
-
}
|
|
2082
|
+
}
|
|
2083
|
+
.hover\:tw-border-grayscale-500:hover {
|
|
2084
|
+
--tw-border-opacity: 1;
|
|
2085
|
+
border-color: rgb(208 208 208 / var(--tw-border-opacity));
|
|
2086
|
+
}
|
|
2065
2087
|
.hover\:tw-border-info-600:hover {
|
|
2066
2088
|
--tw-border-opacity: 1;
|
|
2067
2089
|
border-color: rgb(0 121 172 / var(--tw-border-opacity));
|
|
2068
|
-
}
|
|
2090
|
+
}
|
|
2069
2091
|
.hover\:tw-border-primary-600:hover {
|
|
2070
2092
|
--tw-border-opacity: 1;
|
|
2071
2093
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2072
|
-
}
|
|
2094
|
+
}
|
|
2073
2095
|
.hover\:tw-border-primary-700:hover {
|
|
2074
2096
|
--tw-border-opacity: 1;
|
|
2075
2097
|
border-color: rgb(145 16 38 / var(--tw-border-opacity));
|
|
2076
|
-
}
|
|
2098
|
+
}
|
|
2077
2099
|
.hover\:tw-border-secondary-700:hover {
|
|
2078
2100
|
--tw-border-opacity: 1;
|
|
2079
2101
|
border-color: rgb(53 53 53 / var(--tw-border-opacity));
|
|
2080
|
-
}
|
|
2102
|
+
}
|
|
2081
2103
|
.hover\:tw-border-success-600:hover {
|
|
2082
2104
|
--tw-border-opacity: 1;
|
|
2083
2105
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2084
|
-
}
|
|
2106
|
+
}
|
|
2085
2107
|
.hover\:tw-border-warning-600:hover {
|
|
2086
2108
|
--tw-border-opacity: 1;
|
|
2087
2109
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2088
|
-
}
|
|
2110
|
+
}
|
|
2089
2111
|
.hover\:tw-bg-grayscale-200:hover {
|
|
2090
2112
|
--tw-bg-opacity: 1;
|
|
2091
2113
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
2092
|
-
}
|
|
2114
|
+
}
|
|
2093
2115
|
.hover\:tw-bg-grayscale-300:hover {
|
|
2094
2116
|
--tw-bg-opacity: 1;
|
|
2095
2117
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
2096
|
-
}
|
|
2118
|
+
}
|
|
2097
2119
|
.hover\:tw-bg-grayscale-400:hover {
|
|
2098
2120
|
--tw-bg-opacity: 1;
|
|
2099
2121
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2100
|
-
}
|
|
2122
|
+
}
|
|
2123
|
+
.hover\:tw-bg-grayscale-500:hover {
|
|
2124
|
+
--tw-bg-opacity: 1;
|
|
2125
|
+
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
2126
|
+
}
|
|
2101
2127
|
.hover\:tw-bg-info-100:hover {
|
|
2102
2128
|
--tw-bg-opacity: 1;
|
|
2103
2129
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
2104
|
-
}
|
|
2130
|
+
}
|
|
2105
2131
|
.hover\:tw-bg-info-400:hover {
|
|
2106
2132
|
--tw-bg-opacity: 1;
|
|
2107
2133
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
2108
|
-
}
|
|
2134
|
+
}
|
|
2109
2135
|
.hover\:tw-bg-info-600:hover {
|
|
2110
2136
|
--tw-bg-opacity: 1;
|
|
2111
2137
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2112
|
-
}
|
|
2138
|
+
}
|
|
2113
2139
|
.hover\:tw-bg-primary-100:hover {
|
|
2114
2140
|
--tw-bg-opacity: 1;
|
|
2115
2141
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
2116
|
-
}
|
|
2142
|
+
}
|
|
2117
2143
|
.hover\:tw-bg-primary-400:hover {
|
|
2118
2144
|
--tw-bg-opacity: 1;
|
|
2119
2145
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
2120
|
-
}
|
|
2146
|
+
}
|
|
2121
2147
|
.hover\:tw-bg-primary-600:hover {
|
|
2122
2148
|
--tw-bg-opacity: 1;
|
|
2123
2149
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
2124
|
-
}
|
|
2150
|
+
}
|
|
2151
|
+
.hover\:tw-bg-primary-700:hover {
|
|
2152
|
+
--tw-bg-opacity: 1;
|
|
2153
|
+
background-color: rgb(145 16 38 / var(--tw-bg-opacity));
|
|
2154
|
+
}
|
|
2125
2155
|
.hover\:tw-bg-secondary-100:hover {
|
|
2126
2156
|
--tw-bg-opacity: 1;
|
|
2127
2157
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
2128
|
-
}
|
|
2158
|
+
}
|
|
2129
2159
|
.hover\:tw-bg-secondary-400:hover {
|
|
2130
2160
|
--tw-bg-opacity: 1;
|
|
2131
2161
|
background-color: rgb(122 122 122 / var(--tw-bg-opacity));
|
|
2132
|
-
}
|
|
2162
|
+
}
|
|
2133
2163
|
.hover\:tw-bg-secondary-500:hover {
|
|
2134
2164
|
--tw-bg-opacity: 1;
|
|
2135
2165
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
2136
|
-
}
|
|
2166
|
+
}
|
|
2137
2167
|
.hover\:tw-bg-secondary-600:hover {
|
|
2138
2168
|
--tw-bg-opacity: 1;
|
|
2139
2169
|
background-color: rgb(71 71 71 / var(--tw-bg-opacity));
|
|
2140
|
-
}
|
|
2170
|
+
}
|
|
2171
|
+
.hover\:tw-bg-secondary-700:hover {
|
|
2172
|
+
--tw-bg-opacity: 1;
|
|
2173
|
+
background-color: rgb(53 53 53 / var(--tw-bg-opacity));
|
|
2174
|
+
}
|
|
2141
2175
|
.hover\:tw-bg-success-100:hover {
|
|
2142
2176
|
--tw-bg-opacity: 1;
|
|
2143
2177
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
2144
|
-
}
|
|
2178
|
+
}
|
|
2145
2179
|
.hover\:tw-bg-success-600:hover {
|
|
2146
2180
|
--tw-bg-opacity: 1;
|
|
2147
2181
|
background-color: rgb(29 134 13 / var(--tw-bg-opacity));
|
|
2148
|
-
}
|
|
2182
|
+
}
|
|
2149
2183
|
.hover\:tw-bg-warning-600:hover {
|
|
2150
2184
|
--tw-bg-opacity: 1;
|
|
2151
2185
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
2152
|
-
}
|
|
2153
|
-
.hover\:tw-text-grayscale-800:hover {
|
|
2154
|
-
--tw-text-opacity: 1;
|
|
2155
|
-
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
2156
|
-
}
|
|
2186
|
+
}
|
|
2157
2187
|
.hover\:tw-text-primary-600:hover {
|
|
2158
2188
|
--tw-text-opacity: 1;
|
|
2159
2189
|
color: rgb(194 22 50 / var(--tw-text-opacity));
|
|
2160
|
-
}
|
|
2190
|
+
}
|
|
2161
2191
|
.hover\:tw-text-secondary-500:hover {
|
|
2162
2192
|
--tw-text-opacity: 1;
|
|
2163
2193
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
2164
|
-
}
|
|
2194
|
+
}
|
|
2165
2195
|
.hover\:tw-text-success-600:hover {
|
|
2166
2196
|
--tw-text-opacity: 1;
|
|
2167
2197
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
2168
|
-
}
|
|
2198
|
+
}
|
|
2169
2199
|
.hover\:tw-text-white:hover {
|
|
2170
2200
|
--tw-text-opacity: 1;
|
|
2171
2201
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2172
|
-
}
|
|
2202
|
+
}
|
|
2173
2203
|
.hover\:tw-underline:hover {
|
|
2174
2204
|
text-decoration-line: underline;
|
|
2175
|
-
}
|
|
2205
|
+
}
|
|
2176
2206
|
.hover\:tw-shadow-lg:hover {
|
|
2177
2207
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2178
2208
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2179
2209
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2180
|
-
}
|
|
2210
|
+
}
|
|
2181
2211
|
.hover\:\!tw-shadow-info-500:hover {
|
|
2182
2212
|
--tw-shadow-color: #0097D7 !important;
|
|
2183
2213
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2184
|
-
}
|
|
2214
|
+
}
|
|
2185
2215
|
.hover\:tw-brightness-\[0\.85\]:hover {
|
|
2186
2216
|
--tw-brightness: brightness(0.85);
|
|
2187
2217
|
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);
|
|
2188
|
-
}
|
|
2218
|
+
}
|
|
2189
2219
|
.focus\:tw-border-error-600:focus {
|
|
2190
2220
|
--tw-border-opacity: 1;
|
|
2191
2221
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2192
|
-
}
|
|
2222
|
+
}
|
|
2193
2223
|
.focus\:tw-border-grayscale-600:focus {
|
|
2194
2224
|
--tw-border-opacity: 1;
|
|
2195
2225
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
2196
|
-
}
|
|
2226
|
+
}
|
|
2197
2227
|
.focus\:tw-border-grayscale-700:focus {
|
|
2198
2228
|
--tw-border-opacity: 1;
|
|
2199
2229
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
2200
|
-
}
|
|
2230
|
+
}
|
|
2201
2231
|
.focus\:tw-border-success-600:focus {
|
|
2202
2232
|
--tw-border-opacity: 1;
|
|
2203
2233
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2204
|
-
}
|
|
2234
|
+
}
|
|
2205
2235
|
.focus\:tw-border-warning-600:focus {
|
|
2206
2236
|
--tw-border-opacity: 1;
|
|
2207
2237
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2208
|
-
}
|
|
2238
|
+
}
|
|
2209
2239
|
.focus\:tw-outline-none:focus {
|
|
2210
2240
|
outline: 2px solid transparent;
|
|
2211
2241
|
outline-offset: 2px;
|
|
2212
|
-
}
|
|
2242
|
+
}
|
|
2213
2243
|
.tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2214
2244
|
--tw-text-opacity: 1;
|
|
2215
2245
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
2216
|
-
}
|
|
2246
|
+
}
|
|
2217
2247
|
@media (min-width: 640px) {
|
|
2218
2248
|
|
|
2219
2249
|
.sm\:tw-absolute {
|
|
@@ -2309,7 +2339,7 @@ video {
|
|
|
2309
2339
|
padding-left: 1rem;
|
|
2310
2340
|
padding-right: 1rem;
|
|
2311
2341
|
}
|
|
2312
|
-
}
|
|
2342
|
+
}
|
|
2313
2343
|
@media (min-width: 768px) {
|
|
2314
2344
|
|
|
2315
2345
|
.md\:tw-relative {
|
|
@@ -2532,7 +2562,7 @@ video {
|
|
|
2532
2562
|
font-size: 0.75rem;
|
|
2533
2563
|
line-height: 1rem;
|
|
2534
2564
|
}
|
|
2535
|
-
}
|
|
2565
|
+
}
|
|
2536
2566
|
@media (min-width: 1024px) {
|
|
2537
2567
|
|
|
2538
2568
|
.lg\:tw-static {
|
|
@@ -2596,4 +2626,4 @@ video {
|
|
|
2596
2626
|
.lg\:tw-pt-20 {
|
|
2597
2627
|
padding-top: 5rem;
|
|
2598
2628
|
}
|
|
2599
|
-
}
|
|
2629
|
+
}
|