@prisma/studio-core 0.0.0-dev.202505082042 → 0.0.0-dev.202505082044

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
@@ -678,6 +678,9 @@ video {
678
678
  .ps-ml-1 {
679
679
  margin-left: 0.25rem;
680
680
  }
681
+ .ps-ml-2 {
682
+ margin-left: 0.5rem;
683
+ }
681
684
  .ps-ml-6 {
682
685
  margin-left: 1.5rem;
683
686
  }
@@ -1098,6 +1101,9 @@ video {
1098
1101
  border-top-left-radius: var(--radius);
1099
1102
  border-top-right-radius: var(--radius);
1100
1103
  }
1104
+ .ps-rounded-bl-none {
1105
+ border-bottom-left-radius: 0px;
1106
+ }
1101
1107
  .ps-border {
1102
1108
  border-width: 1px;
1103
1109
  }
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-B5pGfMai.cjs';
2
+ import { A as Adapter } from '../adapter-CH4qnR6R.cjs';
3
3
 
4
4
  type StudioTelemetryEvent = {
5
5
  event: "studio_launched";
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-B5pGfMai.js';
2
+ import { A as Adapter } from '../adapter-CH4qnR6R.js';
3
3
 
4
4
  type StudioTelemetryEvent = {
5
5
  event: "studio_launched";