@prisma/studio-core-licensed 0.0.0-dev.202507021413 → 0.0.0-dev.202507021416

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
@@ -565,6 +565,9 @@
565
565
  .ps .invisible {
566
566
  visibility: hidden;
567
567
  }
568
+ .ps .visible {
569
+ visibility: visible;
570
+ }
568
571
  .ps .sr-only {
569
572
  position: absolute;
570
573
  width: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core-licensed",
3
- "version": "0.0.0-dev.202507021413",
3
+ "version": "0.0.0-dev.202507021416",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -151,7 +151,7 @@
151
151
  },
152
152
  "files": [
153
153
  "dist",
154
- "LICENSE"
154
+ "NOTICE"
155
155
  ],
156
156
  "peerDependencies": {
157
157
  "@prisma/client": "6.5.0",