Comparing version 0.0.15 to 0.0.16
/*! | ||
* Eyzy v0.0.14 | ||
* Eyzy v0.0.16 | ||
* (c) 2022 amsik | ||
@@ -340,4 +340,4 @@ * Released under the MIT License. | ||
Tabs.prototype.render = function () { | ||
var _a = this.props, className = _a.className, noContent = _a.noContent; | ||
var containerCn = cn('eyzy-tabs', className); | ||
var _a = this.props, className = _a.className, noContent = _a.noContent, vertical = _a.vertical; | ||
var containerCn = cn('eyzy-tabs', className, { vertical: vertical }); | ||
var _b = this.state, isArrowVisible = _b.isArrowVisible, isArrowLeftDisabled = _b.isArrowLeftDisabled, isArrowRightDisabled = _b.isArrowRightDisabled; | ||
@@ -344,0 +344,0 @@ return (React.createElement("div", { className: containerCn }, |
/*! | ||
* Eyzy v0.0.14 | ||
* Eyzy v0.0.16 | ||
* (c) 2022 amsik | ||
@@ -334,4 +334,4 @@ * Released under the MIT License. | ||
Tabs.prototype.render = function () { | ||
var _a = this.props, className = _a.className, noContent = _a.noContent; | ||
var containerCn = cn('eyzy-tabs', className); | ||
var _a = this.props, className = _a.className, noContent = _a.noContent, vertical = _a.vertical; | ||
var containerCn = cn('eyzy-tabs', className, { vertical: vertical }); | ||
var _b = this.state, isArrowVisible = _b.isArrowVisible, isArrowLeftDisabled = _b.isArrowLeftDisabled, isArrowRightDisabled = _b.isArrowRightDisabled; | ||
@@ -338,0 +338,0 @@ return (React.createElement("div", { className: containerCn }, |
{ | ||
"name": "eyzy", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"author": "Kostiantyn", | ||
@@ -5,0 +5,0 @@ "description": "React UI Toolkit", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
138163
1425