@aurodesignsystem-dev/auro-formkit 0.0.0-pr1431.3 → 0.0.0-pr1432.1

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.
Files changed (39) hide show
  1. package/components/checkbox/demo/api.min.js +2 -7
  2. package/components/checkbox/demo/index.min.js +2 -7
  3. package/components/checkbox/dist/auro-checkbox.d.ts +1 -1
  4. package/components/checkbox/dist/index.js +2 -7
  5. package/components/checkbox/dist/registered.js +2 -7
  6. package/components/combobox/demo/api.min.js +32 -16
  7. package/components/combobox/demo/index.min.js +32 -16
  8. package/components/combobox/dist/index.js +32 -16
  9. package/components/combobox/dist/registered.js +32 -16
  10. package/components/counter/demo/api.min.js +41 -32
  11. package/components/counter/demo/index.min.js +41 -32
  12. package/components/counter/dist/auro-counter.d.ts +0 -7
  13. package/components/counter/dist/index.js +41 -32
  14. package/components/counter/dist/registered.js +41 -32
  15. package/components/datepicker/demo/api.min.js +31 -15
  16. package/components/datepicker/demo/index.min.js +31 -15
  17. package/components/datepicker/dist/index.js +31 -15
  18. package/components/datepicker/dist/registered.js +31 -15
  19. package/components/dropdown/demo/api.min.js +29 -1
  20. package/components/dropdown/demo/index.min.js +29 -1
  21. package/components/dropdown/dist/index.js +29 -1
  22. package/components/dropdown/dist/registered.js +29 -1
  23. package/components/form/demo/api.min.js +138 -86
  24. package/components/form/demo/index.min.js +138 -86
  25. package/components/input/demo/api.min.js +1 -13
  26. package/components/input/demo/index.min.js +1 -13
  27. package/components/input/dist/base-input.d.ts +0 -7
  28. package/components/input/dist/index.js +1 -13
  29. package/components/input/dist/registered.js +1 -13
  30. package/components/radio/demo/api.min.js +1 -1
  31. package/components/radio/demo/index.min.js +1 -1
  32. package/components/radio/dist/index.js +1 -1
  33. package/components/radio/dist/registered.js +1 -1
  34. package/components/select/demo/api.min.js +30 -2
  35. package/components/select/demo/index.min.js +30 -2
  36. package/components/select/dist/index.js +30 -2
  37. package/components/select/dist/registered.js +30 -2
  38. package/custom-elements.json +1632 -1691
  39. package/package.json +2 -2
@@ -6673,18 +6673,6 @@ let BaseInput$2 = class BaseInput extends AuroElement$6 {
6673
6673
  return this.pattern;
6674
6674
  }
6675
6675
 
6676
- /**
6677
- * Required to convert SVG icons from data to HTML string.
6678
- * @private
6679
- * @param {string} icon HTML string for requested icon.
6680
- * @returns {object} Appended HTML for SVG.
6681
- */
6682
- getIconAsHtml(icon) {
6683
- const dom = new DOMParser().parseFromString(icon.svg, 'text/html');
6684
-
6685
- return dom.body.firstChild;
6686
- }
6687
-
6688
6676
  /**
6689
6677
  * Sends event notifying that the input has changed it's value.
6690
6678
  * @private
@@ -7470,7 +7458,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
7470
7458
  }
7471
7459
  };
7472
7460
 
7473
- var formkitVersion$8 = '202604091453';
7461
+ var formkitVersion$8 = '202604151427';
7474
7462
 
7475
7463
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
7476
7464
  // See LICENSE in the project root for license information.
@@ -17392,7 +17380,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$4 {
17392
17380
  }
17393
17381
  };
17394
17382
 
17395
- var formkitVersion$2$1 = '202604091453';
17383
+ var formkitVersion$2$1 = '202604151427';
17396
17384
 
17397
17385
  let l$1$2 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$3`${s$6(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1$2 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$1$2 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$1$3=i$7`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
17398
17386
  `,u$4$2=i$7`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
@@ -19664,6 +19652,7 @@ let AuroFloatingUI$3 = class AuroFloatingUI {
19664
19652
  this.focusHandler = null;
19665
19653
  this.clickHandler = null;
19666
19654
  this.keyDownHandler = null;
19655
+ this.touchHandler = null;
19667
19656
 
19668
19657
  /**
19669
19658
  * @private
@@ -20081,6 +20070,28 @@ let AuroFloatingUI$3 = class AuroFloatingUI {
20081
20070
  setTimeout(() => {
20082
20071
  window.addEventListener("click", this.clickHandler);
20083
20072
  }, 0);
20073
+
20074
+ // iOS Safari does not fire `click` on non-interactive elements, so
20075
+ // tapping an inert backdrop never reaches the click handler above.
20076
+ // Mirror the same outside-tap logic with a passive touchstart listener.
20077
+ this.touchHandler = (evt) => {
20078
+ const element = this.element;
20079
+ if (!element?.bib) {
20080
+ return;
20081
+ }
20082
+
20083
+ // fullscreen (modal) dialog handles its own dismissal
20084
+ if (element.bib.hasAttribute("isfullscreen")) {
20085
+ return;
20086
+ }
20087
+
20088
+ const path = evt.composedPath();
20089
+ if (!path.includes(element.trigger) && !path.includes(element.bib)) {
20090
+ this.hideBib("click");
20091
+ }
20092
+ };
20093
+
20094
+ window.addEventListener("touchstart", this.touchHandler, { passive: true });
20084
20095
  }
20085
20096
 
20086
20097
  cleanupHideHandlers() {
@@ -20096,6 +20107,11 @@ let AuroFloatingUI$3 = class AuroFloatingUI {
20096
20107
  this.clickHandler = null;
20097
20108
  }
20098
20109
 
20110
+ if (this.touchHandler) {
20111
+ window.removeEventListener("touchstart", this.touchHandler);
20112
+ this.touchHandler = null;
20113
+ }
20114
+
20099
20115
  if (this.keyDownHandler) {
20100
20116
  document.removeEventListener("keydown", this.keyDownHandler);
20101
20117
  this.keyDownHandler = null;
@@ -21570,7 +21586,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$4 {
21570
21586
  }
21571
21587
  };
21572
21588
 
21573
- var formkitVersion$1$3 = '202604091453';
21589
+ var formkitVersion$1$3 = '202604151427';
21574
21590
 
21575
21591
  let AuroElement$2$2 = class AuroElement extends i$4 {
21576
21592
  static get properties() {
@@ -28530,18 +28546,6 @@ let BaseInput$1 = class BaseInput extends AuroElement$1$3 {
28530
28546
  return this.pattern;
28531
28547
  }
28532
28548
 
28533
- /**
28534
- * Required to convert SVG icons from data to HTML string.
28535
- * @private
28536
- * @param {string} icon HTML string for requested icon.
28537
- * @returns {object} Appended HTML for SVG.
28538
- */
28539
- getIconAsHtml(icon) {
28540
- const dom = new DOMParser().parseFromString(icon.svg, 'text/html');
28541
-
28542
- return dom.body.firstChild;
28543
- }
28544
-
28545
28549
  /**
28546
28550
  * Sends event notifying that the input has changed it's value.
28547
28551
  * @private
@@ -29327,7 +29331,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
29327
29331
  }
29328
29332
  };
29329
29333
 
29330
- var formkitVersion$7 = '202604091453';
29334
+ var formkitVersion$7 = '202604151427';
29331
29335
 
29332
29336
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
29333
29337
  // See LICENSE in the project root for license information.
@@ -33984,7 +33988,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
33984
33988
  }
33985
33989
  };
33986
33990
 
33987
- var formkitVersion$1$2 = '202604091453';
33991
+ var formkitVersion$1$2 = '202604151427';
33988
33992
 
33989
33993
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
33990
33994
  // See LICENSE in the project root for license information.
@@ -34325,25 +34329,6 @@ class AuroCounter extends i$4 {
34325
34329
  }
34326
34330
  }
34327
34331
 
34328
- /**
34329
- * Sets ariaDescribedByElements on the spinbutton to the slotted description elements,
34330
- * bridging the shadow DOM boundary for screen readers.
34331
- * @param {Event} event - The slotchange event.
34332
- * @private
34333
- */
34334
- onDescriptionSlotChange(event) {
34335
- const assignedNodes = event.target.assignedElements();
34336
- const spinbutton = this.shadowRoot.querySelector('[role="spinbutton"]');
34337
-
34338
- if (spinbutton) {
34339
- if (assignedNodes.length > 0) {
34340
- spinbutton.ariaDescribedByElements = assignedNodes;
34341
- } else {
34342
- spinbutton.ariaDescribedByElements = [];
34343
- }
34344
- }
34345
- }
34346
-
34347
34332
  updated(changedProperties) {
34348
34333
  if (changedProperties.has("value")) {
34349
34334
  this.validate();
@@ -34395,22 +34380,22 @@ class AuroCounter extends i$4 {
34395
34380
 
34396
34381
  <div class="counterWrapper">
34397
34382
  <div class="counter">
34398
- <div class="content" >
34399
- <label id="counter-label" class="label">
34383
+ <div class="content" id="counter-label">
34384
+ <label class="label">
34400
34385
  <slot @slotchange="${this.onDefaultSlotChange}"></slot>
34401
34386
  </label>
34402
- <slot name="description" class="body-xs" @slotchange="${this.onDescriptionSlotChange}"></slot>
34387
+ <slot name="description" class="body-xs"></slot>
34403
34388
  </div>
34404
- <div
34405
- part="counterControl"
34406
- aria-disabled="${o$4(this.disabled ? 'true' : undefined)}"
34407
- aria-labelledby="counter-label"
34408
- aria-valuemax="${this.max}"
34409
- aria-valuemin="${this.min}"
34389
+ <div
34390
+ part="counterControl"
34391
+ aria-disabled="${o$4(this.disabled ? 'true' : undefined)}"
34392
+ aria-labelledby="counter-label"
34393
+ aria-valuemax="${this.max}"
34394
+ aria-valuemin="${this.min}"
34410
34395
  aria-valuenow="${this.value}"
34411
34396
  aria-valuetext="${this.value !== undefined ? this.value : this.min}"
34412
- role="spinbutton"
34413
- tabindex="${this.disabled ? '-1' : '0'}"
34397
+ role="spinbutton"
34398
+ tabindex="${this.disabled ? '-1' : '0'}"
34414
34399
  >
34415
34400
  <auro-counter-button
34416
34401
  aria-label="${this.runtimeUtils.getSlotText(this, 'ariaLabel.minus') || '−'}"
@@ -36244,6 +36229,7 @@ let AuroFloatingUI$2 = class AuroFloatingUI {
36244
36229
  this.focusHandler = null;
36245
36230
  this.clickHandler = null;
36246
36231
  this.keyDownHandler = null;
36232
+ this.touchHandler = null;
36247
36233
 
36248
36234
  /**
36249
36235
  * @private
@@ -36661,6 +36647,28 @@ let AuroFloatingUI$2 = class AuroFloatingUI {
36661
36647
  setTimeout(() => {
36662
36648
  window.addEventListener("click", this.clickHandler);
36663
36649
  }, 0);
36650
+
36651
+ // iOS Safari does not fire `click` on non-interactive elements, so
36652
+ // tapping an inert backdrop never reaches the click handler above.
36653
+ // Mirror the same outside-tap logic with a passive touchstart listener.
36654
+ this.touchHandler = (evt) => {
36655
+ const element = this.element;
36656
+ if (!element?.bib) {
36657
+ return;
36658
+ }
36659
+
36660
+ // fullscreen (modal) dialog handles its own dismissal
36661
+ if (element.bib.hasAttribute("isfullscreen")) {
36662
+ return;
36663
+ }
36664
+
36665
+ const path = evt.composedPath();
36666
+ if (!path.includes(element.trigger) && !path.includes(element.bib)) {
36667
+ this.hideBib("click");
36668
+ }
36669
+ };
36670
+
36671
+ window.addEventListener("touchstart", this.touchHandler, { passive: true });
36664
36672
  }
36665
36673
 
36666
36674
  cleanupHideHandlers() {
@@ -36676,6 +36684,11 @@ let AuroFloatingUI$2 = class AuroFloatingUI {
36676
36684
  this.clickHandler = null;
36677
36685
  }
36678
36686
 
36687
+ if (this.touchHandler) {
36688
+ window.removeEventListener("touchstart", this.touchHandler);
36689
+ this.touchHandler = null;
36690
+ }
36691
+
36679
36692
  if (this.keyDownHandler) {
36680
36693
  document.removeEventListener("keydown", this.keyDownHandler);
36681
36694
  this.keyDownHandler = null;
@@ -38150,7 +38163,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
38150
38163
  }
38151
38164
  };
38152
38165
 
38153
- var formkitVersion$6 = '202604091453';
38166
+ var formkitVersion$6 = '202604151427';
38154
38167
 
38155
38168
  let AuroElement$1$2 = class AuroElement extends i$4 {
38156
38169
  static get properties() {
@@ -42242,7 +42255,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
42242
42255
  }
42243
42256
  };
42244
42257
 
42245
- var formkitVersion$5 = '202604091453';
42258
+ var formkitVersion$5 = '202604151427';
42246
42259
 
42247
42260
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
42248
42261
  // See LICENSE in the project root for license information.
@@ -42900,7 +42913,7 @@ class AuroCheckbox extends i$4 {
42900
42913
  }
42901
42914
 
42902
42915
  _initializeDefaults() {
42903
- this.apperance = 'default';
42916
+ this.appearance = 'default';
42904
42917
  this.checked = false;
42905
42918
  this.disabled = false;
42906
42919
  this.error = false;
@@ -44411,7 +44424,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
44411
44424
  }
44412
44425
  };
44413
44426
 
44414
- var formkitVersion$4 = '202604091453';
44427
+ var formkitVersion$4 = '202604151427';
44415
44428
 
44416
44429
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
44417
44430
  // See LICENSE in the project root for license information.
@@ -44740,11 +44753,6 @@ class AuroCheckboxGroup extends i$4 {
44740
44753
  * @returns {void}
44741
44754
  */
44742
44755
  updated(changedProperties) {
44743
- if (changedProperties.has('layout')) {
44744
- this.checkboxes.forEach((el) => {
44745
- el.layout = this.layout;
44746
- });
44747
- }
44748
44756
 
44749
44757
  if (changedProperties.has('disabled')) {
44750
44758
  this.checkboxes.forEach((el) => {
@@ -47965,6 +47973,7 @@ let AuroFloatingUI$1 = class AuroFloatingUI {
47965
47973
  this.focusHandler = null;
47966
47974
  this.clickHandler = null;
47967
47975
  this.keyDownHandler = null;
47976
+ this.touchHandler = null;
47968
47977
 
47969
47978
  /**
47970
47979
  * @private
@@ -48382,6 +48391,28 @@ let AuroFloatingUI$1 = class AuroFloatingUI {
48382
48391
  setTimeout(() => {
48383
48392
  window.addEventListener("click", this.clickHandler);
48384
48393
  }, 0);
48394
+
48395
+ // iOS Safari does not fire `click` on non-interactive elements, so
48396
+ // tapping an inert backdrop never reaches the click handler above.
48397
+ // Mirror the same outside-tap logic with a passive touchstart listener.
48398
+ this.touchHandler = (evt) => {
48399
+ const element = this.element;
48400
+ if (!element?.bib) {
48401
+ return;
48402
+ }
48403
+
48404
+ // fullscreen (modal) dialog handles its own dismissal
48405
+ if (element.bib.hasAttribute("isfullscreen")) {
48406
+ return;
48407
+ }
48408
+
48409
+ const path = evt.composedPath();
48410
+ if (!path.includes(element.trigger) && !path.includes(element.bib)) {
48411
+ this.hideBib("click");
48412
+ }
48413
+ };
48414
+
48415
+ window.addEventListener("touchstart", this.touchHandler, { passive: true });
48385
48416
  }
48386
48417
 
48387
48418
  cleanupHideHandlers() {
@@ -48397,6 +48428,11 @@ let AuroFloatingUI$1 = class AuroFloatingUI {
48397
48428
  this.clickHandler = null;
48398
48429
  }
48399
48430
 
48431
+ if (this.touchHandler) {
48432
+ window.removeEventListener("touchstart", this.touchHandler);
48433
+ this.touchHandler = null;
48434
+ }
48435
+
48400
48436
  if (this.keyDownHandler) {
48401
48437
  document.removeEventListener("keydown", this.keyDownHandler);
48402
48438
  this.keyDownHandler = null;
@@ -49871,7 +49907,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
49871
49907
  }
49872
49908
  };
49873
49909
 
49874
- var formkitVersion$2 = '202604091453';
49910
+ var formkitVersion$2 = '202604151427';
49875
49911
 
49876
49912
  let AuroElement$2$1 = class AuroElement extends i$4 {
49877
49913
  static get properties() {
@@ -56831,18 +56867,6 @@ class BaseInput extends AuroElement$1$1 {
56831
56867
  return this.pattern;
56832
56868
  }
56833
56869
 
56834
- /**
56835
- * Required to convert SVG icons from data to HTML string.
56836
- * @private
56837
- * @param {string} icon HTML string for requested icon.
56838
- * @returns {object} Appended HTML for SVG.
56839
- */
56840
- getIconAsHtml(icon) {
56841
- const dom = new DOMParser().parseFromString(icon.svg, 'text/html');
56842
-
56843
- return dom.body.firstChild;
56844
- }
56845
-
56846
56870
  /**
56847
56871
  * Sends event notifying that the input has changed it's value.
56848
56872
  * @private
@@ -57628,7 +57652,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
57628
57652
  }
57629
57653
  };
57630
57654
 
57631
- var formkitVersion$1$1 = '202604091453';
57655
+ var formkitVersion$1$1 = '202604151427';
57632
57656
 
57633
57657
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
57634
57658
  // See LICENSE in the project root for license information.
@@ -58693,11 +58717,11 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$4 {
58693
58717
  }
58694
58718
  };
58695
58719
 
58696
- var formkitVersion$3 = '202604091453';
58720
+ var formkitVersion$3 = '202604151427';
58697
58721
 
58698
58722
  var styleCss$1$3 = i$7`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
58699
58723
 
58700
- var styleEmphasizedCss$2 = i$7`:host([layout*=emphasized][shape*=pill]) [auro-input]{--ds-auro-input-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843));--ds-auro-input-container-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout*=emphasized][shape*=pill]) [auro-input]:hover{--ds-auro-input-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843));--ds-auro-input-container-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout*=emphasized][shape*=pill]) [auro-input]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input]::part(inputHelpText){display:none}:host([layout=emphasized]) [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout=emphasized]) [auro-dropdown]:hover{--ds-auro-dropdown-trigger-hover-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout=emphasized]) [auro-dropdown][layout*=emphasized]::part(wrapper){--ds-auro-dropdown-trigger-background-color: transparent}`;
58724
+ var styleEmphasizedCss$2 = i$7`:host([layout*=emphasized][shape*=pill]) [auro-input][slot=trigger]{--ds-auro-input-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843));--ds-auro-input-container-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout*=emphasized][shape*=pill]) [auro-input][slot=trigger]:hover{--ds-auro-input-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843));--ds-auro-input-container-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout*=emphasized][shape*=pill]) [auro-input][slot=trigger]{width:100%}:host([layout*=emphasized][shape*=pill]) [auro-input][slot=trigger]::part(inputHelpText){display:none}:host([layout=emphasized]) [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout=emphasized]) [auro-dropdown]:hover{--ds-auro-dropdown-trigger-hover-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout=emphasized]) [auro-dropdown][layout*=emphasized]::part(wrapper){--ds-auro-dropdown-trigger-background-color: transparent}`;
58701
58725
 
58702
58726
  var styleSnowflakeCss$2 = i$7`:host([layout*=snowflake][shape*=snowflake]) [auro-input]{width:100%}:host([layout*=snowflake][shape*=snowflake]) [auro-input]::part(inputHelpText){display:none}:host([layout*=snowflake][shape*=snowflake])::part(helpText){text-align:center}`;
58703
58727
 
@@ -66096,6 +66120,7 @@ class AuroFloatingUI {
66096
66120
  this.focusHandler = null;
66097
66121
  this.clickHandler = null;
66098
66122
  this.keyDownHandler = null;
66123
+ this.touchHandler = null;
66099
66124
 
66100
66125
  /**
66101
66126
  * @private
@@ -66513,6 +66538,28 @@ class AuroFloatingUI {
66513
66538
  setTimeout(() => {
66514
66539
  window.addEventListener("click", this.clickHandler);
66515
66540
  }, 0);
66541
+
66542
+ // iOS Safari does not fire `click` on non-interactive elements, so
66543
+ // tapping an inert backdrop never reaches the click handler above.
66544
+ // Mirror the same outside-tap logic with a passive touchstart listener.
66545
+ this.touchHandler = (evt) => {
66546
+ const element = this.element;
66547
+ if (!element?.bib) {
66548
+ return;
66549
+ }
66550
+
66551
+ // fullscreen (modal) dialog handles its own dismissal
66552
+ if (element.bib.hasAttribute("isfullscreen")) {
66553
+ return;
66554
+ }
66555
+
66556
+ const path = evt.composedPath();
66557
+ if (!path.includes(element.trigger) && !path.includes(element.bib)) {
66558
+ this.hideBib("click");
66559
+ }
66560
+ };
66561
+
66562
+ window.addEventListener("touchstart", this.touchHandler, { passive: true });
66516
66563
  }
66517
66564
 
66518
66565
  cleanupHideHandlers() {
@@ -66528,6 +66575,11 @@ class AuroFloatingUI {
66528
66575
  this.clickHandler = null;
66529
66576
  }
66530
66577
 
66578
+ if (this.touchHandler) {
66579
+ window.removeEventListener("touchstart", this.touchHandler);
66580
+ this.touchHandler = null;
66581
+ }
66582
+
66531
66583
  if (this.keyDownHandler) {
66532
66584
  document.removeEventListener("keydown", this.keyDownHandler);
66533
66585
  this.keyDownHandler = null;
@@ -68002,7 +68054,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
68002
68054
  }
68003
68055
  };
68004
68056
 
68005
- var formkitVersion$1 = '202604091453';
68057
+ var formkitVersion$1 = '202604151427';
68006
68058
 
68007
68059
  class AuroElement extends i$4 {
68008
68060
  static get properties() {
@@ -69755,7 +69807,7 @@ class AuroHelpText extends i$4 {
69755
69807
  }
69756
69808
  }
69757
69809
 
69758
- var formkitVersion = '202604091453';
69810
+ var formkitVersion = '202604151427';
69759
69811
 
69760
69812
  var styleCss = i$7`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}[auro-dropdown]{--ds-auro-dropdown-trigger-border-color: var(--ds-auro-select-border-color);--ds-auro-dropdown-trigger-background-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-container-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-outline-color: var(--ds-auro-select-outline-color)}:host{display:inline-block;text-align:left;vertical-align:top}:host([layout*=emphasized]) [auro-dropdown],:host([layout*=snowflake]) [auro-dropdown]{--ds-auro-select-border-color: transparent}:host([layout*=emphasized]) .mainContent,:host([layout*=snowflake]) .mainContent{text-align:center}.mainContent{position:relative;display:flex;overflow:hidden;flex:1;flex-direction:column;align-items:center;justify-content:center}.valueContainer [slot=displayValue]{display:none}.accents{display:flex;flex-direction:row;align-items:center;justify-content:center}::slotted([slot=typeIcon]){margin-right:var(--ds-size-100, 0.5rem)}.displayValue{display:block}.displayValue:not(.force){display:none}.displayValue:not(.force).hasContent:is(.withValue):not(.hasFocus){display:block}.triggerContent{display:flex;width:100%;align-items:center;justify-content:center}:host([layout*=emphasized]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host([layout*=snowflake]) label{padding-block:var(--ds-size-25, 0.125rem)}:host([layout*=classic]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem)}:host([layout*=classic]) .mainContent{align-items:start}:host([layout*=classic]) label{overflow:hidden;cursor:text;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) .value{height:auto}label{color:var(--ds-auro-select-label-text-color)}:host(:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-select-outline-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host([ondark]:is([validity]:not([validity=valid]))) [auro-dropdown],:host([appearance=inverse]:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-select-outline-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}#slotHolder{display:none}:host([fluid]){width:100%}:host([disabled]){pointer-events:none;user-select:none}:host([disabled]:not([ondark])) [auro-dropdown],:host([disabled]:not([appearance=inverse])) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host(:not([layout*=classic])[disabled][ondark]) [auro-dropdown],:host(:not([layout*=classic])[disabled][appearance=inverse]) [auro-dropdown]{--ds-auro-select-border-color: transparent}`;
69761
69813