@sprucelabs/spruce-heartwood-utils 29.13.9 → 29.13.10

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.
@@ -154,7 +154,14 @@ export const heartwoodTheme = {
154
154
  criticalForegroundColor: '#fafafa',
155
155
  criticalBackgroundColor: '#f54242',
156
156
  },
157
- cardStyles: {},
157
+ cardStyles: {
158
+ visual: {
159
+ foregroundColor: '#ffffff',
160
+ backgroundColor: 'transparent',
161
+ headerForegroundColor: '#ffffff',
162
+ headerBackgroundColor: 'transparent',
163
+ },
164
+ },
158
165
  statusIndicators: {
159
166
  color1: '#228B22',
160
167
  color2: '#C4C036',
@@ -132,7 +132,14 @@ exports.heartwoodTheme = {
132
132
  criticalForegroundColor: '#fafafa',
133
133
  criticalBackgroundColor: '#f54242',
134
134
  },
135
- cardStyles: {},
135
+ cardStyles: {
136
+ visual: {
137
+ foregroundColor: '#ffffff',
138
+ backgroundColor: 'transparent',
139
+ headerForegroundColor: '#ffffff',
140
+ headerBackgroundColor: 'transparent',
141
+ },
142
+ },
136
143
  statusIndicators: {
137
144
  color1: '#228B22',
138
145
  color2: '#C4C036',
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.13.9",
4
+ "version": "29.13.10",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },