@tenerife.music/ui 1.1.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-DInIMlaR.d.cts → index-DXmHg8ji.d.cts} +5 -4
- package/dist/{index-DInIMlaR.d.ts → index-DXmHg8ji.d.ts} +5 -4
- package/dist/index.cjs +109 -171
- package/dist/index.d.cts +57 -152
- package/dist/index.d.ts +57 -152
- package/dist/index.mjs +110 -169
- package/dist/styles.css +22 -67
- package/dist/theme/index.cjs +87 -16
- package/dist/theme/index.mjs +87 -16
- package/dist/tokens/index.cjs +5 -4
- package/dist/tokens/index.d.cts +1 -1
- package/dist/tokens/index.d.ts +1 -1
- package/dist/tokens/index.mjs +5 -4
- package/package.json +41 -39
package/dist/styles.css
CHANGED
|
@@ -494,9 +494,6 @@ body {
|
|
|
494
494
|
.right-0 {
|
|
495
495
|
right: 0;
|
|
496
496
|
}
|
|
497
|
-
.right-1 {
|
|
498
|
-
right: 0.25rem;
|
|
499
|
-
}
|
|
500
497
|
.right-md {
|
|
501
498
|
right: 1rem;
|
|
502
499
|
}
|
|
@@ -602,9 +599,6 @@ body {
|
|
|
602
599
|
.mb-4 {
|
|
603
600
|
margin-bottom: 1rem;
|
|
604
601
|
}
|
|
605
|
-
.mb-8 {
|
|
606
|
-
margin-bottom: 2rem;
|
|
607
|
-
}
|
|
608
602
|
.mb-lg {
|
|
609
603
|
margin-bottom: 1.5rem;
|
|
610
604
|
}
|
|
@@ -1073,9 +1067,6 @@ body {
|
|
|
1073
1067
|
.max-w-md {
|
|
1074
1068
|
max-width: 28rem;
|
|
1075
1069
|
}
|
|
1076
|
-
.max-w-none {
|
|
1077
|
-
max-width: none;
|
|
1078
|
-
}
|
|
1079
1070
|
.max-w-sm {
|
|
1080
1071
|
max-width: 24rem;
|
|
1081
1072
|
}
|
|
@@ -1327,6 +1318,12 @@ body {
|
|
|
1327
1318
|
.resize {
|
|
1328
1319
|
resize: both;
|
|
1329
1320
|
}
|
|
1321
|
+
.list-inside {
|
|
1322
|
+
list-style-position: inside;
|
|
1323
|
+
}
|
|
1324
|
+
.list-disc {
|
|
1325
|
+
list-style-type: disc;
|
|
1326
|
+
}
|
|
1330
1327
|
.list-none {
|
|
1331
1328
|
list-style-type: none;
|
|
1332
1329
|
}
|
|
@@ -1921,6 +1918,9 @@ body {
|
|
|
1921
1918
|
.bg-muted {
|
|
1922
1919
|
background-color: hsl(var(--muted));
|
|
1923
1920
|
}
|
|
1921
|
+
.bg-muted\/30 {
|
|
1922
|
+
background-color: hsl(var(--muted) / 0.3);
|
|
1923
|
+
}
|
|
1924
1924
|
.bg-muted\/50 {
|
|
1925
1925
|
background-color: hsl(var(--muted) / 0.5);
|
|
1926
1926
|
}
|
|
@@ -2191,18 +2191,12 @@ body {
|
|
|
2191
2191
|
.pb-sm {
|
|
2192
2192
|
padding-bottom: 0.5rem;
|
|
2193
2193
|
}
|
|
2194
|
-
.pl-10 {
|
|
2195
|
-
padding-left: 2.5rem;
|
|
2196
|
-
}
|
|
2197
2194
|
.pl-8 {
|
|
2198
2195
|
padding-left: 2rem;
|
|
2199
2196
|
}
|
|
2200
2197
|
.pl-lg {
|
|
2201
2198
|
padding-left: 1.5rem;
|
|
2202
2199
|
}
|
|
2203
|
-
.pr-10 {
|
|
2204
|
-
padding-right: 2.5rem;
|
|
2205
|
-
}
|
|
2206
2200
|
.pr-8 {
|
|
2207
2201
|
padding-right: 2rem;
|
|
2208
2202
|
}
|
|
@@ -2242,6 +2236,17 @@ body {
|
|
|
2242
2236
|
Roboto,
|
|
2243
2237
|
sans-serif;
|
|
2244
2238
|
}
|
|
2239
|
+
.font-mono {
|
|
2240
|
+
font-family:
|
|
2241
|
+
ui-monospace,
|
|
2242
|
+
SFMono-Regular,
|
|
2243
|
+
Menlo,
|
|
2244
|
+
Monaco,
|
|
2245
|
+
Consolas,
|
|
2246
|
+
Liberation Mono,
|
|
2247
|
+
Courier New,
|
|
2248
|
+
monospace;
|
|
2249
|
+
}
|
|
2245
2250
|
.text-2xl {
|
|
2246
2251
|
font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2rem);
|
|
2247
2252
|
line-height: 2rem;
|
|
@@ -2460,10 +2465,6 @@ body {
|
|
|
2460
2465
|
.text-foreground\/95 {
|
|
2461
2466
|
color: hsl(var(--foreground) / 0.95);
|
|
2462
2467
|
}
|
|
2463
|
-
.text-gray-900 {
|
|
2464
|
-
--tw-text-opacity: 1;
|
|
2465
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
2466
|
-
}
|
|
2467
2468
|
.text-green-700 {
|
|
2468
2469
|
--tw-text-opacity: 1;
|
|
2469
2470
|
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
@@ -2550,9 +2551,6 @@ body {
|
|
|
2550
2551
|
--tw-text-opacity: 1;
|
|
2551
2552
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2552
2553
|
}
|
|
2553
|
-
.text-white\/80 {
|
|
2554
|
-
color: rgb(255 255 255 / 0.8);
|
|
2555
|
-
}
|
|
2556
2554
|
.text-yellow-500 {
|
|
2557
2555
|
--tw-text-opacity: 1;
|
|
2558
2556
|
color: rgb(234 179 8 / var(--tw-text-opacity, 1));
|
|
@@ -3009,8 +3007,8 @@ body {
|
|
|
3009
3007
|
.hover\:text-accent-foreground:hover {
|
|
3010
3008
|
color: hsl(var(--tm-accent-foreground));
|
|
3011
3009
|
}
|
|
3012
|
-
.hover\:text-accent
|
|
3013
|
-
color: hsl(var(--tm-accent
|
|
3010
|
+
.hover\:text-accent\/80:hover {
|
|
3011
|
+
color: hsl(var(--tm-accent) / 0.8);
|
|
3014
3012
|
}
|
|
3015
3013
|
.hover\:text-destructive\/80:hover {
|
|
3016
3014
|
color: hsl(var(--destructive) / 0.8);
|
|
@@ -3018,9 +3016,6 @@ body {
|
|
|
3018
3016
|
.hover\:text-foreground:hover {
|
|
3019
3017
|
color: hsl(var(--foreground));
|
|
3020
3018
|
}
|
|
3021
|
-
.hover\:text-primary:hover {
|
|
3022
|
-
color: hsl(var(--tm-primary));
|
|
3023
|
-
}
|
|
3024
3019
|
.hover\:text-primary\/80:hover {
|
|
3025
3020
|
color: hsl(var(--tm-primary) / 0.8);
|
|
3026
3021
|
}
|
|
@@ -3051,13 +3046,6 @@ body {
|
|
|
3051
3046
|
--tw-scale-y: 1.05;
|
|
3052
3047
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3053
3048
|
}
|
|
3054
|
-
.focus\:opacity-100:focus {
|
|
3055
|
-
opacity: 1;
|
|
3056
|
-
}
|
|
3057
|
-
.focus\:outline-none:focus {
|
|
3058
|
-
outline: 2px solid transparent;
|
|
3059
|
-
outline-offset: 2px;
|
|
3060
|
-
}
|
|
3061
3049
|
.focus\:outline:focus {
|
|
3062
3050
|
outline-style: solid;
|
|
3063
3051
|
}
|
|
@@ -3070,14 +3058,6 @@ body {
|
|
|
3070
3058
|
.focus\:outline-ring:focus {
|
|
3071
3059
|
outline-color: hsl(var(--ring));
|
|
3072
3060
|
}
|
|
3073
|
-
.focus\:ring-1:focus {
|
|
3074
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3075
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3076
|
-
box-shadow:
|
|
3077
|
-
var(--tw-ring-offset-shadow),
|
|
3078
|
-
var(--tw-ring-shadow),
|
|
3079
|
-
var(--tw-shadow, 0 0 #0000);
|
|
3080
|
-
}
|
|
3081
3061
|
.focus-visible\:bg-\[hsl\(var\(--accent\)\)\]:focus-visible {
|
|
3082
3062
|
background-color: hsl(var(--accent));
|
|
3083
3063
|
}
|
|
@@ -3374,21 +3354,6 @@ body {
|
|
|
3374
3354
|
.md\:justify-end {
|
|
3375
3355
|
justify-content: flex-end;
|
|
3376
3356
|
}
|
|
3377
|
-
.md\:text-3xl {
|
|
3378
|
-
font-size: clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem);
|
|
3379
|
-
line-height: 2.25rem;
|
|
3380
|
-
letter-spacing: -0.05em;
|
|
3381
|
-
}
|
|
3382
|
-
.md\:text-4xl {
|
|
3383
|
-
font-size: clamp(2.25rem, 1.75rem + 2.5vw, 3rem);
|
|
3384
|
-
line-height: 2.5rem;
|
|
3385
|
-
letter-spacing: -0.025em;
|
|
3386
|
-
}
|
|
3387
|
-
.md\:text-5xl {
|
|
3388
|
-
font-size: clamp(3rem, 2rem + 5vw, 4rem);
|
|
3389
|
-
line-height: 1;
|
|
3390
|
-
letter-spacing: -0.025em;
|
|
3391
|
-
}
|
|
3392
3357
|
.md\:text-sm {
|
|
3393
3358
|
font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
|
|
3394
3359
|
line-height: 1.25rem;
|
|
@@ -3408,16 +3373,6 @@ body {
|
|
|
3408
3373
|
.lg\:gap-xl {
|
|
3409
3374
|
gap: 2rem;
|
|
3410
3375
|
}
|
|
3411
|
-
.lg\:text-5xl {
|
|
3412
|
-
font-size: clamp(3rem, 2rem + 5vw, 4rem);
|
|
3413
|
-
line-height: 1;
|
|
3414
|
-
letter-spacing: -0.025em;
|
|
3415
|
-
}
|
|
3416
|
-
.lg\:text-6xl {
|
|
3417
|
-
font-size: clamp(3.75rem, 2.5rem + 6.25vw, 5rem);
|
|
3418
|
-
line-height: 1;
|
|
3419
|
-
letter-spacing: -0.05em;
|
|
3420
|
-
}
|
|
3421
3376
|
}
|
|
3422
3377
|
@media (min-width: 1280px) {
|
|
3423
3378
|
.xl\:grid-cols-4 {
|
package/dist/theme/index.cjs
CHANGED
|
@@ -121,6 +121,74 @@ var init_default = __esm({
|
|
|
121
121
|
}
|
|
122
122
|
});
|
|
123
123
|
|
|
124
|
+
// src/themes/--help.ts
|
|
125
|
+
var help_exports = {};
|
|
126
|
+
__export(help_exports, {
|
|
127
|
+
helpTheme: () => helpTheme
|
|
128
|
+
});
|
|
129
|
+
var helpTheme;
|
|
130
|
+
var init_help = __esm({
|
|
131
|
+
"src/themes/--help.ts"() {
|
|
132
|
+
helpTheme = {
|
|
133
|
+
name: "--help",
|
|
134
|
+
description: "Custom theme: Help"
|
|
135
|
+
// Override primary colors (optional)
|
|
136
|
+
// primaryColors: {
|
|
137
|
+
// 500: "210 75% 45%", // HSL format
|
|
138
|
+
// 600: "210 70% 40%",
|
|
139
|
+
// },
|
|
140
|
+
// Override accent colors (optional)
|
|
141
|
+
// accentColors: {
|
|
142
|
+
// 500: "285 80% 60%",
|
|
143
|
+
// },
|
|
144
|
+
// Override secondary colors (optional)
|
|
145
|
+
// secondaryColors: {
|
|
146
|
+
// 500: "170 90% 45%",
|
|
147
|
+
// },
|
|
148
|
+
// Override base colors for day mode (optional)
|
|
149
|
+
// baseColorsDay: {
|
|
150
|
+
// background: "0 0% 100%",
|
|
151
|
+
// foreground: "0 0% 9%",
|
|
152
|
+
// },
|
|
153
|
+
// Override base colors for night mode (optional)
|
|
154
|
+
// baseColorsNight: {
|
|
155
|
+
// background: "240 10% 3.9%",
|
|
156
|
+
// foreground: "0 0% 89.8%",
|
|
157
|
+
// },
|
|
158
|
+
// Override surface colors for day mode (optional)
|
|
159
|
+
// surfaceColorsDay: {
|
|
160
|
+
// base: "0 0% 100%",
|
|
161
|
+
// elevated1: "0 0% 98%",
|
|
162
|
+
// },
|
|
163
|
+
// Override surface colors for night mode (optional)
|
|
164
|
+
// surfaceColorsNight: {
|
|
165
|
+
// base: "240 10% 2%",
|
|
166
|
+
// elevated1: "240 10% 3%",
|
|
167
|
+
// },
|
|
168
|
+
// Override semantic colors for day mode (optional)
|
|
169
|
+
// semanticColorsDay: {
|
|
170
|
+
// success: "145 75% 40%",
|
|
171
|
+
// error: "0 84.2% 60.2%",
|
|
172
|
+
// },
|
|
173
|
+
// Override semantic colors for night mode (optional)
|
|
174
|
+
// semanticColorsNight: {
|
|
175
|
+
// success: "145 70% 48%",
|
|
176
|
+
// error: "0 62.8% 30.6%",
|
|
177
|
+
// },
|
|
178
|
+
// Override text colors for day mode (optional)
|
|
179
|
+
// textColorsDay: {
|
|
180
|
+
// primary: "0 0% 9%",
|
|
181
|
+
// secondary: "0 0% 45%",
|
|
182
|
+
// },
|
|
183
|
+
// Override text colors for night mode (optional)
|
|
184
|
+
// textColorsNight: {
|
|
185
|
+
// primary: "0 0% 89.8%",
|
|
186
|
+
// secondary: "0 0% 65%",
|
|
187
|
+
// },
|
|
188
|
+
};
|
|
189
|
+
}
|
|
190
|
+
});
|
|
191
|
+
|
|
124
192
|
// src/FOUNDATION/tokens/colors.ts
|
|
125
193
|
var primaryColors = {
|
|
126
194
|
50: "210 40% 98%",
|
|
@@ -2430,7 +2498,8 @@ function removeBrandOverrides(namespace) {
|
|
|
2430
2498
|
var themes = {
|
|
2431
2499
|
default: () => Promise.resolve().then(() => (init_default(), default_exports)).then((m) => m.defaultTheme),
|
|
2432
2500
|
dark: () => Promise.resolve().then(() => (init_dark(), dark_exports)).then((m) => m.darkTheme),
|
|
2433
|
-
brand: () => Promise.resolve().then(() => (init_brand(), brand_exports)).then((m) => m.brandTheme)
|
|
2501
|
+
brand: () => Promise.resolve().then(() => (init_brand(), brand_exports)).then((m) => m.brandTheme),
|
|
2502
|
+
"--help": () => Promise.resolve().then(() => (init_help(), help_exports)).then((m) => m.helpTheme)
|
|
2434
2503
|
};
|
|
2435
2504
|
async function getTheme(name) {
|
|
2436
2505
|
const themeLoader = themes[name];
|
|
@@ -3572,21 +3641,23 @@ function ThemeProvider({
|
|
|
3572
3641
|
applyDocumentTheme(initialMode, initialTheme, initialBrand);
|
|
3573
3642
|
if (typeof document !== "undefined" && document.documentElement) {
|
|
3574
3643
|
setTimeout(() => {
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3644
|
+
if (typeof document !== "undefined" && document.documentElement) {
|
|
3645
|
+
const afterApply = document.documentElement.style.getPropertyValue("--tm-primary");
|
|
3646
|
+
fetch("http://127.0.0.1:7243/ingest/ff5d1e20-0815-4ca0-af82-fcbd3cfa35b1", {
|
|
3647
|
+
method: "POST",
|
|
3648
|
+
headers: { "Content-Type": "application/json" },
|
|
3649
|
+
body: JSON.stringify({
|
|
3650
|
+
location: "ThemeProvider.tsx:289",
|
|
3651
|
+
message: "ThemeProvider useEffect after applyDocumentTheme",
|
|
3652
|
+
data: { afterValue: afterApply, hasValue: !!afterApply },
|
|
3653
|
+
timestamp: Date.now(),
|
|
3654
|
+
sessionId: "debug-session",
|
|
3655
|
+
runId: "run1",
|
|
3656
|
+
hypothesisId: "C"
|
|
3657
|
+
})
|
|
3658
|
+
}).catch(() => {
|
|
3659
|
+
});
|
|
3660
|
+
}
|
|
3590
3661
|
}, 100);
|
|
3591
3662
|
}
|
|
3592
3663
|
persistMode(initialMode, storageKey);
|
package/dist/theme/index.mjs
CHANGED
|
@@ -115,6 +115,74 @@ var init_default = __esm({
|
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
|
|
118
|
+
// src/themes/--help.ts
|
|
119
|
+
var help_exports = {};
|
|
120
|
+
__export(help_exports, {
|
|
121
|
+
helpTheme: () => helpTheme
|
|
122
|
+
});
|
|
123
|
+
var helpTheme;
|
|
124
|
+
var init_help = __esm({
|
|
125
|
+
"src/themes/--help.ts"() {
|
|
126
|
+
helpTheme = {
|
|
127
|
+
name: "--help",
|
|
128
|
+
description: "Custom theme: Help"
|
|
129
|
+
// Override primary colors (optional)
|
|
130
|
+
// primaryColors: {
|
|
131
|
+
// 500: "210 75% 45%", // HSL format
|
|
132
|
+
// 600: "210 70% 40%",
|
|
133
|
+
// },
|
|
134
|
+
// Override accent colors (optional)
|
|
135
|
+
// accentColors: {
|
|
136
|
+
// 500: "285 80% 60%",
|
|
137
|
+
// },
|
|
138
|
+
// Override secondary colors (optional)
|
|
139
|
+
// secondaryColors: {
|
|
140
|
+
// 500: "170 90% 45%",
|
|
141
|
+
// },
|
|
142
|
+
// Override base colors for day mode (optional)
|
|
143
|
+
// baseColorsDay: {
|
|
144
|
+
// background: "0 0% 100%",
|
|
145
|
+
// foreground: "0 0% 9%",
|
|
146
|
+
// },
|
|
147
|
+
// Override base colors for night mode (optional)
|
|
148
|
+
// baseColorsNight: {
|
|
149
|
+
// background: "240 10% 3.9%",
|
|
150
|
+
// foreground: "0 0% 89.8%",
|
|
151
|
+
// },
|
|
152
|
+
// Override surface colors for day mode (optional)
|
|
153
|
+
// surfaceColorsDay: {
|
|
154
|
+
// base: "0 0% 100%",
|
|
155
|
+
// elevated1: "0 0% 98%",
|
|
156
|
+
// },
|
|
157
|
+
// Override surface colors for night mode (optional)
|
|
158
|
+
// surfaceColorsNight: {
|
|
159
|
+
// base: "240 10% 2%",
|
|
160
|
+
// elevated1: "240 10% 3%",
|
|
161
|
+
// },
|
|
162
|
+
// Override semantic colors for day mode (optional)
|
|
163
|
+
// semanticColorsDay: {
|
|
164
|
+
// success: "145 75% 40%",
|
|
165
|
+
// error: "0 84.2% 60.2%",
|
|
166
|
+
// },
|
|
167
|
+
// Override semantic colors for night mode (optional)
|
|
168
|
+
// semanticColorsNight: {
|
|
169
|
+
// success: "145 70% 48%",
|
|
170
|
+
// error: "0 62.8% 30.6%",
|
|
171
|
+
// },
|
|
172
|
+
// Override text colors for day mode (optional)
|
|
173
|
+
// textColorsDay: {
|
|
174
|
+
// primary: "0 0% 9%",
|
|
175
|
+
// secondary: "0 0% 45%",
|
|
176
|
+
// },
|
|
177
|
+
// Override text colors for night mode (optional)
|
|
178
|
+
// textColorsNight: {
|
|
179
|
+
// primary: "0 0% 89.8%",
|
|
180
|
+
// secondary: "0 0% 65%",
|
|
181
|
+
// },
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
});
|
|
185
|
+
|
|
118
186
|
// src/FOUNDATION/tokens/colors.ts
|
|
119
187
|
var primaryColors = {
|
|
120
188
|
50: "210 40% 98%",
|
|
@@ -2424,7 +2492,8 @@ function removeBrandOverrides(namespace) {
|
|
|
2424
2492
|
var themes = {
|
|
2425
2493
|
default: () => Promise.resolve().then(() => (init_default(), default_exports)).then((m) => m.defaultTheme),
|
|
2426
2494
|
dark: () => Promise.resolve().then(() => (init_dark(), dark_exports)).then((m) => m.darkTheme),
|
|
2427
|
-
brand: () => Promise.resolve().then(() => (init_brand(), brand_exports)).then((m) => m.brandTheme)
|
|
2495
|
+
brand: () => Promise.resolve().then(() => (init_brand(), brand_exports)).then((m) => m.brandTheme),
|
|
2496
|
+
"--help": () => Promise.resolve().then(() => (init_help(), help_exports)).then((m) => m.helpTheme)
|
|
2428
2497
|
};
|
|
2429
2498
|
async function getTheme(name) {
|
|
2430
2499
|
const themeLoader = themes[name];
|
|
@@ -3566,21 +3635,23 @@ function ThemeProvider({
|
|
|
3566
3635
|
applyDocumentTheme(initialMode, initialTheme, initialBrand);
|
|
3567
3636
|
if (typeof document !== "undefined" && document.documentElement) {
|
|
3568
3637
|
setTimeout(() => {
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3638
|
+
if (typeof document !== "undefined" && document.documentElement) {
|
|
3639
|
+
const afterApply = document.documentElement.style.getPropertyValue("--tm-primary");
|
|
3640
|
+
fetch("http://127.0.0.1:7243/ingest/ff5d1e20-0815-4ca0-af82-fcbd3cfa35b1", {
|
|
3641
|
+
method: "POST",
|
|
3642
|
+
headers: { "Content-Type": "application/json" },
|
|
3643
|
+
body: JSON.stringify({
|
|
3644
|
+
location: "ThemeProvider.tsx:289",
|
|
3645
|
+
message: "ThemeProvider useEffect after applyDocumentTheme",
|
|
3646
|
+
data: { afterValue: afterApply, hasValue: !!afterApply },
|
|
3647
|
+
timestamp: Date.now(),
|
|
3648
|
+
sessionId: "debug-session",
|
|
3649
|
+
runId: "run1",
|
|
3650
|
+
hypothesisId: "C"
|
|
3651
|
+
})
|
|
3652
|
+
}).catch(() => {
|
|
3653
|
+
});
|
|
3654
|
+
}
|
|
3584
3655
|
}, 100);
|
|
3585
3656
|
}
|
|
3586
3657
|
persistMode(initialMode, storageKey);
|
package/dist/tokens/index.cjs
CHANGED
|
@@ -660,15 +660,16 @@ var BUTTON_TOKENS = {
|
|
|
660
660
|
/**
|
|
661
661
|
* Icon size within buttons by button size
|
|
662
662
|
* Scales proportionally with button size for visual balance
|
|
663
|
+
* Contains full SVG selector classes for direct use in CVA
|
|
663
664
|
*/
|
|
664
665
|
iconSize: {
|
|
665
|
-
sm: "
|
|
666
|
+
sm: "[&_svg]:w-3.5 [&_svg]:h-3.5",
|
|
666
667
|
// 14px (0.875rem) - smaller icon for small buttons
|
|
667
|
-
md: "
|
|
668
|
+
md: "[&_svg]:w-4 [&_svg]:h-4",
|
|
668
669
|
// 16px (1rem) - medium icon for medium buttons
|
|
669
|
-
lg: "
|
|
670
|
+
lg: "[&_svg]:w-5 [&_svg]:h-5",
|
|
670
671
|
// 20px (1.25rem) - larger icon for large buttons
|
|
671
|
-
icon: "
|
|
672
|
+
icon: "[&_svg]:w-4 [&_svg]:h-4"
|
|
672
673
|
// 16px (1rem) - medium icon for icon-only buttons
|
|
673
674
|
},
|
|
674
675
|
/**
|
package/dist/tokens/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { B as BaseColorTokens, C as ChartColors, a as ColorScale, b as ColorTokens, M as Mode, S as SemanticColors, c as SurfaceColors, T as TextColors, d as accentColors, e as baseColors, f as chartColors, g as colorCSSVariables, h as cssVariableColorTokens, p as primaryColors, s as secondaryColors, i as semanticColors, j as surfaceColors, t as tailwindThemeColors, k as textColors } from '../colors-BrFmCQv-.cjs';
|
|
2
|
-
export { A as ALERT_TOKENS, j as AlertVariant, cr as AlignOffsetToken, b9 as Animation, cs as AnimationPresetToken, ct as AspectRatioToken, B as BUTTON_TOKENS, bC as BorderRadius, k as ButtonFontSize, l as ButtonHeight, m as ButtonPaddingHorizontal, n as ButtonPaddingVertical, o as ButtonShadow, C as CARD_TOKENS, a as CHECKBOX_TOKENS, c7 as CanonicalFontSize, c8 as CanonicalFontWeight, c9 as CanonicalLetterSpacing, ca as CanonicalLineHeight, cb as CanonicalTextColor, p as CardPadding, q as CardRadius, r as CardShadow, s as CardSize, t as CardSpacingVertical, u as CheckboxSize, v as CheckboxState, w as CheckboxVariant, cu as ColorToken, bI as ColoredShadow, bD as ComponentRadius, bW as ComponentSpacing, cv as ContainerMaxWidthToken, cw as ContainerPaddingToken, bX as ContainerSpacing, D as DATA_TOKENS, x as DataListLabelWidth, y as DataListRowPadding, cx as DelayToken, ba as Duration, bb as Easing, bJ as ElevationShadow, E as EmptyStateIconSize, cy as FlexBasisToken, bK as FocusRing, cc as FontFamily, cd as FontSize, ce as FontWeight, bL as GlowEffect, bY as GridSpacing, I as ICON_TOKENS, b as INPUT_TOKENS, z as IconColor, F as IconSize, G as IconStroke, H as InputFontSize, J as InputHeight, K as InputPaddingHorizontal, L as InputPaddingVertical, Q as InputRadius, U as InputSize, bc as Keyframe, cz as LayoutSpaceToken, cf as LetterSpacing, cg as LineHeight, M as MENU_TOKENS, c as MOTION_TOKENS, V as MenuContentMinWidth, W as MenuContentPadding, X as MenuContentRadius, Y as MenuContentShadow, Z as MenuIndicatorOffset, _ as MenuIndicatorSize, $ as MenuItemGap, a0 as MenuItemHeight, a1 as MenuItemPadding, a2 as MenuItemRadius, a3 as MenuLabelPadding, a4 as MenuSeparatorMargin, cA as ModalFooterAlignToken, cB as ModalHeightToken, cC as ModalSizeToken, cD as ModalWidthToken, a5 as MotionAnimation, a6 as MotionDuration, cE as MotionDurationToken, a7 as MotionEasing, cF as MotionEasingToken, cG as MotionToken, a8 as MotionTransition, a9 as MotionTransitionPreset, cH as MotionTransitionToken, bo as MotionV2CombinedType, bp as MotionV2Duration, bq as MotionV2Easing, br as MotionV2SlideDirection, bs as MotionV2Transition, N as NAVIGATION_TOKENS, d as NOTIFICATION_TOKENS, aa as NavigationItemPadding, ab as NavigationListGap, ac as NavigationRadius, ad as NavigationShadow, ae as NavigationSize, af as NavigationState, ag as NotificationPanelWidth, ah as NotificationVariant, O as OVERLAY_TOKENS, ai as OverlayBackdropVariant, aj as OverlayModalSize, P as POPOVER_TOKENS, ak as PopoverArrowOffset, al as PopoverArrowSize, am as PopoverContentPadding, an as PopoverContentRadius, ao as PopoverContentShadow, ap as PopoverContentWidth, R as RADIO_TOKENS, aq as RadioSize, ar as RadioState, as as RadioVariant, cI as RadiusToken, cJ as ResponsiveAlignOffset, cK as ResponsiveAnimationPreset, cL as ResponsiveAspectRatio, cM as ResponsiveColor, cN as ResponsiveContainerMaxWidth, cO as ResponsiveContainerPadding, cP as ResponsiveDelay, cQ as ResponsiveFlexBasis, cR as ResponsiveModalHeight, cS as ResponsiveModalSize, cT as ResponsiveModalWidth, cU as ResponsiveMotion, cV as ResponsiveRadius, cW as ResponsiveSelectSize, cX as ResponsiveSelectWidth, cY as ResponsiveShadow, cZ as ResponsiveSideOffset, c_ as ResponsiveSpace, c$ as ResponsiveSurface, d0 as ResponsiveTextLineHeight, d1 as ResponsiveTextSize, d2 as ResponsiveTextWeight, S as SECTION_TOKENS, e as SELECT_TOKENS, f as SURFACE_TOKENS, g as SWITCH_TOKENS, at as SectionGap, au as SectionPadding, bZ as SectionSpacing, av as SelectContentPadding, aw as SelectContentRadius, ax as SelectItemFontSize, ay as SelectItemPaddingHorizontal, az as SelectItemPaddingVertical, aA as SelectItemRadius, aB as SelectLabelFontSize, aC as SelectLabelPaddingHorizontal, aD as SelectLabelPaddingVertical, aE as SelectSeparatorMarginHorizontal, aF as SelectSeparatorMarginVertical, d3 as SelectSizeToken, d4 as SelectStateToken, aG as SelectTriggerFontSize, aH as SelectTriggerHeight, aI as SelectTriggerPaddingHorizontal, aJ as SelectTriggerPaddingVertical, aK as SelectTriggerRadius, d5 as SelectVariantToken, d6 as SelectWidthToken, b_ as SemanticSpacing, d7 as ShadowToken, d8 as SideOffsetToken, aL as SkeletonAnimation, aM as SkeletonBackground, aN as SkeletonVariant, d9 as SpaceToken, b$ as Spacing, da as SpacingToken, bd as Spring, c0 as StackSpacing, aO as SurfacePadding, aP as SurfaceRadius, aQ as SurfaceShadow, db as SurfaceToken, aR as SurfaceVariant, aS as SwitchSize, aT as SwitchState, aU as SwitchVariant, T as TEXT_TOKENS, h as TOAST_TOKENS, i as TOOLTIP_TOKENS, aV as TableCellPadding, aW as TableGap, aX as TableHeaderPadding, aY as TableRowHeight, aZ as TableShadow, a_ as TextFontSize, a$ as TextFontWeight, b0 as TextLetterSpacing, dc as TextLetterSpacingToken, b1 as TextLineHeight, dd as TextLineHeightToken, de as TextSizeToken, ch as TextStyle, df as TextWeightToken, b2 as ToastVariant, b3 as TooltipContentRadius, b4 as TooltipContentShadow, be as Transition, c6 as UI_COLORS, bM as accentColoredShadows, b5 as allCSSVariables, b6 as allCSSVariablesCSS, bf as animations, bE as borderRadius, bF as componentRadius, bN as componentShadowMapping, bg as durations, bh as easings, bO as elevationShadows, bP as focusRings, ci as fontFamily, cj as fontSize, ck as fontSizeWithMd, cl as fontWeight, b7 as generateCSSVariablesCSS, bQ as glowEffects, bi as keyframes, c1 as layoutSpacing, cm as letterSpacing, cn as lineHeight, bj as motionCSSVariables, bt as motionV2CSSVariables, bu as motionV2Combined, bv as motionV2Durations, bw as motionV2Easings, bx as motionV2Fade, by as motionV2Scale, bz as motionV2Slide, bA as motionV2TailwindConfig, bB as motionV2Transitions, bR as primaryColoredShadows, bG as radiusCSSVariables, bk as reducedMotion, c2 as semanticSpacing, bS as shadowBase, bT as shadowCSSVariables, bU as shadowOpacity, c3 as spacing, c4 as spacingCSSVariables, bl as springs, bm as tailwindMotionConfig, bH as tailwindRadiusConfig, bV as tailwindShadowConfig, c5 as tailwindSpacingConfig, co as tailwindTypographyConfig, cp as textStyles, b8 as tokenSystemSummary, bn as transitions, cq as typographyCSSVariables } from '../index-
|
|
2
|
+
export { A as ALERT_TOKENS, j as AlertVariant, cr as AlignOffsetToken, b9 as Animation, cs as AnimationPresetToken, ct as AspectRatioToken, B as BUTTON_TOKENS, bC as BorderRadius, k as ButtonFontSize, l as ButtonHeight, m as ButtonPaddingHorizontal, n as ButtonPaddingVertical, o as ButtonShadow, C as CARD_TOKENS, a as CHECKBOX_TOKENS, c7 as CanonicalFontSize, c8 as CanonicalFontWeight, c9 as CanonicalLetterSpacing, ca as CanonicalLineHeight, cb as CanonicalTextColor, p as CardPadding, q as CardRadius, r as CardShadow, s as CardSize, t as CardSpacingVertical, u as CheckboxSize, v as CheckboxState, w as CheckboxVariant, cu as ColorToken, bI as ColoredShadow, bD as ComponentRadius, bW as ComponentSpacing, cv as ContainerMaxWidthToken, cw as ContainerPaddingToken, bX as ContainerSpacing, D as DATA_TOKENS, x as DataListLabelWidth, y as DataListRowPadding, cx as DelayToken, ba as Duration, bb as Easing, bJ as ElevationShadow, E as EmptyStateIconSize, cy as FlexBasisToken, bK as FocusRing, cc as FontFamily, cd as FontSize, ce as FontWeight, bL as GlowEffect, bY as GridSpacing, I as ICON_TOKENS, b as INPUT_TOKENS, z as IconColor, F as IconSize, G as IconStroke, H as InputFontSize, J as InputHeight, K as InputPaddingHorizontal, L as InputPaddingVertical, Q as InputRadius, U as InputSize, bc as Keyframe, cz as LayoutSpaceToken, cf as LetterSpacing, cg as LineHeight, M as MENU_TOKENS, c as MOTION_TOKENS, V as MenuContentMinWidth, W as MenuContentPadding, X as MenuContentRadius, Y as MenuContentShadow, Z as MenuIndicatorOffset, _ as MenuIndicatorSize, $ as MenuItemGap, a0 as MenuItemHeight, a1 as MenuItemPadding, a2 as MenuItemRadius, a3 as MenuLabelPadding, a4 as MenuSeparatorMargin, cA as ModalFooterAlignToken, cB as ModalHeightToken, cC as ModalSizeToken, cD as ModalWidthToken, a5 as MotionAnimation, a6 as MotionDuration, cE as MotionDurationToken, a7 as MotionEasing, cF as MotionEasingToken, cG as MotionToken, a8 as MotionTransition, a9 as MotionTransitionPreset, cH as MotionTransitionToken, bo as MotionV2CombinedType, bp as MotionV2Duration, bq as MotionV2Easing, br as MotionV2SlideDirection, bs as MotionV2Transition, N as NAVIGATION_TOKENS, d as NOTIFICATION_TOKENS, aa as NavigationItemPadding, ab as NavigationListGap, ac as NavigationRadius, ad as NavigationShadow, ae as NavigationSize, af as NavigationState, ag as NotificationPanelWidth, ah as NotificationVariant, O as OVERLAY_TOKENS, ai as OverlayBackdropVariant, aj as OverlayModalSize, P as POPOVER_TOKENS, ak as PopoverArrowOffset, al as PopoverArrowSize, am as PopoverContentPadding, an as PopoverContentRadius, ao as PopoverContentShadow, ap as PopoverContentWidth, R as RADIO_TOKENS, aq as RadioSize, ar as RadioState, as as RadioVariant, cI as RadiusToken, cJ as ResponsiveAlignOffset, cK as ResponsiveAnimationPreset, cL as ResponsiveAspectRatio, cM as ResponsiveColor, cN as ResponsiveContainerMaxWidth, cO as ResponsiveContainerPadding, cP as ResponsiveDelay, cQ as ResponsiveFlexBasis, cR as ResponsiveModalHeight, cS as ResponsiveModalSize, cT as ResponsiveModalWidth, cU as ResponsiveMotion, cV as ResponsiveRadius, cW as ResponsiveSelectSize, cX as ResponsiveSelectWidth, cY as ResponsiveShadow, cZ as ResponsiveSideOffset, c_ as ResponsiveSpace, c$ as ResponsiveSurface, d0 as ResponsiveTextLineHeight, d1 as ResponsiveTextSize, d2 as ResponsiveTextWeight, S as SECTION_TOKENS, e as SELECT_TOKENS, f as SURFACE_TOKENS, g as SWITCH_TOKENS, at as SectionGap, au as SectionPadding, bZ as SectionSpacing, av as SelectContentPadding, aw as SelectContentRadius, ax as SelectItemFontSize, ay as SelectItemPaddingHorizontal, az as SelectItemPaddingVertical, aA as SelectItemRadius, aB as SelectLabelFontSize, aC as SelectLabelPaddingHorizontal, aD as SelectLabelPaddingVertical, aE as SelectSeparatorMarginHorizontal, aF as SelectSeparatorMarginVertical, d3 as SelectSizeToken, d4 as SelectStateToken, aG as SelectTriggerFontSize, aH as SelectTriggerHeight, aI as SelectTriggerPaddingHorizontal, aJ as SelectTriggerPaddingVertical, aK as SelectTriggerRadius, d5 as SelectVariantToken, d6 as SelectWidthToken, b_ as SemanticSpacing, d7 as ShadowToken, d8 as SideOffsetToken, aL as SkeletonAnimation, aM as SkeletonBackground, aN as SkeletonVariant, d9 as SpaceToken, b$ as Spacing, da as SpacingToken, bd as Spring, c0 as StackSpacing, aO as SurfacePadding, aP as SurfaceRadius, aQ as SurfaceShadow, db as SurfaceToken, aR as SurfaceVariant, aS as SwitchSize, aT as SwitchState, aU as SwitchVariant, T as TEXT_TOKENS, h as TOAST_TOKENS, i as TOOLTIP_TOKENS, aV as TableCellPadding, aW as TableGap, aX as TableHeaderPadding, aY as TableRowHeight, aZ as TableShadow, a_ as TextFontSize, a$ as TextFontWeight, b0 as TextLetterSpacing, dc as TextLetterSpacingToken, b1 as TextLineHeight, dd as TextLineHeightToken, de as TextSizeToken, ch as TextStyle, df as TextWeightToken, b2 as ToastVariant, b3 as TooltipContentRadius, b4 as TooltipContentShadow, be as Transition, c6 as UI_COLORS, bM as accentColoredShadows, b5 as allCSSVariables, b6 as allCSSVariablesCSS, bf as animations, bE as borderRadius, bF as componentRadius, bN as componentShadowMapping, bg as durations, bh as easings, bO as elevationShadows, bP as focusRings, ci as fontFamily, cj as fontSize, ck as fontSizeWithMd, cl as fontWeight, b7 as generateCSSVariablesCSS, bQ as glowEffects, bi as keyframes, c1 as layoutSpacing, cm as letterSpacing, cn as lineHeight, bj as motionCSSVariables, bt as motionV2CSSVariables, bu as motionV2Combined, bv as motionV2Durations, bw as motionV2Easings, bx as motionV2Fade, by as motionV2Scale, bz as motionV2Slide, bA as motionV2TailwindConfig, bB as motionV2Transitions, bR as primaryColoredShadows, bG as radiusCSSVariables, bk as reducedMotion, c2 as semanticSpacing, bS as shadowBase, bT as shadowCSSVariables, bU as shadowOpacity, c3 as spacing, c4 as spacingCSSVariables, bl as springs, bm as tailwindMotionConfig, bH as tailwindRadiusConfig, bV as tailwindShadowConfig, c5 as tailwindSpacingConfig, co as tailwindTypographyConfig, cp as textStyles, b8 as tokenSystemSummary, bn as transitions, cq as typographyCSSVariables } from '../index-DXmHg8ji.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Artist Card Component Tokens
|
package/dist/tokens/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { B as BaseColorTokens, C as ChartColors, a as ColorScale, b as ColorTokens, M as Mode, S as SemanticColors, c as SurfaceColors, T as TextColors, d as accentColors, e as baseColors, f as chartColors, g as colorCSSVariables, h as cssVariableColorTokens, p as primaryColors, s as secondaryColors, i as semanticColors, j as surfaceColors, t as tailwindThemeColors, k as textColors } from '../colors-BrFmCQv-.js';
|
|
2
|
-
export { A as ALERT_TOKENS, j as AlertVariant, cr as AlignOffsetToken, b9 as Animation, cs as AnimationPresetToken, ct as AspectRatioToken, B as BUTTON_TOKENS, bC as BorderRadius, k as ButtonFontSize, l as ButtonHeight, m as ButtonPaddingHorizontal, n as ButtonPaddingVertical, o as ButtonShadow, C as CARD_TOKENS, a as CHECKBOX_TOKENS, c7 as CanonicalFontSize, c8 as CanonicalFontWeight, c9 as CanonicalLetterSpacing, ca as CanonicalLineHeight, cb as CanonicalTextColor, p as CardPadding, q as CardRadius, r as CardShadow, s as CardSize, t as CardSpacingVertical, u as CheckboxSize, v as CheckboxState, w as CheckboxVariant, cu as ColorToken, bI as ColoredShadow, bD as ComponentRadius, bW as ComponentSpacing, cv as ContainerMaxWidthToken, cw as ContainerPaddingToken, bX as ContainerSpacing, D as DATA_TOKENS, x as DataListLabelWidth, y as DataListRowPadding, cx as DelayToken, ba as Duration, bb as Easing, bJ as ElevationShadow, E as EmptyStateIconSize, cy as FlexBasisToken, bK as FocusRing, cc as FontFamily, cd as FontSize, ce as FontWeight, bL as GlowEffect, bY as GridSpacing, I as ICON_TOKENS, b as INPUT_TOKENS, z as IconColor, F as IconSize, G as IconStroke, H as InputFontSize, J as InputHeight, K as InputPaddingHorizontal, L as InputPaddingVertical, Q as InputRadius, U as InputSize, bc as Keyframe, cz as LayoutSpaceToken, cf as LetterSpacing, cg as LineHeight, M as MENU_TOKENS, c as MOTION_TOKENS, V as MenuContentMinWidth, W as MenuContentPadding, X as MenuContentRadius, Y as MenuContentShadow, Z as MenuIndicatorOffset, _ as MenuIndicatorSize, $ as MenuItemGap, a0 as MenuItemHeight, a1 as MenuItemPadding, a2 as MenuItemRadius, a3 as MenuLabelPadding, a4 as MenuSeparatorMargin, cA as ModalFooterAlignToken, cB as ModalHeightToken, cC as ModalSizeToken, cD as ModalWidthToken, a5 as MotionAnimation, a6 as MotionDuration, cE as MotionDurationToken, a7 as MotionEasing, cF as MotionEasingToken, cG as MotionToken, a8 as MotionTransition, a9 as MotionTransitionPreset, cH as MotionTransitionToken, bo as MotionV2CombinedType, bp as MotionV2Duration, bq as MotionV2Easing, br as MotionV2SlideDirection, bs as MotionV2Transition, N as NAVIGATION_TOKENS, d as NOTIFICATION_TOKENS, aa as NavigationItemPadding, ab as NavigationListGap, ac as NavigationRadius, ad as NavigationShadow, ae as NavigationSize, af as NavigationState, ag as NotificationPanelWidth, ah as NotificationVariant, O as OVERLAY_TOKENS, ai as OverlayBackdropVariant, aj as OverlayModalSize, P as POPOVER_TOKENS, ak as PopoverArrowOffset, al as PopoverArrowSize, am as PopoverContentPadding, an as PopoverContentRadius, ao as PopoverContentShadow, ap as PopoverContentWidth, R as RADIO_TOKENS, aq as RadioSize, ar as RadioState, as as RadioVariant, cI as RadiusToken, cJ as ResponsiveAlignOffset, cK as ResponsiveAnimationPreset, cL as ResponsiveAspectRatio, cM as ResponsiveColor, cN as ResponsiveContainerMaxWidth, cO as ResponsiveContainerPadding, cP as ResponsiveDelay, cQ as ResponsiveFlexBasis, cR as ResponsiveModalHeight, cS as ResponsiveModalSize, cT as ResponsiveModalWidth, cU as ResponsiveMotion, cV as ResponsiveRadius, cW as ResponsiveSelectSize, cX as ResponsiveSelectWidth, cY as ResponsiveShadow, cZ as ResponsiveSideOffset, c_ as ResponsiveSpace, c$ as ResponsiveSurface, d0 as ResponsiveTextLineHeight, d1 as ResponsiveTextSize, d2 as ResponsiveTextWeight, S as SECTION_TOKENS, e as SELECT_TOKENS, f as SURFACE_TOKENS, g as SWITCH_TOKENS, at as SectionGap, au as SectionPadding, bZ as SectionSpacing, av as SelectContentPadding, aw as SelectContentRadius, ax as SelectItemFontSize, ay as SelectItemPaddingHorizontal, az as SelectItemPaddingVertical, aA as SelectItemRadius, aB as SelectLabelFontSize, aC as SelectLabelPaddingHorizontal, aD as SelectLabelPaddingVertical, aE as SelectSeparatorMarginHorizontal, aF as SelectSeparatorMarginVertical, d3 as SelectSizeToken, d4 as SelectStateToken, aG as SelectTriggerFontSize, aH as SelectTriggerHeight, aI as SelectTriggerPaddingHorizontal, aJ as SelectTriggerPaddingVertical, aK as SelectTriggerRadius, d5 as SelectVariantToken, d6 as SelectWidthToken, b_ as SemanticSpacing, d7 as ShadowToken, d8 as SideOffsetToken, aL as SkeletonAnimation, aM as SkeletonBackground, aN as SkeletonVariant, d9 as SpaceToken, b$ as Spacing, da as SpacingToken, bd as Spring, c0 as StackSpacing, aO as SurfacePadding, aP as SurfaceRadius, aQ as SurfaceShadow, db as SurfaceToken, aR as SurfaceVariant, aS as SwitchSize, aT as SwitchState, aU as SwitchVariant, T as TEXT_TOKENS, h as TOAST_TOKENS, i as TOOLTIP_TOKENS, aV as TableCellPadding, aW as TableGap, aX as TableHeaderPadding, aY as TableRowHeight, aZ as TableShadow, a_ as TextFontSize, a$ as TextFontWeight, b0 as TextLetterSpacing, dc as TextLetterSpacingToken, b1 as TextLineHeight, dd as TextLineHeightToken, de as TextSizeToken, ch as TextStyle, df as TextWeightToken, b2 as ToastVariant, b3 as TooltipContentRadius, b4 as TooltipContentShadow, be as Transition, c6 as UI_COLORS, bM as accentColoredShadows, b5 as allCSSVariables, b6 as allCSSVariablesCSS, bf as animations, bE as borderRadius, bF as componentRadius, bN as componentShadowMapping, bg as durations, bh as easings, bO as elevationShadows, bP as focusRings, ci as fontFamily, cj as fontSize, ck as fontSizeWithMd, cl as fontWeight, b7 as generateCSSVariablesCSS, bQ as glowEffects, bi as keyframes, c1 as layoutSpacing, cm as letterSpacing, cn as lineHeight, bj as motionCSSVariables, bt as motionV2CSSVariables, bu as motionV2Combined, bv as motionV2Durations, bw as motionV2Easings, bx as motionV2Fade, by as motionV2Scale, bz as motionV2Slide, bA as motionV2TailwindConfig, bB as motionV2Transitions, bR as primaryColoredShadows, bG as radiusCSSVariables, bk as reducedMotion, c2 as semanticSpacing, bS as shadowBase, bT as shadowCSSVariables, bU as shadowOpacity, c3 as spacing, c4 as spacingCSSVariables, bl as springs, bm as tailwindMotionConfig, bH as tailwindRadiusConfig, bV as tailwindShadowConfig, c5 as tailwindSpacingConfig, co as tailwindTypographyConfig, cp as textStyles, b8 as tokenSystemSummary, bn as transitions, cq as typographyCSSVariables } from '../index-
|
|
2
|
+
export { A as ALERT_TOKENS, j as AlertVariant, cr as AlignOffsetToken, b9 as Animation, cs as AnimationPresetToken, ct as AspectRatioToken, B as BUTTON_TOKENS, bC as BorderRadius, k as ButtonFontSize, l as ButtonHeight, m as ButtonPaddingHorizontal, n as ButtonPaddingVertical, o as ButtonShadow, C as CARD_TOKENS, a as CHECKBOX_TOKENS, c7 as CanonicalFontSize, c8 as CanonicalFontWeight, c9 as CanonicalLetterSpacing, ca as CanonicalLineHeight, cb as CanonicalTextColor, p as CardPadding, q as CardRadius, r as CardShadow, s as CardSize, t as CardSpacingVertical, u as CheckboxSize, v as CheckboxState, w as CheckboxVariant, cu as ColorToken, bI as ColoredShadow, bD as ComponentRadius, bW as ComponentSpacing, cv as ContainerMaxWidthToken, cw as ContainerPaddingToken, bX as ContainerSpacing, D as DATA_TOKENS, x as DataListLabelWidth, y as DataListRowPadding, cx as DelayToken, ba as Duration, bb as Easing, bJ as ElevationShadow, E as EmptyStateIconSize, cy as FlexBasisToken, bK as FocusRing, cc as FontFamily, cd as FontSize, ce as FontWeight, bL as GlowEffect, bY as GridSpacing, I as ICON_TOKENS, b as INPUT_TOKENS, z as IconColor, F as IconSize, G as IconStroke, H as InputFontSize, J as InputHeight, K as InputPaddingHorizontal, L as InputPaddingVertical, Q as InputRadius, U as InputSize, bc as Keyframe, cz as LayoutSpaceToken, cf as LetterSpacing, cg as LineHeight, M as MENU_TOKENS, c as MOTION_TOKENS, V as MenuContentMinWidth, W as MenuContentPadding, X as MenuContentRadius, Y as MenuContentShadow, Z as MenuIndicatorOffset, _ as MenuIndicatorSize, $ as MenuItemGap, a0 as MenuItemHeight, a1 as MenuItemPadding, a2 as MenuItemRadius, a3 as MenuLabelPadding, a4 as MenuSeparatorMargin, cA as ModalFooterAlignToken, cB as ModalHeightToken, cC as ModalSizeToken, cD as ModalWidthToken, a5 as MotionAnimation, a6 as MotionDuration, cE as MotionDurationToken, a7 as MotionEasing, cF as MotionEasingToken, cG as MotionToken, a8 as MotionTransition, a9 as MotionTransitionPreset, cH as MotionTransitionToken, bo as MotionV2CombinedType, bp as MotionV2Duration, bq as MotionV2Easing, br as MotionV2SlideDirection, bs as MotionV2Transition, N as NAVIGATION_TOKENS, d as NOTIFICATION_TOKENS, aa as NavigationItemPadding, ab as NavigationListGap, ac as NavigationRadius, ad as NavigationShadow, ae as NavigationSize, af as NavigationState, ag as NotificationPanelWidth, ah as NotificationVariant, O as OVERLAY_TOKENS, ai as OverlayBackdropVariant, aj as OverlayModalSize, P as POPOVER_TOKENS, ak as PopoverArrowOffset, al as PopoverArrowSize, am as PopoverContentPadding, an as PopoverContentRadius, ao as PopoverContentShadow, ap as PopoverContentWidth, R as RADIO_TOKENS, aq as RadioSize, ar as RadioState, as as RadioVariant, cI as RadiusToken, cJ as ResponsiveAlignOffset, cK as ResponsiveAnimationPreset, cL as ResponsiveAspectRatio, cM as ResponsiveColor, cN as ResponsiveContainerMaxWidth, cO as ResponsiveContainerPadding, cP as ResponsiveDelay, cQ as ResponsiveFlexBasis, cR as ResponsiveModalHeight, cS as ResponsiveModalSize, cT as ResponsiveModalWidth, cU as ResponsiveMotion, cV as ResponsiveRadius, cW as ResponsiveSelectSize, cX as ResponsiveSelectWidth, cY as ResponsiveShadow, cZ as ResponsiveSideOffset, c_ as ResponsiveSpace, c$ as ResponsiveSurface, d0 as ResponsiveTextLineHeight, d1 as ResponsiveTextSize, d2 as ResponsiveTextWeight, S as SECTION_TOKENS, e as SELECT_TOKENS, f as SURFACE_TOKENS, g as SWITCH_TOKENS, at as SectionGap, au as SectionPadding, bZ as SectionSpacing, av as SelectContentPadding, aw as SelectContentRadius, ax as SelectItemFontSize, ay as SelectItemPaddingHorizontal, az as SelectItemPaddingVertical, aA as SelectItemRadius, aB as SelectLabelFontSize, aC as SelectLabelPaddingHorizontal, aD as SelectLabelPaddingVertical, aE as SelectSeparatorMarginHorizontal, aF as SelectSeparatorMarginVertical, d3 as SelectSizeToken, d4 as SelectStateToken, aG as SelectTriggerFontSize, aH as SelectTriggerHeight, aI as SelectTriggerPaddingHorizontal, aJ as SelectTriggerPaddingVertical, aK as SelectTriggerRadius, d5 as SelectVariantToken, d6 as SelectWidthToken, b_ as SemanticSpacing, d7 as ShadowToken, d8 as SideOffsetToken, aL as SkeletonAnimation, aM as SkeletonBackground, aN as SkeletonVariant, d9 as SpaceToken, b$ as Spacing, da as SpacingToken, bd as Spring, c0 as StackSpacing, aO as SurfacePadding, aP as SurfaceRadius, aQ as SurfaceShadow, db as SurfaceToken, aR as SurfaceVariant, aS as SwitchSize, aT as SwitchState, aU as SwitchVariant, T as TEXT_TOKENS, h as TOAST_TOKENS, i as TOOLTIP_TOKENS, aV as TableCellPadding, aW as TableGap, aX as TableHeaderPadding, aY as TableRowHeight, aZ as TableShadow, a_ as TextFontSize, a$ as TextFontWeight, b0 as TextLetterSpacing, dc as TextLetterSpacingToken, b1 as TextLineHeight, dd as TextLineHeightToken, de as TextSizeToken, ch as TextStyle, df as TextWeightToken, b2 as ToastVariant, b3 as TooltipContentRadius, b4 as TooltipContentShadow, be as Transition, c6 as UI_COLORS, bM as accentColoredShadows, b5 as allCSSVariables, b6 as allCSSVariablesCSS, bf as animations, bE as borderRadius, bF as componentRadius, bN as componentShadowMapping, bg as durations, bh as easings, bO as elevationShadows, bP as focusRings, ci as fontFamily, cj as fontSize, ck as fontSizeWithMd, cl as fontWeight, b7 as generateCSSVariablesCSS, bQ as glowEffects, bi as keyframes, c1 as layoutSpacing, cm as letterSpacing, cn as lineHeight, bj as motionCSSVariables, bt as motionV2CSSVariables, bu as motionV2Combined, bv as motionV2Durations, bw as motionV2Easings, bx as motionV2Fade, by as motionV2Scale, bz as motionV2Slide, bA as motionV2TailwindConfig, bB as motionV2Transitions, bR as primaryColoredShadows, bG as radiusCSSVariables, bk as reducedMotion, c2 as semanticSpacing, bS as shadowBase, bT as shadowCSSVariables, bU as shadowOpacity, c3 as spacing, c4 as spacingCSSVariables, bl as springs, bm as tailwindMotionConfig, bH as tailwindRadiusConfig, bV as tailwindShadowConfig, c5 as tailwindSpacingConfig, co as tailwindTypographyConfig, cp as textStyles, b8 as tokenSystemSummary, bn as transitions, cq as typographyCSSVariables } from '../index-DXmHg8ji.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Artist Card Component Tokens
|
package/dist/tokens/index.mjs
CHANGED
|
@@ -658,15 +658,16 @@ var BUTTON_TOKENS = {
|
|
|
658
658
|
/**
|
|
659
659
|
* Icon size within buttons by button size
|
|
660
660
|
* Scales proportionally with button size for visual balance
|
|
661
|
+
* Contains full SVG selector classes for direct use in CVA
|
|
661
662
|
*/
|
|
662
663
|
iconSize: {
|
|
663
|
-
sm: "
|
|
664
|
+
sm: "[&_svg]:w-3.5 [&_svg]:h-3.5",
|
|
664
665
|
// 14px (0.875rem) - smaller icon for small buttons
|
|
665
|
-
md: "
|
|
666
|
+
md: "[&_svg]:w-4 [&_svg]:h-4",
|
|
666
667
|
// 16px (1rem) - medium icon for medium buttons
|
|
667
|
-
lg: "
|
|
668
|
+
lg: "[&_svg]:w-5 [&_svg]:h-5",
|
|
668
669
|
// 20px (1.25rem) - larger icon for large buttons
|
|
669
|
-
icon: "
|
|
670
|
+
icon: "[&_svg]:w-4 [&_svg]:h-4"
|
|
670
671
|
// 16px (1rem) - medium icon for icon-only buttons
|
|
671
672
|
},
|
|
672
673
|
/**
|