@aurodesignsystem-dev/auro-formkit 0.0.0-pr1564.0 → 0.0.0-pr1566.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bibtemplate/dist/index.js +1 -1
- package/components/bibtemplate/dist/registered.js +1 -1
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.min.js +4 -13
- package/components/combobox/demo/getting-started.min.js +4 -13
- package/components/combobox/demo/index.min.js +4 -13
- package/components/combobox/dist/index.js +4 -13
- package/components/combobox/dist/registered.js +4 -13
- package/components/counter/demo/customize.min.js +3 -12
- package/components/counter/demo/index.min.js +3 -12
- package/components/counter/dist/index.js +3 -12
- package/components/counter/dist/registered.js +3 -12
- package/components/datepicker/demo/customize.min.js +4 -13
- package/components/datepicker/demo/index.min.js +4 -13
- package/components/datepicker/dist/index.js +4 -13
- package/components/datepicker/dist/registered.js +4 -13
- package/components/dropdown/demo/customize.min.js +1 -10
- package/components/dropdown/demo/getting-started.min.js +1 -10
- package/components/dropdown/demo/index.min.js +1 -10
- package/components/dropdown/dist/index.js +1 -10
- package/components/dropdown/dist/registered.js +1 -10
- package/components/form/demo/customize.min.js +17 -53
- package/components/form/demo/getting-started.min.js +17 -53
- package/components/form/demo/index.min.js +17 -53
- package/components/form/demo/registerDemoDeps.min.js +17 -53
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/radio/demo/customize.min.js +1 -1
- package/components/radio/demo/getting-started.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/customize.min.js +3 -12
- package/components/select/demo/getting-started.min.js +3 -12
- package/components/select/demo/index.min.js +3 -12
- package/components/select/dist/index.js +3 -12
- package/components/select/dist/registered.js +3 -12
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import { ifDefined } from 'lit/directives/if-defined.js';
|
|
|
5
5
|
|
|
6
6
|
var colorCss = css`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
7
7
|
|
|
8
|
-
var styleCss = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
8
|
+
var styleCss = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
9
9
|
|
|
10
10
|
var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@ import { ifDefined } from 'lit/directives/if-defined.js';
|
|
|
5
5
|
|
|
6
6
|
var colorCss = css`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
7
7
|
|
|
8
|
-
var styleCss = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
8
|
+
var styleCss = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
9
9
|
|
|
10
10
|
var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
11
11
|
|
|
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
|
-
var formkitVersion = '
|
|
1278
|
+
var formkitVersion = '202607180150';
|
|
1279
1279
|
|
|
1280
1280
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1281
1281
|
// See LICENSE in the project root for license information.
|
|
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
|
-
var formkitVersion = '
|
|
1278
|
+
var formkitVersion = '202607180150';
|
|
1279
1279
|
|
|
1280
1280
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1281
1281
|
// See LICENSE in the project root for license information.
|
|
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
|
-
var formkitVersion = '
|
|
1278
|
+
var formkitVersion = '202607180150';
|
|
1279
1279
|
|
|
1280
1280
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1281
1281
|
// See LICENSE in the project root for license information.
|
|
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
|
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
var formkitVersion = '
|
|
1231
|
+
var formkitVersion = '202607180150';
|
|
1232
1232
|
|
|
1233
1233
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1234
1234
|
// See LICENSE in the project root for license information.
|
|
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
|
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
var formkitVersion = '
|
|
1231
|
+
var formkitVersion = '202607180150';
|
|
1232
1232
|
|
|
1233
1233
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1234
1234
|
// See LICENSE in the project root for license information.
|
|
@@ -4971,7 +4971,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
|
|
|
4971
4971
|
}
|
|
4972
4972
|
};
|
|
4973
4973
|
|
|
4974
|
-
var formkitVersion$2 = '
|
|
4974
|
+
var formkitVersion$2 = '202607180150';
|
|
4975
4975
|
|
|
4976
4976
|
let AuroElement$2 = class AuroElement extends i$3 {
|
|
4977
4977
|
static get properties() {
|
|
@@ -5693,19 +5693,10 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
5693
5693
|
this.clearTriggerFocusEventBinding();
|
|
5694
5694
|
}
|
|
5695
5695
|
|
|
5696
|
-
// eslint-disable-next-line complexity
|
|
5697
5696
|
updated(changedProperties) {
|
|
5698
5697
|
super.updated(changedProperties);
|
|
5699
5698
|
this.floater.handleUpdate(changedProperties);
|
|
5700
5699
|
|
|
5701
|
-
// Close the dropdown if the disabled property is set to true
|
|
5702
|
-
if (changedProperties.has('disabled')) {
|
|
5703
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
5704
|
-
this.hide();
|
|
5705
|
-
this.isPopoverVisible = false;
|
|
5706
|
-
}
|
|
5707
|
-
}
|
|
5708
|
-
|
|
5709
5700
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
5710
5701
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
5711
5702
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -18662,7 +18653,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
|
|
|
18662
18653
|
}
|
|
18663
18654
|
};
|
|
18664
18655
|
|
|
18665
|
-
var formkitVersion$1 = '
|
|
18656
|
+
var formkitVersion$1 = '202607180150';
|
|
18666
18657
|
|
|
18667
18658
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18668
18659
|
// See LICENSE in the project root for license information.
|
|
@@ -19423,7 +19414,7 @@ class AuroInput extends BaseInput {
|
|
|
19423
19414
|
|
|
19424
19415
|
var colorCss$3 = i$6`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
19425
19416
|
|
|
19426
|
-
var styleCss$4 = i$6`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
19417
|
+
var styleCss$4 = i$6`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
19427
19418
|
|
|
19428
19419
|
var tokenCss = i$6`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
19429
19420
|
|
|
@@ -19818,7 +19809,7 @@ class AuroBibtemplate extends i$3 {
|
|
|
19818
19809
|
}
|
|
19819
19810
|
}
|
|
19820
19811
|
|
|
19821
|
-
var formkitVersion = '
|
|
19812
|
+
var formkitVersion = '202607180150';
|
|
19822
19813
|
|
|
19823
19814
|
var styleCss$3 = i$6`.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}`;
|
|
19824
19815
|
|
|
@@ -4971,7 +4971,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
|
|
|
4971
4971
|
}
|
|
4972
4972
|
};
|
|
4973
4973
|
|
|
4974
|
-
var formkitVersion$2 = '
|
|
4974
|
+
var formkitVersion$2 = '202607180150';
|
|
4975
4975
|
|
|
4976
4976
|
let AuroElement$2 = class AuroElement extends i$3 {
|
|
4977
4977
|
static get properties() {
|
|
@@ -5693,19 +5693,10 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
5693
5693
|
this.clearTriggerFocusEventBinding();
|
|
5694
5694
|
}
|
|
5695
5695
|
|
|
5696
|
-
// eslint-disable-next-line complexity
|
|
5697
5696
|
updated(changedProperties) {
|
|
5698
5697
|
super.updated(changedProperties);
|
|
5699
5698
|
this.floater.handleUpdate(changedProperties);
|
|
5700
5699
|
|
|
5701
|
-
// Close the dropdown if the disabled property is set to true
|
|
5702
|
-
if (changedProperties.has('disabled')) {
|
|
5703
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
5704
|
-
this.hide();
|
|
5705
|
-
this.isPopoverVisible = false;
|
|
5706
|
-
}
|
|
5707
|
-
}
|
|
5708
|
-
|
|
5709
5700
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
5710
5701
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
5711
5702
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -18662,7 +18653,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
|
|
|
18662
18653
|
}
|
|
18663
18654
|
};
|
|
18664
18655
|
|
|
18665
|
-
var formkitVersion$1 = '
|
|
18656
|
+
var formkitVersion$1 = '202607180150';
|
|
18666
18657
|
|
|
18667
18658
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18668
18659
|
// See LICENSE in the project root for license information.
|
|
@@ -19423,7 +19414,7 @@ class AuroInput extends BaseInput {
|
|
|
19423
19414
|
|
|
19424
19415
|
var colorCss$3 = i$6`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
19425
19416
|
|
|
19426
|
-
var styleCss$4 = i$6`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
19417
|
+
var styleCss$4 = i$6`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
19427
19418
|
|
|
19428
19419
|
var tokenCss = i$6`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
19429
19420
|
|
|
@@ -19818,7 +19809,7 @@ class AuroBibtemplate extends i$3 {
|
|
|
19818
19809
|
}
|
|
19819
19810
|
}
|
|
19820
19811
|
|
|
19821
|
-
var formkitVersion = '
|
|
19812
|
+
var formkitVersion = '202607180150';
|
|
19822
19813
|
|
|
19823
19814
|
var styleCss$3 = i$6`.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}`;
|
|
19824
19815
|
|
|
@@ -4986,7 +4986,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
|
|
|
4986
4986
|
}
|
|
4987
4987
|
};
|
|
4988
4988
|
|
|
4989
|
-
var formkitVersion$2 = '
|
|
4989
|
+
var formkitVersion$2 = '202607180150';
|
|
4990
4990
|
|
|
4991
4991
|
let AuroElement$2 = class AuroElement extends i$3 {
|
|
4992
4992
|
static get properties() {
|
|
@@ -5708,19 +5708,10 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
5708
5708
|
this.clearTriggerFocusEventBinding();
|
|
5709
5709
|
}
|
|
5710
5710
|
|
|
5711
|
-
// eslint-disable-next-line complexity
|
|
5712
5711
|
updated(changedProperties) {
|
|
5713
5712
|
super.updated(changedProperties);
|
|
5714
5713
|
this.floater.handleUpdate(changedProperties);
|
|
5715
5714
|
|
|
5716
|
-
// Close the dropdown if the disabled property is set to true
|
|
5717
|
-
if (changedProperties.has('disabled')) {
|
|
5718
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
5719
|
-
this.hide();
|
|
5720
|
-
this.isPopoverVisible = false;
|
|
5721
|
-
}
|
|
5722
|
-
}
|
|
5723
|
-
|
|
5724
5715
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
5725
5716
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
5726
5717
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -18677,7 +18668,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
|
|
|
18677
18668
|
}
|
|
18678
18669
|
};
|
|
18679
18670
|
|
|
18680
|
-
var formkitVersion$1 = '
|
|
18671
|
+
var formkitVersion$1 = '202607180150';
|
|
18681
18672
|
|
|
18682
18673
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18683
18674
|
// See LICENSE in the project root for license information.
|
|
@@ -19438,7 +19429,7 @@ class AuroInput extends BaseInput {
|
|
|
19438
19429
|
|
|
19439
19430
|
var colorCss$3 = i$6`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
19440
19431
|
|
|
19441
|
-
var styleCss$4 = i$6`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
19432
|
+
var styleCss$4 = i$6`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
19442
19433
|
|
|
19443
19434
|
var tokenCss = i$6`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
19444
19435
|
|
|
@@ -19833,7 +19824,7 @@ class AuroBibtemplate extends i$3 {
|
|
|
19833
19824
|
}
|
|
19834
19825
|
}
|
|
19835
19826
|
|
|
19836
|
-
var formkitVersion = '
|
|
19827
|
+
var formkitVersion = '202607180150';
|
|
19837
19828
|
|
|
19838
19829
|
var styleCss$3 = i$6`.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}`;
|
|
19839
19830
|
|
|
@@ -4904,7 +4904,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4904
4904
|
}
|
|
4905
4905
|
};
|
|
4906
4906
|
|
|
4907
|
-
var formkitVersion$2 = '
|
|
4907
|
+
var formkitVersion$2 = '202607180150';
|
|
4908
4908
|
|
|
4909
4909
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4910
4910
|
static get properties() {
|
|
@@ -5626,19 +5626,10 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
5626
5626
|
this.clearTriggerFocusEventBinding();
|
|
5627
5627
|
}
|
|
5628
5628
|
|
|
5629
|
-
// eslint-disable-next-line complexity
|
|
5630
5629
|
updated(changedProperties) {
|
|
5631
5630
|
super.updated(changedProperties);
|
|
5632
5631
|
this.floater.handleUpdate(changedProperties);
|
|
5633
5632
|
|
|
5634
|
-
// Close the dropdown if the disabled property is set to true
|
|
5635
|
-
if (changedProperties.has('disabled')) {
|
|
5636
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
5637
|
-
this.hide();
|
|
5638
|
-
this.isPopoverVisible = false;
|
|
5639
|
-
}
|
|
5640
|
-
}
|
|
5641
|
-
|
|
5642
5633
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
5643
5634
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
5644
5635
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -18588,7 +18579,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
18588
18579
|
}
|
|
18589
18580
|
};
|
|
18590
18581
|
|
|
18591
|
-
var formkitVersion$1 = '
|
|
18582
|
+
var formkitVersion$1 = '202607180150';
|
|
18592
18583
|
|
|
18593
18584
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18594
18585
|
// See LICENSE in the project root for license information.
|
|
@@ -19349,7 +19340,7 @@ class AuroInput extends BaseInput {
|
|
|
19349
19340
|
|
|
19350
19341
|
var colorCss$1 = css`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
19351
19342
|
|
|
19352
|
-
var styleCss$2 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
19343
|
+
var styleCss$2 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
19353
19344
|
|
|
19354
19345
|
var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
19355
19346
|
|
|
@@ -19744,7 +19735,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
19744
19735
|
}
|
|
19745
19736
|
}
|
|
19746
19737
|
|
|
19747
|
-
var formkitVersion = '
|
|
19738
|
+
var formkitVersion = '202607180150';
|
|
19748
19739
|
|
|
19749
19740
|
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}`;
|
|
19750
19741
|
|
|
@@ -4904,7 +4904,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4904
4904
|
}
|
|
4905
4905
|
};
|
|
4906
4906
|
|
|
4907
|
-
var formkitVersion$2 = '
|
|
4907
|
+
var formkitVersion$2 = '202607180150';
|
|
4908
4908
|
|
|
4909
4909
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4910
4910
|
static get properties() {
|
|
@@ -5626,19 +5626,10 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
5626
5626
|
this.clearTriggerFocusEventBinding();
|
|
5627
5627
|
}
|
|
5628
5628
|
|
|
5629
|
-
// eslint-disable-next-line complexity
|
|
5630
5629
|
updated(changedProperties) {
|
|
5631
5630
|
super.updated(changedProperties);
|
|
5632
5631
|
this.floater.handleUpdate(changedProperties);
|
|
5633
5632
|
|
|
5634
|
-
// Close the dropdown if the disabled property is set to true
|
|
5635
|
-
if (changedProperties.has('disabled')) {
|
|
5636
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
5637
|
-
this.hide();
|
|
5638
|
-
this.isPopoverVisible = false;
|
|
5639
|
-
}
|
|
5640
|
-
}
|
|
5641
|
-
|
|
5642
5633
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
5643
5634
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
5644
5635
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -18588,7 +18579,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
18588
18579
|
}
|
|
18589
18580
|
};
|
|
18590
18581
|
|
|
18591
|
-
var formkitVersion$1 = '
|
|
18582
|
+
var formkitVersion$1 = '202607180150';
|
|
18592
18583
|
|
|
18593
18584
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18594
18585
|
// See LICENSE in the project root for license information.
|
|
@@ -19349,7 +19340,7 @@ class AuroInput extends BaseInput {
|
|
|
19349
19340
|
|
|
19350
19341
|
var colorCss$1 = css`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
19351
19342
|
|
|
19352
|
-
var styleCss$2 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
19343
|
+
var styleCss$2 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
19353
19344
|
|
|
19354
19345
|
var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
19355
19346
|
|
|
@@ -19744,7 +19735,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
19744
19735
|
}
|
|
19745
19736
|
}
|
|
19746
19737
|
|
|
19747
|
-
var formkitVersion = '
|
|
19738
|
+
var formkitVersion = '202607180150';
|
|
19748
19739
|
|
|
19749
19740
|
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}`;
|
|
19750
19741
|
|
|
@@ -1114,7 +1114,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
};
|
|
1116
1116
|
|
|
1117
|
-
var formkitVersion$1 = '
|
|
1117
|
+
var formkitVersion$1 = '202607180150';
|
|
1118
1118
|
|
|
1119
1119
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1120
1120
|
// See LICENSE in the project root for license information.
|
|
@@ -5280,7 +5280,7 @@ class AuroHelpText extends i$2 {
|
|
|
5280
5280
|
}
|
|
5281
5281
|
}
|
|
5282
5282
|
|
|
5283
|
-
var formkitVersion = '
|
|
5283
|
+
var formkitVersion = '202607180150';
|
|
5284
5284
|
|
|
5285
5285
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5286
5286
|
static get properties() {
|
|
@@ -6002,19 +6002,10 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6002
6002
|
this.clearTriggerFocusEventBinding();
|
|
6003
6003
|
}
|
|
6004
6004
|
|
|
6005
|
-
// eslint-disable-next-line complexity
|
|
6006
6005
|
updated(changedProperties) {
|
|
6007
6006
|
super.updated(changedProperties);
|
|
6008
6007
|
this.floater.handleUpdate(changedProperties);
|
|
6009
6008
|
|
|
6010
|
-
// Close the dropdown if the disabled property is set to true
|
|
6011
|
-
if (changedProperties.has('disabled')) {
|
|
6012
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
6013
|
-
this.hide();
|
|
6014
|
-
this.isPopoverVisible = false;
|
|
6015
|
-
}
|
|
6016
|
-
}
|
|
6017
|
-
|
|
6018
6009
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
6019
6010
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
6020
6011
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -6761,7 +6752,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6761
6752
|
|
|
6762
6753
|
var colorCss$1 = i$5`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
6763
6754
|
|
|
6764
|
-
var styleCss$1 = i$5`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
6755
|
+
var styleCss$1 = i$5`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
6765
6756
|
|
|
6766
6757
|
var tokenCss = i$5`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
6767
6758
|
|
|
@@ -1114,7 +1114,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
};
|
|
1116
1116
|
|
|
1117
|
-
var formkitVersion$1 = '
|
|
1117
|
+
var formkitVersion$1 = '202607180150';
|
|
1118
1118
|
|
|
1119
1119
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1120
1120
|
// See LICENSE in the project root for license information.
|
|
@@ -5280,7 +5280,7 @@ class AuroHelpText extends i$2 {
|
|
|
5280
5280
|
}
|
|
5281
5281
|
}
|
|
5282
5282
|
|
|
5283
|
-
var formkitVersion = '
|
|
5283
|
+
var formkitVersion = '202607180150';
|
|
5284
5284
|
|
|
5285
5285
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5286
5286
|
static get properties() {
|
|
@@ -6002,19 +6002,10 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6002
6002
|
this.clearTriggerFocusEventBinding();
|
|
6003
6003
|
}
|
|
6004
6004
|
|
|
6005
|
-
// eslint-disable-next-line complexity
|
|
6006
6005
|
updated(changedProperties) {
|
|
6007
6006
|
super.updated(changedProperties);
|
|
6008
6007
|
this.floater.handleUpdate(changedProperties);
|
|
6009
6008
|
|
|
6010
|
-
// Close the dropdown if the disabled property is set to true
|
|
6011
|
-
if (changedProperties.has('disabled')) {
|
|
6012
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
6013
|
-
this.hide();
|
|
6014
|
-
this.isPopoverVisible = false;
|
|
6015
|
-
}
|
|
6016
|
-
}
|
|
6017
|
-
|
|
6018
6009
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
6019
6010
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
6020
6011
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -6761,7 +6752,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6761
6752
|
|
|
6762
6753
|
var colorCss$1 = i$5`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
6763
6754
|
|
|
6764
|
-
var styleCss$1 = i$5`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
6755
|
+
var styleCss$1 = i$5`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
6765
6756
|
|
|
6766
6757
|
var tokenCss = i$5`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
6767
6758
|
|
|
@@ -1064,7 +1064,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1064
1064
|
}
|
|
1065
1065
|
};
|
|
1066
1066
|
|
|
1067
|
-
var formkitVersion$1 = '
|
|
1067
|
+
var formkitVersion$1 = '202607180150';
|
|
1068
1068
|
|
|
1069
1069
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1070
1070
|
// See LICENSE in the project root for license information.
|
|
@@ -5212,7 +5212,7 @@ class AuroHelpText extends LitElement {
|
|
|
5212
5212
|
}
|
|
5213
5213
|
}
|
|
5214
5214
|
|
|
5215
|
-
var formkitVersion = '
|
|
5215
|
+
var formkitVersion = '202607180150';
|
|
5216
5216
|
|
|
5217
5217
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5218
5218
|
static get properties() {
|
|
@@ -5934,19 +5934,10 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
5934
5934
|
this.clearTriggerFocusEventBinding();
|
|
5935
5935
|
}
|
|
5936
5936
|
|
|
5937
|
-
// eslint-disable-next-line complexity
|
|
5938
5937
|
updated(changedProperties) {
|
|
5939
5938
|
super.updated(changedProperties);
|
|
5940
5939
|
this.floater.handleUpdate(changedProperties);
|
|
5941
5940
|
|
|
5942
|
-
// Close the dropdown if the disabled property is set to true
|
|
5943
|
-
if (changedProperties.has('disabled')) {
|
|
5944
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
5945
|
-
this.hide();
|
|
5946
|
-
this.isPopoverVisible = false;
|
|
5947
|
-
}
|
|
5948
|
-
}
|
|
5949
|
-
|
|
5950
5941
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
5951
5942
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
5952
5943
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -6693,7 +6684,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6693
6684
|
|
|
6694
6685
|
var colorCss$1 = css`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
6695
6686
|
|
|
6696
|
-
var styleCss$1 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
6687
|
+
var styleCss$1 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
6697
6688
|
|
|
6698
6689
|
var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
6699
6690
|
|
|
@@ -1064,7 +1064,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1064
1064
|
}
|
|
1065
1065
|
};
|
|
1066
1066
|
|
|
1067
|
-
var formkitVersion$1 = '
|
|
1067
|
+
var formkitVersion$1 = '202607180150';
|
|
1068
1068
|
|
|
1069
1069
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1070
1070
|
// See LICENSE in the project root for license information.
|
|
@@ -5212,7 +5212,7 @@ class AuroHelpText extends LitElement {
|
|
|
5212
5212
|
}
|
|
5213
5213
|
}
|
|
5214
5214
|
|
|
5215
|
-
var formkitVersion = '
|
|
5215
|
+
var formkitVersion = '202607180150';
|
|
5216
5216
|
|
|
5217
5217
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5218
5218
|
static get properties() {
|
|
@@ -5934,19 +5934,10 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
5934
5934
|
this.clearTriggerFocusEventBinding();
|
|
5935
5935
|
}
|
|
5936
5936
|
|
|
5937
|
-
// eslint-disable-next-line complexity
|
|
5938
5937
|
updated(changedProperties) {
|
|
5939
5938
|
super.updated(changedProperties);
|
|
5940
5939
|
this.floater.handleUpdate(changedProperties);
|
|
5941
5940
|
|
|
5942
|
-
// Close the dropdown if the disabled property is set to true
|
|
5943
|
-
if (changedProperties.has('disabled')) {
|
|
5944
|
-
if (this.disabled && this.isPopoverVisible) {
|
|
5945
|
-
this.hide();
|
|
5946
|
-
this.isPopoverVisible = false;
|
|
5947
|
-
}
|
|
5948
|
-
}
|
|
5949
|
-
|
|
5950
5941
|
// Note: `disabled` is not a breakpoint (it is not a screen size),
|
|
5951
5942
|
// so it looks like we never consume this - however, dropdownBib handles this in the setter as "undefined"
|
|
5952
5943
|
if (changedProperties.has('fullscreenBreakpoint')) {
|
|
@@ -6693,7 +6684,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6693
6684
|
|
|
6694
6685
|
var colorCss$1 = css`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
6695
6686
|
|
|
6696
|
-
var styleCss$1 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))
|
|
6687
|
+
var styleCss$1 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column;padding:var(--ds-size-200, 1rem);padding-top:var(--ds-size-400, 2rem);padding-bottom:0}#headerContainer .titleRow{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:var(--ds-size-200, 1rem);gap:var(--ds-size-100, 0.5rem)}#headerContainer .header{max-width:calc(100vw - var(--ds-size-900, 4.5rem))}#headerContainer .subheader{width:100%}#closeButton [auro-icon]{--ds-auro-icon-size: var(--ds-size-500, 2.5rem)}#bodyContainer{position:relative;overflow:auto;flex:1}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{padding:var(--ds-size-200, 1rem)}`;
|
|
6697
6688
|
|
|
6698
6689
|
var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
6699
6690
|
|