@prisma/studio-core 0.0.0-dev.202505082136 → 0.0.0-dev.202505082226

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
@@ -681,6 +681,9 @@ video {
681
681
  .ps-ml-1 {
682
682
  margin-left: 0.25rem;
683
683
  }
684
+ .ps-ml-2 {
685
+ margin-left: 0.5rem;
686
+ }
684
687
  .ps-ml-6 {
685
688
  margin-left: 1.5rem;
686
689
  }
@@ -1107,6 +1110,9 @@ video {
1107
1110
  border-top-left-radius: var(--radius);
1108
1111
  border-top-right-radius: var(--radius);
1109
1112
  }
1113
+ .ps-rounded-bl-none {
1114
+ border-bottom-left-radius: 0px;
1115
+ }
1110
1116
  .ps-border {
1111
1117
  border-width: 1px;
1112
1118
  }
@@ -1394,6 +1400,9 @@ video {
1394
1400
  .ps-text-muted-foreground {
1395
1401
  color: hsl(var(--muted-foreground));
1396
1402
  }
1403
+ .ps-text-muted-foreground\/60 {
1404
+ color: hsl(var(--muted-foreground) / 0.6);
1405
+ }
1397
1406
  .ps-text-muted-foreground\/70 {
1398
1407
  color: hsl(var(--muted-foreground) / 0.7);
1399
1408
  }