@prisma/studio-core 0.0.0-dev.202505081341 → 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
@@ -675,9 +675,6 @@ video {
675
675
  margin-top: 0.25rem;
676
676
  margin-bottom: 0.25rem;
677
677
  }
678
- .ps-mb-2 {
679
- margin-bottom: 0.5rem;
680
- }
681
678
  .ps-ml-1 {
682
679
  margin-left: 0.25rem;
683
680
  }
@@ -693,9 +690,6 @@ video {
693
690
  .ps-mr-auto {
694
691
  margin-right: auto;
695
692
  }
696
- .ps-mt-2 {
697
- margin-top: 0.5rem;
698
- }
699
693
  .ps-mt-4 {
700
694
  margin-top: 1rem;
701
695
  }
@@ -801,6 +795,15 @@ video {
801
795
  .ps-w-2 {
802
796
  width: 0.5rem;
803
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
+ }
804
807
  .ps-w-3\.5 {
805
808
  width: 0.875rem;
806
809
  }
@@ -825,15 +828,6 @@ video {
825
828
  .ps-w-\[1\.2rem\] {
826
829
  width: 1.2rem;
827
830
  }
828
- .ps-w-\[100px\] {
829
- width: 100px;
830
- }
831
- .ps-w-\[180px\] {
832
- width: 180px;
833
- }
834
- .ps-w-\[80px\] {
835
- width: 80px;
836
- }
837
831
  .ps-w-auto {
838
832
  width: auto;
839
833
  }
@@ -844,6 +838,10 @@ video {
844
838
  width: -moz-max-content;
845
839
  width: max-content;
846
840
  }
841
+ .ps-w-min {
842
+ width: -moz-min-content;
843
+ width: min-content;
844
+ }
847
845
  .ps-w-px {
848
846
  width: 1px;
849
847
  }
@@ -1146,10 +1144,6 @@ video {
1146
1144
  --tw-border-opacity: 1;
1147
1145
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
1148
1146
  }
1149
- .ps-border-l-blue-500 {
1150
- --tw-border-opacity: 1;
1151
- border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
1152
- }
1153
1147
  .ps-border-l-gray-500 {
1154
1148
  --tw-border-opacity: 1;
1155
1149
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
@@ -1157,9 +1151,6 @@ video {
1157
1151
  .ps-bg-background {
1158
1152
  background-color: hsl(var(--background));
1159
1153
  }
1160
- .ps-bg-background\/60 {
1161
- background-color: hsl(var(--background) / 0.6);
1162
- }
1163
1154
  .ps-bg-black\/80 {
1164
1155
  background-color: rgb(0 0 0 / 0.8);
1165
1156
  }
@@ -1281,9 +1272,6 @@ video {
1281
1272
  padding-top: 0.75rem;
1282
1273
  padding-bottom: 0.75rem;
1283
1274
  }
1284
- .ps-pb-0 {
1285
- padding-bottom: 0px;
1286
- }
1287
1275
  .ps-pb-2 {
1288
1276
  padding-bottom: 0.5rem;
1289
1277
  }
@@ -1400,10 +1388,6 @@ video {
1400
1388
  .ps-text-primary-foreground {
1401
1389
  color: hsl(var(--primary-foreground));
1402
1390
  }
1403
- .ps-text-red-500 {
1404
- --tw-text-opacity: 1;
1405
- color: rgb(239 68 68 / var(--tw-text-opacity, 1));
1406
- }
1407
1391
  .ps-text-secondary-foreground {
1408
1392
  color: hsl(var(--secondary-foreground));
1409
1393
  }