@gem-sdk/core 1.58.0-dev.51 → 1.58.0-dev.53
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,9 @@ function composeAdvanceStyle(data, tag, pageType) {
|
|
|
124
124
|
'ProductTitle',
|
|
125
125
|
'ProductDescription',
|
|
126
126
|
'ProductPrice',
|
|
127
|
-
'ProductVendor'
|
|
127
|
+
'ProductVendor',
|
|
128
|
+
'Product',
|
|
129
|
+
'ProductSku'
|
|
128
130
|
];
|
|
129
131
|
const listElementShadowV2 = [
|
|
130
132
|
...baseElements,
|
|
@@ -122,7 +122,9 @@ function composeAdvanceStyle(data, tag, pageType) {
|
|
|
122
122
|
'ProductTitle',
|
|
123
123
|
'ProductDescription',
|
|
124
124
|
'ProductPrice',
|
|
125
|
-
'ProductVendor'
|
|
125
|
+
'ProductVendor',
|
|
126
|
+
'Product',
|
|
127
|
+
'ProductSku'
|
|
126
128
|
];
|
|
127
129
|
const listElementShadowV2 = [
|
|
128
130
|
...baseElements,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/core",
|
|
3
|
-
"version": "1.58.0-dev.
|
|
3
|
+
"version": "1.58.0-dev.53",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"type-check": "yarn tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@gem-sdk/adapter-shopify": "1.58.0-dev.
|
|
31
|
-
"@gem-sdk/styles": "1.58.0-dev.
|
|
30
|
+
"@gem-sdk/adapter-shopify": "1.58.0-dev.53",
|
|
31
|
+
"@gem-sdk/styles": "1.58.0-dev.53",
|
|
32
32
|
"@types/classnames": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|