@gem-sdk/core 2.0.0-staging.736 → 2.0.0-staging.737

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.
@@ -34226,6 +34226,7 @@ type KlaviyoWidgetType = 'popup_widget' | 'flyout_widget' | 'embed_widget' | 'fu
34226
34226
  type ObjectLayoutValue = {
34227
34227
  display?: 'fill' | 'fit';
34228
34228
  cols?: number[];
34229
+ type?: string;
34229
34230
  keepCol?: boolean;
34230
34231
  gap?: string;
34231
34232
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.736",
3
+ "version": "2.0.0-staging.737",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",