@getcoherent/cli 0.6.54 → 0.6.55

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -126,7 +126,7 @@ function createMinimalConfig(appName = "My App") {
126
126
  light: {
127
127
  primary: "#3B82F6",
128
128
  secondary: "#8B5CF6",
129
- accent: "#F59E0B",
129
+ accent: "#F3F4F6",
130
130
  success: "#10B981",
131
131
  warning: "#F59E0B",
132
132
  error: "#EF4444",
@@ -139,7 +139,7 @@ function createMinimalConfig(appName = "My App") {
139
139
  dark: {
140
140
  primary: "#60A5FA",
141
141
  secondary: "#A78BFA",
142
- accent: "#FBBF24",
142
+ accent: "#1F2937",
143
143
  success: "#34D399",
144
144
  warning: "#FBBF24",
145
145
  error: "#F87171",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.6.54",
6
+ "version": "0.6.55",
7
7
  "description": "CLI interface for Coherent Design Method",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",