@prisma/studio-core 0.0.0-dev.202505101225 → 0.0.0-dev.202505101238
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 +23 -23
- package/dist/ui/index.css +2 -15
- package/dist/ui/index.js +3 -3
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -877,8 +877,8 @@ video {
|
|
|
877
877
|
.ps-min-w-0 {
|
|
878
878
|
min-width: 0px;
|
|
879
879
|
}
|
|
880
|
-
.ps-min-w
|
|
881
|
-
min-width:
|
|
880
|
+
.ps-min-w-72 {
|
|
881
|
+
min-width: 18rem;
|
|
882
882
|
}
|
|
883
883
|
.ps-min-w-\[8rem\] {
|
|
884
884
|
min-width: 8rem;
|
|
@@ -1161,10 +1161,6 @@ video {
|
|
|
1161
1161
|
.ps-border-input {
|
|
1162
1162
|
border-color: hsl(var(--input));
|
|
1163
1163
|
}
|
|
1164
|
-
.ps-border-neutral-200 {
|
|
1165
|
-
--tw-border-opacity: 1;
|
|
1166
|
-
border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
|
|
1167
|
-
}
|
|
1168
1164
|
.ps-border-primary {
|
|
1169
1165
|
border-color: hsl(var(--primary));
|
|
1170
1166
|
}
|
|
@@ -1337,9 +1333,6 @@ video {
|
|
|
1337
1333
|
.ps-pr-8 {
|
|
1338
1334
|
padding-right: 2rem;
|
|
1339
1335
|
}
|
|
1340
|
-
.ps-pr-\[var\(--studio-cell-spacing\)\] {
|
|
1341
|
-
padding-right: var(--studio-cell-spacing);
|
|
1342
|
-
}
|
|
1343
1336
|
.ps-pt-4 {
|
|
1344
1337
|
padding-top: 1rem;
|
|
1345
1338
|
}
|
|
@@ -1662,9 +1655,6 @@ body {
|
|
|
1662
1655
|
.placeholder\:ps-text-muted-foreground::placeholder {
|
|
1663
1656
|
color: hsl(var(--muted-foreground));
|
|
1664
1657
|
}
|
|
1665
|
-
.hover\:ps-border-primary:hover {
|
|
1666
|
-
border-color: hsl(var(--primary));
|
|
1667
|
-
}
|
|
1668
1658
|
.hover\:ps-border-table-border:hover {
|
|
1669
1659
|
border-color: hsl(var(--table-border));
|
|
1670
1660
|
}
|
|
@@ -1692,9 +1682,6 @@ body {
|
|
|
1692
1682
|
.hover\:ps-text-accent-foreground:hover {
|
|
1693
1683
|
color: hsl(var(--accent-foreground));
|
|
1694
1684
|
}
|
|
1695
|
-
.hover\:ps-text-card-foreground:hover {
|
|
1696
|
-
color: hsl(var(--card-foreground));
|
|
1697
|
-
}
|
|
1698
1685
|
.hover\:ps-text-foreground:hover {
|
|
1699
1686
|
color: hsl(var(--foreground));
|
|
1700
1687
|
}
|