@gem-sdk/core 1.14.0-next.109 → 1.14.0-next.110

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.
@@ -783,7 +783,7 @@ type SwatchesLinkControlType<T> = SharedControlType<T> & {
783
783
  };
784
784
 
785
785
  type LayoutControlType<T> = SharedControlType<T> & {
786
- type: 'layout';
786
+ type: 'layout' | 'product-layout';
787
787
  maxCol?: number;
788
788
  };
789
789
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-next.109",
3
+ "version": "1.14.0-next.110",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",