@prisma/studio-core 0.0.0-dev.202504231751 → 0.0.0-dev.202504231830
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/{index-L4U7CGV7.css → index-INNIZBNY.css} +21 -186
- package/dist/ui/index.cjs +51 -43
- package/dist/ui/index.js +17 -9
- package/package.json +1 -2
|
@@ -657,6 +657,9 @@ video {
|
|
|
657
657
|
margin-top: 0.25rem;
|
|
658
658
|
margin-bottom: 0.25rem;
|
|
659
659
|
}
|
|
660
|
+
.ps-ml-2 {
|
|
661
|
+
margin-left: 0.5rem;
|
|
662
|
+
}
|
|
660
663
|
.ps-ml-auto {
|
|
661
664
|
margin-left: auto;
|
|
662
665
|
}
|
|
@@ -666,6 +669,9 @@ video {
|
|
|
666
669
|
.ps-block {
|
|
667
670
|
display: block;
|
|
668
671
|
}
|
|
672
|
+
.ps-inline-block {
|
|
673
|
+
display: inline-block;
|
|
674
|
+
}
|
|
669
675
|
.ps-flex {
|
|
670
676
|
display: flex;
|
|
671
677
|
}
|
|
@@ -693,9 +699,6 @@ video {
|
|
|
693
699
|
.ps-h-4 {
|
|
694
700
|
height: 1rem;
|
|
695
701
|
}
|
|
696
|
-
.ps-h-6 {
|
|
697
|
-
height: 1.5rem;
|
|
698
|
-
}
|
|
699
702
|
.ps-h-8 {
|
|
700
703
|
height: 2rem;
|
|
701
704
|
}
|
|
@@ -705,6 +708,9 @@ video {
|
|
|
705
708
|
.ps-h-\[1\.2rem\] {
|
|
706
709
|
height: 1.2rem;
|
|
707
710
|
}
|
|
711
|
+
.ps-h-\[20px\] {
|
|
712
|
+
height: 20px;
|
|
713
|
+
}
|
|
708
714
|
.ps-h-\[var\(--radix-select-trigger-height\)\] {
|
|
709
715
|
height: var(--radix-select-trigger-height);
|
|
710
716
|
}
|
|
@@ -747,9 +753,6 @@ video {
|
|
|
747
753
|
.ps-w-4 {
|
|
748
754
|
width: 1rem;
|
|
749
755
|
}
|
|
750
|
-
.ps-w-6 {
|
|
751
|
-
width: 1.5rem;
|
|
752
|
-
}
|
|
753
756
|
.ps-w-64 {
|
|
754
757
|
width: 16rem;
|
|
755
758
|
}
|
|
@@ -775,9 +778,6 @@ video {
|
|
|
775
778
|
.ps-w-px {
|
|
776
779
|
width: 1px;
|
|
777
780
|
}
|
|
778
|
-
.ps-min-w-0 {
|
|
779
|
-
min-width: 0px;
|
|
780
|
-
}
|
|
781
781
|
.ps-min-w-\[8rem\] {
|
|
782
782
|
min-width: 8rem;
|
|
783
783
|
}
|
|
@@ -814,9 +814,6 @@ video {
|
|
|
814
814
|
.ps-origin-\[--radix-select-content-transform-origin\] {
|
|
815
815
|
transform-origin: var(--radix-select-content-transform-origin);
|
|
816
816
|
}
|
|
817
|
-
.ps-origin-\[--radix-tooltip-content-transform-origin\] {
|
|
818
|
-
transform-origin: var(--radix-tooltip-content-transform-origin);
|
|
819
|
-
}
|
|
820
817
|
.ps-translate-x-\[-50\%\] {
|
|
821
818
|
--tw-translate-x: -50%;
|
|
822
819
|
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));
|
|
@@ -875,6 +872,9 @@ video {
|
|
|
875
872
|
.ps-items-start {
|
|
876
873
|
align-items: flex-start;
|
|
877
874
|
}
|
|
875
|
+
.ps-items-end {
|
|
876
|
+
align-items: flex-end;
|
|
877
|
+
}
|
|
878
878
|
.ps-items-center {
|
|
879
879
|
align-items: center;
|
|
880
880
|
}
|
|
@@ -911,26 +911,21 @@ video {
|
|
|
911
911
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
912
912
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
913
913
|
}
|
|
914
|
-
.ps-self-start {
|
|
915
|
-
align-self: flex-start;
|
|
916
|
-
}
|
|
917
914
|
.ps-overflow-auto {
|
|
918
915
|
overflow: auto;
|
|
919
916
|
}
|
|
920
917
|
.ps-overflow-hidden {
|
|
921
918
|
overflow: hidden;
|
|
922
919
|
}
|
|
920
|
+
.ps-overflow-scroll {
|
|
921
|
+
overflow: scroll;
|
|
922
|
+
}
|
|
923
923
|
.ps-overflow-y-auto {
|
|
924
924
|
overflow-y: auto;
|
|
925
925
|
}
|
|
926
926
|
.ps-overflow-x-hidden {
|
|
927
927
|
overflow-x: hidden;
|
|
928
928
|
}
|
|
929
|
-
.ps-truncate {
|
|
930
|
-
overflow: hidden;
|
|
931
|
-
text-overflow: ellipsis;
|
|
932
|
-
white-space: nowrap;
|
|
933
|
-
}
|
|
934
929
|
.ps-text-ellipsis {
|
|
935
930
|
text-overflow: ellipsis;
|
|
936
931
|
}
|
|
@@ -949,10 +944,6 @@ video {
|
|
|
949
944
|
.ps-rounded-sm {
|
|
950
945
|
border-radius: calc(var(--radius) - 4px);
|
|
951
946
|
}
|
|
952
|
-
.ps-rounded-t-lg {
|
|
953
|
-
border-top-left-radius: var(--radius);
|
|
954
|
-
border-top-right-radius: var(--radius);
|
|
955
|
-
}
|
|
956
947
|
.ps-border {
|
|
957
948
|
border-width: 1px;
|
|
958
949
|
}
|
|
@@ -1040,10 +1031,6 @@ video {
|
|
|
1040
1031
|
.ps-p-\[var\(--studio-cell-spacing\)\] {
|
|
1041
1032
|
padding: var(--studio-cell-spacing);
|
|
1042
1033
|
}
|
|
1043
|
-
.ps-px-0 {
|
|
1044
|
-
padding-left: 0px;
|
|
1045
|
-
padding-right: 0px;
|
|
1046
|
-
}
|
|
1047
1034
|
.ps-px-2 {
|
|
1048
1035
|
padding-left: 0.5rem;
|
|
1049
1036
|
padding-right: 0.5rem;
|
|
@@ -1128,6 +1115,9 @@ video {
|
|
|
1128
1115
|
.ps-align-middle {
|
|
1129
1116
|
vertical-align: middle;
|
|
1130
1117
|
}
|
|
1118
|
+
.ps-align-text-bottom {
|
|
1119
|
+
vertical-align: text-bottom;
|
|
1120
|
+
}
|
|
1131
1121
|
.ps-font-mono {
|
|
1132
1122
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
1133
1123
|
}
|
|
@@ -1147,6 +1137,9 @@ video {
|
|
|
1147
1137
|
font-size: 0.75rem;
|
|
1148
1138
|
line-height: 1rem;
|
|
1149
1139
|
}
|
|
1140
|
+
.ps-font-bold {
|
|
1141
|
+
font-weight: 700;
|
|
1142
|
+
}
|
|
1150
1143
|
.ps-font-medium {
|
|
1151
1144
|
font-weight: 500;
|
|
1152
1145
|
}
|
|
@@ -1180,9 +1173,6 @@ video {
|
|
|
1180
1173
|
.ps-text-foreground {
|
|
1181
1174
|
color: hsl(var(--foreground));
|
|
1182
1175
|
}
|
|
1183
|
-
.ps-text-foreground\/90 {
|
|
1184
|
-
color: hsl(var(--foreground) / 0.9);
|
|
1185
|
-
}
|
|
1186
1176
|
.ps-text-gray-500 {
|
|
1187
1177
|
--tw-text-opacity: 1;
|
|
1188
1178
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
@@ -1287,41 +1277,6 @@ video {
|
|
|
1287
1277
|
.ps-ease-in-out {
|
|
1288
1278
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1289
1279
|
}
|
|
1290
|
-
@keyframes enter {
|
|
1291
|
-
|
|
1292
|
-
from {
|
|
1293
|
-
opacity: var(--tw-enter-opacity, 1);
|
|
1294
|
-
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
@keyframes exit {
|
|
1298
|
-
|
|
1299
|
-
to {
|
|
1300
|
-
opacity: var(--tw-exit-opacity, 1);
|
|
1301
|
-
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1302
|
-
}
|
|
1303
|
-
}
|
|
1304
|
-
.ps-animate-in {
|
|
1305
|
-
animation-name: enter;
|
|
1306
|
-
animation-duration: 150ms;
|
|
1307
|
-
--tw-enter-opacity: initial;
|
|
1308
|
-
--tw-enter-scale: initial;
|
|
1309
|
-
--tw-enter-rotate: initial;
|
|
1310
|
-
--tw-enter-translate-x: initial;
|
|
1311
|
-
--tw-enter-translate-y: initial;
|
|
1312
|
-
}
|
|
1313
|
-
.ps-fade-in-0 {
|
|
1314
|
-
--tw-enter-opacity: 0;
|
|
1315
|
-
}
|
|
1316
|
-
.ps-zoom-in-95 {
|
|
1317
|
-
--tw-enter-scale: .95;
|
|
1318
|
-
}
|
|
1319
|
-
.ps-duration-200 {
|
|
1320
|
-
animation-duration: 200ms;
|
|
1321
|
-
}
|
|
1322
|
-
.ps-ease-in-out {
|
|
1323
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1324
|
-
}
|
|
1325
1280
|
|
|
1326
1281
|
* {
|
|
1327
1282
|
border-color: hsl(var(--border));
|
|
@@ -1571,114 +1526,6 @@ body {
|
|
|
1571
1526
|
transition-duration: 500ms;
|
|
1572
1527
|
}
|
|
1573
1528
|
|
|
1574
|
-
.data-\[state\=open\]\:ps-animate-in[data-state="open"] {
|
|
1575
|
-
animation-name: enter;
|
|
1576
|
-
animation-duration: 150ms;
|
|
1577
|
-
--tw-enter-opacity: initial;
|
|
1578
|
-
--tw-enter-scale: initial;
|
|
1579
|
-
--tw-enter-rotate: initial;
|
|
1580
|
-
--tw-enter-translate-x: initial;
|
|
1581
|
-
--tw-enter-translate-y: initial;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
.data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
|
|
1585
|
-
animation-name: exit;
|
|
1586
|
-
animation-duration: 150ms;
|
|
1587
|
-
--tw-exit-opacity: initial;
|
|
1588
|
-
--tw-exit-scale: initial;
|
|
1589
|
-
--tw-exit-rotate: initial;
|
|
1590
|
-
--tw-exit-translate-x: initial;
|
|
1591
|
-
--tw-exit-translate-y: initial;
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
.data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
|
|
1595
|
-
--tw-exit-opacity: 0;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
.data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
|
|
1599
|
-
--tw-enter-opacity: 0;
|
|
1600
|
-
}
|
|
1601
|
-
|
|
1602
|
-
.data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
|
|
1603
|
-
--tw-exit-scale: .95;
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
.data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
|
|
1607
|
-
--tw-enter-scale: .95;
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
.data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
|
|
1611
|
-
--tw-enter-translate-y: -0.5rem;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
.data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
|
|
1615
|
-
--tw-enter-translate-x: 0.5rem;
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
.data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
|
|
1619
|
-
--tw-enter-translate-x: -0.5rem;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
|
|
1623
|
-
--tw-enter-translate-y: 0.5rem;
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
.data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
|
|
1627
|
-
--tw-exit-translate-y: 100%;
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
|
|
1631
|
-
--tw-exit-translate-x: -100%;
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
.data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
|
|
1635
|
-
--tw-exit-translate-x: -50%;
|
|
1636
|
-
}
|
|
1637
|
-
|
|
1638
|
-
.data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
|
|
1639
|
-
--tw-exit-translate-x: 100%;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
.data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
|
|
1643
|
-
--tw-exit-translate-y: -100%;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
1647
|
-
--tw-exit-translate-y: -48%;
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
.data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
|
|
1651
|
-
--tw-enter-translate-y: 100%;
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
.data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
|
|
1655
|
-
--tw-enter-translate-x: -100%;
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
.data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
|
|
1659
|
-
--tw-enter-translate-x: -50%;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
.data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
|
|
1663
|
-
--tw-enter-translate-x: 100%;
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
.data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
|
|
1667
|
-
--tw-enter-translate-y: -100%;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
.data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
|
|
1671
|
-
--tw-enter-translate-y: -48%;
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1675
|
-
animation-duration: 300ms;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
.data-\[state\=open\]\:ps-duration-500[data-state="open"] {
|
|
1679
|
-
animation-duration: 500ms;
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
1529
|
@media (min-width: 640px) {
|
|
1683
1530
|
|
|
1684
1531
|
.sm\:ps-max-w-sm {
|
|
@@ -1763,18 +1610,6 @@ body {
|
|
|
1763
1610
|
flex-shrink: 0;
|
|
1764
1611
|
}
|
|
1765
1612
|
|
|
1766
|
-
.\[\&_th\]\:ps-sticky th {
|
|
1767
|
-
position: sticky;
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
.\[\&_th\]\:ps-top-0 th {
|
|
1771
|
-
top: 0px;
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
|
-
.\[\&_th\]\:ps-z-20 th {
|
|
1775
|
-
z-index: 20;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
1613
|
.\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
|
|
1779
1614
|
border-width: 0px;
|
|
1780
1615
|
}
|