@tenerife.music/ui 0.0.6 → 1.0.0

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 (177) hide show
  1. package/README.md +168 -136
  2. package/dist/applyMode-Bh7sEqT6.js +144 -0
  3. package/dist/applyMode-DCenL-Bg.cjs +2 -0
  4. package/dist/brand-C5R2semX.js +45 -0
  5. package/dist/brand-DQb18Frh.cjs +2 -0
  6. package/dist/colors-BGRiFoSZ.cjs +2 -0
  7. package/dist/colors-ClemXPPi.js +377 -0
  8. package/dist/components/admin/Dashboard.d.ts.map +1 -1
  9. package/dist/components/admin/UserManagement.d.ts.map +1 -1
  10. package/dist/components/auth/LoginForm.d.ts.map +1 -1
  11. package/dist/components/auth/ProfileCard.d.ts.map +1 -1
  12. package/dist/components/auth/RegisterForm.d.ts.map +1 -1
  13. package/dist/components/cards/EventCard.d.ts.map +1 -1
  14. package/dist/components/cards/VenueCard.d.ts.map +1 -1
  15. package/dist/components/controls/LanguageSelector.d.ts.map +1 -1
  16. package/dist/components/data/List.d.ts.map +1 -1
  17. package/dist/components/data/Table.d.ts +2 -2
  18. package/dist/components/data/Table.d.ts.map +1 -1
  19. package/dist/components/data/Timeline.d.ts.map +1 -1
  20. package/dist/components/feedback/Alert.d.ts +1 -1
  21. package/dist/components/feedback/Alert.d.ts.map +1 -1
  22. package/dist/components/feedback/ConsentBanner.d.ts.map +1 -1
  23. package/dist/components/feedback/Progress.d.ts.map +1 -1
  24. package/dist/components/feedback/Skeleton.d.ts.map +1 -1
  25. package/dist/components/filters/DateRangePicker.d.ts.map +1 -1
  26. package/dist/components/filters/FilterBar.d.ts +14 -1
  27. package/dist/components/filters/FilterBar.d.ts.map +1 -1
  28. package/dist/components/filters/FilterSelect.d.ts +2 -2
  29. package/dist/components/filters/FilterSelect.d.ts.map +1 -1
  30. package/dist/components/filters/PriceRangeSlider.d.ts.map +1 -1
  31. package/dist/components/filters/SearchFilters.d.ts.map +1 -1
  32. package/dist/components/filters/SearchInput.d.ts +1 -1
  33. package/dist/components/filters/SearchInput.d.ts.map +1 -1
  34. package/dist/components/filters/types.d.ts +9 -9
  35. package/dist/components/filters/types.d.ts.map +1 -1
  36. package/dist/components/forms/FormInput.d.ts +3 -7
  37. package/dist/components/forms/FormInput.d.ts.map +1 -1
  38. package/dist/components/forms/FormSelect.d.ts.map +1 -1
  39. package/dist/components/forms/FormTextarea.d.ts +2 -6
  40. package/dist/components/forms/FormTextarea.d.ts.map +1 -1
  41. package/dist/components/icons/TrendingIcon.d.ts.map +1 -1
  42. package/dist/components/image/Image.d.ts +49 -0
  43. package/dist/components/image/Image.d.ts.map +1 -0
  44. package/dist/components/layout/Container.d.ts +2 -2
  45. package/dist/components/layout/Container.d.ts.map +1 -1
  46. package/dist/components/layout/Flex.d.ts +1 -1
  47. package/dist/components/layout/Flex.d.ts.map +1 -1
  48. package/dist/components/layout/Footer.d.ts.map +1 -1
  49. package/dist/components/layout/Grid.d.ts +3 -3
  50. package/dist/components/layout/Grid.d.ts.map +1 -1
  51. package/dist/components/layout/ModeHero.d.ts.map +1 -1
  52. package/dist/components/layout/Navbar.d.ts.map +1 -1
  53. package/dist/components/layout/Section.d.ts +2 -2
  54. package/dist/components/layout/Section.d.ts.map +1 -1
  55. package/dist/components/layout/Stack.d.ts +1 -1
  56. package/dist/components/layout/Stack.d.ts.map +1 -1
  57. package/dist/components/menus/DropdownMenu.d.ts +2 -2
  58. package/dist/components/menus/DropdownMenu.d.ts.map +1 -1
  59. package/dist/components/menus/NavigationMenu.d.ts +2 -2
  60. package/dist/components/menus/NavigationMenu.d.ts.map +1 -1
  61. package/dist/components/menus/Tabs.d.ts +2 -2
  62. package/dist/components/menus/Tabs.d.ts.map +1 -1
  63. package/dist/components/modals/ConfirmDialog.d.ts.map +1 -1
  64. package/dist/components/modals/CustomDialog.d.ts +1 -2
  65. package/dist/components/modals/CustomDialog.d.ts.map +1 -1
  66. package/dist/components/modals/Modal.d.ts +2 -2
  67. package/dist/components/modals/Modal.d.ts.map +1 -1
  68. package/dist/components/modals/ModalProvider.d.ts +2 -2
  69. package/dist/components/modals/ModalProvider.d.ts.map +1 -1
  70. package/dist/components/modals/SimpleModal.d.ts +1 -2
  71. package/dist/components/modals/SimpleModal.d.ts.map +1 -1
  72. package/dist/components/navigation/Breadcrumbs.d.ts.map +1 -1
  73. package/dist/components/navigation/Pagination.d.ts.map +1 -1
  74. package/dist/components/overlays/OverlayPortal.d.ts +3 -3
  75. package/dist/components/overlays/OverlayPortal.d.ts.map +1 -1
  76. package/dist/components/overlays/Popover.d.ts +11 -11
  77. package/dist/components/overlays/Popover.d.ts.map +1 -1
  78. package/dist/components/overlays/Tooltip.d.ts +9 -9
  79. package/dist/components/overlays/Tooltip.d.ts.map +1 -1
  80. package/dist/components/primitives/Badge.d.ts +1 -1
  81. package/dist/components/primitives/Badge.d.ts.map +1 -1
  82. package/dist/components/primitives/Button.d.ts +1 -1
  83. package/dist/components/primitives/Button.d.ts.map +1 -1
  84. package/dist/components/primitives/Card.d.ts +1 -1
  85. package/dist/components/primitives/Card.d.ts.map +1 -1
  86. package/dist/components/primitives/Divider.d.ts.map +1 -1
  87. package/dist/components/primitives/Link.d.ts +2 -2
  88. package/dist/components/primitives/Link.d.ts.map +1 -1
  89. package/dist/components/primitives/ThemeSwitch.d.ts.map +1 -1
  90. package/dist/components/primitives/Typography.d.ts +4 -4
  91. package/dist/components/primitives/Typography.d.ts.map +1 -1
  92. package/dist/components/search/SearchBar.d.ts.map +1 -1
  93. package/dist/components/sections/ArticlesSection.d.ts.map +1 -1
  94. package/dist/components/sections/TrendingSection.d.ts +7 -3
  95. package/dist/components/sections/TrendingSection.d.ts.map +1 -1
  96. package/dist/components/skeletons/EventCardSkeleton.d.ts.map +1 -1
  97. package/dist/components/skeletons/VenueCardSkeleton.d.ts.map +1 -1
  98. package/dist/components/toasts/Toast.d.ts +2 -2
  99. package/dist/components/toasts/Toast.d.ts.map +1 -1
  100. package/dist/components/toasts/ToastProvider.d.ts +3 -3
  101. package/dist/components/toasts/ToastProvider.d.ts.map +1 -1
  102. package/dist/components/ui/button.d.ts +2 -2
  103. package/dist/components/ui/button.d.ts.map +1 -1
  104. package/dist/components/ui/card.d.ts +1 -1
  105. package/dist/components/ui/card.d.ts.map +1 -1
  106. package/dist/components/ui/dialog.d.ts +2 -2
  107. package/dist/components/ui/dialog.d.ts.map +1 -1
  108. package/dist/components/ui/input.d.ts.map +1 -1
  109. package/dist/components/ui/label.d.ts +1 -1
  110. package/dist/components/ui/label.d.ts.map +1 -1
  111. package/dist/components/ui/toast.d.ts +3 -3
  112. package/dist/components/ui/toast.d.ts.map +1 -1
  113. package/dist/components/ui/toaster.d.ts.map +1 -1
  114. package/dist/components/ui/tooltip.d.ts +2 -2
  115. package/dist/components/ui/tooltip.d.ts.map +1 -1
  116. package/dist/dark-Cvoy1uFT.js +30 -0
  117. package/dist/dark-OOhiqt1q.cjs +2 -0
  118. package/dist/default-BKgH1D9-.js +8 -0
  119. package/dist/default-Ddg7Haf2.cjs +2 -0
  120. package/dist/hooks/use-toast.d.ts +3 -3
  121. package/dist/hooks/use-toast.d.ts.map +1 -1
  122. package/dist/hooks/useDebounce.d.ts +20 -0
  123. package/dist/hooks/useDebounce.d.ts.map +1 -0
  124. package/dist/hooks/useModal.d.ts +5 -5
  125. package/dist/hooks/useModal.d.ts.map +1 -1
  126. package/dist/hooks/useToast.d.ts +2 -2
  127. package/dist/hooks/useToast.d.ts.map +1 -1
  128. package/dist/index.cjs +1 -1
  129. package/dist/index.d.ts +18 -17
  130. package/dist/index.d.ts.map +1 -1
  131. package/dist/index.mjs +2378 -2267
  132. package/dist/preset.cjs +1 -1
  133. package/dist/preset.d.ts.map +1 -1
  134. package/dist/preset.mjs +1 -1
  135. package/dist/radius-CAu4qr9R.js +185 -0
  136. package/dist/radius-Cz6tayZG.cjs +2 -0
  137. package/dist/theme/ThemeProvider.d.ts +45 -0
  138. package/dist/theme/ThemeProvider.d.ts.map +1 -0
  139. package/dist/theme/applyMode.d.ts +31 -0
  140. package/dist/theme/applyMode.d.ts.map +1 -1
  141. package/dist/theme/index.cjs +1 -1
  142. package/dist/theme/index.d.ts +2 -1
  143. package/dist/theme/index.d.ts.map +1 -1
  144. package/dist/theme/index.mjs +102 -97
  145. package/dist/theme/motion.d.ts.map +1 -1
  146. package/dist/theme/typography.d.ts.map +1 -1
  147. package/dist/themes/brand.d.ts +7 -0
  148. package/dist/themes/brand.d.ts.map +1 -0
  149. package/dist/themes/dark.d.ts +7 -0
  150. package/dist/themes/dark.d.ts.map +1 -0
  151. package/dist/themes/default.d.ts +7 -0
  152. package/dist/themes/default.d.ts.map +1 -0
  153. package/dist/themes/index.d.ts +22 -0
  154. package/dist/themes/index.d.ts.map +1 -0
  155. package/dist/themes/types.d.ts +64 -0
  156. package/dist/themes/types.d.ts.map +1 -0
  157. package/dist/tokens/colors.d.ts +260 -38
  158. package/dist/tokens/colors.d.ts.map +1 -1
  159. package/dist/tokens/css-variables.d.ts +250 -0
  160. package/dist/tokens/css-variables.d.ts.map +1 -0
  161. package/dist/tokens/index.cjs +4 -1
  162. package/dist/tokens/index.d.ts +4 -1
  163. package/dist/tokens/index.d.ts.map +1 -1
  164. package/dist/tokens/index.mjs +1025 -167
  165. package/dist/tokens/motion.d.ts +358 -0
  166. package/dist/tokens/motion.d.ts.map +1 -0
  167. package/dist/tokens/radius.d.ts +130 -2
  168. package/dist/tokens/radius.d.ts.map +1 -1
  169. package/dist/tokens/shadows.d.ts +172 -0
  170. package/dist/tokens/shadows.d.ts.map +1 -0
  171. package/dist/tokens/spacing.d.ts +155 -1
  172. package/dist/tokens/spacing.d.ts.map +1 -1
  173. package/dist/tokens/typography.d.ts +285 -21
  174. package/dist/tokens/typography.d.ts.map +1 -1
  175. package/package.json +53 -18
  176. package/dist/radius-CuOZD6Mk.cjs +0 -2
  177. package/dist/radius-NOytgRst.js +0 -22
@@ -1,170 +1,687 @@
1
1
  "use client";
2
- import { b as h } from "../radius-NOytgRst.js";
3
- const r = {
4
- day: {
5
- background: "hsl(var(--background))",
6
- foreground: "hsl(var(--foreground))",
7
- card: "hsl(var(--card))",
8
- cardForeground: "hsl(var(--card-foreground))",
9
- popover: "hsl(var(--popover))",
10
- popoverForeground: "hsl(var(--popover-foreground))",
11
- primary: "hsl(var(--tm-primary))",
12
- primaryForeground: "hsl(var(--tm-primary-foreground))",
13
- secondary: "hsl(var(--tm-secondary))",
14
- secondaryForeground: "hsl(var(--tm-secondary-foreground))",
15
- muted: "hsl(var(--muted))",
16
- mutedForeground: "hsl(var(--muted-foreground))",
17
- accent: "hsl(var(--tm-accent))",
18
- accentForeground: "hsl(var(--tm-accent-foreground))",
19
- destructive: "hsl(var(--destructive))",
20
- destructiveForeground: "hsl(var(--destructive-foreground))",
21
- border: "hsl(var(--border))",
22
- input: "hsl(var(--input))",
23
- ring: "hsl(var(--ring))",
24
- chart1: "hsl(12, 76%, 61%)",
25
- chart2: "hsl(173, 58%, 39%)",
26
- chart3: "hsl(197, 37%, 24%)",
27
- chart4: "hsl(43, 74%, 66%)",
28
- chart5: "hsl(27, 87%, 67%)"
29
- },
30
- night: {
31
- background: "hsl(var(--background))",
32
- foreground: "hsl(var(--foreground))",
33
- card: "hsl(var(--card))",
34
- cardForeground: "hsl(var(--card-foreground))",
35
- popover: "hsl(var(--popover))",
36
- popoverForeground: "hsl(var(--popover-foreground))",
37
- primary: "hsl(var(--tm-primary))",
38
- primaryForeground: "hsl(var(--tm-primary-foreground))",
39
- secondary: "hsl(var(--tm-secondary))",
40
- secondaryForeground: "hsl(var(--tm-secondary-foreground))",
41
- muted: "hsl(var(--muted))",
42
- mutedForeground: "hsl(var(--muted-foreground))",
43
- accent: "hsl(var(--tm-accent))",
44
- accentForeground: "hsl(var(--tm-accent-foreground))",
45
- destructive: "hsl(var(--destructive))",
46
- destructiveForeground: "hsl(var(--destructive-foreground))",
47
- border: "hsl(var(--border))",
48
- input: "hsl(var(--input))",
49
- ring: "hsl(var(--ring))",
50
- chart1: "hsl(220, 70%, 50%)",
51
- chart2: "hsl(160, 60%, 45%)",
52
- chart3: "hsl(30, 80%, 55%)",
53
- chart4: "hsl(280, 65%, 60%)",
54
- chart5: "hsl(340, 75%, 55%)"
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" }
55
177
  }
56
- }, e = {
57
- background: "hsl(var(--background))",
58
- foreground: "hsl(var(--foreground))",
59
- card: {
60
- DEFAULT: "hsl(var(--card))",
61
- foreground: "hsl(var(--card-foreground))"
62
- },
63
- popover: {
64
- DEFAULT: "hsl(var(--popover))",
65
- foreground: "hsl(var(--popover-foreground))"
66
- },
67
- primary: {
68
- DEFAULT: "hsl(var(--tm-primary))",
69
- foreground: "hsl(var(--tm-primary-foreground))"
70
- },
71
- secondary: {
72
- DEFAULT: "hsl(var(--tm-secondary))",
73
- foreground: "hsl(var(--tm-secondary-foreground))"
74
- },
75
- muted: {
76
- DEFAULT: "hsl(var(--muted))",
77
- foreground: "hsl(var(--muted-foreground))"
78
- },
79
- accent: {
80
- DEFAULT: "hsl(var(--tm-accent))",
81
- foreground: "hsl(var(--tm-accent-foreground))"
82
- },
83
- destructive: {
84
- DEFAULT: "hsl(var(--destructive))",
85
- foreground: "hsl(var(--destructive-foreground))"
86
- },
87
- border: "hsl(var(--border))",
88
- input: "hsl(var(--input))",
89
- ring: "hsl(var(--ring))",
90
- chart: {
91
- 1: "hsl(var(--chart-1))",
92
- 2: "hsl(var(--chart-2))",
93
- 3: "hsl(var(--chart-3))",
94
- 4: "hsl(var(--chart-4))",
95
- 5: "hsl(var(--chart-5))"
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
96
262
  }
97
263
  }, o = {
264
+ none: "none",
265
+ xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)",
266
+ sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
267
+ md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
268
+ lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
269
+ xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
270
+ "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)"
271
+ }, x = {
272
+ xs: "0 1px 2px 0 hsl(var(--primary-500) / 0.15)",
273
+ sm: "0 2px 4px 0 hsl(var(--primary-500) / 0.2)",
274
+ md: "0 4px 8px 0 hsl(var(--primary-500) / 0.3)",
275
+ lg: "0 8px 16px 0 hsl(var(--primary-500) / 0.4)",
276
+ xl: "0 12px 24px 0 hsl(var(--primary-500) / 0.5)",
277
+ "2xl": "0 16px 32px 0 hsl(var(--primary-500) / 0.6)"
278
+ }, p = {
279
+ xs: "0 1px 2px 0 hsl(var(--accent-500) / 0.15)",
280
+ sm: "0 2px 4px 0 hsl(var(--accent-500) / 0.2)",
281
+ md: "0 4px 8px 0 hsl(var(--accent-500) / 0.3)",
282
+ lg: "0 8px 16px 0 hsl(var(--accent-500) / 0.4)",
283
+ xl: "0 12px 24px 0 hsl(var(--accent-500) / 0.5)",
284
+ "2xl": "0 16px 32px 0 hsl(var(--accent-500) / 0.6)"
285
+ }, g = {
286
+ // Primary glow effects
287
+ "glow-primary": "0 0 20px 0 hsl(var(--primary-500) / 0.5), 0 0 40px 0 hsl(var(--primary-500) / 0.3)",
288
+ "glow-primary-subtle": "0 0 8px 0 hsl(var(--primary-500) / 0.3)",
289
+ "glow-primary-medium": "0 0 16px 0 hsl(var(--primary-500) / 0.5)",
290
+ "glow-primary-strong": "0 0 24px 0 hsl(var(--primary-500) / 0.6)",
291
+ // Accent glow effects
292
+ "glow-accent": "0 0 20px 0 hsl(var(--accent-500) / 0.5), 0 0 40px 0 hsl(var(--accent-500) / 0.3)",
293
+ "glow-accent-subtle": "0 0 8px 0 hsl(var(--accent-500) / 0.3)",
294
+ "glow-accent-medium": "0 0 16px 0 hsl(var(--accent-500) / 0.5)",
295
+ "glow-accent-strong": "0 0 24px 0 hsl(var(--accent-500) / 0.6)"
296
+ }, d = {
297
+ default: "0 0 0 3px hsl(var(--ring) / 0.5)",
298
+ primary: "0 0 0 3px hsl(var(--primary-500) / 0.3)",
299
+ accent: "0 0 0 3px hsl(var(--accent-500) / 0.3)",
300
+ "focus-primary": "0 0 0 3px hsl(var(--primary-500) / 0.3)",
301
+ "focus-accent": "0 0 0 3px hsl(var(--accent-500) / 0.3)"
302
+ }, b = {
303
+ // 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"],
311
+ // 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"],
318
+ // 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"],
325
+ // 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"],
334
+ // 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 = {
341
+ card: {
342
+ default: o.sm,
343
+ hover: o.md,
344
+ active: o.xs,
345
+ selected: x.sm
346
+ },
347
+ button: {
348
+ default: o.xs,
349
+ hover: o.sm,
350
+ active: o.none,
351
+ focus: d.primary
352
+ },
353
+ "button-accent": {
354
+ default: p.xs,
355
+ hover: p.sm,
356
+ active: o.none,
357
+ focus: d.accent
358
+ },
359
+ modal: {
360
+ default: o.xl,
361
+ backdrop: "rgba(0, 0, 0, 0.5)"
362
+ },
363
+ dropdown: {
364
+ default: o.md,
365
+ hover: o.lg
366
+ },
367
+ tooltip: {
368
+ default: o.sm
369
+ },
370
+ toast: {
371
+ default: o.lg,
372
+ success: "0 10px 15px -3px hsl(var(--success) / 0.3)",
373
+ error: "0 10px 15px -3px hsl(var(--error) / 0.3)"
374
+ }
375
+ }, D = {
376
+ boxShadow: {
377
+ // 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"],
385
+ // 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"],
392
+ // 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"],
399
+ // 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"],
408
+ // 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"]
412
+ },
413
+ // Ring width (for focus rings using ring utilities)
414
+ ringWidth: {
415
+ DEFAULT: "3px",
416
+ sm: "2px",
417
+ md: "3px",
418
+ lg: "4px"
419
+ },
420
+ // Ring color (for focus rings)
421
+ ringColor: {
422
+ DEFAULT: "hsl(var(--ring) / 0.5)",
423
+ primary: "hsl(var(--primary-500) / 0.3)",
424
+ accent: "hsl(var(--accent-500) / 0.3)",
425
+ "focus-primary": "hsl(var(--primary-500) / 0.3)",
426
+ "focus-accent": "hsl(var(--accent-500) / 0.3)"
427
+ }
428
+ }, t = {
429
+ // Zero spacing
430
+ 0: "0",
98
431
  px: "1px",
99
- 0: "0px",
432
+ // Half unit (4px)
100
433
  0.5: "0.125rem",
101
- // 2px
102
- 1: "0.25rem",
103
434
  // 4px
435
+ // Base unit multiples (8px increments)
436
+ 1: "0.25rem",
437
+ // 4px (half unit, common)
104
438
  1.5: "0.375rem",
105
- // 6px
439
+ // 6px (rare, for fine adjustments)
106
440
  2: "0.5rem",
107
- // 8px
441
+ // 8px (base unit)
108
442
  2.5: "0.625rem",
109
- // 10px
443
+ // 10px (rare)
110
444
  3: "0.75rem",
111
- // 12px
445
+ // 12px (1.5 × base)
112
446
  3.5: "0.875rem",
113
- // 14px
447
+ // 14px (rare)
114
448
  4: "1rem",
115
- // 16px
449
+ // 16px (2 × base)
116
450
  5: "1.25rem",
117
- // 20px
451
+ // 20px (2.5 × base)
118
452
  6: "1.5rem",
119
- // 24px
453
+ // 24px (3 × base)
120
454
  7: "1.75rem",
121
- // 28px
455
+ // 28px (3.5 × base)
122
456
  8: "2rem",
123
- // 32px
457
+ // 32px (4 × base)
124
458
  9: "2.25rem",
125
- // 36px
459
+ // 36px (4.5 × base)
126
460
  10: "2.5rem",
127
- // 40px
461
+ // 40px (5 × base)
128
462
  11: "2.75rem",
129
- // 44px
463
+ // 44px (5.5 × base)
130
464
  12: "3rem",
131
- // 48px
465
+ // 48px (6 × base)
132
466
  14: "3.5rem",
133
- // 56px
467
+ // 56px (7 × base)
134
468
  16: "4rem",
135
- // 64px
469
+ // 64px (8 × base)
136
470
  20: "5rem",
137
- // 80px
471
+ // 80px (10 × base)
138
472
  24: "6rem",
139
- // 96px
473
+ // 96px (12 × base)
474
+ // Extended scale for larger spacing
140
475
  28: "7rem",
141
- // 112px
476
+ // 112px (14 × base)
142
477
  32: "8rem",
143
- // 128px
478
+ // 128px (16 × base)
144
479
  36: "9rem",
145
- // 144px
480
+ // 144px (18 × base)
146
481
  40: "10rem",
147
- // 160px
482
+ // 160px (20 × base)
148
483
  44: "11rem",
149
- // 176px
484
+ // 176px (22 × base)
150
485
  48: "12rem",
151
- // 192px
486
+ // 192px (24 × base)
152
487
  52: "13rem",
153
- // 208px
488
+ // 208px (26 × base)
154
489
  56: "14rem",
155
- // 224px
490
+ // 224px (28 × base)
156
491
  60: "15rem",
157
- // 240px
492
+ // 240px (30 × base)
158
493
  64: "16rem",
159
- // 256px
494
+ // 256px (32 × base)
160
495
  72: "18rem",
161
- // 288px
496
+ // 288px (36 × base)
162
497
  80: "20rem",
163
- // 320px
498
+ // 320px (40 × base)
164
499
  96: "24rem"
165
- // 384px
166
- }, a = {
500
+ // 384px (48 × base)
501
+ }, m = {
502
+ // Extra small spacing (tight, minimal)
503
+ xs: t[1],
504
+ // 4px (0.25rem)
505
+ // Small spacing (compact)
506
+ sm: t[2],
507
+ // 8px (0.5rem)
508
+ // Medium spacing (default)
509
+ md: t[4],
510
+ // 16px (1rem)
511
+ // Large spacing (spacious)
512
+ lg: t[6],
513
+ // 24px (1.5rem)
514
+ // Extra large spacing (very spacious)
515
+ xl: t[8],
516
+ // 32px (2rem)
517
+ // 2XL spacing (section-level)
518
+ "2xl": t[12],
519
+ // 48px (3rem)
520
+ // 3XL spacing (major sections)
521
+ "3xl": t[16],
522
+ // 64px (4rem)
523
+ // 4XL spacing (page sections)
524
+ "4xl": t[20],
525
+ // 80px (5rem)
526
+ // 5XL spacing (hero sections)
527
+ "5xl": t[24],
528
+ // 96px (6rem)
529
+ // None (no spacing)
530
+ none: t[0]
531
+ // 0
532
+ }, i = {
533
+ // Section spacing (vertical spacing between major sections)
534
+ section: {
535
+ xs: t[6],
536
+ // 24px (compact sections)
537
+ sm: t[8],
538
+ // 32px (small sections)
539
+ md: t[12],
540
+ // 48px (default sections)
541
+ lg: t[16],
542
+ // 64px (large sections)
543
+ xl: t[20],
544
+ // 80px (extra large sections)
545
+ "2xl": t[24]
546
+ // 96px (hero sections)
547
+ },
548
+ // Container spacing (padding inside containers)
549
+ container: {
550
+ xs: t[2],
551
+ // 8px (tight containers)
552
+ sm: t[4],
553
+ // 16px (compact containers)
554
+ md: t[6],
555
+ // 24px (default containers)
556
+ lg: t[8],
557
+ // 32px (spacious containers)
558
+ xl: t[12]
559
+ // 48px (very spacious containers)
560
+ },
561
+ // Grid spacing (gap between grid items)
562
+ grid: {
563
+ xs: t[2],
564
+ // 8px (tight grids)
565
+ sm: t[4],
566
+ // 16px (compact grids)
567
+ md: t[6],
568
+ // 24px (default grids)
569
+ lg: t[8],
570
+ // 32px (spacious grids)
571
+ xl: t[12]
572
+ // 48px (very spacious grids)
573
+ },
574
+ // Stack spacing (gap between stacked items)
575
+ stack: {
576
+ xs: t[1],
577
+ // 4px (tight stacks)
578
+ sm: t[2],
579
+ // 8px (compact stacks)
580
+ md: t[4],
581
+ // 16px (default stacks)
582
+ lg: t[6],
583
+ // 24px (spacious stacks)
584
+ xl: t[8]
585
+ // 32px (very spacious stacks)
586
+ },
587
+ // Component internal spacing (padding inside components)
588
+ component: {
589
+ xs: t[1],
590
+ // 4px (tight components)
591
+ sm: t[2],
592
+ // 8px (compact components)
593
+ md: t[4],
594
+ // 16px (default components)
595
+ lg: t[6],
596
+ // 24px (spacious components)
597
+ xl: t[8]
598
+ // 32px (extra spacious components)
599
+ }
600
+ }, S = {
601
+ // Base spacing scale
602
+ "--spacing-0": t[0],
603
+ "--spacing-px": t.px,
604
+ "--spacing-0-5": t[0.5],
605
+ "--spacing-1": t[1],
606
+ "--spacing-1-5": t[1.5],
607
+ "--spacing-2": t[2],
608
+ "--spacing-2-5": t[2.5],
609
+ "--spacing-3": t[3],
610
+ "--spacing-3-5": t[3.5],
611
+ "--spacing-4": t[4],
612
+ "--spacing-5": t[5],
613
+ "--spacing-6": t[6],
614
+ "--spacing-7": t[7],
615
+ "--spacing-8": t[8],
616
+ "--spacing-9": t[9],
617
+ "--spacing-10": t[10],
618
+ "--spacing-11": t[11],
619
+ "--spacing-12": t[12],
620
+ "--spacing-14": t[14],
621
+ "--spacing-16": t[16],
622
+ "--spacing-20": t[20],
623
+ "--spacing-24": t[24],
624
+ // 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,
635
+ // 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"],
642
+ // 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,
648
+ // 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,
654
+ // 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,
660
+ // 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 = {
667
+ spacing: {
668
+ ...t,
669
+ // 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
680
+ }
681
+ }, s = {
682
+ // Primary font - Inter (default sans)
167
683
  sans: [
684
+ "Inter",
168
685
  "ui-sans-serif",
169
686
  "system-ui",
170
687
  "-apple-system",
@@ -180,14 +697,33 @@ const r = {
180
697
  "Segoe UI Symbol",
181
698
  "Noto Color Emoji"
182
699
  ],
183
- serif: [
184
- "ui-serif",
185
- "Georgia",
186
- "Cambria",
187
- "Times New Roman",
188
- "Times",
189
- "serif"
700
+ // Optional font - Satoshi
701
+ satoshi: [
702
+ "Satoshi",
703
+ "Inter",
704
+ "ui-sans-serif",
705
+ "system-ui",
706
+ "-apple-system",
707
+ "BlinkMacSystemFont",
708
+ "Segoe UI",
709
+ "Roboto",
710
+ "sans-serif"
190
711
  ],
712
+ // Display font - Clash Display (for headings and hero sections)
713
+ display: [
714
+ "Clash Display",
715
+ "Inter",
716
+ "ui-sans-serif",
717
+ "system-ui",
718
+ "-apple-system",
719
+ "BlinkMacSystemFont",
720
+ "Segoe UI",
721
+ "Roboto",
722
+ "sans-serif"
723
+ ],
724
+ // Serif font family
725
+ serif: ["ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"],
726
+ // Monospace font family
191
727
  mono: [
192
728
  "ui-monospace",
193
729
  "SFMono-Regular",
@@ -198,21 +734,55 @@ const r = {
198
734
  "Courier New",
199
735
  "monospace"
200
736
  ]
201
- }, n = {
202
- xs: ["0.75rem", { lineHeight: "1rem" }],
203
- sm: ["0.875rem", { lineHeight: "1.25rem" }],
204
- base: ["1rem", { lineHeight: "1.5rem" }],
205
- lg: ["1.125rem", { lineHeight: "1.75rem" }],
206
- xl: ["1.25rem", { lineHeight: "1.75rem" }],
207
- "2xl": ["1.5rem", { lineHeight: "2rem" }],
208
- "3xl": ["1.875rem", { lineHeight: "2.25rem" }],
209
- "4xl": ["2.25rem", { lineHeight: "2.5rem" }],
210
- "5xl": ["3rem", { lineHeight: "1" }],
211
- "6xl": ["3.75rem", { lineHeight: "1" }],
212
- "7xl": ["4.5rem", { lineHeight: "1" }],
213
- "8xl": ["6rem", { lineHeight: "1" }],
214
- "9xl": ["8rem", { lineHeight: "1" }]
215
- }, s = {
737
+ }, e = {
738
+ // text-xs: 12px base, scales from 0.75rem to 0.875rem
739
+ xs: [
740
+ "clamp(0.75rem, 0.7rem + 0.125vw, 0.875rem)",
741
+ { lineHeight: "1rem", letterSpacing: "0.05em" }
742
+ ],
743
+ // text-sm: 14px base, scales from 0.875rem to 1rem
744
+ sm: [
745
+ "clamp(0.875rem, 0.8rem + 0.25vw, 1rem)",
746
+ { lineHeight: "1.25rem", letterSpacing: "0.025em" }
747
+ ],
748
+ // text-base: 16px base, scales from 1rem to 1.125rem
749
+ base: ["clamp(1rem, 0.95rem + 0.25vw, 1.125rem)", { lineHeight: "1.5rem", letterSpacing: "0em" }],
750
+ // text-lg: 18px base, scales from 1.125rem to 1.25rem
751
+ lg: [
752
+ "clamp(1.125rem, 1rem + 0.5vw, 1.25rem)",
753
+ { lineHeight: "1.75rem", letterSpacing: "-0.025em" }
754
+ ],
755
+ // text-xl: 20px base, scales from 1.25rem to 1.5rem
756
+ xl: [
757
+ "clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem)",
758
+ { lineHeight: "1.75rem", letterSpacing: "-0.025em" }
759
+ ],
760
+ // text-2xl: 24px base, scales from 1.5rem to 2rem
761
+ "2xl": [
762
+ "clamp(1.5rem, 1.25rem + 1.25vw, 2rem)",
763
+ { lineHeight: "2rem", letterSpacing: "-0.05em" }
764
+ ],
765
+ // text-3xl: 30px base, scales from 1.875rem to 2.5rem
766
+ "3xl": [
767
+ "clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem)",
768
+ { lineHeight: "2.25rem", letterSpacing: "-0.05em" }
769
+ ],
770
+ // text-4xl: 36px base, scales from 2.25rem to 3rem
771
+ "4xl": [
772
+ "clamp(2.25rem, 1.75rem + 2.5vw, 3rem)",
773
+ { lineHeight: "2.5rem", letterSpacing: "-0.025em" }
774
+ ],
775
+ // text-5xl: 48px base, scales from 3rem to 4rem
776
+ "5xl": ["clamp(3rem, 2rem + 5vw, 4rem)", { lineHeight: "1", letterSpacing: "-0.025em" }],
777
+ // text-6xl: 60px base, scales from 3.75rem to 5rem
778
+ "6xl": ["clamp(3.75rem, 2.5rem + 6.25vw, 5rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
779
+ // text-7xl: 72px base (optional, for hero sections)
780
+ "7xl": ["clamp(4.5rem, 3rem + 7.5vw, 6rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
781
+ // text-8xl: 96px base (optional, for hero sections)
782
+ "8xl": ["clamp(6rem, 4rem + 10vw, 8rem)", { lineHeight: "1", letterSpacing: "-0.05em" }],
783
+ // text-9xl: 128px base (optional, for hero sections)
784
+ "9xl": ["clamp(8rem, 5rem + 15vw, 12rem)", { lineHeight: "1", letterSpacing: "-0.05em" }]
785
+ }, l = {
216
786
  thin: "100",
217
787
  extralight: "200",
218
788
  light: "300",
@@ -222,29 +792,317 @@ const r = {
222
792
  bold: "700",
223
793
  extrabold: "800",
224
794
  black: "900"
225
- }, t = {
226
- tighter: "-0.05em",
227
- tight: "-0.025em",
228
- normal: "0em",
229
- wide: "0.025em",
230
- wider: "0.05em",
231
- widest: "0.1em"
232
- }, l = {
795
+ }, r = {
233
796
  none: "1",
234
797
  tight: "1.25",
235
798
  snug: "1.375",
236
799
  normal: "1.5",
237
800
  relaxed: "1.625",
238
801
  loose: "2"
802
+ }, c = {
803
+ tighter: "-0.05em",
804
+ tight: "-0.025em",
805
+ normal: "0em",
806
+ wide: "0.025em",
807
+ wider: "0.05em",
808
+ widest: "0.1em"
809
+ }, $ = {
810
+ // 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(", "),
816
+ // Font sizes (using clamp values)
817
+ "--font-size-xs": e.xs[0],
818
+ "--font-size-sm": e.sm[0],
819
+ "--font-size-base": e.base[0],
820
+ "--font-size-lg": e.lg[0],
821
+ "--font-size-xl": e.xl[0],
822
+ "--font-size-2xl": e["2xl"][0],
823
+ "--font-size-3xl": e["3xl"][0],
824
+ "--font-size-4xl": e["4xl"][0],
825
+ "--font-size-5xl": e["5xl"][0],
826
+ "--font-size-6xl": e["6xl"][0],
827
+ // 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,
837
+ // 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,
844
+ // 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 = {
852
+ // Display styles (for hero sections)
853
+ display: {
854
+ fontFamily: s.display.join(", "),
855
+ fontSize: e["6xl"][0],
856
+ fontWeight: l.bold,
857
+ lineHeight: r.none,
858
+ letterSpacing: c.tight
859
+ },
860
+ // Heading styles
861
+ h1: {
862
+ fontFamily: s.display.join(", "),
863
+ fontSize: e["5xl"][0],
864
+ fontWeight: l.bold,
865
+ lineHeight: r.tight,
866
+ letterSpacing: c.tight
867
+ },
868
+ h2: {
869
+ fontFamily: s.display.join(", "),
870
+ fontSize: e["4xl"][0],
871
+ fontWeight: l.bold,
872
+ lineHeight: r.tight,
873
+ letterSpacing: c.tight
874
+ },
875
+ h3: {
876
+ fontFamily: s.sans.join(", "),
877
+ fontSize: e["3xl"][0],
878
+ fontWeight: l.semibold,
879
+ lineHeight: r.snug,
880
+ letterSpacing: c.normal
881
+ },
882
+ h4: {
883
+ fontFamily: s.sans.join(", "),
884
+ fontSize: e["2xl"][0],
885
+ fontWeight: l.semibold,
886
+ lineHeight: r.snug,
887
+ letterSpacing: c.normal
888
+ },
889
+ h5: {
890
+ fontFamily: s.sans.join(", "),
891
+ fontSize: e.xl[0],
892
+ fontWeight: l.medium,
893
+ lineHeight: r.normal,
894
+ letterSpacing: c.normal
895
+ },
896
+ h6: {
897
+ fontFamily: s.sans.join(", "),
898
+ fontSize: e.lg[0],
899
+ fontWeight: l.medium,
900
+ lineHeight: r.normal,
901
+ letterSpacing: c.normal
902
+ },
903
+ // Body text styles
904
+ body: {
905
+ fontFamily: s.sans.join(", "),
906
+ fontSize: e.base[0],
907
+ fontWeight: l.normal,
908
+ lineHeight: r.relaxed,
909
+ letterSpacing: c.normal
910
+ },
911
+ "body-sm": {
912
+ fontFamily: s.sans.join(", "),
913
+ fontSize: e.sm[0],
914
+ fontWeight: l.normal,
915
+ lineHeight: r.normal,
916
+ letterSpacing: c.normal
917
+ },
918
+ "body-xs": {
919
+ fontFamily: s.sans.join(", "),
920
+ fontSize: e.xs[0],
921
+ fontWeight: l.normal,
922
+ lineHeight: r.normal,
923
+ letterSpacing: c.wide
924
+ },
925
+ // Label styles
926
+ label: {
927
+ fontFamily: s.sans.join(", "),
928
+ fontSize: e.sm[0],
929
+ fontWeight: l.medium,
930
+ lineHeight: r.normal,
931
+ letterSpacing: c.wide
932
+ },
933
+ "label-sm": {
934
+ fontFamily: s.sans.join(", "),
935
+ fontSize: e.xs[0],
936
+ fontWeight: l.medium,
937
+ lineHeight: r.normal,
938
+ letterSpacing: c.wider
939
+ },
940
+ // Caption styles
941
+ caption: {
942
+ fontFamily: s.sans.join(", "),
943
+ fontSize: e.xs[0],
944
+ fontWeight: l.normal,
945
+ lineHeight: r.normal,
946
+ letterSpacing: c.wide
947
+ }
948
+ }, X = {
949
+ fontFamily: {
950
+ sans: [...s.sans],
951
+ satoshi: [...s.satoshi],
952
+ display: [...s.display],
953
+ serif: [...s.serif],
954
+ mono: [...s.mono]
955
+ },
956
+ fontSize: {
957
+ xs: [
958
+ e.xs[0],
959
+ { lineHeight: e.xs[1].lineHeight, letterSpacing: e.xs[1].letterSpacing }
960
+ ],
961
+ sm: [
962
+ e.sm[0],
963
+ { lineHeight: e.sm[1].lineHeight, letterSpacing: e.sm[1].letterSpacing }
964
+ ],
965
+ base: [
966
+ e.base[0],
967
+ { lineHeight: e.base[1].lineHeight, letterSpacing: e.base[1].letterSpacing }
968
+ ],
969
+ lg: [
970
+ e.lg[0],
971
+ { lineHeight: e.lg[1].lineHeight, letterSpacing: e.lg[1].letterSpacing }
972
+ ],
973
+ xl: [
974
+ e.xl[0],
975
+ { lineHeight: e.xl[1].lineHeight, letterSpacing: e.xl[1].letterSpacing }
976
+ ],
977
+ "2xl": [
978
+ e["2xl"][0],
979
+ {
980
+ lineHeight: e["2xl"][1].lineHeight,
981
+ letterSpacing: e["2xl"][1].letterSpacing
982
+ }
983
+ ],
984
+ "3xl": [
985
+ e["3xl"][0],
986
+ {
987
+ lineHeight: e["3xl"][1].lineHeight,
988
+ letterSpacing: e["3xl"][1].letterSpacing
989
+ }
990
+ ],
991
+ "4xl": [
992
+ e["4xl"][0],
993
+ {
994
+ lineHeight: e["4xl"][1].lineHeight,
995
+ letterSpacing: e["4xl"][1].letterSpacing
996
+ }
997
+ ],
998
+ "5xl": [
999
+ e["5xl"][0],
1000
+ {
1001
+ lineHeight: e["5xl"][1].lineHeight,
1002
+ letterSpacing: e["5xl"][1].letterSpacing
1003
+ }
1004
+ ],
1005
+ "6xl": [
1006
+ e["6xl"][0],
1007
+ {
1008
+ lineHeight: e["6xl"][1].lineHeight,
1009
+ letterSpacing: e["6xl"][1].letterSpacing
1010
+ }
1011
+ ],
1012
+ "7xl": [
1013
+ e["7xl"][0],
1014
+ {
1015
+ lineHeight: e["7xl"][1].lineHeight,
1016
+ letterSpacing: e["7xl"][1].letterSpacing
1017
+ }
1018
+ ],
1019
+ "8xl": [
1020
+ e["8xl"][0],
1021
+ {
1022
+ lineHeight: e["8xl"][1].lineHeight,
1023
+ letterSpacing: e["8xl"][1].letterSpacing
1024
+ }
1025
+ ],
1026
+ "9xl": [
1027
+ e["9xl"][0],
1028
+ {
1029
+ lineHeight: e["9xl"][1].lineHeight,
1030
+ letterSpacing: e["9xl"][1].letterSpacing
1031
+ }
1032
+ ]
1033
+ },
1034
+ fontWeight: { ...l },
1035
+ lineHeight: { ...r },
1036
+ letterSpacing: { ...c }
1037
+ }, v = {
1038
+ ...u,
1039
+ ...$,
1040
+ ...S,
1041
+ ...b,
1042
+ ...y,
1043
+ ...w
1044
+ };
1045
+ function j(H) {
1046
+ return `:root {
1047
+ ${Object.entries(H).map(([k, z]) => ` ${k}: ${z};`).join(`
1048
+ `)}
1049
+ }`;
1050
+ }
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
239
1059
  };
240
1060
  export {
241
- h as borderRadius,
242
- r as cssVariableColorTokens,
243
- a as fontFamily,
244
- n as fontSize,
245
- s as fontWeight,
246
- t as letterSpacing,
247
- l as lineHeight,
248
- o as spacing,
249
- e as tailwindThemeColors
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,
1077
+ 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,
1094
+ 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
250
1108
  };