@ctrl/tinycolor
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -251,2 +251,1 @@ "use strict"; | ||
exports.numberInputToObject = numberInputToObject; | ||
//# sourceMappingURL=conversion.js.map |
@@ -158,2 +158,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=css-color-names.js.map |
@@ -189,2 +189,1 @@ "use strict"; | ||
exports.isValidCSSUnit = isValidCSSUnit; | ||
//# sourceMappingURL=format-input.js.map |
@@ -31,2 +31,1 @@ "use strict"; | ||
exports.legacyRandom = legacyRandom; | ||
//# sourceMappingURL=from-ratio.js.map |
@@ -465,2 +465,1 @@ "use strict"; | ||
exports.tinycolor = tinycolor; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -236,2 +236,1 @@ import { bound01, pad2 } from './util'; | ||
} | ||
//# sourceMappingURL=conversion.js.map |
@@ -155,2 +155,1 @@ // https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json | ||
}; | ||
//# sourceMappingURL=css-color-names.js.map |
@@ -183,2 +183,1 @@ import { convertHexToDecimal, hslToRgb, hsvToRgb, parseIntFromHex, rgbToRgb } from './conversion'; | ||
} | ||
//# sourceMappingURL=format-input.js.map |
@@ -26,2 +26,1 @@ import { TinyColor } from './index'; | ||
} | ||
//# sourceMappingURL=from-ratio.js.map |
@@ -482,2 +482,1 @@ import { rgbaToHex, rgbToHex, rgbToHsl, rgbToHsv, numberInputToObject } from './conversion'; | ||
} | ||
//# sourceMappingURL=index.js.map |
export {}; | ||
//# sourceMappingURL=interfaces.js.map |
@@ -12,2 +12,1 @@ import { tinycolor } from './index'; | ||
export default tinycolor; | ||
//# sourceMappingURL=public_api.js.map |
@@ -278,2 +278,1 @@ // randomColor by David Merfield under the CC0 license | ||
]; | ||
//# sourceMappingURL=random.js.map |
@@ -81,2 +81,1 @@ import { TinyColor } from './index'; | ||
} | ||
//# sourceMappingURL=readability.js.map |
@@ -17,2 +17,1 @@ import { rgbaToArgbHex } from './conversion'; | ||
} | ||
//# sourceMappingURL=to-ms-filter.js.map |
@@ -22,2 +22,1 @@ /* eslint-disable @typescript-eslint/member-ordering */ | ||
export default tinycolorumd; | ||
//# sourceMappingURL=umd_api.js.map |
@@ -83,2 +83,1 @@ /** | ||
} | ||
//# sourceMappingURL=util.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
exports.default = index_1.tinycolor; | ||
//# sourceMappingURL=public_api.js.map |
@@ -280,2 +280,1 @@ "use strict"; | ||
]; | ||
//# sourceMappingURL=random.js.map |
@@ -84,2 +84,1 @@ "use strict"; | ||
exports.mostReadable = mostReadable; | ||
//# sourceMappingURL=readability.js.map |
@@ -21,2 +21,1 @@ "use strict"; | ||
exports.toMsFilter = toMsFilter; | ||
//# sourceMappingURL=to-ms-filter.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
exports.default = tinycolorumd; | ||
//# sourceMappingURL=umd_api.js.map |
@@ -93,2 +93,1 @@ "use strict"; | ||
exports.pad2 = pad2; | ||
//# sourceMappingURL=util.js.map |
{ | ||
"name": "@ctrl/tinycolor", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Fast, small color manipulation and conversion for JavaScript", | ||
@@ -41,14 +41,14 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "7.10.4", | ||
"@babel/preset-typescript": "7.10.4", | ||
"@ctrl/eslint-config": "1.2.1", | ||
"@jest/globals": "26.4.2", | ||
"@types/node": "14.11.2", | ||
"@babel/plugin-transform-modules-commonjs": "7.12.1", | ||
"@babel/preset-typescript": "7.12.1", | ||
"@ctrl/eslint-config": "1.2.4", | ||
"@jest/globals": "26.5.3", | ||
"@types/node": "14.11.9", | ||
"del-cli": "3.0.1", | ||
"jest": "26.4.2", | ||
"jest-junit": "11.1.0", | ||
"rollup": "2.28.2", | ||
"jest": "26.5.3", | ||
"jest-junit": "12.0.0", | ||
"rollup": "2.31.0", | ||
"rollup-plugin-livereload": "2.0.0", | ||
"rollup-plugin-serve": "1.0.4", | ||
"rollup-plugin-sourcemaps": "0.6.2", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"rollup-plugin-terser": "7.0.2", | ||
@@ -55,0 +55,0 @@ "rollup-plugin-typescript2": "0.27.3", |
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
236502
41