@gem-sdk/components 2.1.6 → 2.1.7
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.
|
@@ -276,7 +276,6 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
|
|
|
276
276
|
}}">
|
|
277
277
|
<gp-hero-banner
|
|
278
278
|
gp-data='${core.dataStringify({
|
|
279
|
-
href: urlData?.href ?? '',
|
|
280
279
|
target: urlData?.target ?? '_blank',
|
|
281
280
|
background: backgroundResponsive,
|
|
282
281
|
uid: builderProps?.uid,
|
|
@@ -289,6 +288,7 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
|
|
|
289
288
|
contentPosition2Col: styles?.contentPosition2Col,
|
|
290
289
|
aspectRatio: setting?.aspectRatio
|
|
291
290
|
}).replaceAll("'", ''')}'
|
|
291
|
+
gp-href="${urlData.href}"
|
|
292
292
|
${{
|
|
293
293
|
...builderAttrs
|
|
294
294
|
}}
|
|
@@ -272,7 +272,6 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
|
|
|
272
272
|
}}">
|
|
273
273
|
<gp-hero-banner
|
|
274
274
|
gp-data='${dataStringify({
|
|
275
|
-
href: urlData?.href ?? '',
|
|
276
275
|
target: urlData?.target ?? '_blank',
|
|
277
276
|
background: backgroundResponsive,
|
|
278
277
|
uid: builderProps?.uid,
|
|
@@ -285,6 +284,7 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
|
|
|
285
284
|
contentPosition2Col: styles?.contentPosition2Col,
|
|
286
285
|
aspectRatio: setting?.aspectRatio
|
|
287
286
|
}).replaceAll("'", ''')}'
|
|
287
|
+
gp-href="${urlData.href}"
|
|
288
288
|
${{
|
|
289
289
|
...builderAttrs
|
|
290
290
|
}}
|