@thi.ng/color-palettes 1.2.20 → 1.2.22

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +6 -5
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-19T11:01:47Z
3
+ - **Last updated**: 2023-12-28T23:24:38Z
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
@@ -288,11 +288,12 @@ Several projects in this repo's
288
288
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
289
289
  directory are using this package:
290
290
 
291
- | Screenshot | Description | Live demo | Source |
292
- |:-----------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
293
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-sdf-logo.jpg" width="240"/> | (Re)Constructing the thi.ng logo using a 2D signed-distance field | [Demo](https://demo.thi.ng/umbrella/geom-sdf-logo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-sdf-logo) |
294
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-gradients.jpg" width="240"/> | Randomized 4-point 2D color gradient image generator | [Demo](https://demo.thi.ng/umbrella/pixel-gradients/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pixel-gradients) |
295
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-indexed.jpg" width="240"/> | Image dithering and remapping using indexed palettes | [Demo](https://demo.thi.ng/umbrella/pixel-indexed/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pixel-indexed) |
291
+ | Screenshot | Description | Live demo | Source |
292
+ |:----------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------|:-----------------------------------------------------------|:----------------------------------------------------------------------------------------|
293
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-sdf-logo.jpg" width="240"/> | (Re)Constructing the thi.ng logo using a 2D signed-distance field | [Demo](https://demo.thi.ng/umbrella/geom-sdf-logo/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-sdf-logo) |
294
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hiccup-canvas-basics.png" width="240"/> | Basic hiccup-based canvas drawing | [Demo](https://demo.thi.ng/umbrella/hiccup-canvas-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hiccup-canvas-basics) |
295
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-gradients.jpg" width="240"/> | Randomized 4-point 2D color gradient image generator | [Demo](https://demo.thi.ng/umbrella/pixel-gradients/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pixel-gradients) |
296
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/pixel-indexed.jpg" width="240"/> | Image dithering and remapping using indexed palettes | [Demo](https://demo.thi.ng/umbrella/pixel-indexed/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/pixel-indexed) |
296
297
 
297
298
  ### Usage
298
299
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color-palettes",
3
- "version": "1.2.20",
3
+ "version": "1.2.22",
4
4
  "description": "Collection of 200+ image based color themes & composable theme query filters",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,19 +37,19 @@
37
37
  "tool:swatches": "bun tools/swatches.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.9.14",
41
- "@thi.ng/base-n": "^2.5.22",
42
- "@thi.ng/checks": "^3.4.14",
43
- "@thi.ng/color": "^5.6.7",
44
- "@thi.ng/errors": "^2.4.8",
45
- "@thi.ng/hex": "^2.3.26"
40
+ "@thi.ng/api": "^8.9.15",
41
+ "@thi.ng/base-n": "^2.5.23",
42
+ "@thi.ng/checks": "^3.4.15",
43
+ "@thi.ng/color": "^5.6.9",
44
+ "@thi.ng/errors": "^2.4.9",
45
+ "@thi.ng/hex": "^2.3.27"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.38.3",
49
- "esbuild": "^0.19.8",
48
+ "@microsoft/api-extractor": "^7.39.0",
49
+ "esbuild": "^0.19.10",
50
50
  "rimraf": "^5.0.5",
51
51
  "typedoc": "^0.25.4",
52
- "typescript": "^5.3.2"
52
+ "typescript": "^5.3.3"
53
53
  },
54
54
  "keywords": [
55
55
  "css",
@@ -90,5 +90,5 @@
90
90
  "parent": "@thi.ng/color",
91
91
  "year": 2021
92
92
  },
93
- "gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
93
+ "gitHead": "775c664723cd87d6ac5909cedf91195317add287\n"
94
94
  }