@bolt/analytics-autolink
Advanced tools
Comparing version 2.28.1-canary.13638.5.0 to 2.28.1-canary.13668.5.0
@@ -52,3 +52,3 @@ import { renderWC } from '../../../testing/testing-helpers'; | ||
btn.textContent = 'External URL - Shadow DOM Test'; | ||
btn.setAttribute('url', 'https://www.brightcove.com'); | ||
btn.setAttribute('url', 'https://www.boltdesignsystem.com'); | ||
document.body.appendChild(btn); | ||
@@ -77,3 +77,3 @@ }); | ||
const btn = document.querySelector('bolt-button'); | ||
btn.setAttribute('url', 'https://www.brightcove.com'); | ||
btn.setAttribute('url', 'https://www.boltdesignsystem.com'); | ||
btn.setAttribute('color', 'secondary'); | ||
@@ -87,3 +87,3 @@ return document.body.innerHTML; | ||
expect(currentUrl).toContain('_ga'); | ||
expect(currentUrl).toContain('brightcove.com'); | ||
expect(currentUrl).toContain('boltdesignsystem.com'); | ||
}, 5000); | ||
@@ -90,0 +90,0 @@ |
window.bolt = window.bolt || {}; | ||
window.bolt.autolink = { | ||
domains: ['google.com', 'brightcove.com'], | ||
domains: ['google.com', 'boltdesignsystem.com'], | ||
}; | ||
@@ -5,0 +5,0 @@ |
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.28.1-canary.13638.5.0](https://github.com/boltdesignsystem/bolt/compare/v2.28.0...v2.28.1-canary.13638.5.0) (2020-10-23) | ||
## [2.28.1-canary.13668.5.0](https://github.com/boltdesignsystem/bolt/compare/v2.28.0...v2.28.1-canary.13668.5.0) (2020-10-28) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bolt/analytics-autolink |
{ | ||
"name": "@bolt/analytics-autolink", | ||
"version": "2.28.1-canary.13638.5.0", | ||
"version": "2.28.1-canary.13668.5.0", | ||
"description": "Adds Google Analytics tracking support to the Bolt Design System.", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "565610f88bfecc3b0503af517c487dbc73d1c173" | ||
"gitHead": "f25856c2fe308821f29bd75c43d211015bf2d892" | ||
} |
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
22977