@sprucelabs/spruce-heartwood-utils 29.13.18 → 29.13.20

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.
@@ -169,12 +169,12 @@ export const heartwoodTheme = {
169
169
  },
170
170
  cardStyles: {
171
171
  visual: {
172
- foregroundColor: '#ffffff',
173
- backgroundColor: 'transparent',
174
172
  headerForegroundColor: '#ffffff',
175
173
  headerBackgroundColor: 'transparent',
174
+ bodyForegroundColor: '#ffffff',
175
+ bodyBackgroundColor: 'rgba(0,0,0,0.6)',
176
176
  footerForegroundColor: '#ffffff',
177
- footerBackgroundColor: 'transparent',
177
+ footerBackgroundColor: 'rgba(0,0,0,0.6)',
178
178
  },
179
179
  },
180
180
  statusIndicators: {
@@ -146,12 +146,12 @@ exports.heartwoodTheme = {
146
146
  },
147
147
  cardStyles: {
148
148
  visual: {
149
- foregroundColor: '#ffffff',
150
- backgroundColor: 'transparent',
151
149
  headerForegroundColor: '#ffffff',
152
150
  headerBackgroundColor: 'transparent',
151
+ bodyForegroundColor: '#ffffff',
152
+ bodyBackgroundColor: 'rgba(0,0,0,0.6)',
153
153
  footerForegroundColor: '#ffffff',
154
- footerBackgroundColor: 'transparent',
154
+ footerBackgroundColor: 'rgba(0,0,0,0.6)',
155
155
  },
156
156
  },
157
157
  statusIndicators: {
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.18",
4
+ "version": "29.13.20",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },