negodesign 0.0.73 → 0.0.75
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/README.md +133 -133
- package/dist/components/NegoDesign.svelte +21 -21
- package/dist/components/pages/admin/01/ui/AdminContent.svelte +14 -14
- package/dist/components/pages/admin/01/ui/AdminPanel.svelte +46 -46
- package/dist/components/pages/company-profile/shared/ProfileProducts.svelte +2 -2
- package/dist/components/pages/company-profile/types.d.ts +1 -1
- package/dist/components/pages/product-details/shared/ProductDetailFilesVertical.svelte +103 -103
- package/dist/components/pages/product-details/shared/ProductDetailPrice.svelte +3 -2
- package/dist/components/pages/product-details/shared/ProductDetailRating.svelte +2 -1
- package/dist/components/pages/product-details/shared/ProductDetailReviews.svelte +2 -1
- package/dist/components/pages/product-details/shared/ProductDetailTags.svelte +3 -2
- package/dist/components/pages/product-details/shared/ProductPromotionDetails.svelte +1 -1
- package/dist/components/pages/profile-user/shared/ProfileUserAddress.svelte +83 -83
- package/dist/components/pages/profile-user/shared/ProfileUserTabs.svelte +80 -80
- package/dist/components/pages/security/forget-password/01/ui/ForgetPasswordCard.svelte +2 -2
- package/dist/components/pages/security/forget-password/01/ui/FormForgetPassword.svelte +4 -4
- package/dist/components/pages/security/forget-password/01/ui/PageForgetPassword01.svelte +2 -2
- package/dist/components/pages/security/login/01/ui/FormLogin.svelte +11 -12
- package/dist/components/pages/security/login/01/ui/FormLogin.svelte.d.ts +2 -1
- package/dist/components/pages/security/login/01/ui/FormLoginEmailPassword.svelte +4 -3
- package/dist/components/pages/security/login/01/ui/FormLoginEmailPassword.svelte.d.ts +2 -1
- package/dist/components/pages/security/login/01/ui/FormLoginPhonePassword.svelte +4 -3
- package/dist/components/pages/security/login/01/ui/FormLoginPhonePassword.svelte.d.ts +2 -1
- package/dist/components/pages/security/login/01/ui/FormLoginUsernamePassword.svelte +4 -3
- package/dist/components/pages/security/login/01/ui/FormLoginUsernamePassword.svelte.d.ts +2 -1
- package/dist/components/pages/security/login/01/ui/FormRegister.svelte +28 -28
- package/dist/components/pages/security/login/01/ui/LoginCard.svelte +109 -107
- package/dist/components/pages/security/login/01/ui/LoginCard.svelte.d.ts +2 -1
- package/dist/components/pages/security/login/01/ui/PageLogin01.svelte +5 -3
- package/dist/components/pages/security/login/02/ui/FormLogin02.svelte +70 -0
- package/dist/components/pages/security/login/02/ui/FormLogin02.svelte.d.ts +10 -0
- package/dist/components/pages/security/login/02/ui/FormLoginEmailPassword02.svelte +24 -0
- package/dist/components/pages/security/login/02/ui/FormLoginEmailPassword02.svelte.d.ts +9 -0
- package/dist/components/pages/security/login/02/ui/FormLoginPhonePassword02.svelte +24 -0
- package/dist/components/pages/security/login/02/ui/FormLoginPhonePassword02.svelte.d.ts +9 -0
- package/dist/components/pages/security/login/02/ui/FormLoginUsernamePassword02.svelte +24 -0
- package/dist/components/pages/security/login/02/ui/FormLoginUsernamePassword02.svelte.d.ts +9 -0
- package/dist/components/pages/security/login/02/ui/LeftHero02.svelte +111 -0
- package/dist/components/pages/security/login/02/ui/LeftHero02.svelte.d.ts +10 -0
- package/dist/components/pages/security/login/02/ui/LoginCard02.svelte +107 -0
- package/dist/components/pages/security/login/02/ui/LoginCard02.svelte.d.ts +13 -0
- package/dist/components/pages/security/login/02/ui/PageLogin02.svelte +69 -0
- package/dist/components/pages/security/login/02/ui/PageLogin02.svelte.d.ts +4 -0
- package/dist/components/pages/security/login/03/ui/FormLogin03.svelte +87 -0
- package/dist/components/pages/security/login/03/ui/FormLogin03.svelte.d.ts +10 -0
- package/dist/components/pages/security/login/03/ui/FormLoginEmailPassword03.svelte +24 -0
- package/dist/components/pages/security/login/03/ui/FormLoginEmailPassword03.svelte.d.ts +9 -0
- package/dist/components/pages/security/login/03/ui/FormLoginPhonePassword03.svelte +24 -0
- package/dist/components/pages/security/login/03/ui/FormLoginPhonePassword03.svelte.d.ts +9 -0
- package/dist/components/pages/security/login/03/ui/FormLoginUsernamePassword03.svelte +24 -0
- package/dist/components/pages/security/login/03/ui/FormLoginUsernamePassword03.svelte.d.ts +9 -0
- package/dist/components/pages/security/login/03/ui/LeftHero03.svelte +114 -0
- package/dist/components/pages/security/login/03/ui/LeftHero03.svelte.d.ts +10 -0
- package/dist/components/pages/security/login/03/ui/LoginCard03.svelte +134 -0
- package/dist/components/pages/security/login/03/ui/LoginCard03.svelte.d.ts +13 -0
- package/dist/components/pages/security/login/03/ui/PageLogin03.svelte +69 -0
- package/dist/components/pages/security/login/03/ui/PageLogin03.svelte.d.ts +4 -0
- package/dist/components/pages/security/login/PageLogin.svelte +30 -22
- package/dist/components/pages/security/login/PageLogin.svelte.d.ts +1 -1
- package/dist/components/pages/security/login/types.d.ts +12 -2
- package/dist/components/pages/security/otp-verification/01/ui/FormOtpVerification.svelte +2 -2
- package/dist/components/pages/security/otp-verification/01/ui/OtpVerificationCard.svelte +2 -2
- package/dist/components/pages/security/otp-verification/01/ui/PageOtpVerification01.svelte +2 -2
- package/dist/components/pages/security/reset-password/01/ui/FormResetPassword.svelte +4 -4
- package/dist/components/pages/security/reset-password/01/ui/PageResetPassword01.svelte +2 -2
- package/dist/components/pages/security/reset-password/01/ui/ResetPasswordCard.svelte +2 -2
- package/dist/components/ui/avatar/avatar-fallback.svelte +29 -29
- package/dist/components/ui/avatar/avatar-image.svelte +38 -38
- package/dist/components/ui/avatar/avatar.svelte +39 -39
- package/dist/components/ui/badge/badge.svelte +46 -46
- package/dist/components/{core → ui}/banner/AdCardBanner.svelte +74 -74
- package/dist/components/{core → ui}/banner/CtaCardBanner.svelte +118 -118
- package/dist/components/{core → ui}/banner/CtaCardImageBanner.svelte +94 -94
- package/dist/components/{core/breadcrumb → ui/breadcrumb/core}/breadcrumb-list.svelte +31 -31
- package/dist/components/{core → ui}/button/ButtonBack.svelte +18 -18
- package/dist/components/{core → ui}/button/ButtonBack.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/button/ButtonLogin.svelte +15 -15
- package/dist/components/{core → ui}/button/ButtonLogin.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/button/ButtonLoginWith.svelte +57 -57
- package/dist/components/{core → ui}/button/ButtonLoginWith.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/button/ButtonSend.svelte +15 -15
- package/dist/components/{core → ui}/button/ButtonSend.svelte.d.ts +1 -1
- package/dist/components/ui/button/button.svelte +85 -85
- package/dist/components/{core/card → ui/card/core}/highlight/01/CardHighlight01.svelte +103 -103
- package/dist/components/{core/card → ui/card/core}/highlight/02/CardHighlight02.svelte +99 -99
- package/dist/components/{core/card → ui/card/core}/highlight/CardHighlight.svelte +22 -22
- package/dist/components/{core/card → ui/card/core}/media/01/CardMedia01.svelte +133 -133
- package/dist/components/{core/card → ui/card/core}/media/02/CardMedia02.svelte +127 -127
- package/dist/components/{core/card → ui/card/core}/media/CardMedia.svelte +18 -18
- package/dist/components/{core/card → ui/card/core}/product/01/CardProduct01.svelte +136 -136
- package/dist/components/{core/card → ui/card/core}/product/02/CardProduct02.svelte +124 -124
- package/dist/components/{core/card → ui/card/core}/product/CardProduct.svelte +22 -22
- package/dist/components/{core/card → ui/card/core}/profile/01/CardProfile01.svelte +134 -134
- package/dist/components/{core/card → ui/card/core}/profile/02/CardProfile02.svelte +132 -132
- package/dist/components/{core/card → ui/card/core}/profile/CardProfile.svelte +18 -18
- package/dist/components/{core/card → ui/card/core}/promotion/CardPromotion.svelte +139 -139
- package/dist/components/{core/card → ui/card/core}/promotion/CardPromotionPrice.svelte +32 -32
- package/dist/components/{core/card → ui/card/core}/shared/CardButton.svelte +42 -42
- package/dist/components/{core/card → ui/card/core}/shared/CardCart.svelte +36 -36
- package/dist/components/{core/card → ui/card/core}/shared/CardDescription.svelte +41 -41
- package/dist/components/{core/card → ui/card/core}/shared/CardFavorite.svelte +33 -33
- package/dist/components/{core/card → ui/card/core}/shared/CardLogo.svelte +19 -19
- package/dist/components/{core/card → ui/card/core}/shared/CardPhoneOrWhatsapp.svelte +45 -45
- package/dist/components/{core/card → ui/card/core}/shared/CardStarRating.svelte +24 -24
- package/dist/components/{core/card → ui/card/core}/shared/CardTags.svelte +95 -95
- package/dist/components/{core/card → ui/card/core}/shared/CardThumbnailVideo.svelte +232 -232
- package/dist/components/{core/card → ui/card/core}/shared/CardTitlePrice.svelte +24 -24
- package/dist/components/{core/card → ui/card/core}/shared/TruncatableText.svelte +49 -49
- package/dist/components/ui/carousel/carousel-content.svelte +56 -56
- package/dist/components/ui/carousel/carousel-item.svelte +29 -29
- package/dist/components/ui/carousel/carousel-next.svelte +40 -40
- package/dist/components/ui/carousel/carousel-previous.svelte +40 -40
- package/dist/components/ui/carousel/carousel.svelte +225 -225
- package/dist/components/{core/carousel → ui/carousel/core}/badge/ui/CarouselBadge.svelte +108 -108
- package/dist/components/{core/carousel → ui/carousel/core}/grid/media/types.d.ts +3 -3
- package/dist/components/{core/carousel → ui/carousel/core}/grid/media/ui/CarouselGridMedia.svelte +6 -6
- package/dist/components/{core/carousel → ui/carousel/core}/grid/media/ui/CarouselGridMedia.svelte.d.ts +1 -1
- package/dist/components/{core/carousel → ui/carousel/core}/grid/product/types.d.ts +3 -3
- package/dist/components/{core/carousel → ui/carousel/core}/grid/product/ui/CarouselGridProduct.svelte +5 -5
- package/dist/components/{core/carousel → ui/carousel/core}/grid/profile/types.d.ts +2 -2
- package/dist/components/{core/carousel → ui/carousel/core}/grid/profile/ui/CarouselGridProfile.svelte +6 -6
- package/dist/components/{core/carousel → ui/carousel/core}/grid/profile/ui/CarouselGridProfile.svelte.d.ts +1 -1
- package/dist/components/{core/carousel → ui/carousel/core}/grid/promotion/types.d.ts +2 -2
- package/dist/components/{core/carousel → ui/carousel/core}/grid/promotion/ui/CarouselGridPromotion.svelte +5 -5
- package/dist/components/{core/carousel → ui/carousel/core}/grid/shared/ui/CarouselGridSlot.svelte +38 -38
- package/dist/components/{core/carousel → ui/carousel/core}/grid/shared/ui/CarouselGridSlot.svelte.d.ts +2 -2
- package/dist/components/{core/carousel → ui/carousel/core}/hero/types.d.ts +2 -2
- package/dist/components/{core/carousel → ui/carousel/core}/hero/ui/CarouselHero.svelte +181 -181
- package/dist/components/{core/carousel → ui/carousel/core}/highlights/types.d.ts +2 -2
- package/dist/components/{core/carousel → ui/carousel/core}/highlights/ui/CarouselHighlights.svelte +67 -67
- package/dist/components/{core/carousel → ui/carousel/core}/product/types.d.ts +2 -2
- package/dist/components/{core/carousel → ui/carousel/core}/product/ui/CarouselProduct.svelte +57 -57
- package/dist/components/{core/carousel → ui/carousel/core}/promotion/types.d.ts +2 -2
- package/dist/components/{core/carousel → ui/carousel/core}/promotion/ui/CarouselPromotion.svelte +67 -67
- package/dist/components/{core/carousel → ui/carousel/core}/shared/ui/CarouselHeader.svelte +59 -59
- package/dist/components/ui/checkbox/checkbox.svelte +96 -96
- package/dist/components/ui/collapsible/collapsible-content.svelte +30 -30
- package/dist/components/ui/collapsible/collapsible-trigger.svelte +51 -51
- package/dist/components/ui/collapsible/collapsible.svelte +66 -66
- package/dist/components/ui/data-table/flex-render.svelte +40 -40
- package/dist/components/{core → ui}/datatable/data/columns-create.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/data/columns-create.js +1 -1
- package/dist/components/{core → ui}/datatable/data/data-table.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/data/resolve-cell-badge.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/data/resolve-cell-badge.svelte.js +2 -2
- package/dist/components/{core → ui}/datatable/data/resolve-cell.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/data/resolve-cell.svelte.js +1 -1
- package/dist/components/{core → ui}/datatable/data/resolve-header.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/data/resolve-header.svelte.js +1 -1
- package/dist/components/{core → ui}/datatable/ui/DataTableActions.svelte +28 -28
- package/dist/components/{core → ui}/datatable/ui/DataTableActions.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/ui/DataTableCheckbox.svelte +22 -22
- package/dist/components/{core → ui}/datatable/ui/DataTableContent.svelte +59 -59
- package/dist/components/{core → ui}/datatable/ui/DataTableContent.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/ui/DataTableCore.svelte +148 -148
- package/dist/components/{core → ui}/datatable/ui/DataTableDragHandle.svelte +8 -8
- package/dist/components/{core → ui}/datatable/ui/DataTableListFilter.svelte +60 -60
- package/dist/components/{core → ui}/datatable/ui/DataTableListFilter.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/ui/DataTableListPagination.svelte +35 -35
- package/dist/components/{core → ui}/datatable/ui/DataTableListPagination.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/ui/columns-create.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/datatable/ui/columns-create.svelte.js +1 -1
- package/dist/components/ui/drawer/drawer-close.svelte +41 -41
- package/dist/components/ui/drawer/drawer-content.svelte +81 -81
- package/dist/components/ui/drawer/drawer-description.svelte +19 -19
- package/dist/components/ui/drawer/drawer-footer.svelte +20 -20
- package/dist/components/ui/drawer/drawer-header.svelte +20 -20
- package/dist/components/ui/drawer/drawer-nested.svelte +34 -34
- package/dist/components/ui/drawer/drawer-overlay.svelte +25 -25
- package/dist/components/ui/drawer/drawer-portal.svelte +19 -19
- package/dist/components/ui/drawer/drawer-title.svelte +19 -19
- package/dist/components/ui/drawer/drawer-trigger.svelte +42 -42
- package/dist/components/ui/drawer/drawer.svelte +74 -74
- package/dist/components/ui/dropdown-menu/dropdown-menu-checkbox-group.svelte +25 -25
- package/dist/components/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte +69 -69
- package/dist/components/ui/dropdown-menu/dropdown-menu-content.svelte +106 -106
- package/dist/components/ui/dropdown-menu/dropdown-menu-group-heading.svelte +27 -27
- package/dist/components/ui/dropdown-menu/dropdown-menu-group.svelte +21 -21
- package/dist/components/ui/dropdown-menu/dropdown-menu-item.svelte +60 -60
- package/dist/components/ui/dropdown-menu/dropdown-menu-label.svelte +27 -27
- package/dist/components/ui/dropdown-menu/dropdown-menu-portal.svelte +6 -6
- package/dist/components/ui/dropdown-menu/dropdown-menu-radio-group.svelte +43 -43
- package/dist/components/ui/dropdown-menu/dropdown-menu-radio-item.svelte +70 -70
- package/dist/components/ui/dropdown-menu/dropdown-menu-separator.svelte +20 -20
- package/dist/components/ui/dropdown-menu/dropdown-menu-sub-content.svelte +33 -33
- package/dist/components/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte +57 -57
- package/dist/components/ui/dropdown-menu/dropdown-menu-sub.svelte +76 -76
- package/dist/components/ui/dropdown-menu/dropdown-menu-trigger.svelte +68 -68
- package/dist/components/ui/dropdown-menu/dropdown-menu.svelte +53 -53
- package/dist/components/ui/empty/empty-content.svelte +19 -19
- package/dist/components/ui/empty/empty-description.svelte +19 -19
- package/dist/components/ui/empty/empty-header.svelte +19 -19
- package/dist/components/ui/empty/empty-media.svelte +41 -41
- package/dist/components/ui/empty/empty-title.svelte +19 -19
- package/dist/components/ui/empty/empty.svelte +19 -19
- package/dist/components/{core → ui}/footer/ui/Footer.svelte +18 -18
- package/dist/components/ui/form/Form.svelte +171 -0
- package/dist/components/ui/form/Form.svelte.d.ts +4 -0
- package/dist/components/ui/form/types.d.ts +78 -0
- package/dist/components/ui/form/ui/input-badges.svelte +214 -0
- package/dist/components/ui/form/ui/input-badges.svelte.d.ts +14 -0
- package/dist/components/{core → ui}/form/ui/input-base.svelte +81 -81
- package/dist/components/{core → ui}/form/ui/input-base.svelte.d.ts +1 -1
- package/dist/components/ui/form/ui/input-checkbox.svelte +86 -0
- package/dist/components/ui/form/ui/input-checkbox.svelte.d.ts +17 -0
- package/dist/components/{core → ui}/form/ui/input-code-otp.svelte +3 -3
- package/dist/components/{core → ui}/form/ui/input-code-otp.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/form/ui/input-email-or-phone.svelte +23 -23
- package/dist/components/{core → ui}/form/ui/input-email-or-phone.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/form/ui/input-email.svelte +23 -23
- package/dist/components/{core → ui}/form/ui/input-email.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/form/ui/input-password-confirm.svelte +23 -23
- package/dist/components/{core → ui}/form/ui/input-password-confirm.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/form/ui/input-password.svelte +23 -23
- package/dist/components/{core → ui}/form/ui/input-password.svelte.d.ts +1 -1
- package/dist/components/{core → ui}/form/ui/input-phone.svelte +33 -33
- package/dist/components/{core → ui}/form/ui/input-phone.svelte.d.ts +1 -1
- package/dist/components/ui/form/ui/input-radio.svelte +82 -0
- package/dist/components/ui/form/ui/input-radio.svelte.d.ts +17 -0
- package/dist/components/ui/form/ui/input-select.svelte +195 -0
- package/dist/components/ui/form/ui/input-select.svelte.d.ts +17 -0
- package/dist/components/ui/form/ui/input-textarea.svelte +61 -0
- package/dist/components/ui/form/ui/input-textarea.svelte.d.ts +13 -0
- package/dist/components/ui/form/ui/input-toggle.svelte +89 -0
- package/dist/components/ui/form/ui/input-toggle.svelte.d.ts +11 -0
- package/dist/components/{core → ui}/form/ui/input-username.svelte +22 -22
- package/dist/components/{core → ui}/form/ui/input-username.svelte.d.ts +1 -1
- package/dist/components/{core/grid → ui/grid/core}/ui/01/Grid01.svelte +30 -30
- package/dist/components/{core/grid → ui/grid/core}/ui/02/Grid02.svelte +30 -30
- package/dist/components/{core/grid → ui/grid/core}/ui/ItemsPanel.svelte +26 -26
- package/dist/components/{core/grid → ui/grid/core}/ui/ItemsPanelCarousel.svelte +37 -37
- package/dist/components/{core/grid → ui/grid/core}/ui/ItemsPanelGrid.svelte +43 -43
- package/dist/components/{core/grid → ui/grid/core}/ui/ItemsSimpleGrid.svelte +45 -45
- package/dist/components/{core/grid → ui/grid/core}/ui/shared/DescriptionGrid.svelte +23 -23
- package/dist/components/{core/grid → ui/grid/core}/ui/shared/IconRenderGrid.svelte +23 -23
- package/dist/components/{core/grid → ui/grid/core}/ui/shared/TitleGrid.svelte +19 -19
- package/dist/components/{core → ui}/hero/SimpleHero.svelte +65 -65
- package/dist/components/ui/input-otp/input-otp-group.svelte +22 -22
- package/dist/components/ui/input-otp/input-otp-separator.svelte +27 -27
- package/dist/components/ui/input-otp/input-otp-slot.svelte +63 -63
- package/dist/components/ui/input-otp/input-otp.svelte +181 -181
- package/dist/components/{core/label → ui/label/core}/LabelOr.svelte +25 -25
- package/dist/components/ui/label/label.svelte +19 -19
- package/dist/components/ui/language-switcher/language-switcher.svelte +48 -48
- package/dist/components/ui/light-switch/light-switch.svelte +48 -48
- package/dist/components/{core → ui}/link/link-forget-password.svelte +12 -12
- package/dist/components/{core → ui}/link/link-privacy-polity.svelte +12 -12
- package/dist/components/{core → ui}/link/link-terms-of-service.svelte +12 -12
- package/dist/components/ui/modal/badge/index.d.ts +3 -0
- package/dist/components/ui/modal/badge/index.js +2 -0
- package/dist/components/ui/modal/badge/types.d.ts +35 -0
- package/dist/components/ui/modal/badge/ui/ModalBadgeSelection.svelte +87 -0
- package/dist/components/ui/modal/badge/ui/ModalBadgeSelection.svelte.d.ts +4 -0
- package/dist/components/ui/modal/core/index.d.ts +3 -0
- package/dist/components/ui/modal/core/index.js +2 -0
- package/dist/components/ui/modal/core/types.d.ts +82 -0
- package/dist/components/ui/modal/core/ui/ModalCore.svelte +129 -0
- package/dist/components/ui/modal/core/ui/ModalCore.svelte.d.ts +4 -0
- package/dist/components/ui/modal/feedback/index.d.ts +3 -0
- package/dist/components/ui/modal/feedback/index.js +2 -0
- package/dist/components/ui/modal/feedback/types.d.ts +32 -0
- package/dist/components/ui/modal/feedback/ui/ModalFeedback.svelte +135 -0
- package/dist/components/ui/modal/feedback/ui/ModalFeedback.svelte.d.ts +4 -0
- package/dist/components/ui/modal/form/index.d.ts +3 -0
- package/dist/components/ui/modal/form/index.js +2 -0
- package/dist/components/ui/modal/form/types.d.ts +38 -0
- package/dist/components/ui/modal/form/ui/ModalForm.svelte +67 -0
- package/dist/components/ui/modal/form/ui/ModalForm.svelte.d.ts +4 -0
- package/dist/components/ui/modal/grid/index.d.ts +5 -0
- package/dist/components/ui/modal/grid/index.js +4 -0
- package/dist/components/ui/modal/grid/types.d.ts +51 -0
- package/dist/components/ui/modal/grid/ui/01/ModalGridSelection01.svelte +83 -0
- package/dist/components/ui/modal/grid/ui/01/ModalGridSelection01.svelte.d.ts +4 -0
- package/dist/components/ui/modal/grid/ui/02/ModalGridSelection02.svelte +142 -0
- package/dist/components/ui/modal/grid/ui/02/ModalGridSelection02.svelte.d.ts +4 -0
- package/dist/components/ui/modal/grid/ui/ModalGridSelection.svelte +60 -0
- package/dist/components/ui/modal/grid/ui/ModalGridSelection.svelte.d.ts +4 -0
- package/dist/components/ui/modal/map/index.d.ts +3 -0
- package/dist/components/ui/modal/map/index.js +2 -0
- package/dist/components/ui/modal/map/types.d.ts +48 -0
- package/dist/components/ui/modal/map/ui/ModalMap.svelte +187 -0
- package/dist/components/ui/modal/map/ui/ModalMap.svelte.d.ts +4 -0
- package/dist/components/ui/modal/notification/index.d.ts +3 -0
- package/dist/components/ui/modal/notification/index.js +2 -0
- package/dist/components/ui/modal/notification/types.d.ts +26 -0
- package/dist/components/ui/modal/notification/ui/ModalNotification.svelte +65 -0
- package/dist/components/ui/modal/notification/ui/ModalNotification.svelte.d.ts +4 -0
- package/dist/components/ui/modal/share/index.d.ts +3 -0
- package/dist/components/ui/modal/share/index.js +2 -0
- package/dist/components/ui/modal/share/types.d.ts +32 -0
- package/dist/components/ui/modal/share/ui/ModalShareSelection.svelte +103 -0
- package/dist/components/ui/modal/share/ui/ModalShareSelection.svelte.d.ts +4 -0
- package/dist/components/ui/modal/upload/index.d.ts +3 -0
- package/dist/components/ui/modal/upload/index.js +2 -0
- package/dist/components/ui/modal/upload/types.d.ts +79 -0
- package/dist/components/ui/modal/upload/ui/ModalUpload.svelte +268 -0
- package/dist/components/ui/modal/upload/ui/ModalUpload.svelte.d.ts +4 -0
- package/dist/components/ui/nav/data/nav-menu.js +1 -0
- package/dist/components/ui/nav/data/types.js +1 -0
- package/dist/components/{core → ui}/nav/ui/ComplexMenu.svelte +51 -51
- package/dist/components/{core → ui}/nav/ui/Menu.svelte +72 -72
- package/dist/components/{core → ui}/nav/ui/SimpleMenu.svelte +14 -14
- package/dist/components/{core → ui}/nav/ui/mobile/ComplexMenuMobile.svelte +125 -125
- package/dist/components/{core → ui}/nav/ui/mobile/MenuMobile.svelte +54 -54
- package/dist/components/{core → ui}/nav/ui/mobile/SimpleMenuMobile.svelte +1 -1
- package/dist/components/{core → ui}/nav/ui/shared/CollapsibleNavMenu.svelte +1 -1
- package/dist/components/{core → ui}/nav/ui/shared/MenuButton.svelte +51 -51
- package/dist/components/{core → ui}/nav/ui/shared/MenuLinks.svelte +40 -40
- package/dist/components/{core → ui}/nav/ui/shared/MenuListItem.svelte +44 -44
- package/dist/components/{core → ui}/nav/ui/shared/MenuLogo.svelte +13 -13
- package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItem.svelte +1 -1
- package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItemCard.svelte +1 -1
- package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItemGrid.svelte +30 -30
- package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItemList.svelte +1 -1
- package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItems.svelte +1 -1
- package/dist/components/{core → ui}/nav/ui/shared/navigation/NavDropdown.svelte +87 -87
- package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItem.svelte +17 -17
- package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItemCard.svelte +53 -53
- package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItemGrid.svelte +36 -36
- package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItemList.svelte +24 -24
- package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItems.svelte +21 -21
- package/dist/components/{core → ui}/panel/CarouselSlot.svelte +57 -57
- package/dist/components/{core → ui}/panel/LeftHero.svelte +114 -117
- package/dist/components/{core → ui}/panel/LeftHero.svelte.d.ts +0 -1
- package/dist/components/{core → ui}/panel/NotFoundEmpty.svelte +66 -66
- package/dist/components/{core → ui}/panel/type.d.ts +1 -1
- package/dist/components/ui/panel/type.js +1 -0
- package/dist/components/ui/phone-input/country-selector.svelte +86 -86
- package/dist/components/ui/phone-input/flag.svelte +11 -11
- package/dist/components/ui/phone-input/phone-input.svelte +147 -147
- package/dist/components/ui/popover/popover-close.svelte +25 -25
- package/dist/components/ui/popover/popover-content.svelte +92 -92
- package/dist/components/ui/popover/popover-portal.svelte +6 -6
- package/dist/components/ui/popover/popover-trigger.svelte +68 -68
- package/dist/components/ui/popover/popover.svelte +53 -53
- package/dist/components/{core → ui}/search/SearchInput.svelte +32 -32
- package/dist/components/{core → ui}/search/shared/SearchInputCore.svelte +66 -66
- package/dist/components/ui/search/types.js +1 -0
- package/dist/components/ui/section/Section01.svelte +90 -0
- package/dist/components/ui/section/Section01.svelte.d.ts +4 -0
- package/dist/components/ui/section/Section02.svelte +68 -0
- package/dist/components/ui/section/Section02.svelte.d.ts +4 -0
- package/dist/components/ui/section/Section03.svelte +52 -0
- package/dist/components/ui/section/Section03.svelte.d.ts +4 -0
- package/dist/components/ui/section/index.d.ts +4 -0
- package/dist/components/ui/section/index.js +3 -0
- package/dist/components/ui/section/types.d.ts +46 -0
- package/dist/components/ui/section/types.js +1 -0
- package/dist/components/ui/separator/separator.svelte +28 -28
- package/dist/components/{core/sidebar → ui/sidebar/core}/MenuBarSidebar.svelte +70 -70
- package/dist/components/{core/sidebar → ui/sidebar/core}/MenuBarSidebar.svelte.d.ts +1 -1
- package/dist/components/ui/sidebar/core/data/nav-menu-sidebar.js +1 -0
- package/dist/components/ui/sidebar/core/data/nav-top-bar-sidebar.js +1 -0
- package/dist/components/ui/sidebar/core/data/nav-user-sidebar.js +1 -0
- package/dist/components/ui/sidebar/core/types.js +1 -0
- package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavMenuBarSidebar.svelte +97 -97
- package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavMenuBottomSidebar.svelte +33 -33
- package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavMenuBottomSidebar.svelte.d.ts +2 -2
- package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavMenuTopBarSidebar.svelte +101 -101
- package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavUserSidebar.svelte +6 -6
- package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavUserSidebar.svelte.d.ts +1 -1
- package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/nav-menu-header-sidebar.svelte +77 -77
- package/dist/components/ui/sidebar/sidebar-content.svelte +24 -24
- package/dist/components/ui/sidebar/sidebar-footer.svelte +21 -21
- package/dist/components/ui/sidebar/sidebar-group-content.svelte +21 -21
- package/dist/components/ui/sidebar/sidebar-menu-action.svelte +38 -38
- package/dist/components/ui/sidebar/sidebar-menu-button.svelte +70 -70
- package/dist/components/ui/sidebar/sidebar-menu-sub-button.svelte +39 -39
- package/dist/components/ui/sidebar/sidebar-provider.svelte +62 -62
- package/dist/components/ui/sidebar/sidebar-rail.svelte +36 -36
- package/dist/components/ui/sidebar/sidebar-separator.svelte +21 -21
- package/dist/components/ui/sidebar/sidebar-trigger.svelte +36 -36
- package/dist/components/ui/sidebar/sidebar.svelte +118 -118
- package/dist/components/ui/skeleton/skeleton.svelte +19 -19
- package/dist/components/ui/social-login/social-login.svelte +79 -0
- package/dist/components/ui/social-login/social-login.svelte.d.ts +10 -0
- package/dist/components/ui/star-rating/star-rating-star.svelte +66 -66
- package/dist/components/ui/star-rating/star-rating.svelte +149 -149
- package/dist/components/ui/table/table-body.svelte +15 -15
- package/dist/components/ui/table/table-caption.svelte +20 -20
- package/dist/components/ui/table/table-cell.svelte +15 -15
- package/dist/components/ui/table/table-footer.svelte +20 -20
- package/dist/components/ui/table/table-head.svelte +15 -15
- package/dist/components/ui/table/table-header.svelte +20 -20
- package/dist/components/ui/table/table-row.svelte +15 -15
- package/dist/components/ui/table/table.svelte +17 -17
- package/dist/components/ui/tabs/data/TabModel.js +1 -0
- package/dist/components/ui/tabs/types.js +1 -0
- package/dist/components/{core → ui}/tabs/ui/tab-underline.svelte +43 -43
- package/dist/components/ui/underline-tabs/underline-tabs-content.svelte +33 -33
- package/dist/components/ui/underline-tabs/underline-tabs-list.svelte +40 -40
- package/dist/components/ui/underline-tabs/underline-tabs-trigger.svelte +91 -91
- package/dist/components/ui/underline-tabs/underline-tabs.svelte +61 -61
- package/dist/docs/ApiTable.svelte +42 -42
- package/dist/docs/CodeBlock.svelte +26 -26
- package/dist/docs/DocsHeader.svelte +25 -25
- package/dist/docs/DocsSidebar.svelte +98 -98
- package/dist/docs/components.d.ts +1 -1
- package/dist/docs/components.js +1112 -230
- package/dist/globals.css +530 -0
- package/dist/i18n/langs/en.d.ts +9 -0
- package/dist/i18n/langs/en.js +9 -0
- package/dist/i18n/langs/pt.d.ts +9 -0
- package/dist/i18n/langs/pt.js +9 -0
- package/dist/i18n/translations.d.ts +18 -0
- package/dist/index.d.ts +197 -28
- package/dist/index.js +197 -28
- package/dist/styles/globals.css +283 -283
- package/dist/types/index.d.ts +68 -22
- package/package.json +81 -81
- /package/dist/components/{core → ui}/banner/AdCardBanner.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/banner/CtaCardBanner.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/banner/CtaCardImageBanner.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/banner/NotificationBanner.svelte +0 -0
- /package/dist/components/{core → ui}/banner/NotificationBanner.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/banner/types.d.ts +0 -0
- /package/dist/components/{core → ui}/banner/types.js +0 -0
- /package/dist/components/{core/breadcrumb → ui/breadcrumb/core}/breadcrumb-list.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/highlight/01/CardHighlight01.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/highlight/02/CardHighlight02.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/highlight/CardHighlight.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/highlight/data.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/highlight/data.js +0 -0
- /package/dist/components/{core/card → ui/card/core}/media/01/CardMedia01.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/media/02/CardMedia02.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/media/CardMedia.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/media/data.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/media/data.js +0 -0
- /package/dist/components/{core/card → ui/card/core}/product/01/CardProduct01.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/product/02/CardProduct02.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/product/CardProduct.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/product/data.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/product/data.js +0 -0
- /package/dist/components/{core/card → ui/card/core}/profile/01/CardProfile01.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/profile/02/CardProfile02.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/profile/CardProfile.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/profile/data.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/profile/data.js +0 -0
- /package/dist/components/{core/card → ui/card/core}/promotion/CardPromotion.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/promotion/CardPromotionPrice.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/promotion/data.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/promotion/data.js +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardButton.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardCart.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardDescription.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardFavorite.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardLogo.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardPhoneOrWhatsapp.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardStarRating.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardTags.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardThumbnailVideo.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/CardTitlePrice.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/shared/TruncatableText.svelte.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/types.d.ts +0 -0
- /package/dist/components/{core/card → ui/card/core}/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/badge/type.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/badge/type.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/badge/ui/CarouselBadge.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/grid/media/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/grid/product/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/grid/product/ui/CarouselGridProduct.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/grid/profile/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/grid/promotion/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/grid/promotion/ui/CarouselGridPromotion.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/hero/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/hero/ui/CarouselHero.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/highlights/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/highlights/ui/CarouselHighlights.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/product/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/product/ui/CarouselProduct.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/promotion/types.js +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/promotion/ui/CarouselPromotion.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/shared/ui/CarouselHeader.svelte.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/types.d.ts +0 -0
- /package/dist/components/{core/carousel → ui/carousel/core}/types.js +0 -0
- /package/dist/components/{core → ui}/datatable/data/data-table.js +0 -0
- /package/dist/components/{core → ui}/datatable/ui/DataTableCheckbox.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/datatable/ui/DataTableCore.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/datatable/ui/DataTableDragHandle.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/footer/types.d.ts +0 -0
- /package/dist/components/{core → ui}/footer/types.js +0 -0
- /package/dist/components/{core → ui}/footer/ui/01/Footer01.svelte +0 -0
- /package/dist/components/{core → ui}/footer/ui/01/Footer01.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/footer/ui/02/Footer02.svelte +0 -0
- /package/dist/components/{core → ui}/footer/ui/02/Footer02.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/footer/ui/Footer.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/footer/ui/shared/FooterColumn.svelte +0 -0
- /package/dist/components/{core → ui}/footer/ui/shared/FooterColumn.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/footer/ui/shared/FooterNewsLetter.svelte +0 -0
- /package/dist/components/{core → ui}/footer/ui/shared/FooterNewsLetter.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/footer/ui/shared/FooterSocialIcon.svelte +0 -0
- /package/dist/components/{core → ui}/footer/ui/shared/FooterSocialIcon.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/form/data/InputIconDefault.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/form/data/InputIconDefault.svelte.js +0 -0
- /package/dist/components/{core → ui}/form/data/InputLabel.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/form/data/InputLabel.svelte.js +0 -0
- /package/dist/components/{core/grid/data → ui/form}/types.js +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/data/types.d.ts +0 -0
- /package/dist/components/{core/hero → ui/grid/core/data}/types.js +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/01/Grid01.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/02/Grid02.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/ItemsPanel.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/ItemsPanelCarousel.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/ItemsPanelGrid.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/ItemsSimpleGrid.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/shared/DescriptionGrid.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/shared/IconRenderGrid.svelte.d.ts +0 -0
- /package/dist/components/{core/grid → ui/grid/core}/ui/shared/TitleGrid.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/hero/SimpleHero.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/hero/types.d.ts +0 -0
- /package/dist/components/{core/nav/data → ui/hero}/types.js +0 -0
- /package/dist/components/{core/label → ui/label/core}/LabelOr.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/link/link-forget-password.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/link/link-privacy-polity.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/link/link-terms-of-service.svelte.d.ts +0 -0
- /package/dist/components/{core/search → ui/modal/badge}/types.js +0 -0
- /package/dist/components/{core/sidebar → ui/modal/core}/types.js +0 -0
- /package/dist/components/{core/tabs → ui/modal/feedback}/types.js +0 -0
- /package/dist/components/{core/nav/data/nav-menu.js → ui/modal/form/types.js} +0 -0
- /package/dist/components/{core/panel/type.js → ui/modal/grid/types.js} +0 -0
- /package/dist/components/{core/sidebar/data/nav-menu-sidebar.js → ui/modal/map/types.js} +0 -0
- /package/dist/components/{core/sidebar/data/nav-top-bar-sidebar.js → ui/modal/notification/types.js} +0 -0
- /package/dist/components/{core/sidebar/data/nav-user-sidebar.js → ui/modal/share/types.js} +0 -0
- /package/dist/components/{core/tabs/data/TabModel.js → ui/modal/upload/types.js} +0 -0
- /package/dist/components/{core → ui}/nav/data/complex-menu-utils.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/data/complex-menu-utils.js +0 -0
- /package/dist/components/{core → ui}/nav/data/nav-menu.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/data/types.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/ComplexMenu.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/Menu.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/SimpleMenu.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/mobile/ComplexMenuMobile.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/mobile/MenuMobile.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/mobile/SimpleMenuMobile.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/CollapsibleNavMenu.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/MenuButton.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/MenuLinks.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/MenuListItem.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/MenuLogo.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/NavMenuItem.svelte +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/NavMenuItem.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownMenuListItem.svelte +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownMenuListItem.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItem.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItemCard.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItemGrid.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItemList.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/dropdown/DropdownNavigationMenuItems.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/navigation/NavDropdown.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItem.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItemCard.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItemGrid.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItemList.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/nav/ui/shared/navigation/NavigationMenuItems.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/panel/CarouselSlot.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/panel/NotFoundEmpty.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/search/01/Search01.svelte +0 -0
- /package/dist/components/{core → ui}/search/01/Search01.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/search/02/Search02.svelte +0 -0
- /package/dist/components/{core → ui}/search/02/Search02.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/search/SearchInput.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/search/shared/SearchInputCore.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/search/types.d.ts +0 -0
- /package/dist/components/{core/sidebar → ui/sidebar/core}/data/nav-menu-sidebar.d.ts +0 -0
- /package/dist/components/{core/sidebar → ui/sidebar/core}/data/nav-top-bar-sidebar.d.ts +0 -0
- /package/dist/components/{core/sidebar → ui/sidebar/core}/data/nav-user-sidebar.d.ts +0 -0
- /package/dist/components/{core/sidebar → ui/sidebar/core}/types.d.ts +0 -0
- /package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavMenuBarSidebar.svelte.d.ts +0 -0
- /package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/NavMenuTopBarSidebar.svelte.d.ts +0 -0
- /package/dist/components/{core/sidebar → ui/sidebar/core}/ui/navbar/nav-menu-header-sidebar.svelte.d.ts +0 -0
- /package/dist/components/{core → ui}/tabs/data/TabModel.d.ts +0 -0
- /package/dist/components/{core → ui}/tabs/types.d.ts +0 -0
- /package/dist/components/{core → ui}/tabs/ui/tab-underline.svelte.d.ts +0 -0
package/dist/globals.css
CHANGED
|
@@ -9,17 +9,27 @@
|
|
|
9
9
|
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
10
10
|
--color-red-800: oklch(44.4% 0.177 26.899);
|
|
11
11
|
--color-red-900: oklch(39.6% 0.141 25.723);
|
|
12
|
+
--color-orange-50: oklch(98% 0.016 73.684);
|
|
13
|
+
--color-orange-300: oklch(83.7% 0.128 66.29);
|
|
14
|
+
--color-orange-400: oklch(75% 0.183 55.934);
|
|
15
|
+
--color-orange-500: oklch(70.5% 0.213 47.604);
|
|
16
|
+
--color-orange-600: oklch(64.6% 0.222 41.116);
|
|
17
|
+
--color-orange-950: oklch(26.6% 0.079 36.259);
|
|
12
18
|
--color-amber-50: oklch(98.7% 0.022 95.277);
|
|
13
19
|
--color-amber-500: oklch(76.9% 0.188 70.08);
|
|
14
20
|
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
21
|
+
--color-green-400: oklch(79.2% 0.209 151.711);
|
|
15
22
|
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
16
23
|
--color-green-600: oklch(62.7% 0.194 149.214);
|
|
17
24
|
--color-blue-50: oklch(97% 0.014 254.604);
|
|
18
25
|
--color-blue-100: oklch(93.2% 0.032 255.585);
|
|
19
26
|
--color-blue-400: oklch(70.7% 0.165 254.624);
|
|
20
27
|
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
28
|
+
--color-blue-600: oklch(54.6% 0.245 262.881);
|
|
21
29
|
--color-blue-700: oklch(48.8% 0.243 264.376);
|
|
22
30
|
--color-indigo-600: oklch(51.1% 0.262 276.966);
|
|
31
|
+
--color-purple-400: oklch(71.4% 0.203 305.504);
|
|
32
|
+
--color-purple-600: oklch(55.8% 0.288 302.321);
|
|
23
33
|
--color-slate-400: oklch(70.4% 0.04 256.788);
|
|
24
34
|
--color-slate-500: oklch(55.4% 0.046 257.417);
|
|
25
35
|
--color-slate-600: oklch(44.6% 0.043 257.281);
|
|
@@ -43,6 +53,7 @@
|
|
|
43
53
|
--container-xs: 20rem;
|
|
44
54
|
--container-sm: 24rem;
|
|
45
55
|
--container-md: 28rem;
|
|
56
|
+
--container-lg: 32rem;
|
|
46
57
|
--container-2xl: 42rem;
|
|
47
58
|
--container-3xl: 48rem;
|
|
48
59
|
--container-4xl: 56rem;
|
|
@@ -86,6 +97,7 @@
|
|
|
86
97
|
--blur-sm: 8px;
|
|
87
98
|
--blur-md: 12px;
|
|
88
99
|
--blur-2xl: 40px;
|
|
100
|
+
--blur-3xl: 64px;
|
|
89
101
|
--default-transition-duration: 150ms;
|
|
90
102
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
91
103
|
--default-font-family: "Figtree Variable", sans-serif;
|
|
@@ -390,6 +402,9 @@
|
|
|
390
402
|
.bottom-3 {
|
|
391
403
|
bottom: calc(var(--spacing) * 3);
|
|
392
404
|
}
|
|
405
|
+
.bottom-4 {
|
|
406
|
+
bottom: calc(var(--spacing) * 4);
|
|
407
|
+
}
|
|
393
408
|
.bottom-full {
|
|
394
409
|
bottom: 100%;
|
|
395
410
|
}
|
|
@@ -414,6 +429,9 @@
|
|
|
414
429
|
.left-3 {
|
|
415
430
|
left: calc(var(--spacing) * 3);
|
|
416
431
|
}
|
|
432
|
+
.left-4 {
|
|
433
|
+
left: calc(var(--spacing) * 4);
|
|
434
|
+
}
|
|
417
435
|
.left-\[max\(-7rem\,calc\(50\%-52rem\)\)\] {
|
|
418
436
|
left: max(-7rem, calc(50% - 52rem));
|
|
419
437
|
}
|
|
@@ -450,6 +468,9 @@
|
|
|
450
468
|
.z-50 {
|
|
451
469
|
z-index: 50;
|
|
452
470
|
}
|
|
471
|
+
.col-span-1 {
|
|
472
|
+
grid-column: span 1 / span 1;
|
|
473
|
+
}
|
|
453
474
|
.col-span-2 {
|
|
454
475
|
grid-column: span 2 / span 2;
|
|
455
476
|
}
|
|
@@ -498,12 +519,18 @@
|
|
|
498
519
|
.-mx-4 {
|
|
499
520
|
margin-inline: calc(var(--spacing) * -4);
|
|
500
521
|
}
|
|
522
|
+
.-mx-8 {
|
|
523
|
+
margin-inline: calc(var(--spacing) * -8);
|
|
524
|
+
}
|
|
501
525
|
.mx-2 {
|
|
502
526
|
margin-inline: calc(var(--spacing) * 2);
|
|
503
527
|
}
|
|
504
528
|
.mx-3\.5 {
|
|
505
529
|
margin-inline: calc(var(--spacing) * 3.5);
|
|
506
530
|
}
|
|
531
|
+
.mx-4 {
|
|
532
|
+
margin-inline: calc(var(--spacing) * 4);
|
|
533
|
+
}
|
|
507
534
|
.mx-auto {
|
|
508
535
|
margin-inline: auto;
|
|
509
536
|
}
|
|
@@ -543,6 +570,9 @@
|
|
|
543
570
|
.-mt-4 {
|
|
544
571
|
margin-top: calc(var(--spacing) * -4);
|
|
545
572
|
}
|
|
573
|
+
.-mt-6 {
|
|
574
|
+
margin-top: calc(var(--spacing) * -6);
|
|
575
|
+
}
|
|
546
576
|
.-mt-12 {
|
|
547
577
|
margin-top: calc(var(--spacing) * -12);
|
|
548
578
|
}
|
|
@@ -561,6 +591,9 @@
|
|
|
561
591
|
.mt-2 {
|
|
562
592
|
margin-top: calc(var(--spacing) * 2);
|
|
563
593
|
}
|
|
594
|
+
.mt-2\.5 {
|
|
595
|
+
margin-top: calc(var(--spacing) * 2.5);
|
|
596
|
+
}
|
|
564
597
|
.mt-3 {
|
|
565
598
|
margin-top: calc(var(--spacing) * 3);
|
|
566
599
|
}
|
|
@@ -612,15 +645,24 @@
|
|
|
612
645
|
.-mb-8 {
|
|
613
646
|
margin-bottom: calc(var(--spacing) * -8);
|
|
614
647
|
}
|
|
648
|
+
.mb-0 {
|
|
649
|
+
margin-bottom: 0px;
|
|
650
|
+
}
|
|
615
651
|
.mb-0\.5 {
|
|
616
652
|
margin-bottom: calc(var(--spacing) * 0.5);
|
|
617
653
|
}
|
|
618
654
|
.mb-1 {
|
|
619
655
|
margin-bottom: var(--spacing);
|
|
620
656
|
}
|
|
657
|
+
.mb-1\.5 {
|
|
658
|
+
margin-bottom: calc(var(--spacing) * 1.5);
|
|
659
|
+
}
|
|
621
660
|
.mb-2 {
|
|
622
661
|
margin-bottom: calc(var(--spacing) * 2);
|
|
623
662
|
}
|
|
663
|
+
.mb-3 {
|
|
664
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
665
|
+
}
|
|
624
666
|
.mb-4 {
|
|
625
667
|
margin-bottom: calc(var(--spacing) * 4);
|
|
626
668
|
}
|
|
@@ -636,18 +678,30 @@
|
|
|
636
678
|
.mb-10 {
|
|
637
679
|
margin-bottom: calc(var(--spacing) * 10);
|
|
638
680
|
}
|
|
681
|
+
.mb-12 {
|
|
682
|
+
margin-bottom: calc(var(--spacing) * 12);
|
|
683
|
+
}
|
|
684
|
+
.mb-16 {
|
|
685
|
+
margin-bottom: calc(var(--spacing) * 16);
|
|
686
|
+
}
|
|
639
687
|
.mb-24 {
|
|
640
688
|
margin-bottom: calc(var(--spacing) * 24);
|
|
641
689
|
}
|
|
642
690
|
.ml-0 {
|
|
643
691
|
margin-left: 0px;
|
|
644
692
|
}
|
|
693
|
+
.ml-0\.5 {
|
|
694
|
+
margin-left: calc(var(--spacing) * 0.5);
|
|
695
|
+
}
|
|
645
696
|
.ml-1 {
|
|
646
697
|
margin-left: var(--spacing);
|
|
647
698
|
}
|
|
648
699
|
.ml-2 {
|
|
649
700
|
margin-left: calc(var(--spacing) * 2);
|
|
650
701
|
}
|
|
702
|
+
.ml-3 {
|
|
703
|
+
margin-left: calc(var(--spacing) * 3);
|
|
704
|
+
}
|
|
651
705
|
.ml-auto {
|
|
652
706
|
margin-left: auto;
|
|
653
707
|
}
|
|
@@ -773,6 +827,10 @@
|
|
|
773
827
|
width: calc(var(--spacing) * 12);
|
|
774
828
|
height: calc(var(--spacing) * 12);
|
|
775
829
|
}
|
|
830
|
+
.size-14 {
|
|
831
|
+
width: calc(var(--spacing) * 14);
|
|
832
|
+
height: calc(var(--spacing) * 14);
|
|
833
|
+
}
|
|
776
834
|
.size-15 {
|
|
777
835
|
width: calc(var(--spacing) * 15);
|
|
778
836
|
height: calc(var(--spacing) * 15);
|
|
@@ -899,9 +957,15 @@
|
|
|
899
957
|
.max-h-37\.5 {
|
|
900
958
|
max-height: calc(var(--spacing) * 37.5);
|
|
901
959
|
}
|
|
960
|
+
.max-h-40 {
|
|
961
|
+
max-height: calc(var(--spacing) * 40);
|
|
962
|
+
}
|
|
902
963
|
.max-h-50 {
|
|
903
964
|
max-height: calc(var(--spacing) * 50);
|
|
904
965
|
}
|
|
966
|
+
.max-h-60 {
|
|
967
|
+
max-height: calc(var(--spacing) * 60);
|
|
968
|
+
}
|
|
905
969
|
.max-h-75 {
|
|
906
970
|
max-height: calc(var(--spacing) * 75);
|
|
907
971
|
}
|
|
@@ -923,6 +987,15 @@
|
|
|
923
987
|
.min-h-50 {
|
|
924
988
|
min-height: calc(var(--spacing) * 50);
|
|
925
989
|
}
|
|
990
|
+
.min-h-\[42px\] {
|
|
991
|
+
min-height: 42px;
|
|
992
|
+
}
|
|
993
|
+
.min-h-\[80px\] {
|
|
994
|
+
min-height: 80px;
|
|
995
|
+
}
|
|
996
|
+
.min-h-\[160px\] {
|
|
997
|
+
min-height: 160px;
|
|
998
|
+
}
|
|
926
999
|
.min-h-screen {
|
|
927
1000
|
min-height: 100vh;
|
|
928
1001
|
}
|
|
@@ -941,6 +1014,9 @@
|
|
|
941
1014
|
.w-1\/2 {
|
|
942
1015
|
width: calc(1 / 2 * 100%);
|
|
943
1016
|
}
|
|
1017
|
+
.w-1\/3 {
|
|
1018
|
+
width: calc(1 / 3 * 100%);
|
|
1019
|
+
}
|
|
944
1020
|
.w-2 {
|
|
945
1021
|
width: calc(var(--spacing) * 2);
|
|
946
1022
|
}
|
|
@@ -965,6 +1041,9 @@
|
|
|
965
1041
|
.w-6 {
|
|
966
1042
|
width: calc(var(--spacing) * 6);
|
|
967
1043
|
}
|
|
1044
|
+
.w-7\/12 {
|
|
1045
|
+
width: calc(7 / 12 * 100%);
|
|
1046
|
+
}
|
|
968
1047
|
.w-8 {
|
|
969
1048
|
width: calc(var(--spacing) * 8);
|
|
970
1049
|
}
|
|
@@ -974,6 +1053,9 @@
|
|
|
974
1053
|
.w-9 {
|
|
975
1054
|
width: calc(var(--spacing) * 9);
|
|
976
1055
|
}
|
|
1056
|
+
.w-10 {
|
|
1057
|
+
width: calc(var(--spacing) * 10);
|
|
1058
|
+
}
|
|
977
1059
|
.w-11 {
|
|
978
1060
|
width: calc(var(--spacing) * 11);
|
|
979
1061
|
}
|
|
@@ -983,6 +1065,9 @@
|
|
|
983
1065
|
.w-12 {
|
|
984
1066
|
width: calc(var(--spacing) * 12);
|
|
985
1067
|
}
|
|
1068
|
+
.w-14 {
|
|
1069
|
+
width: calc(var(--spacing) * 14);
|
|
1070
|
+
}
|
|
986
1071
|
.w-15 {
|
|
987
1072
|
width: calc(var(--spacing) * 15);
|
|
988
1073
|
}
|
|
@@ -1103,6 +1188,9 @@
|
|
|
1103
1188
|
.max-w-full {
|
|
1104
1189
|
max-width: 100%;
|
|
1105
1190
|
}
|
|
1191
|
+
.max-w-lg {
|
|
1192
|
+
max-width: var(--container-lg);
|
|
1193
|
+
}
|
|
1106
1194
|
.max-w-md {
|
|
1107
1195
|
max-width: var(--container-md);
|
|
1108
1196
|
}
|
|
@@ -1148,6 +1236,9 @@
|
|
|
1148
1236
|
.min-w-60 {
|
|
1149
1237
|
min-width: calc(var(--spacing) * 60);
|
|
1150
1238
|
}
|
|
1239
|
+
.min-w-\[120px\] {
|
|
1240
|
+
min-width: 120px;
|
|
1241
|
+
}
|
|
1151
1242
|
.min-w-full {
|
|
1152
1243
|
min-width: 100%;
|
|
1153
1244
|
}
|
|
@@ -1188,6 +1279,10 @@
|
|
|
1188
1279
|
--tw-translate-x: 0px;
|
|
1189
1280
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1190
1281
|
}
|
|
1282
|
+
.translate-x-5 {
|
|
1283
|
+
--tw-translate-x: calc(var(--spacing) * 5);
|
|
1284
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1285
|
+
}
|
|
1191
1286
|
.translate-x-full {
|
|
1192
1287
|
--tw-translate-x: 100%;
|
|
1193
1288
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1272,6 +1367,9 @@
|
|
|
1272
1367
|
.resize {
|
|
1273
1368
|
resize: both;
|
|
1274
1369
|
}
|
|
1370
|
+
.resize-none {
|
|
1371
|
+
resize: none;
|
|
1372
|
+
}
|
|
1275
1373
|
.snap-x {
|
|
1276
1374
|
scroll-snap-type: x var(--tw-scroll-snap-strictness);
|
|
1277
1375
|
}
|
|
@@ -1287,6 +1385,9 @@
|
|
|
1287
1385
|
.scroll-mt-24 {
|
|
1288
1386
|
scroll-margin-top: calc(var(--spacing) * 24);
|
|
1289
1387
|
}
|
|
1388
|
+
.list-inside {
|
|
1389
|
+
list-style-position: inside;
|
|
1390
|
+
}
|
|
1290
1391
|
.list-decimal {
|
|
1291
1392
|
list-style-type: decimal;
|
|
1292
1393
|
}
|
|
@@ -1490,6 +1591,9 @@
|
|
|
1490
1591
|
.rounded-2xl {
|
|
1491
1592
|
border-radius: calc(var(--radius) * 1.8);
|
|
1492
1593
|
}
|
|
1594
|
+
.rounded-3xl {
|
|
1595
|
+
border-radius: calc(var(--radius) * 2.2);
|
|
1596
|
+
}
|
|
1493
1597
|
.rounded-4xl {
|
|
1494
1598
|
border-radius: calc(var(--radius) * 2.6);
|
|
1495
1599
|
}
|
|
@@ -1562,6 +1666,10 @@
|
|
|
1562
1666
|
.rounded-tr-lg {
|
|
1563
1667
|
border-top-right-radius: var(--radius);
|
|
1564
1668
|
}
|
|
1669
|
+
.rounded-b-lg {
|
|
1670
|
+
border-bottom-right-radius: var(--radius);
|
|
1671
|
+
border-bottom-left-radius: var(--radius);
|
|
1672
|
+
}
|
|
1565
1673
|
.rounded-b-xl {
|
|
1566
1674
|
border-bottom-right-radius: calc(var(--radius) * 1.4);
|
|
1567
1675
|
border-bottom-left-radius: calc(var(--radius) * 1.4);
|
|
@@ -1592,6 +1700,10 @@
|
|
|
1592
1700
|
border-top-style: var(--tw-border-style);
|
|
1593
1701
|
border-top-width: 1px;
|
|
1594
1702
|
}
|
|
1703
|
+
.border-t-0 {
|
|
1704
|
+
border-top-style: var(--tw-border-style);
|
|
1705
|
+
border-top-width: 0px;
|
|
1706
|
+
}
|
|
1595
1707
|
.border-t-2 {
|
|
1596
1708
|
border-top-style: var(--tw-border-style);
|
|
1597
1709
|
border-top-width: 2px;
|
|
@@ -1660,6 +1772,9 @@
|
|
|
1660
1772
|
.border-muted {
|
|
1661
1773
|
border-color: var(--muted);
|
|
1662
1774
|
}
|
|
1775
|
+
.border-orange-300 {
|
|
1776
|
+
border-color: var(--color-orange-300);
|
|
1777
|
+
}
|
|
1663
1778
|
.border-primary {
|
|
1664
1779
|
border-color: var(--primary);
|
|
1665
1780
|
}
|
|
@@ -1669,12 +1784,33 @@
|
|
|
1669
1784
|
border-color: color-mix(in oklab, var(--primary) 30%, transparent);
|
|
1670
1785
|
}
|
|
1671
1786
|
}
|
|
1787
|
+
.border-primary\/50 {
|
|
1788
|
+
border-color: var(--primary);
|
|
1789
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1790
|
+
border-color: color-mix(in oklab, var(--primary) 50%, transparent);
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1672
1793
|
.border-sidebar-border {
|
|
1673
1794
|
border-color: var(--sidebar-border);
|
|
1674
1795
|
}
|
|
1675
1796
|
.border-transparent {
|
|
1676
1797
|
border-color: transparent;
|
|
1677
1798
|
}
|
|
1799
|
+
.border-white {
|
|
1800
|
+
border-color: var(--color-white);
|
|
1801
|
+
}
|
|
1802
|
+
.border-white\/10 {
|
|
1803
|
+
border-color: color-mix(in srgb, #fff 10%, transparent);
|
|
1804
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1805
|
+
border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
.border-white\/20 {
|
|
1809
|
+
border-color: color-mix(in srgb, #fff 20%, transparent);
|
|
1810
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1811
|
+
border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1678
1814
|
.border-white\/30 {
|
|
1679
1815
|
border-color: color-mix(in srgb, #fff 30%, transparent);
|
|
1680
1816
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1687,6 +1823,9 @@
|
|
|
1687
1823
|
.bg-\[\#1d63be\] {
|
|
1688
1824
|
background-color: #1d63be;
|
|
1689
1825
|
}
|
|
1826
|
+
.bg-\[\#3d3d3d\] {
|
|
1827
|
+
background-color: #3d3d3d;
|
|
1828
|
+
}
|
|
1690
1829
|
.bg-\[\#808080\] {
|
|
1691
1830
|
background-color: #808080;
|
|
1692
1831
|
}
|
|
@@ -1717,6 +1856,9 @@
|
|
|
1717
1856
|
background-color: color-mix(in oklab, var(--background) 95%, transparent);
|
|
1718
1857
|
}
|
|
1719
1858
|
}
|
|
1859
|
+
.bg-black {
|
|
1860
|
+
background-color: var(--color-black);
|
|
1861
|
+
}
|
|
1720
1862
|
.bg-black\/5 {
|
|
1721
1863
|
background-color: color-mix(in srgb, #000 5%, transparent);
|
|
1722
1864
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1747,6 +1889,12 @@
|
|
|
1747
1889
|
background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
|
|
1748
1890
|
}
|
|
1749
1891
|
}
|
|
1892
|
+
.bg-black\/40 {
|
|
1893
|
+
background-color: color-mix(in srgb, #000 40%, transparent);
|
|
1894
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1895
|
+
background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1750
1898
|
.bg-black\/50 {
|
|
1751
1899
|
background-color: color-mix(in srgb, #000 50%, transparent);
|
|
1752
1900
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1792,6 +1940,9 @@
|
|
|
1792
1940
|
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
1793
1941
|
}
|
|
1794
1942
|
}
|
|
1943
|
+
.bg-foreground {
|
|
1944
|
+
background-color: var(--foreground);
|
|
1945
|
+
}
|
|
1795
1946
|
.bg-foreground\/20 {
|
|
1796
1947
|
background-color: var(--foreground);
|
|
1797
1948
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1888,6 +2039,15 @@
|
|
|
1888
2039
|
.bg-neutral-900 {
|
|
1889
2040
|
background-color: var(--color-neutral-900);
|
|
1890
2041
|
}
|
|
2042
|
+
.bg-orange-50\/50 {
|
|
2043
|
+
background-color: color-mix(in srgb, oklch(98% 0.016 73.684) 50%, transparent);
|
|
2044
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2045
|
+
background-color: color-mix(in oklab, var(--color-orange-50) 50%, transparent);
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
.bg-orange-500 {
|
|
2049
|
+
background-color: var(--color-orange-500);
|
|
2050
|
+
}
|
|
1891
2051
|
.bg-popover {
|
|
1892
2052
|
background-color: var(--popover);
|
|
1893
2053
|
}
|
|
@@ -1906,6 +2066,12 @@
|
|
|
1906
2066
|
background-color: color-mix(in oklab, var(--primary) 10%, transparent);
|
|
1907
2067
|
}
|
|
1908
2068
|
}
|
|
2069
|
+
.bg-primary\/20 {
|
|
2070
|
+
background-color: var(--primary);
|
|
2071
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2072
|
+
background-color: color-mix(in oklab, var(--primary) 20%, transparent);
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
1909
2075
|
.bg-red-500 {
|
|
1910
2076
|
background-color: var(--color-red-500);
|
|
1911
2077
|
}
|
|
@@ -2002,6 +2168,9 @@
|
|
|
2002
2168
|
}
|
|
2003
2169
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2004
2170
|
}
|
|
2171
|
+
.bg-\[linear-gradient\(to_right\,\#e5e7eb_1px\,transparent_1px\)\,linear-gradient\(to_bottom\,\#e5e7eb_1px\,transparent_1px\)\] {
|
|
2172
|
+
background-image: linear-gradient(to right,#e5e7eb 1px,transparent 1px),linear-gradient(to bottom,#e5e7eb 1px,transparent 1px);
|
|
2173
|
+
}
|
|
2005
2174
|
.from-\[\#ff80b5\] {
|
|
2006
2175
|
--tw-gradient-from: #ff80b5;
|
|
2007
2176
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
@@ -2010,6 +2179,10 @@
|
|
|
2010
2179
|
--tw-gradient-from: var(--color-blue-400);
|
|
2011
2180
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2012
2181
|
}
|
|
2182
|
+
.from-green-400 {
|
|
2183
|
+
--tw-gradient-from: var(--color-green-400);
|
|
2184
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2185
|
+
}
|
|
2013
2186
|
.from-muted\/50 {
|
|
2014
2187
|
--tw-gradient-from: var(--muted);
|
|
2015
2188
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2017,6 +2190,10 @@
|
|
|
2017
2190
|
}
|
|
2018
2191
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2019
2192
|
}
|
|
2193
|
+
.from-primary {
|
|
2194
|
+
--tw-gradient-from: var(--primary);
|
|
2195
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2196
|
+
}
|
|
2020
2197
|
.from-primary\/10 {
|
|
2021
2198
|
--tw-gradient-from: var(--primary);
|
|
2022
2199
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2024,6 +2201,10 @@
|
|
|
2024
2201
|
}
|
|
2025
2202
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2026
2203
|
}
|
|
2204
|
+
.from-purple-400 {
|
|
2205
|
+
--tw-gradient-from: var(--color-purple-400);
|
|
2206
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2207
|
+
}
|
|
2027
2208
|
.via-background {
|
|
2028
2209
|
--tw-gradient-via: var(--background);
|
|
2029
2210
|
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
@@ -2041,13 +2222,44 @@
|
|
|
2041
2222
|
--tw-gradient-to: var(--color-blue-500);
|
|
2042
2223
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2043
2224
|
}
|
|
2225
|
+
.to-blue-600 {
|
|
2226
|
+
--tw-gradient-to: var(--color-blue-600);
|
|
2227
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2228
|
+
}
|
|
2229
|
+
.to-green-600 {
|
|
2230
|
+
--tw-gradient-to: var(--color-green-600);
|
|
2231
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2232
|
+
}
|
|
2044
2233
|
.to-muted {
|
|
2045
2234
|
--tw-gradient-to: var(--muted);
|
|
2046
2235
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2047
2236
|
}
|
|
2237
|
+
.to-primary\/70 {
|
|
2238
|
+
--tw-gradient-to: var(--primary);
|
|
2239
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2240
|
+
--tw-gradient-to: color-mix(in oklab, var(--primary) 70%, transparent);
|
|
2241
|
+
}
|
|
2242
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2243
|
+
}
|
|
2244
|
+
.to-purple-600 {
|
|
2245
|
+
--tw-gradient-to: var(--color-purple-600);
|
|
2246
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2247
|
+
}
|
|
2248
|
+
.bg-cover {
|
|
2249
|
+
background-size: cover;
|
|
2250
|
+
}
|
|
2251
|
+
.bg-size-\[20px_20px\] {
|
|
2252
|
+
background-size: 20px 20px;
|
|
2253
|
+
}
|
|
2048
2254
|
.bg-clip-padding {
|
|
2049
2255
|
background-clip: padding-box;
|
|
2050
2256
|
}
|
|
2257
|
+
.bg-center {
|
|
2258
|
+
background-position: center;
|
|
2259
|
+
}
|
|
2260
|
+
.bg-no-repeat {
|
|
2261
|
+
background-repeat: no-repeat;
|
|
2262
|
+
}
|
|
2051
2263
|
.fill-current {
|
|
2052
2264
|
fill: currentcolor;
|
|
2053
2265
|
}
|
|
@@ -2072,6 +2284,12 @@
|
|
|
2072
2284
|
.p-0 {
|
|
2073
2285
|
padding: 0px;
|
|
2074
2286
|
}
|
|
2287
|
+
.p-0\! {
|
|
2288
|
+
padding: 0px !important;
|
|
2289
|
+
}
|
|
2290
|
+
.p-0\.5 {
|
|
2291
|
+
padding: calc(var(--spacing) * 0.5);
|
|
2292
|
+
}
|
|
2075
2293
|
.p-1 {
|
|
2076
2294
|
padding: var(--spacing);
|
|
2077
2295
|
}
|
|
@@ -2132,6 +2350,9 @@
|
|
|
2132
2350
|
.px-6 {
|
|
2133
2351
|
padding-inline: calc(var(--spacing) * 6);
|
|
2134
2352
|
}
|
|
2353
|
+
.px-8 {
|
|
2354
|
+
padding-inline: calc(var(--spacing) * 8);
|
|
2355
|
+
}
|
|
2135
2356
|
.py-0\! {
|
|
2136
2357
|
padding-block: 0px !important;
|
|
2137
2358
|
}
|
|
@@ -2159,6 +2380,9 @@
|
|
|
2159
2380
|
.py-5 {
|
|
2160
2381
|
padding-block: calc(var(--spacing) * 5);
|
|
2161
2382
|
}
|
|
2383
|
+
.py-6 {
|
|
2384
|
+
padding-block: calc(var(--spacing) * 6);
|
|
2385
|
+
}
|
|
2162
2386
|
.py-8 {
|
|
2163
2387
|
padding-block: calc(var(--spacing) * 8);
|
|
2164
2388
|
}
|
|
@@ -2201,6 +2425,9 @@
|
|
|
2201
2425
|
.pr-3 {
|
|
2202
2426
|
padding-right: calc(var(--spacing) * 3);
|
|
2203
2427
|
}
|
|
2428
|
+
.pr-4 {
|
|
2429
|
+
padding-right: calc(var(--spacing) * 4);
|
|
2430
|
+
}
|
|
2204
2431
|
.pr-5 {
|
|
2205
2432
|
padding-right: calc(var(--spacing) * 5);
|
|
2206
2433
|
}
|
|
@@ -2222,6 +2449,9 @@
|
|
|
2222
2449
|
.pb-6 {
|
|
2223
2450
|
padding-bottom: calc(var(--spacing) * 6);
|
|
2224
2451
|
}
|
|
2452
|
+
.pb-8 {
|
|
2453
|
+
padding-bottom: calc(var(--spacing) * 8);
|
|
2454
|
+
}
|
|
2225
2455
|
.pb-12 {
|
|
2226
2456
|
padding-bottom: calc(var(--spacing) * 12);
|
|
2227
2457
|
}
|
|
@@ -2261,6 +2491,9 @@
|
|
|
2261
2491
|
.text-left {
|
|
2262
2492
|
text-align: left;
|
|
2263
2493
|
}
|
|
2494
|
+
.text-right {
|
|
2495
|
+
text-align: right;
|
|
2496
|
+
}
|
|
2264
2497
|
.text-start {
|
|
2265
2498
|
text-align: start;
|
|
2266
2499
|
}
|
|
@@ -2415,6 +2648,9 @@
|
|
|
2415
2648
|
.text-amber-500 {
|
|
2416
2649
|
color: var(--color-amber-500);
|
|
2417
2650
|
}
|
|
2651
|
+
.text-background {
|
|
2652
|
+
color: var(--background);
|
|
2653
|
+
}
|
|
2418
2654
|
.text-black {
|
|
2419
2655
|
color: var(--color-black);
|
|
2420
2656
|
}
|
|
@@ -2463,6 +2699,15 @@
|
|
|
2463
2699
|
.text-gray-400 {
|
|
2464
2700
|
color: var(--color-gray-400);
|
|
2465
2701
|
}
|
|
2702
|
+
.text-gray-500 {
|
|
2703
|
+
color: var(--color-gray-500);
|
|
2704
|
+
}
|
|
2705
|
+
.text-gray-600 {
|
|
2706
|
+
color: var(--color-gray-600);
|
|
2707
|
+
}
|
|
2708
|
+
.text-gray-700 {
|
|
2709
|
+
color: var(--color-gray-700);
|
|
2710
|
+
}
|
|
2466
2711
|
.text-gray-800 {
|
|
2467
2712
|
color: var(--color-gray-800);
|
|
2468
2713
|
}
|
|
@@ -2472,6 +2717,9 @@
|
|
|
2472
2717
|
.text-green-500 {
|
|
2473
2718
|
color: var(--color-green-500);
|
|
2474
2719
|
}
|
|
2720
|
+
.text-green-600 {
|
|
2721
|
+
color: var(--color-green-600);
|
|
2722
|
+
}
|
|
2475
2723
|
.text-indigo-600 {
|
|
2476
2724
|
color: var(--color-indigo-600);
|
|
2477
2725
|
}
|
|
@@ -2490,6 +2738,9 @@
|
|
|
2490
2738
|
color: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
|
|
2491
2739
|
}
|
|
2492
2740
|
}
|
|
2741
|
+
.text-orange-600 {
|
|
2742
|
+
color: var(--color-orange-600);
|
|
2743
|
+
}
|
|
2493
2744
|
.text-popover-foreground {
|
|
2494
2745
|
color: var(--popover-foreground);
|
|
2495
2746
|
}
|
|
@@ -2535,6 +2786,24 @@
|
|
|
2535
2786
|
.text-white\! {
|
|
2536
2787
|
color: var(--color-white) !important;
|
|
2537
2788
|
}
|
|
2789
|
+
.text-white\/50 {
|
|
2790
|
+
color: color-mix(in srgb, #fff 50%, transparent);
|
|
2791
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2792
|
+
color: color-mix(in oklab, var(--color-white) 50%, transparent);
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2795
|
+
.text-white\/60 {
|
|
2796
|
+
color: color-mix(in srgb, #fff 60%, transparent);
|
|
2797
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2798
|
+
color: color-mix(in oklab, var(--color-white) 60%, transparent);
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
.text-white\/70 {
|
|
2802
|
+
color: color-mix(in srgb, #fff 70%, transparent);
|
|
2803
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2804
|
+
color: color-mix(in oklab, var(--color-white) 70%, transparent);
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2538
2807
|
.text-white\/80 {
|
|
2539
2808
|
color: color-mix(in srgb, #fff 80%, transparent);
|
|
2540
2809
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2559,6 +2828,9 @@
|
|
|
2559
2828
|
.uppercase {
|
|
2560
2829
|
text-transform: uppercase;
|
|
2561
2830
|
}
|
|
2831
|
+
.italic {
|
|
2832
|
+
font-style: italic;
|
|
2833
|
+
}
|
|
2562
2834
|
.tabular-nums {
|
|
2563
2835
|
--tw-numeric-spacing: tabular-nums;
|
|
2564
2836
|
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
|
|
@@ -2578,6 +2850,9 @@
|
|
|
2578
2850
|
.underline-offset-4 {
|
|
2579
2851
|
text-underline-offset: 4px;
|
|
2580
2852
|
}
|
|
2853
|
+
.accent-primary {
|
|
2854
|
+
accent-color: var(--primary);
|
|
2855
|
+
}
|
|
2581
2856
|
.opacity-0 {
|
|
2582
2857
|
opacity: 0%;
|
|
2583
2858
|
}
|
|
@@ -2590,6 +2865,9 @@
|
|
|
2590
2865
|
.opacity-60 {
|
|
2591
2866
|
opacity: 60%;
|
|
2592
2867
|
}
|
|
2868
|
+
.opacity-90 {
|
|
2869
|
+
opacity: 90%;
|
|
2870
|
+
}
|
|
2593
2871
|
.opacity-100 {
|
|
2594
2872
|
opacity: 100%;
|
|
2595
2873
|
}
|
|
@@ -2608,6 +2886,10 @@
|
|
|
2608
2886
|
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--sidebar-border));
|
|
2609
2887
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2610
2888
|
}
|
|
2889
|
+
.shadow-lg {
|
|
2890
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2891
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2892
|
+
}
|
|
2611
2893
|
.shadow-md {
|
|
2612
2894
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2613
2895
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2628,6 +2910,10 @@
|
|
|
2628
2910
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2629
2911
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2630
2912
|
}
|
|
2913
|
+
.ring-0 {
|
|
2914
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2915
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2916
|
+
}
|
|
2631
2917
|
.ring-1 {
|
|
2632
2918
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2633
2919
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2704,6 +2990,11 @@
|
|
|
2704
2990
|
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
2705
2991
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
2706
2992
|
}
|
|
2993
|
+
.backdrop-blur-3xl {
|
|
2994
|
+
--tw-backdrop-blur: blur(var(--blur-3xl));
|
|
2995
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
2996
|
+
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
2997
|
+
}
|
|
2707
2998
|
.backdrop-blur-md {
|
|
2708
2999
|
--tw-backdrop-blur: blur(var(--blur-md));
|
|
2709
3000
|
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
@@ -3052,6 +3343,52 @@
|
|
|
3052
3343
|
.placeholder\:text-slate-500::placeholder {
|
|
3053
3344
|
color: var(--color-slate-500);
|
|
3054
3345
|
}
|
|
3346
|
+
.before\:absolute::before {
|
|
3347
|
+
content: var(--tw-content);
|
|
3348
|
+
position: absolute;
|
|
3349
|
+
}
|
|
3350
|
+
.before\:-inset-px::before {
|
|
3351
|
+
content: var(--tw-content);
|
|
3352
|
+
inset: -1px;
|
|
3353
|
+
}
|
|
3354
|
+
.before\:z-\[-1\]::before {
|
|
3355
|
+
content: var(--tw-content);
|
|
3356
|
+
z-index: -1;
|
|
3357
|
+
}
|
|
3358
|
+
.before\:rounded-3xl::before {
|
|
3359
|
+
content: var(--tw-content);
|
|
3360
|
+
border-radius: calc(var(--radius) * 2.2);
|
|
3361
|
+
}
|
|
3362
|
+
.before\:bg-linear-to-br::before {
|
|
3363
|
+
content: var(--tw-content);
|
|
3364
|
+
--tw-gradient-position: to bottom right;
|
|
3365
|
+
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
3366
|
+
--tw-gradient-position: to bottom right in oklab;
|
|
3367
|
+
}
|
|
3368
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
3369
|
+
}
|
|
3370
|
+
.before\:from-primary\/40::before {
|
|
3371
|
+
content: var(--tw-content);
|
|
3372
|
+
--tw-gradient-from: var(--primary);
|
|
3373
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3374
|
+
--tw-gradient-from: color-mix(in oklab, var(--primary) 40%, transparent);
|
|
3375
|
+
}
|
|
3376
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
3377
|
+
}
|
|
3378
|
+
.before\:via-primary\/10::before {
|
|
3379
|
+
content: var(--tw-content);
|
|
3380
|
+
--tw-gradient-via: var(--primary);
|
|
3381
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3382
|
+
--tw-gradient-via: color-mix(in oklab, var(--primary) 10%, transparent);
|
|
3383
|
+
}
|
|
3384
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
3385
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
3386
|
+
}
|
|
3387
|
+
.before\:to-transparent::before {
|
|
3388
|
+
content: var(--tw-content);
|
|
3389
|
+
--tw-gradient-to: transparent;
|
|
3390
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
3391
|
+
}
|
|
3055
3392
|
.after\:pointer-events-none::after {
|
|
3056
3393
|
content: var(--tw-content);
|
|
3057
3394
|
pointer-events: none;
|
|
@@ -3116,6 +3453,28 @@
|
|
|
3116
3453
|
border-bottom-width: 0px;
|
|
3117
3454
|
}
|
|
3118
3455
|
@media (hover: hover) {
|
|
3456
|
+
.hover\:scale-110:hover {
|
|
3457
|
+
--tw-scale-x: 110%;
|
|
3458
|
+
--tw-scale-y: 110%;
|
|
3459
|
+
--tw-scale-z: 110%;
|
|
3460
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
3461
|
+
}
|
|
3462
|
+
.hover\:border-foreground\/50:hover {
|
|
3463
|
+
border-color: var(--foreground);
|
|
3464
|
+
}
|
|
3465
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3466
|
+
.hover\:border-foreground\/50:hover {
|
|
3467
|
+
border-color: color-mix(in oklab, var(--foreground) 50%, transparent);
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3470
|
+
.hover\:border-primary\/30:hover {
|
|
3471
|
+
border-color: var(--primary);
|
|
3472
|
+
}
|
|
3473
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3474
|
+
.hover\:border-primary\/30:hover {
|
|
3475
|
+
border-color: color-mix(in oklab, var(--primary) 30%, transparent);
|
|
3476
|
+
}
|
|
3477
|
+
}
|
|
3119
3478
|
.hover\:border-primary\/40:hover {
|
|
3120
3479
|
border-color: var(--primary);
|
|
3121
3480
|
}
|
|
@@ -3132,6 +3491,14 @@
|
|
|
3132
3491
|
border-color: color-mix(in oklab, var(--primary) 50%, transparent);
|
|
3133
3492
|
}
|
|
3134
3493
|
}
|
|
3494
|
+
.hover\:border-white\/20:hover {
|
|
3495
|
+
border-color: color-mix(in srgb, #fff 20%, transparent);
|
|
3496
|
+
}
|
|
3497
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3498
|
+
.hover\:border-white\/20:hover {
|
|
3499
|
+
border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
3500
|
+
}
|
|
3501
|
+
}
|
|
3135
3502
|
.hover\:bg-accent:hover {
|
|
3136
3503
|
background-color: var(--accent);
|
|
3137
3504
|
}
|
|
@@ -3143,6 +3510,17 @@
|
|
|
3143
3510
|
background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
|
|
3144
3511
|
}
|
|
3145
3512
|
}
|
|
3513
|
+
.hover\:bg-border:hover {
|
|
3514
|
+
background-color: var(--border);
|
|
3515
|
+
}
|
|
3516
|
+
.hover\:bg-destructive\/10:hover {
|
|
3517
|
+
background-color: var(--destructive);
|
|
3518
|
+
}
|
|
3519
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3520
|
+
.hover\:bg-destructive\/10:hover {
|
|
3521
|
+
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
3522
|
+
}
|
|
3523
|
+
}
|
|
3146
3524
|
.hover\:bg-destructive\/20:hover {
|
|
3147
3525
|
background-color: var(--destructive);
|
|
3148
3526
|
}
|
|
@@ -3151,9 +3529,15 @@
|
|
|
3151
3529
|
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
3152
3530
|
}
|
|
3153
3531
|
}
|
|
3532
|
+
.hover\:bg-gray-50:hover {
|
|
3533
|
+
background-color: var(--color-gray-50);
|
|
3534
|
+
}
|
|
3154
3535
|
.hover\:bg-gray-100:hover {
|
|
3155
3536
|
background-color: var(--color-gray-100);
|
|
3156
3537
|
}
|
|
3538
|
+
.hover\:bg-gray-200:hover {
|
|
3539
|
+
background-color: var(--color-gray-200);
|
|
3540
|
+
}
|
|
3157
3541
|
.hover\:bg-green-600:hover {
|
|
3158
3542
|
background-color: var(--color-green-600);
|
|
3159
3543
|
}
|
|
@@ -3203,6 +3587,12 @@
|
|
|
3203
3587
|
.hover\:bg-neutral-800:hover {
|
|
3204
3588
|
background-color: var(--color-neutral-800);
|
|
3205
3589
|
}
|
|
3590
|
+
.hover\:bg-orange-50:hover {
|
|
3591
|
+
background-color: var(--color-orange-50);
|
|
3592
|
+
}
|
|
3593
|
+
.hover\:bg-orange-600:hover {
|
|
3594
|
+
background-color: var(--color-orange-600);
|
|
3595
|
+
}
|
|
3206
3596
|
.hover\:bg-primary\/10:hover {
|
|
3207
3597
|
background-color: var(--primary);
|
|
3208
3598
|
}
|
|
@@ -3219,6 +3609,14 @@
|
|
|
3219
3609
|
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
3220
3610
|
}
|
|
3221
3611
|
}
|
|
3612
|
+
.hover\:bg-primary\/90:hover {
|
|
3613
|
+
background-color: var(--primary);
|
|
3614
|
+
}
|
|
3615
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3616
|
+
.hover\:bg-primary\/90:hover {
|
|
3617
|
+
background-color: color-mix(in oklab, var(--primary) 90%, transparent);
|
|
3618
|
+
}
|
|
3619
|
+
}
|
|
3222
3620
|
.hover\:bg-red-800:hover {
|
|
3223
3621
|
background-color: var(--color-red-800);
|
|
3224
3622
|
}
|
|
@@ -3233,6 +3631,14 @@
|
|
|
3233
3631
|
.hover\:bg-sidebar-accent:hover {
|
|
3234
3632
|
background-color: var(--sidebar-accent);
|
|
3235
3633
|
}
|
|
3634
|
+
.hover\:bg-white\/8:hover {
|
|
3635
|
+
background-color: color-mix(in srgb, #fff 8%, transparent);
|
|
3636
|
+
}
|
|
3637
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3638
|
+
.hover\:bg-white\/8:hover {
|
|
3639
|
+
background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3236
3642
|
.hover\:bg-white\/15:hover {
|
|
3237
3643
|
background-color: color-mix(in srgb, #fff 15%, transparent);
|
|
3238
3644
|
}
|
|
@@ -3284,6 +3690,9 @@
|
|
|
3284
3690
|
.hover\:text-accent-foreground:hover {
|
|
3285
3691
|
color: var(--accent-foreground);
|
|
3286
3692
|
}
|
|
3693
|
+
.hover\:text-destructive:hover {
|
|
3694
|
+
color: var(--destructive);
|
|
3695
|
+
}
|
|
3287
3696
|
.hover\:text-foreground:hover {
|
|
3288
3697
|
color: var(--foreground);
|
|
3289
3698
|
}
|
|
@@ -3311,12 +3720,23 @@
|
|
|
3311
3720
|
.hover\:text-white:hover {
|
|
3312
3721
|
color: var(--color-white);
|
|
3313
3722
|
}
|
|
3723
|
+
.hover\:text-white\/80:hover {
|
|
3724
|
+
color: color-mix(in srgb, #fff 80%, transparent);
|
|
3725
|
+
}
|
|
3726
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3727
|
+
.hover\:text-white\/80:hover {
|
|
3728
|
+
color: color-mix(in oklab, var(--color-white) 80%, transparent);
|
|
3729
|
+
}
|
|
3730
|
+
}
|
|
3314
3731
|
.hover\:underline:hover {
|
|
3315
3732
|
text-decoration-line: underline;
|
|
3316
3733
|
}
|
|
3317
3734
|
.hover\:opacity-75:hover {
|
|
3318
3735
|
opacity: 75%;
|
|
3319
3736
|
}
|
|
3737
|
+
.hover\:opacity-80:hover {
|
|
3738
|
+
opacity: 80%;
|
|
3739
|
+
}
|
|
3320
3740
|
.hover\:opacity-90:hover {
|
|
3321
3741
|
opacity: 90%;
|
|
3322
3742
|
}
|
|
@@ -3327,6 +3747,14 @@
|
|
|
3327
3747
|
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, var(--sidebar-accent));
|
|
3328
3748
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3329
3749
|
}
|
|
3750
|
+
.hover\:shadow-md:hover {
|
|
3751
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3752
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3753
|
+
}
|
|
3754
|
+
.hover\:shadow-sm:hover {
|
|
3755
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
3756
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3757
|
+
}
|
|
3330
3758
|
.hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible="offcanvas"] *) {
|
|
3331
3759
|
background-color: var(--sidebar);
|
|
3332
3760
|
}
|
|
@@ -3335,6 +3763,9 @@
|
|
|
3335
3763
|
background-color: var(--sidebar-border);
|
|
3336
3764
|
}
|
|
3337
3765
|
}
|
|
3766
|
+
.focus\:border-primary:focus {
|
|
3767
|
+
border-color: var(--primary);
|
|
3768
|
+
}
|
|
3338
3769
|
.focus\:border-transparent:focus {
|
|
3339
3770
|
border-color: transparent;
|
|
3340
3771
|
}
|
|
@@ -3355,6 +3786,30 @@
|
|
|
3355
3786
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3356
3787
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3357
3788
|
}
|
|
3789
|
+
.focus\:ring-1:focus {
|
|
3790
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3791
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3792
|
+
}
|
|
3793
|
+
.focus\:ring-2:focus {
|
|
3794
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3795
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3796
|
+
}
|
|
3797
|
+
.focus\:ring-primary:focus {
|
|
3798
|
+
--tw-ring-color: var(--primary);
|
|
3799
|
+
}
|
|
3800
|
+
.focus\:ring-primary\/20:focus {
|
|
3801
|
+
--tw-ring-color: var(--primary);
|
|
3802
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3803
|
+
--tw-ring-color: color-mix(in oklab, var(--primary) 20%, transparent);
|
|
3804
|
+
}
|
|
3805
|
+
}
|
|
3806
|
+
.focus\:ring-ring:focus {
|
|
3807
|
+
--tw-ring-color: var(--ring);
|
|
3808
|
+
}
|
|
3809
|
+
.focus\:ring-offset-2:focus {
|
|
3810
|
+
--tw-ring-offset-width: 2px;
|
|
3811
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3812
|
+
}
|
|
3358
3813
|
.focus\:outline-none:focus {
|
|
3359
3814
|
--tw-outline-style: none;
|
|
3360
3815
|
outline-style: none;
|
|
@@ -3386,12 +3841,22 @@
|
|
|
3386
3841
|
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
3387
3842
|
}
|
|
3388
3843
|
}
|
|
3844
|
+
.focus-visible\:ring-ring:focus-visible {
|
|
3845
|
+
--tw-ring-color: var(--ring);
|
|
3846
|
+
}
|
|
3389
3847
|
.focus-visible\:ring-ring\/50:focus-visible {
|
|
3390
3848
|
--tw-ring-color: var(--ring);
|
|
3391
3849
|
@supports (color: color-mix(in lab, red, red)) {
|
|
3392
3850
|
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
3393
3851
|
}
|
|
3394
3852
|
}
|
|
3853
|
+
.focus-visible\:ring-offset-2:focus-visible {
|
|
3854
|
+
--tw-ring-offset-width: 2px;
|
|
3855
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3856
|
+
}
|
|
3857
|
+
.focus-visible\:ring-offset-background:focus-visible {
|
|
3858
|
+
--tw-ring-offset-color: var(--background);
|
|
3859
|
+
}
|
|
3395
3860
|
.focus-visible\:outline-1:focus-visible {
|
|
3396
3861
|
outline-style: var(--tw-outline-style);
|
|
3397
3862
|
outline-width: 1px;
|
|
@@ -3409,6 +3874,10 @@
|
|
|
3409
3874
|
.focus-visible\:outline-white:focus-visible {
|
|
3410
3875
|
outline-color: var(--color-white);
|
|
3411
3876
|
}
|
|
3877
|
+
.focus-visible\:outline-none:focus-visible {
|
|
3878
|
+
--tw-outline-style: none;
|
|
3879
|
+
outline-style: none;
|
|
3880
|
+
}
|
|
3412
3881
|
.active\:bg-sidebar-accent:active {
|
|
3413
3882
|
background-color: var(--sidebar-accent);
|
|
3414
3883
|
}
|
|
@@ -3630,6 +4099,9 @@
|
|
|
3630
4099
|
.md\:-top-10 {
|
|
3631
4100
|
top: calc(var(--spacing) * -10);
|
|
3632
4101
|
}
|
|
4102
|
+
.md\:right-4 {
|
|
4103
|
+
right: calc(var(--spacing) * 4);
|
|
4104
|
+
}
|
|
3633
4105
|
.md\:right-6 {
|
|
3634
4106
|
right: calc(var(--spacing) * 6);
|
|
3635
4107
|
}
|
|
@@ -3639,6 +4111,9 @@
|
|
|
3639
4111
|
.md\:left-6 {
|
|
3640
4112
|
left: calc(var(--spacing) * 6);
|
|
3641
4113
|
}
|
|
4114
|
+
.md\:left-auto {
|
|
4115
|
+
left: auto;
|
|
4116
|
+
}
|
|
3642
4117
|
.md\:z-100 {
|
|
3643
4118
|
z-index: 100;
|
|
3644
4119
|
}
|
|
@@ -3692,6 +4167,10 @@
|
|
|
3692
4167
|
width: calc(var(--spacing) * 10);
|
|
3693
4168
|
height: calc(var(--spacing) * 10);
|
|
3694
4169
|
}
|
|
4170
|
+
.md\:size-12 {
|
|
4171
|
+
width: calc(var(--spacing) * 12);
|
|
4172
|
+
height: calc(var(--spacing) * 12);
|
|
4173
|
+
}
|
|
3695
4174
|
.md\:h-14 {
|
|
3696
4175
|
height: calc(var(--spacing) * 14);
|
|
3697
4176
|
}
|
|
@@ -3713,6 +4192,9 @@
|
|
|
3713
4192
|
.md\:h-64 {
|
|
3714
4193
|
height: calc(var(--spacing) * 64);
|
|
3715
4194
|
}
|
|
4195
|
+
.md\:h-96 {
|
|
4196
|
+
height: calc(var(--spacing) * 96);
|
|
4197
|
+
}
|
|
3716
4198
|
.md\:h-100 {
|
|
3717
4199
|
height: calc(var(--spacing) * 100);
|
|
3718
4200
|
}
|
|
@@ -3725,12 +4207,18 @@
|
|
|
3725
4207
|
.md\:min-h-125 {
|
|
3726
4208
|
min-height: calc(var(--spacing) * 125);
|
|
3727
4209
|
}
|
|
4210
|
+
.md\:w-1\/2 {
|
|
4211
|
+
width: calc(1 / 2 * 100%);
|
|
4212
|
+
}
|
|
3728
4213
|
.md\:w-4\/5 {
|
|
3729
4214
|
width: calc(4 / 5 * 100%);
|
|
3730
4215
|
}
|
|
3731
4216
|
.md\:w-4\/12 {
|
|
3732
4217
|
width: calc(4 / 12 * 100%);
|
|
3733
4218
|
}
|
|
4219
|
+
.md\:w-5\/12 {
|
|
4220
|
+
width: calc(5 / 12 * 100%);
|
|
4221
|
+
}
|
|
3734
4222
|
.md\:w-8\/12 {
|
|
3735
4223
|
width: calc(8 / 12 * 100%);
|
|
3736
4224
|
}
|
|
@@ -3752,15 +4240,24 @@
|
|
|
3752
4240
|
.md\:w-52 {
|
|
3753
4241
|
width: calc(var(--spacing) * 52);
|
|
3754
4242
|
}
|
|
4243
|
+
.md\:w-80 {
|
|
4244
|
+
width: calc(var(--spacing) * 80);
|
|
4245
|
+
}
|
|
3755
4246
|
.md\:w-125 {
|
|
3756
4247
|
width: calc(var(--spacing) * 125);
|
|
3757
4248
|
}
|
|
3758
4249
|
.md\:w-225 {
|
|
3759
4250
|
width: calc(var(--spacing) * 225);
|
|
3760
4251
|
}
|
|
4252
|
+
.md\:max-w-3xl {
|
|
4253
|
+
max-width: var(--container-3xl);
|
|
4254
|
+
}
|
|
3761
4255
|
.md\:max-w-md {
|
|
3762
4256
|
max-width: var(--container-md);
|
|
3763
4257
|
}
|
|
4258
|
+
.md\:max-w-sm {
|
|
4259
|
+
max-width: var(--container-sm);
|
|
4260
|
+
}
|
|
3764
4261
|
.md\:min-w-25 {
|
|
3765
4262
|
min-width: calc(var(--spacing) * 25);
|
|
3766
4263
|
}
|
|
@@ -3776,6 +4273,9 @@
|
|
|
3776
4273
|
.md\:grid-cols-3 {
|
|
3777
4274
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
3778
4275
|
}
|
|
4276
|
+
.md\:grid-cols-4 {
|
|
4277
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
4278
|
+
}
|
|
3779
4279
|
.md\:flex-row {
|
|
3780
4280
|
flex-direction: row;
|
|
3781
4281
|
}
|
|
@@ -3797,6 +4297,9 @@
|
|
|
3797
4297
|
.md\:gap-5 {
|
|
3798
4298
|
gap: calc(var(--spacing) * 5);
|
|
3799
4299
|
}
|
|
4300
|
+
.md\:gap-16 {
|
|
4301
|
+
gap: calc(var(--spacing) * 16);
|
|
4302
|
+
}
|
|
3800
4303
|
:where(.md\:space-y-3 > :not(:last-child)) {
|
|
3801
4304
|
--tw-space-y-reverse: 0;
|
|
3802
4305
|
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
|
|
@@ -3833,6 +4336,12 @@
|
|
|
3833
4336
|
.md\:px-8 {
|
|
3834
4337
|
padding-inline: calc(var(--spacing) * 8);
|
|
3835
4338
|
}
|
|
4339
|
+
.md\:px-12 {
|
|
4340
|
+
padding-inline: calc(var(--spacing) * 12);
|
|
4341
|
+
}
|
|
4342
|
+
.md\:py-20 {
|
|
4343
|
+
padding-block: calc(var(--spacing) * 20);
|
|
4344
|
+
}
|
|
3836
4345
|
.md\:py-24 {
|
|
3837
4346
|
padding-block: calc(var(--spacing) * 24);
|
|
3838
4347
|
}
|
|
@@ -4066,6 +4575,10 @@
|
|
|
4066
4575
|
font-size: var(--text-4xl);
|
|
4067
4576
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
4068
4577
|
}
|
|
4578
|
+
.lg\:text-6xl {
|
|
4579
|
+
font-size: var(--text-6xl);
|
|
4580
|
+
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
4581
|
+
}
|
|
4069
4582
|
.lg\:text-\[80px\] {
|
|
4070
4583
|
font-size: 80px;
|
|
4071
4584
|
}
|
|
@@ -4149,6 +4662,12 @@
|
|
|
4149
4662
|
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
4150
4663
|
}
|
|
4151
4664
|
}
|
|
4665
|
+
.dark\:bg-orange-950\/20:is(.dark *) {
|
|
4666
|
+
background-color: color-mix(in srgb, oklch(26.6% 0.079 36.259) 20%, transparent);
|
|
4667
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4668
|
+
background-color: color-mix(in oklab, var(--color-orange-950) 20%, transparent);
|
|
4669
|
+
}
|
|
4670
|
+
}
|
|
4152
4671
|
.dark\:bg-primary:is(.dark *) {
|
|
4153
4672
|
background-color: var(--primary);
|
|
4154
4673
|
}
|
|
@@ -4158,6 +4677,9 @@
|
|
|
4158
4677
|
.dark\:text-gray-50:is(.dark *) {
|
|
4159
4678
|
color: var(--color-gray-50);
|
|
4160
4679
|
}
|
|
4680
|
+
.dark\:text-orange-400:is(.dark *) {
|
|
4681
|
+
color: var(--color-orange-400);
|
|
4682
|
+
}
|
|
4161
4683
|
.dark\:text-white:is(.dark *) {
|
|
4162
4684
|
color: var(--color-white);
|
|
4163
4685
|
}
|
|
@@ -4181,6 +4703,14 @@
|
|
|
4181
4703
|
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
4182
4704
|
}
|
|
4183
4705
|
}
|
|
4706
|
+
.dark\:hover\:bg-orange-950\/30:is(.dark *):hover {
|
|
4707
|
+
background-color: color-mix(in srgb, oklch(26.6% 0.079 36.259) 30%, transparent);
|
|
4708
|
+
}
|
|
4709
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4710
|
+
.dark\:hover\:bg-orange-950\/30:is(.dark *):hover {
|
|
4711
|
+
background-color: color-mix(in oklab, var(--color-orange-950) 30%, transparent);
|
|
4712
|
+
}
|
|
4713
|
+
}
|
|
4184
4714
|
}
|
|
4185
4715
|
.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
4186
4716
|
--tw-ring-color: var(--destructive);
|