@prisma/studio-core 0.0.0-dev.202505080031 → 0.0.0-dev.202505080306

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
  }
@@ -1243,6 +1261,9 @@ video {
1243
1261
  padding-top: 0.75rem;
1244
1262
  padding-bottom: 0.75rem;
1245
1263
  }
1264
+ .ps-pb-0 {
1265
+ padding-bottom: 0px;
1266
+ }
1246
1267
  .ps-pb-2 {
1247
1268
  padding-bottom: 0.5rem;
1248
1269
  }
@@ -1306,6 +1327,9 @@ video {
1306
1327
  .ps-lowercase {
1307
1328
  text-transform: lowercase;
1308
1329
  }
1330
+ .ps-italic {
1331
+ font-style: italic;
1332
+ }
1309
1333
  .ps-leading-\[var\(--studio-cell-height\)\] {
1310
1334
  line-height: var(--studio-cell-height);
1311
1335
  }
@@ -1336,6 +1360,10 @@ video {
1336
1360
  .ps-text-foreground\/90 {
1337
1361
  color: hsl(var(--foreground) / 0.9);
1338
1362
  }
1363
+ .ps-text-gray-400 {
1364
+ --tw-text-opacity: 1;
1365
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1366
+ }
1339
1367
  .ps-text-gray-500 {
1340
1368
  --tw-text-opacity: 1;
1341
1369
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
@@ -1355,6 +1383,10 @@ video {
1355
1383
  .ps-text-primary-foreground {
1356
1384
  color: hsl(var(--primary-foreground));
1357
1385
  }
1386
+ .ps-text-red-500 {
1387
+ --tw-text-opacity: 1;
1388
+ color: rgb(239 68 68 / var(--tw-text-opacity, 1));
1389
+ }
1358
1390
  .ps-text-secondary-foreground {
1359
1391
  color: hsl(var(--secondary-foreground));
1360
1392
  }
@@ -1370,6 +1402,9 @@ video {
1370
1402
  .ps-opacity-70 {
1371
1403
  opacity: 0.7;
1372
1404
  }
1405
+ .ps-opacity-80 {
1406
+ opacity: 0.8;
1407
+ }
1373
1408
  .ps-shadow {
1374
1409
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1375
1410
  --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";