@aurodesignsystem-dev/auro-formkit 0.0.0-pr1492.0 → 0.0.0-pr1492.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.min.js +3 -3
- package/components/combobox/demo/getting-started.min.js +3 -3
- package/components/combobox/demo/index.min.js +3 -3
- package/components/combobox/dist/index.js +3 -3
- package/components/combobox/dist/registered.js +3 -3
- package/components/counter/demo/customize.min.js +2 -2
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +1 -1
- package/components/counter/dist/registered.js +1 -1
- package/components/datepicker/demo/index.min.js +17 -25
- package/components/datepicker/dist/index.js +17 -25
- package/components/datepicker/dist/registered.js +17 -25
- package/components/datepicker/dist/src/auro-calendar-month.d.ts +1 -1
- package/components/datepicker/dist/src/auro-calendar.d.ts +3 -1
- package/components/datepicker/dist/src/auro-datepicker.d.ts +3 -9
- package/components/dropdown/demo/customize.min.js +1 -1
- package/components/dropdown/demo/getting-started.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/form/demo/customize.min.js +27 -35
- package/components/form/demo/getting-started.min.js +27 -35
- package/components/form/demo/index.min.js +27 -35
- package/components/form/demo/registerDemoDeps.min.js +27 -35
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/customize.min.js +2 -2
- package/components/select/demo/getting-started.min.js +2 -2
- package/components/select/demo/index.min.js +2 -2
- package/components/select/dist/index.js +2 -2
- package/components/select/dist/registered.js +2 -2
- package/custom-elements.json +1490 -1497
- package/package.json +1 -1
|
@@ -12021,7 +12021,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
|
|
|
12021
12021
|
},
|
|
12022
12022
|
|
|
12023
12023
|
/**
|
|
12024
|
-
* BCP 47 locale tag for calendar localization.
|
|
12024
|
+
* BCP 47 locale tag (such as `en-US`) for calendar localization.
|
|
12025
12025
|
*/
|
|
12026
12026
|
localeCode: {
|
|
12027
12027
|
type: String
|
|
@@ -12953,7 +12953,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
12953
12953
|
}
|
|
12954
12954
|
}
|
|
12955
12955
|
|
|
12956
|
-
var formkitVersion$2 = '
|
|
12956
|
+
var formkitVersion$2 = '202606031857';
|
|
12957
12957
|
|
|
12958
12958
|
let l$1 = 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=literal`${unsafeStatic(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = 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 = 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=css`: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}
|
|
12959
12959
|
`,u$4=css`.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}}
|
|
@@ -13096,6 +13096,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13096
13096
|
|
|
13097
13097
|
static get properties() {
|
|
13098
13098
|
return {
|
|
13099
|
+
|
|
13099
13100
|
/**
|
|
13100
13101
|
* The last month that may be displayed in the calendar.
|
|
13101
13102
|
*/
|
|
@@ -13185,6 +13186,8 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13185
13186
|
},
|
|
13186
13187
|
|
|
13187
13188
|
/**
|
|
13189
|
+
* If true, the month will be displayed before the year in the calendar header.
|
|
13190
|
+
* Passed to AuroCalendarMonth via utilitesCalendarRender.
|
|
13188
13191
|
* @private
|
|
13189
13192
|
*/
|
|
13190
13193
|
monthFirst: {
|
|
@@ -13208,7 +13211,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13208
13211
|
},
|
|
13209
13212
|
|
|
13210
13213
|
/**
|
|
13211
|
-
* BCP 47 locale tag for calendar localization.
|
|
13214
|
+
* BCP 47 locale tag (such as `en-US`) for calendar localization.
|
|
13212
13215
|
*/
|
|
13213
13216
|
localeCode: {
|
|
13214
13217
|
type: String
|
|
@@ -13346,7 +13349,9 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13346
13349
|
*/
|
|
13347
13350
|
focusCloseButton() {
|
|
13348
13351
|
const bibtemplate = this.shadowRoot.querySelector(this.bibtemplateTag._$litStatic$);
|
|
13349
|
-
if (bibtemplate)
|
|
13352
|
+
if (bibtemplate) {
|
|
13353
|
+
bibtemplate.focusCloseButton();
|
|
13354
|
+
}
|
|
13350
13355
|
}
|
|
13351
13356
|
|
|
13352
13357
|
/**
|
|
@@ -17323,7 +17328,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
17323
17328
|
}
|
|
17324
17329
|
};
|
|
17325
17330
|
|
|
17326
|
-
var formkitVersion$1 = '
|
|
17331
|
+
var formkitVersion$1 = '202606031857';
|
|
17327
17332
|
|
|
17328
17333
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
17329
17334
|
static get properties() {
|
|
@@ -30574,7 +30579,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
30574
30579
|
}
|
|
30575
30580
|
};
|
|
30576
30581
|
|
|
30577
|
-
var formkitVersion = '
|
|
30582
|
+
var formkitVersion = '202606031857';
|
|
30578
30583
|
|
|
30579
30584
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
30580
30585
|
// See LICENSE in the project root for license information.
|
|
@@ -31988,6 +31993,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
31988
31993
|
delegatesFocus: true,
|
|
31989
31994
|
};
|
|
31990
31995
|
}
|
|
31996
|
+
|
|
31991
31997
|
constructor() {
|
|
31992
31998
|
super();
|
|
31993
31999
|
|
|
@@ -32302,13 +32308,6 @@ class AuroDatePicker extends AuroElement {
|
|
|
32302
32308
|
type: Array
|
|
32303
32309
|
},
|
|
32304
32310
|
|
|
32305
|
-
/**
|
|
32306
|
-
* @private
|
|
32307
|
-
*/
|
|
32308
|
-
monthFirst: {
|
|
32309
|
-
type: Boolean
|
|
32310
|
-
},
|
|
32311
|
-
|
|
32312
32311
|
/**
|
|
32313
32312
|
* If declared, the bib will NOT flip to an alternate position
|
|
32314
32313
|
* when there isn't enough space in the specified `placement`.
|
|
@@ -32585,8 +32584,9 @@ class AuroDatePicker extends AuroElement {
|
|
|
32585
32584
|
}
|
|
32586
32585
|
|
|
32587
32586
|
/**
|
|
32588
|
-
* @private
|
|
32589
32587
|
* Common display value wrapper classes.
|
|
32588
|
+
* @private
|
|
32589
|
+
* @return {Object} - An object containing the common classes for the display value wrapper.
|
|
32590
32590
|
*/
|
|
32591
32591
|
get commonDisplayValueWrapperClasses() {
|
|
32592
32592
|
return {
|
|
@@ -32945,7 +32945,6 @@ class AuroDatePicker extends AuroElement {
|
|
|
32945
32945
|
configureCalendar() {
|
|
32946
32946
|
this.calendar = this.shadowRoot.querySelector('auro-formkit-calendar');
|
|
32947
32947
|
this.calendar.datepicker = this;
|
|
32948
|
-
this.calendar.format = this.format || 'mm/dd/yyyy';
|
|
32949
32948
|
this.calendar.dropdown = this.dropdown;
|
|
32950
32949
|
|
|
32951
32950
|
this.calendar.addEventListener('auroCalendar-dateSelected', () => {
|
|
@@ -33184,16 +33183,10 @@ class AuroDatePicker extends AuroElement {
|
|
|
33184
33183
|
const previousLocaleFormat = getDateFormatFromLocale$1(changedProperties.get('locale'));
|
|
33185
33184
|
if (!this.format || this.format.toLowerCase() === previousLocaleFormat) {
|
|
33186
33185
|
this.format = getDateFormatFromLocale$1(this.locale);
|
|
33187
|
-
this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
|
|
33188
33186
|
}
|
|
33189
33187
|
}
|
|
33190
33188
|
}
|
|
33191
33189
|
|
|
33192
|
-
if (changedProperties.has('format')) {
|
|
33193
|
-
this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
|
|
33194
|
-
}
|
|
33195
|
-
|
|
33196
|
-
|
|
33197
33190
|
if (changedProperties.has('disabled')) {
|
|
33198
33191
|
if (this.disabled) {
|
|
33199
33192
|
this.previousTabIndex = this.getAttribute('tabindex');
|
|
@@ -33445,7 +33438,6 @@ class AuroDatePicker extends AuroElement {
|
|
|
33445
33438
|
if (!this.format) {
|
|
33446
33439
|
this.format = getDateFormatFromLocale$1(this.locale);
|
|
33447
33440
|
}
|
|
33448
|
-
this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
|
|
33449
33441
|
}
|
|
33450
33442
|
|
|
33451
33443
|
// layout render methods
|
|
@@ -33624,7 +33616,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
33624
33616
|
?disabled="${this.disabled}"
|
|
33625
33617
|
?required="${this.required}"
|
|
33626
33618
|
?hideLabelVisually="${this.layout !== 'classic'}"
|
|
33627
|
-
|
|
33619
|
+
format="${this.format}"
|
|
33628
33620
|
locale="${this.locale}"
|
|
33629
33621
|
.max="${this.maxDate}"
|
|
33630
33622
|
.min="${this.minDate}"
|
|
@@ -33713,7 +33705,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
33713
33705
|
/**
|
|
33714
33706
|
* Handles click on the clear button.
|
|
33715
33707
|
* @private
|
|
33716
|
-
* @param {MouseEvent} event
|
|
33708
|
+
* @param {MouseEvent} event - The click event object.
|
|
33717
33709
|
* @returns {void}
|
|
33718
33710
|
*/
|
|
33719
33711
|
handleClearClick(event) {
|
|
@@ -33833,7 +33825,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
33833
33825
|
?largeFullscreenHeadline="${this.largeFullscreenHeadline}"
|
|
33834
33826
|
?noRange="${!this.range}"
|
|
33835
33827
|
.format="${this.format}"
|
|
33836
|
-
.monthFirst="${this.
|
|
33828
|
+
.monthFirst="${this.format.indexOf('mm') < this.format.indexOf('yyyy')}"
|
|
33837
33829
|
.maxDate="${this.maxDate}"
|
|
33838
33830
|
.minDate="${this.minDate}"
|
|
33839
33831
|
.monthNames="${this.monthNames || this._defaultMonthNames}"
|
|
@@ -9,7 +9,7 @@ export class AuroCalendarMonth extends RangeDatepickerCalendar {
|
|
|
9
9
|
reflect: boolean;
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
12
|
-
* BCP 47 locale tag for calendar localization.
|
|
12
|
+
* BCP 47 locale tag (such as `en-US`) for calendar localization.
|
|
13
13
|
*/
|
|
14
14
|
localeCode: {
|
|
15
15
|
type: StringConstructor;
|
|
@@ -83,6 +83,8 @@ export class AuroCalendar extends RangeDatepicker {
|
|
|
83
83
|
reflect: boolean;
|
|
84
84
|
};
|
|
85
85
|
/**
|
|
86
|
+
* If true, the month will be displayed before the year in the calendar header.
|
|
87
|
+
* Passed to AuroCalendarMonth via utilitesCalendarRender.
|
|
86
88
|
* @private
|
|
87
89
|
*/
|
|
88
90
|
monthFirst: {
|
|
@@ -103,7 +105,7 @@ export class AuroCalendar extends RangeDatepicker {
|
|
|
103
105
|
reflect: boolean;
|
|
104
106
|
};
|
|
105
107
|
/**
|
|
106
|
-
* BCP 47 locale tag for calendar localization.
|
|
108
|
+
* BCP 47 locale tag (such as `en-US`) for calendar localization.
|
|
107
109
|
*/
|
|
108
110
|
localeCode: {
|
|
109
111
|
type: StringConstructor;
|
|
@@ -183,12 +183,6 @@ export class AuroDatePicker extends AuroElement {
|
|
|
183
183
|
monthNames: {
|
|
184
184
|
type: ArrayConstructor;
|
|
185
185
|
};
|
|
186
|
-
/**
|
|
187
|
-
* @private
|
|
188
|
-
*/
|
|
189
|
-
monthFirst: {
|
|
190
|
-
type: BooleanConstructor;
|
|
191
|
-
};
|
|
192
186
|
/**
|
|
193
187
|
* If declared, the bib will NOT flip to an alternate position
|
|
194
188
|
* when there isn't enough space in the specified `placement`.
|
|
@@ -442,7 +436,7 @@ export class AuroDatePicker extends AuroElement {
|
|
|
442
436
|
/**
|
|
443
437
|
* Handles click on the clear button.
|
|
444
438
|
* @private
|
|
445
|
-
* @param {MouseEvent} event
|
|
439
|
+
* @param {MouseEvent} event - The click event object.
|
|
446
440
|
* @returns {void}
|
|
447
441
|
*/
|
|
448
442
|
private handleClearClick;
|
|
@@ -473,8 +467,9 @@ export class AuroDatePicker extends AuroElement {
|
|
|
473
467
|
*/
|
|
474
468
|
private get displayValueFontClass();
|
|
475
469
|
/**
|
|
476
|
-
* @private
|
|
477
470
|
* Common display value wrapper classes.
|
|
471
|
+
* @private
|
|
472
|
+
* @return {Object} - An object containing the common classes for the display value wrapper.
|
|
478
473
|
*/
|
|
479
474
|
private get commonDisplayValueWrapperClasses();
|
|
480
475
|
/**
|
|
@@ -662,7 +657,6 @@ export class AuroDatePicker extends AuroElement {
|
|
|
662
657
|
private _defaultMonthNames;
|
|
663
658
|
updated(changedProperties: any): void;
|
|
664
659
|
format: string | undefined;
|
|
665
|
-
monthFirst: boolean | undefined;
|
|
666
660
|
previousTabIndex: string | null | undefined;
|
|
667
661
|
/**
|
|
668
662
|
* Handles the transfer of content between slots in the component.
|
|
@@ -12964,7 +12964,7 @@ let AuroHelpText$9 = class AuroHelpText extends i$4 {
|
|
|
12964
12964
|
}
|
|
12965
12965
|
};
|
|
12966
12966
|
|
|
12967
|
-
var formkitVersion$9 = '
|
|
12967
|
+
var formkitVersion$9 = '202606031857';
|
|
12968
12968
|
|
|
12969
12969
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
12970
12970
|
// See LICENSE in the project root for license information.
|
|
@@ -25717,7 +25717,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
|
|
|
25717
25717
|
},
|
|
25718
25718
|
|
|
25719
25719
|
/**
|
|
25720
|
-
* BCP 47 locale tag for calendar localization.
|
|
25720
|
+
* BCP 47 locale tag (such as `en-US`) for calendar localization.
|
|
25721
25721
|
*/
|
|
25722
25722
|
localeCode: {
|
|
25723
25723
|
type: String
|
|
@@ -26649,7 +26649,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$4 {
|
|
|
26649
26649
|
}
|
|
26650
26650
|
};
|
|
26651
26651
|
|
|
26652
|
-
var formkitVersion$2$1 = '
|
|
26652
|
+
var formkitVersion$2$1 = '202606031857';
|
|
26653
26653
|
|
|
26654
26654
|
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}
|
|
26655
26655
|
`,u$4$1=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}}
|
|
@@ -26792,6 +26792,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
26792
26792
|
|
|
26793
26793
|
static get properties() {
|
|
26794
26794
|
return {
|
|
26795
|
+
|
|
26795
26796
|
/**
|
|
26796
26797
|
* The last month that may be displayed in the calendar.
|
|
26797
26798
|
*/
|
|
@@ -26881,6 +26882,8 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
26881
26882
|
},
|
|
26882
26883
|
|
|
26883
26884
|
/**
|
|
26885
|
+
* If true, the month will be displayed before the year in the calendar header.
|
|
26886
|
+
* Passed to AuroCalendarMonth via utilitesCalendarRender.
|
|
26884
26887
|
* @private
|
|
26885
26888
|
*/
|
|
26886
26889
|
monthFirst: {
|
|
@@ -26904,7 +26907,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
26904
26907
|
},
|
|
26905
26908
|
|
|
26906
26909
|
/**
|
|
26907
|
-
* BCP 47 locale tag for calendar localization.
|
|
26910
|
+
* BCP 47 locale tag (such as `en-US`) for calendar localization.
|
|
26908
26911
|
*/
|
|
26909
26912
|
localeCode: {
|
|
26910
26913
|
type: String
|
|
@@ -27042,7 +27045,9 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
27042
27045
|
*/
|
|
27043
27046
|
focusCloseButton() {
|
|
27044
27047
|
const bibtemplate = this.shadowRoot.querySelector(this.bibtemplateTag._$litStatic$);
|
|
27045
|
-
if (bibtemplate)
|
|
27048
|
+
if (bibtemplate) {
|
|
27049
|
+
bibtemplate.focusCloseButton();
|
|
27050
|
+
}
|
|
27046
27051
|
}
|
|
27047
27052
|
|
|
27048
27053
|
/**
|
|
@@ -31019,7 +31024,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$4 {
|
|
|
31019
31024
|
}
|
|
31020
31025
|
};
|
|
31021
31026
|
|
|
31022
|
-
var formkitVersion$1$2 = '
|
|
31027
|
+
var formkitVersion$1$2 = '202606031857';
|
|
31023
31028
|
|
|
31024
31029
|
let AuroElement$2$2 = class AuroElement extends i$4 {
|
|
31025
31030
|
static get properties() {
|
|
@@ -44270,7 +44275,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
|
|
|
44270
44275
|
}
|
|
44271
44276
|
};
|
|
44272
44277
|
|
|
44273
|
-
var formkitVersion$8 = '
|
|
44278
|
+
var formkitVersion$8 = '202606031857';
|
|
44274
44279
|
|
|
44275
44280
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
44276
44281
|
// See LICENSE in the project root for license information.
|
|
@@ -45684,6 +45689,7 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
45684
45689
|
delegatesFocus: true,
|
|
45685
45690
|
};
|
|
45686
45691
|
}
|
|
45692
|
+
|
|
45687
45693
|
constructor() {
|
|
45688
45694
|
super();
|
|
45689
45695
|
|
|
@@ -45998,13 +46004,6 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
45998
46004
|
type: Array
|
|
45999
46005
|
},
|
|
46000
46006
|
|
|
46001
|
-
/**
|
|
46002
|
-
* @private
|
|
46003
|
-
*/
|
|
46004
|
-
monthFirst: {
|
|
46005
|
-
type: Boolean
|
|
46006
|
-
},
|
|
46007
|
-
|
|
46008
46007
|
/**
|
|
46009
46008
|
* If declared, the bib will NOT flip to an alternate position
|
|
46010
46009
|
* when there isn't enough space in the specified `placement`.
|
|
@@ -46281,8 +46280,9 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
46281
46280
|
}
|
|
46282
46281
|
|
|
46283
46282
|
/**
|
|
46284
|
-
* @private
|
|
46285
46283
|
* Common display value wrapper classes.
|
|
46284
|
+
* @private
|
|
46285
|
+
* @return {Object} - An object containing the common classes for the display value wrapper.
|
|
46286
46286
|
*/
|
|
46287
46287
|
get commonDisplayValueWrapperClasses() {
|
|
46288
46288
|
return {
|
|
@@ -46641,7 +46641,6 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
46641
46641
|
configureCalendar() {
|
|
46642
46642
|
this.calendar = this.shadowRoot.querySelector('auro-formkit-calendar');
|
|
46643
46643
|
this.calendar.datepicker = this;
|
|
46644
|
-
this.calendar.format = this.format || 'mm/dd/yyyy';
|
|
46645
46644
|
this.calendar.dropdown = this.dropdown;
|
|
46646
46645
|
|
|
46647
46646
|
this.calendar.addEventListener('auroCalendar-dateSelected', () => {
|
|
@@ -46880,16 +46879,10 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
46880
46879
|
const previousLocaleFormat = getDateFormatFromLocale$1(changedProperties.get('locale'));
|
|
46881
46880
|
if (!this.format || this.format.toLowerCase() === previousLocaleFormat) {
|
|
46882
46881
|
this.format = getDateFormatFromLocale$1(this.locale);
|
|
46883
|
-
this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
|
|
46884
46882
|
}
|
|
46885
46883
|
}
|
|
46886
46884
|
}
|
|
46887
46885
|
|
|
46888
|
-
if (changedProperties.has('format')) {
|
|
46889
|
-
this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
|
|
46890
|
-
}
|
|
46891
|
-
|
|
46892
|
-
|
|
46893
46886
|
if (changedProperties.has('disabled')) {
|
|
46894
46887
|
if (this.disabled) {
|
|
46895
46888
|
this.previousTabIndex = this.getAttribute('tabindex');
|
|
@@ -47141,7 +47134,6 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
47141
47134
|
if (!this.format) {
|
|
47142
47135
|
this.format = getDateFormatFromLocale$1(this.locale);
|
|
47143
47136
|
}
|
|
47144
|
-
this.monthFirst = this.format.indexOf('mm') < this.format.indexOf('yyyy');
|
|
47145
47137
|
}
|
|
47146
47138
|
|
|
47147
47139
|
// layout render methods
|
|
@@ -47320,7 +47312,7 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
47320
47312
|
?disabled="${this.disabled}"
|
|
47321
47313
|
?required="${this.required}"
|
|
47322
47314
|
?hideLabelVisually="${this.layout !== 'classic'}"
|
|
47323
|
-
|
|
47315
|
+
format="${this.format}"
|
|
47324
47316
|
locale="${this.locale}"
|
|
47325
47317
|
.max="${this.maxDate}"
|
|
47326
47318
|
.min="${this.minDate}"
|
|
@@ -47409,7 +47401,7 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
47409
47401
|
/**
|
|
47410
47402
|
* Handles click on the clear button.
|
|
47411
47403
|
* @private
|
|
47412
|
-
* @param {MouseEvent} event
|
|
47404
|
+
* @param {MouseEvent} event - The click event object.
|
|
47413
47405
|
* @returns {void}
|
|
47414
47406
|
*/
|
|
47415
47407
|
handleClearClick(event) {
|
|
@@ -47529,7 +47521,7 @@ class AuroDatePicker extends AuroElement$6 {
|
|
|
47529
47521
|
?largeFullscreenHeadline="${this.largeFullscreenHeadline}"
|
|
47530
47522
|
?noRange="${!this.range}"
|
|
47531
47523
|
.format="${this.format}"
|
|
47532
|
-
.monthFirst="${this.
|
|
47524
|
+
.monthFirst="${this.format.indexOf('mm') < this.format.indexOf('yyyy')}"
|
|
47533
47525
|
.maxDate="${this.maxDate}"
|
|
47534
47526
|
.minDate="${this.minDate}"
|
|
47535
47527
|
.monthNames="${this.monthNames || this._defaultMonthNames}"
|
|
@@ -51461,7 +51453,7 @@ let AuroHelpText$7 = class AuroHelpText extends i$4 {
|
|
|
51461
51453
|
}
|
|
51462
51454
|
};
|
|
51463
51455
|
|
|
51464
|
-
var formkitVersion$7 = '
|
|
51456
|
+
var formkitVersion$7 = '202606031857';
|
|
51465
51457
|
|
|
51466
51458
|
let AuroElement$5 = class AuroElement extends i$4 {
|
|
51467
51459
|
static get properties() {
|
|
@@ -53640,7 +53632,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
|
|
|
53640
53632
|
}
|
|
53641
53633
|
};
|
|
53642
53634
|
|
|
53643
|
-
var formkitVersion$6 = '
|
|
53635
|
+
var formkitVersion$6 = '202606031857';
|
|
53644
53636
|
|
|
53645
53637
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
53646
53638
|
// See LICENSE in the project root for license information.
|
|
@@ -56636,7 +56628,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
|
|
|
56636
56628
|
}
|
|
56637
56629
|
};
|
|
56638
56630
|
|
|
56639
|
-
var formkitVersion$5 = '
|
|
56631
|
+
var formkitVersion$5 = '202606031857';
|
|
56640
56632
|
|
|
56641
56633
|
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
56642
56634
|
// See LICENSE in the project root for license information.
|
|
@@ -58386,7 +58378,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
|
|
|
58386
58378
|
}
|
|
58387
58379
|
};
|
|
58388
58380
|
|
|
58389
|
-
var formkitVersion$4 = '
|
|
58381
|
+
var formkitVersion$4 = '202606031857';
|
|
58390
58382
|
|
|
58391
58383
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
58392
58384
|
// See LICENSE in the project root for license information.
|
|
@@ -63584,7 +63576,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
|
|
|
63584
63576
|
}
|
|
63585
63577
|
};
|
|
63586
63578
|
|
|
63587
|
-
var formkitVersion$2 = '
|
|
63579
|
+
var formkitVersion$2 = '202606031857';
|
|
63588
63580
|
|
|
63589
63581
|
let AuroElement$2$1 = class AuroElement extends i$4 {
|
|
63590
63582
|
static get properties() {
|
|
@@ -76835,7 +76827,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
|
|
|
76835
76827
|
}
|
|
76836
76828
|
};
|
|
76837
76829
|
|
|
76838
|
-
var formkitVersion$1$1 = '
|
|
76830
|
+
var formkitVersion$1$1 = '202606031857';
|
|
76839
76831
|
|
|
76840
76832
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
76841
76833
|
// See LICENSE in the project root for license information.
|
|
@@ -77952,7 +77944,7 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$4 {
|
|
|
77952
77944
|
}
|
|
77953
77945
|
};
|
|
77954
77946
|
|
|
77955
|
-
var formkitVersion$3 = '
|
|
77947
|
+
var formkitVersion$3 = '202606031857';
|
|
77956
77948
|
|
|
77957
77949
|
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}`;
|
|
77958
77950
|
|
|
@@ -87022,7 +87014,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
87022
87014
|
}
|
|
87023
87015
|
};
|
|
87024
87016
|
|
|
87025
|
-
var formkitVersion$1 = '
|
|
87017
|
+
var formkitVersion$1 = '202606031857';
|
|
87026
87018
|
|
|
87027
87019
|
class AuroElement extends i$4 {
|
|
87028
87020
|
static get properties() {
|
|
@@ -88775,7 +88767,7 @@ class AuroHelpText extends i$4 {
|
|
|
88775
88767
|
}
|
|
88776
88768
|
}
|
|
88777
88769
|
|
|
88778
|
-
var formkitVersion = '
|
|
88770
|
+
var formkitVersion = '202606031857';
|
|
88779
88771
|
|
|
88780
88772
|
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);font-weight:var(--wcss-body-default-weight, );line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-default-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-default-emphasized{font-size:var(--wcss-body-default-emphasized-font-size, 1rem);font-weight:var(--wcss-body-default-emphasized-weight, );line-height:var(--wcss-body-default-emphasized-line-height, 1.5rem)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);font-weight:var(--wcss-body-lg-weight, );line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-lg,.body-lg-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg-emphasized{font-size:var(--wcss-body-lg-emphasized-font-size, 1.125rem);font-weight:var(--wcss-body-lg-emphasized-weight, );line-height:var(--wcss-body-lg-emphasized-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);font-weight:var(--wcss-body-sm-weight, );line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-sm-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-sm-emphasized{font-size:var(--wcss-body-sm-emphasized-font-size, 0.875rem);font-weight:var(--wcss-body-sm-emphasized-weight, );line-height:var(--wcss-body-sm-emphasized-line-height, 1.25rem)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);font-weight:var(--wcss-body-xs-weight, );line-height:var(--wcss-body-xs-line-height, 1rem)}.body-xs,.body-xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs-emphasized{font-size:var(--wcss-body-xs-emphasized-font-size, 0.75rem);font-weight:var(--wcss-body-xs-emphasized-weight, );line-height:var(--wcss-body-xs-emphasized-line-height, 1rem)}.body-2xs{font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-weight, );line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.body-2xs,.body-2xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-2xs-emphasized{font-size:var(--wcss-body-2xs-emphasized-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-emphasized-weight, );line-height:var(--wcss-body-2xs-emphasized-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, 300);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, 300);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}`;
|
|
88781
88773
|
|