color-name-list 13.19.3 → 13.21.0
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/.github/workflows/build-and-release.yml +1 -0
- package/CONTRIBUTING.md +1 -0
- package/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +3 -0
- package/dist/colornames.bestof.esm.js +1 -1
- package/dist/colornames.bestof.esm.mjs +1 -1
- package/dist/colornames.bestof.html +1 -1
- package/dist/colornames.bestof.json +1 -1
- package/dist/colornames.bestof.min.json +1 -1
- package/dist/colornames.bestof.scss +1 -1
- package/dist/colornames.bestof.toon +4 -1
- package/dist/colornames.bestof.umd.js +1 -1
- package/dist/colornames.bestof.xml +12 -0
- package/dist/colornames.bestof.yaml +9 -0
- package/dist/colornames.csv +5 -3
- package/dist/colornames.esm.js +1 -1
- package/dist/colornames.esm.mjs +1 -1
- package/dist/colornames.html +1 -1
- package/dist/colornames.json +1 -1
- package/dist/colornames.min.json +1 -1
- package/dist/colornames.scss +1 -1
- package/dist/colornames.short.csv +2 -0
- package/dist/colornames.short.esm.js +1 -1
- package/dist/colornames.short.esm.mjs +1 -1
- package/dist/colornames.short.html +1 -1
- package/dist/colornames.short.json +1 -1
- package/dist/colornames.short.min.json +1 -1
- package/dist/colornames.short.scss +1 -1
- package/dist/colornames.short.toon +3 -1
- package/dist/colornames.short.umd.js +1 -1
- package/dist/colornames.short.xml +8 -0
- package/dist/colornames.short.yaml +6 -0
- package/dist/colornames.toon +6 -4
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +20 -12
- package/dist/colornames.yaml +15 -9
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/src/colornames.csv +6 -4
- package/tests/allowlists.test.js +76 -0
- package/tests/duplicate-allowlist.json +1 -2
- package/tests/title-case-allowlist.json +0 -1
|
@@ -50,6 +50,7 @@ jobs:
|
|
|
50
50
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
|
51
51
|
git config --local user.name "GitHub Action"
|
|
52
52
|
git commit -m "docs: update README.md and changes.svg [skip ci]"
|
|
53
|
+
git pull --rebase https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git main
|
|
53
54
|
git push https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:main
|
|
54
55
|
env:
|
|
55
56
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
package/CONTRIBUTING.md
CHANGED
|
@@ -43,6 +43,7 @@ interactions with the project.
|
|
|
43
43
|
- Prefer common names, especially when adding colors of flora and fauna
|
|
44
44
|
(plants and animals ;) ) ex. `Venus Slipper Orchid` instead of `Paphiopedilum`.
|
|
45
45
|
- Avoid ethnic & racial assumptions
|
|
46
|
+
- Do not use LLM / AI to generate color names.
|
|
46
47
|
|
|
47
48
|
## Git
|
|
48
49
|
|
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[](https://www.npmjs.com/package/color-name-list)
|
|
14
14
|
[](https://github.com/sponsors/meodai)
|
|
15
15
|
|
|
16
|
-
A meticulously curated collection of
|
|
16
|
+
A meticulously curated collection of __29993__ unique color names, built from
|
|
17
17
|
[many sources](#sources-) and thousands of community contributions.
|
|
18
18
|
|
|
19
19
|
> The names of color function like a thread attached to a frightfully slender
|
|
@@ -116,7 +116,7 @@ and ensure tests pass locally (`npm test`).
|
|
|
116
116
|
See the full guidelines in [CONTRIBUTING.md](CONTRIBUTING.md) for naming
|
|
117
117
|
rules, capitalization, CI behavior, and more.
|
|
118
118
|
|
|
119
|
-
## Color Count:
|
|
119
|
+
## Color Count: __29993__ 🎉
|
|
120
120
|
|
|
121
121
|
~__0.18%__ of the RGB color space
|
|
122
122
|
|
package/changes.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 220">
|
|
2
2
|
<defs>
|
|
3
3
|
<style type="text/css">
|
|
4
4
|
@import url('https://rsms.me/inter/inter.css');
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
}
|
|
10
10
|
</style>
|
|
11
11
|
</defs>
|
|
12
|
-
<rect fill="#212121" x="0" y="0" width="600" height="
|
|
13
|
-
<text x="40" y="90" fill="#
|
|
12
|
+
<rect fill="#212121" x="0" y="0" width="600" height="220"/>
|
|
13
|
+
<text x="40" y="90" fill="#5b4276">Drifting Violet</text><text x="40" y="160" fill="#231c4d">Silent Orbit</text>
|
|
14
14
|
</svg>
|
|
@@ -513,6 +513,7 @@ Buddha’s Love Handles,#ffbb33
|
|
|
513
513
|
Buff It,#d9cfbe
|
|
514
514
|
Bullet Hell,#faf1c8
|
|
515
515
|
Bullfrog,#8a966a
|
|
516
|
+
Bullseye,#b9030a
|
|
516
517
|
Bulma Hair,#359e6b
|
|
517
518
|
Bumblebee,#ffc82a
|
|
518
519
|
Bunny Tail,#ffe3f4
|
|
@@ -1150,6 +1151,7 @@ Dreamless Sleep,#111111
|
|
|
1150
1151
|
Dreamy Candy Forest,#b195e4
|
|
1151
1152
|
Dried Tomatoes,#ab6057
|
|
1152
1153
|
Drifting Cloud,#dbe0e1
|
|
1154
|
+
Drifting Violet,#5b4276
|
|
1153
1155
|
Driftwood,#a67a45
|
|
1154
1156
|
Drip Coffee,#7a280a
|
|
1155
1157
|
Dripping Wisteria,#bb99bb
|
|
@@ -3850,6 +3852,7 @@ Silence,#eaede5
|
|
|
3850
3852
|
Silence Is Golden,#c2a06d
|
|
3851
3853
|
Silent Film,#9fa5a5
|
|
3852
3854
|
Silent Night,#526771
|
|
3855
|
+
Silent Orbit,#231c4d
|
|
3853
3856
|
Silent Sea,#3a4a63
|
|
3854
3857
|
Silent Snowfall,#eef7fa
|
|
3855
3858
|
Silent Twilight,#0f084b
|