@prisma/studio-core 0.0.0-dev.202504291657 → 0.0.0-dev.202504291727
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.cjs +54 -46
- package/dist/ui/index.css +56 -0
- package/dist/ui/index.js +10 -2
- package/package.json +2 -1
package/dist/ui/index.css
CHANGED
|
@@ -585,6 +585,9 @@ video {
|
|
|
585
585
|
white-space: nowrap;
|
|
586
586
|
border-width: 0;
|
|
587
587
|
}
|
|
588
|
+
.ps-pointer-events-none {
|
|
589
|
+
pointer-events: none;
|
|
590
|
+
}
|
|
588
591
|
.ps-fixed {
|
|
589
592
|
position: fixed;
|
|
590
593
|
}
|
|
@@ -668,6 +671,9 @@ video {
|
|
|
668
671
|
.ps-ml-auto {
|
|
669
672
|
margin-left: auto;
|
|
670
673
|
}
|
|
674
|
+
.ps-mr-auto {
|
|
675
|
+
margin-right: auto;
|
|
676
|
+
}
|
|
671
677
|
.ps-mt-4 {
|
|
672
678
|
margin-top: 1rem;
|
|
673
679
|
}
|
|
@@ -701,6 +707,9 @@ video {
|
|
|
701
707
|
.ps-h-4 {
|
|
702
708
|
height: 1rem;
|
|
703
709
|
}
|
|
710
|
+
.ps-h-5 {
|
|
711
|
+
height: 1.25rem;
|
|
712
|
+
}
|
|
704
713
|
.ps-h-6 {
|
|
705
714
|
height: 1.5rem;
|
|
706
715
|
}
|
|
@@ -978,6 +987,9 @@ video {
|
|
|
978
987
|
.ps-whitespace-nowrap {
|
|
979
988
|
white-space: nowrap;
|
|
980
989
|
}
|
|
990
|
+
.ps-rounded-full {
|
|
991
|
+
border-radius: 9999px;
|
|
992
|
+
}
|
|
981
993
|
.ps-rounded-lg {
|
|
982
994
|
border-radius: var(--radius);
|
|
983
995
|
}
|
|
@@ -1005,6 +1017,9 @@ video {
|
|
|
1005
1017
|
.ps-border {
|
|
1006
1018
|
border-width: 1px;
|
|
1007
1019
|
}
|
|
1020
|
+
.ps-border-2 {
|
|
1021
|
+
border-width: 2px;
|
|
1022
|
+
}
|
|
1008
1023
|
.ps-border-b {
|
|
1009
1024
|
border-bottom-width: 1px;
|
|
1010
1025
|
}
|
|
@@ -1190,6 +1205,9 @@ video {
|
|
|
1190
1205
|
.ps-font-mono {
|
|
1191
1206
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
1192
1207
|
}
|
|
1208
|
+
.ps-text-\[8px\] {
|
|
1209
|
+
font-size: 8px;
|
|
1210
|
+
}
|
|
1193
1211
|
.ps-text-base {
|
|
1194
1212
|
font-size: 1rem;
|
|
1195
1213
|
line-height: 1.5rem;
|
|
@@ -1313,6 +1331,11 @@ video {
|
|
|
1313
1331
|
outline: 2px solid transparent;
|
|
1314
1332
|
outline-offset: 2px;
|
|
1315
1333
|
}
|
|
1334
|
+
.ps-ring-0 {
|
|
1335
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1336
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1337
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1338
|
+
}
|
|
1316
1339
|
.ps-ring-offset-background {
|
|
1317
1340
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1318
1341
|
}
|
|
@@ -1343,6 +1366,11 @@ video {
|
|
|
1343
1366
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1344
1367
|
transition-duration: 150ms;
|
|
1345
1368
|
}
|
|
1369
|
+
.ps-transition-transform {
|
|
1370
|
+
transition-property: transform;
|
|
1371
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1372
|
+
transition-duration: 150ms;
|
|
1373
|
+
}
|
|
1346
1374
|
.ps-duration-200 {
|
|
1347
1375
|
transition-duration: 200ms;
|
|
1348
1376
|
}
|
|
@@ -1538,10 +1566,24 @@ body {
|
|
|
1538
1566
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1539
1567
|
}
|
|
1540
1568
|
|
|
1569
|
+
.focus-visible\:ps-ring-2:focus-visible {
|
|
1570
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1571
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1572
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1541
1575
|
.focus-visible\:ps-ring-ring:focus-visible {
|
|
1542
1576
|
--tw-ring-color: hsl(var(--ring));
|
|
1543
1577
|
}
|
|
1544
1578
|
|
|
1579
|
+
.focus-visible\:ps-ring-offset-2:focus-visible {
|
|
1580
|
+
--tw-ring-offset-width: 2px;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
.focus-visible\:ps-ring-offset-background:focus-visible {
|
|
1584
|
+
--tw-ring-offset-color: hsl(var(--background));
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1545
1587
|
.disabled\:ps-pointer-events-none:disabled {
|
|
1546
1588
|
pointer-events: none;
|
|
1547
1589
|
}
|
|
@@ -1578,6 +1620,16 @@ body {
|
|
|
1578
1620
|
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));
|
|
1579
1621
|
}
|
|
1580
1622
|
|
|
1623
|
+
.data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
|
|
1624
|
+
--tw-translate-x: 1rem;
|
|
1625
|
+
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));
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
|
|
1629
|
+
--tw-translate-x: 0px;
|
|
1630
|
+
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));
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1581
1633
|
.data-\[active\=true\]\:ps-bg-primary\/5[data-active="true"] {
|
|
1582
1634
|
background-color: hsl(var(--primary) / 0.05);
|
|
1583
1635
|
}
|
|
@@ -1598,6 +1650,10 @@ body {
|
|
|
1598
1650
|
background-color: hsl(var(--muted));
|
|
1599
1651
|
}
|
|
1600
1652
|
|
|
1653
|
+
.data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
|
|
1654
|
+
background-color: hsl(var(--input));
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1601
1657
|
.data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
|
|
1602
1658
|
color: hsl(var(--foreground));
|
|
1603
1659
|
}
|