@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-09-16T13:25:24Z
3
+ - **Last updated**: 2024-09-19T21:09:34Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -693,7 +693,7 @@ For Node.js REPL:
693
693
  const color = await import("@thi.ng/color");
694
694
  ```
695
695
 
696
- Package sizes (brotli'd, pre-treeshake): ESM: 15.69 KB
696
+ Package sizes (brotli'd, pre-treeshake): ESM: 15.79 KB
697
697
 
698
698
  ## Dependencies
699
699
 
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/api").Vec | null, TypedColor<any>, import("@thi.ng/vectors/api").Vec>;
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("./lch/lch.js").LCH;
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("./lch/lch.js").LCH;
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.4",
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.9",
44
- "@thi.ng/arrays": "^2.10.0",
45
- "@thi.ng/binary": "^3.4.32",
46
- "@thi.ng/checks": "^3.6.11",
47
- "@thi.ng/compare": "^2.4.1",
48
- "@thi.ng/compose": "^3.0.12",
49
- "@thi.ng/defmulti": "^3.0.47",
50
- "@thi.ng/errors": "^2.5.15",
51
- "@thi.ng/math": "^5.11.9",
52
- "@thi.ng/random": "^4.0.3",
53
- "@thi.ng/strings": "^3.8.4",
54
- "@thi.ng/transducers": "^9.2.3",
55
- "@thi.ng/vectors": "^7.12.1"
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.5",
59
- "esbuild": "^0.23.0",
60
- "typedoc": "^0.26.5",
61
- "typescript": "^5.5.4"
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": "8335e9571c2b9b13844ee4d8d24f99143c5f8816\n"
447
+ "gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n"
448
448
  }