@prisma/studio-core 0.0.0-dev.202504291850 → 0.0.0-dev.202504292014

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
  }
@@ -671,9 +668,6 @@ video {
671
668
  .ps-ml-auto {
672
669
  margin-left: auto;
673
670
  }
674
- .ps-mr-auto {
675
- margin-right: auto;
676
- }
677
671
  .ps-mt-4 {
678
672
  margin-top: 1rem;
679
673
  }
@@ -707,9 +701,6 @@ video {
707
701
  .ps-h-4 {
708
702
  height: 1rem;
709
703
  }
710
- .ps-h-5 {
711
- height: 1.25rem;
712
- }
713
704
  .ps-h-6 {
714
705
  height: 1.5rem;
715
706
  }
@@ -804,9 +795,6 @@ video {
804
795
  .ps-min-w-\[8rem\] {
805
796
  min-width: 8rem;
806
797
  }
807
- .ps-min-w-\[var\(--radix-popover-trigger-width\)\] {
808
- min-width: var(--radix-popover-trigger-width);
809
- }
810
798
  .ps-min-w-\[var\(--radix-select-trigger-width\)\] {
811
799
  min-width: var(--radix-select-trigger-width);
812
800
  }
@@ -934,9 +922,6 @@ video {
934
922
  .ps-justify-between {
935
923
  justify-content: space-between;
936
924
  }
937
- .ps-gap-0 {
938
- gap: 0px;
939
- }
940
925
  .ps-gap-1 {
941
926
  gap: 0.25rem;
942
927
  }
@@ -993,9 +978,6 @@ video {
993
978
  .ps-whitespace-nowrap {
994
979
  white-space: nowrap;
995
980
  }
996
- .ps-rounded-full {
997
- border-radius: 9999px;
998
- }
999
981
  .ps-rounded-lg {
1000
982
  border-radius: var(--radius);
1001
983
  }
@@ -1023,9 +1005,6 @@ video {
1023
1005
  .ps-border {
1024
1006
  border-width: 1px;
1025
1007
  }
1026
- .ps-border-2 {
1027
- border-width: 2px;
1028
- }
1029
1008
  .ps-border-b {
1030
1009
  border-bottom-width: 1px;
1031
1010
  }
@@ -1172,10 +1151,6 @@ video {
1172
1151
  padding-top: 0.75rem;
1173
1152
  padding-bottom: 0.75rem;
1174
1153
  }
1175
- .ps-py-4 {
1176
- padding-top: 1rem;
1177
- padding-bottom: 1rem;
1178
- }
1179
1154
  .ps-pb-2 {
1180
1155
  padding-bottom: 0.5rem;
1181
1156
  }
@@ -1215,9 +1190,6 @@ video {
1215
1190
  .ps-font-mono {
1216
1191
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1217
1192
  }
1218
- .ps-text-\[8px\] {
1219
- font-size: 8px;
1220
- }
1221
1193
  .ps-text-base {
1222
1194
  font-size: 1rem;
1223
1195
  line-height: 1.5rem;
@@ -1341,11 +1313,6 @@ video {
1341
1313
  outline: 2px solid transparent;
1342
1314
  outline-offset: 2px;
1343
1315
  }
1344
- .ps-ring-0 {
1345
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1346
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1347
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1348
- }
1349
1316
  .ps-ring-offset-background {
1350
1317
  --tw-ring-offset-color: hsl(var(--background));
1351
1318
  }
@@ -1376,11 +1343,6 @@ video {
1376
1343
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1377
1344
  transition-duration: 150ms;
1378
1345
  }
1379
- .ps-transition-transform {
1380
- transition-property: transform;
1381
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1382
- transition-duration: 150ms;
1383
- }
1384
1346
  .ps-duration-200 {
1385
1347
  transition-duration: 200ms;
1386
1348
  }
@@ -1576,24 +1538,10 @@ body {
1576
1538
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1577
1539
  }
1578
1540
 
1579
- .focus-visible\:ps-ring-2:focus-visible {
1580
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1581
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1582
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1583
- }
1584
-
1585
1541
  .focus-visible\:ps-ring-ring:focus-visible {
1586
1542
  --tw-ring-color: hsl(var(--ring));
1587
1543
  }
1588
1544
 
1589
- .focus-visible\:ps-ring-offset-2:focus-visible {
1590
- --tw-ring-offset-width: 2px;
1591
- }
1592
-
1593
- .focus-visible\:ps-ring-offset-background:focus-visible {
1594
- --tw-ring-offset-color: hsl(var(--background));
1595
- }
1596
-
1597
1545
  .disabled\:ps-pointer-events-none:disabled {
1598
1546
  pointer-events: none;
1599
1547
  }
@@ -1606,14 +1554,6 @@ body {
1606
1554
  opacity: 0.5;
1607
1555
  }
1608
1556
 
1609
- .ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
1610
- cursor: not-allowed;
1611
- }
1612
-
1613
- .ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
1614
- opacity: 0.7;
1615
- }
1616
-
1617
1557
  .data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
1618
1558
  pointer-events: none;
1619
1559
  }
@@ -1638,16 +1578,6 @@ body {
1638
1578
  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));
1639
1579
  }
1640
1580
 
1641
- .data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
1642
- --tw-translate-x: 1rem;
1643
- 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));
1644
- }
1645
-
1646
- .data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
1647
- --tw-translate-x: 0px;
1648
- 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));
1649
- }
1650
-
1651
1581
  .data-\[active\=true\]\:ps-bg-primary\/5[data-active="true"] {
1652
1582
  background-color: hsl(var(--primary) / 0.05);
1653
1583
  }
@@ -1668,10 +1598,6 @@ body {
1668
1598
  background-color: hsl(var(--muted));
1669
1599
  }
1670
1600
 
1671
- .data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
1672
- background-color: hsl(var(--input));
1673
- }
1674
-
1675
1601
  .data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
1676
1602
  color: hsl(var(--foreground));
1677
1603
  }
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-fgW3WhES.cjs';
2
+ import { A as Adapter } from '../adapter-ClY8JSgB.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-fgW3WhES.js';
2
+ import { A as Adapter } from '../adapter-ClY8JSgB.js';
3
3
 
4
4
  interface StudioProps {
5
5
  adapter: Adapter;