@gem-sdk/core 1.45.0-dev.118 → 1.45.0-dev.129

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.
@@ -257,8 +257,7 @@ const appendAnimation = (props, liquid)=>{
257
257
  gp-data='${JSON.stringify({
258
258
  config: animation,
259
259
  tag,
260
- opacity,
261
- isEnableInit: enableAnimation
260
+ opacity
262
261
  })}'
263
262
  style="${{
264
263
  display: 'contents'
@@ -253,8 +253,7 @@ const appendAnimation = (props, liquid)=>{
253
253
  gp-data='${JSON.stringify({
254
254
  config: animation,
255
255
  tag,
256
- opacity,
257
- isEnableInit: enableAnimation
256
+ opacity
258
257
  })}'
259
258
  style="${{
260
259
  display: 'contents'
@@ -6819,6 +6819,7 @@ type ImageShape$1 = {
6819
6819
  type SizeSettingGlobal = {
6820
6820
  shape?: 'square' | 'vertical' | 'horizontal' | 'custom' | 'original';
6821
6821
  shapeLinked?: boolean;
6822
+ disableShapeLinked?: boolean;
6822
6823
  shapeValue?: string;
6823
6824
  widthHeightLinked?: boolean;
6824
6825
  padding?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.45.0-dev.118",
3
+ "version": "1.45.0-dev.129",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,8 +27,8 @@
27
27
  "type-check": "yarn tsc --noEmit"
28
28
  },
29
29
  "devDependencies": {
30
- "@gem-sdk/adapter-shopify": "1.45.0-dev.100",
31
- "@gem-sdk/styles": "1.45.0-dev.100",
30
+ "@gem-sdk/adapter-shopify": "1.45.0-dev.119",
31
+ "@gem-sdk/styles": "1.45.0-dev.119",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {