sfc-utils 1.4.40 → 1.4.41

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.
Files changed (3) hide show
  1. package/brands.js +1 -1
  2. package/brands2.js +1 -1
  3. package/package.json +1 -1
package/brands.js CHANGED
@@ -180,7 +180,7 @@ let getBrands = function(market){
180
180
  },
181
181
  Seattle: {
182
182
  styles: {
183
- "@brand": "#900900",
183
+ "@brand": "#3F8395",
184
184
  "@brand-secondary": "#189196"
185
185
  },
186
186
  attributes: {
package/brands2.js CHANGED
@@ -185,7 +185,7 @@ let getBrands2 = function(market){
185
185
  },
186
186
  Seattle: {
187
187
  styles: {
188
- "@brand": "#900900",
188
+ "@brand": "#3F8395",
189
189
  "@brand-secondary": "#189196"
190
190
  },
191
191
  attributes: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.40",
3
+ "version": "1.4.41",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",