@prisma/studio-core 0.0.0-dev.202504301105 → 0.0.0-dev.202504301134

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
@@ -538,7 +538,6 @@ video {
538
538
  --table-border: 240 5.9% 90%;
539
539
 
540
540
  --studio-cell-spacing: 0.5rem;
541
- --studio-cell-height: 38px;
542
541
  }
543
542
  .dark {
544
543
  --background: 240 10% 3.9%;
@@ -678,9 +677,6 @@ video {
678
677
  .ps-mt-4 {
679
678
  margin-top: 1rem;
680
679
  }
681
- .ps-box-border {
682
- box-sizing: border-box;
683
- }
684
680
  .ps-block {
685
681
  display: block;
686
682
  }
@@ -732,9 +728,6 @@ video {
732
728
  .ps-h-\[var\(--radix-select-trigger-height\)\] {
733
729
  height: var(--radix-select-trigger-height);
734
730
  }
735
- .ps-h-\[var\(--studio-cell-height\)\] {
736
- height: var(--studio-cell-height);
737
- }
738
731
  .ps-h-full {
739
732
  height: 100%;
740
733
  }
@@ -811,6 +804,9 @@ video {
811
804
  .ps-min-w-\[8rem\] {
812
805
  min-width: 8rem;
813
806
  }
807
+ .ps-min-w-\[var\(--radix-popover-trigger-width\)\] {
808
+ min-width: var(--radix-popover-trigger-width);
809
+ }
814
810
  .ps-min-w-\[var\(--radix-select-trigger-width\)\] {
815
811
  min-width: var(--radix-select-trigger-width);
816
812
  }
@@ -1048,10 +1044,6 @@ video {
1048
1044
  .ps-border-none {
1049
1045
  border-style: none;
1050
1046
  }
1051
- .ps-border-blue-500 {
1052
- --tw-border-opacity: 1;
1053
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
1054
- }
1055
1047
  .ps-border-input {
1056
1048
  border-color: hsl(var(--input));
1057
1049
  }
@@ -1226,6 +1218,10 @@ video {
1226
1218
  .ps-text-\[8px\] {
1227
1219
  font-size: 8px;
1228
1220
  }
1221
+ .ps-text-base {
1222
+ font-size: 1rem;
1223
+ line-height: 1.5rem;
1224
+ }
1229
1225
  .ps-text-lg {
1230
1226
  font-size: 1.125rem;
1231
1227
  line-height: 1.75rem;
@@ -1250,9 +1246,6 @@ video {
1250
1246
  .ps-capitalize {
1251
1247
  text-transform: capitalize;
1252
1248
  }
1253
- .ps-leading-\[var\(--studio-cell-height\)\] {
1254
- line-height: var(--studio-cell-height);
1255
- }
1256
1249
  .ps-leading-none {
1257
1250
  line-height: 1;
1258
1251
  }
@@ -1439,28 +1432,6 @@ body {
1439
1432
  color: hsl(var(--foreground));
1440
1433
  }
1441
1434
 
1442
- .ps-min-w-cell {
1443
- min-width: calc(var(--radix-popover-trigger-width) + 1px);
1444
- }
1445
-
1446
- .ps-cell-leading {
1447
- height: var(--studio-cell-height);
1448
- padding-top: 11px;
1449
- padding-bottom: 11px;
1450
- font-size: 0.75rem;
1451
- line-height: 1rem;
1452
- line-height: 1;
1453
- }
1454
-
1455
- @media (min-width: 768px) {
1456
-
1457
- .ps-cell-leading {
1458
- font-size: 0.75rem;
1459
- line-height: 1rem;
1460
- line-height: 1;
1461
- }
1462
- }
1463
-
1464
1435
  .file\:ps-border-0::file-selector-button {
1465
1436
  border-width: 0px;
1466
1437
  }
@@ -1891,6 +1862,11 @@ body {
1891
1862
  font-size: 0.875rem;
1892
1863
  line-height: 1.25rem;
1893
1864
  }
1865
+
1866
+ .md\:ps-text-xs {
1867
+ font-size: 0.75rem;
1868
+ line-height: 1rem;
1869
+ }
1894
1870
  }
1895
1871
 
1896
1872
  .\[\&\:has\(\[role\=checkbox\]\)\]\:ps-pr-0:has([role=checkbox]) {
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-BJtXh9Gf.cjs';
2
+ import { A as Adapter } from '../adapter-Dkdfzt2T.cjs';
3
3
 
4
4
  interface StudioProps {
5
5
  adapter: Adapter;
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-BJtXh9Gf.js';
2
+ import { A as Adapter } from '../adapter-Dkdfzt2T.js';
3
3
 
4
4
  interface StudioProps {
5
5
  adapter: Adapter;