@tenerife.music/ui 1.0.0 → 1.0.2
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/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/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/auth/ProfileCard.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/data/List.d.ts.map +1 -1
- 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/Progress.d.ts.map +1 -1
- package/dist/components/filters/FilterSelect.d.ts.map +1 -1
- package/dist/components/image/Image.d.ts.map +1 -1
- package/dist/components/layout/Box.d.ts +82 -0
- package/dist/components/layout/Box.d.ts.map +1 -0
- 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/Grid.d.ts +42 -3
- package/dist/components/layout/Grid.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.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.map +1 -1
- package/dist/components/menus/NavigationMenu.d.ts.map +1 -1
- 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/Modal.d.ts.map +1 -1
- package/dist/components/modals/SimpleModal.d.ts +3 -1
- 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.map +1 -1
- package/dist/components/overlays/Popover.d.ts +4 -4
- package/dist/components/overlays/Popover.d.ts.map +1 -1
- package/dist/components/overlays/Tooltip.d.ts +2 -2
- 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/Card.d.ts.map +1 -1
- package/dist/components/primitives/Divider.d.ts.map +1 -1
- package/dist/components/primitives/Label.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 +2 -2
- 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 +15 -3
- package/dist/components/sections/TrendingSection.d.ts.map +1 -1
- package/dist/components/toasts/Toast.d.ts +1 -1
- package/dist/components/toasts/Toast.d.ts.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/dist/components/ui/tooltip.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +27 -18
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +3897 -2372
- 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/test/animation-utils.d.ts +60 -0
- package/dist/test/animation-utils.d.ts.map +1 -0
- package/dist/theme/ThemeProvider.d.ts +19 -8
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/applyMode.d.ts +11 -2
- package/dist/theme/applyMode.d.ts.map +1 -1
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.d.ts +3 -0
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.mjs +236 -101
- package/dist/theme/loader.d.ts +64 -0
- package/dist/theme/loader.d.ts.map +1 -0
- 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/themes/brand_engine.d.ts +102 -0
- package/dist/themes/brand_engine.d.ts.map +1 -0
- package/dist/themes/index.d.ts +3 -0
- package/dist/themes/index.d.ts.map +1 -1
- 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 +220 -5
- package/dist/themes/types.d.ts.map +1 -1
- package/dist/tokens/css-variables.d.ts +21 -0
- package/dist/tokens/css-variables.d.ts.map +1 -1
- package/dist/tokens/index.cjs +3 -3
- package/dist/tokens/index.mjs +295 -551
- package/dist/tokens/motion.d.ts +77 -0
- package/dist/tokens/motion.d.ts.map +1 -1
- package/package.json +20 -7
- package/dist/applyMode-Bh7sEqT6.js +0 -144
- package/dist/applyMode-DCenL-Bg.cjs +0 -2
- package/dist/colors-BGRiFoSZ.cjs +0 -2
- package/dist/colors-ClemXPPi.js +0 -377
package/dist/tokens/index.mjs
CHANGED
|
@@ -1,266 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import { a as
|
|
4
|
-
import { r as
|
|
5
|
-
import { b as
|
|
6
|
-
const
|
|
7
|
-
instant: "0ms",
|
|
8
|
-
fast: "150ms",
|
|
9
|
-
// 1.5 × base (quick interactions)
|
|
10
|
-
normal: "300ms",
|
|
11
|
-
// 3 × base (default)
|
|
12
|
-
slow: "500ms",
|
|
13
|
-
// 5 × base (emphasized)
|
|
14
|
-
slower: "700ms",
|
|
15
|
-
// 7 × base (very emphasized)
|
|
16
|
-
slowest: "1000ms",
|
|
17
|
-
// 10 × base (maximum emphasis)
|
|
18
|
-
// Additional granular durations
|
|
19
|
-
75: "75ms",
|
|
20
|
-
// Ultra-fast
|
|
21
|
-
100: "100ms",
|
|
22
|
-
// Base unit
|
|
23
|
-
200: "200ms",
|
|
24
|
-
// Fast-normal
|
|
25
|
-
250: "250ms",
|
|
26
|
-
// Between fast and normal
|
|
27
|
-
400: "400ms",
|
|
28
|
-
// Between normal and slow
|
|
29
|
-
600: "600ms",
|
|
30
|
-
// Between slow and slower
|
|
31
|
-
800: "800ms"
|
|
32
|
-
// Between slower and slowest
|
|
33
|
-
}, a = {
|
|
34
|
-
// Linear (no easing)
|
|
35
|
-
linear: "linear",
|
|
36
|
-
// Ease-in (accelerate) - cubic-bezier
|
|
37
|
-
"ease-in": "cubic-bezier(0.4, 0, 1, 1)",
|
|
38
|
-
// Ease-out (decelerate) - recommended for most UI - cubic-bezier
|
|
39
|
-
"ease-out": "cubic-bezier(0, 0, 0.2, 1)",
|
|
40
|
-
// Ease-in-out (accelerate and decelerate)
|
|
41
|
-
"ease-in-out": "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
42
|
-
// Standard easing functions
|
|
43
|
-
ease: "ease",
|
|
44
|
-
// Advanced easing functions
|
|
45
|
-
bounce: "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
|
|
46
|
-
elastic: "cubic-bezier(0.175, 0.885, 0.32, 1.275)",
|
|
47
|
-
// Material Design easing
|
|
48
|
-
"ease-out-cubic": "cubic-bezier(0.215, 0.61, 0.355, 1)",
|
|
49
|
-
"ease-in-cubic": "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
|
|
50
|
-
"ease-in-out-cubic": "cubic-bezier(0.645, 0.045, 0.355, 1)"
|
|
51
|
-
}, f = {
|
|
52
|
-
// Fast transitions (quick interactions)
|
|
53
|
-
fast: `${n.fast} ${a["ease-out"]}`,
|
|
54
|
-
"fast-in": `${n.fast} ${a["ease-in"]}`,
|
|
55
|
-
"fast-out": `${n.fast} ${a["ease-out"]}`,
|
|
56
|
-
"fast-in-out": `${n.fast} ${a["ease-in-out"]}`,
|
|
57
|
-
// Normal transitions (default)
|
|
58
|
-
normal: `${n.normal} ${a["ease-in-out"]}`,
|
|
59
|
-
"normal-in": `${n.normal} ${a["ease-in"]}`,
|
|
60
|
-
"normal-out": `${n.normal} ${a["ease-out"]}`,
|
|
61
|
-
"normal-in-out": `${n.normal} ${a["ease-in-out"]}`,
|
|
62
|
-
// Slow transitions (emphasized)
|
|
63
|
-
slow: `${n.slow} ${a["ease-in-out"]}`,
|
|
64
|
-
"slow-in": `${n.slow} ${a["ease-in"]}`,
|
|
65
|
-
"slow-out": `${n.slow} ${a["ease-out"]}`,
|
|
66
|
-
"slow-in-out": `${n.slow} ${a["ease-in-out"]}`,
|
|
67
|
-
// Special transitions
|
|
68
|
-
bounce: `${n.normal} ${a.bounce}`,
|
|
69
|
-
elastic: `${n.slow} ${a.elastic}`,
|
|
70
|
-
// Default (normal)
|
|
71
|
-
DEFAULT: `${n.normal} ${a["ease-in-out"]}`
|
|
72
|
-
}, C = {
|
|
73
|
-
// Fade animations
|
|
74
|
-
fadeIn: {
|
|
75
|
-
from: { opacity: 0 },
|
|
76
|
-
to: { opacity: 1 }
|
|
77
|
-
},
|
|
78
|
-
fadeOut: {
|
|
79
|
-
from: { opacity: 1 },
|
|
80
|
-
to: { opacity: 0 }
|
|
81
|
-
},
|
|
82
|
-
// Slide animations
|
|
83
|
-
slideInUp: {
|
|
84
|
-
from: { transform: "translateY(100%)", opacity: 0 },
|
|
85
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
86
|
-
},
|
|
87
|
-
slideInDown: {
|
|
88
|
-
from: { transform: "translateY(-100%)", opacity: 0 },
|
|
89
|
-
to: { transform: "translateY(0)", opacity: 1 }
|
|
90
|
-
},
|
|
91
|
-
slideInLeft: {
|
|
92
|
-
from: { transform: "translateX(-100%)", opacity: 0 },
|
|
93
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
94
|
-
},
|
|
95
|
-
slideInRight: {
|
|
96
|
-
from: { transform: "translateX(100%)", opacity: 0 },
|
|
97
|
-
to: { transform: "translateX(0)", opacity: 1 }
|
|
98
|
-
},
|
|
99
|
-
slideOutUp: {
|
|
100
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
101
|
-
to: { transform: "translateY(-100%)", opacity: 0 }
|
|
102
|
-
},
|
|
103
|
-
slideOutDown: {
|
|
104
|
-
from: { transform: "translateY(0)", opacity: 1 },
|
|
105
|
-
to: { transform: "translateY(100%)", opacity: 0 }
|
|
106
|
-
},
|
|
107
|
-
slideOutLeft: {
|
|
108
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
109
|
-
to: { transform: "translateX(-100%)", opacity: 0 }
|
|
110
|
-
},
|
|
111
|
-
slideOutRight: {
|
|
112
|
-
from: { transform: "translateX(0)", opacity: 1 },
|
|
113
|
-
to: { transform: "translateX(100%)", opacity: 0 }
|
|
114
|
-
},
|
|
115
|
-
// Scale animations
|
|
116
|
-
scaleIn: {
|
|
117
|
-
from: { transform: "scale(0.95)", opacity: 0 },
|
|
118
|
-
to: { transform: "scale(1)", opacity: 1 }
|
|
119
|
-
},
|
|
120
|
-
scaleOut: {
|
|
121
|
-
from: { transform: "scale(1)", opacity: 1 },
|
|
122
|
-
to: { transform: "scale(0.95)", opacity: 0 }
|
|
123
|
-
},
|
|
124
|
-
scaleUp: {
|
|
125
|
-
from: { transform: "scale(1)" },
|
|
126
|
-
to: { transform: "scale(1.05)" }
|
|
127
|
-
},
|
|
128
|
-
scaleDown: {
|
|
129
|
-
from: { transform: "scale(1.05)" },
|
|
130
|
-
to: { transform: "scale(1)" }
|
|
131
|
-
},
|
|
132
|
-
// Rotation animations
|
|
133
|
-
spin: {
|
|
134
|
-
from: { transform: "rotate(0deg)" },
|
|
135
|
-
to: { transform: "rotate(360deg)" }
|
|
136
|
-
},
|
|
137
|
-
spinReverse: {
|
|
138
|
-
from: { transform: "rotate(360deg)" },
|
|
139
|
-
to: { transform: "rotate(0deg)" }
|
|
140
|
-
},
|
|
141
|
-
// Pulse and bounce
|
|
142
|
-
pulse: {
|
|
143
|
-
"0%, 100%": { opacity: 1 },
|
|
144
|
-
"50%": { opacity: 0.5 }
|
|
145
|
-
},
|
|
146
|
-
bounce: {
|
|
147
|
-
"0%, 100%": {
|
|
148
|
-
transform: "translateY(-25%)",
|
|
149
|
-
animationTimingFunction: "cubic-bezier(0.8, 0, 1, 1)"
|
|
150
|
-
},
|
|
151
|
-
"50%": {
|
|
152
|
-
transform: "translateY(0)",
|
|
153
|
-
animationTimingFunction: "cubic-bezier(0, 0, 0.2, 1)"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
// Shake animation
|
|
157
|
-
shake: {
|
|
158
|
-
"0%, 100%": { transform: "translateX(0)" },
|
|
159
|
-
"10%, 30%, 50%, 70%, 90%": { transform: "translateX(-4px)" },
|
|
160
|
-
"20%, 40%, 60%, 80%": { transform: "translateX(4px)" }
|
|
161
|
-
},
|
|
162
|
-
// Ping animation
|
|
163
|
-
ping: {
|
|
164
|
-
"75%, 100%": {
|
|
165
|
-
transform: "scale(2)",
|
|
166
|
-
opacity: 0
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
// Accordion animations (for Radix UI)
|
|
170
|
-
"accordion-down": {
|
|
171
|
-
from: { height: "0" },
|
|
172
|
-
to: { height: "var(--radix-accordion-content-height)" }
|
|
173
|
-
},
|
|
174
|
-
"accordion-up": {
|
|
175
|
-
from: { height: "var(--radix-accordion-content-height)" },
|
|
176
|
-
to: { height: "0" }
|
|
177
|
-
}
|
|
178
|
-
}, h = {
|
|
179
|
-
// Fade animations
|
|
180
|
-
fadeIn: `fadeIn ${n.normal} ${a["ease-out"]}`,
|
|
181
|
-
fadeOut: `fadeOut ${n.fast} ${a["ease-in"]}`,
|
|
182
|
-
// Slide animations
|
|
183
|
-
slideInUp: `slideInUp ${n.normal} ${a["ease-out"]}`,
|
|
184
|
-
slideInDown: `slideInDown ${n.normal} ${a["ease-out"]}`,
|
|
185
|
-
slideInLeft: `slideInLeft ${n.normal} ${a["ease-out"]}`,
|
|
186
|
-
slideInRight: `slideInRight ${n.normal} ${a["ease-out"]}`,
|
|
187
|
-
slideOutUp: `slideOutUp ${n.fast} ${a["ease-in"]}`,
|
|
188
|
-
slideOutDown: `slideOutDown ${n.fast} ${a["ease-in"]}`,
|
|
189
|
-
slideOutLeft: `slideOutLeft ${n.fast} ${a["ease-in"]}`,
|
|
190
|
-
slideOutRight: `slideOutRight ${n.fast} ${a["ease-in"]}`,
|
|
191
|
-
// Scale animations
|
|
192
|
-
scaleIn: `scaleIn ${n.normal} ${a["ease-out"]}`,
|
|
193
|
-
scaleOut: `scaleOut ${n.fast} ${a["ease-in"]}`,
|
|
194
|
-
// Continuous animations
|
|
195
|
-
spin: `spin 1s ${a.linear} infinite`,
|
|
196
|
-
pulse: `pulse 2s ${a["ease-in-out"]} infinite`,
|
|
197
|
-
bounce: `bounce 1s ${a.linear} infinite`,
|
|
198
|
-
ping: `ping 1s ${a["ease-out"]} cubic-bezier(0, 0, 0.2, 1) infinite`,
|
|
199
|
-
shake: `shake 0.5s ${a["ease-in-out"]}`,
|
|
200
|
-
// Accordion animations
|
|
201
|
-
"accordion-down": `accordion-down ${n.normal} ${a["ease-out"]}`,
|
|
202
|
-
"accordion-up": `accordion-up ${n.normal} ${a["ease-out"]}`
|
|
203
|
-
}, U = {
|
|
204
|
-
// Reduced motion duration (instant or minimal)
|
|
205
|
-
duration: "0ms",
|
|
206
|
-
// Reduced motion easing (linear for instant)
|
|
207
|
-
easing: "linear",
|
|
208
|
-
// Reduced motion transition (instant)
|
|
209
|
-
transition: "0ms linear",
|
|
210
|
-
// CSS media query for reduced motion
|
|
211
|
-
mediaQuery: "@media (prefers-reduced-motion: reduce)",
|
|
212
|
-
// Utility class to disable animations
|
|
213
|
-
disableAnimations: "animation: none !important; transition: none !important;"
|
|
214
|
-
}, w = {
|
|
215
|
-
// Durations
|
|
216
|
-
"--duration-instant": n.instant,
|
|
217
|
-
"--duration-fast": n.fast,
|
|
218
|
-
"--duration-normal": n.normal,
|
|
219
|
-
"--duration-slow": n.slow,
|
|
220
|
-
"--duration-slower": n.slower,
|
|
221
|
-
"--duration-slowest": n.slowest,
|
|
222
|
-
// Easings
|
|
223
|
-
"--ease-linear": a.linear,
|
|
224
|
-
"--ease-in": a["ease-in"],
|
|
225
|
-
"--ease-out": a["ease-out"],
|
|
226
|
-
"--ease-in-out": a["ease-in-out"],
|
|
227
|
-
"--ease-bounce": a.bounce,
|
|
228
|
-
"--ease-elastic": a.elastic,
|
|
229
|
-
// Transitions
|
|
230
|
-
"--transition-fast": f.fast,
|
|
231
|
-
"--transition-normal": f.normal,
|
|
232
|
-
"--transition-slow": f.slow,
|
|
233
|
-
"--transition-default": f.DEFAULT
|
|
234
|
-
}, R = {
|
|
235
|
-
transitionDuration: {
|
|
236
|
-
...n
|
|
237
|
-
},
|
|
238
|
-
transitionTimingFunction: {
|
|
239
|
-
...a
|
|
240
|
-
},
|
|
241
|
-
transitionProperty: {
|
|
242
|
-
DEFAULT: "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",
|
|
243
|
-
colors: "color, background-color, border-color, text-decoration-color, fill, stroke",
|
|
244
|
-
opacity: "opacity",
|
|
245
|
-
shadow: "box-shadow",
|
|
246
|
-
transform: "transform",
|
|
247
|
-
all: "all",
|
|
248
|
-
none: "none"
|
|
249
|
-
},
|
|
250
|
-
keyframes: {
|
|
251
|
-
...C
|
|
252
|
-
},
|
|
253
|
-
animation: {
|
|
254
|
-
...h,
|
|
255
|
-
// Additional animation utilities
|
|
256
|
-
none: "none",
|
|
257
|
-
spin: h.spin,
|
|
258
|
-
pulse: h.pulse,
|
|
259
|
-
bounce: h.bounce,
|
|
260
|
-
ping: h.ping,
|
|
261
|
-
shake: h.shake
|
|
262
|
-
}
|
|
263
|
-
}, o = {
|
|
2
|
+
import { m as x, i as h } from "../motion-CuHacXY1.js";
|
|
3
|
+
import { a as U, n as E, b as L, h as N, e as A, g as B, l as D, p as $, r as G, s as q, d as J, f as K, c as P, o as Q, j as X, t as Y, k as Z } from "../motion-CuHacXY1.js";
|
|
4
|
+
import { r as d } from "../radius-CAu4qr9R.js";
|
|
5
|
+
import { b as ee, c as te, t as le } from "../radius-CAu4qr9R.js";
|
|
6
|
+
const i = {
|
|
264
7
|
none: "none",
|
|
265
8
|
xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
|
266
9
|
sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
@@ -268,21 +11,21 @@ const n = {
|
|
|
268
11
|
lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
269
12
|
xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
|
|
270
13
|
"2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)"
|
|
271
|
-
},
|
|
14
|
+
}, g = {
|
|
272
15
|
xs: "0 1px 2px 0 hsl(var(--primary-500) / 0.15)",
|
|
273
16
|
sm: "0 2px 4px 0 hsl(var(--primary-500) / 0.2)",
|
|
274
17
|
md: "0 4px 8px 0 hsl(var(--primary-500) / 0.3)",
|
|
275
18
|
lg: "0 8px 16px 0 hsl(var(--primary-500) / 0.4)",
|
|
276
19
|
xl: "0 12px 24px 0 hsl(var(--primary-500) / 0.5)",
|
|
277
20
|
"2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)"
|
|
278
|
-
},
|
|
21
|
+
}, c = {
|
|
279
22
|
xs: "0 1px 2px 0 hsl(var(--accent-500) / 0.15)",
|
|
280
23
|
sm: "0 2px 4px 0 hsl(var(--accent-500) / 0.2)",
|
|
281
24
|
md: "0 4px 8px 0 hsl(var(--accent-500) / 0.3)",
|
|
282
25
|
lg: "0 8px 16px 0 hsl(var(--accent-500) / 0.4)",
|
|
283
26
|
xl: "0 12px 24px 0 hsl(var(--accent-500) / 0.5)",
|
|
284
27
|
"2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)"
|
|
285
|
-
},
|
|
28
|
+
}, m = {
|
|
286
29
|
// Primary glow effects
|
|
287
30
|
"glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)",
|
|
288
31
|
"glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)",
|
|
@@ -293,122 +36,122 @@ const n = {
|
|
|
293
36
|
"glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)",
|
|
294
37
|
"glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)",
|
|
295
38
|
"glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)"
|
|
296
|
-
},
|
|
39
|
+
}, p = {
|
|
297
40
|
default: "0 0 0 3px hsl(var(--ring) / 0.5)",
|
|
298
41
|
primary: "0 0 0 3px hsl(var(--primary-500) / 0.3)",
|
|
299
42
|
accent: "0 0 0 3px hsl(var(--accent-500) / 0.3)",
|
|
300
43
|
"focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)",
|
|
301
44
|
"focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)"
|
|
302
|
-
},
|
|
45
|
+
}, y = {
|
|
303
46
|
// Elevation shadows
|
|
304
|
-
"--shadow-none":
|
|
305
|
-
"--shadow-xs":
|
|
306
|
-
"--shadow-sm":
|
|
307
|
-
"--shadow-md":
|
|
308
|
-
"--shadow-lg":
|
|
309
|
-
"--shadow-xl":
|
|
310
|
-
"--shadow-2xl":
|
|
47
|
+
"--shadow-none": i.none,
|
|
48
|
+
"--shadow-xs": i.xs,
|
|
49
|
+
"--shadow-sm": i.sm,
|
|
50
|
+
"--shadow-md": i.md,
|
|
51
|
+
"--shadow-lg": i.lg,
|
|
52
|
+
"--shadow-xl": i.xl,
|
|
53
|
+
"--shadow-2xl": i["2xl"],
|
|
311
54
|
// Primary colored shadows
|
|
312
|
-
"--shadow-primary-xs":
|
|
313
|
-
"--shadow-primary-sm":
|
|
314
|
-
"--shadow-primary-md":
|
|
315
|
-
"--shadow-primary-lg":
|
|
316
|
-
"--shadow-primary-xl":
|
|
317
|
-
"--shadow-primary-2xl":
|
|
55
|
+
"--shadow-primary-xs": g.xs,
|
|
56
|
+
"--shadow-primary-sm": g.sm,
|
|
57
|
+
"--shadow-primary-md": g.md,
|
|
58
|
+
"--shadow-primary-lg": g.lg,
|
|
59
|
+
"--shadow-primary-xl": g.xl,
|
|
60
|
+
"--shadow-primary-2xl": g["2xl"],
|
|
318
61
|
// Accent colored shadows
|
|
319
|
-
"--shadow-accent-xs":
|
|
320
|
-
"--shadow-accent-sm":
|
|
321
|
-
"--shadow-accent-md":
|
|
322
|
-
"--shadow-accent-lg":
|
|
323
|
-
"--shadow-accent-xl":
|
|
324
|
-
"--shadow-accent-2xl":
|
|
62
|
+
"--shadow-accent-xs": c.xs,
|
|
63
|
+
"--shadow-accent-sm": c.sm,
|
|
64
|
+
"--shadow-accent-md": c.md,
|
|
65
|
+
"--shadow-accent-lg": c.lg,
|
|
66
|
+
"--shadow-accent-xl": c.xl,
|
|
67
|
+
"--shadow-accent-2xl": c["2xl"],
|
|
325
68
|
// Glow effects
|
|
326
|
-
"--glow-primary":
|
|
327
|
-
"--glow-primary-subtle":
|
|
328
|
-
"--glow-primary-medium":
|
|
329
|
-
"--glow-primary-strong":
|
|
330
|
-
"--glow-accent":
|
|
331
|
-
"--glow-accent-subtle":
|
|
332
|
-
"--glow-accent-medium":
|
|
333
|
-
"--glow-accent-strong":
|
|
69
|
+
"--glow-primary": m["glow-primary"],
|
|
70
|
+
"--glow-primary-subtle": m["glow-primary-subtle"],
|
|
71
|
+
"--glow-primary-medium": m["glow-primary-medium"],
|
|
72
|
+
"--glow-primary-strong": m["glow-primary-strong"],
|
|
73
|
+
"--glow-accent": m["glow-accent"],
|
|
74
|
+
"--glow-accent-subtle": m["glow-accent-subtle"],
|
|
75
|
+
"--glow-accent-medium": m["glow-accent-medium"],
|
|
76
|
+
"--glow-accent-strong": m["glow-accent-strong"],
|
|
334
77
|
// Focus rings
|
|
335
|
-
"--focus-ring-default":
|
|
336
|
-
"--focus-ring-primary":
|
|
337
|
-
"--focus-ring-accent":
|
|
338
|
-
"--focus-primary":
|
|
339
|
-
"--focus-accent":
|
|
340
|
-
},
|
|
78
|
+
"--focus-ring-default": p.default,
|
|
79
|
+
"--focus-ring-primary": p.primary,
|
|
80
|
+
"--focus-ring-accent": p.accent,
|
|
81
|
+
"--focus-primary": p["focus-primary"],
|
|
82
|
+
"--focus-accent": p["focus-accent"]
|
|
83
|
+
}, z = {
|
|
341
84
|
card: {
|
|
342
|
-
default:
|
|
343
|
-
hover:
|
|
344
|
-
active:
|
|
345
|
-
selected:
|
|
85
|
+
default: i.sm,
|
|
86
|
+
hover: i.md,
|
|
87
|
+
active: i.xs,
|
|
88
|
+
selected: g.sm
|
|
346
89
|
},
|
|
347
90
|
button: {
|
|
348
|
-
default:
|
|
349
|
-
hover:
|
|
350
|
-
active:
|
|
351
|
-
focus:
|
|
91
|
+
default: i.xs,
|
|
92
|
+
hover: i.sm,
|
|
93
|
+
active: i.none,
|
|
94
|
+
focus: p.primary
|
|
352
95
|
},
|
|
353
96
|
"button-accent": {
|
|
354
|
-
default:
|
|
355
|
-
hover:
|
|
356
|
-
active:
|
|
357
|
-
focus:
|
|
97
|
+
default: c.xs,
|
|
98
|
+
hover: c.sm,
|
|
99
|
+
active: i.none,
|
|
100
|
+
focus: p.accent
|
|
358
101
|
},
|
|
359
102
|
modal: {
|
|
360
|
-
default:
|
|
103
|
+
default: i.xl,
|
|
361
104
|
backdrop: "rgba(0, 0, 0, 0.5)"
|
|
362
105
|
},
|
|
363
106
|
dropdown: {
|
|
364
|
-
default:
|
|
365
|
-
hover:
|
|
107
|
+
default: i.md,
|
|
108
|
+
hover: i.lg
|
|
366
109
|
},
|
|
367
110
|
tooltip: {
|
|
368
|
-
default:
|
|
111
|
+
default: i.sm
|
|
369
112
|
},
|
|
370
113
|
toast: {
|
|
371
|
-
default:
|
|
114
|
+
default: i.lg,
|
|
372
115
|
success: "0 10px 15px -3px hsl(var(--success) / 0.3)",
|
|
373
116
|
error: "0 10px 15px -3px hsl(var(--error) / 0.3)"
|
|
374
117
|
}
|
|
375
|
-
},
|
|
118
|
+
}, F = {
|
|
376
119
|
boxShadow: {
|
|
377
120
|
// Elevation shadows
|
|
378
|
-
none:
|
|
379
|
-
xs:
|
|
380
|
-
sm:
|
|
381
|
-
md:
|
|
382
|
-
lg:
|
|
383
|
-
xl:
|
|
384
|
-
"2xl":
|
|
121
|
+
none: i.none,
|
|
122
|
+
xs: i.xs,
|
|
123
|
+
sm: i.sm,
|
|
124
|
+
md: i.md,
|
|
125
|
+
lg: i.lg,
|
|
126
|
+
xl: i.xl,
|
|
127
|
+
"2xl": i["2xl"],
|
|
385
128
|
// Primary colored shadows
|
|
386
|
-
"primary-xs":
|
|
387
|
-
"primary-sm":
|
|
388
|
-
"primary-md":
|
|
389
|
-
"primary-lg":
|
|
390
|
-
"primary-xl":
|
|
391
|
-
"primary-2xl":
|
|
129
|
+
"primary-xs": g.xs,
|
|
130
|
+
"primary-sm": g.sm,
|
|
131
|
+
"primary-md": g.md,
|
|
132
|
+
"primary-lg": g.lg,
|
|
133
|
+
"primary-xl": g.xl,
|
|
134
|
+
"primary-2xl": g["2xl"],
|
|
392
135
|
// Accent colored shadows
|
|
393
|
-
"accent-xs":
|
|
394
|
-
"accent-sm":
|
|
395
|
-
"accent-md":
|
|
396
|
-
"accent-lg":
|
|
397
|
-
"accent-xl":
|
|
398
|
-
"accent-2xl":
|
|
136
|
+
"accent-xs": c.xs,
|
|
137
|
+
"accent-sm": c.sm,
|
|
138
|
+
"accent-md": c.md,
|
|
139
|
+
"accent-lg": c.lg,
|
|
140
|
+
"accent-xl": c.xl,
|
|
141
|
+
"accent-2xl": c["2xl"],
|
|
399
142
|
// Glow effects
|
|
400
|
-
"glow-primary":
|
|
401
|
-
"glow-primary-subtle":
|
|
402
|
-
"glow-primary-medium":
|
|
403
|
-
"glow-primary-strong":
|
|
404
|
-
"glow-accent":
|
|
405
|
-
"glow-accent-subtle":
|
|
406
|
-
"glow-accent-medium":
|
|
407
|
-
"glow-accent-strong":
|
|
143
|
+
"glow-primary": m["glow-primary"],
|
|
144
|
+
"glow-primary-subtle": m["glow-primary-subtle"],
|
|
145
|
+
"glow-primary-medium": m["glow-primary-medium"],
|
|
146
|
+
"glow-primary-strong": m["glow-primary-strong"],
|
|
147
|
+
"glow-accent": m["glow-accent"],
|
|
148
|
+
"glow-accent-subtle": m["glow-accent-subtle"],
|
|
149
|
+
"glow-accent-medium": m["glow-accent-medium"],
|
|
150
|
+
"glow-accent-strong": m["glow-accent-strong"],
|
|
408
151
|
// Focus rings (using box-shadow for focus states)
|
|
409
|
-
"focus-ring":
|
|
410
|
-
"focus-primary":
|
|
411
|
-
"focus-accent":
|
|
152
|
+
"focus-ring": p.default,
|
|
153
|
+
"focus-primary": p["focus-primary"],
|
|
154
|
+
"focus-accent": p["focus-accent"]
|
|
412
155
|
},
|
|
413
156
|
// Ring width (for focus rings using ring utilities)
|
|
414
157
|
ringWidth: {
|
|
@@ -498,7 +241,7 @@ const n = {
|
|
|
498
241
|
// 320px (40 × base)
|
|
499
242
|
96: "24rem"
|
|
500
243
|
// 384px (48 × base)
|
|
501
|
-
},
|
|
244
|
+
}, r = {
|
|
502
245
|
// Extra small spacing (tight, minimal)
|
|
503
246
|
xs: t[1],
|
|
504
247
|
// 4px (0.25rem)
|
|
@@ -529,7 +272,7 @@ const n = {
|
|
|
529
272
|
// None (no spacing)
|
|
530
273
|
none: t[0]
|
|
531
274
|
// 0
|
|
532
|
-
},
|
|
275
|
+
}, l = {
|
|
533
276
|
// Section spacing (vertical spacing between major sections)
|
|
534
277
|
section: {
|
|
535
278
|
xs: t[6],
|
|
@@ -597,7 +340,7 @@ const n = {
|
|
|
597
340
|
xl: t[8]
|
|
598
341
|
// 32px (extra spacious components)
|
|
599
342
|
}
|
|
600
|
-
},
|
|
343
|
+
}, f = {
|
|
601
344
|
// Base spacing scale
|
|
602
345
|
"--spacing-0": t[0],
|
|
603
346
|
"--spacing-px": t.px,
|
|
@@ -622,63 +365,63 @@ const n = {
|
|
|
622
365
|
"--spacing-20": t[20],
|
|
623
366
|
"--spacing-24": t[24],
|
|
624
367
|
// Semantic spacing
|
|
625
|
-
"--spacing-xs":
|
|
626
|
-
"--spacing-sm":
|
|
627
|
-
"--spacing-md":
|
|
628
|
-
"--spacing-lg":
|
|
629
|
-
"--spacing-xl":
|
|
630
|
-
"--spacing-2xl":
|
|
631
|
-
"--spacing-3xl":
|
|
632
|
-
"--spacing-4xl":
|
|
633
|
-
"--spacing-5xl":
|
|
634
|
-
"--spacing-none":
|
|
368
|
+
"--spacing-xs": r.xs,
|
|
369
|
+
"--spacing-sm": r.sm,
|
|
370
|
+
"--spacing-md": r.md,
|
|
371
|
+
"--spacing-lg": r.lg,
|
|
372
|
+
"--spacing-xl": r.xl,
|
|
373
|
+
"--spacing-2xl": r["2xl"],
|
|
374
|
+
"--spacing-3xl": r["3xl"],
|
|
375
|
+
"--spacing-4xl": r["4xl"],
|
|
376
|
+
"--spacing-5xl": r["5xl"],
|
|
377
|
+
"--spacing-none": r.none,
|
|
635
378
|
// Layout spacing - sections
|
|
636
|
-
"--layout-section-xs":
|
|
637
|
-
"--layout-section-sm":
|
|
638
|
-
"--layout-section-md":
|
|
639
|
-
"--layout-section-lg":
|
|
640
|
-
"--layout-section-xl":
|
|
641
|
-
"--layout-section-2xl":
|
|
379
|
+
"--layout-section-xs": l.section.xs,
|
|
380
|
+
"--layout-section-sm": l.section.sm,
|
|
381
|
+
"--layout-section-md": l.section.md,
|
|
382
|
+
"--layout-section-lg": l.section.lg,
|
|
383
|
+
"--layout-section-xl": l.section.xl,
|
|
384
|
+
"--layout-section-2xl": l.section["2xl"],
|
|
642
385
|
// Layout spacing - containers
|
|
643
|
-
"--layout-container-xs":
|
|
644
|
-
"--layout-container-sm":
|
|
645
|
-
"--layout-container-md":
|
|
646
|
-
"--layout-container-lg":
|
|
647
|
-
"--layout-container-xl":
|
|
386
|
+
"--layout-container-xs": l.container.xs,
|
|
387
|
+
"--layout-container-sm": l.container.sm,
|
|
388
|
+
"--layout-container-md": l.container.md,
|
|
389
|
+
"--layout-container-lg": l.container.lg,
|
|
390
|
+
"--layout-container-xl": l.container.xl,
|
|
648
391
|
// Layout spacing - grids
|
|
649
|
-
"--layout-grid-xs":
|
|
650
|
-
"--layout-grid-sm":
|
|
651
|
-
"--layout-grid-md":
|
|
652
|
-
"--layout-grid-lg":
|
|
653
|
-
"--layout-grid-xl":
|
|
392
|
+
"--layout-grid-xs": l.grid.xs,
|
|
393
|
+
"--layout-grid-sm": l.grid.sm,
|
|
394
|
+
"--layout-grid-md": l.grid.md,
|
|
395
|
+
"--layout-grid-lg": l.grid.lg,
|
|
396
|
+
"--layout-grid-xl": l.grid.xl,
|
|
654
397
|
// Layout spacing - stacks
|
|
655
|
-
"--layout-stack-xs":
|
|
656
|
-
"--layout-stack-sm":
|
|
657
|
-
"--layout-stack-md":
|
|
658
|
-
"--layout-stack-lg":
|
|
659
|
-
"--layout-stack-xl":
|
|
398
|
+
"--layout-stack-xs": l.stack.xs,
|
|
399
|
+
"--layout-stack-sm": l.stack.sm,
|
|
400
|
+
"--layout-stack-md": l.stack.md,
|
|
401
|
+
"--layout-stack-lg": l.stack.lg,
|
|
402
|
+
"--layout-stack-xl": l.stack.xl,
|
|
660
403
|
// Layout spacing - components
|
|
661
|
-
"--layout-component-xs":
|
|
662
|
-
"--layout-component-sm":
|
|
663
|
-
"--layout-component-md":
|
|
664
|
-
"--layout-component-lg":
|
|
665
|
-
"--layout-component-xl":
|
|
666
|
-
},
|
|
404
|
+
"--layout-component-xs": l.component.xs,
|
|
405
|
+
"--layout-component-sm": l.component.sm,
|
|
406
|
+
"--layout-component-md": l.component.md,
|
|
407
|
+
"--layout-component-lg": l.component.lg,
|
|
408
|
+
"--layout-component-xl": l.component.xl
|
|
409
|
+
}, W = {
|
|
667
410
|
spacing: {
|
|
668
411
|
...t,
|
|
669
412
|
// Add semantic tokens as aliases
|
|
670
|
-
xs:
|
|
671
|
-
sm:
|
|
672
|
-
md:
|
|
673
|
-
lg:
|
|
674
|
-
xl:
|
|
675
|
-
"2xl":
|
|
676
|
-
"3xl":
|
|
677
|
-
"4xl":
|
|
678
|
-
"5xl":
|
|
679
|
-
none:
|
|
413
|
+
xs: r.xs,
|
|
414
|
+
sm: r.sm,
|
|
415
|
+
md: r.md,
|
|
416
|
+
lg: r.lg,
|
|
417
|
+
xl: r.xl,
|
|
418
|
+
"2xl": r["2xl"],
|
|
419
|
+
"3xl": r["3xl"],
|
|
420
|
+
"4xl": r["4xl"],
|
|
421
|
+
"5xl": r["5xl"],
|
|
422
|
+
none: r.none
|
|
680
423
|
}
|
|
681
|
-
},
|
|
424
|
+
}, n = {
|
|
682
425
|
// Primary font - Inter (default sans)
|
|
683
426
|
sans: [
|
|
684
427
|
"Inter",
|
|
@@ -782,7 +525,7 @@ const n = {
|
|
|
782
525
|
"8xl": ["clamp(6rem, 4rem + 10vw, 8rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
|
|
783
526
|
// text-9xl: 128px base (optional, for hero sections)
|
|
784
527
|
"9xl": ["clamp(8rem, 5rem + 15vw, 12rem)", { lineHeight: "1", letterSpacing: "-0.05em" }]
|
|
785
|
-
},
|
|
528
|
+
}, a = {
|
|
786
529
|
thin: "100",
|
|
787
530
|
extralight: "200",
|
|
788
531
|
light: "300",
|
|
@@ -792,27 +535,27 @@ const n = {
|
|
|
792
535
|
bold: "700",
|
|
793
536
|
extrabold: "800",
|
|
794
537
|
black: "900"
|
|
795
|
-
},
|
|
538
|
+
}, s = {
|
|
796
539
|
none: "1",
|
|
797
540
|
tight: "1.25",
|
|
798
541
|
snug: "1.375",
|
|
799
542
|
normal: "1.5",
|
|
800
543
|
relaxed: "1.625",
|
|
801
544
|
loose: "2"
|
|
802
|
-
},
|
|
545
|
+
}, o = {
|
|
803
546
|
tighter: "-0.05em",
|
|
804
547
|
tight: "-0.025em",
|
|
805
548
|
normal: "0em",
|
|
806
549
|
wide: "0.025em",
|
|
807
550
|
wider: "0.05em",
|
|
808
551
|
widest: "0.1em"
|
|
809
|
-
},
|
|
552
|
+
}, u = {
|
|
810
553
|
// Font families
|
|
811
|
-
"--font-sans":
|
|
812
|
-
"--font-satoshi":
|
|
813
|
-
"--font-display":
|
|
814
|
-
"--font-serif":
|
|
815
|
-
"--font-mono":
|
|
554
|
+
"--font-sans": n.sans.join(", "),
|
|
555
|
+
"--font-satoshi": n.satoshi.join(", "),
|
|
556
|
+
"--font-display": n.display.join(", "),
|
|
557
|
+
"--font-serif": n.serif.join(", "),
|
|
558
|
+
"--font-mono": n.mono.join(", "),
|
|
816
559
|
// Font sizes (using clamp values)
|
|
817
560
|
"--font-size-xs": e.xs[0],
|
|
818
561
|
"--font-size-sm": e.sm[0],
|
|
@@ -825,133 +568,133 @@ const n = {
|
|
|
825
568
|
"--font-size-5xl": e["5xl"][0],
|
|
826
569
|
"--font-size-6xl": e["6xl"][0],
|
|
827
570
|
// Font weights
|
|
828
|
-
"--font-weight-thin":
|
|
829
|
-
"--font-weight-extralight":
|
|
830
|
-
"--font-weight-light":
|
|
831
|
-
"--font-weight-normal":
|
|
832
|
-
"--font-weight-medium":
|
|
833
|
-
"--font-weight-semibold":
|
|
834
|
-
"--font-weight-bold":
|
|
835
|
-
"--font-weight-extrabold":
|
|
836
|
-
"--font-weight-black":
|
|
571
|
+
"--font-weight-thin": a.thin,
|
|
572
|
+
"--font-weight-extralight": a.extralight,
|
|
573
|
+
"--font-weight-light": a.light,
|
|
574
|
+
"--font-weight-normal": a.normal,
|
|
575
|
+
"--font-weight-medium": a.medium,
|
|
576
|
+
"--font-weight-semibold": a.semibold,
|
|
577
|
+
"--font-weight-bold": a.bold,
|
|
578
|
+
"--font-weight-extrabold": a.extrabold,
|
|
579
|
+
"--font-weight-black": a.black,
|
|
837
580
|
// Line heights
|
|
838
|
-
"--line-height-none":
|
|
839
|
-
"--line-height-tight":
|
|
840
|
-
"--line-height-snug":
|
|
841
|
-
"--line-height-normal":
|
|
842
|
-
"--line-height-relaxed":
|
|
843
|
-
"--line-height-loose":
|
|
581
|
+
"--line-height-none": s.none,
|
|
582
|
+
"--line-height-tight": s.tight,
|
|
583
|
+
"--line-height-snug": s.snug,
|
|
584
|
+
"--line-height-normal": s.normal,
|
|
585
|
+
"--line-height-relaxed": s.relaxed,
|
|
586
|
+
"--line-height-loose": s.loose,
|
|
844
587
|
// Letter spacing
|
|
845
|
-
"--letter-spacing-tighter":
|
|
846
|
-
"--letter-spacing-tight":
|
|
847
|
-
"--letter-spacing-normal":
|
|
848
|
-
"--letter-spacing-wide":
|
|
849
|
-
"--letter-spacing-wider":
|
|
850
|
-
"--letter-spacing-widest":
|
|
851
|
-
},
|
|
588
|
+
"--letter-spacing-tighter": o.tighter,
|
|
589
|
+
"--letter-spacing-tight": o.tight,
|
|
590
|
+
"--letter-spacing-normal": o.normal,
|
|
591
|
+
"--letter-spacing-wide": o.wide,
|
|
592
|
+
"--letter-spacing-wider": o.wider,
|
|
593
|
+
"--letter-spacing-widest": o.widest
|
|
594
|
+
}, M = {
|
|
852
595
|
// Display styles (for hero sections)
|
|
853
596
|
display: {
|
|
854
|
-
fontFamily:
|
|
597
|
+
fontFamily: n.display.join(", "),
|
|
855
598
|
fontSize: e["6xl"][0],
|
|
856
|
-
fontWeight:
|
|
857
|
-
lineHeight:
|
|
858
|
-
letterSpacing:
|
|
599
|
+
fontWeight: a.bold,
|
|
600
|
+
lineHeight: s.none,
|
|
601
|
+
letterSpacing: o.tight
|
|
859
602
|
},
|
|
860
603
|
// Heading styles
|
|
861
604
|
h1: {
|
|
862
|
-
fontFamily:
|
|
605
|
+
fontFamily: n.display.join(", "),
|
|
863
606
|
fontSize: e["5xl"][0],
|
|
864
|
-
fontWeight:
|
|
865
|
-
lineHeight:
|
|
866
|
-
letterSpacing:
|
|
607
|
+
fontWeight: a.bold,
|
|
608
|
+
lineHeight: s.tight,
|
|
609
|
+
letterSpacing: o.tight
|
|
867
610
|
},
|
|
868
611
|
h2: {
|
|
869
|
-
fontFamily:
|
|
612
|
+
fontFamily: n.display.join(", "),
|
|
870
613
|
fontSize: e["4xl"][0],
|
|
871
|
-
fontWeight:
|
|
872
|
-
lineHeight:
|
|
873
|
-
letterSpacing:
|
|
614
|
+
fontWeight: a.bold,
|
|
615
|
+
lineHeight: s.tight,
|
|
616
|
+
letterSpacing: o.tight
|
|
874
617
|
},
|
|
875
618
|
h3: {
|
|
876
|
-
fontFamily:
|
|
619
|
+
fontFamily: n.sans.join(", "),
|
|
877
620
|
fontSize: e["3xl"][0],
|
|
878
|
-
fontWeight:
|
|
879
|
-
lineHeight:
|
|
880
|
-
letterSpacing:
|
|
621
|
+
fontWeight: a.semibold,
|
|
622
|
+
lineHeight: s.snug,
|
|
623
|
+
letterSpacing: o.normal
|
|
881
624
|
},
|
|
882
625
|
h4: {
|
|
883
|
-
fontFamily:
|
|
626
|
+
fontFamily: n.sans.join(", "),
|
|
884
627
|
fontSize: e["2xl"][0],
|
|
885
|
-
fontWeight:
|
|
886
|
-
lineHeight:
|
|
887
|
-
letterSpacing:
|
|
628
|
+
fontWeight: a.semibold,
|
|
629
|
+
lineHeight: s.snug,
|
|
630
|
+
letterSpacing: o.normal
|
|
888
631
|
},
|
|
889
632
|
h5: {
|
|
890
|
-
fontFamily:
|
|
633
|
+
fontFamily: n.sans.join(", "),
|
|
891
634
|
fontSize: e.xl[0],
|
|
892
|
-
fontWeight:
|
|
893
|
-
lineHeight:
|
|
894
|
-
letterSpacing:
|
|
635
|
+
fontWeight: a.medium,
|
|
636
|
+
lineHeight: s.normal,
|
|
637
|
+
letterSpacing: o.normal
|
|
895
638
|
},
|
|
896
639
|
h6: {
|
|
897
|
-
fontFamily:
|
|
640
|
+
fontFamily: n.sans.join(", "),
|
|
898
641
|
fontSize: e.lg[0],
|
|
899
|
-
fontWeight:
|
|
900
|
-
lineHeight:
|
|
901
|
-
letterSpacing:
|
|
642
|
+
fontWeight: a.medium,
|
|
643
|
+
lineHeight: s.normal,
|
|
644
|
+
letterSpacing: o.normal
|
|
902
645
|
},
|
|
903
646
|
// Body text styles
|
|
904
647
|
body: {
|
|
905
|
-
fontFamily:
|
|
648
|
+
fontFamily: n.sans.join(", "),
|
|
906
649
|
fontSize: e.base[0],
|
|
907
|
-
fontWeight:
|
|
908
|
-
lineHeight:
|
|
909
|
-
letterSpacing:
|
|
650
|
+
fontWeight: a.normal,
|
|
651
|
+
lineHeight: s.relaxed,
|
|
652
|
+
letterSpacing: o.normal
|
|
910
653
|
},
|
|
911
654
|
"body-sm": {
|
|
912
|
-
fontFamily:
|
|
655
|
+
fontFamily: n.sans.join(", "),
|
|
913
656
|
fontSize: e.sm[0],
|
|
914
|
-
fontWeight:
|
|
915
|
-
lineHeight:
|
|
916
|
-
letterSpacing:
|
|
657
|
+
fontWeight: a.normal,
|
|
658
|
+
lineHeight: s.normal,
|
|
659
|
+
letterSpacing: o.normal
|
|
917
660
|
},
|
|
918
661
|
"body-xs": {
|
|
919
|
-
fontFamily:
|
|
662
|
+
fontFamily: n.sans.join(", "),
|
|
920
663
|
fontSize: e.xs[0],
|
|
921
|
-
fontWeight:
|
|
922
|
-
lineHeight:
|
|
923
|
-
letterSpacing:
|
|
664
|
+
fontWeight: a.normal,
|
|
665
|
+
lineHeight: s.normal,
|
|
666
|
+
letterSpacing: o.wide
|
|
924
667
|
},
|
|
925
668
|
// Label styles
|
|
926
669
|
label: {
|
|
927
|
-
fontFamily:
|
|
670
|
+
fontFamily: n.sans.join(", "),
|
|
928
671
|
fontSize: e.sm[0],
|
|
929
|
-
fontWeight:
|
|
930
|
-
lineHeight:
|
|
931
|
-
letterSpacing:
|
|
672
|
+
fontWeight: a.medium,
|
|
673
|
+
lineHeight: s.normal,
|
|
674
|
+
letterSpacing: o.wide
|
|
932
675
|
},
|
|
933
676
|
"label-sm": {
|
|
934
|
-
fontFamily:
|
|
677
|
+
fontFamily: n.sans.join(", "),
|
|
935
678
|
fontSize: e.xs[0],
|
|
936
|
-
fontWeight:
|
|
937
|
-
lineHeight:
|
|
938
|
-
letterSpacing:
|
|
679
|
+
fontWeight: a.medium,
|
|
680
|
+
lineHeight: s.normal,
|
|
681
|
+
letterSpacing: o.wider
|
|
939
682
|
},
|
|
940
683
|
// Caption styles
|
|
941
684
|
caption: {
|
|
942
|
-
fontFamily:
|
|
685
|
+
fontFamily: n.sans.join(", "),
|
|
943
686
|
fontSize: e.xs[0],
|
|
944
|
-
fontWeight:
|
|
945
|
-
lineHeight:
|
|
946
|
-
letterSpacing:
|
|
687
|
+
fontWeight: a.normal,
|
|
688
|
+
lineHeight: s.normal,
|
|
689
|
+
letterSpacing: o.wide
|
|
947
690
|
}
|
|
948
|
-
},
|
|
691
|
+
}, V = {
|
|
949
692
|
fontFamily: {
|
|
950
|
-
sans: [...
|
|
951
|
-
satoshi: [...
|
|
952
|
-
display: [...
|
|
953
|
-
serif: [...
|
|
954
|
-
mono: [...
|
|
693
|
+
sans: [...n.sans],
|
|
694
|
+
satoshi: [...n.satoshi],
|
|
695
|
+
display: [...n.display],
|
|
696
|
+
serif: [...n.serif],
|
|
697
|
+
mono: [...n.mono]
|
|
955
698
|
},
|
|
956
699
|
fontSize: {
|
|
957
700
|
xs: [
|
|
@@ -1031,78 +774,79 @@ const n = {
|
|
|
1031
774
|
}
|
|
1032
775
|
]
|
|
1033
776
|
},
|
|
1034
|
-
fontWeight: { ...
|
|
1035
|
-
lineHeight: { ...
|
|
1036
|
-
letterSpacing: { ...
|
|
1037
|
-
},
|
|
777
|
+
fontWeight: { ...a },
|
|
778
|
+
lineHeight: { ...s },
|
|
779
|
+
letterSpacing: { ...o }
|
|
780
|
+
}, S = {
|
|
781
|
+
...h,
|
|
1038
782
|
...u,
|
|
1039
|
-
|
|
1040
|
-
...S,
|
|
1041
|
-
...b,
|
|
783
|
+
...f,
|
|
1042
784
|
...y,
|
|
1043
|
-
...
|
|
785
|
+
...d,
|
|
786
|
+
...x
|
|
1044
787
|
};
|
|
1045
|
-
function
|
|
788
|
+
function H(w) {
|
|
1046
789
|
return `:root {
|
|
1047
|
-
${Object.entries(
|
|
790
|
+
${Object.entries(w).map(([b, v]) => ` ${b}: ${v};`).join(`
|
|
1048
791
|
`)}
|
|
1049
792
|
}`;
|
|
1050
793
|
}
|
|
1051
|
-
const
|
|
1052
|
-
colors: Object.keys(
|
|
1053
|
-
typography: Object.keys(
|
|
1054
|
-
spacing: Object.keys(
|
|
1055
|
-
shadows: Object.keys(
|
|
1056
|
-
radius: Object.keys(
|
|
1057
|
-
motion: Object.keys(
|
|
1058
|
-
total: Object.keys(
|
|
794
|
+
const R = H(S), I = {
|
|
795
|
+
colors: Object.keys(h).length,
|
|
796
|
+
typography: Object.keys(u).length,
|
|
797
|
+
spacing: Object.keys(f).length,
|
|
798
|
+
shadows: Object.keys(y).length,
|
|
799
|
+
radius: Object.keys(d).length,
|
|
800
|
+
motion: Object.keys(x).length,
|
|
801
|
+
total: Object.keys(S).length
|
|
1059
802
|
};
|
|
1060
803
|
export {
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
804
|
+
c as accentColoredShadows,
|
|
805
|
+
U as accentColors,
|
|
806
|
+
S as allCSSVariables,
|
|
807
|
+
R as allCSSVariablesCSS,
|
|
808
|
+
E as animations,
|
|
809
|
+
L as baseColors,
|
|
810
|
+
ee as borderRadius,
|
|
811
|
+
h as colorCSSVariables,
|
|
812
|
+
te as componentRadius,
|
|
813
|
+
z as componentShadowMapping,
|
|
814
|
+
N as cssVariableColorTokens,
|
|
815
|
+
A as durations,
|
|
816
|
+
B as easings,
|
|
817
|
+
i as elevationShadows,
|
|
818
|
+
p as focusRings,
|
|
819
|
+
n as fontFamily,
|
|
1077
820
|
e as fontSize,
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
821
|
+
a as fontWeight,
|
|
822
|
+
H as generateCSSVariablesCSS,
|
|
823
|
+
m as glowEffects,
|
|
824
|
+
D as keyframes,
|
|
825
|
+
l as layoutSpacing,
|
|
826
|
+
o as letterSpacing,
|
|
827
|
+
s as lineHeight,
|
|
828
|
+
x as motionCSSVariables,
|
|
829
|
+
g as primaryColoredShadows,
|
|
830
|
+
$ as primaryColors,
|
|
831
|
+
d as radiusCSSVariables,
|
|
832
|
+
G as reducedMotion,
|
|
833
|
+
q as secondaryColors,
|
|
834
|
+
J as semanticColors,
|
|
835
|
+
r as semanticSpacing,
|
|
836
|
+
y as shadowCSSVariables,
|
|
1094
837
|
t as spacing,
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
X as
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
838
|
+
f as spacingCSSVariables,
|
|
839
|
+
K as springs,
|
|
840
|
+
P as surfaceColors,
|
|
841
|
+
Q as tailwindMotionConfig,
|
|
842
|
+
le as tailwindRadiusConfig,
|
|
843
|
+
F as tailwindShadowConfig,
|
|
844
|
+
W as tailwindSpacingConfig,
|
|
845
|
+
X as tailwindThemeColors,
|
|
846
|
+
V as tailwindTypographyConfig,
|
|
847
|
+
Y as textColors,
|
|
848
|
+
M as textStyles,
|
|
849
|
+
I as tokenSystemSummary,
|
|
850
|
+
Z as transitions,
|
|
851
|
+
u as typographyCSSVariables
|
|
1108
852
|
};
|