sfc-utils 1.4.40 → 1.4.42

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.
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: {
@@ -189,7 +189,7 @@ let getBrands = function(market){
189
189
  "twitter": "seattlepi",
190
190
  "invert": true,
191
191
  "gaAccount": "UA-1616916-99",
192
- "subscribeLink": "https://www.seattlepi.com/",
192
+ "subscribeLink": "",
193
193
  "sailCustomer": "da30899589786517b0c0cead37a48b06",
194
194
  "sailSiteName": "seattle-post-intelligencer",
195
195
  "siteId": 20
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: {
@@ -194,7 +194,7 @@ let getBrands2 = function(market){
194
194
  "twitter": "seattlepi",
195
195
  "invert": true,
196
196
  "gaAccount": "UA-1616916-99",
197
- "subscribeLink": "https://www.seattlepi.com/",
197
+ "subscribeLink": "",
198
198
  "sailCustomer": "da30899589786517b0c0cead37a48b06",
199
199
  "sailSiteName": "seattle-post-intelligencer",
200
200
  "siteId": 20
package/nav2.js CHANGED
@@ -170,7 +170,7 @@ let getNav2 = function (
170
170
  </div>
171
171
  </a>
172
172
  </div>
173
- <div class="nav2-right">
173
+ <div class="nav2-right ${subscribeLink ? "" : "hide-sub"}">
174
174
  ${rightBlock}
175
175
  </div>
176
176
  ${subnav}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.40",
3
+ "version": "1.4.42",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",