@agilie/action-button
Advanced tools
Comparing version 0.1.2 to 0.1.3
13
index.js
@@ -1,2 +0,9 @@ | ||
module.exports = ActionBtn; | ||
;(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
global.ActionBtn = factory() | ||
}(this, function () { | ||
return ActionBtn; | ||
})); | ||
function ActionBtn(elemsContainer, options = {}) { | ||
@@ -235,3 +242,3 @@ this.getOpenStatus = function() { | ||
var wrap = document.createElement('div'); | ||
wrap.classList.add('addBtn__wrapper'); | ||
@@ -243,2 +250,2 @@ wrap.style.width = `${settings.actionBtnSize}px`; | ||
} | ||
} | ||
} |
{ | ||
"name": "@agilie/action-button", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Action button for user interactions", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"uglify": "browserify -p tinyify index.js > index.min.js" | ||
}, | ||
@@ -26,3 +27,7 @@ "repository": { | ||
"author": "Agilie Team <info@agilie.com> (https://agilie.com)", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"browserify": "^16.2.3", | ||
"tinyify": "^2.5.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39879
16
904
0
2