@orion-studios/payload-studio 0.5.0-beta.81 → 0.5.0-beta.82
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/index.mjs +3 -3
- package/dist/studio-pages/builder.css +11 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4,9 +4,6 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
admin_app_exports
|
|
6
6
|
} from "./chunk-XVH5SCBD.mjs";
|
|
7
|
-
import {
|
|
8
|
-
blocks_exports
|
|
9
|
-
} from "./chunk-XK3K5GRP.mjs";
|
|
10
7
|
import {
|
|
11
8
|
nextjs_exports
|
|
12
9
|
} from "./chunk-AFLEATYB.mjs";
|
|
@@ -16,6 +13,9 @@ import {
|
|
|
16
13
|
import {
|
|
17
14
|
studio_pages_exports
|
|
18
15
|
} from "./chunk-FWVVRZ32.mjs";
|
|
16
|
+
import {
|
|
17
|
+
blocks_exports
|
|
18
|
+
} from "./chunk-XK3K5GRP.mjs";
|
|
19
19
|
import "./chunk-SIL2J5MF.mjs";
|
|
20
20
|
import "./chunk-6BWS3CLP.mjs";
|
|
21
21
|
export {
|
|
@@ -937,6 +937,17 @@ h4 {
|
|
|
937
937
|
text-align: var(--orion-builder-heading-align, inherit);
|
|
938
938
|
}
|
|
939
939
|
|
|
940
|
+
/* Builder-only override: show full testimonial copy even if host app globals clamp it. */
|
|
941
|
+
.orion-builder .orion-builder-content .testimonial-quote {
|
|
942
|
+
-webkit-box-orient: initial;
|
|
943
|
+
-webkit-line-clamp: unset;
|
|
944
|
+
display: block;
|
|
945
|
+
max-height: none;
|
|
946
|
+
overflow: visible;
|
|
947
|
+
text-overflow: clip;
|
|
948
|
+
white-space: pre-line;
|
|
949
|
+
}
|
|
950
|
+
|
|
940
951
|
.orion-builder-content .features .feature-item h3 {
|
|
941
952
|
color: #ffffff;
|
|
942
953
|
}
|