@prisma/studio-core 0.0.0-dev.202505012237 → 0.0.0-dev.202505012319
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-61uOYxS-.d.cts → adapter-CKFCHq71.d.cts} +1 -1
- package/dist/{adapter-61uOYxS-.d.ts → adapter-CKFCHq71.d.ts} +1 -1
- package/dist/chunk-GM27XCQ7.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/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 +2 -2
- package/dist/data/postgres-core/index.d.ts +2 -2
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{index-B4GQ3MX6.d.ts → index-BDPv5Gnt.d.ts} +1 -1
- package/dist/{index-HYs1YMk7.d.cts → index-BNAA6jKD.d.cts} +1 -1
- package/dist/ui/index.cjs +39 -39
- package/dist/ui/index.css +22 -2
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +6 -6
- package/package.json +1 -1
- package/dist/chunk-YGVG6UDX.js +0 -1
package/dist/ui/index.css
CHANGED
|
@@ -917,6 +917,9 @@ video {
|
|
|
917
917
|
.ps-resize-none {
|
|
918
918
|
resize: none;
|
|
919
919
|
}
|
|
920
|
+
.ps-resize {
|
|
921
|
+
resize: both;
|
|
922
|
+
}
|
|
920
923
|
.ps-appearance-none {
|
|
921
924
|
-webkit-appearance: none;
|
|
922
925
|
-moz-appearance: none;
|
|
@@ -1448,7 +1451,24 @@ body {
|
|
|
1448
1451
|
min-width: calc(var(--radix-popover-trigger-width) + 1px);
|
|
1449
1452
|
}
|
|
1450
1453
|
|
|
1451
|
-
.ps-cell-
|
|
1454
|
+
.ps-cell-input-base {
|
|
1455
|
+
padding-top: 11px;
|
|
1456
|
+
padding-bottom: 11px;
|
|
1457
|
+
font-size: 0.75rem;
|
|
1458
|
+
line-height: 1rem;
|
|
1459
|
+
line-height: 1;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
@media (min-width: 768px) {
|
|
1463
|
+
|
|
1464
|
+
.ps-cell-input-base {
|
|
1465
|
+
font-size: 0.75rem;
|
|
1466
|
+
line-height: 1rem;
|
|
1467
|
+
line-height: 1;
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.ps-cell-input-leading {
|
|
1452
1472
|
height: var(--studio-cell-height);
|
|
1453
1473
|
padding-top: 11px;
|
|
1454
1474
|
padding-bottom: 11px;
|
|
@@ -1459,7 +1479,7 @@ body {
|
|
|
1459
1479
|
|
|
1460
1480
|
@media (min-width: 768px) {
|
|
1461
1481
|
|
|
1462
|
-
.ps-cell-leading {
|
|
1482
|
+
.ps-cell-input-leading {
|
|
1463
1483
|
font-size: 0.75rem;
|
|
1464
1484
|
line-height: 1rem;
|
|
1465
1485
|
line-height: 1;
|
package/dist/ui/index.d.cts
CHANGED
package/dist/ui/index.d.ts
CHANGED