@orion-studios/payload-studio 0.5.0-beta.82 → 0.5.0-beta.83
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
CHANGED
|
@@ -4,6 +4,9 @@ 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";
|
|
7
10
|
import {
|
|
8
11
|
nextjs_exports
|
|
9
12
|
} from "./chunk-AFLEATYB.mjs";
|
|
@@ -13,9 +16,6 @@ import {
|
|
|
13
16
|
import {
|
|
14
17
|
studio_pages_exports
|
|
15
18
|
} 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 {
|
|
@@ -938,7 +938,7 @@ h4 {
|
|
|
938
938
|
}
|
|
939
939
|
|
|
940
940
|
/* Builder-only override: show full testimonial copy even if host app globals clamp it. */
|
|
941
|
-
.orion-builder .orion-builder-content .testimonial-quote {
|
|
941
|
+
.orion-builder-shell .orion-builder-content .testimonial-quote {
|
|
942
942
|
-webkit-box-orient: initial;
|
|
943
943
|
-webkit-line-clamp: unset;
|
|
944
944
|
display: block;
|
|
@@ -5746,6 +5746,15 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
|
|
|
5746
5746
|
multiline: true,
|
|
5747
5747
|
onCommit: (value) => updateArrayItemField(index, "items", itemIndex, "quote", value),
|
|
5748
5748
|
placeholder: "Customer quote",
|
|
5749
|
+
style: {
|
|
5750
|
+
WebkitBoxOrient: "initial",
|
|
5751
|
+
WebkitLineClamp: "unset",
|
|
5752
|
+
display: "block",
|
|
5753
|
+
maxHeight: "none",
|
|
5754
|
+
overflow: "visible",
|
|
5755
|
+
textOverflow: "clip",
|
|
5756
|
+
whiteSpace: "pre-line"
|
|
5757
|
+
},
|
|
5749
5758
|
value: normalizeText2(item?.quote)
|
|
5750
5759
|
}
|
|
5751
5760
|
),
|
|
@@ -5824,6 +5833,15 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
|
|
|
5824
5833
|
multiline: true,
|
|
5825
5834
|
onCommit: (value) => updateArrayItemField(index, "items", itemIndex, "quote", value),
|
|
5826
5835
|
placeholder: "Customer quote",
|
|
5836
|
+
style: {
|
|
5837
|
+
WebkitBoxOrient: "initial",
|
|
5838
|
+
WebkitLineClamp: "unset",
|
|
5839
|
+
display: "block",
|
|
5840
|
+
maxHeight: "none",
|
|
5841
|
+
overflow: "visible",
|
|
5842
|
+
textOverflow: "clip",
|
|
5843
|
+
whiteSpace: "pre-line"
|
|
5844
|
+
},
|
|
5827
5845
|
value: normalizeText2(item?.quote)
|
|
5828
5846
|
}
|
|
5829
5847
|
),
|
|
@@ -5627,6 +5627,15 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
|
|
|
5627
5627
|
multiline: true,
|
|
5628
5628
|
onCommit: (value) => updateArrayItemField(index, "items", itemIndex, "quote", value),
|
|
5629
5629
|
placeholder: "Customer quote",
|
|
5630
|
+
style: {
|
|
5631
|
+
WebkitBoxOrient: "initial",
|
|
5632
|
+
WebkitLineClamp: "unset",
|
|
5633
|
+
display: "block",
|
|
5634
|
+
maxHeight: "none",
|
|
5635
|
+
overflow: "visible",
|
|
5636
|
+
textOverflow: "clip",
|
|
5637
|
+
whiteSpace: "pre-line"
|
|
5638
|
+
},
|
|
5630
5639
|
value: normalizeText2(item?.quote)
|
|
5631
5640
|
}
|
|
5632
5641
|
),
|
|
@@ -5705,6 +5714,15 @@ function BuilderPageEditor({ featureFlags: _featureFlags, initialDoc, pageID, si
|
|
|
5705
5714
|
multiline: true,
|
|
5706
5715
|
onCommit: (value) => updateArrayItemField(index, "items", itemIndex, "quote", value),
|
|
5707
5716
|
placeholder: "Customer quote",
|
|
5717
|
+
style: {
|
|
5718
|
+
WebkitBoxOrient: "initial",
|
|
5719
|
+
WebkitLineClamp: "unset",
|
|
5720
|
+
display: "block",
|
|
5721
|
+
maxHeight: "none",
|
|
5722
|
+
overflow: "visible",
|
|
5723
|
+
textOverflow: "clip",
|
|
5724
|
+
whiteSpace: "pre-line"
|
|
5725
|
+
},
|
|
5708
5726
|
value: normalizeText2(item?.quote)
|
|
5709
5727
|
}
|
|
5710
5728
|
),
|