@crossangle-org/cs-ui 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cs-ui.css +280 -96
- package/dist/index.cjs.js +173 -201
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +25 -1
- package/dist/index.es.js +172 -201
- package/dist/index.es.js.map +1 -1
- package/package.json +9 -7
package/dist/cs-ui.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -227,8 +227,13 @@
|
|
|
227
227
|
--font-letter-spacing-productive: var(--font-letter-spacing-tracking-normal);
|
|
228
228
|
--font-font-weight-heading-bold: var(--font-weight-semibold);
|
|
229
229
|
--font-font-weight-body-normal: var(--font-weight-normal);
|
|
230
|
+
--font-font-weight-body-bold: var(--font-weight-semibold);
|
|
231
|
+
--font-font-weight-body-light: var(--font-weight-light);
|
|
230
232
|
--font-font-weight-metric-normal: var(--font-weight-normal);
|
|
233
|
+
--font-font-weight-metric-light: var(--font-weight-light);
|
|
234
|
+
--font-font-weight-metric-bold: var(--font-weight-semibold);
|
|
231
235
|
--font-font-weight-productive-normal: var(--font-weight-normal);
|
|
236
|
+
--font-font-weight-productive-bold: var(--font-weight-semibold);
|
|
232
237
|
--spacing-component-padding-2xl: var(--spacing-8);
|
|
233
238
|
--spacing-component-gap-none: var(--spacing-0);
|
|
234
239
|
--color-progress-track: var(--color-neutral-200);
|
|
@@ -424,29 +429,29 @@
|
|
|
424
429
|
--label-font-disabled: var(--font-color-disabled);
|
|
425
430
|
--dropdown-item-header-font: var(--font-color-primary-default);
|
|
426
431
|
--dropdown-item-common-padding-y: var(--spacing-component-padding-xs);
|
|
427
|
-
--select-
|
|
428
|
-
--select-
|
|
429
|
-
--select-
|
|
430
|
-
--select-
|
|
431
|
-
--select-
|
|
432
|
-
--select-
|
|
433
|
-
--select-
|
|
434
|
-
--select-
|
|
435
|
-
--select-
|
|
436
|
-
--select-
|
|
437
|
-
--select-
|
|
438
|
-
--select-
|
|
439
|
-
--select-
|
|
440
|
-
--select-
|
|
441
|
-
--select-
|
|
442
|
-
--select-
|
|
443
|
-
--select-
|
|
432
|
+
--select-base-common-radius: var(--radius-medium);
|
|
433
|
+
--select-base-common-padding-x: var(--spacing-component-padding-md);
|
|
434
|
+
--select-base-common-height: var(--scale-control-lg);
|
|
435
|
+
--select-base-common-border-width: var(--border-width-thin);
|
|
436
|
+
--select-base-default-bg: var(--color-bg-surface-default);
|
|
437
|
+
--select-base-default-border: var(--border-color-default);
|
|
438
|
+
--select-base-common-gap: var(--spacing-component-padding-xs);
|
|
439
|
+
--select-base-default-font: var(--font-color-primary-default);
|
|
440
|
+
--select-base-default-icon: var(--icon-color-onbrand-default);
|
|
441
|
+
--select-base-hover-bg: var(--color-bg-surface-default);
|
|
442
|
+
--select-base-hover-border: var(--border-color-surface);
|
|
443
|
+
--select-base-hover-font: var(--font-color-primary-default);
|
|
444
|
+
--select-base-hover-icon: var(--icon-color-onbrand-default);
|
|
445
|
+
--select-base-disabled-bg: var(--color-bg-surface-muted);
|
|
446
|
+
--select-base-disabled-border: var(--border-color-default);
|
|
447
|
+
--select-base-disabled-font: var(--icon-color-disabled);
|
|
448
|
+
--select-base-disabled-icon: var(--icon-color-disabled);
|
|
444
449
|
--select-dropdown-radius: var(--radius-medium);
|
|
445
450
|
--select-dropdown-gap: var(--spacing-component-gap-none);
|
|
446
451
|
--select-dropdown-padding-x: var(--spacing-component-padding-xs);
|
|
447
452
|
--select-dropdown-padding-y: var(--spacing-component-padding-xs);
|
|
448
453
|
--select-dropdown-bg: var(--color-bg-surface-default);
|
|
449
|
-
--select-
|
|
454
|
+
--select-base-common-icon-size: var(--icon-size-small);
|
|
450
455
|
--select-dropdown-border: var(--border-color-default);
|
|
451
456
|
--badge-common-radius: var(--radius-max);
|
|
452
457
|
--badge-common-padding-x: var(--spacing-component-padding-sm);
|
|
@@ -769,6 +774,7 @@
|
|
|
769
774
|
--navigation-item-default-icon: var(--icon-color-onbrand-default);
|
|
770
775
|
--navigation-item-hover-bg: var(--color-bg-primary-muted);
|
|
771
776
|
--navigation-item-hover-font: var(--font-color-primary-default);
|
|
777
|
+
--navigation-item-hover-icon: var(--icon-color-onbrand-default);
|
|
772
778
|
--navigation-item-content-common-radius: var(--radius-medium);
|
|
773
779
|
--navigation-item-content-common-padding-x: var(--spacing-component-padding-md);
|
|
774
780
|
--navigation-item-content-common-padding-y: var(--spacing-component-padding-md);
|
|
@@ -864,7 +870,8 @@
|
|
|
864
870
|
--select-small-common-gap: var(--spacing-component-padding-xs);
|
|
865
871
|
--select-small-common-padding-x: var(--spacing-component-padding-sm);
|
|
866
872
|
--select-small-common-height: var(--scale-control-sm);
|
|
867
|
-
--breakpoint-
|
|
873
|
+
--breakpoint-laptop: 1600px;
|
|
874
|
+
--breakpoint-mobile: 840px;
|
|
868
875
|
}
|
|
869
876
|
}
|
|
870
877
|
|
|
@@ -1226,6 +1233,10 @@
|
|
|
1226
1233
|
z-index: 1;
|
|
1227
1234
|
}
|
|
1228
1235
|
|
|
1236
|
+
.z-\[100\] {
|
|
1237
|
+
z-index: 100;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1229
1240
|
.order-first {
|
|
1230
1241
|
order: -9999;
|
|
1231
1242
|
}
|
|
@@ -1333,6 +1344,10 @@
|
|
|
1333
1344
|
display: none;
|
|
1334
1345
|
}
|
|
1335
1346
|
|
|
1347
|
+
.inline {
|
|
1348
|
+
display: inline;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1336
1351
|
.inline-flex {
|
|
1337
1352
|
display: inline-flex;
|
|
1338
1353
|
}
|
|
@@ -1387,9 +1402,9 @@
|
|
|
1387
1402
|
height: var(--pagination-common-item-size);
|
|
1388
1403
|
}
|
|
1389
1404
|
|
|
1390
|
-
.size-\(--select-
|
|
1391
|
-
width: var(--select-
|
|
1392
|
-
height: var(--select-
|
|
1405
|
+
.size-\(--select-base-common-icon-size\) {
|
|
1406
|
+
width: var(--select-base-common-icon-size);
|
|
1407
|
+
height: var(--select-base-common-icon-size);
|
|
1393
1408
|
}
|
|
1394
1409
|
|
|
1395
1410
|
.size-\(--toast-common-icon-size\)\! {
|
|
@@ -1501,8 +1516,8 @@
|
|
|
1501
1516
|
height: var(--scrollbar-horizontal-height);
|
|
1502
1517
|
}
|
|
1503
1518
|
|
|
1504
|
-
.h-\(--select-
|
|
1505
|
-
height: var(--select-
|
|
1519
|
+
.h-\(--select-base-common-height\) {
|
|
1520
|
+
height: var(--select-base-common-height);
|
|
1506
1521
|
}
|
|
1507
1522
|
|
|
1508
1523
|
.h-\(--select-small-common-height\) {
|
|
@@ -1537,10 +1552,18 @@
|
|
|
1537
1552
|
height: calc(var(--spacing) * 9);
|
|
1538
1553
|
}
|
|
1539
1554
|
|
|
1555
|
+
.h-10 {
|
|
1556
|
+
height: calc(var(--spacing) * 10);
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1540
1559
|
.h-12 {
|
|
1541
1560
|
height: calc(var(--spacing) * 12);
|
|
1542
1561
|
}
|
|
1543
1562
|
|
|
1563
|
+
.h-16 {
|
|
1564
|
+
height: calc(var(--spacing) * 16);
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1544
1567
|
.h-\[100px\] {
|
|
1545
1568
|
height: 100px;
|
|
1546
1569
|
}
|
|
@@ -1625,6 +1648,14 @@
|
|
|
1625
1648
|
width: calc(var(--spacing) * 6);
|
|
1626
1649
|
}
|
|
1627
1650
|
|
|
1651
|
+
.w-10 {
|
|
1652
|
+
width: calc(var(--spacing) * 10);
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
.w-16 {
|
|
1656
|
+
width: calc(var(--spacing) * 16);
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1628
1659
|
.w-72 {
|
|
1629
1660
|
width: calc(var(--spacing) * 72);
|
|
1630
1661
|
}
|
|
@@ -1669,6 +1700,10 @@
|
|
|
1669
1700
|
width: calc(2rem + var(--switch-common-padding-x) * 2);
|
|
1670
1701
|
}
|
|
1671
1702
|
|
|
1703
|
+
.w-\[var\(--radix-navigation-menu-viewport-width\)\] {
|
|
1704
|
+
width: var(--radix-navigation-menu-viewport-width);
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1672
1707
|
.w-auto {
|
|
1673
1708
|
width: auto;
|
|
1674
1709
|
}
|
|
@@ -1828,6 +1863,10 @@
|
|
|
1828
1863
|
grid-auto-rows: min-content;
|
|
1829
1864
|
}
|
|
1830
1865
|
|
|
1866
|
+
.grid-cols-4 {
|
|
1867
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1831
1870
|
.grid-cols-10 {
|
|
1832
1871
|
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
1833
1872
|
}
|
|
@@ -2028,8 +2067,8 @@
|
|
|
2028
2067
|
gap: var(--pagination-common-gap);
|
|
2029
2068
|
}
|
|
2030
2069
|
|
|
2031
|
-
.gap-\(--select-
|
|
2032
|
-
gap: var(--select-
|
|
2070
|
+
.gap-\(--select-base-common-gap\) {
|
|
2071
|
+
gap: var(--select-base-common-gap);
|
|
2033
2072
|
}
|
|
2034
2073
|
|
|
2035
2074
|
.gap-\(--select-dropdown-gap\) {
|
|
@@ -2268,8 +2307,8 @@
|
|
|
2268
2307
|
border-radius: var(--scrollbar-radius);
|
|
2269
2308
|
}
|
|
2270
2309
|
|
|
2271
|
-
.rounded-\(--select-
|
|
2272
|
-
border-radius: var(--select-
|
|
2310
|
+
.rounded-\(--select-base-common-radius\) {
|
|
2311
|
+
border-radius: var(--select-base-common-radius);
|
|
2273
2312
|
}
|
|
2274
2313
|
|
|
2275
2314
|
.rounded-\(--select-dropdown-radius\) {
|
|
@@ -2432,9 +2471,9 @@
|
|
|
2432
2471
|
border-width: var(--popover-outline-border-width);
|
|
2433
2472
|
}
|
|
2434
2473
|
|
|
2435
|
-
.border-\(length\:--select-
|
|
2474
|
+
.border-\(length\:--select-base-common-border-width\) {
|
|
2436
2475
|
border-style: var(--tw-border-style);
|
|
2437
|
-
border-width: var(--select-
|
|
2476
|
+
border-width: var(--select-base-common-border-width);
|
|
2438
2477
|
}
|
|
2439
2478
|
|
|
2440
2479
|
.border-\(length\:--table-container-border-width\) {
|
|
@@ -2580,8 +2619,8 @@
|
|
|
2580
2619
|
border-color: var(--popover-outline-border);
|
|
2581
2620
|
}
|
|
2582
2621
|
|
|
2583
|
-
.border-\(--select-
|
|
2584
|
-
border-color: var(--select-
|
|
2622
|
+
.border-\(--select-base-default-border\) {
|
|
2623
|
+
border-color: var(--select-base-default-border);
|
|
2585
2624
|
}
|
|
2586
2625
|
|
|
2587
2626
|
.border-\(--select-dropdown-border\) {
|
|
@@ -2800,8 +2839,8 @@
|
|
|
2800
2839
|
background-color: var(--scrollbar-fill);
|
|
2801
2840
|
}
|
|
2802
2841
|
|
|
2803
|
-
.bg-\(--select-
|
|
2804
|
-
background-color: var(--select-
|
|
2842
|
+
.bg-\(--select-base-default-bg\) {
|
|
2843
|
+
background-color: var(--select-base-default-bg);
|
|
2805
2844
|
}
|
|
2806
2845
|
|
|
2807
2846
|
.bg-\(--select-dropdown-bg\) {
|
|
@@ -2877,6 +2916,10 @@
|
|
|
2877
2916
|
padding: calc(var(--spacing) * 0);
|
|
2878
2917
|
}
|
|
2879
2918
|
|
|
2919
|
+
.p-0\! {
|
|
2920
|
+
padding: calc(var(--spacing) * 0) !important;
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2880
2923
|
.p-2 {
|
|
2881
2924
|
padding: calc(var(--spacing) * 2);
|
|
2882
2925
|
}
|
|
@@ -3001,8 +3044,8 @@
|
|
|
3001
3044
|
padding-inline: var(--popover-common-padding-x);
|
|
3002
3045
|
}
|
|
3003
3046
|
|
|
3004
|
-
.px-\(--select-
|
|
3005
|
-
padding-inline: var(--select-
|
|
3047
|
+
.px-\(--select-base-common-padding-x\) {
|
|
3048
|
+
padding-inline: var(--select-base-common-padding-x);
|
|
3006
3049
|
}
|
|
3007
3050
|
|
|
3008
3051
|
.px-\(--select-dropdown-padding-x\) {
|
|
@@ -3258,6 +3301,13 @@
|
|
|
3258
3301
|
letter-spacing: var(--font-letter-spacing-body) !important;
|
|
3259
3302
|
}
|
|
3260
3303
|
|
|
3304
|
+
.typo-body-sm-bold {
|
|
3305
|
+
font-size: var(--font-size-body-sm);
|
|
3306
|
+
line-height: var(--line-height-body-sm);
|
|
3307
|
+
font-weight: var(--font-font-weight-body-bold);
|
|
3308
|
+
letter-spacing: var(--font-letter-spacing-body);
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3261
3311
|
.typo-body-xl {
|
|
3262
3312
|
font-size: var(--font-size-body-xl);
|
|
3263
3313
|
line-height: var(--line-height-body-xl);
|
|
@@ -3272,6 +3322,13 @@
|
|
|
3272
3322
|
letter-spacing: var(--font-letter-spacing-body);
|
|
3273
3323
|
}
|
|
3274
3324
|
|
|
3325
|
+
.typo-body-xs-bold {
|
|
3326
|
+
font-size: var(--font-size-body-xs);
|
|
3327
|
+
line-height: var(--line-height-body-xs);
|
|
3328
|
+
font-weight: var(--font-font-weight-body-bold);
|
|
3329
|
+
letter-spacing: var(--font-letter-spacing-body);
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3275
3332
|
.typo-heading-md {
|
|
3276
3333
|
font-size: var(--font-size-heading-md);
|
|
3277
3334
|
line-height: var(--line-height-heading-md);
|
|
@@ -3311,6 +3368,20 @@
|
|
|
3311
3368
|
letter-spacing: var(--font-letter-spacing-metric);
|
|
3312
3369
|
}
|
|
3313
3370
|
|
|
3371
|
+
.typo-metric-md-light {
|
|
3372
|
+
font-size: var(--font-size-metric-md);
|
|
3373
|
+
line-height: var(--line-height-metric-md);
|
|
3374
|
+
font-weight: var(--font-font-weight-metric-light);
|
|
3375
|
+
letter-spacing: var(--font-letter-spacing-metric);
|
|
3376
|
+
}
|
|
3377
|
+
|
|
3378
|
+
.typo-metric-sm {
|
|
3379
|
+
font-size: var(--font-size-metric-sm);
|
|
3380
|
+
line-height: var(--line-height-metric-sm);
|
|
3381
|
+
font-weight: var(--font-font-weight-metric-normal);
|
|
3382
|
+
letter-spacing: var(--font-letter-spacing-metric);
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3314
3385
|
.typo-metric-xs {
|
|
3315
3386
|
font-size: var(--font-size-metric-xs);
|
|
3316
3387
|
line-height: var(--line-height-metric-xs);
|
|
@@ -3328,21 +3399,21 @@
|
|
|
3328
3399
|
.typo-productive-code-sm {
|
|
3329
3400
|
font-size: var(--font-size-productive-code-sm);
|
|
3330
3401
|
line-height: var(--line-height-productive-code-sm);
|
|
3331
|
-
font-weight: var(--font-weight-productive-normal);
|
|
3402
|
+
font-weight: var(--font-font-weight-productive-normal);
|
|
3332
3403
|
letter-spacing: var(--font-letter-spacing-productive);
|
|
3333
3404
|
}
|
|
3334
3405
|
|
|
3335
3406
|
.typo-productive-label-md {
|
|
3336
3407
|
font-size: var(--font-size-productive-label-md);
|
|
3337
3408
|
line-height: var(--line-height-productive-label-md);
|
|
3338
|
-
font-weight: var(--font-weight-productive-normal);
|
|
3409
|
+
font-weight: var(--font-font-weight-productive-normal);
|
|
3339
3410
|
letter-spacing: var(--font-letter-spacing-productive);
|
|
3340
3411
|
}
|
|
3341
3412
|
|
|
3342
3413
|
.typo-productive-label-sm {
|
|
3343
3414
|
font-size: var(--font-size-productive-label-sm);
|
|
3344
3415
|
line-height: var(--line-height-productive-label-sm);
|
|
3345
|
-
font-weight: var(--font-weight-productive-
|
|
3416
|
+
font-weight: var(--font-font-weight-productive-bold);
|
|
3346
3417
|
letter-spacing: var(--font-letter-spacing-productive);
|
|
3347
3418
|
}
|
|
3348
3419
|
|
|
@@ -3376,6 +3447,11 @@
|
|
|
3376
3447
|
line-height: var(--leading-tight);
|
|
3377
3448
|
}
|
|
3378
3449
|
|
|
3450
|
+
.font-\(weight\:--font-weight-body-bold\) {
|
|
3451
|
+
--tw-font-weight: var(--font-weight-body-bold);
|
|
3452
|
+
font-weight: var(--font-weight-body-bold);
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3379
3455
|
.font-bold {
|
|
3380
3456
|
--tw-font-weight: var(--font-weight-bold);
|
|
3381
3457
|
font-weight: var(--font-weight-bold);
|
|
@@ -3592,8 +3668,12 @@
|
|
|
3592
3668
|
color: var(--pagination-link-default-font);
|
|
3593
3669
|
}
|
|
3594
3670
|
|
|
3595
|
-
.text-\(--select-
|
|
3596
|
-
color: var(--select-
|
|
3671
|
+
.text-\(--select-base-default-font\) {
|
|
3672
|
+
color: var(--select-base-default-font);
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
.text-\(--select-base-default-icon\) {
|
|
3676
|
+
color: var(--select-base-default-icon);
|
|
3597
3677
|
}
|
|
3598
3678
|
|
|
3599
3679
|
.text-\(--spinner-fill-base\) {
|
|
@@ -3965,6 +4045,10 @@
|
|
|
3965
4045
|
top: 100%;
|
|
3966
4046
|
}
|
|
3967
4047
|
|
|
4048
|
+
.group-data-\[viewport\=false\]\/navigation-menu\:z-\[100\]:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
|
|
4049
|
+
z-index: 100;
|
|
4050
|
+
}
|
|
4051
|
+
|
|
3968
4052
|
.group-data-\[viewport\=false\]\/navigation-menu\:mt-1:is(:where(.group\/navigation-menu)[data-viewport="false"] *) {
|
|
3969
4053
|
margin-top: calc(var(--spacing) * 1);
|
|
3970
4054
|
}
|
|
@@ -4041,8 +4125,8 @@
|
|
|
4041
4125
|
border-color: var(--pagination-item-active-hover-border);
|
|
4042
4126
|
}
|
|
4043
4127
|
|
|
4044
|
-
.hover\:border-\(--select-
|
|
4045
|
-
border-color: var(--select-
|
|
4128
|
+
.hover\:border-\(--select-base-hover-border\):hover {
|
|
4129
|
+
border-color: var(--select-base-hover-border);
|
|
4046
4130
|
}
|
|
4047
4131
|
|
|
4048
4132
|
.hover\:bg-\(--accordion-custom-hover-bg\):hover {
|
|
@@ -4121,8 +4205,8 @@
|
|
|
4121
4205
|
background-color: var(--pagination-link-hover-bg);
|
|
4122
4206
|
}
|
|
4123
4207
|
|
|
4124
|
-
.hover\:bg-\(--select-
|
|
4125
|
-
background-color: var(--select-
|
|
4208
|
+
.hover\:bg-\(--select-base-hover-bg\):hover {
|
|
4209
|
+
background-color: var(--select-base-hover-bg);
|
|
4126
4210
|
}
|
|
4127
4211
|
|
|
4128
4212
|
.hover\:bg-\(--toggle-outline-hover-bg\):hover {
|
|
@@ -4201,8 +4285,8 @@
|
|
|
4201
4285
|
color: var(--pagination-link-hover-font);
|
|
4202
4286
|
}
|
|
4203
4287
|
|
|
4204
|
-
.hover\:text-\(--select-
|
|
4205
|
-
color: var(--select-
|
|
4288
|
+
.hover\:text-\(--select-base-hover-font\):hover {
|
|
4289
|
+
color: var(--select-base-hover-font);
|
|
4206
4290
|
}
|
|
4207
4291
|
|
|
4208
4292
|
.hover\:text-\(--toggle-outline-hover-font\):hover {
|
|
@@ -4374,8 +4458,8 @@
|
|
|
4374
4458
|
border-color: var(--button-outline-disabled-border);
|
|
4375
4459
|
}
|
|
4376
4460
|
|
|
4377
|
-
.disabled\:border-\(--select-
|
|
4378
|
-
border-color: var(--select-
|
|
4461
|
+
.disabled\:border-\(--select-base-disabled-border\):disabled {
|
|
4462
|
+
border-color: var(--select-base-disabled-border);
|
|
4379
4463
|
}
|
|
4380
4464
|
|
|
4381
4465
|
.disabled\:bg-\(--button-outline-disabled-bg\):disabled {
|
|
@@ -4390,8 +4474,8 @@
|
|
|
4390
4474
|
background-color: var(--button-solid-secondary-disabled-bg);
|
|
4391
4475
|
}
|
|
4392
4476
|
|
|
4393
|
-
.disabled\:bg-\(--select-
|
|
4394
|
-
background-color: var(--select-
|
|
4477
|
+
.disabled\:bg-\(--select-base-disabled-bg\):disabled {
|
|
4478
|
+
background-color: var(--select-base-disabled-bg);
|
|
4395
4479
|
}
|
|
4396
4480
|
|
|
4397
4481
|
.disabled\:text-\(--button-ghost-disabled-font\):disabled {
|
|
@@ -4430,8 +4514,8 @@
|
|
|
4430
4514
|
color: var(--navigation-button-solid-ghost-disabled-font);
|
|
4431
4515
|
}
|
|
4432
4516
|
|
|
4433
|
-
.disabled\:text-\(--select-
|
|
4434
|
-
color: var(--select-
|
|
4517
|
+
.disabled\:text-\(--select-base-disabled-font\):disabled {
|
|
4518
|
+
color: var(--select-base-disabled-font);
|
|
4435
4519
|
}
|
|
4436
4520
|
|
|
4437
4521
|
.disabled\:opacity-\(--button-common-opacity\):disabled {
|
|
@@ -4797,8 +4881,8 @@
|
|
|
4797
4881
|
align-items: center;
|
|
4798
4882
|
}
|
|
4799
4883
|
|
|
4800
|
-
:is(.\*\:data-\[slot\=select-value\]\:gap-\(--select-
|
|
4801
|
-
gap: var(--select-
|
|
4884
|
+
:is(.\*\:data-\[slot\=select-value\]\:gap-\(--select-base-common-gap\) > *)[data-slot="select-value"] {
|
|
4885
|
+
gap: var(--select-base-common-gap);
|
|
4802
4886
|
}
|
|
4803
4887
|
|
|
4804
4888
|
:is(.\*\:data-\[slot\=select-value\]\:gap-\(--select-small-common-gap\) > *)[data-slot="select-value"] {
|
|
@@ -5183,6 +5267,82 @@
|
|
|
5183
5267
|
border-bottom-width: --drawer-common-border-width;
|
|
5184
5268
|
}
|
|
5185
5269
|
|
|
5270
|
+
@media not all and (min-width: 1600px) {
|
|
5271
|
+
.max-laptop\:gap-4 {
|
|
5272
|
+
gap: calc(var(--spacing) * 4);
|
|
5273
|
+
}
|
|
5274
|
+
}
|
|
5275
|
+
|
|
5276
|
+
@media not all and (min-width: 840px) {
|
|
5277
|
+
.max-mobile\:static {
|
|
5278
|
+
position: static;
|
|
5279
|
+
}
|
|
5280
|
+
|
|
5281
|
+
.max-mobile\:hidden {
|
|
5282
|
+
display: none;
|
|
5283
|
+
}
|
|
5284
|
+
|
|
5285
|
+
.max-mobile\:\!w-full, .max-mobile\:w-full\! {
|
|
5286
|
+
width: 100% !important;
|
|
5287
|
+
}
|
|
5288
|
+
|
|
5289
|
+
.max-mobile\:grid-cols-2 {
|
|
5290
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
5291
|
+
}
|
|
5292
|
+
|
|
5293
|
+
.max-mobile\:flex-row {
|
|
5294
|
+
flex-direction: row;
|
|
5295
|
+
}
|
|
5296
|
+
|
|
5297
|
+
.max-mobile\:justify-end {
|
|
5298
|
+
justify-content: flex-end;
|
|
5299
|
+
}
|
|
5300
|
+
|
|
5301
|
+
.max-mobile\:gap-\(--box-outline-gap-mobile\) {
|
|
5302
|
+
gap: var(--box-outline-gap-mobile);
|
|
5303
|
+
}
|
|
5304
|
+
|
|
5305
|
+
.max-mobile\:gap-\(--box-solid-gap-mobile\) {
|
|
5306
|
+
gap: var(--box-solid-gap-mobile);
|
|
5307
|
+
}
|
|
5308
|
+
|
|
5309
|
+
.max-mobile\:gap-\(--card-common-gap-mobile\) {
|
|
5310
|
+
gap: var(--card-common-gap-mobile);
|
|
5311
|
+
}
|
|
5312
|
+
|
|
5313
|
+
.max-mobile\:px-\(--box-outline-padding-x-mobile\) {
|
|
5314
|
+
padding-inline: var(--box-outline-padding-x-mobile);
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
.max-mobile\:px-\(--box-solid-padding-x-mobile\) {
|
|
5318
|
+
padding-inline: var(--box-solid-padding-x-mobile);
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5321
|
+
.max-mobile\:px-\(--card-common-padding-x-mobile\) {
|
|
5322
|
+
padding-inline: var(--card-common-padding-x-mobile);
|
|
5323
|
+
}
|
|
5324
|
+
|
|
5325
|
+
.max-mobile\:px-\(--pagination-common-padding-sm\) {
|
|
5326
|
+
padding-inline: var(--pagination-common-padding-sm);
|
|
5327
|
+
}
|
|
5328
|
+
|
|
5329
|
+
.max-mobile\:py-\(--box-outline-padding-y-mobile\) {
|
|
5330
|
+
padding-block: var(--box-outline-padding-y-mobile);
|
|
5331
|
+
}
|
|
5332
|
+
|
|
5333
|
+
.max-mobile\:py-\(--box-solid-padding-y-mobile\) {
|
|
5334
|
+
padding-block: var(--box-solid-padding-y-mobile);
|
|
5335
|
+
}
|
|
5336
|
+
|
|
5337
|
+
.max-mobile\:py-\(--card-common-padding-y-mobile\) {
|
|
5338
|
+
padding-block: var(--card-common-padding-y-mobile);
|
|
5339
|
+
}
|
|
5340
|
+
|
|
5341
|
+
.max-mobile\:text-center {
|
|
5342
|
+
text-align: center;
|
|
5343
|
+
}
|
|
5344
|
+
}
|
|
5345
|
+
|
|
5186
5346
|
@media (min-width: 40rem) {
|
|
5187
5347
|
.data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"], .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
|
|
5188
5348
|
max-width: var(--container-sm);
|
|
@@ -5346,8 +5506,8 @@
|
|
|
5346
5506
|
color: var(--pagination-link-default-icon);
|
|
5347
5507
|
}
|
|
5348
5508
|
|
|
5349
|
-
.\[\&_svg\]\:text-\(--select-
|
|
5350
|
-
color: var(--select-
|
|
5509
|
+
.\[\&_svg\]\:text-\(--select-base-default-icon\) svg {
|
|
5510
|
+
color: var(--select-base-default-icon);
|
|
5351
5511
|
}
|
|
5352
5512
|
|
|
5353
5513
|
.\[\&_svg\]\:text-\(--table-item-cell-icon\) svg {
|
|
@@ -5366,6 +5526,12 @@
|
|
|
5366
5526
|
color: var(--toggle-solid-default-icon);
|
|
5367
5527
|
}
|
|
5368
5528
|
|
|
5529
|
+
.\[\&_svg\]\:transition-colors svg {
|
|
5530
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
5531
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
5532
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
5533
|
+
}
|
|
5534
|
+
|
|
5369
5535
|
.\[\&_svg\]\:transition-transform svg {
|
|
5370
5536
|
transition-property: transform, translate, scale, rotate;
|
|
5371
5537
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -5398,22 +5564,6 @@
|
|
|
5398
5564
|
}
|
|
5399
5565
|
|
|
5400
5566
|
@media (hover: hover) {
|
|
5401
|
-
.\[\&_svg\]\:hover\:text-\(--navigation-button-bottom-border-hover-icon\) svg:hover {
|
|
5402
|
-
color: var(--navigation-button-bottom-border-hover-icon);
|
|
5403
|
-
}
|
|
5404
|
-
|
|
5405
|
-
.\[\&_svg\]\:hover\:text-\(--navigation-button-solid-ghost-active-icon\) svg:hover {
|
|
5406
|
-
color: var(--navigation-button-solid-ghost-active-icon);
|
|
5407
|
-
}
|
|
5408
|
-
|
|
5409
|
-
.\[\&_svg\]\:hover\:text-\(--navigation-item-content-hover-icon\) svg:hover {
|
|
5410
|
-
color: var(--navigation-item-content-hover-icon);
|
|
5411
|
-
}
|
|
5412
|
-
|
|
5413
|
-
.\[\&_svg\]\:hover\:text-\(--pagination-link-hover-icon\) svg:hover {
|
|
5414
|
-
color: var(--pagination-link-hover-icon);
|
|
5415
|
-
}
|
|
5416
|
-
|
|
5417
5567
|
.hover\:\[\&_svg\]\:text-\(--button-ghost-hover-icon\):hover svg {
|
|
5418
5568
|
color: var(--button-ghost-hover-icon);
|
|
5419
5569
|
}
|
|
@@ -5438,8 +5588,28 @@
|
|
|
5438
5588
|
color: var(--button-solid-secondary-hover-icon);
|
|
5439
5589
|
}
|
|
5440
5590
|
|
|
5441
|
-
.hover\:\[\&_svg\]\:text-\(--
|
|
5442
|
-
color: var(--
|
|
5591
|
+
.hover\:\[\&_svg\]\:text-\(--navigation-button-bottom-border-hover-icon\):hover svg {
|
|
5592
|
+
color: var(--navigation-button-bottom-border-hover-icon);
|
|
5593
|
+
}
|
|
5594
|
+
|
|
5595
|
+
.hover\:\[\&_svg\]\:text-\(--navigation-button-gradient-active-icon\):hover svg {
|
|
5596
|
+
color: var(--navigation-button-gradient-active-icon);
|
|
5597
|
+
}
|
|
5598
|
+
|
|
5599
|
+
.hover\:\[\&_svg\]\:text-\(--navigation-button-solid-ghost-active-icon\):hover svg {
|
|
5600
|
+
color: var(--navigation-button-solid-ghost-active-icon);
|
|
5601
|
+
}
|
|
5602
|
+
|
|
5603
|
+
.hover\:\[\&_svg\]\:text-\(--navigation-item-content-hover-icon\):hover svg {
|
|
5604
|
+
color: var(--navigation-item-content-hover-icon);
|
|
5605
|
+
}
|
|
5606
|
+
|
|
5607
|
+
.hover\:\[\&_svg\]\:text-\(--pagination-link-hover-icon\):hover svg {
|
|
5608
|
+
color: var(--pagination-link-hover-icon);
|
|
5609
|
+
}
|
|
5610
|
+
|
|
5611
|
+
.hover\:\[\&_svg\]\:text-\(--select-base-hover-icon\):hover svg {
|
|
5612
|
+
color: var(--select-base-hover-icon);
|
|
5443
5613
|
}
|
|
5444
5614
|
|
|
5445
5615
|
.hover\:\[\&_svg\]\:text-\(--toggle-outline-hover-icon\):hover svg {
|
|
@@ -5479,18 +5649,6 @@
|
|
|
5479
5649
|
}
|
|
5480
5650
|
}
|
|
5481
5651
|
|
|
5482
|
-
.\[\&_svg\]\:disabled\:text-\(--navigation-button-bottom-border-disabled-icon\) svg:disabled {
|
|
5483
|
-
color: var(--navigation-button-bottom-border-disabled-icon);
|
|
5484
|
-
}
|
|
5485
|
-
|
|
5486
|
-
.\[\&_svg\]\:disabled\:text-\(--navigation-button-gradient-disabled-icon\) svg:disabled {
|
|
5487
|
-
color: var(--navigation-button-gradient-disabled-icon);
|
|
5488
|
-
}
|
|
5489
|
-
|
|
5490
|
-
.\[\&_svg\]\:disabled\:text-\(--navigation-button-solid-ghost-disabled-icon\) svg:disabled {
|
|
5491
|
-
color: var(--navigation-button-solid-ghost-disabled-icon);
|
|
5492
|
-
}
|
|
5493
|
-
|
|
5494
5652
|
.disabled\:\[\&_svg\]\:text-\(--button-ghost-disabled-icon\):disabled svg {
|
|
5495
5653
|
color: var(--button-ghost-disabled-icon);
|
|
5496
5654
|
}
|
|
@@ -5515,11 +5673,23 @@
|
|
|
5515
5673
|
color: var(--button-solid-secondary-disabled-icon);
|
|
5516
5674
|
}
|
|
5517
5675
|
|
|
5518
|
-
.disabled\:\[\&_svg\]\:text-\(--
|
|
5519
|
-
color: var(--
|
|
5676
|
+
.disabled\:\[\&_svg\]\:text-\(--navigation-button-bottom-border-disabled-icon\):disabled svg {
|
|
5677
|
+
color: var(--navigation-button-bottom-border-disabled-icon);
|
|
5678
|
+
}
|
|
5679
|
+
|
|
5680
|
+
.disabled\:\[\&_svg\]\:text-\(--navigation-button-gradient-disabled-icon\):disabled svg {
|
|
5681
|
+
color: var(--navigation-button-gradient-disabled-icon);
|
|
5682
|
+
}
|
|
5683
|
+
|
|
5684
|
+
.disabled\:\[\&_svg\]\:text-\(--navigation-button-solid-ghost-disabled-icon\):disabled svg {
|
|
5685
|
+
color: var(--navigation-button-solid-ghost-disabled-icon);
|
|
5686
|
+
}
|
|
5687
|
+
|
|
5688
|
+
.disabled\:\[\&_svg\]\:text-\(--select-base-disabled-icon\):disabled svg {
|
|
5689
|
+
color: var(--select-base-disabled-icon);
|
|
5520
5690
|
}
|
|
5521
5691
|
|
|
5522
|
-
|
|
5692
|
+
.data-\[active\=true\]\:\[\&_svg\]\:text-\(--navigation-item-content-hover-icon\)[data-active="true"] svg {
|
|
5523
5693
|
color: var(--navigation-item-content-hover-icon);
|
|
5524
5694
|
}
|
|
5525
5695
|
|
|
@@ -5575,14 +5745,18 @@
|
|
|
5575
5745
|
color: var(--toggle-solid-active-icon);
|
|
5576
5746
|
}
|
|
5577
5747
|
|
|
5578
|
-
|
|
5748
|
+
.data-\[state\=open\]\:\[\&_svg\]\:text-\(--navigation-button-bottom-border-active-icon\)[data-state="open"] svg {
|
|
5579
5749
|
color: var(--navigation-button-bottom-border-active-icon);
|
|
5580
5750
|
}
|
|
5581
5751
|
|
|
5582
|
-
|
|
5752
|
+
.data-\[state\=open\]\:\[\&_svg\]\:text-\(--navigation-button-gradient-active-icon\)[data-state="open"] svg {
|
|
5583
5753
|
color: var(--navigation-button-gradient-active-icon);
|
|
5584
5754
|
}
|
|
5585
5755
|
|
|
5756
|
+
.data-\[state\=open\]\:\[\&_svg\]\:text-\(--navigation-button-solid-ghost-active-icon\)[data-state="open"] svg {
|
|
5757
|
+
color: var(--navigation-button-solid-ghost-active-icon);
|
|
5758
|
+
}
|
|
5759
|
+
|
|
5586
5760
|
.group-data-\[variant\=custom\]\/accordion\:data-\[state\=open\]\:\[\&_svg\]\:text-\(--accordion-custom-open-icon\):is(:where(.group\/accordion)[data-variant="custom"] *)[data-state="open"] svg {
|
|
5587
5761
|
color: var(--accordion-custom-open-icon);
|
|
5588
5762
|
}
|
|
@@ -5616,9 +5790,9 @@
|
|
|
5616
5790
|
height: var(--navigation-item-content-common-icon-size);
|
|
5617
5791
|
}
|
|
5618
5792
|
|
|
5619
|
-
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-\(--select-
|
|
5620
|
-
width: var(--select-
|
|
5621
|
-
height: var(--select-
|
|
5793
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-\(--select-base-common-icon-size\) svg:not([class*="size-"]) {
|
|
5794
|
+
width: var(--select-base-common-icon-size);
|
|
5795
|
+
height: var(--select-base-common-icon-size);
|
|
5622
5796
|
}
|
|
5623
5797
|
|
|
5624
5798
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-\(--toggle-common-icon-size\) svg:not([class*="size-"]) {
|
|
@@ -5654,6 +5828,16 @@
|
|
|
5654
5828
|
color: var(--navigation-item-default-icon);
|
|
5655
5829
|
}
|
|
5656
5830
|
|
|
5831
|
+
@media (hover: hover) {
|
|
5832
|
+
.hover\:\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-\(--navigation-item-hover-icon\):hover svg:not([class*="text-"]) {
|
|
5833
|
+
color: var(--navigation-item-hover-icon);
|
|
5834
|
+
}
|
|
5835
|
+
}
|
|
5836
|
+
|
|
5837
|
+
.data-\[active\=true\]\:\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-\(--navigation-item-hover-icon\)[data-active="true"] svg:not([class*="text-"]) {
|
|
5838
|
+
color: var(--navigation-item-hover-icon);
|
|
5839
|
+
}
|
|
5840
|
+
|
|
5657
5841
|
.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected="true"] button {
|
|
5658
5842
|
border-top-left-radius: var(--radius-md);
|
|
5659
5843
|
border-bottom-left-radius: var(--radius-md);
|