@prisma/studio-core 0.0.0-dev.202505081603 → 0.0.0-dev.202505081607
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 +82 -42
- package/dist/ui/index.css +43 -33
- package/dist/ui/index.js +47 -7
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -678,11 +678,8 @@ video {
|
|
|
678
678
|
.ps-ml-1 {
|
|
679
679
|
margin-left: 0.25rem;
|
|
680
680
|
}
|
|
681
|
-
.ps-ml-
|
|
682
|
-
margin-left:
|
|
683
|
-
}
|
|
684
|
-
.ps-ml-6 {
|
|
685
|
-
margin-left: 1.5rem;
|
|
681
|
+
.ps-ml-5 {
|
|
682
|
+
margin-left: 1.25rem;
|
|
686
683
|
}
|
|
687
684
|
.ps-ml-auto {
|
|
688
685
|
margin-left: auto;
|
|
@@ -690,6 +687,9 @@ video {
|
|
|
690
687
|
.ps-mr-auto {
|
|
691
688
|
margin-right: auto;
|
|
692
689
|
}
|
|
690
|
+
.ps-mt-2 {
|
|
691
|
+
margin-top: 0.5rem;
|
|
692
|
+
}
|
|
693
693
|
.ps-mt-4 {
|
|
694
694
|
margin-top: 1rem;
|
|
695
695
|
}
|
|
@@ -795,15 +795,6 @@ video {
|
|
|
795
795
|
.ps-w-2 {
|
|
796
796
|
width: 0.5rem;
|
|
797
797
|
}
|
|
798
|
-
.ps-w-20 {
|
|
799
|
-
width: 5rem;
|
|
800
|
-
}
|
|
801
|
-
.ps-w-24 {
|
|
802
|
-
width: 6rem;
|
|
803
|
-
}
|
|
804
|
-
.ps-w-28 {
|
|
805
|
-
width: 7rem;
|
|
806
|
-
}
|
|
807
798
|
.ps-w-3\.5 {
|
|
808
799
|
width: 0.875rem;
|
|
809
800
|
}
|
|
@@ -813,12 +804,12 @@ video {
|
|
|
813
804
|
.ps-w-4 {
|
|
814
805
|
width: 1rem;
|
|
815
806
|
}
|
|
807
|
+
.ps-w-48 {
|
|
808
|
+
width: 12rem;
|
|
809
|
+
}
|
|
816
810
|
.ps-w-6 {
|
|
817
811
|
width: 1.5rem;
|
|
818
812
|
}
|
|
819
|
-
.ps-w-64 {
|
|
820
|
-
width: 16rem;
|
|
821
|
-
}
|
|
822
813
|
.ps-w-72 {
|
|
823
814
|
width: 18rem;
|
|
824
815
|
}
|
|
@@ -828,6 +819,12 @@ video {
|
|
|
828
819
|
.ps-w-\[1\.2rem\] {
|
|
829
820
|
width: 1.2rem;
|
|
830
821
|
}
|
|
822
|
+
.ps-w-\[100px\] {
|
|
823
|
+
width: 100px;
|
|
824
|
+
}
|
|
825
|
+
.ps-w-\[180px\] {
|
|
826
|
+
width: 180px;
|
|
827
|
+
}
|
|
831
828
|
.ps-w-auto {
|
|
832
829
|
width: auto;
|
|
833
830
|
}
|
|
@@ -838,10 +835,6 @@ video {
|
|
|
838
835
|
width: -moz-max-content;
|
|
839
836
|
width: max-content;
|
|
840
837
|
}
|
|
841
|
-
.ps-w-min {
|
|
842
|
-
width: -moz-min-content;
|
|
843
|
-
width: min-content;
|
|
844
|
-
}
|
|
845
838
|
.ps-w-px {
|
|
846
839
|
width: 1px;
|
|
847
840
|
}
|
|
@@ -1109,9 +1102,6 @@ video {
|
|
|
1109
1102
|
.ps-border-l {
|
|
1110
1103
|
border-left-width: 1px;
|
|
1111
1104
|
}
|
|
1112
|
-
.ps-border-l-4 {
|
|
1113
|
-
border-left-width: 4px;
|
|
1114
|
-
}
|
|
1115
1105
|
.ps-border-r {
|
|
1116
1106
|
border-right-width: 1px;
|
|
1117
1107
|
}
|
|
@@ -1144,10 +1134,6 @@ video {
|
|
|
1144
1134
|
--tw-border-opacity: 1;
|
|
1145
1135
|
border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
|
|
1146
1136
|
}
|
|
1147
|
-
.ps-border-l-gray-500 {
|
|
1148
|
-
--tw-border-opacity: 1;
|
|
1149
|
-
border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
|
|
1150
|
-
}
|
|
1151
1137
|
.ps-bg-background {
|
|
1152
1138
|
background-color: hsl(var(--background));
|
|
1153
1139
|
}
|
|
@@ -1173,6 +1159,14 @@ video {
|
|
|
1173
1159
|
.ps-bg-muted\/50 {
|
|
1174
1160
|
background-color: hsl(var(--muted) / 0.5);
|
|
1175
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
|
+
}
|
|
1176
1170
|
.ps-bg-popover {
|
|
1177
1171
|
background-color: hsl(var(--popover));
|
|
1178
1172
|
}
|
|
@@ -1189,9 +1183,8 @@ video {
|
|
|
1189
1183
|
.ps-bg-secondary {
|
|
1190
1184
|
background-color: hsl(var(--secondary));
|
|
1191
1185
|
}
|
|
1192
|
-
.ps-bg-slate-
|
|
1193
|
-
|
|
1194
|
-
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);
|
|
1195
1188
|
}
|
|
1196
1189
|
.ps-bg-table-head {
|
|
1197
1190
|
background-color: hsl(var(--table-head));
|
|
@@ -1220,6 +1213,9 @@ video {
|
|
|
1220
1213
|
.ps-p-6 {
|
|
1221
1214
|
padding: 1.5rem;
|
|
1222
1215
|
}
|
|
1216
|
+
.ps-p-px {
|
|
1217
|
+
padding: 1px;
|
|
1218
|
+
}
|
|
1223
1219
|
.ps-px-0 {
|
|
1224
1220
|
padding-left: 0px;
|
|
1225
1221
|
padding-right: 0px;
|
|
@@ -1272,6 +1268,9 @@ video {
|
|
|
1272
1268
|
padding-top: 0.75rem;
|
|
1273
1269
|
padding-bottom: 0.75rem;
|
|
1274
1270
|
}
|
|
1271
|
+
.ps-pb-0 {
|
|
1272
|
+
padding-bottom: 0px;
|
|
1273
|
+
}
|
|
1275
1274
|
.ps-pb-2 {
|
|
1276
1275
|
padding-bottom: 0.5rem;
|
|
1277
1276
|
}
|
|
@@ -1326,6 +1325,9 @@ video {
|
|
|
1326
1325
|
font-size: 0.75rem;
|
|
1327
1326
|
line-height: 1rem;
|
|
1328
1327
|
}
|
|
1328
|
+
.ps-font-bold {
|
|
1329
|
+
font-weight: 700;
|
|
1330
|
+
}
|
|
1329
1331
|
.ps-font-medium {
|
|
1330
1332
|
font-weight: 500;
|
|
1331
1333
|
}
|
|
@@ -1335,6 +1337,9 @@ video {
|
|
|
1335
1337
|
.ps-lowercase {
|
|
1336
1338
|
text-transform: lowercase;
|
|
1337
1339
|
}
|
|
1340
|
+
.ps-italic {
|
|
1341
|
+
font-style: italic;
|
|
1342
|
+
}
|
|
1338
1343
|
.ps-leading-\[var\(--studio-cell-height\)\] {
|
|
1339
1344
|
line-height: var(--studio-cell-height);
|
|
1340
1345
|
}
|
|
@@ -1388,6 +1393,10 @@ video {
|
|
|
1388
1393
|
.ps-text-primary-foreground {
|
|
1389
1394
|
color: hsl(var(--primary-foreground));
|
|
1390
1395
|
}
|
|
1396
|
+
.ps-text-red-500 {
|
|
1397
|
+
--tw-text-opacity: 1;
|
|
1398
|
+
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1399
|
+
}
|
|
1391
1400
|
.ps-text-secondary-foreground {
|
|
1392
1401
|
color: hsl(var(--secondary-foreground));
|
|
1393
1402
|
}
|
|
@@ -1769,8 +1778,9 @@ body {
|
|
|
1769
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));
|
|
1770
1779
|
}
|
|
1771
1780
|
|
|
1772
|
-
.data-\[active\=true\]\:ps-bg-
|
|
1773
|
-
|
|
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));
|
|
1774
1784
|
}
|
|
1775
1785
|
|
|
1776
1786
|
.data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
|