@orion-studios/payload-studio 0.6.0-beta.127 → 0.6.0-beta.128
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.
|
@@ -685,9 +685,6 @@ var defaultBackgroundForComponent = (type, props) => {
|
|
|
685
685
|
if (explicit) {
|
|
686
686
|
return explicit;
|
|
687
687
|
}
|
|
688
|
-
if (type === "xoCta") {
|
|
689
|
-
return typeof block.style === "string" && block.style.toLowerCase() === "dark" ? "#243654" : "#304b70";
|
|
690
|
-
}
|
|
691
688
|
if (type === "xoFeatureGrid" || type === "xoRichText") {
|
|
692
689
|
return "#fbfaf7";
|
|
693
690
|
}
|
|
@@ -561,9 +561,6 @@ var defaultBackgroundForComponent = (type, props) => {
|
|
|
561
561
|
if (explicit) {
|
|
562
562
|
return explicit;
|
|
563
563
|
}
|
|
564
|
-
if (type === "xoCta") {
|
|
565
|
-
return typeof block.style === "string" && block.style.toLowerCase() === "dark" ? "#243654" : "#304b70";
|
|
566
|
-
}
|
|
567
564
|
if (type === "xoFeatureGrid" || type === "xoRichText") {
|
|
568
565
|
return "#fbfaf7";
|
|
569
566
|
}
|
|
@@ -864,7 +864,6 @@
|
|
|
864
864
|
|
|
865
865
|
.orion-builder-v2-block-preview.is-xoCta,
|
|
866
866
|
.orion-builder-v2-block-preview.is-cta {
|
|
867
|
-
background: #243654;
|
|
868
867
|
align-content: center;
|
|
869
868
|
}
|
|
870
869
|
|
|
@@ -881,13 +880,13 @@
|
|
|
881
880
|
|
|
882
881
|
.orion-builder-v2-block-preview.is-xoCta .wire-title,
|
|
883
882
|
.orion-builder-v2-block-preview.is-cta .wire-title {
|
|
884
|
-
background: rgba(
|
|
883
|
+
background: rgba(31, 45, 77, 0.38);
|
|
885
884
|
grid-column: 2 / 12;
|
|
886
885
|
}
|
|
887
886
|
|
|
888
887
|
.orion-builder-v2-block-preview.is-xoCta .wire-button,
|
|
889
888
|
.orion-builder-v2-block-preview.is-cta .wire-button {
|
|
890
|
-
background:
|
|
889
|
+
background: rgba(199, 100, 61, 0.5);
|
|
891
890
|
grid-column: 5 / 9;
|
|
892
891
|
}
|
|
893
892
|
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED