@prisma/studio-core 0.0.0-dev.202504231702 → 0.0.0-dev.202504231749

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,9 +657,6 @@ 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
- }
663
660
  .ps-ml-auto {
664
661
  margin-left: auto;
665
662
  }
@@ -669,9 +666,6 @@ video {
669
666
  .ps-block {
670
667
  display: block;
671
668
  }
672
- .ps-inline-block {
673
- display: inline-block;
674
- }
675
669
  .ps-flex {
676
670
  display: flex;
677
671
  }
@@ -699,6 +693,9 @@ video {
699
693
  .ps-h-4 {
700
694
  height: 1rem;
701
695
  }
696
+ .ps-h-6 {
697
+ height: 1.5rem;
698
+ }
702
699
  .ps-h-8 {
703
700
  height: 2rem;
704
701
  }
@@ -708,9 +705,6 @@ video {
708
705
  .ps-h-\[1\.2rem\] {
709
706
  height: 1.2rem;
710
707
  }
711
- .ps-h-\[20px\] {
712
- height: 20px;
713
- }
714
708
  .ps-h-\[var\(--radix-select-trigger-height\)\] {
715
709
  height: var(--radix-select-trigger-height);
716
710
  }
@@ -753,6 +747,9 @@ video {
753
747
  .ps-w-4 {
754
748
  width: 1rem;
755
749
  }
750
+ .ps-w-6 {
751
+ width: 1.5rem;
752
+ }
756
753
  .ps-w-64 {
757
754
  width: 16rem;
758
755
  }
@@ -778,6 +775,9 @@ video {
778
775
  .ps-w-px {
779
776
  width: 1px;
780
777
  }
778
+ .ps-min-w-0 {
779
+ min-width: 0px;
780
+ }
781
781
  .ps-min-w-\[8rem\] {
782
782
  min-width: 8rem;
783
783
  }
@@ -814,6 +814,9 @@ 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
+ }
817
820
  .ps-translate-x-\[-50\%\] {
818
821
  --tw-translate-x: -50%;
819
822
  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));
@@ -872,9 +875,6 @@ video {
872
875
  .ps-items-start {
873
876
  align-items: flex-start;
874
877
  }
875
- .ps-items-end {
876
- align-items: flex-end;
877
- }
878
878
  .ps-items-center {
879
879
  align-items: center;
880
880
  }
@@ -911,21 +911,26 @@ 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
+ }
914
917
  .ps-overflow-auto {
915
918
  overflow: auto;
916
919
  }
917
920
  .ps-overflow-hidden {
918
921
  overflow: hidden;
919
922
  }
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
+ }
929
934
  .ps-text-ellipsis {
930
935
  text-overflow: ellipsis;
931
936
  }
@@ -1031,6 +1036,10 @@ video {
1031
1036
  .ps-p-\[var\(--studio-cell-spacing\)\] {
1032
1037
  padding: var(--studio-cell-spacing);
1033
1038
  }
1039
+ .ps-px-0 {
1040
+ padding-left: 0px;
1041
+ padding-right: 0px;
1042
+ }
1034
1043
  .ps-px-2 {
1035
1044
  padding-left: 0.5rem;
1036
1045
  padding-right: 0.5rem;
@@ -1115,9 +1124,6 @@ video {
1115
1124
  .ps-align-middle {
1116
1125
  vertical-align: middle;
1117
1126
  }
1118
- .ps-align-text-bottom {
1119
- vertical-align: text-bottom;
1120
- }
1121
1127
  .ps-font-mono {
1122
1128
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1123
1129
  }
@@ -1137,9 +1143,6 @@ video {
1137
1143
  font-size: 0.75rem;
1138
1144
  line-height: 1rem;
1139
1145
  }
1140
- .ps-font-bold {
1141
- font-weight: 700;
1142
- }
1143
1146
  .ps-font-medium {
1144
1147
  font-weight: 500;
1145
1148
  }
@@ -1173,6 +1176,9 @@ video {
1173
1176
  .ps-text-foreground {
1174
1177
  color: hsl(var(--foreground));
1175
1178
  }
1179
+ .ps-text-foreground\/90 {
1180
+ color: hsl(var(--foreground) / 0.9);
1181
+ }
1176
1182
  .ps-text-gray-500 {
1177
1183
  --tw-text-opacity: 1;
1178
1184
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
@@ -1277,6 +1283,41 @@ video {
1277
1283
  .ps-ease-in-out {
1278
1284
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1279
1285
  }
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
+ }
1280
1321
 
1281
1322
  * {
1282
1323
  border-color: hsl(var(--border));
@@ -1526,6 +1567,114 @@ body {
1526
1567
  transition-duration: 500ms;
1527
1568
  }
1528
1569
 
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
+
1529
1678
  @media (min-width: 640px) {
1530
1679
 
1531
1680
  .sm\:ps-max-w-sm {
@@ -1610,6 +1759,18 @@ body {
1610
1759
  flex-shrink: 0;
1611
1760
  }
1612
1761
 
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
+
1613
1774
  .\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
1614
1775
  border-width: 0px;
1615
1776
  }