@gem-sdk/core 1.58.0-dev.51 → 1.58.0-dev.52

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.
@@ -124,7 +124,8 @@ function composeAdvanceStyle(data, tag, pageType) {
124
124
  'ProductTitle',
125
125
  'ProductDescription',
126
126
  'ProductPrice',
127
- 'ProductVendor'
127
+ 'ProductVendor',
128
+ 'Product'
128
129
  ];
129
130
  const listElementShadowV2 = [
130
131
  ...baseElements,
@@ -122,7 +122,8 @@ function composeAdvanceStyle(data, tag, pageType) {
122
122
  'ProductTitle',
123
123
  'ProductDescription',
124
124
  'ProductPrice',
125
- 'ProductVendor'
125
+ 'ProductVendor',
126
+ 'Product'
126
127
  ];
127
128
  const listElementShadowV2 = [
128
129
  ...baseElements,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-dev.51",
3
+ "version": "1.58.0-dev.52",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",