@prisma/studio-core 0.0.0-dev.202504170014 → 0.0.0-dev.202504170735
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-HBURJFQA.css → index-INNIZBNY.css} +82 -182
- package/dist/ui/index.cjs +26 -26
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
|
@@ -533,6 +533,9 @@ video {
|
|
|
533
533
|
--sidebar-accent-foreground: 240 5.9% 10%;
|
|
534
534
|
--sidebar-border: 220 13% 91%;
|
|
535
535
|
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
536
|
+
--table-row-odd: 240 4.8% 95.9%;
|
|
537
|
+
--table-head: 0 0% 100%;
|
|
538
|
+
--table-border: 240 5.9% 90%;
|
|
536
539
|
}
|
|
537
540
|
.dark {
|
|
538
541
|
--background: 240 10% 3.9%;
|
|
@@ -567,6 +570,7 @@ video {
|
|
|
567
570
|
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
|
568
571
|
--sidebar-border: 240 3.7% 15.9%;
|
|
569
572
|
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
573
|
+
--table-row-odd: 240 3.7% 15.9%;
|
|
570
574
|
}
|
|
571
575
|
.ps-sr-only {
|
|
572
576
|
position: absolute;
|
|
@@ -579,9 +583,6 @@ video {
|
|
|
579
583
|
white-space: nowrap;
|
|
580
584
|
border-width: 0;
|
|
581
585
|
}
|
|
582
|
-
.ps-pointer-events-none {
|
|
583
|
-
pointer-events: none;
|
|
584
|
-
}
|
|
585
586
|
.ps-fixed {
|
|
586
587
|
position: fixed;
|
|
587
588
|
}
|
|
@@ -728,6 +729,12 @@ video {
|
|
|
728
729
|
.ps-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
729
730
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
730
731
|
}
|
|
732
|
+
.ps-max-h-full {
|
|
733
|
+
max-height: 100%;
|
|
734
|
+
}
|
|
735
|
+
.ps-min-h-\[60px\] {
|
|
736
|
+
min-height: 60px;
|
|
737
|
+
}
|
|
731
738
|
.ps-w-0 {
|
|
732
739
|
width: 0px;
|
|
733
740
|
}
|
|
@@ -737,9 +744,6 @@ video {
|
|
|
737
744
|
.ps-w-2 {
|
|
738
745
|
width: 0.5rem;
|
|
739
746
|
}
|
|
740
|
-
.ps-w-3 {
|
|
741
|
-
width: 0.75rem;
|
|
742
|
-
}
|
|
743
747
|
.ps-w-3\.5 {
|
|
744
748
|
width: 0.875rem;
|
|
745
749
|
}
|
|
@@ -761,6 +765,9 @@ video {
|
|
|
761
765
|
.ps-w-\[1\.2rem\] {
|
|
762
766
|
width: 1.2rem;
|
|
763
767
|
}
|
|
768
|
+
.ps-w-\[var\(--dragging-width\)\] {
|
|
769
|
+
width: var(--dragging-width);
|
|
770
|
+
}
|
|
764
771
|
.ps-w-full {
|
|
765
772
|
width: 100%;
|
|
766
773
|
}
|
|
@@ -768,6 +775,9 @@ video {
|
|
|
768
775
|
width: -moz-max-content;
|
|
769
776
|
width: max-content;
|
|
770
777
|
}
|
|
778
|
+
.ps-w-px {
|
|
779
|
+
width: 1px;
|
|
780
|
+
}
|
|
771
781
|
.ps-min-w-\[8rem\] {
|
|
772
782
|
min-width: 8rem;
|
|
773
783
|
}
|
|
@@ -786,6 +796,9 @@ video {
|
|
|
786
796
|
.ps-shrink-0 {
|
|
787
797
|
flex-shrink: 0;
|
|
788
798
|
}
|
|
799
|
+
.ps-table-fixed {
|
|
800
|
+
table-layout: fixed;
|
|
801
|
+
}
|
|
789
802
|
.ps-caption-bottom {
|
|
790
803
|
caption-side: bottom;
|
|
791
804
|
}
|
|
@@ -844,6 +857,9 @@ video {
|
|
|
844
857
|
-moz-user-select: none;
|
|
845
858
|
user-select: none;
|
|
846
859
|
}
|
|
860
|
+
.ps-resize-none {
|
|
861
|
+
resize: none;
|
|
862
|
+
}
|
|
847
863
|
.ps-flex-row {
|
|
848
864
|
flex-direction: row;
|
|
849
865
|
}
|
|
@@ -916,9 +932,6 @@ video {
|
|
|
916
932
|
.ps-whitespace-nowrap {
|
|
917
933
|
white-space: nowrap;
|
|
918
934
|
}
|
|
919
|
-
.ps-rounded {
|
|
920
|
-
border-radius: 0.25rem;
|
|
921
|
-
}
|
|
922
935
|
.ps-rounded-lg {
|
|
923
936
|
border-radius: var(--radius);
|
|
924
937
|
}
|
|
@@ -934,12 +947,6 @@ video {
|
|
|
934
947
|
.ps-border {
|
|
935
948
|
border-width: 1px;
|
|
936
949
|
}
|
|
937
|
-
.ps-border-0 {
|
|
938
|
-
border-width: 0px;
|
|
939
|
-
}
|
|
940
|
-
.ps-border-2 {
|
|
941
|
-
border-width: 2px;
|
|
942
|
-
}
|
|
943
950
|
.ps-border-b {
|
|
944
951
|
border-bottom-width: 1px;
|
|
945
952
|
}
|
|
@@ -952,12 +959,18 @@ video {
|
|
|
952
959
|
.ps-border-t {
|
|
953
960
|
border-top-width: 1px;
|
|
954
961
|
}
|
|
962
|
+
.ps-border-none {
|
|
963
|
+
border-style: none;
|
|
964
|
+
}
|
|
955
965
|
.ps-border-input {
|
|
956
966
|
border-color: hsl(var(--input));
|
|
957
967
|
}
|
|
958
968
|
.ps-border-primary {
|
|
959
969
|
border-color: hsl(var(--primary));
|
|
960
970
|
}
|
|
971
|
+
.ps-border-table-border {
|
|
972
|
+
border-color: hsl(var(--table-border));
|
|
973
|
+
}
|
|
961
974
|
.ps-border-transparent {
|
|
962
975
|
border-color: transparent;
|
|
963
976
|
}
|
|
@@ -976,14 +989,6 @@ video {
|
|
|
976
989
|
.ps-bg-destructive {
|
|
977
990
|
background-color: hsl(var(--destructive));
|
|
978
991
|
}
|
|
979
|
-
.ps-bg-gray-100 {
|
|
980
|
-
--tw-bg-opacity: 1;
|
|
981
|
-
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
982
|
-
}
|
|
983
|
-
.ps-bg-gray-300 {
|
|
984
|
-
--tw-bg-opacity: 1;
|
|
985
|
-
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
|
|
986
|
-
}
|
|
987
992
|
.ps-bg-muted {
|
|
988
993
|
background-color: hsl(var(--muted));
|
|
989
994
|
}
|
|
@@ -999,6 +1004,9 @@ video {
|
|
|
999
1004
|
.ps-bg-secondary {
|
|
1000
1005
|
background-color: hsl(var(--secondary));
|
|
1001
1006
|
}
|
|
1007
|
+
.ps-bg-table-head {
|
|
1008
|
+
background-color: hsl(var(--table-head));
|
|
1009
|
+
}
|
|
1002
1010
|
.ps-bg-transparent {
|
|
1003
1011
|
background-color: transparent;
|
|
1004
1012
|
}
|
|
@@ -1141,6 +1149,9 @@ video {
|
|
|
1141
1149
|
.ps-lowercase {
|
|
1142
1150
|
text-transform: lowercase;
|
|
1143
1151
|
}
|
|
1152
|
+
.ps-capitalize {
|
|
1153
|
+
text-transform: capitalize;
|
|
1154
|
+
}
|
|
1144
1155
|
.ps-leading-none {
|
|
1145
1156
|
line-height: 1;
|
|
1146
1157
|
}
|
|
@@ -1184,10 +1195,6 @@ video {
|
|
|
1184
1195
|
.ps-text-secondary-foreground {
|
|
1185
1196
|
color: hsl(var(--secondary-foreground));
|
|
1186
1197
|
}
|
|
1187
|
-
.ps-text-white {
|
|
1188
|
-
--tw-text-opacity: 1;
|
|
1189
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1190
|
-
}
|
|
1191
1198
|
.ps-underline-offset-4 {
|
|
1192
1199
|
text-underline-offset: 4px;
|
|
1193
1200
|
}
|
|
@@ -1225,6 +1232,11 @@ video {
|
|
|
1225
1232
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1226
1233
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1227
1234
|
}
|
|
1235
|
+
.ps-shadow-none {
|
|
1236
|
+
--tw-shadow: 0 0 #0000;
|
|
1237
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1238
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1239
|
+
}
|
|
1228
1240
|
.ps-shadow-sm {
|
|
1229
1241
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1230
1242
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
@@ -1304,127 +1316,12 @@ body {
|
|
|
1304
1316
|
color: hsl(var(--muted-foreground));
|
|
1305
1317
|
}
|
|
1306
1318
|
|
|
1307
|
-
.
|
|
1308
|
-
|
|
1309
|
-
position: absolute;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
.before\:ps-right-\[3px\]::before {
|
|
1313
|
-
content: var(--tw-content);
|
|
1314
|
-
right: 3px;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
.before\:ps-top-1\/2::before {
|
|
1318
|
-
content: var(--tw-content);
|
|
1319
|
-
top: 50%;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
.before\:ps-h-0::before {
|
|
1323
|
-
content: var(--tw-content);
|
|
1324
|
-
height: 0px;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
.before\:ps-w-\[2px\]::before {
|
|
1328
|
-
content: var(--tw-content);
|
|
1329
|
-
width: 2px;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
.before\:ps--translate-y-1\/2::before {
|
|
1333
|
-
content: var(--tw-content);
|
|
1334
|
-
--tw-translate-y: -50%;
|
|
1335
|
-
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));
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.before\:ps-rounded-full::before {
|
|
1339
|
-
content: var(--tw-content);
|
|
1340
|
-
border-radius: 9999px;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.before\:ps-bg-gray-400::before {
|
|
1344
|
-
content: var(--tw-content);
|
|
1345
|
-
--tw-bg-opacity: 1;
|
|
1346
|
-
background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.before\:ps-opacity-0::before {
|
|
1350
|
-
content: var(--tw-content);
|
|
1351
|
-
opacity: 0;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
.before\:ps-opacity-100::before {
|
|
1355
|
-
content: var(--tw-content);
|
|
1356
|
-
opacity: 1;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
.before\:ps-transition-all::before {
|
|
1360
|
-
content: var(--tw-content);
|
|
1361
|
-
transition-property: all;
|
|
1362
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1363
|
-
transition-duration: 150ms;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.before\:ps-duration-200::before {
|
|
1367
|
-
content: var(--tw-content);
|
|
1368
|
-
transition-duration: 200ms;
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
.after\:ps-absolute::after {
|
|
1372
|
-
content: var(--tw-content);
|
|
1373
|
-
position: absolute;
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
.after\:ps-right-\[7px\]::after {
|
|
1377
|
-
content: var(--tw-content);
|
|
1378
|
-
right: 7px;
|
|
1379
|
-
}
|
|
1380
|
-
|
|
1381
|
-
.after\:ps-top-1\/2::after {
|
|
1382
|
-
content: var(--tw-content);
|
|
1383
|
-
top: 50%;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.after\:ps-h-0::after {
|
|
1387
|
-
content: var(--tw-content);
|
|
1388
|
-
height: 0px;
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
.after\:ps-w-\[2px\]::after {
|
|
1392
|
-
content: var(--tw-content);
|
|
1393
|
-
width: 2px;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
.after\:ps--translate-y-1\/2::after {
|
|
1397
|
-
content: var(--tw-content);
|
|
1398
|
-
--tw-translate-y: -50%;
|
|
1399
|
-
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));
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
.after\:ps-rounded-full::after {
|
|
1403
|
-
content: var(--tw-content);
|
|
1404
|
-
border-radius: 9999px;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
.after\:ps-bg-gray-400::after {
|
|
1408
|
-
content: var(--tw-content);
|
|
1409
|
-
--tw-bg-opacity: 1;
|
|
1410
|
-
background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
.after\:ps-opacity-0::after {
|
|
1414
|
-
content: var(--tw-content);
|
|
1415
|
-
opacity: 0;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.after\:ps-transition-all::after {
|
|
1419
|
-
content: var(--tw-content);
|
|
1420
|
-
transition-property: all;
|
|
1421
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1422
|
-
transition-duration: 150ms;
|
|
1319
|
+
.last\:ps-border-r-0:last-child {
|
|
1320
|
+
border-right-width: 0px;
|
|
1423
1321
|
}
|
|
1424
1322
|
|
|
1425
|
-
.
|
|
1426
|
-
|
|
1427
|
-
transition-duration: 200ms;
|
|
1323
|
+
.hover\:ps-border-table-border:hover {
|
|
1324
|
+
border-color: hsl(var(--table-border));
|
|
1428
1325
|
}
|
|
1429
1326
|
|
|
1430
1327
|
.hover\:ps-bg-accent:hover {
|
|
@@ -1505,6 +1402,12 @@ body {
|
|
|
1505
1402
|
outline-offset: 2px;
|
|
1506
1403
|
}
|
|
1507
1404
|
|
|
1405
|
+
.focus-visible\:ps-ring-0:focus-visible {
|
|
1406
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1407
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1408
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1508
1411
|
.focus-visible\:ps-ring-1:focus-visible {
|
|
1509
1412
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1510
1413
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -1527,42 +1430,6 @@ body {
|
|
|
1527
1430
|
opacity: 0.5;
|
|
1528
1431
|
}
|
|
1529
1432
|
|
|
1530
|
-
.ps-group:hover .group-hover\:before\:ps-h-4::before {
|
|
1531
|
-
content: var(--tw-content);
|
|
1532
|
-
height: 1rem;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
.ps-group:hover .group-hover\:before\:ps-opacity-100::before {
|
|
1536
|
-
content: var(--tw-content);
|
|
1537
|
-
opacity: 1;
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
.ps-group:hover .group-hover\:after\:ps-h-4::after {
|
|
1541
|
-
content: var(--tw-content);
|
|
1542
|
-
height: 1rem;
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
.ps-group:hover .group-hover\:after\:ps-opacity-100::after {
|
|
1546
|
-
content: var(--tw-content);
|
|
1547
|
-
opacity: 1;
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
.ps-group:active .group-active\:ps-bg-transparent {
|
|
1551
|
-
background-color: transparent;
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
.ps-group:active .group-active\:before\:ps-bg-white::before {
|
|
1555
|
-
content: var(--tw-content);
|
|
1556
|
-
--tw-bg-opacity: 1;
|
|
1557
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
.ps-group:active .group-active\:after\:ps-bg-white::after {
|
|
1561
|
-
content: var(--tw-content);
|
|
1562
|
-
--tw-bg-opacity: 1;
|
|
1563
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
1433
|
.data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
|
|
1567
1434
|
pointer-events: none;
|
|
1568
1435
|
}
|
|
@@ -1587,6 +1454,19 @@ body {
|
|
|
1587
1454
|
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));
|
|
1588
1455
|
}
|
|
1589
1456
|
|
|
1457
|
+
.data-\[focus\=true\]\:ps-border[data-focus="true"] {
|
|
1458
|
+
border-width: 1px;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
.data-\[focus\=true\]\:ps-border-indigo-400[data-focus="true"] {
|
|
1462
|
+
--tw-border-opacity: 1;
|
|
1463
|
+
border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
.data-\[active\=true\]\:ps-bg-primary\/5[data-active="true"] {
|
|
1467
|
+
background-color: hsl(var(--primary) / 0.05);
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1590
1470
|
.data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
|
|
1591
1471
|
background-color: hsl(var(--primary));
|
|
1592
1472
|
}
|
|
@@ -1623,6 +1503,21 @@ body {
|
|
|
1623
1503
|
opacity: 0.5;
|
|
1624
1504
|
}
|
|
1625
1505
|
|
|
1506
|
+
.data-\[focus\=true\]\:ps-ring-1[data-focus="true"] {
|
|
1507
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1508
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1509
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.data-\[focus\=true\]\:ps-ring-inset[data-focus="true"] {
|
|
1513
|
+
--tw-ring-inset: inset;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.data-\[focus\=true\]\:ps-ring-indigo-400[data-focus="true"] {
|
|
1517
|
+
--tw-ring-opacity: 1;
|
|
1518
|
+
--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1626
1521
|
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1627
1522
|
transition-duration: 300ms;
|
|
1628
1523
|
}
|
|
@@ -1666,6 +1561,11 @@ body {
|
|
|
1666
1561
|
font-size: 0.875rem;
|
|
1667
1562
|
line-height: 1.25rem;
|
|
1668
1563
|
}
|
|
1564
|
+
|
|
1565
|
+
.md\:ps-text-xs {
|
|
1566
|
+
font-size: 0.75rem;
|
|
1567
|
+
line-height: 1rem;
|
|
1568
|
+
}
|
|
1669
1569
|
}
|
|
1670
1570
|
|
|
1671
1571
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
|