@fileverse/ui 4.1.4-patch-7 → 4.1.5
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.css +44 -214
- package/dist/index.es.d.ts +2 -21
- package/dist/index.es.js +17584 -19936
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -433,7 +433,7 @@ video {
|
|
|
433
433
|
--color-bg-default-inverse: 0, 0%, 0%, 1; /* Black */
|
|
434
434
|
--color-bg-tertiary: 195, 10%, 92%, 1; /* Tertiary */
|
|
435
435
|
--color-bg-success-light: 124, 79%, 93%, 1; /* Green-100 */
|
|
436
|
-
|
|
436
|
+
|
|
437
437
|
/* Border */
|
|
438
438
|
--color-border-default: 195, 10%, 92%, 1; /* Gray-200 */
|
|
439
439
|
--color-border-hover: 0, 0%, 0%, 1; /* Black */
|
|
@@ -444,14 +444,13 @@ video {
|
|
|
444
444
|
--color-border-disabled: 206, 9%, 66%, 1; /* Gray-500 */
|
|
445
445
|
|
|
446
446
|
/* Icon */
|
|
447
|
-
--color-icon-default:
|
|
447
|
+
--color-icon-default: 207, 8%, 23%, 1; /* Gray-950 */
|
|
448
448
|
--color-icon-default-hover: 207, 8%, 23%, 1; /* Gray-950 */
|
|
449
449
|
--color-icon-brand: 52, 100%, 52%, 1; /* Yellow-400 */
|
|
450
450
|
--color-icon-secondary: 208, 8%, 50%, 1; /* Gray-700 */
|
|
451
451
|
--color-icon-disabled: 206, 9%, 66%, 1; /* Gray-500 */
|
|
452
452
|
--color-icon-inverse: 0, 0%, 100%, 1; /* White */
|
|
453
453
|
--color-icon-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
454
|
-
--color-icon-success: 127, 69%, 29%, 1; /* Green-700 */
|
|
455
454
|
|
|
456
455
|
/* Utility */
|
|
457
456
|
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
@@ -462,67 +461,6 @@ video {
|
|
|
462
461
|
--shadow-elevation-3: 0px 4px 16px rgba (0, 0, 0, 0.15);
|
|
463
462
|
--shadow-elevation-4: 0px 8px 32px rgba (0, 0, 0, 0.15);
|
|
464
463
|
}
|
|
465
|
-
|
|
466
|
-
.dark {
|
|
467
|
-
/* Button */
|
|
468
|
-
--color-button-default: 0, 0%, 31%, 1; /* Gray-700 */
|
|
469
|
-
--color-button-default-hover: 0, 0%, 25%, 1; /* Gray-800 */
|
|
470
|
-
--color-button-secondary: 0, 0%, 12%, 1; /* Gray-950 */
|
|
471
|
-
--color-button-secondary-hover: 0, 0%, 25%, 1; /* Gray-800 */
|
|
472
|
-
--color-button-disabled: 0, 0%, 31%, 1; /* Gray-200 */
|
|
473
|
-
--color-button-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
474
|
-
--color-button-danger-hover: 354, 84%, 42%, 1; /* Red-700 */
|
|
475
|
-
--color-button-floating: 0, 0%, 31%, 1; /* Gray-700 */
|
|
476
|
-
--color-button-floating-hover: 0, 0%, 25%, 1; /* Gray-800 */
|
|
477
|
-
|
|
478
|
-
/* Text */
|
|
479
|
-
--color-text-default: 0, 0%, 91%, 1; /* Gray-100 */
|
|
480
|
-
--color-text-secondary: 0, 0%, 53%, 1; /* Gray-400 */
|
|
481
|
-
--color-text-disabled: 0, 0%, 43%, 1; /* Gray-500 */
|
|
482
|
-
--color-text-danger: 354, 100%, 70%, 1; /* Red-400 */
|
|
483
|
-
--color-text-success: 127, 69%, 29%, 1; /* Green-700 */
|
|
484
|
-
--color-text-inverse: 0, 0%, 91%, 1; /* Gray-100 */
|
|
485
|
-
--color-text-link: 251, 100%, 83%, 1; /* Blue-700 */
|
|
486
|
-
|
|
487
|
-
/* Background */
|
|
488
|
-
--color-bg-default: 0, 0%, 18%, 1; /* Gray-900 */
|
|
489
|
-
--color-bg-default-hover: 0, 0%, 25%, 1; /* Gray-800 */
|
|
490
|
-
--color-bg-default-active: 50, 74%, 54%, 1; /* Yellow-400 */
|
|
491
|
-
--color-bg-default-selected: 0, 0%, 25%, 1; /* Gray-800 */
|
|
492
|
-
--color-bg-secondary: 0, 0%, 12%, 1; /* Gray-950 */
|
|
493
|
-
--color-bg-secondary-hover: 0, 0%, 18%, 1; /* Gray-900 */
|
|
494
|
-
--color-bg-disabled: 0, 0%, 53%, 1; /* Gray-400 */
|
|
495
|
-
--color-bg-brand: 50, 74%, 54%, 1; /* Yellow-400 */
|
|
496
|
-
--color-bg-brand-hover: 50, 60%, 45%, 1; /* Yellow-500 */
|
|
497
|
-
--color-bg-brand-light: 57, 92%, 76%, 1; /* Yellow-100 */
|
|
498
|
-
--color-bg-danger: 354, 100%, 89%, 1; /* Red-200 */
|
|
499
|
-
--color-bg-danger-light: 356, 100%, 97%, 1; /* Red-50 */
|
|
500
|
-
--color-bg-default-inverse: 0, 0%, 100%, 1; /* White */
|
|
501
|
-
--color-bg-tertiary: 0, 0%, 25%, 1; /* Gray-800 */
|
|
502
|
-
--color-bg-success-light: 124, 79%, 93%, 1; /* Green-100 */
|
|
503
|
-
|
|
504
|
-
/* Border */
|
|
505
|
-
--color-border-default: 0, 0%, 25%, 1; /* Gray-800 */
|
|
506
|
-
--color-border-hover: 0, 0%, 0%, 1; /* Black */
|
|
507
|
-
--color-border-light: 0, 0%, 100%, 1; /* White */
|
|
508
|
-
--color-border-active: 0, 0%, 100%, 1; /* Black */
|
|
509
|
-
--color-border-focused: 260, 100%, 52%, 1; /* Blue-700 */
|
|
510
|
-
--color-border-danger: 354, 100%, 70%, 1; /* Red-400 */
|
|
511
|
-
--color-border-disabled: 0, 0%, 53%, 1; /* Gray-400 */
|
|
512
|
-
|
|
513
|
-
/* Icon */
|
|
514
|
-
--color-icon-default: 0, 0%, 100%, 1; /* White */
|
|
515
|
-
--color-icon-default-hover: 0, 0%, 12%, 1; /* Gray-900 */
|
|
516
|
-
--color-icon-brand: 50, 74%, 54%, 1; /* Yellow-400 */
|
|
517
|
-
--color-icon-secondary: 0, 0%, 53%, 1; /* Gray-400 */
|
|
518
|
-
--color-icon-disabled: 0, 0%, 25%, 1; /* Gray-800 */
|
|
519
|
-
--color-icon-inverse: 207, 8%, 23%, 1; /* Gray-100 */
|
|
520
|
-
--color-icon-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
521
|
-
--color-icon-success: 127, 69%, 29%, 1; /* Green-700 */
|
|
522
|
-
|
|
523
|
-
/* Utility */
|
|
524
|
-
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
525
|
-
}
|
|
526
464
|
* {
|
|
527
465
|
border-color: hsl(var(--color-border-default));
|
|
528
466
|
}
|
|
@@ -769,7 +707,7 @@ video {
|
|
|
769
707
|
}
|
|
770
708
|
|
|
771
709
|
.color-button-secondary {
|
|
772
|
-
background-color: hsl(var(--color-button-
|
|
710
|
+
background-color: hsl(var(--color-button-secondary));
|
|
773
711
|
border: 2px solid hsl(var(--color-border-active));
|
|
774
712
|
}
|
|
775
713
|
|
|
@@ -826,15 +764,15 @@ video {
|
|
|
826
764
|
}
|
|
827
765
|
|
|
828
766
|
.color-icon-default-hover {
|
|
829
|
-
color: hsl(var(--color-icon-default-hover));
|
|
767
|
+
background-color: hsl(var(--color-icon-default-hover));
|
|
830
768
|
}
|
|
831
769
|
|
|
832
770
|
.color-icon-brand {
|
|
833
|
-
color: hsl(var(--color-icon-brand));
|
|
771
|
+
background-color: hsl(var(--color-icon-brand));
|
|
834
772
|
}
|
|
835
773
|
|
|
836
774
|
.color-icon-secondary {
|
|
837
|
-
color: hsl(var(--color-icon-secondary));
|
|
775
|
+
background-color: hsl(var(--color-icon-secondary));
|
|
838
776
|
}
|
|
839
777
|
|
|
840
778
|
.color-icon-disabled {
|
|
@@ -842,7 +780,7 @@ video {
|
|
|
842
780
|
}
|
|
843
781
|
|
|
844
782
|
.color-icon-inverse {
|
|
845
|
-
color: hsl(var(--color-icon-inverse));
|
|
783
|
+
background-color: hsl(var(--color-icon-inverse));
|
|
846
784
|
}
|
|
847
785
|
|
|
848
786
|
.color-utility-overlay {
|
|
@@ -1076,9 +1014,6 @@ video {
|
|
|
1076
1014
|
.relative {
|
|
1077
1015
|
position: relative;
|
|
1078
1016
|
}
|
|
1079
|
-
.sticky {
|
|
1080
|
-
position: sticky;
|
|
1081
|
-
}
|
|
1082
1017
|
.inset-0 {
|
|
1083
1018
|
inset: 0px;
|
|
1084
1019
|
}
|
|
@@ -1165,18 +1100,9 @@ video {
|
|
|
1165
1100
|
.top-3 {
|
|
1166
1101
|
top: 0.75rem;
|
|
1167
1102
|
}
|
|
1168
|
-
.top-4 {
|
|
1169
|
-
top: 1rem;
|
|
1170
|
-
}
|
|
1171
|
-
.top-\[4rem\] {
|
|
1172
|
-
top: 4rem;
|
|
1173
|
-
}
|
|
1174
1103
|
.top-\[50\%\] {
|
|
1175
1104
|
top: 50%;
|
|
1176
1105
|
}
|
|
1177
|
-
.\!z-40 {
|
|
1178
|
-
z-index: 40 !important;
|
|
1179
|
-
}
|
|
1180
1106
|
.z-10 {
|
|
1181
1107
|
z-index: 10;
|
|
1182
1108
|
}
|
|
@@ -1259,9 +1185,6 @@ video {
|
|
|
1259
1185
|
.mt-4 {
|
|
1260
1186
|
margin-top: 1rem;
|
|
1261
1187
|
}
|
|
1262
|
-
.mt-5 {
|
|
1263
|
-
margin-top: 1.25rem;
|
|
1264
|
-
}
|
|
1265
1188
|
.line-clamp-5 {
|
|
1266
1189
|
overflow: hidden;
|
|
1267
1190
|
display: -webkit-box;
|
|
@@ -1334,24 +1257,15 @@ video {
|
|
|
1334
1257
|
.h-6 {
|
|
1335
1258
|
height: 1.5rem;
|
|
1336
1259
|
}
|
|
1337
|
-
.h-7 {
|
|
1338
|
-
height: 1.75rem;
|
|
1339
|
-
}
|
|
1340
1260
|
.h-8 {
|
|
1341
1261
|
height: 2rem;
|
|
1342
1262
|
}
|
|
1343
1263
|
.h-9 {
|
|
1344
1264
|
height: 2.25rem;
|
|
1345
1265
|
}
|
|
1346
|
-
.h-\[120px\] {
|
|
1347
|
-
height: 120px;
|
|
1348
|
-
}
|
|
1349
1266
|
.h-\[18px\] {
|
|
1350
1267
|
height: 18px;
|
|
1351
1268
|
}
|
|
1352
|
-
.h-\[200px\] {
|
|
1353
|
-
height: 200px;
|
|
1354
|
-
}
|
|
1355
1269
|
.h-\[208px\] {
|
|
1356
1270
|
height: 208px;
|
|
1357
1271
|
}
|
|
@@ -1379,9 +1293,6 @@ video {
|
|
|
1379
1293
|
.h-\[68px\] {
|
|
1380
1294
|
height: 68px;
|
|
1381
1295
|
}
|
|
1382
|
-
.h-\[85vh\] {
|
|
1383
|
-
height: 85vh;
|
|
1384
|
-
}
|
|
1385
1296
|
.h-\[calc\(100\%-1rem\)\] {
|
|
1386
1297
|
height: calc(100% - 1rem);
|
|
1387
1298
|
}
|
|
@@ -1428,9 +1339,6 @@ video {
|
|
|
1428
1339
|
.min-h-10 {
|
|
1429
1340
|
min-height: 2.5rem;
|
|
1430
1341
|
}
|
|
1431
|
-
.min-h-7 {
|
|
1432
|
-
min-height: 1.75rem;
|
|
1433
|
-
}
|
|
1434
1342
|
.min-h-9 {
|
|
1435
1343
|
min-height: 2.25rem;
|
|
1436
1344
|
}
|
|
@@ -1449,18 +1357,12 @@ video {
|
|
|
1449
1357
|
.\!w-\[95\%\] {
|
|
1450
1358
|
width: 95% !important;
|
|
1451
1359
|
}
|
|
1452
|
-
.\!w-full {
|
|
1453
|
-
width: 100% !important;
|
|
1454
|
-
}
|
|
1455
1360
|
.w-10 {
|
|
1456
1361
|
width: 2.5rem;
|
|
1457
1362
|
}
|
|
1458
1363
|
.w-11 {
|
|
1459
1364
|
width: 2.75rem;
|
|
1460
1365
|
}
|
|
1461
|
-
.w-12 {
|
|
1462
|
-
width: 3rem;
|
|
1463
|
-
}
|
|
1464
1366
|
.w-16 {
|
|
1465
1367
|
width: 4rem;
|
|
1466
1368
|
}
|
|
@@ -1494,9 +1396,6 @@ video {
|
|
|
1494
1396
|
.w-64 {
|
|
1495
1397
|
width: 16rem;
|
|
1496
1398
|
}
|
|
1497
|
-
.w-7 {
|
|
1498
|
-
width: 1.75rem;
|
|
1499
|
-
}
|
|
1500
1399
|
.w-72 {
|
|
1501
1400
|
width: 18rem;
|
|
1502
1401
|
}
|
|
@@ -1524,15 +1423,9 @@ video {
|
|
|
1524
1423
|
.w-\[18px\] {
|
|
1525
1424
|
width: 18px;
|
|
1526
1425
|
}
|
|
1527
|
-
.w-\[200px\] {
|
|
1528
|
-
width: 200px;
|
|
1529
|
-
}
|
|
1530
1426
|
.w-\[20px\] {
|
|
1531
1427
|
width: 20px;
|
|
1532
1428
|
}
|
|
1533
|
-
.w-\[250px\] {
|
|
1534
|
-
width: 250px;
|
|
1535
|
-
}
|
|
1536
1429
|
.w-\[280px\] {
|
|
1537
1430
|
width: 280px;
|
|
1538
1431
|
}
|
|
@@ -1603,9 +1496,6 @@ video {
|
|
|
1603
1496
|
.min-w-5 {
|
|
1604
1497
|
min-width: 1.25rem;
|
|
1605
1498
|
}
|
|
1606
|
-
.min-w-7 {
|
|
1607
|
-
min-width: 1.75rem;
|
|
1608
|
-
}
|
|
1609
1499
|
.min-w-9 {
|
|
1610
1500
|
min-width: 2.25rem;
|
|
1611
1501
|
}
|
|
@@ -1804,17 +1694,9 @@ video {
|
|
|
1804
1694
|
-moz-user-select: none;
|
|
1805
1695
|
user-select: none;
|
|
1806
1696
|
}
|
|
1807
|
-
.select-text {
|
|
1808
|
-
-webkit-user-select: text;
|
|
1809
|
-
-moz-user-select: text;
|
|
1810
|
-
user-select: text;
|
|
1811
|
-
}
|
|
1812
1697
|
.resize-none {
|
|
1813
1698
|
resize: none;
|
|
1814
1699
|
}
|
|
1815
|
-
.list-disc {
|
|
1816
|
-
list-style-type: disc;
|
|
1817
|
-
}
|
|
1818
1700
|
.appearance-none {
|
|
1819
1701
|
-webkit-appearance: none;
|
|
1820
1702
|
-moz-appearance: none;
|
|
@@ -1829,9 +1711,6 @@ video {
|
|
|
1829
1711
|
.grid-cols-2 {
|
|
1830
1712
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1831
1713
|
}
|
|
1832
|
-
.grid-cols-3 {
|
|
1833
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1834
|
-
}
|
|
1835
1714
|
.flex-row {
|
|
1836
1715
|
flex-direction: row;
|
|
1837
1716
|
}
|
|
@@ -1984,9 +1863,6 @@ video {
|
|
|
1984
1863
|
.\!rounded {
|
|
1985
1864
|
border-radius: 0.25rem !important;
|
|
1986
1865
|
}
|
|
1987
|
-
.\!rounded-lg {
|
|
1988
|
-
border-radius: var(--radius) !important;
|
|
1989
|
-
}
|
|
1990
1866
|
.\!rounded-none {
|
|
1991
1867
|
border-radius: 0px !important;
|
|
1992
1868
|
}
|
|
@@ -2063,6 +1939,9 @@ video {
|
|
|
2063
1939
|
.border-b-2 {
|
|
2064
1940
|
border-bottom-width: 2px;
|
|
2065
1941
|
}
|
|
1942
|
+
.border-b-\[0\.5px\] {
|
|
1943
|
+
border-bottom-width: 0.5px;
|
|
1944
|
+
}
|
|
2066
1945
|
.border-r {
|
|
2067
1946
|
border-right-width: 1px;
|
|
2068
1947
|
}
|
|
@@ -2112,6 +1991,9 @@ video {
|
|
|
2112
1991
|
--tw-bg-opacity: 1;
|
|
2113
1992
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2114
1993
|
}
|
|
1994
|
+
.bg-opacity-50 {
|
|
1995
|
+
--tw-bg-opacity: 0.5;
|
|
1996
|
+
}
|
|
2115
1997
|
.bg-none {
|
|
2116
1998
|
background-image: none;
|
|
2117
1999
|
}
|
|
@@ -2129,18 +2011,12 @@ video {
|
|
|
2129
2011
|
.p-0 {
|
|
2130
2012
|
padding: 0px;
|
|
2131
2013
|
}
|
|
2132
|
-
.p-0\.5 {
|
|
2133
|
-
padding: 0.125rem;
|
|
2134
|
-
}
|
|
2135
2014
|
.p-1 {
|
|
2136
2015
|
padding: 0.25rem;
|
|
2137
2016
|
}
|
|
2138
2017
|
.p-2 {
|
|
2139
2018
|
padding: 0.5rem;
|
|
2140
2019
|
}
|
|
2141
|
-
.p-3 {
|
|
2142
|
-
padding: 0.75rem;
|
|
2143
|
-
}
|
|
2144
2020
|
.p-4 {
|
|
2145
2021
|
padding: 1rem;
|
|
2146
2022
|
}
|
|
@@ -2150,8 +2026,8 @@ video {
|
|
|
2150
2026
|
.p-6 {
|
|
2151
2027
|
padding: 1.5rem;
|
|
2152
2028
|
}
|
|
2153
|
-
.p-\[
|
|
2154
|
-
padding:
|
|
2029
|
+
.p-\[2px\] {
|
|
2030
|
+
padding: 2px;
|
|
2155
2031
|
}
|
|
2156
2032
|
.\!px-0 {
|
|
2157
2033
|
padding-left: 0px !important;
|
|
@@ -2250,9 +2126,6 @@ video {
|
|
|
2250
2126
|
.pl-2 {
|
|
2251
2127
|
padding-left: 0.5rem;
|
|
2252
2128
|
}
|
|
2253
|
-
.pl-6 {
|
|
2254
|
-
padding-left: 1.5rem;
|
|
2255
|
-
}
|
|
2256
2129
|
.pr-10 {
|
|
2257
2130
|
padding-right: 2.5rem;
|
|
2258
2131
|
}
|
|
@@ -2271,6 +2144,9 @@ video {
|
|
|
2271
2144
|
.pt-4 {
|
|
2272
2145
|
padding-top: 1rem;
|
|
2273
2146
|
}
|
|
2147
|
+
.pt-6 {
|
|
2148
|
+
padding-top: 1.5rem;
|
|
2149
|
+
}
|
|
2274
2150
|
.text-left {
|
|
2275
2151
|
text-align: left;
|
|
2276
2152
|
}
|
|
@@ -2309,10 +2185,6 @@ video {
|
|
|
2309
2185
|
font-size: 0.875rem;
|
|
2310
2186
|
line-height: 1.25rem;
|
|
2311
2187
|
}
|
|
2312
|
-
.text-xs {
|
|
2313
|
-
font-size: 0.75rem;
|
|
2314
|
-
line-height: 1rem;
|
|
2315
|
-
}
|
|
2316
2188
|
.\!font-bold {
|
|
2317
2189
|
font-weight: 700 !important;
|
|
2318
2190
|
}
|
|
@@ -2331,9 +2203,6 @@ video {
|
|
|
2331
2203
|
.leading-6 {
|
|
2332
2204
|
line-height: 1.5rem;
|
|
2333
2205
|
}
|
|
2334
|
-
.leading-\[20px\] {
|
|
2335
|
-
line-height: 20px;
|
|
2336
|
-
}
|
|
2337
2206
|
.leading-none {
|
|
2338
2207
|
line-height: 1;
|
|
2339
2208
|
}
|
|
@@ -2344,10 +2213,6 @@ video {
|
|
|
2344
2213
|
--tw-text-opacity: 1;
|
|
2345
2214
|
color: rgb(119 129 138 / var(--tw-text-opacity));
|
|
2346
2215
|
}
|
|
2347
|
-
.text-gray-400 {
|
|
2348
|
-
--tw-text-opacity: 1;
|
|
2349
|
-
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
2350
|
-
}
|
|
2351
2216
|
.text-red-500 {
|
|
2352
2217
|
--tw-text-opacity: 1;
|
|
2353
2218
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
@@ -2417,10 +2282,6 @@ video {
|
|
|
2417
2282
|
.ring-offset-white {
|
|
2418
2283
|
--tw-ring-offset-color: #fff;
|
|
2419
2284
|
}
|
|
2420
|
-
.drop-shadow {
|
|
2421
|
-
--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
|
|
2422
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2423
|
-
}
|
|
2424
2285
|
.filter {
|
|
2425
2286
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2426
2287
|
}
|
|
@@ -2627,6 +2488,10 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2627
2488
|
background-color: hsl(var(--color-bg-secondary-hover));
|
|
2628
2489
|
}
|
|
2629
2490
|
|
|
2491
|
+
.hover\:color-bg-disabled:hover {
|
|
2492
|
+
background-color: hsl(var(--color-bg-disabled));
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2630
2495
|
.hover\:\!color-bg-brand:hover {
|
|
2631
2496
|
background-color: hsl(var(--color-bg-brand)) !important;
|
|
2632
2497
|
}
|
|
@@ -2655,6 +2520,14 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2655
2520
|
border-color: hsl(var(--color-border-hover));
|
|
2656
2521
|
}
|
|
2657
2522
|
|
|
2523
|
+
.focus\:color-text-default:focus {
|
|
2524
|
+
color: hsl(var(--color-text-default));
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
.focus\:color-bg-default-selected:focus {
|
|
2528
|
+
background-color: hsl(var(--color-bg-default-selected));
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2658
2531
|
.focus-visible\:color-border-hover:focus-visible {
|
|
2659
2532
|
border-color: hsl(var(--color-border-hover));
|
|
2660
2533
|
}
|
|
@@ -2719,14 +2592,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2719
2592
|
border-color: hsl(var(--color-border-default));
|
|
2720
2593
|
}
|
|
2721
2594
|
|
|
2722
|
-
.group.secondary .group-\[\.secondary\]\:color-border-default {
|
|
2723
|
-
border-color: hsl(var(--color-border-default));
|
|
2724
|
-
}
|
|
2725
|
-
|
|
2726
|
-
.group.success .group-\[\.success\]\:color-border-default {
|
|
2727
|
-
border-color: hsl(var(--color-border-default));
|
|
2728
|
-
}
|
|
2729
|
-
|
|
2730
2595
|
.group.secondary .group-\[\.secondary\]\:color-border-hover {
|
|
2731
2596
|
border-color: hsl(var(--color-border-hover));
|
|
2732
2597
|
}
|
|
@@ -2779,10 +2644,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2779
2644
|
background-color: hsl(var(--color-bg-default-selected));
|
|
2780
2645
|
}
|
|
2781
2646
|
|
|
2782
|
-
.data-\[highlighted\]\:color-text-default[data-highlighted] {
|
|
2783
|
-
color: hsl(var(--color-text-default));
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
2647
|
.data-\[state\=active\]\:color-text-default[data-state=active] {
|
|
2787
2648
|
color: hsl(var(--color-text-default));
|
|
2788
2649
|
}
|
|
@@ -2791,24 +2652,16 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2791
2652
|
color: hsl(var(--color-text-default));
|
|
2792
2653
|
}
|
|
2793
2654
|
|
|
2794
|
-
.data-\[disabled\]\:color-text-disabled[data-disabled] {
|
|
2795
|
-
color: hsl(var(--color-text-disabled));
|
|
2796
|
-
}
|
|
2797
|
-
|
|
2798
2655
|
.data-\[state\=unchecked\]\:color-bg-default-hover[data-state=unchecked] {
|
|
2799
2656
|
background-color: hsl(var(--color-bg-default-hover));
|
|
2800
2657
|
}
|
|
2801
2658
|
|
|
2802
|
-
.data-\[highlighted\]\:color-bg-default-selected[data-highlighted] {
|
|
2803
|
-
background-color: hsl(var(--color-bg-default-selected));
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
2659
|
.data-\[state\=open\]\:color-bg-default-selected[data-state=open] {
|
|
2807
2660
|
background-color: hsl(var(--color-bg-default-selected));
|
|
2808
2661
|
}
|
|
2809
2662
|
|
|
2810
|
-
.data-\[state\=selected\]\:color-bg-
|
|
2811
|
-
background-color: hsl(var(--color-bg-
|
|
2663
|
+
.data-\[state\=selected\]\:color-bg-disabled[data-state=selected] {
|
|
2664
|
+
background-color: hsl(var(--color-bg-disabled));
|
|
2812
2665
|
}
|
|
2813
2666
|
|
|
2814
2667
|
.data-\[state\=checked\]\:color-bg-brand-hover[data-state=checked] {
|
|
@@ -2827,14 +2680,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2827
2680
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
2828
2681
|
}
|
|
2829
2682
|
|
|
2830
|
-
.dark\:color-bg-disabled:is(.dark *) {
|
|
2831
|
-
background-color: hsl(var(--color-bg-disabled));
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
.dark\:data-\[state\=active\]\:color-border-light[data-state=active]:is(.dark *) {
|
|
2835
|
-
border-color: hsl(var(--color-border-light));
|
|
2836
|
-
}
|
|
2837
|
-
|
|
2838
2683
|
@media (min-width: 1024px) {
|
|
2839
2684
|
|
|
2840
2685
|
.lg\:\!text-heading-2xlg {
|
|
@@ -2871,10 +2716,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2871
2716
|
color: hsl(var(--color-text-disabled));
|
|
2872
2717
|
}
|
|
2873
2718
|
|
|
2874
|
-
.\[\&_tr\]\:color-border-default tr {
|
|
2875
|
-
border-color: hsl(var(--color-border-default));
|
|
2876
|
-
}
|
|
2877
|
-
|
|
2878
2719
|
.data-\[state\=unchecked\]\:toggle-default[data-state=unchecked] {
|
|
2879
2720
|
background-color: hsl(var(--color-bg-disabled));
|
|
2880
2721
|
}
|
|
@@ -2915,6 +2756,10 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2915
2756
|
background-color: transparent;
|
|
2916
2757
|
}
|
|
2917
2758
|
|
|
2759
|
+
.hover\:bg-opacity-50:hover {
|
|
2760
|
+
--tw-bg-opacity: 0.5;
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2918
2763
|
.hover\:opacity-90:hover {
|
|
2919
2764
|
opacity: 0.9;
|
|
2920
2765
|
}
|
|
@@ -3127,6 +2972,14 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3127
2972
|
border-color: transparent;
|
|
3128
2973
|
}
|
|
3129
2974
|
|
|
2975
|
+
.data-\[state\=active\]\:bg-none[data-state=active] {
|
|
2976
|
+
background-image: none;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2980
|
+
opacity: 0.5;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
3130
2983
|
.data-\[swipe\=move\]\:transition-none[data-swipe=move] {
|
|
3131
2984
|
transition-property: none;
|
|
3132
2985
|
}
|
|
@@ -3285,25 +3138,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3285
3138
|
animation-duration: 500ms;
|
|
3286
3139
|
}
|
|
3287
3140
|
|
|
3288
|
-
.dark\:bg-\[\#000\]:is(.dark *) {
|
|
3289
|
-
--tw-bg-opacity: 1;
|
|
3290
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
.dark\:stroke-black:is(.dark *) {
|
|
3294
|
-
stroke: #000;
|
|
3295
|
-
}
|
|
3296
|
-
|
|
3297
|
-
.dark\:\!text-\[\#363B3F\]:is(.dark *) {
|
|
3298
|
-
--tw-text-opacity: 1 !important;
|
|
3299
|
-
color: rgb(54 59 63 / var(--tw-text-opacity)) !important;
|
|
3300
|
-
}
|
|
3301
|
-
|
|
3302
|
-
.dark\:text-\[\#363B3F\]:is(.dark *) {
|
|
3303
|
-
--tw-text-opacity: 1;
|
|
3304
|
-
color: rgb(54 59 63 / var(--tw-text-opacity));
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
3141
|
@media (min-width: 640px) {
|
|
3308
3142
|
|
|
3309
3143
|
.sm\:max-w-fit {
|
|
@@ -3344,10 +3178,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3344
3178
|
|
|
3345
3179
|
@media (min-width: 768px) {
|
|
3346
3180
|
|
|
3347
|
-
.md\:\!right-4 {
|
|
3348
|
-
right: 1rem !important;
|
|
3349
|
-
}
|
|
3350
|
-
|
|
3351
3181
|
.md\:block {
|
|
3352
3182
|
display: block;
|
|
3353
3183
|
}
|
package/dist/index.es.d.ts
CHANGED
|
@@ -371,7 +371,7 @@ export declare interface DynamicDrawerProps {
|
|
|
371
371
|
dismissible?: boolean;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
export declare const DynamicDrawerV2:
|
|
374
|
+
export declare const DynamicDrawerV2: default_2.FC<DynamicDrawerV2Props>;
|
|
375
375
|
|
|
376
376
|
export declare interface DynamicDrawerV2Props {
|
|
377
377
|
title?: string;
|
|
@@ -596,8 +596,6 @@ export declare const Popover: React_2.FC<PopoverPrimitive.PopoverProps>;
|
|
|
596
596
|
|
|
597
597
|
export declare const PopoverAnchor: React_2.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
598
598
|
|
|
599
|
-
export declare const PopoverClose: React_2.ForwardRefExoticComponent<PopoverPrimitive.PopoverCloseProps & React_2.RefAttributes<HTMLButtonElement>>;
|
|
600
|
-
|
|
601
599
|
export declare const PopoverContent: React_2.ForwardRefExoticComponent<PopoverContentProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
602
600
|
|
|
603
601
|
export declare interface PopoverContentProps extends React_2.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content> {
|
|
@@ -666,7 +664,6 @@ export declare const SheetContent: React_2.ForwardRefExoticComponent<SheetConten
|
|
|
666
664
|
declare interface SheetContentProps extends React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
667
665
|
overlayClasses?: string;
|
|
668
666
|
dismissible?: boolean;
|
|
669
|
-
hideCloseButton?: boolean;
|
|
670
667
|
}
|
|
671
668
|
|
|
672
669
|
export declare const SheetDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
|
|
@@ -873,17 +870,6 @@ export declare interface TextFieldProps extends React_2.InputHTMLAttributes<HTML
|
|
|
873
870
|
onChange?: (e: React_2.ChangeEvent<HTMLInputElement>) => void;
|
|
874
871
|
}
|
|
875
872
|
|
|
876
|
-
declare type Theme = "light" | "dark";
|
|
877
|
-
|
|
878
|
-
export declare const ThemeProvider: ({ children, defaultTheme, }: ThemeProviderProps) => JSX_2.Element;
|
|
879
|
-
|
|
880
|
-
declare type ThemeProviderProps = {
|
|
881
|
-
children: React.ReactNode;
|
|
882
|
-
defaultTheme?: Theme;
|
|
883
|
-
};
|
|
884
|
-
|
|
885
|
-
export declare const ThemeToggle: () => JSX_2.Element;
|
|
886
|
-
|
|
887
873
|
export declare const Toast: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React_2.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
888
874
|
variant?: "default" | "danger" | "secondary" | "success" | null | undefined;
|
|
889
875
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "center-top" | "center-bottom" | null | undefined;
|
|
@@ -947,7 +933,7 @@ declare const toggleVariants: (props?: ({
|
|
|
947
933
|
export declare const Tooltip: React_2.ForwardRefExoticComponent<TooltipProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
948
934
|
|
|
949
935
|
export declare interface TooltipProps extends React_2.HTMLAttributes<HTMLElement>, VariantProps<typeof tooltipVariants> {
|
|
950
|
-
text: string
|
|
936
|
+
text: string;
|
|
951
937
|
sideOffset?: number;
|
|
952
938
|
}
|
|
953
939
|
|
|
@@ -977,11 +963,6 @@ export declare function useSortableData(initialData: TableDataProps[], defaultSo
|
|
|
977
963
|
sortData: (keyName: string) => void;
|
|
978
964
|
};
|
|
979
965
|
|
|
980
|
-
export declare const useTheme: () => {
|
|
981
|
-
theme: Theme;
|
|
982
|
-
toggleTheme: () => void;
|
|
983
|
-
};
|
|
984
|
-
|
|
985
966
|
export declare function useToast(): {
|
|
986
967
|
toast: typeof toast;
|
|
987
968
|
dismiss: (toastId?: string) => void;
|