@prisma/studio-core 0.0.0-dev.202505021044 → 0.0.0-dev.202505021059
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/chunk-LYTHOJGC.js +1 -0
- package/dist/{chunk-GNXJUBVK.js → chunk-P72NBTYE.js} +1 -1
- package/dist/data/index.cjs +1 -1
- package/dist/data/index.js +1 -1
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +6 -0
- package/dist/data/pglite/index.d.ts +6 -0
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +1 -1
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/ui/index.cjs +37 -37
- package/dist/ui/index.css +13 -13
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-GM27XCQ7.js +0 -1
package/dist/ui/index.css
CHANGED
|
@@ -645,9 +645,6 @@ video {
|
|
|
645
645
|
.ps-top-\[50\%\] {
|
|
646
646
|
top: 50%;
|
|
647
647
|
}
|
|
648
|
-
.\!ps-z-50 {
|
|
649
|
-
z-index: 50 !important;
|
|
650
|
-
}
|
|
651
648
|
.ps-z-10 {
|
|
652
649
|
z-index: 10;
|
|
653
650
|
}
|
|
@@ -1081,10 +1078,6 @@ video {
|
|
|
1081
1078
|
.ps-border-transparent {
|
|
1082
1079
|
border-color: transparent;
|
|
1083
1080
|
}
|
|
1084
|
-
.ps-border-violet-500 {
|
|
1085
|
-
--tw-border-opacity: 1;
|
|
1086
|
-
border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
|
|
1087
|
-
}
|
|
1088
1081
|
.ps-bg-background {
|
|
1089
1082
|
background-color: hsl(var(--background));
|
|
1090
1083
|
}
|
|
@@ -1500,12 +1493,6 @@ body {
|
|
|
1500
1493
|
}
|
|
1501
1494
|
}
|
|
1502
1495
|
|
|
1503
|
-
.ps-table-cell-select {
|
|
1504
|
-
width: 40px;
|
|
1505
|
-
min-width: 40px;
|
|
1506
|
-
max-width: 40px;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
1496
|
.file\:ps-border-0::file-selector-button {
|
|
1510
1497
|
border-width: 0px;
|
|
1511
1498
|
}
|
|
@@ -1571,6 +1558,10 @@ body {
|
|
|
1571
1558
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1572
1559
|
}
|
|
1573
1560
|
|
|
1561
|
+
.hover\:ps-bg-transparent:hover {
|
|
1562
|
+
background-color: transparent;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1574
1565
|
.hover\:ps-text-accent-foreground:hover {
|
|
1575
1566
|
color: hsl(var(--accent-foreground));
|
|
1576
1567
|
}
|
|
@@ -1925,10 +1916,19 @@ body {
|
|
|
1925
1916
|
}
|
|
1926
1917
|
}
|
|
1927
1918
|
|
|
1919
|
+
.\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
|
|
1920
|
+
padding-right: 0px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1928
1923
|
.\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
|
|
1929
1924
|
border-bottom-width: 0px;
|
|
1930
1925
|
}
|
|
1931
1926
|
|
|
1927
|
+
.\[\&\>\[role\=checkbox\]\]\:ps-translate-y-\[2px\]>[role=checkbox] {
|
|
1928
|
+
--tw-translate-y: 2px;
|
|
1929
|
+
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));
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
1932
|
.\[\&\>span\]\:ps-line-clamp-1>span {
|
|
1933
1933
|
overflow: hidden;
|
|
1934
1934
|
display: -webkit-box;
|