color-name-list 11.10.1 → 11.11.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/linting.yml +2 -2
- package/.husky/pre-commit +2 -0
- package/CODE_OF_CONDUCT.md +1 -1
- package/README.md +67 -56
- package/changes.svg +1 -1
- package/dist/colornames.csv +1 -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.umd.js +1 -1
- package/dist/colornames.xml +4 -0
- package/dist/colornames.yaml +3 -0
- package/dist/history.json +1 -1
- package/package.json +7 -3
- package/scripts/sortSrc.js +57 -0
- package/src/colornames.csv +1 -0
package/dist/colornames.xml
CHANGED
|
@@ -69785,6 +69785,10 @@
|
|
|
69785
69785
|
<hex>#9e9f9e</hex>
|
|
69786
69786
|
</color>
|
|
69787
69787
|
<color>
|
|
69788
|
+
<name>MoS₂ Cyan</name>
|
|
69789
|
+
<hex>#00e6d3</hex>
|
|
69790
|
+
</color>
|
|
69791
|
+
<color>
|
|
69788
69792
|
<name>Mosaic Blue</name>
|
|
69789
69793
|
<hex>#007c94</hex>
|
|
69790
69794
|
</color>
|
package/dist/colornames.yaml
CHANGED
|
@@ -52336,6 +52336,9 @@
|
|
|
52336
52336
|
-
|
|
52337
52337
|
name:"Mortar Grey"
|
|
52338
52338
|
hex:"#9e9f9e"
|
|
52339
|
+
-
|
|
52340
|
+
name:"MoS₂ Cyan"
|
|
52341
|
+
hex:"#00e6d3"
|
|
52339
52342
|
-
|
|
52340
52343
|
name:"Mosaic Blue"
|
|
52341
52344
|
hex:"#007c94"
|