color-name-list 12.2.0 → 13.0.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/README.md +2 -2
- package/changes.svg +3 -3
- package/dist/colornames.bestof.csv +5 -4
- 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 +17 -13
- package/dist/colornames.bestof.yaml +13 -10
- package/dist/colornames.csv +11 -38
- 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 -2
- 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 +9 -5
- package/dist/colornames.short.yaml +7 -4
- package/dist/colornames.umd.js +1 -1
- package/dist/colornames.xml +17 -125
- package/dist/colornames.yaml +15 -96
- package/dist/history.json +1 -1
- package/package.json +1 -1
- package/scripts/build.js +33 -161
- package/scripts/lib.js +38 -6
- package/scripts/sortSrc.js +4 -5
- package/src/colornames.csv +13 -40
- package/tests/_utils/report.js +76 -0
- package/tests/csv-test-data.js +108 -0
- package/tests/duplicate-allowlist.json +28 -1
- package/tests/duplicate-plurals-allowlist.json +4 -1
- package/tests/duplicates.test.js +134 -40
- package/tests/formats.test.js +9 -8
- package/tests/imports.test.js +12 -14
- package/tests/sorting.test.js +10 -12
- package/tests/validations.test.js +219 -0
|
@@ -1253,7 +1253,7 @@ Illicit Pink,#ff5ccd
|
|
|
1253
1253
|
Illuminating,#eeee77
|
|
1254
1254
|
Imperial,#602f6b
|
|
1255
1255
|
Imperial Red,#ec2938
|
|
1256
|
-
In
|
|
1256
|
+
In a Pickle,#978c59
|
|
1257
1257
|
In the Dark,#3b3c41
|
|
1258
1258
|
In the Pink,#f4c4d0
|
|
1259
1259
|
In the Red,#ff2233
|
|
@@ -2271,6 +2271,7 @@ Red Reign,#800707
|
|
|
2271
2271
|
Red Republic,#d70200
|
|
2272
2272
|
Red Ribbon,#ed0a3f
|
|
2273
2273
|
Red Robin,#7d4138
|
|
2274
|
+
Red Seal,#c92d21
|
|
2274
2275
|
Red Stop,#ff2222
|
|
2275
2276
|
Red Tape,#cc1133
|
|
2276
2277
|
Red-Handed,#dd2233
|
|
@@ -2500,6 +2501,7 @@ Sour Cherry,#e24736
|
|
|
2500
2501
|
Sour Green,#c1e613
|
|
2501
2502
|
Sour Lemon,#ffeea5
|
|
2502
2503
|
Sour Lime,#acc326
|
|
2504
|
+
Sour Veil,#ffffbf
|
|
2503
2505
|
Sour Yellow,#eeff04
|
|
2504
2506
|
Soviet Gold,#ffd900
|
|
2505
2507
|
Soy Milk,#d5d2c7
|
|
@@ -2910,7 +2912,6 @@ Xoxo,#f08497
|
|
|
2910
2912
|
Yacht Club,#566062
|
|
2911
2913
|
Yakitori,#ecab3f
|
|
2912
2914
|
Yang Mist,#ede8dd
|
|
2913
|
-
Yell Yellow,#ffffbf
|
|
2914
2915
|
Yellow,#ffff00
|
|
2915
2916
|
Yellow Chalk,#f5f9ad
|
|
2916
2917
|
Yellow Mana,#fdfcbf
|