@aurodesignsystem-dev/auro-formkit 0.0.0-pr622.1 → 0.0.0-pr624.1

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.
Files changed (109) hide show
  1. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  2. package/components/bibtemplate/dist/index.js +2 -2
  3. package/components/bibtemplate/dist/registered.js +2 -2
  4. package/components/checkbox/README.md +1 -1
  5. package/components/checkbox/demo/api.min.js +14 -3
  6. package/components/checkbox/demo/index.min.js +14 -3
  7. package/components/checkbox/demo/readme.md +1 -1
  8. package/components/checkbox/dist/auro-checkbox-group.d.ts +1 -1
  9. package/components/checkbox/dist/auro-checkbox.d.ts +5 -1
  10. package/components/checkbox/dist/index.js +14 -3
  11. package/components/checkbox/dist/registered.js +14 -3
  12. package/components/combobox/README.md +1 -1
  13. package/components/combobox/demo/api.md +3 -0
  14. package/components/combobox/demo/api.min.js +1479 -395
  15. package/components/combobox/demo/index.html +2 -0
  16. package/components/combobox/demo/index.md +75 -0
  17. package/components/combobox/demo/index.min.js +1479 -395
  18. package/components/combobox/demo/readme.md +1 -1
  19. package/components/combobox/dist/auro-combobox.d.ts +19 -9
  20. package/components/combobox/dist/index.js +1471 -387
  21. package/components/combobox/dist/registered.js +1471 -387
  22. package/components/counter/README.md +1 -1
  23. package/components/counter/demo/api.min.js +433 -104
  24. package/components/counter/demo/index.min.js +433 -104
  25. package/components/counter/demo/readme.md +1 -1
  26. package/components/counter/dist/iconVersion.d.ts +1 -1
  27. package/components/counter/dist/index.js +433 -104
  28. package/components/counter/dist/registered.js +433 -104
  29. package/components/datepicker/README.md +1 -1
  30. package/components/datepicker/demo/api.min.js +1157 -376
  31. package/components/datepicker/demo/index.min.js +1157 -376
  32. package/components/datepicker/demo/readme.md +1 -1
  33. package/components/datepicker/dist/index.js +1156 -375
  34. package/components/datepicker/dist/registered.js +1156 -375
  35. package/components/dropdown/README.md +1 -1
  36. package/components/dropdown/demo/api.md +59 -35
  37. package/components/dropdown/demo/api.min.js +361 -88
  38. package/components/dropdown/demo/index.md +52 -0
  39. package/components/dropdown/demo/index.min.js +361 -88
  40. package/components/dropdown/demo/readme.md +1 -1
  41. package/components/dropdown/dist/auro-dropdown.d.ts +70 -21
  42. package/components/dropdown/dist/index.js +331 -58
  43. package/components/dropdown/dist/registered.js +331 -58
  44. package/components/dropdown/dist/styles/default/style-css.d.ts +2 -0
  45. package/components/dropdown/dist/styles/emphasized/style-css.d.ts +2 -0
  46. package/components/dropdown/dist/styles/shapeSize-css.d.ts +2 -0
  47. package/components/dropdown/dist/styles/snowflake/style-css.d.ts +2 -0
  48. package/components/form/README.md +1 -1
  49. package/components/form/demo/readme.md +1 -1
  50. package/components/input/README.md +2 -2
  51. package/components/input/demo/api.md +76 -64
  52. package/components/input/demo/api.min.js +747 -295
  53. package/components/input/demo/index.html +1 -1
  54. package/components/input/demo/index.md +49 -4
  55. package/components/input/demo/index.min.js +747 -295
  56. package/components/input/demo/readme.md +2 -2
  57. package/components/input/dist/auro-input.d.ts +97 -3
  58. package/components/input/dist/base-input.d.ts +36 -18
  59. package/components/input/dist/index.js +681 -229
  60. package/components/input/dist/registered.js +681 -229
  61. package/components/input/dist/styles/classic/color-css.d.ts +2 -0
  62. package/components/input/dist/styles/classic/style-css.d.ts +2 -0
  63. package/components/input/dist/styles/default/borders-css.d.ts +2 -0
  64. package/components/input/dist/styles/default/color-css.d.ts +2 -0
  65. package/components/input/dist/styles/default/input-css.d.ts +2 -0
  66. package/components/input/dist/styles/default/label-css.d.ts +2 -0
  67. package/components/input/dist/styles/default/mixins-css.d.ts +2 -0
  68. package/components/input/dist/styles/default/notificationIcons-css.d.ts +2 -0
  69. package/components/input/dist/styles/default/style-css.d.ts +2 -0
  70. package/components/input/dist/styles/emphasized/color-css.d.ts +2 -0
  71. package/components/input/dist/styles/emphasized/style-css.d.ts +2 -0
  72. package/components/input/dist/styles/shapeSize-css.d.ts +2 -0
  73. package/components/input/dist/styles/snowflake/style-css.d.ts +2 -0
  74. package/components/layoutElement/dist/auroElement.d.ts +34 -0
  75. package/components/layoutElement/dist/index.d.ts +1 -0
  76. package/components/layoutElement/dist/index.js +1 -0
  77. package/components/layoutElement/dist/registered.js +1 -0
  78. package/components/menu/README.md +1 -1
  79. package/components/menu/demo/api.min.js +2 -2
  80. package/components/menu/demo/index.min.js +2 -2
  81. package/components/menu/demo/readme.md +1 -1
  82. package/components/menu/dist/iconVersion.d.ts +1 -1
  83. package/components/menu/dist/index.js +2 -2
  84. package/components/menu/dist/registered.js +2 -2
  85. package/components/radio/README.md +1 -1
  86. package/components/radio/demo/api.md +8 -0
  87. package/components/radio/demo/api.min.js +13 -5
  88. package/components/radio/demo/index.min.js +13 -5
  89. package/components/radio/demo/readme.md +1 -1
  90. package/components/radio/dist/auro-radio.d.ts +4 -0
  91. package/components/radio/dist/index.js +13 -5
  92. package/components/radio/dist/registered.js +13 -5
  93. package/components/select/README.md +1 -1
  94. package/components/select/demo/api.html +15 -0
  95. package/components/select/demo/api.md +178 -0
  96. package/components/select/demo/api.min.js +403 -62
  97. package/components/select/demo/index.html +15 -0
  98. package/components/select/demo/index.md +177 -0
  99. package/components/select/demo/index.min.js +403 -62
  100. package/components/select/demo/readme.md +1 -1
  101. package/components/select/dist/auro-select.d.ts +27 -0
  102. package/components/select/dist/index.js +400 -58
  103. package/components/select/dist/registered.js +400 -58
  104. package/package.json +2 -2
  105. /package/components/{dropdown/dist/styles/bibColors-css.d.ts → combobox/dist/styles/emphasized/style-css.d.ts} +0 -0
  106. /package/components/{dropdown/dist/styles/bibStyles-css.d.ts → combobox/dist/styles/snowflake/style-css.d.ts} +0 -0
  107. /package/components/{input/dist/styles/borders-css.d.ts → dropdown/dist/styles/default/bibColors-css.d.ts} +0 -0
  108. /package/components/{input/dist/styles/label-css.d.ts → dropdown/dist/styles/default/bibStyles-css.d.ts} +0 -0
  109. /package/components/{input/dist/styles/notificationIcons-css.d.ts → dropdown/dist/styles/default/color-css.d.ts} +0 -0
@@ -1531,17 +1531,17 @@ class UtilitiesCalendarRender {
1531
1531
 
1532
1532
  var styleCss$d = i$5`.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}[auro-input]::part(iconContainer){top:0;display:flex;height:100%;align-items:center}[auro-input]::part(accentIcon){transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}[auro-input]::part(helpText){display:none}[auro-input]::part(wrapper){--ds-auro-input-border-color: transparent;--ds-auro-input-container-color: transparent}[auro-input]::part(wrapper):focus-within:before{border-bottom-width:0 !important;box-shadow:unset !important;outline:unset !important}[auro-input]:not(:first-child)::part(wrapper)::after{position:absolute;left:50%;width:95%;height:1px;background-color:var(--ds-auro-datepicker-range-input-divider-color);content:"";transform:translateX(-50%)}.outerWrapper{position:relative;container:outerwrapper/inline-size}.dpTriggerContent{display:flex;flex-direction:column}.dpTriggerContent [auro-input]{flex:1}:host(:not([stacked])) .dpTriggerContent{flex-direction:row}:host(:not([stacked])) [auro-input]:first-of-type{margin-right:var(--ds-size-150, 0.75rem)}:host(:not([stacked])) [auro-input]:nth-child(2){margin-left:var(--ds-size-150, 0.75rem)}:host(:not([stacked])) [auro-input]:nth-child(2)::part(accentIcon){display:none}:host(:not([stacked])) [auro-input]:nth-child(2)::part(label){left:0;width:100%}:host(:not([stacked])) [auro-input]:nth-child(2)::part(input){padding-left:0}:host(:not([stacked])) [auro-input]:nth-child(2):before{position:absolute;top:13px;left:calc(var(--ds-size-150, 0.75rem)*-1);display:block;width:1px;height:2rem;content:""}:host(:not([stacked])) [auro-input]:not(:first-child)::part(wrapper):after{content:none}:host(:not([stacked])[range]) [auro-input]{max-width:50%}@media screen and (max-width: 576px){::part(popover){position:fixed !important;top:0 !important;left:0 !important;width:100vw !important;height:100vh !important;margin-bottom:var(--ds-size-200, 1rem);transform:unset !important}.calendarWrapper{display:flex;height:100dvh;flex-direction:row;justify-content:center}}`;
1533
1533
 
1534
- var colorCss$d = i$5`.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}[auro-input]::part(wrapper){--ds-auro-input-border-color: transparent;--ds-auro-input-container-color: transparent}.dpTriggerContent [auro-input]:nth-child(2):before{background-color:var(--ds-auro-datepicker-range-input-divider-color)}:host([onDark]){--ds-auro-datepicker-range-input-divider-color: var(--ds-basic-color-border-inverse, #ffffff)}`;
1534
+ var colorCss$c = i$5`.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}[auro-input]::part(wrapper){--ds-auro-input-border-color: transparent;--ds-auro-input-container-color: transparent}.dpTriggerContent [auro-input]:nth-child(2):before{background-color:var(--ds-auro-datepicker-range-input-divider-color)}:host([onDark]){--ds-auro-datepicker-range-input-divider-color: var(--ds-basic-color-border-inverse, #ffffff)}`;
1535
1535
 
1536
1536
  var tokensCss$a = i$5`:host{--ds-auro-datepicker-placeholder-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-datepicker-range-input-divider-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-calendar-mobile-header-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-calendar-mobile-header-divider-color: var(--ds-basic-color-border-divider, rgba(0, 0, 0, 0.15));--ds-auro-calendar-mobile-header-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-calendar-nav-btn-border-color: transparent;--ds-auro-calendar-nav-btn-chevron-color: var(--ds-basic-color-brand-primary, #01426a);--ds-auro-calendar-nav-btn-container-color: transparent;--ds-auro-calendar-month-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-calendar-month-divider-color: var(--ds-basic-color-border-divider, rgba(0, 0, 0, 0.15));--ds-auro-calendar-month-header-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-calendar-cell-border-color: transparent;--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-in-range-color: var(--ds-advanced-color-shared-background-muted, #f7f7f7);--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}`;
1537
1537
 
1538
1538
  var styleCss$c = i$5`:host{--calendar-width: 336px;--mobile-footer-height: 150px;--mobile-header-height: 68px;height:100vh;height:100dvh}.calendars{display:flex;flex-direction:row}.calendarNavButtons{position:absolute;top:var(--ds-size-200, 1rem);right:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem)}.calendarNavBtn{display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.prevMonth,.nextMonth{position:absolute;top:0}.prevMonth{left:0}.nextMonth{right:0}.headerActions{padding:0 var(--ds-size-200, 1rem)}.mobileHeader{width:100%;height:var(--mobile-header-height);z-index:1;align-items:center;flex-direction:row}.headerDateFrom{display:flex;height:var(--mobile-header-height);flex:1;flex-direction:column;justify-content:center;padding:0 var(--ds-size-150, 0.75rem) 0 var(--ds-size-200, 1rem)}.mobileDateLabel{font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px)}.headerDateTo{height:calc(var(--mobile-header-height) - var(--ds-size-300, 1.5rem));padding:var(--ds-size-300, 1.5rem) var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host(:not([noRange])) .headerDateTo{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center}:host(:not([noRange])) .headerDateTo:after{position:absolute;top:calc(50% + 10px);left:0;display:block;width:1px;height:var(--ds-size-300, 1.5rem);content:"";transform:translateY(-50%)}.mobileFooter{display:none;width:100%;align-items:flex-end;flex-direction:column;justify-content:flex-end}.mobileFooterActions{position:relative;bottom:0;left:50%;display:none;width:calc(100% - var(--ds-size-200, 1rem)*2);align-items:flex-end;flex-direction:column;justify-content:flex-end;padding:var(--ds-size-150) calc(var(--ds-size-200, 1rem));transform:translateX(-50%)}.mobileFooterActions auro-button{width:100%}:host([isfullscreen]){width:100%;max-height:100dvh;overflow:hidden}:host([isfullscreen]) .prevMonth,:host([isfullscreen]) .nextMonth{display:none}:host([isfullscreen]) .mobileHeader,:host([isfullscreen]) .mobileFooter,:host([isfullscreen]) .mobileFooterActions{display:flex}:host([isfullscreen]) .calendarWrapper{display:flex;flex-direction:column}:host([isfullscreen]) .calendars{display:flex;flex-direction:column;flex:1;align-items:center;width:100%;overscroll-behavior:contain}:host([isfullscreen]) .calendars:after{display:block;width:100%;height:var(--mobile-footer-height);content:""}`;
1539
1539
 
1540
- var colorCss$c = i$5`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover{--ds-auro-calendar-nav-btn-container-color: var(--ds-advanced-color-state-background-hover, #f2f2f2);--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}::slotted([slot="bib.fullscreen.fromStr"]),::slotted([slot=mobileDateToStr]){color:var(--ds-auro-datepicker-placeholder-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}}`;
1540
+ var colorCss$b = i$5`.calendarNavBtn{border-color:var(--ds-auro-calendar-nav-btn-border-color);background-color:var(--ds-auro-calendar-nav-btn-container-color);color:var(--ds-auro-calendar-nav-btn-chevron-color)}.calendarNavBtn:hover{--ds-auro-calendar-nav-btn-container-color: var(--ds-advanced-color-state-background-hover, #f2f2f2);--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}.calendarNavBtn:focus{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}.calendarNavBtn:active{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a);box-shadow:inset 0 0 0 1px var(--ds-auro-calendar-nav-btn-border-color)}.mobileHeader{background-color:var(--ds-auro-calendar-mobile-header-container-color)}.mobileDateLabel{color:var(--ds-auro-calendar-mobile-header-text-color)}:host(:not([noRange])) .headerDateTo:after{background-color:var(--ds-auro-calendar-mobile-header-divider-color)}::slotted([slot="bib.fullscreen.fromStr"]),::slotted([slot=mobileDateToStr]){color:var(--ds-auro-datepicker-placeholder-color)}@media screen and (max-width: 576px){.calendarNavBtn{--ds-auro-calendar-nav-btn-border-color: var(--ds-basic-color-brand-primary, #01426a)}}`;
1541
1541
 
1542
1542
  var styleCss$b = i$5`:focus:not(:focus-visible){outline:3px solid transparent}:host{position:relative;display:block;width:calc(100% - var(--ds-size-200, 1rem) - var(--ds-size-200, 1rem));margin:0 var(--ds-size-200, 1rem)}@media screen and (min-width: 576px){:host{width:336px;padding:var(--ds-size-200, 1rem)}}@media screen and (min-width: 576px){:host(:not(:last-of-type)):after{position:absolute;top:var(--ds-size-200, 1rem);right:calc(-1*var(--ds-size-200, 1rem));height:calc(100% - var(--ds-size-200, 1rem) - var(--ds-size-200, 1rem));display:block;width:1px;content:""}}.header{display:flex;height:var(--ds-size-500, 2.5rem);margin-bottom:var(--ds-size-150, 0.75rem);align-items:center;flex-direction:row;text-align:center}.headerTitle{display:flex;align-items:center;flex:1;flex-direction:row;justify-content:center;font-size:var(--ds-basic-text-heading-xs-breakpoint-md-font-size, 20px);font-weight:var(--ds-basic-text-heading-xs-breakpoint-md-font-weight, 450);letter-spacing:var(--ds-basic-text-heading-xs-breakpoint-md-letter-spacing, 0);line-height:var(--ds-basic-text-heading-xs-breakpoint-md-line-height, 130%)}.headerTitle div:first-child{margin-right:var(--ds-size-100, 0.5rem)}.calendarNavBtn{position:relative;display:flex;width:var(--ds-size-500, 2.5rem);height:var(--ds-size-500, 2.5rem);align-items:center;justify-content:center;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer}.table{width:100%;border-collapse:collapse}.thead{margin-bottom:var(--ds-size-100, 0.5rem)}.th{display:flex;flex:1;align-items:center;justify-content:center;font-weight:700}.tbody{width:100%;transition:all 0ms;transform:translateX(0)}@media screen and (min-width: 576px){.tbody{height:384px}}.td{flex:1;margin:0;padding:0}.tr{display:flex;flex-direction:row;width:100%}`;
1543
1543
 
1544
- var colorCss$b = i$5`:focus:not(:focus-visible){outline:3px solid transparent}:host{background-color:var(--ds-auro-calendar-month-container-color)}@media screen and (min-width: 576px){:host(:not(:last-of-type)):after{background-color:var(--ds-auro-calendar-month-divider-color)}}.header{color:var(--ds-auro-calendar-month-header-color)}`;
1544
+ var colorCss$a = i$5`:focus:not(:focus-visible){outline:3px solid transparent}:host{background-color:var(--ds-auro-calendar-month-container-color)}@media screen and (min-width: 576px){:host(:not(:last-of-type)):after{background-color:var(--ds-auro-calendar-month-divider-color)}}.header{color:var(--ds-auro-calendar-month-header-color)}`;
1545
1545
 
1546
1546
  /******************************************************************************
1547
1547
  Copyright (c) Microsoft Corporation.
@@ -8068,11 +8068,11 @@ const t$1={ATTRIBUTE:1,CHILD:2},e$1=t=>(...e)=>({_$litDirective$:t,values:e});cl
8068
8068
 
8069
8069
  var styleCss$a = i$5`@media screen and (max-width: 576px){:host{display:flex;justify-content:center}}.day{position:relative;width:var(--ds-size-500, 2.5rem);height:calc(var(--ds-size-700, 3.5rem) - 2px);padding:0;border-width:1px;border-style:solid;border-radius:var(--ds-size-300, 1.5rem);cursor:pointer;font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, 450);letter-spacing:var(--ds-basic-text-body-default-letter-spacing, 0);line-height:var(--ds-basic-text-body-default-line-height, 24px);user-select:none}.day.disabled{cursor:default !important}.day.inRange::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%)}@media screen and (min-width: 576px){.day.inRange::before{width:var(--ds-size-600, 3rem)}}.day.rangeDepartDate::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%);width:7.1428571429vw;transform:translate(0%, -50%)}@media screen and (min-width: 576px){.day.rangeDepartDate::before{width:calc(var(--ds-size-600, 3rem)/2)}}.day.rangeReturnDate::before,.day.lastHoveredDate::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%);width:7.1428571429vw;transform:translate(-100%, -50%)}@media screen and (min-width: 576px){.day.rangeReturnDate::before,.day.lastHoveredDate::before{width:calc(var(--ds-size-600, 3rem)/2)}}.dateSlot{display:flex;flex-direction:column;font-size:var(--ds-basic-text-body-xxs-font-size, 10px);font-weight:var(--ds-basic-text-body-xxs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xxs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xxs-line-height, 14px)}::slotted([slot^=date_]){position:absolute;top:80%;left:50%;width:80%;overflow:hidden;white-space:nowrap;transform:translate(-50%, -50%)}::slotted(auro-icon){max-height:24px;max-width:24px}:host([renderForDateSlot]) .buttonWrapper{position:relative;width:100%;top:5px}:host([renderForDateSlot]) .currentDayMarker{position:relative;padding-bottom:5px;top:-8px}@media screen and (min-width: 576px){.day{width:var(--ds-size-600, 3rem);height:var(--ds-size-800, 4rem);font-family:var(--ds-basic-text-body-lg-font-family, "AS Circular");font-size:var(--ds-basic-text-body-lg-font-size, 18px);font-weight:var(--ds-basic-text-body-lg-font-weight, 450);letter-spacing:var(--ds-basic-text-body-lg-letter-spacing, 0);line-height:var(--ds-basic-text-body-lg-line-height, 26px)}.day:hover{cursor:pointer}.dateSlot{font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px)}}`;
8070
8070
 
8071
- var colorCss$a = i$5`:host ::slotted([slot^=date_]){color:var(--ds-auro-calendar-cell-price-text-color)}:host ::slotted([slot^=date_][highlight]){--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-status-success, #447a1f)}:host .day{border-color:var(--ds-auro-calendar-cell-border-color);background-color:var(--ds-auro-calendar-cell-container-color);color:var(--ds-auro-calendar-cell-text-color)}:host .day.selected{--ds-auro-calendar-cell-container-color: var(--ds-advanced-color-state-selected, #01426a);--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host .day.selected ::slotted([slot^=date_][highlight]){--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-status-success-subtle, #d6eac7)}:host .day.selected:hover{--ds-auro-calendar-cell-container-color: var(--ds-advanced-color-state-selected-hover, #00274a);--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host .day:hover{--ds-auro-calendar-cell-container-color: var(--ds-advanced-color-state-background-hover, #f2f2f2);--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host .day.disabled{--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host .day.inRange:before,:host .day.rangeDepartDate:before,:host .day.rangeReturnDate:before,:host .day.lastHoveredDate:before{background-color:var(--ds-auro-calendar-cell-in-range-color)}:host .day.sameDateTrip:before{--ds-auro-calendar-cell-in-range-color: transparent}`;
8071
+ var colorCss$9 = i$5`:host ::slotted([slot^=date_]){color:var(--ds-auro-calendar-cell-price-text-color)}:host ::slotted([slot^=date_][highlight]){--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-status-success, #447a1f)}:host .day{border-color:var(--ds-auro-calendar-cell-border-color);background-color:var(--ds-auro-calendar-cell-container-color);color:var(--ds-auro-calendar-cell-text-color)}:host .day.selected{--ds-auro-calendar-cell-container-color: var(--ds-advanced-color-state-selected, #01426a);--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host .day.selected ::slotted([slot^=date_][highlight]){--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-status-success-subtle, #d6eac7)}:host .day.selected:hover{--ds-auro-calendar-cell-container-color: var(--ds-advanced-color-state-selected-hover, #00274a);--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host .day:hover{--ds-auro-calendar-cell-container-color: var(--ds-advanced-color-state-background-hover, #f2f2f2);--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host .day.disabled{--ds-auro-calendar-cell-container-color: transparent;--ds-auro-calendar-cell-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-calendar-cell-price-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host .day.inRange:before,:host .day.rangeDepartDate:before,:host .day.rangeReturnDate:before,:host .day.lastHoveredDate:before{background-color:var(--ds-auro-calendar-cell-in-range-color)}:host .day.sameDateTrip:before{--ds-auro-calendar-cell-in-range-color: transparent}`;
8072
8072
 
8073
8073
  var styleCss$9 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([addSpace]) :host(:not([data-show])) .popover,:host(:not([data-show])) .popover,:host([disabled]) .popover{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.util_insetNone{padding:0}.util_insetXxxs{padding:.125rem}.util_insetXxxs--stretch{padding:.25rem .125rem}.util_insetXxxs--squish{padding:0 .125rem}.util_insetXxs{padding:.25rem}.util_insetXxs--stretch{padding:.375rem .25rem}.util_insetXxs--squish{padding:.125rem .25rem}.util_insetXs{padding:.5rem}.util_insetXs--stretch{padding:.75rem .5rem}.util_insetXs--squish{padding:.25rem .5rem}.util_insetSm{padding:.75rem}.util_insetSm--stretch{padding:1.125rem .75rem}.util_insetSm--squish{padding:.375rem .75rem}.util_insetMd{padding:1rem}.util_insetMd--stretch{padding:1.5rem 1rem}.util_insetMd--squish{padding:.5rem 1rem}.util_insetLg{padding:1.5rem}.util_insetLg--stretch{padding:2.25rem 1.5rem}.util_insetLg--squish{padding:.75rem 1.5rem}.util_insetXl{padding:2rem}.util_insetXl--stretch{padding:3rem 2rem}.util_insetXl--squish{padding:1rem 2rem}.util_insetXxl{padding:3rem}.util_insetXxl--stretch{padding:4.5rem 3rem}.util_insetXxl--squish{padding:1.5rem 3rem}.util_insetXxxl{padding:4rem}.util_insetXxxl--stretch{padding:6rem 4rem}.util_insetXxxl--squish{padding:2rem 4rem}::slotted(*){white-space:normal}::slotted(*:hover){cursor:pointer}[data-trigger-placement]::slotted(*:hover){position:relative}[data-trigger-placement]::slotted(*:hover):before{position:absolute;left:0;display:block;width:100%;height:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem));content:""}[data-trigger-placement^=top]::slotted(*:hover):before{top:calc(-1*(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem)))}[data-trigger-placement^=bottom]::slotted(*:hover):before{bottom:calc(-1*(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem)))}:host([data-show]) .popover{z-index:var(--ds-depth-tooltip, 400)}:host([removeSpace]) .popover{margin:calc(-1*(var(--ds-size-50, 0.25rem) + 1px)) 0 !important}:host([addSpace]) .popover{margin:var(--ds-size-200, 1rem) 0 !important}:host([addSpace]) [data-trigger-placement]::slotted(*:hover):before{height:var(--ds-size-500, 2.5rem)}:host([addSpace]) [data-trigger-placement^=top]::slotted(*:hover):before{top:calc(-1*var(--ds-size-500, 2.5rem))}:host([addSpace]) [data-trigger-placement^=bottom]::slotted(*:hover):before{bottom:calc(-1*var(--ds-size-500, 2.5rem))}.popover{display:inline-block;max-width:calc(100% - var(--ds-size-400, 2rem));border-radius:var(--ds-border-radius, 0.375rem)}@media screen and (min-width: 576px){.popover{max-width:50%}}@media screen and (min-width: 768px){.popover{max-width:40%}}@media screen and (min-width: 1024px){.popover{max-width:27rem}}[data-popper-placement^=top]>.arrow{bottom:calc(-1*(var(--ds-size-100, 0.5rem) + var(--ds-size-25, 0.125rem)))}[data-popper-placement^=top]>.arrow:before{top:calc(-1*var(--ds-size-200, 1rem));left:calc(-1*var(--ds-size-75, 0.375rem));transform:rotate(45deg)}[data-popper-placement^=bottom]>.arrow{top:calc(-1*(var(--ds-size-100, 0.5rem) + var(--ds-size-25, 0.125rem)))}[data-popper-placement^=bottom]>.arrow:before{top:var(--ds-size-50, 0.25rem);right:calc(-1*var(--ds-size-200, 1rem));transform:rotate(-135deg)}.arrow{position:relative;margin-top:-var(--ds-size-100, 0.5rem)}.arrow:before{position:absolute;width:var(--ds-size-150, 0.75rem);height:var(--ds-size-150, 0.75rem);content:""}`;
8074
8074
 
8075
- var colorCss$9 = i$5`::slotted(*){color:var(--ds-auro-popover-text-color)}.popover{background-color:var(--ds-auro-popover-container-color);box-shadow:var(--ds-auro-popover-boxshadow-color)}.arrow:before{background-color:var(--ds-auro-popover-container-color);box-shadow:2px 2px 1px 0 var(--ds-auro-popover-boxshadow-color)}`;
8075
+ var colorCss$8 = i$5`::slotted(*){color:var(--ds-auro-popover-text-color)}.popover{background-color:var(--ds-auro-popover-container-color);box-shadow:var(--ds-auro-popover-boxshadow-color)}.arrow:before{background-color:var(--ds-auro-popover-container-color);box-shadow:2px 2px 1px 0 var(--ds-auro-popover-boxshadow-color)}`;
8076
8076
 
8077
8077
  var tokensCss$9 = i$5`:host{--ds-auro-popover-boxshadow-color:var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-popover-container-color:var(--ds-basic-color-surface-default, #ffffff);--ds-auro-popover-text-color:var(--ds-basic-color-texticon-default, #2a2a2a)}`;
8078
8078
 
@@ -9981,7 +9981,7 @@ class AuroPopover extends i$2 {
9981
9981
  static get styles() {
9982
9982
  return [
9983
9983
  i$5`${styleCss$9}`,
9984
- i$5`${colorCss$9}`,
9984
+ i$5`${colorCss$8}`,
9985
9985
  i$5`${tokensCss$9}`
9986
9986
  ];
9987
9987
  }
@@ -10213,7 +10213,7 @@ class AuroCalendarCell extends i$2 {
10213
10213
  return [
10214
10214
  // ...super.styles,
10215
10215
  styleCss$a,
10216
- colorCss$a,
10216
+ colorCss$9,
10217
10217
  tokensCss$a
10218
10218
  ];
10219
10219
  }
@@ -10518,7 +10518,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
10518
10518
  return [
10519
10519
  // ...super.styles,
10520
10520
  styleCss$b,
10521
- colorCss$b,
10521
+ colorCss$a,
10522
10522
  tokensCss$a
10523
10523
  ];
10524
10524
  }
@@ -11193,7 +11193,7 @@ let AuroDependencyVersioning$2 = class AuroDependencyVersioning {
11193
11193
  * @attr {Boolean} hiddenAudible - If present, the component will be hidden from screen readers, but seen visually
11194
11194
  */
11195
11195
 
11196
- let AuroElement$2 = class AuroElement extends i$2 {
11196
+ let AuroElement$3 = class AuroElement extends i$2 {
11197
11197
 
11198
11198
  // function to define props used within the scope of this component
11199
11199
  static get properties() {
@@ -11261,7 +11261,7 @@ var styleCss$1$2 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}
11261
11261
  */
11262
11262
 
11263
11263
  // build the component class
11264
- let BaseIcon$2 = class BaseIcon extends AuroElement$2 {
11264
+ let BaseIcon$2 = class BaseIcon extends AuroElement$3 {
11265
11265
  constructor() {
11266
11266
  super();
11267
11267
  this.onDark = false;
@@ -11335,7 +11335,7 @@ let BaseIcon$2 = class BaseIcon extends AuroElement$2 {
11335
11335
 
11336
11336
  var tokensCss$8 = i$5`:host{--ds-auro-icon-color:var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-alaska-color:#02426D;--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}`;
11337
11337
 
11338
- var colorCss$8 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}`;
11338
+ var colorCss$7 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][variant=statusError]){--ds-auro-icon-color:var(--ds-advanced-color-state-error-inverse, #f9a4a8)}`;
11339
11339
 
11340
11340
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11341
11341
  // See LICENSE in the project root for license information.
@@ -11425,7 +11425,7 @@ let AuroIcon$2 = class AuroIcon extends BaseIcon$2 {
11425
11425
  super.styles,
11426
11426
  i$5`${tokensCss$8}`,
11427
11427
  i$5`${styleCss$1$2}`,
11428
- i$5`${colorCss$8}`
11428
+ i$5`${colorCss$7}`
11429
11429
  ];
11430
11430
  }
11431
11431
 
@@ -11504,7 +11504,7 @@ let AuroIcon$2 = class AuroIcon extends BaseIcon$2 {
11504
11504
  }
11505
11505
  };
11506
11506
 
11507
- var iconVersion$2 = '8.0.2';
11507
+ var iconVersion$2 = '8.0.3';
11508
11508
 
11509
11509
  var styleCss$8 = i$5`.heading{margin:1.75rem 0;letter-spacing:var(--ds-text-heading-default-spacing, -0.2px);font-weight:var(--ds-text-heading-default-weight, 500)}.heading--display{margin-top:0;font-size:var(--ds-text-heading-display-size-breakpoint-sm, 2.75rem);font-weight:var(--ds-text-heading-display-weight, 100);line-height:var(--ds-text-heading-display-height-breakpoint-sm, 3.375rem)}@media screen and (min-width: 768px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-md, 3rem);line-height:var(--ds-text-heading-display-height-breakpoint-md, 3.75rem)}}@media screen and (min-width: 1024px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-lg, 3.5rem);line-height:var(--ds-text-heading-display-height-breakpoint-lg, 4.25rem)}}.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-sm, 2rem);font-weight:var(--ds-text-heading-800-weight, 500);line-height:var(--ds-text-heading-800-height-breakpoint-sm, 2.375rem)}@media screen and (min-width: 768px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-md, 2.25rem);line-height:var(--ds-text-heading-800-height-breakpoint-md, 2.625rem)}}@media screen and (min-width: 1024px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-lg, 2.5rem);line-height:var(--ds-text-heading-800-height-breakpoint-lg, 3rem)}}.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-sm, 1.75rem);font-weight:var(--ds-text-heading-700-weight, 500);line-height:var(--ds-text-heading-700-height-breakpoint-sm, 2.125rem)}@media screen and (min-width: 768px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-md, 2rem);line-height:var(--ds-text-heading-700-height-breakpoint-md, 2.375rem)}}@media screen and (min-width: 1024px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-lg, 2.25rem);line-height:var(--ds-text-heading-700-height-breakpoint-lg, 2.75rem)}}.heading--600{margin:1rem 0;font-size:var(--ds-text-heading-600-size-breakpoint-sm, 1.625rem);font-weight:var(--ds-text-heading-600-weight, 300);line-height:var(--ds-text-heading-600-height-breakpoint-sm, 1.875rem)}@media screen and (min-width: 768px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-md, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-md, 2.125rem)}}@media screen and (min-width: 1024px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-lg, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-lg, 2.25rem)}}.heading--500{margin:1rem 0;font-size:var(--ds-text-heading-500-size-breakpoint-sm, 1.375rem);font-weight:var(--ds-text-heading-500-weight, 300);line-height:var(--ds-text-heading-500-height-breakpoint-sm, 1.625rem)}@media screen and (min-width: 768px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-md, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-md, 1.875rem)}}@media screen and (min-width: 1024px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-lg, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-lg, 2rem)}}.heading--400{margin:.75rem 0;font-size:var(--ds-text-heading-400-size, 1.25rem);font-weight:var(--ds-text-heading-400-weight, 300);line-height:var(--ds-text-heading-400-height, 1.625rem)}.heading--300{margin:.75rem 0;font-size:var(--ds-text-heading-300-size, 1.125rem);font-weight:var(--ds-text-heading-300-weight, 300);line-height:var(--ds-text-heading-300-height, 1.625rem)}:host([no-margin-block]) .heading{margin-block:0}.util_stackMarginnone--bottom{margin-bottom:0}.util_stackMargin25--bottom{margin-bottom:var(--ds-size-25, 0.125rem)}.util_stackMargin50--bottom{margin-bottom:var(--ds-size-50, 0.25rem)}.util_stackMargin100--bottom{margin-bottom:var(--ds-size-100, 0.5rem)}.util_stackMargin150--bottom{margin-bottom:var(--ds-size-150, 0.75rem)}.util_stackMargin200--bottom{margin-bottom:var(--ds-size-200, 1rem)}.util_stackMargin300--bottom{margin-bottom:var(--ds-size-300, 1.5rem)}.util_stackMargin400--bottom{margin-bottom:var(--ds-size-400, 2rem)}.util_stackMargin600--bottom{margin-bottom:var(--ds-size-600, 3rem)}.util_stackMargin800--bottom{margin-bottom:var(--ds-size-800, 4rem)}.util_stackMarginnone--top{margin-top:0}.util_stackMargin25--top{margin-top:var(--ds-size-25, 0.125rem)}.util_stackMargin50--top{margin-top:var(--ds-size-50, 0.25rem)}.util_stackMargin100--top{margin-top:var(--ds-size-100, 0.5rem)}.util_stackMargin150--top{margin-top:var(--ds-size-150, 0.75rem)}.util_stackMargin200--top{margin-top:var(--ds-size-200, 1rem)}.util_stackMargin300--top{margin-top:var(--ds-size-300, 1.5rem)}.util_stackMargin400--top{margin-top:var(--ds-size-400, 2rem)}.util_stackMargin600--top{margin-top:var(--ds-size-600, 3rem)}.util_stackMargin800--top{margin-top:var(--ds-size-800, 4rem)}`;
11510
11510
 
@@ -11772,15 +11772,15 @@ class AuroBibtemplate extends i$2 {
11772
11772
 
11773
11773
  var bibTemplateVersion = '1.0.0';
11774
11774
 
11775
- var styleCss$7 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_insetNone{padding:0}.util_insetXxxs{padding:.125rem}.util_insetXxxs--stretch{padding:.25rem .125rem}.util_insetXxxs--squish{padding:0 .125rem}.util_insetXxs{padding:.25rem}.util_insetXxs--stretch{padding:.375rem .25rem}.util_insetXxs--squish{padding:.125rem .25rem}.util_insetXs{padding:.5rem}.util_insetXs--stretch{padding:.75rem .5rem}.util_insetXs--squish{padding:.25rem .5rem}.util_insetSm{padding:.75rem}.util_insetSm--stretch{padding:1.125rem .75rem}.util_insetSm--squish{padding:.375rem .75rem}.util_insetMd{padding:1rem}.util_insetMd--stretch{padding:1.5rem 1rem}.util_insetMd--squish{padding:.5rem 1rem}.util_insetLg{padding:1.5rem}.util_insetLg--stretch{padding:2.25rem 1.5rem}.util_insetLg--squish{padding:.75rem 1.5rem}.util_insetXl{padding:2rem}.util_insetXl--stretch{padding:3rem 2rem}.util_insetXl--squish{padding:1rem 2rem}.util_insetXxl{padding:3rem}.util_insetXxl--stretch{padding:4.5rem 3rem}.util_insetXxl--squish{padding:1.5rem 3rem}.util_insetXxxl{padding:4rem}.util_insetXxxl--stretch{padding:6rem 4rem}.util_insetXxxl--squish{padding:2rem 4rem}:host([fluid]) .auro-button,:host([fluid=true]) .auro-button{min-width:auto;width:100%}:host([variant=flat]){display:inline-block;height:var(--ds-size-300, 1.5rem);width:var(--ds-size-300, 1.5rem)}:host([variant=flat]) .auro-button{height:100%;width:100%}::slotted(svg){vertical-align:middle}slot{pointer-events:none}.auro-button{position:relative;padding:0 var(--ds-size-300, 1.5rem);cursor:pointer;border-width:1px;border-style:solid;border-radius:var(--ds-border-radius, 0.375rem);font-family:var(--ds-basic-text-body-default-font-family, AS Circular);font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, Book);overflow:hidden;text-overflow:ellipsis;user-select:none;white-space:nowrap;min-height:var(--ds-size-600, 3rem);max-height:var(--ds-size-600, 3rem);display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ds-size-100, 0.5rem);margin:0;-webkit-touch-callout:none;-webkit-user-select:none}.auro-button:active{transform:scale(0.95)}.auro-button:focus-visible{outline:none}.auro-button:focus-visible:not([variant=flat]){outline-style:solid;outline-width:var(--ds-size-50, 0.25rem);outline-offset:calc(var(--ds-size-50, 0.25rem)*-1)}.auro-button:focus-visible:not([variant=flat]):not([variant=secondary]):not([variant=tertiary]){outline-width:calc(var(--ds-size-50, 0.25rem) - 1px)}.auro-button.loading{cursor:not-allowed}.auro-button.loading *:not([auro-loader]){visibility:hidden}@media screen and (min-width: 576px){.auro-button{min-width:8.75rem;width:auto}}.auro-button:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=secondary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=flat]{height:unset;width:unset;min-height:unset;max-height:unset;min-width:unset;max-width:unset;border:0;border-radius:unset;gap:unset;padding:unset}.auro-button[onDark]:disabled{cursor:not-allowed;transform:unset}.auro-button[onDark][variant=secondary]:disabled{cursor:not-allowed;transform:unset}@media(hover: hover){.auro-button[onDark][variant=tertiary]:active,.auro-button[onDark][variant=tertiary]:hover{box-shadow:none}}.auro-button[onDark][variant=tertiary]:active{box-shadow:none}.auro-button[onDark][variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button--slim{padding:var(--ds-size-100, 0.5rem) var(--ds-size-200, 1rem);font-size:var(--ds-basic-text-body-sm-font-size, 14px);min-width:unset;min-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem));max-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem))}.auro-button--iconOnly{padding:0 var(--ds-size-100, 0.5rem);border-radius:100px;min-width:unset;height:var(--ds-size-600, 3rem);width:var(--ds-size-500, 2.5rem)}.auro-button--iconOnly ::slotted(auro-icon),.auro-button--iconOnly ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--iconOnly:not(.auro-button--rounded):focus-visible:not([variant=secondary]):not([variant=tertiary]):not([variant=flat]){outline-width:1px;outline-offset:-2px}.auro-button--iconOnlySlim{padding:0 var(--ds-size-50, 0.25rem);height:calc(var(--ds-size-400, 2rem) + var(--ds-size-50, 0.25rem));width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-50, 0.25rem))}.auro-button--iconOnlySlim ::slotted(auro-icon),.auro-button--iconOnlySlim ::slotted([auro-icon]){--ds-auro-icon-size:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem))}.auro-button--rounded{border-radius:100px;box-shadow:var(--ds-elevation-300, 0px 0px 15px rgba(0, 0, 0, 0.2));height:var(--ds-size-500, 2.5rem);min-width:unset;transition:all 300ms ease-out,outline 0ms,outline-offset 0ms}.auro-button--rounded ::slotted(auro-icon),.auro-button--rounded ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--rounded:focus-visible:not([variant=flat]):after{border-radius:100px}:host([rounded]) .textSlot{transition:opacity 300ms ease-in;opacity:1}:host([rounded][iconOnly]) .textSlot{opacity:0}:host([rounded][iconOnly]) .textWrapper{display:none}:host([rounded][iconOnly]) .auro-button{min-width:unset;padding:unset;width:var(--ds-size-600, 3rem)}[auro-loader]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}`;
11775
+ var styleCss$7 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_insetNone{padding:0}.util_insetXxxs{padding:.125rem}.util_insetXxxs--stretch{padding:.25rem .125rem}.util_insetXxxs--squish{padding:0 .125rem}.util_insetXxs{padding:.25rem}.util_insetXxs--stretch{padding:.375rem .25rem}.util_insetXxs--squish{padding:.125rem .25rem}.util_insetXs{padding:.5rem}.util_insetXs--stretch{padding:.75rem .5rem}.util_insetXs--squish{padding:.25rem .5rem}.util_insetSm{padding:.75rem}.util_insetSm--stretch{padding:1.125rem .75rem}.util_insetSm--squish{padding:.375rem .75rem}.util_insetMd{padding:1rem}.util_insetMd--stretch{padding:1.5rem 1rem}.util_insetMd--squish{padding:.5rem 1rem}.util_insetLg{padding:1.5rem}.util_insetLg--stretch{padding:2.25rem 1.5rem}.util_insetLg--squish{padding:.75rem 1.5rem}.util_insetXl{padding:2rem}.util_insetXl--stretch{padding:3rem 2rem}.util_insetXl--squish{padding:1rem 2rem}.util_insetXxl{padding:3rem}.util_insetXxl--stretch{padding:4.5rem 3rem}.util_insetXxl--squish{padding:1.5rem 3rem}.util_insetXxxl{padding:4rem}.util_insetXxxl--stretch{padding:6rem 4rem}.util_insetXxxl--squish{padding:2rem 4rem}:host([fluid]) .auro-button,:host([fluid=true]) .auro-button{min-width:auto;width:100%}:host([variant=flat]){display:inline-block;height:var(--ds-size-300, 1.5rem);width:var(--ds-size-300, 1.5rem)}:host([variant=flat]) .auro-button{height:100%;width:100%}::slotted(svg){vertical-align:middle}slot{pointer-events:none}.auro-button{position:relative;padding:0 var(--ds-size-300, 1.5rem);cursor:pointer;border-width:1px;border-style:solid;border-radius:var(--ds-border-radius, 0.375rem);font-family:var(--ds-basic-text-body-default-font-family, "AS Circular");font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, 450);line-height:var(--ds-basic-text-body-default-line-height, 24px);letter-spacing:var(--ds-basic-text-body-default-letter-spacing, 0);overflow:hidden;text-overflow:ellipsis;user-select:none;white-space:nowrap;min-height:var(--ds-size-600, 3rem);max-height:var(--ds-size-600, 3rem);display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ds-size-100, 0.5rem);margin:0;-webkit-touch-callout:none;-webkit-user-select:none}.auro-button:active{transform:scale(0.95)}.auro-button:focus-visible{outline:none}.auro-button:focus-visible:not([variant=flat]){outline-style:solid;outline-width:var(--ds-size-50, 0.25rem);outline-offset:calc(var(--ds-size-50, 0.25rem)*-1)}.auro-button:focus-visible:not([variant=flat]):not([variant=secondary]):not([variant=tertiary]){outline-width:calc(var(--ds-size-50, 0.25rem) - 1px)}.auro-button.loading{cursor:not-allowed}.auro-button.loading *:not([auro-loader]){visibility:hidden}@media screen and (min-width: 576px){.auro-button{min-width:8.75rem;width:auto}}.auro-button:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=secondary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=flat]{height:unset;width:unset;min-height:unset;max-height:unset;min-width:unset;max-width:unset;border:0;border-radius:unset;gap:unset;padding:unset}.auro-button[onDark]:disabled{cursor:not-allowed;transform:unset}.auro-button[onDark][variant=secondary]:disabled{cursor:not-allowed;transform:unset}@media(hover: hover){.auro-button[onDark][variant=tertiary]:active,.auro-button[onDark][variant=tertiary]:hover{box-shadow:none}}.auro-button[onDark][variant=tertiary]:active{box-shadow:none}.auro-button[onDark][variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button--slim{padding:var(--ds-size-100, 0.5rem) var(--ds-size-200, 1rem);font-family:var(--ds-basic-text-body-sm-font-family, "AS Circular");font-size:var(--ds-basic-text-body-sm-font-size, 14px);font-weight:var(--ds-basic-text-body-sm-font-weight, 450);line-height:var(--ds-basic-text-body-sm-line-height, 20px);letter-spacing:var(--ds-basic-text-body-sm-letter-spacing, 0);min-width:unset;min-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem));max-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem))}.auro-button--iconOnly{padding:0 var(--ds-size-100, 0.5rem);border-radius:100px;min-width:unset;height:var(--ds-size-600, 3rem);width:var(--ds-size-500, 2.5rem)}.auro-button--iconOnly ::slotted(auro-icon),.auro-button--iconOnly ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--iconOnly:not(.auro-button--rounded):focus-visible:not([variant=secondary]):not([variant=tertiary]):not([variant=flat]){outline-width:1px;outline-offset:-2px}.auro-button--iconOnlySlim{padding:0 var(--ds-size-50, 0.25rem);height:calc(var(--ds-size-400, 2rem) + var(--ds-size-50, 0.25rem));width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-50, 0.25rem))}.auro-button--iconOnlySlim ::slotted(auro-icon),.auro-button--iconOnlySlim ::slotted([auro-icon]){--ds-auro-icon-size:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem))}.auro-button--rounded{border-radius:100px;box-shadow:var(--ds-elevation-300, 0px 0px 15px rgba(0, 0, 0, 0.2));height:var(--ds-size-500, 2.5rem);min-width:unset;transition:all 300ms ease-out,outline 0ms,outline-offset 0ms}.auro-button--rounded ::slotted(auro-icon),.auro-button--rounded ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--rounded:focus-visible:not([variant=flat]):after{border-radius:100px}:host([rounded]) .textSlot{transition:opacity 300ms ease-in;opacity:1}:host([rounded][iconOnly]) .textSlot{opacity:0}:host([rounded][iconOnly]) .textWrapper{display:none}:host([rounded][iconOnly]) .auro-button{min-width:unset;padding:unset;width:var(--ds-size-600, 3rem)}[auro-loader]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}`;
11776
11776
 
11777
- var colorCss$7 = i$5`[auro-loader]{color:var(--ds-auro-button-loader-color)}.auro-button{-webkit-tap-highlight-color:var(--ds-auro-button-tap-color);color:var(--ds-auro-button-text-color);background-color:var(--ds-auro-button-container-color);background-image:linear-gradient(var(--ds-auro-button-container-image), var(--ds-auro-button-container-image));border-color:var(--ds-auro-button-border-color)}.auro-button:not([variant=secondary]):not([variant=tertiary]):focus-visible{outline-color:var(--ds-auro-button-border-inset-color)}.auro-button:not([ondark]):active:not(:disabled),.auro-button:not([ondark]):hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-hover, #00274a)}.auro-button:not([ondark]):disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-disabled, #acc9e2)}.auro-button:not([ondark])[variant=secondary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border, #01426a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text, #01426a)}.auro-button:not([ondark])[variant=secondary]:active:not(:disabled),.auro-button:not([ondark])[variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-hover, #00274a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-hover, #00274a)}.auro-button:not([ondark])[variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=secondary]:disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-disabled, #cfe0ef);--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text, #01426a)}.auro-button:not([ondark])[variant=tertiary]:active:not(:disabled),.auro-button:not([ondark])[variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-border-color:transparent}.auro-button:not([ondark])[variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=tertiary]:disabled{--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=flat]{color:var(--ds-advanced-color-button-flat-text, #676767);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:active:not(:disabled),.auro-button:not([ondark])[variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-hover, #525252);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-disabled, #d0d0d0);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark]{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse, #ffffff);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a)}.auro-button[ondark]:active:not(:disabled),.auro-button[ondark]:hover:not(:disabled){--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-hover, #ebf3f9);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9)}.auro-button[ondark]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button[ondark]:disabled{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=secondary]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:active:not(:disabled),.auro-button[ondark][variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse-disabled, #dddddd)}.auro-button[ondark][variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:active:not(:disabled),.auro-button[ondark][variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=flat]{color:var(--ds-advanced-color-button-flat-text-inverse, #ffffff);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:active:not(:disabled),.auro-button[ondark][variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-inverse-hover, #adadad);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-inverse-disabled, #7e8894);background-color:transparent;background-image:none;border-color:transparent}`;
11777
+ var colorCss$6 = i$5`[auro-loader]{color:var(--ds-auro-button-loader-color)}.auro-button{-webkit-tap-highlight-color:var(--ds-auro-button-tap-color);color:var(--ds-auro-button-text-color);background-color:var(--ds-auro-button-container-color);background-image:linear-gradient(var(--ds-auro-button-container-image), var(--ds-auro-button-container-image));border-color:var(--ds-auro-button-border-color)}.auro-button:not([variant=secondary]):not([variant=tertiary]):focus-visible{outline-color:var(--ds-auro-button-border-inset-color)}.auro-button:not([ondark]):active:not(:disabled),.auro-button:not([ondark]):hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-hover, #00274a)}.auro-button:not([ondark]):disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-disabled, #acc9e2)}.auro-button:not([ondark])[variant=secondary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border, #01426a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text, #01426a)}.auro-button:not([ondark])[variant=secondary]:active:not(:disabled),.auro-button:not([ondark])[variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-hover, #00274a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-hover, #00274a)}.auro-button:not([ondark])[variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=secondary]:disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-disabled, #cfe0ef);--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text, #01426a)}.auro-button:not([ondark])[variant=tertiary]:active:not(:disabled),.auro-button:not([ondark])[variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-border-color:transparent}.auro-button:not([ondark])[variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=tertiary]:disabled{--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=flat]{color:var(--ds-advanced-color-button-flat-text, #676767);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:active:not(:disabled),.auro-button:not([ondark])[variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-hover, #525252);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-disabled, #d0d0d0);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark]{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse, #ffffff);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a)}.auro-button[ondark]:active:not(:disabled),.auro-button[ondark]:hover:not(:disabled){--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-hover, #ebf3f9);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9)}.auro-button[ondark]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button[ondark]:disabled{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=secondary]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:active:not(:disabled),.auro-button[ondark][variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse-disabled, #dddddd)}.auro-button[ondark][variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:active:not(:disabled),.auro-button[ondark][variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=flat]{color:var(--ds-advanced-color-button-flat-text-inverse, #ffffff);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:active:not(:disabled),.auro-button[ondark][variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-inverse-hover, #adadad);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-inverse-disabled, #7e8894);background-color:transparent;background-image:none;border-color:transparent}`;
11778
11778
 
11779
11779
  var tokensCss$7 = i$5`:host{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background, #01426a);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text, #ffffff);--ds-auro-button-tap-color:transparent}`;
11780
11780
 
11781
11781
  var styleCss$6 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin:0.375rem;--margin-xs:0.2rem;--margin-sm:0.5rem;--margin-md:0.75rem;--margin-lg:1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin)*6);height:1.5rem}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(2.55rem + var(--margin-xs)*6);height:1.55rem}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm)*6);height:2.5rem}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md)*6);height:3.5rem}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg)*6);height:5.5rem}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-400ms}:host([pulse])>span:nth-child(2){animation-delay:-200ms}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,100%{opacity:.1;transform:scale(0.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(0deg)}100%{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{100%{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{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%}100%{left:110%}}:host>.no-animation{display:none}@media(prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center;font-size:1rem}:host>span{opacity:1}:host>.loader{display:none}:host>.no-animation{display:block}}`;
11782
11782
 
11783
- var colorCss$6 = i$5`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]){--ds-auro-loader-color:var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--ds-auro-loader-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color:transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color:currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color:currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}`;
11783
+ var colorCss$5 = i$5`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]){--ds-auro-loader-color:var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--ds-auro-loader-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color:transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color:currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color:currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}`;
11784
11784
 
11785
11785
  var tokensCss$6 = i$5`:host{--ds-auro-loader-background-color:currentcolor;--ds-auro-loader-border-color:currentcolor;--ds-auro-loader-color:currentcolor}`;
11786
11786
 
@@ -11859,7 +11859,7 @@ let AuroLoader$1 = class AuroLoader extends i$2 {
11859
11859
  static get styles() {
11860
11860
  return [
11861
11861
  i$5`${styleCss$6}`,
11862
- i$5`${colorCss$6}`,
11862
+ i$5`${colorCss$5}`,
11863
11863
  i$5`${tokensCss$6}`
11864
11864
  ];
11865
11865
  }
@@ -11931,27 +11931,6 @@ var loaderVersion$1 = '5.0.0';
11931
11931
 
11932
11932
 
11933
11933
  /**
11934
- * @attr {Boolean} autofocus - This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user
11935
- * @attr {Boolean} disabled - If set to true, button will become disabled and not allow for interactions
11936
- * @attr {Boolean} iconOnly - If set to true, the button will contain an icon with no additional content
11937
- * @attr {Boolean} loading - If set to true button text will be replaced with `auro-loader` and become disabled
11938
- * @attr {String} loadingText - Sets custom loading text for the `aria-label` on a button in loading state. If not set, the default value of "Loading..." will be used.
11939
- * @attr {Boolean} onDark - Set value for on-dark version of auro-button
11940
- * @attr {Boolean} rounded - If set to true, the button will have a rounded shape
11941
- * @attr {Boolean} slim - Set value for slim version of auro-button
11942
- * @attr {Boolean} fluid - Alters the shape of the button to be full width of its parent container
11943
- * @attr {String} arialabel - Populates the `aria-label` attribute that is used to define a string that labels the current element. Use it in cases where a text label is not visible on the screen. If there is visible text labeling the element, use `aria-labelledby` instead.
11944
- * @attr {String} arialabelledby - Populates the `aria-labelledby` attribute that establishes relationships between objects and their label(s), and its value should be one or more element IDs, which refer to elements that have the text needed for labeling. List multiple element IDs in a space delimited fashion.
11945
- * @attr {Boolean} ariaexpanded - Populates the `aria-expanded` attribute that indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. This is an optional attribute for buttons.
11946
- * @attr {String} id - Set the unique ID of an element.
11947
- * @attr {String} title - Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
11948
- * @attr {String} type - The type of the button. Possible values are: `submit`, `reset`, `button`
11949
- * @attr {String} value - Defines the value associated with the button which is submitted with the form data.
11950
- * @attr {String} variant - Sets button variant option. Possible values are: `secondary`, `tertiary`
11951
- * @attr {Boolean} secondary - DEPRECATED
11952
- * @attr {Boolean} tertiary - DEPRECATED
11953
- * @prop {Boolean} ready - When false the component API should not be called.
11954
- * @event auroButton-ready - Notifies that the component has finished initializing.
11955
11934
  * @slot - Default slot for the text of the button.
11956
11935
  * @slot icon - Slot to provide auro-icon for the button.
11957
11936
  * @csspart button - Apply CSS to HTML5 button.
@@ -11975,13 +11954,11 @@ let AuroButton$1 = class AuroButton extends i$2 {
11975
11954
 
11976
11955
  constructor() {
11977
11956
  super();
11978
-
11979
11957
  this.autofocus = false;
11980
11958
  this.disabled = false;
11981
11959
  this.iconOnly = false;
11982
11960
  this.loading = false;
11983
11961
  this.onDark = false;
11984
- this.ready = false;
11985
11962
  this.secondary = false;
11986
11963
  this.tertiary = false;
11987
11964
  this.rounded = false;
@@ -12014,79 +11991,175 @@ let AuroButton$1 = class AuroButton extends i$2 {
12014
11991
  return [
12015
11992
  tokensCss$7,
12016
11993
  styleCss$7,
12017
- colorCss$7
11994
+ colorCss$6
12018
11995
  ];
12019
11996
  }
12020
11997
 
12021
11998
  static get properties() {
12022
11999
  return {
12000
+
12001
+ /**
12002
+ * This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
12003
+ */
12023
12004
  autofocus: {
12024
12005
  type: Boolean,
12025
12006
  reflect: true
12026
12007
  },
12008
+
12009
+ /**
12010
+ * If set to true, button will become disabled and not allow for interactions.
12011
+ */
12027
12012
  disabled: {
12028
12013
  type: Boolean,
12029
12014
  reflect: true
12030
12015
  },
12016
+
12017
+ /**
12018
+ * DEPRECATED.
12019
+ * @deprecated
12020
+ */
12031
12021
  secondary: {
12032
12022
  type: Boolean,
12033
12023
  reflect: true
12034
12024
  },
12025
+
12026
+ /**
12027
+ * DEPRECATED.
12028
+ * @deprecated
12029
+ */
12035
12030
  tertiary: {
12036
12031
  type: Boolean,
12037
12032
  reflect: true
12038
12033
  },
12034
+
12035
+ /**
12036
+ * Alters the shape of the button to be full width of its parent container.
12037
+ */
12039
12038
  fluid: {
12040
12039
  type: Boolean,
12041
12040
  reflect: true
12042
12041
  },
12042
+
12043
+ /**
12044
+ * If set to true, the button will contain an icon with no additional content.
12045
+ */
12043
12046
  iconOnly: {
12044
12047
  type: Boolean,
12045
12048
  reflect: true
12046
12049
  },
12050
+
12051
+ /**
12052
+ * If set to true button text will be replaced with `auro-loader` and become disabled.
12053
+ */
12047
12054
  loading: {
12048
12055
  type: Boolean,
12049
12056
  reflect: true
12050
12057
  },
12058
+
12059
+ /**
12060
+ * Sets custom loading text for the `aria-label` on a button in loading state. If not set, the default value of "Loading..." will be used.
12061
+ */
12051
12062
  loadingText: {
12052
12063
  type: String
12053
12064
  },
12065
+
12066
+ /**
12067
+ * Set value for on-dark version of auro-button.
12068
+ */
12054
12069
  onDark: {
12055
12070
  type: Boolean,
12056
12071
  reflect: true
12057
12072
  },
12073
+
12074
+ /**
12075
+ * If set to true, the button will have a rounded shape.
12076
+ */
12058
12077
  rounded: {
12059
12078
  type: Boolean,
12060
12079
  reflect: true
12061
12080
  },
12081
+
12082
+ /**
12083
+ * Set value for slim version of auro-button.
12084
+ */
12062
12085
  slim: {
12063
12086
  type: Boolean,
12064
12087
  reflect: true
12065
12088
  },
12089
+
12090
+ /**
12091
+ * Populates `tabIndex` to define the focusable sequence in keyboard navigation.
12092
+ */
12093
+ tIndex: {
12094
+ type: String,
12095
+ reflect: true
12096
+ },
12097
+
12098
+ /**
12099
+ * Populates the `aria-hidden` attribute to hide the button from a11y API.
12100
+ */
12101
+ ariahidden: {
12102
+ type: String,
12103
+ reflect: true,
12104
+ },
12105
+
12106
+ /**
12107
+ * Populates the `aria-label` attribute that is used to define a string that labels the current element.
12108
+ * Use it in cases where a text label is not visible on the screen.
12109
+ * If there is visible text labeling the element, use `aria-labelledby` instead.
12110
+ */
12066
12111
  arialabel: {
12067
12112
  type: String,
12068
12113
  reflect: true
12069
12114
  },
12115
+
12116
+ /**
12117
+ * Populates the `aria-labelledby` attribute that establishes relationships between objects and their label(s),
12118
+ * and its value should be one or more element IDs, which refer to elements that have the text needed for labeling.
12119
+ * List multiple element IDs in a space delimited fashion.
12120
+ */
12070
12121
  arialabelledby: {
12071
12122
  type: String,
12072
12123
  reflect: true
12073
12124
  },
12125
+
12126
+ /**
12127
+ * Populates the `aria-expanded` attribute that indicates whether the element,
12128
+ * or another grouping element it controls, is currently expanded or collapsed.
12129
+ * This is an optional attribute for buttons.
12130
+ */
12074
12131
  ariaexpanded: {
12075
12132
  type: Boolean,
12076
12133
  reflect: true
12077
12134
  },
12135
+
12136
+ /**
12137
+ * Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
12138
+ */
12078
12139
  title: {
12079
12140
  type: String,
12080
12141
  reflect: true
12081
12142
  },
12143
+
12144
+ /**
12145
+ * The type of the button. Possible values are: `submit`, `reset`, `button`.
12146
+ */
12082
12147
  type: {
12083
12148
  type: String,
12084
12149
  reflect: true
12085
12150
  },
12151
+
12152
+ /**
12153
+ * Defines the value associated with the button which is submitted with the form data.
12154
+ */
12086
12155
  value: {
12087
12156
  type: String,
12088
12157
  reflect: true
12089
12158
  },
12159
+
12160
+ /**
12161
+ * Sets button variant option. Possible values are: `secondary`, `tertiary`.
12162
+ */
12090
12163
  variant: {
12091
12164
  type: String,
12092
12165
  reflect: true
@@ -12116,21 +12189,6 @@ let AuroButton$1 = class AuroButton extends i$2 {
12116
12189
  this.renderRoot.querySelector('button').focus();
12117
12190
  }
12118
12191
 
12119
- /**
12120
- * Marks the component as ready and sends event.
12121
- * @private
12122
- * @returns {void}
12123
- */
12124
- notifyReady() {
12125
- this.ready = true;
12126
-
12127
- this.dispatchEvent(new CustomEvent('auroButton-ready', {
12128
- bubbles: true,
12129
- cancelable: false,
12130
- composed: true,
12131
- }));
12132
- }
12133
-
12134
12192
  updated() {
12135
12193
  // support the old `secondary` and `tertiary` attributes` that are deprecated
12136
12194
  if (this.secondary) {
@@ -12142,10 +12200,6 @@ let AuroButton$1 = class AuroButton extends i$2 {
12142
12200
  }
12143
12201
  }
12144
12202
 
12145
- firstUpdated() {
12146
- this.notifyReady();
12147
- }
12148
-
12149
12203
  /**
12150
12204
  * Submits the form that this button is associated with.
12151
12205
  * @private
@@ -12160,7 +12214,7 @@ let AuroButton$1 = class AuroButton extends i$2 {
12160
12214
  /**
12161
12215
  * Returns the form element that this button is associated with.
12162
12216
  * @private
12163
- * @returns {HTMLFormElement|null}
12217
+ * @returns {HTMLFormElement | null}
12164
12218
  */
12165
12219
  get form() {
12166
12220
  return this.internals ? this.internals.form : null;
@@ -12181,9 +12235,11 @@ let AuroButton$1 = class AuroButton extends i$2 {
12181
12235
  return u$2`
12182
12236
  <button
12183
12237
  part="button"
12238
+ aria-hidden="${o(this.ariahidden || undefined)}"
12184
12239
  aria-label="${o(this.loading ? this.loadingText : this.arialabel || undefined)}"
12185
12240
  aria-labelledby="${o(this.arialabelledby ? this.arialabelledby : undefined)}"
12186
12241
  aria-expanded="${o(this.ariaexpanded)}"
12242
+ tabIndex="${o(this.tIndex)}"
12187
12243
  ?autofocus="${this.autofocus}"
12188
12244
  class="${e(classes)}"
12189
12245
  ?disabled="${this.disabled || this.loading}"
@@ -12302,7 +12358,7 @@ class AuroCalendar extends RangeDatepicker {
12302
12358
  static get styles() {
12303
12359
  return [
12304
12360
  styleCss$c,
12305
- colorCss$c,
12361
+ colorCss$b,
12306
12362
  tokensCss$a
12307
12363
  ];
12308
12364
  }
@@ -13159,16 +13215,21 @@ const flip$1 = function (options) {
13159
13215
  const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;
13160
13216
  const nextPlacement = placements[nextIndex];
13161
13217
  if (nextPlacement) {
13162
- // Try next placement and re-run the lifecycle.
13163
- return {
13164
- data: {
13165
- index: nextIndex,
13166
- overflows: overflowsData
13167
- },
13168
- reset: {
13169
- placement: nextPlacement
13170
- }
13171
- };
13218
+ var _overflowsData$;
13219
+ const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;
13220
+ const hasInitialMainAxisOverflow = ((_overflowsData$ = overflowsData[0]) == null ? void 0 : _overflowsData$.overflows[0]) > 0;
13221
+ if (!ignoreCrossAxisOverflow || hasInitialMainAxisOverflow) {
13222
+ // Try next placement and re-run the lifecycle.
13223
+ return {
13224
+ data: {
13225
+ index: nextIndex,
13226
+ overflows: overflowsData
13227
+ },
13228
+ reset: {
13229
+ placement: nextPlacement
13230
+ }
13231
+ };
13232
+ }
13172
13233
  }
13173
13234
 
13174
13235
  // First, find the candidates that fit on the mainAxis side of overflow,
@@ -13820,6 +13881,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
13820
13881
  scrollTop: 0
13821
13882
  };
13822
13883
  const offsets = createCoords(0);
13884
+
13885
+ // If the <body> scrollbar appears on the left (e.g. RTL systems). Use
13886
+ // Firefox with layout.scrollbar.side = 3 in about:config to test this.
13887
+ function setLeftRTLScrollbarOffset() {
13888
+ offsets.x = getWindowScrollBarX(documentElement);
13889
+ }
13823
13890
  if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
13824
13891
  if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
13825
13892
  scroll = getNodeScroll(offsetParent);
@@ -13829,11 +13896,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
13829
13896
  offsets.x = offsetRect.x + offsetParent.clientLeft;
13830
13897
  offsets.y = offsetRect.y + offsetParent.clientTop;
13831
13898
  } else if (documentElement) {
13832
- // If the <body> scrollbar appears on the left (e.g. RTL systems). Use
13833
- // Firefox with layout.scrollbar.side = 3 in about:config to test this.
13834
- offsets.x = getWindowScrollBarX(documentElement);
13899
+ setLeftRTLScrollbarOffset();
13835
13900
  }
13836
13901
  }
13902
+ if (isFixed && !isOffsetParentAnElement && documentElement) {
13903
+ setLeftRTLScrollbarOffset();
13904
+ }
13837
13905
  const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
13838
13906
  const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
13839
13907
  const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
@@ -14010,7 +14078,7 @@ function observeMove(element, onMove) {
14010
14078
  // Handle <iframe>s
14011
14079
  root: root.ownerDocument
14012
14080
  });
14013
- } catch (e) {
14081
+ } catch (_e) {
14014
14082
  io = new IntersectionObserver(handleObserve, options);
14015
14083
  }
14016
14084
  io.observe(element);
@@ -14823,7 +14891,7 @@ let AuroDependencyVersioning$1 = class AuroDependencyVersioning {
14823
14891
  * @attr {Boolean} hiddenAudible - If present, the component will be hidden from screen readers, but seen visually
14824
14892
  */
14825
14893
 
14826
- let AuroElement$1 = class AuroElement extends i$2 {
14894
+ let AuroElement$1$1 = class AuroElement extends i$2 {
14827
14895
 
14828
14896
  // function to define props used within the scope of this component
14829
14897
  static get properties() {
@@ -14891,7 +14959,7 @@ var styleCss$3$1 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}
14891
14959
  */
14892
14960
 
14893
14961
  // build the component class
14894
- let BaseIcon$1 = class BaseIcon extends AuroElement$1 {
14962
+ let BaseIcon$1 = class BaseIcon extends AuroElement$1$1 {
14895
14963
  constructor() {
14896
14964
  super();
14897
14965
  this.onDark = false;
@@ -14965,7 +15033,7 @@ let BaseIcon$1 = class BaseIcon extends AuroElement$1 {
14965
15033
 
14966
15034
  var tokensCss$2$1 = i$5`:host{--ds-auro-icon-color:var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-alaska-color:#02426D;--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}`;
14967
15035
 
14968
- var colorCss$3$1 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}`;
15036
+ var colorCss$3$1 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][variant=statusError]){--ds-auro-icon-color:var(--ds-advanced-color-state-error-inverse, #f9a4a8)}`;
14969
15037
 
14970
15038
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
14971
15039
  // See LICENSE in the project root for license information.
@@ -15140,7 +15208,7 @@ var styleCss$2$1 = i$5`:host{position:absolute;z-index:var(--depth-tooltip, 400)
15140
15208
 
15141
15209
  var colorCss$2$1 = i$5`.container{background-color:var(--ds-auro-dropdownbib-container-color);box-shadow:var(--ds-auro-dropdownbib-boxshadow-color);color:var(--ds-auro-dropdownbib-text-color)}`;
15142
15210
 
15143
- var tokensCss$1$1 = i$5`:host{--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-dropdown-trigger-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdown-trigger-border-color: transparent;--ds-auro-dropdown-trigger-outline-color: transparent;--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-dropdownbib-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdownbib-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}`;
15211
+ var tokensCss$1$1 = i$5`:host(:not([ondark])){--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-dropdown-trigger-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdown-trigger-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdown-trigger-border-color: transparent;--ds-auro-dropdown-trigger-outline-color: transparent;--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-dropdownbib-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdownbib-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdownbib-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host([ondark]){--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db);--ds-auro-dropdown-trigger-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdown-trigger-border-color: transparent;--ds-auro-dropdown-trigger-outline-color: transparent;--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-dropdownbib-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdownbib-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdownbib-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}`;
15144
15212
 
15145
15213
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
15146
15214
  // See LICENSE in the project root for license information.
@@ -15263,11 +15331,17 @@ class AuroDropdownBib extends i$2 {
15263
15331
 
15264
15332
  var dropdownVersion$1 = '3.0.0';
15265
15333
 
15266
- var styleCss$1$1 = i$5`:host{position:relative;display:inline-block;max-width:100%}:host([fluid]){display:block}#bibSizer{position:absolute;z-index:-1;opacity:0;pointer-events:none}.label{font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px);transition:font-size .3s cubic-bezier(0.215, 0.61, 0.355, 1);white-space:normal}.label[hasTrigger=false]{font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, 450);letter-spacing:var(--ds-basic-text-body-default-letter-spacing, 0);line-height:var(--ds-basic-text-body-default-line-height, 24px)}.trigger{position:relative;display:flex;align-items:center}.trigger[showBorder]{border-width:1px;border-style:solid;cursor:pointer;outline-style:solid;outline-width:1px}@media(hover: hover){.trigger:hover{cursor:pointer}}.triggerContentWrapper{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}#showStateIcon{display:flex;overflow:hidden;height:100%;align-items:center;margin-left:var(--ds-size-100, 0.5rem)}#showStateIcon [auro-icon]{height:var(--ds-size-300, 1.5rem);line-height:var(--ds-size-300, 1.5rem)}#showStateIcon[data-expanded=true] [auro-icon]{transform:rotate(-180deg)}:host([matchwidth]) #bibSizer{width:100%}:host([disabled]){pointer-events:none}:host([inset]) .trigger{padding:var(--ds-size-150, 0.75rem) var(--ds-size-200, 1rem)}:host([common]) .trigger,:host([inset][bordered]) .trigger{padding:var(--ds-size-200, 1rem) var(--ds-size-150, 0.75rem)}:host([inset][bordered][labeled]) .trigger{padding:var(--ds-size-100, 0.5rem) var(--ds-size-150, 0.75rem)}:host([common]) .trigger,:host([rounded]) .trigger{border-radius:var(--ds-border-radius, 0.375rem)}`;
15334
+ var shapeSizeCss$1 = i$5`.shape-snowflake-xl,.shape-snowflake-lg,.shape-snowflake-md,.shape-snowflake-sm,.shape-snowflake-xs{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:30px}.shape-snowflake-xl.simple,.shape-snowflake-lg.simple,.shape-snowflake-md.simple,.shape-snowflake-sm.simple,.shape-snowflake-xs.simple{border-width:0;min-height:60px;max-height:60px;background-color:unset}.shape-box-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent}.shape-box-xl.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}.shape-rounded-lg{min-height:52px;max-height:52px;border-style:solid;border-width:2px;border-color:transparent;border-radius:6px}.shape-rounded-lg.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:34px}.shape-pill-xl.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}.shape-pill-left-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:34px 0 0 34px}.shape-pill-left-xl.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}.shape-pill-right-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 34px 34px 0}.shape-pill-right-xl.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}.shape-pill-md{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:34px}.shape-pill-md.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}.shape-pill-left-md{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:34px 0 0 34px}.shape-pill-left-md.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}.shape-pill-right-md{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 34px 34px 0}.shape-pill-right-md.simple{border-width:0;min-height:72px;max-height:72px;background-color:unset}`;
15335
+
15336
+ var styleCss$1$1 = i$5`:host([layout*=classic]){position:relative;display:inline-block;max-width:100%}:host([layout*=classic]) #bibSizer{position:absolute;z-index:-1;opacity:0;pointer-events:none}:host([layout*=classic]) .label{font-size:var(--ds-text-body-size-xs, 0.75rem);line-height:var(--ds-text-body-size-default, 1rem);transition:font-size .3s cubic-bezier(0.215, 0.61, 0.355, 1);white-space:normal}:host([layout*=classic]) .label[hasTrigger=false]{font-size:var(--ds-text-body-size-default, 1rem)}:host([layout*=classic]) .trigger{position:relative;display:flex;align-items:center}:host([layout*=classic]) .trigger[showBorder]{border-width:1px;border-style:solid;cursor:pointer;outline-style:solid;outline-width:1px}@media(hover: hover){:host([layout*=classic]) .trigger:hover{cursor:pointer}}:host([layout*=classic]) .triggerContentWrapper{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) #showStateIcon{display:flex;overflow:hidden;height:100%;align-items:center;margin-left:var(--ds-size-100, 0.5rem)}:host([layout*=classic]) #showStateIcon [auro-icon]{height:var(--ds-size-300, 1.5rem);line-height:var(--ds-size-300, 1.5rem)}:host([layout*=classic]) #showStateIcon[data-expanded=true] [auro-icon]{transform:rotate(-180deg)}:host([layout*=classic][fluid]){display:block}:host([layout*=classic][matchwidth]) #bibSizer{width:100%}:host([layout*=classic][disabled]){pointer-events:none}:host([layout*=classic][inset]) .trigger{padding:var(--ds-size-150, 0.75rem) var(--ds-size-200, 1rem)}:host([layout*=classic][common]) .trigger,:host([layout*=classic][inset][bordered]) .trigger{padding:var(--ds-size-200, 1rem) var(--ds-size-150, 0.75rem)}:host([layout*=classic][inset][bordered][labeled]) .trigger{padding:var(--ds-size-100, 0.5rem) var(--ds-size-150, 0.75rem)}:host([layout*=classic][common]) .trigger,:host([layout*=classic][rounded]) .trigger{border-radius:var(--ds-border-radius, 0.375rem)}`;
15267
15337
 
15268
- var colorCss$1$1 = i$5`.label{color:var(--ds-auro-dropdown-label-text-color)}.trigger{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-container-color);color:var(--ds-auro-dropdown-trigger-text-color);outline-color:var(--ds-auro-dropdown-trigger-outline-color)}.trigger:focus-within,.trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host([disabled]){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([common]),:host([bordered]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-bold, #585e67)}:host([common]) .trigger:active,:host([common]) .trigger:focus-within,:host([bordered]) .trigger:active,:host([bordered]) .trigger:focus-within{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused, #01426a)}:host([error]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([error]) .trigger{outline:solid 1px var(--ds-auro-dropdown-trigger-border-color)}:host([error]) .trigger:focus-within,:host([error]) .trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host([disabled][common]),:host([disabled][bordered]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host([onDark]){--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db);--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark]):focus-within,:host([onDark]):active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([onDark][disabled]){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][common]),:host([onDark][bordered]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([onDark][common]) .trigger:focus-within,:host([onDark][common]) .trigger:active,:host([onDark][bordered]) .trigger:focus-within,:host([onDark][bordered]) .trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([onDark][error]){--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host([onDark][error]) .trigger{outline:solid 1px var(--ds-auro-dropdown-trigger-border-color)}:host([onDark][error]) .trigger:focus-within,:host([onDark][error]) .trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([onDark][disabled][common]),:host([onDark][disabled][bordered]){--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse-disabled, rgba(255, 255, 255, 0.1))}`;
15338
+ var colorCss$1$1 = i$5`:host .wrapper{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-background-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host(:not([ondark])) .wrapper:focus,:host(:not([ondark])) .wrapper:focus-within{--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus,:host([ondark]) .wrapper:focus-within{--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([error]:not([ondark])){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([error][ondark]){--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}.helpText{color:var(--ds-auro-dropdown-helptext-text-color)}`;
15269
15339
 
15270
- var colorCss$5 = i$5`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
15340
+ var styleEmphasizedCss = i$5`:host{display:block}.wrapper{display:flex;flex-direction:column}.trigger{flex:1;display:flex;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.triggerContent{overflow:hidden;flex:1;display:flex;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap;width:100%}:host([layout*=emphasized][shape*=pill]:not([layout*=right])) .leftIndent{margin-left:24px;width:calc(100% - 24px)}:host([layout*=emphasized][shape*=pill]:not([layout*=left])) .rightIndent{margin-right:24px;width:calc(100% - 24px)}:host([layout*=emphasized][shape*=pill]:not([layout*=left]):not([layout*=right])) .rightIndent{margin-right:24px;width:calc(100% - 48px)}`;
15341
+
15342
+ var styleSnowflakeCss = i$5`:host{display:block}.wrapper{display:flex;flex-direction:column}.trigger{flex:1;display:flex;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.triggerContent{overflow:hidden;flex:1;display:flex;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap;width:100%}:host([layout*=snowflake]) .leftIndent{margin-left:24px;width:calc(100% - 48px)}:host([layout*=snowflake]) .rightIndent{margin-right:24px;width:calc(100% - 48px)}`;
15343
+
15344
+ var colorCss$4 = i$5`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
15271
15345
 
15272
15346
  var styleCss$5 = i$5`.helptext-wrapper{display:none;font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px)}:host([large]) .helptext-wrapper{font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, 450);letter-spacing:var(--ds-basic-text-body-default-letter-spacing, 0);line-height:var(--ds-basic-text-body-default-line-height, 24px)}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
15273
15347
 
@@ -15366,7 +15440,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
15366
15440
 
15367
15441
  static get styles() {
15368
15442
  return [
15369
- colorCss$5,
15443
+ colorCss$4,
15370
15444
  styleCss$5,
15371
15445
  tokensCss$5
15372
15446
  ];
@@ -15475,6 +15549,98 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
15475
15549
 
15476
15550
  var helpTextVersion$1 = '1.0.0';
15477
15551
 
15552
+ let AuroElement$2 = class AuroElement extends i$2 {
15553
+ static get properties() {
15554
+ return {
15555
+
15556
+ /**
15557
+ * Defines the language of an element.
15558
+ * @default {'default'}
15559
+ */
15560
+ layout: {
15561
+ type: String,
15562
+ attribute: "layout",
15563
+ reflect: true
15564
+ },
15565
+
15566
+ shape: {
15567
+ type: String,
15568
+ attribute: "shape",
15569
+ reflect: true
15570
+ },
15571
+
15572
+ size: {
15573
+ type: String,
15574
+ attribute: "size",
15575
+ reflect: true
15576
+ },
15577
+
15578
+ onDark: {
15579
+ type: Boolean,
15580
+ attribute: "ondark",
15581
+ reflect: true
15582
+ }
15583
+ };
15584
+ }
15585
+
15586
+ resetShapeClasses() {
15587
+ if (this.shape && this.size) {
15588
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
15589
+
15590
+ if (wrapper) {
15591
+ wrapper.classList.forEach((className) => {
15592
+ if (className.startsWith('shape-')) {
15593
+ wrapper.classList.remove(className);
15594
+ }
15595
+ });
15596
+
15597
+ wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
15598
+ }
15599
+ }
15600
+ }
15601
+
15602
+ resetLayoutClasses() {
15603
+ if (this.layout) {
15604
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
15605
+
15606
+ if (wrapper) {
15607
+ wrapper.classList.forEach((className) => {
15608
+ if (className.startsWith('layout-')) {
15609
+ wrapper.classList.remove(className);
15610
+ }
15611
+ });
15612
+
15613
+ wrapper.classList.add(`layout-${this.layout.toLowerCase()}`);
15614
+ }
15615
+ }
15616
+ }
15617
+
15618
+ updateComponentArchitecture() {
15619
+ this.resetLayoutClasses();
15620
+ this.resetShapeClasses();
15621
+ }
15622
+
15623
+ updated(changedProperties) {
15624
+ if (changedProperties.has('layout') || changedProperties.has('shape') || changedProperties.has('size')) {
15625
+ this.updateComponentArchitecture();
15626
+ }
15627
+ }
15628
+
15629
+ // Try to render the defined `this.layout` layout. If that fails, fall back to the default layout.
15630
+ // This will catch if an invalid layout value is passed in and render the default layout if so.
15631
+ render() {
15632
+ try {
15633
+ return this.renderLayout();
15634
+ } catch (error) {
15635
+ // failed to get the defined layout
15636
+ console.error('Failed to get the defined layout - using the default layout', error); // eslint-disable-line no-console
15637
+
15638
+ // fallback to the default layout
15639
+ return this.getLayout('default');
15640
+ }
15641
+ }
15642
+ };
15643
+
15478
15644
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
15479
15645
  // See LICENSE in the project root for license information.
15480
15646
 
@@ -15492,7 +15658,7 @@ var helpTextVersion$1 = '1.0.0';
15492
15658
  * @event auroDropdown-toggled - Notifies that the visibility of the dropdown bib has changed.
15493
15659
  * @event auroDropdown-idAdded - Notifies consumers that the unique ID for the dropdown bib has been generated.
15494
15660
  */
15495
- class AuroDropdown extends i$2 {
15661
+ class AuroDropdown extends AuroElement$2 {
15496
15662
  constructor() {
15497
15663
  super();
15498
15664
 
@@ -15501,26 +15667,29 @@ class AuroDropdown extends i$2 {
15501
15667
  this.matchWidth = false;
15502
15668
  this.noHideOnThisFocusLoss = false;
15503
15669
 
15670
+ this.errorMessage = ''; // TODO!
15671
+
15672
+ // Layout Config
15673
+ this.layout = 'default';
15674
+ this.shape = 'rounded';
15675
+ this.size = 'xl';
15676
+
15504
15677
  this.privateDefaults();
15678
+ }
15505
15679
 
15506
- /**
15507
- * @private
15508
- * @property {boolean} delegatesFocus - Whether the shadow root delegates focus.
15509
- */
15510
- this.constructor.shadowRootOptions = {
15511
- ...i$2.shadowRootOptions,
15512
- delegatesFocus: true,
15680
+ get commonLabelClasses() {
15681
+ return {
15682
+ // 'withValue': this.value && this.value.length > 0
15513
15683
  };
15684
+ }
15514
15685
 
15515
- /**
15516
- * @private
15517
- */
15518
- this.triggerContentFocusable = false;
15519
-
15520
- /**
15521
- * @private
15522
- */
15523
- this.showTriggerBorders = true;
15686
+ get commonWrapperClasses() {
15687
+ return {
15688
+ 'trigger': true,
15689
+ 'wrapper': true,
15690
+ 'hasFocus': this.hasFocus,
15691
+ 'simple': this.simple
15692
+ };
15524
15693
  }
15525
15694
 
15526
15695
  /**
@@ -15528,7 +15697,6 @@ class AuroDropdown extends i$2 {
15528
15697
  * @returns {void} Internal defaults.
15529
15698
  */
15530
15699
  privateDefaults() {
15531
- this.bordered = false;
15532
15700
  this.chevron = false;
15533
15701
  this.disabled = false;
15534
15702
  this.error = false;
@@ -15538,8 +15706,11 @@ class AuroDropdown extends i$2 {
15538
15706
  this.noToggle = false;
15539
15707
  this.a11yAutocomplete = 'none';
15540
15708
  this.labeled = true;
15541
- this.a11yRole = 'combobox';
15709
+ this.a11yRole = 'button';
15542
15710
  this.onDark = false;
15711
+ this.showTriggerBorders = true;
15712
+ this.triggerContentFocusable = false;
15713
+ this.simple = false;
15543
15714
 
15544
15715
  // floaterConfig
15545
15716
  this.placement = 'bottom-start';
@@ -15547,6 +15718,15 @@ class AuroDropdown extends i$2 {
15547
15718
  this.noFlip = false;
15548
15719
  this.autoPlacement = false;
15549
15720
 
15721
+ /**
15722
+ * @private
15723
+ * @property {boolean} delegatesFocus - Whether the shadow root delegates focus.
15724
+ */
15725
+ this.constructor.shadowRootOptions = {
15726
+ ...i$2.shadowRootOptions,
15727
+ delegatesFocus: true,
15728
+ };
15729
+
15550
15730
  /**
15551
15731
  * @private
15552
15732
  */
@@ -15637,7 +15817,7 @@ class AuroDropdown extends i$2 {
15637
15817
  /**
15638
15818
  * If declared, applies a border around the trigger slot.
15639
15819
  */
15640
- bordered: {
15820
+ simple: {
15641
15821
  type: Boolean,
15642
15822
  reflect: true
15643
15823
  },
@@ -15685,13 +15865,20 @@ class AuroDropdown extends i$2 {
15685
15865
  },
15686
15866
 
15687
15867
  /**
15688
- * If declared in combination with `bordered` property or `helpText` slot content, will apply red color to both.
15868
+ * If declared in combination with not using the `simple` property or `helpText` slot content, will apply red color to both.
15689
15869
  */
15690
15870
  error: {
15691
15871
  type: Boolean,
15692
15872
  reflect: true
15693
15873
  },
15694
15874
 
15875
+ /**
15876
+ * Contains the help text message for the current validity error.
15877
+ */
15878
+ errorMessage: {
15879
+ type: String
15880
+ },
15881
+
15695
15882
  /**
15696
15883
  * If declared, the bib will display when focus is applied to the trigger.
15697
15884
  */
@@ -15826,11 +16013,6 @@ class AuroDropdown extends i$2 {
15826
16013
 
15827
16014
  /**
15828
16015
  * Position where the bib should appear relative to the trigger.
15829
- * Accepted values:
15830
- * "top" | "right" | "bottom" | "left" |
15831
- * "bottom-start" | "top-start" | "top-end" |
15832
- * "right-start" | "right-end" | "bottom-end" |
15833
- * "left-start" | "left-end"
15834
16016
  * @default bottom-start
15835
16017
  */
15836
16018
  placement: {
@@ -15876,7 +16058,10 @@ class AuroDropdown extends i$2 {
15876
16058
  return [
15877
16059
  colorCss$1$1,
15878
16060
  styleCss$1$1,
15879
- tokensCss$1$1
16061
+ tokensCss$1$1,
16062
+ styleEmphasizedCss,
16063
+ styleSnowflakeCss,
16064
+ shapeSizeCss$1
15880
16065
  ];
15881
16066
  }
15882
16067
 
@@ -15912,6 +16097,7 @@ class AuroDropdown extends i$2 {
15912
16097
  }
15913
16098
 
15914
16099
  updated(changedProperties) {
16100
+ super.updated(changedProperties);
15915
16101
  this.floater.handleUpdate(changedProperties);
15916
16102
 
15917
16103
  // Note: `disabled` is not a breakpoint (it is not a screen size),
@@ -15921,7 +16107,7 @@ class AuroDropdown extends i$2 {
15921
16107
  }
15922
16108
 
15923
16109
  // when trigger's content is changed without any attribute or node change,
15924
- // `requestUpdate` needs to be called to update hasTriggerContnet
16110
+ // `requestUpdate` needs to be called to update hasTriggerContent
15925
16111
  if (changedProperties.size === 0 || changedProperties.has('isPopoverVisible')) {
15926
16112
  this.handleTriggerContentSlotChange();
15927
16113
  }
@@ -15982,6 +16168,24 @@ class AuroDropdown extends i$2 {
15982
16168
  return inCustomSlot;
15983
16169
  }
15984
16170
 
16171
+ /**
16172
+ * Function to support @focusin event.
16173
+ * @private
16174
+ * @return {void}
16175
+ */
16176
+ handleFocusin() {
16177
+ this.hasFocus = true;
16178
+ }
16179
+
16180
+ /**
16181
+ * Function to support @focusout event.
16182
+ * @private
16183
+ * @return {void}
16184
+ */
16185
+ handleFocusout() {
16186
+ this.hasFocus = false;
16187
+ }
16188
+
15985
16189
  /**
15986
16190
  * Determines if the element or any children are focusable.
15987
16191
  * @private
@@ -16041,8 +16245,8 @@ class AuroDropdown extends i$2 {
16041
16245
  }
16042
16246
 
16043
16247
  /**
16044
- * @private
16045
16248
  * Creates and dispatches a duplicate focus event on the trigger element.
16249
+ * @private
16046
16250
  * @param {Event} event - The original focus event.
16047
16251
  */
16048
16252
  bindFocusEventToTrigger(event) {
@@ -16055,9 +16259,9 @@ class AuroDropdown extends i$2 {
16055
16259
  }
16056
16260
 
16057
16261
  /**
16058
- * @private
16059
16262
  * Sets up event listeners to deliver focus and blur events from nested Auro components within the trigger slot to trigger.
16060
16263
  * This ensures that focus/blur events originating from within these components are propagated to the trigger element itself.
16264
+ * @private
16061
16265
  */
16062
16266
  setupTriggerFocusEventBinding() {
16063
16267
  if (!this.triggerContentSlot || this.triggerContentSlot.length === 0) {
@@ -16151,7 +16355,7 @@ class AuroDropdown extends i$2 {
16151
16355
  // If there are children
16152
16356
  if (triggerContentNodes) {
16153
16357
 
16154
- // See if any of them are focusable elemeents
16358
+ // See if any of them are focusable elements
16155
16359
  this.triggerContentFocusable = triggerContentNodes.some((node) => this.containsFocusableElement(node));
16156
16360
 
16157
16361
  // If any of them are focusable elements
@@ -16237,21 +16441,26 @@ class AuroDropdown extends i$2 {
16237
16441
  this.labeled = nodesArr.length > 0;
16238
16442
  }
16239
16443
 
16240
- // function that renders the HTML and CSS into the scope of the component
16241
- render() {
16444
+ /**
16445
+ * Returns HTML for the common portion of the layouts.
16446
+ * @private
16447
+ * @param {Object} helpTextClasses - Classes to apply to the help text container.
16448
+ * @returns {html} - Returns HTML.
16449
+ */
16450
+ renderBasicHtml(helpTextClasses) {
16242
16451
  return u$2`
16243
16452
  <div>
16244
16453
  <div
16245
16454
  id="trigger"
16246
- class="trigger"
16247
- part="trigger"
16455
+ class="${e(this.commonWrapperClasses)}" part="wrapper"
16248
16456
  tabindex="${this.tabIndex}"
16249
16457
  ?showBorder="${this.showTriggerBorders}"
16250
16458
  role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
16251
16459
  aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
16252
16460
  aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
16253
16461
  aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
16254
- >
16462
+ @focusin="${this.handleFocusin}"
16463
+ @blur="${this.handleFocusOut}">
16255
16464
  <div class="triggerContentWrapper">
16256
16465
  <label class="label" id="triggerLabel" hasTrigger=${this.hasTriggerContent}>
16257
16466
  <slot name="label" @slotchange="${this.handleLabelSlotChange}"></slot>
@@ -16276,9 +16485,9 @@ class AuroDropdown extends i$2 {
16276
16485
  </div>
16277
16486
  ` : undefined }
16278
16487
  </div>
16279
- <${this.helpTextTag} part="helpText" ?onDark=${this.onDark} ?error="${this.error}">
16488
+ <div class="${e(helpTextClasses)}">
16280
16489
  <slot name="helpText"></slot>
16281
- </${this.helpTextTag}>
16490
+ </div>
16282
16491
  <div class="slotContent">
16283
16492
  <slot @slotchange="${this.handleDefaultSlot}"></slot>
16284
16493
  </div>
@@ -16289,36 +16498,176 @@ class AuroDropdown extends i$2 {
16289
16498
  ?isfullscreen="${this.isBibFullscreen}"
16290
16499
  ?common="${this.common}"
16291
16500
  ?rounded="${this.common || this.rounded}"
16292
- ?inset="${this.common || this.inset}"
16293
- >
16501
+ ?inset="${this.common || this.inset}">
16294
16502
  </${this.dropdownBibTag}>
16295
16503
  </div>
16296
16504
  `;
16297
16505
  }
16298
- }
16299
-
16300
- var dropdownVersion = '3.0.0';
16301
-
16302
- /**
16303
- * @license
16304
- * Copyright 2020 Google LLC
16305
- * SPDX-License-Identifier: BSD-3-Clause
16306
- */const {I:t}=Z,s=()=>document.createComment(""),r=(o,i,n)=>{const e=o._$AA.parentNode,l=void 0===i?o._$AB:i._$AA;if(void 0===n){const i=e.insertBefore(s(),l),c=e.insertBefore(s(),l);n=new t(i,c,o,o.options);}else {const t=n._$AB.nextSibling,i=n._$AM,c=i!==o;if(c){let t;n._$AQ?.(o),n._$AM=o,void 0!==n._$AP&&(t=o._$AU)!==i._$AU&&n._$AP(t);}if(t!==l||c){let o=n._$AA;for(;o!==t;){const t=o.nextSibling;e.insertBefore(o,l),o=t;}}}return n},v=(o,t,i=o)=>(o._$AI(t,i),o),u$1={},m=(o,t=u$1)=>o._$AH=t,p=o=>o._$AH,M=o=>{o._$AP?.(false,true);let t=o._$AA;const i=o._$AB.nextSibling;for(;t!==i;){const o=t.nextSibling;t.remove(),t=o;}};
16307
-
16308
- /**
16309
- * @license
16310
- * Copyright 2017 Google LLC
16311
- * SPDX-License-Identifier: BSD-3-Clause
16312
- */
16313
- const u=(e,s,t)=>{const r=new Map;for(let l=s;l<=t;l++)r.set(e[l],l);return r},c=e$1(class extends i{constructor(e){if(super(e),e.type!==t$1.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,s,t){let r;void 0===t?t=s:void 0!==s&&(r=s);const l=[],o=[];let i=0;for(const s of e)l[i]=r?r(s,i):i,o[i]=t(s,i),i++;return {values:o,keys:l}}render(e,s,t){return this.dt(e,s,t).values}update(s,[t,r$1,c]){const d=p(s),{values:p$1,keys:a}=this.dt(t,r$1,c);if(!Array.isArray(d))return this.ut=a,p$1;const h=this.ut??=[],v$1=[];let m$1,y,x=0,j=d.length-1,k=0,w=p$1.length-1;for(;x<=j&&k<=w;)if(null===d[x])x++;else if(null===d[j])j--;else if(h[x]===a[k])v$1[k]=v(d[x],p$1[k]),x++,k++;else if(h[j]===a[w])v$1[w]=v(d[j],p$1[w]),j--,w--;else if(h[x]===a[w])v$1[w]=v(d[x],p$1[w]),r(s,v$1[w+1],d[x]),x++,w--;else if(h[j]===a[k])v$1[k]=v(d[j],p$1[k]),r(s,d[x],d[j]),j--,k++;else if(void 0===m$1&&(m$1=u(a,k,w),y=u(h,x,j)),m$1.has(h[x]))if(m$1.has(h[j])){const e=y.get(a[k]),t=void 0!==e?d[e]:null;if(null===t){const e=r(s,d[x]);v(e,p$1[k]),v$1[k]=e;}else v$1[k]=v(t,p$1[k]),r(s,d[x],t),d[e]=null;k++;}else M(d[j]),j--;else M(d[x]),x++;for(;k<=w;){const e=r(s,v$1[w+1]);v(e,p$1[k]),v$1[k++]=e;}for(;x<=j;){const e=d[x++];null!==e&&M(e);}return this.ut=a,m(s,v$1),T}});
16314
-
16315
- const watchedItems = new Set();
16316
-
16317
16506
 
16318
- /**
16319
- * Function for setting the value of the lang attribute.
16320
- * @private
16321
- * @param {object} item - Individual DOM node from set of watchedItems.
16507
+ /**
16508
+ * Returns HTML for the classic layout. Does not support type="*".
16509
+ * @private
16510
+ * @returns {html} - Returns HTML for the classic layout.
16511
+ */
16512
+ renderLayoutClassic() {
16513
+ return u$2`
16514
+ <div>
16515
+ <div
16516
+ id="trigger"
16517
+ class="trigger"
16518
+ part="trigger"
16519
+ tabindex="${this.tabIndex}"
16520
+ ?showBorder="${this.showTriggerBorders}"
16521
+ role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
16522
+ aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
16523
+ aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
16524
+ aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
16525
+ >
16526
+ <div class="triggerContentWrapper">
16527
+ <label class="label" id="triggerLabel" hasTrigger=${this.hasTriggerContent}>
16528
+ <slot name="label" @slotchange="${this.handleLabelSlotChange}"></slot>
16529
+ </label>
16530
+ <div class="triggerContent">
16531
+ <slot
16532
+ name="trigger"
16533
+ @slotchange="${this.handleTriggerContentSlotChange}"></slot>
16534
+ </div>
16535
+ </div>
16536
+ ${this.chevron || this.common ? u$2`
16537
+ <div
16538
+ id="showStateIcon"
16539
+ part="chevron">
16540
+ <${this.iconTag}
16541
+ category="interface"
16542
+ name="chevron-down"
16543
+ ?onDark="${this.onDark}"
16544
+ variant="${this.disabled ? 'disabled' : 'muted'}">
16545
+ >
16546
+ </${this.iconTag}>
16547
+ </div>
16548
+ ` : undefined }
16549
+ </div>
16550
+ <div class="slotContent">
16551
+ <slot @slotchange="${this.handleDefaultSlot}"></slot>
16552
+ </div>
16553
+ <div id="bibSizer" part="size"></div>
16554
+ <${this.dropdownBibTag}
16555
+ id="bib"
16556
+ ?data-show="${this.isPopoverVisible}"
16557
+ ?isfullscreen="${this.isBibFullscreen}"
16558
+ ?common="${this.common}"
16559
+ ?rounded="${this.common || this.rounded}"
16560
+ ?inset="${this.common || this.inset}"
16561
+ >
16562
+ </${this.dropdownBibTag}>
16563
+ </div>
16564
+ `;
16565
+ }
16566
+
16567
+ /**
16568
+ * Returns HTML for the snowflake layout. Does not support type="*".
16569
+ * @private
16570
+ * @returns {html} - Returns HTML for the snowflake layout.
16571
+ */
16572
+ renderLayoutSnowflake() {
16573
+ const helpTextClasses = {
16574
+ 'helpText': true,
16575
+ 'leftIndent': true,
16576
+ 'rightIndent': true
16577
+ };
16578
+
16579
+ return u$2`
16580
+ ${this.renderBasicHtml(helpTextClasses)}
16581
+ `;
16582
+ }
16583
+
16584
+ /**
16585
+ * Returns HTML for the emphasized layout. Does not support type="*".
16586
+ * @private
16587
+ * @returns {html} - Returns HTML for the emphasized layout.
16588
+ */
16589
+ renderLayoutEmphasized() {
16590
+ const helpTextClasses = {
16591
+ 'helpText': true,
16592
+ 'leftIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('right'),
16593
+ 'rightIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('left')
16594
+ };
16595
+
16596
+ return u$2`
16597
+ ${this.renderBasicHtml(helpTextClasses)}
16598
+ `;
16599
+ }
16600
+
16601
+ /**
16602
+ * Logic to determine the layout of the component.
16603
+ * @private
16604
+ * @param {string} [ForcedLayout] - Used to force a specific layout, pass in the layout name to use.
16605
+ * @returns {HTMLCollection} - Returns the HTML for the layout.
16606
+ */
16607
+ renderLayout(ForcedLayout) {
16608
+ const layout = ForcedLayout || this.layout;
16609
+
16610
+ switch (layout) {
16611
+ case 'emphasized':
16612
+ return this.renderLayoutEmphasized();
16613
+ case 'emphasized-left':
16614
+ return this.renderLayoutEmphasized();
16615
+ case 'emphasized-right':
16616
+ return this.renderLayoutEmphasized();
16617
+ case 'snowflake':
16618
+ return this.renderLayoutSnowflake();
16619
+ case 'snowflake-left':
16620
+ return this.renderLayoutSnowflake();
16621
+ case 'snowflake-right':
16622
+ return this.renderLayoutSnowflake();
16623
+ default:
16624
+ return this.renderLayoutClassic();
16625
+ }
16626
+ }
16627
+ }
16628
+
16629
+ var dropdownVersion = '3.0.0';
16630
+
16631
+ /**
16632
+ * @license
16633
+ * Copyright 2020 Google LLC
16634
+ * SPDX-License-Identifier: BSD-3-Clause
16635
+ */const {I:t}=Z,s=()=>document.createComment(""),r=(o,i,n)=>{const e=o._$AA.parentNode,l=void 0===i?o._$AB:i._$AA;if(void 0===n){const i=e.insertBefore(s(),l),c=e.insertBefore(s(),l);n=new t(i,c,o,o.options);}else {const t=n._$AB.nextSibling,i=n._$AM,c=i!==o;if(c){let t;n._$AQ?.(o),n._$AM=o,void 0!==n._$AP&&(t=o._$AU)!==i._$AU&&n._$AP(t);}if(t!==l||c){let o=n._$AA;for(;o!==t;){const t=o.nextSibling;e.insertBefore(o,l),o=t;}}}return n},v=(o,t,i=o)=>(o._$AI(t,i),o),u$1={},m=(o,t=u$1)=>o._$AH=t,p=o=>o._$AH,M=o=>{o._$AP?.(false,true);let t=o._$AA;const i=o._$AB.nextSibling;for(;t!==i;){const o=t.nextSibling;t.remove(),t=o;}};
16636
+
16637
+ /**
16638
+ * @license
16639
+ * Copyright 2017 Google LLC
16640
+ * SPDX-License-Identifier: BSD-3-Clause
16641
+ */
16642
+ const u=(e,s,t)=>{const r=new Map;for(let l=s;l<=t;l++)r.set(e[l],l);return r},c=e$1(class extends i{constructor(e){if(super(e),e.type!==t$1.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,s,t){let r;void 0===t?t=s:void 0!==s&&(r=s);const l=[],o=[];let i=0;for(const s of e)l[i]=r?r(s,i):i,o[i]=t(s,i),i++;return {values:o,keys:l}}render(e,s,t){return this.dt(e,s,t).values}update(s,[t,r$1,c]){const d=p(s),{values:p$1,keys:a}=this.dt(t,r$1,c);if(!Array.isArray(d))return this.ut=a,p$1;const h=this.ut??=[],v$1=[];let m$1,y,x=0,j=d.length-1,k=0,w=p$1.length-1;for(;x<=j&&k<=w;)if(null===d[x])x++;else if(null===d[j])j--;else if(h[x]===a[k])v$1[k]=v(d[x],p$1[k]),x++,k++;else if(h[j]===a[w])v$1[w]=v(d[j],p$1[w]),j--,w--;else if(h[x]===a[w])v$1[w]=v(d[x],p$1[w]),r(s,v$1[w+1],d[x]),x++,w--;else if(h[j]===a[k])v$1[k]=v(d[j],p$1[k]),r(s,d[x],d[j]),j--,k++;else if(void 0===m$1&&(m$1=u(a,k,w),y=u(h,x,j)),m$1.has(h[x]))if(m$1.has(h[j])){const e=y.get(a[k]),t=void 0!==e?d[e]:null;if(null===t){const e=r(s,d[x]);v(e,p$1[k]),v$1[k]=e;}else v$1[k]=v(t,p$1[k]),r(s,d[x],t),d[e]=null;k++;}else M(d[j]),j--;else M(d[x]),x++;for(;k<=w;){const e=r(s,v$1[w+1]);v(e,p$1[k]),v$1[k++]=e;}for(;x<=j;){const e=d[x++];null!==e&&M(e);}return this.ut=a,m(s,v$1),T}});
16643
+
16644
+ var shapeSizeCss = i$5`.shape-snowflake-xl,.shape-snowflake-lg,.shape-snowflake-md,.shape-snowflake-sm,.shape-snowflake-xs{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:30px}.shape-snowflake-xl.simple,.shape-snowflake-lg.simple,.shape-snowflake-md.simple,.shape-snowflake-sm.simple,.shape-snowflake-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset}.shape-snowflake-xl.thin,.shape-snowflake-lg.thin,.shape-snowflake-md.thin,.shape-snowflake-sm.thin,.shape-snowflake-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-box-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent}.shape-box-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-box-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-rounded-lg{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:6px}.shape-rounded-lg.simple{border-width:0px;min-height:56px;max-height:56px;background-color:unset}.shape-rounded-lg.thin{border-width:1px;min-height:54px;max-height:54px;background-color:unset}.shape-pill-xl{min-height:72px;max-height:72px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-pill-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-left-xl{min-height:72px;max-height:72px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-pill-left-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-right-xl{min-height:72px;max-height:72px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-pill-right-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-md{min-height:72px;max-height:72px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset}.shape-pill-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-left-md{min-height:72px;max-height:72px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset}.shape-pill-left-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-right-md{min-height:72px;max-height:72px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset}.shape-pill-right-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}`;
16645
+
16646
+ var styleCss$4 = i$5`.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}`;
16647
+
16648
+ var styleDefaultCss = i$5`.layoutDefault .typeIcon,:host(:not([layout])) .typeIcon{display:flex;flex-direction:row;align-items:center}.layoutDefault .typeIcon [auro-icon],:host(:not([layout])) .typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.layoutDefault .notificationIcons,:host(:not([layout])) .notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .typeIcon,:host(:not([layout])[bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .notificationIcons,:host(:not([layout])[bordered]) .notificationIcons{align-items:center}:host([class=layoutDefault][bordered]) .notification:not(:first-of-type),:host(:not([layout])[bordered]) .notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .alertNotification,:host(:not([layout])[bordered]) .alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}:host([class=layoutDefault][bordered]) .passwordBtn,:host(:not([layout])[bordered]) .passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}:host([class=layoutDefault][bordered]) .notificationBtn,:host(:not([layout])[bordered]) .notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon],:host(:not([layout])[bordered]) .notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon][hidden],:host(:not([layout])[bordered]) .notificationBtn [auro-icon][hidden]{display:none}:host([class=layoutDefault]:not([bordered])) .typeIcon,:host([class=layoutDefault]:not([bordered])) .notificationIcons,:host(:not([layout]):not([bordered])) .typeIcon,:host(:not([layout]):not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}:host([class=layoutDefault]:not([bordered])) .clearBtn,:host(:not([layout]):not([bordered])) .clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}.layoutDefault .wrapper:hover .clearBtn,.layoutDefault .wrapper:focus-within .clearBtn,:host(:not([layout])) .wrapper:hover .clearBtn,:host(:not([layout])) .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host([class=layoutDefault]:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification,:host(:not([layout]):focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}.layoutDefault input,:host(:not([layout])) input{border:unset}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{position:relative;overflow:hidden;border-style:solid}:host([class=layoutDefault]:not([bordered],[borderless])) .wrapper,:host(:not([layout]):not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([class=layoutDefault][bordered]) .wrapper,:host(:not([layout])[bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host([class=layoutDefault]:not([borderless])) .wrapper:focus-within:before,:host(:not([layout]):not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([class=layoutDefault][validity]:not([validity=valid])) .wrapper:before,:host(:not([layout])[validity]:not([validity=valid])) .wrapper:before{border-bottom:0}.layoutDefault label,:host(:not([layout])) label{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);position:absolute;overflow:hidden;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}.layoutDefault :host(:not([bordered])) label,:host(:not([layout])) :host(:not([bordered])) label{top:calc(100% - var(--ds-size-25, 0.125rem));transform:translateY(-100%)}.layoutDefault :host(:not([bordered])) label.withIcon,:host(:not([layout])) :host(:not([bordered])) label.withIcon{left:var(--ds-size-400, 2rem)}:host([class=layoutDefault][bordered]) label,:host(:not([layout])[bordered]) label{top:50%;transform:translateY(-50%)}:host([class=layoutDefault][bordered]) label.withIcon,:host(:not([layout])[bordered]) label.withIcon{left:var(--ds-size-500, 2.5rem)}:host([class=layoutDefault][bordered]) label:not(label.withIcon),:host(:not([layout])[bordered]) label:not(label.withIcon){left:var(--ds-size-100, 0.5rem)}.layoutDefault .wrapper:focus-within label,:host(:not([layout])) .wrapper:focus-within label{top:var(--ds-size-100, 0.5rem);font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px);transform:unset}.layoutDefault label.withValue,:host(:not([layout])) label.withValue{top:var(--ds-size-100, 0.5rem);font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px);transform:unset}:host([class=layoutDefault][activeLabel]) .wrapper label,:host(:not([layout])[activeLabel]) .wrapper label{top:var(--ds-size-100, 0.5rem);font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px);transform:unset}.layoutDefault input,:host(:not([layout])) input{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);position:relative;overflow:hidden;min-height:var(--ds-size-200, 1rem);max-height:var(--ds-size-200, 1rem);flex:1;padding:var(--ds-size-400, 2rem) 0 var(--ds-size-50, 0.25rem);margin:0;font-family:var(--ds-basic-text-body-default-font-family, AS Circular);font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, 450);letter-spacing:var(--ds-basic-text-body-default-letter-spacing, 0);line-height:var(--ds-basic-text-body-default-line-height, 24px);outline:none;text-overflow:ellipsis;white-space:nowrap}.layoutDefault input::-ms-reveal,.layoutDefault input::-ms-clear,:host(:not([layout])) input::-ms-reveal,:host(:not([layout])) input::-ms-clear{display:none}.layoutDefault input::-webkit-outer-spin-button,.layoutDefault input::-webkit-inner-spin-button,:host(:not([layout])) input::-webkit-outer-spin-button,:host(:not([layout])) input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.layoutDefault input[type=number],:host(:not([layout])) input[type=number]{-moz-appearance:textfield;appearance:textfield}.layoutDefault input:disabled,:host(:not([layout])) input:disabled{background:none;pointer-events:none}:host([class=layoutDefault][bordered]) input,:host(:not([layout])[bordered]) input{padding:var(--ds-size-400, 2rem) 0 var(--ds-size-100, 0.5rem)}:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock,:host{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([hidden]:not(:focus):not(:active)){display:none}.util_displayHiddenVisually,:host([hiddenVisually]:not(:focus):not(:active)){position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.layoutDefault :host,:host(:not([layout])) :host{position:relative;display:block}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{display:flex;flex-direction:row}.layoutDefault .main,:host(:not([layout])) .main{display:flex;flex-direction:row;position:relative;flex:1}`;
16649
+
16650
+ var colorBaseCss = i$5`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-background-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{color:var(--ds-auro-input-text-color);caret-color:var(--ds-auro-input-caret-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper .displayValue{background-color:var(--ds-auro-input-background-color)}:host(:not([ondark])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}`;
16651
+
16652
+ var tokensCss$4 = i$5`:host(:not(ondark)){--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-error-icon-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}`;
16653
+
16654
+ var classicStyleCss = i$5`.layout-classic{display:flex;flex-direction:row}.layout-classic .mainContent{position:relative;display:flex;flex-direction:column;justify-content:center;flex:1;cursor:text}.layout-classic .mainContent label{cursor:text;padding-top:4px;font-size:var(--ds-text-body-size-xs);line-height:20px;transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent input{font-size:var(--ds-basic-text-body-default-font-size, 16px);line-height:var(--ds-basic-text-body-default-line-height, 24px);padding-bottom:8px;transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);height:auto}.layout-classic .mainContent:has(input.util_displayHiddenVisually) label{justify-self:flex-start;padding-top:0;font-size:var(--ds-text-body-size-default, 1rem);line-height:var(--ds-text-body-size-default)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) input{height:0;line-height:0;padding-bottom:0}.layout-classic .displayValue{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.layout-classic .displayValue.hasContent:is(.withValue):not(.hasFocus){display:block}.layout-classic .accents{display:flex;flex-direction:row;justify-content:center;align-items:center}.layout-classic.withValue{justify-content:flex-start}.layout-classic:focus-within{box-shadow:inset 0 0 0 1px var(--ds-auro-input-border-color);justify-content:flex-start}.layout-classic:focus-within .alertNotification{display:none}.layout-classic .accents.left{padding-left:8px}.layout-classic .accents.right{padding-right:8px}`;
16655
+
16656
+ var classicColorCss = i$5`.layout-default label{color:var(--ds-auro-input-label-text-color)}`;
16657
+
16658
+ var emphasizedStyleCss = i$5`:host{display:block}.wrapper{cursor:text}.helpTextClasses{cursor:default}input{background:unset;width:100%;padding:0;border:0;outline:none;overflow:hidden;text-overflow:ellipsis}:host([layout*=emphasized][shape*=pill]:not([layout*=right])) .leftIndent{margin-left:24px;width:calc(100% - 24px)}:host([layout*=emphasized][shape*=pill]:not([layout*=left])) .rightIndent{margin-right:24px;width:calc(100% - 24px)}:host([layout*=emphasized][shape*=pill]:not([layout*=left]):not([layout*=right])) .rightIndent{margin-right:24px;width:calc(100% - 48px)}.layout-emphasized,.layout-emphasized-left,.layout-emphasized-right{display:flex;flex-direction:row;align-items:center;justify-content:center}.layout-emphasized label,.layout-emphasized-left label,.layout-emphasized-right label{text-transform:uppercase;font-size:32px;line-height:38px}.layout-emphasized input,.layout-emphasized-left input,.layout-emphasized-right input{text-align:center;font-size:14px;line-height:20px}.layout-emphasized .mainContent,.layout-emphasized-left .mainContent,.layout-emphasized-right .mainContent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.layout-emphasized .displayValue,.layout-emphasized-left .displayValue,.layout-emphasized-right .displayValue{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.layout-emphasized .displayValue.hasContent:is(.withValue):not(.hasFocus),.layout-emphasized-left .displayValue.hasContent:is(.withValue):not(.hasFocus),.layout-emphasized-right .displayValue.hasContent:is(.withValue):not(.hasFocus){display:block}.layout-emphasized .displayValueWrapper,.layout-emphasized-left .displayValueWrapper,.layout-emphasized-right .displayValueWrapper{transform:translateY(-50%)}.layout-emphasized .accents,.layout-emphasized-left .accents,.layout-emphasized-right .accents{display:flex;flex-direction:row;justify-content:center;align-items:center}.layout-emphasized.withValue,.layout-emphasized-left.withValue,.layout-emphasized-right.withValue{justify-content:flex-start}.layout-emphasized.withValue label,.layout-emphasized-left.withValue label,.layout-emphasized-right.withValue label{display:block;text-transform:unset;font-size:10px;line-height:14px;width:100%;text-align:left}.layout-emphasized.withValue input,.layout-emphasized-left.withValue input,.layout-emphasized-right.withValue input{text-transform:uppercase;font-size:32px;line-height:38px;text-align:left;width:100%}.layout-emphasized:not(:focus-within):not(:is([validity]:not([validity=valid]))),.layout-emphasized-left:not(:focus-within):not(:is([validity]:not([validity=valid]))),.layout-emphasized-right:not(:focus-within):not(:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: transparent}.layout-emphasized:focus-within,.layout-emphasized-left:focus-within,.layout-emphasized-right:focus-within{justify-content:flex-start}.layout-emphasized:focus-within label,.layout-emphasized-left:focus-within label,.layout-emphasized-right:focus-within label{display:block;text-transform:unset;font-size:10px;line-height:14px;width:100%;text-align:left}.layout-emphasized:focus-within input,.layout-emphasized-left:focus-within input,.layout-emphasized-right:focus-within input{text-transform:uppercase;font-size:32px;line-height:38px;text-align:left;width:100%}.layout-emphasized:focus-within .alertNotification,.layout-emphasized-left:focus-within .alertNotification,.layout-emphasized-right:focus-within .alertNotification{display:none}.layout-emphasized .accents.left,.layout-emphasized-left .accents.left,.layout-emphasized-right .accents.left{padding-left:24px}.layout-emphasized .accents.right,.layout-emphasized-left .accents.right,.layout-emphasized-right .accents.right{padding-right:24px}.layout-emphasized-left .alertNotification{margin-right:8px}.layout-emphasized-left .clear{margin-left:8px}.layout-emphasized-right .alertNotification{margin-left:8px}.layout-emphasized-right .clear{margin-right:8px}`;
16659
+
16660
+ var emphasizedColorCss = i$5`.layout-emphasized:focus-within,.layout-emphasized.withValue,.layout-emphasized-left:focus-within,.layout-emphasized-left.withValue,.layout-emphasized-right:focus-within,.layout-emphasized-right.withValue{--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}.layout-emphasized:focus-within,.layout-emphasized-left:focus-within,.layout-emphasized-right:focus-within{--auro-input-border-color: var(--ds-auro-input-border-color)}`;
16661
+
16662
+ var snowflakeStyleCss = i$5`:host([layout*=snowflake]) .leftIndent{margin-left:24px;width:calc(100% - 48px)}:host([layout*=snowflake]) .rightIndent{margin-right:24px;width:calc(100% - 48px)}.layout-snowflake{display:flex;flex-direction:row;align-items:center;justify-content:center}.layout-snowflake label{font-size:var(--ds-text-body-size-xs);line-height:20px}.layout-snowflake input{text-align:center;font-size:18px;line-height:26px}.layout-snowflake .mainContent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.layout-snowflake .displayValue{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.layout-snowflake .displayValue.hasContent:is(.withValue):not(.hasFocus){display:block}.layout-snowflake .displayValueWrapper{transform:translateY(-50%)}.layout-snowflake .accents{display:flex;flex-direction:row;justify-content:center;align-items:center}.layout-snowflake.withValue{justify-content:flex-start}.layout-snowflake:not(:focus-within):not(:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: transparent}.layout-snowflake:focus-within{justify-content:flex-start}.layout-snowflake:focus-within .alertNotification{display:none}.layout-snowflake .accents{width:24px}.layout-snowflake .accents.left{padding-left:24px}.layout-snowflake .accents.right{padding-right:24px}.helpTextWrapper{text-align:center}`;
16663
+
16664
+ const watchedItems = new Set();
16665
+
16666
+
16667
+ /**
16668
+ * Function for setting the value of the lang attribute.
16669
+ * @private
16670
+ * @param {object} item - Individual DOM node from set of watchedItems.
16322
16671
  * @param {string} lang - Current language set for the document.
16323
16672
  */
16324
16673
  function setLang(item, lang) {
@@ -16433,12 +16782,6 @@ function stopNotifyingOnLangChange(element) {
16433
16782
  watchedItems.delete(element);
16434
16783
  }
16435
16784
 
16436
- var styleCss$4 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock,:host{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([hidden]:not(:focus):not(:active)){display:none}.util_displayHiddenVisually,:host([hiddenVisually]:not(:focus):not(:active)){position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.typeIcon{display:flex;flex-direction:row;align-items:center}.typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([bordered]) .notificationIcons{align-items:center}.notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}.alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}.passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}.notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}.notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}.notificationBtn [auro-icon][hidden]{display:none}:host(:not([bordered])) .typeIcon,:host(:not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}.clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}:host .wrapper:hover .clearBtn,:host .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host(:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}input{border:unset}.wrapper{position:relative;overflow:hidden;border-style:solid}:host(:not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host(:not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([validity]:not([validity=valid])) .wrapper:before{border-bottom:0}label{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);position:absolute;overflow:hidden;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}:host(:not([bordered])) label{top:calc(100% - var(--ds-size-25, 0.125rem));transform:translateY(-100%)}:host(:not([bordered])) label.withIcon{left:var(--ds-size-400, 2rem)}:host([bordered]) label{top:50%;transform:translateY(-50%)}:host([bordered]) label.withIcon{left:var(--ds-size-500, 2.5rem)}:host([bordered]) label:not(label.withIcon){left:var(--ds-size-100, 0.5rem)}:host .wrapper:focus-within label{top:var(--ds-size-100, 0.5rem);font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px);transform:unset}:host label.withValue{top:var(--ds-size-100, 0.5rem);font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px);transform:unset}:host([activeLabel]) .wrapper label{top:var(--ds-size-100, 0.5rem);font-size:var(--ds-basic-text-body-xs-font-size, 12px);font-weight:var(--ds-basic-text-body-xs-font-weight, 450);letter-spacing:var(--ds-basic-text-body-xs-letter-spacing, 0);line-height:var(--ds-basic-text-body-xs-line-height, 16px);transform:unset}:host{position:relative;display:block}.wrapper{display:flex;flex-direction:row}.main{display:flex;flex-direction:row;position:relative;flex:1}input{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);position:relative;overflow:hidden;min-height:var(--ds-size-200, 1rem);max-height:var(--ds-size-200, 1rem);flex:1;padding:var(--ds-size-400, 2rem) 0 var(--ds-size-50, 0.25rem);margin:0;font-family:var(--ds-basic-text-body-default-font-family, "AS Circular");font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, 450);letter-spacing:var(--ds-basic-text-body-default-letter-spacing, 0);line-height:var(--ds-basic-text-body-default-line-height, 24px);outline:none;text-overflow:ellipsis;white-space:nowrap}input::-ms-reveal,input::-ms-clear{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}input[type=number]{-moz-appearance:textfield;appearance:textfield}input:disabled{background:none;pointer-events:none}:host([bordered]) input{padding:var(--ds-size-400, 2rem) 0 var(--ds-size-100, 0.5rem)}`;
16437
-
16438
- var colorCss$4 = i$5`.wrapper{border-color:transparent}input{background-color:transparent;caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}input::placeholder{color:transparent}input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}input:disabled{--ds-auro-input-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}label{color:var(--ds-auro-input-label-text-color)}.alertNotification{color:var(--ds-auro-input-error-icon-color)}:host(:not([bordered],[borderless])) .wrapper{border-bottom-color:var(--ds-auro-input-border-color)}:host([bordered]) .wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-container-color)}:host([bordered]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-advanced-color-state-focused, #01426a);box-shadow:inset 0 0 0 1px var(--ds-auro-input-border-color)}:host([validity]:not([validity=valid])[bordered]) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);box-shadow:inset 0 0 0 1px var(--ds-auro-input-border-color)}:host([disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([onDark][bordered]){--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-error-icon-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host([onDark][bordered]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);box-shadow:inset 0 0 0 1px var(--ds-auro-input-border-color)}:host([onDark][validity]:not([validity=valid])[bordered]) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);box-shadow:inset 0 0 0 1px var(--ds-auro-input-border-color)}:host([onDark][disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse-disabled, rgba(255, 255, 255, 0.1))}`;
16439
-
16440
- var tokensCss$4 = i$5`:host{--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26)}`;
16441
-
16442
16785
  /** Checks if value is string */
16443
16786
  function isString(str) {
16444
16787
  return typeof str === 'string' || str instanceof String;
@@ -21125,6 +21468,98 @@ class AuroFormValidation {
21125
21468
  }
21126
21469
  }
21127
21470
 
21471
+ let AuroElement$1 = class AuroElement extends i$2 {
21472
+ static get properties() {
21473
+ return {
21474
+
21475
+ /**
21476
+ * Defines the language of an element.
21477
+ * @default {'default'}
21478
+ */
21479
+ layout: {
21480
+ type: String,
21481
+ attribute: "layout",
21482
+ reflect: true
21483
+ },
21484
+
21485
+ shape: {
21486
+ type: String,
21487
+ attribute: "shape",
21488
+ reflect: true
21489
+ },
21490
+
21491
+ size: {
21492
+ type: String,
21493
+ attribute: "size",
21494
+ reflect: true
21495
+ },
21496
+
21497
+ onDark: {
21498
+ type: Boolean,
21499
+ attribute: "ondark",
21500
+ reflect: true
21501
+ }
21502
+ };
21503
+ }
21504
+
21505
+ resetShapeClasses() {
21506
+ if (this.shape && this.size) {
21507
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
21508
+
21509
+ if (wrapper) {
21510
+ wrapper.classList.forEach((className) => {
21511
+ if (className.startsWith('shape-')) {
21512
+ wrapper.classList.remove(className);
21513
+ }
21514
+ });
21515
+
21516
+ wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
21517
+ }
21518
+ }
21519
+ }
21520
+
21521
+ resetLayoutClasses() {
21522
+ if (this.layout) {
21523
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
21524
+
21525
+ if (wrapper) {
21526
+ wrapper.classList.forEach((className) => {
21527
+ if (className.startsWith('layout-')) {
21528
+ wrapper.classList.remove(className);
21529
+ }
21530
+ });
21531
+
21532
+ wrapper.classList.add(`layout-${this.layout.toLowerCase()}`);
21533
+ }
21534
+ }
21535
+ }
21536
+
21537
+ updateComponentArchitecture() {
21538
+ this.resetLayoutClasses();
21539
+ this.resetShapeClasses();
21540
+ }
21541
+
21542
+ updated(changedProperties) {
21543
+ if (changedProperties.has('layout') || changedProperties.has('shape') || changedProperties.has('size')) {
21544
+ this.updateComponentArchitecture();
21545
+ }
21546
+ }
21547
+
21548
+ // Try to render the defined `this.layout` layout. If that fails, fall back to the default layout.
21549
+ // This will catch if an invalid layout value is passed in and render the default layout if so.
21550
+ render() {
21551
+ try {
21552
+ return this.renderLayout();
21553
+ } catch (error) {
21554
+ // failed to get the defined layout
21555
+ console.error('Failed to get the defined layout - using the default layout', error); // eslint-disable-line no-console
21556
+
21557
+ // fallback to the default layout
21558
+ return this.getLayout('default');
21559
+ }
21560
+ }
21561
+ };
21562
+
21128
21563
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
21129
21564
  // See LICENSE in the project root for license information.
21130
21565
 
@@ -21132,9 +21567,6 @@ class AuroFormValidation {
21132
21567
  /**
21133
21568
  * Auro-input provides users a way to enter data into a text field.
21134
21569
  *
21135
- * @attr {Boolean} bordered - Applies bordered UI variant.
21136
- * @attr {Boolean} borderless - Applies borderless UI variant.
21137
- *
21138
21570
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
21139
21571
  * @attr id
21140
21572
  *
@@ -21150,22 +21582,26 @@ class AuroFormValidation {
21150
21582
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` value has changed.
21151
21583
  */
21152
21584
 
21153
- class BaseInput extends i$2 {
21585
+ class BaseInput extends AuroElement$1 {
21154
21586
 
21155
21587
  constructor() {
21156
21588
  super();
21157
21589
 
21590
+ this.activeLabel = false;
21158
21591
  this.icon = false;
21159
21592
  this.disabled = false;
21160
- this.required = false;
21161
- this.noValidate = false;
21162
21593
  this.max = undefined;
21163
- this.min = undefined;
21164
21594
  this.maxLength = undefined;
21595
+ this.min = undefined;
21165
21596
  this.minLength = undefined;
21597
+ this.noValidate = false;
21166
21598
  this.onDark = false;
21167
- this.activeLabel = false;
21599
+ this.required = false;
21168
21600
  this.setCustomValidityForType = undefined;
21601
+
21602
+ this.layout = 'classic';
21603
+ this.shape = 'rounded';
21604
+ this.size = 'lg';
21169
21605
  }
21170
21606
 
21171
21607
  /**
@@ -21182,6 +21618,7 @@ class BaseInput extends i$2 {
21182
21618
  this.validationCCLength = undefined;
21183
21619
  this.hasValue = false;
21184
21620
  this.label = 'Input label is undefined';
21621
+ this.placeholderStr = '';
21185
21622
 
21186
21623
  this.allowedInputTypes = [
21187
21624
  "text",
@@ -21228,9 +21665,10 @@ class BaseInput extends i$2 {
21228
21665
  .substring(idSubstrStart, idSubstrEnd);
21229
21666
  }
21230
21667
 
21231
- // function to define props used within the scope of this componentstatic
21668
+ // function to define props used within the scope of this component
21232
21669
  static get properties() {
21233
21670
  return {
21671
+ ...super.properties,
21234
21672
 
21235
21673
  /**
21236
21674
  * The value for the role attribute.
@@ -21562,15 +22000,6 @@ class BaseInput extends i$2 {
21562
22000
  };
21563
22001
  }
21564
22002
 
21565
-
21566
- static get styles() {
21567
- return [
21568
- i$5`${colorCss$4}`,
21569
- i$5`${styleCss$4}`,
21570
- i$5`${tokensCss$4}`
21571
- ];
21572
- }
21573
-
21574
22003
  connectedCallback() {
21575
22004
  super.connectedCallback();
21576
22005
 
@@ -21585,15 +22014,21 @@ class BaseInput extends i$2 {
21585
22014
  }
21586
22015
 
21587
22016
  firstUpdated() {
22017
+ // clicking anywhere in the main wrapper will focus the input. Clicking the helptext or label will not focus the input.
22018
+ this.wrapperElement = this.shadowRoot.querySelector('.wrapper');
22019
+ this.inputElement = this.renderRoot.querySelector('input');
22020
+ this.labelElement = this.shadowRoot.querySelector('label');
22021
+
22022
+ if (this.wrapperElement) {
22023
+ this.wrapperElement.addEventListener('click', this.handleClick);
22024
+ }
22025
+
21588
22026
  // add attribute for query selectors when auro-input is registered under a custom name
21589
22027
  if (this.tagName.toLowerCase() !== 'auro-input') {
21590
22028
  this.setAttribute('auro-input', true);
21591
22029
  }
21592
22030
  this.inputId = this.id ? `${this.id}-input` : window.crypto.randomUUID();
21593
22031
 
21594
- this.inputElement = this.renderRoot.querySelector('input');
21595
- this.labelElement = this.shadowRoot.querySelector('label');
21596
-
21597
22032
  if (this.format) {
21598
22033
  this.format = this.format.toLowerCase();
21599
22034
  }
@@ -21603,6 +22038,7 @@ class BaseInput extends i$2 {
21603
22038
  this.ValidityMessageOverride = this.setCustomValidity;
21604
22039
  }
21605
22040
 
22041
+ this.getPlaceholder();
21606
22042
  this.setCustomHelpTextMessage();
21607
22043
  this.configureAutoFormatting();
21608
22044
  }
@@ -21639,6 +22075,8 @@ class BaseInput extends i$2 {
21639
22075
  * @returns {void}
21640
22076
  */
21641
22077
  updated(changedProperties) {
22078
+ super.updated(changedProperties);
22079
+
21642
22080
  if (changedProperties.has('format')) {
21643
22081
  this.configureAutoFormatting();
21644
22082
  }
@@ -21759,15 +22197,6 @@ class BaseInput extends i$2 {
21759
22197
  return this.pattern;
21760
22198
  }
21761
22199
 
21762
- /**
21763
- * Function to set element focus.
21764
- * @private
21765
- * @return {void}
21766
- */
21767
- focus() {
21768
- this.inputElement.focus();
21769
- }
21770
-
21771
22200
  /**
21772
22201
  * Required to convert SVG icons from data to HTML string.
21773
22202
  * @private
@@ -21797,6 +22226,25 @@ class BaseInput extends i$2 {
21797
22226
  this.dispatchEvent(inputEvent);
21798
22227
  }
21799
22228
 
22229
+
22230
+ /**
22231
+ * Handles clicking on the auro-input anywhere outside of the HTML5 input and still moving focus in.
22232
+ * @private
22233
+ * @return {void}
22234
+ */
22235
+ handleClick() {
22236
+ this.focus();
22237
+ }
22238
+
22239
+ /**
22240
+ * Function to set element focus.
22241
+ * @private
22242
+ * @return {void}
22243
+ */
22244
+ focus() {
22245
+ this.inputElement.focus();
22246
+ }
22247
+
21800
22248
  /**
21801
22249
  * Handles event of clearing input content by clicking the X icon.
21802
22250
  * @private
@@ -21844,10 +22292,23 @@ class BaseInput extends i$2 {
21844
22292
  * @return {void}
21845
22293
  */
21846
22294
  handleFocusin() {
22295
+ this.hasFocus = true;
22296
+
22297
+ this.getPlaceholder();
21847
22298
 
21848
22299
  this.touched = true;
21849
22300
  }
21850
22301
 
22302
+ /**
22303
+ * Function to support @focusout event.
22304
+ * @private
22305
+ * @return {void}
22306
+ */
22307
+ handleFocusout() {
22308
+ this.hasFocus = false;
22309
+ this.getPlaceholder();
22310
+ }
22311
+
21851
22312
  /**
21852
22313
  * Function to support @blur event.
21853
22314
  * @private
@@ -21972,16 +22433,31 @@ class BaseInput extends i$2 {
21972
22433
  /**
21973
22434
  * Support placeholder text.
21974
22435
  * @private
21975
- * @returns {string}
22436
+ * @returns {void}
21976
22437
  */
21977
22438
  getPlaceholder() {
21978
- if (this.placeholder) {
21979
- return this.placeholder;
21980
- } else if (this.type === 'date') {
21981
- return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
22439
+ const isFocused = this.inputElement === this.getActiveElement();
22440
+
22441
+ // console.warn('isFocused', isFocused);
22442
+ // console.warn(this.inputElement);
22443
+ // console.warn(this.getActiveElement());
22444
+
22445
+ if (!isFocused) {
22446
+ if (this.placeholder) {
22447
+ this.placeholderStr = this.placeholder;
22448
+ // return this.placeholder;
22449
+ } else if (this.type === 'date') {
22450
+ this.placeholderStr = this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
22451
+ // return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
22452
+ }
22453
+ } else {
22454
+ this.placeholderStr = '';
21982
22455
  }
21983
22456
 
21984
- return '';
22457
+ this.requestUpdate();
22458
+
22459
+ // console.warn('this.placeholderStr', this.placeholderStr);
22460
+ // return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
21985
22461
  }
21986
22462
 
21987
22463
  /**
@@ -22336,7 +22812,7 @@ class BaseIcon extends AuroElement {
22336
22812
 
22337
22813
  var tokensCss$3 = i$5`:host{--ds-auro-icon-color:var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-alaska-color:#02426D;--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}`;
22338
22814
 
22339
- var colorCss$3 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}`;
22815
+ var colorCss$3 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][variant=statusError]){--ds-auro-icon-color:var(--ds-advanced-color-state-error-inverse, #f9a4a8)}`;
22340
22816
 
22341
22817
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
22342
22818
  // See LICENSE in the project root for license information.
@@ -22507,7 +22983,7 @@ class AuroIcon extends BaseIcon {
22507
22983
 
22508
22984
  var iconVersion = '8.0.1';
22509
22985
 
22510
- var styleCss$2 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_insetNone{padding:0}.util_insetXxxs{padding:.125rem}.util_insetXxxs--stretch{padding:.25rem .125rem}.util_insetXxxs--squish{padding:0 .125rem}.util_insetXxs{padding:.25rem}.util_insetXxs--stretch{padding:.375rem .25rem}.util_insetXxs--squish{padding:.125rem .25rem}.util_insetXs{padding:.5rem}.util_insetXs--stretch{padding:.75rem .5rem}.util_insetXs--squish{padding:.25rem .5rem}.util_insetSm{padding:.75rem}.util_insetSm--stretch{padding:1.125rem .75rem}.util_insetSm--squish{padding:.375rem .75rem}.util_insetMd{padding:1rem}.util_insetMd--stretch{padding:1.5rem 1rem}.util_insetMd--squish{padding:.5rem 1rem}.util_insetLg{padding:1.5rem}.util_insetLg--stretch{padding:2.25rem 1.5rem}.util_insetLg--squish{padding:.75rem 1.5rem}.util_insetXl{padding:2rem}.util_insetXl--stretch{padding:3rem 2rem}.util_insetXl--squish{padding:1rem 2rem}.util_insetXxl{padding:3rem}.util_insetXxl--stretch{padding:4.5rem 3rem}.util_insetXxl--squish{padding:1.5rem 3rem}.util_insetXxxl{padding:4rem}.util_insetXxxl--stretch{padding:6rem 4rem}.util_insetXxxl--squish{padding:2rem 4rem}:host([fluid]) .auro-button,:host([fluid=true]) .auro-button{min-width:auto;width:100%}:host([variant=flat]){display:inline-block;height:var(--ds-size-300, 1.5rem);width:var(--ds-size-300, 1.5rem)}:host([variant=flat]) .auro-button{height:100%;width:100%}::slotted(svg){vertical-align:middle}slot{pointer-events:none}.auro-button{position:relative;padding:0 var(--ds-size-300, 1.5rem);cursor:pointer;border-width:1px;border-style:solid;border-radius:var(--ds-border-radius, 0.375rem);font-family:var(--ds-basic-text-body-default-font-family, AS Circular);font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, Book);overflow:hidden;text-overflow:ellipsis;user-select:none;white-space:nowrap;min-height:var(--ds-size-600, 3rem);max-height:var(--ds-size-600, 3rem);display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ds-size-100, 0.5rem);margin:0;-webkit-touch-callout:none;-webkit-user-select:none}.auro-button:active{transform:scale(0.95)}.auro-button:focus-visible{outline:none}.auro-button:focus-visible:not([variant=flat]){outline-style:solid;outline-width:var(--ds-size-50, 0.25rem);outline-offset:calc(var(--ds-size-50, 0.25rem)*-1)}.auro-button:focus-visible:not([variant=flat]):not([variant=secondary]):not([variant=tertiary]){outline-width:calc(var(--ds-size-50, 0.25rem) - 1px)}.auro-button.loading{cursor:not-allowed}.auro-button.loading *:not([auro-loader]){visibility:hidden}@media screen and (min-width: 576px){.auro-button{min-width:8.75rem;width:auto}}.auro-button:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=secondary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=flat]{height:unset;width:unset;min-height:unset;max-height:unset;min-width:unset;max-width:unset;border:0;border-radius:unset;gap:unset;padding:unset}.auro-button[onDark]:disabled{cursor:not-allowed;transform:unset}.auro-button[onDark][variant=secondary]:disabled{cursor:not-allowed;transform:unset}@media(hover: hover){.auro-button[onDark][variant=tertiary]:active,.auro-button[onDark][variant=tertiary]:hover{box-shadow:none}}.auro-button[onDark][variant=tertiary]:active{box-shadow:none}.auro-button[onDark][variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button--slim{padding:var(--ds-size-100, 0.5rem) var(--ds-size-200, 1rem);font-size:var(--ds-basic-text-body-sm-font-size, 14px);min-width:unset;min-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem));max-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem))}.auro-button--iconOnly{padding:0 var(--ds-size-100, 0.5rem);border-radius:100px;min-width:unset;height:var(--ds-size-600, 3rem);width:var(--ds-size-500, 2.5rem)}.auro-button--iconOnly ::slotted(auro-icon),.auro-button--iconOnly ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--iconOnly:not(.auro-button--rounded):focus-visible:not([variant=secondary]):not([variant=tertiary]):not([variant=flat]){outline-width:1px;outline-offset:-2px}.auro-button--iconOnlySlim{padding:0 var(--ds-size-50, 0.25rem);height:calc(var(--ds-size-400, 2rem) + var(--ds-size-50, 0.25rem));width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-50, 0.25rem))}.auro-button--iconOnlySlim ::slotted(auro-icon),.auro-button--iconOnlySlim ::slotted([auro-icon]){--ds-auro-icon-size:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem))}.auro-button--rounded{border-radius:100px;box-shadow:var(--ds-elevation-300, 0px 0px 15px rgba(0, 0, 0, 0.2));height:var(--ds-size-500, 2.5rem);min-width:unset;transition:all 300ms ease-out,outline 0ms,outline-offset 0ms}.auro-button--rounded ::slotted(auro-icon),.auro-button--rounded ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--rounded:focus-visible:not([variant=flat]):after{border-radius:100px}:host([rounded]) .textSlot{transition:opacity 300ms ease-in;opacity:1}:host([rounded][iconOnly]) .textSlot{opacity:0}:host([rounded][iconOnly]) .textWrapper{display:none}:host([rounded][iconOnly]) .auro-button{min-width:unset;padding:unset;width:var(--ds-size-600, 3rem)}[auro-loader]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}`;
22986
+ var styleCss$2 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_insetNone{padding:0}.util_insetXxxs{padding:.125rem}.util_insetXxxs--stretch{padding:.25rem .125rem}.util_insetXxxs--squish{padding:0 .125rem}.util_insetXxs{padding:.25rem}.util_insetXxs--stretch{padding:.375rem .25rem}.util_insetXxs--squish{padding:.125rem .25rem}.util_insetXs{padding:.5rem}.util_insetXs--stretch{padding:.75rem .5rem}.util_insetXs--squish{padding:.25rem .5rem}.util_insetSm{padding:.75rem}.util_insetSm--stretch{padding:1.125rem .75rem}.util_insetSm--squish{padding:.375rem .75rem}.util_insetMd{padding:1rem}.util_insetMd--stretch{padding:1.5rem 1rem}.util_insetMd--squish{padding:.5rem 1rem}.util_insetLg{padding:1.5rem}.util_insetLg--stretch{padding:2.25rem 1.5rem}.util_insetLg--squish{padding:.75rem 1.5rem}.util_insetXl{padding:2rem}.util_insetXl--stretch{padding:3rem 2rem}.util_insetXl--squish{padding:1rem 2rem}.util_insetXxl{padding:3rem}.util_insetXxl--stretch{padding:4.5rem 3rem}.util_insetXxl--squish{padding:1.5rem 3rem}.util_insetXxxl{padding:4rem}.util_insetXxxl--stretch{padding:6rem 4rem}.util_insetXxxl--squish{padding:2rem 4rem}:host([fluid]) .auro-button,:host([fluid=true]) .auro-button{min-width:auto;width:100%}:host([variant=flat]){display:inline-block;height:var(--ds-size-300, 1.5rem);width:var(--ds-size-300, 1.5rem)}:host([variant=flat]) .auro-button{height:100%;width:100%}::slotted(svg){vertical-align:middle}slot{pointer-events:none}.auro-button{position:relative;padding:0 var(--ds-size-300, 1.5rem);cursor:pointer;border-width:1px;border-style:solid;border-radius:var(--ds-border-radius, 0.375rem);font-family:var(--ds-basic-text-body-default-font-family, "AS Circular");font-size:var(--ds-basic-text-body-default-font-size, 16px);font-weight:var(--ds-basic-text-body-default-font-weight, 450);line-height:var(--ds-basic-text-body-default-line-height, 24px);letter-spacing:var(--ds-basic-text-body-default-letter-spacing, 0);overflow:hidden;text-overflow:ellipsis;user-select:none;white-space:nowrap;min-height:var(--ds-size-600, 3rem);max-height:var(--ds-size-600, 3rem);display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ds-size-100, 0.5rem);margin:0;-webkit-touch-callout:none;-webkit-user-select:none}.auro-button:active{transform:scale(0.95)}.auro-button:focus-visible{outline:none}.auro-button:focus-visible:not([variant=flat]){outline-style:solid;outline-width:var(--ds-size-50, 0.25rem);outline-offset:calc(var(--ds-size-50, 0.25rem)*-1)}.auro-button:focus-visible:not([variant=flat]):not([variant=secondary]):not([variant=tertiary]){outline-width:calc(var(--ds-size-50, 0.25rem) - 1px)}.auro-button.loading{cursor:not-allowed}.auro-button.loading *:not([auro-loader]){visibility:hidden}@media screen and (min-width: 576px){.auro-button{min-width:8.75rem;width:auto}}.auro-button:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=secondary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=flat]{height:unset;width:unset;min-height:unset;max-height:unset;min-width:unset;max-width:unset;border:0;border-radius:unset;gap:unset;padding:unset}.auro-button[onDark]:disabled{cursor:not-allowed;transform:unset}.auro-button[onDark][variant=secondary]:disabled{cursor:not-allowed;transform:unset}@media(hover: hover){.auro-button[onDark][variant=tertiary]:active,.auro-button[onDark][variant=tertiary]:hover{box-shadow:none}}.auro-button[onDark][variant=tertiary]:active{box-shadow:none}.auro-button[onDark][variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button--slim{padding:var(--ds-size-100, 0.5rem) var(--ds-size-200, 1rem);font-family:var(--ds-basic-text-body-sm-font-family, "AS Circular");font-size:var(--ds-basic-text-body-sm-font-size, 14px);font-weight:var(--ds-basic-text-body-sm-font-weight, 450);line-height:var(--ds-basic-text-body-sm-line-height, 20px);letter-spacing:var(--ds-basic-text-body-sm-letter-spacing, 0);min-width:unset;min-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem));max-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem))}.auro-button--iconOnly{padding:0 var(--ds-size-100, 0.5rem);border-radius:100px;min-width:unset;height:var(--ds-size-600, 3rem);width:var(--ds-size-500, 2.5rem)}.auro-button--iconOnly ::slotted(auro-icon),.auro-button--iconOnly ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--iconOnly:not(.auro-button--rounded):focus-visible:not([variant=secondary]):not([variant=tertiary]):not([variant=flat]){outline-width:1px;outline-offset:-2px}.auro-button--iconOnlySlim{padding:0 var(--ds-size-50, 0.25rem);height:calc(var(--ds-size-400, 2rem) + var(--ds-size-50, 0.25rem));width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-50, 0.25rem))}.auro-button--iconOnlySlim ::slotted(auro-icon),.auro-button--iconOnlySlim ::slotted([auro-icon]){--ds-auro-icon-size:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem))}.auro-button--rounded{border-radius:100px;box-shadow:var(--ds-elevation-300, 0px 0px 15px rgba(0, 0, 0, 0.2));height:var(--ds-size-500, 2.5rem);min-width:unset;transition:all 300ms ease-out,outline 0ms,outline-offset 0ms}.auro-button--rounded ::slotted(auro-icon),.auro-button--rounded ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--rounded:focus-visible:not([variant=flat]):after{border-radius:100px}:host([rounded]) .textSlot{transition:opacity 300ms ease-in;opacity:1}:host([rounded][iconOnly]) .textSlot{opacity:0}:host([rounded][iconOnly]) .textWrapper{display:none}:host([rounded][iconOnly]) .auro-button{min-width:unset;padding:unset;width:var(--ds-size-600, 3rem)}[auro-loader]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}`;
22511
22987
 
22512
22988
  var colorCss$2 = i$5`[auro-loader]{color:var(--ds-auro-button-loader-color)}.auro-button{-webkit-tap-highlight-color:var(--ds-auro-button-tap-color);color:var(--ds-auro-button-text-color);background-color:var(--ds-auro-button-container-color);background-image:linear-gradient(var(--ds-auro-button-container-image), var(--ds-auro-button-container-image));border-color:var(--ds-auro-button-border-color)}.auro-button:not([variant=secondary]):not([variant=tertiary]):focus-visible{outline-color:var(--ds-auro-button-border-inset-color)}.auro-button:not([ondark]):active:not(:disabled),.auro-button:not([ondark]):hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-hover, #00274a)}.auro-button:not([ondark]):disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-disabled, #acc9e2)}.auro-button:not([ondark])[variant=secondary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border, #01426a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text, #01426a)}.auro-button:not([ondark])[variant=secondary]:active:not(:disabled),.auro-button:not([ondark])[variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-hover, #00274a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-hover, #00274a)}.auro-button:not([ondark])[variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=secondary]:disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-disabled, #cfe0ef);--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text, #01426a)}.auro-button:not([ondark])[variant=tertiary]:active:not(:disabled),.auro-button:not([ondark])[variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-border-color:transparent}.auro-button:not([ondark])[variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=tertiary]:disabled{--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=flat]{color:var(--ds-advanced-color-button-flat-text, #676767);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:active:not(:disabled),.auro-button:not([ondark])[variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-hover, #525252);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-disabled, #d0d0d0);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark]{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse, #ffffff);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a)}.auro-button[ondark]:active:not(:disabled),.auro-button[ondark]:hover:not(:disabled){--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-hover, #ebf3f9);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9)}.auro-button[ondark]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button[ondark]:disabled{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=secondary]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:active:not(:disabled),.auro-button[ondark][variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse-disabled, #dddddd)}.auro-button[ondark][variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:active:not(:disabled),.auro-button[ondark][variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=flat]{color:var(--ds-advanced-color-button-flat-text-inverse, #ffffff);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:active:not(:disabled),.auro-button[ondark][variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-inverse-hover, #adadad);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-inverse-disabled, #7e8894);background-color:transparent;background-image:none;border-color:transparent}`;
22513
22989
 
@@ -22666,27 +23142,6 @@ var loaderVersion = '5.0.0';
22666
23142
 
22667
23143
 
22668
23144
  /**
22669
- * @attr {Boolean} autofocus - This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user
22670
- * @attr {Boolean} disabled - If set to true, button will become disabled and not allow for interactions
22671
- * @attr {Boolean} iconOnly - If set to true, the button will contain an icon with no additional content
22672
- * @attr {Boolean} loading - If set to true button text will be replaced with `auro-loader` and become disabled
22673
- * @attr {String} loadingText - Sets custom loading text for the `aria-label` on a button in loading state. If not set, the default value of "Loading..." will be used.
22674
- * @attr {Boolean} onDark - Set value for on-dark version of auro-button
22675
- * @attr {Boolean} rounded - If set to true, the button will have a rounded shape
22676
- * @attr {Boolean} slim - Set value for slim version of auro-button
22677
- * @attr {Boolean} fluid - Alters the shape of the button to be full width of its parent container
22678
- * @attr {String} arialabel - Populates the `aria-label` attribute that is used to define a string that labels the current element. Use it in cases where a text label is not visible on the screen. If there is visible text labeling the element, use `aria-labelledby` instead.
22679
- * @attr {String} arialabelledby - Populates the `aria-labelledby` attribute that establishes relationships between objects and their label(s), and its value should be one or more element IDs, which refer to elements that have the text needed for labeling. List multiple element IDs in a space delimited fashion.
22680
- * @attr {Boolean} ariaexpanded - Populates the `aria-expanded` attribute that indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. This is an optional attribute for buttons.
22681
- * @attr {String} id - Set the unique ID of an element.
22682
- * @attr {String} title - Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
22683
- * @attr {String} type - The type of the button. Possible values are: `submit`, `reset`, `button`
22684
- * @attr {String} value - Defines the value associated with the button which is submitted with the form data.
22685
- * @attr {String} variant - Sets button variant option. Possible values are: `secondary`, `tertiary`
22686
- * @attr {Boolean} secondary - DEPRECATED
22687
- * @attr {Boolean} tertiary - DEPRECATED
22688
- * @prop {Boolean} ready - When false the component API should not be called.
22689
- * @event auroButton-ready - Notifies that the component has finished initializing.
22690
23145
  * @slot - Default slot for the text of the button.
22691
23146
  * @slot icon - Slot to provide auro-icon for the button.
22692
23147
  * @csspart button - Apply CSS to HTML5 button.
@@ -22710,13 +23165,11 @@ class AuroButton extends i$2 {
22710
23165
 
22711
23166
  constructor() {
22712
23167
  super();
22713
-
22714
23168
  this.autofocus = false;
22715
23169
  this.disabled = false;
22716
23170
  this.iconOnly = false;
22717
23171
  this.loading = false;
22718
23172
  this.onDark = false;
22719
- this.ready = false;
22720
23173
  this.secondary = false;
22721
23174
  this.tertiary = false;
22722
23175
  this.rounded = false;
@@ -22755,73 +23208,169 @@ class AuroButton extends i$2 {
22755
23208
 
22756
23209
  static get properties() {
22757
23210
  return {
23211
+
23212
+ /**
23213
+ * This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
23214
+ */
22758
23215
  autofocus: {
22759
23216
  type: Boolean,
22760
23217
  reflect: true
22761
23218
  },
23219
+
23220
+ /**
23221
+ * If set to true, button will become disabled and not allow for interactions.
23222
+ */
22762
23223
  disabled: {
22763
23224
  type: Boolean,
22764
23225
  reflect: true
22765
23226
  },
23227
+
23228
+ /**
23229
+ * DEPRECATED.
23230
+ * @deprecated
23231
+ */
22766
23232
  secondary: {
22767
23233
  type: Boolean,
22768
23234
  reflect: true
22769
23235
  },
23236
+
23237
+ /**
23238
+ * DEPRECATED.
23239
+ * @deprecated
23240
+ */
22770
23241
  tertiary: {
22771
23242
  type: Boolean,
22772
23243
  reflect: true
22773
23244
  },
23245
+
23246
+ /**
23247
+ * Alters the shape of the button to be full width of its parent container.
23248
+ */
22774
23249
  fluid: {
22775
23250
  type: Boolean,
22776
23251
  reflect: true
22777
23252
  },
23253
+
23254
+ /**
23255
+ * If set to true, the button will contain an icon with no additional content.
23256
+ */
22778
23257
  iconOnly: {
22779
23258
  type: Boolean,
22780
23259
  reflect: true
22781
23260
  },
23261
+
23262
+ /**
23263
+ * If set to true button text will be replaced with `auro-loader` and become disabled.
23264
+ */
22782
23265
  loading: {
22783
23266
  type: Boolean,
22784
23267
  reflect: true
22785
23268
  },
23269
+
23270
+ /**
23271
+ * Sets custom loading text for the `aria-label` on a button in loading state. If not set, the default value of "Loading..." will be used.
23272
+ */
22786
23273
  loadingText: {
22787
23274
  type: String
22788
23275
  },
23276
+
23277
+ /**
23278
+ * Set value for on-dark version of auro-button.
23279
+ */
22789
23280
  onDark: {
22790
23281
  type: Boolean,
22791
23282
  reflect: true
22792
23283
  },
23284
+
23285
+ /**
23286
+ * If set to true, the button will have a rounded shape.
23287
+ */
22793
23288
  rounded: {
22794
23289
  type: Boolean,
22795
23290
  reflect: true
22796
23291
  },
23292
+
23293
+ /**
23294
+ * Set value for slim version of auro-button.
23295
+ */
22797
23296
  slim: {
22798
23297
  type: Boolean,
22799
23298
  reflect: true
22800
23299
  },
23300
+
23301
+ /**
23302
+ * Populates `tabIndex` to define the focusable sequence in keyboard navigation.
23303
+ */
23304
+ tIndex: {
23305
+ type: String,
23306
+ reflect: true
23307
+ },
23308
+
23309
+ /**
23310
+ * Populates the `aria-hidden` attribute to hide the button from a11y API.
23311
+ */
23312
+ ariahidden: {
23313
+ type: String,
23314
+ reflect: true,
23315
+ },
23316
+
23317
+ /**
23318
+ * Populates the `aria-label` attribute that is used to define a string that labels the current element.
23319
+ * Use it in cases where a text label is not visible on the screen.
23320
+ * If there is visible text labeling the element, use `aria-labelledby` instead.
23321
+ */
22801
23322
  arialabel: {
22802
23323
  type: String,
22803
23324
  reflect: true
22804
23325
  },
23326
+
23327
+ /**
23328
+ * Populates the `aria-labelledby` attribute that establishes relationships between objects and their label(s),
23329
+ * and its value should be one or more element IDs, which refer to elements that have the text needed for labeling.
23330
+ * List multiple element IDs in a space delimited fashion.
23331
+ */
22805
23332
  arialabelledby: {
22806
23333
  type: String,
22807
23334
  reflect: true
22808
23335
  },
23336
+
23337
+ /**
23338
+ * Populates the `aria-expanded` attribute that indicates whether the element,
23339
+ * or another grouping element it controls, is currently expanded or collapsed.
23340
+ * This is an optional attribute for buttons.
23341
+ */
22809
23342
  ariaexpanded: {
22810
23343
  type: Boolean,
22811
23344
  reflect: true
22812
23345
  },
23346
+
23347
+ /**
23348
+ * Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
23349
+ */
22813
23350
  title: {
22814
23351
  type: String,
22815
23352
  reflect: true
22816
23353
  },
23354
+
23355
+ /**
23356
+ * The type of the button. Possible values are: `submit`, `reset`, `button`.
23357
+ */
22817
23358
  type: {
22818
23359
  type: String,
22819
23360
  reflect: true
22820
23361
  },
23362
+
23363
+ /**
23364
+ * Defines the value associated with the button which is submitted with the form data.
23365
+ */
22821
23366
  value: {
22822
23367
  type: String,
22823
23368
  reflect: true
22824
23369
  },
23370
+
23371
+ /**
23372
+ * Sets button variant option. Possible values are: `secondary`, `tertiary`.
23373
+ */
22825
23374
  variant: {
22826
23375
  type: String,
22827
23376
  reflect: true
@@ -22851,21 +23400,6 @@ class AuroButton extends i$2 {
22851
23400
  this.renderRoot.querySelector('button').focus();
22852
23401
  }
22853
23402
 
22854
- /**
22855
- * Marks the component as ready and sends event.
22856
- * @private
22857
- * @returns {void}
22858
- */
22859
- notifyReady() {
22860
- this.ready = true;
22861
-
22862
- this.dispatchEvent(new CustomEvent('auroButton-ready', {
22863
- bubbles: true,
22864
- cancelable: false,
22865
- composed: true,
22866
- }));
22867
- }
22868
-
22869
23403
  updated() {
22870
23404
  // support the old `secondary` and `tertiary` attributes` that are deprecated
22871
23405
  if (this.secondary) {
@@ -22877,10 +23411,6 @@ class AuroButton extends i$2 {
22877
23411
  }
22878
23412
  }
22879
23413
 
22880
- firstUpdated() {
22881
- this.notifyReady();
22882
- }
22883
-
22884
23414
  /**
22885
23415
  * Submits the form that this button is associated with.
22886
23416
  * @private
@@ -22895,7 +23425,7 @@ class AuroButton extends i$2 {
22895
23425
  /**
22896
23426
  * Returns the form element that this button is associated with.
22897
23427
  * @private
22898
- * @returns {HTMLFormElement|null}
23428
+ * @returns {HTMLFormElement | null}
22899
23429
  */
22900
23430
  get form() {
22901
23431
  return this.internals ? this.internals.form : null;
@@ -22916,9 +23446,11 @@ class AuroButton extends i$2 {
22916
23446
  return u$2`
22917
23447
  <button
22918
23448
  part="button"
23449
+ aria-hidden="${o(this.ariahidden || undefined)}"
22919
23450
  aria-label="${o(this.loading ? this.loadingText : this.arialabel || undefined)}"
22920
23451
  aria-labelledby="${o(this.arialabelledby ? this.arialabelledby : undefined)}"
22921
23452
  aria-expanded="${o(this.ariaexpanded)}"
23453
+ tabIndex="${o(this.tIndex)}"
22922
23454
  ?autofocus="${this.autofocus}"
22923
23455
  class="${e(classes)}"
22924
23456
  ?disabled="${this.disabled || this.loading}"
@@ -23174,19 +23706,78 @@ class AuroInput extends BaseInput {
23174
23706
  /**
23175
23707
  * @private
23176
23708
  */
23177
- this.iconTag = versioning.generateTag('auro-formkit-input-icon', iconVersion, AuroIcon);
23709
+ this.buttonTag = versioning.generateTag('auro-formkit-input-button', buttonVersion, AuroButton);
23178
23710
 
23179
23711
  /**
23180
23712
  * @private
23181
23713
  */
23182
- this.buttonTag = versioning.generateTag('auro-formkit-input-button', buttonVersion, AuroButton);
23714
+ this.hasDisplayValueContent = false;
23183
23715
 
23184
23716
  /**
23185
23717
  * @private
23186
23718
  */
23187
23719
  this.helpTextTag = versioning.generateTag('auro-formkit-input-helptext', helpTextVersion, AuroHelpText);
23720
+
23721
+ /**
23722
+ * @private
23723
+ */
23724
+ this.iconTag = versioning.generateTag('auro-formkit-input-icon', iconVersion, AuroIcon);
23725
+ }
23726
+
23727
+ static get styles() {
23728
+ return [
23729
+ i$5`${shapeSizeCss}`,
23730
+ i$5`${colorBaseCss}`,
23731
+ i$5`${styleCss$4}`,
23732
+ i$5`${styleDefaultCss}`,
23733
+ i$5`${tokensCss$4}`,
23734
+ i$5`${classicStyleCss}`,
23735
+ i$5`${classicColorCss}`,
23736
+ i$5`${emphasizedStyleCss}`,
23737
+ i$5`${emphasizedColorCss}`,
23738
+ i$5`${snowflakeStyleCss}`
23739
+ ];
23740
+ }
23741
+
23742
+ /**
23743
+ * Returns classmap configuration for html5 input labels in all layouts.
23744
+ * @private
23745
+ * @returns {void}
23746
+ */
23747
+ get commonLabelClasses() {
23748
+ return {
23749
+ 'withValue': this.value && this.value.length > 0,
23750
+ 'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
23751
+ };
23188
23752
  }
23189
23753
 
23754
+ /**
23755
+ * Returns classmap configuration for html5 inputs in all layouts.
23756
+ * @private
23757
+ * @returns {void}
23758
+ */
23759
+ get commonInputClasses() {
23760
+ return {
23761
+ 'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
23762
+ };
23763
+ }
23764
+
23765
+ get commonWrapperClasses() {
23766
+ return {
23767
+ 'wrapper': true,
23768
+ 'withValue': this.value && this.value.length > 0,
23769
+ 'hasFocus': this.hasFocus
23770
+ };
23771
+ }
23772
+
23773
+ get helpTextClasses() {
23774
+ return {
23775
+ 'helpTextWrapper': true,
23776
+ 'leftIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('right'),
23777
+ 'rightIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('left')
23778
+ };
23779
+ };
23780
+
23190
23781
  /**
23191
23782
  * This will register this element with the browser.
23192
23783
  * @param {string} [name="auro-input"] - The name of element that you want to register to.
@@ -23212,160 +23803,350 @@ class AuroInput extends BaseInput {
23212
23803
  return false;
23213
23804
  }
23214
23805
 
23215
- // function that renders the HTML and CSS into the scope of the component
23216
- render() {
23217
- // is-disabled class - THIS IS ONLY HERE TO MAKE A TEST PASS AS FAR AS I CAN TELL
23218
- const labelClasses = {
23219
- 'is-disabled': this.disabled,
23220
- 'withIcon': this.hasTypeIcon(),
23221
- 'withValue': this.value && this.value.length > 0
23806
+ /**
23807
+ * Function to determine if there is any displayValue content to render.
23808
+ * @private
23809
+ * @returns {void}
23810
+ */
23811
+ checkDisplayValueSlotChange() {
23812
+ const nodes = this.shadowRoot.querySelector('slot[name="displayValue"]').assignedNodes();
23813
+
23814
+ let hasContent = false;
23815
+
23816
+ if (nodes.length > 0) {
23817
+ hasContent = true;
23818
+ }
23819
+
23820
+ this.hasDisplayValueContent = hasContent;
23821
+ }
23822
+
23823
+ /**
23824
+ * Returns HTML for the validation error icon.
23825
+ * @private
23826
+ * @returns {html} - Returns HTML for the validation error icon.
23827
+ */
23828
+ renderValidationErrorIconHtml() {
23829
+ return u$2`
23830
+ ${this.validity && this.validity !== 'valid' ? u$2`
23831
+ <div class="notification alertNotification">
23832
+ <${this.iconTag}
23833
+ category="alert"
23834
+ name="error-stroke"
23835
+ variant="statusError"
23836
+ ?ondark="${this.onDark}">
23837
+ </${this.iconTag}>
23838
+ </div>
23839
+ ` : undefined}
23840
+ `;
23841
+ }
23842
+
23843
+ /**
23844
+ * Returns HTML for the HTML5 input element.
23845
+ * @private
23846
+ * @param {boolean} [hideInputWhenBlurred=false] - If true, the input will be visually hidden when not focused and has no value.
23847
+ * @returns {html} - Returns HTML for the HTML5 input element.
23848
+ */
23849
+ renderHtmlInput(hideInputWhenBlurred = false) {
23850
+ const displayValueClasses = {
23851
+ 'displayValue': true,
23852
+ 'hasContent': this.hasDisplayValueContent,
23853
+ 'hasFocus': this.hasFocus,
23854
+ 'withValue': this.value && this.value.length > 0,
23855
+ };
23856
+
23857
+ const inputClasses = {
23858
+ 'util_displayHiddenVisually': hideInputWhenBlurred && !this.hasFocus && !this.value
23222
23859
  };
23223
23860
 
23224
23861
  return u$2`
23225
- <div class="wrapper" part="wrapper">
23226
- <div class="main">
23227
- <div class="typeIcon">
23228
- ${this.type === 'credit-card' ? this.processCreditCard() : undefined}
23229
-
23230
- <!-- The repeat() method is used below in order to force auro-icon to re-render when the name value is updated.
23231
- This should be cleaned up when auro-icon issue #31 is resolved. -->
23232
- ${this.inputIconName
23233
- ? c([this.inputIconName], (val) => val, (name) => u$2`
23234
- <${this.iconTag}
23235
- class="accentIcon"
23236
- category="payment"
23237
- name="${name}"
23238
- part="accentIcon"
23239
- ?onDark="${this.onDark}"
23240
- variant="${this.disabled ? 'disabled' : 'muted'}">
23241
- </${this.iconTag}>
23242
- `) : undefined
23243
- }
23862
+ <label for=${this.id} class="${e(this.commonLabelClasses)}" part="label">
23863
+ <slot name="label">
23864
+ ${this.label}
23865
+ </slot>
23866
+ </label>
23867
+ <input
23868
+ @blur="${this.handleBlur}"
23869
+ @focusin="${this.handleFocusin}"
23870
+ @focusout="${this.handleFocusout}"
23871
+ @input="${this.handleInput}"
23872
+ ?activeLabel="${this.activeLabel}"
23873
+ ?disabled="${this.disabled}"
23874
+ ?required="${this.required}"
23875
+ .placeholder=${this.placeholderStr}
23876
+ aria-describedby="${this.uniqueId}"
23877
+ aria-invalid="${this.validity !== 'valid'}"
23878
+ autocapitalize="${o(this.autocapitalize ? this.autocapitalize : undefined)}"
23879
+ autocomplete="${o(this.autocomplete ? this.autocomplete : undefined)}"
23880
+ autocorrect="${o(this.autocorrect ? this.autocorrect : undefined)}"
23881
+ class="${e(inputClasses)}"
23882
+ id="${this.inputId}"
23883
+ inputMode="${o(this.inputMode ? this.inputMode : undefined)}"
23884
+ lang="${o(this.lang)}"
23885
+ maxlength="${o(this.maxLength ? this.maxLength : undefined)}"
23886
+ minlength="${o(this.minLength ? this.minLength : undefined)}"
23887
+ name="${o(this.name)}"
23888
+ part="input"
23889
+ pattern="${o(this.definePattern())}"
23890
+ spellcheck="${o(this.spellcheck ? this.spellcheck : undefined)}"
23891
+ type="${this.type === 'password' && this.showPassword ? 'text' : this.getInputType(this.type)}" />
23892
+ <div class="${e(displayValueClasses)}" aria-hidden="true" part="displayValue">
23893
+ <div class="displayValueWrapper">
23894
+ <slot name="displayValue" @slotchange=${this.checkDisplayValueSlotChange}></slot>
23895
+ </div>
23896
+ </div>
23897
+ `;
23898
+ }
23244
23899
 
23245
- ${this.type === 'date'
23246
- ? u$2`
23247
- <${this.iconTag}
23248
- class="accentIcon"
23249
- category="interface"
23250
- name="calendar"
23251
- part="accentIcon"
23252
- ?onDark="${this.onDark}"
23253
- variant="${this.disabled ? 'disabled' : 'muted'}">
23254
- </${this.iconTag}>`
23255
- : undefined
23256
- }
23257
- </div>
23258
- <label for=${this.inputId} class="${e(labelClasses)}" part="label">
23259
- <slot name="label">
23260
- ${this.label}
23261
- </slot>
23262
- ${this.required ? '' : ` (${i18n(this.lang, 'optional')})`}
23263
- </label>
23264
- <input
23265
- @input="${this.handleInput}"
23266
- @focusin="${this.handleFocusin}"
23267
- @blur="${this.handleBlur}"
23268
- id="${this.inputId}"
23269
- name="${o(this.name)}"
23270
- type="${this.type === 'password' && this.showPassword ? 'text' : this.getInputType(this.type)}"
23271
- pattern="${o(this.definePattern())}"
23272
- maxlength="${o(this.maxLength ? this.maxLength : undefined)}"
23273
- minlength="${o(this.minLength ? this.minLength : undefined)}"
23274
- inputMode="${o(this.inputmode ? this.inputmode : undefined)}"
23275
- ?required="${this.required}"
23276
- ?disabled="${this.disabled}"
23277
- aria-describedby="${this.uniqueId}"
23278
- ?aria-invalid="${this.validity !== 'valid'}"
23279
- placeholder=${this.getPlaceholder()}
23280
- lang="${o(this.lang)}"
23281
- ?activeLabel="${this.activeLabel}"
23282
- spellcheck="${o(this.spellcheck ? this.spellcheck : undefined)}"
23283
- autocorrect="${o(this.autocorrect ? this.autocorrect : undefined)}"
23284
- autocapitalize="${o(this.autocapitalize ? this.autocapitalize : undefined)}"
23285
- autocomplete="${o(this.autocomplete ? this.autocomplete : undefined)}"
23286
- part="input"
23287
- role="${o(this.a11yRole)}"
23288
- aria-expanded="${o(this.a11yExpanded)}"
23289
- aria-controls="${o(this.a11yControls)}"
23290
- />
23900
+ /**
23901
+ * Returns HTML for the clear action button.
23902
+ * @private
23903
+ * @returns {html} - Returns HTML for the clear action button.
23904
+ */
23905
+ renderHtmlActionClear() {
23906
+ return u$2`
23907
+ <div class="notification clear">
23908
+ <${this.buttonTag}
23909
+ @click="${this.handleClickClear}"
23910
+ ?onDark="${this.onDark}"
23911
+ aria-label="${i18n(this.lang, 'clearInput')}"
23912
+ class="notificationBtn clearBtn"
23913
+ tabindex="-1"
23914
+ variant="flat">
23915
+ <${this.iconTag}
23916
+ category="interface"
23917
+ customColor
23918
+ name="x-lg"
23919
+ >
23920
+ </${this.iconTag}>
23921
+ </${this.buttonTag}>
23922
+ </div>
23923
+ `;
23924
+ }
23925
+
23926
+ /**
23927
+ * Returns HTML for the show password button.
23928
+ * @private
23929
+ * @returns {html} - Returns HTML for the show password button.
23930
+ */
23931
+ renderHtmlNotificationPassword() {
23932
+ return u$2`
23933
+ <div class="notification">
23934
+ <${this.buttonTag}
23935
+ @click="${this.handleClickShowPassword}
23936
+ ?onDark="${this.onDark}"
23937
+ aria-hidden="true"
23938
+ class="notificationBtn passwordBtn"
23939
+ tabindex="-1"
23940
+ variant="flat">
23941
+ <${this.iconTag}
23942
+ ?hidden=${!this.showPassword}
23943
+ category="interface"
23944
+ customColor
23945
+ name="hide-password-stroke">
23946
+ </${this.iconTag}>
23947
+ <${this.iconTag}
23948
+ ?hidden=${this.showPassword}
23949
+ category="interface"
23950
+ customColor
23951
+ name="view-password-stroke">
23952
+ </${this.iconTag}>
23953
+ </${this.buttonTag}>
23954
+ </div>
23955
+ `;
23956
+ }
23957
+
23958
+ /**
23959
+ * Returns HTML for the input type icon.
23960
+ * @private
23961
+ * @returns {html} - Returns HTML for the input type icon.
23962
+ */
23963
+ renderHtmlTypeIcon() {
23964
+ return u$2`
23965
+ <div class="typeIcon">
23966
+ ${this.type === 'credit-card' ? this.processCreditCard() : undefined}
23967
+
23968
+ <!-- The repeat() method is used below in order to force auro-icon to re-render when the name value is updated.
23969
+ This should be cleaned up when auro-icon issue #31 is resolved. -->
23970
+ ${this.inputIconName
23971
+ ? c([this.inputIconName], (val) => val, (name) => u$2`
23972
+ <${this.iconTag}
23973
+ ?onDark="${this.onDark}"
23974
+ category="payment"
23975
+ class="accentIcon"
23976
+ name="${name}"
23977
+ part="accentIcon"
23978
+ variant="${this.disabled ? 'disabled' : 'muted'}">
23979
+ </${this.iconTag}>
23980
+ `) : undefined
23981
+ }
23982
+ ${this.type === 'date'
23983
+ ? u$2`
23984
+ <${this.iconTag}
23985
+ ?onDark="${this.onDark}"
23986
+ category="interface"
23987
+ class="accentIcon"
23988
+ name="calendar"
23989
+ part="accentIcon"
23990
+ variant="${this.disabled ? 'disabled' : 'muted'}">
23991
+ </${this.iconTag}>`
23992
+ : undefined
23993
+ }
23994
+ </div>
23995
+ `;
23996
+ }
23997
+
23998
+ /**
23999
+ * Returns HTML for the help text and error message.
24000
+ * @private
24001
+ * @returns {html} - Returns HTML for the help text and error message.
24002
+ */
24003
+ renderHtmlHelpText() {
24004
+ return u$2`
24005
+ ${!this.validity || this.validity === undefined || this.validity === 'valid'
24006
+ ? u$2`
24007
+ <${this.helpTextTag} ?onDark="${this.onDark}">
24008
+ <p id="${this.uniqueId}" part="helpText">
24009
+ <slot name="helptext">${this.getHelpText()}</slot>
24010
+ </p>
24011
+ </${this.helpTextTag}>
24012
+ `
24013
+ : u$2`
24014
+ <${this.helpTextTag} error ?onDark="${this.onDark}">
24015
+ <p id="${this.uniqueId}" role="alert" aria-live="assertive" part="helpText">
24016
+ ${this.errorMessage}
24017
+ </p>
24018
+ </${this.helpTextTag}>
24019
+ `
24020
+ }
24021
+ `;
24022
+ }
24023
+
24024
+ /**
24025
+ * Returns HTML for the default layout.
24026
+ * @private
24027
+ * @returns {import("lit").TemplateResult} - Returns HTML for the default layout.
24028
+ */
24029
+ renderLayoutClassic() {
24030
+ return u$2`
24031
+ <div
24032
+ @click="${this.handleClick}"
24033
+ class="${e(this.commonWrapperClasses)} thin"
24034
+ part="wrapper">
24035
+ <div class="accents left">
24036
+ ${this.renderHtmlTypeIcon()}
23291
24037
  </div>
23292
- <div
23293
- class="notificationIcons"
23294
- part="notificationIcons"
23295
- ?hasValue="${this.hasValue}">
23296
- ${this.validity && this.validity !== 'valid' ? u$2`
23297
- <div class="notification alertNotification">
23298
- <${this.iconTag}
23299
- category="alert"
23300
- name="error-stroke"
23301
- customColor
23302
- </${this.iconTag}>
23303
- </div>
24038
+ <div class="mainContent">
24039
+ ${this.renderHtmlInput(true)}
24040
+ </div>
24041
+ <div class="accents right">
24042
+ ${this.renderValidationErrorIconHtml()}
24043
+ ${this.hasValue ? u$2`
24044
+ ${!this.disabled && !this.readonly ? u$2`
24045
+ ${this.renderHtmlActionClear()}
24046
+ ` : undefined}
24047
+ ` : undefined}
24048
+ </div>
24049
+ </div>
24050
+ <div class="helpTextWrapper leftIndent rightIndent" part="inputHelpText">
24051
+ ${this.renderHtmlHelpText()}
24052
+ </div>
24053
+ `;
24054
+ }
24055
+
24056
+ /**
24057
+ * Returns HTML for the emphasized layout. Does not support type="*".
24058
+ * @private
24059
+ * @returns {html} - Returns HTML for the emphasized layout.
24060
+ */
24061
+ renderLayoutEmphasized() {
24062
+ return u$2`
24063
+ <div
24064
+ @click="${this.handleClick}"
24065
+ class="${e(this.commonWrapperClasses)}"
24066
+ part="wrapper">
24067
+ <div class="accents left">
24068
+ ${this.layout.includes('left') ? u$2`
24069
+ ${this.renderValidationErrorIconHtml()}
24070
+ ` : undefined}
24071
+ </div>
24072
+ <div class="mainContent">
24073
+ ${this.renderHtmlInput()}
24074
+ </div>
24075
+ <div class="accents right">
24076
+ ${this.layout.includes('right') || this.layout === "emphasized" ? u$2`
24077
+ ${this.renderValidationErrorIconHtml()}
23304
24078
  ` : undefined}
23305
24079
  ${this.hasValue ? u$2`
23306
- ${this.type === 'password' ? u$2`
23307
- <div class="notification">
23308
- <${this.buttonTag}
23309
- variant="flat"
23310
- ?onDark="${this.onDark}"
23311
- aria-hidden="true"
23312
- tabindex="-1"
23313
- @click="${this.handleClickShowPassword}"
23314
- class="notificationBtn passwordBtn">
23315
- <${this.iconTag}
23316
- category="interface"
23317
- name="hide-password-stroke"
23318
- customColor
23319
- ?hidden=${!this.showPassword}>
23320
- </${this.iconTag}>
23321
- <${this.iconTag}
23322
- category="interface"
23323
- name="view-password-stroke"
23324
- customColor
23325
- ?hidden=${this.showPassword}>
23326
- </${this.iconTag}>
23327
- </${this.buttonTag}>
23328
- </div>
24080
+ ${!this.disabled && !this.readonly ? u$2`
24081
+ ${this.renderHtmlActionClear()}
23329
24082
  ` : undefined}
24083
+ ` : undefined}
24084
+ </div>
24085
+ </div>
24086
+ <div class="${e(this.helpTextClasses)}" part="inputHelpText">
24087
+ ${this.renderHtmlHelpText()}
24088
+ </div>
24089
+ `;
24090
+ }
24091
+
24092
+ /**
24093
+ * Returns HTML for the emphasized layout. Does not support type="*".
24094
+ * @private
24095
+ * @returns {html} - Returns HTML for the emphasized layout.
24096
+ */
24097
+ renderLayoutSnowflake() {
24098
+ return u$2`
24099
+ <div
24100
+ @click="${this.handleClick}"
24101
+ class="${e(this.commonWrapperClasses)}"
24102
+ part="wrapper">
24103
+ <div class="accents left">
24104
+ ${this.renderHtmlTypeIcon()}
24105
+ </div>
24106
+ <div class="mainContent">
24107
+ ${this.renderHtmlInput()}
24108
+ </div>
24109
+ <div class="accents right">
24110
+ ${this.renderValidationErrorIconHtml()}
24111
+ ${this.hasValue ? u$2`
23330
24112
  ${!this.disabled && !this.readonly ? u$2`
23331
- <div class="notification">
23332
- <${this.buttonTag}
23333
- variant="flat"
23334
- ?onDark="${this.onDark}"
23335
- class="notificationBtn clearBtn"
23336
- arialabel="${i18n(this.lang, 'clearInput')}"
23337
- @click="${this.handleClickClear}">
23338
- <${this.iconTag}
23339
- customColor
23340
- category="interface"
23341
- name="x-lg"
23342
- >
23343
- </${this.iconTag}>
23344
- </${this.buttonTag}>
23345
- </div>
24113
+ ${this.renderHtmlActionClear()}
23346
24114
  ` : undefined}
23347
24115
  ` : undefined}
23348
24116
  </div>
23349
24117
  </div>
23350
- <!-- Help text and error message template -->
23351
- ${!this.validity || this.validity === undefined || this.validity === 'valid'
23352
- ? u$2`
23353
- <${this.helpTextTag} ?onDark="${this.onDark}">
23354
- <p id="${this.uniqueId}" part="helpText">
23355
- <slot name="helptext">${this.getHelpText()}</slot>
23356
- </p>
23357
- </${this.helpTextTag}>
23358
- `
23359
- : u$2`
23360
- <${this.helpTextTag} error ?onDark="${this.onDark}">
23361
- <p id="${this.uniqueId}" role="alert" aria-live="assertive" part="helpText">
23362
- ${this.errorMessage}
23363
- </p>
23364
- </${this.helpTextTag}>
23365
- `
23366
- }
24118
+ <div class="helpTextWrapper leftIndent rightIndent" part="inputHelpText">
24119
+ ${this.renderHtmlHelpText()}
24120
+ </div>
23367
24121
  `;
23368
24122
  }
24123
+
24124
+ /**
24125
+ * Logic to determine the layout of the component.
24126
+ * @private
24127
+ * @param {string} [ForcedLayout] - Used to force a specific layout, pass in the layout name to use.
24128
+ * @returns {void}
24129
+ */
24130
+ renderLayout(ForcedLayout) {
24131
+ const layout = ForcedLayout || this.layout;
24132
+
24133
+ switch (layout) {
24134
+ case 'emphasized':
24135
+ return this.renderLayoutEmphasized();
24136
+ case 'emphasized-left':
24137
+ return this.renderLayoutEmphasized();
24138
+ case 'emphasized-right':
24139
+ return this.renderLayoutEmphasized();
24140
+ case 'snowflake':
24141
+ return this.renderLayoutSnowflake();
24142
+ case 'snowflake-left':
24143
+ return this.renderLayoutSnowflake();
24144
+ case 'snowflake-right':
24145
+ return this.renderLayoutSnowflake();
24146
+ default:
24147
+ return this.renderLayoutClassic();
24148
+ }
24149
+ }
23369
24150
  }
23370
24151
 
23371
24152
  var inputVersion = '4.2.0';
@@ -23778,7 +24559,7 @@ class AuroDatePicker extends i$2 {
23778
24559
  static get styles() {
23779
24560
  return [
23780
24561
  styleCss$d,
23781
- colorCss$d,
24562
+ colorCss$c,
23782
24563
  tokensCss$a
23783
24564
  ];
23784
24565
  }