@zextras/carbonio-design-system 0.3.1 → 0.3.2

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.2](https://github.com/Zextras/carbonio-design-system/compare/v0.3.1...v0.3.2) (2022-05-11)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * cannot read properties of undefined in getScrollBarSize ([0c6d90c](https://github.com/Zextras/carbonio-design-system/commit/0c6d90c5c86293c913fc36a7adbdba13828e530f))
11
+
5
12
  ### [0.3.1](https://github.com/Zextras/carbonio-design-system/compare/v0.3.0...v0.3.1) (2022-05-11)
6
13
 
7
14
 
@@ -37910,7 +37910,7 @@ var CustomModal = /*#__PURE__*/React__default["default"].forwardRef(function Mod
37910
37910
  var defaultOverflowY = windowObj.document.body.style.overflowY;
37911
37911
  var defaultPaddingRight = windowObj.document.body.style.paddingRight;
37912
37912
  windowObj.document.body.style.overflowY = 'hidden';
37913
- isBodyOverflowing(modalRef, windowObj) && (windowObj.document.body.style.paddingRight = "".concat(getScrollbarSize(), "px"));
37913
+ isBodyOverflowing(modalRef, windowObj) && (windowObj.document.body.style.paddingRight = "".concat(getScrollbarSize(windowObj), "px"));
37914
37914
  return function () {
37915
37915
  windowObj.document.body.style.overflowY = defaultOverflowY;
37916
37916
  windowObj.document.body.style.paddingRight = defaultPaddingRight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-design-system",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "An awesome UI for Zextras Projects.",
5
5
  "main": "dist/zapp-ui.bundle.js",
6
6
  "scripts": {