@prisma/studio-core 0.0.0-dev.202504250724 → 0.0.0-dev.202504250804

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
@@ -585,9 +585,6 @@ video {
585
585
  white-space: nowrap;
586
586
  border-width: 0;
587
587
  }
588
- .ps-pointer-events-none {
589
- pointer-events: none;
590
- }
591
588
  .ps-fixed {
592
589
  position: fixed;
593
590
  }
@@ -668,9 +665,6 @@ video {
668
665
  .ps-ml-auto {
669
666
  margin-left: auto;
670
667
  }
671
- .ps-mr-auto {
672
- margin-right: auto;
673
- }
674
668
  .ps-mt-4 {
675
669
  margin-top: 1rem;
676
670
  }
@@ -704,9 +698,6 @@ video {
704
698
  .ps-h-4 {
705
699
  height: 1rem;
706
700
  }
707
- .ps-h-5 {
708
- height: 1.25rem;
709
- }
710
701
  .ps-h-6 {
711
702
  height: 1.5rem;
712
703
  }
@@ -962,9 +953,6 @@ video {
962
953
  .ps-whitespace-nowrap {
963
954
  white-space: nowrap;
964
955
  }
965
- .ps-rounded-full {
966
- border-radius: 9999px;
967
- }
968
956
  .ps-rounded-lg {
969
957
  border-radius: var(--radius);
970
958
  }
@@ -988,9 +976,6 @@ video {
988
976
  .ps-border {
989
977
  border-width: 1px;
990
978
  }
991
- .ps-border-2 {
992
- border-width: 2px;
993
- }
994
979
  .ps-border-b {
995
980
  border-bottom-width: 1px;
996
981
  }
@@ -1168,9 +1153,6 @@ video {
1168
1153
  .ps-font-mono {
1169
1154
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1170
1155
  }
1171
- .ps-text-\[8px\] {
1172
- font-size: 8px;
1173
- }
1174
1156
  .ps-text-base {
1175
1157
  font-size: 1rem;
1176
1158
  line-height: 1.5rem;
@@ -1291,11 +1273,6 @@ video {
1291
1273
  outline: 2px solid transparent;
1292
1274
  outline-offset: 2px;
1293
1275
  }
1294
- .ps-ring-0 {
1295
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1296
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1297
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1298
- }
1299
1276
  .ps-ring-offset-background {
1300
1277
  --tw-ring-offset-color: hsl(var(--background));
1301
1278
  }
@@ -1326,11 +1303,6 @@ video {
1326
1303
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1327
1304
  transition-duration: 150ms;
1328
1305
  }
1329
- .ps-transition-transform {
1330
- transition-property: transform;
1331
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1332
- transition-duration: 150ms;
1333
- }
1334
1306
  .ps-duration-200 {
1335
1307
  transition-duration: 200ms;
1336
1308
  }
@@ -1488,6 +1460,15 @@ body {
1488
1460
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1489
1461
  }
1490
1462
 
1463
+ .focus\:ps-ring-inset:focus {
1464
+ --tw-ring-inset: inset;
1465
+ }
1466
+
1467
+ .focus\:ps-ring-indigo-400:focus {
1468
+ --tw-ring-opacity: 1;
1469
+ --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
1470
+ }
1471
+
1491
1472
  .focus\:ps-ring-ring:focus {
1492
1473
  --tw-ring-color: hsl(var(--ring));
1493
1474
  }
@@ -1513,24 +1494,10 @@ body {
1513
1494
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1514
1495
  }
1515
1496
 
1516
- .focus-visible\:ps-ring-2:focus-visible {
1517
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1518
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1519
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1520
- }
1521
-
1522
1497
  .focus-visible\:ps-ring-ring:focus-visible {
1523
1498
  --tw-ring-color: hsl(var(--ring));
1524
1499
  }
1525
1500
 
1526
- .focus-visible\:ps-ring-offset-2:focus-visible {
1527
- --tw-ring-offset-width: 2px;
1528
- }
1529
-
1530
- .focus-visible\:ps-ring-offset-background:focus-visible {
1531
- --tw-ring-offset-color: hsl(var(--background));
1532
- }
1533
-
1534
1501
  .disabled\:ps-pointer-events-none:disabled {
1535
1502
  pointer-events: none;
1536
1503
  }
@@ -1567,16 +1534,6 @@ body {
1567
1534
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1568
1535
  }
1569
1536
 
1570
- .data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
1571
- --tw-translate-x: 1rem;
1572
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1573
- }
1574
-
1575
- .data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
1576
- --tw-translate-x: 0px;
1577
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1578
- }
1579
-
1580
1537
  .data-\[active\=true\]\:ps-bg-primary\/5[data-active="true"] {
1581
1538
  background-color: hsl(var(--primary) / 0.05);
1582
1539
  }
@@ -1597,10 +1554,6 @@ body {
1597
1554
  background-color: hsl(var(--muted));
1598
1555
  }
1599
1556
 
1600
- .data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
1601
- background-color: hsl(var(--input));
1602
- }
1603
-
1604
1557
  .data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
1605
1558
  color: hsl(var(--muted-foreground));
1606
1559
  }
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-BOYOEPRL.cjs';
2
+ import { A as Adapter } from '../adapter-DaDiAEIc.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-BOYOEPRL.js';
2
+ import { A as Adapter } from '../adapter-DaDiAEIc.js';
3
3
 
4
4
  interface StudioProps {
5
5
  adapter: Adapter;