aio-button
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -525,4 +525,5 @@ "use strict"; | ||
className: 'aio-button-checkeds' + (rtl ? ' rtl' : '') | ||
}, checks.map(function (check) { | ||
}, checks.map(function (check, i) { | ||
return /*#__PURE__*/_react.default.createElement("div", { | ||
key: i, | ||
className: "aio-button-checked", | ||
@@ -529,0 +530,0 @@ onClick: function onClick() { |
{ | ||
"name": "aio-button", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
42748
1229