@gem-sdk/core 1.14.0-dev.807 → 1.14.0-dev.812

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.
@@ -7829,8 +7829,9 @@ type ComponentPreset = {
7829
7829
  };
7830
7830
 
7831
7831
  type PageContext = {
7832
- numberOfProductOfProductList: number;
7832
+ numberOfProductOfProductList?: number;
7833
7833
  pageType?: string;
7834
+ isPreviewing?: boolean;
7834
7835
  };
7835
7836
  type DeepPartial<T> = {
7836
7837
  [P in keyof T]?: DeepPartial<T[P]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-dev.807",
3
+ "version": "1.14.0-dev.812",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",