@sprucelabs/spruce-heartwood-utils 37.2.12 → 37.2.13

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.
@@ -204,6 +204,7 @@ export const heartwoodTheme = {
204
204
  },
205
205
  cardStyles: {
206
206
  heading: {
207
+ backgroundColor: 'transparent',
207
208
  headerBackgroundColor: 'transparent',
208
209
  headerForegroundColor: '#ffffff',
209
210
  bodyBackgroundColor: 'transparent',
@@ -212,6 +213,7 @@ export const heartwoodTheme = {
212
213
  footerForegroundColor: '#ffffff',
213
214
  },
214
215
  visual: {
216
+ backgroundColor: 'transparent',
215
217
  headerForegroundColor: '#ffffff',
216
218
  headerBackgroundColor: 'transparent',
217
219
  bodyForegroundColor: '#ffffff',
@@ -181,6 +181,7 @@ exports.heartwoodTheme = {
181
181
  },
182
182
  cardStyles: {
183
183
  heading: {
184
+ backgroundColor: 'transparent',
184
185
  headerBackgroundColor: 'transparent',
185
186
  headerForegroundColor: '#ffffff',
186
187
  bodyBackgroundColor: 'transparent',
@@ -189,6 +190,7 @@ exports.heartwoodTheme = {
189
190
  footerForegroundColor: '#ffffff',
190
191
  },
191
192
  visual: {
193
+ backgroundColor: 'transparent',
192
194
  headerForegroundColor: '#ffffff',
193
195
  headerBackgroundColor: 'transparent',
194
196
  bodyForegroundColor: '#ffffff',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-heartwood-utils",
3
3
  "description": "Heartwood Utilities",
4
- "version": "37.2.12",
4
+ "version": "37.2.13",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },