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