@gem-sdk/core 2.0.0-dev.724 → 2.0.0-dev.726

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.
@@ -5934,6 +5934,8 @@ type PublishedThemePage$1 = {
5934
5934
  themePageOnlineStoreData?: Maybe$1<Array<Maybe$1<PublishedThemePageOnlineStoreData$1>>>;
5935
5935
  type: PublishedThemePageType$1;
5936
5936
  updatedAt?: Maybe$1<Scalars$2['Time']>;
5937
+ isPlatformDefault: boolean;
5938
+ preloadSections?: Maybe$1<Array<Scalars$2['String']>>;
5937
5939
  };
5938
5940
  type PublishedThemePageCustomSection$1 = {
5939
5941
  id: Scalars$2['ID'];
@@ -34226,6 +34228,7 @@ type KlaviyoWidgetType = 'popup_widget' | 'flyout_widget' | 'embed_widget' | 'fu
34226
34228
  type ObjectLayoutValue = {
34227
34229
  display?: 'fill' | 'fit';
34228
34230
  cols?: number[];
34231
+ type?: string;
34229
34232
  keepCol?: boolean;
34230
34233
  gap?: string;
34231
34234
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.724",
3
+ "version": "2.0.0-dev.726",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",