@prisma/studio-core 0.0.0-dev.202504250804 → 0.0.0-dev.202504251004
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-DaDiAEIc.d.cts → adapter-BOYOEPRL.d.cts} +1 -1
- package/dist/{adapter-DaDiAEIc.d.ts → adapter-BOYOEPRL.d.ts} +1 -1
- 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.d.cts +2 -2
- package/dist/data/pglite/index.d.ts +2 -2
- package/dist/data/postgres-core/index.d.cts +2 -2
- package/dist/data/postgres-core/index.d.ts +2 -2
- package/dist/{index-BdmWpbSo.d.cts → index-CLd0EllQ.d.cts} +1 -1
- package/dist/{index-B9iKA_pF.d.ts → index-D6voXKsD.d.ts} +1 -1
- package/dist/ui/index.cjs +142 -134
- package/dist/ui/index.css +56 -9
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +22 -14
- package/package.json +4 -3
package/dist/ui/index.css
CHANGED
|
@@ -585,6 +585,9 @@ video {
|
|
|
585
585
|
white-space: nowrap;
|
|
586
586
|
border-width: 0;
|
|
587
587
|
}
|
|
588
|
+
.ps-pointer-events-none {
|
|
589
|
+
pointer-events: none;
|
|
590
|
+
}
|
|
588
591
|
.ps-fixed {
|
|
589
592
|
position: fixed;
|
|
590
593
|
}
|
|
@@ -665,6 +668,9 @@ video {
|
|
|
665
668
|
.ps-ml-auto {
|
|
666
669
|
margin-left: auto;
|
|
667
670
|
}
|
|
671
|
+
.ps-mr-auto {
|
|
672
|
+
margin-right: auto;
|
|
673
|
+
}
|
|
668
674
|
.ps-mt-4 {
|
|
669
675
|
margin-top: 1rem;
|
|
670
676
|
}
|
|
@@ -698,6 +704,9 @@ video {
|
|
|
698
704
|
.ps-h-4 {
|
|
699
705
|
height: 1rem;
|
|
700
706
|
}
|
|
707
|
+
.ps-h-5 {
|
|
708
|
+
height: 1.25rem;
|
|
709
|
+
}
|
|
701
710
|
.ps-h-6 {
|
|
702
711
|
height: 1.5rem;
|
|
703
712
|
}
|
|
@@ -953,6 +962,9 @@ video {
|
|
|
953
962
|
.ps-whitespace-nowrap {
|
|
954
963
|
white-space: nowrap;
|
|
955
964
|
}
|
|
965
|
+
.ps-rounded-full {
|
|
966
|
+
border-radius: 9999px;
|
|
967
|
+
}
|
|
956
968
|
.ps-rounded-lg {
|
|
957
969
|
border-radius: var(--radius);
|
|
958
970
|
}
|
|
@@ -976,6 +988,9 @@ video {
|
|
|
976
988
|
.ps-border {
|
|
977
989
|
border-width: 1px;
|
|
978
990
|
}
|
|
991
|
+
.ps-border-2 {
|
|
992
|
+
border-width: 2px;
|
|
993
|
+
}
|
|
979
994
|
.ps-border-b {
|
|
980
995
|
border-bottom-width: 1px;
|
|
981
996
|
}
|
|
@@ -1153,6 +1168,9 @@ video {
|
|
|
1153
1168
|
.ps-font-mono {
|
|
1154
1169
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
1155
1170
|
}
|
|
1171
|
+
.ps-text-\[8px\] {
|
|
1172
|
+
font-size: 8px;
|
|
1173
|
+
}
|
|
1156
1174
|
.ps-text-base {
|
|
1157
1175
|
font-size: 1rem;
|
|
1158
1176
|
line-height: 1.5rem;
|
|
@@ -1273,6 +1291,11 @@ video {
|
|
|
1273
1291
|
outline: 2px solid transparent;
|
|
1274
1292
|
outline-offset: 2px;
|
|
1275
1293
|
}
|
|
1294
|
+
.ps-ring-0 {
|
|
1295
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1296
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1297
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1298
|
+
}
|
|
1276
1299
|
.ps-ring-offset-background {
|
|
1277
1300
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1278
1301
|
}
|
|
@@ -1303,6 +1326,11 @@ video {
|
|
|
1303
1326
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1304
1327
|
transition-duration: 150ms;
|
|
1305
1328
|
}
|
|
1329
|
+
.ps-transition-transform {
|
|
1330
|
+
transition-property: transform;
|
|
1331
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1332
|
+
transition-duration: 150ms;
|
|
1333
|
+
}
|
|
1306
1334
|
.ps-duration-200 {
|
|
1307
1335
|
transition-duration: 200ms;
|
|
1308
1336
|
}
|
|
@@ -1460,15 +1488,6 @@ body {
|
|
|
1460
1488
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1461
1489
|
}
|
|
1462
1490
|
|
|
1463
|
-
.focus\:ps-ring-inset:focus {
|
|
1464
|
-
--tw-ring-inset: inset;
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
.focus\:ps-ring-indigo-400:focus {
|
|
1468
|
-
--tw-ring-opacity: 1;
|
|
1469
|
-
--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
|
|
1470
|
-
}
|
|
1471
|
-
|
|
1472
1491
|
.focus\:ps-ring-ring:focus {
|
|
1473
1492
|
--tw-ring-color: hsl(var(--ring));
|
|
1474
1493
|
}
|
|
@@ -1494,10 +1513,24 @@ body {
|
|
|
1494
1513
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1495
1514
|
}
|
|
1496
1515
|
|
|
1516
|
+
.focus-visible\:ps-ring-2:focus-visible {
|
|
1517
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1518
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1519
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1497
1522
|
.focus-visible\:ps-ring-ring:focus-visible {
|
|
1498
1523
|
--tw-ring-color: hsl(var(--ring));
|
|
1499
1524
|
}
|
|
1500
1525
|
|
|
1526
|
+
.focus-visible\:ps-ring-offset-2:focus-visible {
|
|
1527
|
+
--tw-ring-offset-width: 2px;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
.focus-visible\:ps-ring-offset-background:focus-visible {
|
|
1531
|
+
--tw-ring-offset-color: hsl(var(--background));
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1501
1534
|
.disabled\:ps-pointer-events-none:disabled {
|
|
1502
1535
|
pointer-events: none;
|
|
1503
1536
|
}
|
|
@@ -1534,6 +1567,16 @@ body {
|
|
|
1534
1567
|
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));
|
|
1535
1568
|
}
|
|
1536
1569
|
|
|
1570
|
+
.data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
|
|
1571
|
+
--tw-translate-x: 1rem;
|
|
1572
|
+
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));
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
.data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
|
|
1576
|
+
--tw-translate-x: 0px;
|
|
1577
|
+
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));
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1537
1580
|
.data-\[active\=true\]\:ps-bg-primary\/5[data-active="true"] {
|
|
1538
1581
|
background-color: hsl(var(--primary) / 0.05);
|
|
1539
1582
|
}
|
|
@@ -1554,6 +1597,10 @@ body {
|
|
|
1554
1597
|
background-color: hsl(var(--muted));
|
|
1555
1598
|
}
|
|
1556
1599
|
|
|
1600
|
+
.data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
|
|
1601
|
+
background-color: hsl(var(--input));
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1557
1604
|
.data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
|
|
1558
1605
|
color: hsl(var(--muted-foreground));
|
|
1559
1606
|
}
|
package/dist/ui/index.d.cts
CHANGED
package/dist/ui/index.d.ts
CHANGED