@prisma/studio-core 0.0.0-dev.202505081609 → 0.0.0-dev.202505081833
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/ui/index.cjs +41 -65
- package/dist/ui/index.css +31 -28
- package/dist/ui/index.js +7 -31
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -678,8 +678,11 @@ video {
|
|
|
678
678
|
.ps-ml-1 {
|
|
679
679
|
margin-left: 0.25rem;
|
|
680
680
|
}
|
|
681
|
-
.ps-ml-
|
|
682
|
-
margin-left:
|
|
681
|
+
.ps-ml-2 {
|
|
682
|
+
margin-left: 0.5rem;
|
|
683
|
+
}
|
|
684
|
+
.ps-ml-6 {
|
|
685
|
+
margin-left: 1.5rem;
|
|
683
686
|
}
|
|
684
687
|
.ps-ml-auto {
|
|
685
688
|
margin-left: auto;
|
|
@@ -687,9 +690,6 @@ video {
|
|
|
687
690
|
.ps-mr-auto {
|
|
688
691
|
margin-right: auto;
|
|
689
692
|
}
|
|
690
|
-
.ps-mt-2 {
|
|
691
|
-
margin-top: 0.5rem;
|
|
692
|
-
}
|
|
693
693
|
.ps-mt-4 {
|
|
694
694
|
margin-top: 1rem;
|
|
695
695
|
}
|
|
@@ -795,6 +795,15 @@ video {
|
|
|
795
795
|
.ps-w-2 {
|
|
796
796
|
width: 0.5rem;
|
|
797
797
|
}
|
|
798
|
+
.ps-w-20 {
|
|
799
|
+
width: 5rem;
|
|
800
|
+
}
|
|
801
|
+
.ps-w-24 {
|
|
802
|
+
width: 6rem;
|
|
803
|
+
}
|
|
804
|
+
.ps-w-28 {
|
|
805
|
+
width: 7rem;
|
|
806
|
+
}
|
|
798
807
|
.ps-w-3\.5 {
|
|
799
808
|
width: 0.875rem;
|
|
800
809
|
}
|
|
@@ -819,15 +828,13 @@ video {
|
|
|
819
828
|
.ps-w-\[1\.2rem\] {
|
|
820
829
|
width: 1.2rem;
|
|
821
830
|
}
|
|
822
|
-
.ps-w-\[100px\] {
|
|
823
|
-
width: 100px;
|
|
824
|
-
}
|
|
825
|
-
.ps-w-\[180px\] {
|
|
826
|
-
width: 180px;
|
|
827
|
-
}
|
|
828
831
|
.ps-w-auto {
|
|
829
832
|
width: auto;
|
|
830
833
|
}
|
|
834
|
+
.ps-w-fit {
|
|
835
|
+
width: -moz-fit-content;
|
|
836
|
+
width: fit-content;
|
|
837
|
+
}
|
|
831
838
|
.ps-w-full {
|
|
832
839
|
width: 100%;
|
|
833
840
|
}
|
|
@@ -835,6 +842,10 @@ video {
|
|
|
835
842
|
width: -moz-max-content;
|
|
836
843
|
width: max-content;
|
|
837
844
|
}
|
|
845
|
+
.ps-w-min {
|
|
846
|
+
width: -moz-min-content;
|
|
847
|
+
width: min-content;
|
|
848
|
+
}
|
|
838
849
|
.ps-w-px {
|
|
839
850
|
width: 1px;
|
|
840
851
|
}
|
|
@@ -1090,6 +1101,9 @@ video {
|
|
|
1090
1101
|
border-top-left-radius: var(--radius);
|
|
1091
1102
|
border-top-right-radius: var(--radius);
|
|
1092
1103
|
}
|
|
1104
|
+
.ps-rounded-bl-none {
|
|
1105
|
+
border-bottom-left-radius: 0px;
|
|
1106
|
+
}
|
|
1093
1107
|
.ps-border {
|
|
1094
1108
|
border-width: 1px;
|
|
1095
1109
|
}
|
|
@@ -1102,6 +1116,9 @@ video {
|
|
|
1102
1116
|
.ps-border-l {
|
|
1103
1117
|
border-left-width: 1px;
|
|
1104
1118
|
}
|
|
1119
|
+
.ps-border-l-4 {
|
|
1120
|
+
border-left-width: 4px;
|
|
1121
|
+
}
|
|
1105
1122
|
.ps-border-r {
|
|
1106
1123
|
border-right-width: 1px;
|
|
1107
1124
|
}
|
|
@@ -1268,9 +1285,6 @@ video {
|
|
|
1268
1285
|
padding-top: 0.75rem;
|
|
1269
1286
|
padding-bottom: 0.75rem;
|
|
1270
1287
|
}
|
|
1271
|
-
.ps-pb-0 {
|
|
1272
|
-
padding-bottom: 0px;
|
|
1273
|
-
}
|
|
1274
1288
|
.ps-pb-2 {
|
|
1275
1289
|
padding-bottom: 0.5rem;
|
|
1276
1290
|
}
|
|
@@ -1295,6 +1309,9 @@ video {
|
|
|
1295
1309
|
.ps-pr-8 {
|
|
1296
1310
|
padding-right: 2rem;
|
|
1297
1311
|
}
|
|
1312
|
+
.ps-pt-2 {
|
|
1313
|
+
padding-top: 0.5rem;
|
|
1314
|
+
}
|
|
1298
1315
|
.ps-pt-4 {
|
|
1299
1316
|
padding-top: 1rem;
|
|
1300
1317
|
}
|
|
@@ -1325,9 +1342,6 @@ video {
|
|
|
1325
1342
|
font-size: 0.75rem;
|
|
1326
1343
|
line-height: 1rem;
|
|
1327
1344
|
}
|
|
1328
|
-
.ps-font-bold {
|
|
1329
|
-
font-weight: 700;
|
|
1330
|
-
}
|
|
1331
1345
|
.ps-font-medium {
|
|
1332
1346
|
font-weight: 500;
|
|
1333
1347
|
}
|
|
@@ -1337,9 +1351,6 @@ video {
|
|
|
1337
1351
|
.ps-lowercase {
|
|
1338
1352
|
text-transform: lowercase;
|
|
1339
1353
|
}
|
|
1340
|
-
.ps-italic {
|
|
1341
|
-
font-style: italic;
|
|
1342
|
-
}
|
|
1343
1354
|
.ps-leading-\[var\(--studio-cell-height\)\] {
|
|
1344
1355
|
line-height: var(--studio-cell-height);
|
|
1345
1356
|
}
|
|
@@ -1370,10 +1381,6 @@ video {
|
|
|
1370
1381
|
.ps-text-foreground\/90 {
|
|
1371
1382
|
color: hsl(var(--foreground) / 0.9);
|
|
1372
1383
|
}
|
|
1373
|
-
.ps-text-gray-400 {
|
|
1374
|
-
--tw-text-opacity: 1;
|
|
1375
|
-
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
1376
|
-
}
|
|
1377
1384
|
.ps-text-gray-500 {
|
|
1378
1385
|
--tw-text-opacity: 1;
|
|
1379
1386
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
@@ -1393,10 +1400,6 @@ video {
|
|
|
1393
1400
|
.ps-text-primary-foreground {
|
|
1394
1401
|
color: hsl(var(--primary-foreground));
|
|
1395
1402
|
}
|
|
1396
|
-
.ps-text-red-500 {
|
|
1397
|
-
--tw-text-opacity: 1;
|
|
1398
|
-
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1399
|
-
}
|
|
1400
1403
|
.ps-text-secondary-foreground {
|
|
1401
1404
|
color: hsl(var(--secondary-foreground));
|
|
1402
1405
|
}
|