@vaadin/cookie-consent
Advanced tools
Comparing version 24.0.0-alpha6 to 24.0.0-alpha7
{ | ||
"name": "@vaadin/cookie-consent", | ||
"version": "24.0.0-alpha6", | ||
"version": "24.0.0-alpha7", | ||
"publishConfig": { | ||
@@ -39,5 +39,5 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.0.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "24.0.0-alpha6", | ||
"@vaadin/component-base": "24.0.0-alpha7", | ||
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha7", | ||
"@vaadin/vaadin-material-styles": "24.0.0-alpha7", | ||
"cookieconsent": "^3.0.6" | ||
@@ -54,3 +54,3 @@ }, | ||
], | ||
"gitHead": "0004ac92b6e5f415b5fa949e0582d1d11e527b1f" | ||
"gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/cookie-consent", | ||
"version": "24.0.0-alpha6", | ||
"version": "24.0.0-alpha7", | ||
"description-markup": "markdown", | ||
@@ -82,2 +82,40 @@ "contributions": { | ||
{ | ||
"name": "rootPath", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"string" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "importPath", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"string" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"StampedTemplate", | ||
"HTMLElement", | ||
"ShadowRoot" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "$", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"Object.<string, Element>" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "message", | ||
@@ -84,0 +122,0 @@ "description": "The message to show in the popup.", |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/cookie-consent", | ||
"version": "24.0.0-alpha6", | ||
"version": "24.0.0-alpha7", | ||
"description-markup": "markdown", | ||
@@ -23,2 +23,30 @@ "framework": "lit", | ||
{ | ||
"name": ".rootPath", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".importPath", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".root", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".$", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".message", | ||
@@ -25,0 +53,0 @@ "description": "The message to show in the popup.", |
91209
591
+ Added@vaadin/component-base@24.0.0-alpha7(transitive)
+ Added@vaadin/icon@24.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-material-styles@24.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.0.0-alpha7(transitive)
- Removed@vaadin/component-base@24.0.0-alpha6(transitive)
- Removed@vaadin/icon@24.0.0-alpha6(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.0.0-alpha6(transitive)
- Removed@vaadin/vaadin-material-styles@24.0.0-alpha6(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.0.0-alpha6(transitive)