versacall-core-library-react 2.0.33 → 2.0.34
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.
|
@@ -37,6 +37,8 @@ var _functions = require("../../functions");
|
|
|
37
37
|
|
|
38
38
|
var _context = require("../../context");
|
|
39
39
|
|
|
40
|
+
var _scrollbarModule = _interopRequireDefault(require("../../css/scrollbar.module.css"));
|
|
41
|
+
|
|
40
42
|
require("../../css/scrollbar.css");
|
|
41
43
|
|
|
42
44
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -161,7 +163,7 @@ function (_Component) {
|
|
|
161
163
|
return _react.default.createElement(_Drawer.default, {
|
|
162
164
|
open: open,
|
|
163
165
|
classes: {
|
|
164
|
-
paper: classes.drawerPaper
|
|
166
|
+
paper: "".concat(classes.drawerPaper, " ").concat(_scrollbarModule.default.scroll, " ").concat(_scrollbarModule.default.white)
|
|
165
167
|
},
|
|
166
168
|
onClose: function onClose() {
|
|
167
169
|
return _this3.props.onClose();
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"versacall": {
|
|
3
3
|
"title": "Versacall Core Library React",
|
|
4
4
|
"applicationType": "react-library",
|
|
5
|
-
"build":
|
|
5
|
+
"build": 34
|
|
6
6
|
},
|
|
7
7
|
"name": "versacall-core-library-react",
|
|
8
|
-
"version": "2.0.
|
|
8
|
+
"version": "2.0.34",
|
|
9
9
|
"description": "Versacall Core Library",
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"module": "dist/index.js",
|