@aurodesignsystem/auro-formkit 2.0.0-beta.9 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1006) hide show
  1. package/CHANGELOG.md +844 -0
  2. package/NOTICE +2 -0
  3. package/README.md +95 -6
  4. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
  5. package/components/bibtemplate/dist/headerVersion.d.ts +2 -0
  6. package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
  7. package/components/bibtemplate/dist/index.d.ts +2 -0
  8. package/components/bibtemplate/dist/index.js +791 -0
  9. package/components/bibtemplate/dist/registered.js +791 -0
  10. package/components/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
  11. package/components/{counter/dist/styles/counter-group-color-css.d.ts → bibtemplate/dist/styles/style-css.d.ts} +0 -1
  12. package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
  13. package/components/checkbox/README.md +56 -93
  14. package/components/checkbox/demo/api.md +5 -4
  15. package/components/checkbox/demo/api.min.js +352 -61
  16. package/components/checkbox/demo/index.html +49 -0
  17. package/components/checkbox/demo/index.md +0 -45
  18. package/components/checkbox/demo/index.min.js +352 -61
  19. package/components/checkbox/demo/readme.html +49 -0
  20. package/components/checkbox/demo/readme.md +142 -0
  21. package/components/checkbox/dist/auro-checkbox-group.d.ts +10 -2
  22. package/components/checkbox/dist/auro-checkbox.d.ts +8 -5
  23. package/components/checkbox/dist/helptextVersion.d.ts +2 -0
  24. package/components/checkbox/dist/index.d.ts +0 -1
  25. package/components/checkbox/dist/index.js +352 -64
  26. package/components/checkbox/dist/registered.js +1279 -0
  27. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  28. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  29. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  30. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  31. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  32. package/components/combobox/README.md +58 -101
  33. package/components/combobox/demo/api.js +1 -1
  34. package/components/combobox/demo/api.md +116 -32
  35. package/components/combobox/demo/api.min.js +7334 -3099
  36. package/components/combobox/demo/index.html +57 -0
  37. package/components/combobox/demo/index.js +1 -1
  38. package/components/combobox/demo/index.md +17 -54
  39. package/components/combobox/demo/index.min.js +7331 -3096
  40. package/components/combobox/demo/readme.html +49 -0
  41. package/components/combobox/demo/readme.md +152 -0
  42. package/components/combobox/dist/auro-combobox.d.ts +123 -76
  43. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  44. package/components/combobox/dist/{formkit/auro-dropdownVersion.d.ts → dropdownVersion.d.ts} +0 -1
  45. package/components/combobox/dist/index.d.ts +0 -1
  46. package/components/combobox/dist/index.js +6209 -2290
  47. package/components/{datepicker/dist/formkit/auro-inputVersion.d.ts → combobox/dist/inputVersion.d.ts} +0 -1
  48. package/components/combobox/dist/registered.js +12271 -0
  49. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  50. package/components/counter/README.md +58 -100
  51. package/components/counter/demo/api.js +5 -1
  52. package/components/counter/demo/api.md +345 -18
  53. package/components/counter/demo/api.min.js +4793 -266
  54. package/components/counter/demo/index.html +52 -0
  55. package/components/counter/demo/index.js +1 -2
  56. package/components/counter/demo/index.md +78 -124
  57. package/components/counter/demo/index.min.js +4755 -266
  58. package/components/counter/demo/readme.html +49 -0
  59. package/components/counter/demo/readme.md +146 -0
  60. package/components/counter/dist/auro-counter-button.d.ts +0 -1
  61. package/components/counter/dist/auro-counter-group.d.ts +98 -6
  62. package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
  63. package/components/counter/dist/auro-counter.d.ts +19 -7
  64. package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
  65. package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
  66. package/components/counter/dist/iconVersion.d.ts +0 -1
  67. package/components/counter/dist/index.d.ts +0 -1
  68. package/components/counter/dist/index.js +4755 -269
  69. package/components/counter/dist/registered.js +6235 -0
  70. package/components/counter/dist/styles/color-css.d.ts +0 -1
  71. package/components/counter/dist/styles/counter-button-color-css.d.ts +0 -1
  72. package/components/counter/dist/styles/counter-button-css.d.ts +0 -1
  73. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +0 -1
  74. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  75. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
  76. package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
  77. package/components/counter/dist/styles/style-css.d.ts +0 -1
  78. package/components/counter/dist/styles/tokens-css.d.ts +0 -1
  79. package/components/datepicker/README.md +59 -95
  80. package/components/datepicker/demo/api.js +3 -3
  81. package/components/datepicker/demo/api.md +259 -144
  82. package/components/datepicker/demo/api.min.js +6365 -2563
  83. package/components/datepicker/demo/index.html +57 -0
  84. package/components/datepicker/demo/index.md +9 -42
  85. package/components/datepicker/demo/index.min.js +6366 -2563
  86. package/components/datepicker/demo/readme.html +49 -0
  87. package/components/datepicker/demo/readme.md +140 -0
  88. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  89. package/components/datepicker/dist/auro-calendar-month.d.ts +15 -1
  90. package/components/datepicker/dist/auro-calendar.d.ts +25 -2
  91. package/components/datepicker/dist/auro-datepicker.d.ts +42 -13
  92. package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
  93. package/components/datepicker/dist/dropdownVersion.d.ts +2 -1
  94. package/components/datepicker/dist/index.d.ts +0 -1
  95. package/components/datepicker/dist/index.js +6373 -2572
  96. package/components/{combobox/dist/formkit/auro-inputVersion.d.ts → datepicker/dist/inputVersion.d.ts} +0 -1
  97. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  98. package/components/datepicker/dist/registered.js +22468 -0
  99. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  100. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  101. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  102. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  103. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  104. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  105. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  106. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  107. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  108. package/components/datepicker/dist/utilities.d.ts +25 -1
  109. package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -2
  110. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +2 -3
  111. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  112. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  113. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  114. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  115. package/components/dropdown/README.md +56 -92
  116. package/components/dropdown/demo/api.js +1 -1
  117. package/components/dropdown/demo/api.md +43 -29
  118. package/components/dropdown/demo/api.min.js +558 -157
  119. package/components/dropdown/demo/index.html +53 -0
  120. package/components/dropdown/demo/index.js +0 -3
  121. package/components/dropdown/demo/index.md +1 -60
  122. package/components/dropdown/demo/index.min.js +558 -160
  123. package/components/dropdown/demo/readme.html +49 -0
  124. package/components/dropdown/demo/readme.md +144 -0
  125. package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
  126. package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
  127. package/components/{counter/dist/formkit/auro-dropdownVersion.d.ts → dropdown/dist/dropdownVersion.d.ts} +0 -1
  128. package/components/dropdown/dist/helptextVersion.d.ts +2 -0
  129. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  130. package/components/dropdown/dist/index.d.ts +0 -1
  131. package/components/dropdown/dist/index.js +558 -159
  132. package/components/dropdown/dist/registered.js +3365 -0
  133. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  134. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  135. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  136. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  137. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  138. package/components/form/README.md +67 -103
  139. package/components/form/demo/api.js +1 -1
  140. package/components/form/demo/api.md +55 -0
  141. package/components/form/demo/api.min.js +497 -25
  142. package/components/form/demo/index.html +48 -0
  143. package/components/form/demo/index.md +94 -25
  144. package/components/form/demo/index.min.js +497 -25
  145. package/components/form/demo/readme.html +49 -0
  146. package/components/form/demo/readme.md +142 -0
  147. package/components/form/demo/registerDemoDeps.js +22 -0
  148. package/components/form/demo/working.html +117 -0
  149. package/components/form/dist/auro-form.d.ts +194 -3
  150. package/components/form/dist/index.d.ts +0 -1
  151. package/components/form/dist/index.js +497 -27
  152. package/components/form/dist/registered.d.ts +1 -0
  153. package/components/form/dist/registered.js +632 -0
  154. package/components/form/dist/styles/style-css.d.ts +0 -1
  155. package/components/helptext/dist/auro-helptext.d.ts +53 -0
  156. package/components/helptext/dist/index.d.ts +2 -0
  157. package/components/helptext/dist/index.js +224 -0
  158. package/components/helptext/dist/registered.js +224 -0
  159. package/components/helptext/dist/styles/color-css.d.ts +2 -0
  160. package/components/helptext/dist/styles/style-css.d.ts +2 -0
  161. package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
  162. package/components/input/README.md +56 -87
  163. package/components/input/demo/api.md +91 -90
  164. package/components/input/demo/api.min.js +4144 -1768
  165. package/components/input/demo/index.html +41 -0
  166. package/components/input/demo/index.md +2 -33
  167. package/components/input/demo/index.min.js +4144 -1768
  168. package/components/input/demo/readme.html +49 -0
  169. package/components/input/demo/readme.md +135 -0
  170. package/components/input/dist/auro-input.d.ts +4 -2
  171. package/components/input/dist/base-input.d.ts +49 -16
  172. package/components/input/dist/buttonVersion.d.ts +0 -1
  173. package/components/input/dist/helptextVersion.d.ts +2 -0
  174. package/components/input/dist/i18n.d.ts +0 -1
  175. package/components/input/dist/iconVersion.d.ts +0 -1
  176. package/components/input/dist/index.d.ts +0 -1
  177. package/components/input/dist/index.js +4144 -1770
  178. package/components/input/dist/registered.js +6592 -0
  179. package/components/input/dist/styles/borders-css.d.ts +0 -1
  180. package/components/input/dist/styles/color-css.d.ts +0 -1
  181. package/components/input/dist/styles/input-css.d.ts +0 -1
  182. package/components/input/dist/styles/label-css.d.ts +0 -1
  183. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  184. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  185. package/components/input/dist/styles/style-css.d.ts +0 -1
  186. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  187. package/components/input/dist/utilities.d.ts +25 -0
  188. package/components/menu/README.md +56 -93
  189. package/components/menu/demo/api.js +1 -1
  190. package/components/menu/demo/api.md +57 -20
  191. package/components/menu/demo/api.min.js +629 -315
  192. package/components/menu/demo/index.html +50 -0
  193. package/components/menu/demo/index.md +1 -44
  194. package/components/menu/demo/index.min.js +627 -313
  195. package/components/menu/demo/readme.html +49 -0
  196. package/components/menu/demo/readme.md +145 -0
  197. package/components/menu/dist/auro-menu-utils.d.ts +42 -0
  198. package/components/menu/dist/auro-menu.d.ts +97 -82
  199. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  200. package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → menu/dist/dropdownVersion.d.ts} +0 -1
  201. package/components/menu/dist/iconVersion.d.ts +0 -1
  202. package/components/menu/dist/index.d.ts +1 -1
  203. package/components/menu/dist/index.js +628 -317
  204. package/components/menu/dist/registered.js +1510 -0
  205. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  206. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  207. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  208. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  209. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  210. package/components/radio/README.md +56 -87
  211. package/components/radio/demo/api.md +9 -8
  212. package/components/radio/demo/api.min.js +349 -54
  213. package/components/radio/demo/index.html +48 -0
  214. package/components/radio/demo/index.md +0 -45
  215. package/components/radio/demo/index.min.js +349 -54
  216. package/components/radio/demo/readme.html +49 -0
  217. package/components/radio/demo/readme.md +137 -0
  218. package/components/radio/dist/auro-radio-group.d.ts +12 -3
  219. package/components/radio/dist/auro-radio.d.ts +0 -1
  220. package/components/radio/dist/helptextVersion.d.ts +2 -0
  221. package/components/radio/dist/index.d.ts +0 -1
  222. package/components/radio/dist/index.js +349 -57
  223. package/components/radio/dist/registered.js +1396 -0
  224. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  225. package/components/radio/dist/styles/color-css.d.ts +0 -1
  226. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  227. package/components/radio/dist/styles/style-css.d.ts +0 -1
  228. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  229. package/components/select/README.md +58 -99
  230. package/components/select/demo/api.js +1 -1
  231. package/components/select/demo/api.md +149 -32
  232. package/components/select/demo/api.min.js +2505 -749
  233. package/components/select/demo/index.html +49 -0
  234. package/components/select/demo/index.js +1 -1
  235. package/components/select/demo/index.md +18 -51
  236. package/components/select/demo/index.min.js +2511 -755
  237. package/components/select/demo/readme.html +49 -0
  238. package/components/select/demo/readme.md +143 -0
  239. package/components/select/dist/auro-select.d.ts +60 -8
  240. package/components/select/dist/bibtemplateVersion.d.ts +2 -0
  241. package/components/select/dist/dropdownVersion.d.ts +2 -0
  242. package/components/select/dist/index.d.ts +0 -1
  243. package/components/select/dist/index.js +1873 -433
  244. package/components/select/dist/registered.js +5426 -0
  245. package/components/select/dist/styles/color-css.d.ts +0 -1
  246. package/components/select/dist/styles/style-css.d.ts +0 -1
  247. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  248. package/package.json +121 -48
  249. package/packages/build-tools/src/postinstall.mjs +8 -0
  250. package/.husky/commit-msg +0 -4
  251. package/.husky/pre-commit +0 -3
  252. package/.turbo/cache/012997da408d7381-meta.json +0 -1
  253. package/.turbo/cache/012997da408d7381.tar.zst +0 -0
  254. package/.turbo/cache/0c8124a987c1cc05-meta.json +0 -1
  255. package/.turbo/cache/0c8124a987c1cc05.tar.zst +0 -0
  256. package/.turbo/cache/114f70925d97840c-meta.json +0 -1
  257. package/.turbo/cache/114f70925d97840c.tar.zst +0 -0
  258. package/.turbo/cache/144803363093af6b-meta.json +0 -1
  259. package/.turbo/cache/144803363093af6b.tar.zst +0 -0
  260. package/.turbo/cache/18129dba20f51b6b-meta.json +0 -1
  261. package/.turbo/cache/18129dba20f51b6b.tar.zst +0 -0
  262. package/.turbo/cache/19afa09c8e45c25d-meta.json +0 -1
  263. package/.turbo/cache/19afa09c8e45c25d.tar.zst +0 -0
  264. package/.turbo/cache/20a17be1e896dc95-meta.json +0 -1
  265. package/.turbo/cache/20a17be1e896dc95.tar.zst +0 -0
  266. package/.turbo/cache/2624bedf18a03ab1-meta.json +0 -1
  267. package/.turbo/cache/2624bedf18a03ab1.tar.zst +0 -0
  268. package/.turbo/cache/2706814699cff63a-meta.json +0 -1
  269. package/.turbo/cache/2706814699cff63a.tar.zst +0 -0
  270. package/.turbo/cache/2787020e69f50af2-meta.json +0 -1
  271. package/.turbo/cache/2787020e69f50af2.tar.zst +0 -0
  272. package/.turbo/cache/29d704afd7578cda-meta.json +0 -1
  273. package/.turbo/cache/29d704afd7578cda.tar.zst +0 -0
  274. package/.turbo/cache/2edcc8b31cd713fc-meta.json +0 -1
  275. package/.turbo/cache/2edcc8b31cd713fc.tar.zst +0 -0
  276. package/.turbo/cache/318a9085a92f2d32-meta.json +0 -1
  277. package/.turbo/cache/318a9085a92f2d32.tar.zst +0 -0
  278. package/.turbo/cache/326d9e4692d61af1-meta.json +0 -1
  279. package/.turbo/cache/326d9e4692d61af1.tar.zst +0 -0
  280. package/.turbo/cache/36962b1c4c89a3a2-meta.json +0 -1
  281. package/.turbo/cache/36962b1c4c89a3a2.tar.zst +0 -0
  282. package/.turbo/cache/3cd8fc5f388323db-meta.json +0 -1
  283. package/.turbo/cache/3cd8fc5f388323db.tar.zst +0 -0
  284. package/.turbo/cache/3f8ea42b850fd7b1-meta.json +0 -1
  285. package/.turbo/cache/3f8ea42b850fd7b1.tar.zst +0 -0
  286. package/.turbo/cache/4006a206400d5c7b-meta.json +0 -1
  287. package/.turbo/cache/4006a206400d5c7b.tar.zst +0 -0
  288. package/.turbo/cache/457af7906413d2ff-meta.json +0 -1
  289. package/.turbo/cache/457af7906413d2ff.tar.zst +0 -0
  290. package/.turbo/cache/492dda333b8d15f1-meta.json +0 -1
  291. package/.turbo/cache/492dda333b8d15f1.tar.zst +0 -0
  292. package/.turbo/cache/508f2fcc60e5046f-meta.json +0 -1
  293. package/.turbo/cache/508f2fcc60e5046f.tar.zst +0 -0
  294. package/.turbo/cache/50993de942ec15a9-meta.json +0 -1
  295. package/.turbo/cache/50993de942ec15a9.tar.zst +0 -0
  296. package/.turbo/cache/51eaa58d5c167de8-meta.json +0 -1
  297. package/.turbo/cache/51eaa58d5c167de8.tar.zst +0 -0
  298. package/.turbo/cache/5567d6b2fdae56a9-meta.json +0 -1
  299. package/.turbo/cache/5567d6b2fdae56a9.tar.zst +0 -0
  300. package/.turbo/cache/5a6290b52b84f5ef-meta.json +0 -1
  301. package/.turbo/cache/5a6290b52b84f5ef.tar.zst +0 -0
  302. package/.turbo/cache/5aadae8d3f94202e-meta.json +0 -1
  303. package/.turbo/cache/5aadae8d3f94202e.tar.zst +0 -0
  304. package/.turbo/cache/6081837e8943b62e-meta.json +0 -1
  305. package/.turbo/cache/6081837e8943b62e.tar.zst +0 -0
  306. package/.turbo/cache/60ad74320c682a2b-meta.json +0 -1
  307. package/.turbo/cache/60ad74320c682a2b.tar.zst +0 -0
  308. package/.turbo/cache/61e218aba69cff58-meta.json +0 -1
  309. package/.turbo/cache/61e218aba69cff58.tar.zst +0 -0
  310. package/.turbo/cache/64ac8d6a4669ba20-meta.json +0 -1
  311. package/.turbo/cache/64ac8d6a4669ba20.tar.zst +0 -0
  312. package/.turbo/cache/706649b429184693-meta.json +0 -1
  313. package/.turbo/cache/706649b429184693.tar.zst +0 -0
  314. package/.turbo/cache/71dbeaf0706c12fe-meta.json +0 -1
  315. package/.turbo/cache/71dbeaf0706c12fe.tar.zst +0 -0
  316. package/.turbo/cache/7445df6e7feed2a7-meta.json +0 -1
  317. package/.turbo/cache/7445df6e7feed2a7.tar.zst +0 -0
  318. package/.turbo/cache/769652d1b874d7cf-meta.json +0 -1
  319. package/.turbo/cache/769652d1b874d7cf.tar.zst +0 -0
  320. package/.turbo/cache/77da375a012de9d0-meta.json +0 -1
  321. package/.turbo/cache/77da375a012de9d0.tar.zst +0 -0
  322. package/.turbo/cache/7bf2b06a479d0b30-meta.json +0 -1
  323. package/.turbo/cache/7bf2b06a479d0b30.tar.zst +0 -0
  324. package/.turbo/cache/7c4645de5001b034-meta.json +0 -1
  325. package/.turbo/cache/7c4645de5001b034.tar.zst +0 -0
  326. package/.turbo/cache/7e3244d67de2d977-meta.json +0 -1
  327. package/.turbo/cache/7e3244d67de2d977.tar.zst +0 -0
  328. package/.turbo/cache/7f3b42ddf36d0158-meta.json +0 -1
  329. package/.turbo/cache/7f3b42ddf36d0158.tar.zst +0 -0
  330. package/.turbo/cache/804ad767c7ba2fc3-meta.json +0 -1
  331. package/.turbo/cache/804ad767c7ba2fc3.tar.zst +0 -0
  332. package/.turbo/cache/8366405184d123d2-meta.json +0 -1
  333. package/.turbo/cache/8366405184d123d2.tar.zst +0 -0
  334. package/.turbo/cache/85cc23a2de6b1009-meta.json +0 -1
  335. package/.turbo/cache/85cc23a2de6b1009.tar.zst +0 -0
  336. package/.turbo/cache/99936b010f1533f9-meta.json +0 -1
  337. package/.turbo/cache/99936b010f1533f9.tar.zst +0 -0
  338. package/.turbo/cache/9a9b4e449cd84be4-meta.json +0 -1
  339. package/.turbo/cache/9a9b4e449cd84be4.tar.zst +0 -0
  340. package/.turbo/cache/9ae99e8e7bd83d06-meta.json +0 -1
  341. package/.turbo/cache/9ae99e8e7bd83d06.tar.zst +0 -0
  342. package/.turbo/cache/a275406512608e45-meta.json +0 -1
  343. package/.turbo/cache/a275406512608e45.tar.zst +0 -0
  344. package/.turbo/cache/a54b4d75b5d265de-meta.json +0 -1
  345. package/.turbo/cache/a54b4d75b5d265de.tar.zst +0 -0
  346. package/.turbo/cache/b280ed4daaf15dcb-meta.json +0 -1
  347. package/.turbo/cache/b280ed4daaf15dcb.tar.zst +0 -0
  348. package/.turbo/cache/b5e6dc7fb9ae1a2f-meta.json +0 -1
  349. package/.turbo/cache/b5e6dc7fb9ae1a2f.tar.zst +0 -0
  350. package/.turbo/cache/b6a202cc85cb61a0-meta.json +0 -1
  351. package/.turbo/cache/b6a202cc85cb61a0.tar.zst +0 -0
  352. package/.turbo/cache/c44efc9e4ddd8a0e-meta.json +0 -1
  353. package/.turbo/cache/c44efc9e4ddd8a0e.tar.zst +0 -0
  354. package/.turbo/cache/c47b8032d18fc452-meta.json +0 -1
  355. package/.turbo/cache/c47b8032d18fc452.tar.zst +0 -0
  356. package/.turbo/cache/c6c6411199b68170-meta.json +0 -1
  357. package/.turbo/cache/c6c6411199b68170.tar.zst +0 -0
  358. package/.turbo/cache/d3a05e38449c9b24-meta.json +0 -1
  359. package/.turbo/cache/d3a05e38449c9b24.tar.zst +0 -0
  360. package/.turbo/cache/d44acd685455b288-meta.json +0 -1
  361. package/.turbo/cache/d44acd685455b288.tar.zst +0 -0
  362. package/.turbo/cache/d5db503b2eaf239c-meta.json +0 -1
  363. package/.turbo/cache/d5db503b2eaf239c.tar.zst +0 -0
  364. package/.turbo/cache/d683a7d23b0d7073-meta.json +0 -1
  365. package/.turbo/cache/d683a7d23b0d7073.tar.zst +0 -0
  366. package/.turbo/cache/d7caaacb8114772f-meta.json +0 -1
  367. package/.turbo/cache/d7caaacb8114772f.tar.zst +0 -0
  368. package/.turbo/cache/dad3d78b33edd9e4-meta.json +0 -1
  369. package/.turbo/cache/dad3d78b33edd9e4.tar.zst +0 -0
  370. package/.turbo/cache/db4ea5071b44ee8c-meta.json +0 -1
  371. package/.turbo/cache/db4ea5071b44ee8c.tar.zst +0 -0
  372. package/.turbo/cache/de44707e76bdd80c-meta.json +0 -1
  373. package/.turbo/cache/de44707e76bdd80c.tar.zst +0 -0
  374. package/.turbo/cache/e03997efe5adad43-meta.json +0 -1
  375. package/.turbo/cache/e03997efe5adad43.tar.zst +0 -0
  376. package/.turbo/cache/e1aa836f0cc2d7c5-meta.json +0 -1
  377. package/.turbo/cache/e1aa836f0cc2d7c5.tar.zst +0 -0
  378. package/.turbo/cache/e62cfee068e3ef36-meta.json +0 -1
  379. package/.turbo/cache/e62cfee068e3ef36.tar.zst +0 -0
  380. package/.turbo/cache/e820cc8f220a05f3-meta.json +0 -1
  381. package/.turbo/cache/e820cc8f220a05f3.tar.zst +0 -0
  382. package/.turbo/cache/e9e36823f6c98f07-meta.json +0 -1
  383. package/.turbo/cache/e9e36823f6c98f07.tar.zst +0 -0
  384. package/.turbo/cache/f3f4ddfd3230e489-meta.json +0 -1
  385. package/.turbo/cache/f3f4ddfd3230e489.tar.zst +0 -0
  386. package/.turbo/cache/fdaf484b1ec4b5ed-meta.json +0 -1
  387. package/.turbo/cache/fdaf484b1ec4b5ed.tar.zst +0 -0
  388. package/.vscode/settings.json +0 -3
  389. package/components/checkbox/.stylelintrc.json +0 -3
  390. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  391. package/components/checkbox/.turbo/turbo-build.log +0 -184
  392. package/components/checkbox/.turbo/turbo-bundler.log +0 -13
  393. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
  394. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  395. package/components/checkbox/.turbo/turbo-types.log +0 -4
  396. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  397. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  398. package/components/checkbox/dist/index.d.ts.map +0 -1
  399. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  400. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  401. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  402. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  403. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  404. package/components/checkbox/node_modules/chalk/package.json +0 -83
  405. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  406. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  407. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  408. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  409. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  410. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  411. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  412. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  413. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  414. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  415. package/components/checkbox/package.json +0 -68
  416. package/components/checkbox/src/auro-checkbox-group.js +0 -360
  417. package/components/checkbox/src/auro-checkbox.js +0 -210
  418. package/components/checkbox/src/index.js +0 -8
  419. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  420. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  421. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  422. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  423. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  424. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  425. package/components/checkbox/src/styles/color-css.js +0 -2
  426. package/components/checkbox/src/styles/color.css +0 -84
  427. package/components/checkbox/src/styles/color.scss +0 -118
  428. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  429. package/components/checkbox/src/styles/colorGroup.css +0 -16
  430. package/components/checkbox/src/styles/colorGroup.scss +0 -24
  431. package/components/checkbox/src/styles/tokens-css.js +0 -2
  432. package/components/checkbox/src/styles/tokens.css +0 -9
  433. package/components/checkbox/src/styles/tokens.scss +0 -11
  434. package/components/combobox/.stylelintrc.json +0 -3
  435. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  436. package/components/combobox/.turbo/turbo-build$colon$version.log +0 -10
  437. package/components/combobox/.turbo/turbo-build.log +0 -162
  438. package/components/combobox/.turbo/turbo-bundler.log +0 -25
  439. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
  440. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  441. package/components/combobox/.turbo/turbo-types.log +0 -4
  442. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  443. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  444. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  445. package/components/combobox/dist/index.d.ts.map +0 -1
  446. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  447. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
  448. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
  449. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
  450. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
  451. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
  452. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
  453. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
  454. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
  455. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
  456. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
  457. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
  458. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
  459. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
  460. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
  461. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
  462. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
  463. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
  464. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
  465. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
  466. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
  467. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
  468. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
  469. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
  470. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
  471. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
  472. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
  473. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
  474. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
  475. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
  476. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
  477. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
  478. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
  479. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
  480. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
  481. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
  482. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
  483. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
  484. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
  485. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
  486. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
  487. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
  488. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
  489. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
  490. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
  491. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
  492. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
  493. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
  494. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
  495. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
  496. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
  497. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
  498. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
  499. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
  500. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
  501. package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
  502. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
  503. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
  504. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
  505. package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
  506. package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
  507. package/components/combobox/node_modules/chalk/package.json +0 -83
  508. package/components/combobox/node_modules/chalk/readme.md +0 -297
  509. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
  510. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  511. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  512. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  513. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  514. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  515. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  516. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  517. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  518. package/components/combobox/package.json +0 -67
  519. package/components/combobox/src/auro-combobox.js +0 -721
  520. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  521. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  522. package/components/combobox/src/index.js +0 -6
  523. package/components/combobox/src/styles/style-css.js +0 -2
  524. package/components/combobox/src/styles/style.css +0 -60
  525. package/components/combobox/src/styles/style.scss +0 -46
  526. package/components/counter/.stylelintrc.json +0 -3
  527. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -238
  528. package/components/counter/.turbo/turbo-build$colon$version.log +0 -10
  529. package/components/counter/.turbo/turbo-build.log +0 -361
  530. package/components/counter/.turbo/turbo-bundler.log +0 -13
  531. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
  532. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -52
  533. package/components/counter/.turbo/turbo-types.log +0 -4
  534. package/components/counter/dist/auro-counter-button.d.ts.map +0 -1
  535. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  536. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  537. package/components/counter/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  538. package/components/counter/dist/iconVersion.d.ts.map +0 -1
  539. package/components/counter/dist/index.d.ts.map +0 -1
  540. package/components/counter/dist/styles/color-css.d.ts.map +0 -1
  541. package/components/counter/dist/styles/counter-button-color-css.d.ts.map +0 -1
  542. package/components/counter/dist/styles/counter-button-css.d.ts.map +0 -1
  543. package/components/counter/dist/styles/counter-button-tokens-css.d.ts.map +0 -1
  544. package/components/counter/dist/styles/counter-group-color-css.d.ts.map +0 -1
  545. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  546. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  547. package/components/counter/dist/styles/tokens-css.d.ts.map +0 -1
  548. package/components/counter/node_modules/chalk/package.json +0 -83
  549. package/components/counter/node_modules/chalk/readme.md +0 -325
  550. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  551. package/components/counter/node_modules/chalk/source/index.js +0 -225
  552. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  553. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  554. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  555. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  556. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  557. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  558. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  559. package/components/counter/package.json +0 -56
  560. package/components/counter/src/auro-counter-button.js +0 -42
  561. package/components/counter/src/auro-counter-group.js +0 -177
  562. package/components/counter/src/auro-counter.js +0 -289
  563. package/components/counter/src/formkit/auro-dropdownVersion.js +0 -1
  564. package/components/counter/src/iconVersion.js +0 -1
  565. package/components/counter/src/index.js +0 -8
  566. package/components/counter/src/styles/color-css.js +0 -2
  567. package/components/counter/src/styles/color.css +0 -25
  568. package/components/counter/src/styles/color.scss +0 -44
  569. package/components/counter/src/styles/counter-button-color-css.js +0 -2
  570. package/components/counter/src/styles/counter-button-color.css +0 -14
  571. package/components/counter/src/styles/counter-button-color.scss +0 -29
  572. package/components/counter/src/styles/counter-button-css.js +0 -2
  573. package/components/counter/src/styles/counter-button-tokens-css.js +0 -2
  574. package/components/counter/src/styles/counter-button-tokens.css +0 -7
  575. package/components/counter/src/styles/counter-button-tokens.scss +0 -9
  576. package/components/counter/src/styles/counter-button.css +0 -187
  577. package/components/counter/src/styles/counter-button.scss +0 -83
  578. package/components/counter/src/styles/counter-group-color-css.js +0 -2
  579. package/components/counter/src/styles/counter-group-color.css +0 -4
  580. package/components/counter/src/styles/counter-group-color.scss +0 -19
  581. package/components/counter/src/styles/counter-group-css.js +0 -2
  582. package/components/counter/src/styles/counter-group.css +0 -16
  583. package/components/counter/src/styles/counter-group.scss +0 -30
  584. package/components/counter/src/styles/style-css.js +0 -2
  585. package/components/counter/src/styles/style.css +0 -46
  586. package/components/counter/src/styles/style.scss +0 -63
  587. package/components/counter/src/styles/tokens-css.js +0 -2
  588. package/components/counter/src/styles/tokens.css +0 -11
  589. package/components/counter/src/styles/tokens.scss +0 -24
  590. package/components/datepicker/.stylelintrc.json +0 -3
  591. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  592. package/components/datepicker/.turbo/turbo-build$colon$version.log +0 -13
  593. package/components/datepicker/.turbo/turbo-build.log +0 -492
  594. package/components/datepicker/.turbo/turbo-bundler.log +0 -17
  595. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
  596. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  597. package/components/datepicker/.turbo/turbo-types.log +0 -4
  598. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  599. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  600. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  601. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  602. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  603. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  604. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  605. package/components/datepicker/dist/index.d.ts.map +0 -1
  606. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  607. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  608. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  609. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  610. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  611. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  612. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  613. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  614. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  615. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  616. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  617. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  618. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  619. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  620. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  621. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  622. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  623. package/components/datepicker/node_modules/chalk/package.json +0 -83
  624. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  625. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  626. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  627. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  628. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  629. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  630. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  631. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  632. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  633. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  634. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  635. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  636. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  637. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  638. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  639. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  640. package/components/datepicker/package.json +0 -79
  641. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  642. package/components/datepicker/src/auro-calendar-month.js +0 -128
  643. package/components/datepicker/src/auro-calendar.js +0 -329
  644. package/components/datepicker/src/auro-datepicker.js +0 -1003
  645. package/components/datepicker/src/dropdownVersion.js +0 -0
  646. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  647. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  648. package/components/datepicker/src/index.js +0 -6
  649. package/components/datepicker/src/popoverVersion.js +0 -1
  650. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  651. package/components/datepicker/src/styles/color-calendar.css +0 -35
  652. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  653. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  654. package/components/datepicker/src/styles/color-cell.css +0 -45
  655. package/components/datepicker/src/styles/color-cell.scss +0 -73
  656. package/components/datepicker/src/styles/color-css.js +0 -2
  657. package/components/datepicker/src/styles/color-month-css.js +0 -2
  658. package/components/datepicker/src/styles/color-month.css +0 -34
  659. package/components/datepicker/src/styles/color-month.scss +0 -27
  660. package/components/datepicker/src/styles/color.css +0 -43
  661. package/components/datepicker/src/styles/color.scss +0 -30
  662. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  663. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  664. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  665. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  666. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  667. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  668. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  669. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  670. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  671. package/components/datepicker/src/styles/style-css.js +0 -2
  672. package/components/datepicker/src/styles/style.css +0 -111
  673. package/components/datepicker/src/styles/style.scss +0 -107
  674. package/components/datepicker/src/styles/tokens-css.js +0 -2
  675. package/components/datepicker/src/styles/tokens.css +0 -22
  676. package/components/datepicker/src/styles/tokens.scss +0 -25
  677. package/components/datepicker/src/utilities.js +0 -87
  678. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  679. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  680. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  681. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  682. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  683. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  684. package/components/dropdown/.stylelintrc.json +0 -3
  685. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  686. package/components/dropdown/.turbo/turbo-build$colon$version.log +0 -7
  687. package/components/dropdown/.turbo/turbo-build.log +0 -205
  688. package/components/dropdown/.turbo/turbo-bundler.log +0 -13
  689. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
  690. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  691. package/components/dropdown/.turbo/turbo-types.log +0 -4
  692. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  693. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  694. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  695. package/components/dropdown/dist/index.d.ts.map +0 -1
  696. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  697. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  698. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  699. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  700. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  701. package/components/dropdown/node_modules/chalk/package.json +0 -83
  702. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  703. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  704. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  705. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  706. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  707. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  708. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  709. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  710. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  711. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  712. package/components/dropdown/package.json +0 -57
  713. package/components/dropdown/src/auro-dropdown.js +0 -474
  714. package/components/dropdown/src/auro-dropdownBib.js +0 -106
  715. package/components/dropdown/src/iconVersion.js +0 -1
  716. package/components/dropdown/src/index.js +0 -6
  717. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  718. package/components/dropdown/src/styles/bibColors.css +0 -6
  719. package/components/dropdown/src/styles/bibColors.scss +0 -18
  720. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  721. package/components/dropdown/src/styles/bibStyles.css +0 -43
  722. package/components/dropdown/src/styles/bibStyles.scss +0 -60
  723. package/components/dropdown/src/styles/color-css.js +0 -2
  724. package/components/dropdown/src/styles/color.css +0 -59
  725. package/components/dropdown/src/styles/color.scss +0 -79
  726. package/components/dropdown/src/styles/style-css.js +0 -2
  727. package/components/dropdown/src/styles/style.css +0 -92
  728. package/components/dropdown/src/styles/style.scss +0 -122
  729. package/components/dropdown/src/styles/tokens-css.js +0 -2
  730. package/components/dropdown/src/styles/tokens.css +0 -13
  731. package/components/dropdown/src/styles/tokens.scss +0 -15
  732. package/components/form/.stylelintrc.json +0 -3
  733. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  734. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  735. package/components/form/.turbo/turbo-build.log +0 -112
  736. package/components/form/.turbo/turbo-bundler.log +0 -13
  737. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
  738. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  739. package/components/form/.turbo/turbo-types.log +0 -4
  740. package/components/form/dist/auro-form.d.ts.map +0 -1
  741. package/components/form/dist/index.d.ts.map +0 -1
  742. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  743. package/components/form/node_modules/chalk/package.json +0 -83
  744. package/components/form/node_modules/chalk/readme.md +0 -325
  745. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  746. package/components/form/node_modules/chalk/source/index.js +0 -225
  747. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  748. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  749. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  750. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  751. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  752. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  753. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  754. package/components/form/package.json +0 -72
  755. package/components/form/src/auro-form.js +0 -74
  756. package/components/form/src/index.js +0 -6
  757. package/components/form/src/styles/style-css.js +0 -2
  758. package/components/form/src/styles/style.css +0 -36
  759. package/components/form/src/styles/style.scss +0 -37
  760. package/components/input/.stylelintrc.json +0 -3
  761. package/components/input/.turbo/turbo-build$colon$sass.log +0 -198
  762. package/components/input/.turbo/turbo-build$colon$version.log +0 -10
  763. package/components/input/.turbo/turbo-build.log +0 -350
  764. package/components/input/.turbo/turbo-bundler.log +0 -13
  765. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
  766. package/components/input/.turbo/turbo-sass$colon$render.log +0 -58
  767. package/components/input/.turbo/turbo-types.log +0 -4
  768. package/components/input/dist/auro-input.d.ts.map +0 -1
  769. package/components/input/dist/base-input.d.ts.map +0 -1
  770. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  771. package/components/input/dist/i18n.d.ts.map +0 -1
  772. package/components/input/dist/iconVersion.d.ts.map +0 -1
  773. package/components/input/dist/index.d.ts.map +0 -1
  774. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  775. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  776. package/components/input/dist/styles/helpText-css.d.ts.map +0 -1
  777. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  778. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  779. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  780. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  781. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  782. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  783. package/components/input/node_modules/chalk/package.json +0 -83
  784. package/components/input/node_modules/chalk/readme.md +0 -325
  785. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  786. package/components/input/node_modules/chalk/source/index.js +0 -225
  787. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  788. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  789. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  790. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  791. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  792. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  793. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  794. package/components/input/package.json +0 -75
  795. package/components/input/src/auro-input.js +0 -241
  796. package/components/input/src/base-input.js +0 -1103
  797. package/components/input/src/buttonVersion.js +0 -1
  798. package/components/input/src/i18n.js +0 -102
  799. package/components/input/src/iconVersion.js +0 -1
  800. package/components/input/src/index.js +0 -6
  801. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  802. package/components/input/src/styles/borders-css.js +0 -2
  803. package/components/input/src/styles/borders.css +0 -35
  804. package/components/input/src/styles/borders.scss +0 -49
  805. package/components/input/src/styles/color-css.js +0 -2
  806. package/components/input/src/styles/color.css +0 -62
  807. package/components/input/src/styles/color.scss +0 -89
  808. package/components/input/src/styles/helpText-css.js +0 -2
  809. package/components/input/src/styles/helpText.css +0 -6
  810. package/components/input/src/styles/helpText.scss +0 -9
  811. package/components/input/src/styles/input-css.js +0 -2
  812. package/components/input/src/styles/input.css +0 -35
  813. package/components/input/src/styles/input.scss +0 -53
  814. package/components/input/src/styles/label-css.js +0 -2
  815. package/components/input/src/styles/label.css +0 -45
  816. package/components/input/src/styles/label.scss +0 -71
  817. package/components/input/src/styles/mixins-css.js +0 -2
  818. package/components/input/src/styles/mixins.css +0 -1
  819. package/components/input/src/styles/mixins.scss +0 -45
  820. package/components/input/src/styles/notificationIcons-css.js +0 -2
  821. package/components/input/src/styles/notificationIcons.css +0 -84
  822. package/components/input/src/styles/notificationIcons.scss +0 -109
  823. package/components/input/src/styles/style-css.js +0 -2
  824. package/components/input/src/styles/style.css +0 -290
  825. package/components/input/src/styles/style.scss +0 -53
  826. package/components/input/src/styles/tokens-css.js +0 -2
  827. package/components/input/src/styles/tokens.css +0 -9
  828. package/components/input/src/styles/tokens.scss +0 -11
  829. package/components/menu/.stylelintrc.json +0 -3
  830. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  831. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  832. package/components/menu/.turbo/turbo-build.log +0 -183
  833. package/components/menu/.turbo/turbo-bundler.log +0 -13
  834. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
  835. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  836. package/components/menu/.turbo/turbo-types.log +0 -4
  837. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  838. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  839. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  840. package/components/menu/dist/index.d.ts.map +0 -1
  841. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  842. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  843. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  844. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  845. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  846. package/components/menu/node_modules/chalk/package.json +0 -83
  847. package/components/menu/node_modules/chalk/readme.md +0 -325
  848. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  849. package/components/menu/node_modules/chalk/source/index.js +0 -225
  850. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  851. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  852. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  853. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  854. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  855. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  856. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  857. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  858. package/components/menu/node_modules/mime/Mime.js +0 -97
  859. package/components/menu/node_modules/mime/README.md +0 -187
  860. package/components/menu/node_modules/mime/cli.js +0 -46
  861. package/components/menu/node_modules/mime/index.js +0 -4
  862. package/components/menu/node_modules/mime/lite.js +0 -4
  863. package/components/menu/node_modules/mime/package.json +0 -52
  864. package/components/menu/node_modules/mime/types/other.js +0 -1
  865. package/components/menu/node_modules/mime/types/standard.js +0 -1
  866. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  867. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  868. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  869. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  870. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  871. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  872. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  873. package/components/menu/package.json +0 -70
  874. package/components/menu/src/auro-menu.js +0 -539
  875. package/components/menu/src/auro-menuoption.js +0 -147
  876. package/components/menu/src/iconVersion.js +0 -1
  877. package/components/menu/src/index.js +0 -8
  878. package/components/menu/src/styles/color-menu-css.js +0 -2
  879. package/components/menu/src/styles/color-menu.css +0 -4
  880. package/components/menu/src/styles/color-menu.scss +0 -12
  881. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  882. package/components/menu/src/styles/color-menuoption.css +0 -23
  883. package/components/menu/src/styles/color-menuoption.scss +0 -33
  884. package/components/menu/src/styles/style-menu-css.js +0 -2
  885. package/components/menu/src/styles/style-menu.css +0 -2061
  886. package/components/menu/src/styles/style-menu.scss +0 -80
  887. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  888. package/components/menu/src/styles/style-menuoption.css +0 -45
  889. package/components/menu/src/styles/style-menuoption.scss +0 -66
  890. package/components/menu/src/styles/tokens-css.js +0 -2
  891. package/components/menu/src/styles/tokens.css +0 -6
  892. package/components/menu/src/styles/tokens.scss +0 -6
  893. package/components/radio/.stylelintrc.json +0 -3
  894. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  895. package/components/radio/.turbo/turbo-build.log +0 -215
  896. package/components/radio/.turbo/turbo-bundler.log +0 -13
  897. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
  898. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  899. package/components/radio/.turbo/turbo-types.log +0 -4
  900. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  901. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  902. package/components/radio/dist/index.d.ts.map +0 -1
  903. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  904. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  905. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  906. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  907. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  908. package/components/radio/node_modules/chalk/package.json +0 -83
  909. package/components/radio/node_modules/chalk/readme.md +0 -325
  910. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  911. package/components/radio/node_modules/chalk/source/index.js +0 -225
  912. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  913. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  914. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  915. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  916. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  917. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  918. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  919. package/components/radio/package.json +0 -69
  920. package/components/radio/src/auro-radio-group.js +0 -433
  921. package/components/radio/src/auro-radio.js +0 -256
  922. package/components/radio/src/index.js +0 -8
  923. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  924. package/components/radio/src/styles/auro-radio-group.css +0 -23
  925. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  926. package/components/radio/src/styles/color-css.js +0 -2
  927. package/components/radio/src/styles/color.css +0 -45
  928. package/components/radio/src/styles/color.scss +0 -56
  929. package/components/radio/src/styles/groupColor-css.js +0 -2
  930. package/components/radio/src/styles/groupColor.css +0 -21
  931. package/components/radio/src/styles/groupColor.scss +0 -33
  932. package/components/radio/src/styles/style-css.js +0 -2
  933. package/components/radio/src/styles/style.css +0 -113
  934. package/components/radio/src/styles/style.scss +0 -99
  935. package/components/radio/src/styles/tokens-css.js +0 -2
  936. package/components/radio/src/styles/tokens.css +0 -9
  937. package/components/radio/src/styles/tokens.scss +0 -12
  938. package/components/select/.stylelintrc.json +0 -3
  939. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  940. package/components/select/.turbo/turbo-build$colon$version.log +0 -7
  941. package/components/select/.turbo/turbo-build.log +0 -240
  942. package/components/select/.turbo/turbo-bundler.log +0 -22
  943. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
  944. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  945. package/components/select/.turbo/turbo-types.log +0 -4
  946. package/components/select/dist/auro-select.d.ts.map +0 -1
  947. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  948. package/components/select/dist/index.d.ts.map +0 -1
  949. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  950. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  951. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  952. package/components/select/node_modules/chalk/package.json +0 -83
  953. package/components/select/node_modules/chalk/readme.md +0 -325
  954. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  955. package/components/select/node_modules/chalk/source/index.js +0 -225
  956. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  957. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  958. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  959. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  960. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  961. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  962. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  963. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  964. package/components/select/node_modules/mime/Mime.js +0 -97
  965. package/components/select/node_modules/mime/README.md +0 -187
  966. package/components/select/node_modules/mime/cli.js +0 -46
  967. package/components/select/node_modules/mime/index.js +0 -4
  968. package/components/select/node_modules/mime/lite.js +0 -4
  969. package/components/select/node_modules/mime/package.json +0 -52
  970. package/components/select/node_modules/mime/types/other.js +0 -1
  971. package/components/select/node_modules/mime/types/standard.js +0 -1
  972. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  973. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  974. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  975. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  976. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  977. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  978. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  979. package/components/select/package.json +0 -70
  980. package/components/select/packageScripts/postinstall.mjs +0 -28
  981. package/components/select/src/auro-select.js +0 -559
  982. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  983. package/components/select/src/index.js +0 -6
  984. package/components/select/src/styles/color-css.js +0 -2
  985. package/components/select/src/styles/color.css +0 -63
  986. package/components/select/src/styles/color.scss +0 -33
  987. package/components/select/src/styles/style-css.js +0 -2
  988. package/components/select/src/styles/style.css +0 -104
  989. package/components/select/src/styles/style.scss +0 -76
  990. package/components/select/src/styles/tokens-css.js +0 -2
  991. package/components/select/src/styles/tokens.css +0 -3
  992. package/components/select/src/styles/tokens.scss +0 -5
  993. package/packages/build-tools/package.json +0 -15
  994. package/packages/build-tools/src/docProcessor.mjs +0 -133
  995. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  996. package/packages/build-tools/src/index.js +0 -1
  997. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  998. package/packages/form-validation/package.json +0 -12
  999. package/packages/form-validation/src/index.js +0 -1
  1000. package/packages/form-validation/src/validation.js +0 -318
  1001. package/packages/typescript/base.json +0 -19
  1002. package/packages/typescript/package.json +0 -20
  1003. package/packages/utils/package.json +0 -12
  1004. package/packages/utils/src/iconUtil.js +0 -25
  1005. package/packages/utils/src/index.js +0 -1
  1006. package/turbo.json +0 -100
package/CHANGELOG.md CHANGED
@@ -1,5 +1,849 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [2.0.1](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0...v2.0.1) (2025-03-04)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * add missing auro-form documentation [#362](https://github.com/AlaskaAirlines/auro-formkit/issues/362) ([c5ebed2](https://github.com/AlaskaAirlines/auro-formkit/commit/c5ebed2311d400e5b9e77e1faab46474305c4105))
9
+
10
+ # [2.0.0](https://github.com/AlaskaAirlines/auro-formkit/compare/v1.5.0...v2.0.0) (2025-03-04)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update visibility when re-rendered [`auro-helptext`] ([f6bf6b7](https://github.com/AlaskaAirlines/auro-formkit/commit/f6bf6b750bebddf4ec2f967d0acf5a195f067bab))
16
+ * add `fluid` attribute to dropdown and make its default display `inline-block` [#107](https://github.com/AlaskaAirlines/auro-formkit/issues/107) [#117](https://github.com/AlaskaAirlines/auro-formkit/issues/117) ([57c65df](https://github.com/AlaskaAirlines/auro-formkit/commit/57c65df917d3d8525303c52fc8bb90571cea1ba8))
17
+ * add `largeMobileHeadeline` attr for bib headeline size, fix flickering issue in fullscreen ([2f4526a](https://github.com/AlaskaAirlines/auro-formkit/commit/2f4526a88eadd1a01a7f7168aa31e22240d14ab9))
18
+ * add back `document.body.append` for the floating bib ([7bd62f8](https://github.com/AlaskaAirlines/auro-formkit/commit/7bd62f8edcddd46d3eaecb48d044fe6dc3a9af7c))
19
+ * add clarifying docs for checkbox naming collisions ([022a0f6](https://github.com/AlaskaAirlines/auro-formkit/commit/022a0f6766f2c8917a63c649744ad307a352e852))
20
+ * add display block to auro-dropdown in counter-group styles [#249](https://github.com/AlaskaAirlines/auro-formkit/issues/249) ([558aa17](https://github.com/AlaskaAirlines/auro-formkit/commit/558aa1733792b33d828b61e524757d0319df3a1c))
21
+ * add margin only when the slotted node has contents [#271](https://github.com/AlaskaAirlines/auro-formkit/issues/271) ([7ef1ef8](https://github.com/AlaskaAirlines/auro-formkit/commit/7ef1ef8b38b2be55a0b6fef22cb4dbc7c789e31d))
22
+ * add multiselect attribute to select ([e37d424](https://github.com/AlaskaAirlines/auro-formkit/commit/e37d42453c721841a1589316c7fdef9689351002))
23
+ * add OEF line to end of files ([3dd5612](https://github.com/AlaskaAirlines/auro-formkit/commit/3dd5612411e203d8c9f15d55662961dcfb6348e5))
24
+ * add REAME to docs templates ([f9b37ea](https://github.com/AlaskaAirlines/auro-formkit/commit/f9b37ea0ae34c9a570e2b34640e7068be7e7d12a))
25
+ * add register to AuroBibtemplate component and update with latest release scripts [#228](https://github.com/AlaskaAirlines/auro-formkit/issues/228) ([cfabce6](https://github.com/AlaskaAirlines/auro-formkit/commit/cfabce601ef3265e2ab037c342655ba834a49e4d))
26
+ * add semi-colon to end of version files ([8d523b1](https://github.com/AlaskaAirlines/auro-formkit/commit/8d523b1d075d4243bc5570175e688dba20e91a56))
27
+ * add space between bib and trigger [#56](https://github.com/AlaskaAirlines/auro-formkit/issues/56) ([d936fd4](https://github.com/AlaskaAirlines/auro-formkit/commit/d936fd48bac1bcae44cf09d16da3dc58ffaa2316))
28
+ * add versionWriter back to menu ([9bd9d50](https://github.com/AlaskaAirlines/auro-formkit/commit/9bd9d5010eee44ed2fafd49d4a3a9361cfc40a96))
29
+ * adding default component package files ([028c236](https://github.com/AlaskaAirlines/auro-formkit/commit/028c2362dbe98d6a54845d7e2885ea327b2bdcbf))
30
+ * address aria violations on datepicker ([09ea460](https://github.com/AlaskaAirlines/auro-formkit/commit/09ea46034c0a7c80576f42a1f51274f1611c26e6))
31
+ * address linting errors ([686c11a](https://github.com/AlaskaAirlines/auro-formkit/commit/686c11ae485ccb4ccce5e561110a2a9bd49e070f))
32
+ * address PR review comments ([8e1be49](https://github.com/AlaskaAirlines/auro-formkit/commit/8e1be4971edfc8103f7a49f419de785bf98105e8))
33
+ * adjust max-height for dropdown trigger in counter-group styles [#289](https://github.com/AlaskaAirlines/auro-formkit/issues/289) ([1aa464a](https://github.com/AlaskaAirlines/auro-formkit/commit/1aa464a3e9d41eba91f1f3f099671a30ab73a2ac))
34
+ * bad datepicker test ([8d4d4a3](https://github.com/AlaskaAirlines/auro-formkit/commit/8d4d4a39ff2e8f565f18d42f6d13364bc3ce827f))
35
+ * breaking builds in gh actions ([1046717](https://github.com/AlaskaAirlines/auro-formkit/commit/1046717c08d67fbde9966e5b583ff0adef9a4853))
36
+ * bubble up input event when fullscreen bib is open ([719c8f9](https://github.com/AlaskaAirlines/auro-formkit/commit/719c8f9699711f7c405aa26135860888c1723f9a))
37
+ * button up small bugs in autoformatting configuration ([0c47e81](https://github.com/AlaskaAirlines/auro-formkit/commit/0c47e819d53d8d3d4191ad70c49faf9a4859f3c7))
38
+ * change calendar view to typed date [#369](https://github.com/AlaskaAirlines/auro-formkit/issues/369) ([01591cf](https://github.com/AlaskaAirlines/auro-formkit/commit/01591cf395ca3e2a6441007b91bbb121d3e254a3))
39
+ * change overflow property to hidden for trigger and valueText slots ([64e9994](https://github.com/AlaskaAirlines/auro-formkit/commit/64e9994f21589edec46e7a8b493bae407a174070))
40
+ * check deep nested slots with recusive function ([6ab4435](https://github.com/AlaskaAirlines/auro-formkit/commit/6ab4435c155e75f1075963484d14c5d9db9ea326))
41
+ * check in doc after build ([76f8027](https://github.com/AlaskaAirlines/auro-formkit/commit/76f8027142ca0b8c40da1b65958de2fbc48c9085))
42
+ * clarify dependency nature in docs ([cc5ff59](https://github.com/AlaskaAirlines/auro-formkit/commit/cc5ff5943b5d6ccb09ec2e2f1a8496e63271bf2d))
43
+ * clarify development environment in docs ([7f0a7ce](https://github.com/AlaskaAirlines/auro-formkit/commit/7f0a7cee042ab0f6e78c6a2a7eb5dfd13a435581))
44
+ * clarify development environment in docs ([82e051a](https://github.com/AlaskaAirlines/auro-formkit/commit/82e051a8f61dba2ff068de2c0766d5b6d00e16d2))
45
+ * clean up dropdown version imports after merge ([07b0815](https://github.com/AlaskaAirlines/auro-formkit/commit/07b08156f3a4b5cf0f56db8b3a992966ef2c1355))
46
+ * combobox returns array ([aca8bbe](https://github.com/AlaskaAirlines/auro-formkit/commit/aca8bbe17b6dffbfe005f4ee8135b1120fb280b7))
47
+ * commit generated readme ([a3f9917](https://github.com/AlaskaAirlines/auro-formkit/commit/a3f9917de0cf7eddb8da248ee0e11e64c5b7d13c))
48
+ * convert breakpoint value to integer ([7d39ac1](https://github.com/AlaskaAirlines/auro-formkit/commit/7d39ac1a02feb73cb60c273a389555176e734aab))
49
+ * correct event options to use 'bubbles' and 'composed' in AuroCounter and AuroCounterGroup components ([859994c](https://github.com/AlaskaAirlines/auro-formkit/commit/859994ce7abca97622aa82cecd6b30529d0c83f3))
50
+ * correct path typo ([ce79afa](https://github.com/AlaskaAirlines/auro-formkit/commit/ce79afa3b54f3ce6405e39c31b9d56452658e3d2))
51
+ * correct trigger behavior based on slot content [#299](https://github.com/AlaskaAirlines/auro-formkit/issues/299) ([2d238f1](https://github.com/AlaskaAirlines/auro-formkit/commit/2d238f13bf7e265c78671dfe483f71392ff3ed5f))
52
+ * **docs:** fix typo in Dialog example md ([5028ff1](https://github.com/AlaskaAirlines/auro-formkit/commit/5028ff1d256736e2bcdd255258adfef82de0edc2))
53
+ * dropdown dev port ([23b0f96](https://github.com/AlaskaAirlines/auro-formkit/commit/23b0f96430b42ed3b066e3519967ffb46e92b82d))
54
+ * dynamically render month and year in calendar header ([35029dc](https://github.com/AlaskaAirlines/auro-formkit/commit/35029dc0b3457fdb875647b7ab67303d430b6e52))
55
+ * eslint rules, naming errors ([ca27f4c](https://github.com/AlaskaAirlines/auro-formkit/commit/ca27f4ce435c602d2e3f488139a43140c880b7fa))
56
+ * export components for typescript support ([b940403](https://github.com/AlaskaAirlines/auro-formkit/commit/b9404039b3c67597d3baa284074055e001760741))
57
+ * export Dropdown & Import so Combobox can consume ([18d5103](https://github.com/AlaskaAirlines/auro-formkit/commit/18d5103e617e2554f9f1df21e367fbae8c3b4f5c))
58
+ * expose paths to readme files [#228](https://github.com/AlaskaAirlines/auro-formkit/issues/228) ([93aabae](https://github.com/AlaskaAirlines/auro-formkit/commit/93aabae27abd03e04b938f830dd6beb6a975ba89))
59
+ * fix build failure ([7721f7f](https://github.com/AlaskaAirlines/auro-formkit/commit/7721f7ff5be1a68f26b7a9b5724a87d67e4ed4f2))
60
+ * fix missing bibContent reference ([51eea4a](https://github.com/AlaskaAirlines/auro-formkit/commit/51eea4a440e9eefbdaa154c67a9a381fc27c6849))
61
+ * fix other doc checkbox values ([1d2d19f](https://github.com/AlaskaAirlines/auro-formkit/commit/1d2d19f97e4d30db314652b56b7d1a1abd2f2261))
62
+ * fix prev/next button position and double scrollbar in datepicker ([e5a4b1c](https://github.com/AlaskaAirlines/auro-formkit/commit/e5a4b1c37f1613c0889d6400c794c25cb307a68b))
63
+ * force focus state to dropdown.trigger as `document.activeElement` stays in body even with clicking [#129](https://github.com/AlaskaAirlines/auro-formkit/issues/129) ([ce65f18](https://github.com/AlaskaAirlines/auro-formkit/commit/ce65f185e90c652886bae07d62d1db4143153e73))
64
+ * form event listeners ([531752b](https://github.com/AlaskaAirlines/auro-formkit/commit/531752b3d6fec481ccebf5e0feef00ef539080c2))
65
+ * **form:** address group feedback ([1743430](https://github.com/AlaskaAirlines/auro-formkit/commit/174343098dfffb2cb005bc408d9b6779bbe401bf))
66
+ * **form:** address PR feedback ([724dea6](https://github.com/AlaskaAirlines/auro-formkit/commit/724dea6f278259eaef5ed14f01b4771e22056ebc))
67
+ * **form:** make form validity only return valid or invalid ([4bd2e65](https://github.com/AlaskaAirlines/auro-formkit/commit/4bd2e6543d195f0dae1a8ec4efd28ee90f14cf26))
68
+ * **form:** pr feedback ([dbee3a9](https://github.com/AlaskaAirlines/auro-formkit/commit/dbee3a900aee30e1391c0a6410b561c1ab2a5f9e))
69
+ * **form:** remove temporary styling ([1200922](https://github.com/AlaskaAirlines/auro-formkit/commit/1200922634cd6c7f74414585a3dd19aa29872cee))
70
+ * **form:** try `.value` first when initializing state keys ([a9c373a](https://github.com/AlaskaAirlines/auro-formkit/commit/a9c373abab1550be0286d3d0df71c1f4373ceaa4))
71
+ * handle dynamic format changes ([81d86b0](https://github.com/AlaskaAirlines/auro-formkit/commit/81d86b08a5b7686e27c061c26661a532f81d1995))
72
+ * handle early input and validity ([6df5c6d](https://github.com/AlaskaAirlines/auro-formkit/commit/6df5c6d9f038f308263ed310455c3e6f62dba992))
73
+ * handle preset values in select ([c60d29a](https://github.com/AlaskaAirlines/auro-formkit/commit/c60d29a9ceeb0475f1723da5e35d329c1d893af8))
74
+ * hide bib properly upon making a selecting [#78](https://github.com/AlaskaAirlines/auro-formkit/issues/78) ([a1d66ab](https://github.com/AlaskaAirlines/auro-formkit/commit/a1d66aba87ad87c8b1f35786cb05cdc58a07fbff))
75
+ * lint update ([9003be7](https://github.com/AlaskaAirlines/auro-formkit/commit/9003be73a96dab8440e3bca60d75cf883e0368e3))
76
+ * linting errors on date-picker vendor file ([c7e01d4](https://github.com/AlaskaAirlines/auro-formkit/commit/c7e01d4bfbc1727b28349326ae76a6fb095e55be))
77
+ * make `README.md` to have the correct npm path [#286](https://github.com/AlaskaAirlines/auro-formkit/issues/286) ([19fc981](https://github.com/AlaskaAirlines/auro-formkit/commit/19fc981603898c14771861b8cdce0d9cfe307469))
78
+ * make calendar render correctly when maxDate is set [#170](https://github.com/AlaskaAirlines/auro-formkit/issues/170) ([a912b52](https://github.com/AlaskaAirlines/auro-formkit/commit/a912b52a1b74802ada4a51718dc2232142bebf87))
79
+ * make cell hover color non-transparent [#106](https://github.com/AlaskaAirlines/auro-formkit/issues/106) ([fd30de3](https://github.com/AlaskaAirlines/auro-formkit/commit/fd30de34c5b4b45ac0977bd2c7b4502c7a12aefe))
80
+ * make datepicker's height the same as other components' height [#271](https://github.com/AlaskaAirlines/auro-formkit/issues/271) ([40f206d](https://github.com/AlaskaAirlines/auro-formkit/commit/40f206dd135eff95ab24012be54db80320c1b190))
81
+ * make dropdown to export size to dropdownSize in `exposeCssParts` ([165c0db](https://github.com/AlaskaAirlines/auro-formkit/commit/165c0db7b7335563145a586c1a911ca0af25ff8e))
82
+ * make dropdown to pull `dropdownbib` properly ([9a45cb8](https://github.com/AlaskaAirlines/auro-formkit/commit/9a45cb8332c509eb3f9d1fc67ed70488b9bb7187))
83
+ * make dropdown's `matchwidth` to stretch out to the trigger width ([4cf5c17](https://github.com/AlaskaAirlines/auro-formkit/commit/4cf5c178ad9067ee321c761ed641ce6ea6d1f18d))
84
+ * make events cancelable ([502c3ba](https://github.com/AlaskaAirlines/auro-formkit/commit/502c3ba0bba8ffea4bb4072ba95cce41980665e9))
85
+ * make form to watch dom tree update ([d9488dc](https://github.com/AlaskaAirlines/auro-formkit/commit/d9488dc6f88794c30d5d663dcab9f34a42082679))
86
+ * make rollup to proplery generate bundled.js and demo/*.min.js ([c9c5f07](https://github.com/AlaskaAirlines/auro-formkit/commit/c9c5f07a5d2016b2dc46122961c3b6b606aff6b2))
87
+ * make x icon take no space when invisible [#164](https://github.com/AlaskaAirlines/auro-formkit/issues/164) ([7ad63e2](https://github.com/AlaskaAirlines/auro-formkit/commit/7ad63e2d8898bd44e67724b8bb174f2a2f549174))
88
+ * menu api updates ([c507594](https://github.com/AlaskaAirlines/auro-formkit/commit/c507594035b052680100f61467877c15cc885095))
89
+ * move date-picker vendor files into src ([e3a518d](https://github.com/AlaskaAirlines/auro-formkit/commit/e3a518d309fdf9abeb4a09d9ed24e5cd0008c60c))
90
+ * move styles to folder in datepicker ([c98f399](https://github.com/AlaskaAirlines/auro-formkit/commit/c98f3990d16771e8e8835ffd87f3afe03b143883))
91
+ * move styles to folder in menu ([a47ffbd](https://github.com/AlaskaAirlines/auro-formkit/commit/a47ffbdf908281ff56339ae7bd104d80eb196037))
92
+ * package names in turbo.json ([ffeed9f](https://github.com/AlaskaAirlines/auro-formkit/commit/ffeed9fe7e31b14748ea4799744a383eb9dfd9e0))
93
+ * pass correct paramenter to `validate` ([6d947a3](https://github.com/AlaskaAirlines/auro-formkit/commit/6d947a3fb321fbd2f18730868d1121e27e58a651))
94
+ * path in script documentation ([663bbe9](https://github.com/AlaskaAirlines/auro-formkit/commit/663bbe9dd6777c4bab6d0f1f5f896d83255a0c23))
95
+ * programmatic updates & mutlisect ([ac4d49a](https://github.com/AlaskaAirlines/auro-formkit/commit/ac4d49a4aadf34d847ec012d33f64a9eba98a4df))
96
+ * reference correct type in mask options ([c8db94e](https://github.com/AlaskaAirlines/auro-formkit/commit/c8db94eca09a5d3e751d56f7445d180eca212fb6))
97
+ * remove [@todo](https://github.com/todo) from readme ([1a6848a](https://github.com/AlaskaAirlines/auro-formkit/commit/1a6848a12a33a9b651bff6dd75f9102ef3c4f270))
98
+ * remove any instances of type=numeric [#120](https://github.com/AlaskaAirlines/auro-formkit/issues/120) ([7ba5463](https://github.com/AlaskaAirlines/auro-formkit/commit/7ba5463a8132d1740a8f75f11920c72fcbf30b90))
99
+ * remove date-picker vendor files from root ([76a770d](https://github.com/AlaskaAirlines/auro-formkit/commit/76a770d6817b34f84d14ea22c6caa37031d89c41))
100
+ * remove deprecated dev note ([bf647cf](https://github.com/AlaskaAirlines/auro-formkit/commit/bf647cf7ee6abaababfe9b1a07589c29567095dc))
101
+ * remove deprecated README ([949914f](https://github.com/AlaskaAirlines/auro-formkit/commit/949914fc464413b2acddbf609e167b957b133941))
102
+ * remove dropdowns aria-expanded attribute ([dfe0c35](https://github.com/AlaskaAirlines/auro-formkit/commit/dfe0c351463ce54691957b636997d94ff6651faf))
103
+ * remove duplicate package.json entry ([be9b60f](https://github.com/AlaskaAirlines/auro-formkit/commit/be9b60f3d7c3f030ddaef509253658790fab7aab))
104
+ * remove exports field from root package.json ([f7a5294](https://github.com/AlaskaAirlines/auro-formkit/commit/f7a5294cfc0da7c853252077112f7345a34f6edf))
105
+ * remove extra css selector ([c5b2dce](https://github.com/AlaskaAirlines/auro-formkit/commit/c5b2dce6095a7afbe2940dcb908b87583f45d20f))
106
+ * remove extra focus line on chrome ([681e1b4](https://github.com/AlaskaAirlines/auro-formkit/commit/681e1b47c931c607d58b5fd1e2530eb63604aa03))
107
+ * remove menuoption's padding in select ([8bb0efc](https://github.com/AlaskaAirlines/auro-formkit/commit/8bb0efc0d9562c5ddd36d813668767a5398efebe))
108
+ * remove periods from config filenames ([606cc1e](https://github.com/AlaskaAirlines/auro-formkit/commit/606cc1e52a6137f08a4847a4c530c4ac869d8227))
109
+ * remove redundant attribute setter ([2a935df](https://github.com/AlaskaAirlines/auro-formkit/commit/2a935df92ccd08ef343e29afe27bea64b9fc1cff))
110
+ * remove strange import ([11b9603](https://github.com/AlaskaAirlines/auro-formkit/commit/11b9603b9821875ef0bb5512548b42941a7fa699))
111
+ * remove test from husky, correct lint ([e64d26c](https://github.com/AlaskaAirlines/auro-formkit/commit/e64d26cbefa6e0fc1b7daf5b0de93a546533c0e6))
112
+ * remove unnecessary padding from dropdown content [#31](https://github.com/AlaskaAirlines/auro-formkit/issues/31) ([bb994fc](https://github.com/AlaskaAirlines/auro-formkit/commit/bb994fc77b34970b8f2aaa3f7261ddcb2a56c118))
113
+ * remove unnecessary tsconfig for config files ([78013a3](https://github.com/AlaskaAirlines/auro-formkit/commit/78013a3ad466a1cf5e998bc11ebddc570c959971))
114
+ * rename `largeMobileHeadline` to `largeFullscreenHeadline` ([ff7ee2e](https://github.com/AlaskaAirlines/auro-formkit/commit/ff7ee2e21a4e0b7f640898e3221c80a2bcc4a41f))
115
+ * rename `mobileHeadline` and `mobileDateLabel` to follow `bib.fullscreen.*` pattern ([26a28e8](https://github.com/AlaskaAirlines/auro-formkit/commit/26a28e849fce9bd2ba79721cd1097b4c4cbab943))
116
+ * rename some fullscreen related props and slot names ([fb3d4e6](https://github.com/AlaskaAirlines/auro-formkit/commit/fb3d4e62e39dc48ea0c17c51257127fc09aa8462))
117
+ * render counter dropdown's border and label properly ([58c87fa](https://github.com/AlaskaAirlines/auro-formkit/commit/58c87fae499c7470bae417308e6e6c96f3fc2316))
118
+ * replace `box-shadow` with `outline` ([70c3d3d](https://github.com/AlaskaAirlines/auro-formkit/commit/70c3d3deeb53477e6a2cb6f87190d8fe6e2950ae))
119
+ * replace set to map for loadingslots in menu ([373ee72](https://github.com/AlaskaAirlines/auro-formkit/commit/373ee720a97161d89466aa65a76ec8fcc6ea2f8a))
120
+ * reset `validity` when resetting `value` [#260](https://github.com/AlaskaAirlines/auro-formkit/issues/260) ([47eb399](https://github.com/AlaskaAirlines/auro-formkit/commit/47eb39960875e0a5d6c6686e71675a3eca2d261f))
121
+ * reset option on combobox.input.value change only with any variable change [#141](https://github.com/AlaskaAirlines/auro-formkit/issues/141) ([fe3bfb4](https://github.com/AlaskaAirlines/auro-formkit/commit/fe3bfb4300c117e0b3054c17a4837cf60b676f66))
122
+ * resolve console error during testing [#85](https://github.com/AlaskaAirlines/auro-formkit/issues/85) ([aa15e31](https://github.com/AlaskaAirlines/auro-formkit/commit/aa15e315f25cca72ebc4ce1dcce7269c8b043d90))
123
+ * revert automatic port script ([7e719e8](https://github.com/AlaskaAirlines/auro-formkit/commit/7e719e8ec76902dfad52db56cfcb9eb515268f04))
124
+ * revert automatic port script ([ae6614f](https://github.com/AlaskaAirlines/auro-formkit/commit/ae6614f22077c8402fa564b9e011cea814a50f07))
125
+ * revert package.json after merge conflicts ([406a497](https://github.com/AlaskaAirlines/auro-formkit/commit/406a49743d1aca0aafdd5497eba443ef05c43a40))
126
+ * scope kit doc command to build-tools package ([c7afb5a](https://github.com/AlaskaAirlines/auro-formkit/commit/c7afb5ae44b2699245e2820b8e895471643758b2))
127
+ * set to border to render in dropdown when there is no trigger slot provided ([729d3e7](https://github.com/AlaskaAirlines/auro-formkit/commit/729d3e7efbee7c1c98782a63f28ebcf4515d5200))
128
+ * simplify logic on calculating `hasTriggerContent` in dropdown ([f1129cc](https://github.com/AlaskaAirlines/auro-formkit/commit/f1129ccd669332d4b1cc6e88d2f5c988663bf652))
129
+ * specify select's height and remove hack for the bib's `z-index` [#99](https://github.com/AlaskaAirlines/auro-formkit/issues/99) ([b2647d4](https://github.com/AlaskaAirlines/auro-formkit/commit/b2647d412754e292e6f13403a517e58538af7b01))
130
+ * spelling correction ([eff34dc](https://github.com/AlaskaAirlines/auro-formkit/commit/eff34dcbdb992a12db078ef55245adcbc4eb48b4))
131
+ * store mutationObservers properly ([abc058a](https://github.com/AlaskaAirlines/auro-formkit/commit/abc058a08e3c1b81df5c64732807a7a58c6a7b67))
132
+ * styling for mobile Datepicker ([7c43db9](https://github.com/AlaskaAirlines/auro-formkit/commit/7c43db9a4aff2903911bd726e244290f437f0ce5))
133
+ * support dynamic `bib.fullscreen.headline` and `label` ([5f3b7ca](https://github.com/AlaskaAirlines/auro-formkit/commit/5f3b7ca00aeb4c11eed14451c470df6c4c2118a2))
134
+ * surface input event from radio group ([c7d55e3](https://github.com/AlaskaAirlines/auro-formkit/commit/c7d55e373044aca05ce775ec06f48cb69f6f10b8))
135
+ * surface input event from select ([b425569](https://github.com/AlaskaAirlines/auro-formkit/commit/b425569e30b3bffc2c631644ab7a60f0dcd4bda5))
136
+ * update `showPrevMonthBtn` and `showNextMonthBtn` properly ([fd7b97d](https://github.com/AlaskaAirlines/auro-formkit/commit/fd7b97d9fd075e7179ebd473c5f9cda8eef3bcdb))
137
+ * update aria-selected values ([f3f2bdc](https://github.com/AlaskaAirlines/auro-formkit/commit/f3f2bdc6caeeb38039f76369dcafaf86a0cab85d))
138
+ * update clean up input after merge ([c7ddea1](https://github.com/AlaskaAirlines/auro-formkit/commit/c7ddea1bdea92d23d708373b094cf2be53a5cf59))
139
+ * update color token for active and hover states ([8cb23dc](https://github.com/AlaskaAirlines/auro-formkit/commit/8cb23dc48c1330703a48695c165117d8e831702d))
140
+ * update combobox build pipeline ([943c52a](https://github.com/AlaskaAirlines/auro-formkit/commit/943c52a99e9baac3701e3ce32696e7d0019dd28c))
141
+ * update combobox to work with new menu api ([e49d6fe](https://github.com/AlaskaAirlines/auro-formkit/commit/e49d6fe269125224b9dbbedd598af5b292031ff0))
142
+ * update component dependencies to workspaces ([343a69b](https://github.com/AlaskaAirlines/auro-formkit/commit/343a69b240fac53d61e15366cf530ffe08a9d7a9))
143
+ * update config index with exports [#283](https://github.com/AlaskaAirlines/auro-formkit/issues/283) ([35af251](https://github.com/AlaskaAirlines/auro-formkit/commit/35af251bfbcbc7cc0d74c56c9f0ef35f6afbb50d))
144
+ * update container query per design spec ([5509027](https://github.com/AlaskaAirlines/auro-formkit/commit/55090272a8cedc847292edb53924bc316fe58075))
145
+ * update counter tests to use initial values in markup and ensure HTMLButtonElement before focusing [#202](https://github.com/AlaskaAirlines/auro-formkit/issues/202) ([193b4ee](https://github.com/AlaskaAirlines/auro-formkit/commit/193b4ee599c08a650dc399e1695d6a3c331629f8))
146
+ * update css file imports ([1ab2620](https://github.com/AlaskaAirlines/auro-formkit/commit/1ab26208eb625d24ccf51f8e29e6044222e3af89))
147
+ * update css file imports ([a6269d8](https://github.com/AlaskaAirlines/auro-formkit/commit/a6269d8de2440e14fef10c8743c0d0a36f2bc9af))
148
+ * update css imports ([c9df970](https://github.com/AlaskaAirlines/auro-formkit/commit/c9df9700012fcf15144e7c110d376be6aca027b7))
149
+ * update date-picker tsconfig with vendor folder ([7e7346b](https://github.com/AlaskaAirlines/auro-formkit/commit/7e7346ba31edf576747739f1a3c9d57fc684e564))
150
+ * update dropdown package imports ([00a6360](https://github.com/AlaskaAirlines/auro-formkit/commit/00a6360333e6beab602c8d78c1c433262df61b97))
151
+ * update dropdown package name ([69abf2f](https://github.com/AlaskaAirlines/auro-formkit/commit/69abf2f264a27a45eaaa4ba93191a51b0c08cd99))
152
+ * update dropdown's z-index and update select's height [#98](https://github.com/AlaskaAirlines/auro-formkit/issues/98) ([3aa3000](https://github.com/AlaskaAirlines/auro-formkit/commit/3aa3000017c68437af64658791a42c75942cd61c))
153
+ * update formkit components in docs ([0bfffc1](https://github.com/AlaskaAirlines/auro-formkit/commit/0bfffc1ca26ab08325ae6fbaed5b659d580e15f5))
154
+ * update formVersionWriter to add semicolon and new line at end for lint ([1c3fb47](https://github.com/AlaskaAirlines/auro-formkit/commit/1c3fb478dfb875b6d80cfb4359ef2250831d280a))
155
+ * update icon versions ([3a3959d](https://github.com/AlaskaAirlines/auro-formkit/commit/3a3959d2c3a27f95ac1bbe7a6581c75d5bf6d455))
156
+ * update input package imports ([08fd308](https://github.com/AlaskaAirlines/auro-formkit/commit/08fd30882e6341f58a1aa600d3fd06157bcc9d9e))
157
+ * update layout to match figma [#79](https://github.com/AlaskaAirlines/auro-formkit/issues/79) ([58dffaf](https://github.com/AlaskaAirlines/auro-formkit/commit/58dffaff7f7c1983c197572b1305599818ff2a37))
158
+ * update local formkit version files ([c2e3507](https://github.com/AlaskaAirlines/auro-formkit/commit/c2e350704ea89593f6640244bcedadbd3c4dc13f))
159
+ * update local formkit version files ([6ea877a](https://github.com/AlaskaAirlines/auro-formkit/commit/6ea877af82ff160af46bc3d21caf92a7fdb5e523))
160
+ * update local formkit version files ([18dc3d0](https://github.com/AlaskaAirlines/auro-formkit/commit/18dc3d0509eb72b8233a48d0e3d9678e795e5f63))
161
+ * update menu package name ([6d2bcff](https://github.com/AlaskaAirlines/auro-formkit/commit/6d2bcff41bb32d95085593578dc11c723ebdd621))
162
+ * update package names to use monorepo namespace ([436789f](https://github.com/AlaskaAirlines/auro-formkit/commit/436789fe5ef3d9556e98b573e55f495c5dffa38b))
163
+ * update package scss imports ([c849b2d](https://github.com/AlaskaAirlines/auro-formkit/commit/c849b2de6efb17dc9f1d2e756fc2be61f3a17207))
164
+ * update package-lock ([8e13043](https://github.com/AlaskaAirlines/auro-formkit/commit/8e13043c2bd15724bb69af34a4931c3a606e91c2))
165
+ * update package.json with new namespace ([da6f29e](https://github.com/AlaskaAirlines/auro-formkit/commit/da6f29e7f2dbd249ecdf38cd0797e2c3a623d4c9))
166
+ * update package.lock ([877f2c6](https://github.com/AlaskaAirlines/auro-formkit/commit/877f2c6cae7e06dffba191d477b1b970b763784a))
167
+ * update postinstall script to use reliable dependency path ([fa0607f](https://github.com/AlaskaAirlines/auro-formkit/commit/fa0607faea8a5bab9c78f4d0ee82bc05864eb2b0))
168
+ * update README ([9148141](https://github.com/AlaskaAirlines/auro-formkit/commit/9148141b578bc3566903b073e85b3ec8be7bfddf))
169
+ * update README path from where package is run ([762ee40](https://github.com/AlaskaAirlines/auro-formkit/commit/762ee4008a3b644e869e227bbc5763c752c033d9))
170
+ * update readme structure ([44b368b](https://github.com/AlaskaAirlines/auro-formkit/commit/44b368b398738ab185700b24ceaf73f98b037bfd))
171
+ * update select dependency workspace ([47b0af5](https://github.com/AlaskaAirlines/auro-formkit/commit/47b0af568dc8d0091163e496c12a666349d6ac81))
172
+ * update Select to work with updated Menu API ([63b0f12](https://github.com/AlaskaAirlines/auro-formkit/commit/63b0f12bfca623f268b6d6c951934a26396b9a79))
173
+ * update step for testPublish.yml ([63eb5be](https://github.com/AlaskaAirlines/auro-formkit/commit/63eb5bee81fc7b441a7882c0091e9f377ad9dc2b))
174
+ * update support for localized month names ([9b085d2](https://github.com/AlaskaAirlines/auro-formkit/commit/9b085d2174adf629f83b4c5192fb873b601c6de0))
175
+ * update turbo to track changes in docs partials ([0b93b80](https://github.com/AlaskaAirlines/auro-formkit/commit/0b93b80eaf9374e6c66220001ee2923db7b3c300))
176
+ * update type setup ([2cf0bcc](https://github.com/AlaskaAirlines/auro-formkit/commit/2cf0bcc45093f385d4686171698ce1129b013925))
177
+ * update web-dev-server config to append .html for non-file URLs and enhance turbo.json dependencies ([696fcb0](https://github.com/AlaskaAirlines/auro-formkit/commit/696fcb0027ab4e0bc0083be050cfdbd520040f83))
178
+ * updates to README ([ce8e5c5](https://github.com/AlaskaAirlines/auro-formkit/commit/ce8e5c58560bb2da13d8bfa020012f538a725243))
179
+ * updating kitDocProcessor ([6ae32c6](https://github.com/AlaskaAirlines/auro-formkit/commit/6ae32c61bb8e834c544a2631cf36b107cb51e25c))
180
+ * use versioningTag for `auro-helptext` ([bbebcc4](https://github.com/AlaskaAirlines/auro-formkit/commit/bbebcc4823513ea4309e3778048bd76b2e5289e8))
181
+ * validate each individual attribute [#119](https://github.com/AlaskaAirlines/auro-formkit/issues/119) ([67bbb44](https://github.com/AlaskaAirlines/auro-formkit/commit/67bbb44feea941a8aa8598f8a5bffeda3c701b75))
182
+ * validations didn't always trigger form updates ([b215d31](https://github.com/AlaskaAirlines/auro-formkit/commit/b215d317a940924632c74b964ae667774e2e105b))
183
+ * watch for script changes in turbo ([e70dd10](https://github.com/AlaskaAirlines/auro-formkit/commit/e70dd10eeefb3fad23c3a3812fe20f11f2cad536))
184
+ * wrap values as array ([bde8d4a](https://github.com/AlaskaAirlines/auro-formkit/commit/bde8d4a5944e6e90f76c5327a123b31fdfdafa3b))
185
+
186
+
187
+ ### Code Refactoring
188
+
189
+ * make `dropdown.placeholder` slot [#36](https://github.com/AlaskaAirlines/auro-formkit/issues/36) ([bff21e8](https://github.com/AlaskaAirlines/auro-formkit/commit/bff21e85e07cd1b1c6bdd5fc2c4147bc17b80087))
190
+
191
+
192
+ ### Features
193
+
194
+ * add `bibSizer` to help sizing `bibContainer` with css style ([c6e881b](https://github.com/AlaskaAirlines/auro-formkit/commit/c6e881b5743b574079d677e4300850102b070e7e))
195
+ * add `docProcessor` to generate docs for each components ([23b0f1b](https://github.com/AlaskaAirlines/auro-formkit/commit/23b0f1b4368d11be88230f4e89e6bd60b3dab3ee))
196
+ * add `helptext` component (internal use only) ([66747a0](https://github.com/AlaskaAirlines/auro-formkit/commit/66747a09ecde24cf209c225369197c6190e51adf))
197
+ * add `mobileFullscreenBreakpoint` instead of `noFullscreenOnMobile` ([1a33257](https://github.com/AlaskaAirlines/auro-formkit/commit/1a332575e3c1e6e8baf20bb3160472da6d6e66c0))
198
+ * add `mobileFullscreenBreakpoint` property on combobox and pass to dropdown ([c036ba3](https://github.com/AlaskaAirlines/auro-formkit/commit/c036ba3ffc33b3f168e3f31326409361dbab278a))
199
+ * add `noFullscreenOnMobile` attribute ([ff98d61](https://github.com/AlaskaAirlines/auro-formkit/commit/ff98d61a3e67107e1306b3124b65cc852a81c762))
200
+ * add combobox autocomplete=off functionality [#109](https://github.com/AlaskaAirlines/auro-formkit/issues/109) ([8cab9dd](https://github.com/AlaskaAirlines/auro-formkit/commit/8cab9ddf73c6afb0f5de99ab9f6c592d64f6ca8b))
201
+ * add doc partials ([45a6c01](https://github.com/AlaskaAirlines/auro-formkit/commit/45a6c01052a9238a5515836e23524d6d1427b8dd))
202
+ * add format support to datepicker [#342](https://github.com/AlaskaAirlines/auro-formkit/issues/342) ([eacf5ea](https://github.com/AlaskaAirlines/auro-formkit/commit/eacf5eaba2e0b34facc3a3da225486f215c30dd7))
203
+ * add fullscreen bib features on select [#360](https://github.com/AlaskaAirlines/auro-formkit/issues/360) ([7b9a3ff](https://github.com/AlaskaAirlines/auro-formkit/commit/7b9a3ffae0e029be71e81c8dd2a02e9c37cbdd6d))
204
+ * add IconUtil for SVG icon generation [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([4f5d55f](https://github.com/AlaskaAirlines/auro-formkit/commit/4f5d55f5959d302c6ac48efdee0f33fa5909a34c))
205
+ * add loading-placeholder in menu ([2bb2986](https://github.com/AlaskaAirlines/auro-formkit/commit/2bb2986056bd0c0e9051ee71a6636a8eeae286c7))
206
+ * add public `validate` function in each components [#246](https://github.com/AlaskaAirlines/auro-formkit/issues/246) ([cb37af5](https://github.com/AlaskaAirlines/auro-formkit/commit/cb37af58b679df066f335e45d5f6db93df5db43d))
207
+ * add reset function to validation script [#135](https://github.com/AlaskaAirlines/auro-formkit/issues/135) ([9119e06](https://github.com/AlaskaAirlines/auro-formkit/commit/9119e06bc602b0c72ab4f3a9da1638ea66196d53))
208
+ * add reset functionality to checkbox ([292845e](https://github.com/AlaskaAirlines/auro-formkit/commit/292845e444cb4c0f63cc55bf591d5b6a575a7143))
209
+ * add reset functionality to combobox ([6e8ea9b](https://github.com/AlaskaAirlines/auro-formkit/commit/6e8ea9b9aa91aabeb8b48f9994bcb1548cd139e4))
210
+ * add reset functionality to datepicker ([b2b6a10](https://github.com/AlaskaAirlines/auro-formkit/commit/b2b6a102588f5b0cd81f86f4101a1e24c2e5d273))
211
+ * add reset functionality to input ([2027706](https://github.com/AlaskaAirlines/auro-formkit/commit/202770648b38d0b905546a6c434d60736757c5d8))
212
+ * add reset functionality to radio ([5b961dc](https://github.com/AlaskaAirlines/auro-formkit/commit/5b961dc1c67737df8ab875b27e1aeb0cb01904b2))
213
+ * add reset functionality to select ([2f07d97](https://github.com/AlaskaAirlines/auro-formkit/commit/2f07d9740016eddf10bff8d5ab1da0cd98f3373f))
214
+ * add turborepo ([6af0fe4](https://github.com/AlaskaAirlines/auro-formkit/commit/6af0fe47d772387c2fdf6ae5dcc57a594fc362ba))
215
+ * add wca as part of build:docs ([ba484de](https://github.com/AlaskaAirlines/auro-formkit/commit/ba484de2c84d04c6e4dcab3646c3edb9b0bc3f35))
216
+ * adjust description slot logic and colors [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([79cde62](https://github.com/AlaskaAirlines/auro-formkit/commit/79cde624e9d223dfd4963b5be76b3eb8d5cab08c))
217
+ * basic bibtemplate structure [#323](https://github.com/AlaskaAirlines/auro-formkit/issues/323) ([be8ad9c](https://github.com/AlaskaAirlines/auro-formkit/commit/be8ad9c3c579f42ed5a0fcc768813e73f6c243ff))
218
+ * counter component initial setup [#54](https://github.com/AlaskaAirlines/auro-formkit/issues/54) ([df727e3](https://github.com/AlaskaAirlines/auro-formkit/commit/df727e3701eeda2500836457b8cfbd6682505d54))
219
+ * counter group added with counter refactor, docs, and validation [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([2b34587](https://github.com/AlaskaAirlines/auro-formkit/commit/2b34587e7e873674a86009d9fa90b3c656dee62c))
220
+ * counter group dropdown variant [#179](https://github.com/AlaskaAirlines/auro-formkit/issues/179) ([fe09f66](https://github.com/AlaskaAirlines/auro-formkit/commit/fe09f662decc331efcc41cad62eb94285573022a))
221
+ * counter value, min, and max with button disable state [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([7df2b00](https://github.com/AlaskaAirlines/auro-formkit/commit/7df2b00ca2f46522139a5b99f26ac50429964dc4))
222
+ * datepicker array values ([6c8deb7](https://github.com/AlaskaAirlines/auro-formkit/commit/6c8deb7942b51fc90428b8b3a14257a7ffb036c1))
223
+ * datepicker range support ([d235a68](https://github.com/AlaskaAirlines/auro-formkit/commit/d235a681340ab539e1191ba56acd48d6214d3383))
224
+ * dropdown version build fix [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([15f2109](https://github.com/AlaskaAirlines/auro-formkit/commit/15f2109ac792e607759ddd79a3556ecd3754da37))
225
+ * enhance accessibility and add tests for auro-counter and auro-counter-group components [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([3d083ed](https://github.com/AlaskaAirlines/auro-formkit/commit/3d083ed7535209e2f26284d265d7e1c338f516ae))
226
+ * enhance AuroCounterGroup to include total value and update value structure to support auro-form [#200](https://github.com/AlaskaAirlines/auro-formkit/issues/200) ([b7f8eda](https://github.com/AlaskaAirlines/auro-formkit/commit/b7f8eda10669714afa01e15c05efd86faa272dd5))
227
+ * enhance dispatch event [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([4511e9b](https://github.com/AlaskaAirlines/auro-formkit/commit/4511e9b5c13a7a6a203bf9a314e35a3806838381))
228
+ * enhance dropdown rendering with value, label, and help text slots [#250](https://github.com/AlaskaAirlines/auro-formkit/issues/250) ([7a14d3e](https://github.com/AlaskaAirlines/auro-formkit/commit/7a14d3eef033ea33ce5ae85da766df6224ae3a0a))
229
+ * enhance keyboard navigation and focus management in dropdown bib with counters [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([7cfee58](https://github.com/AlaskaAirlines/auro-formkit/commit/7cfee58809007d8e270716a5c39c2092b6609d1e))
230
+ * expose `reset` event and a couple internal states ([c72379b](https://github.com/AlaskaAirlines/auro-formkit/commit/c72379b02ba3e9eb830303786c60e6621e22707b))
231
+ * fix clear button accessibility ([6c08805](https://github.com/AlaskaAirlines/auro-formkit/commit/6c0880570a73e223b5bb7ef5d0f3613d2ad6043d))
232
+ * **form:** add submit connection ([b3fc7a4](https://github.com/AlaskaAirlines/auro-formkit/commit/b3fc7a4a47eed1f560e8d937c98fb7b285536f7d))
233
+ * **form:** connect .reset() to reset buttons ([79c7c3d](https://github.com/AlaskaAirlines/auro-formkit/commit/79c7c3df03c07372833cff1b5ba43921bc2c1251))
234
+ * handle potential NaN values from Number conversion [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([2cae200](https://github.com/AlaskaAirlines/auro-formkit/commit/2cae2000c5cc6c27333c7ecba1ecf8341e9689ea))
235
+ * hide bib while loading when there is no loading placeholder to show ([a6ebc21](https://github.com/AlaskaAirlines/auro-formkit/commit/a6ebc21116ab60bee8a2b2810e654ef6d80f8431))
236
+ * hide props used only by group [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([a35a09d](https://github.com/AlaskaAirlines/auro-formkit/commit/a35a09d355466bbd2f6cc61f6014c414c21a683b))
237
+ * implement a very basic MVP form element ([1316508](https://github.com/AlaskaAirlines/auro-formkit/commit/1316508f479d429bf6eb96845301793da12a0946))
238
+ * implement initial event listeners ([73e083a](https://github.com/AlaskaAirlines/auro-formkit/commit/73e083a4d7520a30d1867fa104ad02412c23cd59))
239
+ * implement inputmask ([a7e2cae](https://github.com/AlaskaAirlines/auro-formkit/commit/a7e2cae1ce1c0facffc07b117682bea66a7c7b3c))
240
+ * improve focus styles and screen reader accessibility for counter components [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([2621e6c](https://github.com/AlaskaAirlines/auro-formkit/commit/2621e6c267cebcca6ef7c9ff109c9890f060d820))
241
+ * initial component styles and structure [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([ad6b77d](https://github.com/AlaskaAirlines/auro-formkit/commit/ad6b77d94a8855765a93a5805c3c1e10e4f68bff))
242
+ * initial kitDocProcessor ([77fdb4d](https://github.com/AlaskaAirlines/auro-formkit/commit/77fdb4dc934eb7212e6a1add56e7535a1b1561fc))
243
+ * integrate form validation [#44](https://github.com/AlaskaAirlines/auro-formkit/issues/44) ([a673a6b](https://github.com/AlaskaAirlines/auro-formkit/commit/a673a6be854661c6dc8f37c58d9031897fce5669))
244
+ * make counter-group dropdown fullscreen on mobile screen ([7b23520](https://github.com/AlaskaAirlines/auro-formkit/commit/7b23520c27a2d506d839e4f7d5d1c10af3f2e27e))
245
+ * make form pickup combobox input ([47aa6fe](https://github.com/AlaskaAirlines/auro-formkit/commit/47aa6fe6be3441678242876cda602a385f2b465d))
246
+ * move combobox's input to bib in fullscreen mode [#322](https://github.com/AlaskaAirlines/auro-formkit/issues/322) ([4188411](https://github.com/AlaskaAirlines/auro-formkit/commit/4188411d3407d9522d441b7abad1e31fb92d7901))
247
+ * move start date when the 2nd click is before start date in datepicker [#218](https://github.com/AlaskaAirlines/auro-formkit/issues/218) ([bf2e38e](https://github.com/AlaskaAirlines/auro-formkit/commit/bf2e38e1d9640cafd0d806de93ea74f190158ef4))
248
+ * open bib fullscreen on mobile view [#55](https://github.com/AlaskaAirlines/auro-formkit/issues/55) ([84110fd](https://github.com/AlaskaAirlines/auro-formkit/commit/84110fdd114b8456428491c7d994b8289a4d5292))
249
+ * prevent keyboard trapping when dropdown is not visible [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([fdff54f](https://github.com/AlaskaAirlines/auro-formkit/commit/fdff54f6af576c9948e48bdddddf455d8a654cae))
250
+ * refactor button styles and add counter validation [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([ef46ddd](https://github.com/AlaskaAirlines/auro-formkit/commit/ef46dddff08e55270326f2aefb520bb101677135))
251
+ * replace Inputmask with IMask [#312](https://github.com/AlaskaAirlines/auro-formkit/issues/312) ([5e83d31](https://github.com/AlaskaAirlines/auro-formkit/commit/5e83d31812e0408e1902cf5a678b1677ba06940b))
252
+ * simplify AuroCounterGroup by removing noValidate property and updating method names [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([231f110](https://github.com/AlaskaAirlines/auro-formkit/commit/231f110988fb8c27356ffec1f44b6b8b99a95683))
253
+ * support loading state in combobox and menu ([01bd9b9](https://github.com/AlaskaAirlines/auro-formkit/commit/01bd9b92e3c7a81bd913c7501d8ccbbbd972b00c))
254
+ * update color variables and styles for AuroCounter components [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([9ec6629](https://github.com/AlaskaAirlines/auro-formkit/commit/9ec662980e6fc5bfa11d81ccdc485cff634eac86))
255
+ * update custom validity message logic and docs [#155](https://github.com/AlaskaAirlines/auro-formkit/issues/155) [#156](https://github.com/AlaskaAirlines/auro-formkit/issues/156) ([beec66a](https://github.com/AlaskaAirlines/auro-formkit/commit/beec66a85d8004ad30207e3b039eac8cf3ffb2fb))
256
+ * update token refs [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([667b1af](https://github.com/AlaskaAirlines/auro-formkit/commit/667b1af0726dcd2813ef6a0b2371c879d5b49b53))
257
+ * update validation logic [#91](https://github.com/AlaskaAirlines/auro-formkit/issues/91) ([08392e7](https://github.com/AlaskaAirlines/auro-formkit/commit/08392e7990ce906f9ad446c118a38d69b2df1da1))
258
+ * use bibtemplate for dropdown bib content ([62abed6](https://github.com/AlaskaAirlines/auro-formkit/commit/62abed62bca382a10f5450102edec401e4afb67b))
259
+
260
+
261
+ ### Performance Improvements
262
+
263
+ * add animation to clear icon and add shared mixin file ([4c6a1e1](https://github.com/AlaskaAirlines/auro-formkit/commit/4c6a1e1f286c727f63acb53aaa59828e6387c2e0))
264
+ * add dynamic documentation for monorepo structure [#150](https://github.com/AlaskaAirlines/auro-formkit/issues/150) ([03d0c1b](https://github.com/AlaskaAirlines/auro-formkit/commit/03d0c1baebdaefa2e17486297afd9e26b66791e0))
265
+ * add dynamic phone number masking [#332](https://github.com/AlaskaAirlines/auro-formkit/issues/332) ([d38c0ff](https://github.com/AlaskaAirlines/auro-formkit/commit/d38c0ff5a15a94a8419d97daa20e0afc8a879223))
266
+ * add husky override to commit-msg ([15b8170](https://github.com/AlaskaAirlines/auro-formkit/commit/15b8170186320c4c1603063d95be64c67220b35a))
267
+ * add increment and decrement disable functionality, and create tests [#202](https://github.com/AlaskaAirlines/auro-formkit/issues/202) ([8ea3afb](https://github.com/AlaskaAirlines/auro-formkit/commit/8ea3afb8ebed273472d771eeefebfab9172af438))
268
+ * add min.js files ([503802e](https://github.com/AlaskaAirlines/auro-formkit/commit/503802e96225c30c276070a59f5cfdfe2e7bb04c))
269
+ * add optional chaining to validation logic ([c4de243](https://github.com/AlaskaAirlines/auro-formkit/commit/c4de243b2f98633605872ef41d2a033d7341b5f3))
270
+ * complete refactor of build system and components ([fd40ece](https://github.com/AlaskaAirlines/auro-formkit/commit/fd40ece429e0c0438ad5b1b9e4f7ab186d10d450)), closes [#228](https://github.com/AlaskaAirlines/auro-formkit/issues/228)
271
+ * enable publishConfig ([07eacb6](https://github.com/AlaskaAirlines/auro-formkit/commit/07eacb681a781861a81fb159c245b65751ce7342))
272
+ * force focus into html5 input for combobox [#143](https://github.com/AlaskaAirlines/auro-formkit/issues/143) ([89c2323](https://github.com/AlaskaAirlines/auro-formkit/commit/89c2323530b79f5c9c55527cce5f6be19288ef1a))
273
+ * **form:** remove extra bool check on events ([d01e0f3](https://github.com/AlaskaAirlines/auro-formkit/commit/d01e0f3dce53411fed754034eee782f2e7f1cb43))
274
+ * **form:** remove old mutation observers ([6b8083f](https://github.com/AlaskaAirlines/auro-formkit/commit/6b8083f5948966613b340653906e37085efd754d))
275
+ * handle all date formats and write tests [#344](https://github.com/AlaskaAirlines/auro-formkit/issues/344) ([10e310b](https://github.com/AlaskaAirlines/auro-formkit/commit/10e310b3fac099be13046dbf6aa8a2e13ebb6ea9))
276
+ * handle empty default slot in AuroCounter component [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([42be516](https://github.com/AlaskaAirlines/auro-formkit/commit/42be5165f40241e213d0ff07085f7e77345c3af6))
277
+ * hide input arrows for type=number ([9a56754](https://github.com/AlaskaAirlines/auro-formkit/commit/9a56754b2164057ce33ec27225ecc5ced149daf4))
278
+ * implement type date with format attribute [#329](https://github.com/AlaskaAirlines/auro-formkit/issues/329) ([20afb8d](https://github.com/AlaskaAirlines/auro-formkit/commit/20afb8df43def073abc09bd6f3a2d9d07051a26f))
279
+ * improve documentation around type=number ([76718a9](https://github.com/AlaskaAirlines/auro-formkit/commit/76718a916d2be90c0838475b62955213b310c62d))
280
+ * move `.container` our of `:host` ([088acab](https://github.com/AlaskaAirlines/auro-formkit/commit/088acabfcc1a70c919692db19eb5286644c6c955))
281
+ * prevent double-tap zoom on iOS and fix outline style on edge [#212](https://github.com/AlaskaAirlines/auro-formkit/issues/212) ([8401d2b](https://github.com/AlaskaAirlines/auro-formkit/commit/8401d2bcc4228d2ca9c2bea83573aadf695544ef))
282
+ * prevent semantic-release from running git hooks [#112](https://github.com/AlaskaAirlines/auro-formkit/issues/112) ([4134add](https://github.com/AlaskaAirlines/auro-formkit/commit/4134add4668eea857fd966da92a73cded993b349))
283
+ * rebase package lock ([385eeb6](https://github.com/AlaskaAirlines/auro-formkit/commit/385eeb6424a44307741c7833f235ed08e5ea974e))
284
+ * reflect value attribute onto input component ([ea3c731](https://github.com/AlaskaAirlines/auro-formkit/commit/ea3c73103e4b7d4a3a1d0c5c685f54603741dd3f))
285
+ * remove all references of isValid attribute ([b66d47e](https://github.com/AlaskaAirlines/auro-formkit/commit/b66d47e193088eda4c14b7fabdc2a037a46dba95))
286
+ * remove deprecated component code [#126](https://github.com/AlaskaAirlines/auro-formkit/issues/126) ([67f3be8](https://github.com/AlaskaAirlines/auro-formkit/commit/67f3be8287cb33d70031b961032db8ef9cd60c08))
287
+ * remove package.json private property ([088007e](https://github.com/AlaskaAirlines/auro-formkit/commit/088007efef7f4728ebad90286dc004490d32cb26))
288
+ * remove reflected value attribute from all components ([706f409](https://github.com/AlaskaAirlines/auro-formkit/commit/706f409196d55af415e230262832398976365968))
289
+ * replace `innerText` with `textContent` for better performance ([c3f99f1](https://github.com/AlaskaAirlines/auro-formkit/commit/c3f99f1abbae071ebeebdd3090fe070608659641))
290
+ * revert variable rendering logic for calendar ([ac1899e](https://github.com/AlaskaAirlines/auro-formkit/commit/ac1899e5075e9a35078c19cbdcba363de41161aa))
291
+ * show clear icon on hover or focus [#158](https://github.com/AlaskaAirlines/auro-formkit/issues/158) ([3c48343](https://github.com/AlaskaAirlines/auro-formkit/commit/3c483438f9bc6bf732c170f9185c7444f05b2032))
292
+ * simplify focus management logic in AuroCounterGroup component [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([331813a](https://github.com/AlaskaAirlines/auro-formkit/commit/331813a00f1ab5d8c58076e2880b5b33d8940701))
293
+ * simplify logic of resetting bib's size on fullscreen mode ([a69ffb1](https://github.com/AlaskaAirlines/auro-formkit/commit/a69ffb19973737df1339370908dbb1dd89b689b2))
294
+ * support custom Inputmasks [#335](https://github.com/AlaskaAirlines/auro-formkit/issues/335) ([eab15e5](https://github.com/AlaskaAirlines/auro-formkit/commit/eab15e55a38b285b3bc4e3b2f945cbe90c5e4feb))
295
+ * support dynamic credit card masking [#333](https://github.com/AlaskaAirlines/auro-formkit/issues/333) ([716eca8](https://github.com/AlaskaAirlines/auro-formkit/commit/716eca8d9ec732a7b91ef78f827877a3fd7af3d6))
296
+ * support help text for phone number inputs ([7ec6856](https://github.com/AlaskaAirlines/auro-formkit/commit/7ec6856e849fa9a73627889e6fbfe3e4136e5b2f))
297
+ * testing out latest husky to fix release [#112](https://github.com/AlaskaAirlines/auro-formkit/issues/112) ([e5c7f7a](https://github.com/AlaskaAirlines/auro-formkit/commit/e5c7f7ae2ba4c8af38b740445916b16514b3ec99))
298
+ * testing out latest husky to fix release [#112](https://github.com/AlaskaAirlines/auro-formkit/issues/112) ([d34fded](https://github.com/AlaskaAirlines/auro-formkit/commit/d34fdedf00a37472b5f2780cba3b9fcc49f7b162))
299
+ * unset hooks ([9974d1a](https://github.com/AlaskaAirlines/auro-formkit/commit/9974d1a7a9d29adc81ff1fc9bd0581622d52e527))
300
+ * update auro-library ([d086276](https://github.com/AlaskaAirlines/auro-formkit/commit/d086276ea40a6d990d547ef0304da7e641f11521))
301
+ * update auro-library and all other deps ([f35cc60](https://github.com/AlaskaAirlines/auro-formkit/commit/f35cc60c735b332b6df2232564263ee80e0aab91))
302
+ * update auro-library to fix the focus issue ([1548d20](https://github.com/AlaskaAirlines/auro-formkit/commit/1548d2081b16987d824ad81b83574f17cc6fe226))
303
+ * update component dependencies ([81dbb5b](https://github.com/AlaskaAirlines/auro-formkit/commit/81dbb5bcc45a8992eb008259c7a071e0b40030de))
304
+ * update dependencies and README docs ([84d9727](https://github.com/AlaskaAirlines/auro-formkit/commit/84d9727ada4aec27203c38d5cc3be7e54f55c6a8))
305
+ * update handling of invalid values in select ([d1eb0bf](https://github.com/AlaskaAirlines/auro-formkit/commit/d1eb0bf6477b89a751a8f9ce4c5d43d4fa92721c))
306
+ * update husky configs ([ab4f8b2](https://github.com/AlaskaAirlines/auro-formkit/commit/ab4f8b20260f8fae740de6135df06877bf6a6618))
307
+ * update instances of auro-form the repo to auro-formkit [#35](https://github.com/AlaskaAirlines/auro-formkit/issues/35) ([0b5b8d5](https://github.com/AlaskaAirlines/auro-formkit/commit/0b5b8d56322af344b8c21b42b514827c522df871))
308
+ * update old build release command [#35](https://github.com/AlaskaAirlines/auro-formkit/issues/35) ([b279345](https://github.com/AlaskaAirlines/auro-formkit/commit/b27934582e90ab992b9e75be0826a2716f04345b))
309
+ * update refs from v18-v20 to v20-v22 ([4aeecaf](https://github.com/AlaskaAirlines/auro-formkit/commit/4aeecafbd5a30db48de7f07da11f4d821be2e745))
310
+ * update validity to use patternMismatch state [#163](https://github.com/AlaskaAirlines/auro-formkit/issues/163) ([4c9f9a4](https://github.com/AlaskaAirlines/auro-formkit/commit/4c9f9a4c803b2fede189208ad0e005156d6b0bbf))
311
+ * update web-dev-server configurations and add new dev commands ([7d21e43](https://github.com/AlaskaAirlines/auro-formkit/commit/7d21e4373006891473f1ab331b406f4d9126a823))
312
+
313
+
314
+ ### BREAKING CHANGES
315
+
316
+ * `mobileDateLabel` slot is renamed to `bib.fullscreen.dateLabel`
317
+ * old date types are deprecated
318
+ * properties for the fullscreen feature are renamed
319
+ - `mobileFullscreenBreakpoint` is now `fullscreenBreakpoint`
320
+ - `bib.mobile.headline` is now `bib.fullscreen.headline`
321
+ * Major architectural changes to package structure and component system
322
+
323
+ - Move to monorepo workspace configuration with Turborepo
324
+ - Add new components:
325
+ - auro-counter for numeric input controls
326
+ - auro-helptext for form field assistance
327
+ - auro-bibtemplate for bib/dropdown templates
328
+ - auro-form for form handling and validation
329
+ - auro-counter-group for grouped counter inputs
330
+ - Update existing components:
331
+ - auro-dropdown with improved positioning and mobile support
332
+ - auro-select with enhanced menu API
333
+ - auro-combobox with fullscreen mobile view
334
+ - auro-datepicker with range selection support
335
+ - Consolidate all components under auro-formkit namespace
336
+ - New build pipeline and documentation structure
337
+ * `placeholder` is now slot not attribute and there is no default node for it
338
+ * input's errorMessage is now a private property.
339
+ * patternMismatch replaces badInput state when user inputs do not match the expected pattern.
340
+ * remove unsupported deprecated code from all of our components.
341
+
342
+ # [2.0.0-beta.54](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.53...v2.0.0-beta.54) (2025-03-04)
343
+
344
+
345
+ ### Performance Improvements
346
+
347
+ * testing out latest husky to fix release [#112](https://github.com/AlaskaAirlines/auro-formkit/issues/112) ([e5c7f7a](https://github.com/AlaskaAirlines/auro-formkit/commit/e5c7f7ae2ba4c8af38b740445916b16514b3ec99))
348
+
349
+ # [2.0.0-beta.53](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.52...v2.0.0-beta.53) (2025-03-04)
350
+
351
+
352
+ ### Features
353
+
354
+ * fix clear button accessibility ([6c08805](https://github.com/AlaskaAirlines/auro-formkit/commit/6c0880570a73e223b5bb7ef5d0f3613d2ad6043d))
355
+
356
+ # [2.0.0-beta.52](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.51...v2.0.0-beta.52) (2025-02-28)
357
+
358
+
359
+ ### Bug Fixes
360
+
361
+ * rename `mobileHeadline` and `mobileDateLabel` to follow `bib.fullscreen.*` pattern ([26a28e8](https://github.com/AlaskaAirlines/auro-formkit/commit/26a28e849fce9bd2ba79721cd1097b4c4cbab943))
362
+
363
+
364
+ ### BREAKING CHANGES
365
+
366
+ * `mobileDateLabel` slot is renamed to `bib.fullscreen.dateLabel`
367
+
368
+ # [2.0.0-beta.51](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.50...v2.0.0-beta.51) (2025-02-28)
369
+
370
+
371
+ ### Bug Fixes
372
+
373
+ * rename `largeMobileHeadline` to `largeFullscreenHeadline` ([ff7ee2e](https://github.com/AlaskaAirlines/auro-formkit/commit/ff7ee2e21a4e0b7f640898e3221c80a2bcc4a41f))
374
+
375
+
376
+ ### Features
377
+
378
+ * add fullscreen bib features on select [#360](https://github.com/AlaskaAirlines/auro-formkit/issues/360) ([7b9a3ff](https://github.com/AlaskaAirlines/auro-formkit/commit/7b9a3ffae0e029be71e81c8dd2a02e9c37cbdd6d))
379
+
380
+ # [2.0.0-beta.50](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.49...v2.0.0-beta.50) (2025-02-27)
381
+
382
+
383
+ ### Bug Fixes
384
+
385
+ * bubble up input event when fullscreen bib is open ([719c8f9](https://github.com/AlaskaAirlines/auro-formkit/commit/719c8f9699711f7c405aa26135860888c1723f9a))
386
+
387
+ # [2.0.0-beta.49](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.48...v2.0.0-beta.49) (2025-02-27)
388
+
389
+
390
+ ### Bug Fixes
391
+
392
+ * fix prev/next button position and double scrollbar in datepicker ([e5a4b1c](https://github.com/AlaskaAirlines/auro-formkit/commit/e5a4b1c37f1613c0889d6400c794c25cb307a68b))
393
+
394
+ # [2.0.0-beta.48](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.47...v2.0.0-beta.48) (2025-02-27)
395
+
396
+
397
+ ### Bug Fixes
398
+
399
+ * support dynamic `bib.fullscreen.headline` and `label` ([5f3b7ca](https://github.com/AlaskaAirlines/auro-formkit/commit/5f3b7ca00aeb4c11eed14451c470df6c4c2118a2))
400
+
401
+ # [2.0.0-beta.47](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.46...v2.0.0-beta.47) (2025-02-27)
402
+
403
+
404
+ ### Bug Fixes
405
+
406
+ * address linting errors ([686c11a](https://github.com/AlaskaAirlines/auro-formkit/commit/686c11ae485ccb4ccce5e561110a2a9bd49e070f))
407
+ * address PR review comments ([8e1be49](https://github.com/AlaskaAirlines/auro-formkit/commit/8e1be4971edfc8103f7a49f419de785bf98105e8))
408
+ * button up small bugs in autoformatting configuration ([0c47e81](https://github.com/AlaskaAirlines/auro-formkit/commit/0c47e819d53d8d3d4191ad70c49faf9a4859f3c7))
409
+ * change calendar view to typed date [#369](https://github.com/AlaskaAirlines/auro-formkit/issues/369) ([01591cf](https://github.com/AlaskaAirlines/auro-formkit/commit/01591cf395ca3e2a6441007b91bbb121d3e254a3))
410
+ * convert breakpoint value to integer ([7d39ac1](https://github.com/AlaskaAirlines/auro-formkit/commit/7d39ac1a02feb73cb60c273a389555176e734aab))
411
+ * dynamically render month and year in calendar header ([35029dc](https://github.com/AlaskaAirlines/auro-formkit/commit/35029dc0b3457fdb875647b7ab67303d430b6e52))
412
+ * handle dynamic format changes ([81d86b0](https://github.com/AlaskaAirlines/auro-formkit/commit/81d86b08a5b7686e27c061c26661a532f81d1995))
413
+ * reference correct type in mask options ([c8db94e](https://github.com/AlaskaAirlines/auro-formkit/commit/c8db94eca09a5d3e751d56f7445d180eca212fb6))
414
+ * update support for localized month names ([9b085d2](https://github.com/AlaskaAirlines/auro-formkit/commit/9b085d2174adf629f83b4c5192fb873b601c6de0))
415
+
416
+
417
+ ### Features
418
+
419
+ * add format support to datepicker [#342](https://github.com/AlaskaAirlines/auro-formkit/issues/342) ([eacf5ea](https://github.com/AlaskaAirlines/auro-formkit/commit/eacf5eaba2e0b34facc3a3da225486f215c30dd7))
420
+ * implement inputmask ([a7e2cae](https://github.com/AlaskaAirlines/auro-formkit/commit/a7e2cae1ce1c0facffc07b117682bea66a7c7b3c))
421
+ * replace Inputmask with IMask [#312](https://github.com/AlaskaAirlines/auro-formkit/issues/312) ([5e83d31](https://github.com/AlaskaAirlines/auro-formkit/commit/5e83d31812e0408e1902cf5a678b1677ba06940b))
422
+ * use bibtemplate for dropdown bib content ([62abed6](https://github.com/AlaskaAirlines/auro-formkit/commit/62abed62bca382a10f5450102edec401e4afb67b))
423
+
424
+
425
+ ### Performance Improvements
426
+
427
+ * add dynamic phone number masking [#332](https://github.com/AlaskaAirlines/auro-formkit/issues/332) ([d38c0ff](https://github.com/AlaskaAirlines/auro-formkit/commit/d38c0ff5a15a94a8419d97daa20e0afc8a879223))
428
+ * handle all date formats and write tests [#344](https://github.com/AlaskaAirlines/auro-formkit/issues/344) ([10e310b](https://github.com/AlaskaAirlines/auro-formkit/commit/10e310b3fac099be13046dbf6aa8a2e13ebb6ea9))
429
+ * implement type date with format attribute [#329](https://github.com/AlaskaAirlines/auro-formkit/issues/329) ([20afb8d](https://github.com/AlaskaAirlines/auro-formkit/commit/20afb8df43def073abc09bd6f3a2d9d07051a26f))
430
+ * support custom Inputmasks [#335](https://github.com/AlaskaAirlines/auro-formkit/issues/335) ([eab15e5](https://github.com/AlaskaAirlines/auro-formkit/commit/eab15e55a38b285b3bc4e3b2f945cbe90c5e4feb))
431
+ * support dynamic credit card masking [#333](https://github.com/AlaskaAirlines/auro-formkit/issues/333) ([716eca8](https://github.com/AlaskaAirlines/auro-formkit/commit/716eca8d9ec732a7b91ef78f827877a3fd7af3d6))
432
+ * support help text for phone number inputs ([7ec6856](https://github.com/AlaskaAirlines/auro-formkit/commit/7ec6856e849fa9a73627889e6fbfe3e4136e5b2f))
433
+
434
+
435
+ ### BREAKING CHANGES
436
+
437
+ * old date types are deprecated
438
+
439
+ # [2.0.0-beta.46](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.45...v2.0.0-beta.46) (2025-02-24)
440
+
441
+
442
+ ### Bug Fixes
443
+
444
+ * use versioningTag for `auro-helptext` ([bbebcc4](https://github.com/AlaskaAirlines/auro-formkit/commit/bbebcc4823513ea4309e3778048bd76b2e5289e8))
445
+
446
+ # [2.0.0-beta.45](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.44...v2.0.0-beta.45) (2025-02-24)
447
+
448
+
449
+ ### Bug Fixes
450
+
451
+ * rename some fullscreen related props and slot names ([fb3d4e6](https://github.com/AlaskaAirlines/auro-formkit/commit/fb3d4e62e39dc48ea0c17c51257127fc09aa8462))
452
+
453
+
454
+ ### Features
455
+
456
+ * make counter-group dropdown fullscreen on mobile screen ([7b23520](https://github.com/AlaskaAirlines/auro-formkit/commit/7b23520c27a2d506d839e4f7d5d1c10af3f2e27e))
457
+
458
+
459
+ ### BREAKING CHANGES
460
+
461
+ * properties for the fullscreen feature are renamed
462
+ - `mobileFullscreenBreakpoint` is now `fullscreenBreakpoint`
463
+ - `bib.mobile.headline` is now `bib.fullscreen.headline`
464
+
465
+ # [2.0.0-beta.44](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.43...v2.0.0-beta.44) (2025-02-24)
466
+
467
+
468
+ ### Performance Improvements
469
+
470
+ * complete refactor of build system and components ([fd40ece](https://github.com/AlaskaAirlines/auro-formkit/commit/fd40ece429e0c0438ad5b1b9e4f7ab186d10d450)), closes [#228](https://github.com/AlaskaAirlines/auro-formkit/issues/228)
471
+
472
+
473
+ ### BREAKING CHANGES
474
+
475
+ * Major architectural changes to package structure and component system
476
+
477
+ - Move to monorepo workspace configuration with Turborepo
478
+ - Add new components:
479
+ - auro-counter for numeric input controls
480
+ - auro-helptext for form field assistance
481
+ - auro-bibtemplate for bib/dropdown templates
482
+ - auro-form for form handling and validation
483
+ - auro-counter-group for grouped counter inputs
484
+ - Update existing components:
485
+ - auro-dropdown with improved positioning and mobile support
486
+ - auro-select with enhanced menu API
487
+ - auro-combobox with fullscreen mobile view
488
+ - auro-datepicker with range selection support
489
+ - Consolidate all components under auro-formkit namespace
490
+ - New build pipeline and documentation structure
491
+
492
+ # [2.0.0-beta.43](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.42...v2.0.0-beta.43) (2025-02-24)
493
+
494
+
495
+ ### Bug Fixes
496
+
497
+ * add register to AuroBibtemplate component and update with latest release scripts [#228](https://github.com/AlaskaAirlines/auro-formkit/issues/228) ([cfabce6](https://github.com/AlaskaAirlines/auro-formkit/commit/cfabce601ef3265e2ab037c342655ba834a49e4d))
498
+ * expose paths to readme files [#228](https://github.com/AlaskaAirlines/auro-formkit/issues/228) ([93aabae](https://github.com/AlaskaAirlines/auro-formkit/commit/93aabae27abd03e04b938f830dd6beb6a975ba89))
499
+ * **form:** address PR feedback ([724dea6](https://github.com/AlaskaAirlines/auro-formkit/commit/724dea6f278259eaef5ed14f01b4771e22056ebc))
500
+ * make form to watch dom tree update ([d9488dc](https://github.com/AlaskaAirlines/auro-formkit/commit/d9488dc6f88794c30d5d663dcab9f34a42082679))
501
+ * store mutationObservers properly ([abc058a](https://github.com/AlaskaAirlines/auro-formkit/commit/abc058a08e3c1b81df5c64732807a7a58c6a7b67))
502
+ * update web-dev-server config to append .html for non-file URLs and enhance turbo.json dependencies ([696fcb0](https://github.com/AlaskaAirlines/auro-formkit/commit/696fcb0027ab4e0bc0083be050cfdbd520040f83))
503
+
504
+
505
+ ### Performance Improvements
506
+
507
+ * **form:** remove old mutation observers ([6b8083f](https://github.com/AlaskaAirlines/auro-formkit/commit/6b8083f5948966613b340653906e37085efd754d))
508
+ * update web-dev-server configurations and add new dev commands ([7d21e43](https://github.com/AlaskaAirlines/auro-formkit/commit/7d21e4373006891473f1ab331b406f4d9126a823))
509
+
510
+ # [2.0.0-beta.42](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.41...v2.0.0-beta.42) (2025-02-21)
511
+
512
+
513
+ ### Bug Fixes
514
+
515
+ * add `largeMobileHeadeline` attr for bib headeline size, fix flickering issue in fullscreen ([2f4526a](https://github.com/AlaskaAirlines/auro-formkit/commit/2f4526a88eadd1a01a7f7168aa31e22240d14ab9))
516
+ * make dropdown to pull `dropdownbib` properly ([9a45cb8](https://github.com/AlaskaAirlines/auro-formkit/commit/9a45cb8332c509eb3f9d1fc67ed70488b9bb7187))
517
+
518
+
519
+ ### Features
520
+
521
+ * add `mobileFullscreenBreakpoint` property on combobox and pass to dropdown ([c036ba3](https://github.com/AlaskaAirlines/auro-formkit/commit/c036ba3ffc33b3f168e3f31326409361dbab278a))
522
+ * basic bibtemplate structure [#323](https://github.com/AlaskaAirlines/auro-formkit/issues/323) ([be8ad9c](https://github.com/AlaskaAirlines/auro-formkit/commit/be8ad9c3c579f42ed5a0fcc768813e73f6c243ff))
523
+ * move combobox's input to bib in fullscreen mode [#322](https://github.com/AlaskaAirlines/auro-formkit/issues/322) ([4188411](https://github.com/AlaskaAirlines/auro-formkit/commit/4188411d3407d9522d441b7abad1e31fb92d7901))
524
+
525
+ # [2.0.0-beta.41](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.40...v2.0.0-beta.41) (2025-02-11)
526
+
527
+
528
+ ### Bug Fixes
529
+
530
+ * validations didn't always trigger form updates ([b215d31](https://github.com/AlaskaAirlines/auro-formkit/commit/b215d317a940924632c74b964ae667774e2e105b))
531
+
532
+
533
+ ### Performance Improvements
534
+
535
+ * **form:** remove extra bool check on events ([d01e0f3](https://github.com/AlaskaAirlines/auro-formkit/commit/d01e0f3dce53411fed754034eee782f2e7f1cb43))
536
+
537
+ # [2.0.0-beta.40](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.39...v2.0.0-beta.40) (2025-02-11)
538
+
539
+
540
+ ### Bug Fixes
541
+
542
+ * set to border to render in dropdown when there is no trigger slot provided ([729d3e7](https://github.com/AlaskaAirlines/auro-formkit/commit/729d3e7efbee7c1c98782a63f28ebcf4515d5200))
543
+
544
+ # [2.0.0-beta.39](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.38...v2.0.0-beta.39) (2025-02-08)
545
+
546
+
547
+ ### Bug Fixes
548
+
549
+ * make events cancelable ([502c3ba](https://github.com/AlaskaAirlines/auro-formkit/commit/502c3ba0bba8ffea4bb4072ba95cce41980665e9))
550
+ * remove strange import ([11b9603](https://github.com/AlaskaAirlines/auro-formkit/commit/11b9603b9821875ef0bb5512548b42941a7fa699))
551
+ * surface input event from radio group ([c7d55e3](https://github.com/AlaskaAirlines/auro-formkit/commit/c7d55e373044aca05ce775ec06f48cb69f6f10b8))
552
+ * surface input event from select ([b425569](https://github.com/AlaskaAirlines/auro-formkit/commit/b425569e30b3bffc2c631644ab7a60f0dcd4bda5))
553
+
554
+ # [2.0.0-beta.38](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.37...v2.0.0-beta.38) (2025-02-06)
555
+
556
+
557
+ ### Bug Fixes
558
+
559
+ * render counter dropdown's border and label properly ([58c87fa](https://github.com/AlaskaAirlines/auro-formkit/commit/58c87fae499c7470bae417308e6e6c96f3fc2316))
560
+
561
+ # [2.0.0-beta.37](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2025-02-06)
562
+
563
+
564
+ ### Performance Improvements
565
+
566
+ * prevent double-tap zoom on iOS and fix outline style on edge [#212](https://github.com/AlaskaAirlines/auro-formkit/issues/212) ([8401d2b](https://github.com/AlaskaAirlines/auro-formkit/commit/8401d2bcc4228d2ca9c2bea83573aadf695544ef))
567
+
568
+ # [2.0.0-beta.36](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2025-02-05)
569
+
570
+
571
+ ### Bug Fixes
572
+
573
+ * address aria violations on datepicker ([09ea460](https://github.com/AlaskaAirlines/auro-formkit/commit/09ea46034c0a7c80576f42a1f51274f1611c26e6))
574
+ * correct trigger behavior based on slot content [#299](https://github.com/AlaskaAirlines/auro-formkit/issues/299) ([2d238f1](https://github.com/AlaskaAirlines/auro-formkit/commit/2d238f13bf7e265c78671dfe483f71392ff3ed5f))
575
+ * remove dropdowns aria-expanded attribute ([dfe0c35](https://github.com/AlaskaAirlines/auro-formkit/commit/dfe0c351463ce54691957b636997d94ff6651faf))
576
+
577
+
578
+ ### Performance Improvements
579
+
580
+ * update dependencies and README docs ([84d9727](https://github.com/AlaskaAirlines/auro-formkit/commit/84d9727ada4aec27203c38d5cc3be7e54f55c6a8))
581
+
582
+ # [2.0.0-beta.35](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.34...v2.0.0-beta.35) (2025-02-05)
583
+
584
+
585
+ ### Bug Fixes
586
+
587
+ * adjust max-height for dropdown trigger in counter-group styles [#289](https://github.com/AlaskaAirlines/auro-formkit/issues/289) ([1aa464a](https://github.com/AlaskaAirlines/auro-formkit/commit/1aa464a3e9d41eba91f1f3f099671a30ab73a2ac))
588
+ * change overflow property to hidden for trigger and valueText slots ([64e9994](https://github.com/AlaskaAirlines/auro-formkit/commit/64e9994f21589edec46e7a8b493bae407a174070))
589
+
590
+ # [2.0.0-beta.34](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.33...v2.0.0-beta.34) (2025-02-05)
591
+
592
+
593
+ ### Bug Fixes
594
+
595
+ * correct event options to use 'bubbles' and 'composed' in AuroCounter and AuroCounterGroup components ([859994c](https://github.com/AlaskaAirlines/auro-formkit/commit/859994ce7abca97622aa82cecd6b30529d0c83f3))
596
+
597
+
598
+ ### Features
599
+
600
+ * enhance accessibility and add tests for auro-counter and auro-counter-group components [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([3d083ed](https://github.com/AlaskaAirlines/auro-formkit/commit/3d083ed7535209e2f26284d265d7e1c338f516ae))
601
+ * enhance keyboard navigation and focus management in dropdown bib with counters [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([7cfee58](https://github.com/AlaskaAirlines/auro-formkit/commit/7cfee58809007d8e270716a5c39c2092b6609d1e))
602
+ * improve focus styles and screen reader accessibility for counter components [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([2621e6c](https://github.com/AlaskaAirlines/auro-formkit/commit/2621e6c267cebcca6ef7c9ff109c9890f060d820))
603
+ * prevent keyboard trapping when dropdown is not visible [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([fdff54f](https://github.com/AlaskaAirlines/auro-formkit/commit/fdff54f6af576c9948e48bdddddf455d8a654cae))
604
+
605
+
606
+ ### Performance Improvements
607
+
608
+ * handle empty default slot in AuroCounter component [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([42be516](https://github.com/AlaskaAirlines/auro-formkit/commit/42be5165f40241e213d0ff07085f7e77345c3af6))
609
+ * simplify focus management logic in AuroCounterGroup component [#195](https://github.com/AlaskaAirlines/auro-formkit/issues/195) ([331813a](https://github.com/AlaskaAirlines/auro-formkit/commit/331813a00f1ab5d8c58076e2880b5b33d8940701))
610
+
611
+ # [2.0.0-beta.33](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.32...v2.0.0-beta.33) (2025-02-05)
612
+
613
+
614
+ ### Bug Fixes
615
+
616
+ * form event listeners ([531752b](https://github.com/AlaskaAirlines/auro-formkit/commit/531752b3d6fec481ccebf5e0feef00ef539080c2))
617
+ * **form:** try `.value` first when initializing state keys ([a9c373a](https://github.com/AlaskaAirlines/auro-formkit/commit/a9c373abab1550be0286d3d0df71c1f4373ceaa4))
618
+
619
+
620
+ ### Features
621
+
622
+ * make form pickup combobox input ([47aa6fe](https://github.com/AlaskaAirlines/auro-formkit/commit/47aa6fe6be3441678242876cda602a385f2b465d))
623
+
624
+ # [2.0.0-beta.32](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2025-02-04)
625
+
626
+
627
+ ### Bug Fixes
628
+
629
+ * styling for mobile Datepicker ([7c43db9](https://github.com/AlaskaAirlines/auro-formkit/commit/7c43db9a4aff2903911bd726e244290f437f0ce5))
630
+ * update container query per design spec ([5509027](https://github.com/AlaskaAirlines/auro-formkit/commit/55090272a8cedc847292edb53924bc316fe58075))
631
+
632
+ # [2.0.0-beta.31](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2025-01-31)
633
+
634
+
635
+ ### Bug Fixes
636
+
637
+ * add margin only when the slotted node has contents [#271](https://github.com/AlaskaAirlines/auro-formkit/issues/271) ([7ef1ef8](https://github.com/AlaskaAirlines/auro-formkit/commit/7ef1ef8b38b2be55a0b6fef22cb4dbc7c789e31d))
638
+
639
+ # [2.0.0-beta.30](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.29...v2.0.0-beta.30) (2025-01-30)
640
+
641
+
642
+ ### Bug Fixes
643
+
644
+ * check deep nested slots with recusive function ([6ab4435](https://github.com/AlaskaAirlines/auro-formkit/commit/6ab4435c155e75f1075963484d14c5d9db9ea326))
645
+
646
+
647
+ ### Features
648
+
649
+ * enhance dropdown rendering with value, label, and help text slots [#250](https://github.com/AlaskaAirlines/auro-formkit/issues/250) ([7a14d3e](https://github.com/AlaskaAirlines/auro-formkit/commit/7a14d3eef033ea33ce5ae85da766df6224ae3a0a))
650
+
651
+ # [2.0.0-beta.29](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.28...v2.0.0-beta.29) (2025-01-30)
652
+
653
+
654
+ ### Bug Fixes
655
+
656
+ * update visibility when re-rendered [`auro-helptext`] ([f6bf6b7](https://github.com/AlaskaAirlines/auro-formkit/commit/f6bf6b750bebddf4ec2f967d0acf5a195f067bab))
657
+ * fix build failure ([7721f7f](https://github.com/AlaskaAirlines/auro-formkit/commit/7721f7ff5be1a68f26b7a9b5724a87d67e4ed4f2))
658
+
659
+
660
+ ### Features
661
+
662
+ * add `helptext` component (internal use only) ([66747a0](https://github.com/AlaskaAirlines/auro-formkit/commit/66747a09ecde24cf209c225369197c6190e51adf))
663
+
664
+ # [2.0.0-beta.28](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2025-01-30)
665
+
666
+
667
+ ### Bug Fixes
668
+
669
+ * breaking builds in gh actions ([1046717](https://github.com/AlaskaAirlines/auro-formkit/commit/1046717c08d67fbde9966e5b583ff0adef9a4853))
670
+ * handle early input and validity ([6df5c6d](https://github.com/AlaskaAirlines/auro-formkit/commit/6df5c6d9f038f308263ed310455c3e6f62dba992))
671
+
672
+
673
+ ### Features
674
+
675
+ * expose `reset` event and a couple internal states ([c72379b](https://github.com/AlaskaAirlines/auro-formkit/commit/c72379b02ba3e9eb830303786c60e6621e22707b))
676
+
677
+
678
+ ### Performance Improvements
679
+
680
+ * rebase package lock ([385eeb6](https://github.com/AlaskaAirlines/auro-formkit/commit/385eeb6424a44307741c7833f235ed08e5ea974e))
681
+
682
+ # [2.0.0-beta.27](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.26...v2.0.0-beta.27) (2025-01-29)
683
+
684
+
685
+ ### Bug Fixes
686
+
687
+ * update config index with exports [#283](https://github.com/AlaskaAirlines/auro-formkit/issues/283) ([35af251](https://github.com/AlaskaAirlines/auro-formkit/commit/35af251bfbcbc7cc0d74c56c9f0ef35f6afbb50d))
688
+ * update postinstall script to use reliable dependency path ([fa0607f](https://github.com/AlaskaAirlines/auro-formkit/commit/fa0607faea8a5bab9c78f4d0ee82bc05864eb2b0))
689
+
690
+ # [2.0.0-beta.26](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.25...v2.0.0-beta.26) (2025-01-28)
691
+
692
+
693
+ ### Bug Fixes
694
+
695
+ * add display block to auro-dropdown in counter-group styles [#249](https://github.com/AlaskaAirlines/auro-formkit/issues/249) ([558aa17](https://github.com/AlaskaAirlines/auro-formkit/commit/558aa1733792b33d828b61e524757d0319df3a1c))
696
+
697
+ # [2.0.0-beta.25](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2025-01-28)
698
+
699
+
700
+ ### Bug Fixes
701
+
702
+ * update counter tests to use initial values in markup and ensure HTMLButtonElement before focusing [#202](https://github.com/AlaskaAirlines/auro-formkit/issues/202) ([193b4ee](https://github.com/AlaskaAirlines/auro-formkit/commit/193b4ee599c08a650dc399e1695d6a3c331629f8))
703
+
704
+
705
+ ### Performance Improvements
706
+
707
+ * add increment and decrement disable functionality, and create tests [#202](https://github.com/AlaskaAirlines/auro-formkit/issues/202) ([8ea3afb](https://github.com/AlaskaAirlines/auro-formkit/commit/8ea3afb8ebed273472d771eeefebfab9172af438))
708
+
709
+ # [2.0.0-beta.24](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.23...v2.0.0-beta.24) (2025-01-24)
710
+
711
+
712
+ ### Bug Fixes
713
+
714
+ * make datepicker's height the same as other components' height [#271](https://github.com/AlaskaAirlines/auro-formkit/issues/271) ([40f206d](https://github.com/AlaskaAirlines/auro-formkit/commit/40f206dd135eff95ab24012be54db80320c1b190))
715
+
716
+ # [2.0.0-beta.23](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.22...v2.0.0-beta.23) (2025-01-24)
717
+
718
+
719
+ ### Bug Fixes
720
+
721
+ * bad datepicker test ([8d4d4a3](https://github.com/AlaskaAirlines/auro-formkit/commit/8d4d4a39ff2e8f565f18d42f6d13364bc3ce827f))
722
+
723
+ # [2.0.0-beta.22](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.21...v2.0.0-beta.22) (2025-01-24)
724
+
725
+
726
+ ### Features
727
+
728
+ * datepicker array values ([6c8deb7](https://github.com/AlaskaAirlines/auro-formkit/commit/6c8deb7942b51fc90428b8b3a14257a7ffb036c1))
729
+ * datepicker range support ([d235a68](https://github.com/AlaskaAirlines/auro-formkit/commit/d235a681340ab539e1191ba56acd48d6214d3383))
730
+
731
+ # [2.0.0-beta.21](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.20...v2.0.0-beta.21) (2025-01-24)
732
+
733
+
734
+ ### Bug Fixes
735
+
736
+ * remove duplicate package.json entry ([be9b60f](https://github.com/AlaskaAirlines/auro-formkit/commit/be9b60f3d7c3f030ddaef509253658790fab7aab))
737
+ * wrap values as array ([bde8d4a](https://github.com/AlaskaAirlines/auro-formkit/commit/bde8d4a5944e6e90f76c5327a123b31fdfdafa3b))
738
+
739
+ # [2.0.0-beta.20](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2025-01-23)
740
+
741
+
742
+ ### Bug Fixes
743
+
744
+ * reset `validity` when resetting `value` [#260](https://github.com/AlaskaAirlines/auro-formkit/issues/260) ([47eb399](https://github.com/AlaskaAirlines/auro-formkit/commit/47eb39960875e0a5d6c6686e71675a3eca2d261f))
745
+
746
+ # [2.0.0-beta.19](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.18...v2.0.0-beta.19) (2025-01-22)
747
+
748
+
749
+ ### Bug Fixes
750
+
751
+ * pass correct paramenter to `validate` ([6d947a3](https://github.com/AlaskaAirlines/auro-formkit/commit/6d947a3fb321fbd2f18730868d1121e27e58a651))
752
+
753
+
754
+ ### Features
755
+
756
+ * add public `validate` function in each components [#246](https://github.com/AlaskaAirlines/auro-formkit/issues/246) ([cb37af5](https://github.com/AlaskaAirlines/auro-formkit/commit/cb37af58b679df066f335e45d5f6db93df5db43d))
757
+
758
+ # [2.0.0-beta.18](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2025-01-18)
759
+
760
+
761
+ ### Bug Fixes
762
+
763
+ * **form:** remove temporary styling ([1200922](https://github.com/AlaskaAirlines/auro-formkit/commit/1200922634cd6c7f74414585a3dd19aa29872cee))
764
+
765
+
766
+ ### Features
767
+
768
+ * **form:** add submit connection ([b3fc7a4](https://github.com/AlaskaAirlines/auro-formkit/commit/b3fc7a4a47eed1f560e8d937c98fb7b285536f7d))
769
+ * **form:** connect .reset() to reset buttons ([79c7c3d](https://github.com/AlaskaAirlines/auro-formkit/commit/79c7c3df03c07372833cff1b5ba43921bc2c1251))
770
+
771
+ # [2.0.0-beta.17](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2025-01-18)
772
+
773
+
774
+ ### Features
775
+
776
+ * counter group dropdown variant [#179](https://github.com/AlaskaAirlines/auro-formkit/issues/179) ([fe09f66](https://github.com/AlaskaAirlines/auro-formkit/commit/fe09f662decc331efcc41cad62eb94285573022a))
777
+
778
+ # [2.0.0-beta.16](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2025-01-17)
779
+
780
+
781
+ ### Bug Fixes
782
+
783
+ * **form:** address group feedback ([1743430](https://github.com/AlaskaAirlines/auro-formkit/commit/174343098dfffb2cb005bc408d9b6779bbe401bf))
784
+ * **form:** make form validity only return valid or invalid ([4bd2e65](https://github.com/AlaskaAirlines/auro-formkit/commit/4bd2e6543d195f0dae1a8ec4efd28ee90f14cf26))
785
+ * **form:** pr feedback ([dbee3a9](https://github.com/AlaskaAirlines/auro-formkit/commit/dbee3a900aee30e1391c0a6410b561c1ab2a5f9e))
786
+
787
+
788
+ ### Features
789
+
790
+ * implement a very basic MVP form element ([1316508](https://github.com/AlaskaAirlines/auro-formkit/commit/1316508f479d429bf6eb96845301793da12a0946))
791
+ * implement initial event listeners ([73e083a](https://github.com/AlaskaAirlines/auro-formkit/commit/73e083a4d7520a30d1867fa104ad02412c23cd59))
792
+
793
+ # [2.0.0-beta.15](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2025-01-17)
794
+
795
+
796
+ ### Bug Fixes
797
+
798
+ * remove extra css selector ([c5b2dce](https://github.com/AlaskaAirlines/auro-formkit/commit/c5b2dce6095a7afbe2940dcb908b87583f45d20f))
799
+ * update color token for active and hover states ([8cb23dc](https://github.com/AlaskaAirlines/auro-formkit/commit/8cb23dc48c1330703a48695c165117d8e831702d))
800
+
801
+ # [2.0.0-beta.14](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2025-01-17)
802
+
803
+
804
+ ### Features
805
+
806
+ * enhance AuroCounterGroup to include total value and update value structure to support auro-form [#200](https://github.com/AlaskaAirlines/auro-formkit/issues/200) ([b7f8eda](https://github.com/AlaskaAirlines/auro-formkit/commit/b7f8eda10669714afa01e15c05efd86faa272dd5))
807
+
808
+ # [2.0.0-beta.13](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2025-01-17)
809
+
810
+
811
+ ### Bug Fixes
812
+
813
+ * resolve console error during testing [#85](https://github.com/AlaskaAirlines/auro-formkit/issues/85) ([aa15e31](https://github.com/AlaskaAirlines/auro-formkit/commit/aa15e315f25cca72ebc4ce1dcce7269c8b043d90))
814
+
815
+ # [2.0.0-beta.12](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2025-01-17)
816
+
817
+
818
+ ### Features
819
+
820
+ * add combobox autocomplete=off functionality [#109](https://github.com/AlaskaAirlines/auro-formkit/issues/109) ([8cab9dd](https://github.com/AlaskaAirlines/auro-formkit/commit/8cab9ddf73c6afb0f5de99ab9f6c592d64f6ca8b))
821
+
822
+
823
+ ### Performance Improvements
824
+
825
+ * force focus into html5 input for combobox [#143](https://github.com/AlaskaAirlines/auro-formkit/issues/143) ([89c2323](https://github.com/AlaskaAirlines/auro-formkit/commit/89c2323530b79f5c9c55527cce5f6be19288ef1a))
826
+
827
+ # [2.0.0-beta.11](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2025-01-17)
828
+
829
+
830
+ ### Bug Fixes
831
+
832
+ * add multiselect attribute to select ([e37d424](https://github.com/AlaskaAirlines/auro-formkit/commit/e37d42453c721841a1589316c7fdef9689351002))
833
+ * combobox returns array ([aca8bbe](https://github.com/AlaskaAirlines/auro-formkit/commit/aca8bbe17b6dffbfe005f4ee8135b1120fb280b7))
834
+ * handle preset values in select ([c60d29a](https://github.com/AlaskaAirlines/auro-formkit/commit/c60d29a9ceeb0475f1723da5e35d329c1d893af8))
835
+ * menu api updates ([c507594](https://github.com/AlaskaAirlines/auro-formkit/commit/c507594035b052680100f61467877c15cc885095))
836
+ * programmatic updates & mutlisect ([ac4d49a](https://github.com/AlaskaAirlines/auro-formkit/commit/ac4d49a4aadf34d847ec012d33f64a9eba98a4df))
837
+ * update combobox to work with new menu api ([e49d6fe](https://github.com/AlaskaAirlines/auro-formkit/commit/e49d6fe269125224b9dbbedd598af5b292031ff0))
838
+ * update Select to work with updated Menu API ([63b0f12](https://github.com/AlaskaAirlines/auro-formkit/commit/63b0f12bfca623f268b6d6c951934a26396b9a79))
839
+
840
+ # [2.0.0-beta.10](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2025-01-17)
841
+
842
+
843
+ ### Bug Fixes
844
+
845
+ * make calendar render correctly when maxDate is set [#170](https://github.com/AlaskaAirlines/auro-formkit/issues/170) ([a912b52](https://github.com/AlaskaAirlines/auro-formkit/commit/a912b52a1b74802ada4a51718dc2232142bebf87))
846
+
3
847
  # [2.0.0-beta.9](https://github.com/AlaskaAirlines/auro-formkit/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2025-01-16)
4
848
 
5
849