@gem-sdk/pages 1.23.0-staging.232 → 1.23.0-staging.268

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.
@@ -299,6 +299,11 @@ const Toolbar = ()=>{
299
299
  $bg.style.height = value;
300
300
  $drag.style.top = value;
301
301
  $marginBottom.setAttribute('data-spacing-margin-bottom-active', 'true');
302
+ const paddingLeft = style.paddingLeft;
303
+ const leftValue = `-${paddingLeft}`;
304
+ const translateCss = `translate(${leftValue}, -100%)`;
305
+ $bg.style.left = leftValue;
306
+ $drag.style.transform = translateCss;
302
307
  }
303
308
  }
304
309
  }, []);
@@ -295,6 +295,11 @@ const Toolbar = ()=>{
295
295
  $bg.style.height = value;
296
296
  $drag.style.top = value;
297
297
  $marginBottom.setAttribute('data-spacing-margin-bottom-active', 'true');
298
+ const paddingLeft = style.paddingLeft;
299
+ const leftValue = `-${paddingLeft}`;
300
+ const translateCss = `translate(${leftValue}, -100%)`;
301
+ $bg.style.left = leftValue;
302
+ $drag.style.transform = translateCss;
298
303
  }
299
304
  }
300
305
  }, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.23.0-staging.232",
3
+ "version": "1.23.0-staging.268",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -25,7 +25,7 @@
25
25
  "next-seo": "^6.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@gem-sdk/core": "1.23.0-staging.230",
28
+ "@gem-sdk/core": "1.23.0-staging.268",
29
29
  "@gem-sdk/plugin-cookie-bar": "1.23.0-staging.26",
30
30
  "@gem-sdk/plugin-quick-view": "1.23.0-staging.26",
31
31
  "@gem-sdk/plugin-sticky-add-to-cart": "1.23.0-staging.26"