@thi.ng/color 5.7.4 → 5.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/invert.d.ts +1 -1
- package/max-chroma.d.ts +2 -2
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/invert.d.ts
CHANGED
|
@@ -22,5 +22,5 @@ export declare const invertInt: (src: number) => number;
|
|
|
22
22
|
* @param out
|
|
23
23
|
* @param src
|
|
24
24
|
*/
|
|
25
|
-
export declare const invert: import("@thi.ng/defmulti").MultiFn2<import("@thi.ng/vectors
|
|
25
|
+
export declare const invert: import("@thi.ng/defmulti").MultiFn2<import("@thi.ng/vectors").Vec | null, TypedColor<any>, import("@thi.ng/vectors").Vec>;
|
|
26
26
|
//# sourceMappingURL=invert.d.ts.map
|
package/max-chroma.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const maxChroma: (l: number, h: number) => number;
|
|
2
|
-
export declare const lchMaxChroma: (l: number, h: number, a?: number) => import("./
|
|
2
|
+
export declare const lchMaxChroma: (l: number, h: number, a?: number) => import("./index.js").LCH;
|
|
3
3
|
export declare const maxLumaChroma: (h: number) => {
|
|
4
4
|
l: number;
|
|
5
5
|
c: number;
|
|
6
6
|
};
|
|
7
|
-
export declare const lchMaxLumaChroma: (h: number, a?: number) => import("./
|
|
7
|
+
export declare const lchMaxLumaChroma: (h: number, a?: number) => import("./index.js").LCH;
|
|
8
8
|
//# sourceMappingURL=max-chroma.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.5",
|
|
4
4
|
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,25 +40,25 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/arrays": "^2.10.
|
|
45
|
-
"@thi.ng/binary": "^3.4.
|
|
46
|
-
"@thi.ng/checks": "^3.6.
|
|
47
|
-
"@thi.ng/compare": "^2.4.
|
|
48
|
-
"@thi.ng/compose": "^3.0.
|
|
49
|
-
"@thi.ng/defmulti": "^3.0.
|
|
50
|
-
"@thi.ng/errors": "^2.5.
|
|
51
|
-
"@thi.ng/math": "^5.11.
|
|
52
|
-
"@thi.ng/random": "^4.0.
|
|
53
|
-
"@thi.ng/strings": "^3.8.
|
|
54
|
-
"@thi.ng/transducers": "^9.2.
|
|
55
|
-
"@thi.ng/vectors": "^7.12.
|
|
43
|
+
"@thi.ng/api": "^8.11.10",
|
|
44
|
+
"@thi.ng/arrays": "^2.10.1",
|
|
45
|
+
"@thi.ng/binary": "^3.4.33",
|
|
46
|
+
"@thi.ng/checks": "^3.6.12",
|
|
47
|
+
"@thi.ng/compare": "^2.4.2",
|
|
48
|
+
"@thi.ng/compose": "^3.0.13",
|
|
49
|
+
"@thi.ng/defmulti": "^3.0.48",
|
|
50
|
+
"@thi.ng/errors": "^2.5.16",
|
|
51
|
+
"@thi.ng/math": "^5.11.10",
|
|
52
|
+
"@thi.ng/random": "^4.0.4",
|
|
53
|
+
"@thi.ng/strings": "^3.8.5",
|
|
54
|
+
"@thi.ng/transducers": "^9.2.4",
|
|
55
|
+
"@thi.ng/vectors": "^7.12.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@microsoft/api-extractor": "^7.47.
|
|
59
|
-
"esbuild": "^0.23.
|
|
60
|
-
"typedoc": "^0.26.
|
|
61
|
-
"typescript": "^5.
|
|
58
|
+
"@microsoft/api-extractor": "^7.47.9",
|
|
59
|
+
"esbuild": "^0.23.1",
|
|
60
|
+
"typedoc": "^0.26.7",
|
|
61
|
+
"typescript": "^5.6.2"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
64
64
|
"color",
|
|
@@ -444,5 +444,5 @@
|
|
|
444
444
|
"vectors"
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
|
-
"gitHead": "
|
|
447
|
+
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n"
|
|
448
448
|
}
|