@gem-sdk/pages 1.41.0-dev.46 → 1.41.0-dev.51
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.
|
@@ -482,7 +482,6 @@ const Toolbar = ()=>{
|
|
|
482
482
|
const componentUid = currentComponentActive.current?.componentUid;
|
|
483
483
|
const productId = currentComponentActive.current?.productId;
|
|
484
484
|
const $component = await waitForElementToExist(`${productId ? `[data-product-id="${productId}"] ` : ''}[data-uid="${componentUid}"]`, 500);
|
|
485
|
-
console.log(' $component', $component);
|
|
486
485
|
if ($component) {
|
|
487
486
|
const $toolbar = getChildrenByAttrSelector($component, 'data-toolbar');
|
|
488
487
|
const $outline = getChildrenByAttrSelector($component, 'data-outline');
|
|
@@ -478,7 +478,6 @@ const Toolbar = ()=>{
|
|
|
478
478
|
const componentUid = currentComponentActive.current?.componentUid;
|
|
479
479
|
const productId = currentComponentActive.current?.productId;
|
|
480
480
|
const $component = await waitForElementToExist(`${productId ? `[data-product-id="${productId}"] ` : ''}[data-uid="${componentUid}"]`, 500);
|
|
481
|
-
console.log(' $component', $component);
|
|
482
481
|
if ($component) {
|
|
483
482
|
const $toolbar = getChildrenByAttrSelector($component, 'data-toolbar');
|
|
484
483
|
const $outline = getChildrenByAttrSelector($component, 'data-outline');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/pages",
|
|
3
|
-
"version": "1.41.0-dev.
|
|
3
|
+
"version": "1.41.0-dev.51",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"next": "latest"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@gem-sdk/core": "1.41.0-dev.
|
|
29
|
+
"@gem-sdk/core": "1.41.0-dev.51",
|
|
30
30
|
"@gem-sdk/plugin-cookie-bar": "1.41.0-dev.36",
|
|
31
31
|
"@gem-sdk/plugin-quick-view": "1.41.0-dev.36",
|
|
32
32
|
"@gem-sdk/plugin-sticky-add-to-cart": "1.41.0-dev.36"
|