@sprucelabs/spruce-heartwood-utils 29.8.4 → 29.8.5

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.
@@ -152,5 +152,12 @@ export const heartwoodTheme = {
152
152
  criticalForegroundColor: '#fafafa',
153
153
  criticalBackgroundColor: '#f54242',
154
154
  },
155
+ statusIndicators: {
156
+ color1: '#228B22',
157
+ color2: '#C4C036',
158
+ color3: '#D4A038',
159
+ color4: '#C25C2D',
160
+ color5: '#8B0000',
161
+ },
155
162
  },
156
163
  };
@@ -141,6 +141,13 @@ exports.heartwoodTheme = {
141
141
  criticalForegroundColor: '#fafafa',
142
142
  criticalBackgroundColor: '#f54242',
143
143
  },
144
+ statusIndicators: {
145
+ color1: '#228B22',
146
+ color2: '#C4C036',
147
+ color3: '#D4A038',
148
+ color4: '#C25C2D',
149
+ color5: '#8B0000',
150
+ },
144
151
  },
145
152
  };
146
153
  //# sourceMappingURL=ThemeManager.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-heartwood-utils",
3
3
  "description": "Heartwood Utilities",
4
- "version": "29.8.4",
4
+ "version": "29.8.5",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },