sfc-utils
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -12,3 +12,3 @@ | ||
// Safecheck for treg since it might not be global yet | ||
if (window && window.treg && window.treg.identity && window.treg.identity.isEntitled){ | ||
if (window && window.treg && window.treg.identity && window.treg.identity.id){ | ||
// We got a valid entitlement! Let's see if the button exists and swap our new one in | ||
@@ -15,0 +15,0 @@ const subButton = documment.querySelector('.sub-box') |
@@ -254,3 +254,4 @@ | ||
let { getBlueconic } = require('./blueconic') | ||
let { pollForAccount } = require('./accountswap') | ||
module.exports = { appCheck, blendHDN, getSettings, getBrands, getNav, getNav2, getSpecialNav, getFooter, getTopper, getBlueconic } | ||
module.exports = { appCheck, blendHDN, getSettings, getBrands, getNav, getNav2, getSpecialNav, getFooter, getTopper, getBlueconic, pollForAccount } |
{ | ||
"name": "sfc-utils", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"author": "ewagstaff <evanjwagstaff@gmail.com>", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -16,2 +16,4 @@ # utils | ||
`nav2.js` overhauls our existing nav and includes styles that are bundled in this repo, giving us an extra level of control. | ||
`topper.js` implements a cool standardized set of topper options. Great for templates! If story_settings is configured with the right columns, this should be standard across projects. | ||
@@ -18,0 +20,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119694
3063
70