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

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