@prisma/studio-core 0.0.0-dev.202507012225 → 0.0.0-dev.202507020014

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,9 +565,6 @@
565
565
  .ps .invisible {
566
566
  visibility: hidden;
567
567
  }
568
- .ps .visible {
569
- visibility: visible;
570
- }
571
568
  .ps .sr-only {
572
569
  position: absolute;
573
570
  width: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202507012225",
3
+ "version": "0.0.0-dev.202507020014",
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
- "NOTICE"
154
+ "LICENSE"
155
155
  ],
156
156
  "peerDependencies": {
157
157
  "@prisma/client": "6.5.0",
package/LICENSE.free DELETED
@@ -1,6 +0,0 @@
1
- Note: Use of this software in production is permitted under Apache 2.0.
2
-
3
- However, you may not remove or alter Prisma branding (logos, attribution, etc.) unless you have a commercial license from Prisma.
4
-
5
- See https://www.prisma.io/terms for details.
6
-
package/README.md.free DELETED
@@ -1,12 +0,0 @@
1
- ## License
2
-
3
- Embeddable Prisma Studio (Free) is licensed under [Apache 2.0](./LICENSE).
4
-
5
- ✔️ Free for production use
6
- ⚠️ Prisma branding must remain visible and unaltered
7
- 🔐 Branding removal + premium features available via [commercial upgrade](https://www.prisma.io)
8
-
9
- ## Telemetry
10
-
11
- This package includes anonymized telemetry to help us improve Prisma Studio.
12
- Use implies consent. Learn more in our [Privacy Policy](https://www.prisma.io/privacy).
File without changes