@designcrowd/fe-shared-lib 1.5.35 → 1.5.36
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 +9 -9
- package/.storybook/preview-head.html +9 -9
- package/.storybook/preview.js +53 -53
- package/.storybook-static/css/.keepme +0 -0
- 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 +487 -559
- package/dist/css/tailwind-brandPage.css +409 -469
- package/dist/css/tailwind-crazyDomains.css +487 -559
- package/dist/css/tailwind-designCom.css +487 -559
- package/dist/css/tailwind-designCrowd.css +487 -559
- package/docs/plans/DY-957-plan-phase-2-fe-shared-lib.md +382 -382
- package/index.cjs +16 -16
- package/index.js +62 -62
- package/nodemon.translation.json +6 -6
- package/npmrc +0 -0
- package/package.json +115 -115
- package/postcss.config.js +5 -5
- package/public/css/.keepme +0 -0
- package/public/css/tailwind-brandCrowd.css +523 -548
- package/public/css/tailwind-brandPage.css +420 -461
- package/public/css/tailwind-crazyDomains.css +523 -548
- package/public/css/tailwind-designCom.css +523 -548
- package/public/css/tailwind-designCrowd.css +523 -548
- package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.stories.js +364 -364
- package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.vue +296 -296
- package/src/atoms/components/Button/Button.vue +341 -341
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +828 -828
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
- package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
- package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
- package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
- package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
- package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
- package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
- package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
- package/src/atoms/components/Carousel/Carousel.vue +352 -352
- package/src/atoms/components/Carousel/carousel.stories.js +530 -530
- package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
- package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
- package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
- package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
- package/src/atoms/components/Checktile/Checktile.vue +73 -73
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
- package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
- package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
- package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
- package/src/atoms/components/Dropdown/Dropdown.vue +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 +408 -408
- package/src/atoms/components/Icon/Icon.vue +928 -924
- package/src/atoms/components/Icon/icons/about.vue +0 -0
- package/src/atoms/components/Icon/icons/add-page.vue +6 -6
- package/src/atoms/components/Icon/icons/ai.vue +6 -6
- package/src/atoms/components/Icon/icons/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/ban.vue +0 -0
- package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
- package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
- package/src/atoms/components/Icon/icons/banner.vue +7 -7
- package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
- package/src/atoms/components/Icon/icons/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/button-justified.vue +0 -0
- package/src/atoms/components/Icon/icons/button.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-arrow-left.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-arrow-right.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-arrow.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-brushstroke-left.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-brushstroke-right.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-brushstroke.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-dashed-oval.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-dashed-rectangle.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-dashed-rounded.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-doubleline-oval.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-doubleline-rectangle.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-doubleline-rounded.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-paper-bottom.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-paper-top.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-paper.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-softshadow-oval.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-softshadow-rectangle.vue +0 -0
- package/src/atoms/components/Icon/icons/buttons/button-softshadow-rounded.vue +0 -0
- package/src/atoms/components/Icon/icons/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/column-1.vue +0 -0
- package/src/atoms/components/Icon/icons/column-2.vue +0 -0
- package/src/atoms/components/Icon/icons/column-3.vue +0 -0
- package/src/atoms/components/Icon/icons/column-4.vue +0 -0
- package/src/atoms/components/Icon/icons/community.vue +5 -5
- package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
- package/src/atoms/components/Icon/icons/content.vue +7 -7
- package/src/atoms/components/Icon/icons/copy.vue +10 -10
- package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
- package/src/atoms/components/Icon/icons/crop.vue +6 -6
- package/src/atoms/components/Icon/icons/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/divider-thick.vue +0 -0
- package/src/atoms/components/Icon/icons/divider-thin.vue +0 -0
- package/src/atoms/components/Icon/icons/divider.vue +0 -0
- package/src/atoms/components/Icon/icons/donate.vue +6 -6
- package/src/atoms/components/Icon/icons/download.vue +5 -5
- package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
- package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
- package/src/atoms/components/Icon/icons/edit.vue +6 -6
- package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
- package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
- package/src/atoms/components/Icon/icons/error.vue +8 -8
- package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
- package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
- package/src/atoms/components/Icon/icons/fees.vue +6 -6
- 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-1.vue +0 -0
- package/src/atoms/components/Icon/icons/hamburger-2.vue +0 -0
- package/src/atoms/components/Icon/icons/hamburger-3.vue +0 -0
- package/src/atoms/components/Icon/icons/hamburger-4.vue +0 -0
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/headphones.vue +7 -7
- package/src/atoms/components/Icon/icons/history.vue +12 -0
- 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/display-style-images-1.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-2.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-3.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-4.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-5.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/display-style-images-6.vue +0 -0
- package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
- package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/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/quote.vue +0 -0
- package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
- package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
- package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
- package/src/atoms/components/Icon/icons/redo.vue +6 -6
- package/src/atoms/components/Icon/icons/reload.vue +6 -6
- package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
- package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
- package/src/atoms/components/Icon/icons/reset.vue +6 -6
- package/src/atoms/components/Icon/icons/resize.vue +6 -6
- package/src/atoms/components/Icon/icons/save.vue +6 -0
- 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/testimonial-big-image.vue +0 -0
- package/src/atoms/components/Icon/icons/testimonial-centered.vue +0 -0
- package/src/atoms/components/Icon/icons/testimonial-columns.vue +0 -0
- package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
- package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
- package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image.vue +13 -13
- package/src/atoms/components/Icon/icons/time.vue +8 -8
- package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
- package/src/atoms/components/Icon/icons/undo.vue +6 -6
- package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
- package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
- package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
- package/src/atoms/components/Icon/icons/upload.vue +5 -5
- package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
- package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
- package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
- package/src/atoms/components/Icon/icons/volume.vue +5 -5
- package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/website.vue +6 -6
- package/src/atoms/components/Icon/icons/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 +263 -263
- package/src/atoms/components/Notice/Notice.stories.js +174 -174
- package/src/atoms/components/Notice/Notice.vue +71 -71
- package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
- package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
- package/src/atoms/components/Picture/Picture.stories.js +90 -90
- package/src/atoms/components/Picture/Picture.vue +84 -84
- package/src/atoms/components/Picture/picture.fixtures.js +35 -35
- package/src/atoms/components/Pill/Pill.stories.js +20 -20
- package/src/atoms/components/Pill/Pill.vue +8 -8
- package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
- package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
- package/src/atoms/components/PillBar/PillBar.vue +62 -62
- package/src/atoms/components/Price/Price.fixtures.js +85 -85
- package/src/atoms/components/Price/Price.stories.js +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/Slider/Slider.stories.js +0 -0
- package/src/atoms/components/Slider/Slider.vue +0 -0
- 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/annotate-heart.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/badge.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bezier-curve.vue +0 -0
- 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/palette.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/pen-outline.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/pen-sparkle.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/pen.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/design-com/Icon/icons/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/sparkle-square.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/text.vue +0 -0
- package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
- package/src/atoms/constants/constants.ts +6 -6
- package/src/atoms/mixin/hash-router-mixin.js +68 -68
- package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
- package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
- package/src/bundleTranslation.js +86 -86
- package/src/bundles/bundled-translations.de-DE.json +0 -0
- package/src/bundles/bundled-translations.es-ES.json +0 -0
- package/src/bundles/bundled-translations.fr-CA.json +0 -0
- package/src/bundles/bundled-translations.fr-FR.json +0 -0
- package/src/bundles/bundled-translations.json +0 -0
- package/src/bundles/bundled-translations.pt-BR.json +0 -0
- package/src/bundles/bundled-translations.pt-PT.json +0 -0
- 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/PublishBrandPageModal.vue +0 -0
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/views/PublishWhenHasDomainsView.vue +0 -0
- package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +0 -0
- package/src/experiences/components/PublishBrandPageModal/views/PublishedView.vue +0 -0
- package/src/experiences/components/PublishBrandPageModal/views/SetUrlView.vue +0 -0
- 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/SellDomainNameSearch.vue +0 -0
- 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 +48 -48
- 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/storybook-static/favicon.ico +0 -0
- 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 -9
|
@@ -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,1715 +535,1667 @@ 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
|
-
}
|
|
554
|
-
.tw-inset-0 {
|
|
555
|
-
inset: 0px;
|
|
556
|
-
}
|
|
553
|
+
}
|
|
557
554
|
.tw--left-16 {
|
|
558
555
|
left: -4rem;
|
|
559
|
-
}
|
|
556
|
+
}
|
|
560
557
|
.tw--right-16 {
|
|
561
558
|
right: -4rem;
|
|
562
|
-
}
|
|
559
|
+
}
|
|
563
560
|
.tw-bottom-0 {
|
|
564
561
|
bottom: 0px;
|
|
565
|
-
}
|
|
562
|
+
}
|
|
566
563
|
.tw-bottom-full {
|
|
567
564
|
bottom: 100%;
|
|
568
|
-
}
|
|
565
|
+
}
|
|
569
566
|
.tw-left-0 {
|
|
570
567
|
left: 0px;
|
|
571
|
-
}
|
|
568
|
+
}
|
|
572
569
|
.tw-left-1\/2 {
|
|
573
570
|
left: 50%;
|
|
574
|
-
}
|
|
571
|
+
}
|
|
575
572
|
.tw-left-2 {
|
|
576
573
|
left: 0.5rem;
|
|
577
|
-
}
|
|
574
|
+
}
|
|
578
575
|
.tw-left-full {
|
|
579
576
|
left: 100%;
|
|
580
|
-
}
|
|
577
|
+
}
|
|
581
578
|
.tw-right-0 {
|
|
582
579
|
right: 0px;
|
|
583
|
-
}
|
|
580
|
+
}
|
|
584
581
|
.tw-right-2 {
|
|
585
582
|
right: 0.5rem;
|
|
586
|
-
}
|
|
583
|
+
}
|
|
587
584
|
.tw-right-full {
|
|
588
585
|
right: 100%;
|
|
589
|
-
}
|
|
586
|
+
}
|
|
590
587
|
.tw-top-0 {
|
|
591
588
|
top: 0px;
|
|
592
|
-
}
|
|
589
|
+
}
|
|
593
590
|
.tw-top-1\/2 {
|
|
594
591
|
top: 50%;
|
|
595
|
-
}
|
|
592
|
+
}
|
|
596
593
|
.tw-top-full {
|
|
597
594
|
top: 100%;
|
|
598
|
-
}
|
|
595
|
+
}
|
|
599
596
|
.tw-z-10 {
|
|
600
597
|
z-index: 10;
|
|
601
|
-
}
|
|
598
|
+
}
|
|
602
599
|
.tw-z-20 {
|
|
603
600
|
z-index: 20;
|
|
604
|
-
}
|
|
601
|
+
}
|
|
605
602
|
.tw-z-30 {
|
|
606
603
|
z-index: 30;
|
|
607
|
-
}
|
|
604
|
+
}
|
|
608
605
|
.tw-z-50 {
|
|
609
606
|
z-index: 50;
|
|
610
|
-
}
|
|
607
|
+
}
|
|
611
608
|
.tw-order-last {
|
|
612
609
|
order: 9999;
|
|
613
|
-
}
|
|
610
|
+
}
|
|
614
611
|
.tw-col-span-2 {
|
|
615
612
|
grid-column: span 2 / span 2;
|
|
616
|
-
}
|
|
613
|
+
}
|
|
617
614
|
.tw-m-0 {
|
|
618
615
|
margin: 0px;
|
|
619
|
-
}
|
|
616
|
+
}
|
|
620
617
|
.tw-m-3 {
|
|
621
618
|
margin: 0.75rem;
|
|
622
|
-
}
|
|
623
|
-
.tw-m-4 {
|
|
624
|
-
margin: 1rem;
|
|
625
|
-
}
|
|
619
|
+
}
|
|
626
620
|
.tw-m-5 {
|
|
627
621
|
margin: 1.25rem;
|
|
628
|
-
}
|
|
622
|
+
}
|
|
629
623
|
.tw-m-auto {
|
|
630
624
|
margin: auto;
|
|
631
|
-
}
|
|
625
|
+
}
|
|
632
626
|
.tw-mx-2 {
|
|
633
627
|
margin-left: 0.5rem;
|
|
634
628
|
margin-right: 0.5rem;
|
|
635
|
-
}
|
|
629
|
+
}
|
|
636
630
|
.tw-mx-4 {
|
|
637
631
|
margin-left: 1rem;
|
|
638
632
|
margin-right: 1rem;
|
|
639
|
-
}
|
|
633
|
+
}
|
|
640
634
|
.tw-mx-8 {
|
|
641
635
|
margin-left: 2rem;
|
|
642
636
|
margin-right: 2rem;
|
|
643
|
-
}
|
|
637
|
+
}
|
|
644
638
|
.tw-mx-auto {
|
|
645
639
|
margin-left: auto;
|
|
646
640
|
margin-right: auto;
|
|
647
|
-
}
|
|
641
|
+
}
|
|
648
642
|
.tw-my-0 {
|
|
649
643
|
margin-top: 0px;
|
|
650
644
|
margin-bottom: 0px;
|
|
651
|
-
}
|
|
645
|
+
}
|
|
652
646
|
.tw-my-1 {
|
|
653
647
|
margin-top: 0.25rem;
|
|
654
648
|
margin-bottom: 0.25rem;
|
|
655
|
-
}
|
|
649
|
+
}
|
|
656
650
|
.tw-my-10 {
|
|
657
651
|
margin-top: 2.5rem;
|
|
658
652
|
margin-bottom: 2.5rem;
|
|
659
|
-
}
|
|
653
|
+
}
|
|
660
654
|
.tw-my-4 {
|
|
661
655
|
margin-top: 1rem;
|
|
662
656
|
margin-bottom: 1rem;
|
|
663
|
-
}
|
|
657
|
+
}
|
|
664
658
|
.tw-my-5 {
|
|
665
659
|
margin-top: 1.25rem;
|
|
666
660
|
margin-bottom: 1.25rem;
|
|
667
|
-
}
|
|
661
|
+
}
|
|
668
662
|
.tw-my-auto {
|
|
669
663
|
margin-top: auto;
|
|
670
664
|
margin-bottom: auto;
|
|
671
|
-
}
|
|
665
|
+
}
|
|
672
666
|
.tw--mb-1 {
|
|
673
667
|
margin-bottom: -0.25rem;
|
|
674
|
-
}
|
|
668
|
+
}
|
|
675
669
|
.tw--mb-1\.5 {
|
|
676
670
|
margin-bottom: -0.375rem;
|
|
677
|
-
}
|
|
671
|
+
}
|
|
678
672
|
.tw--ml-px {
|
|
679
673
|
margin-left: -1px;
|
|
680
|
-
}
|
|
674
|
+
}
|
|
681
675
|
.tw--mr-1 {
|
|
682
676
|
margin-right: -0.25rem;
|
|
683
|
-
}
|
|
677
|
+
}
|
|
684
678
|
.tw--mr-1\.5 {
|
|
685
679
|
margin-right: -0.375rem;
|
|
686
|
-
}
|
|
680
|
+
}
|
|
687
681
|
.tw--mt-px {
|
|
688
682
|
margin-top: -1px;
|
|
689
|
-
}
|
|
683
|
+
}
|
|
690
684
|
.tw-mb-0 {
|
|
691
685
|
margin-bottom: 0px;
|
|
692
|
-
}
|
|
686
|
+
}
|
|
693
687
|
.tw-mb-0\.5 {
|
|
694
688
|
margin-bottom: 0.125rem;
|
|
695
|
-
}
|
|
689
|
+
}
|
|
696
690
|
.tw-mb-1 {
|
|
697
691
|
margin-bottom: 0.25rem;
|
|
698
|
-
}
|
|
692
|
+
}
|
|
699
693
|
.tw-mb-10 {
|
|
700
694
|
margin-bottom: 2.5rem;
|
|
701
|
-
}
|
|
695
|
+
}
|
|
702
696
|
.tw-mb-2 {
|
|
703
697
|
margin-bottom: 0.5rem;
|
|
704
|
-
}
|
|
698
|
+
}
|
|
705
699
|
.tw-mb-3 {
|
|
706
700
|
margin-bottom: 0.75rem;
|
|
707
|
-
}
|
|
701
|
+
}
|
|
708
702
|
.tw-mb-4 {
|
|
709
703
|
margin-bottom: 1rem;
|
|
710
|
-
}
|
|
704
|
+
}
|
|
711
705
|
.tw-mb-6 {
|
|
712
706
|
margin-bottom: 1.5rem;
|
|
713
|
-
}
|
|
707
|
+
}
|
|
714
708
|
.tw-mb-8 {
|
|
715
709
|
margin-bottom: 2rem;
|
|
716
|
-
}
|
|
710
|
+
}
|
|
717
711
|
.tw-ml-0 {
|
|
718
712
|
margin-left: 0px;
|
|
719
|
-
}
|
|
713
|
+
}
|
|
720
714
|
.tw-ml-2 {
|
|
721
715
|
margin-left: 0.5rem;
|
|
722
|
-
}
|
|
716
|
+
}
|
|
723
717
|
.tw-ml-3 {
|
|
724
718
|
margin-left: 0.75rem;
|
|
725
|
-
}
|
|
719
|
+
}
|
|
726
720
|
.tw-ml-4 {
|
|
727
721
|
margin-left: 1rem;
|
|
728
|
-
}
|
|
722
|
+
}
|
|
729
723
|
.tw-ml-auto {
|
|
730
724
|
margin-left: auto;
|
|
731
|
-
}
|
|
725
|
+
}
|
|
732
726
|
.tw-mr-1 {
|
|
733
727
|
margin-right: 0.25rem;
|
|
734
|
-
}
|
|
728
|
+
}
|
|
735
729
|
.tw-mr-2 {
|
|
736
730
|
margin-right: 0.5rem;
|
|
737
|
-
}
|
|
731
|
+
}
|
|
738
732
|
.tw-mr-3 {
|
|
739
733
|
margin-right: 0.75rem;
|
|
740
|
-
}
|
|
734
|
+
}
|
|
741
735
|
.tw-mr-4 {
|
|
742
736
|
margin-right: 1rem;
|
|
743
|
-
}
|
|
737
|
+
}
|
|
744
738
|
.tw-mr-auto {
|
|
745
739
|
margin-right: auto;
|
|
746
|
-
}
|
|
740
|
+
}
|
|
747
741
|
.tw-mt-0 {
|
|
748
742
|
margin-top: 0px;
|
|
749
|
-
}
|
|
743
|
+
}
|
|
750
744
|
.tw-mt-1 {
|
|
751
745
|
margin-top: 0.25rem;
|
|
752
|
-
}
|
|
746
|
+
}
|
|
753
747
|
.tw-mt-2 {
|
|
754
748
|
margin-top: 0.5rem;
|
|
755
|
-
}
|
|
749
|
+
}
|
|
756
750
|
.tw-mt-3 {
|
|
757
751
|
margin-top: 0.75rem;
|
|
758
|
-
}
|
|
752
|
+
}
|
|
759
753
|
.tw-mt-4 {
|
|
760
754
|
margin-top: 1rem;
|
|
761
|
-
}
|
|
755
|
+
}
|
|
762
756
|
.tw-mt-6 {
|
|
763
757
|
margin-top: 1.5rem;
|
|
764
|
-
}
|
|
758
|
+
}
|
|
765
759
|
.tw-mt-8 {
|
|
766
760
|
margin-top: 2rem;
|
|
767
|
-
}
|
|
761
|
+
}
|
|
768
762
|
.tw-box-border {
|
|
769
763
|
box-sizing: border-box;
|
|
770
|
-
}
|
|
764
|
+
}
|
|
771
765
|
.tw-box-content {
|
|
772
766
|
box-sizing: content-box;
|
|
773
|
-
}
|
|
767
|
+
}
|
|
774
768
|
.tw-line-clamp-1 {
|
|
775
769
|
overflow: hidden;
|
|
776
770
|
display: -webkit-box;
|
|
777
771
|
-webkit-box-orient: vertical;
|
|
778
772
|
-webkit-line-clamp: 1;
|
|
779
|
-
}
|
|
773
|
+
}
|
|
780
774
|
.tw-line-clamp-2 {
|
|
781
775
|
overflow: hidden;
|
|
782
776
|
display: -webkit-box;
|
|
783
777
|
-webkit-box-orient: vertical;
|
|
784
778
|
-webkit-line-clamp: 2;
|
|
785
|
-
}
|
|
779
|
+
}
|
|
786
780
|
.tw-line-clamp-3 {
|
|
787
781
|
overflow: hidden;
|
|
788
782
|
display: -webkit-box;
|
|
789
783
|
-webkit-box-orient: vertical;
|
|
790
784
|
-webkit-line-clamp: 3;
|
|
791
|
-
}
|
|
785
|
+
}
|
|
792
786
|
.tw-line-clamp-4 {
|
|
793
787
|
overflow: hidden;
|
|
794
788
|
display: -webkit-box;
|
|
795
789
|
-webkit-box-orient: vertical;
|
|
796
790
|
-webkit-line-clamp: 4;
|
|
797
|
-
}
|
|
791
|
+
}
|
|
798
792
|
.tw-line-clamp-5 {
|
|
799
793
|
overflow: hidden;
|
|
800
794
|
display: -webkit-box;
|
|
801
795
|
-webkit-box-orient: vertical;
|
|
802
796
|
-webkit-line-clamp: 5;
|
|
803
|
-
}
|
|
797
|
+
}
|
|
804
798
|
.tw-line-clamp-6 {
|
|
805
799
|
overflow: hidden;
|
|
806
800
|
display: -webkit-box;
|
|
807
801
|
-webkit-box-orient: vertical;
|
|
808
802
|
-webkit-line-clamp: 6;
|
|
809
|
-
}
|
|
803
|
+
}
|
|
810
804
|
.tw-line-clamp-none {
|
|
811
805
|
overflow: visible;
|
|
812
806
|
display: block;
|
|
813
807
|
-webkit-box-orient: horizontal;
|
|
814
808
|
-webkit-line-clamp: none;
|
|
815
|
-
}
|
|
809
|
+
}
|
|
816
810
|
.tw-block {
|
|
817
811
|
display: block;
|
|
818
|
-
}
|
|
812
|
+
}
|
|
819
813
|
.tw-inline-block {
|
|
820
814
|
display: inline-block;
|
|
821
|
-
}
|
|
815
|
+
}
|
|
822
816
|
.tw-inline {
|
|
823
817
|
display: inline;
|
|
824
|
-
}
|
|
818
|
+
}
|
|
825
819
|
.tw-flex {
|
|
826
820
|
display: flex;
|
|
827
|
-
}
|
|
821
|
+
}
|
|
828
822
|
.tw-inline-flex {
|
|
829
823
|
display: inline-flex;
|
|
830
|
-
}
|
|
824
|
+
}
|
|
831
825
|
.tw-grid {
|
|
832
826
|
display: grid;
|
|
833
|
-
}
|
|
827
|
+
}
|
|
834
828
|
.tw-hidden {
|
|
835
829
|
display: none;
|
|
836
|
-
}
|
|
830
|
+
}
|
|
837
831
|
.tw-h-0 {
|
|
838
832
|
height: 0px;
|
|
839
|
-
}
|
|
833
|
+
}
|
|
840
834
|
.tw-h-10 {
|
|
841
835
|
height: 2.5rem;
|
|
842
|
-
}
|
|
836
|
+
}
|
|
843
837
|
.tw-h-12 {
|
|
844
838
|
height: 3rem;
|
|
845
|
-
}
|
|
839
|
+
}
|
|
846
840
|
.tw-h-14 {
|
|
847
841
|
height: 3.5rem;
|
|
848
|
-
}
|
|
842
|
+
}
|
|
849
843
|
.tw-h-16 {
|
|
850
844
|
height: 4rem;
|
|
851
|
-
}
|
|
845
|
+
}
|
|
852
846
|
.tw-h-2 {
|
|
853
847
|
height: 0.5rem;
|
|
854
|
-
}
|
|
848
|
+
}
|
|
855
849
|
.tw-h-20 {
|
|
856
850
|
height: 5rem;
|
|
857
|
-
}
|
|
851
|
+
}
|
|
858
852
|
.tw-h-24 {
|
|
859
853
|
height: 6rem;
|
|
860
|
-
}
|
|
854
|
+
}
|
|
861
855
|
.tw-h-3 {
|
|
862
856
|
height: 0.75rem;
|
|
863
|
-
}
|
|
857
|
+
}
|
|
864
858
|
.tw-h-4 {
|
|
865
859
|
height: 1rem;
|
|
866
|
-
}
|
|
860
|
+
}
|
|
867
861
|
.tw-h-40 {
|
|
868
862
|
height: 10rem;
|
|
869
|
-
}
|
|
863
|
+
}
|
|
870
864
|
.tw-h-5 {
|
|
871
865
|
height: 1.25rem;
|
|
872
|
-
}
|
|
866
|
+
}
|
|
873
867
|
.tw-h-6 {
|
|
874
868
|
height: 1.5rem;
|
|
875
|
-
}
|
|
869
|
+
}
|
|
876
870
|
.tw-h-8 {
|
|
877
871
|
height: 2rem;
|
|
878
|
-
}
|
|
872
|
+
}
|
|
879
873
|
.tw-h-80 {
|
|
880
874
|
height: 20rem;
|
|
881
|
-
}
|
|
875
|
+
}
|
|
882
876
|
.tw-h-auto {
|
|
883
877
|
height: auto;
|
|
884
|
-
}
|
|
878
|
+
}
|
|
885
879
|
.tw-h-fit {
|
|
886
880
|
height: -moz-fit-content;
|
|
887
881
|
height: fit-content;
|
|
888
|
-
}
|
|
882
|
+
}
|
|
889
883
|
.tw-h-full {
|
|
890
884
|
height: 100%;
|
|
891
|
-
}
|
|
885
|
+
}
|
|
892
886
|
.tw-max-h-56 {
|
|
893
887
|
max-height: 14rem;
|
|
894
|
-
}
|
|
888
|
+
}
|
|
895
889
|
.tw-max-h-72 {
|
|
896
890
|
max-height: 18rem;
|
|
897
|
-
}
|
|
891
|
+
}
|
|
898
892
|
.tw-max-h-full {
|
|
899
893
|
max-height: 100%;
|
|
900
|
-
}
|
|
894
|
+
}
|
|
901
895
|
.tw-max-h-screen {
|
|
902
896
|
max-height: 100vh;
|
|
903
|
-
}
|
|
897
|
+
}
|
|
904
898
|
.tw-w-10 {
|
|
905
899
|
width: 2.5rem;
|
|
906
|
-
}
|
|
900
|
+
}
|
|
907
901
|
.tw-w-12 {
|
|
908
902
|
width: 3rem;
|
|
909
|
-
}
|
|
903
|
+
}
|
|
910
904
|
.tw-w-14 {
|
|
911
905
|
width: 3.5rem;
|
|
912
|
-
}
|
|
906
|
+
}
|
|
913
907
|
.tw-w-16 {
|
|
914
908
|
width: 4rem;
|
|
915
|
-
}
|
|
909
|
+
}
|
|
916
910
|
.tw-w-2 {
|
|
917
911
|
width: 0.5rem;
|
|
918
|
-
}
|
|
912
|
+
}
|
|
919
913
|
.tw-w-24 {
|
|
920
914
|
width: 6rem;
|
|
921
|
-
}
|
|
915
|
+
}
|
|
922
916
|
.tw-w-3 {
|
|
923
917
|
width: 0.75rem;
|
|
924
|
-
}
|
|
918
|
+
}
|
|
925
919
|
.tw-w-32 {
|
|
926
920
|
width: 8rem;
|
|
927
|
-
}
|
|
921
|
+
}
|
|
928
922
|
.tw-w-4 {
|
|
929
923
|
width: 1rem;
|
|
930
|
-
}
|
|
924
|
+
}
|
|
931
925
|
.tw-w-5 {
|
|
932
926
|
width: 1.25rem;
|
|
933
|
-
}
|
|
927
|
+
}
|
|
934
928
|
.tw-w-6 {
|
|
935
929
|
width: 1.5rem;
|
|
936
|
-
}
|
|
930
|
+
}
|
|
937
931
|
.tw-w-60 {
|
|
938
932
|
width: 15rem;
|
|
939
|
-
}
|
|
933
|
+
}
|
|
940
934
|
.tw-w-64 {
|
|
941
935
|
width: 16rem;
|
|
942
|
-
}
|
|
936
|
+
}
|
|
943
937
|
.tw-w-72 {
|
|
944
938
|
width: 18rem;
|
|
945
|
-
}
|
|
939
|
+
}
|
|
946
940
|
.tw-w-8 {
|
|
947
941
|
width: 2rem;
|
|
948
|
-
}
|
|
942
|
+
}
|
|
949
943
|
.tw-w-96 {
|
|
950
944
|
width: 24rem;
|
|
951
|
-
}
|
|
952
|
-
.tw-w-\[14rem\] {
|
|
953
|
-
width: 14rem;
|
|
954
|
-
}
|
|
945
|
+
}
|
|
955
946
|
.tw-w-auto {
|
|
956
947
|
width: auto;
|
|
957
|
-
}
|
|
948
|
+
}
|
|
958
949
|
.tw-w-fit {
|
|
959
950
|
width: -moz-fit-content;
|
|
960
951
|
width: fit-content;
|
|
961
|
-
}
|
|
952
|
+
}
|
|
962
953
|
.tw-w-full {
|
|
963
954
|
width: 100%;
|
|
964
|
-
}
|
|
955
|
+
}
|
|
965
956
|
.tw-max-w-2xl {
|
|
966
957
|
max-width: 42rem;
|
|
967
|
-
}
|
|
968
|
-
.tw-max-w-3xl {
|
|
969
|
-
max-width: 48rem;
|
|
970
|
-
}
|
|
958
|
+
}
|
|
971
959
|
.tw-max-w-full {
|
|
972
960
|
max-width: 100%;
|
|
973
|
-
}
|
|
961
|
+
}
|
|
974
962
|
.tw-max-w-md {
|
|
975
963
|
max-width: 28rem;
|
|
976
|
-
}
|
|
964
|
+
}
|
|
977
965
|
.tw-max-w-xl {
|
|
978
966
|
max-width: 36rem;
|
|
979
|
-
}
|
|
967
|
+
}
|
|
980
968
|
.tw-flex-auto {
|
|
981
969
|
flex: 1 1 auto;
|
|
982
|
-
}
|
|
970
|
+
}
|
|
983
971
|
.tw-flex-none {
|
|
984
972
|
flex: none;
|
|
985
|
-
}
|
|
973
|
+
}
|
|
986
974
|
.tw-flex-shrink-0 {
|
|
987
975
|
flex-shrink: 0;
|
|
988
|
-
}
|
|
976
|
+
}
|
|
989
977
|
.tw-grow {
|
|
990
978
|
flex-grow: 1;
|
|
991
|
-
}
|
|
979
|
+
}
|
|
992
980
|
.tw-origin-top-right {
|
|
993
981
|
transform-origin: top right;
|
|
994
|
-
}
|
|
982
|
+
}
|
|
995
983
|
.-tw-translate-x-px {
|
|
996
984
|
--tw-translate-x: -1px;
|
|
997
985
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
998
|
-
}
|
|
986
|
+
}
|
|
999
987
|
.tw--translate-x-2 {
|
|
1000
988
|
--tw-translate-x: -0.5rem;
|
|
1001
989
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1002
|
-
}
|
|
990
|
+
}
|
|
1003
991
|
.tw--translate-x-3 {
|
|
1004
992
|
--tw-translate-x: -0.75rem;
|
|
1005
993
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1006
|
-
}
|
|
994
|
+
}
|
|
1007
995
|
.tw--translate-x-4 {
|
|
1008
996
|
--tw-translate-x: -1rem;
|
|
1009
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));
|
|
1010
|
-
}
|
|
998
|
+
}
|
|
1011
999
|
.tw--translate-y-1\/2 {
|
|
1012
1000
|
--tw-translate-y: -50%;
|
|
1013
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));
|
|
1014
|
-
}
|
|
1002
|
+
}
|
|
1015
1003
|
.tw--translate-y-2 {
|
|
1016
1004
|
--tw-translate-y: -0.5rem;
|
|
1017
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));
|
|
1018
|
-
}
|
|
1006
|
+
}
|
|
1019
1007
|
.tw-translate-x-12 {
|
|
1020
1008
|
--tw-translate-x: 3rem;
|
|
1021
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));
|
|
1022
|
-
}
|
|
1010
|
+
}
|
|
1023
1011
|
.tw-translate-x-20 {
|
|
1024
1012
|
--tw-translate-x: 5rem;
|
|
1025
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));
|
|
1026
|
-
}
|
|
1014
|
+
}
|
|
1027
1015
|
.tw-translate-x-4 {
|
|
1028
1016
|
--tw-translate-x: 1rem;
|
|
1029
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));
|
|
1030
|
-
}
|
|
1018
|
+
}
|
|
1031
1019
|
.tw-translate-x-5 {
|
|
1032
1020
|
--tw-translate-x: 1.25rem;
|
|
1033
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));
|
|
1034
|
-
}
|
|
1022
|
+
}
|
|
1035
1023
|
.tw-translate-x-6 {
|
|
1036
1024
|
--tw-translate-x: 1.5rem;
|
|
1037
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));
|
|
1038
|
-
}
|
|
1026
|
+
}
|
|
1039
1027
|
.tw-translate-x-8 {
|
|
1040
1028
|
--tw-translate-x: 2rem;
|
|
1041
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));
|
|
1042
|
-
}
|
|
1030
|
+
}
|
|
1043
1031
|
.tw-translate-y-1\/2 {
|
|
1044
1032
|
--tw-translate-y: 50%;
|
|
1045
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));
|
|
1046
|
-
}
|
|
1034
|
+
}
|
|
1047
1035
|
.tw-translate-y-2 {
|
|
1048
1036
|
--tw-translate-y: 0.5rem;
|
|
1049
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));
|
|
1050
|
-
}
|
|
1038
|
+
}
|
|
1051
1039
|
.tw-translate-y-2\.5 {
|
|
1052
1040
|
--tw-translate-y: 0.625rem;
|
|
1053
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));
|
|
1054
|
-
}
|
|
1042
|
+
}
|
|
1055
1043
|
.tw-translate-y-4 {
|
|
1056
1044
|
--tw-translate-y: 1rem;
|
|
1057
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));
|
|
1058
|
-
}
|
|
1046
|
+
}
|
|
1059
1047
|
.tw-scale-0 {
|
|
1060
1048
|
--tw-scale-x: 0;
|
|
1061
1049
|
--tw-scale-y: 0;
|
|
1062
1050
|
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));
|
|
1063
|
-
}
|
|
1051
|
+
}
|
|
1064
1052
|
.tw-scale-100 {
|
|
1065
1053
|
--tw-scale-x: 1;
|
|
1066
1054
|
--tw-scale-y: 1;
|
|
1067
1055
|
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));
|
|
1068
|
-
}
|
|
1056
|
+
}
|
|
1069
1057
|
.tw-transform {
|
|
1070
1058
|
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));
|
|
1071
|
-
}
|
|
1059
|
+
}
|
|
1072
1060
|
@keyframes tw-spin {
|
|
1073
1061
|
|
|
1074
1062
|
to {
|
|
1075
1063
|
transform: rotate(360deg);
|
|
1076
1064
|
}
|
|
1077
|
-
}
|
|
1065
|
+
}
|
|
1078
1066
|
.tw-animate-spin {
|
|
1079
1067
|
animation: tw-spin 1s linear infinite;
|
|
1080
|
-
}
|
|
1068
|
+
}
|
|
1081
1069
|
.\!tw-cursor-not-allowed {
|
|
1082
1070
|
cursor: not-allowed !important;
|
|
1083
|
-
}
|
|
1071
|
+
}
|
|
1084
1072
|
.tw-cursor-not-allowed {
|
|
1085
1073
|
cursor: not-allowed;
|
|
1086
|
-
}
|
|
1074
|
+
}
|
|
1087
1075
|
.tw-cursor-pointer {
|
|
1088
1076
|
cursor: pointer;
|
|
1089
|
-
}
|
|
1077
|
+
}
|
|
1090
1078
|
.tw-cursor-text {
|
|
1091
1079
|
cursor: text;
|
|
1092
|
-
}
|
|
1080
|
+
}
|
|
1093
1081
|
.tw-cursor-wait {
|
|
1094
1082
|
cursor: wait;
|
|
1095
|
-
}
|
|
1083
|
+
}
|
|
1096
1084
|
.tw-select-none {
|
|
1097
1085
|
-webkit-user-select: none;
|
|
1098
1086
|
-moz-user-select: none;
|
|
1099
1087
|
user-select: none;
|
|
1100
|
-
}
|
|
1088
|
+
}
|
|
1101
1089
|
.tw-resize-none {
|
|
1102
1090
|
resize: none;
|
|
1103
|
-
}
|
|
1091
|
+
}
|
|
1104
1092
|
.tw-list-none {
|
|
1105
1093
|
list-style-type: none;
|
|
1106
|
-
}
|
|
1094
|
+
}
|
|
1107
1095
|
.tw-appearance-none {
|
|
1108
1096
|
-webkit-appearance: none;
|
|
1109
1097
|
-moz-appearance: none;
|
|
1110
1098
|
appearance: none;
|
|
1111
|
-
}
|
|
1099
|
+
}
|
|
1112
1100
|
.tw-grid-flow-row {
|
|
1113
1101
|
grid-auto-flow: row;
|
|
1114
|
-
}
|
|
1102
|
+
}
|
|
1115
1103
|
.tw-auto-rows-max {
|
|
1116
1104
|
grid-auto-rows: max-content;
|
|
1117
|
-
}
|
|
1105
|
+
}
|
|
1118
1106
|
.tw-grid-cols-1 {
|
|
1119
1107
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1120
|
-
}
|
|
1108
|
+
}
|
|
1121
1109
|
.tw-grid-cols-3 {
|
|
1122
1110
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1123
|
-
}
|
|
1111
|
+
}
|
|
1124
1112
|
.tw-grid-cols-4 {
|
|
1125
1113
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1126
|
-
}
|
|
1114
|
+
}
|
|
1127
1115
|
.tw-flex-row {
|
|
1128
1116
|
flex-direction: row;
|
|
1129
|
-
}
|
|
1117
|
+
}
|
|
1130
1118
|
.tw-flex-row-reverse {
|
|
1131
1119
|
flex-direction: row-reverse;
|
|
1132
|
-
}
|
|
1120
|
+
}
|
|
1133
1121
|
.tw-flex-col {
|
|
1134
1122
|
flex-direction: column;
|
|
1135
|
-
}
|
|
1123
|
+
}
|
|
1136
1124
|
.tw-flex-col-reverse {
|
|
1137
1125
|
flex-direction: column-reverse;
|
|
1138
|
-
}
|
|
1126
|
+
}
|
|
1139
1127
|
.tw-content-start {
|
|
1140
1128
|
align-content: flex-start;
|
|
1141
|
-
}
|
|
1129
|
+
}
|
|
1142
1130
|
.tw-items-start {
|
|
1143
1131
|
align-items: flex-start;
|
|
1144
|
-
}
|
|
1132
|
+
}
|
|
1145
1133
|
.tw-items-end {
|
|
1146
1134
|
align-items: flex-end;
|
|
1147
|
-
}
|
|
1135
|
+
}
|
|
1148
1136
|
.tw-items-center {
|
|
1149
1137
|
align-items: center;
|
|
1150
|
-
}
|
|
1138
|
+
}
|
|
1151
1139
|
.tw-items-stretch {
|
|
1152
1140
|
align-items: stretch;
|
|
1153
|
-
}
|
|
1141
|
+
}
|
|
1154
1142
|
.tw-justify-start {
|
|
1155
1143
|
justify-content: flex-start;
|
|
1156
|
-
}
|
|
1144
|
+
}
|
|
1157
1145
|
.tw-justify-end {
|
|
1158
1146
|
justify-content: flex-end;
|
|
1159
|
-
}
|
|
1147
|
+
}
|
|
1160
1148
|
.tw-justify-center {
|
|
1161
1149
|
justify-content: center;
|
|
1162
|
-
}
|
|
1150
|
+
}
|
|
1163
1151
|
.tw-justify-between {
|
|
1164
1152
|
justify-content: space-between;
|
|
1165
|
-
}
|
|
1153
|
+
}
|
|
1166
1154
|
.tw-gap-2 {
|
|
1167
1155
|
gap: 0.5rem;
|
|
1168
|
-
}
|
|
1156
|
+
}
|
|
1169
1157
|
.tw-gap-3 {
|
|
1170
1158
|
gap: 0.75rem;
|
|
1171
|
-
}
|
|
1159
|
+
}
|
|
1172
1160
|
.tw-gap-4 {
|
|
1173
1161
|
gap: 1rem;
|
|
1174
|
-
}
|
|
1162
|
+
}
|
|
1175
1163
|
.tw-self-center {
|
|
1176
1164
|
align-self: center;
|
|
1177
|
-
}
|
|
1165
|
+
}
|
|
1178
1166
|
.tw-overflow-hidden {
|
|
1179
1167
|
overflow: hidden;
|
|
1180
|
-
}
|
|
1168
|
+
}
|
|
1181
1169
|
.tw-overflow-visible {
|
|
1182
1170
|
overflow: visible;
|
|
1183
|
-
}
|
|
1171
|
+
}
|
|
1184
1172
|
.tw-overflow-scroll {
|
|
1185
1173
|
overflow: scroll;
|
|
1186
|
-
}
|
|
1174
|
+
}
|
|
1187
1175
|
.tw-overflow-x-auto {
|
|
1188
1176
|
overflow-x: auto;
|
|
1189
|
-
}
|
|
1177
|
+
}
|
|
1190
1178
|
.tw-overflow-y-auto {
|
|
1191
1179
|
overflow-y: auto;
|
|
1192
|
-
}
|
|
1180
|
+
}
|
|
1193
1181
|
.tw-overflow-x-hidden {
|
|
1194
1182
|
overflow-x: hidden;
|
|
1195
|
-
}
|
|
1183
|
+
}
|
|
1196
1184
|
.tw-overflow-y-hidden {
|
|
1197
1185
|
overflow-y: hidden;
|
|
1198
|
-
}
|
|
1186
|
+
}
|
|
1199
1187
|
.tw-truncate {
|
|
1200
1188
|
overflow: hidden;
|
|
1201
1189
|
text-overflow: ellipsis;
|
|
1202
1190
|
white-space: nowrap;
|
|
1203
|
-
}
|
|
1191
|
+
}
|
|
1204
1192
|
.tw-text-ellipsis {
|
|
1205
1193
|
text-overflow: ellipsis;
|
|
1206
|
-
}
|
|
1194
|
+
}
|
|
1207
1195
|
.tw-whitespace-nowrap {
|
|
1208
1196
|
white-space: nowrap;
|
|
1209
|
-
}
|
|
1197
|
+
}
|
|
1210
1198
|
.tw-break-all {
|
|
1211
1199
|
word-break: break-all;
|
|
1212
|
-
}
|
|
1200
|
+
}
|
|
1213
1201
|
.tw-rounded {
|
|
1214
1202
|
border-radius: 0.25rem;
|
|
1215
|
-
}
|
|
1203
|
+
}
|
|
1216
1204
|
.tw-rounded-full {
|
|
1217
1205
|
border-radius: 9999px;
|
|
1218
|
-
}
|
|
1219
|
-
.tw-rounded-lg {
|
|
1220
|
-
border-radius: 0.5rem;
|
|
1221
|
-
}
|
|
1206
|
+
}
|
|
1222
1207
|
.tw-rounded-md {
|
|
1223
1208
|
border-radius: 0.375rem;
|
|
1224
|
-
}
|
|
1209
|
+
}
|
|
1225
1210
|
.tw-rounded-none {
|
|
1226
1211
|
border-radius: 0px;
|
|
1227
|
-
}
|
|
1212
|
+
}
|
|
1228
1213
|
.tw-rounded-sm {
|
|
1229
1214
|
border-radius: 0.125rem;
|
|
1230
|
-
}
|
|
1215
|
+
}
|
|
1231
1216
|
.\!tw-rounded-l-none {
|
|
1232
1217
|
border-top-left-radius: 0px !important;
|
|
1233
1218
|
border-bottom-left-radius: 0px !important;
|
|
1234
|
-
}
|
|
1219
|
+
}
|
|
1235
1220
|
.\!tw-rounded-r-none {
|
|
1236
1221
|
border-top-right-radius: 0px !important;
|
|
1237
1222
|
border-bottom-right-radius: 0px !important;
|
|
1238
|
-
}
|
|
1223
|
+
}
|
|
1239
1224
|
.tw-rounded-b {
|
|
1240
1225
|
border-bottom-right-radius: 0.25rem;
|
|
1241
1226
|
border-bottom-left-radius: 0.25rem;
|
|
1242
|
-
}
|
|
1227
|
+
}
|
|
1243
1228
|
.tw-rounded-l {
|
|
1244
1229
|
border-top-left-radius: 0.25rem;
|
|
1245
1230
|
border-bottom-left-radius: 0.25rem;
|
|
1246
|
-
}
|
|
1231
|
+
}
|
|
1247
1232
|
.tw-rounded-l-none {
|
|
1248
1233
|
border-top-left-radius: 0px;
|
|
1249
1234
|
border-bottom-left-radius: 0px;
|
|
1250
|
-
}
|
|
1235
|
+
}
|
|
1251
1236
|
.tw-rounded-r {
|
|
1252
1237
|
border-top-right-radius: 0.25rem;
|
|
1253
1238
|
border-bottom-right-radius: 0.25rem;
|
|
1254
|
-
}
|
|
1239
|
+
}
|
|
1255
1240
|
.tw-rounded-r-none {
|
|
1256
1241
|
border-top-right-radius: 0px;
|
|
1257
1242
|
border-bottom-right-radius: 0px;
|
|
1258
|
-
}
|
|
1243
|
+
}
|
|
1259
1244
|
.tw-border {
|
|
1260
1245
|
border-width: 1px;
|
|
1261
|
-
}
|
|
1246
|
+
}
|
|
1262
1247
|
.tw-border-0 {
|
|
1263
1248
|
border-width: 0px;
|
|
1264
|
-
}
|
|
1249
|
+
}
|
|
1265
1250
|
.tw-border-2 {
|
|
1266
1251
|
border-width: 2px;
|
|
1267
|
-
}
|
|
1252
|
+
}
|
|
1268
1253
|
.tw-border-b-0 {
|
|
1269
1254
|
border-bottom-width: 0px;
|
|
1270
|
-
}
|
|
1255
|
+
}
|
|
1271
1256
|
.tw-border-b-2 {
|
|
1272
1257
|
border-bottom-width: 2px;
|
|
1273
|
-
}
|
|
1258
|
+
}
|
|
1274
1259
|
.tw-border-b-4 {
|
|
1275
1260
|
border-bottom-width: 4px;
|
|
1276
|
-
}
|
|
1261
|
+
}
|
|
1277
1262
|
.tw-border-l {
|
|
1278
1263
|
border-left-width: 1px;
|
|
1279
|
-
}
|
|
1264
|
+
}
|
|
1280
1265
|
.tw-border-l-0 {
|
|
1281
1266
|
border-left-width: 0px;
|
|
1282
|
-
}
|
|
1267
|
+
}
|
|
1283
1268
|
.tw-border-r {
|
|
1284
1269
|
border-right-width: 1px;
|
|
1285
|
-
}
|
|
1270
|
+
}
|
|
1286
1271
|
.tw-border-r-0 {
|
|
1287
1272
|
border-right-width: 0px;
|
|
1288
|
-
}
|
|
1273
|
+
}
|
|
1289
1274
|
.tw-border-t {
|
|
1290
1275
|
border-top-width: 1px;
|
|
1291
|
-
}
|
|
1276
|
+
}
|
|
1292
1277
|
.tw-border-t-0 {
|
|
1293
1278
|
border-top-width: 0px;
|
|
1294
|
-
}
|
|
1279
|
+
}
|
|
1295
1280
|
.tw-border-t-2 {
|
|
1296
1281
|
border-top-width: 2px;
|
|
1297
|
-
}
|
|
1282
|
+
}
|
|
1298
1283
|
.tw-border-solid {
|
|
1299
1284
|
border-style: solid;
|
|
1300
|
-
}
|
|
1285
|
+
}
|
|
1301
1286
|
.tw-border-dashed {
|
|
1302
1287
|
border-style: dashed;
|
|
1303
|
-
}
|
|
1288
|
+
}
|
|
1304
1289
|
.tw-border-none {
|
|
1305
1290
|
border-style: none;
|
|
1306
|
-
}
|
|
1291
|
+
}
|
|
1307
1292
|
.tw-border-black\/10 {
|
|
1308
1293
|
border-color: rgb(0 0 0 / 0.1);
|
|
1309
|
-
}
|
|
1294
|
+
}
|
|
1310
1295
|
.tw-border-error-500 {
|
|
1311
1296
|
--tw-border-opacity: 1;
|
|
1312
1297
|
border-color: rgb(244 63 60 / var(--tw-border-opacity));
|
|
1313
|
-
}
|
|
1298
|
+
}
|
|
1314
1299
|
.tw-border-error-600 {
|
|
1315
1300
|
--tw-border-opacity: 1;
|
|
1316
1301
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
1317
|
-
}
|
|
1302
|
+
}
|
|
1318
1303
|
.tw-border-grayscale-100 {
|
|
1319
1304
|
--tw-border-opacity: 1;
|
|
1320
1305
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1321
|
-
}
|
|
1306
|
+
}
|
|
1322
1307
|
.tw-border-grayscale-300 {
|
|
1323
1308
|
--tw-border-opacity: 1;
|
|
1324
1309
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
1325
|
-
}
|
|
1310
|
+
}
|
|
1326
1311
|
.tw-border-grayscale-400 {
|
|
1327
1312
|
--tw-border-opacity: 1;
|
|
1328
1313
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1329
|
-
}
|
|
1314
|
+
}
|
|
1330
1315
|
.tw-border-grayscale-500 {
|
|
1331
1316
|
--tw-border-opacity: 1;
|
|
1332
1317
|
border-color: rgb(204 204 204 / var(--tw-border-opacity));
|
|
1333
|
-
}
|
|
1318
|
+
}
|
|
1334
1319
|
.tw-border-grayscale-600 {
|
|
1335
1320
|
--tw-border-opacity: 1;
|
|
1336
1321
|
border-color: rgb(125 130 132 / var(--tw-border-opacity));
|
|
1337
|
-
}
|
|
1338
|
-
.tw-border-grayscale-700 {
|
|
1339
|
-
--tw-border-opacity: 1;
|
|
1340
|
-
border-color: rgb(82 93 96 / var(--tw-border-opacity));
|
|
1341
|
-
}
|
|
1322
|
+
}
|
|
1342
1323
|
.tw-border-info-300 {
|
|
1343
1324
|
--tw-border-opacity: 1;
|
|
1344
1325
|
border-color: rgb(112 193 243 / var(--tw-border-opacity));
|
|
1345
|
-
}
|
|
1326
|
+
}
|
|
1346
1327
|
.tw-border-info-500 {
|
|
1347
1328
|
--tw-border-opacity: 1;
|
|
1348
1329
|
border-color: rgb(17 151 235 / var(--tw-border-opacity));
|
|
1349
|
-
}
|
|
1330
|
+
}
|
|
1350
1331
|
.tw-border-primary-300 {
|
|
1351
1332
|
--tw-border-opacity: 1;
|
|
1352
1333
|
border-color: rgb(112 193 243 / var(--tw-border-opacity));
|
|
1353
|
-
}
|
|
1334
|
+
}
|
|
1354
1335
|
.tw-border-primary-400 {
|
|
1355
1336
|
--tw-border-opacity: 1;
|
|
1356
1337
|
border-color: rgb(65 172 239 / var(--tw-border-opacity));
|
|
1357
|
-
}
|
|
1338
|
+
}
|
|
1358
1339
|
.tw-border-primary-500 {
|
|
1359
1340
|
--tw-border-opacity: 1;
|
|
1360
1341
|
border-color: rgb(17 151 235 / var(--tw-border-opacity));
|
|
1361
|
-
}
|
|
1342
|
+
}
|
|
1362
1343
|
.tw-border-primary-600 {
|
|
1363
1344
|
--tw-border-opacity: 1;
|
|
1364
1345
|
border-color: rgb(14 121 188 / var(--tw-border-opacity));
|
|
1365
|
-
}
|
|
1346
|
+
}
|
|
1366
1347
|
.tw-border-secondary-200 {
|
|
1367
1348
|
--tw-border-opacity: 1;
|
|
1368
1349
|
border-color: rgb(190 197 205 / var(--tw-border-opacity));
|
|
1369
|
-
}
|
|
1350
|
+
}
|
|
1370
1351
|
.tw-border-secondary-300 {
|
|
1371
1352
|
--tw-border-opacity: 1;
|
|
1372
1353
|
border-color: rgb(158 167 179 / var(--tw-border-opacity));
|
|
1373
|
-
}
|
|
1354
|
+
}
|
|
1374
1355
|
.tw-border-secondary-500 {
|
|
1375
1356
|
--tw-border-opacity: 1;
|
|
1376
1357
|
border-color: rgb(93 109 129 / var(--tw-border-opacity));
|
|
1377
|
-
}
|
|
1358
|
+
}
|
|
1378
1359
|
.tw-border-success-400 {
|
|
1379
1360
|
--tw-border-opacity: 1;
|
|
1380
1361
|
border-color: rgb(87 203 128 / var(--tw-border-opacity));
|
|
1381
|
-
}
|
|
1362
|
+
}
|
|
1382
1363
|
.tw-border-success-500 {
|
|
1383
1364
|
--tw-border-opacity: 1;
|
|
1384
1365
|
border-color: rgb(45 190 96 / var(--tw-border-opacity));
|
|
1385
|
-
}
|
|
1366
|
+
}
|
|
1386
1367
|
.tw-border-success-600 {
|
|
1387
1368
|
--tw-border-opacity: 1;
|
|
1388
1369
|
border-color: rgb(36 152 77 / var(--tw-border-opacity));
|
|
1389
|
-
}
|
|
1370
|
+
}
|
|
1390
1371
|
.tw-border-warning-300 {
|
|
1391
1372
|
--tw-border-opacity: 1;
|
|
1392
1373
|
border-color: rgb(248 207 128 / var(--tw-border-opacity));
|
|
1393
|
-
}
|
|
1374
|
+
}
|
|
1394
1375
|
.tw-border-warning-500 {
|
|
1395
1376
|
--tw-border-opacity: 1;
|
|
1396
1377
|
border-color: rgb(243 175 43 / var(--tw-border-opacity));
|
|
1397
|
-
}
|
|
1378
|
+
}
|
|
1398
1379
|
.tw-border-warning-600 {
|
|
1399
1380
|
--tw-border-opacity: 1;
|
|
1400
1381
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
1401
|
-
}
|
|
1382
|
+
}
|
|
1402
1383
|
.tw-border-white {
|
|
1403
1384
|
--tw-border-opacity: 1;
|
|
1404
1385
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1405
|
-
}
|
|
1406
|
-
.tw-border-t-transparent {
|
|
1407
|
-
border-top-color: transparent;
|
|
1408
|
-
}
|
|
1386
|
+
}
|
|
1409
1387
|
.tw-bg-black {
|
|
1410
1388
|
--tw-bg-opacity: 1;
|
|
1411
1389
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1412
|
-
}
|
|
1390
|
+
}
|
|
1413
1391
|
.tw-bg-error-100 {
|
|
1414
1392
|
--tw-bg-opacity: 1;
|
|
1415
1393
|
background-color: rgb(253 217 216 / var(--tw-bg-opacity));
|
|
1416
|
-
}
|
|
1394
|
+
}
|
|
1417
1395
|
.tw-bg-error-500 {
|
|
1418
1396
|
--tw-bg-opacity: 1;
|
|
1419
1397
|
background-color: rgb(244 63 60 / var(--tw-bg-opacity));
|
|
1420
|
-
}
|
|
1398
|
+
}
|
|
1421
1399
|
.tw-bg-grayscale-100 {
|
|
1422
1400
|
--tw-bg-opacity: 1;
|
|
1423
1401
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1424
|
-
}
|
|
1402
|
+
}
|
|
1425
1403
|
.tw-bg-grayscale-200 {
|
|
1426
1404
|
--tw-bg-opacity: 1;
|
|
1427
1405
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
1428
|
-
}
|
|
1406
|
+
}
|
|
1429
1407
|
.tw-bg-grayscale-300 {
|
|
1430
1408
|
--tw-bg-opacity: 1;
|
|
1431
1409
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
1432
|
-
}
|
|
1410
|
+
}
|
|
1433
1411
|
.tw-bg-grayscale-400 {
|
|
1434
1412
|
--tw-bg-opacity: 1;
|
|
1435
1413
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1436
|
-
}
|
|
1414
|
+
}
|
|
1437
1415
|
.tw-bg-grayscale-500 {
|
|
1438
1416
|
--tw-bg-opacity: 1;
|
|
1439
1417
|
background-color: rgb(204 204 204 / var(--tw-bg-opacity));
|
|
1440
|
-
}
|
|
1418
|
+
}
|
|
1441
1419
|
.tw-bg-info-100 {
|
|
1442
1420
|
--tw-bg-opacity: 1;
|
|
1443
1421
|
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
1444
|
-
}
|
|
1422
|
+
}
|
|
1445
1423
|
.tw-bg-info-300 {
|
|
1446
1424
|
--tw-bg-opacity: 1;
|
|
1447
1425
|
background-color: rgb(112 193 243 / var(--tw-bg-opacity));
|
|
1448
|
-
}
|
|
1426
|
+
}
|
|
1449
1427
|
.tw-bg-info-400 {
|
|
1450
1428
|
--tw-bg-opacity: 1;
|
|
1451
1429
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
1452
|
-
}
|
|
1430
|
+
}
|
|
1453
1431
|
.tw-bg-info-500 {
|
|
1454
1432
|
--tw-bg-opacity: 1;
|
|
1455
1433
|
background-color: rgb(17 151 235 / var(--tw-bg-opacity));
|
|
1456
|
-
}
|
|
1434
|
+
}
|
|
1457
1435
|
.tw-bg-info-600 {
|
|
1458
1436
|
--tw-bg-opacity: 1;
|
|
1459
1437
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
1460
|
-
}
|
|
1438
|
+
}
|
|
1461
1439
|
.tw-bg-primary-300 {
|
|
1462
1440
|
--tw-bg-opacity: 1;
|
|
1463
1441
|
background-color: rgb(112 193 243 / var(--tw-bg-opacity));
|
|
1464
|
-
}
|
|
1442
|
+
}
|
|
1465
1443
|
.tw-bg-primary-400 {
|
|
1466
1444
|
--tw-bg-opacity: 1;
|
|
1467
1445
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
1468
|
-
}
|
|
1446
|
+
}
|
|
1469
1447
|
.tw-bg-primary-500 {
|
|
1470
1448
|
--tw-bg-opacity: 1;
|
|
1471
1449
|
background-color: rgb(17 151 235 / var(--tw-bg-opacity));
|
|
1472
|
-
}
|
|
1450
|
+
}
|
|
1473
1451
|
.tw-bg-primary-600 {
|
|
1474
1452
|
--tw-bg-opacity: 1;
|
|
1475
1453
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
1476
|
-
}
|
|
1454
|
+
}
|
|
1477
1455
|
.tw-bg-secondary-100 {
|
|
1478
1456
|
--tw-bg-opacity: 1;
|
|
1479
1457
|
background-color: rgb(223 226 230 / var(--tw-bg-opacity));
|
|
1480
|
-
}
|
|
1458
|
+
}
|
|
1481
1459
|
.tw-bg-secondary-300 {
|
|
1482
1460
|
--tw-bg-opacity: 1;
|
|
1483
1461
|
background-color: rgb(158 167 179 / var(--tw-bg-opacity));
|
|
1484
|
-
}
|
|
1462
|
+
}
|
|
1485
1463
|
.tw-bg-secondary-500 {
|
|
1486
1464
|
--tw-bg-opacity: 1;
|
|
1487
1465
|
background-color: rgb(93 109 129 / var(--tw-bg-opacity));
|
|
1488
|
-
}
|
|
1466
|
+
}
|
|
1489
1467
|
.tw-bg-success-100 {
|
|
1490
1468
|
--tw-bg-opacity: 1;
|
|
1491
1469
|
background-color: rgb(213 242 223 / var(--tw-bg-opacity));
|
|
1492
|
-
}
|
|
1470
|
+
}
|
|
1493
1471
|
.tw-bg-success-400 {
|
|
1494
1472
|
--tw-bg-opacity: 1;
|
|
1495
1473
|
background-color: rgb(87 203 128 / var(--tw-bg-opacity));
|
|
1496
|
-
}
|
|
1474
|
+
}
|
|
1497
1475
|
.tw-bg-success-500 {
|
|
1498
1476
|
--tw-bg-opacity: 1;
|
|
1499
1477
|
background-color: rgb(45 190 96 / var(--tw-bg-opacity));
|
|
1500
|
-
}
|
|
1478
|
+
}
|
|
1501
1479
|
.tw-bg-transparent {
|
|
1502
1480
|
background-color: transparent;
|
|
1503
|
-
}
|
|
1481
|
+
}
|
|
1504
1482
|
.tw-bg-warning-100 {
|
|
1505
1483
|
--tw-bg-opacity: 1;
|
|
1506
1484
|
background-color: rgb(253 239 213 / var(--tw-bg-opacity));
|
|
1507
|
-
}
|
|
1485
|
+
}
|
|
1508
1486
|
.tw-bg-warning-300 {
|
|
1509
1487
|
--tw-bg-opacity: 1;
|
|
1510
1488
|
background-color: rgb(248 207 128 / var(--tw-bg-opacity));
|
|
1511
|
-
}
|
|
1489
|
+
}
|
|
1512
1490
|
.tw-bg-warning-500 {
|
|
1513
1491
|
--tw-bg-opacity: 1;
|
|
1514
1492
|
background-color: rgb(243 175 43 / var(--tw-bg-opacity));
|
|
1515
|
-
}
|
|
1493
|
+
}
|
|
1516
1494
|
.tw-bg-warning-600 {
|
|
1517
1495
|
--tw-bg-opacity: 1;
|
|
1518
1496
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
1519
|
-
}
|
|
1497
|
+
}
|
|
1520
1498
|
.tw-bg-white {
|
|
1521
1499
|
--tw-bg-opacity: 1;
|
|
1522
1500
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1523
|
-
}
|
|
1524
|
-
.tw-bg-white\/50 {
|
|
1525
|
-
background-color: rgb(255 255 255 / 0.5);
|
|
1526
|
-
}
|
|
1501
|
+
}
|
|
1527
1502
|
.tw-bg-opacity-75 {
|
|
1528
1503
|
--tw-bg-opacity: 0.75;
|
|
1529
|
-
}
|
|
1504
|
+
}
|
|
1530
1505
|
.tw-bg-opacity-80 {
|
|
1531
1506
|
--tw-bg-opacity: 0.8;
|
|
1532
|
-
}
|
|
1507
|
+
}
|
|
1533
1508
|
.tw-bg-gradient-to-t {
|
|
1534
1509
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1535
|
-
}
|
|
1510
|
+
}
|
|
1536
1511
|
.tw-from-\[\#d946ef\] {
|
|
1537
1512
|
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1538
1513
|
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1539
1514
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1540
|
-
}
|
|
1515
|
+
}
|
|
1541
1516
|
.tw-to-\[\#8b5cf6\] {
|
|
1542
1517
|
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1543
|
-
}
|
|
1518
|
+
}
|
|
1544
1519
|
.tw-bg-no-repeat {
|
|
1545
1520
|
background-repeat: no-repeat;
|
|
1546
|
-
}
|
|
1521
|
+
}
|
|
1547
1522
|
.tw-fill-current {
|
|
1548
1523
|
fill: currentColor;
|
|
1549
|
-
}
|
|
1524
|
+
}
|
|
1550
1525
|
.tw-object-contain {
|
|
1551
1526
|
-o-object-fit: contain;
|
|
1552
1527
|
object-fit: contain;
|
|
1553
|
-
}
|
|
1528
|
+
}
|
|
1554
1529
|
.tw-object-cover {
|
|
1555
1530
|
-o-object-fit: cover;
|
|
1556
1531
|
object-fit: cover;
|
|
1557
|
-
}
|
|
1532
|
+
}
|
|
1558
1533
|
.tw-object-top {
|
|
1559
1534
|
-o-object-position: top;
|
|
1560
1535
|
object-position: top;
|
|
1561
|
-
}
|
|
1536
|
+
}
|
|
1562
1537
|
.\!tw-p-0 {
|
|
1563
1538
|
padding: 0px !important;
|
|
1564
|
-
}
|
|
1539
|
+
}
|
|
1565
1540
|
.\!tw-p-0\.5 {
|
|
1566
1541
|
padding: 0.125rem !important;
|
|
1567
|
-
}
|
|
1542
|
+
}
|
|
1568
1543
|
.\!tw-p-1 {
|
|
1569
1544
|
padding: 0.25rem !important;
|
|
1570
|
-
}
|
|
1545
|
+
}
|
|
1571
1546
|
.\!tw-p-1\.5 {
|
|
1572
1547
|
padding: 0.375rem !important;
|
|
1573
|
-
}
|
|
1548
|
+
}
|
|
1574
1549
|
.\!tw-p-10 {
|
|
1575
1550
|
padding: 2.5rem !important;
|
|
1576
|
-
}
|
|
1551
|
+
}
|
|
1577
1552
|
.\!tw-p-11 {
|
|
1578
1553
|
padding: 2.75rem !important;
|
|
1579
|
-
}
|
|
1554
|
+
}
|
|
1580
1555
|
.\!tw-p-12 {
|
|
1581
1556
|
padding: 3rem !important;
|
|
1582
|
-
}
|
|
1557
|
+
}
|
|
1583
1558
|
.\!tw-p-14 {
|
|
1584
1559
|
padding: 3.5rem !important;
|
|
1585
|
-
}
|
|
1560
|
+
}
|
|
1586
1561
|
.\!tw-p-16 {
|
|
1587
1562
|
padding: 4rem !important;
|
|
1588
|
-
}
|
|
1563
|
+
}
|
|
1589
1564
|
.\!tw-p-2 {
|
|
1590
1565
|
padding: 0.5rem !important;
|
|
1591
|
-
}
|
|
1566
|
+
}
|
|
1592
1567
|
.\!tw-p-2\.5 {
|
|
1593
1568
|
padding: 0.625rem !important;
|
|
1594
|
-
}
|
|
1569
|
+
}
|
|
1595
1570
|
.\!tw-p-20 {
|
|
1596
1571
|
padding: 5rem !important;
|
|
1597
|
-
}
|
|
1572
|
+
}
|
|
1598
1573
|
.\!tw-p-24 {
|
|
1599
1574
|
padding: 6rem !important;
|
|
1600
|
-
}
|
|
1575
|
+
}
|
|
1601
1576
|
.\!tw-p-28 {
|
|
1602
1577
|
padding: 7rem !important;
|
|
1603
|
-
}
|
|
1578
|
+
}
|
|
1604
1579
|
.\!tw-p-3 {
|
|
1605
1580
|
padding: 0.75rem !important;
|
|
1606
|
-
}
|
|
1581
|
+
}
|
|
1607
1582
|
.\!tw-p-3\.5 {
|
|
1608
1583
|
padding: 0.875rem !important;
|
|
1609
|
-
}
|
|
1584
|
+
}
|
|
1610
1585
|
.\!tw-p-32 {
|
|
1611
1586
|
padding: 8rem !important;
|
|
1612
|
-
}
|
|
1587
|
+
}
|
|
1613
1588
|
.\!tw-p-36 {
|
|
1614
1589
|
padding: 9rem !important;
|
|
1615
|
-
}
|
|
1590
|
+
}
|
|
1616
1591
|
.\!tw-p-4 {
|
|
1617
1592
|
padding: 1rem !important;
|
|
1618
|
-
}
|
|
1593
|
+
}
|
|
1619
1594
|
.\!tw-p-40 {
|
|
1620
1595
|
padding: 10rem !important;
|
|
1621
|
-
}
|
|
1596
|
+
}
|
|
1622
1597
|
.\!tw-p-44 {
|
|
1623
1598
|
padding: 11rem !important;
|
|
1624
|
-
}
|
|
1599
|
+
}
|
|
1625
1600
|
.\!tw-p-48 {
|
|
1626
1601
|
padding: 12rem !important;
|
|
1627
|
-
}
|
|
1602
|
+
}
|
|
1628
1603
|
.\!tw-p-5 {
|
|
1629
1604
|
padding: 1.25rem !important;
|
|
1630
|
-
}
|
|
1605
|
+
}
|
|
1631
1606
|
.\!tw-p-52 {
|
|
1632
1607
|
padding: 13rem !important;
|
|
1633
|
-
}
|
|
1608
|
+
}
|
|
1634
1609
|
.\!tw-p-56 {
|
|
1635
1610
|
padding: 14rem !important;
|
|
1636
|
-
}
|
|
1611
|
+
}
|
|
1637
1612
|
.\!tw-p-6 {
|
|
1638
1613
|
padding: 1.5rem !important;
|
|
1639
|
-
}
|
|
1614
|
+
}
|
|
1640
1615
|
.\!tw-p-60 {
|
|
1641
1616
|
padding: 15rem !important;
|
|
1642
|
-
}
|
|
1617
|
+
}
|
|
1643
1618
|
.\!tw-p-64 {
|
|
1644
1619
|
padding: 16rem !important;
|
|
1645
|
-
}
|
|
1620
|
+
}
|
|
1646
1621
|
.\!tw-p-7 {
|
|
1647
1622
|
padding: 1.75rem !important;
|
|
1648
|
-
}
|
|
1623
|
+
}
|
|
1649
1624
|
.\!tw-p-72 {
|
|
1650
1625
|
padding: 18rem !important;
|
|
1651
|
-
}
|
|
1626
|
+
}
|
|
1652
1627
|
.\!tw-p-8 {
|
|
1653
1628
|
padding: 2rem !important;
|
|
1654
|
-
}
|
|
1629
|
+
}
|
|
1655
1630
|
.\!tw-p-80 {
|
|
1656
1631
|
padding: 20rem !important;
|
|
1657
|
-
}
|
|
1632
|
+
}
|
|
1658
1633
|
.\!tw-p-9 {
|
|
1659
1634
|
padding: 2.25rem !important;
|
|
1660
|
-
}
|
|
1635
|
+
}
|
|
1661
1636
|
.\!tw-p-96 {
|
|
1662
1637
|
padding: 24rem !important;
|
|
1663
|
-
}
|
|
1638
|
+
}
|
|
1664
1639
|
.\!tw-p-px {
|
|
1665
1640
|
padding: 1px !important;
|
|
1666
|
-
}
|
|
1641
|
+
}
|
|
1667
1642
|
.tw-p-0 {
|
|
1668
1643
|
padding: 0px;
|
|
1669
|
-
}
|
|
1644
|
+
}
|
|
1670
1645
|
.tw-p-1 {
|
|
1671
1646
|
padding: 0.25rem;
|
|
1672
|
-
}
|
|
1647
|
+
}
|
|
1673
1648
|
.tw-p-2 {
|
|
1674
1649
|
padding: 0.5rem;
|
|
1675
|
-
}
|
|
1650
|
+
}
|
|
1676
1651
|
.tw-p-3 {
|
|
1677
1652
|
padding: 0.75rem;
|
|
1678
|
-
}
|
|
1653
|
+
}
|
|
1679
1654
|
.tw-p-4 {
|
|
1680
1655
|
padding: 1rem;
|
|
1681
|
-
}
|
|
1656
|
+
}
|
|
1682
1657
|
.tw-p-5 {
|
|
1683
1658
|
padding: 1.25rem;
|
|
1684
|
-
}
|
|
1659
|
+
}
|
|
1685
1660
|
.tw-p-6 {
|
|
1686
1661
|
padding: 1.5rem;
|
|
1687
|
-
}
|
|
1662
|
+
}
|
|
1688
1663
|
.tw-p-8 {
|
|
1689
1664
|
padding: 2rem;
|
|
1690
|
-
}
|
|
1665
|
+
}
|
|
1691
1666
|
.tw-px-0 {
|
|
1692
1667
|
padding-left: 0px;
|
|
1693
1668
|
padding-right: 0px;
|
|
1694
|
-
}
|
|
1669
|
+
}
|
|
1695
1670
|
.tw-px-0\.5 {
|
|
1696
1671
|
padding-left: 0.125rem;
|
|
1697
1672
|
padding-right: 0.125rem;
|
|
1698
|
-
}
|
|
1673
|
+
}
|
|
1699
1674
|
.tw-px-2 {
|
|
1700
1675
|
padding-left: 0.5rem;
|
|
1701
1676
|
padding-right: 0.5rem;
|
|
1702
|
-
}
|
|
1677
|
+
}
|
|
1703
1678
|
.tw-px-20 {
|
|
1704
1679
|
padding-left: 5rem;
|
|
1705
1680
|
padding-right: 5rem;
|
|
1706
|
-
}
|
|
1681
|
+
}
|
|
1707
1682
|
.tw-px-3 {
|
|
1708
1683
|
padding-left: 0.75rem;
|
|
1709
1684
|
padding-right: 0.75rem;
|
|
1710
|
-
}
|
|
1685
|
+
}
|
|
1711
1686
|
.tw-px-4 {
|
|
1712
1687
|
padding-left: 1rem;
|
|
1713
1688
|
padding-right: 1rem;
|
|
1714
|
-
}
|
|
1689
|
+
}
|
|
1715
1690
|
.tw-px-5 {
|
|
1716
1691
|
padding-left: 1.25rem;
|
|
1717
1692
|
padding-right: 1.25rem;
|
|
1718
|
-
}
|
|
1693
|
+
}
|
|
1719
1694
|
.tw-px-6 {
|
|
1720
1695
|
padding-left: 1.5rem;
|
|
1721
1696
|
padding-right: 1.5rem;
|
|
1722
|
-
}
|
|
1697
|
+
}
|
|
1723
1698
|
.tw-px-8 {
|
|
1724
1699
|
padding-left: 2rem;
|
|
1725
1700
|
padding-right: 2rem;
|
|
1726
|
-
}
|
|
1701
|
+
}
|
|
1727
1702
|
.tw-px-px {
|
|
1728
1703
|
padding-left: 1px;
|
|
1729
1704
|
padding-right: 1px;
|
|
1730
|
-
}
|
|
1705
|
+
}
|
|
1731
1706
|
.tw-py-0 {
|
|
1732
1707
|
padding-top: 0px;
|
|
1733
1708
|
padding-bottom: 0px;
|
|
1734
|
-
}
|
|
1709
|
+
}
|
|
1735
1710
|
.tw-py-0\.5 {
|
|
1736
1711
|
padding-top: 0.125rem;
|
|
1737
1712
|
padding-bottom: 0.125rem;
|
|
1738
|
-
}
|
|
1713
|
+
}
|
|
1739
1714
|
.tw-py-1 {
|
|
1740
1715
|
padding-top: 0.25rem;
|
|
1741
1716
|
padding-bottom: 0.25rem;
|
|
1742
|
-
}
|
|
1717
|
+
}
|
|
1743
1718
|
.tw-py-1\.5 {
|
|
1744
1719
|
padding-top: 0.375rem;
|
|
1745
1720
|
padding-bottom: 0.375rem;
|
|
1746
|
-
}
|
|
1721
|
+
}
|
|
1747
1722
|
.tw-py-10 {
|
|
1748
1723
|
padding-top: 2.5rem;
|
|
1749
1724
|
padding-bottom: 2.5rem;
|
|
1750
|
-
}
|
|
1725
|
+
}
|
|
1751
1726
|
.tw-py-2 {
|
|
1752
1727
|
padding-top: 0.5rem;
|
|
1753
1728
|
padding-bottom: 0.5rem;
|
|
1754
|
-
}
|
|
1729
|
+
}
|
|
1755
1730
|
.tw-py-3 {
|
|
1756
1731
|
padding-top: 0.75rem;
|
|
1757
1732
|
padding-bottom: 0.75rem;
|
|
1758
|
-
}
|
|
1733
|
+
}
|
|
1759
1734
|
.tw-py-3\.5 {
|
|
1760
1735
|
padding-top: 0.875rem;
|
|
1761
1736
|
padding-bottom: 0.875rem;
|
|
1762
|
-
}
|
|
1737
|
+
}
|
|
1763
1738
|
.tw-py-4 {
|
|
1764
1739
|
padding-top: 1rem;
|
|
1765
1740
|
padding-bottom: 1rem;
|
|
1766
|
-
}
|
|
1741
|
+
}
|
|
1767
1742
|
.tw-py-5 {
|
|
1768
1743
|
padding-top: 1.25rem;
|
|
1769
1744
|
padding-bottom: 1.25rem;
|
|
1770
|
-
}
|
|
1745
|
+
}
|
|
1771
1746
|
.tw-py-8 {
|
|
1772
1747
|
padding-top: 2rem;
|
|
1773
1748
|
padding-bottom: 2rem;
|
|
1774
|
-
}
|
|
1749
|
+
}
|
|
1775
1750
|
.tw-pb-0 {
|
|
1776
1751
|
padding-bottom: 0px;
|
|
1777
|
-
}
|
|
1752
|
+
}
|
|
1778
1753
|
.tw-pb-16 {
|
|
1779
1754
|
padding-bottom: 4rem;
|
|
1780
|
-
}
|
|
1755
|
+
}
|
|
1781
1756
|
.tw-pb-24 {
|
|
1782
1757
|
padding-bottom: 6rem;
|
|
1783
|
-
}
|
|
1758
|
+
}
|
|
1784
1759
|
.tw-pb-8 {
|
|
1785
1760
|
padding-bottom: 2rem;
|
|
1786
|
-
}
|
|
1761
|
+
}
|
|
1787
1762
|
.tw-pl-0 {
|
|
1788
1763
|
padding-left: 0px;
|
|
1789
|
-
}
|
|
1764
|
+
}
|
|
1790
1765
|
.tw-pl-12 {
|
|
1791
1766
|
padding-left: 3rem;
|
|
1792
|
-
}
|
|
1767
|
+
}
|
|
1793
1768
|
.tw-pl-3 {
|
|
1794
1769
|
padding-left: 0.75rem;
|
|
1795
|
-
}
|
|
1770
|
+
}
|
|
1796
1771
|
.tw-pl-8 {
|
|
1797
1772
|
padding-left: 2rem;
|
|
1798
|
-
}
|
|
1773
|
+
}
|
|
1799
1774
|
.tw-pr-12 {
|
|
1800
1775
|
padding-right: 3rem;
|
|
1801
|
-
}
|
|
1776
|
+
}
|
|
1802
1777
|
.tw-pr-2 {
|
|
1803
1778
|
padding-right: 0.5rem;
|
|
1804
|
-
}
|
|
1779
|
+
}
|
|
1805
1780
|
.tw-pr-4 {
|
|
1806
1781
|
padding-right: 1rem;
|
|
1807
|
-
}
|
|
1782
|
+
}
|
|
1808
1783
|
.tw-pr-6 {
|
|
1809
1784
|
padding-right: 1.5rem;
|
|
1810
|
-
}
|
|
1785
|
+
}
|
|
1811
1786
|
.tw-pt-1 {
|
|
1812
1787
|
padding-top: 0.25rem;
|
|
1813
|
-
}
|
|
1788
|
+
}
|
|
1814
1789
|
.tw-pt-12 {
|
|
1815
1790
|
padding-top: 3rem;
|
|
1816
|
-
}
|
|
1791
|
+
}
|
|
1817
1792
|
.tw-pt-2 {
|
|
1818
1793
|
padding-top: 0.5rem;
|
|
1819
|
-
}
|
|
1794
|
+
}
|
|
1820
1795
|
.tw-pt-6 {
|
|
1821
1796
|
padding-top: 1.5rem;
|
|
1822
|
-
}
|
|
1797
|
+
}
|
|
1823
1798
|
.tw-text-left {
|
|
1824
1799
|
text-align: left;
|
|
1825
|
-
}
|
|
1800
|
+
}
|
|
1826
1801
|
.tw-text-center {
|
|
1827
1802
|
text-align: center;
|
|
1828
|
-
}
|
|
1803
|
+
}
|
|
1829
1804
|
.tw-align-top {
|
|
1830
1805
|
vertical-align: top;
|
|
1831
|
-
}
|
|
1806
|
+
}
|
|
1832
1807
|
.tw-align-middle {
|
|
1833
1808
|
vertical-align: middle;
|
|
1834
|
-
}
|
|
1809
|
+
}
|
|
1835
1810
|
.tw-font-sans {
|
|
1836
1811
|
font-family: Lato, Helvetica, sans-serif;
|
|
1837
|
-
}
|
|
1812
|
+
}
|
|
1838
1813
|
.tw-text-2xl {
|
|
1839
1814
|
font-size: 1.5rem;
|
|
1840
1815
|
line-height: 2rem;
|
|
1841
|
-
}
|
|
1842
|
-
.tw-text-3xl {
|
|
1843
|
-
font-size: 1.875rem;
|
|
1844
|
-
line-height: 2.25rem;
|
|
1845
|
-
}
|
|
1816
|
+
}
|
|
1846
1817
|
.tw-text-4xl {
|
|
1847
1818
|
font-size: 2.25rem;
|
|
1848
1819
|
line-height: 2.5rem;
|
|
1849
|
-
}
|
|
1820
|
+
}
|
|
1850
1821
|
.tw-text-base {
|
|
1851
1822
|
font-size: 1rem;
|
|
1852
1823
|
line-height: 1.5rem;
|
|
1853
|
-
}
|
|
1824
|
+
}
|
|
1854
1825
|
.tw-text-lg {
|
|
1855
1826
|
font-size: 1.125rem;
|
|
1856
1827
|
line-height: 1.75rem;
|
|
1857
|
-
}
|
|
1828
|
+
}
|
|
1858
1829
|
.tw-text-sm {
|
|
1859
1830
|
font-size: 0.875rem;
|
|
1860
1831
|
line-height: 1.25rem;
|
|
1861
|
-
}
|
|
1832
|
+
}
|
|
1862
1833
|
.tw-text-xs {
|
|
1863
1834
|
font-size: 0.75rem;
|
|
1864
1835
|
line-height: 1rem;
|
|
1865
|
-
}
|
|
1836
|
+
}
|
|
1866
1837
|
.tw-font-bold {
|
|
1867
1838
|
font-weight: 700;
|
|
1868
|
-
}
|
|
1869
|
-
.tw-font-medium {
|
|
1870
|
-
font-weight: 500;
|
|
1871
|
-
}
|
|
1839
|
+
}
|
|
1872
1840
|
.tw-font-normal {
|
|
1873
1841
|
font-weight: 400;
|
|
1874
|
-
}
|
|
1842
|
+
}
|
|
1875
1843
|
.tw-font-semibold {
|
|
1876
1844
|
font-weight: 600;
|
|
1877
|
-
}
|
|
1845
|
+
}
|
|
1878
1846
|
.tw-uppercase {
|
|
1879
1847
|
text-transform: uppercase;
|
|
1880
|
-
}
|
|
1848
|
+
}
|
|
1881
1849
|
.tw-capitalize {
|
|
1882
1850
|
text-transform: capitalize;
|
|
1883
|
-
}
|
|
1851
|
+
}
|
|
1884
1852
|
.tw-leading-tight {
|
|
1885
1853
|
line-height: 1.25;
|
|
1886
|
-
}
|
|
1854
|
+
}
|
|
1887
1855
|
.tw-text-black {
|
|
1888
1856
|
--tw-text-opacity: 1;
|
|
1889
1857
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1890
|
-
}
|
|
1858
|
+
}
|
|
1891
1859
|
.tw-text-error-500 {
|
|
1892
1860
|
--tw-text-opacity: 1;
|
|
1893
1861
|
color: rgb(244 63 60 / var(--tw-text-opacity));
|
|
1894
|
-
}
|
|
1862
|
+
}
|
|
1895
1863
|
.tw-text-error-700 {
|
|
1896
1864
|
--tw-text-opacity: 1;
|
|
1897
1865
|
color: rgb(146 38 36 / var(--tw-text-opacity));
|
|
1898
|
-
}
|
|
1866
|
+
}
|
|
1899
1867
|
.tw-text-grayscale-500 {
|
|
1900
1868
|
--tw-text-opacity: 1;
|
|
1901
1869
|
color: rgb(204 204 204 / var(--tw-text-opacity));
|
|
1902
|
-
}
|
|
1870
|
+
}
|
|
1903
1871
|
.tw-text-grayscale-600 {
|
|
1904
1872
|
--tw-text-opacity: 1;
|
|
1905
1873
|
color: rgb(125 130 132 / var(--tw-text-opacity));
|
|
1906
|
-
}
|
|
1874
|
+
}
|
|
1907
1875
|
.tw-text-grayscale-700 {
|
|
1908
1876
|
--tw-text-opacity: 1;
|
|
1909
1877
|
color: rgb(82 93 96 / var(--tw-text-opacity));
|
|
1910
|
-
}
|
|
1878
|
+
}
|
|
1911
1879
|
.tw-text-grayscale-800 {
|
|
1912
1880
|
--tw-text-opacity: 1;
|
|
1913
1881
|
color: rgb(39 52 56 / var(--tw-text-opacity));
|
|
1914
|
-
}
|
|
1882
|
+
}
|
|
1915
1883
|
.tw-text-info-300 {
|
|
1916
1884
|
--tw-text-opacity: 1;
|
|
1917
1885
|
color: rgb(112 193 243 / var(--tw-text-opacity));
|
|
1918
|
-
}
|
|
1886
|
+
}
|
|
1919
1887
|
.tw-text-info-500 {
|
|
1920
1888
|
--tw-text-opacity: 1;
|
|
1921
1889
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
1922
|
-
}
|
|
1890
|
+
}
|
|
1923
1891
|
.tw-text-primary-500 {
|
|
1924
1892
|
--tw-text-opacity: 1;
|
|
1925
1893
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
1926
|
-
}
|
|
1894
|
+
}
|
|
1927
1895
|
.tw-text-secondary-400 {
|
|
1928
1896
|
--tw-text-opacity: 1;
|
|
1929
1897
|
color: rgb(125 138 154 / var(--tw-text-opacity));
|
|
1930
|
-
}
|
|
1898
|
+
}
|
|
1931
1899
|
.tw-text-secondary-500 {
|
|
1932
1900
|
--tw-text-opacity: 1;
|
|
1933
1901
|
color: rgb(93 109 129 / var(--tw-text-opacity));
|
|
1934
|
-
}
|
|
1902
|
+
}
|
|
1935
1903
|
.tw-text-secondary-600 {
|
|
1936
1904
|
--tw-text-opacity: 1;
|
|
1937
1905
|
color: rgb(74 87 103 / var(--tw-text-opacity));
|
|
1938
|
-
}
|
|
1906
|
+
}
|
|
1939
1907
|
.tw-text-secondary-800 {
|
|
1940
1908
|
--tw-text-opacity: 1;
|
|
1941
1909
|
color: rgb(37 44 52 / var(--tw-text-opacity));
|
|
1942
|
-
}
|
|
1910
|
+
}
|
|
1943
1911
|
.tw-text-success-500 {
|
|
1944
1912
|
--tw-text-opacity: 1;
|
|
1945
1913
|
color: rgb(45 190 96 / var(--tw-text-opacity));
|
|
1946
|
-
}
|
|
1914
|
+
}
|
|
1947
1915
|
.tw-text-success-600 {
|
|
1948
1916
|
--tw-text-opacity: 1;
|
|
1949
1917
|
color: rgb(36 152 77 / var(--tw-text-opacity));
|
|
1950
|
-
}
|
|
1918
|
+
}
|
|
1951
1919
|
.tw-text-success-700 {
|
|
1952
1920
|
--tw-text-opacity: 1;
|
|
1953
1921
|
color: rgb(27 114 58 / var(--tw-text-opacity));
|
|
1954
|
-
}
|
|
1922
|
+
}
|
|
1955
1923
|
.tw-text-warning-700 {
|
|
1956
1924
|
--tw-text-opacity: 1;
|
|
1957
1925
|
color: rgb(146 105 26 / var(--tw-text-opacity));
|
|
1958
|
-
}
|
|
1926
|
+
}
|
|
1959
1927
|
.tw-text-white {
|
|
1960
1928
|
--tw-text-opacity: 1;
|
|
1961
1929
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1962
|
-
}
|
|
1930
|
+
}
|
|
1963
1931
|
.tw-underline {
|
|
1964
1932
|
text-decoration-line: underline;
|
|
1965
|
-
}
|
|
1933
|
+
}
|
|
1966
1934
|
.tw-no-underline {
|
|
1967
1935
|
text-decoration-line: none;
|
|
1968
|
-
}
|
|
1936
|
+
}
|
|
1969
1937
|
.tw-opacity-0 {
|
|
1970
1938
|
opacity: 0;
|
|
1971
|
-
}
|
|
1939
|
+
}
|
|
1972
1940
|
.tw-opacity-100 {
|
|
1973
1941
|
opacity: 1;
|
|
1974
|
-
}
|
|
1942
|
+
}
|
|
1975
1943
|
.tw-opacity-30 {
|
|
1976
1944
|
opacity: 0.3;
|
|
1977
|
-
}
|
|
1945
|
+
}
|
|
1978
1946
|
.tw-opacity-40 {
|
|
1979
1947
|
opacity: 0.4;
|
|
1980
|
-
}
|
|
1948
|
+
}
|
|
1981
1949
|
.tw-opacity-50 {
|
|
1982
1950
|
opacity: 0.5;
|
|
1983
|
-
}
|
|
1951
|
+
}
|
|
1984
1952
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
1985
1953
|
--tw-shadow: 0 0 0 1px !important;
|
|
1986
1954
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
|
|
1987
1955
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1988
|
-
}
|
|
1956
|
+
}
|
|
1989
1957
|
.\!tw-shadow-\[0_0_0_2px\] {
|
|
1990
1958
|
--tw-shadow: 0 0 0 2px !important;
|
|
1991
1959
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1992
1960
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1993
|
-
}
|
|
1961
|
+
}
|
|
1994
1962
|
.tw-shadow {
|
|
1995
1963
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1996
1964
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1997
1965
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1998
|
-
}
|
|
1966
|
+
}
|
|
1999
1967
|
.tw-shadow-inner {
|
|
2000
1968
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
2001
1969
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
2002
1970
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2003
|
-
}
|
|
1971
|
+
}
|
|
2004
1972
|
.tw-shadow-lg {
|
|
2005
1973
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2006
1974
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2007
1975
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2008
|
-
}
|
|
1976
|
+
}
|
|
2009
1977
|
.tw-shadow-md {
|
|
2010
1978
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
2011
1979
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
2012
1980
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2013
|
-
}
|
|
1981
|
+
}
|
|
2014
1982
|
.tw-shadow-sm {
|
|
2015
1983
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
2016
1984
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
2017
1985
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2018
|
-
}
|
|
1986
|
+
}
|
|
2019
1987
|
.tw-shadow-xl {
|
|
2020
1988
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
2021
1989
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
2022
1990
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2023
|
-
}
|
|
1991
|
+
}
|
|
2024
1992
|
.\!tw-shadow-info-500 {
|
|
2025
1993
|
--tw-shadow-color: #1197EB !important;
|
|
2026
1994
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2027
|
-
}
|
|
1995
|
+
}
|
|
2028
1996
|
.\!tw-shadow-secondary-200 {
|
|
2029
1997
|
--tw-shadow-color: #BEC5CD !important;
|
|
2030
1998
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2031
|
-
}
|
|
1999
|
+
}
|
|
2032
2000
|
.tw-outline-none {
|
|
2033
2001
|
outline: 2px solid transparent;
|
|
2034
2002
|
outline-offset: 2px;
|
|
2035
|
-
}
|
|
2003
|
+
}
|
|
2036
2004
|
.tw-ring-1 {
|
|
2037
2005
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2038
2006
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2039
2007
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2040
|
-
}
|
|
2008
|
+
}
|
|
2041
2009
|
.tw-ring-black {
|
|
2042
2010
|
--tw-ring-opacity: 1;
|
|
2043
2011
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
2044
|
-
}
|
|
2012
|
+
}
|
|
2045
2013
|
.tw-ring-opacity-5 {
|
|
2046
2014
|
--tw-ring-opacity: 0.05;
|
|
2047
|
-
}
|
|
2015
|
+
}
|
|
2048
2016
|
.tw-drop-shadow-sm {
|
|
2049
2017
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
2050
2018
|
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);
|
|
2051
|
-
}
|
|
2019
|
+
}
|
|
2052
2020
|
.tw-transition-colors {
|
|
2053
2021
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2054
2022
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2055
2023
|
transition-duration: 150ms;
|
|
2056
|
-
}
|
|
2024
|
+
}
|
|
2057
2025
|
.tw-transition-shadow {
|
|
2058
2026
|
transition-property: box-shadow;
|
|
2059
2027
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2060
2028
|
transition-duration: 150ms;
|
|
2061
|
-
}
|
|
2029
|
+
}
|
|
2062
2030
|
.tw-transition-transform {
|
|
2063
2031
|
transition-property: transform;
|
|
2064
2032
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2065
2033
|
transition-duration: 150ms;
|
|
2066
|
-
}
|
|
2034
|
+
}
|
|
2067
2035
|
.tw-duration-200 {
|
|
2068
2036
|
transition-duration: 200ms;
|
|
2069
|
-
}
|
|
2037
|
+
}
|
|
2070
2038
|
.tw-duration-300 {
|
|
2071
2039
|
transition-duration: 300ms;
|
|
2072
|
-
}
|
|
2040
|
+
}
|
|
2073
2041
|
.tw-ease-in-out {
|
|
2074
2042
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2075
|
-
}
|
|
2043
|
+
}
|
|
2076
2044
|
.tw-ease-out {
|
|
2077
2045
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2078
|
-
}
|
|
2046
|
+
}
|
|
2079
2047
|
.hover\:tw-border-grayscale-400:hover {
|
|
2080
2048
|
--tw-border-opacity: 1;
|
|
2081
2049
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
2082
|
-
}
|
|
2083
|
-
.hover\:tw-border-grayscale-500:hover {
|
|
2084
|
-
--tw-border-opacity: 1;
|
|
2085
|
-
border-color: rgb(204 204 204 / var(--tw-border-opacity));
|
|
2086
|
-
}
|
|
2050
|
+
}
|
|
2087
2051
|
.hover\:tw-border-info-600:hover {
|
|
2088
2052
|
--tw-border-opacity: 1;
|
|
2089
2053
|
border-color: rgb(14 121 188 / var(--tw-border-opacity));
|
|
2090
|
-
}
|
|
2054
|
+
}
|
|
2091
2055
|
.hover\:tw-border-primary-600:hover {
|
|
2092
2056
|
--tw-border-opacity: 1;
|
|
2093
2057
|
border-color: rgb(14 121 188 / var(--tw-border-opacity));
|
|
2094
|
-
}
|
|
2058
|
+
}
|
|
2095
2059
|
.hover\:tw-border-primary-700:hover {
|
|
2096
2060
|
--tw-border-opacity: 1;
|
|
2097
2061
|
border-color: rgb(10 91 141 / var(--tw-border-opacity));
|
|
2098
|
-
}
|
|
2062
|
+
}
|
|
2099
2063
|
.hover\:tw-border-secondary-700:hover {
|
|
2100
2064
|
--tw-border-opacity: 1;
|
|
2101
2065
|
border-color: rgb(56 65 77 / var(--tw-border-opacity));
|
|
2102
|
-
}
|
|
2066
|
+
}
|
|
2103
2067
|
.hover\:tw-border-success-600:hover {
|
|
2104
2068
|
--tw-border-opacity: 1;
|
|
2105
2069
|
border-color: rgb(36 152 77 / var(--tw-border-opacity));
|
|
2106
|
-
}
|
|
2070
|
+
}
|
|
2107
2071
|
.hover\:tw-border-warning-600:hover {
|
|
2108
2072
|
--tw-border-opacity: 1;
|
|
2109
2073
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2110
|
-
}
|
|
2074
|
+
}
|
|
2111
2075
|
.hover\:tw-bg-grayscale-200:hover {
|
|
2112
2076
|
--tw-bg-opacity: 1;
|
|
2113
2077
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
2114
|
-
}
|
|
2078
|
+
}
|
|
2115
2079
|
.hover\:tw-bg-grayscale-300:hover {
|
|
2116
2080
|
--tw-bg-opacity: 1;
|
|
2117
2081
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
2118
|
-
}
|
|
2082
|
+
}
|
|
2119
2083
|
.hover\:tw-bg-grayscale-400:hover {
|
|
2120
2084
|
--tw-bg-opacity: 1;
|
|
2121
2085
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2122
|
-
}
|
|
2123
|
-
.hover\:tw-bg-grayscale-500:hover {
|
|
2124
|
-
--tw-bg-opacity: 1;
|
|
2125
|
-
background-color: rgb(204 204 204 / var(--tw-bg-opacity));
|
|
2126
|
-
}
|
|
2086
|
+
}
|
|
2127
2087
|
.hover\:tw-bg-info-100:hover {
|
|
2128
2088
|
--tw-bg-opacity: 1;
|
|
2129
2089
|
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2130
|
-
}
|
|
2090
|
+
}
|
|
2131
2091
|
.hover\:tw-bg-info-400:hover {
|
|
2132
2092
|
--tw-bg-opacity: 1;
|
|
2133
2093
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
2134
|
-
}
|
|
2094
|
+
}
|
|
2135
2095
|
.hover\:tw-bg-info-600:hover {
|
|
2136
2096
|
--tw-bg-opacity: 1;
|
|
2137
2097
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2138
|
-
}
|
|
2098
|
+
}
|
|
2139
2099
|
.hover\:tw-bg-primary-100:hover {
|
|
2140
2100
|
--tw-bg-opacity: 1;
|
|
2141
2101
|
background-color: rgb(207 234 251 / var(--tw-bg-opacity));
|
|
2142
|
-
}
|
|
2102
|
+
}
|
|
2143
2103
|
.hover\:tw-bg-primary-400:hover {
|
|
2144
2104
|
--tw-bg-opacity: 1;
|
|
2145
2105
|
background-color: rgb(65 172 239 / var(--tw-bg-opacity));
|
|
2146
|
-
}
|
|
2106
|
+
}
|
|
2147
2107
|
.hover\:tw-bg-primary-600:hover {
|
|
2148
2108
|
--tw-bg-opacity: 1;
|
|
2149
2109
|
background-color: rgb(14 121 188 / var(--tw-bg-opacity));
|
|
2150
|
-
}
|
|
2151
|
-
.hover\:tw-bg-primary-700:hover {
|
|
2152
|
-
--tw-bg-opacity: 1;
|
|
2153
|
-
background-color: rgb(10 91 141 / var(--tw-bg-opacity));
|
|
2154
|
-
}
|
|
2110
|
+
}
|
|
2155
2111
|
.hover\:tw-bg-secondary-100:hover {
|
|
2156
2112
|
--tw-bg-opacity: 1;
|
|
2157
2113
|
background-color: rgb(223 226 230 / var(--tw-bg-opacity));
|
|
2158
|
-
}
|
|
2114
|
+
}
|
|
2159
2115
|
.hover\:tw-bg-secondary-400:hover {
|
|
2160
2116
|
--tw-bg-opacity: 1;
|
|
2161
2117
|
background-color: rgb(125 138 154 / var(--tw-bg-opacity));
|
|
2162
|
-
}
|
|
2118
|
+
}
|
|
2163
2119
|
.hover\:tw-bg-secondary-500:hover {
|
|
2164
2120
|
--tw-bg-opacity: 1;
|
|
2165
2121
|
background-color: rgb(93 109 129 / var(--tw-bg-opacity));
|
|
2166
|
-
}
|
|
2122
|
+
}
|
|
2167
2123
|
.hover\:tw-bg-secondary-600:hover {
|
|
2168
2124
|
--tw-bg-opacity: 1;
|
|
2169
2125
|
background-color: rgb(74 87 103 / var(--tw-bg-opacity));
|
|
2170
|
-
}
|
|
2171
|
-
.hover\:tw-bg-secondary-700:hover {
|
|
2172
|
-
--tw-bg-opacity: 1;
|
|
2173
|
-
background-color: rgb(56 65 77 / var(--tw-bg-opacity));
|
|
2174
|
-
}
|
|
2126
|
+
}
|
|
2175
2127
|
.hover\:tw-bg-success-100:hover {
|
|
2176
2128
|
--tw-bg-opacity: 1;
|
|
2177
2129
|
background-color: rgb(213 242 223 / var(--tw-bg-opacity));
|
|
2178
|
-
}
|
|
2130
|
+
}
|
|
2179
2131
|
.hover\:tw-bg-success-600:hover {
|
|
2180
2132
|
--tw-bg-opacity: 1;
|
|
2181
2133
|
background-color: rgb(36 152 77 / var(--tw-bg-opacity));
|
|
2182
|
-
}
|
|
2134
|
+
}
|
|
2183
2135
|
.hover\:tw-bg-warning-600:hover {
|
|
2184
2136
|
--tw-bg-opacity: 1;
|
|
2185
2137
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
2186
|
-
}
|
|
2187
|
-
.hover\:tw-text-
|
|
2138
|
+
}
|
|
2139
|
+
.hover\:tw-text-grayscale-800:hover {
|
|
2188
2140
|
--tw-text-opacity: 1;
|
|
2189
|
-
color: rgb(
|
|
2190
|
-
}
|
|
2141
|
+
color: rgb(39 52 56 / var(--tw-text-opacity));
|
|
2142
|
+
}
|
|
2191
2143
|
.hover\:tw-text-secondary-500:hover {
|
|
2192
2144
|
--tw-text-opacity: 1;
|
|
2193
2145
|
color: rgb(93 109 129 / var(--tw-text-opacity));
|
|
2194
|
-
}
|
|
2146
|
+
}
|
|
2195
2147
|
.hover\:tw-text-success-600:hover {
|
|
2196
2148
|
--tw-text-opacity: 1;
|
|
2197
2149
|
color: rgb(36 152 77 / var(--tw-text-opacity));
|
|
2198
|
-
}
|
|
2150
|
+
}
|
|
2199
2151
|
.hover\:tw-text-white:hover {
|
|
2200
2152
|
--tw-text-opacity: 1;
|
|
2201
2153
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2202
|
-
}
|
|
2154
|
+
}
|
|
2203
2155
|
.hover\:tw-underline:hover {
|
|
2204
2156
|
text-decoration-line: underline;
|
|
2205
|
-
}
|
|
2157
|
+
}
|
|
2206
2158
|
.hover\:tw-shadow-lg:hover {
|
|
2207
2159
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2208
2160
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2209
2161
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2210
|
-
}
|
|
2162
|
+
}
|
|
2211
2163
|
.hover\:\!tw-shadow-info-500:hover {
|
|
2212
2164
|
--tw-shadow-color: #1197EB !important;
|
|
2213
2165
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2214
|
-
}
|
|
2166
|
+
}
|
|
2215
2167
|
.hover\:tw-brightness-\[0\.85\]:hover {
|
|
2216
2168
|
--tw-brightness: brightness(0.85);
|
|
2217
2169
|
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);
|
|
2218
|
-
}
|
|
2170
|
+
}
|
|
2219
2171
|
.focus\:tw-border-error-600:focus {
|
|
2220
2172
|
--tw-border-opacity: 1;
|
|
2221
2173
|
border-color: rgb(195 50 48 / var(--tw-border-opacity));
|
|
2222
|
-
}
|
|
2174
|
+
}
|
|
2223
2175
|
.focus\:tw-border-grayscale-600:focus {
|
|
2224
2176
|
--tw-border-opacity: 1;
|
|
2225
2177
|
border-color: rgb(125 130 132 / var(--tw-border-opacity));
|
|
2226
|
-
}
|
|
2178
|
+
}
|
|
2227
2179
|
.focus\:tw-border-grayscale-700:focus {
|
|
2228
2180
|
--tw-border-opacity: 1;
|
|
2229
2181
|
border-color: rgb(82 93 96 / var(--tw-border-opacity));
|
|
2230
|
-
}
|
|
2182
|
+
}
|
|
2231
2183
|
.focus\:tw-border-success-600:focus {
|
|
2232
2184
|
--tw-border-opacity: 1;
|
|
2233
2185
|
border-color: rgb(36 152 77 / var(--tw-border-opacity));
|
|
2234
|
-
}
|
|
2186
|
+
}
|
|
2235
2187
|
.focus\:tw-border-warning-600:focus {
|
|
2236
2188
|
--tw-border-opacity: 1;
|
|
2237
2189
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2238
|
-
}
|
|
2190
|
+
}
|
|
2239
2191
|
.focus\:tw-outline-none:focus {
|
|
2240
2192
|
outline: 2px solid transparent;
|
|
2241
2193
|
outline-offset: 2px;
|
|
2242
|
-
}
|
|
2194
|
+
}
|
|
2243
2195
|
.tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2244
2196
|
--tw-text-opacity: 1;
|
|
2245
2197
|
color: rgb(17 151 235 / var(--tw-text-opacity));
|
|
2246
|
-
}
|
|
2198
|
+
}
|
|
2247
2199
|
@media (min-width: 640px) {
|
|
2248
2200
|
|
|
2249
2201
|
.sm\:tw-absolute {
|
|
@@ -2339,21 +2291,13 @@ video {
|
|
|
2339
2291
|
padding-left: 1rem;
|
|
2340
2292
|
padding-right: 1rem;
|
|
2341
2293
|
}
|
|
2342
|
-
}
|
|
2294
|
+
}
|
|
2343
2295
|
@media (min-width: 768px) {
|
|
2344
2296
|
|
|
2345
|
-
.md\:tw-relative {
|
|
2346
|
-
position: relative;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
2297
|
.md\:tw-right-6 {
|
|
2350
2298
|
right: 1.5rem;
|
|
2351
2299
|
}
|
|
2352
2300
|
|
|
2353
|
-
.md\:tw-order-first {
|
|
2354
|
-
order: -9999;
|
|
2355
|
-
}
|
|
2356
|
-
|
|
2357
2301
|
.md\:tw-mb-0 {
|
|
2358
2302
|
margin-bottom: 0px;
|
|
2359
2303
|
}
|
|
@@ -2418,10 +2362,6 @@ video {
|
|
|
2418
2362
|
width: 6rem;
|
|
2419
2363
|
}
|
|
2420
2364
|
|
|
2421
|
-
.md\:tw-w-3\/4 {
|
|
2422
|
-
width: 75%;
|
|
2423
|
-
}
|
|
2424
|
-
|
|
2425
2365
|
.md\:tw-w-auto {
|
|
2426
2366
|
width: auto;
|
|
2427
2367
|
}
|
|
@@ -2434,10 +2374,6 @@ video {
|
|
|
2434
2374
|
max-width: 100%;
|
|
2435
2375
|
}
|
|
2436
2376
|
|
|
2437
|
-
.md\:tw-flex-1 {
|
|
2438
|
-
flex: 1 1 0%;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
2377
|
.md\:tw-grow {
|
|
2442
2378
|
flex-grow: 1;
|
|
2443
2379
|
}
|
|
@@ -2497,10 +2433,6 @@ video {
|
|
|
2497
2433
|
object-fit: contain;
|
|
2498
2434
|
}
|
|
2499
2435
|
|
|
2500
|
-
.md\:tw-p-0 {
|
|
2501
|
-
padding: 0px;
|
|
2502
|
-
}
|
|
2503
|
-
|
|
2504
2436
|
.md\:tw-p-2 {
|
|
2505
2437
|
padding: 0.5rem;
|
|
2506
2438
|
}
|
|
@@ -2537,10 +2469,6 @@ video {
|
|
|
2537
2469
|
padding-bottom: 0.5rem;
|
|
2538
2470
|
}
|
|
2539
2471
|
|
|
2540
|
-
.md\:tw-pb-0 {
|
|
2541
|
-
padding-bottom: 0px;
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
2472
|
.md\:tw-pl-4 {
|
|
2545
2473
|
padding-left: 1rem;
|
|
2546
2474
|
}
|
|
@@ -2562,7 +2490,7 @@ video {
|
|
|
2562
2490
|
font-size: 0.75rem;
|
|
2563
2491
|
line-height: 1rem;
|
|
2564
2492
|
}
|
|
2565
|
-
}
|
|
2493
|
+
}
|
|
2566
2494
|
@media (min-width: 1024px) {
|
|
2567
2495
|
|
|
2568
2496
|
.lg\:tw-static {
|
|
@@ -2626,4 +2554,4 @@ video {
|
|
|
2626
2554
|
.lg\:tw-pt-20 {
|
|
2627
2555
|
padding-top: 5rem;
|
|
2628
2556
|
}
|
|
2629
|
-
}
|
|
2557
|
+
}
|