@aurodesignsystem-dev/auro-formkit 0.0.0-pr1430.0 → 0.0.0-pr1431.0
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/api.min.js +3 -3
- package/components/checkbox/demo/index.min.js +3 -3
- package/components/checkbox/dist/index.js +3 -3
- package/components/checkbox/dist/registered.js +3 -3
- package/components/combobox/demo/api.html +1 -0
- package/components/combobox/demo/api.js +3 -1
- package/components/combobox/demo/api.md +75 -0
- package/components/combobox/demo/api.min.js +34 -124
- package/components/combobox/demo/index.min.js +21 -123
- package/components/combobox/dist/comboboxKeyboardStrategy.d.ts +1 -1
- package/components/combobox/dist/index.js +21 -123
- package/components/combobox/dist/registered.js +21 -123
- package/components/counter/demo/api.html +3 -0
- package/components/counter/demo/api.js +4 -0
- package/components/counter/demo/api.md +130 -0
- package/components/counter/demo/api.min.js +63 -132
- package/components/counter/demo/index.min.js +43 -132
- package/components/counter/dist/counterGroupKeyboardStrategy.d.ts +3 -0
- package/components/counter/dist/index.js +43 -132
- package/components/counter/dist/registered.js +43 -132
- package/components/datepicker/demo/api.html +1 -0
- package/components/datepicker/demo/api.js +2 -0
- package/components/datepicker/demo/api.md +57 -0
- package/components/datepicker/demo/api.min.js +106 -123
- package/components/datepicker/demo/index.min.js +94 -123
- package/components/datepicker/dist/datepickerKeyboardStrategy.d.ts +3 -1
- package/components/datepicker/dist/index.js +94 -123
- package/components/datepicker/dist/registered.js +94 -123
- package/components/dropdown/demo/api.html +1 -0
- package/components/dropdown/demo/api.js +2 -0
- package/components/dropdown/demo/api.md +95 -0
- package/components/dropdown/demo/api.min.js +25 -116
- package/components/dropdown/demo/index.min.js +5 -116
- package/components/dropdown/dist/index.js +5 -116
- package/components/dropdown/dist/registered.js +5 -116
- package/components/form/demo/api.min.js +220 -547
- package/components/form/demo/index.min.js +220 -547
- package/components/input/demo/api.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/api.min.js +2 -2
- package/components/radio/demo/index.min.js +2 -2
- package/components/radio/dist/index.js +2 -2
- package/components/radio/dist/registered.js +2 -2
- package/components/select/demo/api.html +1 -0
- package/components/select/demo/api.js +2 -0
- package/components/select/demo/api.md +76 -0
- package/components/select/demo/api.min.js +35 -129
- package/components/select/demo/index.min.js +22 -129
- package/components/select/dist/index.js +18 -125
- package/components/select/dist/registered.js +18 -125
- package/custom-elements.json +1451 -1427
- package/package.json +3 -2
|
@@ -33,7 +33,7 @@ var styleCss$b = i$7``;
|
|
|
33
33
|
|
|
34
34
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
35
35
|
|
|
36
|
-
let AuroLibraryRuntimeUtils$
|
|
36
|
+
let AuroLibraryRuntimeUtils$b = class AuroLibraryRuntimeUtils {
|
|
37
37
|
|
|
38
38
|
/* eslint-disable jsdoc/require-param */
|
|
39
39
|
|
|
@@ -563,7 +563,7 @@ class AuroForm extends i$4 {
|
|
|
563
563
|
* AuroForm.register("custom-form") // registers as <custom-form>
|
|
564
564
|
*/
|
|
565
565
|
static register(name = "auro-form") {
|
|
566
|
-
AuroLibraryRuntimeUtils$
|
|
566
|
+
AuroLibraryRuntimeUtils$b.prototype.registerComponent(name, AuroForm);
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
/**
|
|
@@ -7255,7 +7255,7 @@ var tokensCss$a = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
7255
7255
|
|
|
7256
7256
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
7257
7257
|
|
|
7258
|
-
let AuroLibraryRuntimeUtils$
|
|
7258
|
+
let AuroLibraryRuntimeUtils$a = class AuroLibraryRuntimeUtils {
|
|
7259
7259
|
|
|
7260
7260
|
/* eslint-disable jsdoc/require-param */
|
|
7261
7261
|
|
|
@@ -7348,7 +7348,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
|
|
|
7348
7348
|
this.onDark = false;
|
|
7349
7349
|
this.hasTextContent = false;
|
|
7350
7350
|
|
|
7351
|
-
AuroLibraryRuntimeUtils$
|
|
7351
|
+
AuroLibraryRuntimeUtils$a.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
7352
7352
|
}
|
|
7353
7353
|
|
|
7354
7354
|
static get styles() {
|
|
@@ -7414,7 +7414,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
|
|
|
7414
7414
|
*
|
|
7415
7415
|
*/
|
|
7416
7416
|
static register(name = "auro-helptext") {
|
|
7417
|
-
AuroLibraryRuntimeUtils$
|
|
7417
|
+
AuroLibraryRuntimeUtils$a.prototype.registerComponent(name, AuroHelpText);
|
|
7418
7418
|
}
|
|
7419
7419
|
|
|
7420
7420
|
updated() {
|
|
@@ -7470,7 +7470,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
|
|
|
7470
7470
|
}
|
|
7471
7471
|
};
|
|
7472
7472
|
|
|
7473
|
-
var formkitVersion$8 = '
|
|
7473
|
+
var formkitVersion$8 = '202604091424';
|
|
7474
7474
|
|
|
7475
7475
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
7476
7476
|
// See LICENSE in the project root for license information.
|
|
@@ -8574,7 +8574,7 @@ const {
|
|
|
8574
8574
|
|
|
8575
8575
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
8576
8576
|
|
|
8577
|
-
let AuroLibraryRuntimeUtils$5$
|
|
8577
|
+
let AuroLibraryRuntimeUtils$5$1 = class AuroLibraryRuntimeUtils {
|
|
8578
8578
|
|
|
8579
8579
|
/* eslint-disable jsdoc/require-param */
|
|
8580
8580
|
|
|
@@ -8657,7 +8657,7 @@ let AuroLibraryRuntimeUtils$5$2 = class AuroLibraryRuntimeUtils {
|
|
|
8657
8657
|
let AuroFormValidation$1$1 = class AuroFormValidation {
|
|
8658
8658
|
|
|
8659
8659
|
constructor() {
|
|
8660
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$5$
|
|
8660
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
|
|
8661
8661
|
}
|
|
8662
8662
|
|
|
8663
8663
|
/**
|
|
@@ -15516,7 +15516,7 @@ __decorate([n$5({ type: Array })], RangeDatepickerCell.prototype, "disabledDays"
|
|
|
15516
15516
|
__decorate([n$5({ type: String })], RangeDatepickerCell.prototype, "hoveredDate", void 0);
|
|
15517
15517
|
__decorate([n$5({ type: Boolean })], RangeDatepickerCell.prototype, "isCurrentDate", void 0);
|
|
15518
15518
|
__decorate([n$5({ type: Object })], RangeDatepickerCell.prototype, "locale", null);
|
|
15519
|
-
AuroLibraryRuntimeUtils$5$
|
|
15519
|
+
AuroLibraryRuntimeUtils$5$1.prototype.registerComponent('wc-range-datepicker-cell', RangeDatepickerCell);
|
|
15520
15520
|
|
|
15521
15521
|
class Day {
|
|
15522
15522
|
constructor(date) {
|
|
@@ -16034,7 +16034,7 @@ __decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "yearsList
|
|
|
16034
16034
|
__decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "monthsList", void 0);
|
|
16035
16035
|
__decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "dayNamesOfTheWeek", void 0);
|
|
16036
16036
|
__decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "daysOfMonth", void 0);
|
|
16037
|
-
AuroLibraryRuntimeUtils$5$
|
|
16037
|
+
AuroLibraryRuntimeUtils$5$1.prototype.registerComponent('wc-range-datepicker-calendar', RangeDatepickerCalendar);
|
|
16038
16038
|
|
|
16039
16039
|
var styleCss$5$2 = i$7`.body-default{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);font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.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);font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{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);font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.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);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-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-font-size, 0.625rem);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);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);font-weight:var(--wcss-display-2xl-weight, 300);line-height:var(--wcss-display-2xl-line-height, 1.3);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem))}.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);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);font-weight:var(--wcss-display-xl-weight, 300);line-height:var(--wcss-display-xl-line-height, 1.3);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem))}.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);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);font-weight:var(--wcss-display-lg-weight, 300);line-height:var(--wcss-display-lg-line-height, 1.3);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem))}.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);letter-spacing:var(--wcss-display-md-letter-spacing, 0);font-weight:var(--wcss-display-md-weight, 300);line-height:var(--wcss-display-md-line-height, 1.3);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem))}.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);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);font-weight:var(--wcss-display-sm-weight, 300);line-height:var(--wcss-display-sm-line-height, 1.3);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem))}.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);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);font-weight:var(--wcss-display-xs-weight, 300);line-height:var(--wcss-display-xs-line-height, 1.3);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem))}.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);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);font-weight:var(--wcss-heading-xl-weight, 300);line-height:var(--wcss-heading-xl-line-height, 1.3);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem))}.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);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);font-weight:var(--wcss-heading-lg-weight, 300);line-height:var(--wcss-heading-lg-line-height, 1.3);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem))}.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);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);font-weight:var(--wcss-heading-md-weight, 300);line-height:var(--wcss-heading-md-line-height, 1.3);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem))}.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);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);font-weight:var(--wcss-heading-sm-weight, 300);line-height:var(--wcss-heading-sm-line-height, 1.3);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem))}.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);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);font-weight:var(--wcss-heading-xs-weight, 450);line-height:var(--wcss-heading-xs-line-height, 1.3);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem))}.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);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);font-weight:var(--wcss-heading-2xs-weight, 450);line-height:var(--wcss-heading-2xs-line-height, 1.3);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem))}.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);letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);font-weight:var(--wcss-accent-2xl-weight, 450);line-height:var(--wcss-accent-2xl-line-height, 1);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));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);letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);font-weight:var(--wcss-accent-xl-weight, 450);line-height:var(--wcss-accent-xl-line-height, 1.3);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));text-transform:uppercase}.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);letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);font-weight:var(--wcss-accent-lg-weight, 450);line-height:var(--wcss-accent-lg-line-height, 1.3);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));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);letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);font-weight:var(--wcss-accent-md-weight, 500);line-height:var(--wcss-accent-md-line-height, 1.3);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));text-transform:uppercase}.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);letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);font-weight:var(--wcss-accent-sm-weight, 500);line-height:var(--wcss-accent-sm-line-height, 1.3);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));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);letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);font-weight:var(--wcss-accent-xs-weight, 500);line-height:var(--wcss-accent-xs-line-height, 1.3);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));text-transform:uppercase}.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);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);font-weight:var(--wcss-accent-2xs-weight, 450);line-height:var(--wcss-accent-2xs-line-height, 1.3);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));text-transform:uppercase}@media screen and (max-width: 576px){:host{display:flex;justify-content:center}}.day{position:relative;width:var(--ds-size-500, 2.5rem);height:calc(var(--ds-size-700, 3.5rem) - 2px);padding:0;border-width:1px;border-style:solid;border-radius:var(--ds-size-300, 1.5rem);cursor:pointer;user-select:none}.day.disabled{cursor:default !important;pointer-events:none}.day.reference{box-shadow:inset 0 0 0 2px var(--ds-advanced-color-shared-background, #ffffff)}.day.inRange::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%)}@media screen and (min-width: 576px){.day.inRange::before{width:var(--ds-size-600, 3rem)}}.day.rangeDepartDate::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%);width:7.1428571429vw;transform:translate(0%, -50%)}@media screen and (min-width: 576px){.day.rangeDepartDate::before{width:calc(var(--ds-size-600, 3rem)/2)}}.day.rangeReturnDate::before,.day.lastHoveredDate::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%);width:7.1428571429vw;transform:translate(-100%, -50%)}@media screen and (min-width: 576px){.day.rangeReturnDate::before,.day.lastHoveredDate::before{width:calc(var(--ds-size-600, 3rem)/2)}}.dateSlot{display:flex;flex-direction:column}::slotted([slot^=date_]){position:absolute;top:80%;left:50%;width:100%;white-space:nowrap;transform:translate(-50%, -50%)}::slotted(auro-icon){max-height:24px;max-width:24px}:host([renderForDateSlot]) .buttonWrapper{position:relative;width:100%;top:5px}:host([renderForDateSlot]) .currentDayMarker{position:relative;padding-bottom:5px;top:-8px}@media screen and (min-width: 576px){.day{width:var(--ds-size-600, 3rem);height:var(--ds-size-800, 4rem)}.day:hover{cursor:pointer}}`;
|
|
16040
16040
|
|
|
@@ -16078,7 +16078,7 @@ class AuroCalendarCell extends i$4 {
|
|
|
16078
16078
|
this.dateStr = null;
|
|
16079
16079
|
this.renderForDateSlot = false; // When false, the numerical date will render vertically centered. When true, the date will render off-center to the top and leave room below for the slot content.
|
|
16080
16080
|
|
|
16081
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$5$
|
|
16081
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
|
|
16082
16082
|
|
|
16083
16083
|
/**
|
|
16084
16084
|
* Generate unique names for dependency components.
|
|
@@ -17392,7 +17392,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$4 {
|
|
|
17392
17392
|
}
|
|
17393
17393
|
};
|
|
17394
17394
|
|
|
17395
|
-
var formkitVersion$2$1 = '
|
|
17395
|
+
var formkitVersion$2$1 = '202604091424';
|
|
17396
17396
|
|
|
17397
17397
|
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
17398
|
`,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}}
|
|
@@ -17875,7 +17875,7 @@ if (!customElements.get('auro-formkit-calendar')) {
|
|
|
17875
17875
|
|
|
17876
17876
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
17877
17877
|
|
|
17878
|
-
let AuroLibraryRuntimeUtils$
|
|
17878
|
+
let AuroLibraryRuntimeUtils$1$1$2 = class AuroLibraryRuntimeUtils {
|
|
17879
17879
|
|
|
17880
17880
|
/* eslint-disable jsdoc/require-param */
|
|
17881
17881
|
|
|
@@ -19664,7 +19664,6 @@ let AuroFloatingUI$3 = class AuroFloatingUI {
|
|
|
19664
19664
|
this.focusHandler = null;
|
|
19665
19665
|
this.clickHandler = null;
|
|
19666
19666
|
this.keyDownHandler = null;
|
|
19667
|
-
this.touchHandler = null;
|
|
19668
19667
|
|
|
19669
19668
|
/**
|
|
19670
19669
|
* @private
|
|
@@ -20082,28 +20081,6 @@ let AuroFloatingUI$3 = class AuroFloatingUI {
|
|
|
20082
20081
|
setTimeout(() => {
|
|
20083
20082
|
window.addEventListener("click", this.clickHandler);
|
|
20084
20083
|
}, 0);
|
|
20085
|
-
|
|
20086
|
-
// iOS Safari does not fire `click` on non-interactive elements, so
|
|
20087
|
-
// tapping an inert backdrop never reaches the click handler above.
|
|
20088
|
-
// Mirror the same outside-tap logic with a passive touchstart listener.
|
|
20089
|
-
this.touchHandler = (evt) => {
|
|
20090
|
-
const element = this.element;
|
|
20091
|
-
if (!element?.bib) {
|
|
20092
|
-
return;
|
|
20093
|
-
}
|
|
20094
|
-
|
|
20095
|
-
// fullscreen (modal) dialog handles its own dismissal
|
|
20096
|
-
if (element.bib.hasAttribute("isfullscreen")) {
|
|
20097
|
-
return;
|
|
20098
|
-
}
|
|
20099
|
-
|
|
20100
|
-
const path = evt.composedPath();
|
|
20101
|
-
if (!path.includes(element.trigger) && !path.includes(element.bib)) {
|
|
20102
|
-
this.hideBib("click");
|
|
20103
|
-
}
|
|
20104
|
-
};
|
|
20105
|
-
|
|
20106
|
-
window.addEventListener("touchstart", this.touchHandler, { passive: true });
|
|
20107
20084
|
}
|
|
20108
20085
|
|
|
20109
20086
|
cleanupHideHandlers() {
|
|
@@ -20119,11 +20096,6 @@ let AuroFloatingUI$3 = class AuroFloatingUI {
|
|
|
20119
20096
|
this.clickHandler = null;
|
|
20120
20097
|
}
|
|
20121
20098
|
|
|
20122
|
-
if (this.touchHandler) {
|
|
20123
|
-
window.removeEventListener("touchstart", this.touchHandler);
|
|
20124
|
-
this.touchHandler = null;
|
|
20125
|
-
}
|
|
20126
|
-
|
|
20127
20099
|
if (this.keyDownHandler) {
|
|
20128
20100
|
document.removeEventListener("keydown", this.keyDownHandler);
|
|
20129
20101
|
this.keyDownHandler = null;
|
|
@@ -20916,89 +20888,6 @@ let p$3$3 = class p{registerComponent(t,a){customElements.get(t)||customElements
|
|
|
20916
20888
|
|
|
20917
20889
|
var iconVersion$2$3 = '9.1.2';
|
|
20918
20890
|
|
|
20919
|
-
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
20920
|
-
// See LICENSE in the project root for license information.
|
|
20921
|
-
|
|
20922
|
-
// ---------------------------------------------------------------------
|
|
20923
|
-
|
|
20924
|
-
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
20925
|
-
|
|
20926
|
-
let AuroLibraryRuntimeUtils$1$1$2 = class AuroLibraryRuntimeUtils {
|
|
20927
|
-
|
|
20928
|
-
/* eslint-disable jsdoc/require-param */
|
|
20929
|
-
|
|
20930
|
-
/**
|
|
20931
|
-
* This will register a new custom element with the browser.
|
|
20932
|
-
* @param {String} name - The name of the custom element.
|
|
20933
|
-
* @param {Object} componentClass - The class to register as a custom element.
|
|
20934
|
-
* @returns {void}
|
|
20935
|
-
*/
|
|
20936
|
-
registerComponent(name, componentClass) {
|
|
20937
|
-
if (!customElements.get(name)) {
|
|
20938
|
-
customElements.define(name, class extends componentClass {});
|
|
20939
|
-
}
|
|
20940
|
-
}
|
|
20941
|
-
|
|
20942
|
-
/**
|
|
20943
|
-
* Finds and returns the closest HTML Element based on a selector.
|
|
20944
|
-
* @returns {void}
|
|
20945
|
-
*/
|
|
20946
|
-
closestElement(
|
|
20947
|
-
selector, // selector like in .closest()
|
|
20948
|
-
base = this, // extra functionality to skip a parent
|
|
20949
|
-
__Closest = (el, found = el && el.closest(selector)) =>
|
|
20950
|
-
!el || el === document || el === window
|
|
20951
|
-
? null // standard .closest() returns null for non-found selectors also
|
|
20952
|
-
: found
|
|
20953
|
-
? found // found a selector INside this element
|
|
20954
|
-
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
20955
|
-
) {
|
|
20956
|
-
return __Closest(base);
|
|
20957
|
-
}
|
|
20958
|
-
/* eslint-enable jsdoc/require-param */
|
|
20959
|
-
|
|
20960
|
-
/**
|
|
20961
|
-
* If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
|
|
20962
|
-
* @param {Object} elem - The element to check.
|
|
20963
|
-
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
20964
|
-
* @returns {void}
|
|
20965
|
-
*/
|
|
20966
|
-
handleComponentTagRename(elem, tagName) {
|
|
20967
|
-
const tag = tagName.toLowerCase();
|
|
20968
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
20969
|
-
|
|
20970
|
-
if (elemTag !== tag) {
|
|
20971
|
-
elem.setAttribute(tag, true);
|
|
20972
|
-
}
|
|
20973
|
-
}
|
|
20974
|
-
|
|
20975
|
-
/**
|
|
20976
|
-
* Validates if an element is a specific Auro component.
|
|
20977
|
-
* @param {Object} elem - The element to validate.
|
|
20978
|
-
* @param {String} tagName - The name of the Auro component to check against.
|
|
20979
|
-
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
20980
|
-
*/
|
|
20981
|
-
elementMatch(elem, tagName) {
|
|
20982
|
-
const tag = tagName.toLowerCase();
|
|
20983
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
20984
|
-
|
|
20985
|
-
return elemTag === tag || elem.hasAttribute(tag);
|
|
20986
|
-
}
|
|
20987
|
-
|
|
20988
|
-
/**
|
|
20989
|
-
* Gets the text content of a named slot.
|
|
20990
|
-
* @returns {String}
|
|
20991
|
-
* @private
|
|
20992
|
-
*/
|
|
20993
|
-
getSlotText(elem, name) {
|
|
20994
|
-
const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
|
|
20995
|
-
const nodes = slot?.assignedNodes({ flatten: true }) || [];
|
|
20996
|
-
const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
|
|
20997
|
-
|
|
20998
|
-
return text || null;
|
|
20999
|
-
}
|
|
21000
|
-
};
|
|
21001
|
-
|
|
21002
20891
|
/**
|
|
21003
20892
|
* Computes display state once per keydown event.
|
|
21004
20893
|
* Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
|
|
@@ -21010,7 +20899,7 @@ let AuroLibraryRuntimeUtils$1$1$2 = class AuroLibraryRuntimeUtils {
|
|
|
21010
20899
|
* @returns {{isExpanded: boolean, isModal: boolean, isPopover: boolean, activeInput: HTMLElement|null}}
|
|
21011
20900
|
* isModal and isPopover reflect the display mode (fullscreen vs not) regardless of expanded state.
|
|
21012
20901
|
*/
|
|
21013
|
-
function createDisplayContext$
|
|
20902
|
+
function createDisplayContext$1$3(component, options = {}) {
|
|
21014
20903
|
const dd = options.dropdown || component.dropdown;
|
|
21015
20904
|
// isPopoverVisible reflects as the `open` attribute.
|
|
21016
20905
|
// It reports whether the bib is open in any mode (popover or modal).
|
|
@@ -21040,11 +20929,11 @@ function createDisplayContext$4(component, options = {}) {
|
|
|
21040
20929
|
* @param {Object} strategy - Map of key names to handler functions.
|
|
21041
20930
|
* @param {Object} [options] - Optional config passed to createDisplayContext.
|
|
21042
20931
|
*/
|
|
21043
|
-
function applyKeyboardStrategy$
|
|
20932
|
+
function applyKeyboardStrategy$1$3(component, strategy, options = {}) {
|
|
21044
20933
|
component.addEventListener('keydown', async (evt) => {
|
|
21045
20934
|
const handler = strategy[evt.key] || strategy.default;
|
|
21046
20935
|
if (typeof handler === 'function') {
|
|
21047
|
-
const ctx = createDisplayContext$
|
|
20936
|
+
const ctx = createDisplayContext$1$3(component, options);
|
|
21048
20937
|
await handler(component, evt, ctx);
|
|
21049
20938
|
}
|
|
21050
20939
|
});
|
|
@@ -21279,7 +21168,7 @@ let AuroDropdownBib$3 = class AuroDropdownBib extends i$4 {
|
|
|
21279
21168
|
|
|
21280
21169
|
const dialog = this.shadowRoot.querySelector('dialog');
|
|
21281
21170
|
this._setupCancelHandler(dialog);
|
|
21282
|
-
applyKeyboardStrategy$
|
|
21171
|
+
applyKeyboardStrategy$1$3(dialog, createDropdownBibKeyboardStrategy$3());
|
|
21283
21172
|
|
|
21284
21173
|
this.dispatchEvent(new CustomEvent('auro-dropdownbib-connected', {
|
|
21285
21174
|
bubbles: true,
|
|
@@ -21681,7 +21570,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$4 {
|
|
|
21681
21570
|
}
|
|
21682
21571
|
};
|
|
21683
21572
|
|
|
21684
|
-
var formkitVersion$1$3 = '
|
|
21573
|
+
var formkitVersion$1$3 = '202604091424';
|
|
21685
21574
|
|
|
21686
21575
|
let AuroElement$2$2 = class AuroElement extends i$4 {
|
|
21687
21576
|
static get properties() {
|
|
@@ -21787,7 +21676,7 @@ let AuroElement$2$2 = class AuroElement extends i$4 {
|
|
|
21787
21676
|
}
|
|
21788
21677
|
};
|
|
21789
21678
|
|
|
21790
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
21679
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
21791
21680
|
// See LICENSE in the project root for license information.
|
|
21792
21681
|
|
|
21793
21682
|
|
|
@@ -21892,7 +21781,7 @@ let AuroDropdown$3 = class AuroDropdown extends AuroElement$2$2 {
|
|
|
21892
21781
|
/**
|
|
21893
21782
|
* @private
|
|
21894
21783
|
*/
|
|
21895
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
21784
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$1$1$2();
|
|
21896
21785
|
|
|
21897
21786
|
/**
|
|
21898
21787
|
* @private
|
|
@@ -22310,7 +22199,7 @@ let AuroDropdown$3 = class AuroDropdown extends AuroElement$2$2 {
|
|
|
22310
22199
|
*
|
|
22311
22200
|
*/
|
|
22312
22201
|
static register(name = "auro-dropdown") {
|
|
22313
|
-
AuroLibraryRuntimeUtils$
|
|
22202
|
+
AuroLibraryRuntimeUtils$1$1$2.prototype.registerComponent(name, AuroDropdown);
|
|
22314
22203
|
}
|
|
22315
22204
|
|
|
22316
22205
|
/**
|
|
@@ -29223,7 +29112,7 @@ var tokensCss$2$3 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-tex
|
|
|
29223
29112
|
|
|
29224
29113
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
29225
29114
|
|
|
29226
|
-
let AuroLibraryRuntimeUtils$2$
|
|
29115
|
+
let AuroLibraryRuntimeUtils$2$3 = class AuroLibraryRuntimeUtils {
|
|
29227
29116
|
|
|
29228
29117
|
/* eslint-disable jsdoc/require-param */
|
|
29229
29118
|
|
|
@@ -29316,7 +29205,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
|
|
|
29316
29205
|
this.onDark = false;
|
|
29317
29206
|
this.hasTextContent = false;
|
|
29318
29207
|
|
|
29319
|
-
AuroLibraryRuntimeUtils$2$
|
|
29208
|
+
AuroLibraryRuntimeUtils$2$3.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
29320
29209
|
}
|
|
29321
29210
|
|
|
29322
29211
|
static get styles() {
|
|
@@ -29382,7 +29271,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
|
|
|
29382
29271
|
*
|
|
29383
29272
|
*/
|
|
29384
29273
|
static register(name = "auro-helptext") {
|
|
29385
|
-
AuroLibraryRuntimeUtils$2$
|
|
29274
|
+
AuroLibraryRuntimeUtils$2$3.prototype.registerComponent(name, AuroHelpText);
|
|
29386
29275
|
}
|
|
29387
29276
|
|
|
29388
29277
|
updated() {
|
|
@@ -29438,7 +29327,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
|
|
|
29438
29327
|
}
|
|
29439
29328
|
};
|
|
29440
29329
|
|
|
29441
|
-
var formkitVersion$7 = '
|
|
29330
|
+
var formkitVersion$7 = '202604091424';
|
|
29442
29331
|
|
|
29443
29332
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
29444
29333
|
// See LICENSE in the project root for license information.
|
|
@@ -30127,7 +30016,7 @@ var tokensCss$9 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
30127
30016
|
|
|
30128
30017
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
30129
30018
|
|
|
30130
|
-
let AuroLibraryRuntimeUtils$
|
|
30019
|
+
let AuroLibraryRuntimeUtils$9 = class AuroLibraryRuntimeUtils {
|
|
30131
30020
|
|
|
30132
30021
|
/* eslint-disable jsdoc/require-param */
|
|
30133
30022
|
|
|
@@ -30220,7 +30109,7 @@ let AuroHelpText$7 = class AuroHelpText extends i$4 {
|
|
|
30220
30109
|
this.onDark = false;
|
|
30221
30110
|
this.hasTextContent = false;
|
|
30222
30111
|
|
|
30223
|
-
AuroLibraryRuntimeUtils$
|
|
30112
|
+
AuroLibraryRuntimeUtils$9.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
30224
30113
|
}
|
|
30225
30114
|
|
|
30226
30115
|
static get styles() {
|
|
@@ -30286,7 +30175,7 @@ let AuroHelpText$7 = class AuroHelpText extends i$4 {
|
|
|
30286
30175
|
*
|
|
30287
30176
|
*/
|
|
30288
30177
|
static register(name = "auro-helptext") {
|
|
30289
|
-
AuroLibraryRuntimeUtils$
|
|
30178
|
+
AuroLibraryRuntimeUtils$9.prototype.registerComponent(name, AuroHelpText);
|
|
30290
30179
|
}
|
|
30291
30180
|
|
|
30292
30181
|
updated() {
|
|
@@ -30635,7 +30524,88 @@ function guardTouchPassthrough$2(element) {
|
|
|
30635
30524
|
}, { once: true });
|
|
30636
30525
|
}
|
|
30637
30526
|
|
|
30638
|
-
|
|
30527
|
+
/**
|
|
30528
|
+
* Computes display state once per keydown event.
|
|
30529
|
+
* Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
|
|
30530
|
+
*
|
|
30531
|
+
* @param {HTMLElement} component - The component with a dropdown reference.
|
|
30532
|
+
* @param {Object} [options] - Optional config.
|
|
30533
|
+
* @param {HTMLElement} [options.dropdown] - Explicit dropdown reference. Falls back to component.dropdown.
|
|
30534
|
+
* @param {Function} [options.inputResolver] - Called with (component, ctx) to resolve the active input element.
|
|
30535
|
+
* @returns {{isExpanded: boolean, isModal: boolean, isPopover: boolean, activeInput: HTMLElement|null}}
|
|
30536
|
+
* isModal and isPopover reflect the display mode (fullscreen vs not) regardless of expanded state.
|
|
30537
|
+
*/
|
|
30538
|
+
function createDisplayContext$4(component, options = {}) {
|
|
30539
|
+
const dd = options.dropdown || component.dropdown;
|
|
30540
|
+
// isPopoverVisible reflects as the `open` attribute.
|
|
30541
|
+
// It reports whether the bib is open in any mode (popover or modal).
|
|
30542
|
+
const isExpanded = Boolean(dd && dd.isPopoverVisible);
|
|
30543
|
+
const isFullscreen = Boolean(dd && dd.isBibFullscreen);
|
|
30544
|
+
|
|
30545
|
+
const ctx = {
|
|
30546
|
+
isExpanded,
|
|
30547
|
+
isModal: isFullscreen,
|
|
30548
|
+
isPopover: !isFullscreen,
|
|
30549
|
+
activeInput: null,
|
|
30550
|
+
};
|
|
30551
|
+
|
|
30552
|
+
if (options.inputResolver) {
|
|
30553
|
+
const resolvedInput = options.inputResolver(component, ctx);
|
|
30554
|
+
// Guard against resolvers returning undefined or non-HTMLElement values.
|
|
30555
|
+
ctx.activeInput = resolvedInput instanceof HTMLElement ? resolvedInput : null;
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
return ctx;
|
|
30559
|
+
}
|
|
30560
|
+
|
|
30561
|
+
/**
|
|
30562
|
+
* Wires up a keydown listener that dispatches to strategy[evt.key] or strategy.default.
|
|
30563
|
+
* Handles both sync and async handlers.
|
|
30564
|
+
* @param {HTMLElement} component - The component to attach the listener to.
|
|
30565
|
+
* @param {Object} strategy - Map of key names to handler functions.
|
|
30566
|
+
* @param {Object} [options] - Optional config passed to createDisplayContext.
|
|
30567
|
+
*/
|
|
30568
|
+
function applyKeyboardStrategy$4(component, strategy, options = {}) {
|
|
30569
|
+
component.addEventListener('keydown', async (evt) => {
|
|
30570
|
+
const handler = strategy[evt.key] || strategy.default;
|
|
30571
|
+
if (typeof handler === 'function') {
|
|
30572
|
+
const ctx = createDisplayContext$4(component, options);
|
|
30573
|
+
await handler(component, evt, ctx);
|
|
30574
|
+
}
|
|
30575
|
+
});
|
|
30576
|
+
}
|
|
30577
|
+
|
|
30578
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
30579
|
+
// See LICENSE in the project root for license information.
|
|
30580
|
+
|
|
30581
|
+
// Authoritative datepicker keyboard behavior spec:
|
|
30582
|
+
// components/datepicker/docs/partials/keyboardBehavior.md
|
|
30583
|
+
//
|
|
30584
|
+
// Current behavior (transitional — full bib keyboard navigation is planned for a future iteration):
|
|
30585
|
+
// - The bib opens and closes via pointer/touch interaction only.
|
|
30586
|
+
// - Escape closes the bib and prevents the event from reaching parent containers.
|
|
30587
|
+
// - Tab uses the browser's default tabindex sequence across trigger controls.
|
|
30588
|
+
// - Enter and Space do not open or close the bib.
|
|
30589
|
+
//
|
|
30590
|
+
// This file is an intentional placeholder for most keys. When datepicker bib keyboard navigation is
|
|
30591
|
+
// added, handlers should go here following the same strategy pattern used by
|
|
30592
|
+
// auro-select (selectKeyboardStrategy.js) and auro-combobox (comboboxKeyboardStrategy.js).
|
|
30593
|
+
const datepickerKeyboardStrategy = {
|
|
30594
|
+
Escape(component, evt) {
|
|
30595
|
+
if (!component.dropdown || !component.dropdown.isPopoverVisible) {
|
|
30596
|
+
return;
|
|
30597
|
+
}
|
|
30598
|
+
|
|
30599
|
+
// Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups.
|
|
30600
|
+
// Because stopPropagation prevents the document-level floatingUI keydown handler from
|
|
30601
|
+
// seeing this event, we must also close the dropdown explicitly.
|
|
30602
|
+
evt.stopPropagation();
|
|
30603
|
+
|
|
30604
|
+
component.dropdown.hide();
|
|
30605
|
+
},
|
|
30606
|
+
};
|
|
30607
|
+
|
|
30608
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
30639
30609
|
// See LICENSE in the project root for license information.
|
|
30640
30610
|
|
|
30641
30611
|
|
|
@@ -30772,7 +30742,7 @@ class AuroDatePicker extends AuroElement$5 {
|
|
|
30772
30742
|
/**
|
|
30773
30743
|
* @private
|
|
30774
30744
|
*/
|
|
30775
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$5$
|
|
30745
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
|
|
30776
30746
|
|
|
30777
30747
|
/**
|
|
30778
30748
|
* @private
|
|
@@ -31203,7 +31173,7 @@ class AuroDatePicker extends AuroElement$5 {
|
|
|
31203
31173
|
*
|
|
31204
31174
|
*/
|
|
31205
31175
|
static register(name = "auro-datepicker") {
|
|
31206
|
-
AuroLibraryRuntimeUtils$5$
|
|
31176
|
+
AuroLibraryRuntimeUtils$5$1.prototype.registerComponent(name, AuroDatePicker);
|
|
31207
31177
|
}
|
|
31208
31178
|
|
|
31209
31179
|
/**
|
|
@@ -32092,6 +32062,7 @@ class AuroDatePicker extends AuroElement$5 {
|
|
|
32092
32062
|
this.configureCalendar();
|
|
32093
32063
|
this.configureDatepicker();
|
|
32094
32064
|
this.configureClickHandler();
|
|
32065
|
+
applyKeyboardStrategy$4(this, datepickerKeyboardStrategy);
|
|
32095
32066
|
}
|
|
32096
32067
|
|
|
32097
32068
|
connectedCallback() {
|
|
@@ -32618,7 +32589,7 @@ let l$1$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(
|
|
|
32618
32589
|
|
|
32619
32590
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
32620
32591
|
|
|
32621
|
-
let AuroLibraryRuntimeUtils$
|
|
32592
|
+
let AuroLibraryRuntimeUtils$4$2 = class AuroLibraryRuntimeUtils {
|
|
32622
32593
|
|
|
32623
32594
|
/* eslint-disable jsdoc/require-param */
|
|
32624
32595
|
|
|
@@ -32694,7 +32665,7 @@ let AuroLibraryRuntimeUtils$5$1 = class AuroLibraryRuntimeUtils {
|
|
|
32694
32665
|
}
|
|
32695
32666
|
};
|
|
32696
32667
|
|
|
32697
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
32668
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
32698
32669
|
// See LICENSE in the project root for license information.
|
|
32699
32670
|
|
|
32700
32671
|
|
|
@@ -32724,7 +32695,7 @@ class AuroCounterButton extends T$1$1 {
|
|
|
32724
32695
|
*
|
|
32725
32696
|
*/
|
|
32726
32697
|
static register(name = "auro-counter-button") {
|
|
32727
|
-
AuroLibraryRuntimeUtils$
|
|
32698
|
+
AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounterButton);
|
|
32728
32699
|
}
|
|
32729
32700
|
}
|
|
32730
32701
|
|
|
@@ -33216,7 +33187,7 @@ const {
|
|
|
33216
33187
|
let AuroFormValidation$5 = class AuroFormValidation {
|
|
33217
33188
|
|
|
33218
33189
|
constructor() {
|
|
33219
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
33190
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$4$2();
|
|
33220
33191
|
}
|
|
33221
33192
|
|
|
33222
33193
|
/**
|
|
@@ -33798,7 +33769,7 @@ var tokensCss$2$2 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-tex
|
|
|
33798
33769
|
|
|
33799
33770
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
33800
33771
|
|
|
33801
|
-
let AuroLibraryRuntimeUtils$
|
|
33772
|
+
let AuroLibraryRuntimeUtils$3$2 = class AuroLibraryRuntimeUtils {
|
|
33802
33773
|
|
|
33803
33774
|
/* eslint-disable jsdoc/require-param */
|
|
33804
33775
|
|
|
@@ -33891,7 +33862,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
|
|
|
33891
33862
|
this.onDark = false;
|
|
33892
33863
|
this.hasTextContent = false;
|
|
33893
33864
|
|
|
33894
|
-
AuroLibraryRuntimeUtils$
|
|
33865
|
+
AuroLibraryRuntimeUtils$3$2.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
33895
33866
|
}
|
|
33896
33867
|
|
|
33897
33868
|
static get styles() {
|
|
@@ -33957,7 +33928,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
|
|
|
33957
33928
|
*
|
|
33958
33929
|
*/
|
|
33959
33930
|
static register(name = "auro-helptext") {
|
|
33960
|
-
AuroLibraryRuntimeUtils$
|
|
33931
|
+
AuroLibraryRuntimeUtils$3$2.prototype.registerComponent(name, AuroHelpText);
|
|
33961
33932
|
}
|
|
33962
33933
|
|
|
33963
33934
|
updated() {
|
|
@@ -34013,9 +33984,9 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
|
|
|
34013
33984
|
}
|
|
34014
33985
|
};
|
|
34015
33986
|
|
|
34016
|
-
var formkitVersion$1$2 = '
|
|
33987
|
+
var formkitVersion$1$2 = '202604091424';
|
|
34017
33988
|
|
|
34018
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
33989
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
34019
33990
|
// See LICENSE in the project root for license information.
|
|
34020
33991
|
|
|
34021
33992
|
const keyboardStrategy = {
|
|
@@ -34104,7 +34075,7 @@ class AuroCounter extends i$4 {
|
|
|
34104
34075
|
/**
|
|
34105
34076
|
* @private
|
|
34106
34077
|
*/
|
|
34107
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
34078
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$4$2();
|
|
34108
34079
|
|
|
34109
34080
|
}
|
|
34110
34081
|
|
|
@@ -34246,7 +34217,7 @@ class AuroCounter extends i$4 {
|
|
|
34246
34217
|
* AuroCounter.register("custom-counter") // registers <custom-counter/>
|
|
34247
34218
|
*/
|
|
34248
34219
|
static register(name = "auro-counter") {
|
|
34249
|
-
AuroLibraryRuntimeUtils$
|
|
34220
|
+
AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounter);
|
|
34250
34221
|
}
|
|
34251
34222
|
|
|
34252
34223
|
static get styles() {
|
|
@@ -34484,7 +34455,7 @@ var shapeSizeCss$1$2 = i$7`.shape-classic-xl,.shape-classic-lg,.shape-classic-md
|
|
|
34484
34455
|
|
|
34485
34456
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
34486
34457
|
|
|
34487
|
-
let AuroLibraryRuntimeUtils$
|
|
34458
|
+
let AuroLibraryRuntimeUtils$1$6 = class AuroLibraryRuntimeUtils {
|
|
34488
34459
|
|
|
34489
34460
|
/* eslint-disable jsdoc/require-param */
|
|
34490
34461
|
|
|
@@ -36273,7 +36244,6 @@ let AuroFloatingUI$2 = class AuroFloatingUI {
|
|
|
36273
36244
|
this.focusHandler = null;
|
|
36274
36245
|
this.clickHandler = null;
|
|
36275
36246
|
this.keyDownHandler = null;
|
|
36276
|
-
this.touchHandler = null;
|
|
36277
36247
|
|
|
36278
36248
|
/**
|
|
36279
36249
|
* @private
|
|
@@ -36691,28 +36661,6 @@ let AuroFloatingUI$2 = class AuroFloatingUI {
|
|
|
36691
36661
|
setTimeout(() => {
|
|
36692
36662
|
window.addEventListener("click", this.clickHandler);
|
|
36693
36663
|
}, 0);
|
|
36694
|
-
|
|
36695
|
-
// iOS Safari does not fire `click` on non-interactive elements, so
|
|
36696
|
-
// tapping an inert backdrop never reaches the click handler above.
|
|
36697
|
-
// Mirror the same outside-tap logic with a passive touchstart listener.
|
|
36698
|
-
this.touchHandler = (evt) => {
|
|
36699
|
-
const element = this.element;
|
|
36700
|
-
if (!element?.bib) {
|
|
36701
|
-
return;
|
|
36702
|
-
}
|
|
36703
|
-
|
|
36704
|
-
// fullscreen (modal) dialog handles its own dismissal
|
|
36705
|
-
if (element.bib.hasAttribute("isfullscreen")) {
|
|
36706
|
-
return;
|
|
36707
|
-
}
|
|
36708
|
-
|
|
36709
|
-
const path = evt.composedPath();
|
|
36710
|
-
if (!path.includes(element.trigger) && !path.includes(element.bib)) {
|
|
36711
|
-
this.hideBib("click");
|
|
36712
|
-
}
|
|
36713
|
-
};
|
|
36714
|
-
|
|
36715
|
-
window.addEventListener("touchstart", this.touchHandler, { passive: true });
|
|
36716
36664
|
}
|
|
36717
36665
|
|
|
36718
36666
|
cleanupHideHandlers() {
|
|
@@ -36728,11 +36676,6 @@ let AuroFloatingUI$2 = class AuroFloatingUI {
|
|
|
36728
36676
|
this.clickHandler = null;
|
|
36729
36677
|
}
|
|
36730
36678
|
|
|
36731
|
-
if (this.touchHandler) {
|
|
36732
|
-
window.removeEventListener("touchstart", this.touchHandler);
|
|
36733
|
-
this.touchHandler = null;
|
|
36734
|
-
}
|
|
36735
|
-
|
|
36736
36679
|
if (this.keyDownHandler) {
|
|
36737
36680
|
document.removeEventListener("keydown", this.keyDownHandler);
|
|
36738
36681
|
this.keyDownHandler = null;
|
|
@@ -37525,89 +37468,6 @@ let p$2$2 = class p{registerComponent(t,a){customElements.get(t)||customElements
|
|
|
37525
37468
|
|
|
37526
37469
|
var iconVersion$1$2 = '9.1.2';
|
|
37527
37470
|
|
|
37528
|
-
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
37529
|
-
// See LICENSE in the project root for license information.
|
|
37530
|
-
|
|
37531
|
-
// ---------------------------------------------------------------------
|
|
37532
|
-
|
|
37533
|
-
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
37534
|
-
|
|
37535
|
-
let AuroLibraryRuntimeUtils$1$6 = class AuroLibraryRuntimeUtils {
|
|
37536
|
-
|
|
37537
|
-
/* eslint-disable jsdoc/require-param */
|
|
37538
|
-
|
|
37539
|
-
/**
|
|
37540
|
-
* This will register a new custom element with the browser.
|
|
37541
|
-
* @param {String} name - The name of the custom element.
|
|
37542
|
-
* @param {Object} componentClass - The class to register as a custom element.
|
|
37543
|
-
* @returns {void}
|
|
37544
|
-
*/
|
|
37545
|
-
registerComponent(name, componentClass) {
|
|
37546
|
-
if (!customElements.get(name)) {
|
|
37547
|
-
customElements.define(name, class extends componentClass {});
|
|
37548
|
-
}
|
|
37549
|
-
}
|
|
37550
|
-
|
|
37551
|
-
/**
|
|
37552
|
-
* Finds and returns the closest HTML Element based on a selector.
|
|
37553
|
-
* @returns {void}
|
|
37554
|
-
*/
|
|
37555
|
-
closestElement(
|
|
37556
|
-
selector, // selector like in .closest()
|
|
37557
|
-
base = this, // extra functionality to skip a parent
|
|
37558
|
-
__Closest = (el, found = el && el.closest(selector)) =>
|
|
37559
|
-
!el || el === document || el === window
|
|
37560
|
-
? null // standard .closest() returns null for non-found selectors also
|
|
37561
|
-
: found
|
|
37562
|
-
? found // found a selector INside this element
|
|
37563
|
-
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
37564
|
-
) {
|
|
37565
|
-
return __Closest(base);
|
|
37566
|
-
}
|
|
37567
|
-
/* eslint-enable jsdoc/require-param */
|
|
37568
|
-
|
|
37569
|
-
/**
|
|
37570
|
-
* If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
|
|
37571
|
-
* @param {Object} elem - The element to check.
|
|
37572
|
-
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
37573
|
-
* @returns {void}
|
|
37574
|
-
*/
|
|
37575
|
-
handleComponentTagRename(elem, tagName) {
|
|
37576
|
-
const tag = tagName.toLowerCase();
|
|
37577
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
37578
|
-
|
|
37579
|
-
if (elemTag !== tag) {
|
|
37580
|
-
elem.setAttribute(tag, true);
|
|
37581
|
-
}
|
|
37582
|
-
}
|
|
37583
|
-
|
|
37584
|
-
/**
|
|
37585
|
-
* Validates if an element is a specific Auro component.
|
|
37586
|
-
* @param {Object} elem - The element to validate.
|
|
37587
|
-
* @param {String} tagName - The name of the Auro component to check against.
|
|
37588
|
-
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
37589
|
-
*/
|
|
37590
|
-
elementMatch(elem, tagName) {
|
|
37591
|
-
const tag = tagName.toLowerCase();
|
|
37592
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
37593
|
-
|
|
37594
|
-
return elemTag === tag || elem.hasAttribute(tag);
|
|
37595
|
-
}
|
|
37596
|
-
|
|
37597
|
-
/**
|
|
37598
|
-
* Gets the text content of a named slot.
|
|
37599
|
-
* @returns {String}
|
|
37600
|
-
* @private
|
|
37601
|
-
*/
|
|
37602
|
-
getSlotText(elem, name) {
|
|
37603
|
-
const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
|
|
37604
|
-
const nodes = slot?.assignedNodes({ flatten: true }) || [];
|
|
37605
|
-
const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
|
|
37606
|
-
|
|
37607
|
-
return text || null;
|
|
37608
|
-
}
|
|
37609
|
-
};
|
|
37610
|
-
|
|
37611
37471
|
/**
|
|
37612
37472
|
* Computes display state once per keydown event.
|
|
37613
37473
|
* Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
|
|
@@ -38075,7 +37935,7 @@ var tokensCss$8 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
38075
37935
|
|
|
38076
37936
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
38077
37937
|
|
|
38078
|
-
let AuroLibraryRuntimeUtils$
|
|
37938
|
+
let AuroLibraryRuntimeUtils$2$2 = class AuroLibraryRuntimeUtils {
|
|
38079
37939
|
|
|
38080
37940
|
/* eslint-disable jsdoc/require-param */
|
|
38081
37941
|
|
|
@@ -38168,7 +38028,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
|
|
|
38168
38028
|
this.onDark = false;
|
|
38169
38029
|
this.hasTextContent = false;
|
|
38170
38030
|
|
|
38171
|
-
AuroLibraryRuntimeUtils$
|
|
38031
|
+
AuroLibraryRuntimeUtils$2$2.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
38172
38032
|
}
|
|
38173
38033
|
|
|
38174
38034
|
static get styles() {
|
|
@@ -38234,7 +38094,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
|
|
|
38234
38094
|
*
|
|
38235
38095
|
*/
|
|
38236
38096
|
static register(name = "auro-helptext") {
|
|
38237
|
-
AuroLibraryRuntimeUtils$
|
|
38097
|
+
AuroLibraryRuntimeUtils$2$2.prototype.registerComponent(name, AuroHelpText);
|
|
38238
38098
|
}
|
|
38239
38099
|
|
|
38240
38100
|
updated() {
|
|
@@ -38290,7 +38150,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
|
|
|
38290
38150
|
}
|
|
38291
38151
|
};
|
|
38292
38152
|
|
|
38293
|
-
var formkitVersion$6 = '
|
|
38153
|
+
var formkitVersion$6 = '202604091424';
|
|
38294
38154
|
|
|
38295
38155
|
let AuroElement$1$2 = class AuroElement extends i$4 {
|
|
38296
38156
|
static get properties() {
|
|
@@ -38396,7 +38256,7 @@ let AuroElement$1$2 = class AuroElement extends i$4 {
|
|
|
38396
38256
|
}
|
|
38397
38257
|
};
|
|
38398
38258
|
|
|
38399
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
38259
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
38400
38260
|
// See LICENSE in the project root for license information.
|
|
38401
38261
|
|
|
38402
38262
|
|
|
@@ -38501,7 +38361,7 @@ let AuroDropdown$2 = class AuroDropdown extends AuroElement$1$2 {
|
|
|
38501
38361
|
/**
|
|
38502
38362
|
* @private
|
|
38503
38363
|
*/
|
|
38504
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
38364
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$1$6();
|
|
38505
38365
|
|
|
38506
38366
|
/**
|
|
38507
38367
|
* @private
|
|
@@ -38919,7 +38779,7 @@ let AuroDropdown$2 = class AuroDropdown extends AuroElement$1$2 {
|
|
|
38919
38779
|
*
|
|
38920
38780
|
*/
|
|
38921
38781
|
static register(name = "auro-dropdown") {
|
|
38922
|
-
AuroLibraryRuntimeUtils$
|
|
38782
|
+
AuroLibraryRuntimeUtils$1$6.prototype.registerComponent(name, AuroDropdown);
|
|
38923
38783
|
}
|
|
38924
38784
|
|
|
38925
38785
|
/**
|
|
@@ -39439,7 +39299,7 @@ var tokenCss$3 = i$7`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--d
|
|
|
39439
39299
|
|
|
39440
39300
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
39441
39301
|
|
|
39442
|
-
let AuroLibraryRuntimeUtils$
|
|
39302
|
+
let AuroLibraryRuntimeUtils$8 = class AuroLibraryRuntimeUtils {
|
|
39443
39303
|
|
|
39444
39304
|
/* eslint-disable jsdoc/require-param */
|
|
39445
39305
|
|
|
@@ -39666,7 +39526,7 @@ let AuroBibtemplate$2 = class AuroBibtemplate extends i$4 {
|
|
|
39666
39526
|
|
|
39667
39527
|
this.large = false;
|
|
39668
39528
|
|
|
39669
|
-
AuroLibraryRuntimeUtils$
|
|
39529
|
+
AuroLibraryRuntimeUtils$8.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
|
|
39670
39530
|
|
|
39671
39531
|
const versioning = new AuroDependencyVersioning$7();
|
|
39672
39532
|
|
|
@@ -39718,7 +39578,7 @@ let AuroBibtemplate$2 = class AuroBibtemplate extends i$4 {
|
|
|
39718
39578
|
*
|
|
39719
39579
|
*/
|
|
39720
39580
|
static register(name = "auro-bibtemplate") {
|
|
39721
|
-
AuroLibraryRuntimeUtils$
|
|
39581
|
+
AuroLibraryRuntimeUtils$8.prototype.registerComponent(name, AuroBibtemplate);
|
|
39722
39582
|
}
|
|
39723
39583
|
|
|
39724
39584
|
/**
|
|
@@ -39845,7 +39705,7 @@ class AuroCounterWrapper extends i$4 {
|
|
|
39845
39705
|
* AuroCounterWrapper.register("custom-counter-wrapper") // registers <custom-counter-wrapper/>
|
|
39846
39706
|
*/
|
|
39847
39707
|
static register(name = "auro-counter-wrapper") {
|
|
39848
|
-
AuroLibraryRuntimeUtils$
|
|
39708
|
+
AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounterWrapper);
|
|
39849
39709
|
}
|
|
39850
39710
|
|
|
39851
39711
|
// function that renders the HTML and CSS into the scope of the component
|
|
@@ -39964,6 +39824,24 @@ let AuroElement$4 = class AuroElement extends i$4 {
|
|
|
39964
39824
|
}
|
|
39965
39825
|
};
|
|
39966
39826
|
|
|
39827
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
39828
|
+
// See LICENSE in the project root for license information.
|
|
39829
|
+
|
|
39830
|
+
const counterGroupKeyboardStrategy = {
|
|
39831
|
+
Escape(component, evt) {
|
|
39832
|
+
if (!component.dropdown || !component.dropdown.isPopoverVisible) {
|
|
39833
|
+
return;
|
|
39834
|
+
}
|
|
39835
|
+
|
|
39836
|
+
// Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups.
|
|
39837
|
+
// Because stopPropagation prevents the document-level floatingUI keydown handler from
|
|
39838
|
+
// seeing this event, we must also close the dropdown explicitly.
|
|
39839
|
+
evt.stopPropagation();
|
|
39840
|
+
|
|
39841
|
+
component.dropdown.hide();
|
|
39842
|
+
},
|
|
39843
|
+
};
|
|
39844
|
+
|
|
39967
39845
|
/* eslint-disable lit/no-invalid-html, lit/binding-positions, max-lines, no-underscore-dangle, arrow-parens, no-confusing-arrow, curly, dot-location, no-inline-comments, line-comment-position,
|
|
39968
39846
|
*/
|
|
39969
39847
|
|
|
@@ -40564,6 +40442,10 @@ class AuroCounterGroup extends AuroElement$4 {
|
|
|
40564
40442
|
super.firstUpdated();
|
|
40565
40443
|
this.updateValue();
|
|
40566
40444
|
this.updateValueText();
|
|
40445
|
+
|
|
40446
|
+
if (this.isDropdown) {
|
|
40447
|
+
applyKeyboardStrategy$1$2(this, counterGroupKeyboardStrategy);
|
|
40448
|
+
}
|
|
40567
40449
|
}
|
|
40568
40450
|
|
|
40569
40451
|
/**
|
|
@@ -40573,7 +40455,7 @@ class AuroCounterGroup extends AuroElement$4 {
|
|
|
40573
40455
|
* AuroCounterGroup.register("custom-counter-group") // registers <custom-counter-group/>
|
|
40574
40456
|
*/
|
|
40575
40457
|
static register(name = "auro-counter-group") {
|
|
40576
|
-
AuroLibraryRuntimeUtils$
|
|
40458
|
+
AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounterGroup);
|
|
40577
40459
|
}
|
|
40578
40460
|
|
|
40579
40461
|
/**
|
|
@@ -40882,7 +40764,7 @@ let AuroLibraryRuntimeUtils$1$5 = class AuroLibraryRuntimeUtils {
|
|
|
40882
40764
|
};
|
|
40883
40765
|
|
|
40884
40766
|
/* eslint-disable max-lines, no-underscore-dangle */
|
|
40885
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
40767
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
40886
40768
|
// See LICENSE in the project root for license information.
|
|
40887
40769
|
|
|
40888
40770
|
|
|
@@ -42145,7 +42027,7 @@ var tokensCss$7 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
42145
42027
|
|
|
42146
42028
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
42147
42029
|
|
|
42148
|
-
let AuroLibraryRuntimeUtils$
|
|
42030
|
+
let AuroLibraryRuntimeUtils$7 = class AuroLibraryRuntimeUtils {
|
|
42149
42031
|
|
|
42150
42032
|
/* eslint-disable jsdoc/require-param */
|
|
42151
42033
|
|
|
@@ -42238,7 +42120,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
|
|
|
42238
42120
|
this.onDark = false;
|
|
42239
42121
|
this.hasTextContent = false;
|
|
42240
42122
|
|
|
42241
|
-
AuroLibraryRuntimeUtils$
|
|
42123
|
+
AuroLibraryRuntimeUtils$7.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
42242
42124
|
}
|
|
42243
42125
|
|
|
42244
42126
|
static get styles() {
|
|
@@ -42304,7 +42186,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
|
|
|
42304
42186
|
*
|
|
42305
42187
|
*/
|
|
42306
42188
|
static register(name = "auro-helptext") {
|
|
42307
|
-
AuroLibraryRuntimeUtils$
|
|
42189
|
+
AuroLibraryRuntimeUtils$7.prototype.registerComponent(name, AuroHelpText);
|
|
42308
42190
|
}
|
|
42309
42191
|
|
|
42310
42192
|
updated() {
|
|
@@ -42360,7 +42242,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
|
|
|
42360
42242
|
}
|
|
42361
42243
|
};
|
|
42362
42244
|
|
|
42363
|
-
var formkitVersion$5 = '
|
|
42245
|
+
var formkitVersion$5 = '202604091424';
|
|
42364
42246
|
|
|
42365
42247
|
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
42366
42248
|
// See LICENSE in the project root for license information.
|
|
@@ -42991,7 +42873,7 @@ let AuroLibraryRuntimeUtils$1$4 = class AuroLibraryRuntimeUtils {
|
|
|
42991
42873
|
}
|
|
42992
42874
|
};
|
|
42993
42875
|
|
|
42994
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
42876
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
42995
42877
|
// See LICENSE in the project root for license information.
|
|
42996
42878
|
|
|
42997
42879
|
|
|
@@ -44314,7 +44196,7 @@ var tokensCss$6 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
44314
44196
|
|
|
44315
44197
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
44316
44198
|
|
|
44317
|
-
let AuroLibraryRuntimeUtils$
|
|
44199
|
+
let AuroLibraryRuntimeUtils$6 = class AuroLibraryRuntimeUtils {
|
|
44318
44200
|
|
|
44319
44201
|
/* eslint-disable jsdoc/require-param */
|
|
44320
44202
|
|
|
@@ -44407,7 +44289,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
|
|
|
44407
44289
|
this.onDark = false;
|
|
44408
44290
|
this.hasTextContent = false;
|
|
44409
44291
|
|
|
44410
|
-
AuroLibraryRuntimeUtils$
|
|
44292
|
+
AuroLibraryRuntimeUtils$6.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
44411
44293
|
}
|
|
44412
44294
|
|
|
44413
44295
|
static get styles() {
|
|
@@ -44473,7 +44355,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
|
|
|
44473
44355
|
*
|
|
44474
44356
|
*/
|
|
44475
44357
|
static register(name = "auro-helptext") {
|
|
44476
|
-
AuroLibraryRuntimeUtils$
|
|
44358
|
+
AuroLibraryRuntimeUtils$6.prototype.registerComponent(name, AuroHelpText);
|
|
44477
44359
|
}
|
|
44478
44360
|
|
|
44479
44361
|
updated() {
|
|
@@ -44529,9 +44411,9 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
|
|
|
44529
44411
|
}
|
|
44530
44412
|
};
|
|
44531
44413
|
|
|
44532
|
-
var formkitVersion$4 = '
|
|
44414
|
+
var formkitVersion$4 = '202604091424';
|
|
44533
44415
|
|
|
44534
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
44416
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
44535
44417
|
// See LICENSE in the project root for license information.
|
|
44536
44418
|
|
|
44537
44419
|
|
|
@@ -46245,10 +46127,19 @@ const comboboxKeyboardStrategy = {
|
|
|
46245
46127
|
}
|
|
46246
46128
|
},
|
|
46247
46129
|
|
|
46248
|
-
Escape(component,
|
|
46249
|
-
if (ctx.isExpanded
|
|
46130
|
+
Escape(component, evt, ctx) {
|
|
46131
|
+
if (!ctx.isExpanded) {
|
|
46132
|
+
return;
|
|
46133
|
+
}
|
|
46134
|
+
|
|
46135
|
+
// Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups
|
|
46136
|
+
evt.stopPropagation();
|
|
46137
|
+
|
|
46138
|
+
if (ctx.isModal) {
|
|
46250
46139
|
component.setTriggerInputFocus();
|
|
46251
46140
|
}
|
|
46141
|
+
|
|
46142
|
+
component.hideBib();
|
|
46252
46143
|
},
|
|
46253
46144
|
|
|
46254
46145
|
Home(component, evt, ctx) {
|
|
@@ -46285,7 +46176,7 @@ const comboboxKeyboardStrategy = {
|
|
|
46285
46176
|
|
|
46286
46177
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
46287
46178
|
|
|
46288
|
-
let AuroLibraryRuntimeUtils$2
|
|
46179
|
+
let AuroLibraryRuntimeUtils$1$2 = class AuroLibraryRuntimeUtils {
|
|
46289
46180
|
|
|
46290
46181
|
/* eslint-disable jsdoc/require-param */
|
|
46291
46182
|
|
|
@@ -48074,7 +47965,6 @@ let AuroFloatingUI$1 = class AuroFloatingUI {
|
|
|
48074
47965
|
this.focusHandler = null;
|
|
48075
47966
|
this.clickHandler = null;
|
|
48076
47967
|
this.keyDownHandler = null;
|
|
48077
|
-
this.touchHandler = null;
|
|
48078
47968
|
|
|
48079
47969
|
/**
|
|
48080
47970
|
* @private
|
|
@@ -48492,28 +48382,6 @@ let AuroFloatingUI$1 = class AuroFloatingUI {
|
|
|
48492
48382
|
setTimeout(() => {
|
|
48493
48383
|
window.addEventListener("click", this.clickHandler);
|
|
48494
48384
|
}, 0);
|
|
48495
|
-
|
|
48496
|
-
// iOS Safari does not fire `click` on non-interactive elements, so
|
|
48497
|
-
// tapping an inert backdrop never reaches the click handler above.
|
|
48498
|
-
// Mirror the same outside-tap logic with a passive touchstart listener.
|
|
48499
|
-
this.touchHandler = (evt) => {
|
|
48500
|
-
const element = this.element;
|
|
48501
|
-
if (!element?.bib) {
|
|
48502
|
-
return;
|
|
48503
|
-
}
|
|
48504
|
-
|
|
48505
|
-
// fullscreen (modal) dialog handles its own dismissal
|
|
48506
|
-
if (element.bib.hasAttribute("isfullscreen")) {
|
|
48507
|
-
return;
|
|
48508
|
-
}
|
|
48509
|
-
|
|
48510
|
-
const path = evt.composedPath();
|
|
48511
|
-
if (!path.includes(element.trigger) && !path.includes(element.bib)) {
|
|
48512
|
-
this.hideBib("click");
|
|
48513
|
-
}
|
|
48514
|
-
};
|
|
48515
|
-
|
|
48516
|
-
window.addEventListener("touchstart", this.touchHandler, { passive: true });
|
|
48517
48385
|
}
|
|
48518
48386
|
|
|
48519
48387
|
cleanupHideHandlers() {
|
|
@@ -48529,11 +48397,6 @@ let AuroFloatingUI$1 = class AuroFloatingUI {
|
|
|
48529
48397
|
this.clickHandler = null;
|
|
48530
48398
|
}
|
|
48531
48399
|
|
|
48532
|
-
if (this.touchHandler) {
|
|
48533
|
-
window.removeEventListener("touchstart", this.touchHandler);
|
|
48534
|
-
this.touchHandler = null;
|
|
48535
|
-
}
|
|
48536
|
-
|
|
48537
48400
|
if (this.keyDownHandler) {
|
|
48538
48401
|
document.removeEventListener("keydown", this.keyDownHandler);
|
|
48539
48402
|
this.keyDownHandler = null;
|
|
@@ -49326,89 +49189,6 @@ let p$3$1 = class p{registerComponent(t,a){customElements.get(t)||customElements
|
|
|
49326
49189
|
|
|
49327
49190
|
var iconVersion$2$1 = '9.1.2';
|
|
49328
49191
|
|
|
49329
|
-
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
49330
|
-
// See LICENSE in the project root for license information.
|
|
49331
|
-
|
|
49332
|
-
// ---------------------------------------------------------------------
|
|
49333
|
-
|
|
49334
|
-
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
49335
|
-
|
|
49336
|
-
let AuroLibraryRuntimeUtils$1$2 = class AuroLibraryRuntimeUtils {
|
|
49337
|
-
|
|
49338
|
-
/* eslint-disable jsdoc/require-param */
|
|
49339
|
-
|
|
49340
|
-
/**
|
|
49341
|
-
* This will register a new custom element with the browser.
|
|
49342
|
-
* @param {String} name - The name of the custom element.
|
|
49343
|
-
* @param {Object} componentClass - The class to register as a custom element.
|
|
49344
|
-
* @returns {void}
|
|
49345
|
-
*/
|
|
49346
|
-
registerComponent(name, componentClass) {
|
|
49347
|
-
if (!customElements.get(name)) {
|
|
49348
|
-
customElements.define(name, class extends componentClass {});
|
|
49349
|
-
}
|
|
49350
|
-
}
|
|
49351
|
-
|
|
49352
|
-
/**
|
|
49353
|
-
* Finds and returns the closest HTML Element based on a selector.
|
|
49354
|
-
* @returns {void}
|
|
49355
|
-
*/
|
|
49356
|
-
closestElement(
|
|
49357
|
-
selector, // selector like in .closest()
|
|
49358
|
-
base = this, // extra functionality to skip a parent
|
|
49359
|
-
__Closest = (el, found = el && el.closest(selector)) =>
|
|
49360
|
-
!el || el === document || el === window
|
|
49361
|
-
? null // standard .closest() returns null for non-found selectors also
|
|
49362
|
-
: found
|
|
49363
|
-
? found // found a selector INside this element
|
|
49364
|
-
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
49365
|
-
) {
|
|
49366
|
-
return __Closest(base);
|
|
49367
|
-
}
|
|
49368
|
-
/* eslint-enable jsdoc/require-param */
|
|
49369
|
-
|
|
49370
|
-
/**
|
|
49371
|
-
* If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
|
|
49372
|
-
* @param {Object} elem - The element to check.
|
|
49373
|
-
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
49374
|
-
* @returns {void}
|
|
49375
|
-
*/
|
|
49376
|
-
handleComponentTagRename(elem, tagName) {
|
|
49377
|
-
const tag = tagName.toLowerCase();
|
|
49378
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
49379
|
-
|
|
49380
|
-
if (elemTag !== tag) {
|
|
49381
|
-
elem.setAttribute(tag, true);
|
|
49382
|
-
}
|
|
49383
|
-
}
|
|
49384
|
-
|
|
49385
|
-
/**
|
|
49386
|
-
* Validates if an element is a specific Auro component.
|
|
49387
|
-
* @param {Object} elem - The element to validate.
|
|
49388
|
-
* @param {String} tagName - The name of the Auro component to check against.
|
|
49389
|
-
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
49390
|
-
*/
|
|
49391
|
-
elementMatch(elem, tagName) {
|
|
49392
|
-
const tag = tagName.toLowerCase();
|
|
49393
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
49394
|
-
|
|
49395
|
-
return elemTag === tag || elem.hasAttribute(tag);
|
|
49396
|
-
}
|
|
49397
|
-
|
|
49398
|
-
/**
|
|
49399
|
-
* Gets the text content of a named slot.
|
|
49400
|
-
* @returns {String}
|
|
49401
|
-
* @private
|
|
49402
|
-
*/
|
|
49403
|
-
getSlotText(elem, name) {
|
|
49404
|
-
const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
|
|
49405
|
-
const nodes = slot?.assignedNodes({ flatten: true }) || [];
|
|
49406
|
-
const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
|
|
49407
|
-
|
|
49408
|
-
return text || null;
|
|
49409
|
-
}
|
|
49410
|
-
};
|
|
49411
|
-
|
|
49412
49192
|
/**
|
|
49413
49193
|
* Computes display state once per keydown event.
|
|
49414
49194
|
* Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
|
|
@@ -50091,7 +49871,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
|
|
|
50091
49871
|
}
|
|
50092
49872
|
};
|
|
50093
49873
|
|
|
50094
|
-
var formkitVersion$2 = '
|
|
49874
|
+
var formkitVersion$2 = '202604091424';
|
|
50095
49875
|
|
|
50096
49876
|
let AuroElement$2$1 = class AuroElement extends i$4 {
|
|
50097
49877
|
static get properties() {
|
|
@@ -50197,7 +49977,7 @@ let AuroElement$2$1 = class AuroElement extends i$4 {
|
|
|
50197
49977
|
}
|
|
50198
49978
|
};
|
|
50199
49979
|
|
|
50200
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
49980
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
50201
49981
|
// See LICENSE in the project root for license information.
|
|
50202
49982
|
|
|
50203
49983
|
|
|
@@ -50302,7 +50082,7 @@ let AuroDropdown$1 = class AuroDropdown extends AuroElement$2$1 {
|
|
|
50302
50082
|
/**
|
|
50303
50083
|
* @private
|
|
50304
50084
|
*/
|
|
50305
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$2
|
|
50085
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$1$2();
|
|
50306
50086
|
|
|
50307
50087
|
/**
|
|
50308
50088
|
* @private
|
|
@@ -50720,7 +50500,7 @@ let AuroDropdown$1 = class AuroDropdown extends AuroElement$2$1 {
|
|
|
50720
50500
|
*
|
|
50721
50501
|
*/
|
|
50722
50502
|
static register(name = "auro-dropdown") {
|
|
50723
|
-
AuroLibraryRuntimeUtils$2
|
|
50503
|
+
AuroLibraryRuntimeUtils$1$2.prototype.registerComponent(name, AuroDropdown);
|
|
50724
50504
|
}
|
|
50725
50505
|
|
|
50726
50506
|
/**
|
|
@@ -57633,7 +57413,7 @@ var tokensCss$2$1 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-tex
|
|
|
57633
57413
|
|
|
57634
57414
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
57635
57415
|
|
|
57636
|
-
let AuroLibraryRuntimeUtils$2$
|
|
57416
|
+
let AuroLibraryRuntimeUtils$2$1 = class AuroLibraryRuntimeUtils {
|
|
57637
57417
|
|
|
57638
57418
|
/* eslint-disable jsdoc/require-param */
|
|
57639
57419
|
|
|
@@ -57726,7 +57506,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
|
|
|
57726
57506
|
this.onDark = false;
|
|
57727
57507
|
this.hasTextContent = false;
|
|
57728
57508
|
|
|
57729
|
-
AuroLibraryRuntimeUtils$2$
|
|
57509
|
+
AuroLibraryRuntimeUtils$2$1.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
57730
57510
|
}
|
|
57731
57511
|
|
|
57732
57512
|
static get styles() {
|
|
@@ -57792,7 +57572,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
|
|
|
57792
57572
|
*
|
|
57793
57573
|
*/
|
|
57794
57574
|
static register(name = "auro-helptext") {
|
|
57795
|
-
AuroLibraryRuntimeUtils$2$
|
|
57575
|
+
AuroLibraryRuntimeUtils$2$1.prototype.registerComponent(name, AuroHelpText);
|
|
57796
57576
|
}
|
|
57797
57577
|
|
|
57798
57578
|
updated() {
|
|
@@ -57848,7 +57628,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
|
|
|
57848
57628
|
}
|
|
57849
57629
|
};
|
|
57850
57630
|
|
|
57851
|
-
var formkitVersion$1$1 = '
|
|
57631
|
+
var formkitVersion$1$1 = '202604091424';
|
|
57852
57632
|
|
|
57853
57633
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
57854
57634
|
// See LICENSE in the project root for license information.
|
|
@@ -58913,7 +58693,7 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$4 {
|
|
|
58913
58693
|
}
|
|
58914
58694
|
};
|
|
58915
58695
|
|
|
58916
|
-
var formkitVersion$3 = '
|
|
58696
|
+
var formkitVersion$3 = '202604091424';
|
|
58917
58697
|
|
|
58918
58698
|
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}`;
|
|
58919
58699
|
|
|
@@ -59038,7 +58818,7 @@ var tokensCss$5 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
59038
58818
|
|
|
59039
58819
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
59040
58820
|
|
|
59041
|
-
let AuroLibraryRuntimeUtils$
|
|
58821
|
+
let AuroLibraryRuntimeUtils$5 = class AuroLibraryRuntimeUtils {
|
|
59042
58822
|
|
|
59043
58823
|
/* eslint-disable jsdoc/require-param */
|
|
59044
58824
|
|
|
@@ -59131,7 +58911,7 @@ let AuroHelpText$3 = class AuroHelpText extends i$4 {
|
|
|
59131
58911
|
this.onDark = false;
|
|
59132
58912
|
this.hasTextContent = false;
|
|
59133
58913
|
|
|
59134
|
-
AuroLibraryRuntimeUtils$
|
|
58914
|
+
AuroLibraryRuntimeUtils$5.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
59135
58915
|
}
|
|
59136
58916
|
|
|
59137
58917
|
static get styles() {
|
|
@@ -59197,7 +58977,7 @@ let AuroHelpText$3 = class AuroHelpText extends i$4 {
|
|
|
59197
58977
|
*
|
|
59198
58978
|
*/
|
|
59199
58979
|
static register(name = "auro-helptext") {
|
|
59200
|
-
AuroLibraryRuntimeUtils$
|
|
58980
|
+
AuroLibraryRuntimeUtils$5.prototype.registerComponent(name, AuroHelpText);
|
|
59201
58981
|
}
|
|
59202
58982
|
|
|
59203
58983
|
updated() {
|
|
@@ -59253,7 +59033,7 @@ let AuroHelpText$3 = class AuroHelpText extends i$4 {
|
|
|
59253
59033
|
}
|
|
59254
59034
|
};
|
|
59255
59035
|
|
|
59256
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
59036
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
59257
59037
|
// See LICENSE in the project root for license information.
|
|
59258
59038
|
|
|
59259
59039
|
|
|
@@ -59776,7 +59556,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59776
59556
|
* @returns {void}
|
|
59777
59557
|
*/
|
|
59778
59558
|
activateFirstEnabledAvailableOption() {
|
|
59779
|
-
const firstEnabledOptionIndex = this.availableOptions.findIndex((opt) => !opt.disabled);
|
|
59559
|
+
const firstEnabledOptionIndex = this.availableOptions.findIndex((opt) => !opt.disabled && !opt.noMatch);
|
|
59780
59560
|
this.updateActiveOption(firstEnabledOptionIndex);
|
|
59781
59561
|
}
|
|
59782
59562
|
|
|
@@ -59790,7 +59570,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
59790
59570
|
|
|
59791
59571
|
// Work backwards through the available options array to find the last enabled option
|
|
59792
59572
|
for (let index = this.availableOptions.length - 1; index >= 0; index -= 1) {
|
|
59793
|
-
if (!this.availableOptions[index].disabled) {
|
|
59573
|
+
if (!this.availableOptions[index].disabled && !this.availableOptions[index].noMatch) {
|
|
59794
59574
|
lastEnabledOptionIndex = index;
|
|
59795
59575
|
break;
|
|
59796
59576
|
}
|
|
@@ -61051,7 +60831,7 @@ var colorCss$4 = i$7`:host .wrapper{background-color:var(--ds-auro-menuoption-co
|
|
|
61051
60831
|
|
|
61052
60832
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
61053
60833
|
|
|
61054
|
-
let AuroLibraryRuntimeUtils$
|
|
60834
|
+
let AuroLibraryRuntimeUtils$4 = class AuroLibraryRuntimeUtils {
|
|
61055
60835
|
|
|
61056
60836
|
/* eslint-disable jsdoc/require-param */
|
|
61057
60837
|
|
|
@@ -61240,7 +61020,7 @@ class AuroMenuOption extends AuroElement$2 {
|
|
|
61240
61020
|
*
|
|
61241
61021
|
*/
|
|
61242
61022
|
static register(name = "auro-menuoption") {
|
|
61243
|
-
AuroLibraryRuntimeUtils$
|
|
61023
|
+
AuroLibraryRuntimeUtils$4.prototype.registerComponent(name, AuroMenuOption);
|
|
61244
61024
|
}
|
|
61245
61025
|
|
|
61246
61026
|
/**
|
|
@@ -61282,7 +61062,7 @@ class AuroMenuOption extends AuroElement$2 {
|
|
|
61282
61062
|
/**
|
|
61283
61063
|
* @private
|
|
61284
61064
|
*/
|
|
61285
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
61065
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$4();
|
|
61286
61066
|
|
|
61287
61067
|
// Initialize context-related properties
|
|
61288
61068
|
this.menuService = null;
|
|
@@ -62720,7 +62500,7 @@ class AuroMenu extends AuroElement$2 {
|
|
|
62720
62500
|
*
|
|
62721
62501
|
*/
|
|
62722
62502
|
static register(name = "auro-menu") {
|
|
62723
|
-
AuroLibraryRuntimeUtils$
|
|
62503
|
+
AuroLibraryRuntimeUtils$4.prototype.registerComponent(name, AuroMenu);
|
|
62724
62504
|
}
|
|
62725
62505
|
|
|
62726
62506
|
/**
|
|
@@ -62870,7 +62650,7 @@ class AuroMenu extends AuroElement$2 {
|
|
|
62870
62650
|
}
|
|
62871
62651
|
|
|
62872
62652
|
firstUpdated() {
|
|
62873
|
-
AuroLibraryRuntimeUtils$
|
|
62653
|
+
AuroLibraryRuntimeUtils$4.prototype.handleComponentTagRename(this, 'auro-menu');
|
|
62874
62654
|
|
|
62875
62655
|
this.loadingSlots = this.querySelectorAll("[slot='loadingText'], [slot='loadingIcon']");
|
|
62876
62656
|
this.initializeMenu();
|
|
@@ -63643,7 +63423,7 @@ const {
|
|
|
63643
63423
|
|
|
63644
63424
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
63645
63425
|
|
|
63646
|
-
let AuroLibraryRuntimeUtils$
|
|
63426
|
+
let AuroLibraryRuntimeUtils$3 = class AuroLibraryRuntimeUtils {
|
|
63647
63427
|
|
|
63648
63428
|
/* eslint-disable jsdoc/require-param */
|
|
63649
63429
|
|
|
@@ -63726,7 +63506,7 @@ let AuroLibraryRuntimeUtils$4 = class AuroLibraryRuntimeUtils {
|
|
|
63726
63506
|
class AuroFormValidation {
|
|
63727
63507
|
|
|
63728
63508
|
constructor() {
|
|
63729
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
63509
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$3();
|
|
63730
63510
|
}
|
|
63731
63511
|
|
|
63732
63512
|
/**
|
|
@@ -64402,6 +64182,10 @@ const selectKeyboardStrategy = {
|
|
|
64402
64182
|
if (!ctx.isExpanded) {
|
|
64403
64183
|
return;
|
|
64404
64184
|
}
|
|
64185
|
+
|
|
64186
|
+
// Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups
|
|
64187
|
+
evt.stopPropagation();
|
|
64188
|
+
|
|
64405
64189
|
component.dropdown.hide();
|
|
64406
64190
|
},
|
|
64407
64191
|
|
|
@@ -64513,7 +64297,7 @@ let AuroDependencyVersioning$2 = class AuroDependencyVersioning {
|
|
|
64513
64297
|
|
|
64514
64298
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
64515
64299
|
|
|
64516
|
-
let AuroLibraryRuntimeUtils$
|
|
64300
|
+
let AuroLibraryRuntimeUtils$1$1 = class AuroLibraryRuntimeUtils {
|
|
64517
64301
|
|
|
64518
64302
|
/* eslint-disable jsdoc/require-param */
|
|
64519
64303
|
|
|
@@ -66302,7 +66086,6 @@ class AuroFloatingUI {
|
|
|
66302
66086
|
this.focusHandler = null;
|
|
66303
66087
|
this.clickHandler = null;
|
|
66304
66088
|
this.keyDownHandler = null;
|
|
66305
|
-
this.touchHandler = null;
|
|
66306
66089
|
|
|
66307
66090
|
/**
|
|
66308
66091
|
* @private
|
|
@@ -66720,28 +66503,6 @@ class AuroFloatingUI {
|
|
|
66720
66503
|
setTimeout(() => {
|
|
66721
66504
|
window.addEventListener("click", this.clickHandler);
|
|
66722
66505
|
}, 0);
|
|
66723
|
-
|
|
66724
|
-
// iOS Safari does not fire `click` on non-interactive elements, so
|
|
66725
|
-
// tapping an inert backdrop never reaches the click handler above.
|
|
66726
|
-
// Mirror the same outside-tap logic with a passive touchstart listener.
|
|
66727
|
-
this.touchHandler = (evt) => {
|
|
66728
|
-
const element = this.element;
|
|
66729
|
-
if (!element?.bib) {
|
|
66730
|
-
return;
|
|
66731
|
-
}
|
|
66732
|
-
|
|
66733
|
-
// fullscreen (modal) dialog handles its own dismissal
|
|
66734
|
-
if (element.bib.hasAttribute("isfullscreen")) {
|
|
66735
|
-
return;
|
|
66736
|
-
}
|
|
66737
|
-
|
|
66738
|
-
const path = evt.composedPath();
|
|
66739
|
-
if (!path.includes(element.trigger) && !path.includes(element.bib)) {
|
|
66740
|
-
this.hideBib("click");
|
|
66741
|
-
}
|
|
66742
|
-
};
|
|
66743
|
-
|
|
66744
|
-
window.addEventListener("touchstart", this.touchHandler, { passive: true });
|
|
66745
66506
|
}
|
|
66746
66507
|
|
|
66747
66508
|
cleanupHideHandlers() {
|
|
@@ -66757,11 +66518,6 @@ class AuroFloatingUI {
|
|
|
66757
66518
|
this.clickHandler = null;
|
|
66758
66519
|
}
|
|
66759
66520
|
|
|
66760
|
-
if (this.touchHandler) {
|
|
66761
|
-
window.removeEventListener("touchstart", this.touchHandler);
|
|
66762
|
-
this.touchHandler = null;
|
|
66763
|
-
}
|
|
66764
|
-
|
|
66765
66521
|
if (this.keyDownHandler) {
|
|
66766
66522
|
document.removeEventListener("keydown", this.keyDownHandler);
|
|
66767
66523
|
this.keyDownHandler = null;
|
|
@@ -67554,89 +67310,6 @@ let p$2 = class p{registerComponent(t,a){customElements.get(t)||customElements.d
|
|
|
67554
67310
|
|
|
67555
67311
|
var iconVersion$1 = '9.1.2';
|
|
67556
67312
|
|
|
67557
|
-
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
67558
|
-
// See LICENSE in the project root for license information.
|
|
67559
|
-
|
|
67560
|
-
// ---------------------------------------------------------------------
|
|
67561
|
-
|
|
67562
|
-
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
67563
|
-
|
|
67564
|
-
let AuroLibraryRuntimeUtils$1$1 = class AuroLibraryRuntimeUtils {
|
|
67565
|
-
|
|
67566
|
-
/* eslint-disable jsdoc/require-param */
|
|
67567
|
-
|
|
67568
|
-
/**
|
|
67569
|
-
* This will register a new custom element with the browser.
|
|
67570
|
-
* @param {String} name - The name of the custom element.
|
|
67571
|
-
* @param {Object} componentClass - The class to register as a custom element.
|
|
67572
|
-
* @returns {void}
|
|
67573
|
-
*/
|
|
67574
|
-
registerComponent(name, componentClass) {
|
|
67575
|
-
if (!customElements.get(name)) {
|
|
67576
|
-
customElements.define(name, class extends componentClass {});
|
|
67577
|
-
}
|
|
67578
|
-
}
|
|
67579
|
-
|
|
67580
|
-
/**
|
|
67581
|
-
* Finds and returns the closest HTML Element based on a selector.
|
|
67582
|
-
* @returns {void}
|
|
67583
|
-
*/
|
|
67584
|
-
closestElement(
|
|
67585
|
-
selector, // selector like in .closest()
|
|
67586
|
-
base = this, // extra functionality to skip a parent
|
|
67587
|
-
__Closest = (el, found = el && el.closest(selector)) =>
|
|
67588
|
-
!el || el === document || el === window
|
|
67589
|
-
? null // standard .closest() returns null for non-found selectors also
|
|
67590
|
-
: found
|
|
67591
|
-
? found // found a selector INside this element
|
|
67592
|
-
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
67593
|
-
) {
|
|
67594
|
-
return __Closest(base);
|
|
67595
|
-
}
|
|
67596
|
-
/* eslint-enable jsdoc/require-param */
|
|
67597
|
-
|
|
67598
|
-
/**
|
|
67599
|
-
* If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
|
|
67600
|
-
* @param {Object} elem - The element to check.
|
|
67601
|
-
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
67602
|
-
* @returns {void}
|
|
67603
|
-
*/
|
|
67604
|
-
handleComponentTagRename(elem, tagName) {
|
|
67605
|
-
const tag = tagName.toLowerCase();
|
|
67606
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
67607
|
-
|
|
67608
|
-
if (elemTag !== tag) {
|
|
67609
|
-
elem.setAttribute(tag, true);
|
|
67610
|
-
}
|
|
67611
|
-
}
|
|
67612
|
-
|
|
67613
|
-
/**
|
|
67614
|
-
* Validates if an element is a specific Auro component.
|
|
67615
|
-
* @param {Object} elem - The element to validate.
|
|
67616
|
-
* @param {String} tagName - The name of the Auro component to check against.
|
|
67617
|
-
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
67618
|
-
*/
|
|
67619
|
-
elementMatch(elem, tagName) {
|
|
67620
|
-
const tag = tagName.toLowerCase();
|
|
67621
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
67622
|
-
|
|
67623
|
-
return elemTag === tag || elem.hasAttribute(tag);
|
|
67624
|
-
}
|
|
67625
|
-
|
|
67626
|
-
/**
|
|
67627
|
-
* Gets the text content of a named slot.
|
|
67628
|
-
* @returns {String}
|
|
67629
|
-
* @private
|
|
67630
|
-
*/
|
|
67631
|
-
getSlotText(elem, name) {
|
|
67632
|
-
const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
|
|
67633
|
-
const nodes = slot?.assignedNodes({ flatten: true }) || [];
|
|
67634
|
-
const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
|
|
67635
|
-
|
|
67636
|
-
return text || null;
|
|
67637
|
-
}
|
|
67638
|
-
};
|
|
67639
|
-
|
|
67640
67313
|
/**
|
|
67641
67314
|
* Computes display state once per keydown event.
|
|
67642
67315
|
* Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
|
|
@@ -68104,7 +67777,7 @@ var tokensCss$2 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
68104
67777
|
|
|
68105
67778
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
68106
67779
|
|
|
68107
|
-
let AuroLibraryRuntimeUtils$
|
|
67780
|
+
let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
|
|
68108
67781
|
|
|
68109
67782
|
/* eslint-disable jsdoc/require-param */
|
|
68110
67783
|
|
|
@@ -68197,7 +67870,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
68197
67870
|
this.onDark = false;
|
|
68198
67871
|
this.hasTextContent = false;
|
|
68199
67872
|
|
|
68200
|
-
AuroLibraryRuntimeUtils$
|
|
67873
|
+
AuroLibraryRuntimeUtils$2.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
68201
67874
|
}
|
|
68202
67875
|
|
|
68203
67876
|
static get styles() {
|
|
@@ -68263,7 +67936,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
68263
67936
|
*
|
|
68264
67937
|
*/
|
|
68265
67938
|
static register(name = "auro-helptext") {
|
|
68266
|
-
AuroLibraryRuntimeUtils$
|
|
67939
|
+
AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroHelpText);
|
|
68267
67940
|
}
|
|
68268
67941
|
|
|
68269
67942
|
updated() {
|
|
@@ -68319,7 +67992,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
68319
67992
|
}
|
|
68320
67993
|
};
|
|
68321
67994
|
|
|
68322
|
-
var formkitVersion$1 = '
|
|
67995
|
+
var formkitVersion$1 = '202604091424';
|
|
68323
67996
|
|
|
68324
67997
|
class AuroElement extends i$4 {
|
|
68325
67998
|
static get properties() {
|
|
@@ -68425,7 +68098,7 @@ class AuroElement extends i$4 {
|
|
|
68425
68098
|
}
|
|
68426
68099
|
}
|
|
68427
68100
|
|
|
68428
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
68101
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
68429
68102
|
// See LICENSE in the project root for license information.
|
|
68430
68103
|
|
|
68431
68104
|
|
|
@@ -68530,7 +68203,7 @@ class AuroDropdown extends AuroElement {
|
|
|
68530
68203
|
/**
|
|
68531
68204
|
* @private
|
|
68532
68205
|
*/
|
|
68533
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
68206
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$1$1();
|
|
68534
68207
|
|
|
68535
68208
|
/**
|
|
68536
68209
|
* @private
|
|
@@ -68948,7 +68621,7 @@ class AuroDropdown extends AuroElement {
|
|
|
68948
68621
|
*
|
|
68949
68622
|
*/
|
|
68950
68623
|
static register(name = "auro-dropdown") {
|
|
68951
|
-
AuroLibraryRuntimeUtils$
|
|
68624
|
+
AuroLibraryRuntimeUtils$1$1.prototype.registerComponent(name, AuroDropdown);
|
|
68952
68625
|
}
|
|
68953
68626
|
|
|
68954
68627
|
/**
|
|
@@ -70072,13 +69745,13 @@ class AuroHelpText extends i$4 {
|
|
|
70072
69745
|
}
|
|
70073
69746
|
}
|
|
70074
69747
|
|
|
70075
|
-
var formkitVersion = '
|
|
69748
|
+
var formkitVersion = '202604091424';
|
|
70076
69749
|
|
|
70077
69750
|
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}`;
|
|
70078
69751
|
|
|
70079
69752
|
var emphasizedColorCss = i$7`: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: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}`;
|
|
70080
69753
|
|
|
70081
|
-
// Copyright (c) 2026 Alaska Airlines. All
|
|
69754
|
+
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
70082
69755
|
// See LICENSE in the project root for license information.
|
|
70083
69756
|
|
|
70084
69757
|
|
|
@@ -70141,7 +69814,7 @@ class AuroSelect extends AuroElement$1 {
|
|
|
70141
69814
|
/**
|
|
70142
69815
|
* @private
|
|
70143
69816
|
*/
|
|
70144
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
69817
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$3();
|
|
70145
69818
|
|
|
70146
69819
|
/**
|
|
70147
69820
|
* Generate unique names for dependency components.
|
|
@@ -70697,7 +70370,7 @@ class AuroSelect extends AuroElement$1 {
|
|
|
70697
70370
|
*
|
|
70698
70371
|
*/
|
|
70699
70372
|
static register(name = "auro-select") {
|
|
70700
|
-
AuroLibraryRuntimeUtils$
|
|
70373
|
+
AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroSelect);
|
|
70701
70374
|
}
|
|
70702
70375
|
|
|
70703
70376
|
/**
|