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

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
  }
@@ -944,6 +949,10 @@ video {
944
949
  .ps-rounded-sm {
945
950
  border-radius: calc(var(--radius) - 4px);
946
951
  }
952
+ .ps-rounded-t-lg {
953
+ border-top-left-radius: var(--radius);
954
+ border-top-right-radius: var(--radius);
955
+ }
947
956
  .ps-border {
948
957
  border-width: 1px;
949
958
  }
@@ -1031,6 +1040,10 @@ video {
1031
1040
  .ps-p-\[var\(--studio-cell-spacing\)\] {
1032
1041
  padding: var(--studio-cell-spacing);
1033
1042
  }
1043
+ .ps-px-0 {
1044
+ padding-left: 0px;
1045
+ padding-right: 0px;
1046
+ }
1034
1047
  .ps-px-2 {
1035
1048
  padding-left: 0.5rem;
1036
1049
  padding-right: 0.5rem;
@@ -1115,9 +1128,6 @@ video {
1115
1128
  .ps-align-middle {
1116
1129
  vertical-align: middle;
1117
1130
  }
1118
- .ps-align-text-bottom {
1119
- vertical-align: text-bottom;
1120
- }
1121
1131
  .ps-font-mono {
1122
1132
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1123
1133
  }
@@ -1137,9 +1147,6 @@ video {
1137
1147
  font-size: 0.75rem;
1138
1148
  line-height: 1rem;
1139
1149
  }
1140
- .ps-font-bold {
1141
- font-weight: 700;
1142
- }
1143
1150
  .ps-font-medium {
1144
1151
  font-weight: 500;
1145
1152
  }
@@ -1173,6 +1180,9 @@ video {
1173
1180
  .ps-text-foreground {
1174
1181
  color: hsl(var(--foreground));
1175
1182
  }
1183
+ .ps-text-foreground\/90 {
1184
+ color: hsl(var(--foreground) / 0.9);
1185
+ }
1176
1186
  .ps-text-gray-500 {
1177
1187
  --tw-text-opacity: 1;
1178
1188
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
@@ -1277,6 +1287,41 @@ video {
1277
1287
  .ps-ease-in-out {
1278
1288
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1279
1289
  }
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
+ }
1280
1325
 
1281
1326
  * {
1282
1327
  border-color: hsl(var(--border));
@@ -1526,6 +1571,114 @@ body {
1526
1571
  transition-duration: 500ms;
1527
1572
  }
1528
1573
 
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
+
1529
1682
  @media (min-width: 640px) {
1530
1683
 
1531
1684
  .sm\:ps-max-w-sm {
@@ -1610,6 +1763,18 @@ body {
1610
1763
  flex-shrink: 0;
1611
1764
  }
1612
1765
 
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
+
1613
1778
  .\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
1614
1779
  border-width: 0px;
1615
1780
  }