@tenerife.music/ui 0.0.7 → 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 +168 -136
- package/dist/ThemeProvider-CaUX_Jam.cjs +2 -0
- package/dist/ThemeProvider-ltuW-773.js +1227 -0
- package/dist/animation/index.d.ts +9 -0
- package/dist/animation/index.d.ts.map +1 -0
- package/dist/animation/presets.d.ts +304 -0
- package/dist/animation/presets.d.ts.map +1 -0
- package/dist/animation/tas.d.ts +80 -0
- package/dist/animation/tas.d.ts.map +1 -0
- package/dist/animation/types.d.ts +106 -0
- package/dist/animation/types.d.ts.map +1 -0
- package/dist/animation/utils.d.ts +7 -0
- package/dist/animation/utils.d.ts.map +1 -0
- package/dist/brand-C5R2semX.js +45 -0
- package/dist/brand-DQb18Frh.cjs +2 -0
- package/dist/components/SectionBuilder.d.ts +37 -0
- package/dist/components/SectionBuilder.d.ts.map +1 -0
- package/dist/components/SectionBuilder.presets.d.ts +229 -0
- package/dist/components/SectionBuilder.presets.d.ts.map +1 -0
- package/dist/components/SectionBuilder.types.d.ts +327 -0
- package/dist/components/SectionBuilder.types.d.ts.map +1 -0
- package/dist/components/admin/Dashboard.d.ts.map +1 -1
- package/dist/components/admin/UserManagement.d.ts.map +1 -1
- package/dist/components/auth/LoginForm.d.ts.map +1 -1
- package/dist/components/auth/ProfileCard.d.ts.map +1 -1
- package/dist/components/auth/RegisterForm.d.ts.map +1 -1
- package/dist/components/cards/EventCard.d.ts +32 -31
- package/dist/components/cards/EventCard.d.ts.map +1 -1
- package/dist/components/cards/VenueCard.d.ts +32 -33
- package/dist/components/cards/VenueCard.d.ts.map +1 -1
- package/dist/components/controls/LanguageSelector.d.ts.map +1 -1
- package/dist/components/data/List.d.ts.map +1 -1
- package/dist/components/data/Table.d.ts +2 -2
- package/dist/components/data/Table.d.ts.map +1 -1
- package/dist/components/data/Timeline.d.ts.map +1 -1
- package/dist/components/feedback/Alert.d.ts +1 -1
- package/dist/components/feedback/Alert.d.ts.map +1 -1
- package/dist/components/feedback/ConsentBanner.d.ts.map +1 -1
- package/dist/components/feedback/Progress.d.ts.map +1 -1
- package/dist/components/feedback/Skeleton.d.ts.map +1 -1
- package/dist/components/filters/DateRangePicker.d.ts.map +1 -1
- package/dist/components/filters/FilterBar.d.ts +14 -1
- package/dist/components/filters/FilterBar.d.ts.map +1 -1
- package/dist/components/filters/FilterSelect.d.ts +2 -2
- package/dist/components/filters/FilterSelect.d.ts.map +1 -1
- package/dist/components/filters/PriceRangeSlider.d.ts.map +1 -1
- package/dist/components/filters/SearchFilters.d.ts.map +1 -1
- package/dist/components/filters/SearchInput.d.ts +1 -1
- package/dist/components/filters/SearchInput.d.ts.map +1 -1
- package/dist/components/filters/types.d.ts +9 -9
- package/dist/components/filters/types.d.ts.map +1 -1
- package/dist/components/forms/FormInput.d.ts +3 -7
- package/dist/components/forms/FormInput.d.ts.map +1 -1
- package/dist/components/forms/FormSelect.d.ts.map +1 -1
- package/dist/components/forms/FormTextarea.d.ts +2 -6
- package/dist/components/forms/FormTextarea.d.ts.map +1 -1
- package/dist/components/icons/TrendingIcon.d.ts.map +1 -1
- package/dist/components/image/Image.d.ts +4 -4
- package/dist/components/image/Image.d.ts.map +1 -1
- package/dist/components/layout/Box.d.ts +90 -0
- package/dist/components/layout/Box.d.ts.map +1 -0
- package/dist/components/layout/Container.d.ts +2 -2
- package/dist/components/layout/Container.d.ts.map +1 -1
- package/dist/components/layout/Flex.d.ts +27 -6
- package/dist/components/layout/Flex.d.ts.map +1 -1
- package/dist/components/layout/Footer.d.ts.map +1 -1
- package/dist/components/layout/Grid.d.ts +43 -4
- package/dist/components/layout/Grid.d.ts.map +1 -1
- package/dist/components/layout/ModeHero.d.ts.map +1 -1
- package/dist/components/layout/Navbar.d.ts +2 -2
- package/dist/components/layout/Navbar.d.ts.map +1 -1
- package/dist/components/layout/Section.d.ts +2 -2
- package/dist/components/layout/Section.d.ts.map +1 -1
- package/dist/components/layout/Stack.d.ts +21 -4
- package/dist/components/layout/Stack.d.ts.map +1 -1
- package/dist/components/layout/index.d.ts +15 -0
- package/dist/components/layout/index.d.ts.map +1 -0
- package/dist/components/layout/layout.types.d.ts +92 -0
- package/dist/components/layout/layout.types.d.ts.map +1 -0
- package/dist/components/menus/DropdownMenu.d.ts +2 -2
- package/dist/components/menus/DropdownMenu.d.ts.map +1 -1
- package/dist/components/menus/NavigationMenu.d.ts +2 -2
- package/dist/components/menus/NavigationMenu.d.ts.map +1 -1
- package/dist/components/menus/Tabs.d.ts +2 -2
- package/dist/components/menus/Tabs.d.ts.map +1 -1
- package/dist/components/modals/ConfirmDialog.d.ts +2 -2
- package/dist/components/modals/ConfirmDialog.d.ts.map +1 -1
- package/dist/components/modals/CustomDialog.d.ts +1 -2
- package/dist/components/modals/CustomDialog.d.ts.map +1 -1
- package/dist/components/modals/Modal.d.ts +2 -2
- package/dist/components/modals/Modal.d.ts.map +1 -1
- package/dist/components/modals/ModalProvider.d.ts +2 -2
- package/dist/components/modals/ModalProvider.d.ts.map +1 -1
- package/dist/components/modals/SimpleModal.d.ts +3 -2
- package/dist/components/modals/SimpleModal.d.ts.map +1 -1
- package/dist/components/navigation/Breadcrumbs.d.ts +1 -0
- package/dist/components/navigation/Breadcrumbs.d.ts.map +1 -1
- package/dist/components/navigation/Pagination.d.ts +1 -0
- package/dist/components/navigation/Pagination.d.ts.map +1 -1
- package/dist/components/overlays/OverlayPortal.d.ts +3 -3
- package/dist/components/overlays/OverlayPortal.d.ts.map +1 -1
- package/dist/components/overlays/Popover.d.ts +11 -11
- package/dist/components/overlays/Popover.d.ts.map +1 -1
- package/dist/components/overlays/Tooltip.d.ts +9 -9
- package/dist/components/overlays/Tooltip.d.ts.map +1 -1
- package/dist/components/primitives/Badge.d.ts +1 -1
- package/dist/components/primitives/Badge.d.ts.map +1 -1
- package/dist/components/primitives/Button.d.ts +1 -1
- package/dist/components/primitives/Button.d.ts.map +1 -1
- package/dist/components/primitives/Card.d.ts +1 -1
- package/dist/components/primitives/Card.d.ts.map +1 -1
- package/dist/components/primitives/Divider.d.ts.map +1 -1
- package/dist/components/primitives/Link.d.ts +4 -2
- package/dist/components/primitives/Link.d.ts.map +1 -1
- package/dist/components/primitives/ThemeSwitch.d.ts +2 -2
- package/dist/components/primitives/ThemeSwitch.d.ts.map +1 -1
- package/dist/components/primitives/Typography.d.ts +4 -4
- package/dist/components/primitives/Typography.d.ts.map +1 -1
- package/dist/components/search/SearchBar.d.ts.map +1 -1
- package/dist/components/sections/ArticlesSection.d.ts +14 -4
- package/dist/components/sections/ArticlesSection.d.ts.map +1 -1
- package/dist/components/sections/CTASection.d.ts +38 -0
- package/dist/components/sections/CTASection.d.ts.map +1 -0
- package/dist/components/sections/FeatureSection.d.ts +34 -0
- package/dist/components/sections/FeatureSection.d.ts.map +1 -0
- package/dist/components/sections/HeroSection.d.ts +28 -0
- package/dist/components/sections/HeroSection.d.ts.map +1 -0
- package/dist/components/sections/TrendingSection.d.ts +19 -3
- package/dist/components/sections/TrendingSection.d.ts.map +1 -1
- package/dist/components/skeletons/EventCardSkeleton.d.ts.map +1 -1
- package/dist/components/skeletons/VenueCardSkeleton.d.ts.map +1 -1
- package/dist/components/toasts/Toast.d.ts +2 -2
- package/dist/components/toasts/Toast.d.ts.map +1 -1
- package/dist/components/toasts/ToastProvider.d.ts +3 -3
- package/dist/components/toasts/ToastProvider.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts +4 -2
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/card.d.ts +1 -1
- package/dist/components/ui/card.d.ts.map +1 -1
- package/dist/components/ui/dialog.d.ts +2 -2
- package/dist/components/ui/dialog.d.ts.map +1 -1
- package/dist/components/ui/input.d.ts.map +1 -1
- package/dist/components/ui/label.d.ts +1 -1
- package/dist/components/ui/label.d.ts.map +1 -1
- package/dist/components/ui/toast.d.ts +3 -3
- package/dist/components/ui/toast.d.ts.map +1 -1
- package/dist/components/ui/toaster.d.ts.map +1 -1
- package/dist/components/ui/tooltip.d.ts +2 -2
- package/dist/components/ui/tooltip.d.ts.map +1 -1
- package/dist/dark-Cvoy1uFT.js +30 -0
- package/dist/dark-OOhiqt1q.cjs +2 -0
- package/dist/default-BKgH1D9-.js +8 -0
- package/dist/default-Ddg7Haf2.cjs +2 -0
- package/dist/hooks/use-toast.d.ts +3 -3
- package/dist/hooks/use-toast.d.ts.map +1 -1
- package/dist/hooks/useDebounce.d.ts +20 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useModal.d.ts +5 -5
- package/dist/hooks/useModal.d.ts.map +1 -1
- package/dist/hooks/useToast.d.ts +2 -2
- package/dist/hooks/useToast.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +41 -32
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4303 -2807
- package/dist/lib/a11y.d.ts +16 -0
- package/dist/lib/a11y.d.ts.map +1 -0
- package/dist/lib/responsive-props.d.ts +64 -0
- package/dist/lib/responsive-props.d.ts.map +1 -0
- package/dist/motion-4SRNkZlz.cjs +2 -0
- package/dist/motion-CuHacXY1.js +722 -0
- package/dist/preset.cjs +1 -1
- package/dist/preset.d.ts.map +1 -1
- package/dist/preset.mjs +1 -1
- package/dist/radius-CAu4qr9R.js +185 -0
- package/dist/radius-Cz6tayZG.cjs +2 -0
- package/dist/test/animation-utils.d.ts +60 -0
- package/dist/test/animation-utils.d.ts.map +1 -0
- package/dist/theme/ThemeProvider.d.ts +56 -0
- package/dist/theme/ThemeProvider.d.ts.map +1 -0
- package/dist/theme/applyMode.d.ts +41 -1
- package/dist/theme/applyMode.d.ts.map +1 -1
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.d.ts +5 -1
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.mjs +237 -97
- package/dist/theme/loader.d.ts +64 -0
- package/dist/theme/loader.d.ts.map +1 -0
- package/dist/theme/motion.d.ts.map +1 -1
- package/dist/theme/registry.d.ts +71 -0
- package/dist/theme/registry.d.ts.map +1 -0
- package/dist/theme/schema.d.ts +125 -0
- package/dist/theme/schema.d.ts.map +1 -0
- package/dist/theme/typography.d.ts.map +1 -1
- package/dist/themes/brand.d.ts +7 -0
- package/dist/themes/brand.d.ts.map +1 -0
- package/dist/themes/brand_engine.d.ts +102 -0
- package/dist/themes/brand_engine.d.ts.map +1 -0
- package/dist/themes/dark.d.ts +7 -0
- package/dist/themes/dark.d.ts.map +1 -0
- package/dist/themes/default.d.ts +7 -0
- package/dist/themes/default.d.ts.map +1 -0
- package/dist/themes/index.d.ts +25 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/minimal.d.ts +7 -0
- package/dist/themes/minimal.d.ts.map +1 -0
- package/dist/themes/neon.d.ts +7 -0
- package/dist/themes/neon.d.ts.map +1 -0
- package/dist/themes/types.d.ts +279 -0
- package/dist/themes/types.d.ts.map +1 -0
- package/dist/tokens/colors.d.ts +260 -38
- package/dist/tokens/colors.d.ts.map +1 -1
- package/dist/tokens/css-variables.d.ts +271 -0
- package/dist/tokens/css-variables.d.ts.map +1 -0
- package/dist/tokens/index.cjs +4 -1
- package/dist/tokens/index.d.ts +4 -1
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.mjs +770 -168
- package/dist/tokens/motion.d.ts +435 -0
- package/dist/tokens/motion.d.ts.map +1 -0
- package/dist/tokens/radius.d.ts +130 -2
- package/dist/tokens/radius.d.ts.map +1 -1
- package/dist/tokens/shadows.d.ts +172 -0
- package/dist/tokens/shadows.d.ts.map +1 -0
- package/dist/tokens/spacing.d.ts +155 -1
- package/dist/tokens/spacing.d.ts.map +1 -1
- package/dist/tokens/typography.d.ts +285 -21
- package/dist/tokens/typography.d.ts.map +1 -1
- package/package.json +66 -18
- package/dist/radius-CuOZD6Mk.cjs +0 -2
- package/dist/radius-NOytgRst.js +0 -22
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared accessibility helpers.
|
|
3
|
+
*
|
|
4
|
+
* Centralizing focus ring styles keeps our keyboard indicators consistent
|
|
5
|
+
* and ensures they inherit the tokenized ring + background colors.
|
|
6
|
+
*/
|
|
7
|
+
export declare const focusRing = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background transition-shadow";
|
|
8
|
+
/**
|
|
9
|
+
* Utility to combine default button props with common accessibility attributes.
|
|
10
|
+
* Currently used for pagination/toolbar buttons to keep aria-* annotations consistent.
|
|
11
|
+
*/
|
|
12
|
+
export declare const interactiveButtonBase: {
|
|
13
|
+
type: "button";
|
|
14
|
+
role: "button";
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=a11y.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"a11y.d.ts","sourceRoot":"","sources":["../../src/lib/a11y.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,SAAS,+JACwI,CAAC;AAE/J;;;GAGG;AACH,eAAO,MAAM,qBAAqB;;;CAGjC,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Responsive Props Utilities
|
|
3
|
+
*
|
|
4
|
+
* Utilities for handling responsive values in layout primitives.
|
|
5
|
+
* Supports CSS custom properties with media queries for efficient responsive styling.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Breakpoint values matching Tailwind defaults
|
|
9
|
+
*/
|
|
10
|
+
export declare const breakpoints: {
|
|
11
|
+
readonly sm: "640px";
|
|
12
|
+
readonly md: "768px";
|
|
13
|
+
readonly lg: "1024px";
|
|
14
|
+
readonly xl: "1280px";
|
|
15
|
+
readonly "2xl": "1536px";
|
|
16
|
+
};
|
|
17
|
+
export type Breakpoint = keyof typeof breakpoints;
|
|
18
|
+
/**
|
|
19
|
+
* Responsive value type - can be a single value or an object with breakpoint keys
|
|
20
|
+
*/
|
|
21
|
+
export type ResponsiveValue<T> = T | {
|
|
22
|
+
base?: T;
|
|
23
|
+
sm?: T;
|
|
24
|
+
md?: T;
|
|
25
|
+
lg?: T;
|
|
26
|
+
xl?: T;
|
|
27
|
+
"2xl"?: T;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a value is a responsive object
|
|
31
|
+
*/
|
|
32
|
+
export declare function isResponsiveValue<T>(value: ResponsiveValue<T>): value is Exclude<ResponsiveValue<T>, T>;
|
|
33
|
+
/**
|
|
34
|
+
* Get base value from responsive value
|
|
35
|
+
*/
|
|
36
|
+
export declare function getBaseValue<T>(value: ResponsiveValue<T> | undefined): T | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Convert spacing token key to CSS variable name
|
|
39
|
+
*/
|
|
40
|
+
export declare function getSpacingCSSVar(key: string | number): string;
|
|
41
|
+
/**
|
|
42
|
+
* Convert radius token key to CSS variable name
|
|
43
|
+
*/
|
|
44
|
+
export declare function getRadiusCSSVar(key: string): string;
|
|
45
|
+
/**
|
|
46
|
+
* Convert color token key to CSS variable name
|
|
47
|
+
*/
|
|
48
|
+
export declare function getColorCSSVar(key: string): string;
|
|
49
|
+
/**
|
|
50
|
+
* Generate CSS custom properties for responsive values
|
|
51
|
+
* Returns an object with CSS variables that can be used in inline styles
|
|
52
|
+
*/
|
|
53
|
+
export declare function getResponsiveCSSVars<T>(propName: string, value: ResponsiveValue<T>, tokenMapper: (val: T) => string): Record<string, string>;
|
|
54
|
+
/**
|
|
55
|
+
* Generate inline styles for responsive CSS properties
|
|
56
|
+
* Uses CSS custom properties with media queries approach
|
|
57
|
+
*/
|
|
58
|
+
export declare function getResponsiveStyles<T>(propName: string, value: ResponsiveValue<T>, tokenMapper: (val: T) => string, cssProperty: string): React.CSSProperties;
|
|
59
|
+
/**
|
|
60
|
+
* Generate className for responsive spacing
|
|
61
|
+
* Uses Tailwind's responsive classes when possible, falls back to CSS variables
|
|
62
|
+
*/
|
|
63
|
+
export declare function getResponsiveSpacingClass(prop: string, value: ResponsiveValue<string | number>): string;
|
|
64
|
+
//# sourceMappingURL=responsive-props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsive-props.d.ts","sourceRoot":"","sources":["../../src/lib/responsive-props.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;CAMd,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,WAAW,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,IACzB,CAAC,GACD;IACE,IAAI,CAAC,EAAE,CAAC,CAAC;IACT,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,KAAK,CAAC,EAAE,CAAC,CAAC;CACX,CAAC;AAEN;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EACjC,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,GACxB,KAAK,IAAI,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAEzC;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAAE,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,SAAS,GAAG,CAAC,GAAG,SAAS,CAWpF;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAgC7D;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEnD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAalD;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,EACpC,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,EACzB,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM,GAC9B,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAoCxB;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,EACnC,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,EACzB,WAAW,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM,EAC/B,WAAW,EAAE,MAAM,GAClB,KAAK,CAAC,aAAa,CAwBrB;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,eAAe,CAAC,MAAM,GAAG,MAAM,CAAC,GACtC,MAAM,CAqCR"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";const s={50:"210 40% 98%",100:"210 40% 96%",200:"217 32.6% 17.5%",300:"216 28% 26%",400:"215 25% 27%",500:"215 20% 35%",600:"215 16% 47%",700:"216 12% 54%",800:"217 10% 62%",900:"222 47.4% 11.2%",950:"222 84% 4.9%"},n={50:"280 100% 98%",100:"280 65% 96%",200:"280 60% 85%",300:"280 55% 75%",400:"280 50% 65%",500:"280 70% 67%",600:"259 65% 58%",700:"259 60% 50%",800:"259 55% 45%",900:"259 50% 40%",950:"259 45% 30%"},t={50:"173 100% 98%",100:"173 100% 95%",200:"173 100% 85%",300:"173 100% 70%",400:"173 100% 55%",500:"173 100% 37%",600:"173 100% 32%",700:"173 95% 27%",800:"173 90% 22%",900:"173 85% 17%",950:"173 80% 12%"},i={day:{base:"0 0% 100%",elevated1:"0 0% 98%",elevated2:"0 0% 96%",elevated3:"0 0% 94%",overlay:"0 0% 0% / 0.5",glass:"0 0% 100% / 0.8"},night:{base:"240 10% 3.9%",elevated1:"240 10% 5.1%",elevated2:"240 10% 6.3%",elevated3:"240 10% 7.5%",overlay:"0 0% 0% / 0.7",glass:"240 10% 10% / 0.9"}},o={day:{success:"142 70% 28%",successForeground:"0 0% 100%",error:"0 80% 40%",errorForeground:"0 0% 100%",warning:"38 92% 50%",warningForeground:"0 0% 9%",info:"199 89% 48%",infoForeground:"0 0% 100%"},night:{success:"142 70% 45%",successForeground:"0 0% 100%",error:"0 62.8% 30.6%",errorForeground:"0 0% 98%",warning:"38 92% 60%",warningForeground:"0 0% 9%",info:"199 89% 55%",infoForeground:"0 0% 9%"}},l={day:{primary:"0 0% 9%",secondary:"0 0% 45%",tertiary:"0 0% 65%",muted:"0 0% 38%",inverse:"0 0% 100%"},night:{primary:"0 0% 89.8%",secondary:"240 5% 64.9%",tertiary:"240 5% 50%",muted:"240 5% 64.9%",inverse:"0 0% 9%"}},d={day:{background:"0 0% 100%",foreground:"0 0% 9%",card:"0 0% 100%",cardForeground:"0 0% 9%",popover:"0 0% 100%",popoverForeground:"0 0% 9%",border:"0 0% 89.8%",input:"0 0% 89.8%",ring:"0 0% 3.9%"},night:{background:"240 10% 3.9%",foreground:"0 0% 89.8%",card:"240 10% 3.9%",cardForeground:"0 0% 89.8%",popover:"240 10% 5.1%",popoverForeground:"0 0% 89.8%",border:"240 3.7% 15.9%",input:"240 3.7% 15.9%",ring:"240 4.9% 83.9%"}},m={day:{...d.day,primary:"hsl(var(--tm-primary))",primaryForeground:"hsl(var(--tm-primary-foreground))",secondary:"hsl(var(--tm-secondary))",secondaryForeground:"hsl(var(--tm-secondary-foreground))",muted:"hsl(var(--muted))",mutedForeground:"hsl(var(--muted-foreground))",accent:"hsl(var(--tm-accent))",accentForeground:"hsl(var(--tm-accent-foreground))",destructive:`hsl(${o.day.error})`,destructiveForeground:o.day.errorForeground,chart1:"hsl(12, 76%, 61%)",chart2:"hsl(173, 58%, 39%)",chart3:"hsl(197, 37%, 24%)",chart4:"hsl(43, 74%, 66%)",chart5:"hsl(27, 87%, 67%)"},night:{...d.night,primary:"hsl(var(--tm-primary))",primaryForeground:"hsl(var(--tm-primary-foreground))",secondary:"hsl(var(--tm-secondary))",secondaryForeground:"hsl(var(--tm-secondary-foreground))",muted:"hsl(var(--muted))",mutedForeground:"hsl(var(--muted-foreground))",accent:"hsl(var(--tm-accent))",accentForeground:"hsl(var(--tm-accent-foreground))",destructive:`hsl(${o.night.error})`,destructiveForeground:o.night.errorForeground,chart1:"hsl(220, 70%, 50%)",chart2:"hsl(160, 60%, 45%)",chart3:"hsl(30, 80%, 55%)",chart4:"hsl(280, 65%, 60%)",chart5:"hsl(340, 75%, 55%)"}},f={"--primary-50":s[50],"--primary-100":s[100],"--primary-200":s[200],"--primary-300":s[300],"--primary-400":s[400],"--primary-500":s[500],"--primary-600":s[600],"--primary-700":s[700],"--primary-800":s[800],"--primary-900":s[900],"--primary-950":s[950],"--accent-50":n[50],"--accent-100":n[100],"--accent-200":n[200],"--accent-300":n[300],"--accent-400":n[400],"--accent-500":n[500],"--accent-600":n[600],"--accent-700":n[700],"--accent-800":n[800],"--accent-900":n[900],"--accent-950":n[950],"--secondary-50":t[50],"--secondary-100":t[100],"--secondary-200":t[200],"--secondary-300":t[300],"--secondary-400":t[400],"--secondary-500":t[500],"--secondary-600":t[600],"--secondary-700":t[700],"--secondary-800":t[800],"--secondary-900":t[900],"--secondary-950":t[950],"--surface-base":i.day.base,"--surface-elevated1":i.day.elevated1,"--surface-elevated2":i.day.elevated2,"--surface-elevated3":i.day.elevated3,"--surface-overlay":i.day.overlay,"--surface-glass":i.day.glass,"--semantic-success":o.day.success,"--semantic-success-foreground":o.day.successForeground,"--semantic-error":o.day.error,"--semantic-error-foreground":o.day.errorForeground,"--semantic-warning":o.day.warning,"--semantic-warning-foreground":o.day.warningForeground,"--semantic-info":o.day.info,"--semantic-info-foreground":o.day.infoForeground,"--text-primary":l.day.primary,"--text-secondary":l.day.secondary,"--text-tertiary":l.day.tertiary,"--text-muted":l.day.muted,"--text-inverse":l.day.inverse},y={background:"hsl(var(--background))",foreground:"hsl(var(--foreground))",card:{DEFAULT:"hsl(var(--card))",foreground:"hsl(var(--card-foreground))"},popover:{DEFAULT:"hsl(var(--popover))",foreground:"hsl(var(--popover-foreground))"},primary:{DEFAULT:"hsl(var(--tm-primary))",foreground:"hsl(var(--tm-primary-foreground))",50:"hsl(var(--primary-50))",100:"hsl(var(--primary-100))",200:"hsl(var(--primary-200))",300:"hsl(var(--primary-300))",400:"hsl(var(--primary-400))",500:"hsl(var(--primary-500))",600:"hsl(var(--primary-600))",700:"hsl(var(--primary-700))",800:"hsl(var(--primary-800))",900:"hsl(var(--primary-900))",950:"hsl(var(--primary-950))"},secondary:{DEFAULT:"hsl(var(--tm-secondary))",foreground:"hsl(var(--tm-secondary-foreground))",50:"hsl(var(--secondary-50))",100:"hsl(var(--secondary-100))",200:"hsl(var(--secondary-200))",300:"hsl(var(--secondary-300))",400:"hsl(var(--secondary-400))",500:"hsl(var(--secondary-500))",600:"hsl(var(--secondary-600))",700:"hsl(var(--secondary-700))",800:"hsl(var(--secondary-800))",900:"hsl(var(--secondary-900))",950:"hsl(var(--secondary-950))"},accent:{DEFAULT:"hsl(var(--tm-accent))",foreground:"hsl(var(--tm-accent-foreground))",50:"hsl(var(--accent-50))",100:"hsl(var(--accent-100))",200:"hsl(var(--accent-200))",300:"hsl(var(--accent-300))",400:"hsl(var(--accent-400))",500:"hsl(var(--accent-500))",600:"hsl(var(--accent-600))",700:"hsl(var(--accent-700))",800:"hsl(var(--accent-800))",900:"hsl(var(--accent-900))",950:"hsl(var(--accent-950))"},muted:{DEFAULT:"hsl(var(--muted))",foreground:"hsl(var(--muted-foreground))"},destructive:{DEFAULT:"hsl(var(--destructive))",foreground:"hsl(var(--destructive-foreground))"},success:{DEFAULT:"hsl(var(--semantic-success))",foreground:"hsl(var(--semantic-success-foreground))"},error:{DEFAULT:"hsl(var(--semantic-error))",foreground:"hsl(var(--semantic-error-foreground))"},warning:{DEFAULT:"hsl(var(--semantic-warning))",foreground:"hsl(var(--semantic-warning-foreground))"},info:{DEFAULT:"hsl(var(--semantic-info))",foreground:"hsl(var(--semantic-info-foreground))"},surface:{base:"hsl(var(--surface-base))",elevated1:"hsl(var(--surface-elevated1))",elevated2:"hsl(var(--surface-elevated2))",elevated3:"hsl(var(--surface-elevated3))",overlay:"hsl(var(--surface-overlay))",glass:"hsl(var(--surface-glass))"},text:{primary:"hsl(var(--text-primary))",secondary:"hsl(var(--text-secondary))",tertiary:"hsl(var(--text-tertiary))",muted:"hsl(var(--text-muted))",inverse:"hsl(var(--text-inverse))"},border:"hsl(var(--border))",input:"hsl(var(--input))",ring:"hsl(var(--ring))",chart:{1:"hsl(var(--chart-1))",2:"hsl(var(--chart-2))",3:"hsl(var(--chart-3))",4:"hsl(var(--chart-4))",5:"hsl(var(--chart-5))"}},a={instant:"0ms",fast:"150ms",normal:"300ms",slow:"500ms",slower:"700ms",slowest:"1000ms",75:"75ms",100:"100ms",200:"200ms",250:"250ms",400:"400ms",600:"600ms",800:"800ms"},r={linear:"linear","ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)",ease:"ease",bounce:"cubic-bezier(0.68, -0.55, 0.265, 1.55)",elastic:"cubic-bezier(0.175, 0.885, 0.32, 1.275)","ease-out-cubic":"cubic-bezier(0.215, 0.61, 0.355, 1)","ease-in-cubic":"cubic-bezier(0.55, 0.055, 0.675, 0.19)","ease-in-out-cubic":"cubic-bezier(0.645, 0.045, 0.355, 1)"},e={fast:`${a.fast} ${r["ease-out"]}`,"fast-in":`${a.fast} ${r["ease-in"]}`,"fast-out":`${a.fast} ${r["ease-out"]}`,"fast-in-out":`${a.fast} ${r["ease-in-out"]}`,normal:`${a.normal} ${r["ease-in-out"]}`,"normal-in":`${a.normal} ${r["ease-in"]}`,"normal-out":`${a.normal} ${r["ease-out"]}`,"normal-in-out":`${a.normal} ${r["ease-in-out"]}`,slow:`${a.slow} ${r["ease-in-out"]}`,"slow-in":`${a.slow} ${r["ease-in"]}`,"slow-out":`${a.slow} ${r["ease-out"]}`,"slow-in-out":`${a.slow} ${r["ease-in-out"]}`,bounce:`${a.normal} ${r.bounce}`,elastic:`${a.slow} ${r.elastic}`,DEFAULT:`${a.normal} ${r["ease-in-out"]}`},u={fadeIn:{from:{opacity:0},to:{opacity:1}},fadeOut:{from:{opacity:1},to:{opacity:0}},slideInUp:{from:{transform:"translateY(100%)",opacity:0},to:{transform:"translateY(0)",opacity:1}},slideInDown:{from:{transform:"translateY(-100%)",opacity:0},to:{transform:"translateY(0)",opacity:1}},slideInLeft:{from:{transform:"translateX(-100%)",opacity:0},to:{transform:"translateX(0)",opacity:1}},slideInRight:{from:{transform:"translateX(100%)",opacity:0},to:{transform:"translateX(0)",opacity:1}},slideOutUp:{from:{transform:"translateY(0)",opacity:1},to:{transform:"translateY(-100%)",opacity:0}},slideOutDown:{from:{transform:"translateY(0)",opacity:1},to:{transform:"translateY(100%)",opacity:0}},slideOutLeft:{from:{transform:"translateX(0)",opacity:1},to:{transform:"translateX(-100%)",opacity:0}},slideOutRight:{from:{transform:"translateX(0)",opacity:1},to:{transform:"translateX(100%)",opacity:0}},scaleIn:{from:{transform:"scale(0.95)",opacity:0},to:{transform:"scale(1)",opacity:1}},scaleOut:{from:{transform:"scale(1)",opacity:1},to:{transform:"scale(0.95)",opacity:0}},scaleUp:{from:{transform:"scale(1)"},to:{transform:"scale(1.05)"}},scaleDown:{from:{transform:"scale(1.05)"},to:{transform:"scale(1)"}},spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},spinReverse:{from:{transform:"rotate(360deg)"},to:{transform:"rotate(0deg)"}},pulse:{"0%, 100%":{opacity:1},"50%":{opacity:.5}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8, 0, 1, 1)"},"50%":{transform:"translateY(0)",animationTimingFunction:"cubic-bezier(0, 0, 0.2, 1)"}},shake:{"0%, 100%":{transform:"translateX(0)"},"10%, 30%, 50%, 70%, 90%":{transform:"translateX(-4px)"},"20%, 40%, 60%, 80%":{transform:"translateX(4px)"}},ping:{"75%, 100%":{transform:"scale(2)",opacity:0}},"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}}},c={fadeIn:`fadeIn ${a.normal} ${r["ease-out"]}`,fadeOut:`fadeOut ${a.fast} ${r["ease-in"]}`,slideInUp:`slideInUp ${a.normal} ${r["ease-out"]}`,slideInDown:`slideInDown ${a.normal} ${r["ease-out"]}`,slideInLeft:`slideInLeft ${a.normal} ${r["ease-out"]}`,slideInRight:`slideInRight ${a.normal} ${r["ease-out"]}`,slideOutUp:`slideOutUp ${a.fast} ${r["ease-in"]}`,slideOutDown:`slideOutDown ${a.fast} ${r["ease-in"]}`,slideOutLeft:`slideOutLeft ${a.fast} ${r["ease-in"]}`,slideOutRight:`slideOutRight ${a.fast} ${r["ease-in"]}`,scaleIn:`scaleIn ${a.normal} ${r["ease-out"]}`,scaleOut:`scaleOut ${a.fast} ${r["ease-in"]}`,spin:`spin 1s ${r.linear} infinite`,pulse:`pulse 2s ${r["ease-in-out"]} infinite`,bounce:`bounce 1s ${r.linear} infinite`,ping:`ping 1s ${r["ease-out"]} cubic-bezier(0, 0, 0.2, 1) infinite`,shake:`shake 0.5s ${r["ease-in-out"]}`,"accordion-down":`accordion-down ${a.normal} ${r["ease-out"]}`,"accordion-up":`accordion-up ${a.normal} ${r["ease-out"]}`},h={gentle:{type:"spring",stiffness:120,damping:14,mass:1},default:{type:"spring",stiffness:300,damping:30,mass:1},wobbly:{type:"spring",stiffness:180,damping:12,mass:1},stiff:{type:"spring",stiffness:400,damping:30,mass:1},slow:{type:"spring",stiffness:200,damping:25,mass:1},bouncy:{type:"spring",stiffness:400,damping:10,mass:1},noBounce:{type:"spring",stiffness:300,damping:35,mass:1}},g={duration:"0ms",easing:"linear",transition:"0ms linear",mediaQuery:"@media (prefers-reduced-motion: reduce)",disableAnimations:"animation: none !important; transition: none !important;",spring:{type:"spring",stiffness:1e3,damping:100,mass:1}},p={"--duration-instant":a.instant,"--duration-fast":a.fast,"--duration-normal":a.normal,"--duration-slow":a.slow,"--duration-slower":a.slower,"--duration-slowest":a.slowest,"--duration-75":a[75],"--duration-100":a[100],"--duration-200":a[200],"--duration-250":a[250],"--duration-400":a[400],"--duration-600":a[600],"--duration-800":a[800],"--ease-linear":r.linear,"--ease-in":r["ease-in"],"--ease-out":r["ease-out"],"--ease-in-out":r["ease-in-out"],"--ease-bounce":r.bounce,"--ease-elastic":r.elastic,"--ease-out-cubic":r["ease-out-cubic"],"--ease-in-cubic":r["ease-in-cubic"],"--ease-in-out-cubic":r["ease-in-out-cubic"],"--transition-fast":e.fast,"--transition-normal":e.normal,"--transition-slow":e.slow,"--transition-default":e.DEFAULT,"--transition-fast-in":e["fast-in"],"--transition-fast-out":e["fast-out"],"--transition-fast-in-out":e["fast-in-out"],"--transition-normal-in":e["normal-in"],"--transition-normal-out":e["normal-out"],"--transition-normal-in-out":e["normal-in-out"],"--transition-slow-in":e["slow-in"],"--transition-slow-out":e["slow-out"],"--transition-slow-in-out":e["slow-in-out"],"--transition-bounce":e.bounce,"--transition-elastic":e.elastic},v={transitionDuration:{...a},transitionTimingFunction:{...r},transitionProperty:{DEFAULT:"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",colors:"color, background-color, border-color, text-decoration-color, fill, stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform",all:"all",none:"none"},keyframes:{...u},animation:{...c,none:"none",spin:c.spin,pulse:c.pulse,bounce:c.bounce,ping:c.ping,shake:c.shake}};exports.accentColors=n;exports.animations=c;exports.baseColors=d;exports.colorCSSVariables=f;exports.cssVariableColorTokens=m;exports.durations=a;exports.easings=r;exports.keyframes=u;exports.motionCSSVariables=p;exports.primaryColors=s;exports.reducedMotion=g;exports.secondaryColors=t;exports.semanticColors=o;exports.springs=h;exports.surfaceColors=i;exports.tailwindMotionConfig=v;exports.tailwindThemeColors=y;exports.textColors=l;exports.transitions=e;
|