sfc-utils 1.4.197 → 1.4.199

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/blueconic.js CHANGED
@@ -121,6 +121,9 @@ let getBlueconic = function (domain) {
121
121
  case "statesman.com":
122
122
  subdomain = "t235";
123
123
  break;
124
+ case "dallasnews.com":
125
+ subdomain = "p569";
126
+ break;
124
127
  }
125
128
 
126
129
  // If we found a subdomain, swap in the new script
package/brands3.js CHANGED
@@ -226,6 +226,25 @@ let getBrands3 = function (market) {
226
226
  siteCode: "statesman",
227
227
  },
228
228
  },
229
+ Dallas: {
230
+ styles: {
231
+ "@brand": "#1665CF",
232
+ "@brand-secondary": "#303030",
233
+ },
234
+ attributes: {
235
+ marketPrefix: "dallasnews",
236
+ siteName: "Dallas Morning News",
237
+ twitter: "dallasnews",
238
+ invert: true,
239
+ // We're faking all this stuff below until Dallas is actually in WCM
240
+ gaAccount: "UA-1616916-99",
241
+ subscribeLink: "https://join.dallasnews.com/",
242
+ sailCustomer: "",
243
+ sailSiteName: "",
244
+ siteId: 101,
245
+ siteCode: "dallasnews",
246
+ },
247
+ },
229
248
  /* Misc */
230
249
  TK: {
231
250
  styles: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.197",
3
+ "version": "1.4.199",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",