@vaadin/cookie-consent
Advanced tools
Comparing version 23.0.9 to 23.0.10
{ | ||
"name": "@vaadin/cookie-consent", | ||
"version": "23.0.9", | ||
"version": "23.0.10", | ||
"publishConfig": { | ||
@@ -37,6 +37,6 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^23.0.9", | ||
"@vaadin/component-base": "^23.0.10", | ||
"@vaadin/vaadin-license-checker": "^2.1.0", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.9", | ||
"@vaadin/vaadin-material-styles": "^23.0.9", | ||
"@vaadin/vaadin-lumo-styles": "^23.0.10", | ||
"@vaadin/vaadin-material-styles": "^23.0.10", | ||
"cookieconsent": "^3.0.6" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3" | ||
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3" | ||
} |
@@ -63,3 +63,3 @@ /** | ||
type: String, | ||
value: 'This website uses cookies to ensure you get the best experience.' | ||
value: 'This website uses cookies to ensure you get the best experience.', | ||
}, | ||
@@ -73,3 +73,3 @@ | ||
type: String, | ||
value: 'Got it!' | ||
value: 'Got it!', | ||
}, | ||
@@ -84,3 +84,3 @@ | ||
type: String, | ||
value: 'Learn more' | ||
value: 'Learn more', | ||
}, | ||
@@ -95,3 +95,3 @@ | ||
type: String, | ||
value: 'https://cookiesandyou.com/' | ||
value: 'https://cookiesandyou.com/', | ||
}, | ||
@@ -102,3 +102,3 @@ | ||
type: Boolean, | ||
computed: '_showLink(learnMoreLink)' | ||
computed: '_showLink(learnMoreLink)', | ||
}, | ||
@@ -116,3 +116,3 @@ | ||
type: String, | ||
value: 'top' | ||
value: 'top', | ||
}, | ||
@@ -129,3 +129,3 @@ | ||
type: String, | ||
value: 'cookieconsent_status' | ||
value: 'cookieconsent_status', | ||
}, | ||
@@ -135,4 +135,4 @@ | ||
_css: { | ||
type: Object | ||
} | ||
type: Object, | ||
}, | ||
}; | ||
@@ -171,3 +171,3 @@ } | ||
popup: { | ||
background: '#000' | ||
background: '#000', | ||
}, | ||
@@ -179,4 +179,4 @@ button: { | ||
background: 'rgba(22, 118, 243, 0.95)', | ||
hover: 'rgba(22, 118, 243, 1)' | ||
} | ||
hover: 'rgba(22, 118, 243, 1)', | ||
}, | ||
}, | ||
@@ -188,8 +188,8 @@ showLink: this._showLearnMore, | ||
link: this.learnMore, | ||
href: this.learnMoreLink | ||
href: this.learnMoreLink, | ||
}, | ||
cookie: { | ||
name: this.cookieName | ||
name: this.cookieName, | ||
}, | ||
position: this.position | ||
position: this.position, | ||
}); | ||
@@ -196,0 +196,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
30368