@momo-webplatform/mobase-next 1.0.1
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 +136 -0
- package/dist/chunk-7LRQ2WLZ.mjs +1 -0
- package/dist/components/blocks/BlogSection/BlogSection.d.mts +17 -0
- package/dist/components/blocks/BlogSection/BlogSection.mjs +1 -0
- package/dist/components/blocks/BlogSection/BlogSectionTemplate.d.mts +15 -0
- package/dist/components/blocks/BlogSection/BlogSectionTemplate.mjs +1 -0
- package/dist/components/blocks/BlogSection/index.d.mts +14 -0
- package/dist/components/blocks/BlogSection/index.mjs +1 -0
- package/dist/components/blocks/BlogSection/templates/BlogSectionTemplateOne.d.mts +17 -0
- package/dist/components/blocks/BlogSection/templates/BlogSectionTemplateOne.mjs +1 -0
- package/dist/components/blocks/BlogSection/templates/BlogSectionTemplateTwo.d.mts +17 -0
- package/dist/components/blocks/BlogSection/templates/BlogSectionTemplateTwo.mjs +1 -0
- package/dist/components/blocks/BlogSection/utils.d.mts +49 -0
- package/dist/components/blocks/BlogSection/utils.mjs +0 -0
- package/dist/components/blocks/CTASection/CTASection.d.mts +17 -0
- package/dist/components/blocks/CTASection/CTASection.mjs +1 -0
- package/dist/components/blocks/CTASection/CTASectionTemplate.d.mts +18 -0
- package/dist/components/blocks/CTASection/CTASectionTemplate.mjs +1 -0
- package/dist/components/blocks/CTASection/index.d.mts +14 -0
- package/dist/components/blocks/CTASection/index.mjs +1 -0
- package/dist/components/blocks/CTASection/utils.d.mts +60 -0
- package/dist/components/blocks/CTASection/utils.mjs +0 -0
- package/dist/components/blocks/FAQSection/FAQSection.d.mts +17 -0
- package/dist/components/blocks/FAQSection/FAQSection.mjs +1 -0
- package/dist/components/blocks/FAQSection/FAQTemplate.d.mts +18 -0
- package/dist/components/blocks/FAQSection/FAQTemplate.mjs +1 -0
- package/dist/components/blocks/FAQSection/index.d.mts +14 -0
- package/dist/components/blocks/FAQSection/index.mjs +1 -0
- package/dist/components/blocks/FAQSection/utils.d.mts +36 -0
- package/dist/components/blocks/FAQSection/utils.mjs +0 -0
- package/dist/components/blocks/FeatureSection/FeatureSection.d.mts +17 -0
- package/dist/components/blocks/FeatureSection/FeatureSection.mjs +1 -0
- package/dist/components/blocks/FeatureSection/FeatureTemlates.d.mts +29 -0
- package/dist/components/blocks/FeatureSection/FeatureTemlates.mjs +1 -0
- package/dist/components/blocks/FeatureSection/index.d.mts +14 -0
- package/dist/components/blocks/FeatureSection/index.mjs +1 -0
- package/dist/components/blocks/FeatureSection/utils.d.mts +77 -0
- package/dist/components/blocks/FeatureSection/utils.mjs +0 -0
- package/dist/components/blocks/GiftListSection/GiftListSection.d.mts +17 -0
- package/dist/components/blocks/GiftListSection/GiftListSection.mjs +1 -0
- package/dist/components/blocks/GiftListSection/GiftListSectionTemplate.d.mts +17 -0
- package/dist/components/blocks/GiftListSection/GiftListSectionTemplate.mjs +1 -0
- package/dist/components/blocks/GiftListSection/index.d.mts +14 -0
- package/dist/components/blocks/GiftListSection/index.mjs +1 -0
- package/dist/components/blocks/GiftListSection/utils.d.mts +81 -0
- package/dist/components/blocks/GiftListSection/utils.mjs +0 -0
- package/dist/components/blocks/HeroSection/HeroSection.d.mts +18 -0
- package/dist/components/blocks/HeroSection/HeroSection.mjs +1 -0
- package/dist/components/blocks/HeroSection/HeroSectionFeatures.d.mts +31 -0
- package/dist/components/blocks/HeroSection/HeroSectionFeatures.mjs +1 -0
- package/dist/components/blocks/HeroSection/HeroSectionMedia.d.mts +17 -0
- package/dist/components/blocks/HeroSection/HeroSectionMedia.mjs +1 -0
- package/dist/components/blocks/HeroSection/HeroSectionStats.d.mts +19 -0
- package/dist/components/blocks/HeroSection/HeroSectionStats.mjs +1 -0
- package/dist/components/blocks/HeroSection/HeroSectionTemplate.d.mts +19 -0
- package/dist/components/blocks/HeroSection/HeroSectionTemplate.mjs +1 -0
- package/dist/components/blocks/HeroSection/index.d.mts +14 -0
- package/dist/components/blocks/HeroSection/index.mjs +1 -0
- package/dist/components/blocks/HeroSection/utils.d.mts +84 -0
- package/dist/components/blocks/HeroSection/utils.mjs +1 -0
- package/dist/components/blocks/HowItWorksSection/HowItWorksSection.d.mts +17 -0
- package/dist/components/blocks/HowItWorksSection/HowItWorksSection.mjs +1 -0
- package/dist/components/blocks/HowItWorksSection/HowItWorksSectionTemplate.d.mts +19 -0
- package/dist/components/blocks/HowItWorksSection/HowItWorksSectionTemplate.mjs +1 -0
- package/dist/components/blocks/HowItWorksSection/index.d.mts +14 -0
- package/dist/components/blocks/HowItWorksSection/index.mjs +1 -0
- package/dist/components/blocks/HowItWorksSection/utils.d.mts +47 -0
- package/dist/components/blocks/HowItWorksSection/utils.mjs +0 -0
- package/dist/components/blocks/MetricsSection/MetricsSection.d.mts +17 -0
- package/dist/components/blocks/MetricsSection/MetricsSection.mjs +1 -0
- package/dist/components/blocks/MetricsSection/MetricsSectionTemplate.d.mts +15 -0
- package/dist/components/blocks/MetricsSection/MetricsSectionTemplate.mjs +1 -0
- package/dist/components/blocks/MetricsSection/index.d.mts +14 -0
- package/dist/components/blocks/MetricsSection/index.mjs +1 -0
- package/dist/components/blocks/MetricsSection/template/MetricsSectionTemplateOne.d.mts +17 -0
- package/dist/components/blocks/MetricsSection/template/MetricsSectionTemplateOne.mjs +1 -0
- package/dist/components/blocks/MetricsSection/template/MetricsSectionTemplateTwo.d.mts +17 -0
- package/dist/components/blocks/MetricsSection/template/MetricsSectionTemplateTwo.mjs +1 -0
- package/dist/components/blocks/MetricsSection/utils.d.mts +38 -0
- package/dist/components/blocks/MetricsSection/utils.mjs +0 -0
- package/dist/components/blocks/NewsSection/NewsSection.d.mts +17 -0
- package/dist/components/blocks/NewsSection/NewsSection.mjs +1 -0
- package/dist/components/blocks/NewsSection/NewsSectionTemplate.d.mts +17 -0
- package/dist/components/blocks/NewsSection/NewsSectionTemplate.mjs +1 -0
- package/dist/components/blocks/NewsSection/index.d.mts +14 -0
- package/dist/components/blocks/NewsSection/index.mjs +1 -0
- package/dist/components/blocks/NewsSection/utils.d.mts +64 -0
- package/dist/components/blocks/NewsSection/utils.mjs +0 -0
- package/dist/components/blocks/SocialProofSection/SocialProofSection.d.mts +17 -0
- package/dist/components/blocks/SocialProofSection/SocialProofSection.mjs +1 -0
- package/dist/components/blocks/SocialProofSection/SocialProofTemplates.d.mts +17 -0
- package/dist/components/blocks/SocialProofSection/SocialProofTemplates.mjs +1 -0
- package/dist/components/blocks/SocialProofSection/index.d.mts +14 -0
- package/dist/components/blocks/SocialProofSection/index.mjs +1 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate1.d.mts +17 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate1.mjs +1 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate2.d.mts +17 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate2.mjs +1 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate3.d.mts +17 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate3.mjs +1 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate4.d.mts +17 -0
- package/dist/components/blocks/SocialProofSection/templates/SocialProofTemplate4.mjs +18 -0
- package/dist/components/blocks/SocialProofSection/utils.d.mts +31 -0
- package/dist/components/blocks/SocialProofSection/utils.mjs +0 -0
- package/dist/components/blocks/TestimonialSection/TestimonialSection.d.mts +17 -0
- package/dist/components/blocks/TestimonialSection/TestimonialSection.mjs +1 -0
- package/dist/components/blocks/TestimonialSection/index.d.mts +14 -0
- package/dist/components/blocks/TestimonialSection/index.mjs +1 -0
- package/dist/components/blocks/TestimonialSection/shared.d.mts +29 -0
- package/dist/components/blocks/TestimonialSection/shared.mjs +1 -0
- package/dist/components/blocks/TestimonialSection/templates/TestimonialTemplateOne.d.mts +17 -0
- package/dist/components/blocks/TestimonialSection/templates/TestimonialTemplateOne.mjs +1 -0
- package/dist/components/blocks/TestimonialSection/templates/TestimonialTemplateThree.d.mts +17 -0
- package/dist/components/blocks/TestimonialSection/templates/TestimonialTemplateThree.mjs +1 -0
- package/dist/components/blocks/TestimonialSection/templates/TestimonialTemplateTwo.d.mts +17 -0
- package/dist/components/blocks/TestimonialSection/templates/TestimonialTemplateTwo.mjs +5 -0
- package/dist/components/blocks/TestimonialSection/utils.d.mts +37 -0
- package/dist/components/blocks/TestimonialSection/utils.mjs +1 -0
- package/dist/components/blocks/action-button/action-button.d.mts +15 -0
- package/dist/components/blocks/action-button/action-button.mjs +1 -0
- package/dist/components/blocks/action-button/index.d.mts +12 -0
- package/dist/components/blocks/action-button/index.mjs +1 -0
- package/dist/components/blocks/action-button/utils.d.mts +40 -0
- package/dist/components/blocks/action-button/utils.mjs +1 -0
- package/dist/components/blocks/common-blocks/common-blocks.d.mts +18 -0
- package/dist/components/blocks/common-blocks/common-blocks.mjs +1 -0
- package/dist/components/blocks/common-blocks/index.d.mts +13 -0
- package/dist/components/blocks/common-blocks/index.mjs +1 -0
- package/dist/components/blocks/common-blocks/utils.d.mts +90 -0
- package/dist/components/blocks/common-blocks/utils.mjs +0 -0
- package/dist/components/blocks/dialog-qr/DialogQr.d.mts +42 -0
- package/dist/components/blocks/dialog-qr/DialogQr.mjs +70 -0
- package/dist/components/blocks/dialog-qr/index.d.mts +8 -0
- package/dist/components/blocks/dialog-qr/index.mjs +1 -0
- package/dist/components/blocks/footer/defaults.d.mts +39 -0
- package/dist/components/blocks/footer/defaults.mjs +1 -0
- package/dist/components/blocks/footer/footer-content.d.mts +6 -0
- package/dist/components/blocks/footer/footer-content.mjs +5 -0
- package/dist/components/blocks/footer/footer.d.mts +6 -0
- package/dist/components/blocks/footer/footer.mjs +1 -0
- package/dist/components/blocks/footer/index.d.mts +5 -0
- package/dist/components/blocks/footer/index.mjs +1 -0
- package/dist/components/blocks/footer/types.d.mts +27 -0
- package/dist/components/blocks/footer/types.mjs +0 -0
- package/dist/components/blocks/header-navigation/header-navigation.d.mts +7 -0
- package/dist/components/blocks/header-navigation/header-navigation.mjs +5 -0
- package/dist/components/blocks/header-navigation/index.d.mts +4 -0
- package/dist/components/blocks/header-navigation/index.mjs +1 -0
- package/dist/components/blocks/header-navigation/list-item-mobile.d.mts +14 -0
- package/dist/components/blocks/header-navigation/list-item-mobile.mjs +1 -0
- package/dist/components/blocks/header-navigation/list-item.d.mts +14 -0
- package/dist/components/blocks/header-navigation/list-item.mjs +1 -0
- package/dist/components/blocks/header-navigation/mobile-menu.d.mts +11 -0
- package/dist/components/blocks/header-navigation/mobile-menu.mjs +1 -0
- package/dist/components/blocks/header-navigation/nav-items-mobile.d.mts +10 -0
- package/dist/components/blocks/header-navigation/nav-items-mobile.mjs +1 -0
- package/dist/components/blocks/header-navigation/nav-items.d.mts +11 -0
- package/dist/components/blocks/header-navigation/nav-items.mjs +1 -0
- package/dist/components/blocks/header-navigation/types.d.mts +44 -0
- package/dist/components/blocks/header-navigation/types.mjs +0 -0
- package/dist/components/blocks/heading-group/HeadingGroup.d.mts +97 -0
- package/dist/components/blocks/heading-group/HeadingGroup.mjs +1 -0
- package/dist/components/blocks/heading-group/index.d.mts +3 -0
- package/dist/components/blocks/heading-group/index.mjs +1 -0
- package/dist/components/mobase/accordion.d.mts +9 -0
- package/dist/components/mobase/accordion.mjs +1 -0
- package/dist/components/mobase/alert-dialog.d.mts +24 -0
- package/dist/components/mobase/alert-dialog.mjs +1 -0
- package/dist/components/mobase/alert.d.mts +14 -0
- package/dist/components/mobase/alert.mjs +1 -0
- package/dist/components/mobase/aspect-ratio.d.mts +8 -0
- package/dist/components/mobase/aspect-ratio.mjs +1 -0
- package/dist/components/mobase/autocomplete.d.mts +34 -0
- package/dist/components/mobase/autocomplete.mjs +1 -0
- package/dist/components/mobase/avatar.d.mts +14 -0
- package/dist/components/mobase/avatar.mjs +1 -0
- package/dist/components/mobase/badge.d.mts +15 -0
- package/dist/components/mobase/badge.mjs +1 -0
- package/dist/components/mobase/breadcrumb.d.mts +13 -0
- package/dist/components/mobase/breadcrumb.mjs +1 -0
- package/dist/components/mobase/button-group.d.mts +16 -0
- package/dist/components/mobase/button-group.mjs +1 -0
- package/dist/components/mobase/button.d.mts +22 -0
- package/dist/components/mobase/button.mjs +1 -0
- package/dist/components/mobase/calendar.d.mts +16 -0
- package/dist/components/mobase/calendar.mjs +1 -0
- package/dist/components/mobase/card.d.mts +14 -0
- package/dist/components/mobase/card.mjs +1 -0
- package/dist/components/mobase/carousel.d.mts +37 -0
- package/dist/components/mobase/carousel.mjs +1 -0
- package/dist/components/mobase/checkbox.d.mts +7 -0
- package/dist/components/mobase/checkbox.mjs +1 -0
- package/dist/components/mobase/close-button.d.mts +17 -0
- package/dist/components/mobase/close-button.mjs +1 -0
- package/dist/components/mobase/combobox.d.mts +29 -0
- package/dist/components/mobase/combobox.mjs +1 -0
- package/dist/components/mobase/command.d.mts +31 -0
- package/dist/components/mobase/command.mjs +1 -0
- package/dist/components/mobase/date-picker.d.mts +46 -0
- package/dist/components/mobase/date-picker.mjs +1 -0
- package/dist/components/mobase/dialog.d.mts +41 -0
- package/dist/components/mobase/dialog.mjs +1 -0
- package/dist/components/mobase/drawer.d.mts +46 -0
- package/dist/components/mobase/drawer.mjs +1 -0
- package/dist/components/mobase/dropdown-menu.d.mts +33 -0
- package/dist/components/mobase/dropdown-menu.mjs +1 -0
- package/dist/components/mobase/empty.d.mts +20 -0
- package/dist/components/mobase/empty.mjs +1 -0
- package/dist/components/mobase/field.d.mts +30 -0
- package/dist/components/mobase/field.mjs +1 -0
- package/dist/components/mobase/form.d.mts +7 -0
- package/dist/components/mobase/form.mjs +1 -0
- package/dist/components/mobase/hitbox.d.mts +19 -0
- package/dist/components/mobase/hitbox.mjs +1 -0
- package/dist/components/mobase/horizontal-scroll.d.mts +24 -0
- package/dist/components/mobase/horizontal-scroll.mjs +1 -0
- package/dist/components/mobase/infinite-slider.d.mts +19 -0
- package/dist/components/mobase/infinite-slider.mjs +1 -0
- package/dist/components/mobase/input-group.d.mts +27 -0
- package/dist/components/mobase/input-group.mjs +1 -0
- package/dist/components/mobase/input-search.d.mts +8 -0
- package/dist/components/mobase/input-search.mjs +1 -0
- package/dist/components/mobase/input.d.mts +34 -0
- package/dist/components/mobase/input.mjs +1 -0
- package/dist/components/mobase/item.d.mts +27 -0
- package/dist/components/mobase/item.mjs +1 -0
- package/dist/components/mobase/kbd.d.mts +6 -0
- package/dist/components/mobase/kbd.mjs +1 -0
- package/dist/components/mobase/label.d.mts +6 -0
- package/dist/components/mobase/label.mjs +1 -0
- package/dist/components/mobase/logo.d.mts +26 -0
- package/dist/components/mobase/logo.mjs +1 -0
- package/dist/components/mobase/logos-carousel.d.mts +15 -0
- package/dist/components/mobase/logos-carousel.mjs +27 -0
- package/dist/components/mobase/marquee.d.mts +16 -0
- package/dist/components/mobase/marquee.mjs +1 -0
- package/dist/components/mobase/native-select.d.mts +11 -0
- package/dist/components/mobase/native-select.mjs +1 -0
- package/dist/components/mobase/navigation-menu.d.mts +15 -0
- package/dist/components/mobase/navigation-menu.mjs +1 -0
- package/dist/components/mobase/pagination.d.mts +23 -0
- package/dist/components/mobase/pagination.mjs +1 -0
- package/dist/components/mobase/popover.d.mts +12 -0
- package/dist/components/mobase/popover.mjs +1 -0
- package/dist/components/mobase/progress.d.mts +10 -0
- package/dist/components/mobase/progress.mjs +1 -0
- package/dist/components/mobase/radio-group.d.mts +10 -0
- package/dist/components/mobase/radio-group.mjs +1 -0
- package/dist/components/mobase/scroll-area.d.mts +11 -0
- package/dist/components/mobase/scroll-area.mjs +1 -0
- package/dist/components/mobase/select.d.mts +21 -0
- package/dist/components/mobase/select.mjs +1 -0
- package/dist/components/mobase/separator.d.mts +6 -0
- package/dist/components/mobase/separator.mjs +1 -0
- package/dist/components/mobase/skeleton.d.mts +5 -0
- package/dist/components/mobase/skeleton.mjs +1 -0
- package/dist/components/mobase/slider.d.mts +6 -0
- package/dist/components/mobase/slider.mjs +1 -0
- package/dist/components/mobase/sliding-number.d.mts +10 -0
- package/dist/components/mobase/sliding-number.mjs +1 -0
- package/dist/components/mobase/spinner.d.mts +12 -0
- package/dist/components/mobase/spinner.mjs +1 -0
- package/dist/components/mobase/switch.d.mts +8 -0
- package/dist/components/mobase/switch.mjs +1 -0
- package/dist/components/mobase/table.d.mts +13 -0
- package/dist/components/mobase/table.mjs +1 -0
- package/dist/components/mobase/tabs.d.mts +14 -0
- package/dist/components/mobase/tabs.mjs +1 -0
- package/dist/components/mobase/text-effect.d.mts +30 -0
- package/dist/components/mobase/text-effect.mjs +2 -0
- package/dist/components/mobase/textarea.d.mts +10 -0
- package/dist/components/mobase/textarea.mjs +1 -0
- package/dist/components/mobase/toast.d.mts +14 -0
- package/dist/components/mobase/toast.mjs +1 -0
- package/dist/components/mobase/tooltip.d.mts +9 -0
- package/dist/components/mobase/tooltip.mjs +1 -0
- package/dist/hooks/use-click-outside.d.mts +6 -0
- package/dist/hooks/use-click-outside.mjs +1 -0
- package/dist/hooks/use-copy-to-clipboard.d.mts +9 -0
- package/dist/hooks/use-copy-to-clipboard.mjs +1 -0
- package/dist/hooks/use-event-callback.d.mts +19 -0
- package/dist/hooks/use-event-callback.mjs +1 -0
- package/dist/hooks/use-event-listener.d.mts +8 -0
- package/dist/hooks/use-event-listener.mjs +1 -0
- package/dist/hooks/use-is-client.d.mts +3 -0
- package/dist/hooks/use-is-client.mjs +1 -0
- package/dist/hooks/use-is-momo-app.d.mts +3 -0
- package/dist/hooks/use-is-momo-app.mjs +1 -0
- package/dist/hooks/use-is-touch-device.d.mts +7 -0
- package/dist/hooks/use-is-touch-device.mjs +1 -0
- package/dist/hooks/use-isomorphic-layout-effect.d.mts +5 -0
- package/dist/hooks/use-isomorphic-layout-effect.mjs +1 -0
- package/dist/hooks/use-local-storage.d.mts +5 -0
- package/dist/hooks/use-local-storage.mjs +1 -0
- package/dist/hooks/use-mobile.d.mts +3 -0
- package/dist/hooks/use-mobile.mjs +1 -0
- package/dist/hooks/use-window-size.d.mts +11 -0
- package/dist/hooks/use-window-size.mjs +1 -0
- package/dist/index.d.mts +137 -0
- package/dist/index.mjs +1 -0
- package/dist/lib/legacy-button-variant.d.mts +13 -0
- package/dist/lib/legacy-button-variant.mjs +1 -0
- package/dist/lib/media-ratio.d.mts +6 -0
- package/dist/lib/media-ratio.mjs +1 -0
- package/dist/lib/plain-text-from-html.d.mts +6 -0
- package/dist/lib/plain-text-from-html.mjs +1 -0
- package/dist/lib/qr-image-url.d.mts +13 -0
- package/dist/lib/qr-image-url.mjs +1 -0
- package/dist/lib/scroll-to-selector.d.mts +9 -0
- package/dist/lib/scroll-to-selector.mjs +1 -0
- package/dist/lib/testimonial-avatar.d.mts +6 -0
- package/dist/lib/testimonial-avatar.mjs +1 -0
- package/dist/lib/utils.d.mts +5 -0
- package/dist/lib/utils.mjs +1 -0
- package/package.json +68 -0
- package/src/styles/globals.css +456 -0
|
@@ -0,0 +1,456 @@
|
|
|
1
|
+
/* @import 'tailwindcss';
|
|
2
|
+
@import 'tw-animate-css'; */
|
|
3
|
+
@custom-variant dark (&:is(.dark *));
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--background: var(--color-background-2-value);
|
|
7
|
+
--foreground: var(--color-gray-10-value);
|
|
8
|
+
--card: var(--color-background-1-value);
|
|
9
|
+
--card-foreground: var(--color-gray-10-value);
|
|
10
|
+
--popover: var(--color-background-1-value);
|
|
11
|
+
--popover-foreground: var(--color-gray-10-value);
|
|
12
|
+
--primary: var(--color-pink-7-value);
|
|
13
|
+
--primary-foreground: var(--color-pink-1-value);
|
|
14
|
+
--secondary: var(--color-gray-1-value);
|
|
15
|
+
--secondary-foreground: var(--color-gray-10-value);
|
|
16
|
+
--muted: var(--color-gray-1-value);
|
|
17
|
+
--muted-foreground: var(--color-gray-9-value);
|
|
18
|
+
--subtle: var(--color-gray-1-value);
|
|
19
|
+
--subtle-foreground: var(--color-gray-7-value);
|
|
20
|
+
--accent: var(--color-gray-1-value);
|
|
21
|
+
--accent-foreground: var(--color-gray-10-value);
|
|
22
|
+
--destructive: var(--color-red-7-value);
|
|
23
|
+
--destructive-foreground: var(--color-red-7-value);
|
|
24
|
+
--border: var(--color-gray-4-value);
|
|
25
|
+
--input: var(--color-gray-4-value);
|
|
26
|
+
--ring: var(--color-pink-7-value);
|
|
27
|
+
--chart-1: var(--color-pink-1-value);
|
|
28
|
+
--chart-2: var(--color-pink-4-value);
|
|
29
|
+
--chart-3: var(--color-pink-5-value);
|
|
30
|
+
--chart-4: var(--color-pink-7-value);
|
|
31
|
+
--chart-5: var(--color-pink-8-value);
|
|
32
|
+
--sidebar: var(--color-gray-1-value);
|
|
33
|
+
--sidebar-foreground: var(--color-gray-10-value);
|
|
34
|
+
--sidebar-primary: var(--color-pink-7-value);
|
|
35
|
+
--sidebar-primary-foreground: var(--color-pink-1-value);
|
|
36
|
+
--sidebar-accent: var(--color-gray-1-value);
|
|
37
|
+
--sidebar-accent-foreground: var(--color-gray-10-value);
|
|
38
|
+
--sidebar-border: var(--color-gray-4-value);
|
|
39
|
+
--sidebar-ring: var(--color-pink-6-value);
|
|
40
|
+
--info: var(--color-blue-7-value);
|
|
41
|
+
--info-foreground: var(--color-blue-9-value);
|
|
42
|
+
--success: var(--color-green-7-value);
|
|
43
|
+
--success-foreground: var(--color-green-9-value);
|
|
44
|
+
--warning: var(--color-amber-7-value);
|
|
45
|
+
--warning-foreground: var(--color-amber-9-value);
|
|
46
|
+
--radius: 0.625rem;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.dark {
|
|
50
|
+
--background: var(--color-background-2-value);
|
|
51
|
+
--foreground: var(--color-gray-10-value);
|
|
52
|
+
--card: var(--color-background-1-value);
|
|
53
|
+
--card-foreground: var(--color-gray-10-value);
|
|
54
|
+
--popover: var(--color-background-1-value);
|
|
55
|
+
--popover-foreground: var(--color-gray-10-value);
|
|
56
|
+
--primary: var(--color-pink-7-value);
|
|
57
|
+
--primary-foreground: var(--color-pink-1-value);
|
|
58
|
+
--secondary: var(--color-gray-1-value);
|
|
59
|
+
--secondary-foreground: var(--color-gray-10-value);
|
|
60
|
+
--muted: var(--color-gray-1-value);
|
|
61
|
+
--muted-foreground: var(--color-gray-9-value);
|
|
62
|
+
--subtle: var(--color-gray-1-value);
|
|
63
|
+
--subtle-foreground: var(--color-gray-7-value);
|
|
64
|
+
--accent: var(--color-gray-1-value);
|
|
65
|
+
--accent-foreground: var(--color-gray-10-value);
|
|
66
|
+
--destructive: var(--color-red-7-value);
|
|
67
|
+
--destructive-foreground: var(--color-red-7-value);
|
|
68
|
+
--border: var(--color-gray-4-value);
|
|
69
|
+
--input: var(--color-gray-4-value);
|
|
70
|
+
--ring: var(--color-pink-7-value);
|
|
71
|
+
--chart-1: var(--color-pink-1-value);
|
|
72
|
+
--chart-2: var(--color-pink-4-value);
|
|
73
|
+
--chart-3: var(--color-pink-5-value);
|
|
74
|
+
--chart-4: var(--color-pink-7-value);
|
|
75
|
+
--chart-5: var(--color-pink-8-value);
|
|
76
|
+
--sidebar: var(--color-background-2-value);
|
|
77
|
+
--sidebar-foreground: var(--color-gray-10-value);
|
|
78
|
+
--sidebar-primary: var(--color-pink-7-value);
|
|
79
|
+
--sidebar-primary-foreground: var(--color-pink-1-value);
|
|
80
|
+
--sidebar-accent: var(--color-gray-1-value);
|
|
81
|
+
--sidebar-accent-foreground: var(--color-gray-10-value);
|
|
82
|
+
--sidebar-border: var(--color-gray-4-value);
|
|
83
|
+
--sidebar-ring: var(--color-pink-6-value);
|
|
84
|
+
--info: var(--color-blue-7-value);
|
|
85
|
+
--info-foreground: var(--color-blue-9-value);
|
|
86
|
+
--success: var(--color-green-7-value);
|
|
87
|
+
--success-foreground: var(--color-green-9-value);
|
|
88
|
+
--warning: var(--color-amber-7-value);
|
|
89
|
+
--warning-foreground: var(--color-amber-9-value);
|
|
90
|
+
--radius: 0.625rem;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@theme inline {
|
|
94
|
+
--color-background: var(--background);
|
|
95
|
+
--color-foreground: var(--foreground);
|
|
96
|
+
--color-card: var(--card);
|
|
97
|
+
--color-card-foreground: var(--card-foreground);
|
|
98
|
+
--color-popover: var(--popover);
|
|
99
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
100
|
+
--color-primary: var(--primary);
|
|
101
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
102
|
+
--color-secondary: var(--secondary);
|
|
103
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
104
|
+
--color-muted: var(--muted);
|
|
105
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
106
|
+
--color-subtle: var(--subtle);
|
|
107
|
+
--color-subtle-foreground: var(--subtle-foreground);
|
|
108
|
+
--color-accent: var(--accent);
|
|
109
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
110
|
+
--color-destructive: var(--destructive);
|
|
111
|
+
--color-destructive-foreground: var(--destructive-foreground);
|
|
112
|
+
--color-border: var(--border);
|
|
113
|
+
--color-input: var(--input);
|
|
114
|
+
--color-ring: var(--ring);
|
|
115
|
+
--color-info: var(--info);
|
|
116
|
+
--color-info-foreground: var(--info-foreground);
|
|
117
|
+
--color-success: var(--success);
|
|
118
|
+
--color-success-foreground: var(--success-foreground);
|
|
119
|
+
--color-warning: var(--warning);
|
|
120
|
+
--color-warning-foreground: var(--warning-foreground);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
@layer base {
|
|
124
|
+
* {
|
|
125
|
+
@apply border-border outline-ring/50;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
body {
|
|
129
|
+
@apply bg-background text-foreground;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
html {
|
|
133
|
+
@apply font-sans;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@layer base {
|
|
138
|
+
button:not(:disabled),
|
|
139
|
+
[role="button"]:not(:disabled) {
|
|
140
|
+
cursor: pointer;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.wrapper {
|
|
144
|
+
@apply max-w-6xl mx-auto px-5 md:px-6;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
:root {
|
|
149
|
+
--color-blue-1-value: oklch(97.32% 0.0141 251.56);
|
|
150
|
+
--color-blue-2-value: oklch(96.29% 0.0195 250.59);
|
|
151
|
+
--color-blue-3-value: oklch(94.58% 0.0293 249.84870859673202);
|
|
152
|
+
--color-blue-4-value: oklch(91.58% 0.0473 245.11621922481282);
|
|
153
|
+
--color-blue-5-value: oklch(82.75% 0.0979 248.48);
|
|
154
|
+
--color-blue-6-value: oklch(73.08% 0.1583 248.133320980386);
|
|
155
|
+
--color-blue-7-value: oklch(57.61% 0.2508 258.23);
|
|
156
|
+
--color-blue-8-value: oklch(51.51% 0.2399 257.85);
|
|
157
|
+
--color-blue-9-value: oklch(53.18% 0.2399 256.9900584162342);
|
|
158
|
+
--color-blue-10-value: oklch(26.67% 0.1099 254.34);
|
|
159
|
+
|
|
160
|
+
--color-red-1-value: oklch(96.5% 0.0223 13.09);
|
|
161
|
+
--color-red-2-value: oklch(95.41% 0.0299 14.252646656611997);
|
|
162
|
+
--color-red-3-value: oklch(94.33% 0.0369 15.011509923860523);
|
|
163
|
+
--color-red-4-value: oklch(91.51% 0.0471 19.8);
|
|
164
|
+
--color-red-5-value: oklch(84.47% 0.1018 17.71);
|
|
165
|
+
--color-red-6-value: oklch(71.12% 0.1881 21.22);
|
|
166
|
+
--color-red-7-value: oklch(62.56% 0.2524 23.03);
|
|
167
|
+
--color-red-8-value: oklch(58.19% 0.2482 25.15);
|
|
168
|
+
--color-red-9-value: oklch(54.99% 0.232 25.29);
|
|
169
|
+
--color-red-10-value: oklch(24.8% 0.1041 18.86);
|
|
170
|
+
|
|
171
|
+
--color-amber-1-value: oklch(97.48% 0.0331 85.79);
|
|
172
|
+
--color-amber-2-value: oklch(96.81% 0.0495 90.24227879900472);
|
|
173
|
+
--color-amber-3-value: oklch(95.93% 0.0636 90.52);
|
|
174
|
+
--color-amber-4-value: oklch(91.02% 0.1322 88.25);
|
|
175
|
+
--color-amber-5-value: oklch(86.55% 0.1583 79.63);
|
|
176
|
+
--color-amber-6-value: oklch(80.25% 0.1953 73.59);
|
|
177
|
+
--color-amber-7-value: oklch(81.87% 0.1969 76.46);
|
|
178
|
+
--color-amber-8-value: oklch(77.21% 0.1991 64.28);
|
|
179
|
+
--color-amber-9-value: oklch(52.79% 0.1496 54.65);
|
|
180
|
+
--color-amber-10-value: oklch(30.83% 0.099 45.48);
|
|
181
|
+
|
|
182
|
+
--color-green-1-value: oklch(97.59% 0.0289 145.42);
|
|
183
|
+
--color-green-2-value: oklch(96.92% 0.037 147.15);
|
|
184
|
+
--color-green-3-value: oklch(94.6% 0.0674 144.23);
|
|
185
|
+
--color-green-4-value: oklch(91.49% 0.0976 146.24);
|
|
186
|
+
--color-green-5-value: oklch(85.45% 0.1627 146.3);
|
|
187
|
+
--color-green-6-value: oklch(80.25% 0.214 145.18);
|
|
188
|
+
--color-green-7-value: oklch(64.58% 0.1746 147.27);
|
|
189
|
+
--color-green-8-value: oklch(57.81% 0.1507 147.5);
|
|
190
|
+
--color-green-9-value: oklch(51.75% 0.1453 147.65);
|
|
191
|
+
--color-green-10-value: oklch(29.15% 0.1197 147.38);
|
|
192
|
+
|
|
193
|
+
--color-teal-1-value: oklch(97.72% 0.0359 186.7);
|
|
194
|
+
--color-teal-2-value: oklch(97.06% 0.0347 180.66);
|
|
195
|
+
--color-teal-3-value: oklch(94.92% 0.0478 182.07);
|
|
196
|
+
--color-teal-4-value: oklch(92.76% 0.0718 183.78);
|
|
197
|
+
--color-teal-5-value: oklch(86.88% 0.1344 182.42);
|
|
198
|
+
--color-teal-6-value: oklch(81.5% 0.161 178.96);
|
|
199
|
+
--color-teal-7-value: oklch(64.92% 0.1572 181.95);
|
|
200
|
+
--color-teal-8-value: oklch(57.53% 0.1392 181.66);
|
|
201
|
+
--color-teal-9-value: oklch(52.08% 0.1251 182.93);
|
|
202
|
+
--color-teal-10-value: oklch(32.11% 0.0788 179.82);
|
|
203
|
+
|
|
204
|
+
--color-purple-1-value: oklch(96.65% 0.0244 312.1890119359961);
|
|
205
|
+
--color-purple-2-value: oklch(96.73% 0.0228 309.8);
|
|
206
|
+
--color-purple-3-value: oklch(94.85% 0.0364 310.15);
|
|
207
|
+
--color-purple-4-value: oklch(91.77% 0.0614 312.82);
|
|
208
|
+
--color-purple-5-value: oklch(81.26% 0.1409 310.8);
|
|
209
|
+
--color-purple-6-value: oklch(72.07% 0.2083 308.19);
|
|
210
|
+
--color-purple-7-value: oklch(55.5% 0.3008 306.12);
|
|
211
|
+
--color-purple-8-value: oklch(48.58% 0.2638 305.73);
|
|
212
|
+
--color-purple-9-value: oklch(47.18% 0.2579 304);
|
|
213
|
+
--color-purple-10-value: oklch(23.96% 0.13 305.66);
|
|
214
|
+
|
|
215
|
+
--color-pink-1-value: oklch(95.4% 0.0295 353.2);
|
|
216
|
+
--color-pink-2-value: oklch(92.5% 0.0458 353.2);
|
|
217
|
+
--color-pink-3-value: oklch(89.3% 0.0598 353.2);
|
|
218
|
+
--color-pink-4-value: oklch(85.5% 0.0727 353.2);
|
|
219
|
+
--color-pink-5-value: oklch(80.8% 0.0894 353.2);
|
|
220
|
+
--color-pink-6-value: oklch(75.1% 0.1137 353.2);
|
|
221
|
+
--color-pink-7-value: oklch(63.4% 0.2345 353.2);
|
|
222
|
+
--color-pink-8-value: oklch(59.3% 0.233 353.2);
|
|
223
|
+
--color-pink-9-value: oklch(55.4% 0.2301 353.2);
|
|
224
|
+
--color-pink-10-value: oklch(34.5% 0.1334 353.2);
|
|
225
|
+
|
|
226
|
+
--color-gray-1-value: oklch(95.6% 0.0083 341.9);
|
|
227
|
+
--color-gray-2-value: oklch(93.2% 0.011 341.9);
|
|
228
|
+
--color-gray-3-value: oklch(90.9% 0.0142 341.9);
|
|
229
|
+
--color-gray-4-value: oklch(88.6% 0.0163 341.9);
|
|
230
|
+
--color-gray-5-value: oklch(85.4% 0.0201 341.9);
|
|
231
|
+
--color-gray-6-value: oklch(79.4% 0.0272 341.9);
|
|
232
|
+
--color-gray-7-value: oklch(64.6% 0.0274 341.9);
|
|
233
|
+
--color-gray-8-value: oklch(61.1% 0.026 341.9);
|
|
234
|
+
--color-gray-9-value: oklch(50.5% 0.0225 341.9);
|
|
235
|
+
--color-gray-10-value: oklch(24.5% 0.0189 341.9);
|
|
236
|
+
|
|
237
|
+
--color-background-1-value: oklch(99.2% 0.0025 341.9);
|
|
238
|
+
--color-background-2-value: oklch(98.3% 0.0046 341.9);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.dark {
|
|
242
|
+
--color-blue-1-value: oklch(22.17% 0.069 259.89);
|
|
243
|
+
--color-blue-2-value: oklch(25.45% 0.0811 255.8);
|
|
244
|
+
--color-blue-3-value: oklch(30.86% 0.1022 255.21);
|
|
245
|
+
--color-blue-4-value: oklch(34.1% 0.121 254.74);
|
|
246
|
+
--color-blue-5-value: oklch(38.5% 0.1403 254.4);
|
|
247
|
+
--color-blue-6-value: oklch(64.94% 0.1982 251.8131841760864);
|
|
248
|
+
--color-blue-7-value: oklch(57.61% 0.2321 258.23);
|
|
249
|
+
--color-blue-8-value: oklch(51.51% 0.2307 257.85);
|
|
250
|
+
--color-blue-9-value: oklch(71.7% 0.1648 250.79360374054167);
|
|
251
|
+
--color-blue-10-value: oklch(96.75% 0.0179 242.4234217368056);
|
|
252
|
+
|
|
253
|
+
--color-red-1-value: oklch(22.1% 0.0657 15.11);
|
|
254
|
+
--color-red-2-value: oklch(25.93% 0.0834 19.02);
|
|
255
|
+
--color-red-3-value: oklch(31.47% 0.1105 20.96);
|
|
256
|
+
--color-red-4-value: oklch(35.27% 0.1273 21.23);
|
|
257
|
+
--color-red-5-value: oklch(40.68% 0.1479 23.16);
|
|
258
|
+
--color-red-6-value: oklch(62.56% 0.2277 23.03);
|
|
259
|
+
--color-red-7-value: oklch(62.56% 0.2234 23.03);
|
|
260
|
+
--color-red-8-value: oklch(58.01% 0.227 25.12);
|
|
261
|
+
--color-red-9-value: oklch(69.96% 0.2136 22.03);
|
|
262
|
+
--color-red-10-value: oklch(95.6% 0.0293 6.61);
|
|
263
|
+
|
|
264
|
+
--color-amber-1-value: oklch(22.46% 0.0538 76.04);
|
|
265
|
+
--color-amber-2-value: oklch(24.95% 0.0642 64.78);
|
|
266
|
+
--color-amber-3-value: oklch(32.34% 0.0837 63.83);
|
|
267
|
+
--color-amber-4-value: oklch(35.53% 0.0903 66.29707162673735);
|
|
268
|
+
--color-amber-5-value: oklch(41.55% 0.1044 67.98);
|
|
269
|
+
--color-amber-6-value: oklch(75.04% 0.1737 74.49);
|
|
270
|
+
--color-amber-7-value: oklch(81.87% 0.1969 76.46);
|
|
271
|
+
--color-amber-8-value: oklch(77.21% 0.1991 64.28);
|
|
272
|
+
--color-amber-9-value: oklch(77.21% 0.1991 64.28);
|
|
273
|
+
--color-amber-10-value: oklch(96.7% 0.0418 84.59);
|
|
274
|
+
|
|
275
|
+
--color-green-1-value: oklch(23.09% 0.0716 149.68);
|
|
276
|
+
--color-green-2-value: oklch(27.12% 0.0895 150.09);
|
|
277
|
+
--color-green-3-value: oklch(29.84% 0.096 149.25);
|
|
278
|
+
--color-green-4-value: oklch(34.39% 0.1039 147.78);
|
|
279
|
+
--color-green-5-value: oklch(44.19% 0.1484 147.2);
|
|
280
|
+
--color-green-6-value: oklch(58.11% 0.1815 146.55);
|
|
281
|
+
--color-green-7-value: oklch(64.58% 0.1746 147.27);
|
|
282
|
+
--color-green-8-value: oklch(57.81% 0.1507 147.5);
|
|
283
|
+
--color-green-9-value: oklch(73.1% 0.2158 148.29);
|
|
284
|
+
--color-green-10-value: oklch(96.76% 0.056 154.18);
|
|
285
|
+
|
|
286
|
+
--color-teal-1-value: oklch(22.1% 0.0544 178.74);
|
|
287
|
+
--color-teal-2-value: oklch(25.06% 0.062 178.76);
|
|
288
|
+
--color-teal-3-value: oklch(31.5% 0.0767 180.99);
|
|
289
|
+
--color-teal-4-value: oklch(32.43% 0.0763 180.13);
|
|
290
|
+
--color-teal-5-value: oklch(43.35% 0.1055 180.97);
|
|
291
|
+
--color-teal-6-value: oklch(60.71% 0.1485 180.24);
|
|
292
|
+
--color-teal-7-value: oklch(64.92% 0.1572 181.95);
|
|
293
|
+
--color-teal-8-value: oklch(57.53% 0.1392 181.66);
|
|
294
|
+
--color-teal-9-value: oklch(74.56% 0.1765 182.8);
|
|
295
|
+
--color-teal-10-value: oklch(96.46% 0.056 180.29);
|
|
296
|
+
|
|
297
|
+
--color-purple-1-value: oklch(22.34% 0.0779 316.87);
|
|
298
|
+
--color-purple-2-value: oklch(25.91% 0.0921 314.41);
|
|
299
|
+
--color-purple-3-value: oklch(31.98% 0.1219 312.41);
|
|
300
|
+
--color-purple-4-value: oklch(35.93% 0.1504 309.78);
|
|
301
|
+
--color-purple-5-value: oklch(40.99% 0.1721 307.92);
|
|
302
|
+
--color-purple-6-value: oklch(55.5% 0.2191 306.12);
|
|
303
|
+
--color-purple-7-value: oklch(55.5% 0.2186 306.12);
|
|
304
|
+
--color-purple-8-value: oklch(48.58% 0.2102 305.73);
|
|
305
|
+
--color-purple-9-value: oklch(69.87% 0.2037 309.51);
|
|
306
|
+
--color-purple-10-value: oklch(96.1% 0.0304 316.46);
|
|
307
|
+
|
|
308
|
+
--color-pink-1-value: oklch(25.7% 0.0668 353.2);
|
|
309
|
+
--color-pink-2-value: oklch(29.5% 0.1066 353.2);
|
|
310
|
+
--color-pink-3-value: oklch(33.5% 0.1161 353.2);
|
|
311
|
+
--color-pink-4-value: oklch(38.5% 0.1203 353.2);
|
|
312
|
+
--color-pink-5-value: oklch(45.4% 0.1332 353.2);
|
|
313
|
+
--color-pink-6-value: oklch(54.3% 0.1633 353.2);
|
|
314
|
+
--color-pink-7-value: oklch(63.4% 0.2345 353.2);
|
|
315
|
+
--color-pink-8-value: oklch(59.3% 0.2345 353.2);
|
|
316
|
+
--color-pink-9-value: oklch(78.8% 0.1962 353.2);
|
|
317
|
+
--color-pink-10-value: oklch(90.7% 0.0626 353.2);
|
|
318
|
+
|
|
319
|
+
--color-gray-10-value: oklch(94.9% 0.0033 342.5);
|
|
320
|
+
--color-gray-9-value: oklch(77% 0.0176 342.5);
|
|
321
|
+
--color-gray-8-value: oklch(58.6% 0.0209 342.5);
|
|
322
|
+
--color-gray-7-value: oklch(54% 0.0212 342.5);
|
|
323
|
+
--color-gray-6-value: oklch(49.2% 0.02 342.5);
|
|
324
|
+
--color-gray-5-value: oklch(40.2% 0.0153 342.5);
|
|
325
|
+
--color-gray-4-value: oklch(35% 0.0126 342.5);
|
|
326
|
+
--color-gray-3-value: oklch(31.4% 0.0112 342.5);
|
|
327
|
+
--color-gray-2-value: oklch(28.4% 0.0095 342.5);
|
|
328
|
+
--color-gray-1-value: oklch(25.5% 0.0069 342.5);
|
|
329
|
+
|
|
330
|
+
--color-background-1-value: oklch(18.5% 0.0139 341.9);
|
|
331
|
+
--color-background-2-value: oklch(0% 0.0145 341.9);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
@theme inline {
|
|
335
|
+
--color-blue-1: var(--color-blue-1-value);
|
|
336
|
+
--color-blue-2: var(--color-blue-2-value);
|
|
337
|
+
--color-blue-3: var(--color-blue-3-value);
|
|
338
|
+
--color-blue-4: var(--color-blue-4-value);
|
|
339
|
+
--color-blue-5: var(--color-blue-5-value);
|
|
340
|
+
--color-blue-6: var(--color-blue-6-value);
|
|
341
|
+
--color-blue-7: var(--color-blue-7-value);
|
|
342
|
+
--color-blue-8: var(--color-blue-8-value);
|
|
343
|
+
--color-blue-9: var(--color-blue-9-value);
|
|
344
|
+
--color-blue-10: var(--color-blue-10-value);
|
|
345
|
+
|
|
346
|
+
--color-red-1: var(--color-red-1-value);
|
|
347
|
+
--color-red-2: var(--color-red-2-value);
|
|
348
|
+
--color-red-3: var(--color-red-3-value);
|
|
349
|
+
--color-red-4: var(--color-red-4-value);
|
|
350
|
+
--color-red-5: var(--color-red-5-value);
|
|
351
|
+
--color-red-6: var(--color-red-6-value);
|
|
352
|
+
--color-red-7: var(--color-red-7-value);
|
|
353
|
+
--color-red-8: var(--color-red-8-value);
|
|
354
|
+
--color-red-9: var(--color-red-9-value);
|
|
355
|
+
--color-red-10: var(--color-red-10-value);
|
|
356
|
+
|
|
357
|
+
--color-amber-1: var(--color-amber-1-value);
|
|
358
|
+
--color-amber-2: var(--color-amber-2-value);
|
|
359
|
+
--color-amber-3: var(--color-amber-3-value);
|
|
360
|
+
--color-amber-4: var(--color-amber-4-value);
|
|
361
|
+
--color-amber-5: var(--color-amber-5-value);
|
|
362
|
+
--color-amber-6: var(--color-amber-6-value);
|
|
363
|
+
--color-amber-7: var(--color-amber-7-value);
|
|
364
|
+
--color-amber-8: var(--color-amber-8-value);
|
|
365
|
+
--color-amber-9: var(--color-amber-9-value);
|
|
366
|
+
--color-amber-10: var(--color-amber-10-value);
|
|
367
|
+
|
|
368
|
+
--color-green-1: var(--color-green-1-value);
|
|
369
|
+
--color-green-2: var(--color-green-2-value);
|
|
370
|
+
--color-green-3: var(--color-green-3-value);
|
|
371
|
+
--color-green-4: var(--color-green-4-value);
|
|
372
|
+
--color-green-5: var(--color-green-5-value);
|
|
373
|
+
--color-green-6: var(--color-green-6-value);
|
|
374
|
+
--color-green-7: var(--color-green-7-value);
|
|
375
|
+
--color-green-8: var(--color-green-8-value);
|
|
376
|
+
--color-green-9: var(--color-green-9-value);
|
|
377
|
+
--color-green-10: var(--color-green-10-value);
|
|
378
|
+
|
|
379
|
+
--color-teal-1: var(--color-teal-1-value);
|
|
380
|
+
--color-teal-2: var(--color-teal-2-value);
|
|
381
|
+
--color-teal-3: var(--color-teal-3-value);
|
|
382
|
+
--color-teal-4: var(--color-teal-4-value);
|
|
383
|
+
--color-teal-5: var(--color-teal-5-value);
|
|
384
|
+
--color-teal-6: var(--color-teal-6-value);
|
|
385
|
+
--color-teal-7: var(--color-teal-7-value);
|
|
386
|
+
--color-teal-8: var(--color-teal-8-value);
|
|
387
|
+
--color-teal-9: var(--color-teal-9-value);
|
|
388
|
+
--color-teal-10: var(--color-teal-10-value);
|
|
389
|
+
|
|
390
|
+
--color-purple-1: var(--color-purple-1-value);
|
|
391
|
+
--color-purple-2: var(--color-purple-2-value);
|
|
392
|
+
--color-purple-3: var(--color-purple-3-value);
|
|
393
|
+
--color-purple-4: var(--color-purple-4-value);
|
|
394
|
+
--color-purple-5: var(--color-purple-5-value);
|
|
395
|
+
--color-purple-6: var(--color-purple-6-value);
|
|
396
|
+
--color-purple-7: var(--color-purple-7-value);
|
|
397
|
+
--color-purple-8: var(--color-purple-8-value);
|
|
398
|
+
--color-purple-9: var(--color-purple-9-value);
|
|
399
|
+
--color-purple-10: var(--color-purple-10-value);
|
|
400
|
+
|
|
401
|
+
--color-pink-1: var(--color-pink-1-value);
|
|
402
|
+
--color-pink-2: var(--color-pink-2-value);
|
|
403
|
+
--color-pink-3: var(--color-pink-3-value);
|
|
404
|
+
--color-pink-4: var(--color-pink-4-value);
|
|
405
|
+
--color-pink-5: var(--color-pink-5-value);
|
|
406
|
+
--color-pink-6: var(--color-pink-6-value);
|
|
407
|
+
--color-pink-7: var(--color-pink-7-value);
|
|
408
|
+
--color-pink-8: var(--color-pink-8-value);
|
|
409
|
+
--color-pink-9: var(--color-pink-9-value);
|
|
410
|
+
--color-pink-10: var(--color-pink-10-value);
|
|
411
|
+
|
|
412
|
+
--color-gray-1: var(--color-gray-1-value);
|
|
413
|
+
--color-gray-2: var(--color-gray-2-value);
|
|
414
|
+
--color-gray-3: var(--color-gray-3-value);
|
|
415
|
+
--color-gray-4: var(--color-gray-4-value);
|
|
416
|
+
--color-gray-5: var(--color-gray-5-value);
|
|
417
|
+
--color-gray-6: var(--color-gray-6-value);
|
|
418
|
+
--color-gray-7: var(--color-gray-7-value);
|
|
419
|
+
--color-gray-8: var(--color-gray-8-value);
|
|
420
|
+
--color-gray-9: var(--color-gray-9-value);
|
|
421
|
+
--color-gray-10: var(--color-gray-10-value);
|
|
422
|
+
|
|
423
|
+
--color-background-1: var(--color-background-1-value);
|
|
424
|
+
--color-background-2: var(--color-background-2-value);
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
/* Default variables */
|
|
428
|
+
@theme {
|
|
429
|
+
--shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06),
|
|
430
|
+
0px 0px 1px 0px rgb(0 0 0 / 0.3);
|
|
431
|
+
--shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08),
|
|
432
|
+
0px 0px 1px 0px rgb(0 0 0 / 0.3);
|
|
433
|
+
--shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12),
|
|
434
|
+
0px 0px 1px 0px rgb(0 0 0 / 0.3);
|
|
435
|
+
--text-tiny: 0.8125rem;
|
|
436
|
+
--text-tiny--line-height: 1.0625rem;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.dark {
|
|
440
|
+
color-scheme: dark;
|
|
441
|
+
color: var(--color-gray-10-value);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
html {
|
|
445
|
+
-webkit-locale: "vi";
|
|
446
|
+
box-sizing: border-box;
|
|
447
|
+
tab-size: 4;
|
|
448
|
+
touch-action: manipulation;
|
|
449
|
+
text-rendering: optimizelegibility;
|
|
450
|
+
-webkit-font-smoothing: antialiased;
|
|
451
|
+
-moz-osx-font-smoothing: grayscale;
|
|
452
|
+
font-synthesis: none;
|
|
453
|
+
-webkit-text-size-adjust: 100%;
|
|
454
|
+
-moz-text-size-adjust: 100%;
|
|
455
|
+
text-size-adjust: 100%;
|
|
456
|
+
}
|