@lu-development/ux-gdpr-consent
Advanced tools
Comparing version 1.0.5 to 1.0.6
# UX GDPR Consent Dialog | ||
## 1.0.6 | ||
- use `content-box` for FF ESR & Edge | ||
## 1.0.5 | ||
- fix build scripts to run build process first | ||
## 1.0.4 | ||
@@ -4,0 +12,0 @@ |
@@ -100,5 +100,5 @@ 'use strict'; | ||
get el() { return core.getElement(this); } | ||
static get style() { return ":host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;position:fixed;bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;background:#fff;font-family:Roboto,sans-serif;font-size:1em;-webkit-box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);z-index:100000}:host .ux-gdpr__text-container{padding:1.714285714em 1.714285714em 1.571428571em;-ms-flex:0 1 26.642857143em;flex:0 1 26.642857143em}:host .ux-gdpr__header{margin:0 0 .571428571em;font-size:1em;font-weight:500;line-height:1}:host .ux-gdpr__description,:host .ux-gdpr__header{-ms-flex:1 1 100%;flex:1 1 100%;font-family:inherit}:host .ux-gdpr__description{margin:0;font-size:.857142857em}:host .ux-gdpr__link,:host .ux-gdpr__link:visited{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;color:#2272bd;text-decoration:none}:host .ux-gdpr__link:focus,:host .ux-gdpr__link:visited:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__action-container{padding:0 2em 0;display:-ms-flexbox;display:flex;-ms-flex:0 1 17.142857143em;flex:0 1 17.142857143em;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{border-radius:.142857143em;margin:0 0 2em 0;padding:0;height:2.833333333em;-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;border:none;background:none;font-family:inherit;font-size:.857142857em;font-weight:300}:host .ux-gdpr__button_grant:focus,:host .ux-gdpr__button_revoke:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__button_revoke{-ms-flex-order:0;order:0;width:9.166666667em;background-color:#fff;color:#2272bd;-webkit-box-shadow:inset 0 0 0 .071428571em #c6c7c9;box-shadow:inset 0 0 0 .071428571em #c6c7c9}:host .ux-gdpr__button_grant{-ms-flex-order:1;order:1;width:13.333333333em;background-color:#2272bd;color:#fff}\@media (min-width:21.375em){:host .ux-gdpr__action-container{-ms-flex:0 1 20.428571429em;flex:0 1 20.428571429em;-ms-flex-pack:justify;justify-content:space-between}}\@media (min-width:45em){:host{-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__text-container{padding:1.714285714em 2.285714286em 1.571428571em;-ms-flex:1 1 100%;flex:1 1 100%;max-width:82.428571429em}:host .ux-gdpr__action-container{padding:0 2.285714286em 0 0;-ms-flex:0 0 20.428571429em;flex:0 0 20.428571429em;-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{margin:0}}"; } | ||
static get style() { return ":host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;position:fixed;bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;background:#fff;font-family:Roboto,sans-serif;font-size:1em;-webkit-box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);z-index:100000}:host *{-webkit-box-sizing:content-box;box-sizing:content-box}:host .ux-gdpr__text-container{padding:1.714285714em 1.714285714em 1.571428571em;-ms-flex:0 1 26.642857143em;flex:0 1 26.642857143em}:host .ux-gdpr__header{margin:0 0 .571428571em;font-size:1em;font-weight:500;line-height:1}:host .ux-gdpr__description,:host .ux-gdpr__header{-ms-flex:1 1 100%;flex:1 1 100%;font-family:inherit}:host .ux-gdpr__description{margin:0;font-size:.857142857em}:host .ux-gdpr__link,:host .ux-gdpr__link:visited{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;color:#2272bd;text-decoration:none}:host .ux-gdpr__link:focus,:host .ux-gdpr__link:visited:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__action-container{padding:0 2em 0;display:-ms-flexbox;display:flex;-ms-flex:0 1 17.142857143em;flex:0 1 17.142857143em;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{border-radius:.142857143em;margin:0 0 2em 0;padding:0;height:2.833333333em;-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;border:none;background:none;font-family:inherit;font-size:.857142857em;font-weight:300}:host .ux-gdpr__button_grant:focus,:host .ux-gdpr__button_revoke:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__button_revoke{-ms-flex-order:0;order:0;width:9.166666667em;background-color:#fff;color:#2272bd;-webkit-box-shadow:inset 0 0 0 .071428571em #c6c7c9;box-shadow:inset 0 0 0 .071428571em #c6c7c9}:host .ux-gdpr__button_grant{-ms-flex-order:1;order:1;width:13.333333333em;background-color:#2272bd;color:#fff}\@media (min-width:24.375em){:host .ux-gdpr__action-container{-ms-flex:0 1 20.428571429em;flex:0 1 20.428571429em;-ms-flex-pack:justify;justify-content:space-between}}\@media (min-width:45em){:host{-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__text-container{padding:1.714285714em 2.285714286em 1.571428571em;-ms-flex:1 1 100%;flex:1 1 100%;max-width:82.428571429em}:host .ux-gdpr__action-container{padding:0 2.285714286em 0 0;-ms-flex:0 0 20.428571429em;flex:0 0 20.428571429em;-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{margin:0}}"; } | ||
}; | ||
exports.ux_gdpr_consent = GdprConsent; |
@@ -170,3 +170,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
Object.defineProperty(class_1, "style", { | ||
get: function () { return ":host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;position:fixed;bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;background:#fff;font-family:Roboto,sans-serif;font-size:1em;-webkit-box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);z-index:100000}:host .ux-gdpr__text-container{padding:1.714285714em 1.714285714em 1.571428571em;-ms-flex:0 1 26.642857143em;flex:0 1 26.642857143em}:host .ux-gdpr__header{margin:0 0 .571428571em;font-size:1em;font-weight:500;line-height:1}:host .ux-gdpr__description,:host .ux-gdpr__header{-ms-flex:1 1 100%;flex:1 1 100%;font-family:inherit}:host .ux-gdpr__description{margin:0;font-size:.857142857em}:host .ux-gdpr__link,:host .ux-gdpr__link:visited{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;color:#2272bd;text-decoration:none}:host .ux-gdpr__link:focus,:host .ux-gdpr__link:visited:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__action-container{padding:0 2em 0;display:-ms-flexbox;display:flex;-ms-flex:0 1 17.142857143em;flex:0 1 17.142857143em;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{border-radius:.142857143em;margin:0 0 2em 0;padding:0;height:2.833333333em;-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;border:none;background:none;font-family:inherit;font-size:.857142857em;font-weight:300}:host .ux-gdpr__button_grant:focus,:host .ux-gdpr__button_revoke:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__button_revoke{-ms-flex-order:0;order:0;width:9.166666667em;background-color:#fff;color:#2272bd;-webkit-box-shadow:inset 0 0 0 .071428571em #c6c7c9;box-shadow:inset 0 0 0 .071428571em #c6c7c9}:host .ux-gdpr__button_grant{-ms-flex-order:1;order:1;width:13.333333333em;background-color:#2272bd;color:#fff}\@media (min-width:21.375em){:host .ux-gdpr__action-container{-ms-flex:0 1 20.428571429em;flex:0 1 20.428571429em;-ms-flex-pack:justify;justify-content:space-between}}\@media (min-width:45em){:host{-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__text-container{padding:1.714285714em 2.285714286em 1.571428571em;-ms-flex:1 1 100%;flex:1 1 100%;max-width:82.428571429em}:host .ux-gdpr__action-container{padding:0 2.285714286em 0 0;-ms-flex:0 0 20.428571429em;flex:0 0 20.428571429em;-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{margin:0}}"; }, | ||
get: function () { return ":host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;position:fixed;bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;background:#fff;font-family:Roboto,sans-serif;font-size:1em;-webkit-box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);z-index:100000}:host *{-webkit-box-sizing:content-box;box-sizing:content-box}:host .ux-gdpr__text-container{padding:1.714285714em 1.714285714em 1.571428571em;-ms-flex:0 1 26.642857143em;flex:0 1 26.642857143em}:host .ux-gdpr__header{margin:0 0 .571428571em;font-size:1em;font-weight:500;line-height:1}:host .ux-gdpr__description,:host .ux-gdpr__header{-ms-flex:1 1 100%;flex:1 1 100%;font-family:inherit}:host .ux-gdpr__description{margin:0;font-size:.857142857em}:host .ux-gdpr__link,:host .ux-gdpr__link:visited{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;color:#2272bd;text-decoration:none}:host .ux-gdpr__link:focus,:host .ux-gdpr__link:visited:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__action-container{padding:0 2em 0;display:-ms-flexbox;display:flex;-ms-flex:0 1 17.142857143em;flex:0 1 17.142857143em;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{border-radius:.142857143em;margin:0 0 2em 0;padding:0;height:2.833333333em;-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;border:none;background:none;font-family:inherit;font-size:.857142857em;font-weight:300}:host .ux-gdpr__button_grant:focus,:host .ux-gdpr__button_revoke:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__button_revoke{-ms-flex-order:0;order:0;width:9.166666667em;background-color:#fff;color:#2272bd;-webkit-box-shadow:inset 0 0 0 .071428571em #c6c7c9;box-shadow:inset 0 0 0 .071428571em #c6c7c9}:host .ux-gdpr__button_grant{-ms-flex-order:1;order:1;width:13.333333333em;background-color:#2272bd;color:#fff}\@media (min-width:24.375em){:host .ux-gdpr__action-container{-ms-flex:0 1 20.428571429em;flex:0 1 20.428571429em;-ms-flex-pack:justify;justify-content:space-between}}\@media (min-width:45em){:host{-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__text-container{padding:1.714285714em 2.285714286em 1.571428571em;-ms-flex:1 1 100%;flex:1 1 100%;max-width:82.428571429em}:host .ux-gdpr__action-container{padding:0 2.285714286em 0 0;-ms-flex:0 0 20.428571429em;flex:0 0 20.428571429em;-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{margin:0}}"; }, | ||
enumerable: true, | ||
@@ -173,0 +173,0 @@ configurable: true |
@@ -96,5 +96,5 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './core-fab31531.js'; | ||
get el() { return getElement(this); } | ||
static get style() { return ":host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;position:fixed;bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;background:#fff;font-family:Roboto,sans-serif;font-size:1em;-webkit-box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);z-index:100000}:host .ux-gdpr__text-container{padding:1.714285714em 1.714285714em 1.571428571em;-ms-flex:0 1 26.642857143em;flex:0 1 26.642857143em}:host .ux-gdpr__header{margin:0 0 .571428571em;font-size:1em;font-weight:500;line-height:1}:host .ux-gdpr__description,:host .ux-gdpr__header{-ms-flex:1 1 100%;flex:1 1 100%;font-family:inherit}:host .ux-gdpr__description{margin:0;font-size:.857142857em}:host .ux-gdpr__link,:host .ux-gdpr__link:visited{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;color:#2272bd;text-decoration:none}:host .ux-gdpr__link:focus,:host .ux-gdpr__link:visited:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__action-container{padding:0 2em 0;display:-ms-flexbox;display:flex;-ms-flex:0 1 17.142857143em;flex:0 1 17.142857143em;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{border-radius:.142857143em;margin:0 0 2em 0;padding:0;height:2.833333333em;-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;border:none;background:none;font-family:inherit;font-size:.857142857em;font-weight:300}:host .ux-gdpr__button_grant:focus,:host .ux-gdpr__button_revoke:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__button_revoke{-ms-flex-order:0;order:0;width:9.166666667em;background-color:#fff;color:#2272bd;-webkit-box-shadow:inset 0 0 0 .071428571em #c6c7c9;box-shadow:inset 0 0 0 .071428571em #c6c7c9}:host .ux-gdpr__button_grant{-ms-flex-order:1;order:1;width:13.333333333em;background-color:#2272bd;color:#fff}\@media (min-width:21.375em){:host .ux-gdpr__action-container{-ms-flex:0 1 20.428571429em;flex:0 1 20.428571429em;-ms-flex-pack:justify;justify-content:space-between}}\@media (min-width:45em){:host{-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__text-container{padding:1.714285714em 2.285714286em 1.571428571em;-ms-flex:1 1 100%;flex:1 1 100%;max-width:82.428571429em}:host .ux-gdpr__action-container{padding:0 2.285714286em 0 0;-ms-flex:0 0 20.428571429em;flex:0 0 20.428571429em;-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{margin:0}}"; } | ||
static get style() { return ":host([hidden]){display:none}:host{display:-ms-flexbox;display:flex;position:fixed;bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;background:#fff;font-family:Roboto,sans-serif;font-size:1em;-webkit-box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);box-shadow:-14px 0 28px 0 rgba(0,0,0,.18),-10px 0 10px 0 rgba(0,0,0,.09);z-index:100000}:host *{-webkit-box-sizing:content-box;box-sizing:content-box}:host .ux-gdpr__text-container{padding:1.714285714em 1.714285714em 1.571428571em;-ms-flex:0 1 26.642857143em;flex:0 1 26.642857143em}:host .ux-gdpr__header{margin:0 0 .571428571em;font-size:1em;font-weight:500;line-height:1}:host .ux-gdpr__description,:host .ux-gdpr__header{-ms-flex:1 1 100%;flex:1 1 100%;font-family:inherit}:host .ux-gdpr__description{margin:0;font-size:.857142857em}:host .ux-gdpr__link,:host .ux-gdpr__link:visited{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;color:#2272bd;text-decoration:none}:host .ux-gdpr__link:focus,:host .ux-gdpr__link:visited:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__action-container{padding:0 2em 0;display:-ms-flexbox;display:flex;-ms-flex:0 1 17.142857143em;flex:0 1 17.142857143em;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{border-radius:.142857143em;margin:0 0 2em 0;padding:0;height:2.833333333em;-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;border:none;background:none;font-family:inherit;font-size:.857142857em;font-weight:300}:host .ux-gdpr__button_grant:focus,:host .ux-gdpr__button_revoke:focus{outline:none;-webkit-box-shadow:0 0 0 .142857143em #2272bd;box-shadow:0 0 0 .142857143em #2272bd}:host .ux-gdpr__button_revoke{-ms-flex-order:0;order:0;width:9.166666667em;background-color:#fff;color:#2272bd;-webkit-box-shadow:inset 0 0 0 .071428571em #c6c7c9;box-shadow:inset 0 0 0 .071428571em #c6c7c9}:host .ux-gdpr__button_grant{-ms-flex-order:1;order:1;width:13.333333333em;background-color:#2272bd;color:#fff}\@media (min-width:24.375em){:host .ux-gdpr__action-container{-ms-flex:0 1 20.428571429em;flex:0 1 20.428571429em;-ms-flex-pack:justify;justify-content:space-between}}\@media (min-width:45em){:host{-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__text-container{padding:1.714285714em 2.285714286em 1.571428571em;-ms-flex:1 1 100%;flex:1 1 100%;max-width:82.428571429em}:host .ux-gdpr__action-container{padding:0 2.285714286em 0 0;-ms-flex:0 0 20.428571429em;flex:0 0 20.428571429em;-ms-flex-wrap:nowrap;flex-wrap:nowrap}:host .ux-gdpr__button_grant,:host .ux-gdpr__button_revoke{margin:0}}"; } | ||
}; | ||
export { GdprConsent as ux_gdpr_consent }; |
@@ -1,1 +0,1 @@ | ||
System.register(["./p-3f6f6132.system.js"],(function(){"use strict";var e,n;return{setters:[function(t){e=t.p;n=t.b}],execute:function(){e().then((function(e){return n([["p-zptsvna8.system",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e)}))}}})); | ||
System.register(["./p-3f6f6132.system.js"],(function(){"use strict";var e,n;return{setters:[function(t){e=t.p;n=t.b}],execute:function(){e().then((function(e){return n([["p-3as1vwo9.system",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e)}))}}})); |
@@ -1,1 +0,1 @@ | ||
import{p as e,b as o}from"./p-552631d0.js";e().then(e=>o([["p-y7pv7vbh",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e)); | ||
import{p as e,b as o}from"./p-552631d0.js";e().then(e=>o([["p-7kl9iqut",[[1,"ux-gdpr-consent",{hidden:[32],grantConsentCookie:[64],revokeConsentCookie:[64],resetConsentCookie:[64]},[[4,"gdpr-consent-revoke","handleRevoke"],[4,"gdpr-consent-reset","handleReset"]]]]]],e)); |
{ | ||
"name": "@lu-development/ux-gdpr-consent", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "GDPR compliance plugin", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
777696
11837
16