sfc-utils 1.3.73 → 1.3.74

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.
@@ -60,6 +60,8 @@ function formatHDN(isEmbedded, url_add, meta) {
60
60
  // Put url_add into a new meta object to pass in
61
61
  const metaHDN = Object.assign({}, meta)
62
62
  metaHDN.URL_ADD = url_add
63
+ // Add sailthru var
64
+ metaHDN.SAIL_CUST = thisBrand.attributes.sailCustomer
63
65
  // Make sure this is free on app
64
66
  if (isApp) {
65
67
  metaHDN.PAYWALL_SETTING = "free"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.3.73",
3
+ "version": "1.3.74",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",
@@ -56,12 +56,14 @@
56
56
  //color variables
57
57
  @white: #FFFFFF;
58
58
  @black: #111111;
59
+ @off-white: #FCFCFC;
59
60
 
60
61
  @grey-100: #3E3E3E;
61
62
  @grey-75: #676767;
62
63
  @grey-50: #909090;
63
64
  @grey-25: #C7C7C7;
64
65
  @grey-0: #E1E1E1;
66
+ @grey-00: #EFEFEF;
65
67
  @grey-pale: #F4F4F4;
66
68
 
67
69
  //brights: best used as highlights or spot colors