@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.
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
};
|