@gem-sdk/core 1.44.0-dev.76 → 1.44.0-dev.77

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.
@@ -8182,6 +8182,8 @@ type PageContext = {
8182
8182
  numberOfProductOfProductList?: number;
8183
8183
  isPreviewing?: boolean;
8184
8184
  pageType?: string;
8185
+ isThemeSection?: boolean;
8186
+ sectionName?: string;
8185
8187
  };
8186
8188
  type OnlyOne<T, U> = (T & {
8187
8189
  [K in keyof U]?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.44.0-dev.76",
3
+ "version": "1.44.0-dev.77",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",