@prisma/studio-core 0.0.0-dev.202505021134 → 0.0.0-dev.202505021139

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/ui/index.css CHANGED
@@ -645,6 +645,9 @@ video {
645
645
  .ps-top-\[50\%\] {
646
646
  top: 50%;
647
647
  }
648
+ .\!ps-z-50 {
649
+ z-index: 50 !important;
650
+ }
648
651
  .ps-z-10 {
649
652
  z-index: 10;
650
653
  }
@@ -1078,6 +1081,10 @@ video {
1078
1081
  .ps-border-transparent {
1079
1082
  border-color: transparent;
1080
1083
  }
1084
+ .ps-border-violet-500 {
1085
+ --tw-border-opacity: 1;
1086
+ border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
1087
+ }
1081
1088
  .ps-bg-background {
1082
1089
  background-color: hsl(var(--background));
1083
1090
  }
@@ -1493,6 +1500,12 @@ body {
1493
1500
  }
1494
1501
  }
1495
1502
 
1503
+ .ps-table-cell-select {
1504
+ width: 40px;
1505
+ min-width: 40px;
1506
+ max-width: 40px;
1507
+ }
1508
+
1496
1509
  .file\:ps-border-0::file-selector-button {
1497
1510
  border-width: 0px;
1498
1511
  }
@@ -1558,10 +1571,6 @@ body {
1558
1571
  background-color: hsl(var(--secondary) / 0.8);
1559
1572
  }
1560
1573
 
1561
- .hover\:ps-bg-transparent:hover {
1562
- background-color: transparent;
1563
- }
1564
-
1565
1574
  .hover\:ps-text-accent-foreground:hover {
1566
1575
  color: hsl(var(--accent-foreground));
1567
1576
  }
@@ -1916,19 +1925,10 @@ body {
1916
1925
  }
1917
1926
  }
1918
1927
 
1919
- .\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
1920
- padding-right: 0px;
1921
- }
1922
-
1923
1928
  .\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
1924
1929
  border-bottom-width: 0px;
1925
1930
  }
1926
1931
 
1927
- .\[\&\>\[role\=checkbox\]\]\:ps-translate-y-\[2px\]>[role=checkbox] {
1928
- --tw-translate-y: 2px;
1929
- 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));
1930
- }
1931
-
1932
1932
  .\[\&\>span\]\:ps-line-clamp-1>span {
1933
1933
  overflow: hidden;
1934
1934
  display: -webkit-box;