@thi.ng/color
Advanced tools
Comparing version 5.7.4 to 5.7.5
# Change Log | ||
- **Last updated**: 2024-09-16T13:25:24Z | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -25,3 +25,3 @@ import type { ColorOp, TypedColor } from "./api.js"; | ||
*/ | ||
export declare const invert: import("@thi.ng/defmulti").MultiFn2<import("@thi.ng/vectors/api").Vec | null, TypedColor<any>, import("@thi.ng/vectors/api").Vec>; | ||
export declare const invert: import("@thi.ng/defmulti").MultiFn2<import("@thi.ng/vectors").Vec | null, TypedColor<any>, import("@thi.ng/vectors").Vec>; | ||
//# sourceMappingURL=invert.d.ts.map |
export declare const maxChroma: (l: number, h: number) => number; | ||
export declare const lchMaxChroma: (l: number, h: number, a?: number) => import("./lch/lch.js").LCH; | ||
export declare const lchMaxChroma: (l: number, h: number, a?: number) => import("./index.js").LCH; | ||
export declare const maxLumaChroma: (h: number) => { | ||
@@ -7,3 +7,3 @@ l: number; | ||
}; | ||
export declare const lchMaxLumaChroma: (h: number, a?: number) => import("./lch/lch.js").LCH; | ||
export declare const lchMaxLumaChroma: (h: number, a?: number) => import("./index.js").LCH; | ||
//# sourceMappingURL=max-chroma.d.ts.map |
{ | ||
"name": "@thi.ng/color", | ||
"version": "5.7.4", | ||
"version": "5.7.5", | ||
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", | ||
@@ -43,21 +43,21 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.9", | ||
"@thi.ng/arrays": "^2.10.0", | ||
"@thi.ng/binary": "^3.4.32", | ||
"@thi.ng/checks": "^3.6.11", | ||
"@thi.ng/compare": "^2.4.1", | ||
"@thi.ng/compose": "^3.0.12", | ||
"@thi.ng/defmulti": "^3.0.47", | ||
"@thi.ng/errors": "^2.5.15", | ||
"@thi.ng/math": "^5.11.9", | ||
"@thi.ng/random": "^4.0.3", | ||
"@thi.ng/strings": "^3.8.4", | ||
"@thi.ng/transducers": "^9.2.3", | ||
"@thi.ng/vectors": "^7.12.1" | ||
"@thi.ng/api": "^8.11.10", | ||
"@thi.ng/arrays": "^2.10.1", | ||
"@thi.ng/binary": "^3.4.33", | ||
"@thi.ng/checks": "^3.6.12", | ||
"@thi.ng/compare": "^2.4.2", | ||
"@thi.ng/compose": "^3.0.13", | ||
"@thi.ng/defmulti": "^3.0.48", | ||
"@thi.ng/errors": "^2.5.16", | ||
"@thi.ng/math": "^5.11.10", | ||
"@thi.ng/random": "^4.0.4", | ||
"@thi.ng/strings": "^3.8.5", | ||
"@thi.ng/transducers": "^9.2.4", | ||
"@thi.ng/vectors": "^7.12.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -448,3 +448,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8335e9571c2b9b13844ee4d8d24f99143c5f8816\n" | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
} |
@@ -696,3 +696,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 15.69 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 15.79 KB | ||
@@ -699,0 +699,0 @@ ## Dependencies |
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
302407
Updated@thi.ng/api@^8.11.10
Updated@thi.ng/arrays@^2.10.1
Updated@thi.ng/binary@^3.4.33
Updated@thi.ng/checks@^3.6.12
Updated@thi.ng/compare@^2.4.2
Updated@thi.ng/compose@^3.0.13
Updated@thi.ng/defmulti@^3.0.48
Updated@thi.ng/errors@^2.5.16
Updated@thi.ng/math@^5.11.10
Updated@thi.ng/random@^4.0.4
Updated@thi.ng/strings@^3.8.5
Updated@thi.ng/transducers@^9.2.4
Updated@thi.ng/vectors@^7.12.2