@aurodesignsystem/auro-formkit 2.0.0-beta.42 → 2.0.0-beta.44

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 (1017) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/NOTICE +2 -0
  3. package/README.md +116 -48
  4. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +0 -1
  5. package/components/bibtemplate/dist/headerVersion.d.ts +0 -1
  6. package/components/bibtemplate/dist/iconVersion.d.ts +0 -1
  7. package/components/bibtemplate/dist/index.d.ts +0 -1
  8. package/components/bibtemplate/dist/index.js +8 -10
  9. package/components/bibtemplate/dist/registered.js +790 -0
  10. package/components/bibtemplate/dist/styles/color-css.d.ts +0 -1
  11. package/components/bibtemplate/dist/styles/style-css.d.ts +0 -1
  12. package/components/bibtemplate/dist/styles/tokens-css.d.ts +0 -1
  13. package/components/checkbox/README.md +1 -1
  14. package/components/checkbox/demo/api.min.js +38 -229
  15. package/components/checkbox/demo/index.html +49 -0
  16. package/components/checkbox/demo/index.min.js +38 -229
  17. package/components/checkbox/dist/auro-checkbox-group.d.ts +0 -1
  18. package/components/checkbox/dist/auro-checkbox.d.ts +0 -1
  19. package/components/checkbox/dist/index.d.ts +0 -1
  20. package/components/checkbox/dist/index.js +38 -232
  21. package/components/checkbox/dist/registered.js +1032 -0
  22. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  23. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  24. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  25. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  26. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  27. package/components/combobox/README.md +4 -4
  28. package/components/combobox/demo/api.js +1 -1
  29. package/components/combobox/demo/api.min.js +409 -2166
  30. package/components/combobox/demo/index.html +57 -0
  31. package/components/combobox/demo/index.js +1 -1
  32. package/components/combobox/demo/index.min.js +409 -2166
  33. package/components/combobox/dist/auro-combobox.d.ts +0 -1
  34. package/components/combobox/dist/bibtemplateVersion.d.ts +0 -1
  35. package/components/combobox/dist/dropdownVersion.d.ts +0 -1
  36. package/components/combobox/dist/index.d.ts +0 -1
  37. package/components/combobox/dist/index.js +452 -2211
  38. package/components/combobox/dist/inputVersion.d.ts +0 -1
  39. package/components/combobox/dist/registered.js +9716 -0
  40. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  41. package/components/counter/README.md +1 -1
  42. package/components/counter/demo/api.js +1 -1
  43. package/components/counter/demo/api.min.js +128 -321
  44. package/components/counter/demo/index.html +53 -0
  45. package/components/counter/demo/index.min.js +128 -321
  46. package/components/counter/dist/auro-counter-button.d.ts +0 -1
  47. package/components/counter/dist/auro-counter-group.d.ts +0 -1
  48. package/components/counter/dist/auro-counter-wrapper.d.ts +0 -1
  49. package/components/counter/dist/auro-counter.d.ts +0 -1
  50. package/components/counter/dist/dropdownVersion.d.ts +0 -1
  51. package/components/counter/dist/iconVersion.d.ts +0 -1
  52. package/components/counter/dist/index.d.ts +0 -1
  53. package/components/counter/dist/index.js +128 -324
  54. package/components/counter/dist/registered.js +5158 -0
  55. package/components/counter/dist/styles/color-css.d.ts +0 -1
  56. package/components/counter/dist/styles/counter-button-color-css.d.ts +0 -1
  57. package/components/counter/dist/styles/counter-button-css.d.ts +0 -1
  58. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +0 -1
  59. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  60. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +0 -1
  61. package/components/counter/dist/styles/counter-wrapper-css.d.ts +0 -1
  62. package/components/counter/dist/styles/style-css.d.ts +0 -1
  63. package/components/counter/dist/styles/tokens-css.d.ts +0 -1
  64. package/components/datepicker/README.md +4 -4
  65. package/components/datepicker/demo/api.js +1 -1
  66. package/components/datepicker/demo/api.min.js +338 -728
  67. package/components/datepicker/demo/index.html +57 -0
  68. package/components/datepicker/demo/index.min.js +338 -728
  69. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  70. package/components/datepicker/dist/auro-calendar-month.d.ts +0 -1
  71. package/components/datepicker/dist/auro-calendar.d.ts +0 -1
  72. package/components/datepicker/dist/auro-datepicker.d.ts +0 -1
  73. package/components/datepicker/dist/dropdownVersion.d.ts +0 -1
  74. package/components/datepicker/dist/index.d.ts +0 -1
  75. package/components/datepicker/dist/index.js +338 -730
  76. package/components/datepicker/dist/inputVersion.d.ts +0 -1
  77. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  78. package/components/datepicker/dist/registered.js +18935 -0
  79. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  80. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  81. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  82. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  83. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  84. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  85. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  86. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  87. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  88. package/components/datepicker/dist/utilities.d.ts +0 -1
  89. package/components/datepicker/dist/utilitiesCalendar.d.ts +0 -1
  90. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +0 -1
  91. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  92. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  93. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  94. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  95. package/components/dropdown/README.md +1 -1
  96. package/components/dropdown/demo/api.js +1 -1
  97. package/components/dropdown/demo/api.min.js +76 -267
  98. package/components/dropdown/demo/index.html +53 -0
  99. package/components/dropdown/demo/index.min.js +76 -267
  100. package/components/dropdown/dist/auro-dropdown.d.ts +0 -1
  101. package/components/dropdown/dist/auro-dropdownBib.d.ts +0 -1
  102. package/components/dropdown/dist/dropdownVersion.d.ts +0 -1
  103. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  104. package/components/dropdown/dist/index.d.ts +0 -1
  105. package/components/dropdown/dist/index.js +76 -269
  106. package/components/dropdown/dist/registered.js +3167 -0
  107. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  108. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  109. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  110. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  111. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  112. package/components/form/README.md +1 -1
  113. package/components/form/demo/api.js +1 -1
  114. package/components/form/demo/api.min.js +42 -5
  115. package/components/form/demo/index.html +48 -0
  116. package/components/form/demo/index.min.js +42 -5
  117. package/components/form/dist/auro-form.d.ts +16 -2
  118. package/components/form/dist/index.d.ts +0 -1
  119. package/components/form/dist/index.js +42 -7
  120. package/components/form/dist/registered.d.ts +1 -0
  121. package/components/form/dist/registered.js +632 -0
  122. package/components/form/dist/styles/style-css.d.ts +0 -1
  123. package/components/helptext/dist/auro-helptext.d.ts +0 -1
  124. package/components/helptext/dist/index.d.ts +0 -1
  125. package/components/helptext/dist/index.js +4 -6
  126. package/components/helptext/dist/registered.js +222 -0
  127. package/components/helptext/dist/styles/color-css.d.ts +0 -1
  128. package/components/helptext/dist/styles/style-css.d.ts +0 -1
  129. package/components/helptext/dist/styles/tokens-css.d.ts +0 -1
  130. package/components/input/README.md +1 -1
  131. package/components/input/demo/api.min.js +57 -248
  132. package/components/input/demo/index.html +41 -0
  133. package/components/input/demo/index.min.js +57 -248
  134. package/components/input/dist/auro-input.d.ts +0 -1
  135. package/components/input/dist/base-input.d.ts +0 -1
  136. package/components/input/dist/buttonVersion.d.ts +0 -1
  137. package/components/input/dist/i18n.d.ts +0 -1
  138. package/components/input/dist/iconVersion.d.ts +0 -1
  139. package/components/input/dist/index.d.ts +0 -1
  140. package/components/input/dist/index.js +57 -250
  141. package/components/input/dist/registered.js +4254 -0
  142. package/components/input/dist/styles/borders-css.d.ts +0 -1
  143. package/components/input/dist/styles/color-css.d.ts +0 -1
  144. package/components/input/dist/styles/input-css.d.ts +0 -1
  145. package/components/input/dist/styles/label-css.d.ts +0 -1
  146. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  147. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  148. package/components/input/dist/styles/style-css.d.ts +0 -1
  149. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  150. package/components/menu/README.md +1 -1
  151. package/components/menu/demo/api.js +1 -1
  152. package/components/menu/demo/api.min.js +9 -9
  153. package/components/menu/demo/index.html +50 -0
  154. package/components/menu/demo/index.min.js +9 -9
  155. package/components/menu/dist/auro-menu-utils.d.ts +0 -1
  156. package/components/menu/dist/auro-menu.d.ts +0 -1
  157. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  158. package/components/{combobox/dist/formkit/auro-dropdownVersion.d.ts → menu/dist/dropdownVersion.d.ts} +0 -1
  159. package/components/menu/dist/iconVersion.d.ts +0 -1
  160. package/components/menu/dist/index.d.ts +0 -1
  161. package/components/menu/dist/index.js +9 -12
  162. package/components/menu/dist/registered.js +1510 -0
  163. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  164. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  165. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  166. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  167. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  168. package/components/radio/README.md +1 -1
  169. package/components/radio/demo/api.min.js +34 -225
  170. package/components/radio/demo/index.html +48 -0
  171. package/components/radio/demo/index.min.js +34 -225
  172. package/components/radio/dist/auro-radio-group.d.ts +0 -1
  173. package/components/radio/dist/auro-radio.d.ts +0 -1
  174. package/components/radio/dist/index.d.ts +0 -1
  175. package/components/radio/dist/index.js +34 -228
  176. package/components/radio/dist/registered.js +1149 -0
  177. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  178. package/components/radio/dist/styles/color-css.d.ts +0 -1
  179. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  180. package/components/radio/dist/styles/style-css.d.ts +0 -1
  181. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  182. package/components/select/README.md +3 -3
  183. package/components/select/demo/api.js +1 -1
  184. package/components/select/demo/api.min.js +234 -1796
  185. package/components/select/demo/index.html +49 -0
  186. package/components/select/demo/index.js +1 -1
  187. package/components/select/demo/index.min.js +234 -1796
  188. package/components/select/dist/auro-select.d.ts +0 -1
  189. package/components/select/dist/dropdownVersion.d.ts +0 -1
  190. package/components/select/dist/index.d.ts +0 -1
  191. package/components/select/dist/index.js +206 -1770
  192. package/components/select/dist/registered.js +4367 -0
  193. package/components/select/dist/styles/color-css.d.ts +0 -1
  194. package/components/select/dist/styles/style-css.d.ts +0 -1
  195. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  196. package/package.json +112 -44
  197. package/.husky/commit-msg +0 -4
  198. package/.husky/pre-commit +0 -3
  199. package/.turbo/cache/04e52430125e8954-meta.json +0 -1
  200. package/.turbo/cache/04e52430125e8954.tar.zst +0 -0
  201. package/.turbo/cache/0593ea8b5b3ed321-meta.json +0 -1
  202. package/.turbo/cache/0593ea8b5b3ed321.tar.zst +0 -0
  203. package/.turbo/cache/068b8eef3688b4e2-meta.json +0 -1
  204. package/.turbo/cache/068b8eef3688b4e2.tar.zst +0 -0
  205. package/.turbo/cache/06c6468593bc10ab-meta.json +0 -1
  206. package/.turbo/cache/06c6468593bc10ab.tar.zst +0 -0
  207. package/.turbo/cache/0c48a4d7b5aac928-meta.json +0 -1
  208. package/.turbo/cache/0c48a4d7b5aac928.tar.zst +0 -0
  209. package/.turbo/cache/1959dd19c8cca5b3-meta.json +0 -1
  210. package/.turbo/cache/1959dd19c8cca5b3.tar.zst +0 -0
  211. package/.turbo/cache/1c16e59f30927b15-meta.json +0 -1
  212. package/.turbo/cache/1c16e59f30927b15.tar.zst +0 -0
  213. package/.turbo/cache/29ac8c4304c43ba8-meta.json +0 -1
  214. package/.turbo/cache/29ac8c4304c43ba8.tar.zst +0 -0
  215. package/.turbo/cache/2b46337c7a6faa1f-meta.json +0 -1
  216. package/.turbo/cache/2b46337c7a6faa1f.tar.zst +0 -0
  217. package/.turbo/cache/33b12bddab905466-meta.json +0 -1
  218. package/.turbo/cache/33b12bddab905466.tar.zst +0 -0
  219. package/.turbo/cache/3e068f9ea52e35fd-meta.json +0 -1
  220. package/.turbo/cache/3e068f9ea52e35fd.tar.zst +0 -0
  221. package/.turbo/cache/3f6725da0ddcb57a-meta.json +0 -1
  222. package/.turbo/cache/3f6725da0ddcb57a.tar.zst +0 -0
  223. package/.turbo/cache/3fa3b39e63c49920-meta.json +0 -1
  224. package/.turbo/cache/3fa3b39e63c49920.tar.zst +0 -0
  225. package/.turbo/cache/3fbb4335136fe72b-meta.json +0 -1
  226. package/.turbo/cache/3fbb4335136fe72b.tar.zst +0 -0
  227. package/.turbo/cache/4d32cb975704a7bc-meta.json +0 -1
  228. package/.turbo/cache/4d32cb975704a7bc.tar.zst +0 -0
  229. package/.turbo/cache/504dc5478398bc23-meta.json +0 -1
  230. package/.turbo/cache/504dc5478398bc23.tar.zst +0 -0
  231. package/.turbo/cache/5736b4ba6916fd8d-meta.json +0 -1
  232. package/.turbo/cache/5736b4ba6916fd8d.tar.zst +0 -0
  233. package/.turbo/cache/5aae6a716a40ac0d-meta.json +0 -1
  234. package/.turbo/cache/5aae6a716a40ac0d.tar.zst +0 -0
  235. package/.turbo/cache/618b3075ce2d9a61-meta.json +0 -1
  236. package/.turbo/cache/618b3075ce2d9a61.tar.zst +0 -0
  237. package/.turbo/cache/67c13dfc4fd939fc-meta.json +0 -1
  238. package/.turbo/cache/67c13dfc4fd939fc.tar.zst +0 -0
  239. package/.turbo/cache/68fe65245fb34e68-meta.json +0 -1
  240. package/.turbo/cache/68fe65245fb34e68.tar.zst +0 -0
  241. package/.turbo/cache/6a25a3c0fc92f44d-meta.json +0 -1
  242. package/.turbo/cache/6a25a3c0fc92f44d.tar.zst +0 -0
  243. package/.turbo/cache/6cd6d76ac166da16-meta.json +0 -1
  244. package/.turbo/cache/6cd6d76ac166da16.tar.zst +0 -0
  245. package/.turbo/cache/71cd21072abc2990-meta.json +0 -1
  246. package/.turbo/cache/71cd21072abc2990.tar.zst +0 -0
  247. package/.turbo/cache/7b4e0f3ba43fedf0-meta.json +0 -1
  248. package/.turbo/cache/7b4e0f3ba43fedf0.tar.zst +0 -0
  249. package/.turbo/cache/7b9897d3439462f4-meta.json +0 -1
  250. package/.turbo/cache/7b9897d3439462f4.tar.zst +0 -0
  251. package/.turbo/cache/80a42a1ee43a7b11-meta.json +0 -1
  252. package/.turbo/cache/80a42a1ee43a7b11.tar.zst +0 -0
  253. package/.turbo/cache/80bda930b819e4e5-meta.json +0 -1
  254. package/.turbo/cache/80bda930b819e4e5.tar.zst +0 -0
  255. package/.turbo/cache/826ecc96865e3b2b-meta.json +0 -1
  256. package/.turbo/cache/826ecc96865e3b2b.tar.zst +0 -0
  257. package/.turbo/cache/8a66291a4385f56d-meta.json +0 -1
  258. package/.turbo/cache/8a66291a4385f56d.tar.zst +0 -0
  259. package/.turbo/cache/8b33dd53ac78ffcb-meta.json +0 -1
  260. package/.turbo/cache/8b33dd53ac78ffcb.tar.zst +0 -0
  261. package/.turbo/cache/922ac9eb482cf470-meta.json +0 -1
  262. package/.turbo/cache/922ac9eb482cf470.tar.zst +0 -0
  263. package/.turbo/cache/939cf3ccc40e9ab0-meta.json +0 -1
  264. package/.turbo/cache/939cf3ccc40e9ab0.tar.zst +0 -0
  265. package/.turbo/cache/997795fcad6346cf-meta.json +0 -1
  266. package/.turbo/cache/997795fcad6346cf.tar.zst +0 -0
  267. package/.turbo/cache/9d39077f59442e6d-meta.json +0 -1
  268. package/.turbo/cache/9d39077f59442e6d.tar.zst +0 -0
  269. package/.turbo/cache/9f33c2699df2acc2-meta.json +0 -1
  270. package/.turbo/cache/9f33c2699df2acc2.tar.zst +0 -0
  271. package/.turbo/cache/a95cdb7b2836627c-meta.json +0 -1
  272. package/.turbo/cache/a95cdb7b2836627c.tar.zst +0 -0
  273. package/.turbo/cache/aa7a71eea03e0057-meta.json +0 -1
  274. package/.turbo/cache/aa7a71eea03e0057.tar.zst +0 -0
  275. package/.turbo/cache/ac01a85fedf6d42a-meta.json +0 -1
  276. package/.turbo/cache/ac01a85fedf6d42a.tar.zst +0 -0
  277. package/.turbo/cache/b0b5371ee9e6fd7b-meta.json +0 -1
  278. package/.turbo/cache/b0b5371ee9e6fd7b.tar.zst +0 -0
  279. package/.turbo/cache/b21472a210e5d253-meta.json +0 -1
  280. package/.turbo/cache/b21472a210e5d253.tar.zst +0 -0
  281. package/.turbo/cache/ba6844de212fdfc5-meta.json +0 -1
  282. package/.turbo/cache/ba6844de212fdfc5.tar.zst +0 -0
  283. package/.turbo/cache/bb95b8c7cc483fe7-meta.json +0 -1
  284. package/.turbo/cache/bb95b8c7cc483fe7.tar.zst +0 -0
  285. package/.turbo/cache/be89ec729b2d7aa1-meta.json +0 -1
  286. package/.turbo/cache/be89ec729b2d7aa1.tar.zst +0 -0
  287. package/.turbo/cache/c0c0f7ab71b548fe-meta.json +0 -1
  288. package/.turbo/cache/c0c0f7ab71b548fe.tar.zst +0 -0
  289. package/.turbo/cache/c4b442aa3a612c5a-meta.json +0 -1
  290. package/.turbo/cache/c4b442aa3a612c5a.tar.zst +0 -0
  291. package/.turbo/cache/c833fd369811f0b3-meta.json +0 -1
  292. package/.turbo/cache/c833fd369811f0b3.tar.zst +0 -0
  293. package/.turbo/cache/cc1bb0ba75999fd5-meta.json +0 -1
  294. package/.turbo/cache/cc1bb0ba75999fd5.tar.zst +0 -0
  295. package/.turbo/cache/cc999fcae80b9892-meta.json +0 -1
  296. package/.turbo/cache/cc999fcae80b9892.tar.zst +0 -0
  297. package/.turbo/cache/cf739f73c4d81043-meta.json +0 -1
  298. package/.turbo/cache/cf739f73c4d81043.tar.zst +0 -0
  299. package/.turbo/cache/cf87272227a0d544-meta.json +0 -1
  300. package/.turbo/cache/cf87272227a0d544.tar.zst +0 -0
  301. package/.turbo/cache/d09e82feba2c48a3-meta.json +0 -1
  302. package/.turbo/cache/d09e82feba2c48a3.tar.zst +0 -0
  303. package/.turbo/cache/d264bb58130e3915-meta.json +0 -1
  304. package/.turbo/cache/d264bb58130e3915.tar.zst +0 -0
  305. package/.turbo/cache/d4fda50b9aa326d9-meta.json +0 -1
  306. package/.turbo/cache/d4fda50b9aa326d9.tar.zst +0 -0
  307. package/.turbo/cache/da0461631780f1e1-meta.json +0 -1
  308. package/.turbo/cache/da0461631780f1e1.tar.zst +0 -0
  309. package/.turbo/cache/dbdfe30495790f74-meta.json +0 -1
  310. package/.turbo/cache/dbdfe30495790f74.tar.zst +0 -0
  311. package/.turbo/cache/dea41fd4a13eb241-meta.json +0 -1
  312. package/.turbo/cache/dea41fd4a13eb241.tar.zst +0 -0
  313. package/.turbo/cache/e229b033acee0336-meta.json +0 -1
  314. package/.turbo/cache/e229b033acee0336.tar.zst +0 -0
  315. package/.turbo/cache/ed401f9a734e292c-meta.json +0 -1
  316. package/.turbo/cache/ed401f9a734e292c.tar.zst +0 -0
  317. package/.turbo/cache/efafac21cf262b2c-meta.json +0 -1
  318. package/.turbo/cache/efafac21cf262b2c.tar.zst +0 -0
  319. package/.turbo/cache/f20df212682f7978-meta.json +0 -1
  320. package/.turbo/cache/f20df212682f7978.tar.zst +0 -0
  321. package/.turbo/cache/f272ad05432871ac-meta.json +0 -1
  322. package/.turbo/cache/f272ad05432871ac.tar.zst +0 -0
  323. package/.vscode/settings.json +0 -3
  324. package/components/bibtemplate/.stylelintrc.json +0 -3
  325. package/components/bibtemplate/.turbo/turbo-build$colon$sass.log +0 -24
  326. package/components/bibtemplate/.turbo/turbo-build$colon$version.log +0 -10
  327. package/components/bibtemplate/.turbo/turbo-build.log +0 -49
  328. package/components/bibtemplate/.turbo/turbo-bundler.log +0 -7
  329. package/components/bibtemplate/.turbo/turbo-postCss$colon$component.log +0 -4
  330. package/components/bibtemplate/.turbo/turbo-sass$colon$render.log +0 -22
  331. package/components/bibtemplate/.turbo/turbo-types.log +0 -4
  332. package/components/bibtemplate/dist/auro-bibtemplate.d.ts.map +0 -1
  333. package/components/bibtemplate/dist/headerVersion.d.ts.map +0 -1
  334. package/components/bibtemplate/dist/iconVersion.d.ts.map +0 -1
  335. package/components/bibtemplate/dist/index.d.ts.map +0 -1
  336. package/components/bibtemplate/dist/styles/color-css.d.ts.map +0 -1
  337. package/components/bibtemplate/dist/styles/style-css.d.ts.map +0 -1
  338. package/components/bibtemplate/dist/styles/tokens-css.d.ts.map +0 -1
  339. package/components/bibtemplate/node_modules/chalk/package.json +0 -83
  340. package/components/bibtemplate/node_modules/chalk/readme.md +0 -297
  341. package/components/bibtemplate/node_modules/chalk/source/index.d.ts +0 -325
  342. package/components/bibtemplate/node_modules/chalk/source/index.js +0 -225
  343. package/components/bibtemplate/node_modules/chalk/source/utilities.js +0 -33
  344. package/components/bibtemplate/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  345. package/components/bibtemplate/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  346. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  347. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  348. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  349. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  350. package/components/bibtemplate/package.json +0 -60
  351. package/components/bibtemplate/src/auro-bibtemplate.js +0 -137
  352. package/components/bibtemplate/src/headerVersion.js +0 -1
  353. package/components/bibtemplate/src/iconVersion.js +0 -1
  354. package/components/bibtemplate/src/index.js +0 -6
  355. package/components/bibtemplate/src/styles/color-css.js +0 -2
  356. package/components/bibtemplate/src/styles/color.css +0 -1
  357. package/components/bibtemplate/src/styles/color.scss +0 -0
  358. package/components/bibtemplate/src/styles/style-css.js +0 -2
  359. package/components/bibtemplate/src/styles/style.css +0 -58
  360. package/components/bibtemplate/src/styles/style.scss +0 -62
  361. package/components/bibtemplate/src/styles/tokens-css.js +0 -2
  362. package/components/bibtemplate/src/styles/tokens.css +0 -3
  363. package/components/bibtemplate/src/styles/tokens.scss +0 -5
  364. package/components/checkbox/.stylelintrc.json +0 -3
  365. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  366. package/components/checkbox/.turbo/turbo-build.log +0 -184
  367. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
  368. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  369. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  370. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  371. package/components/checkbox/dist/index.d.ts.map +0 -1
  372. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  373. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  374. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  375. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  376. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  377. package/components/checkbox/node_modules/chalk/package.json +0 -83
  378. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  379. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  380. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  381. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  382. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  383. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  384. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  385. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  386. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  387. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  388. package/components/checkbox/package.json +0 -69
  389. package/components/checkbox/src/auro-checkbox-group.js +0 -370
  390. package/components/checkbox/src/auro-checkbox.js +0 -214
  391. package/components/checkbox/src/index.js +0 -8
  392. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  393. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  394. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  395. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  396. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  397. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  398. package/components/checkbox/src/styles/color-css.js +0 -2
  399. package/components/checkbox/src/styles/color.css +0 -84
  400. package/components/checkbox/src/styles/color.scss +0 -118
  401. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  402. package/components/checkbox/src/styles/colorGroup.css +0 -8
  403. package/components/checkbox/src/styles/colorGroup.scss +0 -16
  404. package/components/checkbox/src/styles/tokens-css.js +0 -2
  405. package/components/checkbox/src/styles/tokens.css +0 -8
  406. package/components/checkbox/src/styles/tokens.scss +0 -10
  407. package/components/combobox/.stylelintrc.json +0 -3
  408. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  409. package/components/combobox/.turbo/turbo-build.log +0 -167
  410. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
  411. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  412. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  413. package/components/combobox/dist/bibtemplateVersion.d.ts.map +0 -1
  414. package/components/combobox/dist/dropdownVersion.d.ts.map +0 -1
  415. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  416. package/components/combobox/dist/formkit/auro-inputVersion.d.ts +0 -3
  417. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  418. package/components/combobox/dist/index.d.ts.map +0 -1
  419. package/components/combobox/dist/inputVersion.d.ts.map +0 -1
  420. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  421. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
  422. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
  423. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
  424. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
  425. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
  426. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
  427. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
  428. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
  429. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
  430. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
  431. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
  432. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
  433. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
  434. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
  435. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
  436. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
  437. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
  438. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
  439. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
  440. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
  441. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
  442. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
  443. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
  444. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
  445. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
  446. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
  447. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
  448. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
  449. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
  450. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
  451. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
  452. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
  453. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
  454. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
  455. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
  456. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
  457. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
  458. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
  459. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
  460. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
  461. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
  462. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
  463. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
  464. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
  465. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
  466. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
  467. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
  468. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
  469. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
  470. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
  471. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
  472. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
  473. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
  474. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
  475. package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
  476. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
  477. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
  478. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
  479. package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
  480. package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
  481. package/components/combobox/node_modules/chalk/package.json +0 -83
  482. package/components/combobox/node_modules/chalk/readme.md +0 -297
  483. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
  484. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  485. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  486. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  487. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  488. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  489. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  490. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  491. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  492. package/components/combobox/package.json +0 -67
  493. package/components/combobox/src/auro-combobox.js +0 -925
  494. package/components/combobox/src/bibtemplateVersion.js +0 -1
  495. package/components/combobox/src/dropdownVersion.js +0 -1
  496. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  497. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  498. package/components/combobox/src/index.js +0 -6
  499. package/components/combobox/src/inputVersion.js +0 -1
  500. package/components/combobox/src/styles/style-css.js +0 -2
  501. package/components/combobox/src/styles/style.css +0 -56
  502. package/components/combobox/src/styles/style.scss +0 -38
  503. package/components/counter/.stylelintrc.json +0 -3
  504. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -269
  505. package/components/counter/.turbo/turbo-build$colon$version.log +0 -10
  506. package/components/counter/.turbo/turbo-build.log +0 -402
  507. package/components/counter/.turbo/turbo-bundler.log +0 -22
  508. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
  509. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -58
  510. package/components/counter/.turbo/turbo-types.log +0 -4
  511. package/components/counter/dist/auro-counter-button.d.ts.map +0 -1
  512. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  513. package/components/counter/dist/auro-counter-wrapper.d.ts.map +0 -1
  514. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  515. package/components/counter/dist/dropdownVersion.d.ts.map +0 -1
  516. package/components/counter/dist/iconVersion.d.ts.map +0 -1
  517. package/components/counter/dist/index.d.ts.map +0 -1
  518. package/components/counter/dist/styles/color-css.d.ts.map +0 -1
  519. package/components/counter/dist/styles/counter-button-color-css.d.ts.map +0 -1
  520. package/components/counter/dist/styles/counter-button-css.d.ts.map +0 -1
  521. package/components/counter/dist/styles/counter-button-tokens-css.d.ts.map +0 -1
  522. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  523. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts.map +0 -1
  524. package/components/counter/dist/styles/counter-wrapper-css.d.ts.map +0 -1
  525. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  526. package/components/counter/dist/styles/tokens-css.d.ts.map +0 -1
  527. package/components/counter/node_modules/chalk/package.json +0 -83
  528. package/components/counter/node_modules/chalk/readme.md +0 -325
  529. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  530. package/components/counter/node_modules/chalk/source/index.js +0 -225
  531. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  532. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  533. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  534. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  535. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  536. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  537. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  538. package/components/counter/package.json +0 -59
  539. package/components/counter/src/auro-counter-button.js +0 -42
  540. package/components/counter/src/auro-counter-group.js +0 -333
  541. package/components/counter/src/auro-counter-wrapper.js +0 -54
  542. package/components/counter/src/auro-counter.js +0 -342
  543. package/components/counter/src/dropdownVersion.js +0 -1
  544. package/components/counter/src/iconVersion.js +0 -1
  545. package/components/counter/src/index.js +0 -8
  546. package/components/counter/src/styles/color-css.js +0 -2
  547. package/components/counter/src/styles/color.css +0 -29
  548. package/components/counter/src/styles/color.scss +0 -49
  549. package/components/counter/src/styles/counter-button-color-css.js +0 -2
  550. package/components/counter/src/styles/counter-button-color.css +0 -11
  551. package/components/counter/src/styles/counter-button-color.scss +0 -23
  552. package/components/counter/src/styles/counter-button-css.js +0 -2
  553. package/components/counter/src/styles/counter-button-tokens-css.js +0 -2
  554. package/components/counter/src/styles/counter-button-tokens.css +0 -6
  555. package/components/counter/src/styles/counter-button-tokens.scss +0 -8
  556. package/components/counter/src/styles/counter-button.css +0 -186
  557. package/components/counter/src/styles/counter-button.scss +0 -84
  558. package/components/counter/src/styles/counter-group-css.js +0 -2
  559. package/components/counter/src/styles/counter-group.css +0 -18
  560. package/components/counter/src/styles/counter-group.scss +0 -32
  561. package/components/counter/src/styles/counter-wrapper-color-css.js +0 -2
  562. package/components/counter/src/styles/counter-wrapper-color.css +0 -4
  563. package/components/counter/src/styles/counter-wrapper-color.scss +0 -19
  564. package/components/counter/src/styles/counter-wrapper-css.js +0 -2
  565. package/components/counter/src/styles/counter-wrapper.css +0 -15
  566. package/components/counter/src/styles/counter-wrapper.scss +0 -29
  567. package/components/counter/src/styles/style-css.js +0 -2
  568. package/components/counter/src/styles/style.css +0 -53
  569. package/components/counter/src/styles/style.scss +0 -73
  570. package/components/counter/src/styles/tokens-css.js +0 -2
  571. package/components/counter/src/styles/tokens.css +0 -12
  572. package/components/counter/src/styles/tokens.scss +0 -25
  573. package/components/datepicker/.stylelintrc.json +0 -3
  574. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  575. package/components/datepicker/.turbo/turbo-build.log +0 -492
  576. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
  577. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  578. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  579. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  580. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  581. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  582. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  583. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts +0 -3
  584. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  585. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts +0 -3
  586. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  587. package/components/datepicker/dist/index.d.ts.map +0 -1
  588. package/components/datepicker/dist/inputVersion.d.ts.map +0 -1
  589. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  590. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  591. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  592. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  593. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  594. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  595. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  596. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  597. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  598. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  599. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  600. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  601. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  602. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  603. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  604. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  605. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  606. package/components/datepicker/node_modules/chalk/package.json +0 -83
  607. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  608. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  609. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  610. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  611. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  612. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  613. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  614. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  615. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  616. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  617. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  618. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  619. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  620. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  621. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  622. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  623. package/components/datepicker/package.json +0 -79
  624. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  625. package/components/datepicker/src/auro-calendar-month.js +0 -128
  626. package/components/datepicker/src/auro-calendar.js +0 -329
  627. package/components/datepicker/src/auro-datepicker.js +0 -1040
  628. package/components/datepicker/src/dropdownVersion.js +0 -1
  629. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  630. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  631. package/components/datepicker/src/index.js +0 -6
  632. package/components/datepicker/src/inputVersion.js +0 -1
  633. package/components/datepicker/src/popoverVersion.js +0 -1
  634. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  635. package/components/datepicker/src/styles/color-calendar.css +0 -35
  636. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  637. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  638. package/components/datepicker/src/styles/color-cell.css +0 -45
  639. package/components/datepicker/src/styles/color-cell.scss +0 -73
  640. package/components/datepicker/src/styles/color-css.js +0 -2
  641. package/components/datepicker/src/styles/color-month-css.js +0 -2
  642. package/components/datepicker/src/styles/color-month.css +0 -34
  643. package/components/datepicker/src/styles/color-month.scss +0 -27
  644. package/components/datepicker/src/styles/color.css +0 -43
  645. package/components/datepicker/src/styles/color.scss +0 -30
  646. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  647. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  648. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  649. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  650. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  651. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  652. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  653. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  654. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  655. package/components/datepicker/src/styles/style-css.js +0 -2
  656. package/components/datepicker/src/styles/style.css +0 -131
  657. package/components/datepicker/src/styles/style.scss +0 -139
  658. package/components/datepicker/src/styles/tokens-css.js +0 -2
  659. package/components/datepicker/src/styles/tokens.css +0 -22
  660. package/components/datepicker/src/styles/tokens.scss +0 -25
  661. package/components/datepicker/src/utilities.js +0 -87
  662. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  663. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  664. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  665. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  666. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  667. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  668. package/components/dropdown/.stylelintrc.json +0 -3
  669. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  670. package/components/dropdown/.turbo/turbo-build.log +0 -208
  671. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
  672. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  673. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  674. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  675. package/components/dropdown/dist/dropdownVersion.d.ts.map +0 -1
  676. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  677. package/components/dropdown/dist/index.d.ts.map +0 -1
  678. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  679. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  680. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  681. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  682. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  683. package/components/dropdown/node_modules/chalk/package.json +0 -83
  684. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  685. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  686. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  687. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  688. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  689. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  690. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  691. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  692. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  693. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  694. package/components/dropdown/package.json +0 -58
  695. package/components/dropdown/src/auro-dropdown.js +0 -586
  696. package/components/dropdown/src/auro-dropdownBib.js +0 -128
  697. package/components/dropdown/src/dropdownVersion.js +0 -1
  698. package/components/dropdown/src/iconVersion.js +0 -1
  699. package/components/dropdown/src/index.js +0 -6
  700. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  701. package/components/dropdown/src/styles/bibColors.css +0 -6
  702. package/components/dropdown/src/styles/bibColors.scss +0 -18
  703. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  704. package/components/dropdown/src/styles/bibStyles.css +0 -44
  705. package/components/dropdown/src/styles/bibStyles.scss +0 -61
  706. package/components/dropdown/src/styles/color-css.js +0 -2
  707. package/components/dropdown/src/styles/color.css +0 -56
  708. package/components/dropdown/src/styles/color.scss +0 -76
  709. package/components/dropdown/src/styles/style-css.js +0 -2
  710. package/components/dropdown/src/styles/style.css +0 -91
  711. package/components/dropdown/src/styles/style.scss +0 -122
  712. package/components/dropdown/src/styles/tokens-css.js +0 -2
  713. package/components/dropdown/src/styles/tokens.css +0 -13
  714. package/components/dropdown/src/styles/tokens.scss +0 -15
  715. package/components/form/.stylelintrc.json +0 -3
  716. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  717. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  718. package/components/form/.turbo/turbo-build.log +0 -112
  719. package/components/form/.turbo/turbo-bundler.log +0 -13
  720. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
  721. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  722. package/components/form/.turbo/turbo-types.log +0 -4
  723. package/components/form/dist/auro-form.d.ts.map +0 -1
  724. package/components/form/dist/index.d.ts.map +0 -1
  725. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  726. package/components/form/node_modules/chalk/package.json +0 -83
  727. package/components/form/node_modules/chalk/readme.md +0 -325
  728. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  729. package/components/form/node_modules/chalk/source/index.js +0 -225
  730. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  731. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  732. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  733. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  734. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  735. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  736. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  737. package/components/form/package.json +0 -74
  738. package/components/form/src/auro-form.js +0 -506
  739. package/components/form/src/index.js +0 -6
  740. package/components/form/src/styles/style-css.js +0 -2
  741. package/components/form/src/styles/style.css +0 -36
  742. package/components/form/src/styles/style.scss +0 -37
  743. package/components/helptext/.stylelintrc.json +0 -3
  744. package/components/helptext/.turbo/turbo-build$colon$sass.log +0 -34
  745. package/components/helptext/.turbo/turbo-build.log +0 -49
  746. package/components/helptext/.turbo/turbo-bundler.log +0 -7
  747. package/components/helptext/.turbo/turbo-postCss$colon$component.log +0 -4
  748. package/components/helptext/.turbo/turbo-sass$colon$render.log +0 -22
  749. package/components/helptext/.turbo/turbo-types.log +0 -4
  750. package/components/helptext/dist/auro-helptext.d.ts.map +0 -1
  751. package/components/helptext/dist/index.d.ts.map +0 -1
  752. package/components/helptext/dist/styles/color-css.d.ts.map +0 -1
  753. package/components/helptext/dist/styles/style-css.d.ts.map +0 -1
  754. package/components/helptext/dist/styles/tokens-css.d.ts.map +0 -1
  755. package/components/helptext/node_modules/chalk/package.json +0 -83
  756. package/components/helptext/node_modules/chalk/readme.md +0 -297
  757. package/components/helptext/node_modules/chalk/source/index.d.ts +0 -325
  758. package/components/helptext/node_modules/chalk/source/index.js +0 -225
  759. package/components/helptext/node_modules/chalk/source/utilities.js +0 -33
  760. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  761. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  762. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  763. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  764. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  765. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  766. package/components/helptext/package.json +0 -57
  767. package/components/helptext/src/auro-helptext.js +0 -127
  768. package/components/helptext/src/index.js +0 -6
  769. package/components/helptext/src/styles/color-css.js +0 -2
  770. package/components/helptext/src/styles/color.css +0 -8
  771. package/components/helptext/src/styles/color.scss +0 -11
  772. package/components/helptext/src/styles/style-css.js +0 -2
  773. package/components/helptext/src/styles/style.css +0 -23
  774. package/components/helptext/src/styles/style.scss +0 -33
  775. package/components/helptext/src/styles/tokens-css.js +0 -2
  776. package/components/helptext/src/styles/tokens.css +0 -3
  777. package/components/helptext/src/styles/tokens.scss +0 -5
  778. package/components/input/.stylelintrc.json +0 -3
  779. package/components/input/.turbo/turbo-build$colon$sass.log +0 -188
  780. package/components/input/.turbo/turbo-build.log +0 -340
  781. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
  782. package/components/input/.turbo/turbo-sass$colon$render.log +0 -52
  783. package/components/input/dist/auro-input.d.ts.map +0 -1
  784. package/components/input/dist/base-input.d.ts.map +0 -1
  785. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  786. package/components/input/dist/i18n.d.ts.map +0 -1
  787. package/components/input/dist/iconVersion.d.ts.map +0 -1
  788. package/components/input/dist/index.d.ts.map +0 -1
  789. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  790. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  791. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  792. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  793. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  794. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  795. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  796. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  797. package/components/input/node_modules/chalk/package.json +0 -83
  798. package/components/input/node_modules/chalk/readme.md +0 -325
  799. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  800. package/components/input/node_modules/chalk/source/index.js +0 -225
  801. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  802. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  803. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  804. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  805. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  806. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  807. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  808. package/components/input/package.json +0 -76
  809. package/components/input/src/auro-input.js +0 -249
  810. package/components/input/src/base-input.js +0 -1103
  811. package/components/input/src/buttonVersion.js +0 -1
  812. package/components/input/src/i18n.js +0 -102
  813. package/components/input/src/iconVersion.js +0 -1
  814. package/components/input/src/index.js +0 -6
  815. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  816. package/components/input/src/styles/borders-css.js +0 -2
  817. package/components/input/src/styles/borders.css +0 -35
  818. package/components/input/src/styles/borders.scss +0 -49
  819. package/components/input/src/styles/color-css.js +0 -2
  820. package/components/input/src/styles/color.css +0 -57
  821. package/components/input/src/styles/color.scss +0 -84
  822. package/components/input/src/styles/input-css.js +0 -2
  823. package/components/input/src/styles/input.css +0 -35
  824. package/components/input/src/styles/input.scss +0 -53
  825. package/components/input/src/styles/label-css.js +0 -2
  826. package/components/input/src/styles/label.css +0 -45
  827. package/components/input/src/styles/label.scss +0 -71
  828. package/components/input/src/styles/mixins-css.js +0 -2
  829. package/components/input/src/styles/mixins.css +0 -1
  830. package/components/input/src/styles/mixins.scss +0 -45
  831. package/components/input/src/styles/notificationIcons-css.js +0 -2
  832. package/components/input/src/styles/notificationIcons.css +0 -84
  833. package/components/input/src/styles/notificationIcons.scss +0 -109
  834. package/components/input/src/styles/style-css.js +0 -2
  835. package/components/input/src/styles/style.css +0 -283
  836. package/components/input/src/styles/style.scss +0 -52
  837. package/components/input/src/styles/tokens-css.js +0 -2
  838. package/components/input/src/styles/tokens.css +0 -8
  839. package/components/input/src/styles/tokens.scss +0 -10
  840. package/components/menu/.stylelintrc.json +0 -3
  841. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  842. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  843. package/components/menu/.turbo/turbo-build.log +0 -185
  844. package/components/menu/.turbo/turbo-bundler.log +0 -13
  845. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
  846. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  847. package/components/menu/.turbo/turbo-types.log +0 -4
  848. package/components/menu/dist/auro-menu-utils.d.ts.map +0 -1
  849. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  850. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  851. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  852. package/components/menu/dist/index.d.ts.map +0 -1
  853. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  854. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  855. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  856. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  857. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  858. package/components/menu/node_modules/chalk/package.json +0 -83
  859. package/components/menu/node_modules/chalk/readme.md +0 -325
  860. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  861. package/components/menu/node_modules/chalk/source/index.js +0 -225
  862. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  863. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  864. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  865. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  866. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  867. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  868. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  869. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  870. package/components/menu/node_modules/mime/Mime.js +0 -97
  871. package/components/menu/node_modules/mime/README.md +0 -187
  872. package/components/menu/node_modules/mime/cli.js +0 -46
  873. package/components/menu/node_modules/mime/index.js +0 -4
  874. package/components/menu/node_modules/mime/lite.js +0 -4
  875. package/components/menu/node_modules/mime/package.json +0 -52
  876. package/components/menu/node_modules/mime/types/other.js +0 -1
  877. package/components/menu/node_modules/mime/types/standard.js +0 -1
  878. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  879. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  880. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  881. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  882. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  883. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  884. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  885. package/components/menu/package.json +0 -70
  886. package/components/menu/src/auro-menu-utils.js +0 -131
  887. package/components/menu/src/auro-menu.js +0 -728
  888. package/components/menu/src/auro-menuoption.js +0 -147
  889. package/components/menu/src/iconVersion.js +0 -1
  890. package/components/menu/src/index.js +0 -15
  891. package/components/menu/src/styles/color-menu-css.js +0 -2
  892. package/components/menu/src/styles/color-menu.css +0 -4
  893. package/components/menu/src/styles/color-menu.scss +0 -12
  894. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  895. package/components/menu/src/styles/color-menuoption.css +0 -26
  896. package/components/menu/src/styles/color-menuoption.scss +0 -37
  897. package/components/menu/src/styles/style-menu-css.js +0 -2
  898. package/components/menu/src/styles/style-menu.css +0 -2061
  899. package/components/menu/src/styles/style-menu.scss +0 -80
  900. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  901. package/components/menu/src/styles/style-menuoption.css +0 -45
  902. package/components/menu/src/styles/style-menuoption.scss +0 -66
  903. package/components/menu/src/styles/tokens-css.js +0 -2
  904. package/components/menu/src/styles/tokens.css +0 -6
  905. package/components/menu/src/styles/tokens.scss +0 -6
  906. package/components/radio/.stylelintrc.json +0 -3
  907. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  908. package/components/radio/.turbo/turbo-build.log +0 -215
  909. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
  910. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  911. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  912. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  913. package/components/radio/dist/index.d.ts.map +0 -1
  914. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  915. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  916. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  917. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  918. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  919. package/components/radio/node_modules/chalk/package.json +0 -83
  920. package/components/radio/node_modules/chalk/readme.md +0 -325
  921. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  922. package/components/radio/node_modules/chalk/source/index.js +0 -225
  923. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  924. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  925. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  926. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  927. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  928. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  929. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  930. package/components/radio/package.json +0 -69
  931. package/components/radio/src/auro-radio-group.js +0 -451
  932. package/components/radio/src/auro-radio.js +0 -256
  933. package/components/radio/src/index.js +0 -8
  934. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  935. package/components/radio/src/styles/auro-radio-group.css +0 -23
  936. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  937. package/components/radio/src/styles/color-css.js +0 -2
  938. package/components/radio/src/styles/color.css +0 -45
  939. package/components/radio/src/styles/color.scss +0 -56
  940. package/components/radio/src/styles/groupColor-css.js +0 -2
  941. package/components/radio/src/styles/groupColor.css +0 -13
  942. package/components/radio/src/styles/groupColor.scss +0 -25
  943. package/components/radio/src/styles/style-css.js +0 -2
  944. package/components/radio/src/styles/style.css +0 -113
  945. package/components/radio/src/styles/style.scss +0 -99
  946. package/components/radio/src/styles/tokens-css.js +0 -2
  947. package/components/radio/src/styles/tokens.css +0 -8
  948. package/components/radio/src/styles/tokens.scss +0 -11
  949. package/components/select/.stylelintrc.json +0 -3
  950. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  951. package/components/select/.turbo/turbo-build.log +0 -242
  952. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
  953. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  954. package/components/select/dist/auro-select.d.ts.map +0 -1
  955. package/components/select/dist/dropdownVersion.d.ts.map +0 -1
  956. package/components/select/dist/formkit/auro-dropdownVersion.d.ts +0 -3
  957. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  958. package/components/select/dist/index.d.ts.map +0 -1
  959. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  960. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  961. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  962. package/components/select/node_modules/chalk/package.json +0 -83
  963. package/components/select/node_modules/chalk/readme.md +0 -325
  964. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  965. package/components/select/node_modules/chalk/source/index.js +0 -225
  966. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  967. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  968. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  969. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  970. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  971. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  972. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  973. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  974. package/components/select/node_modules/mime/Mime.js +0 -97
  975. package/components/select/node_modules/mime/README.md +0 -187
  976. package/components/select/node_modules/mime/cli.js +0 -46
  977. package/components/select/node_modules/mime/index.js +0 -4
  978. package/components/select/node_modules/mime/lite.js +0 -4
  979. package/components/select/node_modules/mime/package.json +0 -52
  980. package/components/select/node_modules/mime/types/other.js +0 -1
  981. package/components/select/node_modules/mime/types/standard.js +0 -1
  982. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  983. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  984. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  985. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  986. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  987. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  988. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  989. package/components/select/package.json +0 -70
  990. package/components/select/packageScripts/postinstall.mjs +0 -28
  991. package/components/select/src/auro-select.js +0 -604
  992. package/components/select/src/dropdownVersion.js +0 -1
  993. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  994. package/components/select/src/index.js +0 -6
  995. package/components/select/src/styles/color-css.js +0 -2
  996. package/components/select/src/styles/color.css +0 -63
  997. package/components/select/src/styles/color.scss +0 -33
  998. package/components/select/src/styles/style-css.js +0 -2
  999. package/components/select/src/styles/style.css +0 -105
  1000. package/components/select/src/styles/style.scss +0 -83
  1001. package/components/select/src/styles/tokens-css.js +0 -2
  1002. package/components/select/src/styles/tokens.css +0 -3
  1003. package/components/select/src/styles/tokens.scss +0 -5
  1004. package/packages/build-tools/package.json +0 -15
  1005. package/packages/build-tools/src/docProcessor.mjs +0 -133
  1006. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  1007. package/packages/build-tools/src/index.js +0 -1
  1008. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  1009. package/packages/form-validation/package.json +0 -12
  1010. package/packages/form-validation/src/index.js +0 -1
  1011. package/packages/form-validation/src/validation.js +0 -318
  1012. package/packages/typescript/base.json +0 -19
  1013. package/packages/typescript/package.json +0 -20
  1014. package/packages/utils/package.json +0 -12
  1015. package/packages/utils/src/iconUtil.js +0 -25
  1016. package/packages/utils/src/index.js +0 -1
  1017. package/turbo.json +0 -134
@@ -0,0 +1,48 @@
1
+ <!--
2
+ Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
3
+ See LICENSE in the project root for license information.
4
+
5
+ HTML in this document is standardized and NOT to be edited.
6
+ All demo code should be added/edited in ./demo/index.md
7
+
8
+ With the exception of adding custom elements if needed for the demo.
9
+
10
+ ----------------------- DO NOT EDIT -----------------------------
11
+
12
+ -->
13
+
14
+ <!DOCTYPE html>
15
+ <html lang="en">
16
+ <head>
17
+ <meta charset="UTF-8" />
18
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
+ <title>Auro Web Component Generator | auro-radio custom element</title>
20
+ <link
21
+ rel="stylesheet"
22
+ type="text/css"
23
+ href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"
24
+ />
25
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
26
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/demoWrapper.css" />
27
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/elementDemoStyles.css" />
28
+ </head>
29
+ <body class="auro-markdown">
30
+ <main></main>
31
+
32
+ <script type="module">
33
+ import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
34
+ import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
35
+ fetch('./index.md')
36
+ .then((response) => response.text())
37
+ .then((text) => {
38
+ const rawHtml = marked.parse(text);
39
+ document.querySelector('main').innerHTML = rawHtml;
40
+ Prism.highlightAll();
41
+ });
42
+ </script>
43
+ <script type="module" src="./index.min.js" data-demo-script="true"></script>
44
+
45
+ <!-- If additional elements are needed for the demo, add them here. -->
46
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
47
+ </body>
48
+ </html>
@@ -3,39 +3,39 @@
3
3
  * Copyright 2019 Google LLC
4
4
  * SPDX-License-Identifier: BSD-3-Clause
5
5
  */
6
- const t$4=globalThis,e$7=t$4.ShadowRoot&&(undefined===t$4.ShadyCSS||t$4.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$3=Symbol(),o$6=new WeakMap;let n$5 = class n{constructor(t,e,o){if(this._$cssResult$=true,o!==s$3)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&&undefined===t){const e=undefined!==s&&1===s.length;e&&(t=o$6.get(s)),undefined===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$6.set(s,t));}return t}toString(){return this.cssText}};const r$7=t=>new n$5("string"==typeof t?t:t+"",undefined,s$3),i$8=(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$5(o,t,s$3)},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;undefined!==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;
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$3=Symbol(),o$6=new WeakMap;let n$5 = class n{constructor(t,e,o){if(this._$cssResult$=true,o!==s$3)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$6.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$6.set(s,t));}return t}toString(){return this.cssText}};const r$7=t=>new n$5("string"==typeof t?t:t+"",void 0,s$3),i$8=(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$5(o,t,s$3)},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
7
 
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2017 Google LLC
11
11
  * SPDX-License-Identifier: BSD-3-Clause
12
- */const{is:i$7,defineProperty:e$6,getOwnPropertyDescriptor:r$6,getOwnPropertyNames:h$3,getOwnPropertySymbols:o$5,getPrototypeOf:n$4}=Object,a$3=globalThis,c$4=a$3.trustedTypes,l$3=c$4?c$4.emptyScript:"",p$3=a$3.reactiveElementPolyfillSupport,d$3=(t,s)=>t,u$3={toAttribute(t,s){switch(s){case Boolean:t=t?l$3: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$7(t,s),y$3={attribute:true,type:String,converter:u$3,reflect:false,hasChanged:f$3};Symbol.metadata??=Symbol("metadata"),a$3.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);undefined!==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$4(this);t.finalize(),undefined!==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$5(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(undefined!==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);undefined!==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 undefined!==s&&i.push(c$5(s));return i}static _$Eu(t,s){const i=s.attribute;return false===i?undefined:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():undefined}constructor(){super(),this._$Ep=undefined,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),undefined!==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(undefined!==e&&true===i.reflect){const r=(undefined!==i.converter?.toAttribute?i.converter:u$3).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(undefined!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),r="function"==typeof t.converter?{fromAttribute:t.converter}:undefined!==t.converter?.fromAttribute?t.converter:u$3;this._$Em=e,this[e]=r.fromAttribute(s,t.type),this._$Em=null;}}requestUpdate(t,s,i){if(undefined!==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=undefined;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t) true!==i.wrapped||this._$AL.has(s)||undefined===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$3.reactiveElementVersions??=[]).push("2.0.4");
12
+ */const{is:i$7,defineProperty:e$6,getOwnPropertyDescriptor:r$6,getOwnPropertyNames:h$3,getOwnPropertySymbols:o$5,getPrototypeOf:n$4}=Object,a$3=globalThis,c$4=a$3.trustedTypes,l$3=c$4?c$4.emptyScript:"",p$3=a$3.reactiveElementPolyfillSupport,d$3=(t,s)=>t,u$3={toAttribute(t,s){switch(s){case Boolean:t=t?l$3: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$7(t,s),y$2={attribute:true,type:String,converter:u$3,reflect:false,hasChanged:f$3};Symbol.metadata??=Symbol("metadata"),a$3.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$2){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$2}static _$Ei(){if(this.hasOwnProperty(d$3("elementProperties")))return;const t=n$4(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$5(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$3).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$3;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$3.reactiveElementVersions??=[]).push("2.0.4");
13
13
 
14
14
  /**
15
15
  * @license
16
16
  * Copyright 2017 Google LLC
17
17
  * SPDX-License-Identifier: BSD-3-Clause
18
18
  */
19
- const t$3=globalThis,i$6=t$3.trustedTypes,s$2=i$6?i$6.createPolicy("lit-html",{createHTML:t=>t}):undefined,e$5="$lit$",h$2=`lit$${Math.random().toFixed(9).slice(2)}$`,o$4="?"+h$2,n$3=`<${o$4}>`,r$5=document,l$2=()=>r$5.createComment(""),c$3=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a$2=Array.isArray,u$2=t=>a$2(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$2(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return undefined!==s$2?s$2.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:undefined!==u[1]?c=_$1:undefined!==u[2]?($$1.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=m$1):undefined!==u[3]&&(c=m$1):c===m$1?">"===u[0]?(c=r??f$2,d=-1):undefined===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=undefined===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=undefined);const x=c===m$1&&t[i+1].startsWith("/>")?" ":"";l+=c===f$2?s+n$3: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$6?i$6.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l$2()),C$1.nextNode(),d.push({type:2,index:++c});r.append(t[s],l$2());}}}else if(8===r.nodeType)if(r.data===o$4)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=undefined!==e?s._$Co?.[e]:s._$Cl;const o=c$3(i)?undefined:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(false),undefined===o?h=undefined:(h=new o(t),h._$AT(t,s,e)),undefined!==e?(s._$Co??=[])[e]=h:s._$Cl=h),undefined!==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=undefined,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(;undefined!==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) undefined!==s&&(undefined!==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=undefined,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 undefined!==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):undefined!==t._$litType$?this.$(t):undefined!==t.nodeType?this.T(t):u$2(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):(undefined===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 undefined===i&&A$1.set(t.strings,i=new N$1(t)),i}k(t){a$2(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$2()),this.O(l$2()),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){ undefined===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=undefined,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(undefined===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?undefined: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=undefined,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(undefined===h){const t=s?.renderBefore??null;e._$litPart$=h=new R$1(i.insertBefore(l$2(),t),t,undefined,s??{});}return h._$AI(t),h};
19
+ const t$3=globalThis,i$6=t$3.trustedTypes,s$2=i$6?i$6.createPolicy("lit-html",{createHTML:t=>t}):void 0,e$5="$lit$",h$2=`lit$${Math.random().toFixed(9).slice(2)}$`,o$4="?"+h$2,n$3=`<${o$4}>`,r$5=document,l$2=()=>r$5.createComment(""),c$3=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a$2=Array.isArray,u$2=t=>a$2(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=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x=y(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$2(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s$2?s$2.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$3: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$6?i$6.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l$2()),C$1.nextNode(),d.push({type:2,index:++c});r.append(t[s],l$2());}}}else if(8===r.nodeType)if(r.data===o$4)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$2(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$2(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$2()),this.O(l$2()),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$2(),t),t,void 0,s??{});}return h._$AI(t),h};
20
20
 
21
21
  /**
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
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=undefined;}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$5=globalThis.litElementPolyfillSupport;i$5?.({LitElement:r$4});(globalThis.litElementVersions??=[]).push("4.1.1");
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$5=globalThis.litElementPolyfillSupport;i$5?.({LitElement:r$4});(globalThis.litElementVersions??=[]).push("4.1.1");
26
26
 
27
27
  /**
28
28
  * @license
29
29
  * Copyright 2017 Google LLC
30
30
  * SPDX-License-Identifier: BSD-3-Clause
31
31
  */
32
- const t$2={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},e$4=t=>(...e)=>({_$litDirective$:t,values:e});let i$4 = 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)}};
32
+ const t$2={ATTRIBUTE:1},e$4=t=>(...e)=>({_$litDirective$:t,values:e});let i$4 = 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
33
 
34
34
  /**
35
35
  * @license
36
36
  * Copyright 2018 Google LLC
37
37
  * SPDX-License-Identifier: BSD-3-Clause
38
- */const e$3=e$4(class extends i$4{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(undefined===this.st){this.st=new Set,undefined!==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}});
38
+ */const e$3=e$4(class extends i$4{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
39
 
40
40
  /**
41
41
  * @license
@@ -45,9 +45,9 @@ const t$2={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6}
45
45
 
46
46
  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t();}(0,function(){function e(e){var t=true,n=false,o=null,d={text:true,search:true,url:true,tel:true,email:true,password:true,number:true,date:true,month:true,week:true,time:true,datetime:true,"datetime-local":true};function i(e){return !!(e&&e!==document&&"HTML"!==e.nodeName&&"BODY"!==e.nodeName&&"classList"in e&&"contains"in e.classList)}function s(e){e.classList.contains("focus-visible")||(e.classList.add("focus-visible"),e.setAttribute("data-focus-visible-added",""));}function u(e){t=false;}function a(){document.addEventListener("mousemove",c),document.addEventListener("mousedown",c),document.addEventListener("mouseup",c),document.addEventListener("pointermove",c),document.addEventListener("pointerdown",c),document.addEventListener("pointerup",c),document.addEventListener("touchmove",c),document.addEventListener("touchstart",c),document.addEventListener("touchend",c);}function c(e){e.target.nodeName&&"html"===e.target.nodeName.toLowerCase()||(t=false,document.removeEventListener("mousemove",c),document.removeEventListener("mousedown",c),document.removeEventListener("mouseup",c),document.removeEventListener("pointermove",c),document.removeEventListener("pointerdown",c),document.removeEventListener("pointerup",c),document.removeEventListener("touchmove",c),document.removeEventListener("touchstart",c),document.removeEventListener("touchend",c));}document.addEventListener("keydown",function(n){n.metaKey||n.altKey||n.ctrlKey||(i(e.activeElement)&&s(e.activeElement),t=true);},true),document.addEventListener("mousedown",u,true),document.addEventListener("pointerdown",u,true),document.addEventListener("touchstart",u,true),document.addEventListener("visibilitychange",function(e){"hidden"===document.visibilityState&&(n&&(t=true),a());},true),a(),e.addEventListener("focus",function(e){var n,o,u;i(e.target)&&(t||(n=e.target,o=n.type,"INPUT"===(u=n.tagName)&&d[o]&&!n.readOnly||"TEXTAREA"===u&&!n.readOnly||n.isContentEditable))&&s(e.target);},true),e.addEventListener("blur",function(e){var t;i(e.target)&&(e.target.classList.contains("focus-visible")||e.target.hasAttribute("data-focus-visible-added"))&&(n=true,window.clearTimeout(o),o=window.setTimeout(function(){n=false;},100),(t=e.target).hasAttribute("data-focus-visible-added")&&(t.classList.remove("focus-visible"),t.removeAttribute("data-focus-visible-added")));},true),e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&e.host?e.host.setAttribute("data-js-focus-visible",""):e.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""));}if("undefined"!=typeof window&&"undefined"!=typeof document){var t;window.applyFocusVisiblePolyfill=e;try{t=new CustomEvent("focus-visible-polyfill-ready");}catch(e){(t=document.createEvent("CustomEvent")).initCustomEvent("focus-visible-polyfill-ready",false,false,{});}window.dispatchEvent(t);}"undefined"!=typeof document&&e(document);});
47
47
 
48
- var styleCss$2 = i$8`*,*: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;outline:unset}:host(.focus-visible) .displayFlex .inputGroup:focus-within{width:auto}:host(.focus-visible) .rdoGroup{display:block;padding-right:var(--ds-size-100, 0.5rem);outline:3px solid transparent}:host(.focus-visible) .rdoGroup .label:after{outline-width:1px;outline-style:solid}.rdoGroup{position:relative;padding-right:var(--ds-size-100, 0.5rem);padding-left:var(--ds-size-100, 0.5rem);line-height:var(--ds-size-400, 2rem)}.label{display:block;margin-left:var(--ds-size-300, 1.5rem)}.label:hover{cursor:pointer}.label:after{position:absolute;z-index:1;top:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem);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));content:"";border-radius:50%;border:1px solid}.slotContent{display:block;margin-left:var(--ds-size-400, 2rem);padding-left:var(--ds-size-100, 0.5rem)}`;
48
+ var styleCss$1 = i$8`*,*: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;outline:unset}:host(.focus-visible) .displayFlex .inputGroup:focus-within{width:auto}:host(.focus-visible) .rdoGroup{display:block;padding-right:var(--ds-size-100, 0.5rem);outline:3px solid transparent}:host(.focus-visible) .rdoGroup .label:after{outline-width:1px;outline-style:solid}.rdoGroup{position:relative;padding-right:var(--ds-size-100, 0.5rem);padding-left:var(--ds-size-100, 0.5rem);line-height:var(--ds-size-400, 2rem)}.label{display:block;margin-left:var(--ds-size-300, 1.5rem)}.label:hover{cursor:pointer}.label:after{position:absolute;z-index:1;top:var(--ds-size-50, 0.25rem);left:var(--ds-size-50, 0.25rem);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));content:"";border-radius:50%;border:1px solid}.slotContent{display:block;margin-left:var(--ds-size-400, 2rem);padding-left:var(--ds-size-100, 0.5rem)}`;
49
49
 
50
- var colorCss$2 = i$8`.label{color:var(--ds-auro-radio-label-color)}.label:after{background-color:var(--ds-auro-radio-btn-fill-color);border-color:var(--ds-auro-radio-btn-border-color);box-shadow:inset 0 0 0 3px var(--ds-auro-radio-btn-inset-color);outline-color:var(--ds-auro-radio-btn-border-color);-webkit-tap-highlight-color:var(--ds-auro-radio-tap-color)}:host([checked]){--ds-auro-radio-btn-inset-color: var(--ds-color-background-primary-100-default, #ffffff);--ds-auro-radio-btn-fill-color: var(--ds-color-border-ui-default-default);--ds-auro-radio-btn-border-color: var(--ds-color-border-ui-default-default)}:host([error]){--ds-auro-radio-btn-border-color: var(--ds-color-border-error-default, #cc1816)}:host([checked][error]){--ds-auro-radio-btn-fill-color: var(--ds-color-border-error-default, #cc1816)}:host([disabled]){--ds-auro-radio-btn-border-color: var(--ds-color-border-ui-disabled-default, #adadad)}:host(.focus-visible){--ds-auro-radio-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}`;
50
+ var colorCss$1 = i$8`.label{color:var(--ds-auro-radio-label-color)}.label:after{background-color:var(--ds-auro-radio-btn-fill-color);border-color:var(--ds-auro-radio-btn-border-color);box-shadow:inset 0 0 0 3px var(--ds-auro-radio-btn-inset-color);outline-color:var(--ds-auro-radio-btn-border-color);-webkit-tap-highlight-color:var(--ds-auro-radio-tap-color)}:host([checked]){--ds-auro-radio-btn-inset-color: var(--ds-color-background-primary-100-default, #ffffff);--ds-auro-radio-btn-fill-color: var(--ds-color-border-ui-default-default);--ds-auro-radio-btn-border-color: var(--ds-color-border-ui-default-default)}:host([error]){--ds-auro-radio-btn-border-color: var(--ds-color-border-error-default, #cc1816)}:host([checked][error]){--ds-auro-radio-btn-fill-color: var(--ds-color-border-error-default, #cc1816)}:host([disabled]){--ds-auro-radio-btn-border-color: var(--ds-color-border-ui-disabled-default, #adadad)}:host(.focus-visible){--ds-auro-radio-btn-border-color: var(--ds-color-border-ui-default-default, #2c67b5)}`;
51
51
 
52
52
  var tokenCss = i$8`:host{--ds-auro-radio-group-label-color: inherit;--ds-auro-radio-btn-border-color: var(--ds-color-border-primary-default, $ds-color-border-primary-default);--ds-auro-radio-btn-fill-color: transparent;--ds-auro-radio-btn-inset-color: transparent;--ds-auro-radio-label-color: inherit;--ds-auro-radio-tap-color: transparent}`;
53
53
 
@@ -58,7 +58,7 @@ var tokenCss = i$8`:host{--ds-auro-radio-group-label-color: inherit;--ds-auro-ra
58
58
 
59
59
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
60
60
 
61
- let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
61
+ class AuroLibraryRuntimeUtils {
62
62
 
63
63
  /* eslint-disable jsdoc/require-param */
64
64
 
@@ -119,7 +119,7 @@ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
119
119
 
120
120
  return elemTag === tag || elem.hasAttribute(tag);
121
121
  }
122
- };
122
+ }
123
123
 
124
124
  // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
125
125
  // See LICENSE in the project root for license information.
@@ -150,13 +150,13 @@ class AuroRadio extends r$4 {
150
150
  /**
151
151
  * @private
152
152
  */
153
- this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
153
+ this.runtimeUtils = new AuroLibraryRuntimeUtils();
154
154
  }
155
155
 
156
156
  static get styles() {
157
157
  return [
158
- styleCss$2,
159
- colorCss$2,
158
+ styleCss$1,
159
+ colorCss$1,
160
160
  tokenCss
161
161
  ];
162
162
  }
@@ -200,7 +200,7 @@ class AuroRadio extends r$4 {
200
200
  *
201
201
  */
202
202
  static register(name = "auro-radio") {
203
- AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroRadio);
203
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroRadio);
204
204
  }
205
205
 
206
206
  /**
@@ -335,7 +335,7 @@ class AuroRadio extends r$4 {
335
335
  'errorBorder': this.error
336
336
  };
337
337
 
338
- return x$1`
338
+ return x`
339
339
  <div class="ods-inputGroup rdoGroup">
340
340
  <input
341
341
  class="util_displayHiddenVisually ods-inputOption rdo--input"
@@ -363,9 +363,9 @@ class AuroRadio extends r$4 {
363
363
  }
364
364
  }
365
365
 
366
- var styleCss$1 = i$8`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}fieldset{all:unset}.displayFlex legend+slot{display:flex;white-space:nowrap}legend{margin-bottom:var(--ds-size-150, 0.75rem)}`;
366
+ var styleCss = i$8`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}fieldset{all:unset}.displayFlex legend+slot{display:flex;white-space:nowrap}legend{margin-bottom:var(--ds-size-150, 0.75rem)}`;
367
367
 
368
- var colorCss$1 = i$8`:host legend{color:var(--ds-auro-radio-group-label-color)}:host([disabled]){--ds-auro-radio-group-label-color: var(--ds-color-text-disabled-default, $ds-color-text-disabled-default)}`;
368
+ var colorCss = i$8`:host legend{color:var(--ds-auro-radio-group-label-color)}:host([disabled]){--ds-auro-radio-group-label-color: var(--ds-color-text-disabled-default, $ds-color-text-disabled-default)}`;
369
369
 
370
370
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
371
371
  // See LICENSE in the project root for license information.
@@ -373,7 +373,7 @@ var colorCss$1 = i$8`:host legend{color:var(--ds-auro-radio-group-label-color)}:
373
373
 
374
374
  class AuroFormValidation {
375
375
  constructor() {
376
- this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
376
+ this.runtimeUtils = new AuroLibraryRuntimeUtils();
377
377
  }
378
378
 
379
379
  /**
@@ -686,223 +686,32 @@ class AuroFormValidation {
686
686
  * Copyright 2019 Google LLC
687
687
  * SPDX-License-Identifier: BSD-3-Clause
688
688
  */
689
- const t$1=globalThis,e$2=t$1.ShadowRoot&&(undefined===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&&undefined===t){const e=undefined!==s&&1===s.length;e&&(t=o$2.get(s)),undefined===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+"",undefined,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;undefined!==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;
689
+ 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;
690
690
 
691
691
  /**
692
692
  * @license
693
693
  * Copyright 2017 Google LLC
694
694
  * SPDX-License-Identifier: BSD-3-Clause
695
- */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);undefined!==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(),undefined!==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(undefined!==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);undefined!==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 undefined!==s&&i.push(c$2(s));return i}static _$Eu(t,s){const i=s.attribute;return false===i?undefined:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():undefined}constructor(){super(),this._$Ep=undefined,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),undefined!==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(undefined!==e&&true===i.reflect){const r=(undefined!==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(undefined!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),r="function"==typeof t.converter?{fromAttribute:t.converter}:undefined!==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(undefined!==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=undefined;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t) true!==i.wrapped||this._$AL.has(s)||undefined===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");
695
+ */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");
696
696
 
697
697
  /**
698
698
  * @license
699
699
  * Copyright 2017 Google LLC
700
700
  * SPDX-License-Identifier: BSD-3-Clause
701
701
  */
702
- const t=globalThis,i$1=t.trustedTypes,s=i$1?i$1.createPolicy("lit-html",{createHTML:t=>t}):undefined,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 undefined!==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:undefined!==u[1]?c=_:undefined!==u[2]?($.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=m):undefined!==u[3]&&(c=m):c===m?">"===u[0]?(c=r??f,d=-1):undefined===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=undefined===u[3]?m:'"'===u[3]?g:p):c===g||c===p?c=m:c===v||c===_?c=f:(c=m,r=undefined);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=undefined!==e?s._$Co?.[e]:s._$Cl;const o=c(i)?undefined:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(false),undefined===o?h=undefined:(h=new o(t),h._$AT(t,s,e)),undefined!==e?(s._$Co??=[])[e]=h:s._$Cl=h),undefined!==h&&(i=S(t,h._$AS(t,i.values),h,e)),i}class M{constructor(t,i){this._$AV=[],this._$AN=undefined,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(;undefined!==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) undefined!==s&&(undefined!==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=undefined,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 undefined!==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):undefined!==t._$litType$?this.$(t):undefined!==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):(undefined===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 undefined===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){ undefined===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=undefined,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(undefined===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?undefined: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=undefined,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(undefined===h){const t=s?.renderBefore??null;e._$litPart$=h=new R(i.insertBefore(l(),t),t,undefined,s??{});}return h._$AI(t),h};
702
+ 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,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};
703
703
 
704
704
  /**
705
705
  * @license
706
706
  * Copyright 2017 Google LLC
707
707
  * SPDX-License-Identifier: BSD-3-Clause
708
- */class r extends b{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=undefined;}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");
708
+ */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");
709
709
 
710
- 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)}`;
710
+ i$3`:host([error]){--ds-auro-helptext-color: var(--ds-color-text-error-default, #cc1816)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
711
711
 
712
- 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}`;
712
+ 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}`;
713
713
 
714
- var tokensCss = i$3`:host{--ds-auro-helptext-color: var(--ds-color-text-tertiary-default, #6a717c)}`;
715
-
716
- // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
717
- // See LICENSE in the project root for license information.
718
-
719
- // ---------------------------------------------------------------------
720
-
721
- /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
722
-
723
- class AuroLibraryRuntimeUtils {
724
-
725
- /* eslint-disable jsdoc/require-param */
726
-
727
- /**
728
- * This will register a new custom element with the browser.
729
- * @param {String} name - The name of the custom element.
730
- * @param {Object} componentClass - The class to register as a custom element.
731
- * @returns {void}
732
- */
733
- registerComponent(name, componentClass) {
734
- if (!customElements.get(name)) {
735
- customElements.define(name, class extends componentClass {});
736
- }
737
- }
738
-
739
- /**
740
- * Finds and returns the closest HTML Element based on a selector.
741
- * @returns {void}
742
- */
743
- closestElement(
744
- selector, // selector like in .closest()
745
- base = this, // extra functionality to skip a parent
746
- __Closest = (el, found = el && el.closest(selector)) =>
747
- !el || el === document || el === window
748
- ? null // standard .closest() returns null for non-found selectors also
749
- : found
750
- ? found // found a selector INside this element
751
- : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
752
- ) {
753
- return __Closest(base);
754
- }
755
- /* eslint-enable jsdoc/require-param */
756
-
757
- /**
758
- * 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.
759
- * @param {Object} elem - The element to check.
760
- * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
761
- * @returns {void}
762
- */
763
- handleComponentTagRename(elem, tagName) {
764
- const tag = tagName.toLowerCase();
765
- const elemTag = elem.tagName.toLowerCase();
766
-
767
- if (elemTag !== tag) {
768
- elem.setAttribute(tag, true);
769
- }
770
- }
771
-
772
- /**
773
- * Validates if an element is a specific Auro component.
774
- * @param {Object} elem - The element to validate.
775
- * @param {String} tagName - The name of the Auro component to check against.
776
- * @returns {Boolean} - Returns true if the element is the specified Auro component.
777
- */
778
- elementMatch(elem, tagName) {
779
- const tag = tagName.toLowerCase();
780
- const elemTag = elem.tagName.toLowerCase();
781
-
782
- return elemTag === tag || elem.hasAttribute(tag);
783
- }
784
- }
785
-
786
- // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
787
- // See LICENSE in the project root for license information.
788
-
789
-
790
- /**
791
- * Displays help text or error messages within form elements - Internal Use Only.
792
- *
793
- * @attr { Boolean } large - If declared, make font-size to 1rem(16px).
794
- */
795
- class AuroHelpText extends r {
796
-
797
- constructor() {
798
- super();
799
-
800
- this.error = false;
801
- this.hasTextContent = false;
802
- }
803
-
804
- static get styles() {
805
- return [
806
- colorCss,
807
- styleCss,
808
- tokensCss
809
- ];
810
- }
811
-
812
- // function to define props used within the scope of this component
813
- static get properties() {
814
- return {
815
-
816
- /**
817
- * @private
818
- */
819
- slotNodes: {
820
- type: Boolean,
821
- },
822
-
823
- /**
824
- * @private
825
- */
826
- hasTextContent: {
827
- type: Boolean,
828
- },
829
-
830
- /**
831
- * If declared, make font color red.
832
- */
833
- error: {
834
- type: Boolean,
835
- reflect: true,
836
- },
837
- };
838
- }
839
-
840
- /**
841
- * This will register this element with the browser.
842
- * @param {string} [name="auro-helptext"] - The name of element that you want to register to.
843
- *
844
- * @example
845
- * AuroCheckbox.register("custom-helptext") // this will register this element to <custom-helptext/>
846
- *
847
- */
848
- static register(name = "auro-helptext") {
849
- AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroHelpText);
850
- }
851
-
852
- updated() {
853
- this.handleSlotChange();
854
- }
855
-
856
- handleSlotChange(event) {
857
- if (event) {
858
- this.slotNodes = event.target.assignedNodes();
859
- }
860
-
861
- this.hasTextContent = this.checkSlotsForContent(this.slotNodes);
862
- }
863
-
864
- /**
865
- * Checks if any of the provided nodes or their nested slot nodes contain non-empty text content.
866
- *
867
- * @param {NodeList|Array} nodes - The list of nodes to check for content.
868
- * @returns {boolean} - Returns true if any node or nested slot node contains non-empty text content, otherwise false.
869
- * @private
870
- */
871
- checkSlotsForContent(nodes) {
872
- if (!nodes) {
873
- return false;
874
- }
875
-
876
- return nodes.some((node) => {
877
- if (node.textContent.trim()) {
878
- return true;
879
- }
880
-
881
- if (!node.querySelector) {
882
- return false;
883
- }
884
-
885
- const nestedSlot = node.tagName === 'SLOT' ? node : node.querySelector('slot');
886
- if (!nestedSlot) {
887
- return false;
888
- }
889
-
890
- const nestedSlotNodes = nestedSlot.assignedNodes();
891
- return this.checkSlotsForContent(nestedSlotNodes);
892
- });
893
- }
894
-
895
- // function that renders the HTML and CSS into the scope of the component
896
- render() {
897
- return x`
898
- <div class="helptext-wrapper" ?visible="${this.hasTextContent}">
899
- <slot @slotchange=${this.handleSlotChange}></slot>
900
- </div>
901
- `;
902
- }
903
- }
904
-
905
- AuroHelpText.register();
714
+ i$3`:host{--ds-auro-helptext-color: var(--ds-color-text-tertiary-default, #6a717c)}`;
906
715
 
907
716
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
908
717
  // See LICENSE in the project root for license information.
@@ -957,13 +766,13 @@ class AuroRadioGroup extends r$4 {
957
766
  /**
958
767
  * @private
959
768
  */
960
- this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
769
+ this.runtimeUtils = new AuroLibraryRuntimeUtils();
961
770
  }
962
771
 
963
772
  static get styles() {
964
773
  return [
965
- styleCss$1,
966
- colorCss$1,
774
+ styleCss,
775
+ colorCss,
967
776
  tokenCss
968
777
  ];
969
778
  }
@@ -1018,7 +827,7 @@ class AuroRadioGroup extends r$4 {
1018
827
  *
1019
828
  */
1020
829
  static register(name = "auro-radio-group") {
1021
- AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroRadioGroup);
830
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroRadioGroup);
1022
831
  }
1023
832
 
1024
833
  connectedCallback() {
@@ -1313,21 +1122,21 @@ class AuroRadioGroup extends r$4 {
1313
1122
  'displayFlex': this.horizontal && this.items.length <= this.max
1314
1123
  };
1315
1124
 
1316
- return x$1`
1125
+ return x`
1317
1126
  <fieldset class="${e$3(groupClasses)}" part="radio-group">
1318
1127
  ${this.required
1319
- ? x$1`<legend><slot name="legend"></slot></legend>`
1320
- : x$1`<legend><slot name="legend"></slot> <slot name="optionalLabel">(optional)</slot></legend>`
1128
+ ? x`<legend><slot name="legend"></slot></legend>`
1129
+ : x`<legend><slot name="legend"></slot> <slot name="optionalLabel">(optional)</slot></legend>`
1321
1130
  }
1322
1131
  <slot @slotchange=${this.handleSlotChange}></slot>
1323
1132
  </fieldset>
1324
1133
 
1325
1134
  ${!this.validity || this.validity === undefined || this.validity === 'valid'
1326
- ? x$1`
1135
+ ? x`
1327
1136
  <auro-helptext large part="helpText">
1328
1137
  <slot name="helpText"></slot>
1329
1138
  </auro-helptext>`
1330
- : x$1`
1139
+ : x`
1331
1140
  <auro-helptext large role="alert" error aria-live="assertive" part="helpText">
1332
1141
  ${this.errorMessage}
1333
1142
  </auro-helptext>`
@@ -174,4 +174,3 @@ export class AuroRadioGroup extends LitElement {
174
174
  render(): import("lit-html").TemplateResult<1>;
175
175
  }
176
176
  import { LitElement } from "lit";
177
- //# sourceMappingURL=auro-radio-group.d.ts.map
@@ -115,4 +115,3 @@ export class AuroRadio extends LitElement {
115
115
  render(): import("lit-html").TemplateResult<1>;
116
116
  }
117
117
  import { LitElement } from "lit";
118
- //# sourceMappingURL=auro-radio.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { AuroRadio } from './auro-radio.js';
2
2
  import { AuroRadioGroup } from './auro-radio-group.js';
3
3
  export { AuroRadio, AuroRadioGroup };
4
- //# sourceMappingURL=index.d.ts.map