@fileverse/ui 4.2.1 → 5.0.1-sepia-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.css +199 -117
- package/dist/index.es.d.ts +17 -6
- package/dist/index.es.js +9463 -9277
- package/package.json +5 -4
package/dist/index.css
CHANGED
|
@@ -539,6 +539,7 @@ video {
|
|
|
539
539
|
--color-bg-danger-light: 354, 100%, 94%, 1; /* Red-100 */
|
|
540
540
|
--color-bg-default-inverse: 0, 0%, 0%, 1; /* Black */
|
|
541
541
|
--color-bg-tertiary: 195, 10%, 92%, 1; /* Tertiary */
|
|
542
|
+
--color-bg-success: 126, 73%, 39%, 1;
|
|
542
543
|
--color-bg-success-light: 124, 79%, 93%, 1; /* Green-100 */
|
|
543
544
|
|
|
544
545
|
/* Border */
|
|
@@ -547,7 +548,10 @@ video {
|
|
|
547
548
|
--color-border-light: 0, 0%, 100%, 1; /* White */
|
|
548
549
|
--color-border-active: 0, 0%, 0%, 1; /* Black */
|
|
549
550
|
--color-border-focused: 260, 100%, 52%, 1; /* Blue-700 */
|
|
551
|
+
--color-border-warning: 18, 88%, 55%, 1; /* Red-500 */
|
|
550
552
|
--color-border-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
553
|
+
--color-border-success: 127, 69%, 29%, 1;
|
|
554
|
+
--color-border-info: 260, 100%, 52%, 1;
|
|
551
555
|
--color-border-disabled: 206, 9%, 66%, 1; /* Gray-500 */
|
|
552
556
|
|
|
553
557
|
/* Icon */
|
|
@@ -558,6 +562,8 @@ video {
|
|
|
558
562
|
--color-icon-disabled: 206, 9%, 66%, 1; /* Gray-500 */
|
|
559
563
|
--color-icon-inverse: 0, 0%, 100%, 1; /* White */
|
|
560
564
|
--color-icon-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
565
|
+
--color-icon-warning: 18, 88%, 55%, 1;
|
|
566
|
+
--color-icon-info: 260, 100%, 52%, 1;
|
|
561
567
|
--color-icon-success: 127, 69%, 29%, 1; /* Green-700 */
|
|
562
568
|
--color-icon-on-brand: 207, 8%, 23%, 1; /* Gray-900 */
|
|
563
569
|
|
|
@@ -604,10 +610,11 @@ video {
|
|
|
604
610
|
--color-bg-brand: 50, 74%, 54%, 1; /* Yellow-400 */
|
|
605
611
|
--color-bg-brand-hover: 50, 60%, 45%, 1; /* Yellow-500 */
|
|
606
612
|
--color-bg-brand-light: 57, 92%, 76%, 1; /* Yellow-100 */
|
|
607
|
-
--color-bg-danger: 354,
|
|
613
|
+
--color-bg-danger: 354, 84%, 42%, 1; /* Red-200 */
|
|
608
614
|
--color-bg-danger-light: 356, 100%, 97%, 1; /* Red-50 */
|
|
609
615
|
--color-bg-default-inverse: 0, 0%, 100%, 1; /* White */
|
|
610
616
|
--color-bg-tertiary: 0, 0%, 25%, 1; /* Gray-800 */
|
|
617
|
+
--color-bg-success: 128, 59%, 20%, 1;
|
|
611
618
|
--color-bg-success-light: 128, 59%, 20%, 1; /* Green-900 */
|
|
612
619
|
|
|
613
620
|
/* Border */
|
|
@@ -617,6 +624,9 @@ video {
|
|
|
617
624
|
--color-border-active: 0, 0%, 91%, 1; /* Gray-200 */
|
|
618
625
|
--color-border-focused: 254, 100%, 73%, 1; /* Blue-400 */
|
|
619
626
|
--color-border-danger: 354, 100%, 70%, 1; /* Red-400 */
|
|
627
|
+
--color-border-warning: 22, 89%, 62%, 1; /* Red-500 */
|
|
628
|
+
--color-border-success: 126, 74%, 73%, 1;
|
|
629
|
+
--color-border-info: 254, 100%, 73%, 1;
|
|
620
630
|
--color-border-disabled: 0, 0%, 53%, 1; /* Gray-400 */
|
|
621
631
|
|
|
622
632
|
/* Icon */
|
|
@@ -626,12 +636,83 @@ video {
|
|
|
626
636
|
--color-icon-secondary: 0, 0%, 53%, 1; /* Gray-400 */
|
|
627
637
|
--color-icon-disabled: 0, 0%, 25%, 1; /* Gray-800 */
|
|
628
638
|
--color-icon-inverse: 207, 8%, 23%, 1; /* Gray-100 */
|
|
629
|
-
--color-icon-danger: 354,
|
|
630
|
-
--color-icon-
|
|
639
|
+
--color-icon-danger: 354, 100%, 70%, 1;
|
|
640
|
+
--color-icon-warning: 22, 89%, 62%, 1;
|
|
641
|
+
--color-icon-info: 254, 100%, 73%, 1;
|
|
642
|
+
--color-icon-success: 126, 74%, 73%, 1;
|
|
631
643
|
--color-icon-on-brand: 0, 0%, 18%, 1; /* Gray-950 */
|
|
632
644
|
/* Utility */
|
|
633
645
|
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
634
646
|
}
|
|
647
|
+
|
|
648
|
+
.sepia {
|
|
649
|
+
/* Button */
|
|
650
|
+
--color-button-default: 28, 16%, 21%, 1; /* #3E352D */
|
|
651
|
+
--color-button-default-hover: 29, 16%, 26%, 1; /* #4D4238 */
|
|
652
|
+
--color-button-secondary: 41, 61%, 84%, 1; /* #EFDFBD */
|
|
653
|
+
--color-button-secondary-hover: 28, 16%, 21%, 0.06; /* #3E352D 6% */
|
|
654
|
+
--color-button-disabled: 28, 16%, 21%, 0.04; /* #3E352D 4% */
|
|
655
|
+
--color-button-danger: 0, 71%, 38%, 1; /* #A61C1C */
|
|
656
|
+
--color-button-danger-hover: 0, 71%, 42%, 1; /* #B71F1F */
|
|
657
|
+
--color-button-floating: 41, 61%, 84%, 1; /* #EFDFBD */
|
|
658
|
+
--color-button-floating-hover: 28, 16%, 21%, 0.06; /* #3E352D 6% */
|
|
659
|
+
|
|
660
|
+
/* Text */
|
|
661
|
+
--color-text-default: 28, 16%, 21%, 1; /* #3E352D */
|
|
662
|
+
--color-text-secondary: 31, 17%, 42%, 1; /* #7D6B58 */
|
|
663
|
+
--color-text-disabled: 31, 29%, 64%, 1; /* #BEA489 */
|
|
664
|
+
--color-text-danger: 0, 71%, 38%, 1; /* #A61C1C */
|
|
665
|
+
--color-text-success: 77, 23%, 35%, 1; /* #616C44 */
|
|
666
|
+
--color-text-inverse: 41, 61%, 84%, 1; /* #EFDFBD */
|
|
667
|
+
--color-text-link: 199, 100%, 29%, 1; /* #006494 */
|
|
668
|
+
--color-text-on-brand: 28, 16%, 21%, 1; /* #3E352D */
|
|
669
|
+
|
|
670
|
+
/* Background */
|
|
671
|
+
--color-bg-default: 41, 61%, 84%, 1; /* #EFDFBD */
|
|
672
|
+
--color-bg-default-hover: 28, 16%, 21%, 0.08; /* #3E352D 8% */
|
|
673
|
+
--color-bg-default-active: 46, 88%, 56%, 1; /* #F2C42D */
|
|
674
|
+
--color-bg-default-selected: 28, 16%, 21%, 0.1; /* #3E352D 10% */
|
|
675
|
+
--color-bg-secondary: 41, 61%, 80%, 1; /* #EBD7AD */
|
|
676
|
+
--color-bg-secondary-hover: 28, 16%, 21%, 0.12; /* #3E352D 12% */
|
|
677
|
+
--color-bg-disabled: 28, 16%, 21%, 0.04; /* #3E352D 4% */
|
|
678
|
+
--color-bg-brand: 46, 88%, 56%, 1; /* #F2C42D */
|
|
679
|
+
--color-bg-brand-hover: 40, 84%, 50%, 1; /* #EBA515 */
|
|
680
|
+
--color-bg-brand-light: 47, 87%, 88%, 1; /* #FBEFC5 */
|
|
681
|
+
--color-bg-danger: 0, 71%, 38%, 1; /* #A61C1C */
|
|
682
|
+
--color-bg-danger-light: 0, 71%, 42%, 0.06; /* #B71F1F 6% */
|
|
683
|
+
--color-bg-default-inverse: 28, 16%, 21%, 1; /* #3E352D */
|
|
684
|
+
--color-bg-tertiary: 44, 32%, 86%, 1; /* #E7E1D0 */
|
|
685
|
+
--color-bg-success: 77, 23%, 35%, 1; /* #616C44 */
|
|
686
|
+
--color-bg-success-light: 76, 23%, 64%, 1; /* #ADB88E */
|
|
687
|
+
|
|
688
|
+
/* Border */
|
|
689
|
+
--color-border-default: 41, 49%, 76%, 1; /* #E0CDA4 */
|
|
690
|
+
--color-border-hover: 41, 50%, 68%, 1; /* #D6BC85 */
|
|
691
|
+
--color-border-light: 41, 61%, 84%, 1; /* #EFDFBD */
|
|
692
|
+
--color-border-active: 28, 16%, 21%, 1; /* #3E352D */
|
|
693
|
+
--color-border-focused: 199, 100%, 29%, 1; /* #006494 */
|
|
694
|
+
--color-border-danger: 0, 71%, 38%, 1; /* #A61C1C */
|
|
695
|
+
--color-border-warning: 12, 85%, 60%, 1; /* #F06543 */
|
|
696
|
+
--color-border-success: 77, 23%, 35%, 1; /* #616C44 */
|
|
697
|
+
--color-border-info: 199, 100%, 29%, 1; /* #006494 */
|
|
698
|
+
--color-border-disabled: 31, 29%, 64%, 1; /* #BEA489 */
|
|
699
|
+
|
|
700
|
+
/* Icon */
|
|
701
|
+
--color-icon-default: 28, 16%, 21%, 1; /* #3E352D */
|
|
702
|
+
--color-icon-default-hover: 29, 16%, 26%, 1; /* #4D4238 */
|
|
703
|
+
--color-icon-brand: 46, 88%, 56%, 1; /* #F2C42D */
|
|
704
|
+
--color-icon-secondary: 31, 17%, 42%, 1; /* #7D6B58 */
|
|
705
|
+
--color-icon-disabled: 31, 29%, 64%, 1; /* #BEA489 */
|
|
706
|
+
--color-icon-inverse: 41, 61%, 84%, 1; /* #EFDFBD */
|
|
707
|
+
--color-icon-danger: 0, 71%, 38%, 1; /* #A61C1C */
|
|
708
|
+
--color-icon-warning: 12, 85%, 60%, 1; /* #F06543 */
|
|
709
|
+
--color-icon-info: 199, 100%, 29%, 1; /* #006494 */
|
|
710
|
+
--color-icon-success: 77, 23%, 35%, 1; /* #616C44 */
|
|
711
|
+
--color-icon-on-brand: 28, 16%, 21%, 1; /* #3E352D */
|
|
712
|
+
|
|
713
|
+
/* Utility */
|
|
714
|
+
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
715
|
+
}
|
|
635
716
|
* {
|
|
636
717
|
border-color: hsl(var(--color-border-default));
|
|
637
718
|
-webkit-font-smoothing: antialiased;
|
|
@@ -867,6 +948,10 @@ video {
|
|
|
867
948
|
background-color: hsl(var(--color-bg-success-light));
|
|
868
949
|
}
|
|
869
950
|
|
|
951
|
+
.color-bg-success {
|
|
952
|
+
background-color: hsl(var(--color-bg-success));
|
|
953
|
+
}
|
|
954
|
+
|
|
870
955
|
.\!color-bg-default-inverse {
|
|
871
956
|
background-color: hsl(var(--color-bg-default-inverse)) !important;
|
|
872
957
|
}
|
|
@@ -916,6 +1001,19 @@ video {
|
|
|
916
1001
|
border-color: hsl(var(--color-border-default));
|
|
917
1002
|
}
|
|
918
1003
|
|
|
1004
|
+
.color-border-toast-warning {
|
|
1005
|
+
border-left-color: hsl(var(--color-border-warning));
|
|
1006
|
+
}
|
|
1007
|
+
.color-border-toast-error {
|
|
1008
|
+
border-left-color: hsl(var(--color-border-danger));
|
|
1009
|
+
}
|
|
1010
|
+
.color-border-toast-success {
|
|
1011
|
+
border-left-color: hsl(var(--color-border-success));
|
|
1012
|
+
}
|
|
1013
|
+
.color-border-toast-info {
|
|
1014
|
+
border-left-color: hsl(var(--color-border-info));
|
|
1015
|
+
}
|
|
1016
|
+
|
|
919
1017
|
.color-border-hover {
|
|
920
1018
|
border-color: hsl(var(--color-border-hover));
|
|
921
1019
|
}
|
|
@@ -960,6 +1058,20 @@ video {
|
|
|
960
1058
|
color: hsl(var(--color-icon-inverse));
|
|
961
1059
|
}
|
|
962
1060
|
|
|
1061
|
+
.color-icon-success {
|
|
1062
|
+
color: hsl(var(--color-icon-success));
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.color-icon-danger {
|
|
1066
|
+
color: hsl(var(--color-icon-danger));
|
|
1067
|
+
}
|
|
1068
|
+
.color-icon-warning {
|
|
1069
|
+
color: hsl(var(--color-icon-warning));
|
|
1070
|
+
}
|
|
1071
|
+
.color-icon-info {
|
|
1072
|
+
color: hsl(var(--color-icon-info));
|
|
1073
|
+
}
|
|
1074
|
+
|
|
963
1075
|
.color-utility-overlay {
|
|
964
1076
|
background-color: hsl(var(--color-utility-overlay));
|
|
965
1077
|
}
|
|
@@ -1172,9 +1284,6 @@ video {
|
|
|
1172
1284
|
.top-1\/2 {
|
|
1173
1285
|
top: 50%;
|
|
1174
1286
|
}
|
|
1175
|
-
.top-2 {
|
|
1176
|
-
top: 0.5rem;
|
|
1177
|
-
}
|
|
1178
1287
|
.top-3 {
|
|
1179
1288
|
top: 0.75rem;
|
|
1180
1289
|
}
|
|
@@ -1556,6 +1665,9 @@ video {
|
|
|
1556
1665
|
.w-\[180px\] {
|
|
1557
1666
|
width: 180px;
|
|
1558
1667
|
}
|
|
1668
|
+
.w-\[18px\] {
|
|
1669
|
+
width: 18px;
|
|
1670
|
+
}
|
|
1559
1671
|
.w-\[200px\] {
|
|
1560
1672
|
width: 200px;
|
|
1561
1673
|
}
|
|
@@ -1568,6 +1680,9 @@ video {
|
|
|
1568
1680
|
.w-\[280px\] {
|
|
1569
1681
|
width: 280px;
|
|
1570
1682
|
}
|
|
1683
|
+
.w-\[320px\] {
|
|
1684
|
+
width: 320px;
|
|
1685
|
+
}
|
|
1571
1686
|
.w-\[350px\] {
|
|
1572
1687
|
width: 350px;
|
|
1573
1688
|
}
|
|
@@ -1958,6 +2073,9 @@ video {
|
|
|
1958
2073
|
.gap-8 {
|
|
1959
2074
|
gap: 2rem;
|
|
1960
2075
|
}
|
|
2076
|
+
.gap-\[4px\] {
|
|
2077
|
+
gap: 4px;
|
|
2078
|
+
}
|
|
1961
2079
|
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
|
1962
2080
|
--tw-space-x-reverse: 0;
|
|
1963
2081
|
margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
|
|
@@ -2018,18 +2136,27 @@ video {
|
|
|
2018
2136
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
2019
2137
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
2020
2138
|
}
|
|
2139
|
+
.self-start {
|
|
2140
|
+
align-self: flex-start;
|
|
2141
|
+
}
|
|
2021
2142
|
.overflow-auto {
|
|
2022
2143
|
overflow: auto;
|
|
2023
2144
|
}
|
|
2024
2145
|
.overflow-hidden {
|
|
2025
2146
|
overflow: hidden;
|
|
2026
2147
|
}
|
|
2148
|
+
.overflow-clip {
|
|
2149
|
+
overflow: clip;
|
|
2150
|
+
}
|
|
2027
2151
|
.overflow-y-auto {
|
|
2028
2152
|
overflow-y: auto;
|
|
2029
2153
|
}
|
|
2030
2154
|
.overflow-x-hidden {
|
|
2031
2155
|
overflow-x: hidden;
|
|
2032
2156
|
}
|
|
2157
|
+
.overscroll-contain {
|
|
2158
|
+
overscroll-behavior: contain;
|
|
2159
|
+
}
|
|
2033
2160
|
.truncate {
|
|
2034
2161
|
overflow: hidden;
|
|
2035
2162
|
text-overflow: ellipsis;
|
|
@@ -2132,12 +2259,22 @@ video {
|
|
|
2132
2259
|
.border-\[0\.5px\] {
|
|
2133
2260
|
border-width: 0.5px;
|
|
2134
2261
|
}
|
|
2262
|
+
.border-y {
|
|
2263
|
+
border-top-width: 1px;
|
|
2264
|
+
border-bottom-width: 1px;
|
|
2265
|
+
}
|
|
2135
2266
|
.border-b {
|
|
2136
2267
|
border-bottom-width: 1px;
|
|
2137
2268
|
}
|
|
2138
2269
|
.border-b-2 {
|
|
2139
2270
|
border-bottom-width: 2px;
|
|
2140
2271
|
}
|
|
2272
|
+
.border-l {
|
|
2273
|
+
border-left-width: 1px;
|
|
2274
|
+
}
|
|
2275
|
+
.border-l-4 {
|
|
2276
|
+
border-left-width: 4px;
|
|
2277
|
+
}
|
|
2141
2278
|
.border-r {
|
|
2142
2279
|
border-right-width: 1px;
|
|
2143
2280
|
}
|
|
@@ -2170,6 +2307,9 @@ video {
|
|
|
2170
2307
|
.border-transparent {
|
|
2171
2308
|
border-color: transparent;
|
|
2172
2309
|
}
|
|
2310
|
+
.border-l-\[hsl\(var\(--color-border-active\)\)\] {
|
|
2311
|
+
border-left-color: hsl(var(--color-border-active));
|
|
2312
|
+
}
|
|
2173
2313
|
.\!bg-transparent {
|
|
2174
2314
|
background-color: transparent !important;
|
|
2175
2315
|
}
|
|
@@ -2190,8 +2330,8 @@ video {
|
|
|
2190
2330
|
.bg-none {
|
|
2191
2331
|
background-image: none;
|
|
2192
2332
|
}
|
|
2193
|
-
.stroke-
|
|
2194
|
-
stroke:
|
|
2333
|
+
.stroke-\[hsl\(var\(--color-bg-default\)\)\] {
|
|
2334
|
+
stroke: hsl(var(--color-bg-default));
|
|
2195
2335
|
}
|
|
2196
2336
|
.object-contain {
|
|
2197
2337
|
-o-object-fit: contain;
|
|
@@ -2304,6 +2444,9 @@ video {
|
|
|
2304
2444
|
.\!pb-0 {
|
|
2305
2445
|
padding-bottom: 0px !important;
|
|
2306
2446
|
}
|
|
2447
|
+
.\!pb-\[calc\(16px\+24px\)\] {
|
|
2448
|
+
padding-bottom: calc(16px + 24px) !important;
|
|
2449
|
+
}
|
|
2307
2450
|
.\!pr-0 {
|
|
2308
2451
|
padding-right: 0px !important;
|
|
2309
2452
|
}
|
|
@@ -2432,6 +2575,12 @@ video {
|
|
|
2432
2575
|
--tw-text-opacity: 1;
|
|
2433
2576
|
color: rgb(119 129 138 / var(--tw-text-opacity, 1));
|
|
2434
2577
|
}
|
|
2578
|
+
.text-\[hsl\(var\(--color-text-inverse\)\)\] {
|
|
2579
|
+
color: hsl(var(--color-text-inverse));
|
|
2580
|
+
}
|
|
2581
|
+
.text-current {
|
|
2582
|
+
color: currentColor;
|
|
2583
|
+
}
|
|
2435
2584
|
.text-gray-400 {
|
|
2436
2585
|
--tw-text-opacity: 1;
|
|
2437
2586
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
@@ -2516,6 +2665,10 @@ video {
|
|
|
2516
2665
|
--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));
|
|
2517
2666
|
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);
|
|
2518
2667
|
}
|
|
2668
|
+
.sepia {
|
|
2669
|
+
--tw-sepia: sepia(100%);
|
|
2670
|
+
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);
|
|
2671
|
+
}
|
|
2519
2672
|
.filter {
|
|
2520
2673
|
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);
|
|
2521
2674
|
}
|
|
@@ -2554,6 +2707,9 @@ video {
|
|
|
2554
2707
|
.duration-300 {
|
|
2555
2708
|
transition-duration: 300ms;
|
|
2556
2709
|
}
|
|
2710
|
+
.duration-500 {
|
|
2711
|
+
transition-duration: 500ms;
|
|
2712
|
+
}
|
|
2557
2713
|
.ease-in-out {
|
|
2558
2714
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2559
2715
|
}
|
|
@@ -2577,6 +2733,9 @@ video {
|
|
|
2577
2733
|
.duration-300 {
|
|
2578
2734
|
animation-duration: 300ms;
|
|
2579
2735
|
}
|
|
2736
|
+
.duration-500 {
|
|
2737
|
+
animation-duration: 500ms;
|
|
2738
|
+
}
|
|
2580
2739
|
.ease-in-out {
|
|
2581
2740
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2582
2741
|
}
|
|
@@ -2677,7 +2836,7 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2677
2836
|
}
|
|
2678
2837
|
|
|
2679
2838
|
.toast-mini {
|
|
2680
|
-
padding: 12px !important;
|
|
2839
|
+
padding: 8px 12px !important;
|
|
2681
2840
|
gap: 8px !important;
|
|
2682
2841
|
width: -moz-fit-content !important;
|
|
2683
2842
|
width: fit-content !important;
|
|
@@ -2707,7 +2866,7 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2707
2866
|
padding-bottom: 20px !important;
|
|
2708
2867
|
}
|
|
2709
2868
|
.left-space-lg {
|
|
2710
|
-
padding-left: 20px !important;
|
|
2869
|
+
padding-left: 20px !important;
|
|
2711
2870
|
}
|
|
2712
2871
|
.right-space-lg {
|
|
2713
2872
|
padding-right: 20px !important;
|
|
@@ -2740,7 +2899,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2740
2899
|
padding-right: 12px !important;
|
|
2741
2900
|
}
|
|
2742
2901
|
|
|
2743
|
-
|
|
2744
2902
|
.space-xsm {
|
|
2745
2903
|
padding: 8px !important;
|
|
2746
2904
|
}
|
|
@@ -2776,10 +2934,10 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2776
2934
|
padding-right: 4px !important;
|
|
2777
2935
|
}
|
|
2778
2936
|
.bottom-space-2xsm {
|
|
2779
|
-
padding-bottom: 4px !important
|
|
2937
|
+
padding-bottom: 4px !important;
|
|
2780
2938
|
}
|
|
2781
2939
|
.bottom-space-2xlg {
|
|
2782
|
-
padding-bottom: 32px !important
|
|
2940
|
+
padding-bottom: 32px !important;
|
|
2783
2941
|
}
|
|
2784
2942
|
.space-2xsm {
|
|
2785
2943
|
padding: 4px !important;
|
|
@@ -2811,7 +2969,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2811
2969
|
padding-top: 32px !important;
|
|
2812
2970
|
}
|
|
2813
2971
|
|
|
2814
|
-
|
|
2815
2972
|
.gap-xsm {
|
|
2816
2973
|
gap: 8px !important;
|
|
2817
2974
|
}
|
|
@@ -2877,6 +3034,9 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2877
3034
|
.checked\:color-bg-default-inverse:checked {
|
|
2878
3035
|
background-color: hsl(var(--color-bg-default-inverse));
|
|
2879
3036
|
}
|
|
3037
|
+
.focus-within\:color-button-secondary-hover:focus-within {
|
|
3038
|
+
background-color: hsl(var(--color-button-secondary-hover));
|
|
3039
|
+
}
|
|
2880
3040
|
.hover\:color-text-inverse:hover {
|
|
2881
3041
|
color: hsl(var(--color-text-inverse));
|
|
2882
3042
|
}
|
|
@@ -2938,72 +3098,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2938
3098
|
.disabled\:color-border-disabled:disabled {
|
|
2939
3099
|
border-color: hsl(var(--color-border-disabled));
|
|
2940
3100
|
}
|
|
2941
|
-
.group.secondary .group-\[\.secondary\]\:color-text-default {
|
|
2942
|
-
color: hsl(var(--color-text-default));
|
|
2943
|
-
}
|
|
2944
|
-
.group.danger .group-\[\.danger\]\:color-text-danger {
|
|
2945
|
-
color: hsl(var(--color-text-danger));
|
|
2946
|
-
}
|
|
2947
|
-
.group.success .group-\[\.success\]\:color-text-success {
|
|
2948
|
-
color: hsl(var(--color-text-success));
|
|
2949
|
-
}
|
|
2950
|
-
.group.default .group-\[\.default\]\:color-text-inverse {
|
|
2951
|
-
color: hsl(var(--color-text-inverse));
|
|
2952
|
-
}
|
|
2953
|
-
.group.secondary .group-\[\.secondary\]\:color-bg-secondary {
|
|
2954
|
-
background-color: hsl(var(--color-bg-secondary));
|
|
2955
|
-
}
|
|
2956
|
-
.group.danger .group-\[\.danger\]\:color-bg-danger-light {
|
|
2957
|
-
background-color: hsl(var(--color-bg-danger-light));
|
|
2958
|
-
}
|
|
2959
|
-
.group.success .group-\[\.success\]\:color-bg-success-light {
|
|
2960
|
-
background-color: hsl(var(--color-bg-success-light));
|
|
2961
|
-
}
|
|
2962
|
-
.group.default .group-\[\.default\]\:color-bg-default-inverse {
|
|
2963
|
-
background-color: hsl(var(--color-bg-default-inverse));
|
|
2964
|
-
}
|
|
2965
|
-
.group.default .group-\[\.default\]\:color-border-default {
|
|
2966
|
-
border-color: hsl(var(--color-border-default));
|
|
2967
|
-
}
|
|
2968
|
-
.group.secondary .group-\[\.secondary\]\:color-border-default {
|
|
2969
|
-
border-color: hsl(var(--color-border-default));
|
|
2970
|
-
}
|
|
2971
|
-
.group.success .group-\[\.success\]\:color-border-default {
|
|
2972
|
-
border-color: hsl(var(--color-border-default));
|
|
2973
|
-
}
|
|
2974
|
-
.group.secondary .group-\[\.secondary\]\:color-border-hover {
|
|
2975
|
-
border-color: hsl(var(--color-border-hover));
|
|
2976
|
-
}
|
|
2977
|
-
.group.success .group-\[\.success\]\:color-border-hover {
|
|
2978
|
-
border-color: hsl(var(--color-border-hover));
|
|
2979
|
-
}
|
|
2980
|
-
.group.danger .group-\[\.danger\]\:color-border-danger {
|
|
2981
|
-
border-color: hsl(var(--color-border-danger));
|
|
2982
|
-
}
|
|
2983
|
-
.group.secondary .group-\[\.secondary\]\:hover\:color-text-default:hover {
|
|
2984
|
-
color: hsl(var(--color-text-default));
|
|
2985
|
-
}
|
|
2986
|
-
.group.danger .group-\[\.danger\]\:hover\:color-text-danger:hover {
|
|
2987
|
-
color: hsl(var(--color-text-danger));
|
|
2988
|
-
}
|
|
2989
|
-
.group.success .group-\[\.success\]\:hover\:color-text-success:hover {
|
|
2990
|
-
color: hsl(var(--color-text-success));
|
|
2991
|
-
}
|
|
2992
|
-
.group.default .group-\[\.default\]\:hover\:color-text-inverse:hover {
|
|
2993
|
-
color: hsl(var(--color-text-inverse));
|
|
2994
|
-
}
|
|
2995
|
-
.group.secondary .group-\[\.secondary\]\:hover\:color-bg-secondary:hover {
|
|
2996
|
-
background-color: hsl(var(--color-bg-secondary));
|
|
2997
|
-
}
|
|
2998
|
-
.group.danger .group-\[\.danger\]\:hover\:color-bg-danger-light:hover {
|
|
2999
|
-
background-color: hsl(var(--color-bg-danger-light));
|
|
3000
|
-
}
|
|
3001
|
-
.group.success .group-\[\.success\]\:hover\:color-bg-success-light:hover {
|
|
3002
|
-
background-color: hsl(var(--color-bg-success-light));
|
|
3003
|
-
}
|
|
3004
|
-
.group.default .group-\[\.default\]\:hover\:color-bg-default-inverse:hover {
|
|
3005
|
-
background-color: hsl(var(--color-bg-default-inverse));
|
|
3006
|
-
}
|
|
3007
3101
|
.aria-selected\:color-text-default[aria-selected="true"] {
|
|
3008
3102
|
color: hsl(var(--color-text-default));
|
|
3009
3103
|
}
|
|
@@ -3049,12 +3143,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3049
3143
|
.data-\[state\=checked\]\:hover\:enabled\:color-bg-brand-hover:enabled:hover[data-state="checked"] {
|
|
3050
3144
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
3051
3145
|
}
|
|
3052
|
-
.dark\:color-bg-disabled:is(.dark *) {
|
|
3053
|
-
background-color: hsl(var(--color-bg-disabled));
|
|
3054
|
-
}
|
|
3055
|
-
.dark\:data-\[state\=active\]\:color-border-light[data-state="active"]:is(.dark *) {
|
|
3056
|
-
border-color: hsl(var(--color-border-light));
|
|
3057
|
-
}
|
|
3058
3146
|
@media (min-width: 1024px) {
|
|
3059
3147
|
|
|
3060
3148
|
.lg\:\!text-heading-2xlg {
|
|
@@ -3131,9 +3219,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3131
3219
|
--tw-brightness: brightness(.95);
|
|
3132
3220
|
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);
|
|
3133
3221
|
}
|
|
3134
|
-
.focus\:opacity-100:focus {
|
|
3135
|
-
opacity: 1;
|
|
3136
|
-
}
|
|
3137
3222
|
.focus\:shadow-none:focus {
|
|
3138
3223
|
--tw-shadow: 0 0 #0000;
|
|
3139
3224
|
--tw-shadow-colored: 0 0 #0000;
|
|
@@ -3197,10 +3282,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3197
3282
|
.group:hover .group-hover\:opacity-100 {
|
|
3198
3283
|
opacity: 1;
|
|
3199
3284
|
}
|
|
3200
|
-
.group:hover .group-hover\:brightness-95 {
|
|
3201
|
-
--tw-brightness: brightness(.95);
|
|
3202
|
-
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);
|
|
3203
|
-
}
|
|
3204
3285
|
.peer:checked ~ .peer-checked\:block {
|
|
3205
3286
|
display: block;
|
|
3206
3287
|
}
|
|
@@ -3302,6 +3383,9 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3302
3383
|
.data-\[state\=closed\]\:duration-300[data-state="closed"] {
|
|
3303
3384
|
transition-duration: 300ms;
|
|
3304
3385
|
}
|
|
3386
|
+
.data-\[state\=open\]\:duration-300[data-state="open"] {
|
|
3387
|
+
transition-duration: 300ms;
|
|
3388
|
+
}
|
|
3305
3389
|
.data-\[state\=open\]\:duration-500[data-state="open"] {
|
|
3306
3390
|
transition-duration: 500ms;
|
|
3307
3391
|
}
|
|
@@ -3362,8 +3446,8 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3362
3446
|
.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
|
|
3363
3447
|
--tw-exit-translate-y: 100%;
|
|
3364
3448
|
}
|
|
3365
|
-
.data-\[state\=closed\]\:slide-out-to-bottom
|
|
3366
|
-
--tw-exit-translate-y: 100
|
|
3449
|
+
.data-\[state\=closed\]\:slide-out-to-bottom-\[calc\(100\%\+16px\*2\)\][data-state="closed"] {
|
|
3450
|
+
--tw-exit-translate-y: calc(100% + 16px * 2);
|
|
3367
3451
|
}
|
|
3368
3452
|
.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
|
|
3369
3453
|
--tw-exit-translate-x: -100%;
|
|
@@ -3371,14 +3455,14 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3371
3455
|
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
|
|
3372
3456
|
--tw-exit-translate-x: -50%;
|
|
3373
3457
|
}
|
|
3374
|
-
.data-\[state\=closed\]\:slide-out-to-left
|
|
3375
|
-
--tw-exit-translate-x: -100
|
|
3458
|
+
.data-\[state\=closed\]\:slide-out-to-left-\[calc\(100\%\+16px\*2\)\][data-state="closed"] {
|
|
3459
|
+
--tw-exit-translate-x: -calc(100% + 16px * 2);
|
|
3376
3460
|
}
|
|
3377
3461
|
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
|
|
3378
3462
|
--tw-exit-translate-x: 100%;
|
|
3379
3463
|
}
|
|
3380
|
-
.data-\[state\=closed\]\:slide-out-to-right
|
|
3381
|
-
--tw-exit-translate-x: 100
|
|
3464
|
+
.data-\[state\=closed\]\:slide-out-to-right-\[calc\(100\%\+16px\*2\)\][data-state="closed"] {
|
|
3465
|
+
--tw-exit-translate-x: calc(100% + 16px * 2);
|
|
3382
3466
|
}
|
|
3383
3467
|
.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
|
|
3384
3468
|
--tw-exit-translate-y: -100%;
|
|
@@ -3386,14 +3470,14 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3386
3470
|
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
3387
3471
|
--tw-exit-translate-y: -48%;
|
|
3388
3472
|
}
|
|
3389
|
-
.data-\[state\=closed\]\:slide-out-to-top
|
|
3390
|
-
--tw-exit-translate-y: -100
|
|
3473
|
+
.data-\[state\=closed\]\:slide-out-to-top-\[calc\(100\%\+16px\*2\)\][data-state="closed"] {
|
|
3474
|
+
--tw-exit-translate-y: -calc(100% + 16px * 2);
|
|
3391
3475
|
}
|
|
3392
3476
|
.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
|
|
3393
3477
|
--tw-enter-translate-y: 100%;
|
|
3394
3478
|
}
|
|
3395
|
-
.data-\[state\=open\]\:slide-in-from-bottom
|
|
3396
|
-
--tw-enter-translate-y: 100
|
|
3479
|
+
.data-\[state\=open\]\:slide-in-from-bottom-\[calc\(100\%\+16px\*2\)\][data-state="open"] {
|
|
3480
|
+
--tw-enter-translate-y: calc(100% + 16px * 2);
|
|
3397
3481
|
}
|
|
3398
3482
|
.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
|
|
3399
3483
|
--tw-enter-translate-x: -100%;
|
|
@@ -3401,31 +3485,33 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3401
3485
|
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
|
|
3402
3486
|
--tw-enter-translate-x: -50%;
|
|
3403
3487
|
}
|
|
3488
|
+
.data-\[state\=open\]\:slide-in-from-left-\[calc\(100\%\+16px\*2\)\][data-state="open"] {
|
|
3489
|
+
--tw-enter-translate-x: -calc(100% + 16px * 2);
|
|
3490
|
+
}
|
|
3404
3491
|
.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
|
|
3405
3492
|
--tw-enter-translate-x: 100%;
|
|
3406
3493
|
}
|
|
3494
|
+
.data-\[state\=open\]\:slide-in-from-right-\[calc\(100\%\+16px\*2\)\][data-state="open"] {
|
|
3495
|
+
--tw-enter-translate-x: calc(100% + 16px * 2);
|
|
3496
|
+
}
|
|
3407
3497
|
.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
|
|
3408
3498
|
--tw-enter-translate-y: -100%;
|
|
3409
3499
|
}
|
|
3410
3500
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
|
|
3411
3501
|
--tw-enter-translate-y: -48%;
|
|
3412
3502
|
}
|
|
3413
|
-
.data-\[state\=open\]\:slide-in-from-top
|
|
3414
|
-
--tw-enter-translate-y: -100
|
|
3503
|
+
.data-\[state\=open\]\:slide-in-from-top-\[calc\(100\%\+16px\*2\)\][data-state="open"] {
|
|
3504
|
+
--tw-enter-translate-y: -calc(100% + 16px * 2);
|
|
3415
3505
|
}
|
|
3416
3506
|
.data-\[state\=closed\]\:duration-300[data-state="closed"] {
|
|
3417
3507
|
animation-duration: 300ms;
|
|
3418
3508
|
}
|
|
3509
|
+
.data-\[state\=open\]\:duration-300[data-state="open"] {
|
|
3510
|
+
animation-duration: 300ms;
|
|
3511
|
+
}
|
|
3419
3512
|
.data-\[state\=open\]\:duration-500[data-state="open"] {
|
|
3420
3513
|
animation-duration: 500ms;
|
|
3421
3514
|
}
|
|
3422
|
-
.dark\:bg-\[\#000\]:is(.dark *) {
|
|
3423
|
-
--tw-bg-opacity: 1;
|
|
3424
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
3425
|
-
}
|
|
3426
|
-
.dark\:stroke-black:is(.dark *) {
|
|
3427
|
-
stroke: #000;
|
|
3428
|
-
}
|
|
3429
3515
|
.dark\:\!text-\[\#363B3F\]:is(.dark *) {
|
|
3430
3516
|
--tw-text-opacity: 1 !important;
|
|
3431
3517
|
color: rgb(54 59 63 / var(--tw-text-opacity, 1)) !important;
|
|
@@ -3503,10 +3589,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3503
3589
|
width: auto;
|
|
3504
3590
|
}
|
|
3505
3591
|
|
|
3506
|
-
.md\:max-w-\[420px\] {
|
|
3507
|
-
max-width: 420px;
|
|
3508
|
-
}
|
|
3509
|
-
|
|
3510
3592
|
.md\:max-w-min {
|
|
3511
3593
|
max-width: -moz-min-content;
|
|
3512
3594
|
max-width: min-content;
|
|
@@ -3716,4 +3798,4 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3716
3798
|
}
|
|
3717
3799
|
.\[\&_tr\]\:border-b tr {
|
|
3718
3800
|
border-bottom-width: 1px;
|
|
3719
|
-
}
|
|
3801
|
+
}
|
package/dist/index.es.d.ts
CHANGED
|
@@ -907,7 +907,7 @@ export declare interface TextFieldProps extends React_2.InputHTMLAttributes<HTML
|
|
|
907
907
|
icon?: LucideIconProps["name"];
|
|
908
908
|
}
|
|
909
909
|
|
|
910
|
-
declare type Theme = "light" | "dark";
|
|
910
|
+
declare type Theme = "light" | "dark" | "sepia";
|
|
911
911
|
|
|
912
912
|
export declare const ThemeProvider: ({ children, defaultTheme, }: ThemeProviderProps) => JSX_2.Element;
|
|
913
913
|
|
|
@@ -949,13 +949,13 @@ declare interface TimePickerProps extends React_2.HTMLAttributes<HTMLDivElement>
|
|
|
949
949
|
declare type TimePickerType = "minutes" | "seconds" | "hours" | "12hours";
|
|
950
950
|
|
|
951
951
|
export declare const Toast: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React_2.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
952
|
-
variant?: "default" | "
|
|
952
|
+
variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
|
|
953
|
+
type?: "normal" | "mini" | null | undefined;
|
|
953
954
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "center-top" | "center-bottom" | null | undefined;
|
|
954
955
|
} & ClassProp) | undefined) => string> & {
|
|
955
956
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "center-top" | "center-bottom";
|
|
956
957
|
duration?: number;
|
|
957
|
-
|
|
958
|
-
customIcon?: string;
|
|
958
|
+
toastType?: "mini" | "normal";
|
|
959
959
|
} & React_2.RefAttributes<HTMLLIElement>>;
|
|
960
960
|
|
|
961
961
|
export declare function toast({ ...props }: Toast_2): {
|
|
@@ -984,9 +984,20 @@ export declare interface ToasterProps {
|
|
|
984
984
|
|
|
985
985
|
declare type ToasterToast = ToastProps & {
|
|
986
986
|
id: string;
|
|
987
|
-
title?:
|
|
987
|
+
title?: string;
|
|
988
|
+
toastType?: "normal" | "mini";
|
|
989
|
+
isLoading?: boolean;
|
|
990
|
+
iconType?: "icon" | "emoji";
|
|
991
|
+
customEmoji?: string;
|
|
992
|
+
customIcon?: keyof typeof UltimateIcons;
|
|
988
993
|
description?: React_2.ReactNode;
|
|
989
|
-
|
|
994
|
+
showCloseButton?: boolean;
|
|
995
|
+
isActionable?: boolean;
|
|
996
|
+
toastIdentifier?: string | null;
|
|
997
|
+
action?: {
|
|
998
|
+
label: string;
|
|
999
|
+
handler: () => void;
|
|
1000
|
+
};
|
|
990
1001
|
};
|
|
991
1002
|
|
|
992
1003
|
export declare type ToastProps = React_2.ComponentPropsWithoutRef<typeof Toast>;
|