@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
package/dist/tokens/colors.d.ts
CHANGED
|
@@ -1,71 +1,293 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Color Palette Tokens
|
|
3
|
+
*
|
|
4
|
+
* Complete color palette system for Tenerife UI based on design system specifications.
|
|
5
|
+
* Includes: primary midnight blues, accent purples, secondary refined cyan,
|
|
6
|
+
* surface colors for dark/light themes, and semantic colors.
|
|
7
|
+
*
|
|
8
|
+
* @see docs/tenerife_audit/design_system.md - colour palette section
|
|
9
|
+
*/
|
|
1
10
|
export type Mode = "day" | "night";
|
|
2
|
-
|
|
11
|
+
/**
|
|
12
|
+
* Color scale from 50 (lightest) to 950 (darkest)
|
|
13
|
+
* Used for primary, accent, secondary, and other color scales
|
|
14
|
+
*/
|
|
15
|
+
export type ColorScale = {
|
|
16
|
+
50: string;
|
|
17
|
+
100: string;
|
|
18
|
+
200: string;
|
|
19
|
+
300: string;
|
|
20
|
+
400: string;
|
|
21
|
+
500: string;
|
|
22
|
+
600: string;
|
|
23
|
+
700: string;
|
|
24
|
+
800: string;
|
|
25
|
+
900: string;
|
|
26
|
+
950: string;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Primary color palette - Midnight Blues
|
|
30
|
+
* Tenerife brand primary colors
|
|
31
|
+
*/
|
|
32
|
+
export declare const primaryColors: ColorScale;
|
|
33
|
+
/**
|
|
34
|
+
* Accent color palette - Purples
|
|
35
|
+
* Used for accents and highlights
|
|
36
|
+
*/
|
|
37
|
+
export declare const accentColors: ColorScale;
|
|
38
|
+
/**
|
|
39
|
+
* Secondary color palette - Refined Cyan
|
|
40
|
+
* Tenerife brand secondary colors
|
|
41
|
+
*/
|
|
42
|
+
export declare const secondaryColors: ColorScale;
|
|
43
|
+
/**
|
|
44
|
+
* Surface color tokens
|
|
45
|
+
* Used for backgrounds at different elevation levels
|
|
46
|
+
*/
|
|
47
|
+
export type SurfaceColors = {
|
|
48
|
+
base: string;
|
|
49
|
+
elevated1: string;
|
|
50
|
+
elevated2: string;
|
|
51
|
+
elevated3: string;
|
|
52
|
+
overlay: string;
|
|
53
|
+
glass: string;
|
|
54
|
+
};
|
|
55
|
+
export declare const surfaceColors: Record<Mode, SurfaceColors>;
|
|
56
|
+
/**
|
|
57
|
+
* Semantic color tokens
|
|
58
|
+
* Success, error, warning, info
|
|
59
|
+
*/
|
|
60
|
+
export type SemanticColors = {
|
|
61
|
+
success: string;
|
|
62
|
+
successForeground: string;
|
|
63
|
+
error: string;
|
|
64
|
+
errorForeground: string;
|
|
65
|
+
warning: string;
|
|
66
|
+
warningForeground: string;
|
|
67
|
+
info: string;
|
|
68
|
+
infoForeground: string;
|
|
69
|
+
};
|
|
70
|
+
export declare const semanticColors: Record<Mode, SemanticColors>;
|
|
71
|
+
/**
|
|
72
|
+
* Text color tokens
|
|
73
|
+
* Primary, secondary, tertiary, muted text
|
|
74
|
+
*/
|
|
75
|
+
export type TextColors = {
|
|
76
|
+
primary: string;
|
|
77
|
+
secondary: string;
|
|
78
|
+
tertiary: string;
|
|
79
|
+
muted: string;
|
|
80
|
+
inverse: string;
|
|
81
|
+
};
|
|
82
|
+
export declare const textColors: Record<Mode, TextColors>;
|
|
83
|
+
/**
|
|
84
|
+
* Base color tokens
|
|
85
|
+
* Background, foreground, card, popover
|
|
86
|
+
*/
|
|
87
|
+
export type BaseColorTokens = {
|
|
3
88
|
background: string;
|
|
4
89
|
foreground: string;
|
|
5
90
|
card: string;
|
|
6
91
|
cardForeground: string;
|
|
7
92
|
popover: string;
|
|
8
93
|
popoverForeground: string;
|
|
94
|
+
border: string;
|
|
95
|
+
input: string;
|
|
96
|
+
ring: string;
|
|
97
|
+
};
|
|
98
|
+
export declare const baseColors: Record<Mode, BaseColorTokens>;
|
|
99
|
+
/**
|
|
100
|
+
* Complete color tokens
|
|
101
|
+
* Combines all color categories
|
|
102
|
+
*/
|
|
103
|
+
export type ColorTokens = BaseColorTokens & {
|
|
9
104
|
primary: string;
|
|
10
105
|
primaryForeground: string;
|
|
11
106
|
secondary: string;
|
|
12
107
|
secondaryForeground: string;
|
|
13
|
-
muted: string;
|
|
14
|
-
mutedForeground: string;
|
|
15
108
|
accent: string;
|
|
16
109
|
accentForeground: string;
|
|
110
|
+
muted: string;
|
|
111
|
+
mutedForeground: string;
|
|
17
112
|
destructive: string;
|
|
18
113
|
destructiveForeground: string;
|
|
19
|
-
border: string;
|
|
20
|
-
input: string;
|
|
21
|
-
ring: string;
|
|
22
114
|
chart1: string;
|
|
23
115
|
chart2: string;
|
|
24
116
|
chart3: string;
|
|
25
117
|
chart4: string;
|
|
26
118
|
chart5: string;
|
|
27
119
|
};
|
|
120
|
+
/**
|
|
121
|
+
* CSS variable color tokens
|
|
122
|
+
* Maps to CSS custom properties
|
|
123
|
+
*/
|
|
28
124
|
export declare const cssVariableColorTokens: Record<Mode, ColorTokens>;
|
|
125
|
+
/**
|
|
126
|
+
* CSS custom properties for colors
|
|
127
|
+
* These will be injected into the theme system
|
|
128
|
+
*/
|
|
129
|
+
export declare const colorCSSVariables: {
|
|
130
|
+
readonly "--primary-50": string;
|
|
131
|
+
readonly "--primary-100": string;
|
|
132
|
+
readonly "--primary-200": string;
|
|
133
|
+
readonly "--primary-300": string;
|
|
134
|
+
readonly "--primary-400": string;
|
|
135
|
+
readonly "--primary-500": string;
|
|
136
|
+
readonly "--primary-600": string;
|
|
137
|
+
readonly "--primary-700": string;
|
|
138
|
+
readonly "--primary-800": string;
|
|
139
|
+
readonly "--primary-900": string;
|
|
140
|
+
readonly "--primary-950": string;
|
|
141
|
+
readonly "--accent-50": string;
|
|
142
|
+
readonly "--accent-100": string;
|
|
143
|
+
readonly "--accent-200": string;
|
|
144
|
+
readonly "--accent-300": string;
|
|
145
|
+
readonly "--accent-400": string;
|
|
146
|
+
readonly "--accent-500": string;
|
|
147
|
+
readonly "--accent-600": string;
|
|
148
|
+
readonly "--accent-700": string;
|
|
149
|
+
readonly "--accent-800": string;
|
|
150
|
+
readonly "--accent-900": string;
|
|
151
|
+
readonly "--accent-950": string;
|
|
152
|
+
readonly "--secondary-50": string;
|
|
153
|
+
readonly "--secondary-100": string;
|
|
154
|
+
readonly "--secondary-200": string;
|
|
155
|
+
readonly "--secondary-300": string;
|
|
156
|
+
readonly "--secondary-400": string;
|
|
157
|
+
readonly "--secondary-500": string;
|
|
158
|
+
readonly "--secondary-600": string;
|
|
159
|
+
readonly "--secondary-700": string;
|
|
160
|
+
readonly "--secondary-800": string;
|
|
161
|
+
readonly "--secondary-900": string;
|
|
162
|
+
readonly "--secondary-950": string;
|
|
163
|
+
readonly "--surface-base": string;
|
|
164
|
+
readonly "--surface-elevated1": string;
|
|
165
|
+
readonly "--surface-elevated2": string;
|
|
166
|
+
readonly "--surface-elevated3": string;
|
|
167
|
+
readonly "--surface-overlay": string;
|
|
168
|
+
readonly "--surface-glass": string;
|
|
169
|
+
readonly "--semantic-success": string;
|
|
170
|
+
readonly "--semantic-success-foreground": string;
|
|
171
|
+
readonly "--semantic-error": string;
|
|
172
|
+
readonly "--semantic-error-foreground": string;
|
|
173
|
+
readonly "--semantic-warning": string;
|
|
174
|
+
readonly "--semantic-warning-foreground": string;
|
|
175
|
+
readonly "--semantic-info": string;
|
|
176
|
+
readonly "--semantic-info-foreground": string;
|
|
177
|
+
readonly "--text-primary": string;
|
|
178
|
+
readonly "--text-secondary": string;
|
|
179
|
+
readonly "--text-tertiary": string;
|
|
180
|
+
readonly "--text-muted": string;
|
|
181
|
+
readonly "--text-inverse": string;
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* Tailwind theme colors
|
|
185
|
+
* Maps to Tailwind config
|
|
186
|
+
*/
|
|
29
187
|
export declare const tailwindThemeColors: {
|
|
30
|
-
background:
|
|
31
|
-
foreground:
|
|
32
|
-
card: {
|
|
33
|
-
DEFAULT:
|
|
34
|
-
foreground:
|
|
188
|
+
readonly background: "hsl(var(--background))";
|
|
189
|
+
readonly foreground: "hsl(var(--foreground))";
|
|
190
|
+
readonly card: {
|
|
191
|
+
readonly DEFAULT: "hsl(var(--card))";
|
|
192
|
+
readonly foreground: "hsl(var(--card-foreground))";
|
|
35
193
|
};
|
|
36
|
-
popover: {
|
|
37
|
-
DEFAULT:
|
|
38
|
-
foreground:
|
|
194
|
+
readonly popover: {
|
|
195
|
+
readonly DEFAULT: "hsl(var(--popover))";
|
|
196
|
+
readonly foreground: "hsl(var(--popover-foreground))";
|
|
39
197
|
};
|
|
40
|
-
primary: {
|
|
41
|
-
DEFAULT:
|
|
42
|
-
foreground:
|
|
198
|
+
readonly primary: {
|
|
199
|
+
readonly DEFAULT: "hsl(var(--tm-primary))";
|
|
200
|
+
readonly foreground: "hsl(var(--tm-primary-foreground))";
|
|
201
|
+
readonly 50: "hsl(var(--primary-50))";
|
|
202
|
+
readonly 100: "hsl(var(--primary-100))";
|
|
203
|
+
readonly 200: "hsl(var(--primary-200))";
|
|
204
|
+
readonly 300: "hsl(var(--primary-300))";
|
|
205
|
+
readonly 400: "hsl(var(--primary-400))";
|
|
206
|
+
readonly 500: "hsl(var(--primary-500))";
|
|
207
|
+
readonly 600: "hsl(var(--primary-600))";
|
|
208
|
+
readonly 700: "hsl(var(--primary-700))";
|
|
209
|
+
readonly 800: "hsl(var(--primary-800))";
|
|
210
|
+
readonly 900: "hsl(var(--primary-900))";
|
|
211
|
+
readonly 950: "hsl(var(--primary-950))";
|
|
43
212
|
};
|
|
44
|
-
secondary: {
|
|
45
|
-
DEFAULT:
|
|
46
|
-
foreground:
|
|
213
|
+
readonly secondary: {
|
|
214
|
+
readonly DEFAULT: "hsl(var(--tm-secondary))";
|
|
215
|
+
readonly foreground: "hsl(var(--tm-secondary-foreground))";
|
|
216
|
+
readonly 50: "hsl(var(--secondary-50))";
|
|
217
|
+
readonly 100: "hsl(var(--secondary-100))";
|
|
218
|
+
readonly 200: "hsl(var(--secondary-200))";
|
|
219
|
+
readonly 300: "hsl(var(--secondary-300))";
|
|
220
|
+
readonly 400: "hsl(var(--secondary-400))";
|
|
221
|
+
readonly 500: "hsl(var(--secondary-500))";
|
|
222
|
+
readonly 600: "hsl(var(--secondary-600))";
|
|
223
|
+
readonly 700: "hsl(var(--secondary-700))";
|
|
224
|
+
readonly 800: "hsl(var(--secondary-800))";
|
|
225
|
+
readonly 900: "hsl(var(--secondary-900))";
|
|
226
|
+
readonly 950: "hsl(var(--secondary-950))";
|
|
47
227
|
};
|
|
48
|
-
|
|
49
|
-
DEFAULT:
|
|
50
|
-
foreground:
|
|
228
|
+
readonly accent: {
|
|
229
|
+
readonly DEFAULT: "hsl(var(--tm-accent))";
|
|
230
|
+
readonly foreground: "hsl(var(--tm-accent-foreground))";
|
|
231
|
+
readonly 50: "hsl(var(--accent-50))";
|
|
232
|
+
readonly 100: "hsl(var(--accent-100))";
|
|
233
|
+
readonly 200: "hsl(var(--accent-200))";
|
|
234
|
+
readonly 300: "hsl(var(--accent-300))";
|
|
235
|
+
readonly 400: "hsl(var(--accent-400))";
|
|
236
|
+
readonly 500: "hsl(var(--accent-500))";
|
|
237
|
+
readonly 600: "hsl(var(--accent-600))";
|
|
238
|
+
readonly 700: "hsl(var(--accent-700))";
|
|
239
|
+
readonly 800: "hsl(var(--accent-800))";
|
|
240
|
+
readonly 900: "hsl(var(--accent-900))";
|
|
241
|
+
readonly 950: "hsl(var(--accent-950))";
|
|
51
242
|
};
|
|
52
|
-
|
|
53
|
-
DEFAULT:
|
|
54
|
-
foreground:
|
|
243
|
+
readonly muted: {
|
|
244
|
+
readonly DEFAULT: "hsl(var(--muted))";
|
|
245
|
+
readonly foreground: "hsl(var(--muted-foreground))";
|
|
55
246
|
};
|
|
56
|
-
destructive: {
|
|
57
|
-
DEFAULT:
|
|
58
|
-
foreground:
|
|
247
|
+
readonly destructive: {
|
|
248
|
+
readonly DEFAULT: "hsl(var(--destructive))";
|
|
249
|
+
readonly foreground: "hsl(var(--destructive-foreground))";
|
|
59
250
|
};
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
251
|
+
readonly success: {
|
|
252
|
+
readonly DEFAULT: "hsl(var(--semantic-success))";
|
|
253
|
+
readonly foreground: "hsl(var(--semantic-success-foreground))";
|
|
254
|
+
};
|
|
255
|
+
readonly error: {
|
|
256
|
+
readonly DEFAULT: "hsl(var(--semantic-error))";
|
|
257
|
+
readonly foreground: "hsl(var(--semantic-error-foreground))";
|
|
258
|
+
};
|
|
259
|
+
readonly warning: {
|
|
260
|
+
readonly DEFAULT: "hsl(var(--semantic-warning))";
|
|
261
|
+
readonly foreground: "hsl(var(--semantic-warning-foreground))";
|
|
262
|
+
};
|
|
263
|
+
readonly info: {
|
|
264
|
+
readonly DEFAULT: "hsl(var(--semantic-info))";
|
|
265
|
+
readonly foreground: "hsl(var(--semantic-info-foreground))";
|
|
266
|
+
};
|
|
267
|
+
readonly surface: {
|
|
268
|
+
readonly base: "hsl(var(--surface-base))";
|
|
269
|
+
readonly elevated1: "hsl(var(--surface-elevated1))";
|
|
270
|
+
readonly elevated2: "hsl(var(--surface-elevated2))";
|
|
271
|
+
readonly elevated3: "hsl(var(--surface-elevated3))";
|
|
272
|
+
readonly overlay: "hsl(var(--surface-overlay))";
|
|
273
|
+
readonly glass: "hsl(var(--surface-glass))";
|
|
274
|
+
};
|
|
275
|
+
readonly text: {
|
|
276
|
+
readonly primary: "hsl(var(--text-primary))";
|
|
277
|
+
readonly secondary: "hsl(var(--text-secondary))";
|
|
278
|
+
readonly tertiary: "hsl(var(--text-tertiary))";
|
|
279
|
+
readonly muted: "hsl(var(--text-muted))";
|
|
280
|
+
readonly inverse: "hsl(var(--text-inverse))";
|
|
281
|
+
};
|
|
282
|
+
readonly border: "hsl(var(--border))";
|
|
283
|
+
readonly input: "hsl(var(--input))";
|
|
284
|
+
readonly ring: "hsl(var(--ring))";
|
|
285
|
+
readonly chart: {
|
|
286
|
+
readonly 1: "hsl(var(--chart-1))";
|
|
287
|
+
readonly 2: "hsl(var(--chart-2))";
|
|
288
|
+
readonly 3: "hsl(var(--chart-3))";
|
|
289
|
+
readonly 4: "hsl(var(--chart-4))";
|
|
290
|
+
readonly 5: "hsl(var(--chart-5))";
|
|
69
291
|
};
|
|
70
292
|
};
|
|
71
293
|
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/tokens/colors.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,OAAO,CAAC;AAEnC,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/tokens/colors.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CSS Variables Generator
|
|
3
|
+
*
|
|
4
|
+
* Merges all CSS custom properties from all token systems.
|
|
5
|
+
* This file aggregates all CSS variables for injection into the theme system.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* All CSS Variables from Tokens
|
|
9
|
+
* Merges all token CSS variables into a single object
|
|
10
|
+
*/
|
|
11
|
+
export declare const allCSSVariables: {
|
|
12
|
+
readonly "--duration-instant": "0ms";
|
|
13
|
+
readonly "--duration-fast": "150ms";
|
|
14
|
+
readonly "--duration-normal": "300ms";
|
|
15
|
+
readonly "--duration-slow": "500ms";
|
|
16
|
+
readonly "--duration-slower": "700ms";
|
|
17
|
+
readonly "--duration-slowest": "1000ms";
|
|
18
|
+
readonly "--duration-75": "75ms";
|
|
19
|
+
readonly "--duration-100": "100ms";
|
|
20
|
+
readonly "--duration-200": "200ms";
|
|
21
|
+
readonly "--duration-250": "250ms";
|
|
22
|
+
readonly "--duration-400": "400ms";
|
|
23
|
+
readonly "--duration-600": "600ms";
|
|
24
|
+
readonly "--duration-800": "800ms";
|
|
25
|
+
readonly "--ease-linear": "linear";
|
|
26
|
+
readonly "--ease-in": "cubic-bezier(0.4, 0, 1, 1)";
|
|
27
|
+
readonly "--ease-out": "cubic-bezier(0, 0, 0.2, 1)";
|
|
28
|
+
readonly "--ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
29
|
+
readonly "--ease-bounce": "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
30
|
+
readonly "--ease-elastic": "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
|
|
31
|
+
readonly "--ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)";
|
|
32
|
+
readonly "--ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)";
|
|
33
|
+
readonly "--ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)";
|
|
34
|
+
readonly "--transition-fast": "150ms cubic-bezier(0, 0, 0.2, 1)";
|
|
35
|
+
readonly "--transition-normal": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
36
|
+
readonly "--transition-slow": "500ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
37
|
+
readonly "--transition-default": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
38
|
+
readonly "--transition-fast-in": "150ms cubic-bezier(0.4, 0, 1, 1)";
|
|
39
|
+
readonly "--transition-fast-out": "150ms cubic-bezier(0, 0, 0.2, 1)";
|
|
40
|
+
readonly "--transition-fast-in-out": "150ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
41
|
+
readonly "--transition-normal-in": "300ms cubic-bezier(0.4, 0, 1, 1)";
|
|
42
|
+
readonly "--transition-normal-out": "300ms cubic-bezier(0, 0, 0.2, 1)";
|
|
43
|
+
readonly "--transition-normal-in-out": "300ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
44
|
+
readonly "--transition-slow-in": "500ms cubic-bezier(0.4, 0, 1, 1)";
|
|
45
|
+
readonly "--transition-slow-out": "500ms cubic-bezier(0, 0, 0.2, 1)";
|
|
46
|
+
readonly "--transition-slow-in-out": "500ms cubic-bezier(0.4, 0, 0.2, 1)";
|
|
47
|
+
readonly "--transition-bounce": "300ms cubic-bezier(0.68, -0.55, 0.265, 1.55)";
|
|
48
|
+
readonly "--transition-elastic": "500ms cubic-bezier(0.175, 0.885, 0.32, 1.275)";
|
|
49
|
+
readonly "--radius-none": "0";
|
|
50
|
+
readonly "--radius-xs": "0.125rem";
|
|
51
|
+
readonly "--radius-sm": "0.25rem";
|
|
52
|
+
readonly "--radius-base": "0.25rem";
|
|
53
|
+
readonly "--radius-md": "0.375rem";
|
|
54
|
+
readonly "--radius-lg": "0.5rem";
|
|
55
|
+
readonly "--radius-xl": "0.75rem";
|
|
56
|
+
readonly "--radius-2xl": "1rem";
|
|
57
|
+
readonly "--radius-3xl": "1.5rem";
|
|
58
|
+
readonly "--radius-full": "9999px";
|
|
59
|
+
readonly "--radius": "0.375rem";
|
|
60
|
+
readonly "--radius-button": "0.375rem";
|
|
61
|
+
readonly "--radius-card": "0.375rem";
|
|
62
|
+
readonly "--radius-input": "0.375rem";
|
|
63
|
+
readonly "--radius-badge": "0.25rem";
|
|
64
|
+
readonly "--radius-modal": "0.5rem";
|
|
65
|
+
readonly "--radius-tooltip": "0.25rem";
|
|
66
|
+
readonly "--radius-toast": "0.5rem";
|
|
67
|
+
readonly "--radius-chip": "0.25rem";
|
|
68
|
+
readonly "--radius-image": "0.375rem";
|
|
69
|
+
readonly "--shadow-none": "none";
|
|
70
|
+
readonly "--shadow-xs": "0 1px 2px 0 rgb(0 0 0 / 0.05)";
|
|
71
|
+
readonly "--shadow-sm": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
|
|
72
|
+
readonly "--shadow-md": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
|
|
73
|
+
readonly "--shadow-lg": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
|
|
74
|
+
readonly "--shadow-xl": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
|
|
75
|
+
readonly "--shadow-2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)";
|
|
76
|
+
readonly "--shadow-primary-xs": "0 1px 2px 0 hsl(var(--primary-500) / 0.15)";
|
|
77
|
+
readonly "--shadow-primary-sm": "0 2px 4px 0 hsl(var(--primary-500) / 0.2)";
|
|
78
|
+
readonly "--shadow-primary-md": "0 4px 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
79
|
+
readonly "--shadow-primary-lg": "0 8px 16px 0 hsl(var(--primary-500) / 0.4)";
|
|
80
|
+
readonly "--shadow-primary-xl": "0 12px 24px 0 hsl(var(--primary-500) / 0.5)";
|
|
81
|
+
readonly "--shadow-primary-2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)";
|
|
82
|
+
readonly "--shadow-accent-xs": "0 1px 2px 0 hsl(var(--accent-500) / 0.15)";
|
|
83
|
+
readonly "--shadow-accent-sm": "0 2px 4px 0 hsl(var(--accent-500) / 0.2)";
|
|
84
|
+
readonly "--shadow-accent-md": "0 4px 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
85
|
+
readonly "--shadow-accent-lg": "0 8px 16px 0 hsl(var(--accent-500) / 0.4)";
|
|
86
|
+
readonly "--shadow-accent-xl": "0 12px 24px 0 hsl(var(--accent-500) / 0.5)";
|
|
87
|
+
readonly "--shadow-accent-2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)";
|
|
88
|
+
readonly "--glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)";
|
|
89
|
+
readonly "--glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)";
|
|
90
|
+
readonly "--glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)";
|
|
91
|
+
readonly "--glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)";
|
|
92
|
+
readonly "--glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)";
|
|
93
|
+
readonly "--glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)";
|
|
94
|
+
readonly "--glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)";
|
|
95
|
+
readonly "--glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)";
|
|
96
|
+
readonly "--focus-ring-default": "0 0 0 3px hsl(var(--ring) / 0.5)";
|
|
97
|
+
readonly "--focus-ring-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
98
|
+
readonly "--focus-ring-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
99
|
+
readonly "--focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)";
|
|
100
|
+
readonly "--focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)";
|
|
101
|
+
readonly "--spacing-0": "0";
|
|
102
|
+
readonly "--spacing-px": "1px";
|
|
103
|
+
readonly "--spacing-0-5": "0.125rem";
|
|
104
|
+
readonly "--spacing-1": "0.25rem";
|
|
105
|
+
readonly "--spacing-1-5": "0.375rem";
|
|
106
|
+
readonly "--spacing-2": "0.5rem";
|
|
107
|
+
readonly "--spacing-2-5": "0.625rem";
|
|
108
|
+
readonly "--spacing-3": "0.75rem";
|
|
109
|
+
readonly "--spacing-3-5": "0.875rem";
|
|
110
|
+
readonly "--spacing-4": "1rem";
|
|
111
|
+
readonly "--spacing-5": "1.25rem";
|
|
112
|
+
readonly "--spacing-6": "1.5rem";
|
|
113
|
+
readonly "--spacing-7": "1.75rem";
|
|
114
|
+
readonly "--spacing-8": "2rem";
|
|
115
|
+
readonly "--spacing-9": "2.25rem";
|
|
116
|
+
readonly "--spacing-10": "2.5rem";
|
|
117
|
+
readonly "--spacing-11": "2.75rem";
|
|
118
|
+
readonly "--spacing-12": "3rem";
|
|
119
|
+
readonly "--spacing-14": "3.5rem";
|
|
120
|
+
readonly "--spacing-16": "4rem";
|
|
121
|
+
readonly "--spacing-20": "5rem";
|
|
122
|
+
readonly "--spacing-24": "6rem";
|
|
123
|
+
readonly "--spacing-xs": "0.25rem";
|
|
124
|
+
readonly "--spacing-sm": "0.5rem";
|
|
125
|
+
readonly "--spacing-md": "1rem";
|
|
126
|
+
readonly "--spacing-lg": "1.5rem";
|
|
127
|
+
readonly "--spacing-xl": "2rem";
|
|
128
|
+
readonly "--spacing-2xl": "3rem";
|
|
129
|
+
readonly "--spacing-3xl": "4rem";
|
|
130
|
+
readonly "--spacing-4xl": "5rem";
|
|
131
|
+
readonly "--spacing-5xl": "6rem";
|
|
132
|
+
readonly "--spacing-none": "0";
|
|
133
|
+
readonly "--layout-section-xs": "1.5rem";
|
|
134
|
+
readonly "--layout-section-sm": "2rem";
|
|
135
|
+
readonly "--layout-section-md": "3rem";
|
|
136
|
+
readonly "--layout-section-lg": "4rem";
|
|
137
|
+
readonly "--layout-section-xl": "5rem";
|
|
138
|
+
readonly "--layout-section-2xl": "6rem";
|
|
139
|
+
readonly "--layout-container-xs": "0.5rem";
|
|
140
|
+
readonly "--layout-container-sm": "1rem";
|
|
141
|
+
readonly "--layout-container-md": "1.5rem";
|
|
142
|
+
readonly "--layout-container-lg": "2rem";
|
|
143
|
+
readonly "--layout-container-xl": "3rem";
|
|
144
|
+
readonly "--layout-grid-xs": "0.5rem";
|
|
145
|
+
readonly "--layout-grid-sm": "1rem";
|
|
146
|
+
readonly "--layout-grid-md": "1.5rem";
|
|
147
|
+
readonly "--layout-grid-lg": "2rem";
|
|
148
|
+
readonly "--layout-grid-xl": "3rem";
|
|
149
|
+
readonly "--layout-stack-xs": "0.25rem";
|
|
150
|
+
readonly "--layout-stack-sm": "0.5rem";
|
|
151
|
+
readonly "--layout-stack-md": "1rem";
|
|
152
|
+
readonly "--layout-stack-lg": "1.5rem";
|
|
153
|
+
readonly "--layout-stack-xl": "2rem";
|
|
154
|
+
readonly "--layout-component-xs": "0.25rem";
|
|
155
|
+
readonly "--layout-component-sm": "0.5rem";
|
|
156
|
+
readonly "--layout-component-md": "1rem";
|
|
157
|
+
readonly "--layout-component-lg": "1.5rem";
|
|
158
|
+
readonly "--layout-component-xl": "2rem";
|
|
159
|
+
readonly "--font-sans": string;
|
|
160
|
+
readonly "--font-satoshi": string;
|
|
161
|
+
readonly "--font-display": string;
|
|
162
|
+
readonly "--font-serif": string;
|
|
163
|
+
readonly "--font-mono": string;
|
|
164
|
+
readonly "--font-size-xs": "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)";
|
|
165
|
+
readonly "--font-size-sm": "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)";
|
|
166
|
+
readonly "--font-size-base": "clamp(1rem, 0.95rem + 0.25vw, 1.125rem)";
|
|
167
|
+
readonly "--font-size-lg": "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)";
|
|
168
|
+
readonly "--font-size-xl": "clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)";
|
|
169
|
+
readonly "--font-size-2xl": "clamp(1.5rem, 1.25rem + 1.25vw, 2rem)";
|
|
170
|
+
readonly "--font-size-3xl": "clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)";
|
|
171
|
+
readonly "--font-size-4xl": "clamp(2.25rem, 1.75rem + 2.5vw, 3rem)";
|
|
172
|
+
readonly "--font-size-5xl": "clamp(3rem, 2rem + 5vw, 4rem)";
|
|
173
|
+
readonly "--font-size-6xl": "clamp(3.75rem, 2.5rem + 6.25vw, 5rem)";
|
|
174
|
+
readonly "--font-weight-thin": "100";
|
|
175
|
+
readonly "--font-weight-extralight": "200";
|
|
176
|
+
readonly "--font-weight-light": "300";
|
|
177
|
+
readonly "--font-weight-normal": "400";
|
|
178
|
+
readonly "--font-weight-medium": "500";
|
|
179
|
+
readonly "--font-weight-semibold": "600";
|
|
180
|
+
readonly "--font-weight-bold": "700";
|
|
181
|
+
readonly "--font-weight-extrabold": "800";
|
|
182
|
+
readonly "--font-weight-black": "900";
|
|
183
|
+
readonly "--line-height-none": "1";
|
|
184
|
+
readonly "--line-height-tight": "1.25";
|
|
185
|
+
readonly "--line-height-snug": "1.375";
|
|
186
|
+
readonly "--line-height-normal": "1.5";
|
|
187
|
+
readonly "--line-height-relaxed": "1.625";
|
|
188
|
+
readonly "--line-height-loose": "2";
|
|
189
|
+
readonly "--letter-spacing-tighter": "-0.05em";
|
|
190
|
+
readonly "--letter-spacing-tight": "-0.025em";
|
|
191
|
+
readonly "--letter-spacing-normal": "0em";
|
|
192
|
+
readonly "--letter-spacing-wide": "0.025em";
|
|
193
|
+
readonly "--letter-spacing-wider": "0.05em";
|
|
194
|
+
readonly "--letter-spacing-widest": "0.1em";
|
|
195
|
+
readonly "--primary-50": string;
|
|
196
|
+
readonly "--primary-100": string;
|
|
197
|
+
readonly "--primary-200": string;
|
|
198
|
+
readonly "--primary-300": string;
|
|
199
|
+
readonly "--primary-400": string;
|
|
200
|
+
readonly "--primary-500": string;
|
|
201
|
+
readonly "--primary-600": string;
|
|
202
|
+
readonly "--primary-700": string;
|
|
203
|
+
readonly "--primary-800": string;
|
|
204
|
+
readonly "--primary-900": string;
|
|
205
|
+
readonly "--primary-950": string;
|
|
206
|
+
readonly "--accent-50": string;
|
|
207
|
+
readonly "--accent-100": string;
|
|
208
|
+
readonly "--accent-200": string;
|
|
209
|
+
readonly "--accent-300": string;
|
|
210
|
+
readonly "--accent-400": string;
|
|
211
|
+
readonly "--accent-500": string;
|
|
212
|
+
readonly "--accent-600": string;
|
|
213
|
+
readonly "--accent-700": string;
|
|
214
|
+
readonly "--accent-800": string;
|
|
215
|
+
readonly "--accent-900": string;
|
|
216
|
+
readonly "--accent-950": string;
|
|
217
|
+
readonly "--secondary-50": string;
|
|
218
|
+
readonly "--secondary-100": string;
|
|
219
|
+
readonly "--secondary-200": string;
|
|
220
|
+
readonly "--secondary-300": string;
|
|
221
|
+
readonly "--secondary-400": string;
|
|
222
|
+
readonly "--secondary-500": string;
|
|
223
|
+
readonly "--secondary-600": string;
|
|
224
|
+
readonly "--secondary-700": string;
|
|
225
|
+
readonly "--secondary-800": string;
|
|
226
|
+
readonly "--secondary-900": string;
|
|
227
|
+
readonly "--secondary-950": string;
|
|
228
|
+
readonly "--surface-base": string;
|
|
229
|
+
readonly "--surface-elevated1": string;
|
|
230
|
+
readonly "--surface-elevated2": string;
|
|
231
|
+
readonly "--surface-elevated3": string;
|
|
232
|
+
readonly "--surface-overlay": string;
|
|
233
|
+
readonly "--surface-glass": string;
|
|
234
|
+
readonly "--semantic-success": string;
|
|
235
|
+
readonly "--semantic-success-foreground": string;
|
|
236
|
+
readonly "--semantic-error": string;
|
|
237
|
+
readonly "--semantic-error-foreground": string;
|
|
238
|
+
readonly "--semantic-warning": string;
|
|
239
|
+
readonly "--semantic-warning-foreground": string;
|
|
240
|
+
readonly "--semantic-info": string;
|
|
241
|
+
readonly "--semantic-info-foreground": string;
|
|
242
|
+
readonly "--text-primary": string;
|
|
243
|
+
readonly "--text-secondary": string;
|
|
244
|
+
readonly "--text-tertiary": string;
|
|
245
|
+
readonly "--text-muted": string;
|
|
246
|
+
readonly "--text-inverse": string;
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* Generate CSS string from CSS variables
|
|
250
|
+
* Converts CSS variables object to CSS :root block
|
|
251
|
+
*/
|
|
252
|
+
export declare function generateCSSVariablesCSS(variables: Record<string, string>): string;
|
|
253
|
+
/**
|
|
254
|
+
* All CSS Variables as CSS string
|
|
255
|
+
* Ready for injection into CSS files
|
|
256
|
+
*/
|
|
257
|
+
export declare const allCSSVariablesCSS: string;
|
|
258
|
+
/**
|
|
259
|
+
* Token System Summary
|
|
260
|
+
* Lists all token systems and their variable counts
|
|
261
|
+
*/
|
|
262
|
+
export declare const tokenSystemSummary: {
|
|
263
|
+
readonly colors: number;
|
|
264
|
+
readonly typography: number;
|
|
265
|
+
readonly spacing: number;
|
|
266
|
+
readonly shadows: number;
|
|
267
|
+
readonly radius: number;
|
|
268
|
+
readonly motion: number;
|
|
269
|
+
readonly total: number;
|
|
270
|
+
};
|
|
271
|
+
//# sourceMappingURL=css-variables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css-variables.d.ts","sourceRoot":"","sources":["../../src/tokens/css-variables.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AASH;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOlB,CAAC;AAEX;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAMjF;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB,QAA2C,CAAC;AAE3E;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC"}
|