vanilla-colorful
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.5.2](https://github.com/web-padawan/vanilla-colorful/compare/v0.5.1...v0.5.2) (2020-11-24) | ||
### Bug Fixes | ||
* add hex-color-picker export ([#20](https://github.com/web-padawan/vanilla-colorful/issues/20)) ([968cf2e](https://github.com/web-padawan/vanilla-colorful/commit/968cf2e1ed4b78c16423fb0c47922c23a713eff4)) | ||
### [0.5.1](https://github.com/web-padawan/vanilla-colorful/compare/v0.5.0...v0.5.1) (2020-10-22) | ||
@@ -7,0 +14,0 @@ |
@@ -1,3 +0,3 @@ | ||
declare const _default: ":host{position:relative;height:24px;background-color:#fff}:host::after{content:\"\";box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}:host::after,#gradient{position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}:host,[part=pointer]{background-color:#fff;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill-opacity=\".05\"><rect x=\"8\" width=\"8\" height=\"8\"/><rect y=\"8\" width=\"8\" height=\"8\"/></svg>')}"; | ||
declare const _default: ":host{position:relative;height:24px;background-color:#fff}#gradient{position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}:host,[part=pointer]{background-color:#fff;background-image:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill-opacity=\".05\"><rect x=\"8\" width=\"8\" height=\"8\"/><rect y=\"8\" width=\"8\" height=\"8\"/></svg>')}"; | ||
export default _default; | ||
//# sourceMappingURL=alpha.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export default `:host{position:relative;height:24px;background-color:#fff}:host::after{content:"";box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}:host::after,#gradient{position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}:host,[part=pointer]{background-color:#fff;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><rect x="8" width="8" height="8"/><rect y="8" width="8" height="8"/></svg>')}`; | ||
export default `:host{position:relative;height:24px;background-color:#fff}#gradient{position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}:host,[part=pointer]{background-color:#fff;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><rect x="8" width="8" height="8"/><rect y="8" width="8" height="8"/></svg>')}`; | ||
//# sourceMappingURL=alpha.js.map |
{ | ||
"name": "vanilla-colorful", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A tiny framework agnostic color picker element for modern web apps", | ||
@@ -48,2 +48,3 @@ "author": "Serhii Kulykov <iamkulykov@gmail.com>", | ||
"./hex-input.js": "./hex-input.js", | ||
"./hex-color-picker.js": "./hex-color-picker.js", | ||
"./hsl-color-picker.js": "./hsl-color-picker.js", | ||
@@ -155,15 +156,15 @@ "./hsl-string-color-picker.js": "./hsl-string-color-picker.js", | ||
"@open-wc/rollup-plugin-html": "^1.2.5", | ||
"@open-wc/testing-helpers": "~1.8.10", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@size-limit/preset-small-lib": "^4.6.0", | ||
"@open-wc/testing-helpers": "~1.7.2", | ||
"@rollup/plugin-node-resolve": "^10.0.0", | ||
"@size-limit/preset-small-lib": "^4.9.0", | ||
"@types/sinon": "^9.0.8", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"@web/dev-server": "^0.0.15", | ||
"@web/dev-server-esbuild": "^0.2.6", | ||
"@typescript-eslint/eslint-plugin": "^4.8.1", | ||
"@typescript-eslint/parser": "^4.8.1", | ||
"@web/dev-server": "^0.0.24", | ||
"@web/dev-server-esbuild": "^0.2.8", | ||
"@web/rollup-plugin-copy": "^0.2.0", | ||
"@web/test-runner": "^0.9.4", | ||
"@web/test-runner": "^0.9.13", | ||
"@web/test-runner-visual-regression": "^0.2.1", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.13.0", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
@@ -173,17 +174,17 @@ "gh-pages": "^3.1.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.4.2", | ||
"lint-staged": "^10.5.1", | ||
"lit-html": "^1.3.0", | ||
"prettier": "^2.1.2", | ||
"prettier": "^2.2.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.0", | ||
"rollup": "^2.33.3", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "^1.27.0", | ||
"sinon": "^9.2.0", | ||
"size-limit": "^4.6.0", | ||
"sass": "^1.29.0", | ||
"sinon": "^9.2.1", | ||
"size-limit": "^4.9.0", | ||
"standard-version": "^9.0.0", | ||
"throttle-debounce": "^2.3.0", | ||
"throttle-debounce": "^3.0.1", | ||
"tsc-watch": "^4.2.9", | ||
"typescript": "^4.0.3", | ||
"typescript": "^4.1.2", | ||
"web-component-analyzer": "^1.1.6" | ||
} | ||
} |
@@ -17,2 +17,5 @@ <div align="center"> | ||
</a> | ||
<a href="https://npmjs.org/package/vanilla-colorful"> | ||
<img alt="no dependencies" src="https://badgen.net/bundlephobia/dependency-count/vanilla-colorful" /> | ||
</a> | ||
</div> | ||
@@ -19,0 +22,0 @@ |
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
207429
237