@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(255, 255, 255, 0.7);
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: #f6cd80;
889
+ background: rgba(199, 100, 61, 0.5);
891
890
  grid-column: 5 / 9;
892
891
  }
893
892
 
package/dist/index.mjs CHANGED
@@ -1,9 +1,9 @@
1
- import {
2
- admin_app_exports
3
- } from "./chunk-RKTIFEUY.mjs";
4
1
  import {
5
2
  admin_exports
6
3
  } from "./chunk-JC3UV74N.mjs";
4
+ import {
5
+ admin_app_exports
6
+ } from "./chunk-RKTIFEUY.mjs";
7
7
  import "./chunk-W2UOCJDX.mjs";
8
8
  import {
9
9
  blocks_exports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-studios/payload-studio",
3
- "version": "0.6.0-beta.127",
3
+ "version": "0.6.0-beta.128",
4
4
  "description": "Base CMS, builder, and custom admin toolkit for Orion Studios websites",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",