@prisma/studio-core 0.0.0-dev.202505020201 → 0.0.0-dev.202505020925
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 +17 -13
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -645,6 +645,9 @@ video {
|
|
|
645
645
|
.ps-top-\[50\%\] {
|
|
646
646
|
top: 50%;
|
|
647
647
|
}
|
|
648
|
+
.\!ps-z-50 {
|
|
649
|
+
z-index: 50 !important;
|
|
650
|
+
}
|
|
648
651
|
.ps-z-10 {
|
|
649
652
|
z-index: 10;
|
|
650
653
|
}
|
|
@@ -1072,6 +1075,10 @@ video {
|
|
|
1072
1075
|
.ps-border-transparent {
|
|
1073
1076
|
border-color: transparent;
|
|
1074
1077
|
}
|
|
1078
|
+
.ps-border-violet-500 {
|
|
1079
|
+
--tw-border-opacity: 1;
|
|
1080
|
+
border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
|
|
1081
|
+
}
|
|
1075
1082
|
.ps-bg-background {
|
|
1076
1083
|
background-color: hsl(var(--background));
|
|
1077
1084
|
}
|
|
@@ -1110,6 +1117,10 @@ video {
|
|
|
1110
1117
|
.ps-bg-secondary {
|
|
1111
1118
|
background-color: hsl(var(--secondary));
|
|
1112
1119
|
}
|
|
1120
|
+
.ps-bg-slate-100 {
|
|
1121
|
+
--tw-bg-opacity: 1;
|
|
1122
|
+
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1123
|
+
}
|
|
1113
1124
|
.ps-bg-table-head {
|
|
1114
1125
|
background-color: hsl(var(--table-head));
|
|
1115
1126
|
}
|
|
@@ -1483,6 +1494,12 @@ body {
|
|
|
1483
1494
|
}
|
|
1484
1495
|
}
|
|
1485
1496
|
|
|
1497
|
+
.ps-table-cell-select {
|
|
1498
|
+
width: 40px;
|
|
1499
|
+
min-width: 40px;
|
|
1500
|
+
max-width: 40px;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1486
1503
|
.file\:ps-border-0::file-selector-button {
|
|
1487
1504
|
border-width: 0px;
|
|
1488
1505
|
}
|
|
@@ -1548,10 +1565,6 @@ body {
|
|
|
1548
1565
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1549
1566
|
}
|
|
1550
1567
|
|
|
1551
|
-
.hover\:ps-bg-transparent:hover {
|
|
1552
|
-
background-color: transparent;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
1568
|
.hover\:ps-text-accent-foreground:hover {
|
|
1556
1569
|
color: hsl(var(--accent-foreground));
|
|
1557
1570
|
}
|
|
@@ -1906,19 +1919,10 @@ body {
|
|
|
1906
1919
|
}
|
|
1907
1920
|
}
|
|
1908
1921
|
|
|
1909
|
-
.\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
|
|
1910
|
-
padding-right: 0px;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
1922
|
.\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
|
|
1914
1923
|
border-bottom-width: 0px;
|
|
1915
1924
|
}
|
|
1916
1925
|
|
|
1917
|
-
.\[\&\>\[role\=checkbox\]\]\:ps-translate-y-\[2px\]>[role=checkbox] {
|
|
1918
|
-
--tw-translate-y: 2px;
|
|
1919
|
-
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));
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
1926
|
.\[\&\>span\]\:ps-line-clamp-1>span {
|
|
1923
1927
|
overflow: hidden;
|
|
1924
1928
|
display: -webkit-box;
|