@prisma/studio-core 0.0.0-dev.202505071933 → 0.0.0-dev.202505072121
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 +48 -88
- package/dist/ui/index.css +8 -45
- package/dist/ui/index.js +6 -46
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -789,9 +789,6 @@ video {
|
|
|
789
789
|
.ps-w-2 {
|
|
790
790
|
width: 0.5rem;
|
|
791
791
|
}
|
|
792
|
-
.ps-w-24 {
|
|
793
|
-
width: 6rem;
|
|
794
|
-
}
|
|
795
792
|
.ps-w-3\.5 {
|
|
796
793
|
width: 0.875rem;
|
|
797
794
|
}
|
|
@@ -801,12 +798,12 @@ video {
|
|
|
801
798
|
.ps-w-4 {
|
|
802
799
|
width: 1rem;
|
|
803
800
|
}
|
|
804
|
-
.ps-w-48 {
|
|
805
|
-
width: 12rem;
|
|
806
|
-
}
|
|
807
801
|
.ps-w-6 {
|
|
808
802
|
width: 1.5rem;
|
|
809
803
|
}
|
|
804
|
+
.ps-w-64 {
|
|
805
|
+
width: 16rem;
|
|
806
|
+
}
|
|
810
807
|
.ps-w-72 {
|
|
811
808
|
width: 18rem;
|
|
812
809
|
}
|
|
@@ -816,9 +813,6 @@ video {
|
|
|
816
813
|
.ps-w-\[1\.2rem\] {
|
|
817
814
|
width: 1.2rem;
|
|
818
815
|
}
|
|
819
|
-
.ps-w-\[var\(--dragging-width\)\] {
|
|
820
|
-
width: var(--dragging-width);
|
|
821
|
-
}
|
|
822
816
|
.ps-w-auto {
|
|
823
817
|
width: auto;
|
|
824
818
|
}
|
|
@@ -829,10 +823,6 @@ video {
|
|
|
829
823
|
width: -moz-max-content;
|
|
830
824
|
width: max-content;
|
|
831
825
|
}
|
|
832
|
-
.ps-w-min {
|
|
833
|
-
width: -moz-min-content;
|
|
834
|
-
width: min-content;
|
|
835
|
-
}
|
|
836
826
|
.ps-w-px {
|
|
837
827
|
width: 1px;
|
|
838
828
|
}
|
|
@@ -950,9 +940,6 @@ video {
|
|
|
950
940
|
.ps-cursor-default {
|
|
951
941
|
cursor: default;
|
|
952
942
|
}
|
|
953
|
-
.ps-cursor-grab {
|
|
954
|
-
cursor: grab;
|
|
955
|
-
}
|
|
956
943
|
.ps-cursor-pointer {
|
|
957
944
|
cursor: pointer;
|
|
958
945
|
}
|
|
@@ -1157,14 +1144,6 @@ video {
|
|
|
1157
1144
|
.ps-bg-muted\/50 {
|
|
1158
1145
|
background-color: hsl(var(--muted) / 0.5);
|
|
1159
1146
|
}
|
|
1160
|
-
.ps-bg-neutral-100 {
|
|
1161
|
-
--tw-bg-opacity: 1;
|
|
1162
|
-
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
1163
|
-
}
|
|
1164
|
-
.ps-bg-neutral-50 {
|
|
1165
|
-
--tw-bg-opacity: 1;
|
|
1166
|
-
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
1167
|
-
}
|
|
1168
1147
|
.ps-bg-popover {
|
|
1169
1148
|
background-color: hsl(var(--popover));
|
|
1170
1149
|
}
|
|
@@ -1181,8 +1160,9 @@ video {
|
|
|
1181
1160
|
.ps-bg-secondary {
|
|
1182
1161
|
background-color: hsl(var(--secondary));
|
|
1183
1162
|
}
|
|
1184
|
-
.ps-bg-slate-
|
|
1185
|
-
|
|
1163
|
+
.ps-bg-slate-100 {
|
|
1164
|
+
--tw-bg-opacity: 1;
|
|
1165
|
+
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
1186
1166
|
}
|
|
1187
1167
|
.ps-bg-table-head {
|
|
1188
1168
|
background-color: hsl(var(--table-head));
|
|
@@ -1211,9 +1191,6 @@ video {
|
|
|
1211
1191
|
.ps-p-6 {
|
|
1212
1192
|
padding: 1.5rem;
|
|
1213
1193
|
}
|
|
1214
|
-
.ps-p-px {
|
|
1215
|
-
padding: 1px;
|
|
1216
|
-
}
|
|
1217
1194
|
.ps-px-0 {
|
|
1218
1195
|
padding-left: 0px;
|
|
1219
1196
|
padding-right: 0px;
|
|
@@ -1384,9 +1361,6 @@ video {
|
|
|
1384
1361
|
.ps-underline-offset-4 {
|
|
1385
1362
|
text-underline-offset: 4px;
|
|
1386
1363
|
}
|
|
1387
|
-
.ps-opacity-40 {
|
|
1388
|
-
opacity: 0.4;
|
|
1389
|
-
}
|
|
1390
1364
|
.ps-opacity-50 {
|
|
1391
1365
|
opacity: 0.5;
|
|
1392
1366
|
}
|
|
@@ -1560,12 +1534,6 @@ body {
|
|
|
1560
1534
|
}
|
|
1561
1535
|
}
|
|
1562
1536
|
|
|
1563
|
-
.ps-table-cell-select {
|
|
1564
|
-
width: 40px;
|
|
1565
|
-
min-width: 40px;
|
|
1566
|
-
max-width: 40px;
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
1537
|
.file\:ps-border-0::file-selector-button {
|
|
1570
1538
|
border-width: 0px;
|
|
1571
1539
|
}
|
|
@@ -1711,10 +1679,6 @@ body {
|
|
|
1711
1679
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1712
1680
|
}
|
|
1713
1681
|
|
|
1714
|
-
.active\:ps-cursor-grabbing:active {
|
|
1715
|
-
cursor: grabbing;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
1682
|
.disabled\:ps-pointer-events-none:disabled {
|
|
1719
1683
|
pointer-events: none;
|
|
1720
1684
|
}
|
|
@@ -1769,9 +1733,8 @@ body {
|
|
|
1769
1733
|
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));
|
|
1770
1734
|
}
|
|
1771
1735
|
|
|
1772
|
-
.data-\[active\=true\]\:ps-bg-
|
|
1773
|
-
|
|
1774
|
-
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
1736
|
+
.data-\[active\=true\]\:ps-bg-primary\/5[data-active="true"] {
|
|
1737
|
+
background-color: hsl(var(--primary) / 0.05);
|
|
1775
1738
|
}
|
|
1776
1739
|
|
|
1777
1740
|
.data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
|