rc-drawer
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -290,2 +290,9 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
switch (placement) { | ||
case 'left': | ||
{ | ||
_this.dom.style.width = '100%'; | ||
widthTransition = "width 0s ".concat(ease, " ").concat(duration); | ||
break; | ||
} | ||
case 'right': | ||
@@ -292,0 +299,0 @@ { |
@@ -308,2 +308,9 @@ "use strict"; | ||
switch (placement) { | ||
case 'left': | ||
{ | ||
_this.dom.style.width = '100%'; | ||
widthTransition = "width 0s ".concat(ease, " ").concat(duration); | ||
break; | ||
} | ||
case 'right': | ||
@@ -310,0 +317,0 @@ { |
{ | ||
"name": "rc-drawer", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "drawer component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90151
1952