@prisma/studio-core 0.0.0-dev.202505081555 → 0.0.0-dev.202505081603

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
@@ -678,8 +678,11 @@ video {
678
678
  .ps-ml-1 {
679
679
  margin-left: 0.25rem;
680
680
  }
681
- .ps-ml-5 {
682
- margin-left: 1.25rem;
681
+ .ps-ml-2 {
682
+ margin-left: 0.5rem;
683
+ }
684
+ .ps-ml-6 {
685
+ margin-left: 1.5rem;
683
686
  }
684
687
  .ps-ml-auto {
685
688
  margin-left: auto;
@@ -687,9 +690,6 @@ video {
687
690
  .ps-mr-auto {
688
691
  margin-right: auto;
689
692
  }
690
- .ps-mt-2 {
691
- margin-top: 0.5rem;
692
- }
693
693
  .ps-mt-4 {
694
694
  margin-top: 1rem;
695
695
  }
@@ -795,6 +795,15 @@ video {
795
795
  .ps-w-2 {
796
796
  width: 0.5rem;
797
797
  }
798
+ .ps-w-20 {
799
+ width: 5rem;
800
+ }
801
+ .ps-w-24 {
802
+ width: 6rem;
803
+ }
804
+ .ps-w-28 {
805
+ width: 7rem;
806
+ }
798
807
  .ps-w-3\.5 {
799
808
  width: 0.875rem;
800
809
  }
@@ -819,12 +828,6 @@ video {
819
828
  .ps-w-\[1\.2rem\] {
820
829
  width: 1.2rem;
821
830
  }
822
- .ps-w-\[100px\] {
823
- width: 100px;
824
- }
825
- .ps-w-\[180px\] {
826
- width: 180px;
827
- }
828
831
  .ps-w-auto {
829
832
  width: auto;
830
833
  }
@@ -835,6 +838,10 @@ video {
835
838
  width: -moz-max-content;
836
839
  width: max-content;
837
840
  }
841
+ .ps-w-min {
842
+ width: -moz-min-content;
843
+ width: min-content;
844
+ }
838
845
  .ps-w-px {
839
846
  width: 1px;
840
847
  }
@@ -1102,6 +1109,9 @@ video {
1102
1109
  .ps-border-l {
1103
1110
  border-left-width: 1px;
1104
1111
  }
1112
+ .ps-border-l-4 {
1113
+ border-left-width: 4px;
1114
+ }
1105
1115
  .ps-border-r {
1106
1116
  border-right-width: 1px;
1107
1117
  }
@@ -1134,6 +1144,10 @@ video {
1134
1144
  --tw-border-opacity: 1;
1135
1145
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
1136
1146
  }
1147
+ .ps-border-l-gray-500 {
1148
+ --tw-border-opacity: 1;
1149
+ border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
1150
+ }
1137
1151
  .ps-bg-background {
1138
1152
  background-color: hsl(var(--background));
1139
1153
  }
@@ -1258,9 +1272,6 @@ video {
1258
1272
  padding-top: 0.75rem;
1259
1273
  padding-bottom: 0.75rem;
1260
1274
  }
1261
- .ps-pb-0 {
1262
- padding-bottom: 0px;
1263
- }
1264
1275
  .ps-pb-2 {
1265
1276
  padding-bottom: 0.5rem;
1266
1277
  }
@@ -1315,9 +1326,6 @@ video {
1315
1326
  font-size: 0.75rem;
1316
1327
  line-height: 1rem;
1317
1328
  }
1318
- .ps-font-bold {
1319
- font-weight: 700;
1320
- }
1321
1329
  .ps-font-medium {
1322
1330
  font-weight: 500;
1323
1331
  }
@@ -1327,9 +1335,6 @@ video {
1327
1335
  .ps-lowercase {
1328
1336
  text-transform: lowercase;
1329
1337
  }
1330
- .ps-italic {
1331
- font-style: italic;
1332
- }
1333
1338
  .ps-leading-\[var\(--studio-cell-height\)\] {
1334
1339
  line-height: var(--studio-cell-height);
1335
1340
  }
@@ -1383,10 +1388,6 @@ video {
1383
1388
  .ps-text-primary-foreground {
1384
1389
  color: hsl(var(--primary-foreground));
1385
1390
  }
1386
- .ps-text-red-500 {
1387
- --tw-text-opacity: 1;
1388
- color: rgb(239 68 68 / var(--tw-text-opacity, 1));
1389
- }
1390
1391
  .ps-text-secondary-foreground {
1391
1392
  color: hsl(var(--secondary-foreground));
1392
1393
  }