diff --git a/theme_artists/static/src/scss/primary_variables.scss b/theme_artists/static/src/scss/primary_variables.scss
index a7ffccbf9..43b7b4329 100644
--- a/theme_artists/static/src/scss/primary_variables.scss
+++ b/theme_artists/static/src/scss/primary_variables.scss
@@ -125,5 +125,7 @@ $o-color-palettes-compatibility-indexes: (
//------------------------------------------------------------------------------
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Airy/12', (3: 3));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Airy/12_001', (3: 3));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/04', (5: 4));
$o-bg-shapes: add-footer-shape-colors-mapping('web_editor', 'Airy/12', (3: 'footer'));
+$o-bg-shapes: add-footer-shape-colors-mapping('web_editor', 'Airy/12_001', (3: 'footer'));
diff --git a/theme_artists/views/snippets/s_call_to_action.xml b/theme_artists/views/snippets/s_call_to_action.xml
index 90ec9855a..b06229eee 100644
--- a/theme_artists/views/snippets/s_call_to_action.xml
+++ b/theme_artists/views/snippets/s_call_to_action.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Airy/12","flip":["y"]}
+ {"shape":"web_editor/Airy/12_001","flip":["y"]}
-
+
diff --git a/theme_artists/views/snippets/s_parallax.xml b/theme_artists/views/snippets/s_parallax.xml
index 20098e128..c84bbc0cd 100644
--- a/theme_artists/views/snippets/s_parallax.xml
+++ b/theme_artists/views/snippets/s_parallax.xml
@@ -3,7 +3,7 @@
- {"shape":"web_editor/Airy/12","flip":["y"]}
+ {"shape":"web_editor/Airy/12_001","flip":["y"]}
@@ -11,7 +11,7 @@
-
+
diff --git a/theme_artists/views/snippets/s_three_columns.xml b/theme_artists/views/snippets/s_three_columns.xml
index 396a729ed..f04f954a6 100644
--- a/theme_artists/views/snippets/s_three_columns.xml
+++ b/theme_artists/views/snippets/s_three_columns.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Airy/12","flip":["y"]}
+ {"shape":"web_editor/Airy/12_001","flip":["y"]}
-
+
diff --git a/theme_avantgarde/static/src/scss/primary_variables.scss b/theme_avantgarde/static/src/scss/primary_variables.scss
index e24711e84..48c1e1822 100644
--- a/theme_avantgarde/static/src/scss/primary_variables.scss
+++ b/theme_avantgarde/static/src/scss/primary_variables.scss
@@ -221,3 +221,4 @@ $o-color-palettes-compatibility-indexes: (
//------------------------------------------------------------------------------
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01', (2: 2));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01_001', (2: 2));
diff --git a/theme_avantgarde/views/customizations.xml b/theme_avantgarde/views/customizations.xml
index f5c3eb724..199b5b136 100644
--- a/theme_avantgarde/views/customizations.xml
+++ b/theme_avantgarde/views/customizations.xml
@@ -79,10 +79,10 @@
- {"shape":"web_editor/Blobs/01","flip":[]}
+ {"shape":"web_editor/Blobs/01_001","flip":[]}
-
+
diff --git a/theme_clean/static/src/scss/primary_variables.scss b/theme_clean/static/src/scss/primary_variables.scss
index f88e480e8..225495092 100644
--- a/theme_clean/static/src/scss/primary_variables.scss
+++ b/theme_clean/static/src/scss/primary_variables.scss
@@ -245,4 +245,6 @@ $o-theme-color-palettes-compatibility-indexes: (
//------------------------------------------------------------------------------
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/14', (4: 4));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/14_001', (4: rgba(255, 255, 255, 0), 3: 4));
$o-bg-shapes: add-header-shape-colors-mapping('web_editor', 'Origins/07_001', (3: 'menu', 5: 2));
+$o-bg-shapes: add-header-shape-colors-mapping('web_editor', 'Origins/07_002', (3: 'menu', 5: 2));
diff --git a/theme_clean/views/snippets/s_call_to_action.xml b/theme_clean/views/snippets/s_call_to_action.xml
index de64ebe5c..8257b14d0 100644
--- a/theme_clean/views/snippets/s_call_to_action.xml
+++ b/theme_clean/views/snippets/s_call_to_action.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Origins/14", "flip":["y"]}
+ {"shape":"web_editor/Origins/14_001", "flip":["y"]}
-
+
diff --git a/theme_clean/views/snippets/s_cover.xml b/theme_clean/views/snippets/s_cover.xml
index 244fbe488..41c27754e 100644
--- a/theme_clean/views/snippets/s_cover.xml
+++ b/theme_clean/views/snippets/s_cover.xml
@@ -4,7 +4,7 @@
- {"shape":"web_editor/Origins/07_001","flip":[]}
+ {"shape":"web_editor/Origins/07_002","flip":[]}
@@ -20,7 +20,7 @@
-
+
diff --git a/theme_clean/views/snippets/s_text_image.xml b/theme_clean/views/snippets/s_text_image.xml
index 4fce2e9c9..bfce7cedf 100644
--- a/theme_clean/views/snippets/s_text_image.xml
+++ b/theme_clean/views/snippets/s_text_image.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Origins/14","flip":[]}
+ {"shape":"web_editor/Origins/14_001","flip":[]}
-
+
diff --git a/theme_graphene/static/src/scss/primary_variables.scss b/theme_graphene/static/src/scss/primary_variables.scss
index b72b3c7a0..503aebe2d 100644
--- a/theme_graphene/static/src/scss/primary_variables.scss
+++ b/theme_graphene/static/src/scss/primary_variables.scss
@@ -135,3 +135,10 @@ $o-color-palettes-compatibility-indexes: (
20: 'generic-16',
21: 'generic-17',
);
+
+//------------------------------------------------------------------------------
+// Shapes
+//------------------------------------------------------------------------------
+
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/02_001', (4: 2, 5: rgba(0, 0, 0, 0)));
+$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Origins/02_001', 'second', (4: 2, 5: rgba(0, 0, 0, 0)));
diff --git a/theme_graphene/views/customizations.xml b/theme_graphene/views/customizations.xml
index a90e408d5..fe1701f7f 100644
--- a/theme_graphene/views/customizations.xml
+++ b/theme_graphene/views/customizations.xml
@@ -5,10 +5,10 @@
- {"shape":"web_editor/Origins/02","flip":[]}
+ {"shape":"web_editor/Origins/02_001","flip":[]}
-
+
@@ -42,10 +42,10 @@
- {"shape":"web_editor/Origins/03","flip":[]}
+ {"shape":"web_editor/Origins/02_001","flip":["x","y"]}
-
+
Unique experiences to drive engagement
diff --git a/theme_kea/static/src/scss/primary_variables.scss b/theme_kea/static/src/scss/primary_variables.scss
index ac8c90a49..30038a06a 100644
--- a/theme_kea/static/src/scss/primary_variables.scss
+++ b/theme_kea/static/src/scss/primary_variables.scss
@@ -168,4 +168,7 @@ $o-theme-color-palettes-compatibility-indexes: (
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/03', (3: 5));
$o-bg-shapes: add-header-shape-colors-mapping('web_editor', 'Origins/07_001', (3: 'menu'));
+$o-bg-shapes: add-header-shape-colors-mapping('web_editor', 'Origins/07_002', (3: 'menu', 4: rgba(255, 255, 255, 0)));
$o-bg-shapes: add-footer-shape-colors-mapping('web_editor', 'Origins/14', (4: 'footer'));
+$o-bg-shapes: add-footer-shape-colors-mapping('web_editor', 'Origins/14_001', (3: 'footer', 4: rgba(255, 255, 255, 0)));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/02_001', (4: 5, 5: rgba(255, 255, 255, 0)));
diff --git a/theme_kea/views/snippets/s_cover.xml b/theme_kea/views/snippets/s_cover.xml
index 0233e7605..7273caf41 100644
--- a/theme_kea/views/snippets/s_cover.xml
+++ b/theme_kea/views/snippets/s_cover.xml
@@ -4,7 +4,7 @@
- {"shape":"web_editor/Origins/07_001","flip":[]}
+ {"shape":"web_editor/Origins/07_002","flip":[]}
@@ -19,7 +19,7 @@
-
+
diff --git a/theme_kea/views/snippets/s_image_text.xml b/theme_kea/views/snippets/s_image_text.xml
index 3f374d083..228eb6dd9 100644
--- a/theme_kea/views/snippets/s_image_text.xml
+++ b/theme_kea/views/snippets/s_image_text.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Origins/03","flip":["x"]}
+ {"shape":"web_editor/Origins/02_001","flip":["y"]}
-
+
diff --git a/theme_kea/views/snippets/s_references.xml b/theme_kea/views/snippets/s_references.xml
index 3a75c9700..dc57a9c5b 100644
--- a/theme_kea/views/snippets/s_references.xml
+++ b/theme_kea/views/snippets/s_references.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Origins/14","flip":[]}
+ {"shape":"web_editor/Origins/14_001","flip":[]}
-
+
diff --git a/theme_kiddo/static/src/scss/primary_variables.scss b/theme_kiddo/static/src/scss/primary_variables.scss
index ff8acacf0..865371f63 100644
--- a/theme_kiddo/static/src/scss/primary_variables.scss
+++ b/theme_kiddo/static/src/scss/primary_variables.scss
@@ -178,5 +178,6 @@ $o-gray-color-palettes-compatibility-indexes: (
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/13', (4: 4));
$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Wavy/13', 'second', (4: 3));
+$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Wavy/13_001', 'second', (1: 3));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/19', (5: 4));
$o-bg-shapes: add-footer-shape-colors-mapping('web_editor', 'Wavy/22', (3: 'footer'));
diff --git a/theme_kiddo/views/snippets/s_banner.xml b/theme_kiddo/views/snippets/s_banner.xml
index e0de18b7d..c26233fea 100644
--- a/theme_kiddo/views/snippets/s_banner.xml
+++ b/theme_kiddo/views/snippets/s_banner.xml
@@ -3,11 +3,11 @@
- {"shape":"web_editor/Wavy/13","flip":[]}
+ {"shape":"web_editor/Wavy/13_001","flip":[]}
-
+
diff --git a/theme_kiddo/views/snippets/s_image_text.xml b/theme_kiddo/views/snippets/s_image_text.xml
index bbe6e9be0..411bb0384 100644
--- a/theme_kiddo/views/snippets/s_image_text.xml
+++ b/theme_kiddo/views/snippets/s_image_text.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Wavy/13","flip":["x"]}
+ {"shape":"web_editor/Wavy/13_001","flip":["x"]}
-
+
diff --git a/theme_notes/static/src/scss/primary_variables.scss b/theme_notes/static/src/scss/primary_variables.scss
index 994132023..9cb7f8eed 100644
--- a/theme_notes/static/src/scss/primary_variables.scss
+++ b/theme_notes/static/src/scss/primary_variables.scss
@@ -170,3 +170,4 @@ $o-theme-color-palettes-compatibility-indexes: (
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/04', (5: 4));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01', (2: 5));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blobs/01_001', (2: 5));
diff --git a/theme_notes/views/snippets/s_media_list.xml b/theme_notes/views/snippets/s_media_list.xml
index a45566200..4da1dff63 100644
--- a/theme_notes/views/snippets/s_media_list.xml
+++ b/theme_notes/views/snippets/s_media_list.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Blobs/01","flip":["y"]}
+ {"shape":"web_editor/Blobs/01_001","flip":["y"]}
-
+
diff --git a/theme_orchid/static/src/scss/primary_variables.scss b/theme_orchid/static/src/scss/primary_variables.scss
index 985493d26..b5d4ff5d8 100644
--- a/theme_orchid/static/src/scss/primary_variables.scss
+++ b/theme_orchid/static/src/scss/primary_variables.scss
@@ -99,3 +99,4 @@ $o-color-palettes-compatibility-indexes: (
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/05', (1: 4, 5: 4));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/07', (3: 4));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/23', (3: 1));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Wavy/01_001', (3: 1));
diff --git a/theme_orchid/views/snippets/s_cover.xml b/theme_orchid/views/snippets/s_cover.xml
index d680bb7df..afd88f9a4 100644
--- a/theme_orchid/views/snippets/s_cover.xml
+++ b/theme_orchid/views/snippets/s_cover.xml
@@ -4,7 +4,7 @@
- {"shape":"web_editor/Wavy/01","flip":[]}
+ {"shape":"web_editor/Wavy/01_001","flip":[]}
@@ -16,7 +16,7 @@
-
+
diff --git a/theme_paptic/static/src/scss/primary_variables.scss b/theme_paptic/static/src/scss/primary_variables.scss
index 9af7d15cd..a65ad09d0 100644
--- a/theme_paptic/static/src/scss/primary_variables.scss
+++ b/theme_paptic/static/src/scss/primary_variables.scss
@@ -87,3 +87,4 @@ $o-color-palettes-compatibility-indexes: (
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Blocks/04', (3: 1));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/03', (3: 1));
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/01', (2: 3, 5: 3));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/02_001', (4: 1, 5: rgba(0, 0, 0, 0)));
diff --git a/theme_paptic/views/customizations.xml b/theme_paptic/views/customizations.xml
index 56c5e7ce1..db45c02b7 100644
--- a/theme_paptic/views/customizations.xml
+++ b/theme_paptic/views/customizations.xml
@@ -74,11 +74,11 @@
- {"shape":"web_editor/Origins/03","flip":["x"]}
+ {"shape":"web_editor/Origins/02_001","flip":["y"]}
-
+
@@ -207,10 +207,10 @@
- {"shape":"web_editor/Origins/01","flip":[]}
+ {"shape":"web_editor/Origins/02_001","flip":[]}
-
+
SUCCESS STORIES
diff --git a/theme_real_estate/static/src/scss/primary_variables.scss b/theme_real_estate/static/src/scss/primary_variables.scss
index 97f10b258..a3bf35052 100644
--- a/theme_real_estate/static/src/scss/primary_variables.scss
+++ b/theme_real_estate/static/src/scss/primary_variables.scss
@@ -119,4 +119,6 @@ $o-color-palettes-compatibility-indexes: (
//------------------------------------------------------------------------------
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/14', (4: 4));
+$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/14_001', (4: rgba(255, 255, 255, 0), 3: 4));
$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Origins/14', 'second', (4: 2));
+$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Origins/14_001', 'second', (4: rgba(255, 255, 255, 0), 3: 2));
diff --git a/theme_real_estate/views/snippets/s_banner.xml b/theme_real_estate/views/snippets/s_banner.xml
index c27a96b58..0eb6ed548 100644
--- a/theme_real_estate/views/snippets/s_banner.xml
+++ b/theme_real_estate/views/snippets/s_banner.xml
@@ -3,11 +3,11 @@
- {"shape":"web_editor/Origins/14","flip":[]}
+ {"shape":"web_editor/Origins/14_001","flip":[]}
-
+
diff --git a/theme_real_estate/views/snippets/s_image_text.xml b/theme_real_estate/views/snippets/s_image_text.xml
index 792a56e9f..041529b10 100644
--- a/theme_real_estate/views/snippets/s_image_text.xml
+++ b/theme_real_estate/views/snippets/s_image_text.xml
@@ -4,11 +4,11 @@
- {"shape":"web_editor/Origins/14","flip":[]}
+ {"shape":"web_editor/Origins/14_001","flip":[]}
-
+
diff --git a/theme_real_estate/views/snippets/s_quotes_carousel.xml b/theme_real_estate/views/snippets/s_quotes_carousel.xml
index b3b27b764..10ab82d63 100644
--- a/theme_real_estate/views/snippets/s_quotes_carousel.xml
+++ b/theme_real_estate/views/snippets/s_quotes_carousel.xml
@@ -3,24 +3,24 @@
- {"shape":"web_editor/Origins/14","flip":["y"]}
+ {"shape":"web_editor/Origins/14_001","flip":["y"]}
-
+
- {"shape":"web_editor/Origins/14","flip":["y"]}
+ {"shape":"web_editor/Origins/14_001","flip":["y"]}
-
+
- {"shape":"web_editor/Origins/14","flip":["y"]}
+ {"shape":"web_editor/Origins/14_001","flip":["y"]}
-
+