@prisma/studio-core 0.0.0-dev.202504231749 → 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.
@@ -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
  }
@@ -1036,10 +1031,6 @@ video {
1036
1031
  .ps-p-\[var\(--studio-cell-spacing\)\] {
1037
1032
  padding: var(--studio-cell-spacing);
1038
1033
  }
1039
- .ps-px-0 {
1040
- padding-left: 0px;
1041
- padding-right: 0px;
1042
- }
1043
1034
  .ps-px-2 {
1044
1035
  padding-left: 0.5rem;
1045
1036
  padding-right: 0.5rem;
@@ -1124,6 +1115,9 @@ video {
1124
1115
  .ps-align-middle {
1125
1116
  vertical-align: middle;
1126
1117
  }
1118
+ .ps-align-text-bottom {
1119
+ vertical-align: text-bottom;
1120
+ }
1127
1121
  .ps-font-mono {
1128
1122
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1129
1123
  }
@@ -1143,6 +1137,9 @@ video {
1143
1137
  font-size: 0.75rem;
1144
1138
  line-height: 1rem;
1145
1139
  }
1140
+ .ps-font-bold {
1141
+ font-weight: 700;
1142
+ }
1146
1143
  .ps-font-medium {
1147
1144
  font-weight: 500;
1148
1145
  }
@@ -1176,9 +1173,6 @@ video {
1176
1173
  .ps-text-foreground {
1177
1174
  color: hsl(var(--foreground));
1178
1175
  }
1179
- .ps-text-foreground\/90 {
1180
- color: hsl(var(--foreground) / 0.9);
1181
- }
1182
1176
  .ps-text-gray-500 {
1183
1177
  --tw-text-opacity: 1;
1184
1178
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
@@ -1283,41 +1277,6 @@ video {
1283
1277
  .ps-ease-in-out {
1284
1278
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1285
1279
  }
1286
- @keyframes enter {
1287
-
1288
- from {
1289
- opacity: var(--tw-enter-opacity, 1);
1290
- 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));
1291
- }
1292
- }
1293
- @keyframes exit {
1294
-
1295
- to {
1296
- opacity: var(--tw-exit-opacity, 1);
1297
- 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));
1298
- }
1299
- }
1300
- .ps-animate-in {
1301
- animation-name: enter;
1302
- animation-duration: 150ms;
1303
- --tw-enter-opacity: initial;
1304
- --tw-enter-scale: initial;
1305
- --tw-enter-rotate: initial;
1306
- --tw-enter-translate-x: initial;
1307
- --tw-enter-translate-y: initial;
1308
- }
1309
- .ps-fade-in-0 {
1310
- --tw-enter-opacity: 0;
1311
- }
1312
- .ps-zoom-in-95 {
1313
- --tw-enter-scale: .95;
1314
- }
1315
- .ps-duration-200 {
1316
- animation-duration: 200ms;
1317
- }
1318
- .ps-ease-in-out {
1319
- animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1320
- }
1321
1280
 
1322
1281
  * {
1323
1282
  border-color: hsl(var(--border));
@@ -1567,114 +1526,6 @@ body {
1567
1526
  transition-duration: 500ms;
1568
1527
  }
1569
1528
 
1570
- .data-\[state\=open\]\:ps-animate-in[data-state="open"] {
1571
- animation-name: enter;
1572
- animation-duration: 150ms;
1573
- --tw-enter-opacity: initial;
1574
- --tw-enter-scale: initial;
1575
- --tw-enter-rotate: initial;
1576
- --tw-enter-translate-x: initial;
1577
- --tw-enter-translate-y: initial;
1578
- }
1579
-
1580
- .data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
1581
- animation-name: exit;
1582
- animation-duration: 150ms;
1583
- --tw-exit-opacity: initial;
1584
- --tw-exit-scale: initial;
1585
- --tw-exit-rotate: initial;
1586
- --tw-exit-translate-x: initial;
1587
- --tw-exit-translate-y: initial;
1588
- }
1589
-
1590
- .data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
1591
- --tw-exit-opacity: 0;
1592
- }
1593
-
1594
- .data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
1595
- --tw-enter-opacity: 0;
1596
- }
1597
-
1598
- .data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
1599
- --tw-exit-scale: .95;
1600
- }
1601
-
1602
- .data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
1603
- --tw-enter-scale: .95;
1604
- }
1605
-
1606
- .data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
1607
- --tw-enter-translate-y: -0.5rem;
1608
- }
1609
-
1610
- .data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
1611
- --tw-enter-translate-x: 0.5rem;
1612
- }
1613
-
1614
- .data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
1615
- --tw-enter-translate-x: -0.5rem;
1616
- }
1617
-
1618
- .data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
1619
- --tw-enter-translate-y: 0.5rem;
1620
- }
1621
-
1622
- .data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
1623
- --tw-exit-translate-y: 100%;
1624
- }
1625
-
1626
- .data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
1627
- --tw-exit-translate-x: -100%;
1628
- }
1629
-
1630
- .data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
1631
- --tw-exit-translate-x: -50%;
1632
- }
1633
-
1634
- .data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
1635
- --tw-exit-translate-x: 100%;
1636
- }
1637
-
1638
- .data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
1639
- --tw-exit-translate-y: -100%;
1640
- }
1641
-
1642
- .data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
1643
- --tw-exit-translate-y: -48%;
1644
- }
1645
-
1646
- .data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
1647
- --tw-enter-translate-y: 100%;
1648
- }
1649
-
1650
- .data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
1651
- --tw-enter-translate-x: -100%;
1652
- }
1653
-
1654
- .data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
1655
- --tw-enter-translate-x: -50%;
1656
- }
1657
-
1658
- .data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
1659
- --tw-enter-translate-x: 100%;
1660
- }
1661
-
1662
- .data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
1663
- --tw-enter-translate-y: -100%;
1664
- }
1665
-
1666
- .data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
1667
- --tw-enter-translate-y: -48%;
1668
- }
1669
-
1670
- .data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
1671
- animation-duration: 300ms;
1672
- }
1673
-
1674
- .data-\[state\=open\]\:ps-duration-500[data-state="open"] {
1675
- animation-duration: 500ms;
1676
- }
1677
-
1678
1529
  @media (min-width: 640px) {
1679
1530
 
1680
1531
  .sm\:ps-max-w-sm {
@@ -1759,18 +1610,6 @@ body {
1759
1610
  flex-shrink: 0;
1760
1611
  }
1761
1612
 
1762
- .\[\&_th\]\:ps-sticky th {
1763
- position: sticky;
1764
- }
1765
-
1766
- .\[\&_th\]\:ps-top-0 th {
1767
- top: 0px;
1768
- }
1769
-
1770
- .\[\&_th\]\:ps-z-20 th {
1771
- z-index: 20;
1772
- }
1773
-
1774
1613
  .\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
1775
1614
  border-width: 0px;
1776
1615
  }