@gem-sdk/core 8.0.0-dev.118 → 8.0.0-dev.122

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.
@@ -15,9 +15,9 @@
15
15
  <gp-animation
16
16
  gp-interaction-wrapper
17
17
  display-init="${!1===a?"hide":"show"}"
18
- gp-data='${JSON.stringify({config:s,tag:n,opacity:i,notEnableAnimationWhenInit:!h})}'
19
18
  style="${{display:"contents"}}"
20
19
  >
20
+ <script gp-data type="application/json">${JSON.stringify({config:s,tag:n,opacity:i,notEnableAnimationWhenInit:!h})}</script>
21
21
  <div style="${{...makeStyle.makeStyleResponsive("v",v),display:"contents"}}">${t}</div>
22
22
  </gp-animation>
23
23
  ${render.RenderIf(convert.isLocalEnv,'<script src="{{ \'gp-animation-v7-5.js\' | asset_url }}" defer="defer"></script>',`<script src="${convert.baseAssetURL}/assets-v2/gp-animation-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}" defer="defer"></script>`)}
@@ -15,9 +15,9 @@ import{makeStyleResponsive as e}from"../helpers/make-style.js";import"react";imp
15
15
  <gp-animation
16
16
  gp-interaction-wrapper
17
17
  display-init="${!1===u?"hide":"show"}"
18
- gp-data='${JSON.stringify({config:o,tag:l,opacity:p,notEnableAnimationWhenInit:!C})}'
19
18
  style="${{display:"contents"}}"
20
19
  >
20
+ <script gp-data type="application/json">${JSON.stringify({config:o,tag:l,opacity:p,notEnableAnimationWhenInit:!C})}</script>
21
21
  <div style="${{...e("v",x),display:"contents"}}">${n}</div>
22
22
  </gp-animation>
23
23
  ${d(s,'<script src="{{ \'gp-animation-v7-5.js\' | asset_url }}" defer="defer"></script>',`<script src="${i}/assets-v2/gp-animation-v7-5.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": "8.0.0-dev.118",
3
+ "version": "8.0.0-dev.122",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",