@prisma/studio-core 0.0.0-dev.202505131518 → 0.0.0-dev.202505131734
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 +24 -24
- package/dist/ui/index.css +14 -19
- package/dist/ui/index.js +3 -3
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -685,6 +685,9 @@ video {
|
|
|
685
685
|
.ps-z-\[9999\] {
|
|
686
686
|
z-index: 9999;
|
|
687
687
|
}
|
|
688
|
+
.\!ps-m-0 {
|
|
689
|
+
margin: 0px !important;
|
|
690
|
+
}
|
|
688
691
|
.ps--mx-1 {
|
|
689
692
|
margin-left: -0.25rem;
|
|
690
693
|
margin-right: -0.25rem;
|
|
@@ -733,6 +736,9 @@ video {
|
|
|
733
736
|
.ps-grid {
|
|
734
737
|
display: grid;
|
|
735
738
|
}
|
|
739
|
+
.ps-hidden {
|
|
740
|
+
display: none;
|
|
741
|
+
}
|
|
736
742
|
.ps-size-4 {
|
|
737
743
|
width: 1rem;
|
|
738
744
|
height: 1rem;
|
|
@@ -1094,11 +1100,6 @@ video {
|
|
|
1094
1100
|
.ps-gap-px {
|
|
1095
1101
|
gap: 1px;
|
|
1096
1102
|
}
|
|
1097
|
-
.ps-space-x-1 > :not([hidden]) ~ :not([hidden]) {
|
|
1098
|
-
--tw-space-x-reverse: 0;
|
|
1099
|
-
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
1100
|
-
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1101
|
-
}
|
|
1102
1103
|
.ps-space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1103
1104
|
--tw-space-x-reverse: 0;
|
|
1104
1105
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -1295,6 +1296,9 @@ video {
|
|
|
1295
1296
|
.ps-fill-current {
|
|
1296
1297
|
fill: currentColor;
|
|
1297
1298
|
}
|
|
1299
|
+
.\!ps-p-0 {
|
|
1300
|
+
padding: 0px !important;
|
|
1301
|
+
}
|
|
1298
1302
|
.ps-p-0 {
|
|
1299
1303
|
padding: 0px;
|
|
1300
1304
|
}
|
|
@@ -1434,9 +1438,6 @@ video {
|
|
|
1434
1438
|
font-size: 0.75rem;
|
|
1435
1439
|
line-height: 1rem;
|
|
1436
1440
|
}
|
|
1437
|
-
.ps-font-bold {
|
|
1438
|
-
font-weight: 700;
|
|
1439
|
-
}
|
|
1440
1441
|
.ps-font-medium {
|
|
1441
1442
|
font-weight: 500;
|
|
1442
1443
|
}
|
|
@@ -1752,9 +1753,6 @@ body {
|
|
|
1752
1753
|
.hover\:ps-bg-muted\/50:hover {
|
|
1753
1754
|
background-color: hsl(var(--muted) / 0.5);
|
|
1754
1755
|
}
|
|
1755
|
-
.hover\:ps-bg-primary:hover {
|
|
1756
|
-
background-color: hsl(var(--primary));
|
|
1757
|
-
}
|
|
1758
1756
|
.hover\:ps-bg-primary\/80:hover {
|
|
1759
1757
|
background-color: hsl(var(--primary) / 0.8);
|
|
1760
1758
|
}
|
|
@@ -1773,9 +1771,6 @@ body {
|
|
|
1773
1771
|
.hover\:ps-text-foreground:hover {
|
|
1774
1772
|
color: hsl(var(--foreground));
|
|
1775
1773
|
}
|
|
1776
|
-
.hover\:ps-text-primary-foreground:hover {
|
|
1777
|
-
color: hsl(var(--primary-foreground));
|
|
1778
|
-
}
|
|
1779
1774
|
.hover\:ps-underline:hover {
|
|
1780
1775
|
text-decoration-line: underline;
|
|
1781
1776
|
}
|
|
@@ -2100,11 +2095,11 @@ body {
|
|
|
2100
2095
|
line-height: 1.25rem;
|
|
2101
2096
|
}
|
|
2102
2097
|
}
|
|
2103
|
-
.\[\&\:has\(\>\.
|
|
2098
|
+
.\[\&\:has\(\>\.range_end\)\]\:ps-rounded-r-md:has(>.range end) {
|
|
2104
2099
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
2105
2100
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
2106
2101
|
}
|
|
2107
|
-
.\[\&\:has\(\>\.
|
|
2102
|
+
.\[\&\:has\(\>\.range_start\)\]\:ps-rounded-l-md:has(>.range start) {
|
|
2108
2103
|
border-top-left-radius: calc(var(--radius) - 2px);
|
|
2109
2104
|
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
2110
2105
|
}
|
|
@@ -2119,10 +2114,10 @@ body {
|
|
|
2119
2114
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
2120
2115
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
2121
2116
|
}
|
|
2122
|
-
.\[\&\:has\(\[aria-selected\]\.
|
|
2123
|
-
background-color: hsl(var(--
|
|
2117
|
+
.\[\&\:has\(\[aria-selected\]\.outside\)\]\:ps-bg-primary\/50:has([aria-selected].outside) {
|
|
2118
|
+
background-color: hsl(var(--primary) / 0.5);
|
|
2124
2119
|
}
|
|
2125
|
-
.\[\&\:has\(\[aria-selected\]\.
|
|
2120
|
+
.\[\&\:has\(\[aria-selected\]\.range_end\)\]\:ps-rounded-r-md:has([aria-selected].range end) {
|
|
2126
2121
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
2127
2122
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
2128
2123
|
}
|