@prisma/studio-core 0.0.0-dev.202505080031 → 0.0.0-dev.202505080306
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/{adapter-CKFCHq71.d.cts → adapter-B5pGfMai.d.cts} +18 -1
- package/dist/{adapter-CKFCHq71.d.ts → adapter-B5pGfMai.d.ts} +18 -1
- package/dist/chunk-RH6G3WUH.js +1 -0
- package/dist/chunk-T5XG6BXQ.js +1 -0
- package/dist/data/accelerate/index.d.cts +2 -2
- package/dist/data/accelerate/index.d.ts +2 -2
- package/dist/data/bff/index.d.cts +2 -2
- package/dist/data/bff/index.d.ts +2 -2
- package/dist/data/index.d.cts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/data/index.js +1 -1
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +2 -2
- package/dist/data/pglite/index.d.ts +2 -2
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +1 -1
- package/dist/data/postgres-core/index.d.cts +3 -2
- package/dist/data/postgres-core/index.d.ts +3 -2
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{index-BDPv5Gnt.d.ts → index-BU3C7SFp.d.ts} +1 -1
- package/dist/{index-BNAA6jKD.d.cts → index-Y2PF42A4.d.cts} +1 -1
- package/dist/ui/index.cjs +105 -65
- package/dist/ui/index.css +35 -0
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +70 -30
- package/package.json +2 -2
- package/dist/chunk-ACCGT3FH.js +0 -1
- package/dist/chunk-P72NBTYE.js +0 -1
package/dist/ui/index.css
CHANGED
|
@@ -678,12 +678,18 @@ video {
|
|
|
678
678
|
.ps-ml-1 {
|
|
679
679
|
margin-left: 0.25rem;
|
|
680
680
|
}
|
|
681
|
+
.ps-ml-5 {
|
|
682
|
+
margin-left: 1.25rem;
|
|
683
|
+
}
|
|
681
684
|
.ps-ml-auto {
|
|
682
685
|
margin-left: auto;
|
|
683
686
|
}
|
|
684
687
|
.ps-mr-auto {
|
|
685
688
|
margin-right: auto;
|
|
686
689
|
}
|
|
690
|
+
.ps-mt-2 {
|
|
691
|
+
margin-top: 0.5rem;
|
|
692
|
+
}
|
|
687
693
|
.ps-mt-4 {
|
|
688
694
|
margin-top: 1rem;
|
|
689
695
|
}
|
|
@@ -813,6 +819,15 @@ video {
|
|
|
813
819
|
.ps-w-\[1\.2rem\] {
|
|
814
820
|
width: 1.2rem;
|
|
815
821
|
}
|
|
822
|
+
.ps-w-\[100px\] {
|
|
823
|
+
width: 100px;
|
|
824
|
+
}
|
|
825
|
+
.ps-w-\[120px\] {
|
|
826
|
+
width: 120px;
|
|
827
|
+
}
|
|
828
|
+
.ps-w-\[180px\] {
|
|
829
|
+
width: 180px;
|
|
830
|
+
}
|
|
816
831
|
.ps-w-auto {
|
|
817
832
|
width: auto;
|
|
818
833
|
}
|
|
@@ -940,6 +955,9 @@ video {
|
|
|
940
955
|
.ps-cursor-default {
|
|
941
956
|
cursor: default;
|
|
942
957
|
}
|
|
958
|
+
.ps-cursor-grab {
|
|
959
|
+
cursor: grab;
|
|
960
|
+
}
|
|
943
961
|
.ps-cursor-pointer {
|
|
944
962
|
cursor: pointer;
|
|
945
963
|
}
|
|
@@ -1243,6 +1261,9 @@ video {
|
|
|
1243
1261
|
padding-top: 0.75rem;
|
|
1244
1262
|
padding-bottom: 0.75rem;
|
|
1245
1263
|
}
|
|
1264
|
+
.ps-pb-0 {
|
|
1265
|
+
padding-bottom: 0px;
|
|
1266
|
+
}
|
|
1246
1267
|
.ps-pb-2 {
|
|
1247
1268
|
padding-bottom: 0.5rem;
|
|
1248
1269
|
}
|
|
@@ -1306,6 +1327,9 @@ video {
|
|
|
1306
1327
|
.ps-lowercase {
|
|
1307
1328
|
text-transform: lowercase;
|
|
1308
1329
|
}
|
|
1330
|
+
.ps-italic {
|
|
1331
|
+
font-style: italic;
|
|
1332
|
+
}
|
|
1309
1333
|
.ps-leading-\[var\(--studio-cell-height\)\] {
|
|
1310
1334
|
line-height: var(--studio-cell-height);
|
|
1311
1335
|
}
|
|
@@ -1336,6 +1360,10 @@ video {
|
|
|
1336
1360
|
.ps-text-foreground\/90 {
|
|
1337
1361
|
color: hsl(var(--foreground) / 0.9);
|
|
1338
1362
|
}
|
|
1363
|
+
.ps-text-gray-400 {
|
|
1364
|
+
--tw-text-opacity: 1;
|
|
1365
|
+
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
1366
|
+
}
|
|
1339
1367
|
.ps-text-gray-500 {
|
|
1340
1368
|
--tw-text-opacity: 1;
|
|
1341
1369
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
@@ -1355,6 +1383,10 @@ video {
|
|
|
1355
1383
|
.ps-text-primary-foreground {
|
|
1356
1384
|
color: hsl(var(--primary-foreground));
|
|
1357
1385
|
}
|
|
1386
|
+
.ps-text-red-500 {
|
|
1387
|
+
--tw-text-opacity: 1;
|
|
1388
|
+
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1389
|
+
}
|
|
1358
1390
|
.ps-text-secondary-foreground {
|
|
1359
1391
|
color: hsl(var(--secondary-foreground));
|
|
1360
1392
|
}
|
|
@@ -1370,6 +1402,9 @@ video {
|
|
|
1370
1402
|
.ps-opacity-70 {
|
|
1371
1403
|
opacity: 0.7;
|
|
1372
1404
|
}
|
|
1405
|
+
.ps-opacity-80 {
|
|
1406
|
+
opacity: 0.8;
|
|
1407
|
+
}
|
|
1373
1408
|
.ps-shadow {
|
|
1374
1409
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1375
1410
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
package/dist/ui/index.d.cts
CHANGED
package/dist/ui/index.d.ts
CHANGED