@sprucelabs/spruce-heartwood-utils 29.13.8 → 29.13.9

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.
@@ -125,8 +125,10 @@ export const heartwoodTheme = {
125
125
  color4ComplimentTransparent: 'rgba(0,0,0,0.1)',
126
126
  color4Inverse: 'white',
127
127
  color4InverseCompliment: '#f1eeee',
128
- controlBarColor1: 'black',
129
- controlBarColor2: 'white',
128
+ controlBar: {
129
+ foregroundColor: 'black',
130
+ backgroundColor: 'white',
131
+ },
130
132
  toolBeltColor2: '#f1f1f1',
131
133
  errorColor1: '#fff',
132
134
  errorColor1Inverse: '#FF3326',
@@ -152,6 +154,7 @@ export const heartwoodTheme = {
152
154
  criticalForegroundColor: '#fafafa',
153
155
  criticalBackgroundColor: '#f54242',
154
156
  },
157
+ cardStyles: {},
155
158
  statusIndicators: {
156
159
  color1: '#228B22',
157
160
  color2: '#C4C036',
@@ -103,8 +103,10 @@ exports.heartwoodTheme = {
103
103
  color4ComplimentTransparent: 'rgba(0,0,0,0.1)',
104
104
  color4Inverse: 'white',
105
105
  color4InverseCompliment: '#f1eeee',
106
- controlBarColor1: 'black',
107
- controlBarColor2: 'white',
106
+ controlBar: {
107
+ foregroundColor: 'black',
108
+ backgroundColor: 'white',
109
+ },
108
110
  toolBeltColor2: '#f1f1f1',
109
111
  errorColor1: '#fff',
110
112
  errorColor1Inverse: '#FF3326',
@@ -130,6 +132,7 @@ exports.heartwoodTheme = {
130
132
  criticalForegroundColor: '#fafafa',
131
133
  criticalBackgroundColor: '#f54242',
132
134
  },
135
+ cardStyles: {},
133
136
  statusIndicators: {
134
137
  color1: '#228B22',
135
138
  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.8",
4
+ "version": "29.13.9",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },