color-name-list 13.17.0 → 13.19.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.
Files changed (40) hide show
  1. package/README.md +2 -2
  2. package/changes.svg +3 -3
  3. package/dist/colornames.bestof.csv +6 -0
  4. package/dist/colornames.bestof.esm.js +1 -1
  5. package/dist/colornames.bestof.esm.mjs +1 -1
  6. package/dist/colornames.bestof.html +1 -1
  7. package/dist/colornames.bestof.json +1 -1
  8. package/dist/colornames.bestof.min.json +1 -1
  9. package/dist/colornames.bestof.scss +1 -1
  10. package/dist/colornames.bestof.toon +4702 -0
  11. package/dist/colornames.bestof.umd.js +1 -1
  12. package/dist/colornames.bestof.xml +24 -0
  13. package/dist/colornames.bestof.yaml +18 -0
  14. package/dist/colornames.csv +6 -2
  15. package/dist/colornames.esm.js +1 -1
  16. package/dist/colornames.esm.mjs +1 -1
  17. package/dist/colornames.html +1 -1
  18. package/dist/colornames.json +1 -1
  19. package/dist/colornames.min.json +1 -1
  20. package/dist/colornames.scss +1 -1
  21. package/dist/colornames.short.csv +3 -0
  22. package/dist/colornames.short.esm.js +1 -1
  23. package/dist/colornames.short.esm.mjs +1 -1
  24. package/dist/colornames.short.html +1 -1
  25. package/dist/colornames.short.json +1 -1
  26. package/dist/colornames.short.min.json +1 -1
  27. package/dist/colornames.short.scss +1 -1
  28. package/dist/colornames.short.toon +2966 -0
  29. package/dist/colornames.short.umd.js +1 -1
  30. package/dist/colornames.short.xml +12 -0
  31. package/dist/colornames.short.yaml +9 -0
  32. package/dist/colornames.toon +29999 -0
  33. package/dist/colornames.umd.js +1 -1
  34. package/dist/colornames.xml +21 -5
  35. package/dist/colornames.yaml +16 -4
  36. package/dist/history.json +1 -1
  37. package/package.json +1 -1
  38. package/scripts/build.js +6 -0
  39. package/src/colornames.csv +8 -4
  40. package/tests/formats.ci.test.js +16 -0
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  [![npm](https://img.shields.io/npm/dt/color-name-list.svg)](https://www.npmjs.com/package/color-name-list)
14
14
  [![github sponsor count](https://img.shields.io/github/sponsors/meodai)](https://github.com/sponsors/meodai)
15
15
 
16
- A meticulously curated collection of __29994__ unique color names, sourced from
16
+ A meticulously curated collection of __29998__ unique color names, sourced from
17
17
  [various references](#sources-) and thousands of thoughtful user contributions.
18
18
 
19
19
  > The names of color function like a thread attached to a frightfully slender
@@ -74,7 +74,7 @@ CI notes:
74
74
  - No need to run `npm run build` locally; CI generates outputs.
75
75
  - Optional locally: `npm run lint:markdown` to match CI markdown checks.
76
76
 
77
- ## Color Count: __29994__ 🎉
77
+ ## Color Count: __29998__ 🎉
78
78
 
79
79
  ~__0.18%__ of the RGB color space
80
80
 
package/changes.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 570">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 640">
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="570"/>
13
- <text x="40" y="90" fill="#e57e37">Blast Burn</text><text x="40" y="160" fill="#9c3418">Dragon Dance</text><text x="40" y="230" fill="#d7f5f6">Fishious Rend</text><text x="40" y="300" fill="#9cc780">Frenzy Plant</text><text x="40" y="370" fill="#a1f4f5">Hydro Cannon</text><text x="40" y="440" fill="#f6f677">Hyper Beam</text><text x="40" y="510" fill="#f6f3a7">Thunderdome</text>
12
+ <rect fill="#212121" x="0" y="0" width="600" height="640"/>
13
+ <text x="40" y="90" fill="#1b416f">Aegean Blue</text><text x="40" y="160" fill="#efc944">Colombian Yellow</text><text x="40" y="230" fill="#f7f5c8">Fizzy &amp; Dizzy</text><text x="40" y="300" fill="#ebde31">Golden Fizz</text><text x="40" y="370" fill="#bc002d">Hinomaru Red</text><text x="40" y="440" fill="#ead765">Pharaoh’s Gold</text><text x="40" y="510" fill="#7737aa">Shredder Lavender</text><text x="40" y="580" fill="#284c3c">Springbok Green</text>
14
14
  </svg>
@@ -22,6 +22,7 @@ Acoustic Brown,#766b69
22
22
  Active Volcano,#bb1133
23
23
  Admiral Blue,#50647f
24
24
  Adrift on the Nile,#93b8e3
25
+ Aegean Blue,#1b416f
25
26
  After Midnight,#38393f
26
27
  After the Storm,#33616a
27
28
  Afternoon Coffee,#6e544b
@@ -1398,6 +1399,7 @@ Fisher King,#5182b9
1398
1399
  Fist of the North Star,#225599
1399
1400
  Five Star,#ffaa4a
1400
1401
  Fizz,#b1dbaa
1402
+ Fizzy & Dizzy,#f7f5c8
1401
1403
  Fizzy Peach,#f7bc5c
1402
1404
  Flamazing Pink,#fe6fff
1403
1405
  Flamboyant,#f73d37
@@ -1662,6 +1664,7 @@ Golden Blood,#ff1155
1662
1664
  Golden Boy,#ffdd44
1663
1665
  Golden Churro,#f4ce74
1664
1666
  Golden Coin,#fcd975
1667
+ Golden Fizz,#ebde31
1665
1668
  Golden Frame,#e2b31b
1666
1669
  Golden Ginkgo,#f9f525
1667
1670
  Golden Glitter Storm,#ead771
@@ -1904,6 +1907,7 @@ Highway to Hell,#cd1102
1904
1907
  Himalaya,#736330
1905
1908
  Himalayan Salt,#c07765
1906
1909
  Hindu Lotus,#ee4d83
1910
+ Hinomaru Red,#bc002d
1907
1911
  Hint of Blue,#cee1f2
1908
1912
  Hint of Green,#dfeade
1909
1913
  Hint of Mint,#dff1d6
@@ -3233,6 +3237,7 @@ Petrified Purple,#9c87c1
3233
3237
  Petrol Slumber,#243640
3234
3238
  Phantom,#6e797b
3235
3239
  Phantom Ship,#2f3434
3240
+ Pharaoh’s Gold,#ead765
3236
3241
  Pharmaceutical Green,#087e34
3237
3242
  Phaser Beam,#ff4d00
3238
3243
  Pheasant,#c17c54
@@ -3825,6 +3830,7 @@ Shocking Rose,#ff006a
3825
3830
  Shōji,#ded5c7
3826
3831
  Shore,#81d5c6
3827
3832
  Shortbread,#f5e6d3
3833
+ Shredder Lavender,#7737aa
3828
3834
  Shrimp,#e29a86
3829
3835
  Shrimp Cocktail,#f4a461
3830
3836
  Shrimp Toast,#f7c5a0