@prisma/studio-core 0.0.0-dev.202505092025 → 0.0.0-dev.202505100653
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/{adapter-Dzg3tDL6.d.cts → adapter-BQaQoUNI.d.cts} +3 -1
- package/dist/{adapter-Dzg3tDL6.d.ts → adapter-BQaQoUNI.d.ts} +3 -1
- package/dist/{chunk-D7F6BRP4.js → chunk-IAE3ZG42.js} +2 -2
- package/dist/data/accelerate/index.d.cts +2 -2
- package/dist/data/accelerate/index.d.ts +2 -2
- package/dist/data/bff/index.d.cts +2 -2
- package/dist/data/bff/index.d.ts +2 -2
- package/dist/data/index.d.cts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/data/pglite/index.cjs +2 -2
- package/dist/data/pglite/index.d.cts +2 -2
- package/dist/data/pglite/index.d.ts +2 -2
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +2 -2
- package/dist/data/postgres-core/index.d.cts +2 -2
- package/dist/data/postgres-core/index.d.ts +2 -2
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{index-BUtuWj4M.d.ts → index-Crb7VQNF.d.ts} +1 -1
- package/dist/{index-BKNnsdY7.d.cts → index-DuLnmKEq.d.cts} +1 -1
- package/dist/ui/index.cjs +130 -122
- package/dist/ui/index.css +176 -104
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +15 -7
- package/package.json +2 -1
package/dist/ui/index.css
CHANGED
|
@@ -500,33 +500,30 @@ video {
|
|
|
500
500
|
display: none;
|
|
501
501
|
}
|
|
502
502
|
:root {
|
|
503
|
-
/* Shadcn */
|
|
504
503
|
--background: 0 0% 100%;
|
|
505
|
-
--foreground:
|
|
504
|
+
--foreground: 240 10% 3.9%;
|
|
506
505
|
--card: 0 0% 100%;
|
|
507
|
-
--card-foreground:
|
|
506
|
+
--card-foreground: 240 10% 3.9%;
|
|
508
507
|
--popover: 0 0% 100%;
|
|
509
|
-
--popover-foreground:
|
|
510
|
-
--primary:
|
|
511
|
-
--primary-foreground:
|
|
512
|
-
--secondary:
|
|
513
|
-
--secondary-foreground:
|
|
514
|
-
--muted:
|
|
515
|
-
--muted-foreground:
|
|
516
|
-
--accent:
|
|
517
|
-
--accent-foreground:
|
|
508
|
+
--popover-foreground: 240 10% 3.9%;
|
|
509
|
+
--primary: 240 5.9% 10%;
|
|
510
|
+
--primary-foreground: 0 0% 98%;
|
|
511
|
+
--secondary: 240 4.8% 95.9%;
|
|
512
|
+
--secondary-foreground: 240 5.9% 10%;
|
|
513
|
+
--muted: 240 4.8% 95.9%;
|
|
514
|
+
--muted-foreground: 240 3.8% 46.1%;
|
|
515
|
+
--accent: 240 4.8% 95.9%;
|
|
516
|
+
--accent-foreground: 240 5.9% 10%;
|
|
518
517
|
--destructive: 0 84.2% 60.2%;
|
|
519
|
-
--destructive-foreground:
|
|
520
|
-
--border:
|
|
521
|
-
--input:
|
|
522
|
-
--ring:
|
|
518
|
+
--destructive-foreground: 0 0% 98%;
|
|
519
|
+
--border: 240 5.9% 90%;
|
|
520
|
+
--input: 240 5.9% 90%;
|
|
521
|
+
--ring: 240 10% 3.9%;
|
|
523
522
|
--chart-1: 12 76% 61%;
|
|
524
523
|
--chart-2: 173 58% 39%;
|
|
525
524
|
--chart-3: 197 37% 24%;
|
|
526
525
|
--chart-4: 43 74% 66%;
|
|
527
526
|
--chart-5: 27 87% 67%;
|
|
528
|
-
|
|
529
|
-
/* Studio */
|
|
530
527
|
--radius: 0.5rem;
|
|
531
528
|
--sidebar-background: 0 0% 98%;
|
|
532
529
|
--sidebar-foreground: 240 5.3% 26.1%;
|
|
@@ -536,8 +533,7 @@ video {
|
|
|
536
533
|
--sidebar-accent-foreground: 240 5.9% 10%;
|
|
537
534
|
--sidebar-border: 220 13% 91%;
|
|
538
535
|
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
539
|
-
--table-
|
|
540
|
-
--table-cell-even: 240 4.8% 95.9%;
|
|
536
|
+
--table-row-odd: 240 4.8% 95.9%;
|
|
541
537
|
--table-head: 0 0% 100%;
|
|
542
538
|
--table-border: 240 5.9% 90%;
|
|
543
539
|
|
|
@@ -545,33 +541,30 @@ video {
|
|
|
545
541
|
--studio-cell-height: 38px;
|
|
546
542
|
}
|
|
547
543
|
.dark {
|
|
548
|
-
|
|
549
|
-
--
|
|
550
|
-
--
|
|
551
|
-
--card:
|
|
552
|
-
--
|
|
553
|
-
--popover:
|
|
554
|
-
--
|
|
555
|
-
--primary:
|
|
556
|
-
--
|
|
557
|
-
--secondary:
|
|
558
|
-
--
|
|
559
|
-
--muted:
|
|
560
|
-
--
|
|
561
|
-
--accent:
|
|
562
|
-
--accent-foreground: 210 20% 98%;
|
|
544
|
+
--background: 240 10% 3.9%;
|
|
545
|
+
--foreground: 0 0% 98%;
|
|
546
|
+
--card: 240 10% 3.9%;
|
|
547
|
+
--card-foreground: 0 0% 98%;
|
|
548
|
+
--popover: 240 10% 3.9%;
|
|
549
|
+
--popover-foreground: 0 0% 98%;
|
|
550
|
+
--primary: 0 0% 98%;
|
|
551
|
+
--primary-foreground: 240 5.9% 10%;
|
|
552
|
+
--secondary: 240 3.7% 15.9%;
|
|
553
|
+
--secondary-foreground: 0 0% 98%;
|
|
554
|
+
--muted: 240 3.7% 15.9%;
|
|
555
|
+
--muted-foreground: 240 5% 64.9%;
|
|
556
|
+
--accent: 240 3.7% 15.9%;
|
|
557
|
+
--accent-foreground: 0 0% 98%;
|
|
563
558
|
--destructive: 0 62.8% 30.6%;
|
|
564
|
-
--destructive-foreground:
|
|
565
|
-
--border:
|
|
566
|
-
--input:
|
|
567
|
-
--ring:
|
|
559
|
+
--destructive-foreground: 0 0% 98%;
|
|
560
|
+
--border: 240 3.7% 15.9%;
|
|
561
|
+
--input: 240 3.7% 15.9%;
|
|
562
|
+
--ring: 240 4.9% 83.9%;
|
|
568
563
|
--chart-1: 220 70% 50%;
|
|
569
564
|
--chart-2: 160 60% 45%;
|
|
570
565
|
--chart-3: 30 80% 55%;
|
|
571
566
|
--chart-4: 280 65% 60%;
|
|
572
567
|
--chart-5: 340 75% 55%;
|
|
573
|
-
|
|
574
|
-
/* Studio */
|
|
575
568
|
--sidebar-background: 240 5.9% 10%;
|
|
576
569
|
--sidebar-foreground: 240 4.8% 95.9%;
|
|
577
570
|
--sidebar-primary: 224.3 76.3% 48%;
|
|
@@ -658,9 +651,6 @@ video {
|
|
|
658
651
|
.\!ps-z-50 {
|
|
659
652
|
z-index: 50 !important;
|
|
660
653
|
}
|
|
661
|
-
.ps-z-0 {
|
|
662
|
-
z-index: 0;
|
|
663
|
-
}
|
|
664
654
|
.ps-z-10 {
|
|
665
655
|
z-index: 10;
|
|
666
656
|
}
|
|
@@ -718,6 +708,10 @@ video {
|
|
|
718
708
|
.ps-grid {
|
|
719
709
|
display: grid;
|
|
720
710
|
}
|
|
711
|
+
.ps-size-4 {
|
|
712
|
+
width: 1rem;
|
|
713
|
+
height: 1rem;
|
|
714
|
+
}
|
|
721
715
|
.ps-h-0 {
|
|
722
716
|
height: 0px;
|
|
723
717
|
}
|
|
@@ -757,9 +751,6 @@ video {
|
|
|
757
751
|
.ps-h-\[2px\] {
|
|
758
752
|
height: 2px;
|
|
759
753
|
}
|
|
760
|
-
.ps-h-\[39px\] {
|
|
761
|
-
height: 39px;
|
|
762
|
-
}
|
|
763
754
|
.ps-h-\[var\(--radix-select-trigger-height\)\] {
|
|
764
755
|
height: var(--radix-select-trigger-height);
|
|
765
756
|
}
|
|
@@ -781,9 +772,6 @@ video {
|
|
|
781
772
|
.ps-max-h-\[--radix-select-content-available-height\] {
|
|
782
773
|
max-height: var(--radix-select-content-available-height);
|
|
783
774
|
}
|
|
784
|
-
.ps-max-h-\[520px\] {
|
|
785
|
-
max-height: 520px;
|
|
786
|
-
}
|
|
787
775
|
.ps-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
788
776
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
789
777
|
}
|
|
@@ -850,16 +838,9 @@ video {
|
|
|
850
838
|
.ps-w-\[1\.2rem\] {
|
|
851
839
|
width: 1.2rem;
|
|
852
840
|
}
|
|
853
|
-
.ps-w-\[calc\(var\(--radix-popover-trigger-width\)_\+_1px\)\] {
|
|
854
|
-
width: calc(var(--radix-popover-trigger-width) + 1px);
|
|
855
|
-
}
|
|
856
841
|
.ps-w-auto {
|
|
857
842
|
width: auto;
|
|
858
843
|
}
|
|
859
|
-
.ps-w-fit {
|
|
860
|
-
width: -moz-fit-content;
|
|
861
|
-
width: fit-content;
|
|
862
|
-
}
|
|
863
844
|
.ps-w-full {
|
|
864
845
|
width: 100%;
|
|
865
846
|
}
|
|
@@ -877,9 +858,6 @@ video {
|
|
|
877
858
|
.ps-min-w-0 {
|
|
878
859
|
min-width: 0px;
|
|
879
860
|
}
|
|
880
|
-
.ps-min-w-\[200px\] {
|
|
881
|
-
min-width: 200px;
|
|
882
|
-
}
|
|
883
861
|
.ps-min-w-\[8rem\] {
|
|
884
862
|
min-width: 8rem;
|
|
885
863
|
}
|
|
@@ -892,15 +870,13 @@ video {
|
|
|
892
870
|
.ps-min-w-full {
|
|
893
871
|
min-width: 100%;
|
|
894
872
|
}
|
|
895
|
-
.ps-max-w-72 {
|
|
896
|
-
max-width: 18rem;
|
|
897
|
-
}
|
|
898
|
-
.ps-max-w-\[500px\] {
|
|
899
|
-
max-width: 500px;
|
|
900
|
-
}
|
|
901
873
|
.ps-max-w-lg {
|
|
902
874
|
max-width: 32rem;
|
|
903
875
|
}
|
|
876
|
+
.ps-max-w-min {
|
|
877
|
+
max-width: -moz-min-content;
|
|
878
|
+
max-width: min-content;
|
|
879
|
+
}
|
|
904
880
|
.ps-flex-1 {
|
|
905
881
|
flex: 1 1 0%;
|
|
906
882
|
}
|
|
@@ -1075,9 +1051,6 @@ video {
|
|
|
1075
1051
|
.ps-self-start {
|
|
1076
1052
|
align-self: flex-start;
|
|
1077
1053
|
}
|
|
1078
|
-
.ps-self-end {
|
|
1079
|
-
align-self: flex-end;
|
|
1080
|
-
}
|
|
1081
1054
|
.ps-overflow-auto {
|
|
1082
1055
|
overflow: auto;
|
|
1083
1056
|
}
|
|
@@ -1146,9 +1119,6 @@ video {
|
|
|
1146
1119
|
.ps-border-l {
|
|
1147
1120
|
border-left-width: 1px;
|
|
1148
1121
|
}
|
|
1149
|
-
.ps-border-l-4 {
|
|
1150
|
-
border-left-width: 4px;
|
|
1151
|
-
}
|
|
1152
1122
|
.ps-border-r {
|
|
1153
1123
|
border-right-width: 1px;
|
|
1154
1124
|
}
|
|
@@ -1161,6 +1131,10 @@ video {
|
|
|
1161
1131
|
.ps-border-none {
|
|
1162
1132
|
border-style: none;
|
|
1163
1133
|
}
|
|
1134
|
+
.ps-border-blue-500 {
|
|
1135
|
+
--tw-border-opacity: 1;
|
|
1136
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1137
|
+
}
|
|
1164
1138
|
.ps-border-input {
|
|
1165
1139
|
border-color: hsl(var(--input));
|
|
1166
1140
|
}
|
|
@@ -1192,8 +1166,9 @@ video {
|
|
|
1192
1166
|
.ps-bg-destructive {
|
|
1193
1167
|
background-color: hsl(var(--destructive));
|
|
1194
1168
|
}
|
|
1195
|
-
.ps-bg-
|
|
1196
|
-
|
|
1169
|
+
.ps-bg-gray-200 {
|
|
1170
|
+
--tw-bg-opacity: 1;
|
|
1171
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1197
1172
|
}
|
|
1198
1173
|
.ps-bg-muted {
|
|
1199
1174
|
background-color: hsl(var(--muted));
|
|
@@ -1215,15 +1190,19 @@ video {
|
|
|
1215
1190
|
.ps-bg-primary {
|
|
1216
1191
|
background-color: hsl(var(--primary));
|
|
1217
1192
|
}
|
|
1193
|
+
.ps-bg-primary\/10 {
|
|
1194
|
+
background-color: hsl(var(--primary) / 0.1);
|
|
1195
|
+
}
|
|
1196
|
+
.ps-bg-purple-600 {
|
|
1197
|
+
--tw-bg-opacity: 1;
|
|
1198
|
+
background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
|
|
1199
|
+
}
|
|
1218
1200
|
.ps-bg-secondary {
|
|
1219
1201
|
background-color: hsl(var(--secondary));
|
|
1220
1202
|
}
|
|
1221
1203
|
.ps-bg-slate-50\/50 {
|
|
1222
1204
|
background-color: rgb(248 250 252 / 0.5);
|
|
1223
1205
|
}
|
|
1224
|
-
.ps-bg-table-border {
|
|
1225
|
-
background-color: hsl(var(--table-border));
|
|
1226
|
-
}
|
|
1227
1206
|
.ps-bg-table-head {
|
|
1228
1207
|
background-color: hsl(var(--table-head));
|
|
1229
1208
|
}
|
|
@@ -1321,6 +1300,9 @@ video {
|
|
|
1321
1300
|
.ps-pl-2\.5 {
|
|
1322
1301
|
padding-left: 0.625rem;
|
|
1323
1302
|
}
|
|
1303
|
+
.ps-pl-6 {
|
|
1304
|
+
padding-left: 1.5rem;
|
|
1305
|
+
}
|
|
1324
1306
|
.ps-pl-8 {
|
|
1325
1307
|
padding-left: 2rem;
|
|
1326
1308
|
}
|
|
@@ -1333,9 +1315,6 @@ video {
|
|
|
1333
1315
|
.ps-pr-8 {
|
|
1334
1316
|
padding-right: 2rem;
|
|
1335
1317
|
}
|
|
1336
|
-
.ps-pt-2 {
|
|
1337
|
-
padding-top: 0.5rem;
|
|
1338
|
-
}
|
|
1339
1318
|
.ps-pt-4 {
|
|
1340
1319
|
padding-top: 1rem;
|
|
1341
1320
|
}
|
|
@@ -1372,9 +1351,15 @@ video {
|
|
|
1372
1351
|
.ps-font-semibold {
|
|
1373
1352
|
font-weight: 600;
|
|
1374
1353
|
}
|
|
1354
|
+
.ps-uppercase {
|
|
1355
|
+
text-transform: uppercase;
|
|
1356
|
+
}
|
|
1375
1357
|
.ps-lowercase {
|
|
1376
1358
|
text-transform: lowercase;
|
|
1377
1359
|
}
|
|
1360
|
+
.ps-italic {
|
|
1361
|
+
font-style: italic;
|
|
1362
|
+
}
|
|
1378
1363
|
.ps-leading-\[var\(--studio-cell-height\)\] {
|
|
1379
1364
|
line-height: var(--studio-cell-height);
|
|
1380
1365
|
}
|
|
@@ -1387,6 +1372,10 @@ video {
|
|
|
1387
1372
|
.ps-tracking-widest {
|
|
1388
1373
|
letter-spacing: 0.1em;
|
|
1389
1374
|
}
|
|
1375
|
+
.ps-text-blue-500 {
|
|
1376
|
+
--tw-text-opacity: 1;
|
|
1377
|
+
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
1378
|
+
}
|
|
1390
1379
|
.ps-text-card-foreground {
|
|
1391
1380
|
color: hsl(var(--card-foreground));
|
|
1392
1381
|
}
|
|
@@ -1418,6 +1407,14 @@ video {
|
|
|
1418
1407
|
.ps-text-muted-foreground\/70 {
|
|
1419
1408
|
color: hsl(var(--muted-foreground) / 0.7);
|
|
1420
1409
|
}
|
|
1410
|
+
.ps-text-neutral-500 {
|
|
1411
|
+
--tw-text-opacity: 1;
|
|
1412
|
+
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
|
1413
|
+
}
|
|
1414
|
+
.ps-text-neutral-600 {
|
|
1415
|
+
--tw-text-opacity: 1;
|
|
1416
|
+
color: rgb(82 82 82 / var(--tw-text-opacity, 1));
|
|
1417
|
+
}
|
|
1421
1418
|
.ps-text-popover-foreground {
|
|
1422
1419
|
color: hsl(var(--popover-foreground));
|
|
1423
1420
|
}
|
|
@@ -1450,14 +1447,9 @@ video {
|
|
|
1450
1447
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1451
1448
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1452
1449
|
}
|
|
1453
|
-
.ps-shadow-\[-
|
|
1454
|
-
--tw-shadow: -
|
|
1455
|
-
--tw-shadow-colored: -
|
|
1456
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1457
|
-
}
|
|
1458
|
-
.ps-shadow-\[2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
|
|
1459
|
-
--tw-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
|
|
1460
|
-
--tw-shadow-colored: 2px 0 5px -2px var(--tw-shadow-color);
|
|
1450
|
+
.ps-shadow-\[-1px_0_0_0_hsl\(var\(--border\)\)\] {
|
|
1451
|
+
--tw-shadow: -1px 0 0 0 hsl(var(--border));
|
|
1452
|
+
--tw-shadow-colored: -1px 0 0 0 var(--tw-shadow-color);
|
|
1461
1453
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1462
1454
|
}
|
|
1463
1455
|
.ps-shadow-lg {
|
|
@@ -1614,231 +1606,277 @@ body {
|
|
|
1614
1606
|
}
|
|
1615
1607
|
}
|
|
1616
1608
|
|
|
1617
|
-
/* Portals are outside the studio DOM scope */
|
|
1618
|
-
[data-radix-popper-content-wrapper] {
|
|
1619
|
-
z-index: 9999 !important;
|
|
1620
|
-
}
|
|
1621
1609
|
.file\:ps-border-0::file-selector-button {
|
|
1622
1610
|
border-width: 0px;
|
|
1623
1611
|
}
|
|
1612
|
+
|
|
1624
1613
|
.file\:ps-bg-transparent::file-selector-button {
|
|
1625
1614
|
background-color: transparent;
|
|
1626
1615
|
}
|
|
1616
|
+
|
|
1627
1617
|
.file\:ps-text-sm::file-selector-button {
|
|
1628
1618
|
font-size: 0.875rem;
|
|
1629
1619
|
line-height: 1.25rem;
|
|
1630
1620
|
}
|
|
1621
|
+
|
|
1631
1622
|
.file\:ps-font-medium::file-selector-button {
|
|
1632
1623
|
font-weight: 500;
|
|
1633
1624
|
}
|
|
1625
|
+
|
|
1634
1626
|
.file\:ps-text-foreground::file-selector-button {
|
|
1635
1627
|
color: hsl(var(--foreground));
|
|
1636
1628
|
}
|
|
1629
|
+
|
|
1637
1630
|
.placeholder\:ps-text-muted-foreground::-moz-placeholder {
|
|
1638
1631
|
color: hsl(var(--muted-foreground));
|
|
1639
1632
|
}
|
|
1633
|
+
|
|
1640
1634
|
.placeholder\:ps-text-muted-foreground::placeholder {
|
|
1641
1635
|
color: hsl(var(--muted-foreground));
|
|
1642
1636
|
}
|
|
1637
|
+
|
|
1643
1638
|
.hover\:ps-border-table-border:hover {
|
|
1644
1639
|
border-color: hsl(var(--table-border));
|
|
1645
1640
|
}
|
|
1641
|
+
|
|
1646
1642
|
.hover\:ps-bg-accent:hover {
|
|
1647
1643
|
background-color: hsl(var(--accent));
|
|
1648
1644
|
}
|
|
1645
|
+
|
|
1649
1646
|
.hover\:ps-bg-destructive\/80:hover {
|
|
1650
1647
|
background-color: hsl(var(--destructive) / 0.8);
|
|
1651
1648
|
}
|
|
1649
|
+
|
|
1652
1650
|
.hover\:ps-bg-destructive\/90:hover {
|
|
1653
1651
|
background-color: hsl(var(--destructive) / 0.9);
|
|
1654
1652
|
}
|
|
1653
|
+
|
|
1655
1654
|
.hover\:ps-bg-muted\/50:hover {
|
|
1656
1655
|
background-color: hsl(var(--muted) / 0.5);
|
|
1657
1656
|
}
|
|
1657
|
+
|
|
1658
1658
|
.hover\:ps-bg-primary\/80:hover {
|
|
1659
1659
|
background-color: hsl(var(--primary) / 0.8);
|
|
1660
1660
|
}
|
|
1661
|
+
|
|
1661
1662
|
.hover\:ps-bg-primary\/90:hover {
|
|
1662
1663
|
background-color: hsl(var(--primary) / 0.9);
|
|
1663
1664
|
}
|
|
1665
|
+
|
|
1664
1666
|
.hover\:ps-bg-secondary\/80:hover {
|
|
1665
1667
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1666
1668
|
}
|
|
1669
|
+
|
|
1667
1670
|
.hover\:ps-text-accent-foreground:hover {
|
|
1668
1671
|
color: hsl(var(--accent-foreground));
|
|
1669
1672
|
}
|
|
1673
|
+
|
|
1670
1674
|
.hover\:ps-text-foreground:hover {
|
|
1671
1675
|
color: hsl(var(--foreground));
|
|
1672
1676
|
}
|
|
1677
|
+
|
|
1673
1678
|
.hover\:ps-underline:hover {
|
|
1674
1679
|
text-decoration-line: underline;
|
|
1675
1680
|
}
|
|
1681
|
+
|
|
1676
1682
|
.hover\:ps-opacity-100:hover {
|
|
1677
1683
|
opacity: 1;
|
|
1678
1684
|
}
|
|
1685
|
+
|
|
1679
1686
|
.focus\:ps-bg-accent:focus {
|
|
1680
1687
|
background-color: hsl(var(--accent));
|
|
1681
1688
|
}
|
|
1689
|
+
|
|
1682
1690
|
.focus\:ps-text-accent-foreground:focus {
|
|
1683
1691
|
color: hsl(var(--accent-foreground));
|
|
1684
1692
|
}
|
|
1693
|
+
|
|
1685
1694
|
.focus\:ps-outline-none:focus {
|
|
1686
1695
|
outline: 2px solid transparent;
|
|
1687
1696
|
outline-offset: 2px;
|
|
1688
1697
|
}
|
|
1698
|
+
|
|
1689
1699
|
.focus\:ps-ring-1:focus {
|
|
1690
1700
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1691
1701
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1692
1702
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1693
1703
|
}
|
|
1704
|
+
|
|
1694
1705
|
.focus\:ps-ring-2:focus {
|
|
1695
1706
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1696
1707
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1697
1708
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1698
1709
|
}
|
|
1710
|
+
|
|
1699
1711
|
.focus\:ps-ring-ring:focus {
|
|
1700
1712
|
--tw-ring-color: hsl(var(--ring));
|
|
1701
1713
|
}
|
|
1714
|
+
|
|
1702
1715
|
.focus\:ps-ring-offset-2:focus {
|
|
1703
1716
|
--tw-ring-offset-width: 2px;
|
|
1704
1717
|
}
|
|
1718
|
+
|
|
1705
1719
|
.focus-visible\:ps-outline-none:focus-visible {
|
|
1706
1720
|
outline: 2px solid transparent;
|
|
1707
1721
|
outline-offset: 2px;
|
|
1708
1722
|
}
|
|
1723
|
+
|
|
1709
1724
|
.focus-visible\:ps-ring-0:focus-visible {
|
|
1710
1725
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1711
1726
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1712
1727
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1713
1728
|
}
|
|
1729
|
+
|
|
1714
1730
|
.focus-visible\:ps-ring-1:focus-visible {
|
|
1715
1731
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1716
1732
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1717
1733
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1718
1734
|
}
|
|
1735
|
+
|
|
1719
1736
|
.focus-visible\:ps-ring-2:focus-visible {
|
|
1720
1737
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1721
1738
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1722
1739
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1723
1740
|
}
|
|
1741
|
+
|
|
1724
1742
|
.focus-visible\:ps-ring-ring:focus-visible {
|
|
1725
1743
|
--tw-ring-color: hsl(var(--ring));
|
|
1726
1744
|
}
|
|
1745
|
+
|
|
1727
1746
|
.focus-visible\:ps-ring-offset-2:focus-visible {
|
|
1728
1747
|
--tw-ring-offset-width: 2px;
|
|
1729
1748
|
}
|
|
1749
|
+
|
|
1730
1750
|
.focus-visible\:ps-ring-offset-background:focus-visible {
|
|
1731
1751
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1732
1752
|
}
|
|
1753
|
+
|
|
1733
1754
|
.disabled\:ps-pointer-events-none:disabled {
|
|
1734
1755
|
pointer-events: none;
|
|
1735
1756
|
}
|
|
1757
|
+
|
|
1736
1758
|
.disabled\:ps-cursor-not-allowed:disabled {
|
|
1737
1759
|
cursor: not-allowed;
|
|
1738
1760
|
}
|
|
1761
|
+
|
|
1739
1762
|
.disabled\:ps-opacity-50:disabled {
|
|
1740
1763
|
opacity: 0.5;
|
|
1741
1764
|
}
|
|
1742
|
-
|
|
1743
|
-
--tw-bg-opacity: 1;
|
|
1744
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
1745
|
-
}
|
|
1746
|
-
.ps-group:nth-child(even) .group-even\:ps-bg-white {
|
|
1747
|
-
--tw-bg-opacity: 1;
|
|
1748
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1749
|
-
}
|
|
1750
|
-
.ps-group:hover .group-hover\:ps-bg-neutral-100 {
|
|
1751
|
-
--tw-bg-opacity: 1;
|
|
1752
|
-
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
1753
|
-
}
|
|
1765
|
+
|
|
1754
1766
|
.ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
|
|
1755
1767
|
cursor: not-allowed;
|
|
1756
1768
|
}
|
|
1769
|
+
|
|
1757
1770
|
.ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
|
|
1758
1771
|
opacity: 0.7;
|
|
1759
1772
|
}
|
|
1773
|
+
|
|
1760
1774
|
.data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
|
|
1761
1775
|
pointer-events: none;
|
|
1762
1776
|
}
|
|
1777
|
+
|
|
1763
1778
|
.data-\[side\=bottom\]\:ps-translate-y-1[data-side="bottom"] {
|
|
1764
1779
|
--tw-translate-y: 0.25rem;
|
|
1765
1780
|
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));
|
|
1766
1781
|
}
|
|
1782
|
+
|
|
1767
1783
|
.data-\[side\=left\]\:ps--translate-x-1[data-side="left"] {
|
|
1768
1784
|
--tw-translate-x: -0.25rem;
|
|
1769
1785
|
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));
|
|
1770
1786
|
}
|
|
1787
|
+
|
|
1771
1788
|
.data-\[side\=right\]\:ps-translate-x-1[data-side="right"] {
|
|
1772
1789
|
--tw-translate-x: 0.25rem;
|
|
1773
1790
|
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));
|
|
1774
1791
|
}
|
|
1792
|
+
|
|
1775
1793
|
.data-\[side\=top\]\:ps--translate-y-1[data-side="top"] {
|
|
1776
1794
|
--tw-translate-y: -0.25rem;
|
|
1777
1795
|
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));
|
|
1778
1796
|
}
|
|
1797
|
+
|
|
1779
1798
|
.data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
|
|
1780
1799
|
--tw-translate-x: 1rem;
|
|
1781
1800
|
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));
|
|
1782
1801
|
}
|
|
1802
|
+
|
|
1783
1803
|
.data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
|
|
1784
1804
|
--tw-translate-x: 0px;
|
|
1785
1805
|
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));
|
|
1786
1806
|
}
|
|
1807
|
+
|
|
1787
1808
|
.data-\[active\=true\]\:ps-bg-slate-200[data-active="true"] {
|
|
1788
1809
|
--tw-bg-opacity: 1;
|
|
1789
1810
|
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
1790
1811
|
}
|
|
1812
|
+
|
|
1791
1813
|
.data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
|
|
1792
1814
|
background-color: hsl(var(--primary));
|
|
1793
1815
|
}
|
|
1816
|
+
|
|
1794
1817
|
.data-\[state\=open\]\:ps-bg-accent[data-state="open"] {
|
|
1795
1818
|
background-color: hsl(var(--accent));
|
|
1796
1819
|
}
|
|
1820
|
+
|
|
1797
1821
|
.data-\[state\=open\]\:ps-bg-secondary[data-state="open"] {
|
|
1798
1822
|
background-color: hsl(var(--secondary));
|
|
1799
1823
|
}
|
|
1824
|
+
|
|
1800
1825
|
.data-\[state\=selected\]\:ps-bg-muted[data-state="selected"] {
|
|
1801
1826
|
background-color: hsl(var(--muted));
|
|
1802
1827
|
}
|
|
1828
|
+
|
|
1803
1829
|
.data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
|
|
1804
1830
|
background-color: hsl(var(--input));
|
|
1805
1831
|
}
|
|
1832
|
+
|
|
1806
1833
|
.data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
|
|
1807
1834
|
color: hsl(var(--foreground));
|
|
1808
1835
|
}
|
|
1836
|
+
|
|
1809
1837
|
.data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
|
|
1810
1838
|
color: hsl(var(--muted-foreground));
|
|
1811
1839
|
}
|
|
1840
|
+
|
|
1812
1841
|
.data-\[state\=checked\]\:ps-text-primary-foreground[data-state="checked"] {
|
|
1813
1842
|
color: hsl(var(--primary-foreground));
|
|
1814
1843
|
}
|
|
1844
|
+
|
|
1815
1845
|
.data-\[state\=open\]\:ps-text-accent-foreground[data-state="open"] {
|
|
1816
1846
|
color: hsl(var(--accent-foreground));
|
|
1817
1847
|
}
|
|
1848
|
+
|
|
1818
1849
|
.data-\[state\=open\]\:ps-text-muted-foreground[data-state="open"] {
|
|
1819
1850
|
color: hsl(var(--muted-foreground));
|
|
1820
1851
|
}
|
|
1852
|
+
|
|
1821
1853
|
.data-\[disabled\]\:ps-opacity-50[data-disabled] {
|
|
1822
1854
|
opacity: 0.5;
|
|
1823
1855
|
}
|
|
1856
|
+
|
|
1824
1857
|
.data-\[focus\=true\]\:ps-ring-2[data-focus="true"] {
|
|
1825
1858
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1826
1859
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1827
1860
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1828
1861
|
}
|
|
1862
|
+
|
|
1829
1863
|
.data-\[focus\=true\]\:ps-ring-inset[data-focus="true"] {
|
|
1830
1864
|
--tw-ring-inset: inset;
|
|
1831
1865
|
}
|
|
1866
|
+
|
|
1832
1867
|
.data-\[focus\=true\]\:ps-ring-indigo-400[data-focus="true"] {
|
|
1833
1868
|
--tw-ring-opacity: 1;
|
|
1834
1869
|
--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
|
|
1835
1870
|
}
|
|
1871
|
+
|
|
1836
1872
|
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1837
1873
|
transition-duration: 300ms;
|
|
1838
1874
|
}
|
|
1875
|
+
|
|
1839
1876
|
.data-\[state\=open\]\:ps-duration-500[data-state="open"] {
|
|
1840
1877
|
transition-duration: 500ms;
|
|
1841
1878
|
}
|
|
1879
|
+
|
|
1842
1880
|
.data-\[state\=open\]\:ps-animate-in[data-state="open"] {
|
|
1843
1881
|
animation-name: enter;
|
|
1844
1882
|
animation-duration: 150ms;
|
|
@@ -1848,6 +1886,7 @@ body {
|
|
|
1848
1886
|
--tw-enter-translate-x: initial;
|
|
1849
1887
|
--tw-enter-translate-y: initial;
|
|
1850
1888
|
}
|
|
1889
|
+
|
|
1851
1890
|
.data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
|
|
1852
1891
|
animation-name: exit;
|
|
1853
1892
|
animation-duration: 150ms;
|
|
@@ -1857,72 +1896,95 @@ body {
|
|
|
1857
1896
|
--tw-exit-translate-x: initial;
|
|
1858
1897
|
--tw-exit-translate-y: initial;
|
|
1859
1898
|
}
|
|
1899
|
+
|
|
1860
1900
|
.data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
|
|
1861
1901
|
--tw-exit-opacity: 0;
|
|
1862
1902
|
}
|
|
1903
|
+
|
|
1863
1904
|
.data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
|
|
1864
1905
|
--tw-enter-opacity: 0;
|
|
1865
1906
|
}
|
|
1907
|
+
|
|
1866
1908
|
.data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
|
|
1867
1909
|
--tw-exit-scale: .95;
|
|
1868
1910
|
}
|
|
1911
|
+
|
|
1869
1912
|
.data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
|
|
1870
1913
|
--tw-enter-scale: .95;
|
|
1871
1914
|
}
|
|
1915
|
+
|
|
1872
1916
|
.data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
|
|
1873
1917
|
--tw-enter-translate-y: -0.5rem;
|
|
1874
1918
|
}
|
|
1919
|
+
|
|
1875
1920
|
.data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
|
|
1876
1921
|
--tw-enter-translate-x: 0.5rem;
|
|
1877
1922
|
}
|
|
1923
|
+
|
|
1878
1924
|
.data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
|
|
1879
1925
|
--tw-enter-translate-x: -0.5rem;
|
|
1880
1926
|
}
|
|
1927
|
+
|
|
1881
1928
|
.data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
|
|
1882
1929
|
--tw-enter-translate-y: 0.5rem;
|
|
1883
1930
|
}
|
|
1931
|
+
|
|
1884
1932
|
.data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
|
|
1885
1933
|
--tw-exit-translate-y: 100%;
|
|
1886
1934
|
}
|
|
1935
|
+
|
|
1887
1936
|
.data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
|
|
1888
1937
|
--tw-exit-translate-x: -100%;
|
|
1889
1938
|
}
|
|
1939
|
+
|
|
1890
1940
|
.data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
|
|
1891
1941
|
--tw-exit-translate-x: -50%;
|
|
1892
1942
|
}
|
|
1943
|
+
|
|
1893
1944
|
.data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
|
|
1894
1945
|
--tw-exit-translate-x: 100%;
|
|
1895
1946
|
}
|
|
1947
|
+
|
|
1896
1948
|
.data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
|
|
1897
1949
|
--tw-exit-translate-y: -100%;
|
|
1898
1950
|
}
|
|
1951
|
+
|
|
1899
1952
|
.data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
1900
1953
|
--tw-exit-translate-y: -48%;
|
|
1901
1954
|
}
|
|
1955
|
+
|
|
1902
1956
|
.data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
|
|
1903
1957
|
--tw-enter-translate-y: 100%;
|
|
1904
1958
|
}
|
|
1959
|
+
|
|
1905
1960
|
.data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
|
|
1906
1961
|
--tw-enter-translate-x: -100%;
|
|
1907
1962
|
}
|
|
1963
|
+
|
|
1908
1964
|
.data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
|
|
1909
1965
|
--tw-enter-translate-x: -50%;
|
|
1910
1966
|
}
|
|
1967
|
+
|
|
1911
1968
|
.data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
|
|
1912
1969
|
--tw-enter-translate-x: 100%;
|
|
1913
1970
|
}
|
|
1971
|
+
|
|
1914
1972
|
.data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
|
|
1915
1973
|
--tw-enter-translate-y: -100%;
|
|
1916
1974
|
}
|
|
1975
|
+
|
|
1917
1976
|
.data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
|
|
1918
1977
|
--tw-enter-translate-y: -48%;
|
|
1919
1978
|
}
|
|
1979
|
+
|
|
1920
1980
|
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1921
1981
|
animation-duration: 300ms;
|
|
1922
1982
|
}
|
|
1983
|
+
|
|
1923
1984
|
.data-\[state\=open\]\:ps-duration-500[data-state="open"] {
|
|
1924
1985
|
animation-duration: 500ms;
|
|
1925
1986
|
}
|
|
1987
|
+
|
|
1926
1988
|
@media (min-width: 640px) {
|
|
1927
1989
|
|
|
1928
1990
|
.sm\:ps-max-w-sm {
|
|
@@ -1951,6 +2013,7 @@ body {
|
|
|
1951
2013
|
text-align: left;
|
|
1952
2014
|
}
|
|
1953
2015
|
}
|
|
2016
|
+
|
|
1954
2017
|
@media (min-width: 768px) {
|
|
1955
2018
|
|
|
1956
2019
|
.md\:ps-text-sm {
|
|
@@ -1958,35 +2021,44 @@ body {
|
|
|
1958
2021
|
line-height: 1.25rem;
|
|
1959
2022
|
}
|
|
1960
2023
|
}
|
|
2024
|
+
|
|
1961
2025
|
.\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
|
|
1962
2026
|
border-bottom-width: 0px;
|
|
1963
2027
|
}
|
|
2028
|
+
|
|
1964
2029
|
.\[\&\>span\]\:ps-line-clamp-1>span {
|
|
1965
2030
|
overflow: hidden;
|
|
1966
2031
|
display: -webkit-box;
|
|
1967
2032
|
-webkit-box-orient: vertical;
|
|
1968
2033
|
-webkit-line-clamp: 1;
|
|
1969
2034
|
}
|
|
2035
|
+
|
|
1970
2036
|
.\[\&\>svg\]\:ps-size-4>svg {
|
|
1971
2037
|
width: 1rem;
|
|
1972
2038
|
height: 1rem;
|
|
1973
2039
|
}
|
|
2040
|
+
|
|
1974
2041
|
.\[\&\>svg\]\:ps-shrink-0>svg {
|
|
1975
2042
|
flex-shrink: 0;
|
|
1976
2043
|
}
|
|
2044
|
+
|
|
1977
2045
|
.\[\&\>tr\]\:last\:ps-border-b-0:last-child>tr {
|
|
1978
2046
|
border-bottom-width: 0px;
|
|
1979
2047
|
}
|
|
2048
|
+
|
|
1980
2049
|
.\[\&_svg\]\:ps-pointer-events-none svg {
|
|
1981
2050
|
pointer-events: none;
|
|
1982
2051
|
}
|
|
2052
|
+
|
|
1983
2053
|
.\[\&_svg\]\:ps-size-4 svg {
|
|
1984
2054
|
width: 1rem;
|
|
1985
2055
|
height: 1rem;
|
|
1986
2056
|
}
|
|
2057
|
+
|
|
1987
2058
|
.\[\&_svg\]\:ps-shrink-0 svg {
|
|
1988
2059
|
flex-shrink: 0;
|
|
1989
2060
|
}
|
|
2061
|
+
|
|
1990
2062
|
.\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
|
|
1991
2063
|
border-width: 0px;
|
|
1992
2064
|
}
|