@prisma/studio-core 0.0.0-dev.202505080027 → 0.0.0-dev.202505080304

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,12 +678,18 @@ video {
678
678
  .ps-ml-1 {
679
679
  margin-left: 0.25rem;
680
680
  }
681
+ .ps-ml-5 {
682
+ margin-left: 1.25rem;
683
+ }
681
684
  .ps-ml-auto {
682
685
  margin-left: auto;
683
686
  }
684
687
  .ps-mr-auto {
685
688
  margin-right: auto;
686
689
  }
690
+ .ps-mt-2 {
691
+ margin-top: 0.5rem;
692
+ }
687
693
  .ps-mt-4 {
688
694
  margin-top: 1rem;
689
695
  }
@@ -813,6 +819,15 @@ video {
813
819
  .ps-w-\[1\.2rem\] {
814
820
  width: 1.2rem;
815
821
  }
822
+ .ps-w-\[100px\] {
823
+ width: 100px;
824
+ }
825
+ .ps-w-\[120px\] {
826
+ width: 120px;
827
+ }
828
+ .ps-w-\[180px\] {
829
+ width: 180px;
830
+ }
816
831
  .ps-w-auto {
817
832
  width: auto;
818
833
  }
@@ -940,6 +955,9 @@ video {
940
955
  .ps-cursor-default {
941
956
  cursor: default;
942
957
  }
958
+ .ps-cursor-grab {
959
+ cursor: grab;
960
+ }
943
961
  .ps-cursor-pointer {
944
962
  cursor: pointer;
945
963
  }
@@ -1063,6 +1081,9 @@ video {
1063
1081
  .ps-rounded-sm {
1064
1082
  border-radius: calc(var(--radius) - 4px);
1065
1083
  }
1084
+ .ps-rounded-xl {
1085
+ border-radius: 0.75rem;
1086
+ }
1066
1087
  .ps-rounded-b-lg {
1067
1088
  border-bottom-right-radius: var(--radius);
1068
1089
  border-bottom-left-radius: var(--radius);
@@ -1243,6 +1264,9 @@ video {
1243
1264
  padding-top: 0.75rem;
1244
1265
  padding-bottom: 0.75rem;
1245
1266
  }
1267
+ .ps-pb-0 {
1268
+ padding-bottom: 0px;
1269
+ }
1246
1270
  .ps-pb-2 {
1247
1271
  padding-bottom: 0.5rem;
1248
1272
  }
@@ -1267,6 +1291,9 @@ video {
1267
1291
  .ps-pr-8 {
1268
1292
  padding-right: 2rem;
1269
1293
  }
1294
+ .ps-pt-0 {
1295
+ padding-top: 0px;
1296
+ }
1270
1297
  .ps-pt-4 {
1271
1298
  padding-top: 1rem;
1272
1299
  }
@@ -1306,6 +1333,9 @@ video {
1306
1333
  .ps-lowercase {
1307
1334
  text-transform: lowercase;
1308
1335
  }
1336
+ .ps-italic {
1337
+ font-style: italic;
1338
+ }
1309
1339
  .ps-leading-\[var\(--studio-cell-height\)\] {
1310
1340
  line-height: var(--studio-cell-height);
1311
1341
  }
@@ -1336,6 +1366,10 @@ video {
1336
1366
  .ps-text-foreground\/90 {
1337
1367
  color: hsl(var(--foreground) / 0.9);
1338
1368
  }
1369
+ .ps-text-gray-400 {
1370
+ --tw-text-opacity: 1;
1371
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1372
+ }
1339
1373
  .ps-text-gray-500 {
1340
1374
  --tw-text-opacity: 1;
1341
1375
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
@@ -1355,6 +1389,10 @@ video {
1355
1389
  .ps-text-primary-foreground {
1356
1390
  color: hsl(var(--primary-foreground));
1357
1391
  }
1392
+ .ps-text-red-500 {
1393
+ --tw-text-opacity: 1;
1394
+ color: rgb(239 68 68 / var(--tw-text-opacity, 1));
1395
+ }
1358
1396
  .ps-text-secondary-foreground {
1359
1397
  color: hsl(var(--secondary-foreground));
1360
1398
  }
@@ -1370,6 +1408,9 @@ video {
1370
1408
  .ps-opacity-70 {
1371
1409
  opacity: 0.7;
1372
1410
  }
1411
+ .ps-opacity-80 {
1412
+ opacity: 0.8;
1413
+ }
1373
1414
  .ps-shadow {
1374
1415
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1375
1416
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-CKFCHq71.cjs';
2
+ import { A as Adapter } from '../adapter-B5pGfMai.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-CKFCHq71.js';
2
+ import { A as Adapter } from '../adapter-B5pGfMai.js';
3
3
 
4
4
  type StudioTelemetryEvent = {
5
5
  event: "studio_launched";