@aurodesignsystem/auro-formkit 2.0.0-beta.41 → 2.0.0-beta.43

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 (960) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/NOTICE +2 -0
  3. package/README.md +116 -48
  4. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
  5. package/components/{combobox/dist/formkit/auro-dropdownVersion.d.ts → bibtemplate/dist/headerVersion.d.ts} +0 -1
  6. package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
  7. package/components/bibtemplate/dist/index.d.ts +2 -0
  8. package/components/bibtemplate/dist/index.js +790 -0
  9. package/components/bibtemplate/dist/registered.js +790 -0
  10. package/components/bibtemplate/dist/styles/color-css.d.ts +2 -0
  11. package/components/bibtemplate/dist/styles/style-css.d.ts +2 -0
  12. package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
  13. package/components/checkbox/README.md +1 -1
  14. package/components/checkbox/demo/api.min.js +38 -229
  15. package/components/checkbox/demo/index.html +49 -0
  16. package/components/checkbox/demo/index.min.js +38 -229
  17. package/components/checkbox/dist/auro-checkbox-group.d.ts +0 -1
  18. package/components/checkbox/dist/auro-checkbox.d.ts +0 -1
  19. package/components/checkbox/dist/index.d.ts +0 -1
  20. package/components/checkbox/dist/index.js +38 -232
  21. package/components/checkbox/dist/registered.js +1032 -0
  22. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  23. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  24. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  25. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  26. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  27. package/components/combobox/README.md +6 -4
  28. package/components/combobox/demo/api.js +1 -1
  29. package/components/combobox/demo/api.md +79 -0
  30. package/components/combobox/demo/api.min.js +908 -1650
  31. package/components/combobox/demo/index.html +57 -0
  32. package/components/combobox/demo/index.js +1 -1
  33. package/components/combobox/demo/index.md +16 -0
  34. package/components/combobox/demo/index.min.js +908 -1650
  35. package/components/combobox/dist/auro-combobox.d.ts +45 -3
  36. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  37. package/components/combobox/dist/dropdownVersion.d.ts +0 -1
  38. package/components/combobox/dist/index.d.ts +0 -1
  39. package/components/combobox/dist/index.js +896 -1640
  40. package/components/combobox/dist/inputVersion.d.ts +0 -1
  41. package/components/combobox/dist/registered.js +9716 -0
  42. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  43. package/components/counter/README.md +1 -1
  44. package/components/counter/demo/api.js +1 -1
  45. package/components/counter/demo/api.min.js +293 -410
  46. package/components/counter/demo/index.html +53 -0
  47. package/components/counter/demo/index.min.js +293 -410
  48. package/components/counter/dist/auro-counter-button.d.ts +0 -1
  49. package/components/counter/dist/auro-counter-group.d.ts +0 -1
  50. package/components/counter/dist/auro-counter-wrapper.d.ts +0 -1
  51. package/components/counter/dist/auro-counter.d.ts +0 -1
  52. package/components/counter/dist/dropdownVersion.d.ts +0 -1
  53. package/components/counter/dist/iconVersion.d.ts +0 -1
  54. package/components/counter/dist/index.d.ts +0 -1
  55. package/components/counter/dist/index.js +293 -413
  56. package/components/counter/dist/registered.js +5158 -0
  57. package/components/counter/dist/styles/color-css.d.ts +0 -1
  58. package/components/counter/dist/styles/counter-button-color-css.d.ts +0 -1
  59. package/components/counter/dist/styles/counter-button-css.d.ts +0 -1
  60. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +0 -1
  61. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  62. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +0 -1
  63. package/components/counter/dist/styles/counter-wrapper-css.d.ts +0 -1
  64. package/components/counter/dist/styles/style-css.d.ts +0 -1
  65. package/components/counter/dist/styles/tokens-css.d.ts +0 -1
  66. package/components/datepicker/README.md +4 -4
  67. package/components/datepicker/demo/api.js +1 -1
  68. package/components/datepicker/demo/api.min.js +503 -817
  69. package/components/datepicker/demo/index.html +57 -0
  70. package/components/datepicker/demo/index.min.js +503 -817
  71. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  72. package/components/datepicker/dist/auro-calendar-month.d.ts +0 -1
  73. package/components/datepicker/dist/auro-calendar.d.ts +0 -1
  74. package/components/datepicker/dist/auro-datepicker.d.ts +0 -1
  75. package/components/datepicker/dist/dropdownVersion.d.ts +0 -1
  76. package/components/datepicker/dist/index.d.ts +0 -1
  77. package/components/datepicker/dist/index.js +503 -819
  78. package/components/datepicker/dist/inputVersion.d.ts +0 -1
  79. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  80. package/components/datepicker/dist/registered.js +18935 -0
  81. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  82. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  83. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  84. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  85. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  86. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  87. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  88. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  89. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  90. package/components/datepicker/dist/utilities.d.ts +0 -1
  91. package/components/datepicker/dist/utilitiesCalendar.d.ts +0 -1
  92. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +0 -1
  93. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  94. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  95. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  96. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  97. package/components/dropdown/README.md +1 -1
  98. package/components/dropdown/demo/api.js +1 -1
  99. package/components/dropdown/demo/api.md +6 -4
  100. package/components/dropdown/demo/api.min.js +241 -356
  101. package/components/dropdown/demo/index.html +53 -0
  102. package/components/dropdown/demo/index.min.js +241 -356
  103. package/components/dropdown/dist/auro-dropdown.d.ts +17 -4
  104. package/components/dropdown/dist/auro-dropdownBib.d.ts +8 -1
  105. package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → dropdown/dist/dropdownVersion.d.ts} +0 -1
  106. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  107. package/components/dropdown/dist/index.d.ts +0 -1
  108. package/components/dropdown/dist/index.js +241 -358
  109. package/components/dropdown/dist/registered.js +3167 -0
  110. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  111. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  112. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  113. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  114. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  115. package/components/form/README.md +1 -1
  116. package/components/form/demo/api.js +1 -1
  117. package/components/form/demo/api.min.js +42 -5
  118. package/components/form/demo/index.html +48 -0
  119. package/components/form/demo/index.min.js +42 -5
  120. package/components/form/dist/auro-form.d.ts +16 -2
  121. package/components/form/dist/index.d.ts +0 -1
  122. package/components/form/dist/index.js +42 -7
  123. package/components/form/dist/registered.d.ts +1 -0
  124. package/components/form/dist/registered.js +632 -0
  125. package/components/form/dist/styles/style-css.d.ts +0 -1
  126. package/components/helptext/dist/auro-helptext.d.ts +0 -1
  127. package/components/helptext/dist/index.d.ts +0 -1
  128. package/components/helptext/dist/index.js +4 -6
  129. package/components/helptext/dist/registered.js +222 -0
  130. package/components/helptext/dist/styles/color-css.d.ts +0 -1
  131. package/components/helptext/dist/styles/style-css.d.ts +0 -1
  132. package/components/helptext/dist/styles/tokens-css.d.ts +0 -1
  133. package/components/input/README.md +1 -1
  134. package/components/input/demo/api.min.js +57 -248
  135. package/components/input/demo/index.html +41 -0
  136. package/components/input/demo/index.min.js +57 -248
  137. package/components/input/dist/auro-input.d.ts +0 -1
  138. package/components/input/dist/base-input.d.ts +0 -1
  139. package/components/input/dist/buttonVersion.d.ts +0 -1
  140. package/components/input/dist/i18n.d.ts +0 -1
  141. package/components/input/dist/iconVersion.d.ts +0 -1
  142. package/components/input/dist/index.d.ts +0 -1
  143. package/components/input/dist/index.js +57 -250
  144. package/components/input/dist/registered.js +4254 -0
  145. package/components/input/dist/styles/borders-css.d.ts +0 -1
  146. package/components/input/dist/styles/color-css.d.ts +0 -1
  147. package/components/input/dist/styles/input-css.d.ts +0 -1
  148. package/components/input/dist/styles/label-css.d.ts +0 -1
  149. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  150. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  151. package/components/input/dist/styles/style-css.d.ts +0 -1
  152. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  153. package/components/menu/README.md +1 -1
  154. package/components/menu/demo/api.js +1 -1
  155. package/components/menu/demo/api.min.js +9 -9
  156. package/components/menu/demo/index.html +50 -0
  157. package/components/menu/demo/index.min.js +9 -9
  158. package/components/menu/dist/auro-menu-utils.d.ts +0 -1
  159. package/components/menu/dist/auro-menu.d.ts +0 -1
  160. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  161. package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → menu/dist/dropdownVersion.d.ts} +0 -1
  162. package/components/menu/dist/iconVersion.d.ts +0 -1
  163. package/components/menu/dist/index.d.ts +0 -1
  164. package/components/menu/dist/index.js +9 -12
  165. package/components/menu/dist/registered.js +1510 -0
  166. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  167. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  168. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  169. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  170. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  171. package/components/radio/README.md +1 -1
  172. package/components/radio/demo/api.min.js +34 -225
  173. package/components/radio/demo/index.html +48 -0
  174. package/components/radio/demo/index.min.js +34 -225
  175. package/components/radio/dist/auro-radio-group.d.ts +0 -1
  176. package/components/radio/dist/auro-radio.d.ts +0 -1
  177. package/components/radio/dist/index.d.ts +0 -1
  178. package/components/radio/dist/index.js +34 -228
  179. package/components/radio/dist/registered.js +1149 -0
  180. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  181. package/components/radio/dist/styles/color-css.d.ts +0 -1
  182. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  183. package/components/radio/dist/styles/style-css.d.ts +0 -1
  184. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  185. package/components/select/README.md +3 -3
  186. package/components/select/demo/api.js +1 -1
  187. package/components/select/demo/api.min.js +431 -1917
  188. package/components/select/demo/index.html +49 -0
  189. package/components/select/demo/index.js +1 -1
  190. package/components/select/demo/index.min.js +431 -1917
  191. package/components/select/dist/auro-select.d.ts +0 -1
  192. package/components/select/dist/dropdownVersion.d.ts +0 -1
  193. package/components/select/dist/index.d.ts +0 -1
  194. package/components/select/dist/index.js +373 -1861
  195. package/components/select/dist/registered.js +4367 -0
  196. package/components/select/dist/styles/color-css.d.ts +0 -1
  197. package/components/select/dist/styles/style-css.d.ts +0 -1
  198. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  199. package/package.json +114 -10
  200. package/.husky/commit-msg +0 -4
  201. package/.husky/pre-commit +0 -3
  202. package/.turbo/cache/006be80261b993a5-meta.json +0 -1
  203. package/.turbo/cache/006be80261b993a5.tar.zst +0 -0
  204. package/.turbo/cache/03338963f2ae4c89-meta.json +0 -1
  205. package/.turbo/cache/03338963f2ae4c89.tar.zst +0 -0
  206. package/.turbo/cache/06dfc9c20aacd0fa-meta.json +0 -1
  207. package/.turbo/cache/06dfc9c20aacd0fa.tar.zst +0 -0
  208. package/.turbo/cache/075034ccdb82fbea-meta.json +0 -1
  209. package/.turbo/cache/075034ccdb82fbea.tar.zst +0 -0
  210. package/.turbo/cache/0ff927ad868537f6-meta.json +0 -1
  211. package/.turbo/cache/0ff927ad868537f6.tar.zst +0 -0
  212. package/.turbo/cache/10b8500a6b0c6655-meta.json +0 -1
  213. package/.turbo/cache/10b8500a6b0c6655.tar.zst +0 -0
  214. package/.turbo/cache/138466aaa06fa946-meta.json +0 -1
  215. package/.turbo/cache/138466aaa06fa946.tar.zst +0 -0
  216. package/.turbo/cache/1614475ba17e5c7e-meta.json +0 -1
  217. package/.turbo/cache/1614475ba17e5c7e.tar.zst +0 -0
  218. package/.turbo/cache/1a8525cb6ad91e2a-meta.json +0 -1
  219. package/.turbo/cache/1a8525cb6ad91e2a.tar.zst +0 -0
  220. package/.turbo/cache/1c347bdf63624c8a-meta.json +0 -1
  221. package/.turbo/cache/1c347bdf63624c8a.tar.zst +0 -0
  222. package/.turbo/cache/1d4e8167ea8e924f-meta.json +0 -1
  223. package/.turbo/cache/1d4e8167ea8e924f.tar.zst +0 -0
  224. package/.turbo/cache/2289d12debb3c42c-meta.json +0 -1
  225. package/.turbo/cache/2289d12debb3c42c.tar.zst +0 -0
  226. package/.turbo/cache/22fc147c04804f70-meta.json +0 -1
  227. package/.turbo/cache/22fc147c04804f70.tar.zst +0 -0
  228. package/.turbo/cache/3025cdff2ca7afbf-meta.json +0 -1
  229. package/.turbo/cache/3025cdff2ca7afbf.tar.zst +0 -0
  230. package/.turbo/cache/3082b3a86c0f9b94-meta.json +0 -1
  231. package/.turbo/cache/3082b3a86c0f9b94.tar.zst +0 -0
  232. package/.turbo/cache/3dba2f8fdc7eb1d0-meta.json +0 -1
  233. package/.turbo/cache/3dba2f8fdc7eb1d0.tar.zst +0 -0
  234. package/.turbo/cache/43995f6c84a2de33-meta.json +0 -1
  235. package/.turbo/cache/43995f6c84a2de33.tar.zst +0 -0
  236. package/.turbo/cache/45d6aea680ecb5ec-meta.json +0 -1
  237. package/.turbo/cache/45d6aea680ecb5ec.tar.zst +0 -0
  238. package/.turbo/cache/45ecc27552696bd6-meta.json +0 -1
  239. package/.turbo/cache/45ecc27552696bd6.tar.zst +0 -0
  240. package/.turbo/cache/47d63056350252e5-meta.json +0 -1
  241. package/.turbo/cache/47d63056350252e5.tar.zst +0 -0
  242. package/.turbo/cache/4aadd7fe6b69cccf-meta.json +0 -1
  243. package/.turbo/cache/4aadd7fe6b69cccf.tar.zst +0 -0
  244. package/.turbo/cache/4fcee148860094a6-meta.json +0 -1
  245. package/.turbo/cache/4fcee148860094a6.tar.zst +0 -0
  246. package/.turbo/cache/5b3bb164db4c477c-meta.json +0 -1
  247. package/.turbo/cache/5b3bb164db4c477c.tar.zst +0 -0
  248. package/.turbo/cache/6bfd7cffad1e6b8a-meta.json +0 -1
  249. package/.turbo/cache/6bfd7cffad1e6b8a.tar.zst +0 -0
  250. package/.turbo/cache/6d48e8dc24e08c8c-meta.json +0 -1
  251. package/.turbo/cache/6d48e8dc24e08c8c.tar.zst +0 -0
  252. package/.turbo/cache/70e65d2581c9de95-meta.json +0 -1
  253. package/.turbo/cache/70e65d2581c9de95.tar.zst +0 -0
  254. package/.turbo/cache/71640e378e0b68af-meta.json +0 -1
  255. package/.turbo/cache/71640e378e0b68af.tar.zst +0 -0
  256. package/.turbo/cache/7a2e937d0f5acb7c-meta.json +0 -1
  257. package/.turbo/cache/7a2e937d0f5acb7c.tar.zst +0 -0
  258. package/.turbo/cache/85f181c5a0ebfdc3-meta.json +0 -1
  259. package/.turbo/cache/85f181c5a0ebfdc3.tar.zst +0 -0
  260. package/.turbo/cache/8830b8b624914679-meta.json +0 -1
  261. package/.turbo/cache/8830b8b624914679.tar.zst +0 -0
  262. package/.turbo/cache/88d4c5b7339b081b-meta.json +0 -1
  263. package/.turbo/cache/88d4c5b7339b081b.tar.zst +0 -0
  264. package/.turbo/cache/8f20a1cd3533e2cb-meta.json +0 -1
  265. package/.turbo/cache/8f20a1cd3533e2cb.tar.zst +0 -0
  266. package/.turbo/cache/91de2098a36b6939-meta.json +0 -1
  267. package/.turbo/cache/91de2098a36b6939.tar.zst +0 -0
  268. package/.turbo/cache/96edc0764ed4ab77-meta.json +0 -1
  269. package/.turbo/cache/96edc0764ed4ab77.tar.zst +0 -0
  270. package/.turbo/cache/a776eb6f87cd7464-meta.json +0 -1
  271. package/.turbo/cache/a776eb6f87cd7464.tar.zst +0 -0
  272. package/.turbo/cache/aa2a6d9e7beff7fc-meta.json +0 -1
  273. package/.turbo/cache/aa2a6d9e7beff7fc.tar.zst +0 -0
  274. package/.turbo/cache/ac47b2df8381d990-meta.json +0 -1
  275. package/.turbo/cache/ac47b2df8381d990.tar.zst +0 -0
  276. package/.turbo/cache/ac98992ca27cd36e-meta.json +0 -1
  277. package/.turbo/cache/ac98992ca27cd36e.tar.zst +0 -0
  278. package/.turbo/cache/aed38ae5ce3d8439-meta.json +0 -1
  279. package/.turbo/cache/aed38ae5ce3d8439.tar.zst +0 -0
  280. package/.turbo/cache/b323342fa340ccb5-meta.json +0 -1
  281. package/.turbo/cache/b323342fa340ccb5.tar.zst +0 -0
  282. package/.turbo/cache/b681d1652a7f2aca-meta.json +0 -1
  283. package/.turbo/cache/b681d1652a7f2aca.tar.zst +0 -0
  284. package/.turbo/cache/b99d21002170d86d-meta.json +0 -1
  285. package/.turbo/cache/b99d21002170d86d.tar.zst +0 -0
  286. package/.turbo/cache/bff34c0db361f414-meta.json +0 -1
  287. package/.turbo/cache/bff34c0db361f414.tar.zst +0 -0
  288. package/.turbo/cache/c1c7334875426ff3-meta.json +0 -1
  289. package/.turbo/cache/c1c7334875426ff3.tar.zst +0 -0
  290. package/.turbo/cache/cd12b66dd972aaf7-meta.json +0 -1
  291. package/.turbo/cache/cd12b66dd972aaf7.tar.zst +0 -0
  292. package/.turbo/cache/cf74604f39b00f11-meta.json +0 -1
  293. package/.turbo/cache/cf74604f39b00f11.tar.zst +0 -0
  294. package/.turbo/cache/d5dbe6fb31ae5667-meta.json +0 -1
  295. package/.turbo/cache/d5dbe6fb31ae5667.tar.zst +0 -0
  296. package/.turbo/cache/e2688cc026390fd6-meta.json +0 -1
  297. package/.turbo/cache/e2688cc026390fd6.tar.zst +0 -0
  298. package/.turbo/cache/e64bd75c16c140f3-meta.json +0 -1
  299. package/.turbo/cache/e64bd75c16c140f3.tar.zst +0 -0
  300. package/.turbo/cache/ea92743dea3b7023-meta.json +0 -1
  301. package/.turbo/cache/ea92743dea3b7023.tar.zst +0 -0
  302. package/.turbo/cache/f1b0cb8241603223-meta.json +0 -1
  303. package/.turbo/cache/f1b0cb8241603223.tar.zst +0 -0
  304. package/.turbo/cache/f22dc2dd55715ba2-meta.json +0 -1
  305. package/.turbo/cache/f22dc2dd55715ba2.tar.zst +0 -0
  306. package/.turbo/cache/f8f7a8045f230b79-meta.json +0 -1
  307. package/.turbo/cache/f8f7a8045f230b79.tar.zst +0 -0
  308. package/.turbo/cache/f8f99ba69bff8f2c-meta.json +0 -1
  309. package/.turbo/cache/f8f99ba69bff8f2c.tar.zst +0 -0
  310. package/.turbo/cache/faafa5cc35d12e06-meta.json +0 -1
  311. package/.turbo/cache/faafa5cc35d12e06.tar.zst +0 -0
  312. package/.vscode/settings.json +0 -3
  313. package/components/checkbox/.stylelintrc.json +0 -3
  314. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  315. package/components/checkbox/.turbo/turbo-build.log +0 -184
  316. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
  317. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  318. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  319. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  320. package/components/checkbox/dist/index.d.ts.map +0 -1
  321. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  322. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  323. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  324. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  325. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  326. package/components/checkbox/node_modules/chalk/package.json +0 -83
  327. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  328. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  329. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  330. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  331. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  332. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  333. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  334. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  335. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  336. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  337. package/components/checkbox/package.json +0 -69
  338. package/components/checkbox/src/auro-checkbox-group.js +0 -370
  339. package/components/checkbox/src/auro-checkbox.js +0 -214
  340. package/components/checkbox/src/index.js +0 -8
  341. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  342. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  343. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  344. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  345. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  346. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  347. package/components/checkbox/src/styles/color-css.js +0 -2
  348. package/components/checkbox/src/styles/color.css +0 -84
  349. package/components/checkbox/src/styles/color.scss +0 -118
  350. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  351. package/components/checkbox/src/styles/colorGroup.css +0 -8
  352. package/components/checkbox/src/styles/colorGroup.scss +0 -16
  353. package/components/checkbox/src/styles/tokens-css.js +0 -2
  354. package/components/checkbox/src/styles/tokens.css +0 -8
  355. package/components/checkbox/src/styles/tokens.scss +0 -10
  356. package/components/combobox/.stylelintrc.json +0 -3
  357. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  358. package/components/combobox/.turbo/turbo-build.log +0 -162
  359. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
  360. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  361. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  362. package/components/combobox/dist/dropdownVersion.d.ts.map +0 -1
  363. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  364. package/components/combobox/dist/formkit/auro-inputVersion.d.ts +0 -3
  365. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  366. package/components/combobox/dist/index.d.ts.map +0 -1
  367. package/components/combobox/dist/inputVersion.d.ts.map +0 -1
  368. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  369. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
  370. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
  371. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
  372. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
  373. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
  374. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
  375. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
  376. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
  377. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
  378. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
  379. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
  380. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
  381. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
  382. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
  383. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
  384. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
  385. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
  386. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
  387. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
  388. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
  389. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
  390. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
  391. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
  392. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
  393. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
  394. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
  395. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
  396. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
  397. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
  398. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
  399. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
  400. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
  401. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
  402. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
  403. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
  404. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
  405. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
  406. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
  407. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
  408. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
  409. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
  410. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
  411. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
  412. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
  413. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
  414. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
  415. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
  416. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
  417. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
  418. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
  419. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
  420. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
  421. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
  422. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
  423. package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
  424. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
  425. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
  426. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
  427. package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
  428. package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
  429. package/components/combobox/node_modules/chalk/package.json +0 -83
  430. package/components/combobox/node_modules/chalk/readme.md +0 -297
  431. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
  432. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  433. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  434. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  435. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  436. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  437. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  438. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  439. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  440. package/components/combobox/package.json +0 -66
  441. package/components/combobox/src/auro-combobox.js +0 -776
  442. package/components/combobox/src/dropdownVersion.js +0 -1
  443. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  444. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  445. package/components/combobox/src/index.js +0 -6
  446. package/components/combobox/src/inputVersion.js +0 -1
  447. package/components/combobox/src/styles/style-css.js +0 -2
  448. package/components/combobox/src/styles/style.css +0 -60
  449. package/components/combobox/src/styles/style.scss +0 -46
  450. package/components/counter/.stylelintrc.json +0 -3
  451. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -269
  452. package/components/counter/.turbo/turbo-build$colon$version.log +0 -10
  453. package/components/counter/.turbo/turbo-build.log +0 -402
  454. package/components/counter/.turbo/turbo-bundler.log +0 -22
  455. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
  456. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -58
  457. package/components/counter/.turbo/turbo-types.log +0 -4
  458. package/components/counter/dist/auro-counter-button.d.ts.map +0 -1
  459. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  460. package/components/counter/dist/auro-counter-wrapper.d.ts.map +0 -1
  461. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  462. package/components/counter/dist/dropdownVersion.d.ts.map +0 -1
  463. package/components/counter/dist/iconVersion.d.ts.map +0 -1
  464. package/components/counter/dist/index.d.ts.map +0 -1
  465. package/components/counter/dist/styles/color-css.d.ts.map +0 -1
  466. package/components/counter/dist/styles/counter-button-color-css.d.ts.map +0 -1
  467. package/components/counter/dist/styles/counter-button-css.d.ts.map +0 -1
  468. package/components/counter/dist/styles/counter-button-tokens-css.d.ts.map +0 -1
  469. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  470. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts.map +0 -1
  471. package/components/counter/dist/styles/counter-wrapper-css.d.ts.map +0 -1
  472. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  473. package/components/counter/dist/styles/tokens-css.d.ts.map +0 -1
  474. package/components/counter/node_modules/chalk/package.json +0 -83
  475. package/components/counter/node_modules/chalk/readme.md +0 -325
  476. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  477. package/components/counter/node_modules/chalk/source/index.js +0 -225
  478. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  479. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  480. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  481. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  482. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  483. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  484. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  485. package/components/counter/package.json +0 -59
  486. package/components/counter/src/auro-counter-button.js +0 -42
  487. package/components/counter/src/auro-counter-group.js +0 -333
  488. package/components/counter/src/auro-counter-wrapper.js +0 -54
  489. package/components/counter/src/auro-counter.js +0 -342
  490. package/components/counter/src/dropdownVersion.js +0 -1
  491. package/components/counter/src/iconVersion.js +0 -1
  492. package/components/counter/src/index.js +0 -8
  493. package/components/counter/src/styles/color-css.js +0 -2
  494. package/components/counter/src/styles/color.css +0 -29
  495. package/components/counter/src/styles/color.scss +0 -49
  496. package/components/counter/src/styles/counter-button-color-css.js +0 -2
  497. package/components/counter/src/styles/counter-button-color.css +0 -11
  498. package/components/counter/src/styles/counter-button-color.scss +0 -23
  499. package/components/counter/src/styles/counter-button-css.js +0 -2
  500. package/components/counter/src/styles/counter-button-tokens-css.js +0 -2
  501. package/components/counter/src/styles/counter-button-tokens.css +0 -6
  502. package/components/counter/src/styles/counter-button-tokens.scss +0 -8
  503. package/components/counter/src/styles/counter-button.css +0 -186
  504. package/components/counter/src/styles/counter-button.scss +0 -84
  505. package/components/counter/src/styles/counter-group-css.js +0 -2
  506. package/components/counter/src/styles/counter-group.css +0 -18
  507. package/components/counter/src/styles/counter-group.scss +0 -32
  508. package/components/counter/src/styles/counter-wrapper-color-css.js +0 -2
  509. package/components/counter/src/styles/counter-wrapper-color.css +0 -4
  510. package/components/counter/src/styles/counter-wrapper-color.scss +0 -19
  511. package/components/counter/src/styles/counter-wrapper-css.js +0 -2
  512. package/components/counter/src/styles/counter-wrapper.css +0 -15
  513. package/components/counter/src/styles/counter-wrapper.scss +0 -29
  514. package/components/counter/src/styles/style-css.js +0 -2
  515. package/components/counter/src/styles/style.css +0 -53
  516. package/components/counter/src/styles/style.scss +0 -73
  517. package/components/counter/src/styles/tokens-css.js +0 -2
  518. package/components/counter/src/styles/tokens.css +0 -12
  519. package/components/counter/src/styles/tokens.scss +0 -25
  520. package/components/datepicker/.stylelintrc.json +0 -3
  521. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  522. package/components/datepicker/.turbo/turbo-build.log +0 -492
  523. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
  524. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  525. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  526. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  527. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  528. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  529. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  530. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  531. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts +0 -3
  532. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  533. package/components/datepicker/dist/index.d.ts.map +0 -1
  534. package/components/datepicker/dist/inputVersion.d.ts.map +0 -1
  535. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  536. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  537. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  538. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  539. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  540. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  541. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  542. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  543. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  544. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  545. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  546. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  547. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  548. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  549. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  550. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  551. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  552. package/components/datepicker/node_modules/chalk/package.json +0 -83
  553. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  554. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  555. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  556. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  557. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  558. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  559. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  560. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  561. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  562. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  563. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  564. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  565. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  566. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  567. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  568. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  569. package/components/datepicker/package.json +0 -79
  570. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  571. package/components/datepicker/src/auro-calendar-month.js +0 -128
  572. package/components/datepicker/src/auro-calendar.js +0 -329
  573. package/components/datepicker/src/auro-datepicker.js +0 -1040
  574. package/components/datepicker/src/dropdownVersion.js +0 -1
  575. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  576. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  577. package/components/datepicker/src/index.js +0 -6
  578. package/components/datepicker/src/inputVersion.js +0 -1
  579. package/components/datepicker/src/popoverVersion.js +0 -1
  580. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  581. package/components/datepicker/src/styles/color-calendar.css +0 -35
  582. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  583. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  584. package/components/datepicker/src/styles/color-cell.css +0 -45
  585. package/components/datepicker/src/styles/color-cell.scss +0 -73
  586. package/components/datepicker/src/styles/color-css.js +0 -2
  587. package/components/datepicker/src/styles/color-month-css.js +0 -2
  588. package/components/datepicker/src/styles/color-month.css +0 -34
  589. package/components/datepicker/src/styles/color-month.scss +0 -27
  590. package/components/datepicker/src/styles/color.css +0 -43
  591. package/components/datepicker/src/styles/color.scss +0 -30
  592. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  593. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  594. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  595. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  596. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  597. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  598. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  599. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  600. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  601. package/components/datepicker/src/styles/style-css.js +0 -2
  602. package/components/datepicker/src/styles/style.css +0 -131
  603. package/components/datepicker/src/styles/style.scss +0 -139
  604. package/components/datepicker/src/styles/tokens-css.js +0 -2
  605. package/components/datepicker/src/styles/tokens.css +0 -22
  606. package/components/datepicker/src/styles/tokens.scss +0 -25
  607. package/components/datepicker/src/utilities.js +0 -87
  608. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  609. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  610. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  611. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  612. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  613. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  614. package/components/dropdown/.stylelintrc.json +0 -3
  615. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  616. package/components/dropdown/.turbo/turbo-build.log +0 -205
  617. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
  618. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  619. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  620. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  621. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  622. package/components/dropdown/dist/index.d.ts.map +0 -1
  623. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  624. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  625. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  626. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  627. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  628. package/components/dropdown/node_modules/chalk/package.json +0 -83
  629. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  630. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  631. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  632. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  633. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  634. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  635. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  636. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  637. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  638. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  639. package/components/dropdown/package.json +0 -58
  640. package/components/dropdown/src/auro-dropdown.js +0 -565
  641. package/components/dropdown/src/auro-dropdownBib.js +0 -106
  642. package/components/dropdown/src/iconVersion.js +0 -1
  643. package/components/dropdown/src/index.js +0 -6
  644. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  645. package/components/dropdown/src/styles/bibColors.css +0 -6
  646. package/components/dropdown/src/styles/bibColors.scss +0 -18
  647. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  648. package/components/dropdown/src/styles/bibStyles.css +0 -43
  649. package/components/dropdown/src/styles/bibStyles.scss +0 -60
  650. package/components/dropdown/src/styles/color-css.js +0 -2
  651. package/components/dropdown/src/styles/color.css +0 -56
  652. package/components/dropdown/src/styles/color.scss +0 -76
  653. package/components/dropdown/src/styles/style-css.js +0 -2
  654. package/components/dropdown/src/styles/style.css +0 -91
  655. package/components/dropdown/src/styles/style.scss +0 -122
  656. package/components/dropdown/src/styles/tokens-css.js +0 -2
  657. package/components/dropdown/src/styles/tokens.css +0 -13
  658. package/components/dropdown/src/styles/tokens.scss +0 -15
  659. package/components/form/.stylelintrc.json +0 -3
  660. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  661. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  662. package/components/form/.turbo/turbo-build.log +0 -112
  663. package/components/form/.turbo/turbo-bundler.log +0 -13
  664. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
  665. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  666. package/components/form/.turbo/turbo-types.log +0 -4
  667. package/components/form/dist/auro-form.d.ts.map +0 -1
  668. package/components/form/dist/index.d.ts.map +0 -1
  669. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  670. package/components/form/node_modules/chalk/package.json +0 -83
  671. package/components/form/node_modules/chalk/readme.md +0 -325
  672. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  673. package/components/form/node_modules/chalk/source/index.js +0 -225
  674. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  675. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  676. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  677. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  678. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  679. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  680. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  681. package/components/form/package.json +0 -74
  682. package/components/form/src/auro-form.js +0 -506
  683. package/components/form/src/index.js +0 -6
  684. package/components/form/src/styles/style-css.js +0 -2
  685. package/components/form/src/styles/style.css +0 -36
  686. package/components/form/src/styles/style.scss +0 -37
  687. package/components/helptext/.stylelintrc.json +0 -3
  688. package/components/helptext/.turbo/turbo-build$colon$sass.log +0 -34
  689. package/components/helptext/.turbo/turbo-build.log +0 -49
  690. package/components/helptext/.turbo/turbo-bundler.log +0 -7
  691. package/components/helptext/.turbo/turbo-postCss$colon$component.log +0 -4
  692. package/components/helptext/.turbo/turbo-sass$colon$render.log +0 -22
  693. package/components/helptext/.turbo/turbo-types.log +0 -4
  694. package/components/helptext/dist/auro-helptext.d.ts.map +0 -1
  695. package/components/helptext/dist/index.d.ts.map +0 -1
  696. package/components/helptext/dist/styles/color-css.d.ts.map +0 -1
  697. package/components/helptext/dist/styles/style-css.d.ts.map +0 -1
  698. package/components/helptext/dist/styles/tokens-css.d.ts.map +0 -1
  699. package/components/helptext/node_modules/chalk/package.json +0 -83
  700. package/components/helptext/node_modules/chalk/readme.md +0 -297
  701. package/components/helptext/node_modules/chalk/source/index.d.ts +0 -325
  702. package/components/helptext/node_modules/chalk/source/index.js +0 -225
  703. package/components/helptext/node_modules/chalk/source/utilities.js +0 -33
  704. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  705. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  706. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  707. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  708. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  709. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  710. package/components/helptext/package.json +0 -57
  711. package/components/helptext/src/auro-helptext.js +0 -127
  712. package/components/helptext/src/index.js +0 -6
  713. package/components/helptext/src/styles/color-css.js +0 -2
  714. package/components/helptext/src/styles/color.css +0 -8
  715. package/components/helptext/src/styles/color.scss +0 -11
  716. package/components/helptext/src/styles/style-css.js +0 -2
  717. package/components/helptext/src/styles/style.css +0 -23
  718. package/components/helptext/src/styles/style.scss +0 -33
  719. package/components/helptext/src/styles/tokens-css.js +0 -2
  720. package/components/helptext/src/styles/tokens.css +0 -3
  721. package/components/helptext/src/styles/tokens.scss +0 -5
  722. package/components/input/.stylelintrc.json +0 -3
  723. package/components/input/.turbo/turbo-build$colon$sass.log +0 -188
  724. package/components/input/.turbo/turbo-build.log +0 -340
  725. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
  726. package/components/input/.turbo/turbo-sass$colon$render.log +0 -52
  727. package/components/input/dist/auro-input.d.ts.map +0 -1
  728. package/components/input/dist/base-input.d.ts.map +0 -1
  729. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  730. package/components/input/dist/i18n.d.ts.map +0 -1
  731. package/components/input/dist/iconVersion.d.ts.map +0 -1
  732. package/components/input/dist/index.d.ts.map +0 -1
  733. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  734. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  735. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  736. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  737. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  738. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  739. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  740. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  741. package/components/input/node_modules/chalk/package.json +0 -83
  742. package/components/input/node_modules/chalk/readme.md +0 -325
  743. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  744. package/components/input/node_modules/chalk/source/index.js +0 -225
  745. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  746. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  747. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  748. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  749. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  750. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  751. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  752. package/components/input/package.json +0 -76
  753. package/components/input/src/auro-input.js +0 -249
  754. package/components/input/src/base-input.js +0 -1103
  755. package/components/input/src/buttonVersion.js +0 -1
  756. package/components/input/src/i18n.js +0 -102
  757. package/components/input/src/iconVersion.js +0 -1
  758. package/components/input/src/index.js +0 -6
  759. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  760. package/components/input/src/styles/borders-css.js +0 -2
  761. package/components/input/src/styles/borders.css +0 -35
  762. package/components/input/src/styles/borders.scss +0 -49
  763. package/components/input/src/styles/color-css.js +0 -2
  764. package/components/input/src/styles/color.css +0 -57
  765. package/components/input/src/styles/color.scss +0 -84
  766. package/components/input/src/styles/input-css.js +0 -2
  767. package/components/input/src/styles/input.css +0 -35
  768. package/components/input/src/styles/input.scss +0 -53
  769. package/components/input/src/styles/label-css.js +0 -2
  770. package/components/input/src/styles/label.css +0 -45
  771. package/components/input/src/styles/label.scss +0 -71
  772. package/components/input/src/styles/mixins-css.js +0 -2
  773. package/components/input/src/styles/mixins.css +0 -1
  774. package/components/input/src/styles/mixins.scss +0 -45
  775. package/components/input/src/styles/notificationIcons-css.js +0 -2
  776. package/components/input/src/styles/notificationIcons.css +0 -84
  777. package/components/input/src/styles/notificationIcons.scss +0 -109
  778. package/components/input/src/styles/style-css.js +0 -2
  779. package/components/input/src/styles/style.css +0 -283
  780. package/components/input/src/styles/style.scss +0 -52
  781. package/components/input/src/styles/tokens-css.js +0 -2
  782. package/components/input/src/styles/tokens.css +0 -8
  783. package/components/input/src/styles/tokens.scss +0 -10
  784. package/components/menu/.stylelintrc.json +0 -3
  785. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  786. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  787. package/components/menu/.turbo/turbo-build.log +0 -185
  788. package/components/menu/.turbo/turbo-bundler.log +0 -13
  789. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
  790. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  791. package/components/menu/.turbo/turbo-types.log +0 -4
  792. package/components/menu/dist/auro-menu-utils.d.ts.map +0 -1
  793. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  794. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  795. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  796. package/components/menu/dist/index.d.ts.map +0 -1
  797. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  798. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  799. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  800. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  801. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  802. package/components/menu/node_modules/chalk/package.json +0 -83
  803. package/components/menu/node_modules/chalk/readme.md +0 -325
  804. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  805. package/components/menu/node_modules/chalk/source/index.js +0 -225
  806. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  807. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  808. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  809. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  810. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  811. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  812. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  813. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  814. package/components/menu/node_modules/mime/Mime.js +0 -97
  815. package/components/menu/node_modules/mime/README.md +0 -187
  816. package/components/menu/node_modules/mime/cli.js +0 -46
  817. package/components/menu/node_modules/mime/index.js +0 -4
  818. package/components/menu/node_modules/mime/lite.js +0 -4
  819. package/components/menu/node_modules/mime/package.json +0 -52
  820. package/components/menu/node_modules/mime/types/other.js +0 -1
  821. package/components/menu/node_modules/mime/types/standard.js +0 -1
  822. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  823. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  824. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  825. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  826. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  827. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  828. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  829. package/components/menu/package.json +0 -70
  830. package/components/menu/src/auro-menu-utils.js +0 -131
  831. package/components/menu/src/auro-menu.js +0 -728
  832. package/components/menu/src/auro-menuoption.js +0 -147
  833. package/components/menu/src/iconVersion.js +0 -1
  834. package/components/menu/src/index.js +0 -15
  835. package/components/menu/src/styles/color-menu-css.js +0 -2
  836. package/components/menu/src/styles/color-menu.css +0 -4
  837. package/components/menu/src/styles/color-menu.scss +0 -12
  838. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  839. package/components/menu/src/styles/color-menuoption.css +0 -26
  840. package/components/menu/src/styles/color-menuoption.scss +0 -37
  841. package/components/menu/src/styles/style-menu-css.js +0 -2
  842. package/components/menu/src/styles/style-menu.css +0 -2061
  843. package/components/menu/src/styles/style-menu.scss +0 -80
  844. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  845. package/components/menu/src/styles/style-menuoption.css +0 -45
  846. package/components/menu/src/styles/style-menuoption.scss +0 -66
  847. package/components/menu/src/styles/tokens-css.js +0 -2
  848. package/components/menu/src/styles/tokens.css +0 -6
  849. package/components/menu/src/styles/tokens.scss +0 -6
  850. package/components/radio/.stylelintrc.json +0 -3
  851. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  852. package/components/radio/.turbo/turbo-build.log +0 -215
  853. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
  854. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  855. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  856. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  857. package/components/radio/dist/index.d.ts.map +0 -1
  858. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  859. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  860. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  861. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  862. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  863. package/components/radio/node_modules/chalk/package.json +0 -83
  864. package/components/radio/node_modules/chalk/readme.md +0 -325
  865. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  866. package/components/radio/node_modules/chalk/source/index.js +0 -225
  867. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  868. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  869. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  870. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  871. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  872. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  873. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  874. package/components/radio/package.json +0 -69
  875. package/components/radio/src/auro-radio-group.js +0 -451
  876. package/components/radio/src/auro-radio.js +0 -256
  877. package/components/radio/src/index.js +0 -8
  878. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  879. package/components/radio/src/styles/auro-radio-group.css +0 -23
  880. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  881. package/components/radio/src/styles/color-css.js +0 -2
  882. package/components/radio/src/styles/color.css +0 -45
  883. package/components/radio/src/styles/color.scss +0 -56
  884. package/components/radio/src/styles/groupColor-css.js +0 -2
  885. package/components/radio/src/styles/groupColor.css +0 -13
  886. package/components/radio/src/styles/groupColor.scss +0 -25
  887. package/components/radio/src/styles/style-css.js +0 -2
  888. package/components/radio/src/styles/style.css +0 -113
  889. package/components/radio/src/styles/style.scss +0 -99
  890. package/components/radio/src/styles/tokens-css.js +0 -2
  891. package/components/radio/src/styles/tokens.css +0 -8
  892. package/components/radio/src/styles/tokens.scss +0 -11
  893. package/components/select/.stylelintrc.json +0 -3
  894. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  895. package/components/select/.turbo/turbo-build.log +0 -242
  896. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
  897. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  898. package/components/select/dist/auro-select.d.ts.map +0 -1
  899. package/components/select/dist/dropdownVersion.d.ts.map +0 -1
  900. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  901. package/components/select/dist/index.d.ts.map +0 -1
  902. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  903. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  904. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  905. package/components/select/node_modules/chalk/package.json +0 -83
  906. package/components/select/node_modules/chalk/readme.md +0 -325
  907. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  908. package/components/select/node_modules/chalk/source/index.js +0 -225
  909. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  910. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  911. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  912. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  913. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  914. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  915. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  916. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  917. package/components/select/node_modules/mime/Mime.js +0 -97
  918. package/components/select/node_modules/mime/README.md +0 -187
  919. package/components/select/node_modules/mime/cli.js +0 -46
  920. package/components/select/node_modules/mime/index.js +0 -4
  921. package/components/select/node_modules/mime/lite.js +0 -4
  922. package/components/select/node_modules/mime/package.json +0 -52
  923. package/components/select/node_modules/mime/types/other.js +0 -1
  924. package/components/select/node_modules/mime/types/standard.js +0 -1
  925. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  926. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  927. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  928. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  929. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  930. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  931. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  932. package/components/select/package.json +0 -70
  933. package/components/select/packageScripts/postinstall.mjs +0 -28
  934. package/components/select/src/auro-select.js +0 -604
  935. package/components/select/src/dropdownVersion.js +0 -1
  936. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  937. package/components/select/src/index.js +0 -6
  938. package/components/select/src/styles/color-css.js +0 -2
  939. package/components/select/src/styles/color.css +0 -63
  940. package/components/select/src/styles/color.scss +0 -33
  941. package/components/select/src/styles/style-css.js +0 -2
  942. package/components/select/src/styles/style.css +0 -105
  943. package/components/select/src/styles/style.scss +0 -83
  944. package/components/select/src/styles/tokens-css.js +0 -2
  945. package/components/select/src/styles/tokens.css +0 -3
  946. package/components/select/src/styles/tokens.scss +0 -5
  947. package/packages/build-tools/package.json +0 -15
  948. package/packages/build-tools/src/docProcessor.mjs +0 -133
  949. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  950. package/packages/build-tools/src/index.js +0 -1
  951. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  952. package/packages/form-validation/package.json +0 -12
  953. package/packages/form-validation/src/index.js +0 -1
  954. package/packages/form-validation/src/validation.js +0 -318
  955. package/packages/typescript/base.json +0 -19
  956. package/packages/typescript/package.json +0 -20
  957. package/packages/utils/package.json +0 -12
  958. package/packages/utils/src/iconUtil.js +0 -25
  959. package/packages/utils/src/index.js +0 -1
  960. package/turbo.json +0 -133
@@ -0,0 +1,1510 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2019 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */
6
+ const t$2=globalThis,e$4=t$2.ShadowRoot&&(void 0===t$2.ShadyCSS||t$2.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$2=Symbol(),o$4=new WeakMap;let n$3 = class n{constructor(t,e,o){if(this._$cssResult$=true,o!==s$2)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e;}get styleSheet(){let t=this.o;const s=this.t;if(e$4&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o$4.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$4.set(s,t));}return t}toString(){return this.cssText}};const r$3=t=>new n$3("string"==typeof t?t:t+"",void 0,s$2),i$5=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(true===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[o+1]),t[0]);return new n$3(o,t,s$2)},S$1=(s,o)=>{if(e$4)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),n=t$2.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=e.cssText,s.appendChild(o);}},c$2=e$4?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$3(e)})(t):t;
7
+
8
+ /**
9
+ * @license
10
+ * Copyright 2017 Google LLC
11
+ * SPDX-License-Identifier: BSD-3-Clause
12
+ */const{is:i$4,defineProperty:e$3,getOwnPropertyDescriptor:r$2,getOwnPropertyNames:h$1,getOwnPropertySymbols:o$3,getPrototypeOf:n$2}=Object,a$2=globalThis,c$1=a$2.trustedTypes,l$2=c$1?c$1.emptyScript:"",p$1=a$2.reactiveElementPolyfillSupport,d$1=(t,s)=>t,u$2={toAttribute(t,s){switch(s){case Boolean:t=t?l$2:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t);}catch(t){i=null;}}return i}},f$1=(t,s)=>!i$4(t,s),y$1={attribute:true,type:String,converter:u$2,reflect:false,hasChanged:f$1};Symbol.metadata??=Symbol("metadata"),a$2.litPropertyMetadata??=new WeakMap;class b extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t);}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=y$1){if(s.state&&(s.attribute=false),this._$Ei(),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),r=this.getPropertyDescriptor(t,i,s);void 0!==r&&e$3(this.prototype,t,r);}}static getPropertyDescriptor(t,s,i){const{get:e,set:h}=r$2(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t;}};return {get(){return e?.call(this)},set(s){const r=e?.call(this);h.call(this,s),this.requestUpdate(t,r,i);},configurable:true,enumerable:true}}static getPropertyOptions(t){return this.elementProperties.get(t)??y$1}static _$Ei(){if(this.hasOwnProperty(d$1("elementProperties")))return;const t=n$2(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties);}static finalize(){if(this.hasOwnProperty(d$1("finalized")))return;if(this.finalized=true,this._$Ei(),this.hasOwnProperty(d$1("properties"))){const t=this.properties,s=[...h$1(t),...o$3(t)];for(const i of s)this.createProperty(i,t[i]);}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i);}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t);}this.elementStyles=this.finalizeStyles(this.styles);}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(c$2(s));}else void 0!==s&&i.push(c$2(s));return i}static _$Eu(t,s){const i=s.attribute;return false===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=false,this.hasUpdated=false,this._$Em=null,this._$Ev();}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)));}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.();}removeController(t){this._$EO?.delete(t);}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t);}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return S$1(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(true),this._$EO?.forEach((t=>t.hostConnected?.()));}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()));}attributeChangedCallback(t,s,i){this._$AK(t,i);}_$EC(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&true===i.reflect){const r=(void 0!==i.converter?.toAttribute?i.converter:u$2).toAttribute(s,i.type);this._$Em=t,null==r?this.removeAttribute(e):this.setAttribute(e,r),this._$Em=null;}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),r="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u$2;this._$Em=e,this[e]=r.fromAttribute(s,t.type),this._$Em=null;}}requestUpdate(t,s,i){if(void 0!==t){if(i??=this.constructor.getPropertyOptions(t),!(i.hasChanged??f$1)(this[t],s))return;this.P(t,s,i);} false===this.isUpdatePending&&(this._$ES=this._$ET());}P(t,s,i){this._$AL.has(t)||this._$AL.set(t,s),true===i.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t);}async _$ET(){this.isUpdatePending=true;try{await this._$ES;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t) true!==i.wrapped||this._$AL.has(s)||void 0===this[s]||this.P(s,this[s],i);}let t=false;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EU();}catch(s){throw t=false,this._$EU(),s}t&&this._$AE(s);}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=true,this.firstUpdated(t)),this.updated(t);}_$EU(){this._$AL=new Map,this.isUpdatePending=false;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return true}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EC(t,this[t]))),this._$EU();}updated(t){}firstUpdated(t){}}b.elementStyles=[],b.shadowRootOptions={mode:"open"},b[d$1("elementProperties")]=new Map,b[d$1("finalized")]=new Map,p$1?.({ReactiveElement:b}),(a$2.reactiveElementVersions??=[]).push("2.0.4");
13
+
14
+ /**
15
+ * @license
16
+ * Copyright 2017 Google LLC
17
+ * SPDX-License-Identifier: BSD-3-Clause
18
+ */
19
+ const t$1=globalThis,i$3=t$1.trustedTypes,s$1=i$3?i$3.createPolicy("lit-html",{createHTML:t=>t}):void 0,e$2="$lit$",h=`lit$${Math.random().toFixed(9).slice(2)}$`,o$2="?"+h,n$1=`<${o$2}>`,r$1=document,l$1=()=>r$1.createComment(""),c=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a$1=Array.isArray,u$1=t=>a$1(t)||"function"==typeof t?.[Symbol.iterator],d="[ \t\n\f\r]",f=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v=/-->/g,_=/>/g,m=RegExp(`>|${d}(?:([^\\s"'>=/]+)(${d}*=${d}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),p=/'/g,g=/"/g,$=/^(?:script|style|textarea|title)$/i,y=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x=y(1),T=Symbol.for("lit-noChange"),E=Symbol.for("lit-nothing"),A=new WeakMap,C=r$1.createTreeWalker(r$1,129);function P(t,i){if(!a$1(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s$1?s$1.createHTML(i):i}const V=(t,i)=>{const s=t.length-1,o=[];let r,l=2===i?"<svg>":3===i?"<math>":"",c=f;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,y=0;for(;y<s.length&&(c.lastIndex=y,u=c.exec(s),null!==u);)y=c.lastIndex,c===f?"!--"===u[1]?c=v:void 0!==u[1]?c=_:void 0!==u[2]?($.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=m):void 0!==u[3]&&(c=m):c===m?">"===u[0]?(c=r??f,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?m:'"'===u[3]?g:p):c===g||c===p?c=m:c===v||c===_?c=f:(c=m,r=void 0);const x=c===m&&t[i+1].startsWith("/>")?" ":"";l+=c===f?s+n$1:d>=0?(o.push(a),s.slice(0,d)+e$2+s.slice(d)+h+x):s+h+(-2===d?i:x);}return [P(t,l+(t[s]||"<?>")+(2===i?"</svg>":3===i?"</math>":"")),o]};class N{constructor({strings:t,_$litType$:s},n){let r;this.parts=[];let c=0,a=0;const u=t.length-1,d=this.parts,[f,v]=V(t,s);if(this.el=N.createElement(f,n),C.currentNode=this.el.content,2===s||3===s){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes);}for(;null!==(r=C.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(e$2)){const i=v[a++],s=r.getAttribute(t).split(h),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:c,name:e[2],strings:s,ctor:"."===e[1]?H:"?"===e[1]?I:"@"===e[1]?L:k}),r.removeAttribute(t);}else t.startsWith(h)&&(d.push({type:6,index:c}),r.removeAttribute(t));if($.test(r.tagName)){const t=r.textContent.split(h),s=t.length-1;if(s>0){r.textContent=i$3?i$3.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l$1()),C.nextNode(),d.push({type:2,index:++c});r.append(t[s],l$1());}}}else if(8===r.nodeType)if(r.data===o$2)d.push({type:2,index:c});else {let t=-1;for(;-1!==(t=r.data.indexOf(h,t+1));)d.push({type:7,index:c}),t+=h.length-1;}c++;}}static createElement(t,i){const s=r$1.createElement("template");return s.innerHTML=t,s}}function S(t,i,s=t,e){if(i===T)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=c(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(false),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=S(t,h._$AS(t,i.values),h,e)),i}class M{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??r$1).importNode(i,true);C.currentNode=e;let h=C.nextNode(),o=0,n=0,l=s[0];for(;void 0!==l;){if(o===l.index){let i;2===l.type?i=new R(h,h.nextSibling,this,t):1===l.type?i=new l.ctor(h,l.name,l.strings,this,t):6===l.type&&(i=new z(h,this,t)),this._$AV.push(i),l=s[++n];}o!==l?.index&&(h=C.nextNode(),o++);}return C.currentNode=r$1,e}p(t){let i=0;for(const s of this._$AV) void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class R{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=E,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??true;}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=S(this,t,i),c(t)?t===E||null==t||""===t?(this._$AH!==E&&this._$AR(),this._$AH=E):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):u$1(t)?this.k(t):this._(t);}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t));}_(t){this._$AH!==E&&c(this._$AH)?this._$AA.nextSibling.data=t:this.T(r$1.createTextNode(t)),this._$AH=t;}$(t){const{values:i,_$litType$:s}=t,e="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=N.createElement(P(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else {const t=new M(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t;}}_$AC(t){let i=A.get(t.strings);return void 0===i&&A.set(t.strings,i=new N(t)),i}k(t){a$1(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new R(this.O(l$1()),this.O(l$1()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){for(this._$AP?.(false,true,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){ void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t));}}class k{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=E,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=E;}_$AI(t,i=this,s,e){const h=this.strings;let o=false;if(void 0===h)t=S(this,t,i,0),o=!c(t)||t!==this._$AH&&t!==T,o&&(this._$AH=t);else {const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=S(this,e[s+n],i,n),r===T&&(r=this._$AH[n]),o||=!c(r)||r!==this._$AH[n],r===E?t=E:t!==E&&(t+=(r??"")+h[n+1]),this._$AH[n]=r;}o&&!e&&this.j(t);}j(t){t===E?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"");}}class H extends k{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===E?void 0:t;}}class I extends k{constructor(){super(...arguments),this.type=4;}j(t){this.element.toggleAttribute(this.name,!!t&&t!==E);}}class L extends k{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5;}_$AI(t,i=this){if((t=S(this,t,i,0)??E)===T)return;const s=this._$AH,e=t===E&&s!==E||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==E&&(s===E||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t);}}class z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){S(this,t);}}const j=t$1.litHtmlPolyfillSupport;j?.(N,R),(t$1.litHtmlVersions??=[]).push("3.2.1");const B=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new R(i.insertBefore(l$1(),t),t,void 0,s??{});}return h._$AI(t),h};
20
+
21
+ /**
22
+ * @license
23
+ * Copyright 2017 Google LLC
24
+ * SPDX-License-Identifier: BSD-3-Clause
25
+ */class r extends b{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const s=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(s,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(true);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(false);}render(){return T}}r._$litElement$=true,r["finalized"]=true,globalThis.litElementHydrateSupport?.({LitElement:r});const i$2=globalThis.litElementPolyfillSupport;i$2?.({LitElement:r});(globalThis.litElementVersions??=[]).push("4.1.1");
26
+
27
+ var styleCss$2 = i$5`:root{--ds-asset-font-circular-family-name: "AS Circular";--ds-asset-font-circular-filename: "ASCircularWeb";--ds-asset-font-circular-weight-light: "-Light";--ds-asset-font-circular-weight-medium: "-Medium";--ds-asset-font-circular-weight-book: "-Book";--ds-border-radius: 0.375rem;--ds-size-25: 0.125rem;--ds-size-50: 0.25rem;--ds-size-75: 0.375rem;--ds-size-100: 0.5rem;--ds-size-150: 0.75rem;--ds-size-200: 1rem;--ds-size-250: 1.25rem;--ds-size-300: 1.5rem;--ds-size-400: 2rem;--ds-size-500: 2.5rem;--ds-size-600: 3rem;--ds-size-700: 3.5rem;--ds-size-800: 4rem;--ds-size-900: 4.5rem;--ds-size-1000: 5rem;--ds-unitless-scale-20: 0.25;--ds-unitless-scale-50: 0.5;--ds-unitless-scale-100: 1;--ds-unitless-scale-140: 1.4;--ds-unitless-scale-150: 1.5;--ds-unitless-scale-200: 2;--ds-unitless-scale-300: 3;--ds-unitless-scale-350: 3.5;--ds-animation-default-property: all;--ds-animation-default-duration: 0.3s;--ds-animation-default-timing: ease-out;--ds-depth-overlay: 200;--ds-depth-modal: 300;--ds-depth-tooltip: 400;--ds-elevation-100: 0px 0px 5px rgba(0, 0, 0, 0.15);--ds-elevation-200: 0px 0px 10px rgba(0, 0, 0, 0.15);--ds-elevation-300: 0px 0px 15px rgba(0, 0, 0, 0.2);--ds-grid-breakpoint-xs: 320px;--ds-grid-breakpoint-sm: 576px;--ds-grid-breakpoint-md: 768px;--ds-grid-breakpoint-lg: 1024px;--ds-grid-breakpoint-xl: 1232px;--ds-grid-column-xs: 6;--ds-grid-column-sm: 12;--ds-grid-column-md: 12;--ds-grid-column-lg: 12;--ds-grid-column-xl: 12;--ds-grid-gutter-xs: 0.5rem;--ds-grid-gutter-sm: 1rem;--ds-grid-gutter-md: 1.5rem;--ds-grid-gutter-lg: 1.5rem;--ds-grid-gutter-xl: 2rem;--ds-grid-margin-xs: 1rem;--ds-grid-margin-sm: 1rem;--ds-grid-margin-md: 1.5rem;--ds-grid-margin-lg: 2rem;--ds-grid-margin-xl: 2rem;--ds-font-family-default: "AS Circular", Helvetica Neue, Arial, sans-serif;--ds-font-family-mono: Menlo, Monaco, Consolas, "Courier New", monospace;--ds-text-heading-300-weight: 300;--ds-text-heading-300-px: 18px;--ds-text-heading-300-size: 1.125rem;--ds-text-heading-300-height: 1.625rem;--ds-text-heading-300-height-px: 26px;--ds-text-heading-400-weight: 300;--ds-text-heading-400-px: 20px;--ds-text-heading-400-size: 1.25rem;--ds-text-heading-400-height: 1.625rem;--ds-text-heading-400-height-px: 26px;--ds-text-heading-500-weight: 300;--ds-text-heading-500-px-breakpoint-sm: 22px;--ds-text-heading-500-px-breakpoint-md: 24px;--ds-text-heading-500-px-breakpoint-lg: 24px;--ds-text-heading-500-size-breakpoint-sm: 1.375rem;--ds-text-heading-500-size-breakpoint-md: 1.5rem;--ds-text-heading-500-size-breakpoint-lg: 1.5rem;--ds-text-heading-500-height-breakpoint-sm: 1.625rem;--ds-text-heading-500-height-breakpoint-px-sm: 26px;--ds-text-heading-500-height-breakpoint-md: 1.875rem;--ds-text-heading-500-height-breakpoint-px-md: 30px;--ds-text-heading-500-height-breakpoint-lg: 2rem;--ds-text-heading-500-height-breakpoint-px-lg: 32px;--ds-text-heading-600-weight: 300;--ds-text-heading-600-px-breakpoint-sm: 26px;--ds-text-heading-600-px-breakpoint-md: 28px;--ds-text-heading-600-px-breakpoint-lg: 28px;--ds-text-heading-600-size-breakpoint-sm: 1.625rem;--ds-text-heading-600-size-breakpoint-md: 1.75rem;--ds-text-heading-600-size-breakpoint-lg: 1.75rem;--ds-text-heading-600-height-breakpoint-sm: 1.875rem;--ds-text-heading-600-height-breakpoint-px-sm: 30px;--ds-text-heading-600-height-breakpoint-md: 2.125rem;--ds-text-heading-600-height-breakpoint-px-md: 34px;--ds-text-heading-600-height-breakpoint-lg: 2.25rem;--ds-text-heading-600-height-breakpoint-px-lg: 36px;--ds-text-heading-700-weight: 500;--ds-text-heading-700-px-breakpoint-sm: 28px;--ds-text-heading-700-px-breakpoint-md: 32px;--ds-text-heading-700-px-breakpoint-lg: 36px;--ds-text-heading-700-size-breakpoint-sm: 1.75rem;--ds-text-heading-700-size-breakpoint-md: 2rem;--ds-text-heading-700-size-breakpoint-lg: 2.25rem;--ds-text-heading-700-height-breakpoint-sm: 2.125rem;--ds-text-heading-700-height-breakpoint-px-sm: 34px;--ds-text-heading-700-height-breakpoint-md: 2.375rem;--ds-text-heading-700-height-breakpoint-px-md: 38px;--ds-text-heading-700-height-breakpoint-lg: 2.75rem;--ds-text-heading-700-height-breakpoint-px-lg: 44px;--ds-text-heading-800-weight: 500;--ds-text-heading-800-px-breakpoint-sm: 32px;--ds-text-heading-800-px-breakpoint-md: 36px;--ds-text-heading-800-px-breakpoint-lg: 40px;--ds-text-heading-800-size-breakpoint-sm: 2rem;--ds-text-heading-800-size-breakpoint-md: 2.25rem;--ds-text-heading-800-size-breakpoint-lg: 2.5rem;--ds-text-heading-800-height-breakpoint-sm: 2.375rem;--ds-text-heading-800-height-breakpoint-px-sm: 38px;--ds-text-heading-800-height-breakpoint-md: 2.625rem;--ds-text-heading-800-height-breakpoint-px-md: 42px;--ds-text-heading-800-height-breakpoint-lg: 3rem;--ds-text-heading-800-height-breakpoint-px-lg: 48px;--ds-text-heading-default-weight: 500;--ds-text-heading-default-margin: 0;--ds-text-heading-default-spacing: -0.2px;--ds-text-heading-medium-weight: 300;--ds-text-heading-display-weight: 100;--ds-text-heading-display-px-breakpoint-sm: 44px;--ds-text-heading-display-px-breakpoint-md: 48px;--ds-text-heading-display-px-breakpoint-lg: 56px;--ds-text-heading-display-size-breakpoint-sm: 2.75rem;--ds-text-heading-display-size-breakpoint-md: 3rem;--ds-text-heading-display-size-breakpoint-lg: 3.5rem;--ds-text-heading-display-height-breakpoint-sm: 3.375rem;--ds-text-heading-display-height-breakpoint-px-sm: 54px;--ds-text-heading-display-height-breakpoint-md: 3.75rem;--ds-text-heading-display-height-breakpoint-px-md: 60px;--ds-text-heading-display-height-breakpoint-lg: 4.25rem;--ds-text-heading-display-height-breakpoint-px-lg: 68px;--ds-text-body-default-weight: 500;--ds-text-body-size-xxs: 0.625rem;--ds-text-body-size-xs: 0.75rem;--ds-text-body-size-sm: 0.875rem;--ds-text-body-size-default: 1rem;--ds-text-body-size-lg: 1.125rem;--ds-text-body-height-xs: 1rem;--ds-text-body-height-sm: 1.25rem;--ds-text-body-height-default: 1.5rem;--ds-text-body-height-lg: 1.625rem;--ds-color-alert-notification-default: #0074c8;--ds-color-alert-warning-default: #de750c;--ds-color-alert-error-default: #df0b37;--ds-color-alert-success-default: #00805d;--ds-color-alert-advisory-default: #fff0cd;--ds-color-alert-bkg-success-default: #ddf6e8;--ds-color-alert-bkg-error-default: #ffedf1;--ds-color-background-primary-100-default: #ffffff;--ds-color-background-primary-100-inverse: #0e2b4f;--ds-color-background-primary-200-default: #f7f7f7;--ds-color-background-primary-200-inverse: #194069;--ds-color-background-primary-300-default: #e4e8ec;--ds-color-background-primary-300-inverse: #265688;--ds-color-background-primary-400-default: #dddddd;--ds-color-background-primary-400-inverse: #326aa5;--ds-color-background-success-default: #eef8f5;--ds-color-background-success-inverse: #173c30;--ds-color-background-error-default: #fff4f4;--ds-color-background-error-inverse: #74110e;--ds-color-background-warning-default: #fef8e9;--ds-color-background-warning-inverse: #5d4514;--ds-color-background-info-default: #f0f7fd;--ds-color-background-info-inverse: #193d73;--ds-color-background-subtle-default: #f7f8fa;--ds-color-background-subtle-inverse: #2a2a2a;--ds-color-background-accent-default: #ebfafd;--ds-color-background-accent-inverse: #275b72;--ds-color-background-emphasis-default: #c9e0f7;--ds-color-background-emphasis-inverse: #225296;--ds-color-background-scrimmed-default: rgba(0, 0, 0, 0.5);--ds-color-background-lightest: #ffffff;--ds-color-background-lighter: #f7f7f7;--ds-color-background-darker: #01426a;--ds-color-background-darkest: #00274a;--ds-color-background-gradient-default: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));--ds-color-base-white: #ffffff;--ds-color-base-white-100: rgba(255, 255, 255, 0.03);--ds-color-base-white-200: rgba(255, 255, 255, 0.06);--ds-color-base-white-300: rgba(255, 255, 255, 0.12);--ds-color-base-white-400: rgba(255, 255, 255, 0.25);--ds-color-base-white-500: rgba(255, 255, 255, 0.5);--ds-color-base-white-opacity-50: rgba(255, 255, 255, 0.5);--ds-color-base-white-opacity-40: rgba(255, 255, 255, 0.4);--ds-color-base-white-opacity-0: rgba(255, 255, 255, 0);--ds-color-base-black: #000000;--ds-color-base-black-100: rgba(0, 0, 0, 0.03);--ds-color-base-black-200: rgba(0, 0, 0, 0.06);--ds-color-base-black-300: rgba(0, 0, 0, 0.12);--ds-color-base-black-400: rgba(0, 0, 0, 0.25);--ds-color-base-black-500: rgba(0, 0, 0, 0.5);--ds-color-base-black-opacity-15: rgba(0, 0, 0, 0.15);--ds-color-base-blue-100: #f0f7fd;--ds-color-base-blue-200: #c9e0f7;--ds-color-base-blue-300: #a0c9f1;--ds-color-base-blue-400: #79b2ec;--ds-color-base-blue-500: #5398e6;--ds-color-base-blue-600: #3b7fd2;--ds-color-base-blue-700: #2c67b5;--ds-color-base-blue-800: #225296;--ds-color-base-blue-900: #193d73;--ds-color-base-blue-1000: #102a51;--ds-color-base-cyan-100: #ebfafd;--ds-color-base-cyan-200: #a8e9f7;--ds-color-base-cyan-300: #6ad5ef;--ds-color-base-cyan-400: #56bbde;--ds-color-base-cyan-500: #4aa2c7;--ds-color-base-cyan-600: #3e89aa;--ds-color-base-cyan-700: #32718e;--ds-color-base-cyan-800: #275b72;--ds-color-base-cyan-900: #1d4658;--ds-color-base-cyan-1000: #12303d;--ds-color-base-error-100: #fff4f4;--ds-color-base-error-200: #f9aca6;--ds-color-base-error-300: #f16359;--ds-color-base-error-400: #cc1816;--ds-color-base-error-500: #74110e;--ds-color-base-gray-100: #f7f7f7;--ds-color-base-gray-200: #d4d4d4;--ds-color-base-gray-300: #c5c5c5;--ds-color-base-gray-400: #adadad;--ds-color-base-gray-500: #959595;--ds-color-base-gray-600: #7e7e7e;--ds-color-base-gray-700: #676767;--ds-color-base-gray-800: #525252;--ds-color-base-gray-900: #3d3d3d;--ds-color-base-gray-1000: #2a2a2a;--ds-color-base-green-100: #f3faf7;--ds-color-base-green-200: #000000;--ds-color-base-green-300: #addbca;--ds-color-base-green-400: #7ec6ac;--ds-color-base-green-500: #51ae8c;--ds-color-base-green-600: #459578;--ds-color-base-green-700: #3a7d64;--ds-color-base-green-800: #306854;--ds-color-base-green-900: #285545;--ds-color-base-green-1000: #1f4436;--ds-color-base-lime-100: #f5fbeb;--ds-color-base-lime-200: #d8efb4;--ds-color-base-lime-300: #badd81;--ds-color-base-lime-400: #a2c270;--ds-color-base-lime-500: #8ca761;--ds-color-base-lime-600: #778f53;--ds-color-base-lime-700: #647845;--ds-color-base-lime-800: #53643a;--ds-color-base-lime-900: #44522f;--ds-color-base-lime-1000: #364126;--ds-color-base-navy-100: #f2f7fb;--ds-color-base-navy-200: #cfe0ef;--ds-color-base-navy-300: #acc9e2;--ds-color-base-navy-400: #89b2d4;--ds-color-base-navy-500: #6899c6;--ds-color-base-navy-600: #4a82b7;--ds-color-base-navy-700: #326aa5;--ds-color-base-navy-800: #265688;--ds-color-base-navy-900: #194069;--ds-color-base-navy-1000: #0e2b4f;--ds-color-base-neutral-100: #f7f8fa;--ds-color-base-neutral-200: #e4e8ec;--ds-color-base-neutral-300: #ccd2db;--ds-color-base-neutral-400: #afb9c6;--ds-color-base-neutral-500: #939fad;--ds-color-base-neutral-600: #7e8894;--ds-color-base-neutral-700: #6a717c;--ds-color-base-neutral-800: #585e67;--ds-color-base-neutral-900: #484d55;--ds-color-base-neutral-1000: #393d43;--ds-color-base-pink-100: #fff7f8;--ds-color-base-pink-200: #fde0e6;--ds-color-base-pink-300: #fcc2ce;--ds-color-base-pink-400: #fa9db0;--ds-color-base-pink-500: #f7738e;--ds-color-base-pink-600: #e45472;--ds-color-base-pink-700: #bf475f;--ds-color-base-pink-800: #a03b50;--ds-color-base-pink-900: #833142;--ds-color-base-pink-1000: #692734;--ds-color-base-purple-100: #fbf8fe;--ds-color-base-purple-200: #ede3fd;--ds-color-base-purple-300: #ddc9fb;--ds-color-base-purple-400: #c9a9f8;--ds-color-base-purple-500: #b588f5;--ds-color-base-purple-600: #a268f3;--ds-color-base-purple-700: #8d47f0;--ds-color-base-purple-800: #7633d7;--ds-color-base-purple-900: #622ab2;--ds-color-base-purple-1000: #4e228d;--ds-color-base-red-100: #fef7f5;--ds-color-base-red-200: #fae2da;--ds-color-base-red-300: #f5c7b8;--ds-color-base-red-400: #f0a68d;--ds-color-base-red-500: #e9815e;--ds-color-base-red-600: #e35c2f;--ds-color-base-red-700: #d03a08;--ds-color-base-red-800: #ae3007;--ds-color-base-red-900: #902806;--ds-color-base-red-1000: #732005;--ds-color-base-success-100: #eef8f5;--ds-color-base-success-200: #8eceb9;--ds-color-base-success-300: #40a080;--ds-color-base-success-400: #0b6f4d;--ds-color-base-success-500: #173c30;--ds-color-base-turquoise-100: #f7fafa;--ds-color-base-turquoise-200: #dfe9ea;--ds-color-base-turquoise-300: #c2d5d6;--ds-color-base-turquoise-400: #9fbdbe;--ds-color-base-turquoise-500: #7ba5a6;--ds-color-base-turquoise-600: #5c8f91;--ds-color-base-turquoise-700: #3d7a7d;--ds-color-base-turquoise-800: #21686a;--ds-color-base-turquoise-900: #085659;--ds-color-base-turquoise-1000: #004447;--ds-color-base-yellow-100: #fff9df;--ds-color-base-yellow-200: #ffe87e;--ds-color-base-yellow-300: #f9ce06;--ds-color-base-yellow-400: #d6b622;--ds-color-base-yellow-500: #b49d35;--ds-color-base-yellow-600: #96873e;--ds-color-base-yellow-700: #7c7140;--ds-color-base-yellow-800: #665e3d;--ds-color-base-yellow-900: #524e38;--ds-color-base-yellow-1000: #403d30;--ds-color-base-warning-100: #fef8e9;--ds-color-base-warning-200: #f2c153;--ds-color-base-warning-300: #c49432;--ds-color-base-warning-400: #8e6b22;--ds-color-base-warning-500: #5d4514;--ds-color-state-error-100: #ff999b;--ds-color-state-error-500: #df0b37;--ds-color-state-success-100: #69cf96;--ds-color-state-success-500: #00805d;--ds-color-state-warning-500: #de750c;--ds-color-border-primary-default: #585e67;--ds-color-border-primary-inverse: #afb9c6;--ds-color-border-secondary-default: #939fad;--ds-color-border-secondary-inverse: #7e8894;--ds-color-border-tertiary-default: #dddddd;--ds-color-border-tertiary-inverse: #676767;--ds-color-border-error-default: #cc1816;--ds-color-border-error-inverse: #f9aca6;--ds-color-border-divider-default: rgba(0, 0, 0, 0.12);--ds-color-border-divider-inverse: rgba(255, 255, 255, 0.25);--ds-color-border-subtle-default: #f0f7fd;--ds-color-border-subtle-inverse: #326aa5;--ds-color-border-emphasis-default: #194069;--ds-color-border-emphasis-inverse: #f2f7fb;--ds-color-border-accent-default: #badd81;--ds-color-border-accent-inverse: #a2c270;--ds-color-border-success-default: #0b6f4d;--ds-color-border-success-inverse: #8eceb9;--ds-color-border-warning-default: #c49432;--ds-color-border-warning-inverse: #f2c153;--ds-color-border-info-default: #326aa5;--ds-color-border-info-inverse: #89b2d4;--ds-color-border-ui-default-default: #2c67b5;--ds-color-border-ui-default-inverse: #56bbde;--ds-color-border-ui-hover-default: #193d73;--ds-color-border-ui-hover-inverse: #a8e9f7;--ds-color-border-ui-active-default: #225296;--ds-color-border-ui-active-inverse: #6ad5ef;--ds-color-border-ui-focus-default: #2c67b5;--ds-color-border-ui-focus-inverse: #56bbde;--ds-color-border-ui-disabled-default: #adadad;--ds-color-border-ui-disabled-inverse: #7e7e7e;--ds-color-border-active-default: #0074c8;--ds-color-border-active-inverse: #00cff0;--ds-color-border-disabled-default: #d4d4d4;--ds-color-border-focus-default: #959595;--ds-color-brand-neutral-100: #f7f8fa;--ds-color-brand-neutral-200: #e4e8ec;--ds-color-brand-neutral-300: #ccd2db;--ds-color-brand-neutral-400: #afb9c6;--ds-color-brand-neutral-500: #939fad;--ds-color-brand-neutral-600: #7e8894;--ds-color-brand-neutral-700: #6a717c;--ds-color-brand-neutral-800: #585e67;--ds-color-brand-neutral-900: #484d55;--ds-color-brand-neutral-1000: #393d43;--ds-color-brand-gray-100: #f7f7f7;--ds-color-brand-gray-200: #dddddd;--ds-color-brand-gray-300: #c5c5c5;--ds-color-brand-gray-400: #adadad;--ds-color-brand-gray-500: #959595;--ds-color-brand-gray-600: #7e7e7e;--ds-color-brand-gray-700: #676767;--ds-color-brand-gray-800: #525252;--ds-color-brand-gray-900: #3d3d3d;--ds-color-brand-gray-1000: #2a2a2a;--ds-color-brand-red-100: #fef7f5;--ds-color-brand-red-200: #fae2da;--ds-color-brand-red-300: #f5c7b8;--ds-color-brand-red-400: #f0a68d;--ds-color-brand-red-500: #e9815e;--ds-color-brand-red-600: #e35c2f;--ds-color-brand-red-700: #d03a08;--ds-color-brand-red-800: #ae3007;--ds-color-brand-red-900: #902806;--ds-color-brand-red-1000: #732005;--ds-color-brand-yellow-100: #fff9df;--ds-color-brand-yellow-200: #ffe87e;--ds-color-brand-yellow-300: #f9ce06;--ds-color-brand-yellow-400: #d6b622;--ds-color-brand-yellow-500: #b49d35;--ds-color-brand-yellow-600: #96873e;--ds-color-brand-yellow-700: #7c7140;--ds-color-brand-yellow-800: #665e3d;--ds-color-brand-yellow-900: #524e38;--ds-color-brand-yellow-1000: #403d30;--ds-color-brand-lime-100: #f5fbeb;--ds-color-brand-lime-200: #d8efb4;--ds-color-brand-lime-300: #badd81;--ds-color-brand-lime-400: #a2c270;--ds-color-brand-lime-500: #8ca761;--ds-color-brand-lime-600: #778f53;--ds-color-brand-lime-700: #647845;--ds-color-brand-lime-800: #53643a;--ds-color-brand-lime-900: #44522f;--ds-color-brand-lime-1000: #364126;--ds-color-brand-green-100: #f3faf7;--ds-color-brand-green-200: #d4ece4;--ds-color-brand-green-300: #addbca;--ds-color-brand-green-400: #7ec6ac;--ds-color-brand-green-500: #51ae8c;--ds-color-brand-green-600: #459578;--ds-color-brand-green-700: #3a7d64;--ds-color-brand-green-800: #306854;--ds-color-brand-green-900: #285545;--ds-color-brand-green-1000: #1f4436;--ds-color-brand-turquoise-100: #f7fafa;--ds-color-brand-turquoise-200: #dfe9ea;--ds-color-brand-turquoise-300: #c2d5d6;--ds-color-brand-turquoise-400: #9fbdbe;--ds-color-brand-turquoise-500: #7ba5a6;--ds-color-brand-turquoise-600: #5c8f91;--ds-color-brand-turquoise-700: #3d7a7d;--ds-color-brand-turquoise-800: #21686a;--ds-color-brand-turquoise-900: #085659;--ds-color-brand-turquoise-1000: #004447;--ds-color-brand-cyan-100: #ebfafd;--ds-color-brand-cyan-200: #a8e9f7;--ds-color-brand-cyan-300: #6ad5ef;--ds-color-brand-cyan-400: #56bbde;--ds-color-brand-cyan-500: #4aa2c7;--ds-color-brand-cyan-600: #3e89aa;--ds-color-brand-cyan-700: #32718e;--ds-color-brand-cyan-800: #275b72;--ds-color-brand-cyan-900: #1d4658;--ds-color-brand-cyan-1000: #12303d;--ds-color-brand-blue-100: #f0f7fd;--ds-color-brand-blue-200: #c9e0f7;--ds-color-brand-blue-300: #a0c9f1;--ds-color-brand-blue-400: #79b2ec;--ds-color-brand-blue-500: #5398e6;--ds-color-brand-blue-600: #3b7fd2;--ds-color-brand-blue-700: #2c67b5;--ds-color-brand-blue-800: #225296;--ds-color-brand-blue-900: #193d73;--ds-color-brand-blue-1000: #102a51;--ds-color-brand-navy-100: #f2f7fb;--ds-color-brand-navy-200: #cfe0ef;--ds-color-brand-navy-300: #acc9e2;--ds-color-brand-navy-400: #89b2d4;--ds-color-brand-navy-500: #6899c6;--ds-color-brand-navy-600: #4a82b7;--ds-color-brand-navy-700: #326aa5;--ds-color-brand-navy-800: #265688;--ds-color-brand-navy-900: #194069;--ds-color-brand-navy-1000: #0e2b4f;--ds-color-brand-purple-100: #fbf8fe;--ds-color-brand-purple-200: #ede3fd;--ds-color-brand-purple-300: #ddc9fb;--ds-color-brand-purple-400: #c9a9f8;--ds-color-brand-purple-500: #b588f5;--ds-color-brand-purple-600: #a268f3;--ds-color-brand-purple-700: #8d47f0;--ds-color-brand-purple-800: #7633d7;--ds-color-brand-purple-900: #622ab2;--ds-color-brand-purple-1000: #4e228d;--ds-color-brand-pink-100: #fff7f8;--ds-color-brand-pink-200: #fde0e6;--ds-color-brand-pink-300: #fcc2ce;--ds-color-brand-pink-400: #fa9db0;--ds-color-brand-pink-500: #f7738e;--ds-color-brand-pink-600: #e45472;--ds-color-brand-pink-700: #bf475f;--ds-color-brand-pink-800: #a03b50;--ds-color-brand-pink-900: #833142;--ds-color-brand-pink-1000: #692734;--ds-color-brand-midnight-100: #c1daf0;--ds-color-brand-midnight-200: #569ed7;--ds-color-brand-midnight-300: #156fad;--ds-color-brand-midnight-400: #01426a;--ds-color-brand-midnight-500: #00274a;--ds-color-brand-atlas-100: #cde6ff;--ds-color-brand-atlas-200: #6bb7fb;--ds-color-brand-atlas-300: #2492eb;--ds-color-brand-atlas-400: #0074c8;--ds-color-brand-atlas-500: #054687;--ds-color-brand-atlas-400-opacity-20: rgba(0, 116, 200, 0.2);--ds-color-brand-breeze-100: #c0f7ff;--ds-color-brand-breeze-200: #5de3f7;--ds-color-brand-breeze-300: #00cff0;--ds-color-brand-breeze-400: #099dc5;--ds-color-brand-breeze-500: #0b5575;--ds-color-brand-breeze-300-opacity-30: rgba(0, 207, 240, 0.3);--ds-color-brand-tropical-100: #e2ffcd;--ds-color-brand-tropical-200: #d0fba6;--ds-color-brand-tropical-300: #c0e585;--ds-color-brand-tropical-400: #91be62;--ds-color-brand-tropical-500: #5e8741;--ds-color-brand-alpine-100: #bcaae6;--ds-color-brand-alpine-200: #9e73ea;--ds-color-brand-alpine-300: #8439ef;--ds-color-brand-alpine-400: #631db8;--ds-color-brand-alpine-500: #39115c;--ds-color-brand-flamingo-100: #ffebee;--ds-color-brand-flamingo-200: #ffc0ca;--ds-color-brand-flamingo-300: #ff94a7;--ds-color-brand-flamingo-400: #f65b7b;--ds-color-brand-flamingo-500: #b82b47;--ds-color-brand-canyon-100: #ffcab6;--ds-color-brand-canyon-200: #f99574;--ds-color-brand-canyon-300: #f26135;--ds-color-brand-canyon-400: #de3e09;--ds-color-brand-canyon-500: #b83302;--ds-color-brand-goldcoast-100: #fff0cd;--ds-color-brand-goldcoast-200: #ffdb67;--ds-color-brand-goldcoast-300: #ffd200;--ds-color-brand-goldcoast-400: #e5ad07;--ds-color-brand-goldcoast-500: #b88624;--ds-color-brand-goldgray-100: #c5c1bf;--ds-color-brand-goldgray-200: #726e6c;--ds-color-brand-gold-100: #ccbc94;--ds-color-brand-gold-200: #7f682e;--ds-color-brand-emerald: #139142;--ds-color-brand-sapphire: #015daa;--ds-color-brand-ruby: #a41d4a;--ds-color-brand-lounge: #01426a;--ds-color-brand-loungeplus: #53b390;--ds-color-container-accent-default: #f5fbeb;--ds-color-container-accent-inverse: #badd81;--ds-color-container-emphasis-default: #ebfafd;--ds-color-container-emphasis-inverse: #6ad5ef;--ds-color-container-error-default: #fff4f4;--ds-color-container-error-inverse: #74110e;--ds-color-container-info-default: #f0f7fd;--ds-color-container-info-inverse: #193d73;--ds-color-container-primary-default: #ffffff;--ds-color-container-primary-inverse: #0e2b4f;--ds-color-container-secondary-default: #f7f7f7;--ds-color-container-secondary-inverse: #194069;--ds-color-container-subtle-default: #f7f8fa;--ds-color-container-subtle-inverse: #393d43;--ds-color-container-success-default: #eef8f5;--ds-color-container-success-inverse: #173c30;--ds-color-container-tertiary-default: rgba(0, 0, 0, 0.03);--ds-color-container-tertiary-inverse: rgba(255, 255, 255, 0.06);--ds-color-container-warning-default: #fef8e9;--ds-color-container-warning-inverse: #5d4514;--ds-color-container-ui-primary-active-default: #225296;--ds-color-container-ui-primary-active-inverse: #6ad5ef;--ds-color-container-ui-primary-default-default: #2c67b5;--ds-color-container-ui-primary-default-inverse: #56bbde;--ds-color-container-ui-primary-disabled-default: #a0c9f1;--ds-color-container-ui-primary-disabled-inverse: #275b72;--ds-color-container-ui-primary-focus-default: #2c67b5;--ds-color-container-ui-primary-focus-inverse: #56bbde;--ds-color-container-ui-primary-hover-default: #193d73;--ds-color-container-ui-primary-hover-inverse: #a8e9f7;--ds-color-container-ui-secondary-active-default: #f0f7fd;--ds-color-container-ui-secondary-active-inverse: rgba(255, 255, 255, 0.06);--ds-color-container-ui-secondary-default-default: #ffffff;--ds-color-container-ui-secondary-default-inverse: rgba(255, 255, 255, 0.03);--ds-color-container-ui-secondary-disabled-default: #f7f7f7;--ds-color-container-ui-secondary-disabled-inverse: rgba(255, 255, 255, 0.12);--ds-color-container-ui-secondary-focus-default: #ffffff;--ds-color-container-ui-secondary-focus-inverse: rgba(255, 255, 255, 0.03);--ds-color-container-ui-secondary-hover-default: rgba(0, 0, 0, 0.03);--ds-color-container-ui-secondary-hover-inverse: rgba(255, 255, 255, 0.12);--ds-color-container-ui-tertiary-active-default: rgba(0, 0, 0, 0.06);--ds-color-container-ui-tertiary-active-inverse: rgba(255, 255, 255, 0.06);--ds-color-container-ui-tertiary-default-default: rgba(0, 0, 0, 0.03);--ds-color-container-ui-tertiary-default-inverse: rgba(255, 255, 255, 0.12);--ds-color-container-ui-tertiary-disabled-default: rgba(0, 0, 0, 0.03);--ds-color-container-ui-tertiary-disabled-inverse: rgba(255, 255, 255, 0.25);--ds-color-container-ui-tertiary-focus-default: rgba(0, 0, 0, 0.03);--ds-color-container-ui-tertiary-focus-inverse: rgba(255, 255, 255, 0.12);--ds-color-container-ui-tertiary-hover-default: rgba(0, 0, 0, 0.12);--ds-color-container-ui-tertiary-hover-inverse: rgba(255, 255, 255, 0.25);--ds-color-icon-primary-default: #676767;--ds-color-icon-primary-inverse: #f7f7f7;--ds-color-icon-secondary-default: #7e8894;--ds-color-icon-secondary-inverse: #ccd2db;--ds-color-icon-tertiary-default: #afb9c6;--ds-color-icon-tertiary-inverse: #939fad;--ds-color-icon-emphasis-default: #2a2a2a;--ds-color-icon-emphasis-inverse: #ffffff;--ds-color-icon-accent-default: #a2c270;--ds-color-icon-accent-inverse: #badd81;--ds-color-icon-info-default: #326aa5;--ds-color-icon-info-inverse: #89b2d4;--ds-color-icon-error-default: #cc1816;--ds-color-icon-error-inverse: #f9aca6;--ds-color-icon-warning-default: #c49432;--ds-color-icon-warning-inverse: #f2c153;--ds-color-icon-success-default: #40a080;--ds-color-icon-success-inverse: #8eceb9;--ds-color-icon-subtle-default: #a0c9f1;--ds-color-icon-subtle-inverse: #326aa5;--ds-color-icon-ui-primary-default-default: #2c67b5;--ds-color-icon-ui-primary-default-inverse: #56bbde;--ds-color-icon-ui-primary-hover-default: #193d73;--ds-color-icon-ui-primary-hover-inverse: #a8e9f7;--ds-color-icon-ui-primary-active-default: #225296;--ds-color-icon-ui-primary-active-inverse: #6ad5ef;--ds-color-icon-ui-primary-disabled-default: #adadad;--ds-color-icon-ui-primary-disabled-inverse: #7e7e7e;--ds-color-icon-ui-primary-focus-default: #2c67b5;--ds-color-icon-ui-primary-focus-inverse: #56bbde;--ds-color-icon-ui-secondary-active-default: #676767;--ds-color-icon-ui-secondary-active-inverse: #c5c5c5;--ds-color-icon-ui-secondary-default-default: #7e7e7e;--ds-color-icon-ui-secondary-default-inverse: #adadad;--ds-color-icon-ui-secondary-disabled-default: #adadad;--ds-color-icon-ui-secondary-disabled-inverse: #7e7e7e;--ds-color-icon-ui-secondary-focus-default: #7e7e7e;--ds-color-icon-ui-secondary-focus-inverse: #adadad;--ds-color-icon-ui-secondary-hover-default: #525252;--ds-color-icon-ui-secondary-hover-inverse: #dddddd;--ds-color-icon-brand-red-default: #d03a08;--ds-color-icon-brand-red-inverse: #e9815e;--ds-color-icon-brand-yellow-default: #7c7140;--ds-color-icon-brand-yellow-inverse: #f9ce06;--ds-color-icon-brand-pink-default: #bf475f;--ds-color-icon-brand-pink-inverse: #f7738e;--ds-color-icon-brand-purple-default: #8d47f0;--ds-color-icon-brand-purple-inverse: #b588f5;--ds-color-icon-brand-lime-default: #647845;--ds-color-icon-brand-lime-inverse: #badd81;--ds-color-icon-brand-green-default: #3a7d64;--ds-color-icon-brand-green-inverse: #51ae8c;--ds-color-icon-brand-turquoise-default: #3d7a7d;--ds-color-icon-brand-turquoise-inverse: #7ba5a6;--ds-color-icon-brand-navy-default: #265688;--ds-color-icon-brand-navy-inverse: #6899c6;--ds-color-icon-brand-blue-default: #2c67b5;--ds-color-icon-brand-blue-inverse: #5398e6;--ds-color-icon-brand-cyan-default: #32718e;--ds-color-icon-brand-cyan-inverse: #6ad5ef;--ds-color-icon-brand-gray-default: #676767;--ds-color-icon-brand-gray-inverse: #c5c5c5;--ds-color-icon-brand-neutral-default: #6a717c;--ds-color-icon-brand-neutral-inverse: #afb9c6;--ds-color-icon-disabled-default: rgba(0, 0, 0, 0.15);--ds-color-text-primary-default: #2a2a2a;--ds-color-text-primary-inverse: #ffffff;--ds-color-text-secondary-default: #525252;--ds-color-text-secondary-inverse: #dddddd;--ds-color-text-tertiary-default: #6a717c;--ds-color-text-tertiary-inverse: #adadad;--ds-color-text-error-default: #cc1816;--ds-color-text-error-inverse: #f9aca6;--ds-color-text-emphasis-default: #265688;--ds-color-text-emphasis-inverse: #cfe0ef;--ds-color-text-accent-default: #647845;--ds-color-text-accent-inverse: #badd81;--ds-color-text-info-default: #326aa5;--ds-color-text-info-inverse: #acc9e2;--ds-color-text-subtle-default: #32718e;--ds-color-text-subtle-inverse: #56bbde;--ds-color-text-success-default: #0b6f4d;--ds-color-text-success-inverse: #8eceb9;--ds-color-text-ui-active-default: #225296;--ds-color-text-ui-active-inverse: #6ad5ef;--ds-color-text-ui-default-default: #2c67b5;--ds-color-text-ui-default-inverse: #56bbde;--ds-color-text-ui-disabled-default: #adadad;--ds-color-text-ui-disabled-inverse: #7e7e7e;--ds-color-text-ui-focus-default: #2c67b5;--ds-color-text-ui-focus-inverse: #56bbde;--ds-color-text-ui-hover-default: #193d73;--ds-color-text-ui-hover-inverse: #a8e9f7;--ds-color-text-link-default: #0074c8;--ds-color-text-link-inverse: #00cff0;--ds-color-tier-alaska-mvp-default: #726e6c;--ds-color-tier-alaska-mvp-inverse: #c5c1bf;--ds-color-tier-alaska-mvpgold-default: #7f682e;--ds-color-tier-alaska-mvpgold-inverse: #c5c1bf;--ds-color-tier-alaska-mvpgold75k-default: #7f682e;--ds-color-tier-alaska-mvpgold75k-inverse: #c5c1bf;--ds-color-tier-alaska-mvpgold100k-default: #7f682e;--ds-color-tier-alaska-mvpgold100k-inverse: #c5c1bf;--ds-color-tier-alaska-lounge: #01426a;--ds-color-tier-alaska-loungeplus: #53b390;--ds-color-tier-fare-business-default: #005154;--ds-color-tier-fare-business-inverse: #9fbdbe;--ds-color-tier-fare-economy-default: #2c67b5;--ds-color-tier-fare-economy-inverse: #a0c9f1;--ds-color-tier-fare-first-class-default: #002c4e;--ds-color-tier-fare-first-class-inverse: #89b2d4;--ds-color-tier-fare-saver-default: #4aa2c7;--ds-color-tier-fare-saver-inverse: #a8e9f7;--ds-color-tier-oneworld-emerald: #139142;--ds-color-tier-oneworld-sapphire: #015daa;--ds-color-tier-oneworld-ruby: #a41d4a;--ds-color-ui-default-default: #0074c8;--ds-color-ui-default-inverse: #00cff0;--ds-color-ui-hover-default: #054687;--ds-color-ui-hover-inverse: #5de3f7;--ds-color-ui-active-default: #054687;--ds-color-ui-active-inverse: #5de3f7;--ds-color-ui-disabled-default: rgba(0, 116, 200, 0.2);--ds-color-ui-bkg-default-default: rgba(0, 0, 0, 0.03);--ds-color-ui-bkg-default-inverse: rgba(255, 255, 255, 0.03);--ds-color-ui-bkg-hover-default: rgba(0, 0, 0, 0.06);--ds-color-ui-bkg-hover-inverse: rgba(255, 255, 255, 0.06);--ds-color-utility-blue-default: #79b2ec;--ds-color-utility-blue-inverse: #c9e0f7;--ds-color-utility-cyan-default: #6ad5ef;--ds-color-utility-cyan-inverse: #a8e9f7;--ds-color-utility-green-default: #7ec6ac;--ds-color-utility-green-inverse: #addbca;--ds-color-utility-gray-default: #adadad;--ds-color-utility-gray-inverse: #dddddd;--ds-color-utility-lime-default: #badd81;--ds-color-utility-lime-inverse: #d8efb4;--ds-color-utility-navy-default: #265688;--ds-color-utility-navy-inverse: #acc9e2;--ds-color-utility-neutral-default: #7e8894;--ds-color-utility-neutral-inverse: #ccd2db;--ds-color-utility-pink-default: #f7738e;--ds-color-utility-pink-inverse: #fcc2ce;--ds-color-utility-purple-default: #8d47f0;--ds-color-utility-purple-inverse: #ddc9fb;--ds-color-utility-red-default: #e35c2f;--ds-color-utility-red-inverse: #f0a68d;--ds-color-utility-turquoise-default: #5c8f91;--ds-color-utility-turquoise-inverse: #9fbdbe;--ds-color-utility-yellow-default: #f9ce06;--ds-color-utility-yellow-inverse: #ffe87e;--ds-color-utility-error-default: #cc1816;--ds-color-utility-error-inverse: #f9aca6;--ds-color-utility-warning-default: #f2c153;--ds-color-utility-warning-inverse: #f2c153;--ds-color-utility-success-default: #0b6f4d;--ds-color-utility-success-inverse: #8eceb9}*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}*:focus-visible{outline:0}*:focus-visible{outline:0}:focus:not(:focus-visible){outline:3px solid transparent}:host{display:inline-block;width:100%;margin:0;padding:0;vertical-align:middle}:host ::slotted(auro-menuoption),:host ::slotted([auro-menuoption]),:host auro-menuoption[loadingplaceholder]{padding-left:calc(var(--ds-size-150, 0.75rem) + 24px + var(--ds-size-100, 0.5rem))}:host ::slotted([selected]){padding-left:0}:host ::slotted(hr){box-sizing:content-box !important;height:0 !important;overflow:visible !important;margin:var(--ds-size-100, 0.5rem) 0 !important;border-width:0 !important;border-top-width:1px !important;border-top-style:solid !important}:host([nocheckmark]) ::slotted(auro-menuoption),:host([nocheckmark]) auro-menuoption[loadingplaceholder]{padding-left:var(--ds-size-200, 1rem)}:host([root]){overflow-y:auto}[loadingplaceholder]{color:var(--ds-color-text-secondary-default, #525252)}[loadingplaceholder].empty{opacity:0;position:absolute}[loadingplaceholder] slot[name=loadingIcon]{vertical-align:middle;line-height:1;display:inline-block}[loadingplaceholder] slot[name=loadingIcon]::slotted(*){margin-right:var(--ds-size-150, 0.75rem)}`;
28
+
29
+ var colorCss$2 = i$5`:host ::slotted(hr){border-top-color:var(--ds-auro-menu-divider-color) !important}`;
30
+
31
+ var tokensCss$1 = i$5`:host{--ds-auro-menu-divider-color: var(--ds-color-border-divider-default, $ds-color-border-divider-default);--ds-auro-menuoption-container-color: transparent;--ds-auro-menuoption-icon-color: transparent;--ds-auro-menuoption-text-color: var(--ds-color-text-primary-default, $ds-color-text-primary-default)}`;
32
+
33
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
34
+ // See LICENSE in the project root for license information.
35
+
36
+ // ---------------------------------------------------------------------
37
+
38
+ /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
39
+
40
+ class AuroLibraryRuntimeUtils {
41
+
42
+ /* eslint-disable jsdoc/require-param */
43
+
44
+ /**
45
+ * This will register a new custom element with the browser.
46
+ * @param {String} name - The name of the custom element.
47
+ * @param {Object} componentClass - The class to register as a custom element.
48
+ * @returns {void}
49
+ */
50
+ registerComponent(name, componentClass) {
51
+ if (!customElements.get(name)) {
52
+ customElements.define(name, class extends componentClass {});
53
+ }
54
+ }
55
+
56
+ /**
57
+ * Finds and returns the closest HTML Element based on a selector.
58
+ * @returns {void}
59
+ */
60
+ closestElement(
61
+ selector, // selector like in .closest()
62
+ base = this, // extra functionality to skip a parent
63
+ __Closest = (el, found = el && el.closest(selector)) =>
64
+ !el || el === document || el === window
65
+ ? null // standard .closest() returns null for non-found selectors also
66
+ : found
67
+ ? found // found a selector INside this element
68
+ : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
69
+ ) {
70
+ return __Closest(base);
71
+ }
72
+ /* eslint-enable jsdoc/require-param */
73
+
74
+ /**
75
+ * 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.
76
+ * @param {Object} elem - The element to check.
77
+ * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
78
+ * @returns {void}
79
+ */
80
+ handleComponentTagRename(elem, tagName) {
81
+ const tag = tagName.toLowerCase();
82
+ const elemTag = elem.tagName.toLowerCase();
83
+
84
+ if (elemTag !== tag) {
85
+ elem.setAttribute(tag, true);
86
+ }
87
+ }
88
+
89
+ /**
90
+ * Validates if an element is a specific Auro component.
91
+ * @param {Object} elem - The element to validate.
92
+ * @param {String} tagName - The name of the Auro component to check against.
93
+ * @returns {Boolean} - Returns true if the element is the specified Auro component.
94
+ */
95
+ elementMatch(elem, tagName) {
96
+ const tag = tagName.toLowerCase();
97
+ const elemTag = elem.tagName.toLowerCase();
98
+
99
+ return elemTag === tag || elem.hasAttribute(tag);
100
+ }
101
+ }
102
+
103
+ // Copyright (c) 2021 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
104
+ // See LICENSE in the project root for license information.
105
+
106
+ // ---------------------------------------------------------------------
107
+
108
+ /**
109
+ * Converts value to an array.
110
+ * If the value is a JSON string representing an array, it will be parsed.
111
+ * If the value is already an array, it is returned.
112
+ * If the value is undefined, it returns undefined.
113
+ * @private
114
+ * @param {any} value - The value to be converted. Can be a string, array, or undefined.
115
+ * @returns {Array|undefined} - The converted array or undefined.
116
+ * @throws {Error} - Throws an error if the value is not an array, undefined,
117
+ * or if the value cannot be parsed into an array from a JSON string.
118
+ */
119
+ function arrayConverter(value) {
120
+ // Allow undefined
121
+ if (value === undefined) {
122
+ return undefined;
123
+ }
124
+
125
+ // Return the value if it is already an array
126
+ if (Array.isArray(value)) {
127
+ return value;
128
+ }
129
+
130
+ try {
131
+ // If value is a JSON string, parse it
132
+ const parsed = typeof value === 'string' ? JSON.parse(value) : value;
133
+
134
+ // Check if the parsed value is an array
135
+ if (Array.isArray(parsed)) {
136
+ return parsed;
137
+ }
138
+ } catch (error) {
139
+ // If JSON parsing fails, continue to throw an error below
140
+ /* eslint-disable no-console */
141
+ console.error('JSON parsing failed:', error);
142
+ }
143
+
144
+ // Throw error if the input is not an array or undefined
145
+ throw new Error('Invalid value: Input must be an array or undefined');
146
+ }
147
+
148
+ /**
149
+ * Compare two arrays for equality.
150
+ * @private
151
+ * @param {Array} arr1 - First array to compare.
152
+ * @param {Array} arr2 - Second array to compare.
153
+ * @returns {boolean} True if arrays are equal.
154
+ */
155
+ function arraysAreEqual(arr1, arr2) {
156
+ // If both arrays undefined, they are equal (true)
157
+ if (arr1 === undefined || arr2 === undefined) {
158
+ return arr1 === arr2;
159
+ }
160
+
161
+ // If arrays have different lengths, they are not equal
162
+ if (arr1.length !== arr2.length) {
163
+ return false;
164
+ }
165
+
166
+ // If every item at each index is the same, return true
167
+ for (let index = 0; index < arr1.length; index += 1) {
168
+ if (arr1[index] !== arr2[index]) {
169
+ return false;
170
+ }
171
+ }
172
+ return true;
173
+ }
174
+
175
+ /**
176
+ * Compares array for changes.
177
+ * @private
178
+ * @param {Array|any} newVal - New value to compare.
179
+ * @param {Array|any} oldVal - Old value to compare.
180
+ * @returns {boolean} True if arrays have changed.
181
+ */
182
+ function arrayOrUndefinedHasChanged(newVal, oldVal) {
183
+ try {
184
+ // Check if values are undefined or arrays
185
+ const isArrayOrUndefined = (val) => val === undefined || Array.isArray(val);
186
+
187
+ // If non-array or non-undefined, throw error
188
+ if (!isArrayOrUndefined(newVal) || !isArrayOrUndefined(oldVal)) {
189
+ const invalidValue = isArrayOrUndefined(newVal) ? oldVal : newVal;
190
+ throw new Error(`Value must be an array or undefined, received ${typeof invalidValue}`);
191
+ }
192
+
193
+ // Return true if arrays have changed, false if they are the same
194
+ return !arraysAreEqual(newVal, oldVal);
195
+ } catch (error) {
196
+ /* eslint-disable no-console */
197
+ console.error(error);
198
+ // If validation fails, it has changed
199
+ return true;
200
+ }
201
+ }
202
+
203
+ /**
204
+ * Validates if an option can be interacted with.
205
+ * @private
206
+ * @param {HTMLElement} option - The option to check.
207
+ * @returns {boolean} True if option is interactive.
208
+ */
209
+ function isOptionInteractive(option) {
210
+ return !option.hasAttribute('hidden') &&
211
+ !option.hasAttribute('disabled') &&
212
+ !option.hasAttribute('static');
213
+ }
214
+
215
+ /**
216
+ * Helper method to dispatch custom events.
217
+ * @param {HTMLElement} element - Element to dispatch event from.
218
+ * @param {string} eventName - Name of the event to dispatch.
219
+ * @param {Object} [detail] - Optional detail object to include with the event.
220
+ */
221
+ function dispatchMenuEvent(element, eventName, detail = null) {
222
+ const eventConfig = {
223
+ bubbles: true,
224
+ cancelable: false,
225
+ composed: true
226
+ };
227
+
228
+ if (detail !== null) {
229
+ eventConfig.detail = detail;
230
+ }
231
+
232
+ element.dispatchEvent(new CustomEvent(eventName, eventConfig));
233
+ }
234
+
235
+ // Copyright (c) 2021 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
236
+ // See LICENSE in the project root for license information.
237
+
238
+
239
+
240
+ // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
241
+ /**
242
+ * The auro-menu element provides users a way to select from a list of options.
243
+ * @attr {Array<HTMLElement>|undefined} optionselected - An array of currently selected menu options. In single-select mode, the array will contain only one HTMLElement. `undefined` when no options are selected.
244
+ * @attr {object} optionactive - Specifies the current active menuOption.
245
+ * @attr {string} matchword - Specifies a string used to highlight matched string parts in options.
246
+ * @attr {boolean} disabled - When true, the entire menu and all options are disabled;
247
+ * @attr {boolean} nocheckmark - When true, selected option will not show the checkmark.
248
+ * @attr {boolean} loading - When true, displays a loading state using the loadingIcon and loadingText slots if provided.
249
+ * @attr {boolean} multiselect - When true, the selected option can be multiple options.
250
+ * @attr {Array<string>|undefined} value - Value selected for the menu. `undefined` when no selection has been made, otherwise an array of strings. In single-select mode, the array will contain only one value.
251
+ * @prop {boolean} hasLoadingPlaceholder - Indicates whether the menu has a loadingIcon or loadingText to render when in a loading state.
252
+ * @event {CustomEvent<Element>} auroMenu-activatedOption - Notifies that a menuoption has been made `active`.
253
+ * @event {CustomEvent<any>} auroMenu-customEventFired - Notifies that a custom event has been fired.
254
+ * @event {CustomEvent<{ loading: boolean; hasLoadingPlaceholder: boolean; }>} auroMenu-loadingChange - Notifies when the loading attribute is changed.
255
+ * @event {CustomEvent<any>} auroMenu-selectValueFailure - Notifies that an attempt to select a menuoption by matching a value has failed.
256
+ * @event {CustomEvent<any>} auroMenu-selectValueReset - Notifies that the component value has been reset.
257
+ * @event {CustomEvent<any>} auroMenu-selectedOption - Notifies that a new menuoption selection has been made.
258
+ * @slot loadingText - Text to show while loading attribute is set
259
+ * @slot loadingIcon - Icon to show while loading attribute is set
260
+ * @slot - Slot for insertion of menu options.
261
+ */
262
+
263
+ /* eslint-disable no-magic-numbers, max-lines */
264
+
265
+ class AuroMenu extends r {
266
+ constructor() {
267
+ super();
268
+
269
+ // State properties (reactive)
270
+
271
+ // Value of the selected options
272
+ this.value = undefined;
273
+ // Currently selected option
274
+ this.optionSelected = undefined;
275
+ // String used for highlighting/filtering
276
+ this.matchWord = undefined;
277
+ // Hide the checkmark icon on selected options
278
+ this.noCheckmark = false;
279
+ // Currently active option
280
+ this.optionActive = undefined;
281
+ // Loading state
282
+ this.loading = false;
283
+ // Multi-select mode
284
+ this.multiSelect = false;
285
+
286
+ // Event Bindings
287
+
288
+ /**
289
+ * @private
290
+ */
291
+ this.handleKeyDown = this.handleKeyDown.bind(this);
292
+
293
+ /**
294
+ * @private
295
+ */
296
+ this.handleMouseSelect = this.handleMouseSelect.bind(this);
297
+
298
+ /**
299
+ * @private
300
+ */
301
+ this.handleOptionHover = this.handleOptionHover.bind(this);
302
+
303
+ /**
304
+ * @private
305
+ */
306
+ this.handleSlotChange = this.handleSlotChange.bind(this);
307
+
308
+ // Instance properties (non-reactive)
309
+
310
+ /**
311
+ * @private
312
+ */
313
+ Object.assign(this, {
314
+ // Root-level menu (true) or a nested submenu (false)
315
+ rootMenu: true,
316
+ // Currently focused/active menu item index
317
+ index: -1,
318
+ // Nested menu spacer
319
+ nestingSpacer: '<span class="nestingSpacer"></span>',
320
+ // Loading indicator for slot elements
321
+ loadingSlots: null,
322
+ // Store for menu items
323
+ items: [],
324
+ });
325
+ }
326
+
327
+ static get properties() {
328
+ return {
329
+ noCheckmark: {
330
+ type: Boolean,
331
+ reflect: true,
332
+ attribute: 'nocheckmark'
333
+ },
334
+ disabled: {
335
+ type: Boolean,
336
+ reflect: true
337
+ },
338
+ loading: {
339
+ type: Boolean,
340
+ reflect: true
341
+ },
342
+ optionSelected: {
343
+ // Allow HTMLElement[] arrays and undefined
344
+ converter: arrayConverter,
345
+ hasChanged: arrayOrUndefinedHasChanged
346
+ },
347
+ optionActive: {
348
+ type: Object,
349
+ attribute: 'optionactive'
350
+ },
351
+ matchWord: {
352
+ type: String,
353
+ attribute: 'matchword'
354
+ },
355
+ multiSelect: {
356
+ type: Boolean,
357
+ reflect: true,
358
+ attribute: 'multiselect'
359
+ },
360
+ value: {
361
+ // Allow string[] arrays and undefined
362
+ type: Object,
363
+ converter: arrayConverter,
364
+ hasChanged: arrayOrUndefinedHasChanged
365
+ }
366
+ };
367
+ }
368
+
369
+ static get styles() {
370
+ return [
371
+ styleCss$2,
372
+ colorCss$2,
373
+ tokensCss$1
374
+ ];
375
+ }
376
+
377
+ /**
378
+ * This will register this element with the browser.
379
+ * @param {string} [name="auro-menu"] - The name of element that you want to register to.
380
+ *
381
+ * @example
382
+ * AuroMenu.register("custom-menu") // this will register this element to <custom-menu/>
383
+ *
384
+ */
385
+ static register(name = "auro-menu") {
386
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroMenu);
387
+ }
388
+
389
+ // Lifecycle Methods
390
+
391
+ connectedCallback() {
392
+ super.connectedCallback();
393
+
394
+ this.addEventListener('keydown', this.handleKeyDown);
395
+ this.addEventListener('mousedown', this.handleMouseSelect);
396
+ this.addEventListener('auroMenuOption-mouseover', this.handleOptionHover);
397
+ this.addEventListener('slotchange', this.handleSlotChange);
398
+ }
399
+
400
+ disconnectedCallback() {
401
+ this.removeEventListener('keydown', this.handleKeyDown);
402
+ this.removeEventListener('mousedown', this.handleMouseSelect);
403
+ this.removeEventListener('auroMenuOption-mouseover', this.handleOptionHover);
404
+ this.removeEventListener('slotchange', this.handleSlotChange);
405
+
406
+ super.disconnectedCallback();
407
+ }
408
+
409
+ firstUpdated() {
410
+ AuroLibraryRuntimeUtils.prototype.handleComponentTagRename(this, 'auro-menu');
411
+
412
+ this.loadingSlots = this.querySelectorAll("[slot='loadingText'], [slot='loadingIcon']");
413
+ this.initializeMenu();
414
+ }
415
+
416
+ updated(changedProperties) {
417
+ if (changedProperties.has('value')) {
418
+ // Handle null/undefined case
419
+ if (this.value === undefined || this.value === null) {
420
+ this.optionSelected = undefined;
421
+ // Reset index tracking
422
+ this.index = -1;
423
+ } else {
424
+ // Convert single values to arrays
425
+ const valueArray = Array.isArray(this.value) ? this.value : [this.value];
426
+
427
+ // Find all matching options
428
+ const matchingOptions = this.items.filter((item) => valueArray.includes(item.value));
429
+
430
+ if (matchingOptions.length > 0) {
431
+ if (this.multiSelect) {
432
+ // For multiselect, keep all matching options
433
+ this.optionSelected = matchingOptions;
434
+ } else {
435
+ // For single select, only use the first match
436
+ this.optionSelected = [matchingOptions[0]];
437
+ this.index = this.items.indexOf(matchingOptions[0]);
438
+ }
439
+ } else {
440
+ // No matches found - trigger failure event
441
+ dispatchMenuEvent(this, 'auroMenu-selectValueFailure');
442
+ this.optionSelected = undefined;
443
+ this.index = -1;
444
+ }
445
+ }
446
+
447
+ // Update UI state
448
+ this.updateItemsState(new Map([
449
+ [
450
+ 'optionSelected',
451
+ true
452
+ ]
453
+ ]));
454
+
455
+ // Notify of changes
456
+ if (this.optionSelected !== undefined) {
457
+ this.notifySelectionChange();
458
+ }
459
+ }
460
+
461
+ // Process all other UI updates
462
+ this.updateItemsState(changedProperties);
463
+ }
464
+
465
+ /**
466
+ * Updates the UI state and appearance of menu items based on changed properties.
467
+ * @private
468
+ * @param {Map<string, boolean>} changedProperties - LitElement's changed properties map.
469
+ */
470
+ updateItemsState(changedProperties) {
471
+ if (!this.items) {
472
+ return;
473
+ }
474
+
475
+ // Handle noCheckmark propagation to all menus and options
476
+ if (changedProperties.has('noCheckmark') && this.noCheckmark) {
477
+ // Update both menus and options
478
+ this.querySelectorAll('auro-menu, [auro-menu], auro-menuoption, [auro-menuoption]').forEach((element) => element.setAttribute('noCheckmark', ''));
479
+ }
480
+
481
+ // Regex for matchWord if needed
482
+ let regexWord = null;
483
+
484
+ if (changedProperties.has('matchWord') && this.matchWord && this.matchWord.length) {
485
+ const escapedWord = this.matchWord.replace(/[.*+?^${}()|[\]\\]/gu, '\\$&');
486
+ regexWord = new RegExp(escapedWord, 'giu');
487
+ }
488
+
489
+ // Handle direct item updates
490
+ this.items.forEach((option) => {
491
+ // Update selection if option or value changed
492
+ if (changedProperties.has('optionSelected') || changedProperties.has('value')) {
493
+ const isSelected = this.isOptionSelected(option);
494
+ option.setAttribute('aria-selected', isSelected ? 'true' : 'false');
495
+
496
+ // Add/remove selected attribute based on state
497
+ if (isSelected) {
498
+ option.setAttribute('selected', '');
499
+ } else {
500
+ option.removeAttribute('selected');
501
+ }
502
+ }
503
+
504
+ // Update text highlighting if matchWord changed
505
+ if (changedProperties.has('matchWord') && regexWord &&
506
+ isOptionInteractive(option) && !option.hasAttribute('persistent')) {
507
+ const nested = option.querySelectorAll('.nestingSpacer');
508
+ // Create nested spacers
509
+ const nestingSpacerBundle = [...nested].map(() => this.nestingSpacer).join('');
510
+
511
+ // Update with spacers and matchWord
512
+ option.innerHTML = nestingSpacerBundle +
513
+ option.textContent.replace(
514
+ regexWord,
515
+ (match) => `<strong>${match}</strong>`
516
+ );
517
+ }
518
+
519
+ // Update disabled state
520
+ if (changedProperties.has('disabled')) {
521
+ option.disabled = this.disabled;
522
+ }
523
+ });
524
+
525
+ // Handle loading state changes
526
+ if (changedProperties.has('loading')) {
527
+ this.setAttribute("aria-busy", this.loading);
528
+ dispatchMenuEvent(this, "auroMenu-loadingChange", {
529
+ loading: this.loading,
530
+ hasLoadingPlaceholder: this.hasLoadingPlaceholder
531
+ });
532
+ }
533
+ }
534
+
535
+ // Init Methods
536
+
537
+ /**
538
+ * Initializes the menu's state and structure.
539
+ * @private
540
+ */
541
+ initializeMenu() {
542
+ this.initItems();
543
+ if (this.rootMenu) {
544
+ this.setAttribute('role', 'listbox');
545
+ this.setAttribute('root', '');
546
+ this.handleNestedMenus(this);
547
+ }
548
+ }
549
+
550
+ /**
551
+ * Initializes menu items and their attributes.
552
+ * @private
553
+ */
554
+ initItems() {
555
+ this.items = Array.from(this.querySelectorAll('auro-menuoption, [auro-menuoption]'));
556
+ if (this.noCheckmark) {
557
+ this.updateItemsState(new Map([
558
+ [
559
+ 'noCheckmark',
560
+ true
561
+ ]
562
+ ]));
563
+ }
564
+ }
565
+
566
+ // Logic Methods
567
+
568
+ /**
569
+ * Updates menu state when an option is selected.
570
+ * @private
571
+ * @param {HTMLElement} option - The option element to select.
572
+ */
573
+ handleSelectState(option) {
574
+ if (this.multiSelect) {
575
+ const currentValue = this.value || [];
576
+ const currentSelected = this.optionSelected || [];
577
+
578
+ if (!currentValue.includes(option.value)) {
579
+ this.value = [
580
+ ...currentValue,
581
+ option.value
582
+ ];
583
+ }
584
+ if (!currentSelected.includes(option)) {
585
+ this.optionSelected = [
586
+ ...currentSelected,
587
+ option
588
+ ];
589
+ }
590
+ } else {
591
+ // Single select - use arrays with single values
592
+ this.value = [option.value];
593
+ this.optionSelected = [option];
594
+ }
595
+
596
+ this.index = this.items.indexOf(option);
597
+ }
598
+
599
+ /**
600
+ * Deselects a menu option and updates related state.
601
+ * @private
602
+ * @param {HTMLElement} option - The menuoption to be deselected.
603
+ */
604
+ handleDeselectState(option) {
605
+ if (this.multiSelect && Array.isArray(this.value)) {
606
+ // Remove this option from array
607
+ this.value = this.value.filter((val) => val !== option.value);
608
+
609
+ // If array is empty after removal, set back to undefined
610
+ if (this.value.length === 0) {
611
+ this.value = undefined;
612
+ }
613
+
614
+ this.optionSelected = this.optionSelected.filter((val) => val !== option);
615
+ if (this.optionSelected.length === 0) {
616
+ this.optionSelected = undefined;
617
+ }
618
+ } else {
619
+ // For single-select: Back to undefined when deselected
620
+ this.value = undefined;
621
+ this.optionSelected = undefined;
622
+ }
623
+
624
+ // Update the index tracking
625
+ this.index = this.items.indexOf(option);
626
+
627
+ // Update UI to reflect changes
628
+ this.updateItemsState(new Map([
629
+ [
630
+ 'optionSelected',
631
+ true
632
+ ]
633
+ ]));
634
+
635
+ // Notify of selection change
636
+ this.notifySelectionChange();
637
+ }
638
+
639
+ /**
640
+ * Resets all options to their default state.
641
+ * @private
642
+ */
643
+ clearSelection() {
644
+ this.optionSelected = undefined;
645
+ this.value = undefined;
646
+ }
647
+
648
+ /**
649
+ * Resets the menu to its initial state.
650
+ * This is the only way to return value to undefined.
651
+ * @public
652
+ */
653
+ reset() {
654
+ // Reset to undefined - initial state
655
+ this.value = undefined;
656
+ this.optionSelected = undefined;
657
+ this.index = -1;
658
+
659
+ // Reset UI state
660
+ this.updateItemsState(new Map([
661
+ [
662
+ 'optionSelected',
663
+ true
664
+ ]
665
+ ]));
666
+
667
+ // Dispatch reset event
668
+ dispatchMenuEvent(this, 'auroMenu-selectValueReset');
669
+ }
670
+
671
+ /**
672
+ * Handles nested menu structure.
673
+ * @private
674
+ * @param {HTMLElement} menu - Root menu element.
675
+ */
676
+ handleNestedMenus(menu) {
677
+ const nestedMenus = menu.querySelectorAll('auro-menu, [auro-menu]');
678
+
679
+ nestedMenus.forEach((nestedMenu) => {
680
+ // role="listbox" only allows "role=group" for children.
681
+ nestedMenu.setAttribute('role', 'group');
682
+ if (!nestedMenu.hasAttribute('aria-label')) {
683
+ nestedMenu.setAttribute('aria-label', 'submenu');
684
+ }
685
+
686
+ const options = nestedMenu.querySelectorAll(':scope > auro-menuoption, :scope > [auro-menuoption]');
687
+ options.forEach((option) => {
688
+ option.innerHTML = this.nestingSpacer + option.innerHTML;
689
+ });
690
+
691
+ this.handleNestedMenus(nestedMenu);
692
+ });
693
+ }
694
+
695
+ // Event Handlers
696
+
697
+ /**
698
+ * Handles keyboard navigation.
699
+ * @private
700
+ * @param {KeyboardEvent} event - Event object from the browser.
701
+ */
702
+ handleKeyDown(event) {
703
+ event.preventDefault();
704
+ switch (event.key) {
705
+ case "ArrowDown":
706
+ this.navigateOptions('down');
707
+ break;
708
+ case "ArrowUp":
709
+ this.navigateOptions('up');
710
+ break;
711
+ case "Enter":
712
+ this.makeSelection();
713
+ break;
714
+ }
715
+ }
716
+
717
+ /**
718
+ * Makes a selection based on the current index or clicked option.
719
+ * @private
720
+ */
721
+ makeSelection() {
722
+ if (!this.items) {
723
+ this.initItems();
724
+ }
725
+
726
+ // Get currently selected menu option based on index
727
+ const option = this.items[this.index];
728
+
729
+ // Return early if option is not interactive
730
+ if (!option || !isOptionInteractive(option)) {
731
+ return;
732
+ }
733
+
734
+ // Handle custom events first
735
+ if (option.hasAttribute('event')) {
736
+ this.handleCustomEvent(option);
737
+ return;
738
+ }
739
+
740
+ if (this.multiSelect) {
741
+ // In multiselect, toggle individual selections
742
+ this.toggleOption(option);
743
+ // In single select, only handle selection of new options
744
+ } else if (!this.isOptionSelected(option)) {
745
+ this.clearSelection();
746
+ this.handleSelectState(option);
747
+ }
748
+
749
+ this.notifySelectionChange();
750
+ }
751
+
752
+ /**
753
+ * Toggle the selection state of the menuoption.
754
+ * @private
755
+ * @param {HTMLElement} option - The menuoption to toggle.
756
+ */
757
+ toggleOption(option) {
758
+ const isCurrentlySelected = this.isOptionSelected(option);
759
+
760
+ if (isCurrentlySelected) {
761
+ this.handleDeselectState(option);
762
+ } else if (option.value === undefined || option.value === '') {
763
+ dispatchMenuEvent(this, 'auroMenu-selectValueFailure');
764
+ } else {
765
+ this.handleSelectState(option);
766
+ }
767
+ }
768
+
769
+ /**
770
+ * Handles option selection via mouse.
771
+ * @private
772
+ * @param {MouseEvent} event - Event object from the browser.
773
+ */
774
+ handleMouseSelect(event) {
775
+ if (event.target === this) {
776
+ return;
777
+ }
778
+
779
+ const option = event.target.closest('auro-menuoption, [auro-menuoption]');
780
+ if (option) {
781
+ this.index = this.items.indexOf(option);
782
+ this.makeSelection();
783
+ }
784
+ }
785
+
786
+ /**
787
+ * Handles option hover events.
788
+ * @private
789
+ * @param {CustomEvent} event - Event object from the browser.
790
+ */
791
+ handleOptionHover(event) {
792
+ const option = event.target;
793
+ this.index = this.items.indexOf(option);
794
+ this.updateActiveOption(this.index);
795
+ }
796
+
797
+ /**
798
+ * Handles slot change events.
799
+ * @private
800
+ */
801
+ handleSlotChange() {
802
+ if (this.parentElement && this.parentElement.closest('auro-menu, [auro-menu]')) {
803
+ this.rootMenu = false;
804
+ }
805
+
806
+ if (this.rootMenu) {
807
+ this.initializeMenu();
808
+ } else if (this.noCheckmark) {
809
+ this.updateItemsState(new Map([
810
+ [
811
+ 'noCheckmark',
812
+ true
813
+ ]
814
+ ]));
815
+ }
816
+ }
817
+
818
+ /**
819
+ * Navigates through options using keyboard.
820
+ * @private
821
+ * @param {string} direction - 'up' or 'down'.
822
+ */
823
+ navigateOptions(direction) {
824
+ // Return early if no items exist
825
+ if (!this.items || !this.items.length) {
826
+ return;
827
+ }
828
+
829
+ let newIndex = this.index;
830
+ const increment = direction === 'down' ? 1 : -1;
831
+ const maxIterations = this.items.length;
832
+ let iterations = 0;
833
+ let foundInteractiveOption = false;
834
+
835
+ do {
836
+ newIndex = (newIndex + increment + this.items.length) % this.items.length;
837
+ iterations += 1;
838
+
839
+ // Check if current option is interactive
840
+ const currentOption = this.items[newIndex];
841
+ if (isOptionInteractive(currentOption)) {
842
+ foundInteractiveOption = true;
843
+ break;
844
+ }
845
+
846
+ // Break if all options were checked
847
+ if (iterations >= maxIterations) {
848
+ break;
849
+ }
850
+ } while (iterations < maxIterations);
851
+
852
+ // Handle the results of the search
853
+ if (foundInteractiveOption) {
854
+ // Update only if an interactive option was found
855
+ this.index = newIndex;
856
+ this.updateActiveOption(this.index);
857
+ } else {
858
+ // All options are disabled or non-interactive
859
+ // Keep the current index unchanged
860
+ dispatchMenuEvent(this, 'auroMenu-navigateFailure', {
861
+ reason: 'No interactive options available',
862
+ direction,
863
+ currentIndex: this.index
864
+ });
865
+ }
866
+ }
867
+
868
+ /**
869
+ * Updates the active option state and dispatches events.
870
+ * @private
871
+ * @param {number} index - Index of the option to make active.
872
+ */
873
+ updateActiveOption(index) {
874
+ if (!this.items || !this.items[index]) {
875
+ return;
876
+ }
877
+
878
+ this.items.forEach((item) => item.classList.remove('active'));
879
+ this.items[index].classList.add('active');
880
+ this.optionActive = this.items[index];
881
+
882
+ dispatchMenuEvent(this, 'auroMenu-activatedOption', this.items[index]);
883
+ }
884
+
885
+ /**
886
+ * Handles custom events defined on options.
887
+ * @private
888
+ * @param {HTMLElement} option - Option with custom event.
889
+ */
890
+ handleCustomEvent(option) {
891
+ const eventName = option.getAttribute('event');
892
+ dispatchMenuEvent(this, eventName);
893
+ dispatchMenuEvent(this, 'auroMenu-customEventFired');
894
+ }
895
+
896
+ /**
897
+ * Notifies selection change to parent components.
898
+ * @private
899
+ */
900
+ notifySelectionChange() {
901
+ dispatchMenuEvent(this, 'auroMenu-selectedOption');
902
+ }
903
+
904
+ /**
905
+ * Checks if an option is currently selected.
906
+ * @private
907
+ * @param {HTMLElement} option - The option to check.
908
+ * @returns {boolean}
909
+ */
910
+ isOptionSelected(option) {
911
+ if (!this.optionSelected) {
912
+ return false;
913
+ }
914
+ // Always treat as array for both single and multi-select
915
+ return Array.isArray(this.optionSelected) && this.optionSelected.includes(option);
916
+ }
917
+
918
+ /**
919
+ * Getter for loading placeholder state.
920
+ * @returns {boolean} - True if loading slots are present and non-empty.
921
+ */
922
+ get hasLoadingPlaceholder() {
923
+ return this.loadingSlots && this.loadingSlots.length > 0;
924
+ }
925
+
926
+ /**
927
+ * Renders the component.
928
+ * @returns {boolean} - True if loading slots are present and non-empty.
929
+ */
930
+ render() {
931
+ if (this.loading) {
932
+ return x`
933
+ <auro-menuoption disabled loadingplaceholder class="${this.hasLoadingPlaceholder ? '' : 'empty'}">
934
+ <div>
935
+ <slot name="loadingIcon"></slot>
936
+ <slot name="loadingText"></slot>
937
+ </div>
938
+ </auro-menuoption>
939
+ `;
940
+ }
941
+
942
+ return x`<slot @slotchange=${this.handleSlotChange}></slot>`;
943
+ }
944
+ }
945
+
946
+ /**
947
+ * @license
948
+ * Copyright 2020 Google LLC
949
+ * SPDX-License-Identifier: BSD-3-Clause
950
+ */
951
+ const a=Symbol.for(""),o$1=t=>{if(t?.r===a)return t?._$litStatic$},s=t=>({_$litStatic$:t,r:a}),i$1=(t,...r)=>({_$litStatic$:r.reduce(((r,e,a)=>r+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(e)+t[a+1]),t[0]),r:a}),l=new Map,n=t=>(r,...e)=>{const a=e.length;let s,i;const n=[],u=[];let c,$=0,f=false;for(;$<a;){for(c=r[$];$<a&&void 0!==(i=e[$],s=o$1(i));)c+=s+r[++$],f=true;$!==a&&u.push(i),n.push(c),$++;}if($===a&&n.push(r[a]),f){const t=n.join("$$lit$$");void 0===(r=l.get(t))&&(n.raw=n,l.set(t,r=n)),e=u;}return t(r,...e)},u=n(x);
952
+
953
+ var styleCss$1 = i$5`:host{display:flex;align-items:center;padding:var(--ds-size-50, 0.25rem) var(--ds-size-200, 1rem) var(--ds-size-50, 0.25rem) 0;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}:host slot{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-150, 0.75rem);margin-left:var(--ds-size-100, 0.5rem)}:host ::slotted(.nestingSpacer){display:inline-block;width:var(--ds-size-300, 1.5rem)}:host ::slotted(strong){font-weight:700}:host([hidden]){display:none}:host([static]){pointer-events:none}:host([disabled]:hover){cursor:auto}:host([disabled]){user-select:none;pointer-events:none}`;
954
+
955
+ var colorCss$1 = i$5`:host{background-color:var(--ds-auro-menuoption-container-color);color:var(--ds-auro-menuoption-text-color)}:host svg{fill:var(--ds-auro-menuoption-icon-color) !important}:host([disabled]){--ds-auro-menuoption-text-color: var(--ds-color-text-ui-disabled-default, #adadad)}:host(:hover),:host(.active){--ds-auro-menuoption-container-color: var(--ds-color-container-ui-secondary-hover-default, rgba(0, 0, 0, 0.03))}:host([selected]){--ds-auro-menuoption-container-color: var(--ds-color-container-ui-primary-default-default, #2c67b5);--ds-auro-menuoption-text-color: var(--ds-color-text-primary-inverse, #ffffff);--ds-auro-menuoption-icon-color: var(--ds-color-icon-emphasis-inverse, #ffffff)}:host([selected]):host(.active){--ds-auro-menuoption-container-color: var(--ds-color-container-ui-primary-active-default, #225296)}`;
956
+
957
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
958
+ // See LICENSE in the project root for license information.
959
+
960
+
961
+ class AuroDependencyVersioning {
962
+
963
+ /**
964
+ * Generates a unique string to be used for child auro element naming.
965
+ * @private
966
+ * @param {string} baseName - Defines the first part of the unique element name.
967
+ * @param {string} version - Version of the component that will be appended to the baseName.
968
+ * @returns {string} - Unique string to be used for naming.
969
+ */
970
+ generateElementName(baseName, version) {
971
+ let result = baseName;
972
+
973
+ result += '-';
974
+ result += version.replace(/[.]/g, '_');
975
+
976
+ return result;
977
+ }
978
+
979
+ /**
980
+ * Generates a unique string to be used for child auro element naming.
981
+ * @param {string} baseName - Defines the first part of the unique element name.
982
+ * @param {string} version - Version of the component that will be appended to the baseName.
983
+ * @returns {string} - Unique string to be used for naming.
984
+ */
985
+ generateTag(baseName, version, tagClass) {
986
+ const elementName = this.generateElementName(baseName, version);
987
+ const tag = i$1`${s(elementName)}`;
988
+
989
+ if (!customElements.get(elementName)) {
990
+ customElements.define(elementName, class extends tagClass {});
991
+ }
992
+
993
+ return tag;
994
+ }
995
+ }
996
+
997
+ /**
998
+ * @license
999
+ * Copyright 2017 Google LLC
1000
+ * SPDX-License-Identifier: BSD-3-Clause
1001
+ */
1002
+ const t={ATTRIBUTE:1},e$1=t=>(...e)=>({_$litDirective$:t,values:e});class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i;}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
1003
+
1004
+ /**
1005
+ * @license
1006
+ * Copyright 2018 Google LLC
1007
+ * SPDX-License-Identifier: BSD-3-Clause
1008
+ */const e=e$1(class extends i{constructor(t$1){if(super(t$1),t$1.type!==t.ATTRIBUTE||"class"!==t$1.name||t$1.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return " "+Object.keys(t).filter((s=>t[s])).join(" ")+" "}update(s,[i]){if(void 0===this.st){this.st=new Set,void 0!==s.strings&&(this.nt=new Set(s.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in i)i[t]&&!this.nt?.has(t)&&this.st.add(t);return this.render(i)}const r=s.element.classList;for(const t of this.st)t in i||(r.remove(t),this.st.delete(t));for(const t in i){const s=!!i[t];s===this.st.has(t)||this.nt?.has(t)||(s?(r.add(t),this.st.add(t)):(r.remove(t),this.st.delete(t)));}return T}});
1009
+
1010
+ /**
1011
+ * @license
1012
+ * Copyright 2018 Google LLC
1013
+ * SPDX-License-Identifier: BSD-3-Clause
1014
+ */const o=o=>o??E;
1015
+
1016
+ // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1017
+ // See LICENSE in the project root for license information.
1018
+
1019
+
1020
+ /**
1021
+ * @attr {Boolean} hidden - If present, the component will be hidden both visually and from screen readers
1022
+ * @attr {Boolean} hiddenVisually - If present, the component will be hidden visually, but still read by screen readers
1023
+ * @attr {Boolean} hiddenAudible - If present, the component will be hidden from screen readers, but seen visually
1024
+ */
1025
+
1026
+ class AuroElement extends r {
1027
+
1028
+ // function to define props used within the scope of this component
1029
+ static get properties() {
1030
+ return {
1031
+ hidden: { type: Boolean,
1032
+ reflect: true },
1033
+ hiddenVisually: { type: Boolean,
1034
+ reflect: true },
1035
+ hiddenAudible: { type: Boolean,
1036
+ reflect: true },
1037
+ };
1038
+ }
1039
+
1040
+ /**
1041
+ * @private Function that determines state of aria-hidden
1042
+ */
1043
+ hideAudible(value) {
1044
+ if (value) {
1045
+ return 'true'
1046
+ }
1047
+
1048
+ return 'false'
1049
+ }
1050
+ }
1051
+
1052
+ 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>"};
1053
+
1054
+ /* eslint-disable no-underscore-dangle, jsdoc/no-undefined-types, jsdoc/require-param-description */
1055
+
1056
+ const _fetchMap = new Map();
1057
+
1058
+ /**
1059
+ * A callback to parse Response body.
1060
+ *
1061
+ * @callback ResponseParser
1062
+ * @param {Fetch.Response} response
1063
+ * @returns {Promise}
1064
+ */
1065
+
1066
+ /**
1067
+ * A minimal in-memory map to de-duplicate Fetch API media requests.
1068
+ *
1069
+ * @param {String} uri
1070
+ * @param {Object} [options={}]
1071
+ * @param {ResponseParser} [options.responseParser=(response) => response.text()]
1072
+ * @returns {Promise}
1073
+ */
1074
+ const cacheFetch = (uri, options = {}) => {
1075
+ const responseParser = options.responseParser || ((response) => response.text());
1076
+ if (!_fetchMap.has(uri)) {
1077
+ _fetchMap.set(uri, fetch(uri).then(responseParser));
1078
+ }
1079
+ return _fetchMap.get(uri);
1080
+ };
1081
+
1082
+ var styleCss = i$5`*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}*:focus-visible{outline:0}*:focus-visible{outline: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}.ico_squareLarge{fill:currentColor;height:var(--auro-size-lg, var(--ds-size-300, 1.5rem))}.ico_squareSmall{fill:currentColor;height:.6rem}.ico_squareMed{fill:currentColor;height:var(--auro-size-md, var(--ds-size-200, 1rem))}.ico_squareSml{fill:currentColor;height:var(--auro-size-sm, var(--ds-size-150, 0.75rem))}:host{color:currentColor;vertical-align:middle;line-height:1;display:inline-block}:host .logo{color:var(--ds-color-brand-midnight-400, #01426a)}svg{min-width:var(--ds-auro-icon-size, 1.5rem) !important;width:var(--ds-auro-icon-size, 1.5rem) !important;height:var(--ds-auro-icon-size, 1.5rem) !important}.label{display:flex;align-items:flex-start}.label svg{margin:0 var(--ds-size-50, 0.25rem)}.wrapper{height:var(--ds-auro-icon-size);width:var(--ds-auro-icon-size)}.labelContainer{line-height:1.8}`;
1083
+
1084
+ // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1085
+ // See LICENSE in the project root for license information.
1086
+
1087
+
1088
+ // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
1089
+ /**
1090
+ * @attr {Boolean} onDark - Set value for on-dark version of auro-icon
1091
+ * @slot - Hidden from visibility, used for a11y if icon description is needed
1092
+ */
1093
+
1094
+ // build the component class
1095
+ class BaseIcon extends AuroElement {
1096
+ constructor() {
1097
+ super();
1098
+ this.onDark = false;
1099
+ }
1100
+
1101
+ // function to define props used within the scope of this component
1102
+ static get properties() {
1103
+ return {
1104
+ ...super.properties,
1105
+ onDark: {
1106
+ type: Boolean,
1107
+ reflect: true
1108
+ },
1109
+
1110
+ /**
1111
+ * @private
1112
+ */
1113
+ svg: {
1114
+ attribute: false,
1115
+ reflect: true
1116
+ }
1117
+ };
1118
+ }
1119
+
1120
+ static get styles() {
1121
+ return i$5`
1122
+ ${styleCss}
1123
+ `;
1124
+ }
1125
+
1126
+ /**
1127
+ * Async function to fetch requested icon from npm CDN.
1128
+ * @private
1129
+ * @param {string} category - Icon category.
1130
+ * @param {string} name - Icon name.
1131
+ * @returns {SVGElement} DOM - Ready HTML to be appended.
1132
+ */
1133
+ async fetchIcon(category, name) {
1134
+ let iconHTML = '';
1135
+
1136
+ if (category === 'logos') {
1137
+ iconHTML = await cacheFetch(`${this.uri}/${category}/${name}.svg`);
1138
+ } else {
1139
+ iconHTML = await cacheFetch(`${this.uri}/icons/${category}/${name}.svg`);
1140
+ }
1141
+
1142
+ const dom = new DOMParser().parseFromString(iconHTML, 'text/html');
1143
+
1144
+ return dom.body.querySelector('svg');
1145
+ }
1146
+
1147
+ // lifecycle function
1148
+ async firstUpdated() {
1149
+ if (!this.customSvg) {
1150
+ const svg = await this.fetchIcon(this.category, this.name);
1151
+
1152
+ if (svg) {
1153
+ this.svg = svg;
1154
+ } else if (!svg) {
1155
+ const penDOM = new DOMParser().parseFromString(error.svg, 'text/html');
1156
+
1157
+ this.svg = penDOM.body.firstChild;
1158
+ }
1159
+ }
1160
+ }
1161
+ }
1162
+
1163
+ var tokensCss = i$5`:host{--ds-auro-icon-color: var(--ds-color-icon-primary-default, $ds-color-icon-primary-default);--ds-auro-icon-size: var(--ds-size-300, $ds-size-300)}`;
1164
+
1165
+ var colorCss = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[accent]){--ds-auro-icon-color: var(--ds-color-icon-accent-default, #a2c270)}:host(:not([onDark])[disabled]){--ds-auro-icon-color: var(--ds-color-icon-ui-primary-disabled-default, #adadad)}:host(:not([onDark])[emphasis]){--ds-auro-icon-color: var(--ds-color-icon-emphasis-default, #2a2a2a)}:host(:not([onDark])[error]){--ds-auro-icon-color: var(--ds-color-icon-error-default, #cc1816)}:host(:not([onDark])[info]){--ds-auro-icon-color: var(--ds-color-icon-info-default, #326aa5)}:host(:not([onDark])[secondary]){--ds-auro-icon-color: var(--ds-color-icon-secondary-default, #7e8894)}:host(:not([onDark])[subtle]){--ds-auro-icon-color: var(--ds-color-icon-subtle-default, #a0c9f1)}:host(:not([onDark])[success]){--ds-auro-icon-color: var(--ds-color-icon-success-default, #40a080)}:host(:not([onDark])[tertiary]){--ds-auro-icon-color: var(--ds-color-icon-tertiary-default, #afb9c6)}:host(:not([onDark])[warning]){--ds-auro-icon-color: var(--ds-color-icon-warning-default, #c49432)}:host([onDark]){--ds-auro-icon-color: var(--ds-color-icon-primary-inverse, #f7f7f7)}:host([onDark][accent]){--ds-auro-icon-color: var(--ds-color-icon-accent-inverse, #badd81)}:host([onDark][disabled]){--ds-auro-icon-color: var(--ds-color-icon-ui-primary-disabled-inverse, #7e7e7e)}:host([onDark][emphasis]){--ds-auro-icon-color: var(--ds-color-icon-emphasis-inverse, #ffffff)}:host([onDark][error]){--ds-auro-icon-color: var(--ds-color-icon-error-inverse, #f9aca6)}:host([onDark][info]){--ds-auro-icon-color: var(--ds-color-icon-info-inverse, #89b2d4)}:host([onDark][secondary]){--ds-auro-icon-color: var(--ds-color-icon-secondary-inverse, #ccd2db)}:host([onDark][subtle]){--ds-auro-icon-color: var(--ds-color-icon-subtle-inverse, #326aa5)}:host([onDark][success]){--ds-auro-icon-color: var(--ds-color-icon-success-inverse, #8eceb9)}:host([onDark][tertiary]){--ds-auro-icon-color: var(--ds-color-icon-tertiary-inverse, #939fad)}:host([onDark][warning]){--ds-auro-icon-color: var(--ds-color-icon-warning-inverse, #f2c153)}`;
1166
+
1167
+ // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1168
+ // See LICENSE in the project root for license information.
1169
+
1170
+
1171
+ // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
1172
+ /**
1173
+ * auro-icon provides users a way to use the Auro Icons by simply passing in the category and name.
1174
+ *
1175
+ * @attr {String} category - The category of the icon you are looking for. See https://auro.alaskaair.com/icons/usage.
1176
+ * @attr {String} name - The name of the icon you are looking for without the file extension. See https://auro.alaskaair.com/icons/usage
1177
+ * @attr {Boolean} customColor - Removes primary selector.
1178
+ * @attr {Boolean} customSvg - When true, auro-icon will render a custom SVG inside the default slot.
1179
+ * @attr {Boolean} label - Exposes content in slot as icon label.
1180
+ * @attr {Boolean} primary - DEPRECATED: Sets the icon to use the baseline primary icon style.
1181
+ * @attr {Boolean} accent - Sets the icon to use the accent style.
1182
+ * @attr {Boolean} emphasis - Sets the icon to use the emphasis style.
1183
+ * @attr {Boolean} disabled - Sets the icon to use the disabled style.
1184
+ * @attr {Boolean} error - Sets the icon to use the error style.
1185
+ * @attr {Boolean} info - Sets the icon to use the info style.
1186
+ * @attr {Boolean} secondary - Sets the icon to use the secondary style.
1187
+ * @attr {Boolean} tertiary - Sets the icon to use the tertiary style.
1188
+ * @attr {Boolean} subtle - Sets the icon to use the subtle style.
1189
+ * @attr {Boolean} success - Sets the icon to use the success style.
1190
+ * @attr {Boolean} warning - Sets the icon to use the warning style.
1191
+ * @attr {String} ariaHidden - Set aria-hidden value. Default is `true`. Option is `false`.
1192
+ * @attr {String} uri - Set the uri for CDN used when fetching icons
1193
+ * @slot - Hidden from visibility, used for a11y if icon description is needed.
1194
+ * @slot svg - Used for custom SVG content.
1195
+ */
1196
+
1197
+ // build the component class
1198
+ class AuroIcon extends BaseIcon {
1199
+ constructor() {
1200
+ super();
1201
+
1202
+ this.uri = 'https://cdn.jsdelivr.net/npm/@alaskaairux/icons@latest/dist';
1203
+
1204
+ this.privateDefaults();
1205
+ }
1206
+
1207
+ /**
1208
+ * Internal Defaults.
1209
+ * @private
1210
+ * @returns {void}
1211
+ */
1212
+ privateDefaults() {
1213
+ this.accent = false;
1214
+ this.customColor = false;
1215
+ this.customSvg = false;
1216
+ this.disabled = false;
1217
+ this.emphasis = false;
1218
+ this.error = false;
1219
+ this.info = false;
1220
+ this.label = false;
1221
+ this.primary = false;
1222
+ this.secondary = false;
1223
+ this.subtle = false;
1224
+ this.success = false;
1225
+ this.tertiary = false;
1226
+ this.warning = false;
1227
+ this.runtimeUtils = new AuroLibraryRuntimeUtils();
1228
+ }
1229
+
1230
+ // function to define props used within the scope of this component
1231
+ static get properties() {
1232
+ return {
1233
+ ...super.properties,
1234
+ accent: {
1235
+ type: Boolean,
1236
+ reflect: true
1237
+ },
1238
+ ariaHidden: {
1239
+ type: String,
1240
+ reflect: true
1241
+ },
1242
+ category: {
1243
+ type: String,
1244
+ reflect: true
1245
+ },
1246
+ customColor: {
1247
+ type: Boolean
1248
+ },
1249
+ customSvg: {
1250
+ type: Boolean
1251
+ },
1252
+ disabled: {
1253
+ type: Boolean,
1254
+ reflect: true
1255
+ },
1256
+ emphasis: {
1257
+ type: Boolean,
1258
+ reflect: true
1259
+ },
1260
+ error: {
1261
+ type: Boolean,
1262
+ reflect: true
1263
+ },
1264
+ info: {
1265
+ type: Boolean,
1266
+ reflect: true
1267
+ },
1268
+ label: {
1269
+ type: Boolean,
1270
+ reflect: true
1271
+ },
1272
+ name: {
1273
+ type: String,
1274
+ reflect: true
1275
+ },
1276
+ primary: {
1277
+ type: Boolean,
1278
+ reflect: true
1279
+ },
1280
+ secondary: {
1281
+ type: Boolean,
1282
+ reflect: true
1283
+ },
1284
+ subtle: {
1285
+ type: Boolean,
1286
+ reflect: true
1287
+ },
1288
+ success: {
1289
+ type: Boolean,
1290
+ reflect: true
1291
+ },
1292
+ tertiary: {
1293
+ type: Boolean,
1294
+ reflect: true
1295
+ },
1296
+ uri: {
1297
+ type: String
1298
+ },
1299
+ warning: {
1300
+ type: Boolean,
1301
+ reflect: true
1302
+ }
1303
+ };
1304
+ }
1305
+
1306
+ static get styles() {
1307
+ return [
1308
+ super.styles,
1309
+ i$5`${tokensCss}`,
1310
+ i$5`${styleCss}`,
1311
+ i$5`${colorCss}`
1312
+ ];
1313
+ }
1314
+
1315
+ /**
1316
+ * This will register this element with the browser.
1317
+ * @param {string} [name="auro-icon"] - The name of element that you want to register to.
1318
+ *
1319
+ * @example
1320
+ * AuroIcon.register("custom-icon") // this will register this element to <custom-icon/>
1321
+ *
1322
+ */
1323
+ static register(name = "auro-icon") {
1324
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroIcon);
1325
+ }
1326
+
1327
+ connectedCallback() {
1328
+ super.connectedCallback();
1329
+
1330
+ // Add the tag name as an attribute if it is different than the component name
1331
+ this.runtimeUtils.handleComponentTagRename(this, 'auro-icon');
1332
+ }
1333
+
1334
+ /**
1335
+ * @returns {void} Exposes CSS parts for styling from parent components.
1336
+ */
1337
+ exposeCssParts() {
1338
+ this.setAttribute('exportparts', 'svg:iconSvg');
1339
+ }
1340
+
1341
+ // function that renders the HTML and CSS into the scope of the component
1342
+ render() {
1343
+ const a11y = {
1344
+ 'labelContainer': true,
1345
+ 'util_displayHiddenVisually': !this.label
1346
+ };
1347
+
1348
+ const classes = {
1349
+ 'label': this.label,
1350
+ 'wrapper': true,
1351
+ };
1352
+
1353
+ return x`
1354
+ <div
1355
+ class="${e(classes)}"
1356
+ title="${o(this.title || undefined)}">
1357
+ <span aria-hidden="${o(this.ariaHidden ? this.ariaHidden : true)}" part="svg">
1358
+ ${this.customSvg ? x`
1359
+ <slot name="svg"></slot>
1360
+ ` : x`
1361
+ ${this.svg}
1362
+ `
1363
+ }
1364
+ </span>
1365
+
1366
+ <div class="${e(a11y)}">
1367
+ <slot></slot>
1368
+ </div>
1369
+ </div>
1370
+ `;
1371
+ }
1372
+ }
1373
+
1374
+ var iconVersion = '6.1.2';
1375
+
1376
+ var checkmarkIcon = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-labelledby=\"checkmark-sm__desc\" class=\"ico_squareLarge\" 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=\"checkmark-sm__desc\">a small check mark.</desc><path d=\"M8.461 11.84a.625.625 0 1 0-.922.844l2.504 2.738c.247.27.674.27.922 0l5.496-6a.625.625 0 1 0-.922-.844l-5.035 5.496z\"/></svg>"};
1377
+
1378
+ // Copyright (c) 2021 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1379
+ // See LICENSE in the project root for license information.
1380
+
1381
+
1382
+ /**
1383
+ * The auro-menu element provides users a way to define a menu option.
1384
+ *
1385
+ * @attr {String} value - Specifies the value to be sent to a server.
1386
+ * @attr {String} noCheckmark - When true, selected option will not show the checkmark.
1387
+ * @attr {Boolean} disabled - When true specifies that the menuoption is disabled.
1388
+ * @attr {Boolean} selected - Specifies that an option is selected.
1389
+ * @event auroMenuOption-mouseover - Notifies that this option has been hovered over.
1390
+ * @slot - Specifies text for an option, but is not the value.
1391
+ */
1392
+ class AuroMenuOption extends r {
1393
+ constructor() {
1394
+ super();
1395
+
1396
+ /**
1397
+ * Generate unique names for dependency components.
1398
+ */
1399
+ const versioning = new AuroDependencyVersioning();
1400
+ this.iconTag = versioning.generateTag('auro-icon', iconVersion, AuroIcon);
1401
+
1402
+ this.selected = false;
1403
+ this.nocheckmark = false;
1404
+ this.disabled = false;
1405
+
1406
+ /**
1407
+ * @private
1408
+ */
1409
+ this.tabIndex = -1;
1410
+
1411
+ /**
1412
+ * @private
1413
+ */
1414
+ this.runtimeUtils = new AuroLibraryRuntimeUtils();
1415
+ }
1416
+
1417
+ static get properties() {
1418
+ return {
1419
+ nocheckmark: {
1420
+ type: Boolean,
1421
+ reflect: true
1422
+ },
1423
+ selected: {
1424
+ type: Boolean,
1425
+ reflect: true
1426
+ },
1427
+ disabled: {
1428
+ type: Boolean,
1429
+ reflect: true
1430
+ },
1431
+ value: {
1432
+ type: String
1433
+ },
1434
+ tabIndex: {
1435
+ type: Number,
1436
+ reflect: true
1437
+ }
1438
+ };
1439
+ }
1440
+
1441
+ static get styles() {
1442
+ return [
1443
+ styleCss$1,
1444
+ colorCss$1,
1445
+ tokensCss$1
1446
+ ];
1447
+ }
1448
+
1449
+ /**
1450
+ * This will register this element with the browser.
1451
+ * @param {string} [name="auro-menuoption"] - The name of element that you want to register to.
1452
+ *
1453
+ * @example
1454
+ * AuroMenuOption.register("custom-menuoption") // this will register this element to <custom-menuoption/>
1455
+ *
1456
+ */
1457
+ static register(name = "auro-menuoption") {
1458
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroMenuOption);
1459
+ }
1460
+
1461
+ firstUpdated() {
1462
+ // Add the tag name as an attribute if it is different than the component name
1463
+ this.runtimeUtils.handleComponentTagRename(this, 'auro-menuoption');
1464
+
1465
+ this.setAttribute('role', 'option');
1466
+ this.setAttribute('aria-selected', 'false');
1467
+
1468
+ this.addEventListener('mouseover', () => {
1469
+ this.dispatchEvent(new CustomEvent('auroMenuOption-mouseover', {
1470
+ bubbles: true,
1471
+ cancelable: false,
1472
+ composed: true,
1473
+ detail: this
1474
+ }));
1475
+ });
1476
+ }
1477
+
1478
+ // observer for selected property changes
1479
+ updated(changedProperties) {
1480
+ if (changedProperties.has('selected')) {
1481
+ this.setAttribute('aria-selected', this.selected.toString());
1482
+ }
1483
+ }
1484
+
1485
+ /**
1486
+ * Generates an HTML element containing an SVG icon based on the provided `svgContent`.
1487
+ *
1488
+ * @private
1489
+ * @param {string} svgContent - The SVG content to be embedded.
1490
+ * @returns {Element} The HTML element containing the SVG icon.
1491
+ */
1492
+ generateIconHtml(svgContent) {
1493
+ const dom = new DOMParser().parseFromString(svgContent, 'text/html');
1494
+ const svg = dom.body.firstChild;
1495
+
1496
+ svg.setAttribute('slot', 'svg');
1497
+
1498
+ return u`<${this.iconTag} customColor customSvg slot="icon">${svg}</${this.iconTag}>`;
1499
+ }
1500
+
1501
+ render() {
1502
+ return u`
1503
+ ${this.selected && !this.nocheckmark ? this.generateIconHtml(checkmarkIcon.svg) : undefined}
1504
+ <slot></slot>
1505
+ `;
1506
+ }
1507
+ }
1508
+
1509
+ AuroMenu.register();
1510
+ AuroMenuOption.register();