@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
@@ -1272,17 +1272,17 @@ class UtilitiesCalendarRender {
1272
1272
 
1273
1273
  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}}`;
1274
1274
 
1275
- 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)}`;
1275
+ 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)}`;
1276
1276
 
1277
1277
  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)}`;
1278
1278
 
1279
1279
  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:""}`;
1280
1280
 
1281
- 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)}}`;
1281
+ 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)}}`;
1282
1282
 
1283
1283
  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%}`;
1284
1284
 
1285
- 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)}`;
1285
+ 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)}`;
1286
1286
 
1287
1287
  /******************************************************************************
1288
1288
  Copyright (c) Microsoft Corporation.
@@ -7809,11 +7809,11 @@ const t$1={ATTRIBUTE:1,CHILD:2},e$1=t=>(...e)=>({_$litDirective$:t,values:e});cl
7809
7809
 
7810
7810
  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)}}`;
7811
7811
 
7812
- 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}`;
7812
+ 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}`;
7813
7813
 
7814
7814
  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:""}`;
7815
7815
 
7816
- 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)}`;
7816
+ 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)}`;
7817
7817
 
7818
7818
  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)}`;
7819
7819
 
@@ -9722,7 +9722,7 @@ class AuroPopover extends i$2 {
9722
9722
  static get styles() {
9723
9723
  return [
9724
9724
  i$5`${styleCss$9}`,
9725
- i$5`${colorCss$9}`,
9725
+ i$5`${colorCss$8}`,
9726
9726
  i$5`${tokensCss$9}`
9727
9727
  ];
9728
9728
  }
@@ -9954,7 +9954,7 @@ class AuroCalendarCell extends i$2 {
9954
9954
  return [
9955
9955
  // ...super.styles,
9956
9956
  styleCss$a,
9957
- colorCss$a,
9957
+ colorCss$9,
9958
9958
  tokensCss$a
9959
9959
  ];
9960
9960
  }
@@ -10259,7 +10259,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
10259
10259
  return [
10260
10260
  // ...super.styles,
10261
10261
  styleCss$b,
10262
- colorCss$b,
10262
+ colorCss$a,
10263
10263
  tokensCss$a
10264
10264
  ];
10265
10265
  }
@@ -10934,7 +10934,7 @@ let AuroDependencyVersioning$2 = class AuroDependencyVersioning {
10934
10934
  * @attr {Boolean} hiddenAudible - If present, the component will be hidden from screen readers, but seen visually
10935
10935
  */
10936
10936
 
10937
- let AuroElement$2 = class AuroElement extends i$2 {
10937
+ let AuroElement$3 = class AuroElement extends i$2 {
10938
10938
 
10939
10939
  // function to define props used within the scope of this component
10940
10940
  static get properties() {
@@ -11002,7 +11002,7 @@ var styleCss$1$2 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}
11002
11002
  */
11003
11003
 
11004
11004
  // build the component class
11005
- let BaseIcon$2 = class BaseIcon extends AuroElement$2 {
11005
+ let BaseIcon$2 = class BaseIcon extends AuroElement$3 {
11006
11006
  constructor() {
11007
11007
  super();
11008
11008
  this.onDark = false;
@@ -11076,7 +11076,7 @@ let BaseIcon$2 = class BaseIcon extends AuroElement$2 {
11076
11076
 
11077
11077
  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)}`;
11078
11078
 
11079
- 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)}`;
11079
+ 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)}`;
11080
11080
 
11081
11081
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11082
11082
  // See LICENSE in the project root for license information.
@@ -11166,7 +11166,7 @@ let AuroIcon$2 = class AuroIcon extends BaseIcon$2 {
11166
11166
  super.styles,
11167
11167
  i$5`${tokensCss$8}`,
11168
11168
  i$5`${styleCss$1$2}`,
11169
- i$5`${colorCss$8}`
11169
+ i$5`${colorCss$7}`
11170
11170
  ];
11171
11171
  }
11172
11172
 
@@ -11245,7 +11245,7 @@ let AuroIcon$2 = class AuroIcon extends BaseIcon$2 {
11245
11245
  }
11246
11246
  };
11247
11247
 
11248
- var iconVersion$2 = '8.0.2';
11248
+ var iconVersion$2 = '8.0.3';
11249
11249
 
11250
11250
  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)}`;
11251
11251
 
@@ -11513,15 +11513,15 @@ class AuroBibtemplate extends i$2 {
11513
11513
 
11514
11514
  var bibTemplateVersion = '1.0.0';
11515
11515
 
11516
- 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}`;
11516
+ 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}`;
11517
11517
 
11518
- 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}`;
11518
+ 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}`;
11519
11519
 
11520
11520
  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}`;
11521
11521
 
11522
11522
  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}}`;
11523
11523
 
11524
- 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}`;
11524
+ 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}`;
11525
11525
 
11526
11526
  var tokensCss$6 = i$5`:host{--ds-auro-loader-background-color:currentcolor;--ds-auro-loader-border-color:currentcolor;--ds-auro-loader-color:currentcolor}`;
11527
11527
 
@@ -11600,7 +11600,7 @@ let AuroLoader$1 = class AuroLoader extends i$2 {
11600
11600
  static get styles() {
11601
11601
  return [
11602
11602
  i$5`${styleCss$6}`,
11603
- i$5`${colorCss$6}`,
11603
+ i$5`${colorCss$5}`,
11604
11604
  i$5`${tokensCss$6}`
11605
11605
  ];
11606
11606
  }
@@ -11672,27 +11672,6 @@ var loaderVersion$1 = '5.0.0';
11672
11672
 
11673
11673
 
11674
11674
  /**
11675
- * @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
11676
- * @attr {Boolean} disabled - If set to true, button will become disabled and not allow for interactions
11677
- * @attr {Boolean} iconOnly - If set to true, the button will contain an icon with no additional content
11678
- * @attr {Boolean} loading - If set to true button text will be replaced with `auro-loader` and become disabled
11679
- * @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.
11680
- * @attr {Boolean} onDark - Set value for on-dark version of auro-button
11681
- * @attr {Boolean} rounded - If set to true, the button will have a rounded shape
11682
- * @attr {Boolean} slim - Set value for slim version of auro-button
11683
- * @attr {Boolean} fluid - Alters the shape of the button to be full width of its parent container
11684
- * @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.
11685
- * @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.
11686
- * @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.
11687
- * @attr {String} id - Set the unique ID of an element.
11688
- * @attr {String} title - Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
11689
- * @attr {String} type - The type of the button. Possible values are: `submit`, `reset`, `button`
11690
- * @attr {String} value - Defines the value associated with the button which is submitted with the form data.
11691
- * @attr {String} variant - Sets button variant option. Possible values are: `secondary`, `tertiary`
11692
- * @attr {Boolean} secondary - DEPRECATED
11693
- * @attr {Boolean} tertiary - DEPRECATED
11694
- * @prop {Boolean} ready - When false the component API should not be called.
11695
- * @event auroButton-ready - Notifies that the component has finished initializing.
11696
11675
  * @slot - Default slot for the text of the button.
11697
11676
  * @slot icon - Slot to provide auro-icon for the button.
11698
11677
  * @csspart button - Apply CSS to HTML5 button.
@@ -11716,13 +11695,11 @@ let AuroButton$1 = class AuroButton extends i$2 {
11716
11695
 
11717
11696
  constructor() {
11718
11697
  super();
11719
-
11720
11698
  this.autofocus = false;
11721
11699
  this.disabled = false;
11722
11700
  this.iconOnly = false;
11723
11701
  this.loading = false;
11724
11702
  this.onDark = false;
11725
- this.ready = false;
11726
11703
  this.secondary = false;
11727
11704
  this.tertiary = false;
11728
11705
  this.rounded = false;
@@ -11755,79 +11732,175 @@ let AuroButton$1 = class AuroButton extends i$2 {
11755
11732
  return [
11756
11733
  tokensCss$7,
11757
11734
  styleCss$7,
11758
- colorCss$7
11735
+ colorCss$6
11759
11736
  ];
11760
11737
  }
11761
11738
 
11762
11739
  static get properties() {
11763
11740
  return {
11741
+
11742
+ /**
11743
+ * This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
11744
+ */
11764
11745
  autofocus: {
11765
11746
  type: Boolean,
11766
11747
  reflect: true
11767
11748
  },
11749
+
11750
+ /**
11751
+ * If set to true, button will become disabled and not allow for interactions.
11752
+ */
11768
11753
  disabled: {
11769
11754
  type: Boolean,
11770
11755
  reflect: true
11771
11756
  },
11757
+
11758
+ /**
11759
+ * DEPRECATED.
11760
+ * @deprecated
11761
+ */
11772
11762
  secondary: {
11773
11763
  type: Boolean,
11774
11764
  reflect: true
11775
11765
  },
11766
+
11767
+ /**
11768
+ * DEPRECATED.
11769
+ * @deprecated
11770
+ */
11776
11771
  tertiary: {
11777
11772
  type: Boolean,
11778
11773
  reflect: true
11779
11774
  },
11775
+
11776
+ /**
11777
+ * Alters the shape of the button to be full width of its parent container.
11778
+ */
11780
11779
  fluid: {
11781
11780
  type: Boolean,
11782
11781
  reflect: true
11783
11782
  },
11783
+
11784
+ /**
11785
+ * If set to true, the button will contain an icon with no additional content.
11786
+ */
11784
11787
  iconOnly: {
11785
11788
  type: Boolean,
11786
11789
  reflect: true
11787
11790
  },
11791
+
11792
+ /**
11793
+ * If set to true button text will be replaced with `auro-loader` and become disabled.
11794
+ */
11788
11795
  loading: {
11789
11796
  type: Boolean,
11790
11797
  reflect: true
11791
11798
  },
11799
+
11800
+ /**
11801
+ * 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.
11802
+ */
11792
11803
  loadingText: {
11793
11804
  type: String
11794
11805
  },
11806
+
11807
+ /**
11808
+ * Set value for on-dark version of auro-button.
11809
+ */
11795
11810
  onDark: {
11796
11811
  type: Boolean,
11797
11812
  reflect: true
11798
11813
  },
11814
+
11815
+ /**
11816
+ * If set to true, the button will have a rounded shape.
11817
+ */
11799
11818
  rounded: {
11800
11819
  type: Boolean,
11801
11820
  reflect: true
11802
11821
  },
11822
+
11823
+ /**
11824
+ * Set value for slim version of auro-button.
11825
+ */
11803
11826
  slim: {
11804
11827
  type: Boolean,
11805
11828
  reflect: true
11806
11829
  },
11830
+
11831
+ /**
11832
+ * Populates `tabIndex` to define the focusable sequence in keyboard navigation.
11833
+ */
11834
+ tIndex: {
11835
+ type: String,
11836
+ reflect: true
11837
+ },
11838
+
11839
+ /**
11840
+ * Populates the `aria-hidden` attribute to hide the button from a11y API.
11841
+ */
11842
+ ariahidden: {
11843
+ type: String,
11844
+ reflect: true,
11845
+ },
11846
+
11847
+ /**
11848
+ * Populates the `aria-label` attribute that is used to define a string that labels the current element.
11849
+ * Use it in cases where a text label is not visible on the screen.
11850
+ * If there is visible text labeling the element, use `aria-labelledby` instead.
11851
+ */
11807
11852
  arialabel: {
11808
11853
  type: String,
11809
11854
  reflect: true
11810
11855
  },
11856
+
11857
+ /**
11858
+ * Populates the `aria-labelledby` attribute that establishes relationships between objects and their label(s),
11859
+ * and its value should be one or more element IDs, which refer to elements that have the text needed for labeling.
11860
+ * List multiple element IDs in a space delimited fashion.
11861
+ */
11811
11862
  arialabelledby: {
11812
11863
  type: String,
11813
11864
  reflect: true
11814
11865
  },
11866
+
11867
+ /**
11868
+ * Populates the `aria-expanded` attribute that indicates whether the element,
11869
+ * or another grouping element it controls, is currently expanded or collapsed.
11870
+ * This is an optional attribute for buttons.
11871
+ */
11815
11872
  ariaexpanded: {
11816
11873
  type: Boolean,
11817
11874
  reflect: true
11818
11875
  },
11876
+
11877
+ /**
11878
+ * Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
11879
+ */
11819
11880
  title: {
11820
11881
  type: String,
11821
11882
  reflect: true
11822
11883
  },
11884
+
11885
+ /**
11886
+ * The type of the button. Possible values are: `submit`, `reset`, `button`.
11887
+ */
11823
11888
  type: {
11824
11889
  type: String,
11825
11890
  reflect: true
11826
11891
  },
11892
+
11893
+ /**
11894
+ * Defines the value associated with the button which is submitted with the form data.
11895
+ */
11827
11896
  value: {
11828
11897
  type: String,
11829
11898
  reflect: true
11830
11899
  },
11900
+
11901
+ /**
11902
+ * Sets button variant option. Possible values are: `secondary`, `tertiary`.
11903
+ */
11831
11904
  variant: {
11832
11905
  type: String,
11833
11906
  reflect: true
@@ -11857,21 +11930,6 @@ let AuroButton$1 = class AuroButton extends i$2 {
11857
11930
  this.renderRoot.querySelector('button').focus();
11858
11931
  }
11859
11932
 
11860
- /**
11861
- * Marks the component as ready and sends event.
11862
- * @private
11863
- * @returns {void}
11864
- */
11865
- notifyReady() {
11866
- this.ready = true;
11867
-
11868
- this.dispatchEvent(new CustomEvent('auroButton-ready', {
11869
- bubbles: true,
11870
- cancelable: false,
11871
- composed: true,
11872
- }));
11873
- }
11874
-
11875
11933
  updated() {
11876
11934
  // support the old `secondary` and `tertiary` attributes` that are deprecated
11877
11935
  if (this.secondary) {
@@ -11883,10 +11941,6 @@ let AuroButton$1 = class AuroButton extends i$2 {
11883
11941
  }
11884
11942
  }
11885
11943
 
11886
- firstUpdated() {
11887
- this.notifyReady();
11888
- }
11889
-
11890
11944
  /**
11891
11945
  * Submits the form that this button is associated with.
11892
11946
  * @private
@@ -11901,7 +11955,7 @@ let AuroButton$1 = class AuroButton extends i$2 {
11901
11955
  /**
11902
11956
  * Returns the form element that this button is associated with.
11903
11957
  * @private
11904
- * @returns {HTMLFormElement|null}
11958
+ * @returns {HTMLFormElement | null}
11905
11959
  */
11906
11960
  get form() {
11907
11961
  return this.internals ? this.internals.form : null;
@@ -11922,9 +11976,11 @@ let AuroButton$1 = class AuroButton extends i$2 {
11922
11976
  return u$2`
11923
11977
  <button
11924
11978
  part="button"
11979
+ aria-hidden="${o(this.ariahidden || undefined)}"
11925
11980
  aria-label="${o(this.loading ? this.loadingText : this.arialabel || undefined)}"
11926
11981
  aria-labelledby="${o(this.arialabelledby ? this.arialabelledby : undefined)}"
11927
11982
  aria-expanded="${o(this.ariaexpanded)}"
11983
+ tabIndex="${o(this.tIndex)}"
11928
11984
  ?autofocus="${this.autofocus}"
11929
11985
  class="${e(classes)}"
11930
11986
  ?disabled="${this.disabled || this.loading}"
@@ -12043,7 +12099,7 @@ class AuroCalendar extends RangeDatepicker {
12043
12099
  static get styles() {
12044
12100
  return [
12045
12101
  styleCss$c,
12046
- colorCss$c,
12102
+ colorCss$b,
12047
12103
  tokensCss$a
12048
12104
  ];
12049
12105
  }
@@ -12900,16 +12956,21 @@ const flip$1 = function (options) {
12900
12956
  const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;
12901
12957
  const nextPlacement = placements[nextIndex];
12902
12958
  if (nextPlacement) {
12903
- // Try next placement and re-run the lifecycle.
12904
- return {
12905
- data: {
12906
- index: nextIndex,
12907
- overflows: overflowsData
12908
- },
12909
- reset: {
12910
- placement: nextPlacement
12911
- }
12912
- };
12959
+ var _overflowsData$;
12960
+ const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;
12961
+ const hasInitialMainAxisOverflow = ((_overflowsData$ = overflowsData[0]) == null ? void 0 : _overflowsData$.overflows[0]) > 0;
12962
+ if (!ignoreCrossAxisOverflow || hasInitialMainAxisOverflow) {
12963
+ // Try next placement and re-run the lifecycle.
12964
+ return {
12965
+ data: {
12966
+ index: nextIndex,
12967
+ overflows: overflowsData
12968
+ },
12969
+ reset: {
12970
+ placement: nextPlacement
12971
+ }
12972
+ };
12973
+ }
12913
12974
  }
12914
12975
 
12915
12976
  // First, find the candidates that fit on the mainAxis side of overflow,
@@ -13561,6 +13622,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
13561
13622
  scrollTop: 0
13562
13623
  };
13563
13624
  const offsets = createCoords(0);
13625
+
13626
+ // If the <body> scrollbar appears on the left (e.g. RTL systems). Use
13627
+ // Firefox with layout.scrollbar.side = 3 in about:config to test this.
13628
+ function setLeftRTLScrollbarOffset() {
13629
+ offsets.x = getWindowScrollBarX(documentElement);
13630
+ }
13564
13631
  if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {
13565
13632
  if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {
13566
13633
  scroll = getNodeScroll(offsetParent);
@@ -13570,11 +13637,12 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
13570
13637
  offsets.x = offsetRect.x + offsetParent.clientLeft;
13571
13638
  offsets.y = offsetRect.y + offsetParent.clientTop;
13572
13639
  } else if (documentElement) {
13573
- // If the <body> scrollbar appears on the left (e.g. RTL systems). Use
13574
- // Firefox with layout.scrollbar.side = 3 in about:config to test this.
13575
- offsets.x = getWindowScrollBarX(documentElement);
13640
+ setLeftRTLScrollbarOffset();
13576
13641
  }
13577
13642
  }
13643
+ if (isFixed && !isOffsetParentAnElement && documentElement) {
13644
+ setLeftRTLScrollbarOffset();
13645
+ }
13578
13646
  const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
13579
13647
  const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
13580
13648
  const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
@@ -13751,7 +13819,7 @@ function observeMove(element, onMove) {
13751
13819
  // Handle <iframe>s
13752
13820
  root: root.ownerDocument
13753
13821
  });
13754
- } catch (e) {
13822
+ } catch (_e) {
13755
13823
  io = new IntersectionObserver(handleObserve, options);
13756
13824
  }
13757
13825
  io.observe(element);
@@ -14564,7 +14632,7 @@ let AuroDependencyVersioning$1 = class AuroDependencyVersioning {
14564
14632
  * @attr {Boolean} hiddenAudible - If present, the component will be hidden from screen readers, but seen visually
14565
14633
  */
14566
14634
 
14567
- let AuroElement$1 = class AuroElement extends i$2 {
14635
+ let AuroElement$1$1 = class AuroElement extends i$2 {
14568
14636
 
14569
14637
  // function to define props used within the scope of this component
14570
14638
  static get properties() {
@@ -14632,7 +14700,7 @@ var styleCss$3$1 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}
14632
14700
  */
14633
14701
 
14634
14702
  // build the component class
14635
- let BaseIcon$1 = class BaseIcon extends AuroElement$1 {
14703
+ let BaseIcon$1 = class BaseIcon extends AuroElement$1$1 {
14636
14704
  constructor() {
14637
14705
  super();
14638
14706
  this.onDark = false;
@@ -14706,7 +14774,7 @@ let BaseIcon$1 = class BaseIcon extends AuroElement$1 {
14706
14774
 
14707
14775
  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)}`;
14708
14776
 
14709
- 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)}`;
14777
+ 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)}`;
14710
14778
 
14711
14779
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
14712
14780
  // See LICENSE in the project root for license information.
@@ -14881,7 +14949,7 @@ var styleCss$2$1 = i$5`:host{position:absolute;z-index:var(--depth-tooltip, 400)
14881
14949
 
14882
14950
  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)}`;
14883
14951
 
14884
- 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)}`;
14952
+ 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)}`;
14885
14953
 
14886
14954
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
14887
14955
  // See LICENSE in the project root for license information.
@@ -15004,11 +15072,17 @@ class AuroDropdownBib extends i$2 {
15004
15072
 
15005
15073
  var dropdownVersion$1 = '3.0.0';
15006
15074
 
15007
- 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)}`;
15075
+ 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}`;
15076
+
15077
+ 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)}`;
15008
15078
 
15009
- 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))}`;
15079
+ 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)}`;
15010
15080
 
15011
- 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)}`;
15081
+ 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)}`;
15082
+
15083
+ 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)}`;
15084
+
15085
+ 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)}`;
15012
15086
 
15013
15087
  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}`;
15014
15088
 
@@ -15107,7 +15181,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
15107
15181
 
15108
15182
  static get styles() {
15109
15183
  return [
15110
- colorCss$5,
15184
+ colorCss$4,
15111
15185
  styleCss$5,
15112
15186
  tokensCss$5
15113
15187
  ];
@@ -15216,6 +15290,98 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
15216
15290
 
15217
15291
  var helpTextVersion$1 = '1.0.0';
15218
15292
 
15293
+ let AuroElement$2 = class AuroElement extends i$2 {
15294
+ static get properties() {
15295
+ return {
15296
+
15297
+ /**
15298
+ * Defines the language of an element.
15299
+ * @default {'default'}
15300
+ */
15301
+ layout: {
15302
+ type: String,
15303
+ attribute: "layout",
15304
+ reflect: true
15305
+ },
15306
+
15307
+ shape: {
15308
+ type: String,
15309
+ attribute: "shape",
15310
+ reflect: true
15311
+ },
15312
+
15313
+ size: {
15314
+ type: String,
15315
+ attribute: "size",
15316
+ reflect: true
15317
+ },
15318
+
15319
+ onDark: {
15320
+ type: Boolean,
15321
+ attribute: "ondark",
15322
+ reflect: true
15323
+ }
15324
+ };
15325
+ }
15326
+
15327
+ resetShapeClasses() {
15328
+ if (this.shape && this.size) {
15329
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
15330
+
15331
+ if (wrapper) {
15332
+ wrapper.classList.forEach((className) => {
15333
+ if (className.startsWith('shape-')) {
15334
+ wrapper.classList.remove(className);
15335
+ }
15336
+ });
15337
+
15338
+ wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
15339
+ }
15340
+ }
15341
+ }
15342
+
15343
+ resetLayoutClasses() {
15344
+ if (this.layout) {
15345
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
15346
+
15347
+ if (wrapper) {
15348
+ wrapper.classList.forEach((className) => {
15349
+ if (className.startsWith('layout-')) {
15350
+ wrapper.classList.remove(className);
15351
+ }
15352
+ });
15353
+
15354
+ wrapper.classList.add(`layout-${this.layout.toLowerCase()}`);
15355
+ }
15356
+ }
15357
+ }
15358
+
15359
+ updateComponentArchitecture() {
15360
+ this.resetLayoutClasses();
15361
+ this.resetShapeClasses();
15362
+ }
15363
+
15364
+ updated(changedProperties) {
15365
+ if (changedProperties.has('layout') || changedProperties.has('shape') || changedProperties.has('size')) {
15366
+ this.updateComponentArchitecture();
15367
+ }
15368
+ }
15369
+
15370
+ // Try to render the defined `this.layout` layout. If that fails, fall back to the default layout.
15371
+ // This will catch if an invalid layout value is passed in and render the default layout if so.
15372
+ render() {
15373
+ try {
15374
+ return this.renderLayout();
15375
+ } catch (error) {
15376
+ // failed to get the defined layout
15377
+ console.error('Failed to get the defined layout - using the default layout', error); // eslint-disable-line no-console
15378
+
15379
+ // fallback to the default layout
15380
+ return this.getLayout('default');
15381
+ }
15382
+ }
15383
+ };
15384
+
15219
15385
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
15220
15386
  // See LICENSE in the project root for license information.
15221
15387
 
@@ -15233,7 +15399,7 @@ var helpTextVersion$1 = '1.0.0';
15233
15399
  * @event auroDropdown-toggled - Notifies that the visibility of the dropdown bib has changed.
15234
15400
  * @event auroDropdown-idAdded - Notifies consumers that the unique ID for the dropdown bib has been generated.
15235
15401
  */
15236
- class AuroDropdown extends i$2 {
15402
+ class AuroDropdown extends AuroElement$2 {
15237
15403
  constructor() {
15238
15404
  super();
15239
15405
 
@@ -15242,26 +15408,29 @@ class AuroDropdown extends i$2 {
15242
15408
  this.matchWidth = false;
15243
15409
  this.noHideOnThisFocusLoss = false;
15244
15410
 
15411
+ this.errorMessage = ''; // TODO!
15412
+
15413
+ // Layout Config
15414
+ this.layout = 'default';
15415
+ this.shape = 'rounded';
15416
+ this.size = 'xl';
15417
+
15245
15418
  this.privateDefaults();
15419
+ }
15246
15420
 
15247
- /**
15248
- * @private
15249
- * @property {boolean} delegatesFocus - Whether the shadow root delegates focus.
15250
- */
15251
- this.constructor.shadowRootOptions = {
15252
- ...i$2.shadowRootOptions,
15253
- delegatesFocus: true,
15421
+ get commonLabelClasses() {
15422
+ return {
15423
+ // 'withValue': this.value && this.value.length > 0
15254
15424
  };
15425
+ }
15255
15426
 
15256
- /**
15257
- * @private
15258
- */
15259
- this.triggerContentFocusable = false;
15260
-
15261
- /**
15262
- * @private
15263
- */
15264
- this.showTriggerBorders = true;
15427
+ get commonWrapperClasses() {
15428
+ return {
15429
+ 'trigger': true,
15430
+ 'wrapper': true,
15431
+ 'hasFocus': this.hasFocus,
15432
+ 'simple': this.simple
15433
+ };
15265
15434
  }
15266
15435
 
15267
15436
  /**
@@ -15269,7 +15438,6 @@ class AuroDropdown extends i$2 {
15269
15438
  * @returns {void} Internal defaults.
15270
15439
  */
15271
15440
  privateDefaults() {
15272
- this.bordered = false;
15273
15441
  this.chevron = false;
15274
15442
  this.disabled = false;
15275
15443
  this.error = false;
@@ -15279,8 +15447,11 @@ class AuroDropdown extends i$2 {
15279
15447
  this.noToggle = false;
15280
15448
  this.a11yAutocomplete = 'none';
15281
15449
  this.labeled = true;
15282
- this.a11yRole = 'combobox';
15450
+ this.a11yRole = 'button';
15283
15451
  this.onDark = false;
15452
+ this.showTriggerBorders = true;
15453
+ this.triggerContentFocusable = false;
15454
+ this.simple = false;
15284
15455
 
15285
15456
  // floaterConfig
15286
15457
  this.placement = 'bottom-start';
@@ -15288,6 +15459,15 @@ class AuroDropdown extends i$2 {
15288
15459
  this.noFlip = false;
15289
15460
  this.autoPlacement = false;
15290
15461
 
15462
+ /**
15463
+ * @private
15464
+ * @property {boolean} delegatesFocus - Whether the shadow root delegates focus.
15465
+ */
15466
+ this.constructor.shadowRootOptions = {
15467
+ ...i$2.shadowRootOptions,
15468
+ delegatesFocus: true,
15469
+ };
15470
+
15291
15471
  /**
15292
15472
  * @private
15293
15473
  */
@@ -15378,7 +15558,7 @@ class AuroDropdown extends i$2 {
15378
15558
  /**
15379
15559
  * If declared, applies a border around the trigger slot.
15380
15560
  */
15381
- bordered: {
15561
+ simple: {
15382
15562
  type: Boolean,
15383
15563
  reflect: true
15384
15564
  },
@@ -15426,13 +15606,20 @@ class AuroDropdown extends i$2 {
15426
15606
  },
15427
15607
 
15428
15608
  /**
15429
- * If declared in combination with `bordered` property or `helpText` slot content, will apply red color to both.
15609
+ * If declared in combination with not using the `simple` property or `helpText` slot content, will apply red color to both.
15430
15610
  */
15431
15611
  error: {
15432
15612
  type: Boolean,
15433
15613
  reflect: true
15434
15614
  },
15435
15615
 
15616
+ /**
15617
+ * Contains the help text message for the current validity error.
15618
+ */
15619
+ errorMessage: {
15620
+ type: String
15621
+ },
15622
+
15436
15623
  /**
15437
15624
  * If declared, the bib will display when focus is applied to the trigger.
15438
15625
  */
@@ -15567,11 +15754,6 @@ class AuroDropdown extends i$2 {
15567
15754
 
15568
15755
  /**
15569
15756
  * Position where the bib should appear relative to the trigger.
15570
- * Accepted values:
15571
- * "top" | "right" | "bottom" | "left" |
15572
- * "bottom-start" | "top-start" | "top-end" |
15573
- * "right-start" | "right-end" | "bottom-end" |
15574
- * "left-start" | "left-end"
15575
15757
  * @default bottom-start
15576
15758
  */
15577
15759
  placement: {
@@ -15617,7 +15799,10 @@ class AuroDropdown extends i$2 {
15617
15799
  return [
15618
15800
  colorCss$1$1,
15619
15801
  styleCss$1$1,
15620
- tokensCss$1$1
15802
+ tokensCss$1$1,
15803
+ styleEmphasizedCss,
15804
+ styleSnowflakeCss,
15805
+ shapeSizeCss$1
15621
15806
  ];
15622
15807
  }
15623
15808
 
@@ -15653,6 +15838,7 @@ class AuroDropdown extends i$2 {
15653
15838
  }
15654
15839
 
15655
15840
  updated(changedProperties) {
15841
+ super.updated(changedProperties);
15656
15842
  this.floater.handleUpdate(changedProperties);
15657
15843
 
15658
15844
  // Note: `disabled` is not a breakpoint (it is not a screen size),
@@ -15662,7 +15848,7 @@ class AuroDropdown extends i$2 {
15662
15848
  }
15663
15849
 
15664
15850
  // when trigger's content is changed without any attribute or node change,
15665
- // `requestUpdate` needs to be called to update hasTriggerContnet
15851
+ // `requestUpdate` needs to be called to update hasTriggerContent
15666
15852
  if (changedProperties.size === 0 || changedProperties.has('isPopoverVisible')) {
15667
15853
  this.handleTriggerContentSlotChange();
15668
15854
  }
@@ -15723,6 +15909,24 @@ class AuroDropdown extends i$2 {
15723
15909
  return inCustomSlot;
15724
15910
  }
15725
15911
 
15912
+ /**
15913
+ * Function to support @focusin event.
15914
+ * @private
15915
+ * @return {void}
15916
+ */
15917
+ handleFocusin() {
15918
+ this.hasFocus = true;
15919
+ }
15920
+
15921
+ /**
15922
+ * Function to support @focusout event.
15923
+ * @private
15924
+ * @return {void}
15925
+ */
15926
+ handleFocusout() {
15927
+ this.hasFocus = false;
15928
+ }
15929
+
15726
15930
  /**
15727
15931
  * Determines if the element or any children are focusable.
15728
15932
  * @private
@@ -15782,8 +15986,8 @@ class AuroDropdown extends i$2 {
15782
15986
  }
15783
15987
 
15784
15988
  /**
15785
- * @private
15786
15989
  * Creates and dispatches a duplicate focus event on the trigger element.
15990
+ * @private
15787
15991
  * @param {Event} event - The original focus event.
15788
15992
  */
15789
15993
  bindFocusEventToTrigger(event) {
@@ -15796,9 +16000,9 @@ class AuroDropdown extends i$2 {
15796
16000
  }
15797
16001
 
15798
16002
  /**
15799
- * @private
15800
16003
  * Sets up event listeners to deliver focus and blur events from nested Auro components within the trigger slot to trigger.
15801
16004
  * This ensures that focus/blur events originating from within these components are propagated to the trigger element itself.
16005
+ * @private
15802
16006
  */
15803
16007
  setupTriggerFocusEventBinding() {
15804
16008
  if (!this.triggerContentSlot || this.triggerContentSlot.length === 0) {
@@ -15892,7 +16096,7 @@ class AuroDropdown extends i$2 {
15892
16096
  // If there are children
15893
16097
  if (triggerContentNodes) {
15894
16098
 
15895
- // See if any of them are focusable elemeents
16099
+ // See if any of them are focusable elements
15896
16100
  this.triggerContentFocusable = triggerContentNodes.some((node) => this.containsFocusableElement(node));
15897
16101
 
15898
16102
  // If any of them are focusable elements
@@ -15978,21 +16182,26 @@ class AuroDropdown extends i$2 {
15978
16182
  this.labeled = nodesArr.length > 0;
15979
16183
  }
15980
16184
 
15981
- // function that renders the HTML and CSS into the scope of the component
15982
- render() {
16185
+ /**
16186
+ * Returns HTML for the common portion of the layouts.
16187
+ * @private
16188
+ * @param {Object} helpTextClasses - Classes to apply to the help text container.
16189
+ * @returns {html} - Returns HTML.
16190
+ */
16191
+ renderBasicHtml(helpTextClasses) {
15983
16192
  return u$2`
15984
16193
  <div>
15985
16194
  <div
15986
16195
  id="trigger"
15987
- class="trigger"
15988
- part="trigger"
16196
+ class="${e(this.commonWrapperClasses)}" part="wrapper"
15989
16197
  tabindex="${this.tabIndex}"
15990
16198
  ?showBorder="${this.showTriggerBorders}"
15991
16199
  role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
15992
16200
  aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
15993
16201
  aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
15994
16202
  aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
15995
- >
16203
+ @focusin="${this.handleFocusin}"
16204
+ @blur="${this.handleFocusOut}">
15996
16205
  <div class="triggerContentWrapper">
15997
16206
  <label class="label" id="triggerLabel" hasTrigger=${this.hasTriggerContent}>
15998
16207
  <slot name="label" @slotchange="${this.handleLabelSlotChange}"></slot>
@@ -16017,9 +16226,9 @@ class AuroDropdown extends i$2 {
16017
16226
  </div>
16018
16227
  ` : undefined }
16019
16228
  </div>
16020
- <${this.helpTextTag} part="helpText" ?onDark=${this.onDark} ?error="${this.error}">
16229
+ <div class="${e(helpTextClasses)}">
16021
16230
  <slot name="helpText"></slot>
16022
- </${this.helpTextTag}>
16231
+ </div>
16023
16232
  <div class="slotContent">
16024
16233
  <slot @slotchange="${this.handleDefaultSlot}"></slot>
16025
16234
  </div>
@@ -16030,36 +16239,176 @@ class AuroDropdown extends i$2 {
16030
16239
  ?isfullscreen="${this.isBibFullscreen}"
16031
16240
  ?common="${this.common}"
16032
16241
  ?rounded="${this.common || this.rounded}"
16033
- ?inset="${this.common || this.inset}"
16034
- >
16242
+ ?inset="${this.common || this.inset}">
16035
16243
  </${this.dropdownBibTag}>
16036
16244
  </div>
16037
16245
  `;
16038
16246
  }
16039
- }
16040
-
16041
- var dropdownVersion = '3.0.0';
16042
-
16043
- /**
16044
- * @license
16045
- * Copyright 2020 Google LLC
16046
- * SPDX-License-Identifier: BSD-3-Clause
16047
- */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;}};
16048
-
16049
- /**
16050
- * @license
16051
- * Copyright 2017 Google LLC
16052
- * SPDX-License-Identifier: BSD-3-Clause
16053
- */
16054
- 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}});
16055
-
16056
- const watchedItems = new Set();
16057
-
16058
16247
 
16059
- /**
16060
- * Function for setting the value of the lang attribute.
16061
- * @private
16062
- * @param {object} item - Individual DOM node from set of watchedItems.
16248
+ /**
16249
+ * Returns HTML for the classic layout. Does not support type="*".
16250
+ * @private
16251
+ * @returns {html} - Returns HTML for the classic layout.
16252
+ */
16253
+ renderLayoutClassic() {
16254
+ return u$2`
16255
+ <div>
16256
+ <div
16257
+ id="trigger"
16258
+ class="trigger"
16259
+ part="trigger"
16260
+ tabindex="${this.tabIndex}"
16261
+ ?showBorder="${this.showTriggerBorders}"
16262
+ role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
16263
+ aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
16264
+ aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
16265
+ aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
16266
+ >
16267
+ <div class="triggerContentWrapper">
16268
+ <label class="label" id="triggerLabel" hasTrigger=${this.hasTriggerContent}>
16269
+ <slot name="label" @slotchange="${this.handleLabelSlotChange}"></slot>
16270
+ </label>
16271
+ <div class="triggerContent">
16272
+ <slot
16273
+ name="trigger"
16274
+ @slotchange="${this.handleTriggerContentSlotChange}"></slot>
16275
+ </div>
16276
+ </div>
16277
+ ${this.chevron || this.common ? u$2`
16278
+ <div
16279
+ id="showStateIcon"
16280
+ part="chevron">
16281
+ <${this.iconTag}
16282
+ category="interface"
16283
+ name="chevron-down"
16284
+ ?onDark="${this.onDark}"
16285
+ variant="${this.disabled ? 'disabled' : 'muted'}">
16286
+ >
16287
+ </${this.iconTag}>
16288
+ </div>
16289
+ ` : undefined }
16290
+ </div>
16291
+ <div class="slotContent">
16292
+ <slot @slotchange="${this.handleDefaultSlot}"></slot>
16293
+ </div>
16294
+ <div id="bibSizer" part="size"></div>
16295
+ <${this.dropdownBibTag}
16296
+ id="bib"
16297
+ ?data-show="${this.isPopoverVisible}"
16298
+ ?isfullscreen="${this.isBibFullscreen}"
16299
+ ?common="${this.common}"
16300
+ ?rounded="${this.common || this.rounded}"
16301
+ ?inset="${this.common || this.inset}"
16302
+ >
16303
+ </${this.dropdownBibTag}>
16304
+ </div>
16305
+ `;
16306
+ }
16307
+
16308
+ /**
16309
+ * Returns HTML for the snowflake layout. Does not support type="*".
16310
+ * @private
16311
+ * @returns {html} - Returns HTML for the snowflake layout.
16312
+ */
16313
+ renderLayoutSnowflake() {
16314
+ const helpTextClasses = {
16315
+ 'helpText': true,
16316
+ 'leftIndent': true,
16317
+ 'rightIndent': true
16318
+ };
16319
+
16320
+ return u$2`
16321
+ ${this.renderBasicHtml(helpTextClasses)}
16322
+ `;
16323
+ }
16324
+
16325
+ /**
16326
+ * Returns HTML for the emphasized layout. Does not support type="*".
16327
+ * @private
16328
+ * @returns {html} - Returns HTML for the emphasized layout.
16329
+ */
16330
+ renderLayoutEmphasized() {
16331
+ const helpTextClasses = {
16332
+ 'helpText': true,
16333
+ 'leftIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('right'),
16334
+ 'rightIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('left')
16335
+ };
16336
+
16337
+ return u$2`
16338
+ ${this.renderBasicHtml(helpTextClasses)}
16339
+ `;
16340
+ }
16341
+
16342
+ /**
16343
+ * Logic to determine the layout of the component.
16344
+ * @private
16345
+ * @param {string} [ForcedLayout] - Used to force a specific layout, pass in the layout name to use.
16346
+ * @returns {HTMLCollection} - Returns the HTML for the layout.
16347
+ */
16348
+ renderLayout(ForcedLayout) {
16349
+ const layout = ForcedLayout || this.layout;
16350
+
16351
+ switch (layout) {
16352
+ case 'emphasized':
16353
+ return this.renderLayoutEmphasized();
16354
+ case 'emphasized-left':
16355
+ return this.renderLayoutEmphasized();
16356
+ case 'emphasized-right':
16357
+ return this.renderLayoutEmphasized();
16358
+ case 'snowflake':
16359
+ return this.renderLayoutSnowflake();
16360
+ case 'snowflake-left':
16361
+ return this.renderLayoutSnowflake();
16362
+ case 'snowflake-right':
16363
+ return this.renderLayoutSnowflake();
16364
+ default:
16365
+ return this.renderLayoutClassic();
16366
+ }
16367
+ }
16368
+ }
16369
+
16370
+ var dropdownVersion = '3.0.0';
16371
+
16372
+ /**
16373
+ * @license
16374
+ * Copyright 2020 Google LLC
16375
+ * SPDX-License-Identifier: BSD-3-Clause
16376
+ */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;}};
16377
+
16378
+ /**
16379
+ * @license
16380
+ * Copyright 2017 Google LLC
16381
+ * SPDX-License-Identifier: BSD-3-Clause
16382
+ */
16383
+ 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}});
16384
+
16385
+ 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}`;
16386
+
16387
+ 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}`;
16388
+
16389
+ 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}`;
16390
+
16391
+ 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)}`;
16392
+
16393
+ 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)}`;
16394
+
16395
+ 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}`;
16396
+
16397
+ var classicColorCss = i$5`.layout-default label{color:var(--ds-auro-input-label-text-color)}`;
16398
+
16399
+ 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}`;
16400
+
16401
+ 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)}`;
16402
+
16403
+ 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}`;
16404
+
16405
+ const watchedItems = new Set();
16406
+
16407
+
16408
+ /**
16409
+ * Function for setting the value of the lang attribute.
16410
+ * @private
16411
+ * @param {object} item - Individual DOM node from set of watchedItems.
16063
16412
  * @param {string} lang - Current language set for the document.
16064
16413
  */
16065
16414
  function setLang(item, lang) {
@@ -16174,12 +16523,6 @@ function stopNotifyingOnLangChange(element) {
16174
16523
  watchedItems.delete(element);
16175
16524
  }
16176
16525
 
16177
- 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)}`;
16178
-
16179
- 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))}`;
16180
-
16181
- 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)}`;
16182
-
16183
16526
  /** Checks if value is string */
16184
16527
  function isString(str) {
16185
16528
  return typeof str === 'string' || str instanceof String;
@@ -20866,6 +21209,98 @@ class AuroFormValidation {
20866
21209
  }
20867
21210
  }
20868
21211
 
21212
+ let AuroElement$1 = class AuroElement extends i$2 {
21213
+ static get properties() {
21214
+ return {
21215
+
21216
+ /**
21217
+ * Defines the language of an element.
21218
+ * @default {'default'}
21219
+ */
21220
+ layout: {
21221
+ type: String,
21222
+ attribute: "layout",
21223
+ reflect: true
21224
+ },
21225
+
21226
+ shape: {
21227
+ type: String,
21228
+ attribute: "shape",
21229
+ reflect: true
21230
+ },
21231
+
21232
+ size: {
21233
+ type: String,
21234
+ attribute: "size",
21235
+ reflect: true
21236
+ },
21237
+
21238
+ onDark: {
21239
+ type: Boolean,
21240
+ attribute: "ondark",
21241
+ reflect: true
21242
+ }
21243
+ };
21244
+ }
21245
+
21246
+ resetShapeClasses() {
21247
+ if (this.shape && this.size) {
21248
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
21249
+
21250
+ if (wrapper) {
21251
+ wrapper.classList.forEach((className) => {
21252
+ if (className.startsWith('shape-')) {
21253
+ wrapper.classList.remove(className);
21254
+ }
21255
+ });
21256
+
21257
+ wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
21258
+ }
21259
+ }
21260
+ }
21261
+
21262
+ resetLayoutClasses() {
21263
+ if (this.layout) {
21264
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
21265
+
21266
+ if (wrapper) {
21267
+ wrapper.classList.forEach((className) => {
21268
+ if (className.startsWith('layout-')) {
21269
+ wrapper.classList.remove(className);
21270
+ }
21271
+ });
21272
+
21273
+ wrapper.classList.add(`layout-${this.layout.toLowerCase()}`);
21274
+ }
21275
+ }
21276
+ }
21277
+
21278
+ updateComponentArchitecture() {
21279
+ this.resetLayoutClasses();
21280
+ this.resetShapeClasses();
21281
+ }
21282
+
21283
+ updated(changedProperties) {
21284
+ if (changedProperties.has('layout') || changedProperties.has('shape') || changedProperties.has('size')) {
21285
+ this.updateComponentArchitecture();
21286
+ }
21287
+ }
21288
+
21289
+ // Try to render the defined `this.layout` layout. If that fails, fall back to the default layout.
21290
+ // This will catch if an invalid layout value is passed in and render the default layout if so.
21291
+ render() {
21292
+ try {
21293
+ return this.renderLayout();
21294
+ } catch (error) {
21295
+ // failed to get the defined layout
21296
+ console.error('Failed to get the defined layout - using the default layout', error); // eslint-disable-line no-console
21297
+
21298
+ // fallback to the default layout
21299
+ return this.getLayout('default');
21300
+ }
21301
+ }
21302
+ };
21303
+
20869
21304
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
20870
21305
  // See LICENSE in the project root for license information.
20871
21306
 
@@ -20873,9 +21308,6 @@ class AuroFormValidation {
20873
21308
  /**
20874
21309
  * Auro-input provides users a way to enter data into a text field.
20875
21310
  *
20876
- * @attr {Boolean} bordered - Applies bordered UI variant.
20877
- * @attr {Boolean} borderless - Applies borderless UI variant.
20878
- *
20879
21311
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
20880
21312
  * @attr id
20881
21313
  *
@@ -20891,22 +21323,26 @@ class AuroFormValidation {
20891
21323
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` value has changed.
20892
21324
  */
20893
21325
 
20894
- class BaseInput extends i$2 {
21326
+ class BaseInput extends AuroElement$1 {
20895
21327
 
20896
21328
  constructor() {
20897
21329
  super();
20898
21330
 
21331
+ this.activeLabel = false;
20899
21332
  this.icon = false;
20900
21333
  this.disabled = false;
20901
- this.required = false;
20902
- this.noValidate = false;
20903
21334
  this.max = undefined;
20904
- this.min = undefined;
20905
21335
  this.maxLength = undefined;
21336
+ this.min = undefined;
20906
21337
  this.minLength = undefined;
21338
+ this.noValidate = false;
20907
21339
  this.onDark = false;
20908
- this.activeLabel = false;
21340
+ this.required = false;
20909
21341
  this.setCustomValidityForType = undefined;
21342
+
21343
+ this.layout = 'classic';
21344
+ this.shape = 'rounded';
21345
+ this.size = 'lg';
20910
21346
  }
20911
21347
 
20912
21348
  /**
@@ -20923,6 +21359,7 @@ class BaseInput extends i$2 {
20923
21359
  this.validationCCLength = undefined;
20924
21360
  this.hasValue = false;
20925
21361
  this.label = 'Input label is undefined';
21362
+ this.placeholderStr = '';
20926
21363
 
20927
21364
  this.allowedInputTypes = [
20928
21365
  "text",
@@ -20969,9 +21406,10 @@ class BaseInput extends i$2 {
20969
21406
  .substring(idSubstrStart, idSubstrEnd);
20970
21407
  }
20971
21408
 
20972
- // function to define props used within the scope of this componentstatic
21409
+ // function to define props used within the scope of this component
20973
21410
  static get properties() {
20974
21411
  return {
21412
+ ...super.properties,
20975
21413
 
20976
21414
  /**
20977
21415
  * The value for the role attribute.
@@ -21303,15 +21741,6 @@ class BaseInput extends i$2 {
21303
21741
  };
21304
21742
  }
21305
21743
 
21306
-
21307
- static get styles() {
21308
- return [
21309
- i$5`${colorCss$4}`,
21310
- i$5`${styleCss$4}`,
21311
- i$5`${tokensCss$4}`
21312
- ];
21313
- }
21314
-
21315
21744
  connectedCallback() {
21316
21745
  super.connectedCallback();
21317
21746
 
@@ -21326,15 +21755,21 @@ class BaseInput extends i$2 {
21326
21755
  }
21327
21756
 
21328
21757
  firstUpdated() {
21758
+ // clicking anywhere in the main wrapper will focus the input. Clicking the helptext or label will not focus the input.
21759
+ this.wrapperElement = this.shadowRoot.querySelector('.wrapper');
21760
+ this.inputElement = this.renderRoot.querySelector('input');
21761
+ this.labelElement = this.shadowRoot.querySelector('label');
21762
+
21763
+ if (this.wrapperElement) {
21764
+ this.wrapperElement.addEventListener('click', this.handleClick);
21765
+ }
21766
+
21329
21767
  // add attribute for query selectors when auro-input is registered under a custom name
21330
21768
  if (this.tagName.toLowerCase() !== 'auro-input') {
21331
21769
  this.setAttribute('auro-input', true);
21332
21770
  }
21333
21771
  this.inputId = this.id ? `${this.id}-input` : window.crypto.randomUUID();
21334
21772
 
21335
- this.inputElement = this.renderRoot.querySelector('input');
21336
- this.labelElement = this.shadowRoot.querySelector('label');
21337
-
21338
21773
  if (this.format) {
21339
21774
  this.format = this.format.toLowerCase();
21340
21775
  }
@@ -21344,6 +21779,7 @@ class BaseInput extends i$2 {
21344
21779
  this.ValidityMessageOverride = this.setCustomValidity;
21345
21780
  }
21346
21781
 
21782
+ this.getPlaceholder();
21347
21783
  this.setCustomHelpTextMessage();
21348
21784
  this.configureAutoFormatting();
21349
21785
  }
@@ -21380,6 +21816,8 @@ class BaseInput extends i$2 {
21380
21816
  * @returns {void}
21381
21817
  */
21382
21818
  updated(changedProperties) {
21819
+ super.updated(changedProperties);
21820
+
21383
21821
  if (changedProperties.has('format')) {
21384
21822
  this.configureAutoFormatting();
21385
21823
  }
@@ -21500,15 +21938,6 @@ class BaseInput extends i$2 {
21500
21938
  return this.pattern;
21501
21939
  }
21502
21940
 
21503
- /**
21504
- * Function to set element focus.
21505
- * @private
21506
- * @return {void}
21507
- */
21508
- focus() {
21509
- this.inputElement.focus();
21510
- }
21511
-
21512
21941
  /**
21513
21942
  * Required to convert SVG icons from data to HTML string.
21514
21943
  * @private
@@ -21538,6 +21967,25 @@ class BaseInput extends i$2 {
21538
21967
  this.dispatchEvent(inputEvent);
21539
21968
  }
21540
21969
 
21970
+
21971
+ /**
21972
+ * Handles clicking on the auro-input anywhere outside of the HTML5 input and still moving focus in.
21973
+ * @private
21974
+ * @return {void}
21975
+ */
21976
+ handleClick() {
21977
+ this.focus();
21978
+ }
21979
+
21980
+ /**
21981
+ * Function to set element focus.
21982
+ * @private
21983
+ * @return {void}
21984
+ */
21985
+ focus() {
21986
+ this.inputElement.focus();
21987
+ }
21988
+
21541
21989
  /**
21542
21990
  * Handles event of clearing input content by clicking the X icon.
21543
21991
  * @private
@@ -21585,10 +22033,23 @@ class BaseInput extends i$2 {
21585
22033
  * @return {void}
21586
22034
  */
21587
22035
  handleFocusin() {
22036
+ this.hasFocus = true;
22037
+
22038
+ this.getPlaceholder();
21588
22039
 
21589
22040
  this.touched = true;
21590
22041
  }
21591
22042
 
22043
+ /**
22044
+ * Function to support @focusout event.
22045
+ * @private
22046
+ * @return {void}
22047
+ */
22048
+ handleFocusout() {
22049
+ this.hasFocus = false;
22050
+ this.getPlaceholder();
22051
+ }
22052
+
21592
22053
  /**
21593
22054
  * Function to support @blur event.
21594
22055
  * @private
@@ -21713,16 +22174,31 @@ class BaseInput extends i$2 {
21713
22174
  /**
21714
22175
  * Support placeholder text.
21715
22176
  * @private
21716
- * @returns {string}
22177
+ * @returns {void}
21717
22178
  */
21718
22179
  getPlaceholder() {
21719
- if (this.placeholder) {
21720
- return this.placeholder;
21721
- } else if (this.type === 'date') {
21722
- return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
22180
+ const isFocused = this.inputElement === this.getActiveElement();
22181
+
22182
+ // console.warn('isFocused', isFocused);
22183
+ // console.warn(this.inputElement);
22184
+ // console.warn(this.getActiveElement());
22185
+
22186
+ if (!isFocused) {
22187
+ if (this.placeholder) {
22188
+ this.placeholderStr = this.placeholder;
22189
+ // return this.placeholder;
22190
+ } else if (this.type === 'date') {
22191
+ this.placeholderStr = this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
22192
+ // return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
22193
+ }
22194
+ } else {
22195
+ this.placeholderStr = '';
21723
22196
  }
21724
22197
 
21725
- return '';
22198
+ this.requestUpdate();
22199
+
22200
+ // console.warn('this.placeholderStr', this.placeholderStr);
22201
+ // return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
21726
22202
  }
21727
22203
 
21728
22204
  /**
@@ -22077,7 +22553,7 @@ class BaseIcon extends AuroElement {
22077
22553
 
22078
22554
  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)}`;
22079
22555
 
22080
- 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)}`;
22556
+ 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)}`;
22081
22557
 
22082
22558
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
22083
22559
  // See LICENSE in the project root for license information.
@@ -22248,7 +22724,7 @@ class AuroIcon extends BaseIcon {
22248
22724
 
22249
22725
  var iconVersion = '8.0.1';
22250
22726
 
22251
- 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}`;
22727
+ 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}`;
22252
22728
 
22253
22729
  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}`;
22254
22730
 
@@ -22407,27 +22883,6 @@ var loaderVersion = '5.0.0';
22407
22883
 
22408
22884
 
22409
22885
  /**
22410
- * @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
22411
- * @attr {Boolean} disabled - If set to true, button will become disabled and not allow for interactions
22412
- * @attr {Boolean} iconOnly - If set to true, the button will contain an icon with no additional content
22413
- * @attr {Boolean} loading - If set to true button text will be replaced with `auro-loader` and become disabled
22414
- * @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.
22415
- * @attr {Boolean} onDark - Set value for on-dark version of auro-button
22416
- * @attr {Boolean} rounded - If set to true, the button will have a rounded shape
22417
- * @attr {Boolean} slim - Set value for slim version of auro-button
22418
- * @attr {Boolean} fluid - Alters the shape of the button to be full width of its parent container
22419
- * @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.
22420
- * @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.
22421
- * @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.
22422
- * @attr {String} id - Set the unique ID of an element.
22423
- * @attr {String} title - Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
22424
- * @attr {String} type - The type of the button. Possible values are: `submit`, `reset`, `button`
22425
- * @attr {String} value - Defines the value associated with the button which is submitted with the form data.
22426
- * @attr {String} variant - Sets button variant option. Possible values are: `secondary`, `tertiary`
22427
- * @attr {Boolean} secondary - DEPRECATED
22428
- * @attr {Boolean} tertiary - DEPRECATED
22429
- * @prop {Boolean} ready - When false the component API should not be called.
22430
- * @event auroButton-ready - Notifies that the component has finished initializing.
22431
22886
  * @slot - Default slot for the text of the button.
22432
22887
  * @slot icon - Slot to provide auro-icon for the button.
22433
22888
  * @csspart button - Apply CSS to HTML5 button.
@@ -22451,13 +22906,11 @@ class AuroButton extends i$2 {
22451
22906
 
22452
22907
  constructor() {
22453
22908
  super();
22454
-
22455
22909
  this.autofocus = false;
22456
22910
  this.disabled = false;
22457
22911
  this.iconOnly = false;
22458
22912
  this.loading = false;
22459
22913
  this.onDark = false;
22460
- this.ready = false;
22461
22914
  this.secondary = false;
22462
22915
  this.tertiary = false;
22463
22916
  this.rounded = false;
@@ -22496,73 +22949,169 @@ class AuroButton extends i$2 {
22496
22949
 
22497
22950
  static get properties() {
22498
22951
  return {
22952
+
22953
+ /**
22954
+ * This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
22955
+ */
22499
22956
  autofocus: {
22500
22957
  type: Boolean,
22501
22958
  reflect: true
22502
22959
  },
22960
+
22961
+ /**
22962
+ * If set to true, button will become disabled and not allow for interactions.
22963
+ */
22503
22964
  disabled: {
22504
22965
  type: Boolean,
22505
22966
  reflect: true
22506
22967
  },
22968
+
22969
+ /**
22970
+ * DEPRECATED.
22971
+ * @deprecated
22972
+ */
22507
22973
  secondary: {
22508
22974
  type: Boolean,
22509
22975
  reflect: true
22510
22976
  },
22977
+
22978
+ /**
22979
+ * DEPRECATED.
22980
+ * @deprecated
22981
+ */
22511
22982
  tertiary: {
22512
22983
  type: Boolean,
22513
22984
  reflect: true
22514
22985
  },
22986
+
22987
+ /**
22988
+ * Alters the shape of the button to be full width of its parent container.
22989
+ */
22515
22990
  fluid: {
22516
22991
  type: Boolean,
22517
22992
  reflect: true
22518
22993
  },
22994
+
22995
+ /**
22996
+ * If set to true, the button will contain an icon with no additional content.
22997
+ */
22519
22998
  iconOnly: {
22520
22999
  type: Boolean,
22521
23000
  reflect: true
22522
23001
  },
23002
+
23003
+ /**
23004
+ * If set to true button text will be replaced with `auro-loader` and become disabled.
23005
+ */
22523
23006
  loading: {
22524
23007
  type: Boolean,
22525
23008
  reflect: true
22526
23009
  },
23010
+
23011
+ /**
23012
+ * 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.
23013
+ */
22527
23014
  loadingText: {
22528
23015
  type: String
22529
23016
  },
23017
+
23018
+ /**
23019
+ * Set value for on-dark version of auro-button.
23020
+ */
22530
23021
  onDark: {
22531
23022
  type: Boolean,
22532
23023
  reflect: true
22533
23024
  },
23025
+
23026
+ /**
23027
+ * If set to true, the button will have a rounded shape.
23028
+ */
22534
23029
  rounded: {
22535
23030
  type: Boolean,
22536
23031
  reflect: true
22537
23032
  },
23033
+
23034
+ /**
23035
+ * Set value for slim version of auro-button.
23036
+ */
22538
23037
  slim: {
22539
23038
  type: Boolean,
22540
23039
  reflect: true
22541
23040
  },
23041
+
23042
+ /**
23043
+ * Populates `tabIndex` to define the focusable sequence in keyboard navigation.
23044
+ */
23045
+ tIndex: {
23046
+ type: String,
23047
+ reflect: true
23048
+ },
23049
+
23050
+ /**
23051
+ * Populates the `aria-hidden` attribute to hide the button from a11y API.
23052
+ */
23053
+ ariahidden: {
23054
+ type: String,
23055
+ reflect: true,
23056
+ },
23057
+
23058
+ /**
23059
+ * Populates the `aria-label` attribute that is used to define a string that labels the current element.
23060
+ * Use it in cases where a text label is not visible on the screen.
23061
+ * If there is visible text labeling the element, use `aria-labelledby` instead.
23062
+ */
22542
23063
  arialabel: {
22543
23064
  type: String,
22544
23065
  reflect: true
22545
23066
  },
23067
+
23068
+ /**
23069
+ * Populates the `aria-labelledby` attribute that establishes relationships between objects and their label(s),
23070
+ * and its value should be one or more element IDs, which refer to elements that have the text needed for labeling.
23071
+ * List multiple element IDs in a space delimited fashion.
23072
+ */
22546
23073
  arialabelledby: {
22547
23074
  type: String,
22548
23075
  reflect: true
22549
23076
  },
23077
+
23078
+ /**
23079
+ * Populates the `aria-expanded` attribute that indicates whether the element,
23080
+ * or another grouping element it controls, is currently expanded or collapsed.
23081
+ * This is an optional attribute for buttons.
23082
+ */
22550
23083
  ariaexpanded: {
22551
23084
  type: Boolean,
22552
23085
  reflect: true
22553
23086
  },
23087
+
23088
+ /**
23089
+ * Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
23090
+ */
22554
23091
  title: {
22555
23092
  type: String,
22556
23093
  reflect: true
22557
23094
  },
23095
+
23096
+ /**
23097
+ * The type of the button. Possible values are: `submit`, `reset`, `button`.
23098
+ */
22558
23099
  type: {
22559
23100
  type: String,
22560
23101
  reflect: true
22561
23102
  },
23103
+
23104
+ /**
23105
+ * Defines the value associated with the button which is submitted with the form data.
23106
+ */
22562
23107
  value: {
22563
23108
  type: String,
22564
23109
  reflect: true
22565
23110
  },
23111
+
23112
+ /**
23113
+ * Sets button variant option. Possible values are: `secondary`, `tertiary`.
23114
+ */
22566
23115
  variant: {
22567
23116
  type: String,
22568
23117
  reflect: true
@@ -22592,21 +23141,6 @@ class AuroButton extends i$2 {
22592
23141
  this.renderRoot.querySelector('button').focus();
22593
23142
  }
22594
23143
 
22595
- /**
22596
- * Marks the component as ready and sends event.
22597
- * @private
22598
- * @returns {void}
22599
- */
22600
- notifyReady() {
22601
- this.ready = true;
22602
-
22603
- this.dispatchEvent(new CustomEvent('auroButton-ready', {
22604
- bubbles: true,
22605
- cancelable: false,
22606
- composed: true,
22607
- }));
22608
- }
22609
-
22610
23144
  updated() {
22611
23145
  // support the old `secondary` and `tertiary` attributes` that are deprecated
22612
23146
  if (this.secondary) {
@@ -22618,10 +23152,6 @@ class AuroButton extends i$2 {
22618
23152
  }
22619
23153
  }
22620
23154
 
22621
- firstUpdated() {
22622
- this.notifyReady();
22623
- }
22624
-
22625
23155
  /**
22626
23156
  * Submits the form that this button is associated with.
22627
23157
  * @private
@@ -22636,7 +23166,7 @@ class AuroButton extends i$2 {
22636
23166
  /**
22637
23167
  * Returns the form element that this button is associated with.
22638
23168
  * @private
22639
- * @returns {HTMLFormElement|null}
23169
+ * @returns {HTMLFormElement | null}
22640
23170
  */
22641
23171
  get form() {
22642
23172
  return this.internals ? this.internals.form : null;
@@ -22657,9 +23187,11 @@ class AuroButton extends i$2 {
22657
23187
  return u$2`
22658
23188
  <button
22659
23189
  part="button"
23190
+ aria-hidden="${o(this.ariahidden || undefined)}"
22660
23191
  aria-label="${o(this.loading ? this.loadingText : this.arialabel || undefined)}"
22661
23192
  aria-labelledby="${o(this.arialabelledby ? this.arialabelledby : undefined)}"
22662
23193
  aria-expanded="${o(this.ariaexpanded)}"
23194
+ tabIndex="${o(this.tIndex)}"
22663
23195
  ?autofocus="${this.autofocus}"
22664
23196
  class="${e(classes)}"
22665
23197
  ?disabled="${this.disabled || this.loading}"
@@ -22915,19 +23447,78 @@ class AuroInput extends BaseInput {
22915
23447
  /**
22916
23448
  * @private
22917
23449
  */
22918
- this.iconTag = versioning.generateTag('auro-formkit-input-icon', iconVersion, AuroIcon);
23450
+ this.buttonTag = versioning.generateTag('auro-formkit-input-button', buttonVersion, AuroButton);
22919
23451
 
22920
23452
  /**
22921
23453
  * @private
22922
23454
  */
22923
- this.buttonTag = versioning.generateTag('auro-formkit-input-button', buttonVersion, AuroButton);
23455
+ this.hasDisplayValueContent = false;
22924
23456
 
22925
23457
  /**
22926
23458
  * @private
22927
23459
  */
22928
23460
  this.helpTextTag = versioning.generateTag('auro-formkit-input-helptext', helpTextVersion, AuroHelpText);
23461
+
23462
+ /**
23463
+ * @private
23464
+ */
23465
+ this.iconTag = versioning.generateTag('auro-formkit-input-icon', iconVersion, AuroIcon);
23466
+ }
23467
+
23468
+ static get styles() {
23469
+ return [
23470
+ i$5`${shapeSizeCss}`,
23471
+ i$5`${colorBaseCss}`,
23472
+ i$5`${styleCss$4}`,
23473
+ i$5`${styleDefaultCss}`,
23474
+ i$5`${tokensCss$4}`,
23475
+ i$5`${classicStyleCss}`,
23476
+ i$5`${classicColorCss}`,
23477
+ i$5`${emphasizedStyleCss}`,
23478
+ i$5`${emphasizedColorCss}`,
23479
+ i$5`${snowflakeStyleCss}`
23480
+ ];
23481
+ }
23482
+
23483
+ /**
23484
+ * Returns classmap configuration for html5 input labels in all layouts.
23485
+ * @private
23486
+ * @returns {void}
23487
+ */
23488
+ get commonLabelClasses() {
23489
+ return {
23490
+ 'withValue': this.value && this.value.length > 0,
23491
+ 'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
23492
+ };
22929
23493
  }
22930
23494
 
23495
+ /**
23496
+ * Returns classmap configuration for html5 inputs in all layouts.
23497
+ * @private
23498
+ * @returns {void}
23499
+ */
23500
+ get commonInputClasses() {
23501
+ return {
23502
+ 'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
23503
+ };
23504
+ }
23505
+
23506
+ get commonWrapperClasses() {
23507
+ return {
23508
+ 'wrapper': true,
23509
+ 'withValue': this.value && this.value.length > 0,
23510
+ 'hasFocus': this.hasFocus
23511
+ };
23512
+ }
23513
+
23514
+ get helpTextClasses() {
23515
+ return {
23516
+ 'helpTextWrapper': true,
23517
+ 'leftIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('right'),
23518
+ 'rightIndent': this.shape.toLowerCase().includes('pill') && !this.shape.toLowerCase().includes('left')
23519
+ };
23520
+ };
23521
+
22931
23522
  /**
22932
23523
  * This will register this element with the browser.
22933
23524
  * @param {string} [name="auro-input"] - The name of element that you want to register to.
@@ -22953,160 +23544,350 @@ class AuroInput extends BaseInput {
22953
23544
  return false;
22954
23545
  }
22955
23546
 
22956
- // function that renders the HTML and CSS into the scope of the component
22957
- render() {
22958
- // is-disabled class - THIS IS ONLY HERE TO MAKE A TEST PASS AS FAR AS I CAN TELL
22959
- const labelClasses = {
22960
- 'is-disabled': this.disabled,
22961
- 'withIcon': this.hasTypeIcon(),
22962
- 'withValue': this.value && this.value.length > 0
23547
+ /**
23548
+ * Function to determine if there is any displayValue content to render.
23549
+ * @private
23550
+ * @returns {void}
23551
+ */
23552
+ checkDisplayValueSlotChange() {
23553
+ const nodes = this.shadowRoot.querySelector('slot[name="displayValue"]').assignedNodes();
23554
+
23555
+ let hasContent = false;
23556
+
23557
+ if (nodes.length > 0) {
23558
+ hasContent = true;
23559
+ }
23560
+
23561
+ this.hasDisplayValueContent = hasContent;
23562
+ }
23563
+
23564
+ /**
23565
+ * Returns HTML for the validation error icon.
23566
+ * @private
23567
+ * @returns {html} - Returns HTML for the validation error icon.
23568
+ */
23569
+ renderValidationErrorIconHtml() {
23570
+ return u$2`
23571
+ ${this.validity && this.validity !== 'valid' ? u$2`
23572
+ <div class="notification alertNotification">
23573
+ <${this.iconTag}
23574
+ category="alert"
23575
+ name="error-stroke"
23576
+ variant="statusError"
23577
+ ?ondark="${this.onDark}">
23578
+ </${this.iconTag}>
23579
+ </div>
23580
+ ` : undefined}
23581
+ `;
23582
+ }
23583
+
23584
+ /**
23585
+ * Returns HTML for the HTML5 input element.
23586
+ * @private
23587
+ * @param {boolean} [hideInputWhenBlurred=false] - If true, the input will be visually hidden when not focused and has no value.
23588
+ * @returns {html} - Returns HTML for the HTML5 input element.
23589
+ */
23590
+ renderHtmlInput(hideInputWhenBlurred = false) {
23591
+ const displayValueClasses = {
23592
+ 'displayValue': true,
23593
+ 'hasContent': this.hasDisplayValueContent,
23594
+ 'hasFocus': this.hasFocus,
23595
+ 'withValue': this.value && this.value.length > 0,
23596
+ };
23597
+
23598
+ const inputClasses = {
23599
+ 'util_displayHiddenVisually': hideInputWhenBlurred && !this.hasFocus && !this.value
22963
23600
  };
22964
23601
 
22965
23602
  return u$2`
22966
- <div class="wrapper" part="wrapper">
22967
- <div class="main">
22968
- <div class="typeIcon">
22969
- ${this.type === 'credit-card' ? this.processCreditCard() : undefined}
22970
-
22971
- <!-- The repeat() method is used below in order to force auro-icon to re-render when the name value is updated.
22972
- This should be cleaned up when auro-icon issue #31 is resolved. -->
22973
- ${this.inputIconName
22974
- ? c([this.inputIconName], (val) => val, (name) => u$2`
22975
- <${this.iconTag}
22976
- class="accentIcon"
22977
- category="payment"
22978
- name="${name}"
22979
- part="accentIcon"
22980
- ?onDark="${this.onDark}"
22981
- variant="${this.disabled ? 'disabled' : 'muted'}">
22982
- </${this.iconTag}>
22983
- `) : undefined
22984
- }
23603
+ <label for=${this.id} class="${e(this.commonLabelClasses)}" part="label">
23604
+ <slot name="label">
23605
+ ${this.label}
23606
+ </slot>
23607
+ </label>
23608
+ <input
23609
+ @blur="${this.handleBlur}"
23610
+ @focusin="${this.handleFocusin}"
23611
+ @focusout="${this.handleFocusout}"
23612
+ @input="${this.handleInput}"
23613
+ ?activeLabel="${this.activeLabel}"
23614
+ ?disabled="${this.disabled}"
23615
+ ?required="${this.required}"
23616
+ .placeholder=${this.placeholderStr}
23617
+ aria-describedby="${this.uniqueId}"
23618
+ aria-invalid="${this.validity !== 'valid'}"
23619
+ autocapitalize="${o(this.autocapitalize ? this.autocapitalize : undefined)}"
23620
+ autocomplete="${o(this.autocomplete ? this.autocomplete : undefined)}"
23621
+ autocorrect="${o(this.autocorrect ? this.autocorrect : undefined)}"
23622
+ class="${e(inputClasses)}"
23623
+ id="${this.inputId}"
23624
+ inputMode="${o(this.inputMode ? this.inputMode : undefined)}"
23625
+ lang="${o(this.lang)}"
23626
+ maxlength="${o(this.maxLength ? this.maxLength : undefined)}"
23627
+ minlength="${o(this.minLength ? this.minLength : undefined)}"
23628
+ name="${o(this.name)}"
23629
+ part="input"
23630
+ pattern="${o(this.definePattern())}"
23631
+ spellcheck="${o(this.spellcheck ? this.spellcheck : undefined)}"
23632
+ type="${this.type === 'password' && this.showPassword ? 'text' : this.getInputType(this.type)}" />
23633
+ <div class="${e(displayValueClasses)}" aria-hidden="true" part="displayValue">
23634
+ <div class="displayValueWrapper">
23635
+ <slot name="displayValue" @slotchange=${this.checkDisplayValueSlotChange}></slot>
23636
+ </div>
23637
+ </div>
23638
+ `;
23639
+ }
22985
23640
 
22986
- ${this.type === 'date'
22987
- ? u$2`
22988
- <${this.iconTag}
22989
- class="accentIcon"
22990
- category="interface"
22991
- name="calendar"
22992
- part="accentIcon"
22993
- ?onDark="${this.onDark}"
22994
- variant="${this.disabled ? 'disabled' : 'muted'}">
22995
- </${this.iconTag}>`
22996
- : undefined
22997
- }
22998
- </div>
22999
- <label for=${this.inputId} class="${e(labelClasses)}" part="label">
23000
- <slot name="label">
23001
- ${this.label}
23002
- </slot>
23003
- ${this.required ? '' : ` (${i18n(this.lang, 'optional')})`}
23004
- </label>
23005
- <input
23006
- @input="${this.handleInput}"
23007
- @focusin="${this.handleFocusin}"
23008
- @blur="${this.handleBlur}"
23009
- id="${this.inputId}"
23010
- name="${o(this.name)}"
23011
- type="${this.type === 'password' && this.showPassword ? 'text' : this.getInputType(this.type)}"
23012
- pattern="${o(this.definePattern())}"
23013
- maxlength="${o(this.maxLength ? this.maxLength : undefined)}"
23014
- minlength="${o(this.minLength ? this.minLength : undefined)}"
23015
- inputMode="${o(this.inputmode ? this.inputmode : undefined)}"
23016
- ?required="${this.required}"
23017
- ?disabled="${this.disabled}"
23018
- aria-describedby="${this.uniqueId}"
23019
- ?aria-invalid="${this.validity !== 'valid'}"
23020
- placeholder=${this.getPlaceholder()}
23021
- lang="${o(this.lang)}"
23022
- ?activeLabel="${this.activeLabel}"
23023
- spellcheck="${o(this.spellcheck ? this.spellcheck : undefined)}"
23024
- autocorrect="${o(this.autocorrect ? this.autocorrect : undefined)}"
23025
- autocapitalize="${o(this.autocapitalize ? this.autocapitalize : undefined)}"
23026
- autocomplete="${o(this.autocomplete ? this.autocomplete : undefined)}"
23027
- part="input"
23028
- role="${o(this.a11yRole)}"
23029
- aria-expanded="${o(this.a11yExpanded)}"
23030
- aria-controls="${o(this.a11yControls)}"
23031
- />
23641
+ /**
23642
+ * Returns HTML for the clear action button.
23643
+ * @private
23644
+ * @returns {html} - Returns HTML for the clear action button.
23645
+ */
23646
+ renderHtmlActionClear() {
23647
+ return u$2`
23648
+ <div class="notification clear">
23649
+ <${this.buttonTag}
23650
+ @click="${this.handleClickClear}"
23651
+ ?onDark="${this.onDark}"
23652
+ aria-label="${i18n(this.lang, 'clearInput')}"
23653
+ class="notificationBtn clearBtn"
23654
+ tabindex="-1"
23655
+ variant="flat">
23656
+ <${this.iconTag}
23657
+ category="interface"
23658
+ customColor
23659
+ name="x-lg"
23660
+ >
23661
+ </${this.iconTag}>
23662
+ </${this.buttonTag}>
23663
+ </div>
23664
+ `;
23665
+ }
23666
+
23667
+ /**
23668
+ * Returns HTML for the show password button.
23669
+ * @private
23670
+ * @returns {html} - Returns HTML for the show password button.
23671
+ */
23672
+ renderHtmlNotificationPassword() {
23673
+ return u$2`
23674
+ <div class="notification">
23675
+ <${this.buttonTag}
23676
+ @click="${this.handleClickShowPassword}
23677
+ ?onDark="${this.onDark}"
23678
+ aria-hidden="true"
23679
+ class="notificationBtn passwordBtn"
23680
+ tabindex="-1"
23681
+ variant="flat">
23682
+ <${this.iconTag}
23683
+ ?hidden=${!this.showPassword}
23684
+ category="interface"
23685
+ customColor
23686
+ name="hide-password-stroke">
23687
+ </${this.iconTag}>
23688
+ <${this.iconTag}
23689
+ ?hidden=${this.showPassword}
23690
+ category="interface"
23691
+ customColor
23692
+ name="view-password-stroke">
23693
+ </${this.iconTag}>
23694
+ </${this.buttonTag}>
23695
+ </div>
23696
+ `;
23697
+ }
23698
+
23699
+ /**
23700
+ * Returns HTML for the input type icon.
23701
+ * @private
23702
+ * @returns {html} - Returns HTML for the input type icon.
23703
+ */
23704
+ renderHtmlTypeIcon() {
23705
+ return u$2`
23706
+ <div class="typeIcon">
23707
+ ${this.type === 'credit-card' ? this.processCreditCard() : undefined}
23708
+
23709
+ <!-- The repeat() method is used below in order to force auro-icon to re-render when the name value is updated.
23710
+ This should be cleaned up when auro-icon issue #31 is resolved. -->
23711
+ ${this.inputIconName
23712
+ ? c([this.inputIconName], (val) => val, (name) => u$2`
23713
+ <${this.iconTag}
23714
+ ?onDark="${this.onDark}"
23715
+ category="payment"
23716
+ class="accentIcon"
23717
+ name="${name}"
23718
+ part="accentIcon"
23719
+ variant="${this.disabled ? 'disabled' : 'muted'}">
23720
+ </${this.iconTag}>
23721
+ `) : undefined
23722
+ }
23723
+ ${this.type === 'date'
23724
+ ? u$2`
23725
+ <${this.iconTag}
23726
+ ?onDark="${this.onDark}"
23727
+ category="interface"
23728
+ class="accentIcon"
23729
+ name="calendar"
23730
+ part="accentIcon"
23731
+ variant="${this.disabled ? 'disabled' : 'muted'}">
23732
+ </${this.iconTag}>`
23733
+ : undefined
23734
+ }
23735
+ </div>
23736
+ `;
23737
+ }
23738
+
23739
+ /**
23740
+ * Returns HTML for the help text and error message.
23741
+ * @private
23742
+ * @returns {html} - Returns HTML for the help text and error message.
23743
+ */
23744
+ renderHtmlHelpText() {
23745
+ return u$2`
23746
+ ${!this.validity || this.validity === undefined || this.validity === 'valid'
23747
+ ? u$2`
23748
+ <${this.helpTextTag} ?onDark="${this.onDark}">
23749
+ <p id="${this.uniqueId}" part="helpText">
23750
+ <slot name="helptext">${this.getHelpText()}</slot>
23751
+ </p>
23752
+ </${this.helpTextTag}>
23753
+ `
23754
+ : u$2`
23755
+ <${this.helpTextTag} error ?onDark="${this.onDark}">
23756
+ <p id="${this.uniqueId}" role="alert" aria-live="assertive" part="helpText">
23757
+ ${this.errorMessage}
23758
+ </p>
23759
+ </${this.helpTextTag}>
23760
+ `
23761
+ }
23762
+ `;
23763
+ }
23764
+
23765
+ /**
23766
+ * Returns HTML for the default layout.
23767
+ * @private
23768
+ * @returns {import("lit").TemplateResult} - Returns HTML for the default layout.
23769
+ */
23770
+ renderLayoutClassic() {
23771
+ return u$2`
23772
+ <div
23773
+ @click="${this.handleClick}"
23774
+ class="${e(this.commonWrapperClasses)} thin"
23775
+ part="wrapper">
23776
+ <div class="accents left">
23777
+ ${this.renderHtmlTypeIcon()}
23032
23778
  </div>
23033
- <div
23034
- class="notificationIcons"
23035
- part="notificationIcons"
23036
- ?hasValue="${this.hasValue}">
23037
- ${this.validity && this.validity !== 'valid' ? u$2`
23038
- <div class="notification alertNotification">
23039
- <${this.iconTag}
23040
- category="alert"
23041
- name="error-stroke"
23042
- customColor
23043
- </${this.iconTag}>
23044
- </div>
23779
+ <div class="mainContent">
23780
+ ${this.renderHtmlInput(true)}
23781
+ </div>
23782
+ <div class="accents right">
23783
+ ${this.renderValidationErrorIconHtml()}
23784
+ ${this.hasValue ? u$2`
23785
+ ${!this.disabled && !this.readonly ? u$2`
23786
+ ${this.renderHtmlActionClear()}
23787
+ ` : undefined}
23788
+ ` : undefined}
23789
+ </div>
23790
+ </div>
23791
+ <div class="helpTextWrapper leftIndent rightIndent" part="inputHelpText">
23792
+ ${this.renderHtmlHelpText()}
23793
+ </div>
23794
+ `;
23795
+ }
23796
+
23797
+ /**
23798
+ * Returns HTML for the emphasized layout. Does not support type="*".
23799
+ * @private
23800
+ * @returns {html} - Returns HTML for the emphasized layout.
23801
+ */
23802
+ renderLayoutEmphasized() {
23803
+ return u$2`
23804
+ <div
23805
+ @click="${this.handleClick}"
23806
+ class="${e(this.commonWrapperClasses)}"
23807
+ part="wrapper">
23808
+ <div class="accents left">
23809
+ ${this.layout.includes('left') ? u$2`
23810
+ ${this.renderValidationErrorIconHtml()}
23811
+ ` : undefined}
23812
+ </div>
23813
+ <div class="mainContent">
23814
+ ${this.renderHtmlInput()}
23815
+ </div>
23816
+ <div class="accents right">
23817
+ ${this.layout.includes('right') || this.layout === "emphasized" ? u$2`
23818
+ ${this.renderValidationErrorIconHtml()}
23045
23819
  ` : undefined}
23046
23820
  ${this.hasValue ? u$2`
23047
- ${this.type === 'password' ? u$2`
23048
- <div class="notification">
23049
- <${this.buttonTag}
23050
- variant="flat"
23051
- ?onDark="${this.onDark}"
23052
- aria-hidden="true"
23053
- tabindex="-1"
23054
- @click="${this.handleClickShowPassword}"
23055
- class="notificationBtn passwordBtn">
23056
- <${this.iconTag}
23057
- category="interface"
23058
- name="hide-password-stroke"
23059
- customColor
23060
- ?hidden=${!this.showPassword}>
23061
- </${this.iconTag}>
23062
- <${this.iconTag}
23063
- category="interface"
23064
- name="view-password-stroke"
23065
- customColor
23066
- ?hidden=${this.showPassword}>
23067
- </${this.iconTag}>
23068
- </${this.buttonTag}>
23069
- </div>
23821
+ ${!this.disabled && !this.readonly ? u$2`
23822
+ ${this.renderHtmlActionClear()}
23070
23823
  ` : undefined}
23824
+ ` : undefined}
23825
+ </div>
23826
+ </div>
23827
+ <div class="${e(this.helpTextClasses)}" part="inputHelpText">
23828
+ ${this.renderHtmlHelpText()}
23829
+ </div>
23830
+ `;
23831
+ }
23832
+
23833
+ /**
23834
+ * Returns HTML for the emphasized layout. Does not support type="*".
23835
+ * @private
23836
+ * @returns {html} - Returns HTML for the emphasized layout.
23837
+ */
23838
+ renderLayoutSnowflake() {
23839
+ return u$2`
23840
+ <div
23841
+ @click="${this.handleClick}"
23842
+ class="${e(this.commonWrapperClasses)}"
23843
+ part="wrapper">
23844
+ <div class="accents left">
23845
+ ${this.renderHtmlTypeIcon()}
23846
+ </div>
23847
+ <div class="mainContent">
23848
+ ${this.renderHtmlInput()}
23849
+ </div>
23850
+ <div class="accents right">
23851
+ ${this.renderValidationErrorIconHtml()}
23852
+ ${this.hasValue ? u$2`
23071
23853
  ${!this.disabled && !this.readonly ? u$2`
23072
- <div class="notification">
23073
- <${this.buttonTag}
23074
- variant="flat"
23075
- ?onDark="${this.onDark}"
23076
- class="notificationBtn clearBtn"
23077
- arialabel="${i18n(this.lang, 'clearInput')}"
23078
- @click="${this.handleClickClear}">
23079
- <${this.iconTag}
23080
- customColor
23081
- category="interface"
23082
- name="x-lg"
23083
- >
23084
- </${this.iconTag}>
23085
- </${this.buttonTag}>
23086
- </div>
23854
+ ${this.renderHtmlActionClear()}
23087
23855
  ` : undefined}
23088
23856
  ` : undefined}
23089
23857
  </div>
23090
23858
  </div>
23091
- <!-- Help text and error message template -->
23092
- ${!this.validity || this.validity === undefined || this.validity === 'valid'
23093
- ? u$2`
23094
- <${this.helpTextTag} ?onDark="${this.onDark}">
23095
- <p id="${this.uniqueId}" part="helpText">
23096
- <slot name="helptext">${this.getHelpText()}</slot>
23097
- </p>
23098
- </${this.helpTextTag}>
23099
- `
23100
- : u$2`
23101
- <${this.helpTextTag} error ?onDark="${this.onDark}">
23102
- <p id="${this.uniqueId}" role="alert" aria-live="assertive" part="helpText">
23103
- ${this.errorMessage}
23104
- </p>
23105
- </${this.helpTextTag}>
23106
- `
23107
- }
23859
+ <div class="helpTextWrapper leftIndent rightIndent" part="inputHelpText">
23860
+ ${this.renderHtmlHelpText()}
23861
+ </div>
23108
23862
  `;
23109
23863
  }
23864
+
23865
+ /**
23866
+ * Logic to determine the layout of the component.
23867
+ * @private
23868
+ * @param {string} [ForcedLayout] - Used to force a specific layout, pass in the layout name to use.
23869
+ * @returns {void}
23870
+ */
23871
+ renderLayout(ForcedLayout) {
23872
+ const layout = ForcedLayout || this.layout;
23873
+
23874
+ switch (layout) {
23875
+ case 'emphasized':
23876
+ return this.renderLayoutEmphasized();
23877
+ case 'emphasized-left':
23878
+ return this.renderLayoutEmphasized();
23879
+ case 'emphasized-right':
23880
+ return this.renderLayoutEmphasized();
23881
+ case 'snowflake':
23882
+ return this.renderLayoutSnowflake();
23883
+ case 'snowflake-left':
23884
+ return this.renderLayoutSnowflake();
23885
+ case 'snowflake-right':
23886
+ return this.renderLayoutSnowflake();
23887
+ default:
23888
+ return this.renderLayoutClassic();
23889
+ }
23890
+ }
23110
23891
  }
23111
23892
 
23112
23893
  var inputVersion = '4.2.0';
@@ -23519,7 +24300,7 @@ class AuroDatePicker extends i$2 {
23519
24300
  static get styles() {
23520
24301
  return [
23521
24302
  styleCss$d,
23522
- colorCss$d,
24303
+ colorCss$c,
23523
24304
  tokensCss$a
23524
24305
  ];
23525
24306
  }