@prisma/studio-core 0.0.0-dev.202505101249 → 0.0.0-dev.202505101544

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
@@ -987,15 +987,6 @@ video {
987
987
  .ps-animate-pulse {
988
988
  animation: ps-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
989
989
  }
990
- @keyframes ps-spin {
991
-
992
- to {
993
- transform: rotate(360deg);
994
- }
995
- }
996
- .ps-animate-spin {
997
- animation: ps-spin 1s linear infinite;
998
- }
999
990
  .ps-cursor-col-resize {
1000
991
  cursor: col-resize;
1001
992
  }