@thi.ng/color-palettes 0.9.5 → 0.9.6
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 +7 -10
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
3
|
+
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/color-palettes)
|
|
6
6
|

|
|
7
|
-
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
This project is part of the
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
@@ -26,7 +26,7 @@ This project is part of the
|
|
|
26
26
|
|
|
27
27
|
## About
|
|
28
28
|
|
|
29
|
-
Collection of 190+ image based color palettes
|
|
29
|
+
Collection of 190+ image based color palettes (zero dependencies)
|
|
30
30
|
|
|
31
31
|
## Recent additions
|
|
32
32
|
|
|
@@ -214,11 +214,8 @@ ES module import:
|
|
|
214
214
|
|
|
215
215
|
For Node.js REPL:
|
|
216
216
|
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
node --experimental-repl-await
|
|
220
|
-
|
|
221
|
-
> const colorPalettes = await import("@thi.ng/color-palettes");
|
|
217
|
+
```js
|
|
218
|
+
const colorPalettes = await import("@thi.ng/color-palettes");
|
|
222
219
|
```
|
|
223
220
|
|
|
224
221
|
Package sizes (brotli'd, pre-treeshake): ESM: 6.20 KB
|
|
@@ -253,7 +250,7 @@ Also see the [swatch generator](https://github.com/thi-ng/umbrella/blob/develop/
|
|
|
253
250
|
|
|
254
251
|
## Authors
|
|
255
252
|
|
|
256
|
-
Karsten Schmidt
|
|
253
|
+
- [Karsten Schmidt](https://thi.ng)
|
|
257
254
|
|
|
258
255
|
If this project contributes to an academic publication, please cite it as:
|
|
259
256
|
|
|
@@ -268,4 +265,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
268
265
|
|
|
269
266
|
## License
|
|
270
267
|
|
|
271
|
-
© 2021 - 2022 Karsten Schmidt // Apache
|
|
268
|
+
© 2021 - 2022 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color-palettes",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.6",
|
|
4
4
|
"description": "Collection of 190+ image based color palettes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/thi-ng/umbrella.git"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/thi-ng/umbrella/tree/
|
|
13
|
+
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/color-palettes#readme",
|
|
14
14
|
"funding": [
|
|
15
15
|
{
|
|
16
16
|
"type": "github",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"author": "Karsten Schmidt
|
|
24
|
+
"author": "Karsten Schmidt (https://thi.ng)",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@microsoft/api-extractor": "^7.33.
|
|
39
|
-
"@thi.ng/testament": "^0.3.
|
|
38
|
+
"@microsoft/api-extractor": "^7.33.7",
|
|
39
|
+
"@thi.ng/testament": "^0.3.7",
|
|
40
40
|
"rimraf": "^3.0.2",
|
|
41
41
|
"tools": "^0.0.1",
|
|
42
|
-
"typedoc": "^0.23.
|
|
43
|
-
"typescript": "^4.
|
|
42
|
+
"typedoc": "^0.23.22",
|
|
43
|
+
"typescript": "^4.9.4"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
46
46
|
"css",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"parent": "@thi.ng/color",
|
|
73
73
|
"year": 2021
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
|
|
76
76
|
}
|