@prisma/studio-core 0.0.0-dev.202505020925 → 0.0.0-dev.202505021040
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 +37 -37
- package/dist/ui/index.css +16 -17
- package/dist/ui/index.js +2 -2
- package/package.json +1 -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
|
}
|
|
@@ -756,6 +753,9 @@ video {
|
|
|
756
753
|
.ps-max-h-full {
|
|
757
754
|
max-height: 100%;
|
|
758
755
|
}
|
|
756
|
+
.ps-min-h-0 {
|
|
757
|
+
min-height: 0px;
|
|
758
|
+
}
|
|
759
759
|
.ps-min-h-\[60px\] {
|
|
760
760
|
min-height: 60px;
|
|
761
761
|
}
|
|
@@ -1075,10 +1075,6 @@ video {
|
|
|
1075
1075
|
.ps-border-transparent {
|
|
1076
1076
|
border-color: transparent;
|
|
1077
1077
|
}
|
|
1078
|
-
.ps-border-violet-500 {
|
|
1079
|
-
--tw-border-opacity: 1;
|
|
1080
|
-
border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
|
|
1081
|
-
}
|
|
1082
1078
|
.ps-bg-background {
|
|
1083
1079
|
background-color: hsl(var(--background));
|
|
1084
1080
|
}
|
|
@@ -1117,10 +1113,6 @@ video {
|
|
|
1117
1113
|
.ps-bg-secondary {
|
|
1118
1114
|
background-color: hsl(var(--secondary));
|
|
1119
1115
|
}
|
|
1120
|
-
.ps-bg-slate-100 {
|
|
1121
|
-
--tw-bg-opacity: 1;
|
|
1122
|
-
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1123
|
-
}
|
|
1124
1116
|
.ps-bg-table-head {
|
|
1125
1117
|
background-color: hsl(var(--table-head));
|
|
1126
1118
|
}
|
|
@@ -1494,12 +1486,6 @@ body {
|
|
|
1494
1486
|
}
|
|
1495
1487
|
}
|
|
1496
1488
|
|
|
1497
|
-
.ps-table-cell-select {
|
|
1498
|
-
width: 40px;
|
|
1499
|
-
min-width: 40px;
|
|
1500
|
-
max-width: 40px;
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
1489
|
.file\:ps-border-0::file-selector-button {
|
|
1504
1490
|
border-width: 0px;
|
|
1505
1491
|
}
|
|
@@ -1565,6 +1551,10 @@ body {
|
|
|
1565
1551
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1566
1552
|
}
|
|
1567
1553
|
|
|
1554
|
+
.hover\:ps-bg-transparent:hover {
|
|
1555
|
+
background-color: transparent;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1568
1558
|
.hover\:ps-text-accent-foreground:hover {
|
|
1569
1559
|
color: hsl(var(--accent-foreground));
|
|
1570
1560
|
}
|
|
@@ -1919,10 +1909,19 @@ body {
|
|
|
1919
1909
|
}
|
|
1920
1910
|
}
|
|
1921
1911
|
|
|
1912
|
+
.\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
|
|
1913
|
+
padding-right: 0px;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1922
1916
|
.\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
|
|
1923
1917
|
border-bottom-width: 0px;
|
|
1924
1918
|
}
|
|
1925
1919
|
|
|
1920
|
+
.\[\&\>\[role\=checkbox\]\]\:ps-translate-y-\[2px\]>[role=checkbox] {
|
|
1921
|
+
--tw-translate-y: 2px;
|
|
1922
|
+
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));
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1926
1925
|
.\[\&\>span\]\:ps-line-clamp-1>span {
|
|
1927
1926
|
overflow: hidden;
|
|
1928
1927
|
display: -webkit-box;
|