@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.
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -7829,8 +7829,9 @@ type ComponentPreset = {
|
|
|
7829
7829
|
};
|
|
7830
7830
|
|
|
7831
7831
|
type PageContext = {
|
|
7832
|
-
numberOfProductOfProductList
|
|
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]>;
|