@prisma/studio-core 0.0.0-dev.202505080304 → 0.0.0-dev.202505080306

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
@@ -1081,9 +1081,6 @@ video {
1081
1081
  .ps-rounded-sm {
1082
1082
  border-radius: calc(var(--radius) - 4px);
1083
1083
  }
1084
- .ps-rounded-xl {
1085
- border-radius: 0.75rem;
1086
- }
1087
1084
  .ps-rounded-b-lg {
1088
1085
  border-bottom-right-radius: var(--radius);
1089
1086
  border-bottom-left-radius: var(--radius);
@@ -1291,9 +1288,6 @@ video {
1291
1288
  .ps-pr-8 {
1292
1289
  padding-right: 2rem;
1293
1290
  }
1294
- .ps-pt-0 {
1295
- padding-top: 0px;
1296
- }
1297
1291
  .ps-pt-4 {
1298
1292
  padding-top: 1rem;
1299
1293
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202505080304",
3
+ "version": "0.0.0-dev.202505080306",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,