@aurodesignsystem/auro-formkit 2.0.0-beta.8 → 2.0.0

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