@prisma/studio-core 0.0.0-dev.202505070928 → 0.0.0-dev.202505070932

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
@@ -714,9 +714,6 @@ video {
714
714
  .ps-h-24 {
715
715
  height: 6rem;
716
716
  }
717
- .ps-h-3 {
718
- height: 0.75rem;
719
- }
720
717
  .ps-h-3\.5 {
721
718
  height: 0.875rem;
722
719
  }
@@ -925,15 +922,6 @@ video {
925
922
  .ps-animate-indeterminate-bar {
926
923
  animation: ps-indeterminate 1.5s infinite ease-in-out;
927
924
  }
928
- @keyframes ps-pulse {
929
-
930
- 50% {
931
- opacity: .5;
932
- }
933
- }
934
- .ps-animate-pulse {
935
- animation: ps-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
936
- }
937
925
  .ps-cursor-col-resize {
938
926
  cursor: col-resize;
939
927
  }
@@ -1150,9 +1138,6 @@ video {
1150
1138
  .ps-bg-primary {
1151
1139
  background-color: hsl(var(--primary));
1152
1140
  }
1153
- .ps-bg-primary\/10 {
1154
- background-color: hsl(var(--primary) / 0.1);
1155
- }
1156
1141
  .ps-bg-purple-600 {
1157
1142
  --tw-bg-opacity: 1;
1158
1143
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));