@prisma/studio-core 0.0.0-dev.202505082104 → 0.0.0-dev.202505082121
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 +34 -26
- package/dist/ui/index.css +3 -12
- package/dist/ui/index.js +10 -2
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -601,9 +601,6 @@ video {
|
|
|
601
601
|
.ps-sticky {
|
|
602
602
|
position: sticky;
|
|
603
603
|
}
|
|
604
|
-
.-ps-inset-0 {
|
|
605
|
-
inset: -0px;
|
|
606
|
-
}
|
|
607
604
|
.ps-inset-0 {
|
|
608
605
|
inset: 0px;
|
|
609
606
|
}
|
|
@@ -798,9 +795,6 @@ video {
|
|
|
798
795
|
.ps-w-2 {
|
|
799
796
|
width: 0.5rem;
|
|
800
797
|
}
|
|
801
|
-
.ps-w-2\/3 {
|
|
802
|
-
width: 66.666667%;
|
|
803
|
-
}
|
|
804
798
|
.ps-w-20 {
|
|
805
799
|
width: 5rem;
|
|
806
800
|
}
|
|
@@ -819,9 +813,6 @@ video {
|
|
|
819
813
|
.ps-w-4 {
|
|
820
814
|
width: 1rem;
|
|
821
815
|
}
|
|
822
|
-
.ps-w-4\/5 {
|
|
823
|
-
width: 80%;
|
|
824
|
-
}
|
|
825
816
|
.ps-w-48 {
|
|
826
817
|
width: 12rem;
|
|
827
818
|
}
|
|
@@ -1239,9 +1230,6 @@ video {
|
|
|
1239
1230
|
.ps-p-6 {
|
|
1240
1231
|
padding: 1.5rem;
|
|
1241
1232
|
}
|
|
1242
|
-
.ps-p-\[var\(--studio-cell-spacing\)\] {
|
|
1243
|
-
padding: var(--studio-cell-spacing);
|
|
1244
|
-
}
|
|
1245
1233
|
.ps-p-px {
|
|
1246
1234
|
padding: 1px;
|
|
1247
1235
|
}
|
|
@@ -1400,6 +1388,9 @@ video {
|
|
|
1400
1388
|
.ps-text-muted-foreground {
|
|
1401
1389
|
color: hsl(var(--muted-foreground));
|
|
1402
1390
|
}
|
|
1391
|
+
.ps-text-muted-foreground\/60 {
|
|
1392
|
+
color: hsl(var(--muted-foreground) / 0.6);
|
|
1393
|
+
}
|
|
1403
1394
|
.ps-text-muted-foreground\/70 {
|
|
1404
1395
|
color: hsl(var(--muted-foreground) / 0.7);
|
|
1405
1396
|
}
|