@aurodesignsystem/auro-formkit 2.0.0-beta.5 → 2.0.0-beta.51

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 (857) hide show
  1. package/CHANGELOG.md +522 -0
  2. package/NOTICE +2 -0
  3. package/README.md +83 -15
  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/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
  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 +27 -35
  14. package/components/checkbox/demo/api.md +67 -68
  15. package/components/checkbox/demo/api.min.js +498 -102
  16. package/components/checkbox/demo/index.html +49 -0
  17. package/components/checkbox/demo/index.md +62 -62
  18. package/components/checkbox/demo/index.min.js +498 -102
  19. package/components/checkbox/dist/auro-checkbox-group.d.ts +45 -18
  20. package/components/checkbox/dist/auro-checkbox.d.ts +19 -7
  21. package/components/checkbox/dist/helptextVersion.d.ts +2 -0
  22. package/components/checkbox/dist/index.d.ts +0 -1
  23. package/components/checkbox/dist/index.js +498 -105
  24. package/components/checkbox/dist/registered.js +1279 -0
  25. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  26. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  27. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  28. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  29. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  30. package/components/combobox/README.md +25 -28
  31. package/components/combobox/demo/api.js +1 -1
  32. package/components/combobox/demo/api.md +116 -32
  33. package/components/combobox/demo/api.min.js +8211 -3863
  34. package/components/combobox/demo/index.html +57 -0
  35. package/components/combobox/demo/index.js +1 -1
  36. package/components/combobox/demo/index.md +19 -3
  37. package/components/combobox/demo/index.min.js +8208 -3860
  38. package/components/combobox/dist/auro-combobox.d.ts +123 -76
  39. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  40. package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → combobox/dist/dropdownVersion.d.ts} +0 -1
  41. package/components/combobox/dist/index.d.ts +0 -1
  42. package/components/combobox/dist/index.js +7848 -3816
  43. package/components/combobox/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  44. package/components/combobox/dist/registered.js +12269 -0
  45. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  46. package/components/counter/README.md +188 -0
  47. package/components/counter/demo/api.js +3 -2
  48. package/components/counter/demo/api.md +185 -1018
  49. package/components/counter/demo/api.min.js +6190 -40
  50. package/components/counter/demo/index.html +53 -0
  51. package/components/counter/demo/index.js +2 -1
  52. package/components/counter/demo/index.md +298 -0
  53. package/components/counter/demo/index.min.js +6187 -19
  54. package/components/counter/dist/auro-counter-button.d.ts +12 -0
  55. package/components/counter/dist/auro-counter-group.d.ts +168 -5
  56. package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
  57. package/components/counter/dist/auro-counter.d.ts +91 -1
  58. package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
  59. package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
  60. package/components/counter/dist/iconVersion.d.ts +2 -0
  61. package/components/counter/dist/index.d.ts +0 -1
  62. package/components/counter/dist/index.js +6158 -38
  63. package/components/counter/dist/registered.js +6231 -0
  64. package/components/counter/dist/styles/color-css.d.ts +2 -0
  65. package/components/counter/dist/styles/counter-button-color-css.d.ts +2 -0
  66. package/components/counter/dist/styles/counter-button-css.d.ts +2 -0
  67. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +2 -0
  68. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  69. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
  70. package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
  71. package/components/counter/dist/styles/style-css.d.ts +0 -1
  72. package/components/counter/dist/styles/tokens-css.d.ts +2 -0
  73. package/components/datepicker/README.md +25 -28
  74. package/components/datepicker/demo/api.js +3 -3
  75. package/components/datepicker/demo/api.md +219 -105
  76. package/components/datepicker/demo/api.min.js +6367 -2448
  77. package/components/datepicker/demo/index.html +57 -0
  78. package/components/datepicker/demo/index.md +7 -1
  79. package/components/datepicker/demo/index.min.js +6355 -2435
  80. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  81. package/components/datepicker/dist/auro-calendar-month.d.ts +15 -1
  82. package/components/datepicker/dist/auro-calendar.d.ts +25 -2
  83. package/components/datepicker/dist/auro-datepicker.d.ts +41 -12
  84. package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
  85. package/components/datepicker/dist/dropdownVersion.d.ts +2 -1
  86. package/components/datepicker/dist/index.d.ts +0 -1
  87. package/components/datepicker/dist/index.js +6353 -2435
  88. package/components/datepicker/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  89. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  90. package/components/datepicker/dist/registered.js +22466 -0
  91. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  92. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  93. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  94. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  95. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  96. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  97. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  98. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  99. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  100. package/components/datepicker/dist/utilities.d.ts +25 -1
  101. package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -2
  102. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +2 -3
  103. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  104. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  105. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  106. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  107. package/components/dropdown/README.md +19 -27
  108. package/components/dropdown/demo/api.js +1 -1
  109. package/components/dropdown/demo/api.md +43 -29
  110. package/components/dropdown/demo/api.min.js +525 -124
  111. package/components/dropdown/demo/index.html +53 -0
  112. package/components/dropdown/demo/index.js +0 -3
  113. package/components/dropdown/demo/index.min.js +525 -127
  114. package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
  115. package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
  116. package/components/dropdown/dist/dropdownVersion.d.ts +2 -0
  117. package/components/dropdown/dist/helptextVersion.d.ts +2 -0
  118. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  119. package/components/dropdown/dist/index.d.ts +0 -1
  120. package/components/dropdown/dist/index.js +525 -126
  121. package/components/dropdown/dist/registered.js +3365 -0
  122. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  123. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  124. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  125. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  126. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  127. package/components/form/README.md +29 -35
  128. package/components/form/demo/api.js +1 -1
  129. package/components/form/demo/api.min.js +497 -25
  130. package/components/form/demo/index.html +48 -0
  131. package/components/form/demo/index.min.js +497 -25
  132. package/components/form/demo/registerDemoDeps.js +22 -0
  133. package/components/form/demo/working.html +117 -0
  134. package/components/form/dist/auro-form.d.ts +194 -3
  135. package/components/form/dist/index.d.ts +0 -1
  136. package/components/form/dist/index.js +497 -27
  137. package/components/form/dist/registered.d.ts +1 -0
  138. package/components/form/dist/registered.js +632 -0
  139. package/components/form/dist/styles/style-css.d.ts +0 -1
  140. package/components/helptext/dist/auro-helptext.d.ts +53 -0
  141. package/components/helptext/dist/index.d.ts +2 -0
  142. package/components/helptext/dist/index.js +224 -0
  143. package/components/helptext/dist/registered.js +224 -0
  144. package/components/helptext/dist/styles/color-css.d.ts +2 -0
  145. package/components/helptext/dist/styles/style-css.d.ts +2 -0
  146. package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
  147. package/components/input/README.md +19 -29
  148. package/components/input/demo/api.md +152 -318
  149. package/components/input/demo/api.min.js +4214 -1780
  150. package/components/input/demo/index.html +41 -0
  151. package/components/input/demo/index.md +11 -61
  152. package/components/input/demo/index.min.js +4214 -1780
  153. package/components/input/dist/auro-input.d.ts +4 -2
  154. package/components/input/dist/base-input.d.ts +49 -16
  155. package/components/input/dist/buttonVersion.d.ts +0 -1
  156. package/components/input/dist/helptextVersion.d.ts +2 -0
  157. package/components/input/dist/i18n.d.ts +0 -1
  158. package/components/input/dist/iconVersion.d.ts +0 -1
  159. package/components/input/dist/index.d.ts +0 -1
  160. package/components/input/dist/index.js +4214 -1782
  161. package/components/input/dist/registered.js +6591 -0
  162. package/components/input/dist/styles/borders-css.d.ts +0 -1
  163. package/components/input/dist/styles/color-css.d.ts +0 -1
  164. package/components/input/dist/styles/input-css.d.ts +0 -1
  165. package/components/input/dist/styles/label-css.d.ts +0 -1
  166. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  167. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  168. package/components/input/dist/styles/style-css.d.ts +0 -1
  169. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  170. package/components/input/dist/utilities.d.ts +25 -0
  171. package/components/menu/README.md +19 -27
  172. package/components/menu/demo/api.js +1 -1
  173. package/components/menu/demo/api.md +57 -20
  174. package/components/menu/demo/api.min.js +628 -314
  175. package/components/menu/demo/index.html +50 -0
  176. package/components/menu/demo/index.min.js +626 -312
  177. package/components/menu/dist/auro-menu-utils.d.ts +42 -0
  178. package/components/menu/dist/auro-menu.d.ts +97 -82
  179. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  180. package/components/menu/dist/dropdownVersion.d.ts +2 -0
  181. package/components/menu/dist/iconVersion.d.ts +0 -1
  182. package/components/menu/dist/index.d.ts +1 -1
  183. package/components/menu/dist/index.js +627 -316
  184. package/components/menu/dist/registered.js +1510 -0
  185. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  186. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  187. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  188. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  189. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  190. package/components/radio/README.md +19 -27
  191. package/components/radio/demo/api.md +9 -8
  192. package/components/radio/demo/api.min.js +429 -75
  193. package/components/radio/demo/index.html +48 -0
  194. package/components/radio/demo/index.min.js +429 -75
  195. package/components/radio/dist/auro-radio-group.d.ts +12 -3
  196. package/components/radio/dist/auro-radio.d.ts +0 -1
  197. package/components/radio/dist/helptextVersion.d.ts +2 -0
  198. package/components/radio/dist/index.d.ts +0 -1
  199. package/components/radio/dist/index.js +429 -78
  200. package/components/radio/dist/registered.js +1396 -0
  201. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  202. package/components/radio/dist/styles/color-css.d.ts +0 -1
  203. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  204. package/components/radio/dist/styles/style-css.d.ts +0 -1
  205. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  206. package/components/select/README.md +24 -43
  207. package/components/select/demo/api.js +1 -1
  208. package/components/select/demo/api.md +149 -32
  209. package/components/select/demo/api.min.js +2563 -749
  210. package/components/select/demo/index.html +49 -0
  211. package/components/select/demo/index.js +1 -1
  212. package/components/select/demo/index.md +21 -16
  213. package/components/select/demo/index.min.js +2570 -756
  214. package/components/select/dist/auro-select.d.ts +60 -8
  215. package/components/select/dist/bibtemplateVersion.d.ts +2 -0
  216. package/components/select/dist/dropdownVersion.d.ts +2 -0
  217. package/components/select/dist/index.d.ts +0 -1
  218. package/components/select/dist/index.js +1932 -434
  219. package/components/select/dist/registered.js +5425 -0
  220. package/components/select/dist/styles/color-css.d.ts +0 -1
  221. package/components/select/dist/styles/style-css.d.ts +0 -1
  222. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  223. package/package.json +138 -66
  224. package/packages/build-tools/src/postinstall.mjs +8 -0
  225. package/.husky/commit-msg +0 -4
  226. package/.husky/pre-commit +0 -3
  227. package/.turbo/cache/013a48308b893dac-meta.json +0 -1
  228. package/.turbo/cache/013a48308b893dac.tar.zst +0 -0
  229. package/.turbo/cache/02244170c798a2bd-meta.json +0 -1
  230. package/.turbo/cache/02244170c798a2bd.tar.zst +0 -0
  231. package/.turbo/cache/051ff97a20add0e2-meta.json +0 -1
  232. package/.turbo/cache/051ff97a20add0e2.tar.zst +0 -0
  233. package/.turbo/cache/07ca42419b9f050c-meta.json +0 -1
  234. package/.turbo/cache/07ca42419b9f050c.tar.zst +0 -0
  235. package/.turbo/cache/0cea4c1f34f3683b-meta.json +0 -1
  236. package/.turbo/cache/0cea4c1f34f3683b.tar.zst +0 -0
  237. package/.turbo/cache/0ea853339c064fa1-meta.json +0 -1
  238. package/.turbo/cache/0ea853339c064fa1.tar.zst +0 -0
  239. package/.turbo/cache/16658beec9f4a809-meta.json +0 -1
  240. package/.turbo/cache/16658beec9f4a809.tar.zst +0 -0
  241. package/.turbo/cache/17259cf94d8f8925-meta.json +0 -1
  242. package/.turbo/cache/17259cf94d8f8925.tar.zst +0 -0
  243. package/.turbo/cache/1b9818717e4bdf9f-meta.json +0 -1
  244. package/.turbo/cache/1b9818717e4bdf9f.tar.zst +0 -0
  245. package/.turbo/cache/1c0f580d37370ba2-meta.json +0 -1
  246. package/.turbo/cache/1c0f580d37370ba2.tar.zst +0 -0
  247. package/.turbo/cache/1c99a949ec63ab35-meta.json +0 -1
  248. package/.turbo/cache/1c99a949ec63ab35.tar.zst +0 -0
  249. package/.turbo/cache/1df4710eef8ed00d-meta.json +0 -1
  250. package/.turbo/cache/1df4710eef8ed00d.tar.zst +0 -0
  251. package/.turbo/cache/204b66d1b253e9cc-meta.json +0 -1
  252. package/.turbo/cache/204b66d1b253e9cc.tar.zst +0 -0
  253. package/.turbo/cache/257a7a26ea72dbc5-meta.json +0 -1
  254. package/.turbo/cache/257a7a26ea72dbc5.tar.zst +0 -0
  255. package/.turbo/cache/2a5d0939d6fc1052-meta.json +0 -1
  256. package/.turbo/cache/2a5d0939d6fc1052.tar.zst +0 -0
  257. package/.turbo/cache/2e3b829fcf75c836-meta.json +0 -1
  258. package/.turbo/cache/2e3b829fcf75c836.tar.zst +0 -0
  259. package/.turbo/cache/3bf45120d0cc9bd8-meta.json +0 -1
  260. package/.turbo/cache/3bf45120d0cc9bd8.tar.zst +0 -0
  261. package/.turbo/cache/3d380d0d40404cac-meta.json +0 -1
  262. package/.turbo/cache/3d380d0d40404cac.tar.zst +0 -0
  263. package/.turbo/cache/3e12285c614db539-meta.json +0 -1
  264. package/.turbo/cache/3e12285c614db539.tar.zst +0 -0
  265. package/.turbo/cache/45035bf5c4147ccd-meta.json +0 -1
  266. package/.turbo/cache/45035bf5c4147ccd.tar.zst +0 -0
  267. package/.turbo/cache/5bf2d3f7ba5891e0-meta.json +0 -1
  268. package/.turbo/cache/5bf2d3f7ba5891e0.tar.zst +0 -0
  269. package/.turbo/cache/5f304c0f37ef25f3-meta.json +0 -1
  270. package/.turbo/cache/5f304c0f37ef25f3.tar.zst +0 -0
  271. package/.turbo/cache/64de7a53e02db647-meta.json +0 -1
  272. package/.turbo/cache/64de7a53e02db647.tar.zst +0 -0
  273. package/.turbo/cache/68e5c7af799e011d-meta.json +0 -1
  274. package/.turbo/cache/68e5c7af799e011d.tar.zst +0 -0
  275. package/.turbo/cache/691a74627ec57993-meta.json +0 -1
  276. package/.turbo/cache/691a74627ec57993.tar.zst +0 -0
  277. package/.turbo/cache/6dd67d179191bda8-meta.json +0 -1
  278. package/.turbo/cache/6dd67d179191bda8.tar.zst +0 -0
  279. package/.turbo/cache/6dd7058e6703cb35-meta.json +0 -1
  280. package/.turbo/cache/6dd7058e6703cb35.tar.zst +0 -0
  281. package/.turbo/cache/73e9073a5274616d-meta.json +0 -1
  282. package/.turbo/cache/73e9073a5274616d.tar.zst +0 -0
  283. package/.turbo/cache/773edc0f83c8c5a5-meta.json +0 -1
  284. package/.turbo/cache/773edc0f83c8c5a5.tar.zst +0 -0
  285. package/.turbo/cache/786a822763403879-meta.json +0 -1
  286. package/.turbo/cache/786a822763403879.tar.zst +0 -0
  287. package/.turbo/cache/7e1043cffa69f327-meta.json +0 -1
  288. package/.turbo/cache/7e1043cffa69f327.tar.zst +0 -0
  289. package/.turbo/cache/7ffd501e81790676-meta.json +0 -1
  290. package/.turbo/cache/7ffd501e81790676.tar.zst +0 -0
  291. package/.turbo/cache/80a13352066a9801-meta.json +0 -1
  292. package/.turbo/cache/80a13352066a9801.tar.zst +0 -0
  293. package/.turbo/cache/80b5d974184a01df-meta.json +0 -1
  294. package/.turbo/cache/80b5d974184a01df.tar.zst +0 -0
  295. package/.turbo/cache/8954c6073396fadd-meta.json +0 -1
  296. package/.turbo/cache/8954c6073396fadd.tar.zst +0 -0
  297. package/.turbo/cache/8e79bd5c3a16a72e-meta.json +0 -1
  298. package/.turbo/cache/8e79bd5c3a16a72e.tar.zst +0 -0
  299. package/.turbo/cache/8e9ebc3df0e18de0-meta.json +0 -1
  300. package/.turbo/cache/8e9ebc3df0e18de0.tar.zst +0 -0
  301. package/.turbo/cache/92daa6d7c389d548-meta.json +0 -1
  302. package/.turbo/cache/92daa6d7c389d548.tar.zst +0 -0
  303. package/.turbo/cache/973d0eea26083f4b-meta.json +0 -1
  304. package/.turbo/cache/973d0eea26083f4b.tar.zst +0 -0
  305. package/.turbo/cache/9c6ad42729c7b2d8-meta.json +0 -1
  306. package/.turbo/cache/9c6ad42729c7b2d8.tar.zst +0 -0
  307. package/.turbo/cache/a77bc920ea508bb8-meta.json +0 -1
  308. package/.turbo/cache/a77bc920ea508bb8.tar.zst +0 -0
  309. package/.turbo/cache/a9a9d012c83882d8-meta.json +0 -1
  310. package/.turbo/cache/a9a9d012c83882d8.tar.zst +0 -0
  311. package/.turbo/cache/b4c851d4bebf3b47-meta.json +0 -1
  312. package/.turbo/cache/b4c851d4bebf3b47.tar.zst +0 -0
  313. package/.turbo/cache/ba4418918621fbcd-meta.json +0 -1
  314. package/.turbo/cache/ba4418918621fbcd.tar.zst +0 -0
  315. package/.turbo/cache/be7c23c37b8ec74b-meta.json +0 -1
  316. package/.turbo/cache/be7c23c37b8ec74b.tar.zst +0 -0
  317. package/.turbo/cache/bffc7582905c2a5e-meta.json +0 -1
  318. package/.turbo/cache/bffc7582905c2a5e.tar.zst +0 -0
  319. package/.turbo/cache/caa0b4ac8d2a04dd-meta.json +0 -1
  320. package/.turbo/cache/caa0b4ac8d2a04dd.tar.zst +0 -0
  321. package/.turbo/cache/cc81de9c0b452a7c-meta.json +0 -1
  322. package/.turbo/cache/cc81de9c0b452a7c.tar.zst +0 -0
  323. package/.turbo/cache/d572ebb3c833e8f4-meta.json +0 -1
  324. package/.turbo/cache/d572ebb3c833e8f4.tar.zst +0 -0
  325. package/.turbo/cache/d61543843c932504-meta.json +0 -1
  326. package/.turbo/cache/d61543843c932504.tar.zst +0 -0
  327. package/.turbo/cache/dad1301ac69bcb85-meta.json +0 -1
  328. package/.turbo/cache/dad1301ac69bcb85.tar.zst +0 -0
  329. package/.turbo/cache/db361cb6578dca84-meta.json +0 -1
  330. package/.turbo/cache/db361cb6578dca84.tar.zst +0 -0
  331. package/.turbo/cache/dea5945f55c6aba5-meta.json +0 -1
  332. package/.turbo/cache/dea5945f55c6aba5.tar.zst +0 -0
  333. package/.turbo/cache/dfe1f17e7fce890d-meta.json +0 -1
  334. package/.turbo/cache/dfe1f17e7fce890d.tar.zst +0 -0
  335. package/.turbo/cache/e3a224a17cf55bdb-meta.json +0 -1
  336. package/.turbo/cache/e3a224a17cf55bdb.tar.zst +0 -0
  337. package/.turbo/cache/e992dab20aeefbaf-meta.json +0 -1
  338. package/.turbo/cache/e992dab20aeefbaf.tar.zst +0 -0
  339. package/.turbo/cache/f3ff9040a2196834-meta.json +0 -1
  340. package/.turbo/cache/f3ff9040a2196834.tar.zst +0 -0
  341. package/.turbo/cache/fc57c17867dcac3d-meta.json +0 -1
  342. package/.turbo/cache/fc57c17867dcac3d.tar.zst +0 -0
  343. package/components/checkbox/.stylelintrc.json +0 -3
  344. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  345. package/components/checkbox/.turbo/turbo-build.log +0 -185
  346. package/components/checkbox/.turbo/turbo-bundler.log +0 -13
  347. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -5
  348. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  349. package/components/checkbox/.turbo/turbo-types.log +0 -4
  350. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  351. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  352. package/components/checkbox/dist/index.d.ts.map +0 -1
  353. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  354. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  355. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  356. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  357. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  358. package/components/checkbox/node_modules/chalk/package.json +0 -83
  359. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  360. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  361. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  362. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  363. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  364. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  365. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  366. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  367. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  368. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  369. package/components/checkbox/package.json +0 -68
  370. package/components/checkbox/src/auro-checkbox-group.js +0 -331
  371. package/components/checkbox/src/auro-checkbox.js +0 -193
  372. package/components/checkbox/src/index.js +0 -8
  373. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  374. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  375. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  376. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  377. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  378. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  379. package/components/checkbox/src/styles/color-css.js +0 -2
  380. package/components/checkbox/src/styles/color.css +0 -84
  381. package/components/checkbox/src/styles/color.scss +0 -118
  382. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  383. package/components/checkbox/src/styles/colorGroup.css +0 -16
  384. package/components/checkbox/src/styles/colorGroup.scss +0 -24
  385. package/components/checkbox/src/styles/tokens-css.js +0 -2
  386. package/components/checkbox/src/styles/tokens.css +0 -9
  387. package/components/checkbox/src/styles/tokens.scss +0 -11
  388. package/components/combobox/.stylelintrc.json +0 -3
  389. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  390. package/components/combobox/.turbo/turbo-build.log +0 -163
  391. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -5
  392. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  393. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  394. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  395. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  396. package/components/combobox/dist/index.d.ts.map +0 -1
  397. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  398. package/components/combobox/node_modules/chalk/package.json +0 -83
  399. package/components/combobox/node_modules/chalk/readme.md +0 -325
  400. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -320
  401. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  402. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  403. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  404. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  405. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  406. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  407. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  408. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  409. package/components/combobox/package.json +0 -67
  410. package/components/combobox/src/auro-combobox.js +0 -724
  411. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  412. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  413. package/components/combobox/src/index.js +0 -6
  414. package/components/combobox/src/styles/style-css.js +0 -2
  415. package/components/combobox/src/styles/style.css +0 -60
  416. package/components/combobox/src/styles/style.scss +0 -46
  417. package/components/counter/.stylelintrc.json +0 -3
  418. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -66
  419. package/components/counter/.turbo/turbo-build.log +0 -87
  420. package/components/counter/.turbo/turbo-bundler.log +0 -13
  421. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -5
  422. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -16
  423. package/components/counter/.turbo/turbo-types.log +0 -4
  424. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  425. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  426. package/components/counter/dist/index.d.ts.map +0 -1
  427. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  428. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  429. package/components/counter/node_modules/chalk/package.json +0 -83
  430. package/components/counter/node_modules/chalk/readme.md +0 -325
  431. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  432. package/components/counter/node_modules/chalk/source/index.js +0 -225
  433. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  434. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  435. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  436. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  437. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  438. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  439. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  440. package/components/counter/package.json +0 -50
  441. package/components/counter/src/auro-counter-group.js +0 -48
  442. package/components/counter/src/auro-counter.js +0 -29
  443. package/components/counter/src/index.js +0 -8
  444. package/components/counter/src/styles/counter-group-css.js +0 -2
  445. package/components/counter/src/styles/counter-group.css +0 -4
  446. package/components/counter/src/styles/counter-group.scss +0 -17
  447. package/components/counter/src/styles/style-css.js +0 -2
  448. package/components/counter/src/styles/style.css +0 -4
  449. package/components/counter/src/styles/style.scss +0 -17
  450. package/components/datepicker/.stylelintrc.json +0 -3
  451. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  452. package/components/datepicker/.turbo/turbo-build.log +0 -493
  453. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -5
  454. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  455. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  456. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  457. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  458. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  459. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  460. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  461. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  462. package/components/datepicker/dist/index.d.ts.map +0 -1
  463. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  464. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  465. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  466. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  467. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  468. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  469. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  470. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  471. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  472. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  473. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  474. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  475. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  476. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  477. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  478. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  479. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  480. package/components/datepicker/node_modules/chalk/package.json +0 -83
  481. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  482. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  483. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  484. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  485. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  486. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  487. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  488. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  489. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  490. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  491. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  492. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  493. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  494. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  495. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  496. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  497. package/components/datepicker/package.json +0 -79
  498. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  499. package/components/datepicker/src/auro-calendar-month.js +0 -128
  500. package/components/datepicker/src/auro-calendar.js +0 -329
  501. package/components/datepicker/src/auro-datepicker.js +0 -1002
  502. package/components/datepicker/src/dropdownVersion.js +0 -0
  503. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  504. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  505. package/components/datepicker/src/index.js +0 -6
  506. package/components/datepicker/src/popoverVersion.js +0 -1
  507. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  508. package/components/datepicker/src/styles/color-calendar.css +0 -35
  509. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  510. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  511. package/components/datepicker/src/styles/color-cell.css +0 -45
  512. package/components/datepicker/src/styles/color-cell.scss +0 -73
  513. package/components/datepicker/src/styles/color-css.js +0 -2
  514. package/components/datepicker/src/styles/color-month-css.js +0 -2
  515. package/components/datepicker/src/styles/color-month.css +0 -34
  516. package/components/datepicker/src/styles/color-month.scss +0 -27
  517. package/components/datepicker/src/styles/color.css +0 -43
  518. package/components/datepicker/src/styles/color.scss +0 -30
  519. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  520. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  521. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  522. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  523. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  524. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  525. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  526. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  527. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  528. package/components/datepicker/src/styles/style-css.js +0 -2
  529. package/components/datepicker/src/styles/style.css +0 -111
  530. package/components/datepicker/src/styles/style.scss +0 -107
  531. package/components/datepicker/src/styles/tokens-css.js +0 -2
  532. package/components/datepicker/src/styles/tokens.css +0 -22
  533. package/components/datepicker/src/styles/tokens.scss +0 -25
  534. package/components/datepicker/src/utilities.js +0 -87
  535. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  536. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  537. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  538. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  539. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  540. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  541. package/components/dropdown/.stylelintrc.json +0 -3
  542. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  543. package/components/dropdown/.turbo/turbo-build$colon$version.log +0 -7
  544. package/components/dropdown/.turbo/turbo-build.log +0 -206
  545. package/components/dropdown/.turbo/turbo-bundler.log +0 -13
  546. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -5
  547. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  548. package/components/dropdown/.turbo/turbo-types.log +0 -4
  549. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  550. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  551. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  552. package/components/dropdown/dist/index.d.ts.map +0 -1
  553. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  554. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  555. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  556. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  557. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  558. package/components/dropdown/node_modules/chalk/package.json +0 -83
  559. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  560. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  561. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  562. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  563. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  564. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  565. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  566. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  567. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  568. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  569. package/components/dropdown/package.json +0 -57
  570. package/components/dropdown/src/auro-dropdown.js +0 -474
  571. package/components/dropdown/src/auro-dropdownBib.js +0 -106
  572. package/components/dropdown/src/iconVersion.js +0 -1
  573. package/components/dropdown/src/index.js +0 -6
  574. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  575. package/components/dropdown/src/styles/bibColors.css +0 -6
  576. package/components/dropdown/src/styles/bibColors.scss +0 -18
  577. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  578. package/components/dropdown/src/styles/bibStyles.css +0 -43
  579. package/components/dropdown/src/styles/bibStyles.scss +0 -60
  580. package/components/dropdown/src/styles/color-css.js +0 -2
  581. package/components/dropdown/src/styles/color.css +0 -59
  582. package/components/dropdown/src/styles/color.scss +0 -79
  583. package/components/dropdown/src/styles/style-css.js +0 -2
  584. package/components/dropdown/src/styles/style.css +0 -92
  585. package/components/dropdown/src/styles/style.scss +0 -122
  586. package/components/dropdown/src/styles/tokens-css.js +0 -2
  587. package/components/dropdown/src/styles/tokens.css +0 -13
  588. package/components/dropdown/src/styles/tokens.scss +0 -15
  589. package/components/form/.stylelintrc.json +0 -3
  590. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  591. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  592. package/components/form/.turbo/turbo-build.log +0 -113
  593. package/components/form/.turbo/turbo-bundler.log +0 -13
  594. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -5
  595. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  596. package/components/form/.turbo/turbo-types.log +0 -4
  597. package/components/form/dist/auro-form.d.ts.map +0 -1
  598. package/components/form/dist/index.d.ts.map +0 -1
  599. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  600. package/components/form/node_modules/chalk/package.json +0 -83
  601. package/components/form/node_modules/chalk/readme.md +0 -325
  602. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  603. package/components/form/node_modules/chalk/source/index.js +0 -225
  604. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  605. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  606. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  607. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  608. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  609. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  610. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  611. package/components/form/package.json +0 -72
  612. package/components/form/src/auro-form.js +0 -74
  613. package/components/form/src/index.js +0 -6
  614. package/components/form/src/styles/style-css.js +0 -2
  615. package/components/form/src/styles/style.css +0 -36
  616. package/components/form/src/styles/style.scss +0 -37
  617. package/components/input/.stylelintrc.json +0 -3
  618. package/components/input/.turbo/turbo-build$colon$sass.log +0 -198
  619. package/components/input/.turbo/turbo-build$colon$version.log +0 -10
  620. package/components/input/.turbo/turbo-build.log +0 -353
  621. package/components/input/.turbo/turbo-bundler.log +0 -13
  622. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -5
  623. package/components/input/.turbo/turbo-sass$colon$render.log +0 -58
  624. package/components/input/.turbo/turbo-types.log +0 -4
  625. package/components/input/dist/auro-input.d.ts.map +0 -1
  626. package/components/input/dist/base-input.d.ts.map +0 -1
  627. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  628. package/components/input/dist/i18n.d.ts.map +0 -1
  629. package/components/input/dist/iconVersion.d.ts.map +0 -1
  630. package/components/input/dist/index.d.ts.map +0 -1
  631. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  632. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  633. package/components/input/dist/styles/helpText-css.d.ts.map +0 -1
  634. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  635. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  636. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  637. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  638. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  639. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  640. package/components/input/node_modules/chalk/package.json +0 -83
  641. package/components/input/node_modules/chalk/readme.md +0 -325
  642. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  643. package/components/input/node_modules/chalk/source/index.js +0 -225
  644. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  645. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  646. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  647. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  648. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  649. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  650. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  651. package/components/input/package.json +0 -75
  652. package/components/input/src/auro-input.js +0 -241
  653. package/components/input/src/base-input.js +0 -1103
  654. package/components/input/src/buttonVersion.js +0 -1
  655. package/components/input/src/i18n.js +0 -102
  656. package/components/input/src/iconVersion.js +0 -1
  657. package/components/input/src/index.js +0 -6
  658. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  659. package/components/input/src/styles/borders-css.js +0 -2
  660. package/components/input/src/styles/borders.css +0 -35
  661. package/components/input/src/styles/borders.scss +0 -49
  662. package/components/input/src/styles/color-css.js +0 -2
  663. package/components/input/src/styles/color.css +0 -62
  664. package/components/input/src/styles/color.scss +0 -89
  665. package/components/input/src/styles/helpText-css.js +0 -2
  666. package/components/input/src/styles/helpText.css +0 -6
  667. package/components/input/src/styles/helpText.scss +0 -9
  668. package/components/input/src/styles/input-css.js +0 -2
  669. package/components/input/src/styles/input.css +0 -35
  670. package/components/input/src/styles/input.scss +0 -53
  671. package/components/input/src/styles/label-css.js +0 -2
  672. package/components/input/src/styles/label.css +0 -45
  673. package/components/input/src/styles/label.scss +0 -71
  674. package/components/input/src/styles/mixins-css.js +0 -2
  675. package/components/input/src/styles/mixins.css +0 -1
  676. package/components/input/src/styles/mixins.scss +0 -45
  677. package/components/input/src/styles/notificationIcons-css.js +0 -2
  678. package/components/input/src/styles/notificationIcons.css +0 -84
  679. package/components/input/src/styles/notificationIcons.scss +0 -109
  680. package/components/input/src/styles/style-css.js +0 -2
  681. package/components/input/src/styles/style.css +0 -290
  682. package/components/input/src/styles/style.scss +0 -53
  683. package/components/input/src/styles/tokens-css.js +0 -2
  684. package/components/input/src/styles/tokens.css +0 -9
  685. package/components/input/src/styles/tokens.scss +0 -11
  686. package/components/menu/.stylelintrc.json +0 -3
  687. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  688. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  689. package/components/menu/.turbo/turbo-build.log +0 -184
  690. package/components/menu/.turbo/turbo-bundler.log +0 -13
  691. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -5
  692. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  693. package/components/menu/.turbo/turbo-types.log +0 -4
  694. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  695. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  696. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  697. package/components/menu/dist/index.d.ts.map +0 -1
  698. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  699. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  700. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  701. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  702. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  703. package/components/menu/node_modules/chalk/package.json +0 -83
  704. package/components/menu/node_modules/chalk/readme.md +0 -325
  705. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  706. package/components/menu/node_modules/chalk/source/index.js +0 -225
  707. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  708. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  709. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  710. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  711. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  712. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  713. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  714. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  715. package/components/menu/node_modules/mime/Mime.js +0 -97
  716. package/components/menu/node_modules/mime/README.md +0 -187
  717. package/components/menu/node_modules/mime/cli.js +0 -46
  718. package/components/menu/node_modules/mime/index.js +0 -4
  719. package/components/menu/node_modules/mime/lite.js +0 -4
  720. package/components/menu/node_modules/mime/package.json +0 -52
  721. package/components/menu/node_modules/mime/types/other.js +0 -1
  722. package/components/menu/node_modules/mime/types/standard.js +0 -1
  723. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  724. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  725. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  726. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  727. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  728. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  729. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  730. package/components/menu/package.json +0 -70
  731. package/components/menu/src/auro-menu.js +0 -539
  732. package/components/menu/src/auro-menuoption.js +0 -147
  733. package/components/menu/src/iconVersion.js +0 -1
  734. package/components/menu/src/index.js +0 -8
  735. package/components/menu/src/styles/color-menu-css.js +0 -2
  736. package/components/menu/src/styles/color-menu.css +0 -4
  737. package/components/menu/src/styles/color-menu.scss +0 -12
  738. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  739. package/components/menu/src/styles/color-menuoption.css +0 -23
  740. package/components/menu/src/styles/color-menuoption.scss +0 -33
  741. package/components/menu/src/styles/style-menu-css.js +0 -2
  742. package/components/menu/src/styles/style-menu.css +0 -2061
  743. package/components/menu/src/styles/style-menu.scss +0 -80
  744. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  745. package/components/menu/src/styles/style-menuoption.css +0 -45
  746. package/components/menu/src/styles/style-menuoption.scss +0 -66
  747. package/components/menu/src/styles/tokens-css.js +0 -2
  748. package/components/menu/src/styles/tokens.css +0 -6
  749. package/components/menu/src/styles/tokens.scss +0 -6
  750. package/components/radio/.stylelintrc.json +0 -3
  751. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  752. package/components/radio/.turbo/turbo-build.log +0 -216
  753. package/components/radio/.turbo/turbo-bundler.log +0 -13
  754. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -5
  755. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  756. package/components/radio/.turbo/turbo-types.log +0 -4
  757. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  758. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  759. package/components/radio/dist/index.d.ts.map +0 -1
  760. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  761. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  762. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  763. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  764. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  765. package/components/radio/node_modules/chalk/package.json +0 -83
  766. package/components/radio/node_modules/chalk/readme.md +0 -325
  767. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  768. package/components/radio/node_modules/chalk/source/index.js +0 -225
  769. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  770. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  771. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  772. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  773. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  774. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  775. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  776. package/components/radio/package.json +0 -69
  777. package/components/radio/src/auro-radio-group.js +0 -433
  778. package/components/radio/src/auro-radio.js +0 -256
  779. package/components/radio/src/index.js +0 -8
  780. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  781. package/components/radio/src/styles/auro-radio-group.css +0 -23
  782. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  783. package/components/radio/src/styles/color-css.js +0 -2
  784. package/components/radio/src/styles/color.css +0 -45
  785. package/components/radio/src/styles/color.scss +0 -56
  786. package/components/radio/src/styles/groupColor-css.js +0 -2
  787. package/components/radio/src/styles/groupColor.css +0 -21
  788. package/components/radio/src/styles/groupColor.scss +0 -33
  789. package/components/radio/src/styles/style-css.js +0 -2
  790. package/components/radio/src/styles/style.css +0 -113
  791. package/components/radio/src/styles/style.scss +0 -99
  792. package/components/radio/src/styles/tokens-css.js +0 -2
  793. package/components/radio/src/styles/tokens.css +0 -9
  794. package/components/radio/src/styles/tokens.scss +0 -12
  795. package/components/select/.stylelintrc.json +0 -3
  796. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  797. package/components/select/.turbo/turbo-build.log +0 -241
  798. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -5
  799. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  800. package/components/select/dist/auro-select.d.ts.map +0 -1
  801. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  802. package/components/select/dist/index.d.ts.map +0 -1
  803. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  804. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  805. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  806. package/components/select/node_modules/chalk/package.json +0 -83
  807. package/components/select/node_modules/chalk/readme.md +0 -325
  808. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  809. package/components/select/node_modules/chalk/source/index.js +0 -225
  810. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  811. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  812. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  813. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  814. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  815. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  816. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  817. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  818. package/components/select/node_modules/mime/Mime.js +0 -97
  819. package/components/select/node_modules/mime/README.md +0 -187
  820. package/components/select/node_modules/mime/cli.js +0 -46
  821. package/components/select/node_modules/mime/index.js +0 -4
  822. package/components/select/node_modules/mime/lite.js +0 -4
  823. package/components/select/node_modules/mime/package.json +0 -52
  824. package/components/select/node_modules/mime/types/other.js +0 -1
  825. package/components/select/node_modules/mime/types/standard.js +0 -1
  826. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  827. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  828. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  829. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  830. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  831. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  832. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  833. package/components/select/package.json +0 -70
  834. package/components/select/packageScripts/postinstall.mjs +0 -28
  835. package/components/select/src/auro-select.js +0 -559
  836. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  837. package/components/select/src/index.js +0 -6
  838. package/components/select/src/styles/color-css.js +0 -2
  839. package/components/select/src/styles/color.css +0 -63
  840. package/components/select/src/styles/color.scss +0 -33
  841. package/components/select/src/styles/style-css.js +0 -2
  842. package/components/select/src/styles/style.css +0 -104
  843. package/components/select/src/styles/style.scss +0 -76
  844. package/components/select/src/styles/tokens-css.js +0 -2
  845. package/components/select/src/styles/tokens.css +0 -3
  846. package/components/select/src/styles/tokens.scss +0 -5
  847. package/packages/build-tools/package.json +0 -15
  848. package/packages/build-tools/src/docProcessor.mjs +0 -104
  849. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  850. package/packages/build-tools/src/index.js +0 -1
  851. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  852. package/packages/form-validation/package.json +0 -12
  853. package/packages/form-validation/src/index.js +0 -1
  854. package/packages/form-validation/src/validation.js +0 -259
  855. package/packages/typescript/base.json +0 -19
  856. package/packages/typescript/package.json +0 -20
  857. package/turbo.json +0 -100
@@ -0,0 +1,1279 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2019 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */
6
+ const t$4=globalThis,e$7=t$4.ShadowRoot&&(void 0===t$4.ShadyCSS||t$4.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$4=Symbol(),o$7=new WeakMap;let n$6 = class n{constructor(t,e,o){if(this._$cssResult$=true,o!==s$4)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$7&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o$7.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$7.set(s,t));}return t}toString(){return this.cssText}};const r$7=t=>new n$6("string"==typeof t?t:t+"",void 0,s$4),i$9=(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$6(o,t,s$4)},S$3=(s,o)=>{if(e$7)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),n=t$4.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=e.cssText,s.appendChild(o);}},c$5=e$7?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$7(e)})(t):t;
7
+
8
+ /**
9
+ * @license
10
+ * Copyright 2017 Google LLC
11
+ * SPDX-License-Identifier: BSD-3-Clause
12
+ */const{is:i$8,defineProperty:e$6,getOwnPropertyDescriptor:r$6,getOwnPropertyNames:h$3,getOwnPropertySymbols:o$6,getPrototypeOf:n$5}=Object,a$4=globalThis,c$4=a$4.trustedTypes,l$4=c$4?c$4.emptyScript:"",p$3=a$4.reactiveElementPolyfillSupport,d$3=(t,s)=>t,u$4={toAttribute(t,s){switch(s){case Boolean:t=t?l$4: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$3=(t,s)=>!i$8(t,s),y$3={attribute:true,type:String,converter:u$4,reflect:false,hasChanged:f$3};Symbol.metadata??=Symbol("metadata"),a$4.litPropertyMetadata??=new WeakMap;let b$1 = 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$3){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$6(this.prototype,t,r);}}static getPropertyDescriptor(t,s,i){const{get:e,set:h}=r$6(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$3}static _$Ei(){if(this.hasOwnProperty(d$3("elementProperties")))return;const t=n$5(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties);}static finalize(){if(this.hasOwnProperty(d$3("finalized")))return;if(this.finalized=true,this._$Ei(),this.hasOwnProperty(d$3("properties"))){const t=this.properties,s=[...h$3(t),...o$6(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$5(s));}else void 0!==s&&i.push(c$5(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$3(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$4).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$4;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$3)(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$1.elementStyles=[],b$1.shadowRootOptions={mode:"open"},b$1[d$3("elementProperties")]=new Map,b$1[d$3("finalized")]=new Map,p$3?.({ReactiveElement:b$1}),(a$4.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$3=globalThis,i$7=t$3.trustedTypes,s$3=i$7?i$7.createPolicy("lit-html",{createHTML:t=>t}):void 0,e$5="$lit$",h$2=`lit$${Math.random().toFixed(9).slice(2)}$`,o$5="?"+h$2,n$4=`<${o$5}>`,r$5=document,l$3=()=>r$5.createComment(""),c$3=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a$3=Array.isArray,u$3=t=>a$3(t)||"function"==typeof t?.[Symbol.iterator],d$2="[ \t\n\f\r]",f$2=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v$1=/-->/g,_$1=/>/g,m$1=RegExp(`>|${d$2}(?:([^\\s"'>=/]+)(${d$2}*=${d$2}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),p$2=/'/g,g$1=/"/g,$$1=/^(?:script|style|textarea|title)$/i,y$2=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x$1=y$2(1),T$1=Symbol.for("lit-noChange"),E$1=Symbol.for("lit-nothing"),A$1=new WeakMap,C$1=r$5.createTreeWalker(r$5,129);function P$1(t,i){if(!a$3(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s$3?s$3.createHTML(i):i}const V$1=(t,i)=>{const s=t.length-1,o=[];let r,l=2===i?"<svg>":3===i?"<math>":"",c=f$2;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$2?"!--"===u[1]?c=v$1:void 0!==u[1]?c=_$1:void 0!==u[2]?($$1.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=m$1):void 0!==u[3]&&(c=m$1):c===m$1?">"===u[0]?(c=r??f$2,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?m$1:'"'===u[3]?g$1:p$2):c===g$1||c===p$2?c=m$1:c===v$1||c===_$1?c=f$2:(c=m$1,r=void 0);const x=c===m$1&&t[i+1].startsWith("/>")?" ":"";l+=c===f$2?s+n$4:d>=0?(o.push(a),s.slice(0,d)+e$5+s.slice(d)+h$2+x):s+h$2+(-2===d?i:x);}return [P$1(t,l+(t[s]||"<?>")+(2===i?"</svg>":3===i?"</math>":"")),o]};let N$1 = 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$1(t,s);if(this.el=N.createElement(f,n),C$1.currentNode=this.el.content,2===s||3===s){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes);}for(;null!==(r=C$1.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(e$5)){const i=v[a++],s=r.getAttribute(t).split(h$2),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:c,name:e[2],strings:s,ctor:"."===e[1]?H$1:"?"===e[1]?I$1:"@"===e[1]?L$1:k$1}),r.removeAttribute(t);}else t.startsWith(h$2)&&(d.push({type:6,index:c}),r.removeAttribute(t));if($$1.test(r.tagName)){const t=r.textContent.split(h$2),s=t.length-1;if(s>0){r.textContent=i$7?i$7.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l$3()),C$1.nextNode(),d.push({type:2,index:++c});r.append(t[s],l$3());}}}else if(8===r.nodeType)if(r.data===o$5)d.push({type:2,index:c});else {let t=-1;for(;-1!==(t=r.data.indexOf(h$2,t+1));)d.push({type:7,index:c}),t+=h$2.length-1;}c++;}}static createElement(t,i){const s=r$5.createElement("template");return s.innerHTML=t,s}};function S$2(t,i,s=t,e){if(i===T$1)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=c$3(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$2(t,h._$AS(t,i.values),h,e)),i}let M$1 = 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$5).importNode(i,true);C$1.currentNode=e;let h=C$1.nextNode(),o=0,n=0,l=s[0];for(;void 0!==l;){if(o===l.index){let i;2===l.type?i=new R$1(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$1(h,this,t)),this._$AV.push(i),l=s[++n];}o!==l?.index&&(h=C$1.nextNode(),o++);}return C$1.currentNode=r$5,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++;}};let R$1 = class R{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=E$1,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$2(this,t,i),c$3(t)?t===E$1||null==t||""===t?(this._$AH!==E$1&&this._$AR(),this._$AH=E$1):t!==this._$AH&&t!==T$1&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):u$3(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$1&&c$3(this._$AH)?this._$AA.nextSibling.data=t:this.T(r$5.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$1.createElement(P$1(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else {const t=new M$1(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t;}}_$AC(t){let i=A$1.get(t.strings);return void 0===i&&A$1.set(t.strings,i=new N$1(t)),i}k(t){a$3(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$3()),this.O(l$3()),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));}};let k$1 = 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$1,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$1;}_$AI(t,i=this,s,e){const h=this.strings;let o=false;if(void 0===h)t=S$2(this,t,i,0),o=!c$3(t)||t!==this._$AH&&t!==T$1,o&&(this._$AH=t);else {const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=S$2(this,e[s+n],i,n),r===T$1&&(r=this._$AH[n]),o||=!c$3(r)||r!==this._$AH[n],r===E$1?t=E$1:t!==E$1&&(t+=(r??"")+h[n+1]),this._$AH[n]=r;}o&&!e&&this.j(t);}j(t){t===E$1?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"");}};let H$1 = class H extends k$1{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===E$1?void 0:t;}};let I$1 = class I extends k$1{constructor(){super(...arguments),this.type=4;}j(t){this.element.toggleAttribute(this.name,!!t&&t!==E$1);}};let L$1 = class L extends k$1{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5;}_$AI(t,i=this){if((t=S$2(this,t,i,0)??E$1)===T$1)return;const s=this._$AH,e=t===E$1&&s!==E$1||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==E$1&&(s===E$1||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);}};let z$1 = 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$2(this,t);}};const j$1=t$3.litHtmlPolyfillSupport;j$1?.(N$1,R$1),(t$3.litHtmlVersions??=[]).push("3.2.1");const B$1=(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$1(i.insertBefore(l$3(),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
+ */let r$4 = class r extends b$1{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$1(s,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(true);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(false);}render(){return T$1}};r$4._$litElement$=true,r$4["finalized"]=true,globalThis.litElementHydrateSupport?.({LitElement:r$4});const i$6=globalThis.litElementPolyfillSupport;i$6?.({LitElement:r$4});(globalThis.litElementVersions??=[]).push("4.1.1");
26
+
27
+ /**
28
+ * @license
29
+ * Copyright 2017 Google LLC
30
+ * SPDX-License-Identifier: BSD-3-Clause
31
+ */
32
+ const t$2={ATTRIBUTE:1},e$4=t=>(...e)=>({_$litDirective$:t,values:e});let i$5 = 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)}};
33
+
34
+ /**
35
+ * @license
36
+ * Copyright 2018 Google LLC
37
+ * SPDX-License-Identifier: BSD-3-Clause
38
+ */const e$3=e$4(class extends i$5{constructor(t){if(super(t),t.type!==t$2.ATTRIBUTE||"class"!==t.name||t.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$1}});
39
+
40
+ /**
41
+ * @license
42
+ * Copyright 2018 Google LLC
43
+ * SPDX-License-Identifier: BSD-3-Clause
44
+ */const o$4=o=>o??E$1;
45
+
46
+ var styleCss$2 = i$9`*,*: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{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;--cbxLocation: var(--ds-size-50, $ds-size-50)}fieldset{all:unset}@media screen and (min-width: 576px){.displayFlex slot{display:flex}}.cbxContainer{position:relative;padding-left:var(--ds-size-100, 0.5rem);padding-right:var(--ds-size-100, 0.5rem);line-height:var(--ds-size-400, 2rem)}.cbx--input:disabled+label:hover{cursor:auto}.label{margin-left:var(--ds-size-300, 1.5rem);display:block}.label:hover{cursor:pointer}.label--cbx:after{-webkit-tap-highlight-color:transparent;position:absolute;content:"";top:var(--ds-size-50, 0.25rem);left:var(--cbxLocation);width:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem));border-width:1px;border-style:solid;border-radius:var(--ds-border-radius, 0.375rem);outline-style:solid;outline-width:1px;z-index:0}.svg--cbx{position:absolute;top:var(--ds-size-25, 0.125rem);left:var(--ds-size-25, 0.125rem);padding-top:3px;padding-bottom:3px;z-index:1}`;
47
+
48
+ var colorCss$2 = i$9`:host .label{color:var(--ds-auro-checkbox-label-color)}:host .label--cbx:after{background-color:var(--ds-auro-checkbox-container-color);border-color:var(--ds-auro-checkbox-border-color);outline-color:var(--ds-auro-checkbox-outline-color)}:host .label--cbx:hover{--ds-auro-checkbox-container-color: var(--ds-color-container-ui-secondary-hover-default, rgba(0, 0, 0, 0.03))}:host .svg--cbx{color:var(--ds-auro-checkbox-checkmark-color)}:host(:focus-within){--ds-auro-checkbox-border-color: var(--ds-color-border-ui-focus-default, #2c67b5);--ds-auro-checkbox-outline-color: var(--ds-color-border-ui-focus-default, #2c67b5)}:host([checked]){--ds-auro-checkbox-border-color: var(--ds-color-border-ui-default-default, #2c67b5);--ds-auro-checkbox-container-color: var(--ds-color-container-ui-primary-default-default, #2c67b5)}:host([checked]) .label--cbx:hover{--ds-auro-checkbox-border-color: var(--ds-color-border-ui-hover-default, #193d73);--ds-auro-checkbox-container-color: var(--ds-color-container-ui-primary-hover-default, #193d73)}:host([checked]:focus-within){--ds-auro-checkbox-border-color: var(--ds-color-border-subtle-default, #f0f7fd)}:host([checked]:focus-within) .label--cbx:hover{--ds-auro-checkbox-border-color: var(--ds-color-border-subtle-default, #f0f7fd);--ds-auro-checkbox-container-color: var(--ds-color-container-ui-primary-hover-default, #193d73)}:host([disabled]){--ds-auro-checkbox-border-color: var(--ds-color-border-ui-disabled-default, #adadad);--ds-auro-checkbox-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-checkbox-label-color: var(--ds-color-text-ui-disabled-default, #adadad)}:host([disabled]) .label--cbx:hover{--ds-auro-checkbox-border-color: var(--ds-color-border-ui-disabled-default, #adadad);--ds-auro-checkbox-container-color: var(--ds-color-container-primary-default, #ffffff)}:host([disabled][checked]){--ds-auro-checkbox-border-color: var(--ds-color-border-ui-disabled-default, #adadad);--ds-auro-checkbox-checkmark-color: var(--ds-color-icon-ui-primary-disabled-default, #adadad);--ds-auro-checkbox-container-color: var(--ds-color-container-primary-default, #ffffff)}:host([disabled][checked]) .label--cbx:hover{--ds-auro-checkbox-border-color: var(--ds-color-border-ui-disabled-default, #adadad);--ds-auro-checkbox-container-color: var(--ds-color-container-primary-default, #ffffff)}:host([error]){--ds-auro-checkbox-border-color: var(--ds-color-utility-error-default, #cc1816);--ds-auro-checkbox-container-color: var(--ds-color-container-primary-default, #ffffff)}:host([error]:not([checked]):focus-within){--ds-auro-checkbox-border-color: var(--ds-color-border-ui-active-default, #225296);--ds-auro-checkbox-outline-color: var(--ds-color-border-ui-active-default, #225296)}:host([error][checked]){--ds-auro-checkbox-border-color: var(--ds-color-border-error-default, #cc1816);--ds-auro-checkbox-container-color: var(--ds-color-utility-error-default, #cc1816)}:host([error][checked]) .label--cbx:hover{--ds-auro-checkbox-border-color: var(--ds-color-container-error-inverse, #74110e);--ds-auro-checkbox-container-color: var(--ds-color-container-error-inverse, #df0b37)}:host([error][checked]:focus-within){--ds-auro-checkbox-border-color: var(--ds-color-border-subtle-default, #f0f7fd)}:host([error][checked]:focus-within) .label--cbx:hover{--ds-auro-checkbox-border-color: var(--ds-color-border-subtle-default, #f0f7fd);--ds-auro-checkbox-container-color: var(--ds-color-utility-error-default, #cc1816)}`;
49
+
50
+ var tokensCss$1 = i$9`:host{--ds-auro-checkbox-border-color: var(--ds-color-border-primary-default, #585e67);--ds-auro-checkbox-checkmark-color: var(--ds-color-icon-emphasis-inverse, #ffffff);--ds-auro-checkbox-container-color: var(--ds-color-container-primary-default, #ffffff);--ds-auro-checkbox-label-color: var(--ds-color-text-primary-default, #2a2a2a);--ds-auro-checkbox-outline-color: transparent;--ds-auro-checkbox-group-text-color: var(--ds-color-text-primary-default, #2a2a2a)}`;
51
+
52
+ var checkLg = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" 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/><path d=\"M5.321 12.514a.75.75 0 0 0-1.142.972l4.25 5a.75.75 0 0 0 1.141.001l10.25-12a.75.75 0 1 0-1.14-.975L9 16.844z\"/></svg>"};
53
+
54
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
55
+ // See LICENSE in the project root for license information.
56
+
57
+ // ---------------------------------------------------------------------
58
+
59
+ /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
60
+
61
+ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
62
+
63
+ /* eslint-disable jsdoc/require-param */
64
+
65
+ /**
66
+ * This will register a new custom element with the browser.
67
+ * @param {String} name - The name of the custom element.
68
+ * @param {Object} componentClass - The class to register as a custom element.
69
+ * @returns {void}
70
+ */
71
+ registerComponent(name, componentClass) {
72
+ if (!customElements.get(name)) {
73
+ customElements.define(name, class extends componentClass {});
74
+ }
75
+ }
76
+
77
+ /**
78
+ * Finds and returns the closest HTML Element based on a selector.
79
+ * @returns {void}
80
+ */
81
+ closestElement(
82
+ selector, // selector like in .closest()
83
+ base = this, // extra functionality to skip a parent
84
+ __Closest = (el, found = el && el.closest(selector)) =>
85
+ !el || el === document || el === window
86
+ ? null // standard .closest() returns null for non-found selectors also
87
+ : found
88
+ ? found // found a selector INside this element
89
+ : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
90
+ ) {
91
+ return __Closest(base);
92
+ }
93
+ /* eslint-enable jsdoc/require-param */
94
+
95
+ /**
96
+ * 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.
97
+ * @param {Object} elem - The element to check.
98
+ * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
99
+ * @returns {void}
100
+ */
101
+ handleComponentTagRename(elem, tagName) {
102
+ const tag = tagName.toLowerCase();
103
+ const elemTag = elem.tagName.toLowerCase();
104
+
105
+ if (elemTag !== tag) {
106
+ elem.setAttribute(tag, true);
107
+ }
108
+ }
109
+
110
+ /**
111
+ * Validates if an element is a specific Auro component.
112
+ * @param {Object} elem - The element to validate.
113
+ * @param {String} tagName - The name of the Auro component to check against.
114
+ * @returns {Boolean} - Returns true if the element is the specified Auro component.
115
+ */
116
+ elementMatch(elem, tagName) {
117
+ const tag = tagName.toLowerCase();
118
+ const elemTag = elem.tagName.toLowerCase();
119
+
120
+ return elemTag === tag || elem.hasAttribute(tag);
121
+ }
122
+ };
123
+
124
+ // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
125
+ // See LICENSE in the project root for license information.
126
+
127
+
128
+ /**
129
+ * Custom element for the purpose of allowing users to select one or more options of a limited number of choices.
130
+ *
131
+ * @csspart checkbox - apply css to a specific checkbox.
132
+ * @csspart checkbox-input - apply css to a specific checkbox's input.
133
+ * @csspart checkbox-label - apply css to a specific checkbox's label.
134
+ */
135
+
136
+ // build the component class
137
+ class AuroCheckbox extends r$4 {
138
+ constructor() {
139
+ super();
140
+ this.checked = false;
141
+ this.disabled = false;
142
+ this.error = false;
143
+
144
+ /**
145
+ * @private
146
+ */
147
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
148
+ }
149
+
150
+ static get styles() {
151
+ return [
152
+ styleCss$2,
153
+ colorCss$2,
154
+ tokensCss$1
155
+ ];
156
+ }
157
+
158
+ // function to define props used within the scope of this component
159
+ static get properties() {
160
+ return {
161
+
162
+ /**
163
+ * If set to true, the checkbox will be filled with a checkmark.
164
+ */
165
+ checked: {
166
+ type: Boolean,
167
+ reflect: true
168
+ },
169
+
170
+ /**
171
+ * If set to true, the checkbox will not be clickable.
172
+ */
173
+ disabled: {
174
+ type: Boolean,
175
+ reflect: true
176
+ },
177
+
178
+ /**
179
+ * If set to true, the checkbox will be displayed with an error state.
180
+ */
181
+ error: {
182
+ type: Boolean,
183
+ reflect: true
184
+ },
185
+
186
+ /**
187
+ * Sets the individual `id` per element.
188
+ */
189
+ id: { type: String },
190
+
191
+ /**
192
+ * Accepts any string and is used to identify related checkboxes when submitting form data.
193
+ */
194
+ name: { type: String },
195
+
196
+ /**
197
+ * Sets the element's input value. Must be unique within an auro-checkbox-group element.
198
+ */
199
+ value: {
200
+ type: String,
201
+ reflect: true
202
+ }
203
+ };
204
+ }
205
+
206
+ /**
207
+ * This will register this element with the browser.
208
+ * @param {string} [name="auro-checkbox"] - The name of element that you want to register to.
209
+ *
210
+ * @example
211
+ * AuroCheckbox.register("custom-checkbox") // this will register this element to <custom-checkbox/>
212
+ *
213
+ */
214
+ static register(name = "auro-checkbox") {
215
+ AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroCheckbox);
216
+ }
217
+
218
+ // This custom event is only for the purpose of supporting IE
219
+ // .addEventListener('change', function() { })
220
+ handleChange(event) {
221
+ this.checked = event.target.checked;
222
+ const customEvent = new CustomEvent(event.type, event);
223
+
224
+ this.dispatchEvent(customEvent);
225
+ }
226
+
227
+ handleInput(event) {
228
+ this.checked = event.target.checked;
229
+
230
+ this.dispatchEvent(new CustomEvent('auroCheckbox-input', {
231
+ bubbles: true,
232
+ cancelable: false,
233
+ composed: true,
234
+ }));
235
+ }
236
+
237
+ /**
238
+ * Function to support @focusin event.
239
+ * @private
240
+ * @returns {void}
241
+ */
242
+ handleFocusin() {
243
+ this.dispatchEvent(new CustomEvent('auroCheckbox-focusin', {
244
+ bubbles: true,
245
+ cancelable: false,
246
+ composed: true,
247
+ }));
248
+ }
249
+
250
+ /**
251
+ * Function to generate checkmark svg.
252
+ * @private
253
+ * @returns {void}
254
+ */
255
+ generateIconHtml() {
256
+ this.dom = new DOMParser().parseFromString(checkLg.svg, 'text/html');
257
+ this.svg = this.dom.body.firstChild;
258
+
259
+ this.svg.classList.add('svg--cbx');
260
+
261
+ return this.svg;
262
+ }
263
+
264
+ /**
265
+ * Resets component to initial state.
266
+ * @returns {void}
267
+ */
268
+ reset() {
269
+ this.checked = false;
270
+ this.error = false;
271
+ }
272
+
273
+ firstUpdated() {
274
+ // Add the tag name as an attribute if it is different than the component name
275
+ this.runtimeUtils.handleComponentTagRename(this, 'auro-checkbox');
276
+
277
+ this.addEventListener('click', () => {
278
+ this.handleFocusin();
279
+ });
280
+
281
+ this.addEventListener('focusin', () => {
282
+ this.handleFocusin();
283
+ });
284
+
285
+ this.addEventListener('focusout', () => {
286
+ this.dispatchEvent(new CustomEvent('auroCheckbox-focusout', {
287
+ bubbles: true,
288
+ cancelable: false,
289
+ composed: true,
290
+ }));
291
+ });
292
+ }
293
+
294
+ // function that renders the HTML and CSS into the scope of the component
295
+ render() {
296
+ const labelClasses = {
297
+ 'label': true,
298
+ 'label--cbx': true,
299
+ 'errorBorder': this.error
300
+ };
301
+
302
+ return x$1`
303
+ <div class="cbxContainer" part="checkbox">
304
+ <input
305
+ class="util_displayHiddenVisually cbx--input"
306
+ part="checkbox-input"
307
+ @change=${this.handleChange}
308
+ @input="${this.handleInput}"
309
+ ?disabled="${this.disabled}"
310
+ .checked="${this.checked}"
311
+ id="${o$4(this.id)}"
312
+ name="${o$4(this.name)}"
313
+ type="checkbox"
314
+ .value="${this.value}"
315
+ />
316
+
317
+ <label for="${o$4(this.id)}" class="${e$3(labelClasses)}" part="checkbox-label">
318
+ ${this.checked ? this.generateIconHtml() : undefined}
319
+ <slot></slot>
320
+ </label>
321
+ </div>
322
+ `;
323
+ }
324
+ }
325
+
326
+ /**
327
+ * @license
328
+ * Copyright 2020 Google LLC
329
+ * SPDX-License-Identifier: BSD-3-Clause
330
+ */
331
+ const a$2=Symbol.for(""),o$3=t=>{if(t?.r===a$2)return t?._$litStatic$},s$2=t=>({_$litStatic$:t,r:a$2}),i$4=(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$2}),l$2=new Map,n$3=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$3(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$2.get(t))&&(n.raw=n,l$2.set(t,r=n)),e=u;}return t(r,...e)},u$2=n$3(x$1);
332
+
333
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
334
+ // See LICENSE in the project root for license information.
335
+
336
+
337
+ class AuroFormValidation {
338
+ constructor() {
339
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
340
+ }
341
+
342
+ /**
343
+ * Resets the element to its initial state.
344
+ * @private
345
+ * @param {object} elem - HTML element to reset.
346
+ * @returns {void}
347
+ */
348
+ reset(elem) {
349
+ elem.validity = undefined;
350
+ elem.value = undefined;
351
+
352
+ // Resets the second value of the datepicker in range state
353
+ if (elem.valueEnd) {
354
+ elem.valueEnd = undefined;
355
+ }
356
+
357
+ // Resets selected option of element
358
+ if (elem.optionSelected) {
359
+ elem.optionSelected = undefined;
360
+ }
361
+
362
+ // Runs validation to handle error attribute
363
+ this.validate(elem);
364
+ }
365
+
366
+ /**
367
+ * Validates the attributes of a given element based on predefined validation rules.
368
+ *
369
+ * @param {HTMLElement} elem - The element to be validated.
370
+ * @returns {void}
371
+ *
372
+ * @example
373
+ * // Assuming `inputElement` is a reference to an input element in the DOM
374
+ * validateElementAttributes(inputElement);
375
+ *
376
+ * The function checks the element's attributes against the validation rules defined for 'input' and 'counter' types.
377
+ * If a validation rule is violated, it sets the element's validity state and error message accordingly.
378
+ *
379
+ * Validation rules:
380
+ * - input:
381
+ * - length:
382
+ * - tooShort: Checks if the value length is less than the minimum length.
383
+ * - tooLong: Checks if the value length exceeds the maximum length.
384
+ * - pattern:
385
+ * - patternMismatch: Checks if the value does not match the specified pattern.
386
+ * - counter:
387
+ * - range:
388
+ * - rangeOverflow: Checks if the value exceeds the maximum value.
389
+ * - rangeUnderflow: Checks if the value is less than the minimum value.
390
+ */
391
+ validateElementAttributes(elem) {
392
+ const validationRules = {
393
+ input: {
394
+ length: [
395
+ {
396
+ check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
397
+ validity: 'tooShort',
398
+ message: e => e.setCustomValidityTooShort || e.setCustomValidity || ''
399
+ },
400
+ {
401
+ check: (e) => e.value?.length > e.maxLength,
402
+ validity: 'tooLong',
403
+ message: e => e.setCustomValidityTooLong || e.setCustomValidity || ''
404
+ }
405
+ ],
406
+ pattern: [
407
+ {
408
+ check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
409
+ validity: 'patternMismatch',
410
+ message: e => e.setCustomValidityPatternMismatch || e.setCustomValidity || ''
411
+ }
412
+ ]
413
+ },
414
+ counter: {
415
+ range: [
416
+ {
417
+ check: (e) => e.max !== undefined && Number(e.max) < Number(e.value),
418
+ validity: 'rangeOverflow',
419
+ message: e => e.getAttribute('setCustomValidityRangeOverflow') || ''
420
+ },
421
+ {
422
+ check: (e) => e.min !== undefined && Number(e.min) > Number(e.value),
423
+ validity: 'rangeUnderflow',
424
+ message: e => e.getAttribute('setCustomValidityRangeUnderflow') || ''
425
+ }
426
+ ]
427
+ }
428
+ };
429
+
430
+ let elementType;
431
+ if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
432
+ elementType = 'input';
433
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
434
+ elementType = 'counter';
435
+ }
436
+
437
+ if (elementType) {
438
+ const rules = validationRules[elementType];
439
+
440
+ if (rules) {
441
+ Object.values(rules).flat().forEach(rule => {
442
+ if (rule.check(elem)) {
443
+ elem.validity = rule.validity;
444
+ elem.errorMessage = rule.message(elem);
445
+ }
446
+ });
447
+ }
448
+ }
449
+ }
450
+
451
+ /**
452
+ * Determines the validity state of the element based on the type attribute.
453
+ * @private
454
+ * @param {object} elem - HTML element to validate.
455
+ * @returns {void}
456
+ */
457
+ validateType(elem) {
458
+ if (elem.hasAttribute('type')) {
459
+ if (elem.type === 'email') {
460
+ const emailRegex = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/; // eslint-disable-line require-unicode-regexp
461
+
462
+ if (!elem.value.match(emailRegex)) {
463
+ elem.validity = 'patternMismatch';
464
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || '';
465
+ }
466
+ } else if (elem.type === 'credit-card') {
467
+ if (elem.value.length > 0 && elem.value.length < elem.validationCCLength) {
468
+ elem.validity = 'tooShort';
469
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || '';
470
+ }
471
+ } else if (elem.type === 'number') {
472
+ if (elem.max !== undefined && Number(elem.max) < Number(elem.value)) {
473
+ elem.validity = 'rangeOverflow';
474
+ elem.errorMessage = elem.setCustomValidityRangeOverflow || elem.setCustomValidity || '';
475
+ }
476
+
477
+ if (elem.min !== undefined && elem.value?.length > 0 && Number(elem.min) > Number(elem.value)) {
478
+ elem.validity = 'rangeUnderflow';
479
+ elem.errorMessage = elem.setCustomValidityRangeUnderflow || elem.setCustomValidity || '';
480
+ }
481
+ } else if (elem.type === 'date') {
482
+ if (elem.value?.length > 0 && elem.value?.length < elem.lengthForType) {
483
+ elem.validity = 'tooShort';
484
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || '';
485
+ } else if (elem.value?.length === elem.lengthForType && elem.util.toNorthAmericanFormat(elem.value, elem.format)) {
486
+ const formattedValue = elem.util.toNorthAmericanFormat(elem.value, elem.format);
487
+ const valueDate = new Date(formattedValue.dateForComparison);
488
+
489
+ // validate max
490
+ if (elem.max?.length === elem.lengthForType) {
491
+ const maxDate = new Date(elem.util.toNorthAmericanFormat(elem.max, elem.format).dateForComparison);
492
+
493
+ if (valueDate > maxDate) {
494
+ elem.validity = 'rangeOverflow';
495
+ elem.errorMessage = elem.setCustomValidityRangeOverflow || elem.setCustomValidity || '';
496
+ }
497
+ }
498
+
499
+ // validate min
500
+ if (elem.min?.length === elem.lengthForType) {
501
+ const minDate = new Date(elem.util.toNorthAmericanFormat(elem.min, elem.format).dateForComparison);
502
+
503
+ if (valueDate < minDate) {
504
+ elem.validity = 'rangeUnderflow';
505
+ elem.errorMessage = elem.setCustomValidityRangeUnderflow || elem.setCustomValidity || '';
506
+ }
507
+ }
508
+ }
509
+ }
510
+ }
511
+ }
512
+
513
+ /**
514
+ * Determines the validity state of the element.
515
+ * @param {object} elem - HTML element to validate.
516
+ * @param {boolean} force - Boolean that forces validation to run.
517
+ * @returns {void}
518
+ */
519
+ validate(elem, force) {
520
+ this.getInputElements(elem);
521
+ this.getAuroInputs(elem);
522
+
523
+ // Validate only if noValidate is not true and the input does not have focus
524
+ const validationShouldRun = force || (!elem.contains(document.activeElement) && elem.value !== undefined) || elem.validateOnInput;
525
+
526
+ if (elem.hasAttribute('error')) {
527
+ elem.validity = 'customError';
528
+ elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
529
+ } else if (validationShouldRun) {
530
+ elem.validity = 'valid';
531
+ elem.errorMessage = '';
532
+
533
+ /**
534
+ * Only validate once we interact with the datepicker
535
+ * elem.value === undefined is the initial state pre-interaction.
536
+ *
537
+ * The validityState definitions are located at https://developer.mozilla.org/en-US/docs/Web/API/ValidityState.
538
+ */
539
+
540
+ let hasValue = elem.value && elem.value.length > 0;
541
+
542
+ // If there is a second input in the elem and that value is undefined or an empty string set hasValue to false;
543
+ if (this.auroInputElements?.length === 2) {
544
+ if (!this.auroInputElements[1].value || this.auroInputElements[1].length === 0) {
545
+ hasValue = false;
546
+ }
547
+ }
548
+
549
+ if (!hasValue && elem.required) {
550
+ elem.validity = 'valueMissing';
551
+ elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
552
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
553
+ this.validateType(elem);
554
+ this.validateElementAttributes(elem);
555
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
556
+ this.validateElementAttributes(elem);
557
+ }
558
+ }
559
+
560
+ if (this.auroInputElements?.length > 0) {
561
+ elem.validity = this.auroInputElements[0].validity;
562
+ elem.errorMessage = this.auroInputElements[0].errorMessage;
563
+
564
+ if (elem.validity === 'valid' && this.auroInputElements.length > 1) {
565
+ elem.validity = this.auroInputElements[1].validity;
566
+ elem.errorMessage = this.auroInputElements[1].errorMessage;
567
+ }
568
+ }
569
+
570
+ if (validationShouldRun || elem.hasAttribute('error')) {
571
+ // Use the validity message override if it is declared
572
+ if (elem.validity && elem.validity !== 'valid' && elem.ValidityMessageOverride) {
573
+ elem.errorMessage = elem.ValidityMessageOverride;
574
+ }
575
+
576
+ this.getErrorMessage(elem);
577
+
578
+ elem.dispatchEvent(new CustomEvent('auroFormElement-validated', {
579
+ bubbles: true,
580
+ composed: true,
581
+ detail: {
582
+ validity: elem.validity,
583
+ message: elem.errorMessage
584
+ }
585
+ }));
586
+ }
587
+ }
588
+
589
+ /**
590
+ * Gets all the HTML5 `inputs` in the element shadow DOM.
591
+ * @private
592
+ * @param {object} elem - HTML element to validate.
593
+ * @returns {void}
594
+ */
595
+ getInputElements(elem) {
596
+ this.inputElements = elem.renderRoot.querySelectorAll('input');
597
+ }
598
+
599
+ /**
600
+ * Gets all the `auro-inputs` in the element shadow DOM.
601
+ * @private
602
+ * @param {object} elem - HTML element to validate.
603
+ * @returns {void}
604
+ */
605
+ getAuroInputs(elem) {
606
+ this.auroInputElements = elem.shadowRoot.querySelectorAll('auro-input, [auro-input]');
607
+ }
608
+
609
+ /**
610
+ * Return appropriate error message.
611
+ * @private
612
+ * @param {object} elem - HTML element to validate.
613
+ * @returns {void}
614
+ */
615
+ getErrorMessage(elem) {
616
+ if (elem.validity !== 'valid') {
617
+ if (elem.setCustomValidity) {
618
+ elem.errorMessage = elem.setCustomValidity;
619
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-input') && elem.errorMessage === '') {
620
+ const input = elem.renderRoot.querySelector('input');
621
+
622
+ if (input.validationMessage.length > 0) {
623
+ elem.errorMessage = input.validationMessage;
624
+ }
625
+ } else if (this.inputElements?.length > 0 && elem.errorMessage === '') {
626
+ const firstInput = this.inputElements[0];
627
+
628
+ if (firstInput.validationMessage.length > 0) {
629
+ elem.errorMessage = firstInput.validationMessage;
630
+ } else if (this.inputElements?.length === 2) {
631
+ const secondInput = this.inputElements[1];
632
+
633
+ if (secondInput.validationMessage.length > 0) {
634
+ elem.errorMessage = secondInput.validationMessage;
635
+ }
636
+ }
637
+ }
638
+ } else {
639
+ elem.errorMessage = undefined;
640
+ }
641
+ }
642
+ }
643
+
644
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
645
+ // See LICENSE in the project root for license information.
646
+
647
+
648
+ class AuroDependencyVersioning {
649
+
650
+ /**
651
+ * Generates a unique string to be used for child auro element naming.
652
+ * @private
653
+ * @param {string} baseName - Defines the first part of the unique element name.
654
+ * @param {string} version - Version of the component that will be appended to the baseName.
655
+ * @returns {string} - Unique string to be used for naming.
656
+ */
657
+ generateElementName(baseName, version) {
658
+ let result = baseName;
659
+
660
+ result += '-';
661
+ result += version.replace(/[.]/g, '_');
662
+
663
+ return result;
664
+ }
665
+
666
+ /**
667
+ * Generates a unique string to be used for child auro element naming.
668
+ * @param {string} baseName - Defines the first part of the unique element name.
669
+ * @param {string} version - Version of the component that will be appended to the baseName.
670
+ * @returns {string} - Unique string to be used for naming.
671
+ */
672
+ generateTag(baseName, version, tagClass) {
673
+ const elementName = this.generateElementName(baseName, version);
674
+ const tag = i$4`${s$2(elementName)}`;
675
+
676
+ if (!customElements.get(elementName)) {
677
+ customElements.define(elementName, class extends tagClass {});
678
+ }
679
+
680
+ return tag;
681
+ }
682
+ }
683
+
684
+ var styleCss$1 = i$9`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}.displayFlex legend+slot{display:flex;white-space:nowrap}fieldset{all:unset}legend{margin-bottom:var(--ds-size-150, 0.75rem)}`;
685
+
686
+ var colorCss$1 = i$9`:host{color:var(--ds-auro-checkbox-group-text-color)}:host([disabled]){--ds-auro-checkbox-group-text-color: var(--ds-color-text-ui-disabled-default, #adadad)}`;
687
+
688
+ /**
689
+ * @license
690
+ * Copyright 2019 Google LLC
691
+ * SPDX-License-Identifier: BSD-3-Clause
692
+ */
693
+ const t$1=globalThis,e$2=t$1.ShadowRoot&&(void 0===t$1.ShadyCSS||t$1.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$1=Symbol(),o$2=new WeakMap;let n$2 = class n{constructor(t,e,o){if(this._$cssResult$=true,o!==s$1)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$2&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o$2.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$2.set(s,t));}return t}toString(){return this.cssText}};const r$3=t=>new n$2("string"==typeof t?t:t+"",void 0,s$1),i$3=(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$2(o,t,s$1)},S$1=(s,o)=>{if(e$2)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),n=t$1.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=e.cssText,s.appendChild(o);}},c$2=e$2?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$3(e)})(t):t;
694
+
695
+ /**
696
+ * @license
697
+ * Copyright 2017 Google LLC
698
+ * SPDX-License-Identifier: BSD-3-Clause
699
+ */const{is:i$2,defineProperty:e$1,getOwnPropertyDescriptor:r$2,getOwnPropertyNames:h$1,getOwnPropertySymbols:o$1,getPrototypeOf:n$1}=Object,a$1=globalThis,c$1=a$1.trustedTypes,l$1=c$1?c$1.emptyScript:"",p$1=a$1.reactiveElementPolyfillSupport,d$1=(t,s)=>t,u$1={toAttribute(t,s){switch(s){case Boolean:t=t?l$1: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$2(t,s),y$1={attribute:true,type:String,converter:u$1,reflect:false,hasChanged:f$1};Symbol.metadata??=Symbol("metadata"),a$1.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$1(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$1(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$1(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$1).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$1;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$1.reactiveElementVersions??=[]).push("2.0.4");
700
+
701
+ /**
702
+ * @license
703
+ * Copyright 2017 Google LLC
704
+ * SPDX-License-Identifier: BSD-3-Clause
705
+ */
706
+ const t=globalThis,i$1=t.trustedTypes,s=i$1?i$1.createPolicy("lit-html",{createHTML:t=>t}):void 0,e="$lit$",h=`lit$${Math.random().toFixed(9).slice(2)}$`,o="?"+h,n=`<${o}>`,r$1=document,l=()=>r$1.createComment(""),c=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a=Array.isArray,u=t=>a(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(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s?s.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:d>=0?(o.push(a),s.slice(0,d)+e+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)){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$1?i$1.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l()),C.nextNode(),d.push({type:2,index:++c});r.append(t[s],l());}}}else if(8===r.nodeType)if(r.data===o)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(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(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()),this.O(l()),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.litHtmlPolyfillSupport;j?.(N,R),(t.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(),t),t,void 0,s??{});}return h._$AI(t),h};
707
+
708
+ /**
709
+ * @license
710
+ * Copyright 2017 Google LLC
711
+ * SPDX-License-Identifier: BSD-3-Clause
712
+ */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=globalThis.litElementPolyfillSupport;i?.({LitElement:r});(globalThis.litElementVersions??=[]).push("4.1.1");
713
+
714
+ var colorCss = i$3`:host([error]){--ds-auro-helptext-color: var(--ds-color-text-error-default, #cc1816)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
715
+
716
+ var styleCss = i$3`.helptext-wrapper{display:none;font-size:var(--ds-text-body-size-xs, 0.75rem);line-height:var(--ds-size-200, 1rem)}:host([large]) .helptext-wrapper{font-size:var(--ds-text-body-size-default, 1rem)}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
717
+
718
+ var tokensCss = i$3`:host{--ds-auro-helptext-color: var(--ds-color-text-tertiary-default, #6a717c)}`;
719
+
720
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
721
+ // See LICENSE in the project root for license information.
722
+
723
+ // ---------------------------------------------------------------------
724
+
725
+ /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
726
+
727
+ class AuroLibraryRuntimeUtils {
728
+
729
+ /* eslint-disable jsdoc/require-param */
730
+
731
+ /**
732
+ * This will register a new custom element with the browser.
733
+ * @param {String} name - The name of the custom element.
734
+ * @param {Object} componentClass - The class to register as a custom element.
735
+ * @returns {void}
736
+ */
737
+ registerComponent(name, componentClass) {
738
+ if (!customElements.get(name)) {
739
+ customElements.define(name, class extends componentClass {});
740
+ }
741
+ }
742
+
743
+ /**
744
+ * Finds and returns the closest HTML Element based on a selector.
745
+ * @returns {void}
746
+ */
747
+ closestElement(
748
+ selector, // selector like in .closest()
749
+ base = this, // extra functionality to skip a parent
750
+ __Closest = (el, found = el && el.closest(selector)) =>
751
+ !el || el === document || el === window
752
+ ? null // standard .closest() returns null for non-found selectors also
753
+ : found
754
+ ? found // found a selector INside this element
755
+ : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
756
+ ) {
757
+ return __Closest(base);
758
+ }
759
+ /* eslint-enable jsdoc/require-param */
760
+
761
+ /**
762
+ * 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.
763
+ * @param {Object} elem - The element to check.
764
+ * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
765
+ * @returns {void}
766
+ */
767
+ handleComponentTagRename(elem, tagName) {
768
+ const tag = tagName.toLowerCase();
769
+ const elemTag = elem.tagName.toLowerCase();
770
+
771
+ if (elemTag !== tag) {
772
+ elem.setAttribute(tag, true);
773
+ }
774
+ }
775
+
776
+ /**
777
+ * Validates if an element is a specific Auro component.
778
+ * @param {Object} elem - The element to validate.
779
+ * @param {String} tagName - The name of the Auro component to check against.
780
+ * @returns {Boolean} - Returns true if the element is the specified Auro component.
781
+ */
782
+ elementMatch(elem, tagName) {
783
+ const tag = tagName.toLowerCase();
784
+ const elemTag = elem.tagName.toLowerCase();
785
+
786
+ return elemTag === tag || elem.hasAttribute(tag);
787
+ }
788
+ }
789
+
790
+ // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
791
+ // See LICENSE in the project root for license information.
792
+
793
+
794
+ /**
795
+ * Displays help text or error messages within form elements - Internal Use Only.
796
+ *
797
+ * @attr { Boolean } large - If declared, make font-size to 1rem(16px).
798
+ */
799
+ class AuroHelpText extends r {
800
+
801
+ constructor() {
802
+ super();
803
+
804
+ this.error = false;
805
+ this.hasTextContent = false;
806
+
807
+ AuroLibraryRuntimeUtils.prototype.handleComponentTagRename(this, 'auro-helptext');
808
+ }
809
+
810
+ static get styles() {
811
+ return [
812
+ colorCss,
813
+ styleCss,
814
+ tokensCss
815
+ ];
816
+ }
817
+
818
+ // function to define props used within the scope of this component
819
+ static get properties() {
820
+ return {
821
+
822
+ /**
823
+ * @private
824
+ */
825
+ slotNodes: {
826
+ type: Boolean,
827
+ },
828
+
829
+ /**
830
+ * @private
831
+ */
832
+ hasTextContent: {
833
+ type: Boolean,
834
+ },
835
+
836
+ /**
837
+ * If declared, make font color red.
838
+ */
839
+ error: {
840
+ type: Boolean,
841
+ reflect: true,
842
+ },
843
+ };
844
+ }
845
+
846
+ /**
847
+ * This will register this element with the browser.
848
+ * @param {string} [name="auro-helptext"] - The name of element that you want to register to.
849
+ *
850
+ * @example
851
+ * AuroCheckbox.register("custom-helptext") // this will register this element to <custom-helptext/>
852
+ *
853
+ */
854
+ static register(name = "auro-helptext") {
855
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroHelpText);
856
+ }
857
+
858
+ updated() {
859
+ this.handleSlotChange();
860
+ }
861
+
862
+ handleSlotChange(event) {
863
+ if (event) {
864
+ this.slotNodes = event.target.assignedNodes();
865
+ }
866
+
867
+ this.hasTextContent = this.checkSlotsForContent(this.slotNodes);
868
+ }
869
+
870
+ /**
871
+ * Checks if any of the provided nodes or their nested slot nodes contain non-empty text content.
872
+ *
873
+ * @param {NodeList|Array} nodes - The list of nodes to check for content.
874
+ * @returns {boolean} - Returns true if any node or nested slot node contains non-empty text content, otherwise false.
875
+ * @private
876
+ */
877
+ checkSlotsForContent(nodes) {
878
+ if (!nodes) {
879
+ return false;
880
+ }
881
+
882
+ return nodes.some((node) => {
883
+ if (node.textContent.trim()) {
884
+ return true;
885
+ }
886
+
887
+ if (!node.querySelector) {
888
+ return false;
889
+ }
890
+
891
+ const nestedSlot = node.tagName === 'SLOT' ? node : node.querySelector('slot');
892
+ if (!nestedSlot) {
893
+ return false;
894
+ }
895
+
896
+ const nestedSlotNodes = nestedSlot.assignedNodes();
897
+ return this.checkSlotsForContent(nestedSlotNodes);
898
+ });
899
+ }
900
+
901
+ // function that renders the HTML and CSS into the scope of the component
902
+ render() {
903
+ return x`
904
+ <div class="helptext-wrapper" ?visible="${this.hasTextContent}">
905
+ <slot @slotchange=${this.handleSlotChange}></slot>
906
+ </div>
907
+ `;
908
+ }
909
+ }
910
+
911
+ var helpTextVersion = '1.0.0';
912
+
913
+ // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
914
+ // See LICENSE in the project root for license information.
915
+
916
+
917
+ /**
918
+ * The auro-checkbox-group element is a wrapper for auro-checkbox element.
919
+ *
920
+ * @slot {HTMLSlotElement} legend - Allows for the legend to be overridden.
921
+ * @slot {HTMLSlotElement} optionalLabel - Allows for the optional label to be overridden.
922
+ * @slot {HTMLSlotElement} helpText - Allows for the helper text to be overridden.
923
+ * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` values have changed.
924
+ */
925
+
926
+ class AuroCheckboxGroup extends r$4 {
927
+ constructor() {
928
+ super();
929
+
930
+ this.validity = undefined;
931
+ this.disabled = undefined;
932
+ this.required = false;
933
+ this.horizontal = false;
934
+
935
+ /**
936
+ * @private
937
+ */
938
+ this.value = undefined;
939
+
940
+ /**
941
+ * @private
942
+ */
943
+ this.index = 0;
944
+
945
+ /**
946
+ * @private
947
+ */
948
+ this.maxNumber = 3;
949
+
950
+ /**
951
+ * @private
952
+ */
953
+ this.validation = new AuroFormValidation();
954
+
955
+ /**
956
+ * @private
957
+ */
958
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
959
+
960
+ /**
961
+ * Generate unique names for dependency components.
962
+ */
963
+ const versioning = new AuroDependencyVersioning();
964
+
965
+ /**
966
+ * @private
967
+ */
968
+ this.helpTextTag = versioning.generateTag('auro-helptext', helpTextVersion, AuroHelpText);
969
+ }
970
+
971
+ static get styles() {
972
+ return [
973
+ styleCss$1,
974
+ colorCss$1,
975
+ tokensCss$1
976
+ ];
977
+ }
978
+
979
+ static get properties() {
980
+ return {
981
+
982
+ /**
983
+ * If set, disables the checkbox group.
984
+ */
985
+ disabled: {
986
+ type: Boolean,
987
+ reflect: true
988
+ },
989
+
990
+ /**
991
+ * When defined, sets persistent validity to `customError` and sets the validation message to the attribute value.
992
+ */
993
+ error: {
994
+ type: String,
995
+ reflect: true
996
+ },
997
+
998
+ /**
999
+ * If set, checkboxes will be aligned horizontally.
1000
+ */
1001
+ horizontal: {
1002
+ type: Boolean,
1003
+ reflect: true
1004
+ },
1005
+
1006
+ /**
1007
+ * If set, disables auto-validation on blur.
1008
+ */
1009
+ noValidate: {
1010
+ type: Boolean,
1011
+ reflect: true
1012
+ },
1013
+
1014
+ /**
1015
+ * Populates the `required` attribute on the element. Used for client-side validation.
1016
+ */
1017
+ required: {
1018
+ type: Boolean,
1019
+ reflect: true
1020
+ },
1021
+
1022
+ /**
1023
+ * Sets a custom help text message to display for all validityStates.
1024
+ */
1025
+ setCustomValidity: {
1026
+ type: String
1027
+ },
1028
+
1029
+ /**
1030
+ * Custom help text message to display when validity = `customError`.
1031
+ */
1032
+ setCustomValidityCustomError: {
1033
+ type: String
1034
+ },
1035
+
1036
+ /**
1037
+ * Custom help text message to display when validity = `valueMissing`.
1038
+ */
1039
+ setCustomValidityValueMissing: {
1040
+ type: String
1041
+ },
1042
+
1043
+ /**
1044
+ * Specifies the `validityState` this element is in.
1045
+ */
1046
+ validity: {
1047
+ type: String,
1048
+ reflect: true
1049
+ }
1050
+ };
1051
+ }
1052
+
1053
+ /**
1054
+ * This will register this element with the browser.
1055
+ * @param {string} [name="auro-checkbox-group"] - The name of element that you want to register to.
1056
+ *
1057
+ * @example
1058
+ * AuroCheckboxGroup.register("custom-checkbox-group") // this will register this element to <custom-checkbox-group/>
1059
+ *
1060
+ */
1061
+ static register(name = "auro-checkbox-group") {
1062
+ AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroCheckboxGroup);
1063
+ }
1064
+
1065
+ connectedCallback() {
1066
+ super.connectedCallback();
1067
+ this.handleItems();
1068
+ }
1069
+
1070
+ /**
1071
+ * Helper method to handle checkbox value changing.
1072
+ * @private
1073
+ * @param {String} value - The value of the checkbox.
1074
+ * @param {Boolean} selected - The checked state of the checkbox.
1075
+ * @returns {void}
1076
+ */
1077
+ handleValueUpdate(value, selected) {
1078
+ if (selected) {
1079
+ // add if it isn't already in the value list
1080
+ if (!this.value.includes(value)) {
1081
+ this.value.push(value);
1082
+ }
1083
+ } else if (this.value.indexOf(value) > -1) { // eslint-disable-line no-magic-numbers
1084
+ // remove if it is in the value list
1085
+ const index = this.value.indexOf(value);
1086
+
1087
+ this.value.splice(index, 1);
1088
+ }
1089
+
1090
+ this.dispatchEvent(new CustomEvent('input', {
1091
+ bubbles: true,
1092
+ cancelable: false,
1093
+ composed: true,
1094
+ }));
1095
+
1096
+ this.validate(true);
1097
+ }
1098
+
1099
+ firstUpdated() {
1100
+ // Add the tag name as an attribute if it is different than the component name
1101
+ this.runtimeUtils.handleComponentTagRename(this, 'auro-checkbox-group');
1102
+
1103
+ // must declare this function as a variable to correctly pass the reference to the removeEventListener
1104
+ const checkFocusWithin = function(evt) {
1105
+ if (document.auroCheckboxGroupActive && !document.auroCheckboxGroupActive.contains(evt.target)) {
1106
+ // if focus has left the group, cleanup and validate
1107
+ document.auroCheckboxGroupActive.focusWithin = false;
1108
+ window.removeEventListener('focusin', checkFocusWithin);
1109
+ document.removeEventListener('click', checkFocusWithin);
1110
+ // execute the validation
1111
+ document.auroCheckboxGroupActive.validation.validate(document.auroCheckboxGroupActive);
1112
+ }
1113
+ };
1114
+
1115
+ this.addEventListener('auroCheckbox-focusin', () => {
1116
+ if (!this.value) {
1117
+ this.value = [];
1118
+ }
1119
+
1120
+ // handle click outside the group
1121
+ if (!this.focusWithin) {
1122
+ document.addEventListener('click', checkFocusWithin);
1123
+ }
1124
+
1125
+ this.focusWithin = true;
1126
+ });
1127
+
1128
+ this.addEventListener('auroCheckbox-focusout', () => {
1129
+ document.auroCheckboxGroupActive = this;
1130
+
1131
+ // Only add the focusWithin check event listener once as you move focus through the options
1132
+ if (this.focusWithin) {
1133
+ window.addEventListener('focusin', checkFocusWithin);
1134
+ } else {
1135
+ this.focusWithin = true;
1136
+ }
1137
+ });
1138
+
1139
+ this.addEventListener('auroCheckbox-input', (evt) => {
1140
+ this.handleValueUpdate(evt.target.value, evt.target.checked);
1141
+ });
1142
+ }
1143
+
1144
+ /**
1145
+ * Helper method that handles the state of preselected checkboxes.
1146
+ * @private
1147
+ * @returns {void}
1148
+ */
1149
+ handlePreselectedItems() {
1150
+ let preSelectedValues = false;
1151
+
1152
+ this.checkboxes.forEach((item) => {
1153
+ if (item.hasAttribute('checked') && this.value === undefined) {
1154
+ preSelectedValues = true;
1155
+ }
1156
+ });
1157
+
1158
+ if (preSelectedValues) {
1159
+ if (!this.value) {
1160
+ this.value = [];
1161
+ }
1162
+
1163
+ this.checkboxes.forEach((item) => {
1164
+ this.handleValueUpdate(item.getAttribute('value'), Boolean(item.hasAttribute('checked')));
1165
+ });
1166
+ }
1167
+ }
1168
+
1169
+ /**
1170
+ * Helper method that handles the state of checkboxes.
1171
+ * @private
1172
+ * @returns {void}
1173
+ */
1174
+ handleItems() {
1175
+ const groupTagName = this.tagName.toLowerCase();
1176
+ const checkboxTagName = groupTagName.substring(0, groupTagName.indexOf('-group'));
1177
+
1178
+ this.checkboxes = Array.from(this.querySelectorAll(checkboxTagName));
1179
+
1180
+ this.handlePreselectedItems();
1181
+
1182
+ this.validate();
1183
+ }
1184
+
1185
+ /**
1186
+ * Resets component to initial state.
1187
+ * @returns {void}
1188
+ */
1189
+ reset() {
1190
+ this.checkboxes.forEach((checkbox) => {
1191
+ checkbox.reset();
1192
+ });
1193
+
1194
+ this.validation.reset(this);
1195
+ }
1196
+
1197
+ /**
1198
+ * LitElement lifecycle method. Called after the DOM has been updated.
1199
+ * @param {Map<string, any>} changedProperties - Keys are the names of changed properties, values are the corresponding previous values.
1200
+ * @returns {void}
1201
+ */
1202
+ updated(changedProperties) {
1203
+ if (changedProperties.has('disabled')) {
1204
+ this.checkboxes.forEach((el) => {
1205
+ if (this.disabled) {
1206
+ el.setAttribute('disabled', true);
1207
+ } else {
1208
+ el.removeAttribute('disabled');
1209
+ }
1210
+ });
1211
+ }
1212
+
1213
+ if (changedProperties.has('validity')) {
1214
+ this.checkboxes.forEach((el) => {
1215
+ if (this.validity && this.validity !== 'valid') {
1216
+ el.setAttribute('error', true);
1217
+ } else {
1218
+ el.removeAttribute('error');
1219
+ }
1220
+ });
1221
+ }
1222
+
1223
+ if (changedProperties.has('required')) {
1224
+ if (this.required) {
1225
+ this.setAttribute('aria-required', true);
1226
+ } else {
1227
+ this.removeAttribute('aria-required');
1228
+ }
1229
+ }
1230
+
1231
+ if (changedProperties.has('error')) {
1232
+ if (this.error) {
1233
+ this.setAttribute('aria-invalid', true);
1234
+ } else {
1235
+ this.removeAttribute('aria-invalid');
1236
+ }
1237
+
1238
+ this.validate(true);
1239
+ }
1240
+ }
1241
+
1242
+ /**
1243
+ * Validates value.
1244
+ * @param {boolean} [force=false] - Whether to force validation.
1245
+ */
1246
+ validate(force = false) {
1247
+ this.validation.validate(this, force);
1248
+ }
1249
+
1250
+ render() {
1251
+ const groupClasses = {
1252
+ 'displayFlex': this.horizontal && this.checkboxes.length <= this.maxNumber
1253
+ };
1254
+
1255
+ return u$2`
1256
+ <fieldset class="${e$3(groupClasses)}">
1257
+ ${this.required
1258
+ ? u$2`<legend><slot name="legend"></slot></legend>`
1259
+ : u$2`<legend><slot name="legend"></slot> (optional)</legend>`
1260
+ }
1261
+ <slot @slotchange=${this.handleItems}></slot>
1262
+ </fieldset>
1263
+
1264
+ ${!this.validity || this.validity === undefined || this.validity === 'valid'
1265
+ ? u$2`
1266
+ <${this.helpTextTag} large part="helpText">
1267
+ <slot name="helpText"></slot>
1268
+ </${this.helpTextTag}>`
1269
+ : u$2`
1270
+ <${this.helpTextTag} error large role="alert" aria-live="assertive" part="helpText">
1271
+ ${this.errorMessage}
1272
+ </${this.helpTextTag}>`
1273
+ }
1274
+ `;
1275
+ }
1276
+ }
1277
+
1278
+ AuroCheckbox.register();
1279
+ AuroCheckboxGroup.register();