@gem-sdk/core 1.56.0-staging.20 → 1.56.0-staging.26

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.
@@ -506,6 +506,7 @@ const ComponentToolbarPreview = (props)=>{
506
506
  }
507
507
  return /*#__PURE__*/ jsxRuntime.jsxs("div", {
508
508
  "data-toolbar-parent": true,
509
+ "data-component-tag": parent.tag,
509
510
  "data-parent-uid": parent.uid,
510
511
  "data-toolbar-theme-section": isThemeSectionEditor,
511
512
  "data-toolbar-parent-revert": isShowParentRevert,
@@ -95,6 +95,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
95
95
  selected_product: appSetting?.['productHandle'] || '{{ product }}'
96
96
  };
97
97
  }
98
+ case 'WhatmoreShoppableVideosreel':
99
+ {
100
+ return {
101
+ ...currentSetting,
102
+ ['show-views']: appSetting?.showViews
103
+ };
104
+ }
98
105
  default:
99
106
  return currentSetting;
100
107
  }
@@ -502,6 +502,7 @@ const ComponentToolbarPreview = (props)=>{
502
502
  }
503
503
  return /*#__PURE__*/ jsxs("div", {
504
504
  "data-toolbar-parent": true,
505
+ "data-component-tag": parent.tag,
505
506
  "data-parent-uid": parent.uid,
506
507
  "data-toolbar-theme-section": isThemeSectionEditor,
507
508
  "data-toolbar-parent-revert": isShowParentRevert,
@@ -93,6 +93,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
93
93
  selected_product: appSetting?.['productHandle'] || '{{ product }}'
94
94
  };
95
95
  }
96
+ case 'WhatmoreShoppableVideosreel':
97
+ {
98
+ return {
99
+ ...currentSetting,
100
+ ['show-views']: appSetting?.showViews
101
+ };
102
+ }
96
103
  default:
97
104
  return currentSetting;
98
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.56.0-staging.20",
3
+ "version": "1.56.0-staging.26",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",