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