@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: 'translateX(0)'
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: 'translateX(0)'
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>`)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.34.0",
3
+ "version": "1.34.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",