color-name-list 13.15.0 → 13.17.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 +5 -1
- package/.github/workflows/build.yml +8 -2
- package/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +2 -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.umd.js +1 -1
- package/dist/colornames.bestof.xml +8 -0
- package/dist/colornames.bestof.yaml +6 -0
- package/dist/colornames.csv +7 -0
- 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.umd.js +1 -1
- package/dist/colornames.short.xml +8 -0
- package/dist/colornames.short.yaml +6 -0
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +28 -0
- package/dist/colornames.yaml +21 -0
- package/dist/history.json +1 -1
- package/package.json +4 -3
- package/src/colornames.csv +7 -0
|
@@ -1236,6 +1236,7 @@ Hunter,#33534b
|
|
|
1236
1236
|
Hurricane,#8b7e77
|
|
1237
1237
|
Hydra,#006995
|
|
1238
1238
|
Hydro,#49747f
|
|
1239
|
+
Hyper Beam,#f6f677
|
|
1239
1240
|
Hyper Blue,#015f97
|
|
1240
1241
|
Hyper Pink,#ec006c
|
|
1241
1242
|
Hypnotic Red,#cf0d14
|
|
@@ -2665,6 +2666,7 @@ Think Pink,#e5a5c1
|
|
|
2665
2666
|
Thunderbird,#923830
|
|
2666
2667
|
Thunderbolt,#fdefad
|
|
2667
2668
|
Thundercloud,#698589
|
|
2669
|
+
Thunderdome,#f6f3a7
|
|
2668
2670
|
Tiger,#be9c67
|
|
2669
2671
|
Tiger King,#dd9922
|
|
2670
2672
|
Tiger Lily,#e1583f
|