@gem-sdk/core 1.34.0 → 1.34.3
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.
|
@@ -231,7 +231,7 @@ const appendAnimation = (props, liquid)=>{
|
|
|
231
231
|
const inheritParentStyle = {
|
|
232
232
|
all: tag === 'Section' ? '' : 'inherit',
|
|
233
233
|
position: 'static',
|
|
234
|
-
transform: '
|
|
234
|
+
transform: 'unset'
|
|
235
235
|
};
|
|
236
236
|
return render.template`
|
|
237
237
|
${render.RenderIf(convert.isLocalEnv, `<script src="{{ 'gp-animation.js' | asset_url }}" defer="defer"></script>`, `<script src="${convert.baseAssetURL}/assets-v2/gp-animation.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
|
|
@@ -227,7 +227,7 @@ const appendAnimation = (props, liquid)=>{
|
|
|
227
227
|
const inheritParentStyle = {
|
|
228
228
|
all: tag === 'Section' ? '' : 'inherit',
|
|
229
229
|
position: 'static',
|
|
230
|
-
transform: '
|
|
230
|
+
transform: 'unset'
|
|
231
231
|
};
|
|
232
232
|
return template`
|
|
233
233
|
${RenderIf(isLocalEnv, `<script src="{{ 'gp-animation.js' | asset_url }}" defer="defer"></script>`, `<script src="${baseAssetURL}/assets-v2/gp-animation.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
|