@prisma/studio-core 0.0.0-dev.202505081605 → 0.0.0-dev.202505081609
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 +56 -40
- package/dist/ui/index.css +19 -8
- package/dist/ui/index.js +22 -6
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -804,12 +804,12 @@ video {
|
|
|
804
804
|
.ps-w-4 {
|
|
805
805
|
width: 1rem;
|
|
806
806
|
}
|
|
807
|
+
.ps-w-48 {
|
|
808
|
+
width: 12rem;
|
|
809
|
+
}
|
|
807
810
|
.ps-w-6 {
|
|
808
811
|
width: 1.5rem;
|
|
809
812
|
}
|
|
810
|
-
.ps-w-64 {
|
|
811
|
-
width: 16rem;
|
|
812
|
-
}
|
|
813
813
|
.ps-w-72 {
|
|
814
814
|
width: 18rem;
|
|
815
815
|
}
|
|
@@ -1159,6 +1159,14 @@ video {
|
|
|
1159
1159
|
.ps-bg-muted\/50 {
|
|
1160
1160
|
background-color: hsl(var(--muted) / 0.5);
|
|
1161
1161
|
}
|
|
1162
|
+
.ps-bg-neutral-100 {
|
|
1163
|
+
--tw-bg-opacity: 1;
|
|
1164
|
+
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
1165
|
+
}
|
|
1166
|
+
.ps-bg-neutral-50 {
|
|
1167
|
+
--tw-bg-opacity: 1;
|
|
1168
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
1169
|
+
}
|
|
1162
1170
|
.ps-bg-popover {
|
|
1163
1171
|
background-color: hsl(var(--popover));
|
|
1164
1172
|
}
|
|
@@ -1175,9 +1183,8 @@ video {
|
|
|
1175
1183
|
.ps-bg-secondary {
|
|
1176
1184
|
background-color: hsl(var(--secondary));
|
|
1177
1185
|
}
|
|
1178
|
-
.ps-bg-slate-
|
|
1179
|
-
|
|
1180
|
-
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1186
|
+
.ps-bg-slate-50\/50 {
|
|
1187
|
+
background-color: rgb(248 250 252 / 0.5);
|
|
1181
1188
|
}
|
|
1182
1189
|
.ps-bg-table-head {
|
|
1183
1190
|
background-color: hsl(var(--table-head));
|
|
@@ -1206,6 +1213,9 @@ video {
|
|
|
1206
1213
|
.ps-p-6 {
|
|
1207
1214
|
padding: 1.5rem;
|
|
1208
1215
|
}
|
|
1216
|
+
.ps-p-px {
|
|
1217
|
+
padding: 1px;
|
|
1218
|
+
}
|
|
1209
1219
|
.ps-px-0 {
|
|
1210
1220
|
padding-left: 0px;
|
|
1211
1221
|
padding-right: 0px;
|
|
@@ -1768,8 +1778,9 @@ body {
|
|
|
1768
1778
|
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));
|
|
1769
1779
|
}
|
|
1770
1780
|
|
|
1771
|
-
.data-\[active\=true\]\:ps-bg-
|
|
1772
|
-
|
|
1781
|
+
.data-\[active\=true\]\:ps-bg-slate-200[data-active="true"] {
|
|
1782
|
+
--tw-bg-opacity: 1;
|
|
1783
|
+
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
1773
1784
|
}
|
|
1774
1785
|
|
|
1775
1786
|
.data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
|