@gem-sdk/core 1.58.0-staging.103 → 1.58.0-staging.104
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.
|
@@ -771,6 +771,11 @@ const MyappgurusProductReviews = {
|
|
|
771
771
|
star: null
|
|
772
772
|
}
|
|
773
773
|
};
|
|
774
|
+
const HulkProductOptions = {
|
|
775
|
+
HulkProductOptions: {
|
|
776
|
+
option_block: null
|
|
777
|
+
}
|
|
778
|
+
};
|
|
774
779
|
const composeSettingsByWidgetType = {
|
|
775
780
|
...HulkProductOptions,
|
|
776
781
|
...MyappgurusProductReviews,
|
|
@@ -769,6 +769,11 @@ const MyappgurusProductReviews = {
|
|
|
769
769
|
star: null
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
|
+
const HulkProductOptions = {
|
|
773
|
+
HulkProductOptions: {
|
|
774
|
+
option_block: null
|
|
775
|
+
}
|
|
776
|
+
};
|
|
772
777
|
const composeSettingsByWidgetType = {
|
|
773
778
|
...HulkProductOptions,
|
|
774
779
|
...MyappgurusProductReviews,
|