@getcoherent/cli 0.5.6 → 0.5.7

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 (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5530,7 +5530,8 @@ function replaceRawColors(classes, colorMap) {
5530
5530
  }
5531
5531
  if (prefix === "from" || prefix === "to" || prefix === "via") {
5532
5532
  changed = true;
5533
- if (n >= 100 && n <= 300) return statePrefix + (isDestructive ? `${prefix}-destructive/20` : `${prefix}-primary/20`);
5533
+ if (n >= 100 && n <= 300)
5534
+ return statePrefix + (isDestructive ? `${prefix}-destructive/20` : `${prefix}-primary/20`);
5534
5535
  return statePrefix + (isDestructive ? `${prefix}-destructive` : `${prefix}-primary`);
5535
5536
  }
5536
5537
  return m;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.5.6",
6
+ "version": "0.5.7",
7
7
  "description": "CLI interface for Coherent Design Method",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",