@sunggang/ui-lib 0.1.47 → 0.1.49
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/index.esm.css +0 -248
- package/index.esm.js +2024 -484
- package/package.json +1 -6
- package/src/index.d.ts +0 -1
- package/src/Type/index.d.ts +0 -19
- package/src/components/ui/checkbox.d.ts +0 -4
- package/src/components/ui/dropdown-menu.d.ts +0 -27
- package/src/components/ui/input.d.ts +0 -5
- package/src/components/ui/table.d.ts +0 -10
- package/src/lib/DataTable/Pagination.d.ts +0 -6
- package/src/lib/DataTable/fake.d.ts +0 -68
- package/src/lib/DataTable/index.d.ts +0 -4
package/index.esm.css
CHANGED
|
@@ -646,9 +646,6 @@ video {
|
|
|
646
646
|
.left-1 {
|
|
647
647
|
left: 0.25rem;
|
|
648
648
|
}
|
|
649
|
-
.left-2 {
|
|
650
|
-
left: 0.5rem;
|
|
651
|
-
}
|
|
652
649
|
.left-2\/4 {
|
|
653
650
|
left: 50%;
|
|
654
651
|
}
|
|
@@ -685,10 +682,6 @@ video {
|
|
|
685
682
|
.m-auto {
|
|
686
683
|
margin: auto;
|
|
687
684
|
}
|
|
688
|
-
.-mx-1 {
|
|
689
|
-
margin-left: -0.25rem;
|
|
690
|
-
margin-right: -0.25rem;
|
|
691
|
-
}
|
|
692
685
|
.mx-3 {
|
|
693
686
|
margin-left: 0.75rem;
|
|
694
687
|
margin-right: 0.75rem;
|
|
@@ -697,10 +690,6 @@ video {
|
|
|
697
690
|
margin-left: auto;
|
|
698
691
|
margin-right: auto;
|
|
699
692
|
}
|
|
700
|
-
.my-1 {
|
|
701
|
-
margin-top: 0.25rem;
|
|
702
|
-
margin-bottom: 0.25rem;
|
|
703
|
-
}
|
|
704
693
|
.mb-2 {
|
|
705
694
|
margin-bottom: 0.5rem;
|
|
706
695
|
}
|
|
@@ -710,9 +699,6 @@ video {
|
|
|
710
699
|
.mb-6 {
|
|
711
700
|
margin-bottom: 1.5rem;
|
|
712
701
|
}
|
|
713
|
-
.ml-2 {
|
|
714
|
-
margin-left: 0.5rem;
|
|
715
|
-
}
|
|
716
702
|
.ml-4 {
|
|
717
703
|
margin-left: 1rem;
|
|
718
704
|
}
|
|
@@ -725,9 +711,6 @@ video {
|
|
|
725
711
|
.mt-2 {
|
|
726
712
|
margin-top: 0.5rem;
|
|
727
713
|
}
|
|
728
|
-
.mt-4 {
|
|
729
|
-
margin-top: 1rem;
|
|
730
|
-
}
|
|
731
714
|
.block {
|
|
732
715
|
display: block;
|
|
733
716
|
}
|
|
@@ -767,12 +750,6 @@ video {
|
|
|
767
750
|
.h-24 {
|
|
768
751
|
height: 6rem;
|
|
769
752
|
}
|
|
770
|
-
.h-3 {
|
|
771
|
-
height: 0.75rem;
|
|
772
|
-
}
|
|
773
|
-
.h-3\.5 {
|
|
774
|
-
height: 0.875rem;
|
|
775
|
-
}
|
|
776
753
|
.h-4 {
|
|
777
754
|
height: 1rem;
|
|
778
755
|
}
|
|
@@ -797,9 +774,6 @@ video {
|
|
|
797
774
|
.h-full {
|
|
798
775
|
height: 100%;
|
|
799
776
|
}
|
|
800
|
-
.h-px {
|
|
801
|
-
height: 1px;
|
|
802
|
-
}
|
|
803
777
|
.h-screen {
|
|
804
778
|
height: 100vh;
|
|
805
779
|
}
|
|
@@ -812,12 +786,6 @@ video {
|
|
|
812
786
|
.w-24 {
|
|
813
787
|
width: 6rem;
|
|
814
788
|
}
|
|
815
|
-
.w-3 {
|
|
816
|
-
width: 0.75rem;
|
|
817
|
-
}
|
|
818
|
-
.w-3\.5 {
|
|
819
|
-
width: 0.875rem;
|
|
820
|
-
}
|
|
821
789
|
.w-4 {
|
|
822
790
|
width: 1rem;
|
|
823
791
|
}
|
|
@@ -839,18 +807,12 @@ video {
|
|
|
839
807
|
.w-9 {
|
|
840
808
|
width: 2.25rem;
|
|
841
809
|
}
|
|
842
|
-
.w-\[100px\] {
|
|
843
|
-
width: 100px;
|
|
844
|
-
}
|
|
845
810
|
.w-\[280px\] {
|
|
846
811
|
width: 280px;
|
|
847
812
|
}
|
|
848
813
|
.w-\[300px\] {
|
|
849
814
|
width: 300px;
|
|
850
815
|
}
|
|
851
|
-
.w-\[70px\] {
|
|
852
|
-
width: 70px;
|
|
853
|
-
}
|
|
854
816
|
.w-auto {
|
|
855
817
|
width: auto;
|
|
856
818
|
}
|
|
@@ -867,15 +829,6 @@ video {
|
|
|
867
829
|
.min-w-\[16rem\] {
|
|
868
830
|
min-width: 16rem;
|
|
869
831
|
}
|
|
870
|
-
.min-w-\[2rem\] {
|
|
871
|
-
min-width: 2rem;
|
|
872
|
-
}
|
|
873
|
-
.min-w-\[5rem\] {
|
|
874
|
-
min-width: 5rem;
|
|
875
|
-
}
|
|
876
|
-
.min-w-\[8rem\] {
|
|
877
|
-
min-width: 8rem;
|
|
878
|
-
}
|
|
879
832
|
.max-w-\[455px\] {
|
|
880
833
|
max-width: 455px;
|
|
881
834
|
}
|
|
@@ -891,9 +844,6 @@ video {
|
|
|
891
844
|
.shrink-0 {
|
|
892
845
|
flex-shrink: 0;
|
|
893
846
|
}
|
|
894
|
-
.caption-bottom {
|
|
895
|
-
caption-side: bottom;
|
|
896
|
-
}
|
|
897
847
|
.border-collapse {
|
|
898
848
|
border-collapse: collapse;
|
|
899
849
|
}
|
|
@@ -909,26 +859,15 @@ video {
|
|
|
909
859
|
.animate-spin {
|
|
910
860
|
animation: spin 1s linear infinite;
|
|
911
861
|
}
|
|
912
|
-
.cursor-default {
|
|
913
|
-
cursor: default;
|
|
914
|
-
}
|
|
915
862
|
.cursor-pointer {
|
|
916
863
|
cursor: pointer;
|
|
917
864
|
}
|
|
918
|
-
.select-none {
|
|
919
|
-
-webkit-user-select: none;
|
|
920
|
-
-moz-user-select: none;
|
|
921
|
-
user-select: none;
|
|
922
|
-
}
|
|
923
865
|
.resize {
|
|
924
866
|
resize: both;
|
|
925
867
|
}
|
|
926
868
|
.flex-col {
|
|
927
869
|
flex-direction: column;
|
|
928
870
|
}
|
|
929
|
-
.flex-wrap {
|
|
930
|
-
flex-wrap: wrap;
|
|
931
|
-
}
|
|
932
871
|
.items-end {
|
|
933
872
|
align-items: flex-end;
|
|
934
873
|
}
|
|
@@ -953,9 +892,6 @@ video {
|
|
|
953
892
|
.gap-2 {
|
|
954
893
|
gap: 0.5rem;
|
|
955
894
|
}
|
|
956
|
-
.gap-4 {
|
|
957
|
-
gap: 1rem;
|
|
958
|
-
}
|
|
959
895
|
.gap-8 {
|
|
960
896
|
gap: 2rem;
|
|
961
897
|
}
|
|
@@ -964,11 +900,6 @@ video {
|
|
|
964
900
|
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
965
901
|
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
966
902
|
}
|
|
967
|
-
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
968
|
-
--tw-space-x-reverse: 0;
|
|
969
|
-
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
970
|
-
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
971
|
-
}
|
|
972
903
|
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
973
904
|
--tw-space-y-reverse: 0;
|
|
974
905
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -979,9 +910,6 @@ video {
|
|
|
979
910
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
980
911
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
981
912
|
}
|
|
982
|
-
.overflow-auto {
|
|
983
|
-
overflow: auto;
|
|
984
|
-
}
|
|
985
913
|
.overflow-hidden {
|
|
986
914
|
overflow: hidden;
|
|
987
915
|
}
|
|
@@ -1006,9 +934,6 @@ video {
|
|
|
1006
934
|
.rounded-md {
|
|
1007
935
|
border-radius: calc(var(--radius) - 2px);
|
|
1008
936
|
}
|
|
1009
|
-
.rounded-sm {
|
|
1010
|
-
border-radius: calc(var(--radius) - 4px);
|
|
1011
|
-
}
|
|
1012
937
|
.rounded-xl {
|
|
1013
938
|
border-radius: 0.75rem;
|
|
1014
939
|
}
|
|
@@ -1031,9 +956,6 @@ video {
|
|
|
1031
956
|
.border-r {
|
|
1032
957
|
border-right-width: 1px;
|
|
1033
958
|
}
|
|
1034
|
-
.border-t {
|
|
1035
|
-
border-top-width: 1px;
|
|
1036
|
-
}
|
|
1037
959
|
.border-solid {
|
|
1038
960
|
border-style: solid;
|
|
1039
961
|
}
|
|
@@ -1058,9 +980,6 @@ video {
|
|
|
1058
980
|
.border-input {
|
|
1059
981
|
border-color: hsl(var(--input));
|
|
1060
982
|
}
|
|
1061
|
-
.border-primary {
|
|
1062
|
-
border-color: hsl(var(--primary));
|
|
1063
|
-
}
|
|
1064
983
|
.border-transparent {
|
|
1065
984
|
border-color: transparent;
|
|
1066
985
|
}
|
|
@@ -1118,12 +1037,6 @@ video {
|
|
|
1118
1037
|
--tw-bg-opacity: 1;
|
|
1119
1038
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
1120
1039
|
}
|
|
1121
|
-
.bg-muted {
|
|
1122
|
-
background-color: hsl(var(--muted));
|
|
1123
|
-
}
|
|
1124
|
-
.bg-muted\/50 {
|
|
1125
|
-
background-color: hsl(var(--muted) / 0.5);
|
|
1126
|
-
}
|
|
1127
1040
|
.bg-popover {
|
|
1128
1041
|
background-color: hsl(var(--popover));
|
|
1129
1042
|
}
|
|
@@ -1143,9 +1056,6 @@ video {
|
|
|
1143
1056
|
.bg-opacity-10 {
|
|
1144
1057
|
--tw-bg-opacity: 0.1;
|
|
1145
1058
|
}
|
|
1146
|
-
.fill-current {
|
|
1147
|
-
fill: currentColor;
|
|
1148
|
-
}
|
|
1149
1059
|
.object-contain {
|
|
1150
1060
|
-o-object-fit: contain;
|
|
1151
1061
|
object-fit: contain;
|
|
@@ -1195,14 +1105,6 @@ video {
|
|
|
1195
1105
|
padding-left: 2rem;
|
|
1196
1106
|
padding-right: 2rem;
|
|
1197
1107
|
}
|
|
1198
|
-
.py-1 {
|
|
1199
|
-
padding-top: 0.25rem;
|
|
1200
|
-
padding-bottom: 0.25rem;
|
|
1201
|
-
}
|
|
1202
|
-
.py-1\.5 {
|
|
1203
|
-
padding-top: 0.375rem;
|
|
1204
|
-
padding-bottom: 0.375rem;
|
|
1205
|
-
}
|
|
1206
1108
|
.py-2 {
|
|
1207
1109
|
padding-top: 0.5rem;
|
|
1208
1110
|
padding-bottom: 0.5rem;
|
|
@@ -1239,15 +1141,6 @@ video {
|
|
|
1239
1141
|
.pl-12 {
|
|
1240
1142
|
padding-left: 3rem;
|
|
1241
1143
|
}
|
|
1242
|
-
.pl-4 {
|
|
1243
|
-
padding-left: 1rem;
|
|
1244
|
-
}
|
|
1245
|
-
.pl-8 {
|
|
1246
|
-
padding-left: 2rem;
|
|
1247
|
-
}
|
|
1248
|
-
.pr-2 {
|
|
1249
|
-
padding-right: 0.5rem;
|
|
1250
|
-
}
|
|
1251
1144
|
.pt-1 {
|
|
1252
1145
|
padding-top: 0.25rem;
|
|
1253
1146
|
}
|
|
@@ -1263,9 +1156,6 @@ video {
|
|
|
1263
1156
|
.text-right {
|
|
1264
1157
|
text-align: right;
|
|
1265
1158
|
}
|
|
1266
|
-
.align-middle {
|
|
1267
|
-
vertical-align: middle;
|
|
1268
|
-
}
|
|
1269
1159
|
.text-2xl {
|
|
1270
1160
|
font-size: 1.5rem;
|
|
1271
1161
|
line-height: 2rem;
|
|
@@ -1308,27 +1198,15 @@ video {
|
|
|
1308
1198
|
.font-normal {
|
|
1309
1199
|
font-weight: 400;
|
|
1310
1200
|
}
|
|
1311
|
-
.font-semibold {
|
|
1312
|
-
font-weight: 600;
|
|
1313
|
-
}
|
|
1314
1201
|
.uppercase {
|
|
1315
1202
|
text-transform: uppercase;
|
|
1316
1203
|
}
|
|
1317
|
-
.lowercase {
|
|
1318
|
-
text-transform: lowercase;
|
|
1319
|
-
}
|
|
1320
|
-
.capitalize {
|
|
1321
|
-
text-transform: capitalize;
|
|
1322
|
-
}
|
|
1323
1204
|
.italic {
|
|
1324
1205
|
font-style: italic;
|
|
1325
1206
|
}
|
|
1326
1207
|
.tracking-tight {
|
|
1327
1208
|
letter-spacing: -0.025em;
|
|
1328
1209
|
}
|
|
1329
|
-
.tracking-widest {
|
|
1330
|
-
letter-spacing: 0.1em;
|
|
1331
|
-
}
|
|
1332
1210
|
.text-\[\#000000\] {
|
|
1333
1211
|
--tw-text-opacity: 1;
|
|
1334
1212
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
@@ -1356,9 +1234,6 @@ video {
|
|
|
1356
1234
|
.text-accent-foreground {
|
|
1357
1235
|
color: hsl(var(--accent-foreground));
|
|
1358
1236
|
}
|
|
1359
|
-
.text-current {
|
|
1360
|
-
color: currentColor;
|
|
1361
|
-
}
|
|
1362
1237
|
.text-destructive-foreground {
|
|
1363
1238
|
color: hsl(var(--destructive-foreground));
|
|
1364
1239
|
}
|
|
@@ -1419,9 +1294,6 @@ video {
|
|
|
1419
1294
|
.opacity-55 {
|
|
1420
1295
|
opacity: 0.55;
|
|
1421
1296
|
}
|
|
1422
|
-
.opacity-60 {
|
|
1423
|
-
opacity: 0.6;
|
|
1424
|
-
}
|
|
1425
1297
|
.shadow {
|
|
1426
1298
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1427
1299
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
@@ -1543,31 +1415,6 @@ video {
|
|
|
1543
1415
|
|
|
1544
1416
|
/* gary */
|
|
1545
1417
|
|
|
1546
|
-
.file\:border-0::file-selector-button {
|
|
1547
|
-
border-width: 0px;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.file\:bg-transparent::file-selector-button {
|
|
1551
|
-
background-color: transparent;
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
.file\:text-sm::file-selector-button {
|
|
1555
|
-
font-size: 0.875rem;
|
|
1556
|
-
line-height: 1.25rem;
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
.file\:font-medium::file-selector-button {
|
|
1560
|
-
font-weight: 500;
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
.placeholder\:text-muted-foreground::-moz-placeholder {
|
|
1564
|
-
color: hsl(var(--muted-foreground));
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
.placeholder\:text-muted-foreground::placeholder {
|
|
1568
|
-
color: hsl(var(--muted-foreground));
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
1418
|
.first\:rounded-l-md:first-child {
|
|
1572
1419
|
border-top-left-radius: calc(var(--radius) - 2px);
|
|
1573
1420
|
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
@@ -1608,10 +1455,6 @@ video {
|
|
|
1608
1455
|
background-color: hsl(var(--destructive) / 0.9);
|
|
1609
1456
|
}
|
|
1610
1457
|
|
|
1611
|
-
.hover\:bg-muted\/50:hover {
|
|
1612
|
-
background-color: hsl(var(--muted) / 0.5);
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
1458
|
.hover\:bg-primary\/90:hover {
|
|
1616
1459
|
background-color: hsl(var(--primary) / 0.9);
|
|
1617
1460
|
}
|
|
@@ -1642,19 +1485,11 @@ video {
|
|
|
1642
1485
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1643
1486
|
}
|
|
1644
1487
|
|
|
1645
|
-
.focus\:bg-accent:focus {
|
|
1646
|
-
background-color: hsl(var(--accent));
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
1488
|
.focus\:text-\[\#fff\]:focus {
|
|
1650
1489
|
--tw-text-opacity: 1;
|
|
1651
1490
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1652
1491
|
}
|
|
1653
1492
|
|
|
1654
|
-
.focus\:text-accent-foreground:focus {
|
|
1655
|
-
color: hsl(var(--accent-foreground));
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
1493
|
.focus-visible\:outline-none:focus-visible {
|
|
1659
1494
|
outline: 2px solid transparent;
|
|
1660
1495
|
outline-offset: 2px;
|
|
@@ -1724,10 +1559,6 @@ video {
|
|
|
1724
1559
|
opacity: 0.3;
|
|
1725
1560
|
}
|
|
1726
1561
|
|
|
1727
|
-
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1728
|
-
pointer-events: none;
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
1562
|
.data-\[state\=checked\]\:translate-x-4[data-state=checked] {
|
|
1732
1563
|
--tw-translate-x: 1rem;
|
|
1733
1564
|
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));
|
|
@@ -1742,26 +1573,10 @@ video {
|
|
|
1742
1573
|
background-color: hsl(var(--primary));
|
|
1743
1574
|
}
|
|
1744
1575
|
|
|
1745
|
-
.data-\[state\=open\]\:bg-accent[data-state=open] {
|
|
1746
|
-
background-color: hsl(var(--accent));
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
.data-\[state\=selected\]\:bg-muted[data-state=selected] {
|
|
1750
|
-
background-color: hsl(var(--muted));
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
1576
|
.data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
|
|
1754
1577
|
background-color: hsl(var(--input));
|
|
1755
1578
|
}
|
|
1756
1579
|
|
|
1757
|
-
.data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
|
|
1758
|
-
color: hsl(var(--primary-foreground));
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
1762
|
-
opacity: 0.5;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
1580
|
.data-\[state\=open\]\:animate-in[data-state=open] {
|
|
1766
1581
|
animation-name: enter;
|
|
1767
1582
|
animation-duration: 150ms;
|
|
@@ -1839,10 +1654,6 @@ video {
|
|
|
1839
1654
|
display: flex;
|
|
1840
1655
|
}
|
|
1841
1656
|
|
|
1842
|
-
.lg\:justify-center {
|
|
1843
|
-
justify-content: center;
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
1657
|
.lg\:px-8 {
|
|
1847
1658
|
padding-left: 2rem;
|
|
1848
1659
|
padding-right: 2rem;
|
|
@@ -1886,65 +1697,6 @@ video {
|
|
|
1886
1697
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
1887
1698
|
}
|
|
1888
1699
|
|
|
1889
|
-
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
|
|
1890
|
-
padding-right: 0px;
|
|
1891
|
-
}
|
|
1892
|
-
|
|
1893
|
-
.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
|
|
1894
|
-
--tw-translate-y: 2px;
|
|
1895
|
-
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));
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
.\[\&\>button\:disabled\]\:border-gray-200>button:disabled {
|
|
1899
|
-
--tw-border-opacity: 1;
|
|
1900
|
-
border-color: rgb(229 231 235 / var(--tw-border-opacity));
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
.\[\&\>button\:disabled\]\:opacity-50>button:disabled {
|
|
1904
|
-
opacity: 0.5;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
.\[\&\>button\]\:grid>button {
|
|
1908
|
-
display: grid;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.\[\&\>button\]\:h-8>button {
|
|
1912
|
-
height: 2rem;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.\[\&\>button\]\:w-8>button {
|
|
1916
|
-
width: 2rem;
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.\[\&\>button\]\:place-items-center>button {
|
|
1920
|
-
place-items: center;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.\[\&\>button\]\:rounded-md>button {
|
|
1924
|
-
border-radius: calc(var(--radius) - 2px);
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.\[\&\>button\]\:border>button {
|
|
1928
|
-
border-width: 1px;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
.\[\&\>button\]\:border-gray-300>button {
|
|
1932
|
-
--tw-border-opacity: 1;
|
|
1933
|
-
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
|
|
1937
|
-
border-bottom-width: 0px;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
1941
|
-
border-width: 0px;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
.\[\&_tr\]\:border-b tr {
|
|
1945
|
-
border-bottom-width: 1px;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
1700
|
/*
|
|
1949
1701
|
* Replace this with your own classes
|
|
1950
1702
|
*
|