@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.
Files changed (143) hide show
  1. package/dist/ThemeProvider-CaUX_Jam.cjs +2 -0
  2. package/dist/ThemeProvider-ltuW-773.js +1227 -0
  3. package/dist/animation/index.d.ts +9 -0
  4. package/dist/animation/index.d.ts.map +1 -0
  5. package/dist/animation/presets.d.ts +304 -0
  6. package/dist/animation/presets.d.ts.map +1 -0
  7. package/dist/animation/tas.d.ts +80 -0
  8. package/dist/animation/tas.d.ts.map +1 -0
  9. package/dist/animation/types.d.ts +106 -0
  10. package/dist/animation/types.d.ts.map +1 -0
  11. package/dist/animation/utils.d.ts +7 -0
  12. package/dist/animation/utils.d.ts.map +1 -0
  13. package/dist/components/SectionBuilder.d.ts +37 -0
  14. package/dist/components/SectionBuilder.d.ts.map +1 -0
  15. package/dist/components/SectionBuilder.presets.d.ts +229 -0
  16. package/dist/components/SectionBuilder.presets.d.ts.map +1 -0
  17. package/dist/components/SectionBuilder.types.d.ts +327 -0
  18. package/dist/components/SectionBuilder.types.d.ts.map +1 -0
  19. package/dist/components/auth/ProfileCard.d.ts.map +1 -1
  20. package/dist/components/cards/EventCard.d.ts +32 -31
  21. package/dist/components/cards/EventCard.d.ts.map +1 -1
  22. package/dist/components/cards/VenueCard.d.ts +32 -33
  23. package/dist/components/cards/VenueCard.d.ts.map +1 -1
  24. package/dist/components/data/List.d.ts.map +1 -1
  25. package/dist/components/data/Table.d.ts.map +1 -1
  26. package/dist/components/data/Timeline.d.ts.map +1 -1
  27. package/dist/components/feedback/Alert.d.ts +1 -1
  28. package/dist/components/feedback/Alert.d.ts.map +1 -1
  29. package/dist/components/feedback/Progress.d.ts.map +1 -1
  30. package/dist/components/filters/FilterSelect.d.ts.map +1 -1
  31. package/dist/components/image/Image.d.ts.map +1 -1
  32. package/dist/components/layout/Box.d.ts +82 -0
  33. package/dist/components/layout/Box.d.ts.map +1 -0
  34. package/dist/components/layout/Container.d.ts.map +1 -1
  35. package/dist/components/layout/Flex.d.ts +27 -6
  36. package/dist/components/layout/Flex.d.ts.map +1 -1
  37. package/dist/components/layout/Grid.d.ts +42 -3
  38. package/dist/components/layout/Grid.d.ts.map +1 -1
  39. package/dist/components/layout/Navbar.d.ts +2 -2
  40. package/dist/components/layout/Navbar.d.ts.map +1 -1
  41. package/dist/components/layout/Section.d.ts.map +1 -1
  42. package/dist/components/layout/Stack.d.ts +21 -4
  43. package/dist/components/layout/Stack.d.ts.map +1 -1
  44. package/dist/components/layout/index.d.ts +15 -0
  45. package/dist/components/layout/index.d.ts.map +1 -0
  46. package/dist/components/layout/layout.types.d.ts +92 -0
  47. package/dist/components/layout/layout.types.d.ts.map +1 -0
  48. package/dist/components/menus/DropdownMenu.d.ts.map +1 -1
  49. package/dist/components/menus/NavigationMenu.d.ts.map +1 -1
  50. package/dist/components/menus/Tabs.d.ts.map +1 -1
  51. package/dist/components/modals/ConfirmDialog.d.ts +2 -2
  52. package/dist/components/modals/ConfirmDialog.d.ts.map +1 -1
  53. package/dist/components/modals/Modal.d.ts.map +1 -1
  54. package/dist/components/modals/SimpleModal.d.ts +3 -1
  55. package/dist/components/modals/SimpleModal.d.ts.map +1 -1
  56. package/dist/components/navigation/Breadcrumbs.d.ts +1 -0
  57. package/dist/components/navigation/Breadcrumbs.d.ts.map +1 -1
  58. package/dist/components/navigation/Pagination.d.ts +1 -0
  59. package/dist/components/navigation/Pagination.d.ts.map +1 -1
  60. package/dist/components/overlays/OverlayPortal.d.ts.map +1 -1
  61. package/dist/components/overlays/Popover.d.ts +4 -4
  62. package/dist/components/overlays/Popover.d.ts.map +1 -1
  63. package/dist/components/overlays/Tooltip.d.ts +2 -2
  64. package/dist/components/overlays/Tooltip.d.ts.map +1 -1
  65. package/dist/components/primitives/Badge.d.ts +1 -1
  66. package/dist/components/primitives/Badge.d.ts.map +1 -1
  67. package/dist/components/primitives/Card.d.ts.map +1 -1
  68. package/dist/components/primitives/Divider.d.ts.map +1 -1
  69. package/dist/components/primitives/Label.d.ts.map +1 -1
  70. package/dist/components/primitives/Link.d.ts +4 -2
  71. package/dist/components/primitives/Link.d.ts.map +1 -1
  72. package/dist/components/primitives/ThemeSwitch.d.ts +2 -2
  73. package/dist/components/primitives/ThemeSwitch.d.ts.map +1 -1
  74. package/dist/components/primitives/Typography.d.ts +2 -2
  75. package/dist/components/primitives/Typography.d.ts.map +1 -1
  76. package/dist/components/search/SearchBar.d.ts.map +1 -1
  77. package/dist/components/sections/ArticlesSection.d.ts +14 -4
  78. package/dist/components/sections/ArticlesSection.d.ts.map +1 -1
  79. package/dist/components/sections/CTASection.d.ts +38 -0
  80. package/dist/components/sections/CTASection.d.ts.map +1 -0
  81. package/dist/components/sections/FeatureSection.d.ts +34 -0
  82. package/dist/components/sections/FeatureSection.d.ts.map +1 -0
  83. package/dist/components/sections/HeroSection.d.ts +28 -0
  84. package/dist/components/sections/HeroSection.d.ts.map +1 -0
  85. package/dist/components/sections/TrendingSection.d.ts +15 -3
  86. package/dist/components/sections/TrendingSection.d.ts.map +1 -1
  87. package/dist/components/toasts/Toast.d.ts +1 -1
  88. package/dist/components/toasts/Toast.d.ts.map +1 -1
  89. package/dist/components/toasts/ToastProvider.d.ts.map +1 -1
  90. package/dist/components/ui/button.d.ts +4 -2
  91. package/dist/components/ui/button.d.ts.map +1 -1
  92. package/dist/components/ui/card.d.ts.map +1 -1
  93. package/dist/components/ui/dialog.d.ts.map +1 -1
  94. package/dist/components/ui/input.d.ts.map +1 -1
  95. package/dist/components/ui/label.d.ts.map +1 -1
  96. package/dist/components/ui/tooltip.d.ts.map +1 -1
  97. package/dist/index.cjs +1 -1
  98. package/dist/index.d.ts +27 -18
  99. package/dist/index.d.ts.map +1 -1
  100. package/dist/index.mjs +3897 -2372
  101. package/dist/lib/a11y.d.ts +16 -0
  102. package/dist/lib/a11y.d.ts.map +1 -0
  103. package/dist/lib/responsive-props.d.ts +64 -0
  104. package/dist/lib/responsive-props.d.ts.map +1 -0
  105. package/dist/motion-4SRNkZlz.cjs +2 -0
  106. package/dist/motion-CuHacXY1.js +722 -0
  107. package/dist/test/animation-utils.d.ts +60 -0
  108. package/dist/test/animation-utils.d.ts.map +1 -0
  109. package/dist/theme/ThemeProvider.d.ts +19 -8
  110. package/dist/theme/ThemeProvider.d.ts.map +1 -1
  111. package/dist/theme/applyMode.d.ts +11 -2
  112. package/dist/theme/applyMode.d.ts.map +1 -1
  113. package/dist/theme/index.cjs +1 -1
  114. package/dist/theme/index.d.ts +3 -0
  115. package/dist/theme/index.d.ts.map +1 -1
  116. package/dist/theme/index.mjs +236 -101
  117. package/dist/theme/loader.d.ts +64 -0
  118. package/dist/theme/loader.d.ts.map +1 -0
  119. package/dist/theme/registry.d.ts +71 -0
  120. package/dist/theme/registry.d.ts.map +1 -0
  121. package/dist/theme/schema.d.ts +125 -0
  122. package/dist/theme/schema.d.ts.map +1 -0
  123. package/dist/themes/brand_engine.d.ts +102 -0
  124. package/dist/themes/brand_engine.d.ts.map +1 -0
  125. package/dist/themes/index.d.ts +3 -0
  126. package/dist/themes/index.d.ts.map +1 -1
  127. package/dist/themes/minimal.d.ts +7 -0
  128. package/dist/themes/minimal.d.ts.map +1 -0
  129. package/dist/themes/neon.d.ts +7 -0
  130. package/dist/themes/neon.d.ts.map +1 -0
  131. package/dist/themes/types.d.ts +220 -5
  132. package/dist/themes/types.d.ts.map +1 -1
  133. package/dist/tokens/css-variables.d.ts +21 -0
  134. package/dist/tokens/css-variables.d.ts.map +1 -1
  135. package/dist/tokens/index.cjs +3 -3
  136. package/dist/tokens/index.mjs +295 -551
  137. package/dist/tokens/motion.d.ts +77 -0
  138. package/dist/tokens/motion.d.ts.map +1 -1
  139. package/package.json +20 -7
  140. package/dist/applyMode-Bh7sEqT6.js +0 -144
  141. package/dist/applyMode-DCenL-Bg.cjs +0 -2
  142. package/dist/colors-BGRiFoSZ.cjs +0 -2
  143. package/dist/colors-ClemXPPi.js +0 -377
@@ -1,266 +1,9 @@
1
1
  "use client";
2
- import { f as u } from "../colors-ClemXPPi.js";
3
- import { a as A, b as N, e as B, p as G, s as P, d as Q, c as q, g as J, t as K } from "../colors-ClemXPPi.js";
4
- import { r as y } from "../radius-CAu4qr9R.js";
5
- import { b as _, c as ee, t as te } from "../radius-CAu4qr9R.js";
6
- const n = {
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
- }, x = {
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
- }, p = {
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
- }, g = {
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
- }, d = {
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
- }, b = {
45
+ }, y = {
303
46
  // Elevation shadows
304
- "--shadow-none": o.none,
305
- "--shadow-xs": o.xs,
306
- "--shadow-sm": o.sm,
307
- "--shadow-md": o.md,
308
- "--shadow-lg": o.lg,
309
- "--shadow-xl": o.xl,
310
- "--shadow-2xl": o["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": x.xs,
313
- "--shadow-primary-sm": x.sm,
314
- "--shadow-primary-md": x.md,
315
- "--shadow-primary-lg": x.lg,
316
- "--shadow-primary-xl": x.xl,
317
- "--shadow-primary-2xl": x["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": p.xs,
320
- "--shadow-accent-sm": p.sm,
321
- "--shadow-accent-md": p.md,
322
- "--shadow-accent-lg": p.lg,
323
- "--shadow-accent-xl": p.xl,
324
- "--shadow-accent-2xl": p["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": g["glow-primary"],
327
- "--glow-primary-subtle": g["glow-primary-subtle"],
328
- "--glow-primary-medium": g["glow-primary-medium"],
329
- "--glow-primary-strong": g["glow-primary-strong"],
330
- "--glow-accent": g["glow-accent"],
331
- "--glow-accent-subtle": g["glow-accent-subtle"],
332
- "--glow-accent-medium": g["glow-accent-medium"],
333
- "--glow-accent-strong": g["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": d.default,
336
- "--focus-ring-primary": d.primary,
337
- "--focus-ring-accent": d.accent,
338
- "--focus-primary": d["focus-primary"],
339
- "--focus-accent": d["focus-accent"]
340
- }, W = {
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: o.sm,
343
- hover: o.md,
344
- active: o.xs,
345
- selected: x.sm
85
+ default: i.sm,
86
+ hover: i.md,
87
+ active: i.xs,
88
+ selected: g.sm
346
89
  },
347
90
  button: {
348
- default: o.xs,
349
- hover: o.sm,
350
- active: o.none,
351
- focus: d.primary
91
+ default: i.xs,
92
+ hover: i.sm,
93
+ active: i.none,
94
+ focus: p.primary
352
95
  },
353
96
  "button-accent": {
354
- default: p.xs,
355
- hover: p.sm,
356
- active: o.none,
357
- focus: d.accent
97
+ default: c.xs,
98
+ hover: c.sm,
99
+ active: i.none,
100
+ focus: p.accent
358
101
  },
359
102
  modal: {
360
- default: o.xl,
103
+ default: i.xl,
361
104
  backdrop: "rgba(0, 0, 0, 0.5)"
362
105
  },
363
106
  dropdown: {
364
- default: o.md,
365
- hover: o.lg
107
+ default: i.md,
108
+ hover: i.lg
366
109
  },
367
110
  tooltip: {
368
- default: o.sm
111
+ default: i.sm
369
112
  },
370
113
  toast: {
371
- default: o.lg,
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
- }, D = {
118
+ }, F = {
376
119
  boxShadow: {
377
120
  // Elevation shadows
378
- none: o.none,
379
- xs: o.xs,
380
- sm: o.sm,
381
- md: o.md,
382
- lg: o.lg,
383
- xl: o.xl,
384
- "2xl": o["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": x.xs,
387
- "primary-sm": x.sm,
388
- "primary-md": x.md,
389
- "primary-lg": x.lg,
390
- "primary-xl": x.xl,
391
- "primary-2xl": x["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": p.xs,
394
- "accent-sm": p.sm,
395
- "accent-md": p.md,
396
- "accent-lg": p.lg,
397
- "accent-xl": p.xl,
398
- "accent-2xl": p["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": g["glow-primary"],
401
- "glow-primary-subtle": g["glow-primary-subtle"],
402
- "glow-primary-medium": g["glow-primary-medium"],
403
- "glow-primary-strong": g["glow-primary-strong"],
404
- "glow-accent": g["glow-accent"],
405
- "glow-accent-subtle": g["glow-accent-subtle"],
406
- "glow-accent-medium": g["glow-accent-medium"],
407
- "glow-accent-strong": g["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": d.default,
410
- "focus-primary": d["focus-primary"],
411
- "focus-accent": d["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
- }, m = {
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
- }, i = {
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
- }, S = {
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": m.xs,
626
- "--spacing-sm": m.sm,
627
- "--spacing-md": m.md,
628
- "--spacing-lg": m.lg,
629
- "--spacing-xl": m.xl,
630
- "--spacing-2xl": m["2xl"],
631
- "--spacing-3xl": m["3xl"],
632
- "--spacing-4xl": m["4xl"],
633
- "--spacing-5xl": m["5xl"],
634
- "--spacing-none": m.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": i.section.xs,
637
- "--layout-section-sm": i.section.sm,
638
- "--layout-section-md": i.section.md,
639
- "--layout-section-lg": i.section.lg,
640
- "--layout-section-xl": i.section.xl,
641
- "--layout-section-2xl": i.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": i.container.xs,
644
- "--layout-container-sm": i.container.sm,
645
- "--layout-container-md": i.container.md,
646
- "--layout-container-lg": i.container.lg,
647
- "--layout-container-xl": i.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": i.grid.xs,
650
- "--layout-grid-sm": i.grid.sm,
651
- "--layout-grid-md": i.grid.md,
652
- "--layout-grid-lg": i.grid.lg,
653
- "--layout-grid-xl": i.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": i.stack.xs,
656
- "--layout-stack-sm": i.stack.sm,
657
- "--layout-stack-md": i.stack.md,
658
- "--layout-stack-lg": i.stack.lg,
659
- "--layout-stack-xl": i.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": i.component.xs,
662
- "--layout-component-sm": i.component.sm,
663
- "--layout-component-md": i.component.md,
664
- "--layout-component-lg": i.component.lg,
665
- "--layout-component-xl": i.component.xl
666
- }, L = {
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: m.xs,
671
- sm: m.sm,
672
- md: m.md,
673
- lg: m.lg,
674
- xl: m.xl,
675
- "2xl": m["2xl"],
676
- "3xl": m["3xl"],
677
- "4xl": m["4xl"],
678
- "5xl": m["5xl"],
679
- none: m.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
- }, s = {
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
- }, l = {
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
- }, r = {
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
- }, c = {
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": s.sans.join(", "),
812
- "--font-satoshi": s.satoshi.join(", "),
813
- "--font-display": s.display.join(", "),
814
- "--font-serif": s.serif.join(", "),
815
- "--font-mono": s.mono.join(", "),
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": l.thin,
829
- "--font-weight-extralight": l.extralight,
830
- "--font-weight-light": l.light,
831
- "--font-weight-normal": l.normal,
832
- "--font-weight-medium": l.medium,
833
- "--font-weight-semibold": l.semibold,
834
- "--font-weight-bold": l.bold,
835
- "--font-weight-extrabold": l.extrabold,
836
- "--font-weight-black": l.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": r.none,
839
- "--line-height-tight": r.tight,
840
- "--line-height-snug": r.snug,
841
- "--line-height-normal": r.normal,
842
- "--line-height-relaxed": r.relaxed,
843
- "--line-height-loose": r.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": c.tighter,
846
- "--letter-spacing-tight": c.tight,
847
- "--letter-spacing-normal": c.normal,
848
- "--letter-spacing-wide": c.wide,
849
- "--letter-spacing-wider": c.wider,
850
- "--letter-spacing-widest": c.widest
851
- }, T = {
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: s.display.join(", "),
597
+ fontFamily: n.display.join(", "),
855
598
  fontSize: e["6xl"][0],
856
- fontWeight: l.bold,
857
- lineHeight: r.none,
858
- letterSpacing: c.tight
599
+ fontWeight: a.bold,
600
+ lineHeight: s.none,
601
+ letterSpacing: o.tight
859
602
  },
860
603
  // Heading styles
861
604
  h1: {
862
- fontFamily: s.display.join(", "),
605
+ fontFamily: n.display.join(", "),
863
606
  fontSize: e["5xl"][0],
864
- fontWeight: l.bold,
865
- lineHeight: r.tight,
866
- letterSpacing: c.tight
607
+ fontWeight: a.bold,
608
+ lineHeight: s.tight,
609
+ letterSpacing: o.tight
867
610
  },
868
611
  h2: {
869
- fontFamily: s.display.join(", "),
612
+ fontFamily: n.display.join(", "),
870
613
  fontSize: e["4xl"][0],
871
- fontWeight: l.bold,
872
- lineHeight: r.tight,
873
- letterSpacing: c.tight
614
+ fontWeight: a.bold,
615
+ lineHeight: s.tight,
616
+ letterSpacing: o.tight
874
617
  },
875
618
  h3: {
876
- fontFamily: s.sans.join(", "),
619
+ fontFamily: n.sans.join(", "),
877
620
  fontSize: e["3xl"][0],
878
- fontWeight: l.semibold,
879
- lineHeight: r.snug,
880
- letterSpacing: c.normal
621
+ fontWeight: a.semibold,
622
+ lineHeight: s.snug,
623
+ letterSpacing: o.normal
881
624
  },
882
625
  h4: {
883
- fontFamily: s.sans.join(", "),
626
+ fontFamily: n.sans.join(", "),
884
627
  fontSize: e["2xl"][0],
885
- fontWeight: l.semibold,
886
- lineHeight: r.snug,
887
- letterSpacing: c.normal
628
+ fontWeight: a.semibold,
629
+ lineHeight: s.snug,
630
+ letterSpacing: o.normal
888
631
  },
889
632
  h5: {
890
- fontFamily: s.sans.join(", "),
633
+ fontFamily: n.sans.join(", "),
891
634
  fontSize: e.xl[0],
892
- fontWeight: l.medium,
893
- lineHeight: r.normal,
894
- letterSpacing: c.normal
635
+ fontWeight: a.medium,
636
+ lineHeight: s.normal,
637
+ letterSpacing: o.normal
895
638
  },
896
639
  h6: {
897
- fontFamily: s.sans.join(", "),
640
+ fontFamily: n.sans.join(", "),
898
641
  fontSize: e.lg[0],
899
- fontWeight: l.medium,
900
- lineHeight: r.normal,
901
- letterSpacing: c.normal
642
+ fontWeight: a.medium,
643
+ lineHeight: s.normal,
644
+ letterSpacing: o.normal
902
645
  },
903
646
  // Body text styles
904
647
  body: {
905
- fontFamily: s.sans.join(", "),
648
+ fontFamily: n.sans.join(", "),
906
649
  fontSize: e.base[0],
907
- fontWeight: l.normal,
908
- lineHeight: r.relaxed,
909
- letterSpacing: c.normal
650
+ fontWeight: a.normal,
651
+ lineHeight: s.relaxed,
652
+ letterSpacing: o.normal
910
653
  },
911
654
  "body-sm": {
912
- fontFamily: s.sans.join(", "),
655
+ fontFamily: n.sans.join(", "),
913
656
  fontSize: e.sm[0],
914
- fontWeight: l.normal,
915
- lineHeight: r.normal,
916
- letterSpacing: c.normal
657
+ fontWeight: a.normal,
658
+ lineHeight: s.normal,
659
+ letterSpacing: o.normal
917
660
  },
918
661
  "body-xs": {
919
- fontFamily: s.sans.join(", "),
662
+ fontFamily: n.sans.join(", "),
920
663
  fontSize: e.xs[0],
921
- fontWeight: l.normal,
922
- lineHeight: r.normal,
923
- letterSpacing: c.wide
664
+ fontWeight: a.normal,
665
+ lineHeight: s.normal,
666
+ letterSpacing: o.wide
924
667
  },
925
668
  // Label styles
926
669
  label: {
927
- fontFamily: s.sans.join(", "),
670
+ fontFamily: n.sans.join(", "),
928
671
  fontSize: e.sm[0],
929
- fontWeight: l.medium,
930
- lineHeight: r.normal,
931
- letterSpacing: c.wide
672
+ fontWeight: a.medium,
673
+ lineHeight: s.normal,
674
+ letterSpacing: o.wide
932
675
  },
933
676
  "label-sm": {
934
- fontFamily: s.sans.join(", "),
677
+ fontFamily: n.sans.join(", "),
935
678
  fontSize: e.xs[0],
936
- fontWeight: l.medium,
937
- lineHeight: r.normal,
938
- letterSpacing: c.wider
679
+ fontWeight: a.medium,
680
+ lineHeight: s.normal,
681
+ letterSpacing: o.wider
939
682
  },
940
683
  // Caption styles
941
684
  caption: {
942
- fontFamily: s.sans.join(", "),
685
+ fontFamily: n.sans.join(", "),
943
686
  fontSize: e.xs[0],
944
- fontWeight: l.normal,
945
- lineHeight: r.normal,
946
- letterSpacing: c.wide
687
+ fontWeight: a.normal,
688
+ lineHeight: s.normal,
689
+ letterSpacing: o.wide
947
690
  }
948
- }, X = {
691
+ }, V = {
949
692
  fontFamily: {
950
- sans: [...s.sans],
951
- satoshi: [...s.satoshi],
952
- display: [...s.display],
953
- serif: [...s.serif],
954
- mono: [...s.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: { ...l },
1035
- lineHeight: { ...r },
1036
- letterSpacing: { ...c }
1037
- }, v = {
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
- ...w
785
+ ...d,
786
+ ...x
1044
787
  };
1045
- function j(H) {
788
+ function H(w) {
1046
789
  return `:root {
1047
- ${Object.entries(H).map(([k, z]) => ` ${k}: ${z};`).join(`
790
+ ${Object.entries(w).map(([b, v]) => ` ${b}: ${v};`).join(`
1048
791
  `)}
1049
792
  }`;
1050
793
  }
1051
- const M = j(v), V = {
1052
- colors: Object.keys(u).length,
1053
- typography: Object.keys($).length,
1054
- spacing: Object.keys(S).length,
1055
- shadows: Object.keys(b).length,
1056
- radius: Object.keys(y).length,
1057
- motion: Object.keys(w).length,
1058
- total: Object.keys(v).length
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
- p as accentColoredShadows,
1062
- A as accentColors,
1063
- v as allCSSVariables,
1064
- M as allCSSVariablesCSS,
1065
- h as animations,
1066
- N as baseColors,
1067
- _ as borderRadius,
1068
- u as colorCSSVariables,
1069
- ee as componentRadius,
1070
- W as componentShadowMapping,
1071
- B as cssVariableColorTokens,
1072
- n as durations,
1073
- a as easings,
1074
- o as elevationShadows,
1075
- d as focusRings,
1076
- s as fontFamily,
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
- l as fontWeight,
1079
- j as generateCSSVariablesCSS,
1080
- g as glowEffects,
1081
- C as keyframes,
1082
- i as layoutSpacing,
1083
- c as letterSpacing,
1084
- r as lineHeight,
1085
- w as motionCSSVariables,
1086
- x as primaryColoredShadows,
1087
- G as primaryColors,
1088
- y as radiusCSSVariables,
1089
- U as reducedMotion,
1090
- P as secondaryColors,
1091
- Q as semanticColors,
1092
- m as semanticSpacing,
1093
- b as shadowCSSVariables,
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
- S as spacingCSSVariables,
1096
- q as surfaceColors,
1097
- R as tailwindMotionConfig,
1098
- te as tailwindRadiusConfig,
1099
- D as tailwindShadowConfig,
1100
- L as tailwindSpacingConfig,
1101
- J as tailwindThemeColors,
1102
- X as tailwindTypographyConfig,
1103
- K as textColors,
1104
- T as textStyles,
1105
- V as tokenSystemSummary,
1106
- f as transitions,
1107
- $ as typographyCSSVariables
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
  };