@prisma/studio-core 0.0.0-dev.202505080306 → 0.0.0-dev.202505080449
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 +34 -26
- package/dist/ui/index.css +3 -3
- package/dist/ui/index.js +10 -2
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -822,9 +822,6 @@ video {
|
|
|
822
822
|
.ps-w-\[100px\] {
|
|
823
823
|
width: 100px;
|
|
824
824
|
}
|
|
825
|
-
.ps-w-\[120px\] {
|
|
826
|
-
width: 120px;
|
|
827
|
-
}
|
|
828
825
|
.ps-w-\[180px\] {
|
|
829
826
|
width: 180px;
|
|
830
827
|
}
|
|
@@ -1318,6 +1315,9 @@ video {
|
|
|
1318
1315
|
font-size: 0.75rem;
|
|
1319
1316
|
line-height: 1rem;
|
|
1320
1317
|
}
|
|
1318
|
+
.ps-font-bold {
|
|
1319
|
+
font-weight: 700;
|
|
1320
|
+
}
|
|
1321
1321
|
.ps-font-medium {
|
|
1322
1322
|
font-weight: 500;
|
|
1323
1323
|
}
|