@sprucelabs/spruce-heartwood-utils 29.13.8 → 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.
@@ -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
|
-
|
129
|
-
|
128
|
+
controlBar: {
|
129
|
+
foregroundColor: 'black',
|
130
|
+
backgroundColor: 'white',
|
131
|
+
},
|
130
132
|
toolBeltColor2: '#f1f1f1',
|
131
133
|
errorColor1: '#fff',
|
132
134
|
errorColor1Inverse: '#FF3326',
|
@@ -152,6 +154,14 @@ export const heartwoodTheme = {
|
|
152
154
|
criticalForegroundColor: '#fafafa',
|
153
155
|
criticalBackgroundColor: '#f54242',
|
154
156
|
},
|
157
|
+
cardStyles: {
|
158
|
+
visual: {
|
159
|
+
foregroundColor: '#ffffff',
|
160
|
+
backgroundColor: 'transparent',
|
161
|
+
headerForegroundColor: '#ffffff',
|
162
|
+
headerBackgroundColor: 'transparent',
|
163
|
+
},
|
164
|
+
},
|
155
165
|
statusIndicators: {
|
156
166
|
color1: '#228B22',
|
157
167
|
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
|
-
|
107
|
-
|
106
|
+
controlBar: {
|
107
|
+
foregroundColor: 'black',
|
108
|
+
backgroundColor: 'white',
|
109
|
+
},
|
108
110
|
toolBeltColor2: '#f1f1f1',
|
109
111
|
errorColor1: '#fff',
|
110
112
|
errorColor1Inverse: '#FF3326',
|
@@ -130,6 +132,14 @@ exports.heartwoodTheme = {
|
|
130
132
|
criticalForegroundColor: '#fafafa',
|
131
133
|
criticalBackgroundColor: '#f54242',
|
132
134
|
},
|
135
|
+
cardStyles: {
|
136
|
+
visual: {
|
137
|
+
foregroundColor: '#ffffff',
|
138
|
+
backgroundColor: 'transparent',
|
139
|
+
headerForegroundColor: '#ffffff',
|
140
|
+
headerBackgroundColor: 'transparent',
|
141
|
+
},
|
142
|
+
},
|
133
143
|
statusIndicators: {
|
134
144
|
color1: '#228B22',
|
135
145
|
color2: '#C4C036',
|