@aurodesignsystem-dev/auro-formkit 0.0.0-pr1347.0 → 0.0.0-pr1347.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox/demo/api.min.js +2 -4
- package/components/checkbox/demo/index.min.js +2 -4
- package/components/checkbox/dist/index.js +2 -4
- package/components/checkbox/dist/registered.js +2 -4
- package/components/combobox/demo/api.min.js +5 -9
- package/components/combobox/demo/index.min.js +5 -9
- package/components/combobox/dist/index.js +5 -9
- package/components/combobox/dist/registered.js +5 -9
- package/components/counter/demo/api.min.js +3 -5
- package/components/counter/demo/index.min.js +3 -5
- package/components/counter/dist/index.js +3 -5
- package/components/counter/dist/registered.js +3 -5
- package/components/datepicker/demo/api.min.js +5 -9
- package/components/datepicker/demo/index.min.js +5 -9
- package/components/datepicker/dist/index.js +5 -9
- package/components/datepicker/dist/registered.js +5 -9
- 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/form/demo/index.min.js +22 -40
- package/components/input/demo/api.min.js +2 -4
- package/components/input/demo/index.min.js +2 -4
- package/components/input/dist/index.js +2 -4
- package/components/input/dist/registered.js +2 -4
- package/components/radio/demo/api.min.js +2 -4
- package/components/radio/demo/index.min.js +2 -4
- package/components/radio/dist/index.js +2 -4
- package/components/radio/dist/registered.js +2 -4
- package/components/select/demo/api.min.js +3 -5
- package/components/select/demo/index.min.js +3 -5
- package/components/select/dist/index.js +3 -5
- package/components/select/dist/registered.js +3 -5
- package/custom-elements.json +1406 -1406
- package/package.json +1 -1
|
@@ -1249,9 +1249,7 @@ class AuroFormValidation {
|
|
|
1249
1249
|
if (elem.hasAttribute('error')) {
|
|
1250
1250
|
elem.validity = 'customError';
|
|
1251
1251
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
1252
|
-
|
|
1253
|
-
validationShouldRun = false;
|
|
1254
|
-
}
|
|
1252
|
+
validationShouldRun = false;
|
|
1255
1253
|
} else if (validationShouldRun) {
|
|
1256
1254
|
elem.validity = 'valid';
|
|
1257
1255
|
elem.errorMessage = '';
|
|
@@ -1689,7 +1687,7 @@ class AuroHelpText extends i$2 {
|
|
|
1689
1687
|
}
|
|
1690
1688
|
}
|
|
1691
1689
|
|
|
1692
|
-
var formkitVersion = '
|
|
1690
|
+
var formkitVersion = '202602192151';
|
|
1693
1691
|
|
|
1694
1692
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1695
1693
|
// See LICENSE in the project root for license information.
|
|
@@ -1241,9 +1241,7 @@ class AuroFormValidation {
|
|
|
1241
1241
|
if (elem.hasAttribute('error')) {
|
|
1242
1242
|
elem.validity = 'customError';
|
|
1243
1243
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
1244
|
-
|
|
1245
|
-
validationShouldRun = false;
|
|
1246
|
-
}
|
|
1244
|
+
validationShouldRun = false;
|
|
1247
1245
|
} else if (validationShouldRun) {
|
|
1248
1246
|
elem.validity = 'valid';
|
|
1249
1247
|
elem.errorMessage = '';
|
|
@@ -1681,7 +1679,7 @@ class AuroHelpText extends i$2 {
|
|
|
1681
1679
|
}
|
|
1682
1680
|
}
|
|
1683
1681
|
|
|
1684
|
-
var formkitVersion = '
|
|
1682
|
+
var formkitVersion = '202602192151';
|
|
1685
1683
|
|
|
1686
1684
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1687
1685
|
// See LICENSE in the project root for license information.
|
|
@@ -1194,9 +1194,7 @@ class AuroFormValidation {
|
|
|
1194
1194
|
if (elem.hasAttribute('error')) {
|
|
1195
1195
|
elem.validity = 'customError';
|
|
1196
1196
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
1197
|
-
|
|
1198
|
-
validationShouldRun = false;
|
|
1199
|
-
}
|
|
1197
|
+
validationShouldRun = false;
|
|
1200
1198
|
} else if (validationShouldRun) {
|
|
1201
1199
|
elem.validity = 'valid';
|
|
1202
1200
|
elem.errorMessage = '';
|
|
@@ -1634,7 +1632,7 @@ class AuroHelpText extends LitElement {
|
|
|
1634
1632
|
}
|
|
1635
1633
|
}
|
|
1636
1634
|
|
|
1637
|
-
var formkitVersion = '
|
|
1635
|
+
var formkitVersion = '202602192151';
|
|
1638
1636
|
|
|
1639
1637
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1640
1638
|
// See LICENSE in the project root for license information.
|
|
@@ -1194,9 +1194,7 @@ class AuroFormValidation {
|
|
|
1194
1194
|
if (elem.hasAttribute('error')) {
|
|
1195
1195
|
elem.validity = 'customError';
|
|
1196
1196
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
1197
|
-
|
|
1198
|
-
validationShouldRun = false;
|
|
1199
|
-
}
|
|
1197
|
+
validationShouldRun = false;
|
|
1200
1198
|
} else if (validationShouldRun) {
|
|
1201
1199
|
elem.validity = 'valid';
|
|
1202
1200
|
elem.errorMessage = '';
|
|
@@ -1634,7 +1632,7 @@ class AuroHelpText extends LitElement {
|
|
|
1634
1632
|
}
|
|
1635
1633
|
}
|
|
1636
1634
|
|
|
1637
|
-
var formkitVersion = '
|
|
1635
|
+
var formkitVersion = '202602192151';
|
|
1638
1636
|
|
|
1639
1637
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1640
1638
|
// See LICENSE in the project root for license information.
|
|
@@ -949,9 +949,7 @@ let AuroFormValidation$1 = class AuroFormValidation {
|
|
|
949
949
|
if (elem.hasAttribute('error')) {
|
|
950
950
|
elem.validity = 'customError';
|
|
951
951
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
952
|
-
|
|
953
|
-
validationShouldRun = false;
|
|
954
|
-
}
|
|
952
|
+
validationShouldRun = false;
|
|
955
953
|
} else if (validationShouldRun) {
|
|
956
954
|
elem.validity = 'valid';
|
|
957
955
|
elem.errorMessage = '';
|
|
@@ -4391,7 +4389,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
|
|
|
4391
4389
|
}
|
|
4392
4390
|
};
|
|
4393
4391
|
|
|
4394
|
-
var formkitVersion$2 = '
|
|
4392
|
+
var formkitVersion$2 = '202602192151';
|
|
4395
4393
|
|
|
4396
4394
|
let AuroElement$2 = class AuroElement extends i$4 {
|
|
4397
4395
|
static get properties() {
|
|
@@ -10225,9 +10223,7 @@ class AuroFormValidation {
|
|
|
10225
10223
|
if (elem.hasAttribute('error')) {
|
|
10226
10224
|
elem.validity = 'customError';
|
|
10227
10225
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
10228
|
-
|
|
10229
|
-
validationShouldRun = false;
|
|
10230
|
-
}
|
|
10226
|
+
validationShouldRun = false;
|
|
10231
10227
|
} else if (validationShouldRun) {
|
|
10232
10228
|
elem.validity = 'valid';
|
|
10233
10229
|
elem.errorMessage = '';
|
|
@@ -12020,7 +12016,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
12020
12016
|
}
|
|
12021
12017
|
};
|
|
12022
12018
|
|
|
12023
|
-
var formkitVersion$1 = '
|
|
12019
|
+
var formkitVersion$1 = '202602192151';
|
|
12024
12020
|
|
|
12025
12021
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
12026
12022
|
// See LICENSE in the project root for license information.
|
|
@@ -13046,7 +13042,7 @@ class AuroBibtemplate extends i$4 {
|
|
|
13046
13042
|
}
|
|
13047
13043
|
}
|
|
13048
13044
|
|
|
13049
|
-
var formkitVersion = '
|
|
13045
|
+
var formkitVersion = '202602192151';
|
|
13050
13046
|
|
|
13051
13047
|
var styleCss$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}`;
|
|
13052
13048
|
|
|
@@ -872,9 +872,7 @@ let AuroFormValidation$1 = class AuroFormValidation {
|
|
|
872
872
|
if (elem.hasAttribute('error')) {
|
|
873
873
|
elem.validity = 'customError';
|
|
874
874
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
875
|
-
|
|
876
|
-
validationShouldRun = false;
|
|
877
|
-
}
|
|
875
|
+
validationShouldRun = false;
|
|
878
876
|
} else if (validationShouldRun) {
|
|
879
877
|
elem.validity = 'valid';
|
|
880
878
|
elem.errorMessage = '';
|
|
@@ -4314,7 +4312,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
|
|
|
4314
4312
|
}
|
|
4315
4313
|
};
|
|
4316
4314
|
|
|
4317
|
-
var formkitVersion$2 = '
|
|
4315
|
+
var formkitVersion$2 = '202602192151';
|
|
4318
4316
|
|
|
4319
4317
|
let AuroElement$2 = class AuroElement extends i$4 {
|
|
4320
4318
|
static get properties() {
|
|
@@ -10148,9 +10146,7 @@ class AuroFormValidation {
|
|
|
10148
10146
|
if (elem.hasAttribute('error')) {
|
|
10149
10147
|
elem.validity = 'customError';
|
|
10150
10148
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
10151
|
-
|
|
10152
|
-
validationShouldRun = false;
|
|
10153
|
-
}
|
|
10149
|
+
validationShouldRun = false;
|
|
10154
10150
|
} else if (validationShouldRun) {
|
|
10155
10151
|
elem.validity = 'valid';
|
|
10156
10152
|
elem.errorMessage = '';
|
|
@@ -11943,7 +11939,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
11943
11939
|
}
|
|
11944
11940
|
};
|
|
11945
11941
|
|
|
11946
|
-
var formkitVersion$1 = '
|
|
11942
|
+
var formkitVersion$1 = '202602192151';
|
|
11947
11943
|
|
|
11948
11944
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
11949
11945
|
// See LICENSE in the project root for license information.
|
|
@@ -12969,7 +12965,7 @@ class AuroBibtemplate extends i$4 {
|
|
|
12969
12965
|
}
|
|
12970
12966
|
}
|
|
12971
12967
|
|
|
12972
|
-
var formkitVersion = '
|
|
12968
|
+
var formkitVersion = '202602192151';
|
|
12973
12969
|
|
|
12974
12970
|
var styleCss$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}`;
|
|
12975
12971
|
|
|
@@ -833,9 +833,7 @@ let AuroFormValidation$1 = class AuroFormValidation {
|
|
|
833
833
|
if (elem.hasAttribute('error')) {
|
|
834
834
|
elem.validity = 'customError';
|
|
835
835
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
836
|
-
|
|
837
|
-
validationShouldRun = false;
|
|
838
|
-
}
|
|
836
|
+
validationShouldRun = false;
|
|
839
837
|
} else if (validationShouldRun) {
|
|
840
838
|
elem.validity = 'valid';
|
|
841
839
|
elem.errorMessage = '';
|
|
@@ -4251,7 +4249,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4251
4249
|
}
|
|
4252
4250
|
};
|
|
4253
4251
|
|
|
4254
|
-
var formkitVersion$2 = '
|
|
4252
|
+
var formkitVersion$2 = '202602192151';
|
|
4255
4253
|
|
|
4256
4254
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4257
4255
|
static get properties() {
|
|
@@ -10078,9 +10076,7 @@ class AuroFormValidation {
|
|
|
10078
10076
|
if (elem.hasAttribute('error')) {
|
|
10079
10077
|
elem.validity = 'customError';
|
|
10080
10078
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
10081
|
-
|
|
10082
|
-
validationShouldRun = false;
|
|
10083
|
-
}
|
|
10079
|
+
validationShouldRun = false;
|
|
10084
10080
|
} else if (validationShouldRun) {
|
|
10085
10081
|
elem.validity = 'valid';
|
|
10086
10082
|
elem.errorMessage = '';
|
|
@@ -11873,7 +11869,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
11873
11869
|
}
|
|
11874
11870
|
};
|
|
11875
11871
|
|
|
11876
|
-
var formkitVersion$1 = '
|
|
11872
|
+
var formkitVersion$1 = '202602192151';
|
|
11877
11873
|
|
|
11878
11874
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
11879
11875
|
// See LICENSE in the project root for license information.
|
|
@@ -12899,7 +12895,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
12899
12895
|
}
|
|
12900
12896
|
}
|
|
12901
12897
|
|
|
12902
|
-
var formkitVersion = '
|
|
12898
|
+
var formkitVersion = '202602192151';
|
|
12903
12899
|
|
|
12904
12900
|
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}`;
|
|
12905
12901
|
|
|
@@ -833,9 +833,7 @@ let AuroFormValidation$1 = class AuroFormValidation {
|
|
|
833
833
|
if (elem.hasAttribute('error')) {
|
|
834
834
|
elem.validity = 'customError';
|
|
835
835
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
836
|
-
|
|
837
|
-
validationShouldRun = false;
|
|
838
|
-
}
|
|
836
|
+
validationShouldRun = false;
|
|
839
837
|
} else if (validationShouldRun) {
|
|
840
838
|
elem.validity = 'valid';
|
|
841
839
|
elem.errorMessage = '';
|
|
@@ -4251,7 +4249,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4251
4249
|
}
|
|
4252
4250
|
};
|
|
4253
4251
|
|
|
4254
|
-
var formkitVersion$2 = '
|
|
4252
|
+
var formkitVersion$2 = '202602192151';
|
|
4255
4253
|
|
|
4256
4254
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4257
4255
|
static get properties() {
|
|
@@ -10078,9 +10076,7 @@ class AuroFormValidation {
|
|
|
10078
10076
|
if (elem.hasAttribute('error')) {
|
|
10079
10077
|
elem.validity = 'customError';
|
|
10080
10078
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
10081
|
-
|
|
10082
|
-
validationShouldRun = false;
|
|
10083
|
-
}
|
|
10079
|
+
validationShouldRun = false;
|
|
10084
10080
|
} else if (validationShouldRun) {
|
|
10085
10081
|
elem.validity = 'valid';
|
|
10086
10082
|
elem.errorMessage = '';
|
|
@@ -11873,7 +11869,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
11873
11869
|
}
|
|
11874
11870
|
};
|
|
11875
11871
|
|
|
11876
|
-
var formkitVersion$1 = '
|
|
11872
|
+
var formkitVersion$1 = '202602192151';
|
|
11877
11873
|
|
|
11878
11874
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
11879
11875
|
// See LICENSE in the project root for license information.
|
|
@@ -12899,7 +12895,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
12899
12895
|
}
|
|
12900
12896
|
}
|
|
12901
12897
|
|
|
12902
|
-
var formkitVersion = '
|
|
12898
|
+
var formkitVersion = '202602192151';
|
|
12903
12899
|
|
|
12904
12900
|
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}`;
|
|
12905
12901
|
|
|
@@ -1007,9 +1007,7 @@ class AuroFormValidation {
|
|
|
1007
1007
|
if (elem.hasAttribute('error')) {
|
|
1008
1008
|
elem.validity = 'customError';
|
|
1009
1009
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
1010
|
-
|
|
1011
|
-
validationShouldRun = false;
|
|
1012
|
-
}
|
|
1010
|
+
validationShouldRun = false;
|
|
1013
1011
|
} else if (validationShouldRun) {
|
|
1014
1012
|
elem.validity = 'valid';
|
|
1015
1013
|
elem.errorMessage = '';
|
|
@@ -1444,7 +1442,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1444
1442
|
}
|
|
1445
1443
|
};
|
|
1446
1444
|
|
|
1447
|
-
var formkitVersion$1 = '
|
|
1445
|
+
var formkitVersion$1 = '202602192151';
|
|
1448
1446
|
|
|
1449
1447
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1450
1448
|
// See LICENSE in the project root for license information.
|
|
@@ -5137,7 +5135,7 @@ class AuroHelpText extends i$2 {
|
|
|
5137
5135
|
}
|
|
5138
5136
|
}
|
|
5139
5137
|
|
|
5140
|
-
var formkitVersion = '
|
|
5138
|
+
var formkitVersion = '202602192151';
|
|
5141
5139
|
|
|
5142
5140
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5143
5141
|
static get properties() {
|
|
@@ -1007,9 +1007,7 @@ class AuroFormValidation {
|
|
|
1007
1007
|
if (elem.hasAttribute('error')) {
|
|
1008
1008
|
elem.validity = 'customError';
|
|
1009
1009
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
1010
|
-
|
|
1011
|
-
validationShouldRun = false;
|
|
1012
|
-
}
|
|
1010
|
+
validationShouldRun = false;
|
|
1013
1011
|
} else if (validationShouldRun) {
|
|
1014
1012
|
elem.validity = 'valid';
|
|
1015
1013
|
elem.errorMessage = '';
|
|
@@ -1444,7 +1442,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1444
1442
|
}
|
|
1445
1443
|
};
|
|
1446
1444
|
|
|
1447
|
-
var formkitVersion$1 = '
|
|
1445
|
+
var formkitVersion$1 = '202602192151';
|
|
1448
1446
|
|
|
1449
1447
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1450
1448
|
// See LICENSE in the project root for license information.
|
|
@@ -5137,7 +5135,7 @@ class AuroHelpText extends i$2 {
|
|
|
5137
5135
|
}
|
|
5138
5136
|
}
|
|
5139
5137
|
|
|
5140
|
-
var formkitVersion = '
|
|
5138
|
+
var formkitVersion = '202602192151';
|
|
5141
5139
|
|
|
5142
5140
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5143
5141
|
static get properties() {
|
|
@@ -963,9 +963,7 @@ class AuroFormValidation {
|
|
|
963
963
|
if (elem.hasAttribute('error')) {
|
|
964
964
|
elem.validity = 'customError';
|
|
965
965
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
966
|
-
|
|
967
|
-
validationShouldRun = false;
|
|
968
|
-
}
|
|
966
|
+
validationShouldRun = false;
|
|
969
967
|
} else if (validationShouldRun) {
|
|
970
968
|
elem.validity = 'valid';
|
|
971
969
|
elem.errorMessage = '';
|
|
@@ -1394,7 +1392,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1394
1392
|
}
|
|
1395
1393
|
};
|
|
1396
1394
|
|
|
1397
|
-
var formkitVersion$1 = '
|
|
1395
|
+
var formkitVersion$1 = '202602192151';
|
|
1398
1396
|
|
|
1399
1397
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1400
1398
|
// See LICENSE in the project root for license information.
|
|
@@ -5069,7 +5067,7 @@ class AuroHelpText extends LitElement {
|
|
|
5069
5067
|
}
|
|
5070
5068
|
}
|
|
5071
5069
|
|
|
5072
|
-
var formkitVersion = '
|
|
5070
|
+
var formkitVersion = '202602192151';
|
|
5073
5071
|
|
|
5074
5072
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5075
5073
|
static get properties() {
|
|
@@ -963,9 +963,7 @@ class AuroFormValidation {
|
|
|
963
963
|
if (elem.hasAttribute('error')) {
|
|
964
964
|
elem.validity = 'customError';
|
|
965
965
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
966
|
-
|
|
967
|
-
validationShouldRun = false;
|
|
968
|
-
}
|
|
966
|
+
validationShouldRun = false;
|
|
969
967
|
} else if (validationShouldRun) {
|
|
970
968
|
elem.validity = 'valid';
|
|
971
969
|
elem.errorMessage = '';
|
|
@@ -1394,7 +1392,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1394
1392
|
}
|
|
1395
1393
|
};
|
|
1396
1394
|
|
|
1397
|
-
var formkitVersion$1 = '
|
|
1395
|
+
var formkitVersion$1 = '202602192151';
|
|
1398
1396
|
|
|
1399
1397
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1400
1398
|
// See LICENSE in the project root for license information.
|
|
@@ -5069,7 +5067,7 @@ class AuroHelpText extends LitElement {
|
|
|
5069
5067
|
}
|
|
5070
5068
|
}
|
|
5071
5069
|
|
|
5072
|
-
var formkitVersion = '
|
|
5070
|
+
var formkitVersion = '202602192151';
|
|
5073
5071
|
|
|
5074
5072
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5075
5073
|
static get properties() {
|
|
@@ -1072,9 +1072,7 @@ let AuroFormValidation$1 = class AuroFormValidation {
|
|
|
1072
1072
|
if (elem.hasAttribute('error')) {
|
|
1073
1073
|
elem.validity = 'customError';
|
|
1074
1074
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
1075
|
-
|
|
1076
|
-
validationShouldRun = false;
|
|
1077
|
-
}
|
|
1075
|
+
validationShouldRun = false;
|
|
1078
1076
|
} else if (validationShouldRun) {
|
|
1079
1077
|
elem.validity = 'valid';
|
|
1080
1078
|
elem.errorMessage = '';
|
|
@@ -9539,7 +9537,7 @@ class AuroBibtemplate extends i$1 {
|
|
|
9539
9537
|
}
|
|
9540
9538
|
}
|
|
9541
9539
|
|
|
9542
|
-
var formkitVersion$2 = '
|
|
9540
|
+
var formkitVersion$2 = '202602192151';
|
|
9543
9541
|
|
|
9544
9542
|
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$5`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$4 = 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$3`: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}
|
|
9545
9543
|
`,u$6=i$3`.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}}
|
|
@@ -13270,7 +13268,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$1 {
|
|
|
13270
13268
|
}
|
|
13271
13269
|
};
|
|
13272
13270
|
|
|
13273
|
-
var formkitVersion$1 = '
|
|
13271
|
+
var formkitVersion$1 = '202602192151';
|
|
13274
13272
|
|
|
13275
13273
|
let AuroElement$2 = class AuroElement extends i$1 {
|
|
13276
13274
|
static get properties() {
|
|
@@ -19104,9 +19102,7 @@ class AuroFormValidation {
|
|
|
19104
19102
|
if (elem.hasAttribute('error')) {
|
|
19105
19103
|
elem.validity = 'customError';
|
|
19106
19104
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
19107
|
-
|
|
19108
|
-
validationShouldRun = false;
|
|
19109
|
-
}
|
|
19105
|
+
validationShouldRun = false;
|
|
19110
19106
|
} else if (validationShouldRun) {
|
|
19111
19107
|
elem.validity = 'valid';
|
|
19112
19108
|
elem.errorMessage = '';
|
|
@@ -20899,7 +20895,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$1 {
|
|
|
20899
20895
|
}
|
|
20900
20896
|
};
|
|
20901
20897
|
|
|
20902
|
-
var formkitVersion = '
|
|
20898
|
+
var formkitVersion = '202602192151';
|
|
20903
20899
|
|
|
20904
20900
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
20905
20901
|
// See LICENSE in the project root for license information.
|
|
@@ -813,9 +813,7 @@ let AuroFormValidation$1 = class AuroFormValidation {
|
|
|
813
813
|
if (elem.hasAttribute('error')) {
|
|
814
814
|
elem.validity = 'customError';
|
|
815
815
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
816
|
-
|
|
817
|
-
validationShouldRun = false;
|
|
818
|
-
}
|
|
816
|
+
validationShouldRun = false;
|
|
819
817
|
} else if (validationShouldRun) {
|
|
820
818
|
elem.validity = 'valid';
|
|
821
819
|
elem.errorMessage = '';
|
|
@@ -9280,7 +9278,7 @@ class AuroBibtemplate extends i$1 {
|
|
|
9280
9278
|
}
|
|
9281
9279
|
}
|
|
9282
9280
|
|
|
9283
|
-
var formkitVersion$2 = '
|
|
9281
|
+
var formkitVersion$2 = '202602192151';
|
|
9284
9282
|
|
|
9285
9283
|
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$5`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$4 = 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$3`: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}
|
|
9286
9284
|
`,u$6=i$3`.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}}
|
|
@@ -13011,7 +13009,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$1 {
|
|
|
13011
13009
|
}
|
|
13012
13010
|
};
|
|
13013
13011
|
|
|
13014
|
-
var formkitVersion$1 = '
|
|
13012
|
+
var formkitVersion$1 = '202602192151';
|
|
13015
13013
|
|
|
13016
13014
|
let AuroElement$2 = class AuroElement extends i$1 {
|
|
13017
13015
|
static get properties() {
|
|
@@ -18845,9 +18843,7 @@ class AuroFormValidation {
|
|
|
18845
18843
|
if (elem.hasAttribute('error')) {
|
|
18846
18844
|
elem.validity = 'customError';
|
|
18847
18845
|
elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
|
|
18848
|
-
|
|
18849
|
-
validationShouldRun = false;
|
|
18850
|
-
}
|
|
18846
|
+
validationShouldRun = false;
|
|
18851
18847
|
} else if (validationShouldRun) {
|
|
18852
18848
|
elem.validity = 'valid';
|
|
18853
18849
|
elem.errorMessage = '';
|
|
@@ -20640,7 +20636,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$1 {
|
|
|
20640
20636
|
}
|
|
20641
20637
|
};
|
|
20642
20638
|
|
|
20643
|
-
var formkitVersion = '
|
|
20639
|
+
var formkitVersion = '202602192151';
|
|
20644
20640
|
|
|
20645
20641
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
20646
20642
|
// See LICENSE in the project root for license information.
|