@gem-sdk/core 1.14.0-next.125 → 1.14.0-next.132

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.
@@ -792,6 +792,7 @@ type SwatchesLinkControlType<T> = SharedControlType<T> & {
792
792
  type LayoutControlType<T> = SharedControlType<T> & {
793
793
  type: 'layout';
794
794
  maxCol?: number;
795
+ isProductLayout?: boolean;
795
796
  };
796
797
 
797
798
  type CollectionBannerControlType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-next.125",
3
+ "version": "1.14.0-next.132",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",