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

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