@vaadin/cookie-consent
Advanced tools
Comparing version 23.1.0-alpha3 to 23.1.0-alpha4
{ | ||
"name": "@vaadin/cookie-consent", | ||
"version": "23.1.0-alpha3", | ||
"version": "23.1.0-alpha4", | ||
"publishConfig": { | ||
@@ -37,6 +37,6 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.1.0-alpha3", | ||
"@vaadin/component-base": "23.1.0-alpha4", | ||
"@vaadin/vaadin-license-checker": "^2.1.0", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4", | ||
"@vaadin/vaadin-material-styles": "23.1.0-alpha4", | ||
"cookieconsent": "^3.0.6" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85" | ||
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71" | ||
} |
@@ -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 @@ |
30400
+ Added@vaadin/component-base@23.1.0-alpha4(transitive)
+ Added@vaadin/icon@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-material-styles@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-alpha4(transitive)
- Removed@vaadin/component-base@23.1.0-alpha3(transitive)
- Removed@vaadin/icon@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-material-styles@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.1.0-alpha3(transitive)