@gem-sdk/components 2.1.13-staging.7 → 2.1.13-staging.8

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.
@@ -97,7 +97,7 @@ const NextImage = ({ setting, src = 'https://ucarecdn.com/465c7cbb-f087-4d1d-8f0
97
97
  ${customAttrs}
98
98
  draggable="false"
99
99
  class="${core.cls(className, {
100
- gp_lazyload: !isNotLazyload && enableLazyLoadImage,
100
+ gp_lazyload: !customLazyload && enableLazyLoadImage,
101
101
  gp_force_load: pageContext?.isOptimizePlan
102
102
  })}"
103
103
  ${{
@@ -93,7 +93,7 @@ const NextImage = ({ setting, src = 'https://ucarecdn.com/465c7cbb-f087-4d1d-8f0
93
93
  ${customAttrs}
94
94
  draggable="false"
95
95
  class="${cls(className, {
96
- gp_lazyload: !isNotLazyload && enableLazyLoadImage,
96
+ gp_lazyload: !customLazyload && enableLazyLoadImage,
97
97
  gp_force_load: pageContext?.isOptimizePlan
98
98
  })}"
99
99
  ${{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.1.13-staging.7",
3
+ "version": "2.1.13-staging.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",