color-name-list 11.24.1 → 11.25.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/CONTRIBUTING.md +2 -4
- package/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +5 -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 +20 -0
- package/dist/colornames.bestof.yaml +15 -0
- package/dist/colornames.csv +6 -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 +3 -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 +12 -0
- package/dist/colornames.short.yaml +9 -0
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +24 -0
- package/dist/colornames.yaml +18 -0
- package/dist/history.json +1 -1
- package/package.json +4 -3
- package/scripts/build.js +43 -36
- package/scripts/sortSrc.js +16 -10
- package/src/colornames.csv +7 -1
- package/tests/sorting.test.js +45 -0
|
@@ -162,6 +162,7 @@ Beekeeper,#f6e491
|
|
|
162
162
|
Beer,#fcaa12
|
|
163
163
|
Beeswax,#e9d7ab
|
|
164
164
|
Beet Red,#7e203f
|
|
165
|
+
Beet Wave,#d4265d
|
|
165
166
|
Begonia,#fa6e79
|
|
166
167
|
Beige,#e6daa6
|
|
167
168
|
Bejewelled,#25a26f
|
|
@@ -1265,6 +1266,7 @@ Indian Mesa,#d5a193
|
|
|
1265
1266
|
Indian Red,#850e04
|
|
1266
1267
|
Indian Silk,#8a5773
|
|
1267
1268
|
Indica,#588c3a
|
|
1269
|
+
Indiglow,#301885
|
|
1268
1270
|
Indigo,#4b0082
|
|
1269
1271
|
Indochine,#9c5b34
|
|
1270
1272
|
Infinity,#222831
|
|
@@ -2468,6 +2470,7 @@ Snake Fruit,#db2217
|
|
|
2468
2470
|
Snarky Mint,#9ae37d
|
|
2469
2471
|
Sneaky Devil,#840014
|
|
2470
2472
|
Snow,#fffafa
|
|
2473
|
+
Snow Blanket,#dde3e8
|
|
2471
2474
|
Snow White,#eeffee
|
|
2472
2475
|
Snowflake,#eff0f0
|
|
2473
2476
|
Snowman,#fefafb
|