@gem-sdk/core 2.1.27-staging.3 → 2.1.27-staging.7

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.
@@ -7438,6 +7438,7 @@ type BaseProps<Setting = unknown, Style = unknown, Advanced = AdvancedType> = {
7438
7438
  styles?: Style;
7439
7439
  setting?: Setting;
7440
7440
  advanced?: Advanced;
7441
+ enableLazyLoadImage?: boolean;
7441
7442
  };
7442
7443
  type BasePropsWrap<S = unknown, Style = unknown, A = Record<string, any>> = BaseProps<S, Style, A> & {
7443
7444
  builderAttrs?: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.1.27-staging.3",
3
+ "version": "2.1.27-staging.7",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",