@mrts/colorsets 0.3.30 → 0.3.32
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/dist/index.mjs +3 -0
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3924,6 +3924,9 @@ for (const cname of Object.keys(tw4Colors)) {
|
|
|
3924
3924
|
const m = cname.match(colorNameRE);
|
|
3925
3925
|
if (m != void 0 && tw4ColorNames.indexOf(m[1]) < 0) tw4ColorNames.push(m[1]);
|
|
3926
3926
|
}
|
|
3927
|
+
Object.freeze(tw4Colors);
|
|
3928
|
+
Object.freeze(tw4ColorSteps);
|
|
3929
|
+
Object.freeze(tw4ColorNames);
|
|
3927
3930
|
|
|
3928
3931
|
//#endregion
|
|
3929
3932
|
//#region src/data/cssNamed.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrts/colorsets",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.32",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A simple example library built by tsdown",
|
|
6
6
|
"type": "module",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "6afb0f519a59d4147fa1b14113879a76d06bdd41"
|
|
36
36
|
}
|