@nortic/citronkaka-ui 0.1.1-beta.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -284,7 +284,7 @@ class v {
284
284
  */
285
285
  async loadUI() {
286
286
  try {
287
- const { NorticCookieConsentDialog: e } = await import("./index-BYym5AkI.js");
287
+ const { NorticCookieConsentDialog: e } = await import("./index-BzlU-YQD.js");
288
288
  window.customElements.get("nortic-cookie-consent-dialog") || window.customElements.define("nortic-cookie-consent-dialog", e), this.ui = document.createElement("nortic-cookie-consent-dialog"), this.ui.setAttribute("data-testid", "cookie-consent"), document.body.appendChild(this.ui);
289
289
  } catch (e) {
290
290
  console.error("Failed to load the cookie consent dialog:", e);