sfc-utils 1.4.197 → 1.4.198

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 (2) hide show
  1. package/brands3.js +19 -0
  2. package/package.json +1 -1
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.198",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",