@aurodesignsystem/auro-formkit 5.8.1 → 5.9.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/CHANGELOG.md +7 -15
- package/components/checkbox/demo/api.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.md +7 -6
- package/components/combobox/demo/api.min.js +1651 -987
- package/components/combobox/demo/index.min.js +1651 -987
- package/components/combobox/dist/auro-combobox.d.ts +9 -8
- package/components/combobox/dist/index.js +86 -85
- package/components/combobox/dist/registered.js +86 -85
- package/components/counter/demo/api.min.js +2 -2
- package/components/counter/demo/index.min.js +2 -2
- package/components/counter/dist/index.js +2 -2
- package/components/counter/dist/registered.js +2 -2
- package/components/datepicker/demo/api.min.js +4 -3
- package/components/datepicker/demo/index.min.js +4 -3
- package/components/datepicker/dist/index.js +4 -3
- package/components/datepicker/dist/registered.js +4 -3
- package/components/dropdown/demo/api.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/input/demo/api.min.js +2 -1
- package/components/input/demo/index.min.js +2 -1
- package/components/input/dist/index.js +2 -1
- package/components/input/dist/registered.js +2 -1
- package/components/menu/demo/api.js +4 -0
- package/components/menu/demo/api.md +271 -26
- package/components/menu/demo/api.min.js +1591 -863
- package/components/menu/demo/index.html +1 -0
- package/components/menu/demo/index.js +2 -0
- package/components/menu/demo/index.md +95 -1
- package/components/menu/demo/index.min.js +1524 -810
- package/components/menu/dist/auro-menu.context.d.ts +222 -0
- package/components/menu/dist/auro-menu.d.ts +93 -53
- package/components/menu/dist/auro-menuoption.d.ts +115 -13
- package/components/menu/dist/index.js +1441 -798
- package/components/menu/dist/registered.js +1440 -809
- package/components/radio/demo/api.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/api.md +8 -7
- package/components/select/demo/api.min.js +1573 -1006
- package/components/select/demo/index.min.js +1573 -1006
- package/components/select/dist/auro-select.d.ts +11 -35
- package/components/select/dist/index.js +64 -160
- package/components/select/dist/registered.js +64 -160
- package/package.json +2 -1
|
@@ -4113,7 +4113,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4113
4113
|
}
|
|
4114
4114
|
};
|
|
4115
4115
|
|
|
4116
|
-
var formkitVersion$2 = '
|
|
4116
|
+
var formkitVersion$2 = '202511191711';
|
|
4117
4117
|
|
|
4118
4118
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4119
4119
|
static get properties() {
|
|
@@ -10801,6 +10801,7 @@ class BaseInput extends AuroElement$1 {
|
|
|
10801
10801
|
const inputEvent = new InputEvent('input', {
|
|
10802
10802
|
bubbles: true,
|
|
10803
10803
|
composed: true,
|
|
10804
|
+
cancelable: false
|
|
10804
10805
|
});
|
|
10805
10806
|
inputEvent.isProgrammatic = true;
|
|
10806
10807
|
this.dispatchEvent(inputEvent);
|
|
@@ -11730,7 +11731,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
11730
11731
|
}
|
|
11731
11732
|
};
|
|
11732
11733
|
|
|
11733
|
-
var formkitVersion$1 = '
|
|
11734
|
+
var formkitVersion$1 = '202511191711';
|
|
11734
11735
|
|
|
11735
11736
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
11736
11737
|
// See LICENSE in the project root for license information.
|
|
@@ -12720,7 +12721,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
12720
12721
|
}
|
|
12721
12722
|
}
|
|
12722
12723
|
|
|
12723
|
-
var formkitVersion = '
|
|
12724
|
+
var formkitVersion = '202511191711';
|
|
12724
12725
|
|
|
12725
12726
|
var styleCss$1 = css`.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}`;
|
|
12726
12727
|
|
|
@@ -13574,8 +13575,14 @@ class AuroCombobox extends AuroElement {
|
|
|
13574
13575
|
matchString = `${matchString} ${option.getAttribute('suggest')}`.toLowerCase();
|
|
13575
13576
|
}
|
|
13576
13577
|
|
|
13577
|
-
//
|
|
13578
|
-
if (this.input.value
|
|
13578
|
+
// If input is empty, show all options (except static ones)
|
|
13579
|
+
if (!this.input.value || this.input.value.length === 0) {
|
|
13580
|
+
if (!option.hasAttribute('static')) {
|
|
13581
|
+
option.removeAttribute('hidden');
|
|
13582
|
+
this.availableOptions.push(option);
|
|
13583
|
+
}
|
|
13584
|
+
} else if (matchString.includes(this.input.value.toLowerCase()) && !option.hasAttribute('static')) {
|
|
13585
|
+
// only count options that match the typed input value AND are not static
|
|
13579
13586
|
option.removeAttribute('hidden');
|
|
13580
13587
|
this.availableOptions.push(option);
|
|
13581
13588
|
} else if (!option.hasAttribute('persistent')) {
|
|
@@ -13600,13 +13607,11 @@ class AuroCombobox extends AuroElement {
|
|
|
13600
13607
|
* @private
|
|
13601
13608
|
* @returns {void}
|
|
13602
13609
|
*/
|
|
13603
|
-
|
|
13604
|
-
|
|
13605
|
-
this.menu
|
|
13606
|
-
|
|
13607
|
-
|
|
13608
|
-
await Promise.all([this.menu.updateComplete]);
|
|
13609
|
-
|
|
13610
|
+
syncValuesAndStates() {
|
|
13611
|
+
// Only sync matchWord, don't set menu.value here since setMenuValue should handle that
|
|
13612
|
+
if (this.menu) {
|
|
13613
|
+
this.menu.matchWord = this.input.value;
|
|
13614
|
+
}
|
|
13610
13615
|
this.updateTriggerTextDisplay();
|
|
13611
13616
|
}
|
|
13612
13617
|
|
|
@@ -13617,11 +13622,7 @@ class AuroCombobox extends AuroElement {
|
|
|
13617
13622
|
updateTriggerTextDisplay() {
|
|
13618
13623
|
// update the input content if persistInput is false
|
|
13619
13624
|
if (!this.persistInput) {
|
|
13620
|
-
|
|
13621
|
-
this.input.value = this.menu.optionSelected.textContent;
|
|
13622
|
-
} else {
|
|
13623
|
-
this.input.value = this.value;
|
|
13624
|
-
}
|
|
13625
|
+
this.input.value = this.value;
|
|
13625
13626
|
}
|
|
13626
13627
|
|
|
13627
13628
|
// update the displayValue in the trigger if displayValue slot content is present
|
|
@@ -13641,27 +13642,12 @@ class AuroCombobox extends AuroElement {
|
|
|
13641
13642
|
this.requestUpdate();
|
|
13642
13643
|
}
|
|
13643
13644
|
|
|
13644
|
-
/**
|
|
13645
|
-
* Resets the menu matchWord to true.
|
|
13646
|
-
* @private
|
|
13647
|
-
*/
|
|
13648
|
-
resetMenuMatchword() {
|
|
13649
|
-
this.menu.updateItemsState(new Map([
|
|
13650
|
-
[
|
|
13651
|
-
'matchWord',
|
|
13652
|
-
true
|
|
13653
|
-
]
|
|
13654
|
-
]));
|
|
13655
|
-
};
|
|
13656
|
-
|
|
13657
13645
|
/**
|
|
13658
13646
|
* Processes hidden state of all menu options and determines if there are any available options not hidden.
|
|
13659
13647
|
* @private
|
|
13660
13648
|
* @returns {void}
|
|
13661
13649
|
*/
|
|
13662
13650
|
handleMenuOptions() {
|
|
13663
|
-
this.resetMenuMatchword();
|
|
13664
|
-
|
|
13665
13651
|
this.generateOptionsArray();
|
|
13666
13652
|
this.availableOptions = [];
|
|
13667
13653
|
this.updateFilter();
|
|
@@ -13677,8 +13663,8 @@ class AuroCombobox extends AuroElement {
|
|
|
13677
13663
|
* @returns {void}
|
|
13678
13664
|
*/
|
|
13679
13665
|
generateOptionsArray() {
|
|
13680
|
-
if (this.menu) {
|
|
13681
|
-
this.options = this.menu.
|
|
13666
|
+
if (this.menu && this.menu.options) {
|
|
13667
|
+
this.options = this.menu.options;
|
|
13682
13668
|
} else {
|
|
13683
13669
|
this.options = [];
|
|
13684
13670
|
}
|
|
@@ -13833,20 +13819,19 @@ class AuroCombobox extends AuroElement {
|
|
|
13833
13819
|
this.menu = this.querySelector('auro-menu, [auro-menu]');
|
|
13834
13820
|
this.defaultMenuShape = this.menu.getAttribute('shape');
|
|
13835
13821
|
|
|
13836
|
-
|
|
13837
|
-
|
|
13838
|
-
this.updateMenuShapeSize();
|
|
13839
|
-
|
|
13840
|
-
// a racing condition on custom-combobox with custom-menu
|
|
13841
|
-
if (!this.menu || this.menuShadowRoot === null) {
|
|
13822
|
+
// racing condition on custom-combobox with custom-menu
|
|
13823
|
+
if (!this.menu) {
|
|
13842
13824
|
setTimeout(() => {
|
|
13843
13825
|
this.configureMenu();
|
|
13844
13826
|
}, 0);
|
|
13845
13827
|
return;
|
|
13846
13828
|
}
|
|
13847
13829
|
|
|
13848
|
-
this.
|
|
13849
|
-
|
|
13830
|
+
this.updateMenuShapeSize();
|
|
13831
|
+
|
|
13832
|
+
// Sync options array like select does
|
|
13833
|
+
this.options = this.menu.options;
|
|
13834
|
+
this.menu.addEventListener("auroMenu-loadingChange", (event) => this.handleMenuLoadingChange(event));
|
|
13850
13835
|
|
|
13851
13836
|
if (this.checkmark) {
|
|
13852
13837
|
this.menu.removeAttribute('nocheckmark');
|
|
@@ -13854,32 +13839,27 @@ class AuroCombobox extends AuroElement {
|
|
|
13854
13839
|
this.menu.setAttribute('nocheckmark', '');
|
|
13855
13840
|
}
|
|
13856
13841
|
|
|
13857
|
-
//
|
|
13858
|
-
this.menu.addEventListener('auroMenu-selectedOption', (
|
|
13859
|
-
|
|
13860
|
-
|
|
13842
|
+
// Handle menu option selection like select does
|
|
13843
|
+
this.menu.addEventListener('auroMenu-selectedOption', (event) => {
|
|
13844
|
+
// Update the optionSelected from the event details, not manually
|
|
13845
|
+
[this.optionSelected] = event.detail.options;
|
|
13861
13846
|
|
|
13862
|
-
|
|
13863
|
-
|
|
13864
|
-
}
|
|
13847
|
+
// Update the internal value to match the menu's value
|
|
13848
|
+
this.value = event.detail.stringValue;
|
|
13865
13849
|
|
|
13866
|
-
|
|
13867
|
-
|
|
13868
|
-
// this.menu.value = this.value;
|
|
13869
|
-
}
|
|
13870
|
-
|
|
13871
|
-
this.updateTriggerTextDisplay();
|
|
13872
|
-
|
|
13873
|
-
if (this.menu.matchWord !== this.input.value) {
|
|
13874
|
-
this.menu.matchWord = this.input.value;
|
|
13875
|
-
}
|
|
13850
|
+
// Update display
|
|
13851
|
+
this.updateTriggerTextDisplay();
|
|
13876
13852
|
|
|
13877
|
-
|
|
13878
|
-
|
|
13853
|
+
// Update match word for filtering
|
|
13854
|
+
if (this.menu.matchWord !== this.input.value) {
|
|
13855
|
+
this.menu.matchWord = this.input.value;
|
|
13879
13856
|
}
|
|
13880
13857
|
|
|
13881
|
-
//
|
|
13882
|
-
|
|
13858
|
+
// Update available options based on selection
|
|
13859
|
+
this.handleMenuOptions();
|
|
13860
|
+
|
|
13861
|
+
// Hide dropdown on selection (except during slot changes)
|
|
13862
|
+
if (event.detail && event.detail.source !== 'slotchange') {
|
|
13883
13863
|
setTimeout(() => {
|
|
13884
13864
|
this.hideBib();
|
|
13885
13865
|
}, 0);
|
|
@@ -13900,13 +13880,8 @@ class AuroCombobox extends AuroElement {
|
|
|
13900
13880
|
});
|
|
13901
13881
|
});
|
|
13902
13882
|
|
|
13903
|
-
|
|
13904
|
-
|
|
13905
|
-
});
|
|
13906
|
-
|
|
13907
|
-
this.menu.addEventListener('auroMenu-selectValueReset', () => {
|
|
13908
|
-
this.clear();
|
|
13909
|
-
});
|
|
13883
|
+
// Handle slot changes
|
|
13884
|
+
this.menu.shadowRoot.addEventListener('slotchange', (event) => this.handleSlotChange(event));
|
|
13910
13885
|
}
|
|
13911
13886
|
|
|
13912
13887
|
/**
|
|
@@ -13987,7 +13962,7 @@ class AuroCombobox extends AuroElement {
|
|
|
13987
13962
|
this.hideBib();
|
|
13988
13963
|
}
|
|
13989
13964
|
|
|
13990
|
-
this.dispatchEvent(new CustomEvent('inputValue', { detail: { value: this.inputValue} }));
|
|
13965
|
+
this.dispatchEvent(new CustomEvent('inputValue', { detail: { value: this.inputValue } }));
|
|
13991
13966
|
}
|
|
13992
13967
|
|
|
13993
13968
|
/**
|
|
@@ -14044,7 +14019,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14044
14019
|
evt.preventDefault();
|
|
14045
14020
|
|
|
14046
14021
|
// navigate on menu only when the focus is on input
|
|
14047
|
-
if (!this.dropdown.isBibFullscreen || this.
|
|
14022
|
+
if (!this.dropdown.isBibFullscreen || this.dropdown.isPopoverVisible) {
|
|
14048
14023
|
const direction = evt.key.replace('Arrow', '').toLowerCase();
|
|
14049
14024
|
this.menu.navigateOptions(direction);
|
|
14050
14025
|
}
|
|
@@ -14113,6 +14088,18 @@ class AuroCombobox extends AuroElement {
|
|
|
14113
14088
|
}
|
|
14114
14089
|
}
|
|
14115
14090
|
|
|
14091
|
+
/**
|
|
14092
|
+
* Sets the menu value if menu is available.
|
|
14093
|
+
* @param {string} value - The value to set on the menu.
|
|
14094
|
+
* @returns {void}
|
|
14095
|
+
*/
|
|
14096
|
+
setMenuValue(value) {
|
|
14097
|
+
if (!this.menu) {
|
|
14098
|
+
return;
|
|
14099
|
+
}
|
|
14100
|
+
this.menu.value = value;
|
|
14101
|
+
}
|
|
14102
|
+
|
|
14116
14103
|
/**
|
|
14117
14104
|
* Resets component to initial state.
|
|
14118
14105
|
* @returns {void}
|
|
@@ -14132,12 +14119,17 @@ class AuroCombobox extends AuroElement {
|
|
|
14132
14119
|
* @returns {void}
|
|
14133
14120
|
*/
|
|
14134
14121
|
clear() {
|
|
14135
|
-
|
|
14122
|
+
// Clear combobox state first
|
|
14123
|
+
this.optionSelected = undefined;
|
|
14124
|
+
this.value = undefined;
|
|
14125
|
+
|
|
14126
|
+
// Then clear input and menu
|
|
14127
|
+
if (this.input.value) {
|
|
14128
|
+
this.input.clear();
|
|
14129
|
+
}
|
|
14136
14130
|
if (this.menu.value || this.menu.optionSelected) {
|
|
14137
14131
|
this.menu.reset();
|
|
14138
14132
|
}
|
|
14139
|
-
this.optionSelected = undefined;
|
|
14140
|
-
this.value = undefined;
|
|
14141
14133
|
}
|
|
14142
14134
|
|
|
14143
14135
|
/**
|
|
@@ -14148,7 +14140,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14148
14140
|
this.validation.validate(this, force);
|
|
14149
14141
|
}
|
|
14150
14142
|
|
|
14151
|
-
|
|
14143
|
+
updated(changedProperties) {
|
|
14152
14144
|
// After the component is ready, send direct value changes to auro-menu.
|
|
14153
14145
|
if (changedProperties.has('value')) {
|
|
14154
14146
|
if (this.value && this.value.length > 0) {
|
|
@@ -14157,10 +14149,13 @@ class AuroCombobox extends AuroElement {
|
|
|
14157
14149
|
this.hasValue = false;
|
|
14158
14150
|
}
|
|
14159
14151
|
|
|
14160
|
-
if (this.hasValue && !this.input.value && (!this.menu.
|
|
14152
|
+
if (this.hasValue && !this.input.value && (!this.menu.options || this.menu.options.length === 0)) {
|
|
14161
14153
|
this.input.value = this.value;
|
|
14162
14154
|
}
|
|
14163
14155
|
|
|
14156
|
+
// Use setMenuValue like select does instead of direct assignment
|
|
14157
|
+
this.setMenuValue(this.value);
|
|
14158
|
+
|
|
14164
14159
|
if (this.value) {
|
|
14165
14160
|
// If the value got set programmatically make sure we hide the bib
|
|
14166
14161
|
// when input is not taking the focus (input can be in dropdown.trigger or in bibtemplate)
|
|
@@ -14171,13 +14166,19 @@ class AuroCombobox extends AuroElement {
|
|
|
14171
14166
|
this.clear();
|
|
14172
14167
|
}
|
|
14173
14168
|
|
|
14174
|
-
// Sync the input
|
|
14175
|
-
|
|
14169
|
+
// Sync the input and match word, but don't directly set menu.value again
|
|
14170
|
+
if (this.menu) {
|
|
14171
|
+
this.menu.matchWord = this.input.value;
|
|
14172
|
+
}
|
|
14176
14173
|
|
|
14177
14174
|
this.dispatchEvent(new CustomEvent('input', {
|
|
14178
14175
|
bubbles: true,
|
|
14179
14176
|
cancelable: false,
|
|
14180
14177
|
composed: true,
|
|
14178
|
+
detail: {
|
|
14179
|
+
optionSelected: this.menu.optionSelected,
|
|
14180
|
+
value: this.menu.value
|
|
14181
|
+
}
|
|
14181
14182
|
}));
|
|
14182
14183
|
|
|
14183
14184
|
// Deprecated, need to be removed.
|
|
@@ -14304,11 +14305,11 @@ class AuroCombobox extends AuroElement {
|
|
|
14304
14305
|
<div>
|
|
14305
14306
|
<div aria-live="polite" class="util_displayHiddenVisually">
|
|
14306
14307
|
${this.optionActive && this.availableOptions.length > 0
|
|
14307
|
-
|
|
14308
|
+
? html`
|
|
14308
14309
|
${`${this.optionActive.textContent}, selected, ${this.availableOptions.indexOf(this.optionActive) + 1} of ${this.availableOptions.length}`}
|
|
14309
14310
|
`
|
|
14310
|
-
|
|
14311
|
-
|
|
14311
|
+
: undefined
|
|
14312
|
+
}
|
|
14312
14313
|
</div>
|
|
14313
14314
|
<${this.dropdownTag}
|
|
14314
14315
|
appearance="${this.onDark ? 'inverse' : this.appearance}"
|
|
@@ -14390,21 +14391,21 @@ class AuroCombobox extends AuroElement {
|
|
|
14390
14391
|
|
|
14391
14392
|
<span slot="helpText">
|
|
14392
14393
|
${!this.validity || this.validity === 'valid'
|
|
14393
|
-
|
|
14394
|
+
? html`
|
|
14394
14395
|
<${this.helpTextTag} class="${classMap(helpTextContentClasses)}" appearance="${this.onDark ? 'inverse' : this.appearance}"">
|
|
14395
14396
|
<p id="${this.uniqueId}" part="helpText">
|
|
14396
14397
|
<slot name="helpText"></slot>
|
|
14397
14398
|
</p>
|
|
14398
14399
|
</${this.helpTextTag}>
|
|
14399
14400
|
`
|
|
14400
|
-
|
|
14401
|
+
: html`
|
|
14401
14402
|
<${this.helpTextTag} class="${classMap(errorTextContentClasses)}" error appearance="${this.onDark ? 'inverse' : this.appearance}"">
|
|
14402
14403
|
<p id="${this.uniqueId}" role="alert" aria-live="assertive" part="helpText">
|
|
14403
14404
|
${this.errorMessage}
|
|
14404
14405
|
</p>
|
|
14405
14406
|
</${this.helpTextTag}>
|
|
14406
14407
|
`
|
|
14407
|
-
|
|
14408
|
+
}
|
|
14408
14409
|
</span>
|
|
14409
14410
|
</${this.dropdownTag}>
|
|
14410
14411
|
</div>
|
|
@@ -1437,7 +1437,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1437
1437
|
}
|
|
1438
1438
|
};
|
|
1439
1439
|
|
|
1440
|
-
var formkitVersion$1 = '
|
|
1440
|
+
var formkitVersion$1 = '202511191711';
|
|
1441
1441
|
|
|
1442
1442
|
/* eslint-disable lit/binding-positions, lit/no-invalid-html, max-lines */
|
|
1443
1443
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
@@ -4996,7 +4996,7 @@ class AuroHelpText extends i$2 {
|
|
|
4996
4996
|
}
|
|
4997
4997
|
}
|
|
4998
4998
|
|
|
4999
|
-
var formkitVersion = '
|
|
4999
|
+
var formkitVersion = '202511191711';
|
|
5000
5000
|
|
|
5001
5001
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5002
5002
|
static get properties() {
|
|
@@ -1437,7 +1437,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1437
1437
|
}
|
|
1438
1438
|
};
|
|
1439
1439
|
|
|
1440
|
-
var formkitVersion$1 = '
|
|
1440
|
+
var formkitVersion$1 = '202511191711';
|
|
1441
1441
|
|
|
1442
1442
|
/* eslint-disable lit/binding-positions, lit/no-invalid-html, max-lines */
|
|
1443
1443
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
@@ -4996,7 +4996,7 @@ class AuroHelpText extends i$2 {
|
|
|
4996
4996
|
}
|
|
4997
4997
|
}
|
|
4998
4998
|
|
|
4999
|
-
var formkitVersion = '
|
|
4999
|
+
var formkitVersion = '202511191711';
|
|
5000
5000
|
|
|
5001
5001
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5002
5002
|
static get properties() {
|
|
@@ -1391,7 +1391,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1391
1391
|
}
|
|
1392
1392
|
};
|
|
1393
1393
|
|
|
1394
|
-
var formkitVersion$1 = '
|
|
1394
|
+
var formkitVersion$1 = '202511191711';
|
|
1395
1395
|
|
|
1396
1396
|
/* eslint-disable lit/binding-positions, lit/no-invalid-html, max-lines */
|
|
1397
1397
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
@@ -4932,7 +4932,7 @@ class AuroHelpText extends LitElement {
|
|
|
4932
4932
|
}
|
|
4933
4933
|
}
|
|
4934
4934
|
|
|
4935
|
-
var formkitVersion = '
|
|
4935
|
+
var formkitVersion = '202511191711';
|
|
4936
4936
|
|
|
4937
4937
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
4938
4938
|
static get properties() {
|
|
@@ -1391,7 +1391,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1391
1391
|
}
|
|
1392
1392
|
};
|
|
1393
1393
|
|
|
1394
|
-
var formkitVersion$1 = '
|
|
1394
|
+
var formkitVersion$1 = '202511191711';
|
|
1395
1395
|
|
|
1396
1396
|
/* eslint-disable lit/binding-positions, lit/no-invalid-html, max-lines */
|
|
1397
1397
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
@@ -4932,7 +4932,7 @@ class AuroHelpText extends LitElement {
|
|
|
4932
4932
|
}
|
|
4933
4933
|
}
|
|
4934
4934
|
|
|
4935
|
-
var formkitVersion = '
|
|
4935
|
+
var formkitVersion = '202511191711';
|
|
4936
4936
|
|
|
4937
4937
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
4938
4938
|
static get properties() {
|
|
@@ -11652,7 +11652,7 @@ class AuroBibtemplate extends i {
|
|
|
11652
11652
|
}
|
|
11653
11653
|
}
|
|
11654
11654
|
|
|
11655
|
-
var formkitVersion$2 = '
|
|
11655
|
+
var formkitVersion$2 = '202511191711';
|
|
11656
11656
|
|
|
11657
11657
|
let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$4`${s$4(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`);return (o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim()||null}};let h$3 = 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$3=i$2`: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]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--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}
|
|
11658
11658
|
`,u$6=i$2`.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}: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:1.5rem}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(2.55rem + var(--margin-xs) * 6);height:1.55rem}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:2.5rem}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:3.5rem}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:5.5rem}: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}}
|
|
@@ -15211,7 +15211,7 @@ let AuroHelpText$2 = class AuroHelpText extends i {
|
|
|
15211
15211
|
}
|
|
15212
15212
|
};
|
|
15213
15213
|
|
|
15214
|
-
var formkitVersion$1 = '
|
|
15214
|
+
var formkitVersion$1 = '202511191711';
|
|
15215
15215
|
|
|
15216
15216
|
let AuroElement$2 = class AuroElement extends i {
|
|
15217
15217
|
static get properties() {
|
|
@@ -21906,6 +21906,7 @@ class BaseInput extends AuroElement$1 {
|
|
|
21906
21906
|
const inputEvent = new InputEvent('input', {
|
|
21907
21907
|
bubbles: true,
|
|
21908
21908
|
composed: true,
|
|
21909
|
+
cancelable: false
|
|
21909
21910
|
});
|
|
21910
21911
|
inputEvent.isProgrammatic = true;
|
|
21911
21912
|
this.dispatchEvent(inputEvent);
|
|
@@ -22835,7 +22836,7 @@ let AuroHelpText$1 = class AuroHelpText extends i {
|
|
|
22835
22836
|
}
|
|
22836
22837
|
};
|
|
22837
22838
|
|
|
22838
|
-
var formkitVersion = '
|
|
22839
|
+
var formkitVersion = '202511191711';
|
|
22839
22840
|
|
|
22840
22841
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
22841
22842
|
// See LICENSE in the project root for license information.
|
|
@@ -11393,7 +11393,7 @@ class AuroBibtemplate extends i {
|
|
|
11393
11393
|
}
|
|
11394
11394
|
}
|
|
11395
11395
|
|
|
11396
|
-
var formkitVersion$2 = '
|
|
11396
|
+
var formkitVersion$2 = '202511191711';
|
|
11397
11397
|
|
|
11398
11398
|
let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$4`${s$4(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`);return (o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim()||null}};let h$3 = 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$3=i$2`: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]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--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}
|
|
11399
11399
|
`,u$6=i$2`.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}: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:1.5rem}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(2.55rem + var(--margin-xs) * 6);height:1.55rem}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:2.5rem}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:3.5rem}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:5.5rem}: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}}
|
|
@@ -14952,7 +14952,7 @@ let AuroHelpText$2 = class AuroHelpText extends i {
|
|
|
14952
14952
|
}
|
|
14953
14953
|
};
|
|
14954
14954
|
|
|
14955
|
-
var formkitVersion$1 = '
|
|
14955
|
+
var formkitVersion$1 = '202511191711';
|
|
14956
14956
|
|
|
14957
14957
|
let AuroElement$2 = class AuroElement extends i {
|
|
14958
14958
|
static get properties() {
|
|
@@ -21647,6 +21647,7 @@ class BaseInput extends AuroElement$1 {
|
|
|
21647
21647
|
const inputEvent = new InputEvent('input', {
|
|
21648
21648
|
bubbles: true,
|
|
21649
21649
|
composed: true,
|
|
21650
|
+
cancelable: false
|
|
21650
21651
|
});
|
|
21651
21652
|
inputEvent.isProgrammatic = true;
|
|
21652
21653
|
this.dispatchEvent(inputEvent);
|
|
@@ -22576,7 +22577,7 @@ let AuroHelpText$1 = class AuroHelpText extends i {
|
|
|
22576
22577
|
}
|
|
22577
22578
|
};
|
|
22578
22579
|
|
|
22579
|
-
var formkitVersion = '
|
|
22580
|
+
var formkitVersion = '202511191711';
|
|
22580
22581
|
|
|
22581
22582
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
22582
22583
|
// See LICENSE in the project root for license information.
|
|
@@ -11343,7 +11343,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
11343
11343
|
}
|
|
11344
11344
|
}
|
|
11345
11345
|
|
|
11346
|
-
var formkitVersion$2 = '
|
|
11346
|
+
var formkitVersion$2 = '202511191711';
|
|
11347
11347
|
|
|
11348
11348
|
let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=literal`${unsafeStatic(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`);return (o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim()||null}};let h$1 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$1=css`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--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}
|
|
11349
11349
|
`,u$4=css`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0}: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:1.5rem}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(2.55rem + var(--margin-xs) * 6);height:1.55rem}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:2.5rem}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:3.5rem}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:5.5rem}: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}}
|
|
@@ -14884,7 +14884,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
14884
14884
|
}
|
|
14885
14885
|
};
|
|
14886
14886
|
|
|
14887
|
-
var formkitVersion$1 = '
|
|
14887
|
+
var formkitVersion$1 = '202511191711';
|
|
14888
14888
|
|
|
14889
14889
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
14890
14890
|
static get properties() {
|
|
@@ -21572,6 +21572,7 @@ class BaseInput extends AuroElement$1 {
|
|
|
21572
21572
|
const inputEvent = new InputEvent('input', {
|
|
21573
21573
|
bubbles: true,
|
|
21574
21574
|
composed: true,
|
|
21575
|
+
cancelable: false
|
|
21575
21576
|
});
|
|
21576
21577
|
inputEvent.isProgrammatic = true;
|
|
21577
21578
|
this.dispatchEvent(inputEvent);
|
|
@@ -22501,7 +22502,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
22501
22502
|
}
|
|
22502
22503
|
};
|
|
22503
22504
|
|
|
22504
|
-
var formkitVersion = '
|
|
22505
|
+
var formkitVersion = '202511191711';
|
|
22505
22506
|
|
|
22506
22507
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
22507
22508
|
// See LICENSE in the project root for license information.
|