@thi.ng/color-palettes 1.2.37 → 1.2.38
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/filter.d.ts +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/filter.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ export declare const defFilter: (pred: ColorPredicate, threshold?: number) => Th
|
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```ts
|
|
19
|
+
* import { compFilter, chroma, luma, cssThemes } from "@thi.ng/color-palettes";
|
|
20
|
+
*
|
|
19
21
|
* // pre-compose combined query filter
|
|
20
22
|
* const pastels = compFilter(
|
|
21
23
|
* // require all theme colors to have max 25% chroma
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color-palettes",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.38",
|
|
4
4
|
"description": "Collection of 200+ image based color themes & composable theme query filters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"tool:swatches": "bun tools/swatches.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.9.
|
|
40
|
+
"@thi.ng/api": "^8.9.26",
|
|
41
41
|
"@thi.ng/base-n": "^2.7.3",
|
|
42
42
|
"@thi.ng/checks": "^3.5.0",
|
|
43
|
-
"@thi.ng/color": "^5.6.
|
|
43
|
+
"@thi.ng/color": "^5.6.25",
|
|
44
44
|
"@thi.ng/errors": "^2.4.18",
|
|
45
45
|
"@thi.ng/hex": "^2.3.37"
|
|
46
46
|
},
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"parent": "@thi.ng/color",
|
|
91
91
|
"year": 2021
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
|
|
94
94
|
}
|