@proximus/lavender-header 2.0.0-alpha.14 → 2.0.0-alpha.141

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.
package/dist/index.es.js CHANGED
@@ -1,29 +1,29 @@
1
- var K = (o) => {
2
- throw TypeError(o);
1
+ var G = (r) => {
2
+ throw TypeError(r);
3
3
  };
4
- var H = (o, t, e) => t.has(o) || K("Cannot " + e);
5
- var d = (o, t, e) => (H(o, t, "read from private field"), e ? e.call(o) : t.get(o)), h = (o, t, e) => t.has(o) ? K("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(o) : t.set(o, e), A = (o, t, e, r) => (H(o, t, "write to private field"), r ? r.call(o, e) : t.set(o, e), e), b = (o, t, e) => (H(o, t, "access private method"), e);
4
+ var F = (r, e, t) => e.has(r) || G("Cannot " + t);
5
+ var d = (r, e, t) => (F(r, e, "read from private field"), t ? t.call(r) : e.get(r)), h = (r, e, t) => e.has(r) ? G("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(r) : e.set(r, t), A = (r, e, t, o) => (F(r, e, "write to private field"), o ? o.call(r, t) : e.set(r, t), t), c = (r, e, t) => (F(r, e, "access private method"), t);
6
6
  import "@proximus/lavender-button-icon";
7
7
  import "@proximus/lavender-cell";
8
- import { WithExtraAttributes as Y, fontsizeValues as mt, PxElement as kt, transferAccessibilityAttributes as yt, fontweightValues as zt, colorValues as wt, checkName as $t } from "@proximus/lavender-common";
8
+ import { WithExtraAttributes as X, fontsizeValues as zt, PxElement as $t, transferAccessibilityAttributes as At, fontweightValues as St, colorValues as Ct, log as P, checkName as Et, WrappedInteractiveStateController as Tt } from "@proximus/lavender-common";
9
9
  import "@proximus/lavender-layout";
10
10
  import "@proximus/lavender-container";
11
11
  import "@proximus/lavender-button";
12
12
  import "@proximus/lavender-section";
13
- const At = ":host{display:block}:host *{box-sizing:border-box}button,a{display:block;font-family:var(--px-font-family);font-size:var(--px-text-size-label-m-mobile);line-height:var(--px-font-line-height-l);color:var(--px-color-text-neutral-default);text-align:center;cursor:pointer;padding:2em 0;height:100%}button:after,a:after{content:attr(data-label);display:block;height:0;width:auto;visibility:hidden;overflow:hidden;-webkit-user-select:none;user-select:none;pointer-events:none;font-weight:var(--px-font-weight-title)}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}button:hover,a:hover{font-weight:var(--px-font-weight-title);color:var(--px-color-background-container-primary-default);padding-block:calc(2em - 2px)}button{margin:0;border:0;border-bottom:2px solid rgba(0,0,0,0);outline:0;background:inherit}button[aria-expanded=true]{font-weight:var(--px-font-weight-title);color:var(--px-color-background-container-primary-default);border-bottom-color:var(--px-color-background-container-primary-default)}a{text-decoration:none}@media only screen and (min-width: 48em){button,a{font-size:var(--px-text-size-label-m-tablet)}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-tablet);outline-width:var(--px-focus-outline-tablet)}}@media only screen and (min-width: 64.0625em){button,a{font-size:var(--px-text-size-label-m-laptop)}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}}@media only screen and (min-width: 90.0625em){button,a{font-size:var(--px-text-size-label-m-desktop)}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}}", et = new CSSStyleSheet();
14
- et.replaceSync(At);
15
- class St extends Y {
13
+ const Lt = ":host{display:block;height:100%}:host *{box-sizing:border-box}button,a{display:flex;flex-direction:column;justify-content:center;font-family:var(--px-font-family);font-size:var(--px-text-size-label-m-mobile);line-height:var(--px-line-height-ratio-l);color:var(--px-color-text-neutral-default);text-align:center;cursor:pointer;padding:var(--px-padding-m-mobile) 0;height:100%}button:after,a:after{content:attr(data-label);display:block;height:0;width:auto;visibility:hidden;overflow:hidden;-webkit-user-select:none;user-select:none;pointer-events:none;font-weight:var(--px-font-weight-title)}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}:host([current]) button,button:hover,:host([current]) a,a:hover{font-weight:var(--px-font-weight-title);color:var(--px-color-background-container-primary-default)}button{margin:var(--px-size-border-m) 0 0 0;height:calc(100% - var(--px-size-border-m));border:0;border-bottom:var(--px-size-border-m) solid transparent;outline:0;background:inherit}button[aria-expanded=true]{font-weight:var(--px-font-weight-title);color:var(--px-color-background-container-primary-default);border-bottom-color:var(--px-color-background-container-primary-default)}a{text-decoration:none}@media screen and (min-width: 48rem){button,a{font-size:var(--px-text-size-label-m-tablet);padding:var(--px-padding-m-tablet) 0}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-tablet);outline-width:var(--px-focus-outline-tablet)}}@media screen and (min-width: 64.0625rem){button,a{font-size:var(--px-text-size-label-m-laptop);padding:var(--px-padding-m-laptop) 0}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}}@media screen and (min-width: 90.0625rem){button,a{font-size:var(--px-text-size-label-m-desktop);padding:var(--px-padding-m-desktop) 0}button:focus-visible,a:focus-visible{outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}}", at = new CSSStyleSheet();
14
+ at.replaceSync(Lt);
15
+ class Mt extends X {
16
16
  constructor() {
17
- var t;
17
+ var e;
18
18
  super(), this.template = () => `${this.getAttribute("href") ? `<a href="${this.getAttribute("href")}" data-label="${this.textContent}">
19
19
  <slot></slot>
20
- </a>` : `<button data-label="${this.textContent}"><slot></slot></button>`}`, this.shadowRoot.innerHTML = this.template(), this.shadowRoot.adoptedStyleSheets = [et], this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this), this.role = "listitem", this.internals && (this.internals.role = "listitem");
20
+ </a>` : `<button data-label="${this.textContent}"><slot></slot></button>`}`, this.shadowRoot.innerHTML = this.template(), this.shadowRoot.adoptedStyleSheets = [at], this.internals = (e = this.attachInternals) == null ? void 0 : e.call(this), this.internals && (this.internals.role = "listitem");
21
21
  }
22
22
  static get observedAttributes() {
23
- return ["for", "href"];
23
+ return ["for", "href", "current"];
24
24
  }
25
25
  connectedCallback() {
26
- this.setAttribute("slot", "header-entries"), this.$button && this.setupButtonA11y(), this.contentObserver = new MutationObserver(() => {
26
+ this.role = "listitem", this.setAttribute("slot", "header-entries"), this.$button && this.setupButtonA11y(), this.contentObserver = new MutationObserver(() => {
27
27
  this.updateDataLabel();
28
28
  }), this.contentObserver.observe(this, {
29
29
  childList: !0,
@@ -34,8 +34,8 @@ class St extends Y {
34
34
  disconnectedCallback() {
35
35
  this.contentObserver.disconnect();
36
36
  }
37
- attributeChangedCallback(t, e, r) {
38
- super.attributeChangedCallback(t, e, r), t === "href" && this.$a && r ? this.shadowRoot.innerHTML = this.template() : t === "for" && this.$button && r && (this.shadowRoot.innerHTML = this.template(), this.setupButtonA11y());
37
+ attributeChangedCallback(e, t, o) {
38
+ super.attributeChangedCallback(e, t, o), e === "href" && t !== o ? this.shadowRoot.innerHTML = this.template() : e === "for" && t !== o && this.$button && (this.shadowRoot.innerHTML = this.template(), this.setupButtonA11y());
39
39
  }
40
40
  setupButtonA11y() {
41
41
  this.$button.ariaExpanded = "false", this.$button.setAttribute("aria-controls", this.for || "");
@@ -46,16 +46,22 @@ class St extends Y {
46
46
  get for() {
47
47
  return this.getAttribute("for");
48
48
  }
49
- set for(t) {
50
- this.setAttribute("for", t);
49
+ set for(e) {
50
+ this.setAttribute("for", e);
51
51
  }
52
52
  get checked() {
53
53
  return this.$button.ariaExpanded === "true";
54
54
  }
55
- set checked(t) {
56
- if (typeof t != "boolean")
55
+ set checked(e) {
56
+ if (typeof e != "boolean")
57
57
  throw new Error("checked must be a boolean");
58
- this.$button && (this.$button.ariaExpanded = `${!!t}`, this.$button.setAttribute("aria-controls", this.for));
58
+ this.$button && (this.$button.ariaExpanded = `${!!e}`, this.$button.setAttribute("aria-controls", this.for));
59
+ }
60
+ get current() {
61
+ return this.hasAttribute("current");
62
+ }
63
+ set current(e) {
64
+ e ? this.setAttribute("current", "") : this.removeAttribute("current");
59
65
  }
60
66
  get $button() {
61
67
  return this.shadowRoot.querySelector("button");
@@ -64,24 +70,25 @@ class St extends Y {
64
70
  return this.shadowRoot.querySelector("a");
65
71
  }
66
72
  }
67
- customElements.get("px-header-item") || customElements.define("px-header-item", St);
68
- const Et = ':host([variant="icon-link"]){display:inline-flex}a,.link,::slotted(a){display:inline;align-items:center;font-family:var(--px-font-family);font-size:var(--px-text-size-link-m-mobile);line-height:var(--px-line-height-ratio-l);font-weight:var(--px-font-weight-body);color:var(--px-color-text-neutral-default)}a:hover,.link:hover{color:var(--px-color-text-state-hover-default)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}a[aria-disabled=true],.link[aria-disabled=true]{cursor:default;pointer-events:none;color:var(--px-color-text-state-disabled-default)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-mobile)}a ::slotted(span[slot="after"]),a ::slotted(span[slot="before"]),.link ::slotted(span[slot="after"]),.link ::slotted(span[slot="before"]){display:inline-block}::slotted(a:hover){color:var(--px-color-text-state-hover-default)}a.no-style{text-decoration:none}a.no-style:hover,a.no-style:focus-visible{color:inherit}a.skip-link{position:absolute;left:-10000px;top:auto;overflow:hidden;background-color:var(--px-color-background-container-default-default);padding:var(--px-padding-xs-mobile)}a.skip-link:focus-visible{left:auto;z-index:999}:host([target="_blank"]) ::slotted(px-icon){vertical-align:middle}.icon-link{color:var(--px-color-icon-brand-default);line-height:1;display:inline-flex}:host([inverted]) a,:host([inverted]) .link,:host([inverted]) ::slotted(a){color:var(--px-color-text-neutral-inverted)}:host([inverted]) a:hover,:host([inverted]) .link:hover{color:var(--px-color-text-state-hover-inverted)}:host([inverted]) a:focus-visible,:host([inverted]) .link:focus-visible{outline-color:var(--px-color-border-focus-outline-inverted)}:host([inverted]) a[aria-disabled=true],:host([inverted]) .link[aria-disabled=true]{color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) ::slotted(a:hover){color:var(--px-color-text-state-hover-inverted)}:host([inverted]) a.skip-link{background-color:var(--px-color-background-container-default-inverted)}:host([inverted]) .icon-link{color:var(--px-color-icon-brand-inverted)}@media only screen and (min-width: 768px){a,.link,::slotted(a){font-size:var(--px-text-size-link-m-tablet)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-tablet);outline-width:var(--px-focus-outline-tablet)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-tablet)}a.skip-link{padding:var(--px-padding-xs-tablet)}}@media only screen and (min-width: 1025px){a,.link,::slotted(a){font-size:var(--px-text-size-link-m-laptop)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-laptop)}a.skip-link{padding:var(--px-padding-xs-laptop)}}@media only screen and (min-width: 90.0625em){a,.link,::slotted(a){font-size:var(--px-text-size-link-m-desktop)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-desktop)}a.skip-link{padding:var(--px-padding-xs-desktop)}}', Ct = `.btn{width:var(--button-extended--mobile, var(--button-extended, auto));display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;font-family:var(--px-font-family);font-size:var(--px-text-size-label-m-mobile);line-height:var(--px-line-height-ratio-l);font-weight:var(--px-font-weight-title);text-align:center;gap:var(--px-spacing-2xs-mobile);cursor:pointer;text-decoration:none;--btn-transition: all .2s ease-in-out 0s;transition:var(--btn-transition);border:var(--px-size-border-m) solid transparent}.btn,.btn *{box-sizing:border-box}.btn ::slotted(px-icon){line-height:0}.btn:hover:not([disabled],[aria-disabled=true],.loading){border-color:var(--px-color-border-state-hover-default)}.btn:focus-visible:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}.btn:active:not([disabled],[aria-disabled=true],.loading){transform:scale(.95);border-color:var(--px-color-border-state-active-default);color:var(--px-color-text-state-active-default);background:var(--px-color-background-state-hover-bordered-default)}.btn[disabled],.btn[aria-disabled=true]{cursor:default;pointer-events:none}.btn.loading{cursor:inherit}.btn.loading ::slotted(px-spinner){line-height:0}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-container-primary-default);min-height:var(--px-spacing-l-mobile);padding:var(--px-padding-xs-mobile) var(--px-padding-m-mobile);border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-mobile) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-mobile) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown):hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown)[disabled],.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown)[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown).loading{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-brand-default);border-color:transparent}.btn.secondary{color:var(--px-color-text-brand-default);background:var(--px-color-background-container-secondary-default);min-height:var(--px-spacing-l-mobile);padding:var(--px-padding-xs-mobile) var(--px-padding-m-mobile);border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn.secondary:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn.secondary[disabled],.btn.secondary[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default)}.btn.secondary.loading{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-brand-default);border-color:transparent}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn.tertiary{background:none;color:var(--px-color-text-brand-default);border-radius:var(--px-radius-pill);border:var(--px-size-border-m) solid transparent;padding:var(--px-padding-2xs-mobile) 0;gap:var(--px-spacing-xs-mobile)}.btn.tertiary ::slotted(px-icon){display:flex;align-items:center;justify-content:center;width:var(--px-size-icon-xs);height:var(--px-size-icon-xs);padding:4px;border-radius:var(--px-radius-pill);background:var(--px-color-background-container-secondary-default);transition:var(--btn-transition)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading),.btn.tertiary:active:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-mobile) var(--px-padding-s-mobile)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon),.btn.tertiary:active:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon){background:transparent;margin:0 -8px;width:inherit;height:inherit}.btn.tertiary[disabled],.btn.tertiary[aria-disabled=true]{color:var(--px-color-text-state-disabled-default)}.btn.tertiary[disabled] ::slotted(px-icon),.btn.tertiary[aria-disabled=true] ::slotted(px-icon){background:var(--px-color-background-state-disabled-default)}.btn.tertiary.loading{color:var(--px-color-text-brand-default);border-color:transparent}.btn.tertiary.loading ::slotted(px-spinner){display:flex;align-items:center;justify-content:center;width:var(--px-size-icon-xs);height:var(--px-size-icon-xs);padding:4px;border-radius:var(--px-radius-pill);background:var(--px-color-background-state-disabled-default)}.btn.patch{display:inline-flex}.btn.patch:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn.patch[disabled],.btn.patch[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default)}.btn.actionable-tag{background:var(--px-color-background-container-default-inverted);color:var(--px-color-text-neutral-default);padding:var(--px-padding-2xs-mobile) var(--px-padding-xs-mobile);gap:var(--px-spacing-xs-mobile);border-radius:var(--px-radius-pill);border:var(--px-size-border-m) solid var(--px-color-border-neutral-default)}.btn.actionable-tag:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn.actionable-tag:active:not([disabled],[aria-disabled=true],.loading){background:var(--px-color-background-state-active-default);color:var(--px-color-text-state-active-inverted);border-color:var(--px-color-border-none-default)}.btn.actionable-tag[disabled],.btn.actionable-tag[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default);border-color:var(--px-color-border-none-default)}.btn.header-dropdown{display:flex;justify-content:space-between;width:100%;color:var(--px-color-text-neutral-default);font-weight:var(--px-font-weight-body);font-size:var(--px-text-size-label-l-mobile);border:var(--px-size-border-m) solid var(--px-color-border-neutral-default);padding:var(--px-padding-xs-mobile) var(--px-padding-s-mobile);border-radius:var(--px-radius-main);background-color:var(--px-color-background-container-default-default);touch-action:manipulation}.btn.header-dropdown:after{display:inline-block;content:"";width:var(--px-size-icon-xs);height:var(--px-size-icon-xs);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4753 7.37808C15.1565 7.06426 14.6396 7.06426 14.3208 7.37808L10.0001 11.6313L5.67934 7.37808C5.36055 7.06426 4.84368 7.06426 4.52488 7.37808C4.20608 7.69189 4.20608 8.20069 4.52488 8.5145L9.42284 13.3359C9.74163 13.6497 10.2585 13.6497 10.5773 13.3359L15.4753 8.5145C15.7941 8.20069 15.7941 7.69189 15.4753 7.37808Z' fill='%235C2D91'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4753 7.37808C15.1565 7.06426 14.6396 7.06426 14.3208 7.37808L10.0001 11.6313L5.67934 7.37808C5.36055 7.06426 4.84368 7.06426 4.52488 7.37808C4.20608 7.69189 4.20608 8.20069 4.52488 8.5145L9.42284 13.3359C9.74163 13.6497 10.2585 13.6497 10.5773 13.3359L15.4753 8.5145C15.7941 8.20069 15.7941 7.69189 15.4753 7.37808Z' fill='%235C2D91'/%3E%3C/svg%3E");background-color:currentColor;color:var(--px-color-icon-brand-default)}button.link{background:none;border:none;text-decoration:underline;padding:0;cursor:pointer}button.link[disabled],button.link[aria-disabled=true]{cursor:default;pointer-events:none;color:var(--px-color-text-state-disabled-default)}:host([inverted]) .btn:hover:not([disabled],[aria-disabled=true],.loading){border-color:var(--px-color-border-state-hover-inverted)}:host([inverted]) .btn:focus-visible:not([disabled],[aria-disabled=true]){outline-color:var(--px-color-border-focus-outline-inverted)}:host([inverted]) .btn:active:not([disabled],[aria-disabled=true],.loading){border-color:var(--px-color-border-state-active-inverted);color:var(--px-color-text-state-active-inverted);background:var(--px-color-background-state-hover-bordered-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag){color:var(--px-color-text-brand-default);background:var(--px-color-background-container-primary-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag):hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-state-hover-bordered-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag)[disabled],:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag)[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag).loading{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-brand-inverted);border-color:transparent}:host([inverted]) .btn.secondary{color:var(--px-color-text-brand-inverted);background:var(--px-color-background-container-secondary-inverted)}:host([inverted]) .btn.secondary:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-container-default-inverted)}:host([inverted]) .btn.secondary[disabled],:host([inverted]) .btn.secondary[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn.secondary.loading{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-brand-inverted);border-color:transparent}:host([inverted]) .btn.tertiary{color:var(--px-color-text-brand-inverted)}:host([inverted]) .btn.tertiary ::slotted(px-icon){background:var(--px-color-background-container-secondary-inverted)}:host([inverted]) .btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon),:host([inverted]) .btn.tertiary:active:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon){background:transparent}:host([inverted]) .btn.tertiary[disabled],:host([inverted]) .btn.tertiary[aria-disabled=true]{color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn.tertiary[disabled] ::slotted(px-icon),:host([inverted]) .btn.tertiary[aria-disabled=true] ::slotted(px-icon){background:var(--px-color-background-state-disabled-inverted)}:host([inverted]) .btn.tertiary.loading{color:var(--px-color-text-brand-inverted)}:host([inverted]) .btn.tertiary.loading ::slotted(px-spinner){background:var(--px-color-background-state-disabled-inverted)}:host([inverted]) .btn.patch:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-state-hover-bordered-inverted)}:host([inverted]) .btn.patch[disabled],:host([inverted]) .btn.patch[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn.actionable-tag{background:var(--px-color-background-container-default-default);color:var(--px-color-text-brand-inverted);border-color:var(--px-color-border-neutral-inverted)}:host([inverted]) .btn.actionable-tag:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-state-hover-bordered-inverted);border-color:var(--px-color-border-state-hover-inverted)}:host([inverted]) .btn.actionable-tag:active:not([disabled],[aria-disabled=true],.loading){background:var(--px-color-background-state-active-inverted);color:var(--px-color-text-state-active-default);border-color:var(--px-color-border-none-inverted)}:host([inverted]) .btn.actionable-tag[disabled],:host([inverted]) .btn.actionable-tag[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted);border-color:var(--px-color-border-none-default)}:host([inverted]) button.link[disabled],:host([inverted]) button.link[aria-disabled=true]{color:var(--px-color-text-state-disabled-inverted)}@media only screen and (max-width: 47.938em){.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--mobile=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--mobile=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--mobile=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--mobile=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}}@media only screen and (min-width: 48em) and (max-width: 64em){.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--tablet=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--tablet=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--tablet=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--tablet=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}}@media only screen and (min-width: 48em){.btn{width:var(--button-extended--tablet, var(--button-extended, auto));font-size:var(--px-text-size-label-m-desktop);gap:var(--px-spacing-2xs-desktop)}.btn:focus-visible:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}.btn.actionable-tag{padding:var(--px-padding-2xs-desktop) var(--px-padding-xs-desktop);gap:var(--px-spacing-xs-desktop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown){padding:var(--px-padding-xs-desktop) var(--px-padding-m-desktop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-desktop) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-desktop) * -1)}.btn.secondary{padding:var(--px-padding-xs-desktop) var(--px-padding-m-desktop)}.btn.tertiary{padding:var(--px-padding-2xs-desktop) 0;gap:var(--px-spacing-xs-desktop)}.btn.tertiary ::slotted(px-icon){width:var(--px-size-icon-xs);height:var(--px-size-icon-xs)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-desktop) var(--px-padding-s-desktop)}.btn.tertiary.loading ::slotted(px-spinner){width:var(--px-size-icon-xs);height:var(--px-size-icon-xs)}.btn.header-dropdown{justify-content:flex-start;align-items:center;width:inherit;color:var(--px-color-text-brand-default);font-weight:var(--px-font-weight-title);font-size:var(--px-text-size-label-m-tablet);border:none;padding:0;border-radius:0;background:none}}@media only screen and (min-width: 64.0625em) and (max-width: 90em){.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--laptop=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--laptop=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--laptop=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--laptop=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}}@media only screen and (min-width: 64.0625em){.btn{width:var(--button-extended--laptop, var(--button-extended, auto));font-size:var(--px-text-size-label-m-laptop);gap:var(--px-spacing-2xs-laptop)}.btn:focus-visble:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}.btn.actionable-tag{padding:var(--px-padding-2xs-laptop) var(--px-padding-xs-laptop);gap:var(--px-spacing-xs-laptop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown){padding:var(--px-padding-xs-laptop) var(--px-padding-m-laptop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-laptop) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-laptop) * -1)}.btn.secondary{padding:var(--px-padding-xs-laptop) var(--px-padding-m-laptop)}.btn.tertiary{padding:var(--px-padding-2xs-laptop) 0;gap:var(--px-spacing-xs-laptop)}.btn.tertiary ::slotted(px-icon){width:var(--px-size-icon-xs);height:var(--px-size-icon-xs)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-laptop) var(--px-padding-s-laptop)}.btn.tertiary.loading ::slotted(px-spinner){width:var(--px-size-icon-xs);height:var(--px-size-icon-xs)}.btn.header-dropdown{font-size:var(--px-text-size-label-m-laptop);padding:0}}@media only screen and (min-width: 90.0625em){.btn{width:var(--button-extended--desktop, var(--button-extended, auto));font-size:var(--px-text-size-label-m-desktop);gap:var(--px-spacing-2xs-desktop)}.btn:focus-visible:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}.btn.actionable-tag{padding:var(--px-padding-2xs-desktop) var(--px-padding-xs-desktop);gap:var(--px-spacing-xs-desktop)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--desktop=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--desktop=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--desktop=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown)[shape--desktop=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown){padding:var(--px-padding-xs-desktop) var(--px-padding-m-desktop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-desktop) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-desktop) * -1)}.btn.secondary{padding:var(--px-padding-xs-desktop) var(--px-padding-m-desktop)}.btn.tertiary{padding:var(--px-padding-2xs-desktop) 0;gap:var(--px-spacing-xs-desktop)}.btn.tertiary ::slotted(px-icon){width:var(--px-size-icon-xs);height:var(--px-size-icon-xs)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-desktop) var(--px-padding-s-desktop)}.btn.tertiary.loading ::slotted(px-spinner){width:var(--px-size-icon-xs);height:var(--px-size-icon-xs)}.btn.header-dropdown{font-size:var(--px-text-size-label-m-desktop);padding:0}}@keyframes anim-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}`, Tt = ".color-inherit{color:inherit!important}.color-brand{color:var(--px-color-text-brand-default)!important}.color-neutral{color:var(--px-color-text-neutral-default)!important}.color-dimmed{color:var(--px-color-text-dimmed-default)!important}.color-purpose-success{color:var(--px-color-text-purpose-success-default)!important}.color-purpose-warning{color:var(--px-color-text-purpose-warning-default)!important}.color-purpose-error{color:var(--px-color-text-purpose-error-default)!important}.color-purpose-unlimited{color:var(--px-color-text-purpose-unlimited-default)!important}.color-purpose-promo{color:var(--px-color-text-purpose-promo-default)!important}.color-state-hover{color:var(--px-color-text-state-hover-default)!important}.color-state-active{color:var(--px-color-text-state-active-default)!important}.color-state-disabled{color:var(--px-color-text-state-disabled-default)!important}:host([inverted]) .color-inherit{color:inherit!important}:host([inverted]) .color-brand{color:var(--px-color-text-brand-inverted)!important}:host([inverted]) .color-neutral{color:var(--px-color-text-neutral-inverted)!important}:host([inverted]) .color-dimmed{color:var(--px-color-text-dimmed-inverted)!important}:host([inverted]) .color-purpose-success{color:var(--px-color-text-purpose-success-inverted)!important}:host([inverted]) .color-purpose-warning{color:var(--px-color-text-purpose-warning-inverted)!important}:host([inverted]) .color-purpose-error{color:var(--px-color-text-purpose-error-inverted)!important}:host([inverted]) .color-purpose-unlimited{color:var(--px-color-text-purpose-unlimited-inverted)!important}:host([inverted]) .color-purpose-promo{color:var(--px-color-text-purpose-promo-inverted)!important}:host([inverted]) .color-state-hover{color:var(--px-color-text-state-hover-inverted)!important}:host([inverted]) .color-state-active{color:var(--px-color-text-state-active-inverted)!important}:host([inverted]) .color-state-disabled{color:var(--px-color-text-state-disabled-inverted)!important}.font-size-inherit{font-size:inherit;line-height:inherit}.font-size-body-l{font-size:var(--px-text-size-body-l-mobile)}.font-size-body-m{font-size:var(--px-text-size-body-m-mobile)}.font-size-body-s{font-size:var(--px-text-size-body-s-mobile)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-mobile)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-mobile)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-mobile)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-mobile)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-mobile)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-mobile)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-mobile)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-mobile)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-mobile)}.font-size-heading-3xl,.font-size-heading-4xl,.font-size-heading-5xl{line-height:var(--px-line-height-ratio-s)}.font-size-link-m{font-size:var(--px-text-size-link-m-mobile)}.font-size-link-s{font-size:var(--px-text-size-link-s-mobile)}@media only screen and (min-width: 48em){.font-size-body-l{font-size:var(--px-text-size-body-l-desktop)}.font-size-body-m{font-size:var(--px-text-size-body-m-desktop)}.font-size-body-s{font-size:var(--px-text-size-body-s-desktop)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-desktop)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-desktop)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-desktop)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-desktop)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-desktop)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-desktop)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-desktop)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-desktop)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-desktop)}.font-size-link-m{font-size:var(--px-text-size-link-m-desktop)}.font-size-link-s{font-size:var(--px-text-size-link-s-desktop)}}@media only screen and (min-width: 64.0625em){.font-size-body-l{font-size:var(--px-text-size-body-l-desktop)}.font-size-body-m{font-size:var(--px-text-size-body-m-desktop)}.font-size-body-s{font-size:var(--px-text-size-body-s-desktop)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-desktop)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-desktop)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-desktop)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-desktop)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-desktop)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-desktop)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-desktop)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-desktop)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-desktop)}.font-size-link-m{font-size:var(--px-text-size-link-m-desktop)}.font-size-link-s{font-size:var(--px-text-size-link-s-desktop)}}.font-weight-inherit{font-weight:inherit}.font-weight-body{font-weight:var(--px-font-weight-body)}.font-weight-title{font-weight:var(--px-font-weight-title)}.font-weight-title-large{font-weight:var(--px-font-weight-title-large)}.font-weight-subtitle{font-weight:var(--px-font-weight-subtitle)}", ot = new CSSStyleSheet(), rt = new CSSStyleSheet(), at = new CSSStyleSheet();
69
- ot.replaceSync(Et);
70
- rt.replaceSync(Ct);
71
- at.replaceSync(Tt);
72
- const Lt = [...mt, "link-m", "link-s"], Mt = [
73
+ customElements.get("px-header-item") || customElements.define("px-header-item", Mt);
74
+ const Pt = ':host([variant="icon-link"]){display:inline-flex}a,.link,::slotted(a){display:inline;align-items:center;font-family:var(--px-font-family);font-size:var(--px-text-size-link-m-mobile);line-height:var(--px-line-height-ratio-l);font-weight:var(--px-font-weight-body);color:var(--px-color-text-neutral-default)}a:hover,.link:hover{color:var(--px-color-text-state-hover-default)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}a[aria-disabled=true],.link[aria-disabled=true]{cursor:default;pointer-events:none;color:var(--px-color-text-state-disabled-default)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-mobile)}a ::slotted(span[slot="after"]),a ::slotted(span[slot="before"]),.link ::slotted(span[slot="after"]),.link ::slotted(span[slot="before"]){display:inline-block}::slotted(a:hover){color:var(--px-color-text-state-hover-default)}a.no-style,a.wrapper{text-decoration:none}a.no-style:hover,a.no-style:focus-visible,a.wrapper:hover,a.wrapper:focus-visible{color:inherit}a.wrapper{display:block;line-height:0}a.wrapper:focus-visible{outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}a.skip-link{position:absolute;left:-10000px;top:auto;overflow:hidden;background-color:var(--px-color-background-container-default-default);padding:var(--px-padding-xs-mobile)}a.skip-link:focus-visible{left:auto;z-index:999}:host([target="_blank"]) ::slotted(px-icon){vertical-align:middle}.icon-link{color:var(--px-color-icon-brand-default);line-height:1;display:inline-flex}:host([inverted]) a,:host([inverted]) .link,:host([inverted]) ::slotted(a){color:var(--px-color-text-neutral-inverted)}:host([inverted]) a:hover,:host([inverted]) .link:hover{color:var(--px-color-text-state-hover-inverted)}:host([inverted]) a:focus-visible,:host([inverted]) .link:focus-visible{outline-color:var(--px-color-border-focus-outline-inverted)}:host([inverted]) a[aria-disabled=true],:host([inverted]) .link[aria-disabled=true]{color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) ::slotted(a:hover){color:var(--px-color-text-state-hover-inverted)}:host([inverted]) a.skip-link{background-color:var(--px-color-background-container-default-inverted)}:host([inverted]) .icon-link{color:var(--px-color-icon-brand-inverted)}@media screen and (min-width: 48rem){a.wrapper:focus-visible{outline-offset:var(--px-focus-offset-tablet);outline:var(--px-focus-outline-tablet) solid var(--px-color-border-focus-outline-default)}a,.link,::slotted(a){font-size:var(--px-text-size-link-m-tablet)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-tablet);outline-width:var(--px-focus-outline-tablet)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-tablet)}a.skip-link{padding:var(--px-padding-xs-tablet)}}@media screen and (min-width: 64.0625rem){a.wrapper:focus-visible{outline-offset:var(--px-focus-offset-laptop);outline:var(--px-focus-outline-laptop) solid var(--px-color-border-focus-outline-default)}a,.link,::slotted(a){font-size:var(--px-text-size-link-m-laptop)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-laptop)}a.skip-link{padding:var(--px-padding-xs-laptop)}}@media screen and (min-width: 90.0625rem){a.wrapper:focus-visible{outline-offset:var(--px-focus-offset-desktop);outline:var(--px-focus-outline-desktop) solid var(--px-color-border-focus-outline-default)}a,.link,::slotted(a){font-size:var(--px-text-size-link-m-desktop)}a:focus-visible,.link:focus-visible{outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}a ::slotted([slot="after"]),.link ::slotted([slot="after"]){margin-left:var(--px-spacing-2xs-desktop)}a.skip-link{padding:var(--px-padding-xs-desktop)}}', jt = `.btn{width:var(--button-extended--mobile, var(--button-extended, auto));display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;font-family:var(--px-font-family);font-size:var(--px-text-size-label-m-mobile);line-height:var(--px-line-height-ratio-l);font-weight:var(--px-font-weight-title);text-align:center;gap:var(--px-spacing-2xs-mobile);cursor:pointer;text-decoration:none;--btn-transition: all .2s ease-in-out 0s;transition:var(--btn-transition);border:var(--px-size-border-m) solid transparent}.btn,.btn *{box-sizing:border-box}.btn ::slotted(px-icon){line-height:0;flex-shrink:0}.btn:hover:not([disabled],[aria-disabled=true],.loading){border-color:var(--px-color-border-state-hover-default)}.btn:focus-visible:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}.btn:active:not([disabled],[aria-disabled=true],.loading){transform:scale(.95);border-color:var(--px-color-border-state-active-default);color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn[disabled],.btn[aria-disabled=true]{cursor:default;pointer-events:none}.btn.loading{cursor:inherit}.btn.loading ::slotted(px-spinner){line-height:0}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-container-primary-default);min-height:var(--px-spacing-l-mobile);padding:var(--px-padding-xs-mobile) var(--px-padding-m-mobile);border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-mobile) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-mobile) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown):hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[disabled],.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown).loading{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-brand-default);border-color:transparent}.btn.secondary{color:var(--px-color-text-brand-default);background:var(--px-color-background-container-secondary-default);min-height:var(--px-spacing-l-mobile);padding:var(--px-padding-xs-mobile) var(--px-padding-m-mobile);border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn.secondary:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn.secondary[disabled],.btn.secondary[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default)}.btn.secondary.loading{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-brand-default);border-color:transparent}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn.tertiary{background:none;color:var(--px-color-text-brand-default);border-radius:var(--px-radius-pill);border:var(--px-size-border-m) solid transparent;padding:var(--px-padding-2xs-mobile) 0;gap:var(--px-spacing-xs-mobile);text-align:left}.btn.tertiary ::slotted(px-icon){display:flex;align-items:center;justify-content:center;width:var(--px-size-m);height:var(--px-size-m);border-radius:var(--px-radius-pill);background:var(--px-color-background-container-secondary-default);transition:var(--btn-transition)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading),.btn.tertiary:active:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-mobile) var(--px-padding-s-mobile)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon),.btn.tertiary:active:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon){background:transparent;margin:0 -8px}:is()[slot=after]{padding:0 0 0 var(--px-padding-2xs-mobile)}:is()[slot=before]{padding:0 var(--px-padding-2xs-mobile) 0 0}.btn.tertiary[disabled],.btn.tertiary[aria-disabled=true]{color:var(--px-color-text-state-disabled-default)}.btn.tertiary[disabled] ::slotted(px-icon),.btn.tertiary[aria-disabled=true] ::slotted(px-icon){background:var(--px-color-background-state-disabled-default)}.btn.tertiary.loading{color:var(--px-color-text-brand-default);border-color:transparent}.btn.tertiary.loading ::slotted(px-spinner){display:flex;align-items:center;justify-content:center;width:var(--px-size-m);height:var(--px-size-m);border-radius:var(--px-radius-pill);background:var(--px-color-background-state-disabled-default)}.btn.patch{display:inline-flex}.btn.patch:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn.patch[disabled],.btn.patch[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default)}.btn.actionable-tag{background:var(--px-color-background-container-default-inverted);color:var(--px-color-text-neutral-default);padding:var(--px-padding-2xs-mobile) var(--px-padding-xs-mobile);gap:var(--px-spacing-xs-mobile);border-radius:var(--px-radius-pill);border:var(--px-size-border-m) solid var(--px-color-border-neutral-default)}.btn.actionable-tag:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-default);background:var(--px-color-background-state-hover-bordered-default)}.btn.actionable-tag:active:not([disabled],[aria-disabled=true],.loading){background:var(--px-color-background-state-active-default);color:var(--px-color-text-state-active-inverted);border-color:var(--px-color-border-none-default)}.btn.actionable-tag[disabled],.btn.actionable-tag[aria-disabled=true]{background:var(--px-color-background-state-disabled-default);color:var(--px-color-text-state-disabled-default);border-color:var(--px-color-border-none-default)}.btn.header-dropdown,.btn.header-minimal-dropdown{display:flex;align-items:center;touch-action:manipulation}.btn.header-dropdown:after,.btn.header-minimal-dropdown:after{display:inline-block;content:"";width:var(--px-size-icon-xs);height:var(--px-size-icon-xs);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.38 5.90237C12.125 5.65131 11.7115 5.65131 11.4564 5.90237L7.99986 9.30494L4.54328 5.90237C4.28824 5.65131 3.87474 5.65131 3.61971 5.90237C3.36467 6.15342 3.36467 6.56045 3.61971 6.8115L7.53808 10.6686C7.79311 10.9197 8.20661 10.9197 8.46164 10.6686L12.38 6.8115C12.635 6.56045 12.635 6.15342 12.38 5.90237Z' fill='%235C2D91'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.38 5.90237C12.125 5.65131 11.7115 5.65131 11.4564 5.90237L7.99986 9.30494L4.54328 5.90237C4.28824 5.65131 3.87474 5.65131 3.61971 5.90237C3.36467 6.15342 3.36467 6.56045 3.61971 6.8115L7.53808 10.6686C7.79311 10.9197 8.20661 10.9197 8.46164 10.6686L12.38 6.8115C12.635 6.56045 12.635 6.15342 12.38 5.90237Z' fill='%235C2D91'/%3E%3C/svg%3E");background-color:currentColor;color:var(--px-color-icon-brand-default);--btn-transition: all .2s ease-in-out 0s;transition:var(--btn-transition)}.btn.header-dropdown[aria-expanded=true]:after,.btn.header-minimal-dropdown[aria-expanded=true]:after{transform:rotate(180deg)}.btn.header-dropdown{justify-content:space-between;gap:var(--px-spacing-s-mobile);width:100%;color:var(--px-color-text-neutral-default);font-weight:var(--px-font-weight-body);font-size:var(--px-text-size-label-l-mobile);border:var(--px-size-border-m) solid var(--px-color-border-neutral-default);padding:var(--px-padding-xs-mobile) var(--px-padding-s-mobile);border-radius:var(--px-radius-main);background-color:var(--px-color-background-container-default-default)}.btn.header-minimal-dropdown{justify-content:flex-start;gap:var(--px-spacing-xs-mobile);color:var(--px-color-text-brand-default);font-weight:var(--px-font-weight-title);font-size:var(--px-text-size-label-m-mobile);border:none;padding:0;border-radius:0;background:none}button.link{background:none;border:none;text-decoration:underline;padding:0;cursor:pointer}button.link[disabled],button.link[aria-disabled=true]{cursor:default;pointer-events:none;color:var(--px-color-text-state-disabled-default)}button.wrapper{all:unset;cursor:pointer}button.wrapper:focus-visible{outline-offset:var(--px-focus-offset-mobile);outline:var(--px-focus-outline-mobile) solid var(--px-color-border-focus-outline-default)}button.wrapper[disabled],button.wrapper[aria-disabled=true]{cursor:default;pointer-events:none}:host([inverted]) .btn:hover:not([disabled],[aria-disabled=true],.loading){border-color:var(--px-color-border-state-hover-inverted)}:host([inverted]) .btn:focus-visible:not([disabled],[aria-disabled=true]){outline-color:var(--px-color-border-focus-outline-inverted)}:host([inverted]) .btn:active:not([disabled],[aria-disabled=true],.loading){border-color:var(--px-color-border-state-active-inverted);color:var(--px-color-text-brand-inverted);background:var(--px-color-background-state-hover-bordered-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown){color:var(--px-color-text-brand-default);background:var(--px-color-background-container-primary-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown):hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-state-hover-bordered-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[disabled],:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown).loading{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-brand-inverted);border-color:transparent}:host([inverted]) .btn.secondary{color:var(--px-color-text-brand-inverted);background:var(--px-color-background-container-secondary-inverted)}:host([inverted]) .btn.secondary:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-container-default-inverted)}:host([inverted]) .btn.secondary[disabled],:host([inverted]) .btn.secondary[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn.secondary.loading{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-brand-inverted);border-color:transparent}:host([inverted]) .btn.tertiary{color:var(--px-color-text-brand-inverted)}:host([inverted]) .btn.tertiary ::slotted(px-icon){background:var(--px-color-background-container-secondary-inverted)}:host([inverted]) .btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon),:host([inverted]) .btn.tertiary:active:not([disabled],[aria-disabled=true],.loading) ::slotted(px-icon){background:transparent}:host([inverted]) .btn.tertiary[disabled],:host([inverted]) .btn.tertiary[aria-disabled=true]{color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn.tertiary[disabled] ::slotted(px-icon),:host([inverted]) .btn.tertiary[aria-disabled=true] ::slotted(px-icon){background:var(--px-color-background-state-disabled-inverted)}:host([inverted]) .btn.tertiary.loading{color:var(--px-color-text-brand-inverted)}:host([inverted]) .btn.tertiary.loading ::slotted(px-spinner){background:var(--px-color-background-state-disabled-inverted)}:host([inverted]) .btn.patch:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-state-hover-bordered-inverted)}:host([inverted]) .btn.patch[disabled],:host([inverted]) .btn.patch[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) .btn.actionable-tag{background:var(--px-color-background-container-default-default);color:var(--px-color-text-brand-inverted);border-color:var(--px-color-border-neutral-inverted)}:host([inverted]) .btn.actionable-tag:hover:not([disabled],[aria-disabled=true],.loading){color:var(--px-color-text-brand-inverted);background:var(--px-color-background-state-hover-bordered-inverted);border-color:var(--px-color-border-state-hover-inverted)}:host([inverted]) .btn.actionable-tag:active:not([disabled],[aria-disabled=true],.loading){background:var(--px-color-background-state-active-inverted);color:var(--px-color-text-state-active-default);border-color:var(--px-color-border-none-inverted)}:host([inverted]) .btn.actionable-tag[disabled],:host([inverted]) .btn.actionable-tag[aria-disabled=true]{background:var(--px-color-background-state-disabled-inverted);color:var(--px-color-text-state-disabled-inverted);border-color:var(--px-color-border-none-default)}:host([inverted]) button.link[disabled],:host([inverted]) button.link[aria-disabled=true]{color:var(--px-color-text-state-disabled-inverted)}:host([inverted]) button.wrapper:focus-visible{outline-color:var(--px-color-border-focus-outline-inverted)}:host([inverted]) .btn.header-minimal-dropdown{color:var(--px-color-text-brand-inverted)}:host([inverted]) .btn.header-minimal-dropdown:after{color:var(--px-color-icon-brand-inverted)}@media screen and (max-width: 47.938rem){.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--mobile=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--mobile=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--mobile=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--mobile=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}}@media screen and (min-width: 48rem) and (max-width: 64rem){.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--tablet=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--tablet=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--tablet=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--tablet=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}}@media screen and (min-width: 48rem){button.wrapper:focus-visible{outline-offset:var(--px-focus-offset-tablet);outline:var(--px-focus-outline-tablet) solid var(--px-color-border-focus-outline-default)}.btn{width:var(--button-extended--tablet, var(--button-extended, auto));font-size:var(--px-text-size-label-m-tablet);gap:var(--px-spacing-2xs-tablet)}.btn:focus-visible:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-tablet);outline-width:var(--px-focus-outline-tablet)}.btn.actionable-tag{padding:var(--px-padding-2xs-tablet) var(--px-padding-xs-tablet);gap:var(--px-spacing-xs-tablet)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown){padding:var(--px-padding-xs-tablet) var(--px-padding-m-tablet)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-tablet) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-tablet) * -1)}.btn.secondary{padding:var(--px-padding-xs-tablet) var(--px-padding-m-tablet)}.btn.tertiary{padding:var(--px-padding-2xs-tablet) 0;gap:var(--px-spacing-xs-tablet)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-tablet) var(--px-padding-s-tablet)}:is()[slot=after]{padding:0 0 0 var(--px-padding-2xs-tablet)}:is()[slot=before]{padding:0 var(--px-padding-2xs-tablet) 0 0}.btn.header-dropdown,.btn.header-minimal-dropdown{gap:var(--px-spacing-xs-tablet);font-size:var(--px-text-size-label-m-tablet)}.btn.header-dropdown{padding:var(--px-padding-xs-tablet) var(--px-padding-s-tablet)}}@media screen and (min-width: 64.0625rem) and (max-width: 90rem){.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--laptop=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--laptop=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--laptop=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--laptop=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}}@media screen and (min-width: 64.0625rem){button.wrapper:focus-visible{outline-offset:var(--px-focus-offset-laptop);outline:var(--px-focus-outline-laptop) solid var(--px-color-border-focus-outline-default)}.btn{width:var(--button-extended--laptop, var(--button-extended, auto));font-size:var(--px-text-size-label-m-laptop);gap:var(--px-spacing-2xs-laptop)}.btn:focus-visble:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-laptop);outline-width:var(--px-focus-outline-laptop)}.btn.actionable-tag{padding:var(--px-padding-2xs-laptop) var(--px-padding-xs-laptop);gap:var(--px-spacing-xs-laptop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown){padding:var(--px-padding-xs-laptop) var(--px-padding-m-laptop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-laptop) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-laptop) * -1)}.btn.secondary{padding:var(--px-padding-xs-laptop) var(--px-padding-m-laptop)}.btn.tertiary{padding:var(--px-padding-2xs-laptop) 0;gap:var(--px-spacing-xs-laptop)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-laptop) var(--px-padding-s-laptop)}:is()[slot=after]{padding:0 0 0 var(--px-padding-2xs-laptop)}:is()[slot=before]{padding:0 var(--px-padding-2xs-laptop) 0 0}.btn.header-dropdown,.btn.header-minimal-dropdown{gap:var(--px-spacing-xs-laptop);font-size:var(--px-text-size-label-m-laptop)}.btn.header-dropdown{justify-content:flex-start;align-items:center;width:inherit;color:var(--px-color-text-brand-default);font-weight:var(--px-font-weight-title);border:none;padding:0;border-radius:0;background:none}}@media screen and (min-width: 90.0625rem){button.wrapper:focus-visible{outline-offset:var(--px-focus-offset-desktop);outline:var(--px-focus-outline-desktop) solid var(--px-color-border-focus-outline-default)}.btn{width:var(--button-extended--desktop, var(--button-extended, auto));font-size:var(--px-text-size-label-m-desktop);gap:var(--px-spacing-2xs-desktop)}.btn:focus-visible:not([disabled],[aria-disabled=true]){outline-offset:var(--px-focus-offset-desktop);outline-width:var(--px-focus-outline-desktop)}.btn.actionable-tag{padding:var(--px-padding-2xs-desktop) var(--px-padding-xs-desktop);gap:var(--px-spacing-xs-desktop)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--desktop=alternative]{border-radius:var(--px-radius-button-small)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--desktop=bottom-left]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big)}.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--desktop=bottom-right],.btn:not(.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown)[shape--desktop=default]{border-radius:var(--px-radius-button-small) var(--px-radius-button-small) var(--px-radius-button-big) var(--px-radius-button-small)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown){padding:var(--px-padding-xs-desktop) var(--px-padding-m-desktop)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="after"]){margin-right:calc(var(--px-padding-xs-desktop) * -1)}.btn:not(.secondary,.tertiary,.patch,.actionable-tag,.header-dropdown,.header-minimal-dropdown) ::slotted([slot="before"]){margin-left:calc(var(--px-padding-xs-desktop) * -1)}.btn.secondary{padding:var(--px-padding-xs-desktop) var(--px-padding-m-desktop)}.btn.tertiary{padding:var(--px-padding-2xs-desktop) 0;gap:var(--px-spacing-xs-desktop)}.btn.tertiary:hover:not([disabled],[aria-disabled=true],.loading){padding:var(--px-padding-2xs-desktop) var(--px-padding-s-desktop)}:is()[slot=after]{padding:0 0 0 var(--px-padding-2xs-desktop)}:is()[slot=before]{padding:0 var(--px-padding-2xs-desktop) 0 0}.btn.header-dropdown,.btn.header-minimal-dropdown{gap:var(--px-spacing-xs-desktop);font-size:var(--px-text-size-label-m-desktop)}.btn.header-dropdown{padding:0}}@keyframes anim-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}`, Rt = ".color-inherit{color:inherit!important}.color-brand{color:var(--px-color-text-brand-default)!important}.color-neutral{color:var(--px-color-text-neutral-default)!important}.color-dimmed{color:var(--px-color-text-dimmed-default)!important}.color-purpose-success{color:var(--px-color-text-purpose-success-default)!important}.color-purpose-warning{color:var(--px-color-text-purpose-warning-default)!important}.color-purpose-error{color:var(--px-color-text-purpose-error-default)!important}.color-purpose-unlimited{color:var(--px-color-text-purpose-unlimited-default)!important}.color-purpose-promo{color:var(--px-color-text-purpose-promo-default)!important}.color-state-hover{color:var(--px-color-text-state-hover-default)!important}.color-state-active{color:var(--px-color-text-state-active-default)!important}.color-state-disabled{color:var(--px-color-text-state-disabled-default)!important}:host([inverted]) .color-inherit{color:inherit!important}:host([inverted]) .color-brand{color:var(--px-color-text-brand-inverted)!important}:host([inverted]) .color-neutral{color:var(--px-color-text-neutral-inverted)!important}:host([inverted]) .color-dimmed{color:var(--px-color-text-dimmed-inverted)!important}:host([inverted]) .color-purpose-success{color:var(--px-color-text-purpose-success-inverted)!important}:host([inverted]) .color-purpose-warning{color:var(--px-color-text-purpose-warning-inverted)!important}:host([inverted]) .color-purpose-error{color:var(--px-color-text-purpose-error-inverted)!important}:host([inverted]) .color-purpose-unlimited{color:var(--px-color-text-purpose-unlimited-inverted)!important}:host([inverted]) .color-purpose-promo{color:var(--px-color-text-purpose-promo-inverted)!important}:host([inverted]) .color-state-hover{color:var(--px-color-text-state-hover-inverted)!important}:host([inverted]) .color-state-active{color:var(--px-color-text-state-active-inverted)!important}:host([inverted]) .color-state-disabled{color:var(--px-color-text-state-disabled-inverted)!important}.font-size-inherit{font-size:inherit;line-height:inherit}.font-size-body-l{font-size:var(--px-text-size-body-l-mobile)}.font-size-body-m{font-size:var(--px-text-size-body-m-mobile)}.font-size-body-s{font-size:var(--px-text-size-body-s-mobile)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-mobile)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-mobile)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-mobile)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-mobile)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-mobile)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-mobile)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-mobile)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-mobile)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-mobile)}.font-size-heading-3xl,.font-size-heading-4xl,.font-size-heading-5xl{line-height:var(--px-line-height-ratio-s)}.font-size-link-m{font-size:var(--px-text-size-link-m-mobile)}.font-size-link-s{font-size:var(--px-text-size-link-s-mobile)}@media screen and (min-width: 48rem){.font-size-body-l{font-size:var(--px-text-size-body-l-tablet)}.font-size-body-m{font-size:var(--px-text-size-body-m-tablet)}.font-size-body-s{font-size:var(--px-text-size-body-s-tablet)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-tablet)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-tablet)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-tablet)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-tablet)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-tablet)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-tablet)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-tablet)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-tablet)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-tablet)}.font-size-link-m{font-size:var(--px-text-size-link-m-tablet)}.font-size-link-s{font-size:var(--px-text-size-link-s-tablet)}}@media screen and (min-width: 64.0625rem){.font-size-body-l{font-size:var(--px-text-size-body-l-laptop)}.font-size-body-m{font-size:var(--px-text-size-body-m-laptop)}.font-size-body-s{font-size:var(--px-text-size-body-s-laptop)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-laptop)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-laptop)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-laptop)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-laptop)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-laptop)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-laptop)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-laptop)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-laptop)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-laptop)}.font-size-link-m{font-size:var(--px-text-size-link-m-laptop)}.font-size-link-s{font-size:var(--px-text-size-link-s-laptop)}}@media screen and (min-width: 90.0625rem){.font-size-body-l{font-size:var(--px-text-size-body-l-desktop)}.font-size-body-m{font-size:var(--px-text-size-body-m-desktop)}.font-size-body-s{font-size:var(--px-text-size-body-s-desktop)}.font-size-body-xs{font-size:var(--px-text-size-body-xs-desktop)}.font-size-heading-5xl{font-size:var(--px-text-size-heading-5xl-desktop)}.font-size-heading-4xl{font-size:var(--px-text-size-heading-4xl-desktop)}.font-size-heading-3xl{font-size:var(--px-text-size-heading-3xl-desktop)}.font-size-heading-2xl{font-size:var(--px-text-size-heading-2xl-desktop)}.font-size-heading-xl{font-size:var(--px-text-size-heading-xl-desktop)}.font-size-heading-l{font-size:var(--px-text-size-heading-l-desktop)}.font-size-heading-m{font-size:var(--px-text-size-heading-m-desktop)}.font-size-heading-s{font-size:var(--px-text-size-heading-s-desktop)}.font-size-link-m{font-size:var(--px-text-size-link-m-desktop)}.font-size-link-s{font-size:var(--px-text-size-link-s-desktop)}}.font-weight-inherit{font-weight:inherit}.font-weight-body{font-weight:var(--px-font-weight-body)}.font-weight-title{font-weight:var(--px-font-weight-title)}.font-weight-title-large{font-weight:var(--px-font-weight-title-large)}.font-weight-subtitle{font-weight:var(--px-font-weight-subtitle)}", it = new CSSStyleSheet(), nt = new CSSStyleSheet(), st = new CSSStyleSheet();
75
+ it.replaceSync(Pt);
76
+ nt.replaceSync(jt);
77
+ st.replaceSync(Rt);
78
+ const qt = [...zt, "link-m", "link-s"], V = [
73
79
  "link",
74
80
  "no-style",
75
81
  "skip-link",
76
82
  "btn-default",
77
83
  "btn-secondary",
78
84
  "btn-tertiary",
79
- "icon-link"
80
- ], Rt = ["", "default", "alternative"], N = class N extends kt {
85
+ "icon-link",
86
+ "wrapper"
87
+ ], Ot = ["", "default", "alternative"], O = class O extends $t {
81
88
  constructor() {
82
- super(ot, rt, at), this.template = () => '<slot name="before"></slot><slot></slot><slot name="after"></slot>';
83
- const t = document.createElement(N.nativeName);
84
- t.innerHTML = this.template(), this.shadowRoot.appendChild(t);
89
+ super(it, nt, st), this.template = () => '<slot name="before"></slot><slot></slot><slot name="after"></slot>';
90
+ const e = document.createElement(O.nativeName);
91
+ e.innerHTML = this.template(), this.shadowRoot.appendChild(e);
85
92
  }
86
93
  static get observedAttributes() {
87
94
  return [
@@ -106,82 +113,90 @@ const Lt = [...mt, "link-m", "link-s"], Mt = [
106
113
  ];
107
114
  }
108
115
  connectedCallback() {
109
- this.$before && this.$before.localName === "px-icon" && this.configureBeforeAfterIcon(this.$before), this.$after && this.$after.localName === "px-icon" && this.configureBeforeAfterIcon(this.$after), yt(this, this.$el, !1);
116
+ this.$before && this.$before.localName === "px-icon" && this.configureBeforeAfterIcon(this.$before), this.$after && this.$after.localName === "px-icon" && this.configureBeforeAfterIcon(this.$after), At(this, this.$el, !1);
110
117
  }
111
- attributeChangedCallback(t, e, r) {
112
- if (e !== r)
113
- switch (t) {
118
+ disconnectedCallback() {
119
+ }
120
+ attributeChangedCallback(e, t, o) {
121
+ if (t !== o)
122
+ switch (e) {
114
123
  case "disabled":
115
- this.$el.toggleAttribute("aria-disabled"), r !== null && this.$el.setAttribute("aria-disabled", "true");
124
+ this.$el.toggleAttribute("aria-disabled"), o !== null && this.$el.setAttribute("aria-disabled", "true");
116
125
  break;
117
126
  case "variant":
118
- this.updateVariant(e, r);
127
+ this.updateVariant(t, o);
119
128
  break;
120
129
  case "shape":
121
130
  case "shape--mobile":
122
131
  case "shape--tablet":
123
132
  case "shape--laptop":
124
133
  case "shape--desktop":
125
- this.updateShape(t, r, Rt);
134
+ this.updateShape(e, o, Ot);
126
135
  break;
127
136
  case "extended":
128
137
  case "extended--mobile":
129
138
  case "extended--tablet":
130
139
  case "extended--laptop":
131
140
  case "extended--desktop":
132
- this.updateExtended(t, r);
141
+ this.updateExtended(e, o);
133
142
  break;
134
143
  case "font-size":
135
144
  this.updateTypography(
136
- t,
137
145
  e,
138
- r,
139
- Lt
146
+ t,
147
+ o,
148
+ qt
140
149
  );
141
150
  break;
142
151
  case "color":
143
- this.updateTypography(t, e, r, wt);
152
+ this.updateTypography(e, t, o, Ct);
144
153
  break;
145
154
  case "font-weight":
146
- this.updateTypography(t, e, r, zt);
155
+ this.updateTypography(e, t, o, St);
147
156
  break;
148
157
  case "title":
149
- r && (this.$el.setAttribute("title", r), this.removeAttribute("title"));
158
+ o && (this.$el.setAttribute("title", o), this.removeAttribute("title"));
150
159
  break;
151
160
  default:
152
- super.attributeChangedCallback(t, e, r);
161
+ super.attributeChangedCallback(e, t, o);
153
162
  break;
154
163
  }
155
164
  }
156
- configureBeforeAfterIcon(t) {
157
- const e = t.getAttribute("size"), r = t.getAttribute("color");
158
- t.addEventListener("click", () => {
165
+ configureBeforeAfterIcon(e) {
166
+ const t = e.getAttribute("size"), o = e.getAttribute("color");
167
+ e.addEventListener("click", () => {
159
168
  this.$el.focus();
160
- }), e || t.setAttribute("size", "xs"), r || t.setAttribute("color", "inherit");
169
+ }), t || e.setAttribute("size", "xs"), o || e.setAttribute("color", "inherit");
161
170
  }
162
- _toggleClassList(t) {
163
- if (t.startsWith("btn-")) {
164
- const e = t.split("-");
165
- for (const r of e)
166
- this.$el.classList.toggle(r);
171
+ _toggleClassList(e) {
172
+ if (e.startsWith("btn-")) {
173
+ const t = e.split("-");
174
+ for (const o of t)
175
+ this.$el.classList.toggle(o);
167
176
  } else
168
- this.$el.classList.toggle(t);
177
+ this.$el.classList.toggle(e);
169
178
  }
170
- updateVariant(t, e) {
171
- t !== null && t !== "" && t !== "link" && this._toggleClassList(t), e !== null && e !== "" && e !== "link" && this._toggleClassList(e), this.checkName(Mt, e) || console.error(`Bad "variant" value for ${e}`), e === "icon-link" && this.$iconNotBeforeAfter.setAttribute("color", "inherit");
179
+ updateVariant(e, t) {
180
+ e !== null && e !== "" && e !== "link" && this._toggleClassList(e), t !== null && t !== "" && t !== "link" && this._toggleClassList(t), this.checkName(V, t) || P(
181
+ `"${t}" is not a valid variant value for ${this.tagName.toLowerCase()}. Allowed values are: "${V.join('", "')}".`
182
+ );
172
183
  }
173
- updateShape(t, e, r) {
174
- if (!$t(r, e)) {
175
- console.error(`${e} is not a valid shape value`);
184
+ updateShape(e, t, o) {
185
+ if (!Et(o, t)) {
186
+ P(
187
+ `"${t}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${o.join('", "')}".`
188
+ );
176
189
  return;
177
190
  }
178
- e !== null && e !== "" && this.$el.setAttribute(t, e);
191
+ t !== null && t !== "" && this.$el.setAttribute(e, t);
179
192
  }
180
- updateTypography(t, e, r, n) {
181
- e !== null && e !== "" && e !== "default" && this.$el.classList.toggle(`${t}-${e}`), r !== null && r !== "" && r !== "default" && this.$el.classList.toggle(`${t}-${r}`), this.checkName(n, r) || console.error(`Bad ${t} value: ${r}`);
193
+ updateTypography(e, t, o, a) {
194
+ t !== null && t !== "" && t !== "default" && this.$el.classList.toggle(`${e}-${t}`), o !== null && o !== "" && o !== "default" && this.$el.classList.toggle(`${e}-${o}`), this.checkName(a, o) || P(
195
+ `"${o}" is not a valid ${e} value for ${this.tagName.toLowerCase()}. Allowed values are: "${a.join('", "')}".`
196
+ );
182
197
  }
183
- updateExtended(t, e) {
184
- e === null ? this.$el.style.setProperty(`--button-${t}`, "") : this.$el.style.setProperty(`--button-${t}`, "100%");
198
+ updateExtended(e, t) {
199
+ t === null ? this.$el.style.setProperty(`--button-${e}`, "") : this.$el.style.setProperty(`--button-${e}`, "100%");
185
200
  }
186
201
  get $before() {
187
202
  return this.querySelector('[slot="before"]');
@@ -197,261 +212,302 @@ const Lt = [...mt, "link-m", "link-s"], Mt = [
197
212
  get disabled() {
198
213
  return this.getAttribute("disabled");
199
214
  }
200
- set disabled(t) {
201
- this.setAttribute("disabled", t);
215
+ set disabled(e) {
216
+ this.setAttribute("disabled", e);
202
217
  }
203
218
  get variant() {
204
219
  return this.getAttribute("variant");
205
220
  }
206
- set variant(t) {
207
- this.setAttribute("variant", t);
221
+ set variant(e) {
222
+ this.setAttribute("variant", e);
208
223
  }
209
224
  get shape() {
210
225
  return this.getAttribute("shape");
211
226
  }
212
- set shape(t) {
213
- this.setAttribute("shape", t);
227
+ set shape(e) {
228
+ this.setAttribute("shape", e);
214
229
  }
215
230
  get shapeMobile() {
216
231
  return this.getAttribute("shape--mobile");
217
232
  }
218
- set shapeMobile(t) {
219
- this.setAttribute("shape--mobile", t);
233
+ set shapeMobile(e) {
234
+ this.setAttribute("shape--mobile", e);
220
235
  }
221
236
  get shapeTablet() {
222
237
  return this.getAttribute("shape--tablet");
223
238
  }
224
- set shapeTablet(t) {
225
- this.setAttribute("shape--tablet", t);
239
+ set shapeTablet(e) {
240
+ this.setAttribute("shape--tablet", e);
226
241
  }
227
242
  get shapeLaptop() {
228
243
  return this.getAttribute("shape--laptop");
229
244
  }
230
- set shapeLaptop(t) {
231
- this.setAttribute("shape--laptop", t);
245
+ set shapeLaptop(e) {
246
+ this.setAttribute("shape--laptop", e);
232
247
  }
233
248
  get shapeDesktop() {
234
249
  return this.getAttribute("shape--desktop");
235
250
  }
236
- set shapeDesktop(t) {
237
- this.setAttribute("shape--desktop", t);
251
+ set shapeDesktop(e) {
252
+ this.setAttribute("shape--desktop", e);
238
253
  }
239
254
  get extended() {
240
255
  return this.getAttribute("extended");
241
256
  }
242
- set extended(t) {
243
- this.setAttribute("extended", t);
257
+ set extended(e) {
258
+ this.setAttribute("extended", e);
244
259
  }
245
260
  get extendedMobile() {
246
261
  return this.getAttribute("extended--mobile");
247
262
  }
248
- set extendedMobile(t) {
249
- this.setAttribute("extended--mobile", t);
263
+ set extendedMobile(e) {
264
+ this.setAttribute("extended--mobile", e);
250
265
  }
251
266
  get extendedTablet() {
252
267
  return this.getAttribute("extended--tablet");
253
268
  }
254
- set extendedTablet(t) {
255
- this.setAttribute("extended--tablet", t);
269
+ set extendedTablet(e) {
270
+ this.setAttribute("extended--tablet", e);
256
271
  }
257
272
  get extendedLaptop() {
258
273
  return this.getAttribute("extended--laptop");
259
274
  }
260
- set extendedLaptop(t) {
261
- this.setAttribute("extended--laptop", t);
275
+ set extendedLaptop(e) {
276
+ this.setAttribute("extended--laptop", e);
262
277
  }
263
278
  get extendedDesktop() {
264
279
  return this.getAttribute("extended--desktop");
265
280
  }
266
- set extendedDesktop(t) {
267
- this.setAttribute("extended--desktop", t);
281
+ set extendedDesktop(e) {
282
+ this.setAttribute("extended--desktop", e);
268
283
  }
269
284
  get inverted() {
270
285
  return this.getAttribute("inverted");
271
286
  }
272
- set inverted(t) {
273
- this.setAttribute("inverted", t);
287
+ set inverted(e) {
288
+ this.setAttribute("inverted", e);
274
289
  }
275
290
  get fontsize() {
276
291
  return this.getAttribute("font-size");
277
292
  }
278
- set fontsize(t) {
279
- this.setAttribute("font-size", t);
293
+ set fontsize(e) {
294
+ this.setAttribute("font-size", e);
280
295
  }
281
296
  get color() {
282
297
  return this.getAttribute("color");
283
298
  }
284
- set color(t) {
285
- this.setAttribute("color", t);
299
+ set color(e) {
300
+ this.setAttribute("color", e);
286
301
  }
287
302
  get fontweight() {
288
303
  return this.getAttribute("font-weight");
289
304
  }
290
- set fontweight(t) {
291
- this.setAttribute("font-weight", t);
305
+ set fontweight(e) {
306
+ this.setAttribute("font-weight", e);
292
307
  }
293
308
  get title() {
294
309
  return this.getAttribute("title");
295
310
  }
296
- set title(t) {
297
- t ? this.setAttribute("title", t) : this.removeAttribute("title");
311
+ set title(e) {
312
+ e ? this.setAttribute("title", e) : this.removeAttribute("title");
313
+ }
314
+ };
315
+ O.nativeName = "a";
316
+ let j = O;
317
+ customElements.get("px-a") || customElements.define("px-a", j);
318
+ var m, I, dt;
319
+ class It extends j {
320
+ constructor() {
321
+ super();
322
+ h(this, I);
323
+ h(this, m);
324
+ this.$el.classList.add("wrapper"), A(this, m, new Tt(
325
+ this,
326
+ this.$el,
327
+ () => c(this, I, dt).call(this)
328
+ ));
329
+ }
330
+ connectedCallback() {
331
+ super.connectedCallback(), d(this, m).connect();
332
+ }
333
+ disconnectedCallback() {
334
+ super.disconnectedCallback(), d(this, m).disconnect();
335
+ }
336
+ attributeChangedCallback(t, o, a) {
337
+ if (o !== a)
338
+ switch (t) {
339
+ case "disabled":
340
+ super.attributeChangedCallback(t, o, a), a !== null && d(this, m).clearInteractiveState();
341
+ break;
342
+ default:
343
+ super.attributeChangedCallback(t, o, a);
344
+ break;
345
+ }
298
346
  }
347
+ }
348
+ m = new WeakMap(), I = new WeakSet(), dt = function() {
349
+ return !this.hasAttribute("disabled") && this.$el.getAttribute("aria-disabled") !== "true";
299
350
  };
300
- N.nativeName = "a";
301
- let F = N;
302
- customElements.get("px-a") || customElements.define("px-a", F);
303
- class qt extends HTMLElement {
351
+ customElements.get("px-a-wrapper") || customElements.define("px-a-wrapper", It);
352
+ class Nt extends HTMLElement {
304
353
  constructor() {
305
- super(), this.template = `<px-a font-weight="title" font-size="body-l" color="brand" variant="no-style">
354
+ super(), this.template = `<px-a font-weight="title" font-size="body-m" color="brand" variant="no-style">
306
355
  <slot></slot>
307
356
  </px-a>`, this.attachShadow({ mode: "open" }), this.shadowRoot.innerHTML = this.template;
308
- const t = this.shadowRoot.querySelector("px-a");
309
- t && Array.from(this.attributes).forEach((e) => {
310
- t.setAttribute(e.name, e.value);
357
+ const e = this.shadowRoot.querySelector("px-a");
358
+ e && Array.from(this.attributes).forEach((t) => {
359
+ e.setAttribute(t.name, t.value);
311
360
  });
312
361
  }
313
362
  }
314
- customElements.get("px-mdd-a") || customElements.define("px-mdd-a", qt);
315
- const Nt = "#navigation-container{border-bottom:var(--px-size-border-m) solid var(--px-color-border-main-default)}#dropdown-zone--desktop{display:none}#primary-navigation{display:none;margin:0;padding:0}#panel-container{position:absolute;top:0;left:0;right:0;z-index:999}#backdrop-filter{display:none;position:absolute;z-index:998;left:0;width:100vw;height:100%;background:#0000004d;-webkit-backdrop-filter:saturate(180%) blur(15px);backdrop-filter:saturate(180%) blur(15px)}@media only screen and (min-width: 48em){#dropdown-zone--desktop{display:block;margin-block:var(--px-padding-s-tablet)}#primary-navigation{display:block}#panel-container{top:auto}}@media only screen and (min-width: 64.0625em){#dropdown-zone--desktop{margin-block:var(--px-padding-s-laptop)}}@media only screen and (min-width: 90.0625em){#dropdown-zone--desktop{margin-block:var(--px-padding-s-desktop)}}";
316
- function R(o) {
317
- var t = typeof o;
318
- return o != null && (t == "object" || t == "function");
363
+ customElements.get("px-mdd-a") || customElements.define("px-mdd-a", Nt);
364
+ const Ht = '#navigation-container{border-bottom:var(--px-size-border-m) solid var(--px-color-border-main-default)}#dropdown-zone--desktop{display:none}#primary-navigation{display:none;margin:0;padding:0}#primary-navigation div,#primary-navigation px-hstack{height:100%}#panel-container{position:absolute;top:0;left:0;right:0;z-index:999}#backdrop-filter{display:none;position:absolute;z-index:998;left:0;width:100vw;height:100%;background:#0000004d;-webkit-backdrop-filter:saturate(180%) blur(15px);backdrop-filter:saturate(180%) blur(15px)}@media screen and (min-width: 64.0625rem){#primary-navigation{display:block}#panel-container{top:auto}#dropdown-zone--desktop{display:flex;justify-content:space-between;align-items:center}#dropdown-zone--desktop ::slotted([slot="target-group"]),#dropdown-zone--desktop ::slotted([slot="user-language"]){margin-bottom:var(--px-spacing-s-laptop)}::slotted([slot="header-actions"]){margin-bottom:var(--px-padding-s-laptop)}}@media screen and (min-width: 90.0625rem){#dropdown-zone--desktop ::slotted([slot="target-group"]),#dropdown-zone--desktop ::slotted([slot="user-language"]){margin-bottom:var(--px-spacing-s-desktop)}::slotted([slot="header-actions"]){margin-bottom:var(--px-padding-s-desktop)}}';
365
+ function R(r) {
366
+ var e = typeof r;
367
+ return r != null && (e == "object" || e == "function");
319
368
  }
320
- var jt = typeof global == "object" && global && global.Object === Object && global, Ot = typeof self == "object" && self && self.Object === Object && self, it = jt || Ot || Function("return this")(), _ = function() {
321
- return it.Date.now();
322
- }, It = /\s/;
323
- function Pt(o) {
324
- for (var t = o.length; t-- && It.test(o.charAt(t)); )
369
+ var Bt = typeof global == "object" && global && global.Object === Object && global, Dt = typeof self == "object" && self && self.Object === Object && self, lt = Bt || Dt || Function("return this")(), _ = function() {
370
+ return lt.Date.now();
371
+ }, Wt = /\s/;
372
+ function Ft(r) {
373
+ for (var e = r.length; e-- && Wt.test(r.charAt(e)); )
325
374
  ;
326
- return t;
375
+ return e;
327
376
  }
328
- var Bt = /^\s+/;
329
- function Ht(o) {
330
- return o && o.slice(0, Pt(o) + 1).replace(Bt, "");
377
+ var _t = /^\s+/;
378
+ function Ut(r) {
379
+ return r && r.slice(0, Ft(r) + 1).replace(_t, "");
331
380
  }
332
- var q = it.Symbol, nt = Object.prototype, _t = nt.hasOwnProperty, Ft = nt.toString, S = q ? q.toStringTag : void 0;
333
- function Wt(o) {
334
- var t = _t.call(o, S), e = o[S];
381
+ var q = lt.Symbol, pt = Object.prototype, Yt = pt.hasOwnProperty, Zt = pt.toString, S = q ? q.toStringTag : void 0;
382
+ function Xt(r) {
383
+ var e = Yt.call(r, S), t = r[S];
335
384
  try {
336
- o[S] = void 0;
337
- var r = !0;
385
+ r[S] = void 0;
386
+ var o = !0;
338
387
  } catch {
339
388
  }
340
- var n = Ft.call(o);
341
- return r && (t ? o[S] = e : delete o[S]), n;
389
+ var a = Zt.call(r);
390
+ return o && (e ? r[S] = t : delete r[S]), a;
342
391
  }
343
- var Dt = Object.prototype, Ut = Dt.toString;
344
- function Yt(o) {
345
- return Ut.call(o);
392
+ var Jt = Object.prototype, Kt = Jt.toString;
393
+ function Qt(r) {
394
+ return Kt.call(r);
346
395
  }
347
- var Zt = "[object Null]", Xt = "[object Undefined]", Q = q ? q.toStringTag : void 0;
348
- function Jt(o) {
349
- return o == null ? o === void 0 ? Xt : Zt : Q && Q in Object(o) ? Wt(o) : Yt(o);
396
+ var Gt = "[object Null]", Vt = "[object Undefined]", tt = q ? q.toStringTag : void 0;
397
+ function te(r) {
398
+ return r == null ? r === void 0 ? Vt : Gt : tt && tt in Object(r) ? Xt(r) : Qt(r);
350
399
  }
351
- function Kt(o) {
352
- return o != null && typeof o == "object";
400
+ function ee(r) {
401
+ return r != null && typeof r == "object";
353
402
  }
354
- var Qt = "[object Symbol]";
355
- function Gt(o) {
356
- return typeof o == "symbol" || Kt(o) && Jt(o) == Qt;
403
+ var oe = "[object Symbol]";
404
+ function re(r) {
405
+ return typeof r == "symbol" || ee(r) && te(r) == oe;
357
406
  }
358
- var G = NaN, Vt = /^[-+]0x[0-9a-f]+$/i, te = /^0b[01]+$/i, ee = /^0o[0-7]+$/i, oe = parseInt;
359
- function V(o) {
360
- if (typeof o == "number")
361
- return o;
362
- if (Gt(o))
363
- return G;
364
- if (R(o)) {
365
- var t = typeof o.valueOf == "function" ? o.valueOf() : o;
366
- o = R(t) ? t + "" : t;
367
- }
368
- if (typeof o != "string")
369
- return o === 0 ? o : +o;
370
- o = Ht(o);
371
- var e = te.test(o);
372
- return e || ee.test(o) ? oe(o.slice(2), e ? 2 : 8) : Vt.test(o) ? G : +o;
407
+ var et = NaN, ae = /^[-+]0x[0-9a-f]+$/i, ie = /^0b[01]+$/i, ne = /^0o[0-7]+$/i, se = parseInt;
408
+ function ot(r) {
409
+ if (typeof r == "number")
410
+ return r;
411
+ if (re(r))
412
+ return et;
413
+ if (R(r)) {
414
+ var e = typeof r.valueOf == "function" ? r.valueOf() : r;
415
+ r = R(e) ? e + "" : e;
416
+ }
417
+ if (typeof r != "string")
418
+ return r === 0 ? r : +r;
419
+ r = Ut(r);
420
+ var t = ie.test(r);
421
+ return t || ne.test(r) ? se(r.slice(2), t ? 2 : 8) : ae.test(r) ? et : +r;
373
422
  }
374
- var re = "Expected a function", ae = Math.max, ie = Math.min;
375
- function ne(o, t, e) {
376
- var r, n, s, i, l, c, g = 0, w = !1, u = !1, I = !0;
377
- if (typeof o != "function")
378
- throw new TypeError(re);
379
- t = V(t) || 0, R(e) && (w = !!e.leading, u = "maxWait" in e, s = u ? ae(V(e.maxWait) || 0, t) : s, I = "trailing" in e ? !!e.trailing : I);
380
- function P(p) {
381
- var x = r, $ = n;
382
- return r = n = void 0, g = p, i = o.apply($, x), i;
383
- }
384
- function xt(p) {
385
- return g = p, l = setTimeout(L, t), w ? P(p) : i;
386
- }
387
- function gt(p) {
388
- var x = p - c, $ = p - g, J = t - x;
389
- return u ? ie(J, s - $) : J;
390
- }
391
- function Z(p) {
392
- var x = p - c, $ = p - g;
393
- return c === void 0 || x >= t || x < 0 || u && $ >= s;
423
+ var de = "Expected a function", le = Math.max, pe = Math.min;
424
+ function be(r, e, t) {
425
+ var o, a, n, s, l, b, x = 0, z = !1, u = !1, B = !0;
426
+ if (typeof r != "function")
427
+ throw new TypeError(de);
428
+ e = ot(e) || 0, R(t) && (z = !!t.leading, u = "maxWait" in t, n = u ? le(ot(t.maxWait) || 0, e) : n, B = "trailing" in t ? !!t.trailing : B);
429
+ function D(p) {
430
+ var g = o, $ = a;
431
+ return o = a = void 0, x = p, s = r.apply($, g), s;
432
+ }
433
+ function mt(p) {
434
+ return x = p, l = setTimeout(L, e), z ? D(p) : s;
435
+ }
436
+ function kt(p) {
437
+ var g = p - b, $ = p - x, Q = e - g;
438
+ return u ? pe(Q, n - $) : Q;
439
+ }
440
+ function J(p) {
441
+ var g = p - b, $ = p - x;
442
+ return b === void 0 || g >= e || g < 0 || u && $ >= n;
394
443
  }
395
444
  function L() {
396
445
  var p = _();
397
- if (Z(p))
398
- return X(p);
399
- l = setTimeout(L, gt(p));
446
+ if (J(p))
447
+ return K(p);
448
+ l = setTimeout(L, kt(p));
400
449
  }
401
- function X(p) {
402
- return l = void 0, I && r ? P(p) : (r = n = void 0, i);
450
+ function K(p) {
451
+ return l = void 0, B && o ? D(p) : (o = a = void 0, s);
403
452
  }
404
- function vt() {
405
- l !== void 0 && clearTimeout(l), g = 0, r = c = n = l = void 0;
453
+ function yt() {
454
+ l !== void 0 && clearTimeout(l), x = 0, o = b = a = l = void 0;
406
455
  }
407
- function ft() {
408
- return l === void 0 ? i : X(_());
456
+ function wt() {
457
+ return l === void 0 ? s : K(_());
409
458
  }
410
- function B() {
411
- var p = _(), x = Z(p);
412
- if (r = arguments, n = this, c = p, x) {
459
+ function W() {
460
+ var p = _(), g = J(p);
461
+ if (o = arguments, a = this, b = p, g) {
413
462
  if (l === void 0)
414
- return xt(c);
463
+ return mt(b);
415
464
  if (u)
416
- return clearTimeout(l), l = setTimeout(L, t), P(c);
465
+ return clearTimeout(l), l = setTimeout(L, e), D(b);
417
466
  }
418
- return l === void 0 && (l = setTimeout(L, t)), i;
467
+ return l === void 0 && (l = setTimeout(L, e)), s;
419
468
  }
420
- return B.cancel = vt, B.flush = ft, B;
469
+ return W.cancel = yt, W.flush = wt, W;
421
470
  }
422
- var se = "Expected a function";
423
- function de(o, t, e) {
424
- var r = !0, n = !0;
425
- if (typeof o != "function")
426
- throw new TypeError(se);
427
- return R(e) && (r = "leading" in e ? !!e.leading : r, n = "trailing" in e ? !!e.trailing : n), ne(o, t, {
428
- leading: r,
429
- maxWait: t,
430
- trailing: n
471
+ var ce = "Expected a function";
472
+ function he(r, e, t) {
473
+ var o = !0, a = !0;
474
+ if (typeof r != "function")
475
+ throw new TypeError(ce);
476
+ return R(t) && (o = "leading" in t ? !!t.leading : o, a = "trailing" in t ? !!t.trailing : a), be(r, e, {
477
+ leading: o,
478
+ maxWait: e,
479
+ trailing: a
431
480
  });
432
481
  }
433
- const st = new CSSStyleSheet();
434
- st.replaceSync(Nt);
435
- const le = "Menu";
436
- var T, a, dt, W, D, lt, U, v, E, C, f;
437
- class pe extends Y {
482
+ const bt = new CSSStyleSheet();
483
+ bt.replaceSync(Ht);
484
+ const ue = "Menu";
485
+ var T, i, ct, U, Y, ht, Z, v, C, E, f;
486
+ class ge extends X {
438
487
  constructor() {
439
- var e;
440
- super(st);
441
- h(this, a);
488
+ var t;
489
+ super(bt);
490
+ h(this, i);
442
491
  h(this, T);
443
492
  this.template = `
444
493
  <div>
445
494
  <header>
446
495
  <slot name="skip"></slot>
447
- <px-section id="navigation-container" padding-block--mobile="s" padding-block="none"
448
- background-color="none">
449
- <px-hstack id="dropdown-zone--desktop" align-items="center">
496
+ <px-section
497
+ id="navigation-container"
498
+ padding-bottom="none" padding-bottom--mobile="s" padding-bottom--tablet="s"
499
+ padding-top="s"
500
+ background-color="none"
501
+ >
502
+ <div id="dropdown-zone--desktop">
450
503
  <slot name="target-group"></slot>
451
504
  <px-spacer></px-spacer>
452
505
  <slot name="user-language"></slot>
453
- </px-hstack>
454
- <px-hstack gap="default" wrap="wrap" align-items="center">
506
+ </div>
507
+ <px-hstack gap="default" wrap="wrap" id="navigation-wrapper">
508
+ <px-hstack align-items="center">
509
+ <slot name="header-logo"></slot>
510
+ </px-hstack>
455
511
  <slot name="header-logo"></slot>
456
512
  <nav id="primary-navigation" aria-label="${this.primaryNavigationAriaLabel}">
457
513
  <div role="list">
@@ -461,12 +517,13 @@ class pe extends Y {
461
517
  </div>
462
518
  </nav>
463
519
  <px-spacer></px-spacer>
464
- <px-hstack gap--mobile="none" gap="default">
520
+ <px-hstack gap--mobile="s" gap--tablet="s" align-items="center" gap="default">
465
521
  <slot name="header-actions"></slot>
466
- <px-button-icon variant="naked" aria-label="${this.burgerMenuAriaLabel ?? "Open menu"}"
467
- aria-expanded="false" aria-controls="__lavender_mobile_menu" hidden--tablet hidden--laptop
468
- hidden--desktop>
469
- <px-icon name="burger_menu" from="lavender"></px-icon>
522
+ <px-button-icon
523
+ id="burger-menu" variant="naked" aria-label="${this.burgerMenuAriaLabel ?? "Open menu"}"
524
+ aria-expanded="false" hidden--laptop hidden--desktop
525
+ >
526
+ <px-icon name="burger_menu" from="lavender" size="m"></px-icon>
470
527
  </px-button-icon>
471
528
  </px-hstack>
472
529
  </px-hstack>
@@ -480,43 +537,43 @@ class pe extends Y {
480
537
  <slot name="main"></slot>
481
538
  </div>
482
539
  `, A(this, T, () => {
483
- window.innerWidth >= 768 && (b(this, a, lt).call(this), b(this, a, dt).call(this));
484
- }), this.shadowRoot.innerHTML = this.template, this.internals = (e = this.attachInternals) == null ? void 0 : e.call(this), this.role = "navigation", this.internals && (this.internals.role = "navigation");
540
+ window.innerWidth >= 1024 && (c(this, i, ht).call(this), c(this, i, ct).call(this));
541
+ }), this.shadowRoot.innerHTML = this.template, this.internals = (t = this.attachInternals) == null ? void 0 : t.call(this), this.internals && (this.internals.role = "navigation");
485
542
  }
486
543
  connectedCallback() {
487
- this.addEventListener("click", (e) => {
488
- const r = e.target.closest(
544
+ this.role = "navigation", this.addEventListener("click", (t) => {
545
+ const o = t.target.closest(
489
546
  "px-header-item"
490
547
  );
491
- r && r.for && (e.target.checked === !1 ? (this.$backdropFilter.style.display = "block", d(this, a, E).forEach((n) => {
492
- n.checked = !1;
493
- }), r.checked = !0, b(this, a, W).call(this, e.target.for)) : b(this, a, U).call(this));
494
- }), this.addEventListener("section-item-click", (e) => {
495
- this.$backdropFilter.style.display = "block", d(this, a, E).forEach((r) => {
496
- r.checked = !1;
548
+ o && o.for && (t.target.checked === !1 ? (this.$backdropFilter.style.display = "block", d(this, i, C).forEach((a) => {
549
+ a.checked = !1;
550
+ }), o.checked = !0, c(this, i, U).call(this, t.target.for)) : c(this, i, Z).call(this));
551
+ }), this.addEventListener("section-item-click", (t) => {
552
+ this.$backdropFilter.style.display = "block", d(this, i, C).forEach((o) => {
553
+ o.checked = !1;
497
554
  }), this.querySelector(
498
- `px-header-item[for="${e.detail.for}"]`
499
- ).checked = !0, b(this, a, W).call(this, e.detail.for);
555
+ `px-header-item[for="${t.detail.for}"]`
556
+ ).checked = !0, c(this, i, U).call(this, t.detail.for);
500
557
  }), this.addEventListener("back-to-mobile-menu", () => {
501
- this.$backdropFilter.style.display = "block", d(this, a, E).forEach((e) => {
502
- e.checked = !1;
503
- }), b(this, a, D).call(this);
504
- }), this.shadowRoot.addEventListener("click", (e) => {
505
- e.target.closest("px-button-icon") && (this.$burgerMenu.setAttribute("aria-expanded", "true"), b(this, a, D).call(this));
558
+ this.$backdropFilter.style.display = "block", d(this, i, C).forEach((t) => {
559
+ t.checked = !1;
560
+ }), c(this, i, Y).call(this);
561
+ }), this.$burgerMenu.addEventListener("click", () => {
562
+ this.$burgerMenu.setAttribute("aria-expanded", "true"), c(this, i, Y).call(this);
506
563
  }), this.addEventListener("close-panel", () => {
507
- b(this, a, U).call(this), this.$burgerMenu.setAttribute("aria-expanded", "false");
564
+ c(this, i, Z).call(this), this.$burgerMenu.setAttribute("aria-expanded", "false");
508
565
  }), this.addEventListener(
509
566
  "close-panel-from-dialog",
510
- (e) => {
511
- this.dispatchEvent(new CustomEvent("close-panel")), e.detail.clientY < d(this, a, C).getBoundingClientRect().bottom && requestAnimationFrame(() => {
512
- var r;
513
- (r = document.elementFromPoint(
514
- e.detail.clientX,
515
- e.detail.clientY
516
- )) == null || r.click();
567
+ (t) => {
568
+ this.dispatchEvent(new CustomEvent("close-panel")), t.detail.clientY < d(this, i, E).getBoundingClientRect().bottom && requestAnimationFrame(() => {
569
+ var o;
570
+ (o = document.elementFromPoint(
571
+ t.detail.clientX,
572
+ t.detail.clientY
573
+ )) == null || o.click();
517
574
  });
518
575
  }
519
- ), !this.$targetGroupDropdown && !this.$userLanguageDropdown && (this.$dropDownZoneDesktop.style.display = "none"), this.primaryNavigationAriaLabel || this.setAttribute("primary-navigation-aria-label", le), window.addEventListener("resize", de(d(this, T), 200));
576
+ ), !this.$targetGroupDropdown && !this.$userLanguageDropdown && (this.$dropDownZoneDesktop.style.display = "none"), this.primaryNavigationAriaLabel || this.setAttribute("primary-navigation-aria-label", ue), window.addEventListener("resize", he(d(this, T), 200));
520
577
  }
521
578
  static get observedAttributes() {
522
579
  return [
@@ -526,23 +583,23 @@ class pe extends Y {
526
583
  "back-to-menu-label"
527
584
  ];
528
585
  }
529
- attributeChangedCallback(e, r, n) {
530
- if (r !== n)
531
- switch (e) {
586
+ attributeChangedCallback(t, o, a) {
587
+ if (o !== a)
588
+ switch (t) {
532
589
  case "close-button-aria-label":
533
- d(this, a, f).forEach((s) => {
534
- s.setAttribute("close-button-aria-label", n);
590
+ d(this, i, f).forEach((n) => {
591
+ n.setAttribute("close-button-aria-label", a);
535
592
  });
536
593
  break;
537
594
  case "burger-menu-aria-label":
538
- this.$burgerMenu.setAttribute("aria-label", n);
595
+ this.$burgerMenu.setAttribute("aria-label", a);
539
596
  break;
540
597
  case "primary-navigation-aria-label":
541
- this.$primaryNavigation.setAttribute("aria-label", n);
598
+ this.$primaryNavigation.setAttribute("aria-label", a);
542
599
  break;
543
600
  case "back-to-menu-label":
544
- d(this, a, f).forEach((s) => {
545
- s.setAttribute("back-to-menu-label", n);
601
+ d(this, i, f).forEach((n) => {
602
+ n.setAttribute("back-to-menu-label", a);
546
603
  });
547
604
  break;
548
605
  }
@@ -551,7 +608,7 @@ class pe extends Y {
551
608
  return this.shadowRoot.querySelector("#backdrop-filter");
552
609
  }
553
610
  get $burgerMenu() {
554
- return this.shadowRoot.querySelector("px-button-icon");
611
+ return this.shadowRoot.querySelector("#burger-menu");
555
612
  }
556
613
  get $slotMain() {
557
614
  return this.querySelector('[slot="main"]');
@@ -571,94 +628,99 @@ class pe extends Y {
571
628
  get closeButtonAriaLabel() {
572
629
  return this.getAttribute("close-button-aria-label");
573
630
  }
574
- set closeButtonAriaLabel(e) {
575
- e ? this.setAttribute("close-button-aria-label", e) : this.removeAttribute("close-button-aria-label");
631
+ set closeButtonAriaLabel(t) {
632
+ t ? this.setAttribute("close-button-aria-label", t) : this.removeAttribute("close-button-aria-label");
576
633
  }
577
634
  get burgerMenuAriaLabel() {
578
635
  return this.getAttribute("burger-menu-aria-label");
579
636
  }
580
- set burgerMenuAriaLabel(e) {
581
- e ? this.setAttribute("burger-menu-aria-label", e) : this.removeAttribute("burger-menu-aria-label");
637
+ set burgerMenuAriaLabel(t) {
638
+ t ? this.setAttribute("burger-menu-aria-label", t) : this.removeAttribute("burger-menu-aria-label");
582
639
  }
583
640
  get backToMenuLabel() {
584
641
  return this.getAttribute("back-to-menu-label");
585
642
  }
586
- set backToMenuLabel(e) {
587
- e ? this.setAttribute("back-to-menu-label", e) : this.removeAttribute("back-to-menu-label");
643
+ set backToMenuLabel(t) {
644
+ t ? this.setAttribute("back-to-menu-label", t) : this.removeAttribute("back-to-menu-label");
588
645
  }
589
646
  get primaryNavigationAriaLabel() {
590
647
  return this.getAttribute("primary-navigation-aria-label");
591
648
  }
592
- set primaryNavigationAriaLabel(e) {
593
- e ? this.setAttribute("primary-navigation-aria-label", e) : this.removeAttribute("primary-navigation-aria-label");
649
+ set primaryNavigationAriaLabel(t) {
650
+ t ? this.setAttribute("primary-navigation-aria-label", t) : this.removeAttribute("primary-navigation-aria-label");
594
651
  }
595
652
  }
596
- T = new WeakMap(), a = new WeakSet(), dt = function() {
597
- const e = this.querySelectorAll("px-mdd"), r = d(this, a, C).getBoundingClientRect().bottom;
598
- e.forEach((n) => {
599
- n.dialogOffsetTop = `${r}px`;
653
+ T = new WeakMap(), i = new WeakSet(), ct = function() {
654
+ const t = this.querySelectorAll("px-mdd"), o = d(this, i, E).getBoundingClientRect().bottom;
655
+ t.forEach((a) => {
656
+ a.dialogOffsetTop = `${o}px`;
600
657
  });
601
- }, W = function(e) {
602
- d(this, a, v).$megaDropDown.hidden = !0, d(this, a, f).forEach((r) => {
603
- r.name === e && r.hidden && (r.dialogOffsetTop = `${d(this, a, C).getBoundingClientRect().bottom}px`, r.hidden = !r.hidden, this.querySelector(`px-header-item[for="${e}"]`).checked = !r.hidden, document.body.style.overflow = r.hidden ? "auto" : "hidden"), r.name !== e && !r.hidden && (r.hidden = !0);
658
+ }, U = function(t) {
659
+ d(this, i, v).$megaDropDown.hidden = !0, d(this, i, f).forEach((o) => {
660
+ o.name === t && o.hidden && (o.dialogOffsetTop = `${d(this, i, E).getBoundingClientRect().bottom}px`, o.hidden = !o.hidden, this.querySelector(`px-header-item[for="${t}"]`).checked = !o.hidden, document.body.style.overflow = o.hidden ? "auto" : "hidden"), o.name !== t && !o.hidden && (o.hidden = !0);
604
661
  });
605
- }, D = function() {
606
- this.$backdropFilter.style.display = "none", d(this, a, f).forEach((e) => {
607
- e.hidden || (e.hidden = !0);
608
- }), d(this, a, v).$megaDropDown.dialogOffsetTop = `${d(this, a, C).getBoundingClientRect().bottom}px`, d(this, a, v).$megaDropDown.hidden = !1, document.body.style.overflow = "hidden";
609
- }, lt = function() {
610
- d(this, a, v) && (d(this, a, v).$megaDropDown.hidden = !0, this.$burgerMenu.setAttribute("aria-expanded", "false"), document.body.style.overflow = "auto", this.$backdropFilter.style.display = "none");
611
- }, U = function() {
612
- this.$backdropFilter.style.display = "none", d(this, a, v).$megaDropDown.hidden = !0, d(this, a, E).forEach((e) => {
613
- e.checked = !1;
614
- }), d(this, a, f).forEach((e) => {
615
- e.hidden = !0;
662
+ }, Y = function() {
663
+ this.$backdropFilter.style.display = "none", d(this, i, f).forEach((t) => {
664
+ t.hidden || (t.hidden = !0);
665
+ }), d(this, i, v).$megaDropDown.dialogOffsetTop = `${d(this, i, E).getBoundingClientRect().bottom}px`, d(this, i, v).$megaDropDown.hidden = !1, document.body.style.overflow = "hidden";
666
+ }, ht = function() {
667
+ d(this, i, v) && (d(this, i, v).$megaDropDown.hidden = !0, this.$burgerMenu.setAttribute("aria-expanded", "false"), Array.from(d(this, i, f)).some(
668
+ (o) => !o.hidden
669
+ ) || (document.body.style.overflow = "auto", this.$backdropFilter.style.display = "none"));
670
+ }, Z = function() {
671
+ this.$backdropFilter.style.display = "none", d(this, i, v).$megaDropDown.hidden = !0, d(this, i, C).forEach((t) => {
672
+ t.checked = !1;
673
+ }), d(this, i, f).forEach((t) => {
674
+ t.hidden = !0;
616
675
  }), document.body.style.overflow = "auto";
617
676
  }, v = function() {
618
677
  return this.querySelector("px-header-mobile-menu");
619
- }, E = function() {
620
- return this.querySelectorAll("px-header-item");
621
678
  }, C = function() {
679
+ return this.querySelectorAll("px-header-item");
680
+ }, E = function() {
622
681
  return this.shadowRoot.querySelector("header");
623
682
  }, f = function() {
624
683
  return this.querySelectorAll("px-mdd");
625
684
  };
626
- customElements.get("px-header") || customElements.define("px-header", pe);
627
- const ce = ':host{position:relative}::slotted([slot="popover"]){position:absolute;border-radius:var(--px-radius-main, 8px);background:var(--px-color-background-container-light-default, #fff);box-shadow:0 20px 25px -5px #25252514;margin:0;padding:var(--px-padding-xs-mobile) 0;border:0;right:0;width:auto}:host([grow]) ::slotted([slot="trigger"]):after{right:0;padding-right:var(--px-padding-xs-mobile)}:host([anchoralignment="top-left"]) ::slotted([slot="popover"]){top:auto}:host([anchoralignment="top-right"]) ::slotted([slot="popover"]){top:auto}:host([anchoralignment="bottom-right"]) ::slotted([slot="popover"]){left:auto}@media screen and (max-width: 767px){::slotted([slot="trigger"]){display:block;width:100%}:host([anchoralignment="top-left"]) ::slotted([slot="popover"]){left:var(--px-padding-s-mobile)}:host([anchoralignment="top-right"]) ::slotted([slot="popover"]){left:var(--px-padding-s-mobile)}}@media screen and (min-width: 768px){::slotted([slot="popover"]){padding-block:var(--px-padding-s-desktop);right:auto;width:auto}}', be = [
685
+ customElements.get("px-header") || customElements.define("px-header", ge);
686
+ const xe = ':host{position:relative}::slotted([slot="popover"]){position:fixed;border-radius:var(--px-radius-main, 8px);background:var(--px-color-background-container-light-default, #fff);box-shadow:0 20px 25px -5px #25252514;margin:0;padding:var(--px-padding-xs-mobile) 0;border:0;right:0;width:auto;max-height:var(--px-popover-max-height)}:host([grow]) ::slotted([slot="trigger"]):after{right:0;padding-right:var(--px-padding-xs-mobile)}:host([anchoralignment="top-left"]) ::slotted([slot="popover"]){top:auto}:host([anchoralignment="top-right"]) ::slotted([slot="popover"]){top:auto}:host([anchoralignment="bottom-right"]) ::slotted([slot="popover"]){left:auto}@media screen and (max-width: 47.938rem){::slotted([slot="trigger"]){display:block;width:100%}:host([anchoralignment="top-left"]) ::slotted([slot="popover"]){left:var(--px-padding-s-mobile)}:host([anchoralignment="top-right"]) ::slotted([slot="popover"]){left:var(--px-padding-s-mobile)}}@media screen and (min-width: 48rem){::slotted([slot="popover"]){padding-block:var(--px-padding-s-desktop);right:auto;width:auto}}', ve = [
628
687
  "top-left",
629
688
  "top-right",
630
689
  "bottom-left",
631
690
  "bottom-right"
632
691
  ];
633
- function tt(o, t, e = "bottom-left", r, n = !1) {
634
- "anchorName" in document.documentElement.style && n === !1 || t.addEventListener("toggle", () => {
635
- var w, u;
636
- if (!o || !t)
692
+ function rt(r, e, t = "bottom-left", o, a = !1) {
693
+ "anchorName" in document.documentElement.style && a === !1 || e.addEventListener("toggle", () => {
694
+ var z, u;
695
+ if (!r || !e)
637
696
  return;
638
- const s = o.getBoundingClientRect(), i = ((w = window.visualViewport) == null ? void 0 : w.height) ?? window.innerHeight, l = ((u = window.visualViewport) == null ? void 0 : u.width) ?? window.innerWidth, c = r.getPropertyValue("--px-padding-s-mobile") || "16px", g = parseInt(
639
- (r.getPropertyValue("--px-icon-size-xs-desktop") || "24").replace("px", "")
697
+ const n = r.getBoundingClientRect(), s = ((z = window.visualViewport) == null ? void 0 : z.height) ?? window.innerHeight, l = ((u = window.visualViewport) == null ? void 0 : u.width) ?? window.innerWidth, b = o.getPropertyValue("--px-padding-s-mobile") || "16px", x = parseInt(
698
+ (o.getPropertyValue("--px-icon-size-xs-desktop") || "24").replace("px", "")
640
699
  );
641
- ["top-left", "top-right"].includes(e) ? (t.style.bottom = `calc( ${c} + ${i - s.top - window.scrollY}px)`, t.style.top = "auto", e === "top-left" ? t.style.left = l < 768 ? `${c}px` : `${s.left}px` : t.style.right = l < 768 ? `${c}px` : `${l - s.right}px`) : (t.style.top = `${s.bottom + window.scrollY}px`, e === "bottom-left" ? t.style.left = l < 768 ? `${c}px` : `${s.left}px` : t.style.right = l < 768 ? `${c}px` : `${l - s.right - g}px`);
700
+ ["top-left", "top-right"].includes(t) ? (e.style.bottom = `calc( ${b} + ${s - n.top - window.scrollY}px)`, e.style.top = "auto", t === "top-left" ? e.style.left = l < 768 ? `${b}px` : `${n.left}px` : e.style.right = l < 768 ? `${b}px` : `${l - n.right}px`) : (e.style.top = `${n.bottom + window.scrollY}px`, t === "bottom-left" ? e.style.left = l < 768 ? `${b}px` : `${n.left}px` : e.style.right = l < 768 ? `${b}px` : `${l - n.right - x}px`);
642
701
  });
643
702
  }
644
- const pt = new CSSStyleSheet();
645
- pt.replaceSync(ce);
703
+ const ut = new CSSStyleSheet();
704
+ ut.replaceSync(xe);
646
705
  const M = "bottom-left";
647
- var z, ct, m, k, y, bt;
648
- class he extends Y {
706
+ var w, gt, k, y, xt;
707
+ class fe extends X {
649
708
  constructor() {
650
- super(pt);
651
- h(this, z);
652
- h(this, m);
709
+ super(ut);
710
+ h(this, w);
653
711
  h(this, k);
654
712
  h(this, y);
655
713
  this.template = () => `
656
714
  <style>${this.css}</style>
657
715
  <slot name="trigger"></slot>
658
- <slot name="popover"></slot>`, this.isAboutToClose = !1, A(this, m, () => {
659
- this.isAboutToClose || (this.$popoverElement.togglePopover({ source: this.$trigger }), this.$trigger.ariaExpanded = "true");
660
- }), A(this, k, () => {
661
- this.$popoverElement.matches(":popover-open") && (this.isAboutToClose = !0, this.$trigger.ariaExpanded = "false");
716
+ <slot name="popover"></slot>`, this.isAboutToClose = !1, this.triggerPopoverDisplay = () => {
717
+ this.isAboutToClose || (this.$popoverElement.togglePopover({ source: this.$trigger }), this.manualToggle || (this.$trigger.ariaExpanded = "true"));
718
+ }, this.showPopover = () => {
719
+ this.isAboutToClose || this.$popoverElement.showPopover();
720
+ }, this.hidePopover = () => {
721
+ this.$popoverElement.hidePopover();
722
+ }, A(this, k, () => {
723
+ this.$popoverElement.matches(":popover-open") && (this.isAboutToClose = !0, this.manualToggle || (this.$trigger.ariaExpanded = "false"));
662
724
  }), A(this, y, () => {
663
725
  this.$popoverElement.matches(":popover-open") || setTimeout(() => {
664
726
  this.isAboutToClose = !1;
@@ -675,7 +737,7 @@ class he extends Y {
675
737
  anchor-name: ${this.anchorName};
676
738
  }
677
739
  :host([anchoralignment="bottom-left"]) {
678
- ::slotted([slot="popover"]) {
740
+ ::slotted([popover]) {
679
741
  position-anchor: ${this.anchorName};
680
742
  top: anchor(${this.anchorName} bottom);
681
743
  left: anchor(${this.anchorName} left);
@@ -708,14 +770,16 @@ class he extends Y {
708
770
  ...super.observedAttributes,
709
771
  "id",
710
772
  "anchoralignment",
711
- "use-polyfill"
773
+ "use-polyfill",
774
+ "manual-toggle",
775
+ "popover-height"
712
776
  ];
713
777
  }
714
778
  connectedCallback() {
715
779
  this.getAttribute("id") || this.setAttribute(
716
780
  "id",
717
781
  `px-dropdown-${Math.random().toString(36).substring(2, 15)}`
718
- ), this.getAttribute("anchoralignment") || this.setAttribute("anchoralignment", M), tt(
782
+ ), this.getAttribute("anchoralignment") || this.setAttribute("anchoralignment", M), rt(
719
783
  this.$trigger,
720
784
  this.$popoverElement,
721
785
  this.anchorAlignment,
@@ -723,14 +787,15 @@ class he extends Y {
723
787
  this.usePolyfill
724
788
  );
725
789
  }
726
- attributeChangedCallback(e, r, n) {
727
- if (r !== n)
728
- switch (e) {
790
+ attributeChangedCallback(t, o, a) {
791
+ var n;
792
+ if (o !== a)
793
+ switch (t) {
729
794
  case "id":
730
795
  this.initPopover();
731
796
  break;
732
797
  case "use-polyfill":
733
- tt(
798
+ rt(
734
799
  this.$trigger,
735
800
  this.$popoverElement,
736
801
  this.anchorAlignment,
@@ -738,13 +803,25 @@ class he extends Y {
738
803
  this.usePolyfill
739
804
  );
740
805
  break;
806
+ case "manual-toggle":
807
+ a != null && ((n = this.$trigger) == null || n.removeAttribute("aria-expanded"));
808
+ break;
809
+ case "popover-height":
810
+ this.updatePopoverHeight(a);
811
+ break;
741
812
  default:
742
- super.attributeChangedCallback(e, r, n);
813
+ super.attributeChangedCallback(t, o, a);
743
814
  break;
744
815
  }
745
816
  }
817
+ updatePopoverHeight(t) {
818
+ t ? this.$popoverElement.style.setProperty(
819
+ "--px-popover-max-height",
820
+ t
821
+ ) : this.$popoverElement.style.removeProperty("--px-popover-max-height");
822
+ }
746
823
  initPopover() {
747
- this.$trigger && (this.$trigger.setAttribute("popovertarget", this.popoverId), this.$trigger.setAttribute("aria-controls", this.popoverId), this.$trigger.setAttribute("aria-expanded", "false"), this.$popoverElement.setAttribute("id", this.popoverId), this.$popoverElement.setAttribute("popover", ""), this.$style.innerHTML = this.css, b(this, z, ct).call(this), b(this, z, bt).call(this));
824
+ this.$trigger && (this.$trigger.setAttribute("popovertarget", this.popoverId), this.$trigger.setAttribute("aria-controls", this.getAttribute("id")), this.hasAttribute("manual-toggle") || this.$trigger.setAttribute("aria-expanded", "false"), this.$popoverElement.setAttribute("id", this.popoverId), this.$popoverElement.setAttribute("popover", ""), this.$style.innerHTML = this.css, c(this, w, gt).call(this), c(this, w, xt).call(this));
748
825
  }
749
826
  get popoverId() {
750
827
  return `${this.getAttribute("id")}-popover`;
@@ -764,98 +841,109 @@ class he extends Y {
764
841
  get anchorAlignment() {
765
842
  return this.getAttribute("anchoralignment") || M;
766
843
  }
767
- set anchorAlignment(e) {
768
- be.includes(e) ? this.setAttribute("anchoralignment", e) : (console.warn(
769
- `Invalid anchor alignment value: ${e}. Using default ${M}.`
844
+ set anchorAlignment(t) {
845
+ ve.includes(t) ? this.setAttribute("anchoralignment", t) : (P(
846
+ `Invalid anchor alignment value: ${t}. Using default ${M}.`
770
847
  ), this.setAttribute("anchoralignment", M));
771
848
  }
772
849
  get usePolyfill() {
773
850
  return this.hasAttribute("use-polyfill");
774
851
  }
775
- set usePolyfill(e) {
776
- e ? this.setAttribute("use-polyfill", "") : this.removeAttribute("use-polyfill");
852
+ set usePolyfill(t) {
853
+ t ? this.setAttribute("use-polyfill", "") : this.removeAttribute("use-polyfill");
854
+ }
855
+ get manualToggle() {
856
+ return this.hasAttribute("manual-toggle");
857
+ }
858
+ set manualToggle(t) {
859
+ t ? this.setAttribute("manual-toggle", "") : this.removeAttribute("manual-toggle");
860
+ }
861
+ get popoverHeight() {
862
+ return this.getAttribute("popover-height");
863
+ }
864
+ set popoverHeight(t) {
865
+ t ? this.setAttribute("popover-height", t) : this.removeAttribute("popover-height");
777
866
  }
778
867
  }
779
- z = new WeakSet(), ct = function() {
780
- this.isAboutToClose = !1, this.$trigger.removeEventListener("click", d(this, m)), this.$popoverElement.removeEventListener(
868
+ w = new WeakSet(), gt = function() {
869
+ this.isAboutToClose = !1, this.manualToggle || this.$trigger.removeEventListener("click", this.triggerPopoverDisplay), this.$popoverElement.removeEventListener(
781
870
  "beforetoggle",
782
871
  d(this, k)
783
872
  ), this.$popoverElement.removeEventListener("toggle", d(this, y));
784
- }, m = new WeakMap(), k = new WeakMap(), y = new WeakMap(), /**
873
+ }, k = new WeakMap(), y = new WeakMap(), /**
785
874
  * Handles the manual display of the popover when the trigger is clicked.
786
875
  * This is necessary for cases where the trigger is not a button or input element.
787
876
  * This method adds event listeners to the trigger element to toggle the popover.
788
877
  * It also manages the state of whether the popover is about to close or not to avoid
789
878
  * race conditions when the popover is toggled and the trigger click event is fired.
790
879
  */
791
- bt = function() {
792
- this.$trigger && !["button", "input"].includes(this.$trigger.localName) && (this.$trigger.addEventListener("click", d(this, m)), this.$popoverElement.addEventListener("beforetoggle", d(this, k)), this.$popoverElement.addEventListener("toggle", d(this, y)));
880
+ xt = function() {
881
+ this.$trigger && !["button", "input"].includes(this.$trigger.localName) && (this.manualToggle || this.$trigger.addEventListener("click", this.triggerPopoverDisplay), this.$popoverElement.addEventListener("beforetoggle", d(this, k)), this.$popoverElement.addEventListener("toggle", d(this, y)));
793
882
  };
794
- customElements.get("px-dropdown") || customElements.define("px-dropdown", he);
795
- const ht = new CSSStyleSheet();
796
- ht.replaceSync(`
797
- @media screen and (min-width: 48em) {
883
+ customElements.get("px-dropdown") || customElements.define("px-dropdown", fe);
884
+ const vt = new CSSStyleSheet();
885
+ vt.replaceSync(`
886
+ @media screen and (min-width: 64.0625rem) {
798
887
  :host {
799
888
  display: none;
800
889
  }
801
890
  }
802
891
  `);
803
- var j, O, ut;
804
- class ue extends HTMLElement {
892
+ var N, H, ft;
893
+ class me extends HTMLElement {
805
894
  constructor() {
806
895
  super();
807
- h(this, O);
808
- h(this, j, `<px-mdd
896
+ h(this, H);
897
+ h(this, N, `<px-mdd
809
898
  name="__lavender_mobile_menu"
810
- hidden--tablet
811
899
  hidden--laptop
812
900
  hidden--desktop
813
901
  >
814
902
  <span slot="title"><slot name="title"></slot></span>
815
903
  <px-mdd-section title-hidden></px-mdd-section>
816
904
  </px-mdd>`);
817
- this.attachShadow({ mode: "open" }), this.shadowRoot.innerHTML = d(this, j), this.shadowRoot.adoptedStyleSheets = [ht];
905
+ this.attachShadow({ mode: "open" }), this.shadowRoot.innerHTML = d(this, N), this.shadowRoot.adoptedStyleSheets = [vt];
818
906
  }
819
907
  connectedCallback() {
820
908
  this.setAttribute("slot", "header-panels");
821
- const e = this.closest("px-header");
822
- if (!e)
909
+ const t = this.closest("px-header");
910
+ if (!t)
823
911
  throw new Error(
824
912
  "<px-header-mobile-menu> must be used within a <px-header>."
825
913
  );
826
- const r = e.querySelectorAll("px-header-item"), n = e.querySelectorAll("px-action-link"), s = this.shadowRoot.querySelector("px-mdd-section");
827
- s.innerHTML = `
828
- ${[...r].map((i) => {
829
- const l = i.getAttribute("for"), c = i.getAttribute("href");
830
- return l ? `<px-mdd-section-item for="${l}">${i.innerText}</px-mdd-section-item>` : c ? `<px-mdd-section-item href="${c}">${i.innerText}</px-mdd-section-item>` : "";
914
+ const o = t.querySelectorAll("px-header-item"), a = t.querySelectorAll("px-action-link"), n = this.shadowRoot.querySelector("px-mdd-section");
915
+ n.innerHTML = `
916
+ ${[...o].map((s) => {
917
+ const l = s.getAttribute("for"), b = s.getAttribute("href");
918
+ return l ? `<px-mdd-section-item for="${l}">${s.innerText}</px-mdd-section-item>` : b ? `<px-mdd-section-item href="${b}">${s.innerText}</px-mdd-section-item>` : "";
831
919
  }).join("")}
832
- ${[...n].filter((i) => !i.hasAttribute("promoted")).map(
833
- (i) => `<px-mdd-a href="${i.getAttribute("href")}" slot="footer">${i.innerText}</px-mdd-a>`
834
- ).join("")}`, b(this, O, ut).call(this).forEach((i) => {
835
- i && this.$megaDropDown.appendChild(i);
920
+ ${[...a].filter((s) => !s.hasAttribute("promoted")).map(
921
+ (s) => `<px-mdd-a href="${s.getAttribute("href")}" slot="footer">${s.innerText}</px-mdd-a>`
922
+ ).join("")}`, c(this, H, ft).call(this).forEach((s) => {
923
+ s && this.$megaDropDown.appendChild(s);
836
924
  });
837
925
  }
838
926
  get $megaDropDown() {
839
927
  return this.shadowRoot.querySelector("px-mdd");
840
928
  }
841
929
  }
842
- j = new WeakMap(), O = new WeakSet(), ut = function() {
843
- const e = this.closest("px-header"), r = e.querySelector(
930
+ N = new WeakMap(), H = new WeakSet(), ft = function() {
931
+ const t = this.closest("px-header"), o = t.querySelector(
844
932
  'px-dropdown[slot="target-group"]'
845
- ), n = e.querySelector(
933
+ ), a = t.querySelector(
846
934
  'px-dropdown[slot="user-language"]'
847
- ), s = r == null ? void 0 : r.cloneNode(
935
+ ), n = o == null ? void 0 : o.cloneNode(
848
936
  !0
849
937
  );
850
- s == null || s.removeAttribute("id"), s == null || s.setAttribute("slot", "mdd-footer"), s == null || s.setAttribute("grow", "3"), s == null || s.setAttribute("anchoralignment", "top-left");
851
- const i = n == null ? void 0 : n.cloneNode(
938
+ n == null || n.removeAttribute("id"), n == null || n.setAttribute("slot", "mdd-footer"), n == null || n.setAttribute("grow", "3"), n == null || n.setAttribute("anchoralignment", "top-left");
939
+ const s = a == null ? void 0 : a.cloneNode(
852
940
  !0
853
941
  );
854
- return i == null || i.removeAttribute("id"), i == null || i.setAttribute("slot", "mdd-footer"), i == null || i.setAttribute("grow", "1"), i == null || i.setAttribute("anchoralignment", "top-right"), [s, i];
942
+ return s == null || s.removeAttribute("id"), s == null || s.setAttribute("slot", "mdd-footer"), s == null || s.setAttribute("grow", "1"), s == null || s.setAttribute("anchoralignment", "top-right"), [n, s];
855
943
  };
856
- customElements.get("px-header-mobile-menu") || customElements.define("px-header-mobile-menu", ue);
944
+ customElements.get("px-header-mobile-menu") || customElements.define("px-header-mobile-menu", me);
857
945
  export {
858
- pe as Header,
859
- St as HeaderItem,
860
- ue as HeaderMobileMenu
946
+ ge as Header,
947
+ Mt as HeaderItem,
948
+ me as HeaderMobileMenu
861
949
  };