@sprucelabs/spruce-heartwood-utils 29.13.16 → 29.13.17

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.
@@ -126,10 +126,10 @@ export const heartwoodTheme = {
126
126
  color1Inverse: '#0f4c8a',
127
127
  color1InverseGradient: 'linear-gradient(to left, #24c6dc, #514a9d)',
128
128
  color2: '#757575',
129
- color2Compliment: '#757575',
129
+ color2Compliment: '#615f5f',
130
130
  color2Transparent: 'rgba(0,0,0,0.6)',
131
131
  color2Inverse: 'white',
132
- color2InverseTransparent: 'rgba(255,255,255,0.9)',
132
+ color2InverseTransparent: 'rgba(255,255,255,0.6)',
133
133
  color3: '#303030',
134
134
  color3Compliment: '#a7a7a7',
135
135
  color3Inverse: '#fafafa',
@@ -103,10 +103,10 @@ exports.heartwoodTheme = {
103
103
  color1Inverse: '#0f4c8a',
104
104
  color1InverseGradient: 'linear-gradient(to left, #24c6dc, #514a9d)',
105
105
  color2: '#757575',
106
- color2Compliment: '#757575',
106
+ color2Compliment: '#615f5f',
107
107
  color2Transparent: 'rgba(0,0,0,0.6)',
108
108
  color2Inverse: 'white',
109
- color2InverseTransparent: 'rgba(255,255,255,0.9)',
109
+ color2InverseTransparent: 'rgba(255,255,255,0.6)',
110
110
  color3: '#303030',
111
111
  color3Compliment: '#a7a7a7',
112
112
  color3Inverse: '#fafafa',
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.16",
4
+ "version": "29.13.17",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },