@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.6 → 0.0.0-pr624.60

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 (138) hide show
  1. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +12 -2
  2. package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
  3. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/index.js +1214 -83
  5. package/components/bibtemplate/dist/registered.js +1214 -83
  6. package/components/checkbox/README.md +1 -1
  7. package/components/checkbox/demo/api.html +16 -10
  8. package/components/checkbox/demo/api.md +47 -14
  9. package/components/checkbox/demo/api.min.js +49 -37
  10. package/components/checkbox/demo/index.html +16 -10
  11. package/components/checkbox/demo/index.md +2 -2
  12. package/components/checkbox/demo/index.min.js +49 -37
  13. package/components/checkbox/demo/readme.html +16 -9
  14. package/components/checkbox/demo/readme.md +1 -1
  15. package/components/checkbox/dist/auro-checkbox-group.d.ts +1 -1
  16. package/components/checkbox/dist/auro-checkbox.d.ts +3 -3
  17. package/components/checkbox/dist/index.js +49 -37
  18. package/components/checkbox/dist/registered.js +49 -37
  19. package/components/combobox/demo/api.html +16 -10
  20. package/components/combobox/demo/api.md +112 -8
  21. package/components/combobox/demo/api.min.js +2941 -851
  22. package/components/combobox/demo/index.html +16 -10
  23. package/components/combobox/demo/index.md +6 -30
  24. package/components/combobox/demo/index.min.js +2941 -851
  25. package/components/combobox/demo/readme.html +16 -9
  26. package/components/combobox/dist/auro-combobox.d.ts +37 -8
  27. package/components/combobox/dist/index.js +2730 -736
  28. package/components/combobox/dist/registered.js +2730 -736
  29. package/components/counter/demo/api.html +17 -10
  30. package/components/counter/demo/api.md +156 -21
  31. package/components/counter/demo/api.min.js +6696 -4097
  32. package/components/counter/demo/index.html +17 -10
  33. package/components/counter/demo/index.md +185 -34
  34. package/components/counter/demo/index.min.js +6696 -4097
  35. package/components/counter/demo/readme.html +16 -9
  36. package/components/counter/dist/auro-counter-button.d.ts +2 -0
  37. package/components/counter/dist/auro-counter-group.d.ts +151 -11
  38. package/components/counter/dist/auro-counter.d.ts +16 -0
  39. package/components/counter/dist/helptextVersion.d.ts +2 -0
  40. package/components/counter/dist/iconVersion.d.ts +1 -1
  41. package/components/counter/dist/index.js +6696 -4097
  42. package/components/counter/dist/registered.js +6696 -4097
  43. package/components/datepicker/demo/api.html +16 -10
  44. package/components/datepicker/demo/api.md +24 -16
  45. package/components/datepicker/demo/api.min.js +11749 -8230
  46. package/components/datepicker/demo/index.html +16 -10
  47. package/components/datepicker/demo/index.md +71 -4
  48. package/components/datepicker/demo/index.min.js +11749 -8230
  49. package/components/datepicker/demo/readme.html +16 -9
  50. package/components/datepicker/dist/auro-datepicker.d.ts +84 -11
  51. package/components/datepicker/dist/buttonVersion.d.ts +1 -1
  52. package/components/datepicker/dist/iconVersion.d.ts +2 -0
  53. package/components/datepicker/dist/index.js +6531 -3012
  54. package/components/datepicker/dist/popoverVersion.d.ts +1 -1
  55. package/components/datepicker/dist/registered.js +6531 -3012
  56. package/components/dropdown/demo/api.html +16 -10
  57. package/components/dropdown/demo/api.md +81 -274
  58. package/components/dropdown/demo/api.min.js +429 -195
  59. package/components/dropdown/demo/index.html +16 -10
  60. package/components/dropdown/demo/index.md +92 -362
  61. package/components/dropdown/demo/index.min.js +429 -195
  62. package/components/dropdown/demo/readme.html +16 -9
  63. package/components/dropdown/dist/auro-dropdown.d.ts +41 -76
  64. package/components/dropdown/dist/auro-dropdownBib.d.ts +14 -0
  65. package/components/dropdown/dist/index.js +429 -195
  66. package/components/dropdown/dist/registered.js +429 -195
  67. package/components/form/demo/api.html +16 -9
  68. package/components/form/demo/api.min.js +1 -1
  69. package/components/form/demo/autocomplete.html +19 -3
  70. package/components/form/demo/index.html +16 -9
  71. package/components/form/demo/index.min.js +1 -1
  72. package/components/form/demo/readme.html +16 -9
  73. package/components/form/demo/working.html +19 -13
  74. package/components/form/dist/index.js +1 -1
  75. package/components/form/dist/registered.js +1 -1
  76. package/components/helptext/dist/index.js +2 -2
  77. package/components/helptext/dist/registered.js +2 -2
  78. package/components/input/README.md +5 -2
  79. package/components/input/demo/api.html +16 -10
  80. package/components/input/demo/api.md +226 -129
  81. package/components/input/demo/api.min.js +828 -234
  82. package/components/input/demo/index.html +16 -10
  83. package/components/input/demo/index.md +48 -32
  84. package/components/input/demo/index.min.js +828 -234
  85. package/components/input/demo/readme.html +16 -9
  86. package/components/input/demo/readme.md +5 -2
  87. package/components/input/dist/auro-input.d.ts +3 -3
  88. package/components/input/dist/base-input.d.ts +33 -9
  89. package/components/input/dist/buttonVersion.d.ts +1 -1
  90. package/components/input/dist/iconVersion.d.ts +1 -1
  91. package/components/input/dist/index.js +828 -234
  92. package/components/input/dist/registered.js +828 -234
  93. package/components/layoutElement/dist/index.js +13 -10
  94. package/components/menu/demo/api.html +32 -10
  95. package/components/menu/demo/api.md +69 -8
  96. package/components/menu/demo/api.min.js +238 -47
  97. package/components/menu/demo/index.html +16 -10
  98. package/components/menu/demo/index.min.js +238 -47
  99. package/components/menu/demo/readme.html +16 -9
  100. package/components/menu/dist/auro-menu.d.ts +41 -7
  101. package/components/menu/dist/auro-menuoption.d.ts +15 -3
  102. package/components/menu/dist/iconVersion.d.ts +1 -1
  103. package/components/menu/dist/index.js +238 -47
  104. package/components/menu/dist/registered.js +238 -47
  105. package/components/menu/dist/styles/default/style-menuoption-css.d.ts +2 -0
  106. package/components/menu/dist/styles/default/tokens-css.d.ts +2 -0
  107. package/components/radio/demo/api.html +16 -10
  108. package/components/radio/demo/api.md +7 -8
  109. package/components/radio/demo/api.min.js +72 -85
  110. package/components/radio/demo/index.html +16 -10
  111. package/components/radio/demo/index.min.js +72 -85
  112. package/components/radio/demo/readme.html +16 -9
  113. package/components/radio/dist/auro-radio-group.d.ts +1 -1
  114. package/components/radio/dist/auro-radio.d.ts +9 -12
  115. package/components/radio/dist/index.js +72 -85
  116. package/components/radio/dist/registered.js +72 -85
  117. package/components/select/demo/api.html +16 -10
  118. package/components/select/demo/api.js +0 -2
  119. package/components/select/demo/api.md +104 -57
  120. package/components/select/demo/api.min.js +2107 -639
  121. package/components/select/demo/index.html +16 -11
  122. package/components/select/demo/index.md +45 -158
  123. package/components/select/demo/index.min.js +2104 -624
  124. package/components/select/demo/readme.html +16 -9
  125. package/components/select/dist/auro-select.d.ts +57 -16
  126. package/components/select/dist/index.js +2028 -644
  127. package/components/select/dist/registered.js +2028 -644
  128. package/package.json +29 -26
  129. /package/components/{datepicker/dist/styles/emphasized/style-css.d.ts → counter/dist/styles/shapeSize-css.d.ts} +0 -0
  130. /package/components/{dropdown/dist/styles/default → datepicker/dist/styles/snowflake}/color-css.d.ts +0 -0
  131. /package/components/{dropdown/dist/styles/default → datepicker/dist/styles/snowflake}/style-css.d.ts +0 -0
  132. /package/components/dropdown/dist/styles/{default → classic}/bibColors-css.d.ts +0 -0
  133. /package/components/dropdown/dist/styles/{default → classic}/bibStyles-css.d.ts +0 -0
  134. /package/components/{menu/dist/styles/color-menu-css.d.ts → dropdown/dist/styles/classic/color-css.d.ts} +0 -0
  135. /package/components/{menu/dist/styles/color-menuoption-css.d.ts → dropdown/dist/styles/classic/style-css.d.ts} +0 -0
  136. /package/components/menu/dist/styles/{style-menu-css.d.ts → default/color-menu-css.d.ts} +0 -0
  137. /package/components/menu/dist/styles/{style-menuoption-css.d.ts → default/color-menuoption-css.d.ts} +0 -0
  138. /package/components/menu/dist/styles/{tokens-css.d.ts → default/style-menu-css.d.ts} +0 -0
@@ -4,25 +4,25 @@ import { repeat } from 'lit/directives/repeat.js';
4
4
  import { classMap } from 'lit/directives/class-map.js';
5
5
  import { ifDefined } from 'lit/directives/if-defined.js';
6
6
 
7
- var shapeSizeCss = css`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic-lg,.shape-classic-md,.shape-classic-sm,.shape-classic-xs{min-height:58px;max-height:58px;border-style:solid;border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}.shape-classic-xl.simple,.shape-classic-lg.simple,.shape-classic-md.simple,.shape-classic-sm.simple,.shape-classic-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset}.shape-classic-xl.thin,.shape-classic-lg.thin,.shape-classic-md.thin,.shape-classic-sm.thin,.shape-classic-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-classic-xl.parentBorder,.shape-classic-lg.parentBorder,.shape-classic-md.parentBorder,.shape-classic-sm.parentBorder,.shape-classic-xs.parentBorder{border:0;min-height:56px;max-height:56px}.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-snowflake-xl.parentBorder,.shape-snowflake-lg.parentBorder,.shape-snowflake-md.parentBorder,.shape-snowflake-sm.parentBorder,.shape-snowflake-xs.parentBorder{border:0;min-height:56px;max-height:56px}.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-box-xl.parentBorder{border:0;min-height:68px;max-height:68px}.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-rounded-lg.parentBorder{border:0;min-height:52px;max-height:52px}.shape-pill-xl{min-height:68px;max-height:68px;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-xl.parentBorder{border:0;min-height:68px;max-height:68px}.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-left-xl.parentBorder{border:0;min-height:68px;max-height:68px}.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-right-xl.parentBorder{border:0;min-height:68px;max-height:68px}.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-md.parentBorder{border:0;min-height:44px;max-height:44px}.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-left-md.parentBorder{border:0;min-height:44px;max-height:44px}.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}.shape-pill-right-md.parentBorder{border:0;min-height:44px;max-height:44px}`;
7
+ var shapeSizeCss = css`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic-lg,.shape-classic-md,.shape-classic-sm,.shape-classic-xs{min-height:58px;max-height:58px;border-style:solid;border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}.shape-classic-xl.simple,.shape-classic-lg.simple,.shape-classic-md.simple,.shape-classic-sm.simple,.shape-classic-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset;box-shadow:none}.shape-classic-xl.thin,.shape-classic-lg.thin,.shape-classic-md.thin,.shape-classic-sm.thin,.shape-classic-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-classic-xl.parentBorder,.shape-classic-lg.parentBorder,.shape-classic-md.parentBorder,.shape-classic-sm.parentBorder,.shape-classic-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.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;box-shadow:none}.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-snowflake-xl.parentBorder,.shape-snowflake-lg.parentBorder,.shape-snowflake-md.parentBorder,.shape-snowflake-sm.parentBorder,.shape-snowflake-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.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;box-shadow:none}.shape-box-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-box-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.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;box-shadow:none}.shape-rounded-lg.thin{border-width:1px;min-height:54px;max-height:54px;background-color:unset}.shape-rounded-lg.parentBorder{border:0;box-shadow:unset;min-height:52px;max-height:52px}.shape-pill-xl{min-height:68px;max-height:68px;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;box-shadow:none}.shape-pill-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-left-xl{min-height:68px;max-height:68px;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;box-shadow:none}.shape-pill-left-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-left-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-right-xl{min-height:68px;max-height:68px;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;box-shadow:none}.shape-pill-right-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-right-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-md{min-height:44px;max-height:44px;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;box-shadow:none}.shape-pill-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-left-md{min-height:44px;max-height:44px;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;box-shadow:none}.shape-pill-left-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-left-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-right-md{min-height:44px;max-height:44px;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;box-shadow:none}.shape-pill-right-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-right-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}`;
8
8
 
9
- var styleCss$4 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}`;
9
+ var styleCss$4 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block}.wrapper{cursor:text}.helpTextClasses{cursor:default}input{overflow:clip !important;width:100%;padding:0;border:0;background:unset;outline:none;overflow-clip-margin:0 !important;text-overflow:ellipsis}.displayValue{display:none}.displayValue.hasContent:is(.withValue):not(.hasFocus){display:flex;align-items:center}.accents:not(.util_displayHidden){display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}`;
10
10
 
11
- var styleDefaultCss = css`.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}`;
11
+ var styleDefaultCss = css`.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}: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}`;
12
12
 
13
- var colorBaseCss = css`.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)}`;
13
+ var colorBaseCss = css`.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{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-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-basic-color-status-error-subtle, #fbc6c6)}:host(:not([ondark])[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);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
14
14
 
15
- var tokensCss$4 = css`: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);--ds-auro-input-outline-color: transparent}: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);--ds-auro-input-outline-color: transparent}`;
15
+ var tokensCss$4 = css`: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);--ds-auro-input-outline-color: transparent}: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-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: transparent}`;
16
16
 
17
- var classicStyleCss = css`.layout-classic{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-input-outline-color)}.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{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}`;
17
+ var classicStyleCss = css`.layout-classic{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-input-outline-color)}.layout-classic .mainContent{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center;cursor:text}.layout-classic .mainContent label{cursor:text;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{height:auto;font-size:var(--ds-basic-text-body-default-font-size, 16px);line-height:var(--ds-basic-text-body-default-line-height, 24px);transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) label{padding-top:0;font-size:var(--ds-text-body-size-default, 1rem);justify-self:flex-start;line-height:var(--ds-text-body-size-default)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) input{height:0;padding-bottom:0;line-height:0}.layout-classic .accents .typeIcon>*{margin-left:var(--ds-size-100, 0.5rem)}.layout-classic .accents.left{padding-right:var(--ds-size-100, 0.5rem)}.layout-classic .accents.right{padding-left:var(--ds-size-100, 0.5rem)}.layout-classic .accents.right .notification{margin-right:var(--ds-size-100, 0.5rem)}.layout-classic.withValue{justify-content:flex-start}.layout-classic:focus-within{justify-content:flex-start}.layout-classic:focus-within .alertNotification{display:none}`;
18
18
 
19
- var classicColorCss = css`.layout-classic label{color:var(--ds-auro-input-label-text-color)}.layout-classic:focus-within{--ds-auro-input-outline-color: var(--ds-auro-input-border-color)}:host(:not([ondark])) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a);--ds-auro-input-outline-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-outline-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-input-outline-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-input-outline-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}`;
19
+ var classicColorCss = css`.layout-classic label{color:var(--ds-auro-input-label-text-color)}.layout-classic:focus-within{--ds-auro-input-outline-color: var(--ds-auro-input-border-color)}:host(:not([ondark])) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a);--ds-auro-input-outline-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-outline-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}`;
20
20
 
21
- var emphasizedStyleCss = css`: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}`;
21
+ var emphasizedStyleCss = css`:host([layout*=emphasized][shape*=pill]:not([layout*=right])) .leftIndent{margin-left:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}:host([layout*=emphasized][shape*=pill]:not([layout*=left])) .rightIndent{margin-right:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}:host([layout*=emphasized][shape*=pill]:not([layout*=left]):not([layout*=right])) .rightIndent{margin-right:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}.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.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:var(--ds-size-300, 1.5rem)}.layout-emphasized .accents.right,.layout-emphasized-left .accents.right,.layout-emphasized-right .accents.right{padding-right:var(--ds-size-300, 1.5rem)}.layout-emphasized-left .alertNotification{margin-right:var(--ds-size-100, 0.5rem)}.layout-emphasized-left .clear{margin-left:var(--ds-size-100, 0.5rem)}.layout-emphasized .alertNotification,.layout-emphasized-right .alertNotification{margin-left:var(--ds-size-100, 0.5rem)}.layout-emphasized .clear,.layout-emphasized-right .clear{margin-right:var(--ds-size-100, 0.5rem)}`;
22
22
 
23
23
  var emphasizedColorCss = css`.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)}`;
24
24
 
25
- var snowflakeStyleCss = css`: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}`;
25
+ var snowflakeStyleCss = css`:root{--ds-advanced-color-button-flat-text: #676767;--ds-advanced-color-button-flat-text-disabled: #d0d0d0;--ds-advanced-color-button-flat-text-hover: #525252;--ds-advanced-color-button-flat-text-inverse: #ffffff;--ds-advanced-color-button-flat-text-inverse-disabled: #7e8894;--ds-advanced-color-button-flat-text-inverse-hover: #adadad;--ds-advanced-color-button-ghost-background-hover: rgba(0, 0, 0, 0.05);--ds-advanced-color-button-ghost-background-inverse-hover: rgba(255, 255, 255, 0.05);--ds-advanced-color-button-ghost-text: #01426a;--ds-advanced-color-button-ghost-text-disabled: #d0d0d0;--ds-advanced-color-button-ghost-text-inverse: #ffffff;--ds-advanced-color-button-ghost-text-inverse-disabled: #7e8894;--ds-advanced-color-button-primary-background: #01426a;--ds-advanced-color-button-primary-background-disabled: #acc9e2;--ds-advanced-color-button-primary-background-hover: #00274a;--ds-advanced-color-button-primary-background-inactive: #cfe0ef;--ds-advanced-color-button-primary-background-inactive-hover: #89b2d4;--ds-advanced-color-button-primary-background-inverse: #ffffff;--ds-advanced-color-button-primary-background-inverse-disabled: rgba(255, 255, 255, 0.75);--ds-advanced-color-button-primary-background-inverse-hover: #ebf3f9;--ds-advanced-color-button-primary-border: #01426a;--ds-advanced-color-button-primary-border-disabled: #acc9e2;--ds-advanced-color-button-primary-border-hover: #00274a;--ds-advanced-color-button-primary-border-inverse: #ffffff;--ds-advanced-color-button-primary-border-inverse-disabled: rgba(255, 255, 255, 0.75);--ds-advanced-color-button-primary-border-inverse-hover: #ebf3f9;--ds-advanced-color-button-primary-text: #ffffff;--ds-advanced-color-button-primary-text-disabled: #ffffff;--ds-advanced-color-button-primary-text-inverse: #01426a;--ds-advanced-color-button-secondary-background: #ffffff;--ds-advanced-color-button-secondary-background-disabled: #f7f7f7;--ds-advanced-color-button-secondary-background-hover: #f2f2f2;--ds-advanced-color-button-secondary-background-inverse-hover: rgba(255, 255, 255, 0.1);--ds-advanced-color-button-secondary-border: #01426a;--ds-advanced-color-button-secondary-border-hover: #00274a;--ds-advanced-color-button-secondary-border-disabled: #cfe0ef;--ds-advanced-color-button-secondary-border-inverse: #ffffff;--ds-advanced-color-button-secondary-border-inverse-disabled: #dddddd;--ds-advanced-color-button-secondary-text: #01426a;--ds-advanced-color-button-secondary-text-hover: #00274a;--ds-advanced-color-button-secondary-text-inverse: #ffffff;--ds-advanced-color-button-tertiary-background: rgba(0, 0, 0, 0.05);--ds-advanced-color-button-tertiary-background-hover: rgba(0, 0, 0, 0.1);--ds-advanced-color-button-tertiary-background-inverse: rgba(255, 255, 255, 0.05);--ds-advanced-color-button-tertiary-background-inverse-hover: rgba(255, 255, 255, 0.1);--ds-advanced-color-button-tertiary-text: #01426a;--ds-advanced-color-button-tertiary-text-hover: #00274a;--ds-advanced-color-button-tertiary-text-inverse: #ffffff;--ds-advanced-color-accents-accent1: #b2d583;--ds-advanced-color-accents-accent1-bold: #92c450;--ds-advanced-color-accents-accent1-muted: #deedca;--ds-advanced-color-accents-accent2: #fad362;--ds-advanced-color-accents-accent2-bold: #f2ba14;--ds-advanced-color-accents-accent2-muted: #fde398;--ds-advanced-color-accents-accent3: #63beff;--ds-advanced-color-accents-accent3-bold: #0074ca;--ds-advanced-color-accents-accent3-muted: #aedeff;--ds-advanced-color-accents-accent4: #feb17a;--ds-advanced-color-accents-accent4-bold: #fb7f24;--ds-advanced-color-accents-accent4-muted: #ffe2cf;--ds-advanced-color-accents-transparency: rgba(0, 0, 0, 0.1);--ds-advanced-color-accents-transparency-inverse: rgba(255, 255, 255, 0.2);--ds-advanced-color-avatar-gradient-bottom: #cfe0ef;--ds-advanced-color-avatar-gradient-top: #6899c6;--ds-advanced-color-boolean-disabled-inverse: #7e8894;--ds-advanced-color-boolean-error: #e31f26;--ds-advanced-color-boolean-error-hover: #b1161c;--ds-advanced-color-boolean-error-inverse: #f9a4a8;--ds-advanced-color-boolean-error-inverse-hover: #f15f65;--ds-advanced-color-boolean-indicator: #ffffff;--ds-advanced-color-boolean-indicator-inverse: #00274a;--ds-advanced-color-boolean-isfalse: #ffffff;--ds-advanced-color-boolean-isfalse-border: #585e67;--ds-advanced-color-boolean-isfalse-border-inverse: #ffffff;--ds-advanced-color-boolean-isfalse-hover: #f2f2f2;--ds-advanced-color-boolean-isfalse-inverse: rgba(255, 255, 255, 0.15);--ds-advanced-color-boolean-isfalse-inverse-hover: rgba(255, 255, 255, 0.2);--ds-advanced-color-boolean-istrue: #01426a;--ds-advanced-color-boolean-istrue-hover: #00274a;--ds-advanced-color-boolean-istrue-inverse: #ffffff;--ds-advanced-color-boolean-istrue-inverse-hover: rgba(255, 255, 255, 0.7);--ds-advanced-color-flightline-indicator: #00274a;--ds-advanced-color-flightline-line: #00274a;--ds-advanced-color-hyperlink-text: #2875b5;--ds-advanced-color-hyperlink-text-hover: #01426a;--ds-advanced-color-hyperlink-text-inverse: #ffffff;--ds-advanced-color-hyperlink-text-inverse-hover: #ebf3f9;--ds-advanced-color-shared-background: #ffffff;--ds-advanced-color-shared-background-inverse: rgba(255, 255, 255, 0.15);--ds-advanced-color-shared-background-inverse-disabled: rgba(255, 255, 255, 0.1);--ds-advanced-color-shared-background-inverse-hover: rgba(255, 255, 255, 0.2);--ds-advanced-color-shared-background-muted: #f7f7f7;--ds-advanced-color-shared-background-strong: #7e7e7e;--ds-advanced-color-shared-scrim: rgba(0, 0, 0, 0.5);--ds-advanced-color-shared-text-accent: #2875b5;--ds-advanced-color-skeleton-background: #f7f8fa;--ds-advanced-color-skeleton-wave: #e4e8ec;--ds-advanced-color-state-background-disabled: #dddddd;--ds-advanced-color-state-background-hover: #f2f2f2;--ds-advanced-color-state-background-inverse-disabled: #7e8894;--ds-advanced-color-state-error-inverse: #f9a4a8;--ds-advanced-color-state-focused: #01426a;--ds-advanced-color-state-focused-inverse: #ffffff;--ds-advanced-color-state-selected: #01426a;--ds-advanced-color-state-selected-hover: #00274a;--ds-basic-color-border-bold: #585e67;--ds-basic-color-border-brand: #00274a;--ds-basic-color-border-default: #959595;--ds-basic-color-border-divider: rgba(0, 0, 0, 0.15);--ds-basic-color-border-divider-inverse: rgba(255, 255, 255, 0.4);--ds-basic-color-border-inverse: #ffffff;--ds-basic-color-border-subtle: #dddddd;--ds-basic-color-brand-primary: #01426a;--ds-basic-color-brand-primary-bold: #00274a;--ds-basic-color-brand-primary-muted: #ebf3f9;--ds-basic-color-brand-primary-subtle: #2875b5;--ds-basic-color-brand-secondary: #5de3f7;--ds-basic-color-brand-secondary-bold: #18c3dd;--ds-basic-color-brand-secondary-muted: #ebfafd;--ds-basic-color-brand-secondary-subtle: #b4eff9;--ds-basic-color-brand-tertiary: #a3cd6a;--ds-basic-color-brand-tertiary-bold: #7daf3b;--ds-basic-color-brand-tertiary-muted: #eaf3dd;--ds-basic-color-brand-tertiary-subtle: #c9e1a7;--ds-basic-color-fare-basiceconomy: #97eaf8;--ds-basic-color-fare-business: #01426a;--ds-basic-color-fare-economy: #0074ca;--ds-basic-color-fare-first: #00274a;--ds-basic-color-fare-premiumeconomy: #005154;--ds-basic-color-page-background-default: #ebfafd;--ds-basic-color-page-background-utility: #ffffff;--ds-basic-color-status-default: #afb9c6;--ds-basic-color-status-error: #e31f26;--ds-basic-color-status-error-subtle: #fbc6c6;--ds-basic-color-status-info: #01426a;--ds-basic-color-status-info-subtle: #ebf3f9;--ds-basic-color-status-success: #447a1f;--ds-basic-color-status-success-subtle: #d6eac7;--ds-basic-color-status-warning: #fac200;--ds-basic-color-status-warning-subtle: #fff0b2;--ds-basic-color-surface-accent1: #5de3f7;--ds-basic-color-surface-accent1-muted: #ebfafd;--ds-basic-color-surface-accent1-subtle: #b4eff9;--ds-basic-color-surface-accent2: #a3cd6a;--ds-basic-color-surface-accent2-muted: #eaf3dd;--ds-basic-color-surface-default: #ffffff;--ds-basic-color-surface-inverse: #00274a;--ds-basic-color-surface-inverse-subtle: #2875b5;--ds-basic-color-surface-neutral-medium: #c5c5c5;--ds-basic-color-surface-neutral-subtle: #f7f7f7;--ds-basic-color-texticon-accent1: #265688;--ds-basic-color-texticon-default: #2a2a2a;--ds-basic-color-texticon-disabled: #d0d0d0;--ds-basic-color-texticon-inverse: #ffffff;--ds-basic-color-texticon-inverse-disabled: #7e8894;--ds-basic-color-texticon-inverse-muted: #ccd2db;--ds-basic-color-texticon-muted: #676767;--ds-basic-color-tier-program-loungetier-lounge: #01426a;--ds-basic-color-tier-program-loungetier-loungeplus: #53b390;--ds-basic-color-tier-program-loyaltytier-bronze: #d99f6d;--ds-basic-color-tier-program-loyaltytier-bronze-muted: #eed4be;--ds-basic-color-tier-program-loyaltytier-cobalt: #030772;--ds-basic-color-tier-program-loyaltytier-cobalt-muted: #a9b6d6;--ds-basic-color-tier-program-loyaltytier-copper: #cb7457;--ds-basic-color-tier-program-loyaltytier-copper-muted: #e7bfb1;--ds-basic-color-tier-program-loyaltytier-gold: #fbdc7a;--ds-basic-color-tier-program-loyaltytier-gold-muted: #fdefc4;--ds-basic-color-tier-program-loyaltytier-nickel: #abaab1;--ds-basic-color-tier-program-loyaltytier-nickel-muted: #e5e4e7;--ds-basic-color-tier-program-loyaltytier-platinum: #bcb8a4;--ds-basic-color-tier-program-loyaltytier-platinum-muted: #dad8cd;--ds-basic-color-tier-program-loyaltytier-silver: #e4e9ec;--ds-basic-color-tier-program-loyaltytier-silver-muted: #f9fafb;--ds-basic-color-tier-program-loyaltytier-titanium: #282828;--ds-basic-color-tier-program-loyaltytier-titanium-muted: #545454;--ds-basic-color-tier-program-oneworld-emerald: #139142;--ds-basic-color-tier-program-oneworld-ruby: #a41d4a;--ds-basic-color-tier-program-oneworld-sapphire: #015daa;--ds-basic-type-brand-family-primary: "AS Circular";--ds-basic-type-brand-family-secondary: "Good OT";--ds-basic-type-brand-line-height-primary: 1.3;--ds-basic-type-brand-line-height-secondary: 1;--ds-basic-type-brand-letter-spacing-primary: 0;--ds-basic-type-brand-letter-spacing-secondary: 0.05em;--ds-basic-type-brand-letter-spacing-tertiary: 0.10em;--ds-basic-type-family-accent: "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-family-body: "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-family-display: "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-family-heading: "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-letter-spacing-accent: 0.05em;--ds-basic-type-letter-spacing-accent2: 0.10em;--ds-basic-type-letter-spacing-body: 0;--ds-basic-type-letter-spacing-display: 0;--ds-basic-type-letter-spacing-heading: 0;--ds-basic-type-line-height-accent: 1.3;--ds-basic-type-line-height-accent2: 1;--ds-basic-type-line-height-body: 1.63;--ds-basic-type-line-height-body2: 1.5;--ds-basic-type-line-height-body3: 1.25;--ds-basic-type-line-height-body4: 1;--ds-basic-type-line-height-body5: 0.88;--ds-basic-type-line-height-display: 1.3;--ds-basic-type-line-height-heading: 1.3;--ds-basic-type-weight-accent: 450;--ds-basic-type-weight-accent2: 500;--ds-basic-type-weight-body: 450;--ds-basic-type-weight-display: 300;--ds-basic-type-weight-heading: 300;--ds-basic-type-weight-heading2: 450}:host([layout*=snowflake]) .leftIndent{margin-left:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}:host([layout*=snowflake]) .rightIndent{margin-right:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}.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.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:var(--ds-size-300, 1.5rem)}.layout-snowflake .accents.left{padding-left:var(--ds-size-300, 1.5rem)}.layout-snowflake .accents.right{padding-right:var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .helpTextWrapper{text-align:center}`;
26
26
 
27
27
  const watchedItems = new Set();
28
28
 
@@ -85,6 +85,8 @@ const stringsES = {
85
85
  'dateMM': 'Ingrese una fecha completa en el formato MM',
86
86
  'dateDD': 'Ingrese una fecha completa en el formato DD',
87
87
  'clearInput': 'Borrar campo de entrada',
88
+ 'showPassword': 'Mostrar contraseña',
89
+ 'hidePassword': 'Ocultar contraseña'
88
90
  };
89
91
 
90
92
  const stringsEN = {
@@ -109,6 +111,8 @@ const stringsEN = {
109
111
  'dateMM': 'Please enter a complete date in the format MM',
110
112
  'dateDD': 'Please enter a complete date in the format DD',
111
113
  'clearInput': 'Clear input field',
114
+ 'showPassword': 'Show password',
115
+ 'hidePassword': 'Hide password'
112
116
  };
113
117
 
114
118
  /**
@@ -4403,7 +4407,7 @@ const {
4403
4407
 
4404
4408
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
4405
4409
 
4406
- let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
4410
+ let AuroLibraryRuntimeUtils$3 = class AuroLibraryRuntimeUtils {
4407
4411
 
4408
4412
  /* eslint-disable jsdoc/require-param */
4409
4413
 
@@ -4473,7 +4477,7 @@ let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
4473
4477
  class AuroFormValidation {
4474
4478
 
4475
4479
  constructor() {
4476
- this.runtimeUtils = new AuroLibraryRuntimeUtils$2();
4480
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$3();
4477
4481
  }
4478
4482
 
4479
4483
  /**
@@ -4533,19 +4537,19 @@ class AuroFormValidation {
4533
4537
  {
4534
4538
  check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
4535
4539
  validity: 'tooShort',
4536
- message: e => e.setCustomValidityTooShort || e.setCustomValidity || ''
4540
+ message: e => e.getAttribute('setCustomValidityTooShort') || e.setCustomValidity || ''
4537
4541
  },
4538
4542
  {
4539
4543
  check: (e) => e.value?.length > e.maxLength,
4540
4544
  validity: 'tooLong',
4541
- message: e => e.setCustomValidityTooLong || e.setCustomValidity || ''
4545
+ message: e => e.getAttribute('setCustomValidityTooLong') || e.setCustomValidity || ''
4542
4546
  }
4543
4547
  ],
4544
4548
  pattern: [
4545
4549
  {
4546
4550
  check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
4547
4551
  validity: 'patternMismatch',
4548
- message: e => e.setCustomValidityPatternMismatch || e.setCustomValidity || ''
4552
+ message: e => e.getAttribute('setCustomValidityPatternMismatch') || e.setCustomValidity || ''
4549
4553
  }
4550
4554
  ]
4551
4555
  },
@@ -4740,10 +4744,10 @@ class AuroFormValidation {
4740
4744
  if (!hasValue && elem.required && elem.touched) {
4741
4745
  elem.validity = 'valueMissing';
4742
4746
  elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
4743
- } else if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
4747
+ } else if (hasValue && this.runtimeUtils.elementMatch(elem, 'auro-input')) {
4744
4748
  this.validateType(elem);
4745
4749
  this.validateElementAttributes(elem);
4746
- } else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
4750
+ } else if (hasValue && (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group'))) {
4747
4751
  this.validateElementAttributes(elem);
4748
4752
  }
4749
4753
  }
@@ -4752,7 +4756,9 @@ class AuroFormValidation {
4752
4756
  elem.validity = this.auroInputElements[0].validity;
4753
4757
  elem.errorMessage = this.auroInputElements[0].errorMessage;
4754
4758
 
4755
- if (elem.validity === 'valid' && this.auroInputElements.length > 1) {
4759
+ // combobox has 2 inputs but no need to check validity on the 2nd one which is in fullscreen bib.
4760
+ // combobox's 2nd input will have noValidate set true.
4761
+ if (elem.validity === 'valid' && this.auroInputElements.length > 1 && !this.auroInputElements[1].noValidate) {
4756
4762
  elem.validity = this.auroInputElements[1].validity;
4757
4763
  elem.errorMessage = this.auroInputElements[1].errorMessage;
4758
4764
  }
@@ -4832,7 +4838,7 @@ class AuroFormValidation {
4832
4838
  }
4833
4839
  }
4834
4840
 
4835
- let AuroElement$1 = class AuroElement extends LitElement {
4841
+ let AuroElement$2 = class AuroElement extends LitElement {
4836
4842
  static get properties() {
4837
4843
  return {
4838
4844
 
@@ -4867,18 +4873,21 @@ let AuroElement$1 = class AuroElement extends LitElement {
4867
4873
  }
4868
4874
 
4869
4875
  resetShapeClasses() {
4870
- if (this.shape && this.size) {
4871
- const wrapper = this.shadowRoot.querySelector('.wrapper');
4876
+ const wrapper = this.shadowRoot.querySelector('.wrapper');
4872
4877
 
4873
- if (wrapper) {
4874
- wrapper.classList.forEach((className) => {
4875
- if (className.startsWith('shape-')) {
4876
- wrapper.classList.remove(className);
4877
- }
4878
- });
4878
+ if (wrapper) {
4879
+ wrapper.classList.forEach((className) => {
4880
+ if (className.startsWith('shape-')) {
4881
+ wrapper.classList.remove(className);
4882
+ }
4883
+ });
4879
4884
 
4880
- wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
4881
- }
4885
+ }
4886
+
4887
+ if (this.shape && this.size) {
4888
+ wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
4889
+ } else {
4890
+ wrapper.classList.add('shape-none');
4882
4891
  }
4883
4892
  }
4884
4893
 
@@ -4934,19 +4943,24 @@ let AuroElement$1 = class AuroElement extends LitElement {
4934
4943
  * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
4935
4944
  * @attr id
4936
4945
  *
4937
- * @slot helptext - Sets the help text displayed below the input.
4946
+ * @slot helpText - Sets the help text displayed below the input.
4938
4947
  * @slot label - Sets the label text for the input.
4948
+ * @slot {HTMLSlotElement} optionalLabel - Allows overriding the optional display text "(optional)", which appears next to the label.
4949
+ * @slot displayValue - Allows custom HTML content to display in place of the value when the input is not focused.
4939
4950
  *
4940
4951
  * @csspart wrapper - Use for customizing the style of the root element
4941
4952
  * @csspart label - Use for customizing the style of the label element
4942
4953
  * @csspart helpText - Use for customizing the style of the helpText element
4954
+ * @csspart input - Use for customizing the style of the input element
4943
4955
  * @csspart accentIcon - Use for customizing the style of the accentIcon element (e.g. credit card icon, calendar icon)
4944
4956
  * @csspart iconContainer - Use for customizing the style of the iconContainer (e.g. X icon for clearing input value)
4957
+ * @csspart accent-left - Use for customizing the style of the left accent element (e.g. padding, margin)
4958
+ * @csspart accent-right - Use for customizing the style of the right accent element (e.g. padding, margin)
4945
4959
  * @event input - Event fires when the value of an `auro-input` has been changed.
4946
4960
  * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` value has changed.
4947
4961
  */
4948
4962
 
4949
- class BaseInput extends AuroElement$1 {
4963
+ class BaseInput extends AuroElement$2 {
4950
4964
 
4951
4965
  constructor() {
4952
4966
  super();
@@ -5039,7 +5053,6 @@ class BaseInput extends AuroElement$1 {
5039
5053
  */
5040
5054
  a11yRole: {
5041
5055
  type: String,
5042
- attribute: true,
5043
5056
  reflect: true
5044
5057
  },
5045
5058
 
@@ -5048,7 +5061,6 @@ class BaseInput extends AuroElement$1 {
5048
5061
  */
5049
5062
  a11yExpanded: {
5050
5063
  type: Boolean,
5051
- attribute: true,
5052
5064
  reflect: true
5053
5065
  },
5054
5066
 
@@ -5057,7 +5069,6 @@ class BaseInput extends AuroElement$1 {
5057
5069
  */
5058
5070
  a11yControls: {
5059
5071
  type: String,
5060
- attribute: true,
5061
5072
  reflect: true
5062
5073
  },
5063
5074
 
@@ -5073,7 +5084,8 @@ class BaseInput extends AuroElement$1 {
5073
5084
  * An enumerated attribute that controls whether and how text input is automatically capitalized as it is entered/edited by the user. [off/none, on/sentences, words, characters].
5074
5085
  */
5075
5086
  autocapitalize: {
5076
- type: String
5087
+ type: String,
5088
+ reflect: true
5077
5089
  },
5078
5090
 
5079
5091
  /**
@@ -5088,7 +5100,8 @@ class BaseInput extends AuroElement$1 {
5088
5100
  * When set to `off`, stops iOS from auto-correcting words when typed into a text box.
5089
5101
  */
5090
5102
  autocorrect: {
5091
- type: String
5103
+ type: String,
5104
+ reflect: true
5092
5105
  },
5093
5106
 
5094
5107
  /**
@@ -5133,7 +5146,6 @@ class BaseInput extends AuroElement$1 {
5133
5146
  /** Exposes inputmode attribute for input. */
5134
5147
  inputmode: {
5135
5148
  type: String,
5136
- attribute: true,
5137
5149
  reflect: true
5138
5150
  },
5139
5151
 
@@ -5141,7 +5153,8 @@ class BaseInput extends AuroElement$1 {
5141
5153
  * Defines the language of an element.
5142
5154
  */
5143
5155
  lang: {
5144
- type: String
5156
+ type: String,
5157
+ reflect: true
5145
5158
  },
5146
5159
 
5147
5160
  /**
@@ -5155,7 +5168,8 @@ class BaseInput extends AuroElement$1 {
5155
5168
  * The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher.
5156
5169
  */
5157
5170
  maxLength: {
5158
- type: Number
5171
+ type: Number,
5172
+ reflect: true
5159
5173
  },
5160
5174
 
5161
5175
  /**
@@ -5169,14 +5183,25 @@ class BaseInput extends AuroElement$1 {
5169
5183
  * The minimum number of characters the user can enter into the text input. This must be a non-negative integer value smaller than or equal to the value specified by `maxlength`.
5170
5184
  */
5171
5185
  minLength: {
5172
- type: Number
5186
+ type: Number,
5187
+ reflect: true
5173
5188
  },
5174
5189
 
5175
5190
  /**
5176
5191
  * Populates the `name` attribute on the input.
5177
5192
  */
5178
5193
  name: {
5179
- type: String
5194
+ type: String,
5195
+ reflect: true
5196
+ },
5197
+
5198
+ /**
5199
+ * Sets styles for nested operation - removes borders, hides help + error text, and
5200
+ * hides accents.
5201
+ */
5202
+ nested: {
5203
+ type: Boolean,
5204
+ reflect: true
5180
5205
  },
5181
5206
 
5182
5207
  /**
@@ -5204,10 +5229,11 @@ class BaseInput extends AuroElement$1 {
5204
5229
  },
5205
5230
 
5206
5231
  /**
5207
- * Define custom placeholder text, only supported by date input formats.
5232
+ * Define custom placeholder text.
5208
5233
  */
5209
5234
  placeholder: {
5210
- type: String
5235
+ type: String,
5236
+ reflect: true
5211
5237
  },
5212
5238
 
5213
5239
  /**
@@ -5296,6 +5322,14 @@ class BaseInput extends AuroElement$1 {
5296
5322
  type: String
5297
5323
  },
5298
5324
 
5325
+ /**
5326
+ * Simple makes the input render without a border.
5327
+ */
5328
+ simple: {
5329
+ type: Boolean,
5330
+ reflect: true
5331
+ },
5332
+
5299
5333
  /**
5300
5334
  * Custom help text message for email type validity.
5301
5335
  */
@@ -5307,7 +5341,8 @@ class BaseInput extends AuroElement$1 {
5307
5341
  * An enumerated attribute defines whether the element may be checked for spelling errors. [true, false]. When set to `false` the attribute `autocorrect` is set to `off` and `autocapitalize` is set to `none`.
5308
5342
  */
5309
5343
  spellcheck: {
5310
- type: String
5344
+ type: String,
5345
+ reflect: true
5311
5346
  },
5312
5347
 
5313
5348
  /**
@@ -5322,7 +5357,8 @@ class BaseInput extends AuroElement$1 {
5322
5357
  * Populates the `value` attribute on the input. Can also be read to retrieve the current value of the input.
5323
5358
  */
5324
5359
  value: {
5325
- type: String
5360
+ type: String,
5361
+ reflect: true
5326
5362
  },
5327
5363
 
5328
5364
  /**
@@ -5353,8 +5389,8 @@ class BaseInput extends AuroElement$1 {
5353
5389
  },
5354
5390
 
5355
5391
  /**
5392
+ * The id for input node.
5356
5393
  * @private
5357
- * id for input node
5358
5394
  */
5359
5395
  inputId: {
5360
5396
  type: String,
@@ -5378,7 +5414,7 @@ class BaseInput extends AuroElement$1 {
5378
5414
  }
5379
5415
 
5380
5416
  firstUpdated() {
5381
- // clicking anywhere in the main wrapper will focus the input. Clicking the helptext or label will not focus the input.
5417
+ // clicking anywhere in the main wrapper will focus the input. Clicking the helpText or label will not focus the input.
5382
5418
  this.wrapperElement = this.shadowRoot.querySelector('.wrapper');
5383
5419
  this.inputElement = this.renderRoot.querySelector('input');
5384
5420
  this.labelElement = this.shadowRoot.querySelector('label');
@@ -5490,9 +5526,9 @@ class BaseInput extends AuroElement$1 {
5490
5526
  if (!this.shadowRoot.contains(this.getActiveElement())) {
5491
5527
  this.validation.validate(this);
5492
5528
  }
5493
-
5494
- this.notifyValueChanged();
5495
5529
  }
5530
+
5531
+ this.notifyValueChanged();
5496
5532
  }
5497
5533
 
5498
5534
  if (changedProperties.has('error')) {
@@ -5602,7 +5638,6 @@ class BaseInput extends AuroElement$1 {
5602
5638
 
5603
5639
  /**
5604
5640
  * Function to set element focus.
5605
- * @private
5606
5641
  * @return {void}
5607
5642
  */
5608
5643
  focus() {
@@ -5800,28 +5835,15 @@ class BaseInput extends AuroElement$1 {
5800
5835
  * @returns {void}
5801
5836
  */
5802
5837
  getPlaceholder() {
5803
- const isFocused = this.inputElement === this.getActiveElement();
5804
-
5805
- // console.warn('isFocused', isFocused);
5806
- // console.warn(this.inputElement);
5807
- // console.warn(this.getActiveElement());
5808
-
5809
- if (!isFocused) {
5810
- if (this.placeholder) {
5811
- this.placeholderStr = this.placeholder;
5812
- // return this.placeholder;
5813
- } else if (this.type === 'date') {
5814
- this.placeholderStr = this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
5815
- // return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
5816
- }
5817
- } else {
5818
- this.placeholderStr = '';
5838
+ if (this.placeholder) {
5839
+ this.placeholderStr = this.placeholder;
5840
+ } else if (this.type === 'date') {
5841
+ this.placeholderStr = this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
5819
5842
  }
5820
5843
 
5821
5844
  this.requestUpdate();
5822
5845
 
5823
- // console.warn('this.placeholderStr', this.placeholderStr);
5824
- // return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
5846
+ return this.placeholderStr;
5825
5847
  }
5826
5848
 
5827
5849
  /**
@@ -6034,7 +6056,7 @@ class AuroDependencyVersioning {
6034
6056
  * @attr {Boolean} hiddenAudible - If present, the component will be hidden from screen readers, but seen visually
6035
6057
  */
6036
6058
 
6037
- class AuroElement extends LitElement {
6059
+ let AuroElement$1 = class AuroElement extends LitElement {
6038
6060
 
6039
6061
  // function to define props used within the scope of this component
6040
6062
  static get properties() {
@@ -6058,7 +6080,7 @@ class AuroElement extends LitElement {
6058
6080
 
6059
6081
  return 'false'
6060
6082
  }
6061
- }
6083
+ };
6062
6084
 
6063
6085
  var error = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-labelledby=\"error__desc\" class=\"ico_squareLarge\" data-deprecated=\"true\" role=\"img\" style=\"min-width:var(--auro-size-lg, var(--ds-size-300, 1.5rem));height:var(--auro-size-lg, var(--ds-size-300, 1.5rem));fill:currentColor\" viewBox=\"0 0 24 24\" part=\"svg\"><title/><desc id=\"error__desc\">Error alert indicator.</desc><path d=\"m13.047 5.599 6.786 11.586A1.207 1.207 0 0 1 18.786 19H5.214a1.207 1.207 0 0 1-1.047-1.815l6.786-11.586a1.214 1.214 0 0 1 2.094 0m-1.165.87a.23.23 0 0 0-.085.085L5.419 17.442a.232.232 0 0 0 .203.35h12.756a.234.234 0 0 0 .203-.35L12.203 6.554a.236.236 0 0 0-.321-.084M12 15.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-.024-6.22c.325 0 .589.261.589.583v4.434a.586.586 0 0 1-.589.583.586.586 0 0 1-.588-.583V9.863c0-.322.264-.583.588-.583\"/></svg>"};
6064
6086
 
@@ -6102,7 +6124,7 @@ var styleCss$3 = css`:focus:not(:focus-visible){outline:3px solid transparent}.u
6102
6124
  */
6103
6125
 
6104
6126
  // build the component class
6105
- class BaseIcon extends AuroElement {
6127
+ class BaseIcon extends AuroElement$1 {
6106
6128
  constructor() {
6107
6129
  super();
6108
6130
  this.onDark = false;
@@ -6185,7 +6207,7 @@ var colorCss$3 = css`:host{color:var(--ds-auro-icon-color)}:host([customColor]){
6185
6207
 
6186
6208
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
6187
6209
 
6188
- let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
6210
+ let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
6189
6211
 
6190
6212
  /* eslint-disable jsdoc/require-param */
6191
6213
 
@@ -6267,7 +6289,7 @@ class AuroIcon extends BaseIcon {
6267
6289
  */
6268
6290
  privateDefaults() {
6269
6291
  this.uri = 'https://cdn.jsdelivr.net/npm/@alaskaairux/icons@latest/dist';
6270
- this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
6292
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$2();
6271
6293
  }
6272
6294
 
6273
6295
  // function to define props used within the scope of this component
@@ -6349,7 +6371,7 @@ class AuroIcon extends BaseIcon {
6349
6371
  *
6350
6372
  */
6351
6373
  static register(name = "auro-icon") {
6352
- AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroIcon);
6374
+ AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroIcon);
6353
6375
  }
6354
6376
 
6355
6377
  connectedCallback() {
@@ -6370,8 +6392,12 @@ class AuroIcon extends BaseIcon {
6370
6392
  async firstUpdated() {
6371
6393
  await super.firstUpdated();
6372
6394
 
6373
- // Removes the SVG description for screenreader if ariaHidden is set to true
6374
- if (!this.hasAttribute('ariaHidden') && this.svg) {
6395
+ /**
6396
+ * icons provide a description for screen readers. Icon only instances Auro-button
6397
+ * depend on this description to provide context for the user using a screen reader.
6398
+ * Removes the SVG description for screen reader if ariaHidden is set to true.
6399
+ */
6400
+ if (this.hasAttribute('ariaHidden') && this.svg) {
6375
6401
  const svgDesc = this.svg.querySelector('desc');
6376
6402
 
6377
6403
  if (svgDesc) {
@@ -6415,13 +6441,550 @@ class AuroIcon extends BaseIcon {
6415
6441
  }
6416
6442
  }
6417
6443
 
6418
- var iconVersion = '8.0.1';
6444
+ var iconVersion = '8.0.4';
6419
6445
 
6420
- var styleCss$2 = css`: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}`;
6446
+ /**
6447
+ * Private module-level WeakMap to hold MutationObservers for each host element.
6448
+ */
6449
+ const _observers = new WeakMap();
6421
6450
 
6422
- var colorCss$2 = css`[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}`;
6451
+ /**
6452
+ * Private module-level WeakMap to hold attribute matchers and targets for each host element.
6453
+ * Structure: {
6454
+ * host: {
6455
+ * matchers: Set<Function>,
6456
+ * targets: Map<HTMLElement, Map<Function, {removeOriginal: boolean, currentAttributes: Map<string, string>}>>
6457
+ * }
6458
+ * }
6459
+ */
6460
+ const _transportConfig = new WeakMap();
6461
+
6462
+ /**
6463
+ * Transfers all matching attributes from a host element to a target element and observes for future changes.
6464
+ *
6465
+ * @param {Object} params - The parameters for the function.
6466
+ * @param {HTMLElement} params.host - The host element from which attributes will be transported.
6467
+ * @param {HTMLElement} params.target - The target element to which attributes will be transported.
6468
+ * @param {boolean} [params.removeOriginal=true] - Whether to remove the attributes from the host element.
6469
+ * @param {boolean} [params.observe=true] - Whether to attach a MutationObserver to the host element.
6470
+ * @returns {Function} A function to detach the observer when no longer needed.
6471
+ * @throws {TypeError} If the host or target parameters are not instances of HTMLElement.
6472
+ */
6473
+ const transportAttributes = ({ host, target, match, removeOriginal = true }) => {
6474
+ // Guard Clause: Ensure host is valid HTMLElement instance
6475
+ if (typeof host !== 'object' || !(host instanceof HTMLElement)) {
6476
+ throw new TypeError('a11yUtilities.js | transportAttributes | The "host" parameter must be an instance of HTMLElement.');
6477
+ }
6478
+
6479
+ // Guard Clause: Ensure target is valid HTMLElement instance
6480
+ if (typeof target !== 'object' || !(target instanceof HTMLElement)) {
6481
+ throw new TypeError('a11yUtilities.js | transportAttributes | The "target" parameter must be an instance of HTMLElement.');
6482
+ }
6423
6483
 
6424
- var tokensCss$2 = css`: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}`;
6484
+ // Guard Clause: Ensure match is a function
6485
+ if (typeof match !== 'function') {
6486
+ throw new TypeError('a11yUtilities.js | transportAttributes | The "match" parameter must be a function.');
6487
+ }
6488
+
6489
+ // Guard Clause: Ensure removeOriginal is a boolean
6490
+ if (typeof removeOriginal !== 'boolean') {
6491
+ throw new TypeError('a11yUtilities.js | transportAttributes | The "removeOriginal" parameter must be a boolean.');
6492
+ }
6493
+
6494
+ // Register this transport and get cleanup function
6495
+ return _registerTransport({
6496
+ host,
6497
+ target,
6498
+ matcher: match,
6499
+ removeOriginal
6500
+ });
6501
+ };
6502
+
6503
+ /**
6504
+ * Registers a matcher and target for a host element and attaches an observer if needed.
6505
+ *
6506
+ * @param {Object} params - The parameters object.
6507
+ * @param {HTMLElement} params.host - The host element to observe.
6508
+ * @param {HTMLElement} params.target - The target element to receive attributes.
6509
+ * @param {Function} params.matcher - Function that determines which attributes to transport.
6510
+ * @param {boolean} [params.removeOriginal=true] - Whether to remove original attributes.
6511
+ * @param {boolean} [params.observe=true] - Whether to observe for attribute changes.
6512
+ * @returns {Function} Function to detach the specific matcher and target pairing.
6513
+ * @private
6514
+ */
6515
+ const _registerTransport = ({ host, target, matcher, removeOriginal = true }) => {
6516
+ // Initialize config for this host if it doesn't exist
6517
+ if (!_transportConfig.has(host)) {
6518
+ _transportConfig.set(host, {
6519
+ matchers: new Set(),
6520
+ targets: new Map()
6521
+ });
6522
+ }
6523
+
6524
+ const config = _transportConfig.get(host);
6525
+
6526
+ // Add the matcher to the set of matchers for this host
6527
+ config.matchers.add(matcher);
6528
+
6529
+ // Initialize target entry if it doesn't exist
6530
+ if (!config.targets.has(target)) {
6531
+ config.targets.set(target, new Map());
6532
+ }
6533
+
6534
+ // Store the matcher with its removeOriginal setting for this target
6535
+ config.targets.get(target).set(matcher, {
6536
+ removeOriginal,
6537
+ currentAttributes: new Map()
6538
+ });
6539
+
6540
+ // Perform initial attribute transport
6541
+ _transportAttributes({ host, target, matcher, removeOriginal });
6542
+
6543
+ // Attach observer
6544
+ _attachObserver(host);
6545
+
6546
+ // Return cleanup function and utility functions
6547
+ return {
6548
+ cleanup: () => _cleanupTransport(host, target, matcher),
6549
+ getObservedAttributes: () => _getObservedAttributes(host, target, matcher),
6550
+ getObservedAttribute: (attr) => _getObservedAttribute(host, target, matcher, attr),
6551
+ }
6552
+ };
6553
+
6554
+ /**
6555
+ * Cleans up resources associated with a specific matcher and target for a host element.
6556
+ *
6557
+ * @param {HTMLElement} host - The host element
6558
+ * @param {HTMLElement} target - The target element
6559
+ * @param {Function} matcher - The matcher function
6560
+ * @private
6561
+ */
6562
+ const _cleanupTransport = (host, target, matcher) => {
6563
+ const config = _transportConfig.get(host);
6564
+ if (!config) return;
6565
+
6566
+ // Remove this matcher from this target
6567
+ const targetMatchers = config.targets.get(target);
6568
+ if (targetMatchers) {
6569
+ targetMatchers.delete(matcher);
6570
+
6571
+ // If this target has no more matchers, remove it
6572
+ if (targetMatchers.size === 0) {
6573
+ config.targets.delete(target);
6574
+ }
6575
+ }
6576
+
6577
+ // Check if this matcher is still used by any target
6578
+ let matcherStillUsed = false;
6579
+ for (const matcherMap of config.targets.values()) {
6580
+ if (matcherMap.has(matcher)) {
6581
+ matcherStillUsed = true;
6582
+ break;
6583
+ }
6584
+ }
6585
+
6586
+ // If not used anymore, remove from matchers set
6587
+ if (!matcherStillUsed) {
6588
+ config.matchers.delete(matcher);
6589
+ }
6590
+
6591
+ // If no more targets or matchers, detach observer
6592
+ if (config.targets.size === 0 || config.matchers.size === 0) {
6593
+ _detachObserver(host);
6594
+ }
6595
+ };
6596
+
6597
+ /**
6598
+ * Generic function to transport attributes from a host element to a target element.
6599
+ *
6600
+ * @param {Object} params - The parameters object.
6601
+ * @param {HTMLElement} params.host - The host element from which to transport attributes.
6602
+ * @param {HTMLElement} params.target - The target element to which attributes will be transported.
6603
+ * @param {Function} params.matcher - Function that takes an attribute name and returns true if it should be transported.
6604
+ * @param {boolean} [params.removeOriginal=true] - Whether to remove original attributes from host.
6605
+ * @returns {void}
6606
+ * @private
6607
+ */
6608
+ const _transportAttributes = ({ host, target, matcher, removeOriginal = true }) => {
6609
+ // Get a list of all matching attributes on the host element and their values
6610
+ const matchingAttributes = host.getAttributeNames()
6611
+ .filter(attr => matcher(attr))
6612
+ .reduce((acc, attr) => {
6613
+ acc[attr] = host.getAttribute(attr);
6614
+ return acc;
6615
+ }, {});
6616
+
6617
+ // Move matching attributes to the target element, removing them from the host if removeOriginal is true
6618
+ Object.entries(matchingAttributes).forEach(([key, value]) => {
6619
+ _setObservedAttribute(host, target, matcher, key, value);
6620
+ target.setAttribute(key, value);
6621
+ if (removeOriginal) {
6622
+ host.removeAttribute(key);
6623
+ }
6624
+ });
6625
+ };
6626
+
6627
+ /**
6628
+ * Attaches a MutationObserver to the host element to monitor attribute changes.
6629
+ *
6630
+ * @param {HTMLElement} host - The element to observe for attribute changes.
6631
+ * @returns {MutationObserver} The observer instance.
6632
+ * @private
6633
+ */
6634
+ const _attachObserver = (host) => {
6635
+ // If an observer for this host already exists, return it
6636
+ if (_observers.has(host)) {
6637
+ return _observers.get(host);
6638
+ }
6639
+
6640
+ // Create a new MutationObserver
6641
+ const observer = new MutationObserver((mutations) => {
6642
+ const config = _transportConfig.get(host);
6643
+ if (!config) return;
6644
+
6645
+ // For each mutation affecting attributes
6646
+ mutations
6647
+ .filter(mutation => mutation.type === 'attributes')
6648
+ .forEach(mutation => {
6649
+ const attributeName = mutation.attributeName;
6650
+
6651
+ // Find matchers that care about this attribute
6652
+ for (const matcher of config.matchers) {
6653
+ if (matcher(attributeName)) {
6654
+ // For each target that uses this matcher
6655
+ for (const [target, matcherConfigs] of config.targets.entries()) {
6656
+ if (matcherConfigs.has(matcher)) {
6657
+ const { removeOriginal } = matcherConfigs.get(matcher);
6658
+ _transportAttributes({
6659
+ host,
6660
+ target,
6661
+ matcher,
6662
+ removeOriginal
6663
+ });
6664
+ }
6665
+ }
6666
+ }
6667
+ }
6668
+ });
6669
+ });
6670
+
6671
+ // Start observing attribute changes
6672
+ observer.observe(host, { attributes: true });
6673
+
6674
+ // Store the observer
6675
+ _observers.set(host, observer);
6676
+
6677
+ return observer;
6678
+ };
6679
+
6680
+ /**
6681
+ * Detaches and cleans up the MutationObserver for a given host element.
6682
+ *
6683
+ * @param {HTMLElement} host - The element whose observer should be detached.
6684
+ * @private
6685
+ */
6686
+ const _detachObserver = (host) => {
6687
+ if (_observers.has(host)) {
6688
+ const observer = _observers.get(host);
6689
+ observer.disconnect();
6690
+ _observers.delete(host);
6691
+ }
6692
+
6693
+ // Clean up the transport config as well
6694
+ if (_transportConfig.has(host)) {
6695
+ _transportConfig.delete(host);
6696
+ }
6697
+ };
6698
+
6699
+ /**
6700
+ * Gets the matcher configuration for a specific host, target, and matcher
6701
+ * @param {HTMLElement} host - The host element
6702
+ * @param {HTMLElement} target - The target element
6703
+ * @param {Function} matcher - The matcher function
6704
+ * @returns {Object|undefined} The matcher configuration if found
6705
+ * @private
6706
+ */
6707
+ const _getMatcherConfig = (host, target, matcher) => {
6708
+ const config = _transportConfig.get(host);
6709
+ if (!config) return undefined;
6710
+
6711
+ const targetMatchers = config.targets.get(target);
6712
+ if (!targetMatchers) return undefined;
6713
+
6714
+ return targetMatchers.get(matcher);
6715
+ };
6716
+
6717
+ /**
6718
+ * Sets an observed attribute value
6719
+ * @param {HTMLElement} host - The host element
6720
+ * @param {HTMLElement} target - The target element
6721
+ * @param {Function} matcher - The matcher function
6722
+ * @param {string} key - The attribute name
6723
+ * @param {string} value - The attribute value
6724
+ * @private
6725
+ */
6726
+ const _setObservedAttribute = (host, target, matcher, key, value) => {
6727
+ const matcherConfig = _getMatcherConfig(host, target, matcher);
6728
+ if (matcherConfig) {
6729
+ matcherConfig.currentAttributes.set(key, value);
6730
+ }
6731
+ };
6732
+
6733
+ const _getObservedAttribute = (host, target, matcher, attr) => {
6734
+ const matcherConfig = _getMatcherConfig(host, target, matcher);
6735
+ if (matcherConfig) return matcherConfig.currentAttributes.get(attr);
6736
+ return undefined;
6737
+ };
6738
+
6739
+ const _getObservedAttributes = (host, target, matcher) => {
6740
+ const matcherConfig = _getMatcherConfig(host, target, matcher);
6741
+ if (matcherConfig) return Array.from(matcherConfig.currentAttributes.entries());
6742
+ return [];
6743
+ };
6744
+
6745
+ const _matchers = {
6746
+ 'aria-': attr => attr.startsWith('aria-'),
6747
+ 'role': attr => attr.match(/^role$/)
6748
+ };
6749
+
6750
+ const transportAllA11yAttributes = ({ host, target, removeOriginal = true }) => {
6751
+ return transportAttributes({
6752
+ host,
6753
+ target,
6754
+ match: attr => {
6755
+ for (const key in _matchers) {
6756
+ if (_matchers[key](attr)) return true;
6757
+ }
6758
+ return false;
6759
+ },
6760
+ removeOriginal
6761
+ });
6762
+ };
6763
+
6764
+ class AuroElement extends LitElement {
6765
+
6766
+ /**
6767
+ * @type {Object} return object from transportAttributes via a11yUtilities
6768
+ * @property {Function} cleanup - Function to clean up the attribute watcher.
6769
+ * @property {Function} getCurrentAttributes - Function to get the current attributes being watched and their values.
6770
+ * @property {Function} getObservedAttribute - Function to get the value of a specific observed attribute by name.
6771
+ * @private
6772
+ */
6773
+ attributeWatcher;
6774
+
6775
+ static get properties() {
6776
+ return {
6777
+
6778
+ /**
6779
+ * Defines the layout of an element.
6780
+ * @default {'default'}
6781
+ */
6782
+ layout: {
6783
+ type: String,
6784
+ attribute: "layout",
6785
+ reflect: true
6786
+ },
6787
+
6788
+ /**
6789
+ * Defines the shape of an element.
6790
+ * @property {'default', 'rounded', 'pill', 'circle'}
6791
+ * @default {'default'}
6792
+ */
6793
+ shape: {
6794
+ type: String,
6795
+ attribute: "shape",
6796
+ reflect: true
6797
+ },
6798
+
6799
+ /**
6800
+ * Defines the size of an element.
6801
+ * @property {'xs', 'sm', 'md', 'lg', 'xl'}
6802
+ * @default {'md'}
6803
+ */
6804
+ size: {
6805
+ type: String,
6806
+ attribute: "size",
6807
+ reflect: true
6808
+ },
6809
+
6810
+ /**
6811
+ * This Boolean attribute lets you specify that the element should be rendered in dark mode.
6812
+ * @default {false}
6813
+ */
6814
+ onDark: {
6815
+ type: Boolean,
6816
+ attribute: "ondark",
6817
+ reflect: true
6818
+ },
6819
+
6820
+ /**
6821
+ * A reference to the wrapper element in the shadow DOM.
6822
+ * This is used to apply layout and shape classes dynamically.
6823
+ * @type {HTMLElement|null}
6824
+ * @default {null}
6825
+ * @private
6826
+ */
6827
+ wrapper: {
6828
+ attribute: false,
6829
+ reflect: false
6830
+ }
6831
+ };
6832
+ }
6833
+
6834
+
6835
+
6836
+ resetShapeClasses() {
6837
+ if (this.shape && this.size) {
6838
+
6839
+ if (this.wrapper) {
6840
+ this.wrapper.classList.forEach((className) => {
6841
+ if (className.startsWith('shape-')) {
6842
+ this.wrapper.classList.remove(className);
6843
+ }
6844
+ });
6845
+
6846
+ this.wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
6847
+ }
6848
+ }
6849
+ }
6850
+
6851
+ resetLayoutClasses() {
6852
+ if (this.layout) {
6853
+ if (this.wrapper) {
6854
+ this.wrapper.classList.forEach((className) => {
6855
+ if (className.startsWith('layout-')) {
6856
+ this.wrapper.classList.remove(className);
6857
+ }
6858
+ });
6859
+
6860
+ this.wrapper.classList.add(`layout-${this.layout.toLowerCase()}`);
6861
+ }
6862
+ }
6863
+ }
6864
+
6865
+ updateComponentArchitecture() {
6866
+ this.resetLayoutClasses();
6867
+ this.resetShapeClasses();
6868
+ }
6869
+
6870
+ updated(changedProperties) {
6871
+ if (changedProperties.has('layout') || changedProperties.has('shape') || changedProperties.has('size')) {
6872
+ this.updateComponentArchitecture();
6873
+ }
6874
+ }
6875
+
6876
+ firstUpdated() {
6877
+ super.firstUpdated();
6878
+
6879
+ // Set a reference to the wrapper element in the shadow DOM
6880
+ this.wrapper = this.shadowRoot.querySelector('.wrapper');
6881
+
6882
+ // Initialize the transportation of ARIA attributes to the target element and get the disconnect function for cleanup
6883
+ this.attributeWatcher = transportAllA11yAttributes({ host: this, target: this.shadowRoot.querySelector('.wrapper') });
6884
+ }
6885
+
6886
+ disconnectedCallback() {
6887
+ super.disconnectedCallback();
6888
+
6889
+ // Cleanup the ARIA observer if it exists
6890
+ if (this.attributeWatcher) {
6891
+ this.attributeWatcher.cleanup();
6892
+ this.attributeWatcher = null;
6893
+ }
6894
+ }
6895
+
6896
+ // Try to render the defined `this.layout` layout. If that fails, fall back to the default layout.
6897
+ // This will catch if an invalid layout value is passed in and render the default layout if so.
6898
+ render() {
6899
+ try {
6900
+ return this.renderLayout();
6901
+ } catch (error) {
6902
+ // failed to get the defined layout
6903
+ console.error('Failed to get the defined layout - using the default layout', error); // eslint-disable-line no-console
6904
+
6905
+ // fallback to the default layout
6906
+ return this.getLayout('default');
6907
+ }
6908
+ }
6909
+ }
6910
+
6911
+ var styleCss$2 = css`: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}::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);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;transition:padding 300ms ease-out}.auro-button:active{transform:scale(0.95)}.auro-button:focus-visible,.auro-button:focus{outline:none;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=secondary]):not([variant=tertiary]),.auro-button:focus: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=ghost]:disabled{cursor:not-allowed;transform: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.icon-only ::slotted(:not(auro-icon):not([auro-icon])){display:none}.auro-button--slim{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]),.auro-button--iconOnly:not(.auro-button--rounded):focus: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:padding 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,.auro-button--rounded:focus:not([variant=flat]):after{border-radius:100px}:host([size=xs]) .wrapper:focus-visible,:host([size=xs]) .wrapper:focus{outline-width:1px;outline-offset:-2px}: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}`;
6912
+
6913
+ var colorCss$2 = css`[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=ghost]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-ghost-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-ghost-text, #01426a)}.auro-button:not([ondark])[variant=ghost]:active:not(:disabled),.auro-button:not([ondark])[variant=ghost]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-ghost-background-hover, rgba(0, 0, 0, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-ghost-background-hover, rgba(0, 0, 0, 0.05));--ds-auro-button-border-color:transparent}.auro-button:not([ondark])[variant=ghost]: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=ghost]: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:not([ondark])[variant=flat]: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[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=ghost]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-ghost-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-ghost-text-inverse, #ffffff)}.auro-button[ondark][variant=ghost]:active:not(:disabled),.auro-button[ondark][variant=ghost]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-ghost-background-inverse-hover, rgba(255, 255, 255, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-ghost-background-inverse-hover, rgba(255, 255, 255, 0.05))}.auro-button[ondark][variant=ghost]: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=ghost]: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}.auro-button[ondark][variant=flat]: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)}`;
6914
+
6915
+ var tokensCss$2 = css`:host(:not([onDark])){--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}:host([onDark]){--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse, #ffffff);--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-inverse, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-tap-color:transparent}`;
6916
+
6917
+ var shapeSize = css`.shape-rounded-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:6px;overflow:hidden;font-size:18px}.shape-rounded-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:6px;overflow:hidden;font-size:18px}.shape-rounded-md{min-height:44px;max-height:44px;border-style:solid;border-radius:6px;overflow:hidden;font-size:16px}.shape-rounded-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:6px;overflow:hidden;font-size:14px}.shape-rounded-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:4px;overflow:hidden;font-size:12px;outline-offset:-2px;outline-width:1px}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:34px;overflow:hidden;font-size:18px}.shape-pill-left-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:34px 0 0 34px;overflow:hidden}.shape-pill-right-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:0 34px 34px 0;overflow:hidden}.shape-pill-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:26px;overflow:hidden;font-size:18px}.shape-pill-left-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:26px 0 0 26px;overflow:hidden}.shape-pill-right-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:0 26px 26px 0;overflow:hidden}.shape-pill-md{min-height:44px;max-height:44px;border-style:solid;border-radius:22px;overflow:hidden}.shape-pill-left-md{min-height:44px;max-height:44px;border-style:solid;border-radius:22px 0 0 22px;overflow:hidden}.shape-pill-right-md{min-height:44px;max-height:44px;border-style:solid;border-radius:0 22px 22px 0;overflow:hidden;font-size:16px}.shape-pill-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:16px;overflow:hidden;font-size:14px}.shape-pill-left-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:16px 0 0 16px;overflow:hidden}.shape-pill-right-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:0 16px 16px 0;overflow:hidden}.shape-pill-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:10px;overflow:hidden;font-size:12px;outline-offset:-2px;outline-width:1px}.shape-pill-left-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:10px 0 0 10px;overflow:hidden;outline-offset:-2px;outline-width:1px}.shape-pill-right-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:0 10px 10px 0;overflow:hidden;outline-offset:-2px;outline-width:1px}.shape-circle-xl{min-height:68px;max-height:68px;min-width:68px;max-width:68px;border-style:solid;border-radius:34px;overflow:hidden;padding:0}.shape-circle-lg{min-height:52px;max-height:52px;min-width:52px;max-width:52px;border-style:solid;border-radius:26px;overflow:hidden;padding:0}.shape-circle-md{min-height:44px;max-height:44px;min-width:44px;max-width:44px;border-style:solid;border-radius:22px;overflow:hidden;padding:0}.shape-circle-sm{min-height:32px;max-height:32px;min-width:32px;max-width:32px;border-style:solid;border-radius:16px;overflow:hidden;padding:0}.shape-circle-xs{min-height:20px;max-height:20px;min-width:20px;max-width:20px;border-style:solid;border-radius:10px;overflow:hidden;padding:0;outline-offset:-2px;outline-width:1px}`;
6918
+
6919
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
6920
+ // See LICENSE in the project root for license information.
6921
+
6922
+ // ---------------------------------------------------------------------
6923
+
6924
+ /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
6925
+
6926
+ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
6927
+
6928
+ /* eslint-disable jsdoc/require-param */
6929
+
6930
+ /**
6931
+ * This will register a new custom element with the browser.
6932
+ * @param {String} name - The name of the custom element.
6933
+ * @param {Object} componentClass - The class to register as a custom element.
6934
+ * @returns {void}
6935
+ */
6936
+ registerComponent(name, componentClass) {
6937
+ if (!customElements.get(name)) {
6938
+ customElements.define(name, class extends componentClass {});
6939
+ }
6940
+ }
6941
+
6942
+ /**
6943
+ * Finds and returns the closest HTML Element based on a selector.
6944
+ * @returns {void}
6945
+ */
6946
+ closestElement(
6947
+ selector, // selector like in .closest()
6948
+ base = this, // extra functionality to skip a parent
6949
+ __Closest = (el, found = el && el.closest(selector)) =>
6950
+ !el || el === document || el === window
6951
+ ? null // standard .closest() returns null for non-found selectors also
6952
+ : found
6953
+ ? found // found a selector INside this element
6954
+ : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
6955
+ ) {
6956
+ return __Closest(base);
6957
+ }
6958
+ /* eslint-enable jsdoc/require-param */
6959
+
6960
+ /**
6961
+ * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
6962
+ * @param {Object} elem - The element to check.
6963
+ * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
6964
+ * @returns {void}
6965
+ */
6966
+ handleComponentTagRename(elem, tagName) {
6967
+ const tag = tagName.toLowerCase();
6968
+ const elemTag = elem.tagName.toLowerCase();
6969
+
6970
+ if (elemTag !== tag) {
6971
+ elem.setAttribute(tag, true);
6972
+ }
6973
+ }
6974
+
6975
+ /**
6976
+ * Validates if an element is a specific Auro component.
6977
+ * @param {Object} elem - The element to validate.
6978
+ * @param {String} tagName - The name of the Auro component to check against.
6979
+ * @returns {Boolean} - Returns true if the element is the specified Auro component.
6980
+ */
6981
+ elementMatch(elem, tagName) {
6982
+ const tag = tagName.toLowerCase();
6983
+ const elemTag = elem.tagName.toLowerCase();
6984
+
6985
+ return elemTag === tag || elem.hasAttribute(tag);
6986
+ }
6987
+ };
6425
6988
 
6426
6989
  var styleCss$1 = css`: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}}`;
6427
6990
 
@@ -6455,7 +7018,7 @@ class AuroLoader extends LitElement {
6455
7018
  /**
6456
7019
  * @private
6457
7020
  */
6458
- this.runtimeUtils = new AuroLibraryRuntimeUtils$2();
7021
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
6459
7022
 
6460
7023
  this.orbit = false;
6461
7024
  this.ringworm = false;
@@ -6518,7 +7081,7 @@ class AuroLoader extends LitElement {
6518
7081
  *
6519
7082
  */
6520
7083
  static register(name = "auro-loader") {
6521
- AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroLoader);
7084
+ AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroLoader);
6522
7085
  }
6523
7086
 
6524
7087
  firstUpdated() {
@@ -6570,14 +7133,13 @@ class AuroLoader extends LitElement {
6570
7133
 
6571
7134
  var loaderVersion = '5.0.0';
6572
7135
 
6573
- /* eslint-disable max-lines */
7136
+ /* eslint-disable max-lines, curly, jsdoc/no-undefined-types */
6574
7137
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
6575
7138
  // See LICENSE in the project root for license information.
6576
7139
 
6577
7140
 
6578
7141
  /**
6579
7142
  * @slot - Default slot for the text of the button.
6580
- * @slot icon - Slot to provide auro-icon for the button.
6581
7143
  * @csspart button - Apply CSS to HTML5 button.
6582
7144
  * @csspart loader - Apply CSS to auro-loader.
6583
7145
  * @csspart text - Apply CSS to text slot.
@@ -6586,7 +7148,18 @@ var loaderVersion = '5.0.0';
6586
7148
 
6587
7149
  /* eslint-disable lit/no-invalid-html, lit/binding-positions */
6588
7150
 
6589
- class AuroButton extends LitElement {
7151
+ const ICON_ONLY_SHAPES = ['circle'];
7152
+
7153
+ /**
7154
+ * AuroButton is a custom element that provides a styled, accessible button with support for various states and form association.
7155
+ * It is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.
7156
+ * @property {'default', 'rounded', 'pill', 'circle'} shape - Defines the shape of the button.
7157
+ * @property {'xs', 'sm', 'md', 'lg', 'xl'} size - Defines the size of the button.
7158
+ * @property {'primary', 'secondary', 'tertiary', 'ghost', 'flat'} variant - Sets the button variant.
7159
+ * @property {'submit', 'reset', 'button'} type - The type of button. Matches HTML5 Button Spec.
7160
+ * @property {boolean} onDark - Indicates if the button is rendered in dark mode.
7161
+ */
7162
+ class AuroButton extends AuroElement {
6590
7163
 
6591
7164
  /**
6592
7165
  * Enables form association for this element.
@@ -6601,13 +7174,10 @@ class AuroButton extends LitElement {
6601
7174
  super();
6602
7175
  this.autofocus = false;
6603
7176
  this.disabled = false;
6604
- this.iconOnly = false;
6605
7177
  this.loading = false;
7178
+ this.size = "md";
7179
+ this.shape = "rounded";
6606
7180
  this.onDark = false;
6607
- this.secondary = false;
6608
- this.tertiary = false;
6609
- this.rounded = false;
6610
- this.slim = false;
6611
7181
  this.fluid = false;
6612
7182
  this.loadingText = this.loadingText || 'Loading...';
6613
7183
 
@@ -6630,49 +7200,59 @@ class AuroButton extends LitElement {
6630
7200
  * @private
6631
7201
  */
6632
7202
  this.loaderTag = versioning.generateTag('auro-loader', loaderVersion, AuroLoader);
7203
+
7204
+ /**
7205
+ * @private
7206
+ */
7207
+ this.buttonHref = undefined;
7208
+
7209
+ /**
7210
+ * @private
7211
+ */
7212
+ this.buttonTarget = undefined;
7213
+
7214
+ /**
7215
+ * @private
7216
+ */
7217
+ this.buttonRel = undefined;
6633
7218
  }
6634
7219
 
6635
7220
  static get styles() {
6636
7221
  return [
6637
7222
  tokensCss$2,
6638
7223
  styleCss$2,
6639
- colorCss$2
7224
+ colorCss$2,
7225
+ shapeSize
6640
7226
  ];
6641
7227
  }
6642
7228
 
6643
7229
  static get properties() {
6644
7230
  return {
6645
7231
 
6646
- /**
6647
- * This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
6648
- */
6649
- autofocus: {
6650
- type: Boolean,
6651
- reflect: true
6652
- },
7232
+ ...super.properties,
6653
7233
 
6654
7234
  /**
6655
- * If set to true, button will become disabled and not allow for interactions.
7235
+ * Override layout since it isn't used in this component.
7236
+ * @private
6656
7237
  */
6657
- disabled: {
7238
+ layout: {
6658
7239
  type: Boolean,
6659
- reflect: true
7240
+ attribute: false,
7241
+ reflect: false
6660
7242
  },
6661
7243
 
6662
7244
  /**
6663
- * DEPRECATED.
6664
- * @deprecated
7245
+ * This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
6665
7246
  */
6666
- secondary: {
7247
+ autofocus: {
6667
7248
  type: Boolean,
6668
7249
  reflect: true
6669
7250
  },
6670
7251
 
6671
7252
  /**
6672
- * DEPRECATED.
6673
- * @deprecated
7253
+ * If set to true, button will become disabled and not allow for interactions.
6674
7254
  */
6675
- tertiary: {
7255
+ disabled: {
6676
7256
  type: Boolean,
6677
7257
  reflect: true
6678
7258
  },
@@ -6680,15 +7260,7 @@ class AuroButton extends LitElement {
6680
7260
  /**
6681
7261
  * Alters the shape of the button to be full width of its parent container.
6682
7262
  */
6683
- fluid: {
6684
- type: Boolean,
6685
- reflect: true
6686
- },
6687
-
6688
- /**
6689
- * If set to true, the button will contain an icon with no additional content.
6690
- */
6691
- iconOnly: {
7263
+ fluid: {
6692
7264
  type: Boolean,
6693
7265
  reflect: true
6694
7266
  },
@@ -6696,7 +7268,7 @@ class AuroButton extends LitElement {
6696
7268
  /**
6697
7269
  * If set to true button text will be replaced with `auro-loader` and become disabled.
6698
7270
  */
6699
- loading: {
7271
+ loading: {
6700
7272
  type: Boolean,
6701
7273
  reflect: true
6702
7274
  },
@@ -6704,36 +7276,12 @@ class AuroButton extends LitElement {
6704
7276
  /**
6705
7277
  * 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.
6706
7278
  */
6707
- loadingText: {
7279
+ loadingText: {
6708
7280
  type: String
6709
7281
  },
6710
7282
 
6711
7283
  /**
6712
- * Set value for on-dark version of auro-button.
6713
- */
6714
- onDark: {
6715
- type: Boolean,
6716
- reflect: true
6717
- },
6718
-
6719
- /**
6720
- * If set to true, the button will have a rounded shape.
6721
- */
6722
- rounded: {
6723
- type: Boolean,
6724
- reflect: true
6725
- },
6726
-
6727
- /**
6728
- * Set value for slim version of auro-button.
6729
- */
6730
- slim: {
6731
- type: Boolean,
6732
- reflect: true
6733
- },
6734
-
6735
- /**
6736
- * Populates `tabIndex` to define the focusable sequence in keyboard navigation.
7284
+ * Populates `tabindex` to define the focusable sequence in keyboard navigation.
6737
7285
  */
6738
7286
  tIndex: {
6739
7287
  type: String,
@@ -6741,75 +7289,68 @@ class AuroButton extends LitElement {
6741
7289
  },
6742
7290
 
6743
7291
  /**
6744
- * Populates the `aria-hidden` attribute to hide the button from a11y API.
7292
+ * Populates `tabindex` to define the focusable sequence in keyboard navigation.
7293
+ * Must be used with "." to ensure the host element does not retain a reference to the `tabindex` attribute.
7294
+ * Example: `<auro-button .tabindex="${this.disabled ? '-1' : '0'}"></auro-button>`
6745
7295
  */
6746
- ariahidden: {
7296
+ tabindex: {
6747
7297
  type: String,
6748
- reflect: true,
7298
+ reflect: false
6749
7299
  },
6750
7300
 
6751
7301
  /**
6752
- * Populates the `aria-label` attribute that is used to define a string that labels the current element.
6753
- * Use it in cases where a text label is not visible on the screen.
6754
- * If there is visible text labeling the element, use `aria-labelledby` instead.
7302
+ * Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
6755
7303
  */
6756
- arialabel: {
7304
+ title: {
6757
7305
  type: String,
6758
7306
  reflect: true
6759
7307
  },
6760
7308
 
6761
7309
  /**
6762
- * Populates the `aria-labelledby` attribute that establishes relationships between objects and their label(s),
6763
- * and its value should be one or more element IDs, which refer to elements that have the text needed for labeling.
6764
- * List multiple element IDs in a space delimited fashion.
7310
+ * The type of the button. Possible values are: `submit`, `reset`, `button`.
6765
7311
  */
6766
- arialabelledby: {
7312
+ type: {
6767
7313
  type: String,
6768
7314
  reflect: true
6769
7315
  },
6770
7316
 
6771
7317
  /**
6772
- * Populates the `aria-expanded` attribute that indicates whether the element,
6773
- * or another grouping element it controls, is currently expanded or collapsed.
6774
- * This is an optional attribute for buttons.
7318
+ * Defines the value associated with the button which is submitted with the form data.
6775
7319
  */
6776
- ariaexpanded: {
6777
- type: Boolean,
7320
+ value: {
7321
+ type: String,
6778
7322
  reflect: true
6779
7323
  },
6780
7324
 
6781
7325
  /**
6782
- * Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
7326
+ * Sets button variant option.
7327
+ * @default primary
6783
7328
  */
6784
- title: {
7329
+ variant: {
6785
7330
  type: String,
6786
7331
  reflect: true
6787
7332
  },
6788
7333
 
6789
7334
  /**
6790
- * The type of the button. Possible values are: `submit`, `reset`, `button`.
7335
+ * @private
6791
7336
  */
6792
- type: {
7337
+ buttonHref: {
6793
7338
  type: String,
6794
- reflect: true
6795
7339
  },
6796
7340
 
6797
7341
  /**
6798
- * Defines the value associated with the button which is submitted with the form data.
7342
+ * @private
6799
7343
  */
6800
- value: {
7344
+ buttonTarget: {
6801
7345
  type: String,
6802
- reflect: true
6803
7346
  },
6804
7347
 
6805
7348
  /**
6806
- * Sets button variant option. Possible values are: `secondary`, `tertiary`.
7349
+ * @private
6807
7350
  */
6808
- variant: {
7351
+ buttonRel: {
6809
7352
  type: String,
6810
- reflect: true
6811
7353
  },
6812
- ready: { type: Boolean },
6813
7354
  };
6814
7355
  }
6815
7356
 
@@ -6822,7 +7363,7 @@ class AuroButton extends LitElement {
6822
7363
  *
6823
7364
  */
6824
7365
  static register(name = "auro-button") {
6825
- AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroButton);
7366
+ AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroButton);
6826
7367
  }
6827
7368
 
6828
7369
  /**
@@ -6834,17 +7375,6 @@ class AuroButton extends LitElement {
6834
7375
  this.renderRoot.querySelector('button').focus();
6835
7376
  }
6836
7377
 
6837
- updated() {
6838
- // support the old `secondary` and `tertiary` attributes` that are deprecated
6839
- if (this.secondary) {
6840
- this.setAttribute('variant', 'secondary');
6841
- }
6842
-
6843
- if (this.tertiary) {
6844
- this.setAttribute('variant', 'tertiary');
6845
- }
6846
- }
6847
-
6848
7378
  /**
6849
7379
  * Submits the form that this button is associated with.
6850
7380
  * @private
@@ -6865,28 +7395,63 @@ class AuroButton extends LitElement {
6865
7395
  return this.internals ? this.internals.form : null;
6866
7396
  }
6867
7397
 
6868
- render() {
7398
+ /**
7399
+ * @private
7400
+ * @returns {Boolean}
7401
+ */
7402
+ get hideText() {
7403
+ return ICON_ONLY_SHAPES.includes(this.shape);
7404
+ }
7405
+
7406
+ /**
7407
+ * Returns the current value of the projected `aria-label` attribute or undefined if not set.
7408
+ * @returns {string | undefined}
7409
+ * @private
7410
+ */
7411
+ get currentAriaLabel() {
7412
+ if (!this.attributeWatcher) return undefined;
7413
+
7414
+ const ariaLabel = this.attributeWatcher.getObservedAttribute("aria-label");
7415
+ return ariaLabel || undefined;
7416
+ }
7417
+
7418
+ /**
7419
+ * Returns the current value of the projected `aria-labelledby` attribute or undefined if not set.
7420
+ * @returns {string | undefined}
7421
+ * @private
7422
+ */
7423
+ get currentAriaLabelledBy() {
7424
+ if (!this.attributeWatcher) return undefined;
7425
+
7426
+ const ariaLabelledBy = this.attributeWatcher.getObservedAttribute("aria-labelledby");
7427
+ return ariaLabelledBy || undefined;
7428
+ }
7429
+
7430
+ /**
7431
+ * Renders the default layout for the button.
7432
+ * @returns {TemplateResult}
7433
+ * @private
7434
+ */
7435
+ renderLayoutDefault() {
6869
7436
  const classes = {
6870
- 'util_insetLg--squish': true,
6871
- 'auro-button': true,
6872
- 'auroButton': true,
6873
- 'auro-button--rounded': this.rounded,
6874
- 'auro-button--slim': this.slim,
6875
- 'auro-button--iconOnly': this.iconOnly,
6876
- 'auro-button--iconOnlySlim': this.iconOnly && this.slim,
6877
- 'loading': this.loading
7437
+ "util_insetLg--squish": true,
7438
+ "auro-button": true,
7439
+ "icon-only": this.hideText,
7440
+ wrapper: true,
7441
+ loading: this.loading,
6878
7442
  };
6879
7443
 
7444
+ const tag = this.buttonHref ? literal`a` : literal`button`;
7445
+ const part = this.buttonHref ? 'link' : 'button';
7446
+
6880
7447
  return html$1`
6881
- <button
6882
- part="button"
6883
- aria-hidden="${ifDefined(this.ariahidden || undefined)}"
6884
- aria-label="${ifDefined(this.loading ? this.loadingText : this.arialabel || undefined)}"
6885
- aria-labelledby="${ifDefined(this.arialabelledby ? this.arialabelledby : undefined)}"
6886
- aria-expanded="${ifDefined(this.ariaexpanded)}"
6887
- tabIndex="${ifDefined(this.tIndex)}"
7448
+ <${tag}
7449
+ part="${part}"
7450
+ aria-label="${ifDefined(this.loading ? this.loadingText : this.currentAriaLabel || undefined)}"
7451
+ aria-labelledby="${ifDefined(this.loading ? undefined : this.currentAriaLabelledBy || undefined)}"
7452
+ tabindex="${ifDefined(this.tIndex || this.tabindex)}"
6888
7453
  ?autofocus="${this.autofocus}"
6889
- class="${classMap(classes)}"
7454
+ class=${classMap(classes)}
6890
7455
  ?disabled="${this.disabled || this.loading}"
6891
7456
  ?onDark="${this.onDark}"
6892
7457
  title="${ifDefined(this.title ? this.title : undefined)}"
@@ -6895,28 +7460,36 @@ class AuroButton extends LitElement {
6895
7460
  variant="${ifDefined(this.variant ? this.variant : undefined)}"
6896
7461
  .value="${ifDefined(this.value ? this.value : undefined)}"
6897
7462
  @click="${this.type === 'submit' ? this.surfaceSubmitEvent : undefined}"
7463
+ href="${ifDefined(this.buttonHref || undefined)}"
7464
+ target="${ifDefined(this.buttonTarget || undefined)}"
7465
+ rel="${ifDefined(this.buttonRel || undefined)}"
6898
7466
  >
6899
7467
  ${ifDefined(this.loading ? html$1`<${this.loaderTag} pulse part="loader"></${this.loaderTag}>` : undefined)}
6900
7468
 
6901
7469
  <span class="contentWrapper">
6902
7470
  <span class="textSlot" part="text">
6903
- ${this.iconOnly ? undefined : html$1`<slot></slot>`}
6904
- </span>
6905
-
6906
- <span part="icon">
6907
- <slot name="icon"></slot>
7471
+ <slot></slot>
6908
7472
  </span>
6909
7473
  </span>
6910
- </button>
7474
+ </${tag}>
6911
7475
  `;
6912
7476
  }
7477
+
7478
+ /**
7479
+ * Renders the layout of the button.
7480
+ * @returns {TemplateResult}
7481
+ * @private
7482
+ */
7483
+ renderLayout() {
7484
+ return this.renderLayoutDefault();
7485
+ }
6913
7486
  }
6914
7487
 
6915
- var buttonVersion = '9.3.0';
7488
+ var buttonVersion = '11.0.0';
6916
7489
 
6917
- var colorCss = css`: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)}`;
7490
+ var colorCss = css`: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-basic-color-status-error-subtle, #fbc6c6)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
6918
7491
 
6919
- var styleCss = css`.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}`;
7492
+ var styleCss = css`:host{position:relative;display:block}.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;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}`;
6920
7493
 
6921
7494
  var tokensCss = css`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
6922
7495
 
@@ -7180,6 +7753,7 @@ class AuroInput extends BaseInput {
7180
7753
  */
7181
7754
  get commonLabelClasses() {
7182
7755
  return {
7756
+ 'is-disabled': this.disabled,
7183
7757
  'withValue': this.value && this.value.length > 0,
7184
7758
  'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
7185
7759
  };
@@ -7192,30 +7766,30 @@ class AuroInput extends BaseInput {
7192
7766
  */
7193
7767
  get commonInputClasses() {
7194
7768
  return {
7195
- 'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
7769
+ 'util_displayHiddenVisually': (this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0) || ((!this.value || this.value.length === 0) && !this.hasFocus && (!this.placeholder || this.placeholder === '')),
7196
7770
  };
7197
7771
  }
7198
7772
 
7199
7773
  /**
7200
7774
  * Returns classmap configuration for html5 inputs in each layout.
7201
7775
  * @private
7202
- * @return {object} - Returns classmap.
7776
+ * @returns {object} - Returns classmap.
7203
7777
  */
7204
7778
  get legacyInputClasses() {
7205
7779
  return {
7206
- ...this.commonInputClasses,
7207
- 'util_displayHiddenVisually': !this.hasFocus && !this.value
7780
+ ...this.commonInputClasses
7208
7781
  };
7209
7782
  }
7210
7783
 
7211
7784
  /**
7212
7785
  * Returns classmap configuration for wrapper elements in each layout.
7213
7786
  * @private
7214
- * @return {object} - Returns classmap.
7787
+ * @returns {object} - Returns classmap.
7215
7788
  */
7216
7789
  get commonWrapperClasses() {
7217
7790
  return {
7218
7791
  'wrapper': true,
7792
+ 'simple': this.simple,
7219
7793
  'withValue': this.value && this.value.length > 0,
7220
7794
  'hasFocus': this.hasFocus
7221
7795
  };
@@ -7224,7 +7798,7 @@ class AuroInput extends BaseInput {
7224
7798
  /**
7225
7799
  * Returns classmap configuration for helpText elements in each layout.
7226
7800
  * @private
7227
- * @return {object} - Returns classmap.
7801
+ * @returns {object} - Returns classmap.
7228
7802
  */
7229
7803
  get helpTextClasses() {
7230
7804
  return {
@@ -7243,7 +7817,7 @@ class AuroInput extends BaseInput {
7243
7817
  *
7244
7818
  */
7245
7819
  static register(name = "auro-input") {
7246
- AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroInput);
7820
+ AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroInput);
7247
7821
  }
7248
7822
 
7249
7823
  /**
@@ -7265,7 +7839,12 @@ class AuroInput extends BaseInput {
7265
7839
  * @returns {void}
7266
7840
  */
7267
7841
  checkDisplayValueSlotChange() {
7268
- const nodes = this.shadowRoot.querySelector('slot[name="displayValue"]').assignedNodes();
7842
+ let nodes = this.shadowRoot.querySelector('slot[name="displayValue"]').assignedNodes();
7843
+
7844
+ // Handle when DisplayValue is multi-level slot content (e.g. combobox passing displayValue to input)
7845
+ if (nodes[0].tagName === 'SLOT') {
7846
+ nodes = nodes[0].assignedNodes();
7847
+ }
7269
7848
 
7270
7849
  let hasContent = false;
7271
7850
 
@@ -7316,28 +7895,34 @@ class AuroInput extends BaseInput {
7316
7895
  : this.commonInputClasses;
7317
7896
 
7318
7897
  return html$1`
7319
- <label for=${this.id} class="${classMap(this.commonLabelClasses)}" part="label">
7898
+ <label for=${this.inputId} class="${classMap(this.commonLabelClasses)}" part="label">
7320
7899
  <slot name="label">
7321
7900
  ${this.label}
7322
7901
  </slot>
7902
+ ${this.required ? undefined : html$1`<slot name="optionalLabel"> (optional)</slot>`}
7323
7903
  </label>
7904
+
7905
+ <!-- Attributes are grouped into: basic attributes, event handlers, ARIA attributes, and input-specific attributes -->
7324
7906
  <input
7325
7907
  @blur="${this.handleBlur}"
7326
7908
  @focusin="${this.handleFocusin}"
7327
7909
  @focusout="${this.handleFocusout}"
7328
7910
  @input="${this.handleInput}"
7911
+ .placeholder=${this.placeholderStr}
7912
+ .role=${this.a11yRole}
7329
7913
  ?activeLabel="${this.activeLabel}"
7330
7914
  ?disabled="${this.disabled}"
7331
7915
  ?required="${this.required}"
7332
- .placeholder=${this.placeholderStr}
7916
+ aria-controls=${ifDefined(this.a11yControls)}
7333
7917
  aria-describedby="${this.uniqueId}"
7918
+ aria-expanded=${ifDefined(this.a11yExpanded)}
7334
7919
  aria-invalid="${this.validity !== 'valid'}"
7335
- autocapitalize="${ifDefined(this.autocapitalize ? this.autocapitalize : undefined)}"
7336
7920
  autocomplete="${ifDefined(this.autocomplete ? this.autocomplete : undefined)}"
7921
+ autocapitalize="${ifDefined(this.autocapitalize ? this.autocapitalize : undefined)}"
7337
7922
  autocorrect="${ifDefined(this.autocorrect ? this.autocorrect : undefined)}"
7338
7923
  class="${classMap(inputOverrideClasses)}"
7339
7924
  id="${this.inputId}"
7340
- inputMode="${ifDefined(this.inputMode ? this.inputMode : undefined)}"
7925
+ inputmode="${ifDefined(this.inputmode ? this.inputmode : undefined)}"
7341
7926
  lang="${ifDefined(this.lang)}"
7342
7927
  maxlength="${ifDefined(this.maxLength ? this.maxLength : undefined)}"
7343
7928
  minlength="${ifDefined(this.minLength ? this.minLength : undefined)}"
@@ -7345,7 +7930,8 @@ class AuroInput extends BaseInput {
7345
7930
  part="input"
7346
7931
  pattern="${ifDefined(this.definePattern())}"
7347
7932
  spellcheck="${ifDefined(this.spellcheck ? this.spellcheck : undefined)}"
7348
- type="${this.type === 'password' && this.showPassword ? 'text' : this.getInputType(this.type)}" />
7933
+ type="${this.type === "password" && this.showPassword ? "text" : this.getInputType(this.type)}"
7934
+ />
7349
7935
  <div class="${classMap(displayValueClasses)}" aria-hidden="true" part="displayValue">
7350
7936
  <div class="displayValueWrapper">
7351
7937
  <slot name="displayValue" @slotchange=${this.checkDisplayValueSlotChange}></slot>
@@ -7367,11 +7953,12 @@ class AuroInput extends BaseInput {
7367
7953
  ?onDark="${this.onDark}"
7368
7954
  aria-label="${i18n(this.lang, 'clearInput')}"
7369
7955
  class="notificationBtn clearBtn"
7370
- tabindex="-1"
7371
- variant="flat">
7956
+ shape="circle"
7957
+ size="sm"
7958
+ variant="ghost">
7372
7959
  <${this.iconTag}
7960
+ ?customColor="${this.onDark}"
7373
7961
  category="interface"
7374
- customColor
7375
7962
  name="x-lg"
7376
7963
  >
7377
7964
  </${this.iconTag}>
@@ -7389,22 +7976,23 @@ class AuroInput extends BaseInput {
7389
7976
  return html$1`
7390
7977
  <div class="notification">
7391
7978
  <${this.buttonTag}
7392
- @click="${this.handleClickShowPassword}
7979
+ @click="${this.handleClickShowPassword}"
7393
7980
  ?onDark="${this.onDark}"
7394
- aria-hidden="true"
7395
7981
  class="notificationBtn passwordBtn"
7396
- tabindex="-1"
7397
- variant="flat">
7982
+ aria-label="${this.showPassword ? i18n(this.lang, "hidePassword") : i18n(this.lang, "showPassword")}"
7983
+ shape="circle"
7984
+ size="sm"
7985
+ variant="ghost">
7398
7986
  <${this.iconTag}
7987
+ ?customColor="${this.onDark}"
7399
7988
  ?hidden=${!this.showPassword}
7400
7989
  category="interface"
7401
- customColor
7402
7990
  name="hide-password-stroke">
7403
7991
  </${this.iconTag}>
7404
7992
  <${this.iconTag}
7993
+ ?customColor="${this.onDark}"
7405
7994
  ?hidden=${this.showPassword}
7406
7995
  category="interface"
7407
- customColor
7408
7996
  name="view-password-stroke">
7409
7997
  </${this.iconTag}>
7410
7998
  </${this.buttonTag}>
@@ -7463,7 +8051,7 @@ class AuroInput extends BaseInput {
7463
8051
  ? html$1`
7464
8052
  <${this.helpTextTag} ?onDark="${this.onDark}">
7465
8053
  <p id="${this.uniqueId}" part="helpText">
7466
- <slot name="helptext">${this.getHelpText()}</slot>
8054
+ <slot name="helpText">${this.getHelpText()}</slot>
7467
8055
  </p>
7468
8056
  </${this.helpTextTag}>
7469
8057
  `
@@ -7484,19 +8072,25 @@ class AuroInput extends BaseInput {
7484
8072
  * @returns {import("lit").TemplateResult} - Returns HTML for the classic layout.
7485
8073
  */
7486
8074
  renderLayoutClassic() {
8075
+ const classicClassMap = {
8076
+ ...this.commonWrapperClasses,
8077
+ 'thin': !this.simple
8078
+ };
8079
+
7487
8080
  return html$1`
7488
8081
  <div
7489
8082
  @click="${this.handleClick}"
7490
- class="${classMap(this.commonWrapperClasses)} thin"
8083
+ class="${classMap(classicClassMap)}"
7491
8084
  part="wrapper">
7492
- <div class="accents left">
8085
+ <div part="accent-left" class="accents left">
7493
8086
  ${this.renderHtmlTypeIcon()}
7494
8087
  </div>
7495
8088
  <div class="mainContent">
7496
8089
  ${this.renderHtmlInput(true)}
7497
8090
  </div>
7498
- <div class="accents right">
8091
+ <div part="accent-right" class="accents right">
7499
8092
  ${this.renderValidationErrorIconHtml()}
8093
+ ${this.hasValue && this.type === 'password' ? this.renderHtmlNotificationPassword() : undefined}
7500
8094
  ${this.hasValue ? html$1`
7501
8095
  ${!this.disabled && !this.readonly ? html$1`
7502
8096
  ${this.renderHtmlActionClear()}