@@ -94,6 +94,9 @@ const variations = applyFilters(
9494 {
9595 name : 'overlap-shape-1' ,
9696 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Shape 1' , i18n ) ) ,
97+ attributes : {
98+ className : 'is-style-overlap-shape-1' ,
99+ } ,
97100 isActive : [ 'className' ] ,
98101 pickerTitle : __ ( 'Overlap Shape 1' , i18n ) ,
99102 pickerIcon : ImageOverlapShape1 ,
@@ -103,6 +106,9 @@ const variations = applyFilters(
103106 {
104107 name : 'overlap-shape-2' ,
105108 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Shape 2' , i18n ) ) ,
109+ attributes : {
110+ className : 'is-style-overlap-shape-2' ,
111+ } ,
106112 isActive : [ 'className' ] ,
107113 pickerTitle : __ ( 'Overlap Shape 2' , i18n ) ,
108114 pickerIcon : ImageOverlapShape2 ,
@@ -112,6 +118,9 @@ const variations = applyFilters(
112118 {
113119 name : 'overlap-shape-3' ,
114120 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Shape 3' , i18n ) ) ,
121+ attributes : {
122+ className : 'is-style-overlap-shape-3' ,
123+ } ,
115124 isActive : [ 'className' ] ,
116125 pickerTitle : __ ( 'Overlap Shape 3' , i18n ) ,
117126 pickerIcon : ImageOverlapShape3 ,
@@ -121,6 +130,9 @@ const variations = applyFilters(
121130 {
122131 name : 'overlap-shape-4' ,
123132 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Shape 4' , i18n ) ) ,
133+ attributes : {
134+ className : 'is-style-overlap-shape-4' ,
135+ } ,
124136 isActive : [ 'className' ] ,
125137 pickerTitle : __ ( 'Overlap Shape 4' , i18n ) ,
126138 pickerIcon : ImageOverlapShape4 ,
@@ -130,6 +142,9 @@ const variations = applyFilters(
130142 {
131143 name : 'overlap-shape-5' ,
132144 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Shape 5' , i18n ) ) ,
145+ attributes : {
146+ className : 'is-style-overlap-shape-5' ,
147+ } ,
133148 isActive : [ 'className' ] ,
134149 pickerTitle : __ ( 'Overlap Shape 5' , i18n ) ,
135150 pickerIcon : ImageOverlapShape5 ,
@@ -139,6 +154,9 @@ const variations = applyFilters(
139154 {
140155 name : 'overlap-background-1' ,
141156 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Background 1' , i18n ) ) ,
157+ attributes : {
158+ className : 'is-style-overlap-background-1' ,
159+ } ,
142160 isActive : [ 'className' ] ,
143161 pickerTitle : __ ( 'Overlap Background 1' , i18n ) ,
144162 pickerIcon : ImageOverlapBg1 ,
@@ -148,6 +166,9 @@ const variations = applyFilters(
148166 {
149167 name : 'overlap-background-2' ,
150168 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Background 2' , i18n ) ) ,
169+ attributes : {
170+ className : 'is-style-overlap-background-2' ,
171+ } ,
151172 isActive : [ 'className' ] ,
152173 pickerTitle : __ ( 'Overlap Background 2' , i18n ) ,
153174 pickerIcon : ImageOverlapBg2 ,
@@ -157,6 +178,9 @@ const variations = applyFilters(
157178 {
158179 name : 'overlap-background-3' ,
159180 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Background 3' , i18n ) ) ,
181+ attributes : {
182+ className : 'is-style-overlap-background-3' ,
183+ } ,
160184 isActive : [ 'className' ] ,
161185 pickerTitle : __ ( 'Overlap Background 3' , i18n ) ,
162186 pickerIcon : ImageOverlapBg3 ,
@@ -166,6 +190,9 @@ const variations = applyFilters(
166190 {
167191 name : 'overlap-background-4' ,
168192 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Background 4' , i18n ) ) ,
193+ attributes : {
194+ className : 'is-style-overlap-background-4' ,
195+ } ,
169196 isActive : [ 'className' ] ,
170197 pickerTitle : __ ( 'Overlap Background 4' , i18n ) ,
171198 pickerIcon : ImageOverlapBg4 ,
@@ -175,6 +202,9 @@ const variations = applyFilters(
175202 {
176203 name : 'overlap-background-5' ,
177204 description : sprintf ( _x ( '%s Layout' , 'Block layout name' , i18n ) , __ ( 'Overlap Background 5' , i18n ) ) ,
205+ attributes : {
206+ className : 'is-style-overlap-background-5' ,
207+ } ,
178208 isActive : [ 'className' ] ,
179209 pickerTitle : __ ( 'Overlap Background 5' , i18n ) ,
180210 pickerIcon : ImageOverlapBg5 ,
0 commit comments