@prisma/studio-core 0.0.0-dev.202504292225 → 0.0.0-dev.202504300806
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-ClY8JSgB.d.cts → adapter-fgW3WhES.d.cts} +1 -1
- package/dist/{adapter-ClY8JSgB.d.ts → adapter-fgW3WhES.d.ts} +1 -1
- package/dist/chunk-TCZDODDW.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 +5 -16
- package/dist/data/pglite/index.d.ts +5 -16
- 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-BanPmfQa.d.cts → index-BersuYMP.d.cts} +1 -1
- package/dist/{index-LzQyewM3.d.ts → index-BzRwl_zd.d.ts} +1 -1
- package/dist/ui/index.cjs +62 -54
- package/dist/ui/index.css +90 -0
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +14 -6
- package/package.json +3 -1
- package/dist/chunk-QTG5SZZY.js +0 -1
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
|
}
|
|
@@ -668,6 +671,9 @@ video {
|
|
|
668
671
|
.ps-ml-auto {
|
|
669
672
|
margin-left: auto;
|
|
670
673
|
}
|
|
674
|
+
.ps-mr-auto {
|
|
675
|
+
margin-right: auto;
|
|
676
|
+
}
|
|
671
677
|
.ps-mt-4 {
|
|
672
678
|
margin-top: 1rem;
|
|
673
679
|
}
|
|
@@ -701,6 +707,9 @@ video {
|
|
|
701
707
|
.ps-h-4 {
|
|
702
708
|
height: 1rem;
|
|
703
709
|
}
|
|
710
|
+
.ps-h-5 {
|
|
711
|
+
height: 1.25rem;
|
|
712
|
+
}
|
|
704
713
|
.ps-h-6 {
|
|
705
714
|
height: 1.5rem;
|
|
706
715
|
}
|
|
@@ -795,6 +804,9 @@ video {
|
|
|
795
804
|
.ps-min-w-\[8rem\] {
|
|
796
805
|
min-width: 8rem;
|
|
797
806
|
}
|
|
807
|
+
.ps-min-w-\[var\(--radix-popover-trigger-width\)\] {
|
|
808
|
+
min-width: var(--radix-popover-trigger-width);
|
|
809
|
+
}
|
|
798
810
|
.ps-min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
799
811
|
min-width: var(--radix-select-trigger-width);
|
|
800
812
|
}
|
|
@@ -922,6 +934,9 @@ video {
|
|
|
922
934
|
.ps-justify-between {
|
|
923
935
|
justify-content: space-between;
|
|
924
936
|
}
|
|
937
|
+
.ps-gap-0 {
|
|
938
|
+
gap: 0px;
|
|
939
|
+
}
|
|
925
940
|
.ps-gap-1 {
|
|
926
941
|
gap: 0.25rem;
|
|
927
942
|
}
|
|
@@ -978,6 +993,9 @@ video {
|
|
|
978
993
|
.ps-whitespace-nowrap {
|
|
979
994
|
white-space: nowrap;
|
|
980
995
|
}
|
|
996
|
+
.ps-rounded-full {
|
|
997
|
+
border-radius: 9999px;
|
|
998
|
+
}
|
|
981
999
|
.ps-rounded-lg {
|
|
982
1000
|
border-radius: var(--radius);
|
|
983
1001
|
}
|
|
@@ -1005,6 +1023,9 @@ video {
|
|
|
1005
1023
|
.ps-border {
|
|
1006
1024
|
border-width: 1px;
|
|
1007
1025
|
}
|
|
1026
|
+
.ps-border-2 {
|
|
1027
|
+
border-width: 2px;
|
|
1028
|
+
}
|
|
1008
1029
|
.ps-border-b {
|
|
1009
1030
|
border-bottom-width: 1px;
|
|
1010
1031
|
}
|
|
@@ -1151,6 +1172,10 @@ video {
|
|
|
1151
1172
|
padding-top: 0.75rem;
|
|
1152
1173
|
padding-bottom: 0.75rem;
|
|
1153
1174
|
}
|
|
1175
|
+
.ps-py-4 {
|
|
1176
|
+
padding-top: 1rem;
|
|
1177
|
+
padding-bottom: 1rem;
|
|
1178
|
+
}
|
|
1154
1179
|
.ps-pb-2 {
|
|
1155
1180
|
padding-bottom: 0.5rem;
|
|
1156
1181
|
}
|
|
@@ -1190,6 +1215,9 @@ video {
|
|
|
1190
1215
|
.ps-font-mono {
|
|
1191
1216
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
1192
1217
|
}
|
|
1218
|
+
.ps-text-\[8px\] {
|
|
1219
|
+
font-size: 8px;
|
|
1220
|
+
}
|
|
1193
1221
|
.ps-text-base {
|
|
1194
1222
|
font-size: 1rem;
|
|
1195
1223
|
line-height: 1.5rem;
|
|
@@ -1299,6 +1327,11 @@ video {
|
|
|
1299
1327
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1300
1328
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1301
1329
|
}
|
|
1330
|
+
.ps-shadow-none {
|
|
1331
|
+
--tw-shadow: 0 0 #0000;
|
|
1332
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1333
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1334
|
+
}
|
|
1302
1335
|
.ps-shadow-sm {
|
|
1303
1336
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1304
1337
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
@@ -1308,6 +1341,11 @@ video {
|
|
|
1308
1341
|
outline: 2px solid transparent;
|
|
1309
1342
|
outline-offset: 2px;
|
|
1310
1343
|
}
|
|
1344
|
+
.ps-ring-0 {
|
|
1345
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1346
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1347
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1348
|
+
}
|
|
1311
1349
|
.ps-ring-offset-background {
|
|
1312
1350
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1313
1351
|
}
|
|
@@ -1338,6 +1376,11 @@ video {
|
|
|
1338
1376
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1339
1377
|
transition-duration: 150ms;
|
|
1340
1378
|
}
|
|
1379
|
+
.ps-transition-transform {
|
|
1380
|
+
transition-property: transform;
|
|
1381
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1382
|
+
transition-duration: 150ms;
|
|
1383
|
+
}
|
|
1341
1384
|
.ps-duration-200 {
|
|
1342
1385
|
transition-duration: 200ms;
|
|
1343
1386
|
}
|
|
@@ -1521,16 +1564,36 @@ body {
|
|
|
1521
1564
|
outline-offset: 2px;
|
|
1522
1565
|
}
|
|
1523
1566
|
|
|
1567
|
+
.focus-visible\:ps-ring-0:focus-visible {
|
|
1568
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1569
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1570
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1524
1573
|
.focus-visible\:ps-ring-1:focus-visible {
|
|
1525
1574
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1526
1575
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1527
1576
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1528
1577
|
}
|
|
1529
1578
|
|
|
1579
|
+
.focus-visible\:ps-ring-2:focus-visible {
|
|
1580
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1581
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1582
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1530
1585
|
.focus-visible\:ps-ring-ring:focus-visible {
|
|
1531
1586
|
--tw-ring-color: hsl(var(--ring));
|
|
1532
1587
|
}
|
|
1533
1588
|
|
|
1589
|
+
.focus-visible\:ps-ring-offset-2:focus-visible {
|
|
1590
|
+
--tw-ring-offset-width: 2px;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
.focus-visible\:ps-ring-offset-background:focus-visible {
|
|
1594
|
+
--tw-ring-offset-color: hsl(var(--background));
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1534
1597
|
.disabled\:ps-pointer-events-none:disabled {
|
|
1535
1598
|
pointer-events: none;
|
|
1536
1599
|
}
|
|
@@ -1543,6 +1606,14 @@ body {
|
|
|
1543
1606
|
opacity: 0.5;
|
|
1544
1607
|
}
|
|
1545
1608
|
|
|
1609
|
+
.ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
|
|
1610
|
+
cursor: not-allowed;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
.ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
|
|
1614
|
+
opacity: 0.7;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1546
1617
|
.data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
|
|
1547
1618
|
pointer-events: none;
|
|
1548
1619
|
}
|
|
@@ -1567,6 +1638,16 @@ body {
|
|
|
1567
1638
|
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));
|
|
1568
1639
|
}
|
|
1569
1640
|
|
|
1641
|
+
.data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
|
|
1642
|
+
--tw-translate-x: 1rem;
|
|
1643
|
+
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));
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
|
|
1647
|
+
--tw-translate-x: 0px;
|
|
1648
|
+
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));
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1570
1651
|
.data-\[active\=true\]\:ps-bg-primary\/5[data-active="true"] {
|
|
1571
1652
|
background-color: hsl(var(--primary) / 0.05);
|
|
1572
1653
|
}
|
|
@@ -1587,6 +1668,10 @@ body {
|
|
|
1587
1668
|
background-color: hsl(var(--muted));
|
|
1588
1669
|
}
|
|
1589
1670
|
|
|
1671
|
+
.data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
|
|
1672
|
+
background-color: hsl(var(--input));
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1590
1675
|
.data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
|
|
1591
1676
|
color: hsl(var(--foreground));
|
|
1592
1677
|
}
|
|
@@ -1777,6 +1862,11 @@ body {
|
|
|
1777
1862
|
font-size: 0.875rem;
|
|
1778
1863
|
line-height: 1.25rem;
|
|
1779
1864
|
}
|
|
1865
|
+
|
|
1866
|
+
.md\:ps-text-xs {
|
|
1867
|
+
font-size: 0.75rem;
|
|
1868
|
+
line-height: 1rem;
|
|
1869
|
+
}
|
|
1780
1870
|
}
|
|
1781
1871
|
|
|
1782
1872
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
|
package/dist/ui/index.d.cts
CHANGED
package/dist/ui/index.d.ts
CHANGED