@gem-sdk/core 1.14.0-next.111 → 1.14.0-next.118
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 +2 -1
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -141,6 +141,7 @@ type KlaviyoWidgetType = 'popup_widget' | 'flyout_widget' | 'embed_widget' | 'fu
|
|
|
141
141
|
type ObjectLayoutValue = {
|
|
142
142
|
display?: 'fill' | 'fit';
|
|
143
143
|
cols?: number[];
|
|
144
|
+
keepCol?: boolean;
|
|
144
145
|
};
|
|
145
146
|
type ProductReviewsWidgetType = 'reviews' | 'badge';
|
|
146
147
|
type WiserWidgetType = 'related' | 'recommended' | 'alsobought' | 'recentview' | 'newarrivals' | 'featured' | 'topselling' | 'trending' | 'recent_related';
|
|
@@ -789,7 +790,7 @@ type SwatchesLinkControlType<T> = SharedControlType<T> & {
|
|
|
789
790
|
};
|
|
790
791
|
|
|
791
792
|
type LayoutControlType<T> = SharedControlType<T> & {
|
|
792
|
-
type: 'layout'
|
|
793
|
+
type: 'layout';
|
|
793
794
|
maxCol?: number;
|
|
794
795
|
};
|
|
795
796
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/core",
|
|
3
|
-
"version": "1.14.0-next.
|
|
3
|
+
"version": "1.14.0-next.118",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@gem-sdk/adapter-shopify": "1.12.0",
|
|
28
|
-
"@gem-sdk/styles": "1.14.0-next.
|
|
28
|
+
"@gem-sdk/styles": "1.14.0-next.116"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"react-error-boundary": "4.0.10",
|