@prisma/studio-core 0.0.0-dev.202505021040 → 0.0.0-dev.202505021044
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 +20 -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
|
}
|
|
@@ -759,6 +762,9 @@ video {
|
|
|
759
762
|
.ps-min-h-\[60px\] {
|
|
760
763
|
min-height: 60px;
|
|
761
764
|
}
|
|
765
|
+
.ps-min-h-full {
|
|
766
|
+
min-height: 100%;
|
|
767
|
+
}
|
|
762
768
|
.ps-w-0 {
|
|
763
769
|
width: 0px;
|
|
764
770
|
}
|
|
@@ -1075,6 +1081,10 @@ video {
|
|
|
1075
1081
|
.ps-border-transparent {
|
|
1076
1082
|
border-color: transparent;
|
|
1077
1083
|
}
|
|
1084
|
+
.ps-border-violet-500 {
|
|
1085
|
+
--tw-border-opacity: 1;
|
|
1086
|
+
border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
|
|
1087
|
+
}
|
|
1078
1088
|
.ps-bg-background {
|
|
1079
1089
|
background-color: hsl(var(--background));
|
|
1080
1090
|
}
|
|
@@ -1113,6 +1123,10 @@ video {
|
|
|
1113
1123
|
.ps-bg-secondary {
|
|
1114
1124
|
background-color: hsl(var(--secondary));
|
|
1115
1125
|
}
|
|
1126
|
+
.ps-bg-slate-100 {
|
|
1127
|
+
--tw-bg-opacity: 1;
|
|
1128
|
+
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1129
|
+
}
|
|
1116
1130
|
.ps-bg-table-head {
|
|
1117
1131
|
background-color: hsl(var(--table-head));
|
|
1118
1132
|
}
|
|
@@ -1486,6 +1500,12 @@ body {
|
|
|
1486
1500
|
}
|
|
1487
1501
|
}
|
|
1488
1502
|
|
|
1503
|
+
.ps-table-cell-select {
|
|
1504
|
+
width: 40px;
|
|
1505
|
+
min-width: 40px;
|
|
1506
|
+
max-width: 40px;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1489
1509
|
.file\:ps-border-0::file-selector-button {
|
|
1490
1510
|
border-width: 0px;
|
|
1491
1511
|
}
|
|
@@ -1551,10 +1571,6 @@ body {
|
|
|
1551
1571
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1552
1572
|
}
|
|
1553
1573
|
|
|
1554
|
-
.hover\:ps-bg-transparent:hover {
|
|
1555
|
-
background-color: transparent;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
1574
|
.hover\:ps-text-accent-foreground:hover {
|
|
1559
1575
|
color: hsl(var(--accent-foreground));
|
|
1560
1576
|
}
|
|
@@ -1909,19 +1925,10 @@ body {
|
|
|
1909
1925
|
}
|
|
1910
1926
|
}
|
|
1911
1927
|
|
|
1912
|
-
.\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
|
|
1913
|
-
padding-right: 0px;
|
|
1914
|
-
}
|
|
1915
|
-
|
|
1916
1928
|
.\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
|
|
1917
1929
|
border-bottom-width: 0px;
|
|
1918
1930
|
}
|
|
1919
1931
|
|
|
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
|
-
|
|
1925
1932
|
.\[\&\>span\]\:ps-line-clamp-1>span {
|
|
1926
1933
|
overflow: hidden;
|
|
1927
1934
|
display: -webkit-box;
|