@prisma/studio-core 0.0.0-dev.202505081341 → 0.0.0-dev.202505081555
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 +54 -38
- package/dist/ui/index.css +8 -25
- package/dist/ui/index.js +26 -10
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -675,17 +675,11 @@ video {
|
|
|
675
675
|
margin-top: 0.25rem;
|
|
676
676
|
margin-bottom: 0.25rem;
|
|
677
677
|
}
|
|
678
|
-
.ps-mb-2 {
|
|
679
|
-
margin-bottom: 0.5rem;
|
|
680
|
-
}
|
|
681
678
|
.ps-ml-1 {
|
|
682
679
|
margin-left: 0.25rem;
|
|
683
680
|
}
|
|
684
|
-
.ps-ml-
|
|
685
|
-
margin-left:
|
|
686
|
-
}
|
|
687
|
-
.ps-ml-6 {
|
|
688
|
-
margin-left: 1.5rem;
|
|
681
|
+
.ps-ml-5 {
|
|
682
|
+
margin-left: 1.25rem;
|
|
689
683
|
}
|
|
690
684
|
.ps-ml-auto {
|
|
691
685
|
margin-left: auto;
|
|
@@ -831,9 +825,6 @@ video {
|
|
|
831
825
|
.ps-w-\[180px\] {
|
|
832
826
|
width: 180px;
|
|
833
827
|
}
|
|
834
|
-
.ps-w-\[80px\] {
|
|
835
|
-
width: 80px;
|
|
836
|
-
}
|
|
837
828
|
.ps-w-auto {
|
|
838
829
|
width: auto;
|
|
839
830
|
}
|
|
@@ -1111,9 +1102,6 @@ video {
|
|
|
1111
1102
|
.ps-border-l {
|
|
1112
1103
|
border-left-width: 1px;
|
|
1113
1104
|
}
|
|
1114
|
-
.ps-border-l-4 {
|
|
1115
|
-
border-left-width: 4px;
|
|
1116
|
-
}
|
|
1117
1105
|
.ps-border-r {
|
|
1118
1106
|
border-right-width: 1px;
|
|
1119
1107
|
}
|
|
@@ -1146,20 +1134,9 @@ video {
|
|
|
1146
1134
|
--tw-border-opacity: 1;
|
|
1147
1135
|
border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
|
|
1148
1136
|
}
|
|
1149
|
-
.ps-border-l-blue-500 {
|
|
1150
|
-
--tw-border-opacity: 1;
|
|
1151
|
-
border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1152
|
-
}
|
|
1153
|
-
.ps-border-l-gray-500 {
|
|
1154
|
-
--tw-border-opacity: 1;
|
|
1155
|
-
border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
|
|
1156
|
-
}
|
|
1157
1137
|
.ps-bg-background {
|
|
1158
1138
|
background-color: hsl(var(--background));
|
|
1159
1139
|
}
|
|
1160
|
-
.ps-bg-background\/60 {
|
|
1161
|
-
background-color: hsl(var(--background) / 0.6);
|
|
1162
|
-
}
|
|
1163
1140
|
.ps-bg-black\/80 {
|
|
1164
1141
|
background-color: rgb(0 0 0 / 0.8);
|
|
1165
1142
|
}
|
|
@@ -1338,6 +1315,9 @@ video {
|
|
|
1338
1315
|
font-size: 0.75rem;
|
|
1339
1316
|
line-height: 1rem;
|
|
1340
1317
|
}
|
|
1318
|
+
.ps-font-bold {
|
|
1319
|
+
font-weight: 700;
|
|
1320
|
+
}
|
|
1341
1321
|
.ps-font-medium {
|
|
1342
1322
|
font-weight: 500;
|
|
1343
1323
|
}
|
|
@@ -1347,6 +1327,9 @@ video {
|
|
|
1347
1327
|
.ps-lowercase {
|
|
1348
1328
|
text-transform: lowercase;
|
|
1349
1329
|
}
|
|
1330
|
+
.ps-italic {
|
|
1331
|
+
font-style: italic;
|
|
1332
|
+
}
|
|
1350
1333
|
.ps-leading-\[var\(--studio-cell-height\)\] {
|
|
1351
1334
|
line-height: var(--studio-cell-height);
|
|
1352
1335
|
}
|