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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (857) hide show
  1. package/CHANGELOG.md +522 -0
  2. package/NOTICE +2 -0
  3. package/README.md +83 -15
  4. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
  5. package/components/{combobox/dist/formkit/auro-dropdownVersion.d.ts → bibtemplate/dist/headerVersion.d.ts} +0 -1
  6. package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
  7. package/components/bibtemplate/dist/index.d.ts +2 -0
  8. package/components/bibtemplate/dist/index.js +790 -0
  9. package/components/bibtemplate/dist/registered.js +790 -0
  10. package/components/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
  11. package/components/bibtemplate/dist/styles/style-css.d.ts +2 -0
  12. package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
  13. package/components/checkbox/README.md +27 -35
  14. package/components/checkbox/demo/api.md +67 -68
  15. package/components/checkbox/demo/api.min.js +498 -102
  16. package/components/checkbox/demo/index.html +49 -0
  17. package/components/checkbox/demo/index.md +62 -62
  18. package/components/checkbox/demo/index.min.js +498 -102
  19. package/components/checkbox/dist/auro-checkbox-group.d.ts +45 -18
  20. package/components/checkbox/dist/auro-checkbox.d.ts +19 -7
  21. package/components/checkbox/dist/helptextVersion.d.ts +2 -0
  22. package/components/checkbox/dist/index.d.ts +0 -1
  23. package/components/checkbox/dist/index.js +498 -105
  24. package/components/checkbox/dist/registered.js +1279 -0
  25. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  26. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  27. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  28. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  29. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  30. package/components/combobox/README.md +25 -28
  31. package/components/combobox/demo/api.js +1 -1
  32. package/components/combobox/demo/api.md +116 -32
  33. package/components/combobox/demo/api.min.js +8211 -3863
  34. package/components/combobox/demo/index.html +57 -0
  35. package/components/combobox/demo/index.js +1 -1
  36. package/components/combobox/demo/index.md +19 -3
  37. package/components/combobox/demo/index.min.js +8208 -3860
  38. package/components/combobox/dist/auro-combobox.d.ts +123 -76
  39. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  40. package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → combobox/dist/dropdownVersion.d.ts} +0 -1
  41. package/components/combobox/dist/index.d.ts +0 -1
  42. package/components/combobox/dist/index.js +7848 -3816
  43. package/components/combobox/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  44. package/components/combobox/dist/registered.js +12269 -0
  45. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  46. package/components/counter/README.md +188 -0
  47. package/components/counter/demo/api.js +3 -2
  48. package/components/counter/demo/api.md +185 -1018
  49. package/components/counter/demo/api.min.js +6190 -40
  50. package/components/counter/demo/index.html +53 -0
  51. package/components/counter/demo/index.js +2 -1
  52. package/components/counter/demo/index.md +298 -0
  53. package/components/counter/demo/index.min.js +6187 -19
  54. package/components/counter/dist/auro-counter-button.d.ts +12 -0
  55. package/components/counter/dist/auro-counter-group.d.ts +168 -5
  56. package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
  57. package/components/counter/dist/auro-counter.d.ts +91 -1
  58. package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
  59. package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
  60. package/components/counter/dist/iconVersion.d.ts +2 -0
  61. package/components/counter/dist/index.d.ts +0 -1
  62. package/components/counter/dist/index.js +6158 -38
  63. package/components/counter/dist/registered.js +6231 -0
  64. package/components/counter/dist/styles/color-css.d.ts +2 -0
  65. package/components/counter/dist/styles/counter-button-color-css.d.ts +2 -0
  66. package/components/counter/dist/styles/counter-button-css.d.ts +2 -0
  67. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +2 -0
  68. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  69. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
  70. package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
  71. package/components/counter/dist/styles/style-css.d.ts +0 -1
  72. package/components/counter/dist/styles/tokens-css.d.ts +2 -0
  73. package/components/datepicker/README.md +25 -28
  74. package/components/datepicker/demo/api.js +3 -3
  75. package/components/datepicker/demo/api.md +219 -105
  76. package/components/datepicker/demo/api.min.js +6367 -2448
  77. package/components/datepicker/demo/index.html +57 -0
  78. package/components/datepicker/demo/index.md +7 -1
  79. package/components/datepicker/demo/index.min.js +6355 -2435
  80. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  81. package/components/datepicker/dist/auro-calendar-month.d.ts +15 -1
  82. package/components/datepicker/dist/auro-calendar.d.ts +25 -2
  83. package/components/datepicker/dist/auro-datepicker.d.ts +41 -12
  84. package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
  85. package/components/datepicker/dist/dropdownVersion.d.ts +2 -1
  86. package/components/datepicker/dist/index.d.ts +0 -1
  87. package/components/datepicker/dist/index.js +6353 -2435
  88. package/components/datepicker/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  89. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  90. package/components/datepicker/dist/registered.js +22466 -0
  91. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  92. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  93. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  94. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  95. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  96. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  97. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  98. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  99. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  100. package/components/datepicker/dist/utilities.d.ts +25 -1
  101. package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -2
  102. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +2 -3
  103. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  104. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  105. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  106. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  107. package/components/dropdown/README.md +19 -27
  108. package/components/dropdown/demo/api.js +1 -1
  109. package/components/dropdown/demo/api.md +43 -29
  110. package/components/dropdown/demo/api.min.js +525 -124
  111. package/components/dropdown/demo/index.html +53 -0
  112. package/components/dropdown/demo/index.js +0 -3
  113. package/components/dropdown/demo/index.min.js +525 -127
  114. package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
  115. package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
  116. package/components/dropdown/dist/dropdownVersion.d.ts +2 -0
  117. package/components/dropdown/dist/helptextVersion.d.ts +2 -0
  118. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  119. package/components/dropdown/dist/index.d.ts +0 -1
  120. package/components/dropdown/dist/index.js +525 -126
  121. package/components/dropdown/dist/registered.js +3365 -0
  122. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  123. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  124. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  125. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  126. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  127. package/components/form/README.md +29 -35
  128. package/components/form/demo/api.js +1 -1
  129. package/components/form/demo/api.min.js +497 -25
  130. package/components/form/demo/index.html +48 -0
  131. package/components/form/demo/index.min.js +497 -25
  132. package/components/form/demo/registerDemoDeps.js +22 -0
  133. package/components/form/demo/working.html +117 -0
  134. package/components/form/dist/auro-form.d.ts +194 -3
  135. package/components/form/dist/index.d.ts +0 -1
  136. package/components/form/dist/index.js +497 -27
  137. package/components/form/dist/registered.d.ts +1 -0
  138. package/components/form/dist/registered.js +632 -0
  139. package/components/form/dist/styles/style-css.d.ts +0 -1
  140. package/components/helptext/dist/auro-helptext.d.ts +53 -0
  141. package/components/helptext/dist/index.d.ts +2 -0
  142. package/components/helptext/dist/index.js +224 -0
  143. package/components/helptext/dist/registered.js +224 -0
  144. package/components/helptext/dist/styles/color-css.d.ts +2 -0
  145. package/components/helptext/dist/styles/style-css.d.ts +2 -0
  146. package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
  147. package/components/input/README.md +19 -29
  148. package/components/input/demo/api.md +152 -318
  149. package/components/input/demo/api.min.js +4214 -1780
  150. package/components/input/demo/index.html +41 -0
  151. package/components/input/demo/index.md +11 -61
  152. package/components/input/demo/index.min.js +4214 -1780
  153. package/components/input/dist/auro-input.d.ts +4 -2
  154. package/components/input/dist/base-input.d.ts +49 -16
  155. package/components/input/dist/buttonVersion.d.ts +0 -1
  156. package/components/input/dist/helptextVersion.d.ts +2 -0
  157. package/components/input/dist/i18n.d.ts +0 -1
  158. package/components/input/dist/iconVersion.d.ts +0 -1
  159. package/components/input/dist/index.d.ts +0 -1
  160. package/components/input/dist/index.js +4214 -1782
  161. package/components/input/dist/registered.js +6591 -0
  162. package/components/input/dist/styles/borders-css.d.ts +0 -1
  163. package/components/input/dist/styles/color-css.d.ts +0 -1
  164. package/components/input/dist/styles/input-css.d.ts +0 -1
  165. package/components/input/dist/styles/label-css.d.ts +0 -1
  166. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  167. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  168. package/components/input/dist/styles/style-css.d.ts +0 -1
  169. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  170. package/components/input/dist/utilities.d.ts +25 -0
  171. package/components/menu/README.md +19 -27
  172. package/components/menu/demo/api.js +1 -1
  173. package/components/menu/demo/api.md +57 -20
  174. package/components/menu/demo/api.min.js +628 -314
  175. package/components/menu/demo/index.html +50 -0
  176. package/components/menu/demo/index.min.js +626 -312
  177. package/components/menu/dist/auro-menu-utils.d.ts +42 -0
  178. package/components/menu/dist/auro-menu.d.ts +97 -82
  179. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  180. package/components/menu/dist/dropdownVersion.d.ts +2 -0
  181. package/components/menu/dist/iconVersion.d.ts +0 -1
  182. package/components/menu/dist/index.d.ts +1 -1
  183. package/components/menu/dist/index.js +627 -316
  184. package/components/menu/dist/registered.js +1510 -0
  185. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  186. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  187. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  188. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  189. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  190. package/components/radio/README.md +19 -27
  191. package/components/radio/demo/api.md +9 -8
  192. package/components/radio/demo/api.min.js +429 -75
  193. package/components/radio/demo/index.html +48 -0
  194. package/components/radio/demo/index.min.js +429 -75
  195. package/components/radio/dist/auro-radio-group.d.ts +12 -3
  196. package/components/radio/dist/auro-radio.d.ts +0 -1
  197. package/components/radio/dist/helptextVersion.d.ts +2 -0
  198. package/components/radio/dist/index.d.ts +0 -1
  199. package/components/radio/dist/index.js +429 -78
  200. package/components/radio/dist/registered.js +1396 -0
  201. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  202. package/components/radio/dist/styles/color-css.d.ts +0 -1
  203. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  204. package/components/radio/dist/styles/style-css.d.ts +0 -1
  205. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  206. package/components/select/README.md +24 -43
  207. package/components/select/demo/api.js +1 -1
  208. package/components/select/demo/api.md +149 -32
  209. package/components/select/demo/api.min.js +2563 -749
  210. package/components/select/demo/index.html +49 -0
  211. package/components/select/demo/index.js +1 -1
  212. package/components/select/demo/index.md +21 -16
  213. package/components/select/demo/index.min.js +2570 -756
  214. package/components/select/dist/auro-select.d.ts +60 -8
  215. package/components/select/dist/bibtemplateVersion.d.ts +2 -0
  216. package/components/select/dist/dropdownVersion.d.ts +2 -0
  217. package/components/select/dist/index.d.ts +0 -1
  218. package/components/select/dist/index.js +1932 -434
  219. package/components/select/dist/registered.js +5425 -0
  220. package/components/select/dist/styles/color-css.d.ts +0 -1
  221. package/components/select/dist/styles/style-css.d.ts +0 -1
  222. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  223. package/package.json +138 -66
  224. package/packages/build-tools/src/postinstall.mjs +8 -0
  225. package/.husky/commit-msg +0 -4
  226. package/.husky/pre-commit +0 -3
  227. package/.turbo/cache/013a48308b893dac-meta.json +0 -1
  228. package/.turbo/cache/013a48308b893dac.tar.zst +0 -0
  229. package/.turbo/cache/02244170c798a2bd-meta.json +0 -1
  230. package/.turbo/cache/02244170c798a2bd.tar.zst +0 -0
  231. package/.turbo/cache/051ff97a20add0e2-meta.json +0 -1
  232. package/.turbo/cache/051ff97a20add0e2.tar.zst +0 -0
  233. package/.turbo/cache/07ca42419b9f050c-meta.json +0 -1
  234. package/.turbo/cache/07ca42419b9f050c.tar.zst +0 -0
  235. package/.turbo/cache/0cea4c1f34f3683b-meta.json +0 -1
  236. package/.turbo/cache/0cea4c1f34f3683b.tar.zst +0 -0
  237. package/.turbo/cache/0ea853339c064fa1-meta.json +0 -1
  238. package/.turbo/cache/0ea853339c064fa1.tar.zst +0 -0
  239. package/.turbo/cache/16658beec9f4a809-meta.json +0 -1
  240. package/.turbo/cache/16658beec9f4a809.tar.zst +0 -0
  241. package/.turbo/cache/17259cf94d8f8925-meta.json +0 -1
  242. package/.turbo/cache/17259cf94d8f8925.tar.zst +0 -0
  243. package/.turbo/cache/1b9818717e4bdf9f-meta.json +0 -1
  244. package/.turbo/cache/1b9818717e4bdf9f.tar.zst +0 -0
  245. package/.turbo/cache/1c0f580d37370ba2-meta.json +0 -1
  246. package/.turbo/cache/1c0f580d37370ba2.tar.zst +0 -0
  247. package/.turbo/cache/1c99a949ec63ab35-meta.json +0 -1
  248. package/.turbo/cache/1c99a949ec63ab35.tar.zst +0 -0
  249. package/.turbo/cache/1df4710eef8ed00d-meta.json +0 -1
  250. package/.turbo/cache/1df4710eef8ed00d.tar.zst +0 -0
  251. package/.turbo/cache/204b66d1b253e9cc-meta.json +0 -1
  252. package/.turbo/cache/204b66d1b253e9cc.tar.zst +0 -0
  253. package/.turbo/cache/257a7a26ea72dbc5-meta.json +0 -1
  254. package/.turbo/cache/257a7a26ea72dbc5.tar.zst +0 -0
  255. package/.turbo/cache/2a5d0939d6fc1052-meta.json +0 -1
  256. package/.turbo/cache/2a5d0939d6fc1052.tar.zst +0 -0
  257. package/.turbo/cache/2e3b829fcf75c836-meta.json +0 -1
  258. package/.turbo/cache/2e3b829fcf75c836.tar.zst +0 -0
  259. package/.turbo/cache/3bf45120d0cc9bd8-meta.json +0 -1
  260. package/.turbo/cache/3bf45120d0cc9bd8.tar.zst +0 -0
  261. package/.turbo/cache/3d380d0d40404cac-meta.json +0 -1
  262. package/.turbo/cache/3d380d0d40404cac.tar.zst +0 -0
  263. package/.turbo/cache/3e12285c614db539-meta.json +0 -1
  264. package/.turbo/cache/3e12285c614db539.tar.zst +0 -0
  265. package/.turbo/cache/45035bf5c4147ccd-meta.json +0 -1
  266. package/.turbo/cache/45035bf5c4147ccd.tar.zst +0 -0
  267. package/.turbo/cache/5bf2d3f7ba5891e0-meta.json +0 -1
  268. package/.turbo/cache/5bf2d3f7ba5891e0.tar.zst +0 -0
  269. package/.turbo/cache/5f304c0f37ef25f3-meta.json +0 -1
  270. package/.turbo/cache/5f304c0f37ef25f3.tar.zst +0 -0
  271. package/.turbo/cache/64de7a53e02db647-meta.json +0 -1
  272. package/.turbo/cache/64de7a53e02db647.tar.zst +0 -0
  273. package/.turbo/cache/68e5c7af799e011d-meta.json +0 -1
  274. package/.turbo/cache/68e5c7af799e011d.tar.zst +0 -0
  275. package/.turbo/cache/691a74627ec57993-meta.json +0 -1
  276. package/.turbo/cache/691a74627ec57993.tar.zst +0 -0
  277. package/.turbo/cache/6dd67d179191bda8-meta.json +0 -1
  278. package/.turbo/cache/6dd67d179191bda8.tar.zst +0 -0
  279. package/.turbo/cache/6dd7058e6703cb35-meta.json +0 -1
  280. package/.turbo/cache/6dd7058e6703cb35.tar.zst +0 -0
  281. package/.turbo/cache/73e9073a5274616d-meta.json +0 -1
  282. package/.turbo/cache/73e9073a5274616d.tar.zst +0 -0
  283. package/.turbo/cache/773edc0f83c8c5a5-meta.json +0 -1
  284. package/.turbo/cache/773edc0f83c8c5a5.tar.zst +0 -0
  285. package/.turbo/cache/786a822763403879-meta.json +0 -1
  286. package/.turbo/cache/786a822763403879.tar.zst +0 -0
  287. package/.turbo/cache/7e1043cffa69f327-meta.json +0 -1
  288. package/.turbo/cache/7e1043cffa69f327.tar.zst +0 -0
  289. package/.turbo/cache/7ffd501e81790676-meta.json +0 -1
  290. package/.turbo/cache/7ffd501e81790676.tar.zst +0 -0
  291. package/.turbo/cache/80a13352066a9801-meta.json +0 -1
  292. package/.turbo/cache/80a13352066a9801.tar.zst +0 -0
  293. package/.turbo/cache/80b5d974184a01df-meta.json +0 -1
  294. package/.turbo/cache/80b5d974184a01df.tar.zst +0 -0
  295. package/.turbo/cache/8954c6073396fadd-meta.json +0 -1
  296. package/.turbo/cache/8954c6073396fadd.tar.zst +0 -0
  297. package/.turbo/cache/8e79bd5c3a16a72e-meta.json +0 -1
  298. package/.turbo/cache/8e79bd5c3a16a72e.tar.zst +0 -0
  299. package/.turbo/cache/8e9ebc3df0e18de0-meta.json +0 -1
  300. package/.turbo/cache/8e9ebc3df0e18de0.tar.zst +0 -0
  301. package/.turbo/cache/92daa6d7c389d548-meta.json +0 -1
  302. package/.turbo/cache/92daa6d7c389d548.tar.zst +0 -0
  303. package/.turbo/cache/973d0eea26083f4b-meta.json +0 -1
  304. package/.turbo/cache/973d0eea26083f4b.tar.zst +0 -0
  305. package/.turbo/cache/9c6ad42729c7b2d8-meta.json +0 -1
  306. package/.turbo/cache/9c6ad42729c7b2d8.tar.zst +0 -0
  307. package/.turbo/cache/a77bc920ea508bb8-meta.json +0 -1
  308. package/.turbo/cache/a77bc920ea508bb8.tar.zst +0 -0
  309. package/.turbo/cache/a9a9d012c83882d8-meta.json +0 -1
  310. package/.turbo/cache/a9a9d012c83882d8.tar.zst +0 -0
  311. package/.turbo/cache/b4c851d4bebf3b47-meta.json +0 -1
  312. package/.turbo/cache/b4c851d4bebf3b47.tar.zst +0 -0
  313. package/.turbo/cache/ba4418918621fbcd-meta.json +0 -1
  314. package/.turbo/cache/ba4418918621fbcd.tar.zst +0 -0
  315. package/.turbo/cache/be7c23c37b8ec74b-meta.json +0 -1
  316. package/.turbo/cache/be7c23c37b8ec74b.tar.zst +0 -0
  317. package/.turbo/cache/bffc7582905c2a5e-meta.json +0 -1
  318. package/.turbo/cache/bffc7582905c2a5e.tar.zst +0 -0
  319. package/.turbo/cache/caa0b4ac8d2a04dd-meta.json +0 -1
  320. package/.turbo/cache/caa0b4ac8d2a04dd.tar.zst +0 -0
  321. package/.turbo/cache/cc81de9c0b452a7c-meta.json +0 -1
  322. package/.turbo/cache/cc81de9c0b452a7c.tar.zst +0 -0
  323. package/.turbo/cache/d572ebb3c833e8f4-meta.json +0 -1
  324. package/.turbo/cache/d572ebb3c833e8f4.tar.zst +0 -0
  325. package/.turbo/cache/d61543843c932504-meta.json +0 -1
  326. package/.turbo/cache/d61543843c932504.tar.zst +0 -0
  327. package/.turbo/cache/dad1301ac69bcb85-meta.json +0 -1
  328. package/.turbo/cache/dad1301ac69bcb85.tar.zst +0 -0
  329. package/.turbo/cache/db361cb6578dca84-meta.json +0 -1
  330. package/.turbo/cache/db361cb6578dca84.tar.zst +0 -0
  331. package/.turbo/cache/dea5945f55c6aba5-meta.json +0 -1
  332. package/.turbo/cache/dea5945f55c6aba5.tar.zst +0 -0
  333. package/.turbo/cache/dfe1f17e7fce890d-meta.json +0 -1
  334. package/.turbo/cache/dfe1f17e7fce890d.tar.zst +0 -0
  335. package/.turbo/cache/e3a224a17cf55bdb-meta.json +0 -1
  336. package/.turbo/cache/e3a224a17cf55bdb.tar.zst +0 -0
  337. package/.turbo/cache/e992dab20aeefbaf-meta.json +0 -1
  338. package/.turbo/cache/e992dab20aeefbaf.tar.zst +0 -0
  339. package/.turbo/cache/f3ff9040a2196834-meta.json +0 -1
  340. package/.turbo/cache/f3ff9040a2196834.tar.zst +0 -0
  341. package/.turbo/cache/fc57c17867dcac3d-meta.json +0 -1
  342. package/.turbo/cache/fc57c17867dcac3d.tar.zst +0 -0
  343. package/components/checkbox/.stylelintrc.json +0 -3
  344. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  345. package/components/checkbox/.turbo/turbo-build.log +0 -185
  346. package/components/checkbox/.turbo/turbo-bundler.log +0 -13
  347. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -5
  348. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  349. package/components/checkbox/.turbo/turbo-types.log +0 -4
  350. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  351. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  352. package/components/checkbox/dist/index.d.ts.map +0 -1
  353. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  354. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  355. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  356. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  357. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  358. package/components/checkbox/node_modules/chalk/package.json +0 -83
  359. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  360. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  361. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  362. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  363. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  364. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  365. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  366. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  367. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  368. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  369. package/components/checkbox/package.json +0 -68
  370. package/components/checkbox/src/auro-checkbox-group.js +0 -331
  371. package/components/checkbox/src/auro-checkbox.js +0 -193
  372. package/components/checkbox/src/index.js +0 -8
  373. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  374. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  375. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  376. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  377. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  378. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  379. package/components/checkbox/src/styles/color-css.js +0 -2
  380. package/components/checkbox/src/styles/color.css +0 -84
  381. package/components/checkbox/src/styles/color.scss +0 -118
  382. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  383. package/components/checkbox/src/styles/colorGroup.css +0 -16
  384. package/components/checkbox/src/styles/colorGroup.scss +0 -24
  385. package/components/checkbox/src/styles/tokens-css.js +0 -2
  386. package/components/checkbox/src/styles/tokens.css +0 -9
  387. package/components/checkbox/src/styles/tokens.scss +0 -11
  388. package/components/combobox/.stylelintrc.json +0 -3
  389. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  390. package/components/combobox/.turbo/turbo-build.log +0 -163
  391. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -5
  392. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  393. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  394. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  395. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  396. package/components/combobox/dist/index.d.ts.map +0 -1
  397. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  398. package/components/combobox/node_modules/chalk/package.json +0 -83
  399. package/components/combobox/node_modules/chalk/readme.md +0 -325
  400. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -320
  401. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  402. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  403. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  404. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  405. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  406. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  407. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  408. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  409. package/components/combobox/package.json +0 -67
  410. package/components/combobox/src/auro-combobox.js +0 -724
  411. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  412. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  413. package/components/combobox/src/index.js +0 -6
  414. package/components/combobox/src/styles/style-css.js +0 -2
  415. package/components/combobox/src/styles/style.css +0 -60
  416. package/components/combobox/src/styles/style.scss +0 -46
  417. package/components/counter/.stylelintrc.json +0 -3
  418. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -66
  419. package/components/counter/.turbo/turbo-build.log +0 -87
  420. package/components/counter/.turbo/turbo-bundler.log +0 -13
  421. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -5
  422. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -16
  423. package/components/counter/.turbo/turbo-types.log +0 -4
  424. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  425. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  426. package/components/counter/dist/index.d.ts.map +0 -1
  427. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  428. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  429. package/components/counter/node_modules/chalk/package.json +0 -83
  430. package/components/counter/node_modules/chalk/readme.md +0 -325
  431. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  432. package/components/counter/node_modules/chalk/source/index.js +0 -225
  433. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  434. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  435. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  436. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  437. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  438. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  439. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  440. package/components/counter/package.json +0 -50
  441. package/components/counter/src/auro-counter-group.js +0 -48
  442. package/components/counter/src/auro-counter.js +0 -29
  443. package/components/counter/src/index.js +0 -8
  444. package/components/counter/src/styles/counter-group-css.js +0 -2
  445. package/components/counter/src/styles/counter-group.css +0 -4
  446. package/components/counter/src/styles/counter-group.scss +0 -17
  447. package/components/counter/src/styles/style-css.js +0 -2
  448. package/components/counter/src/styles/style.css +0 -4
  449. package/components/counter/src/styles/style.scss +0 -17
  450. package/components/datepicker/.stylelintrc.json +0 -3
  451. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  452. package/components/datepicker/.turbo/turbo-build.log +0 -493
  453. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -5
  454. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  455. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  456. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  457. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  458. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  459. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  460. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  461. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  462. package/components/datepicker/dist/index.d.ts.map +0 -1
  463. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  464. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  465. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  466. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  467. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  468. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  469. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  470. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  471. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  472. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  473. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  474. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  475. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  476. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  477. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  478. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  479. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  480. package/components/datepicker/node_modules/chalk/package.json +0 -83
  481. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  482. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  483. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  484. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  485. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  486. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  487. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  488. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  489. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  490. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  491. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  492. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  493. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  494. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  495. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  496. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  497. package/components/datepicker/package.json +0 -79
  498. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  499. package/components/datepicker/src/auro-calendar-month.js +0 -128
  500. package/components/datepicker/src/auro-calendar.js +0 -329
  501. package/components/datepicker/src/auro-datepicker.js +0 -1002
  502. package/components/datepicker/src/dropdownVersion.js +0 -0
  503. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  504. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  505. package/components/datepicker/src/index.js +0 -6
  506. package/components/datepicker/src/popoverVersion.js +0 -1
  507. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  508. package/components/datepicker/src/styles/color-calendar.css +0 -35
  509. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  510. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  511. package/components/datepicker/src/styles/color-cell.css +0 -45
  512. package/components/datepicker/src/styles/color-cell.scss +0 -73
  513. package/components/datepicker/src/styles/color-css.js +0 -2
  514. package/components/datepicker/src/styles/color-month-css.js +0 -2
  515. package/components/datepicker/src/styles/color-month.css +0 -34
  516. package/components/datepicker/src/styles/color-month.scss +0 -27
  517. package/components/datepicker/src/styles/color.css +0 -43
  518. package/components/datepicker/src/styles/color.scss +0 -30
  519. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  520. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  521. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  522. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  523. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  524. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  525. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  526. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  527. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  528. package/components/datepicker/src/styles/style-css.js +0 -2
  529. package/components/datepicker/src/styles/style.css +0 -111
  530. package/components/datepicker/src/styles/style.scss +0 -107
  531. package/components/datepicker/src/styles/tokens-css.js +0 -2
  532. package/components/datepicker/src/styles/tokens.css +0 -22
  533. package/components/datepicker/src/styles/tokens.scss +0 -25
  534. package/components/datepicker/src/utilities.js +0 -87
  535. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  536. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  537. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  538. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  539. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  540. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  541. package/components/dropdown/.stylelintrc.json +0 -3
  542. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  543. package/components/dropdown/.turbo/turbo-build$colon$version.log +0 -7
  544. package/components/dropdown/.turbo/turbo-build.log +0 -206
  545. package/components/dropdown/.turbo/turbo-bundler.log +0 -13
  546. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -5
  547. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  548. package/components/dropdown/.turbo/turbo-types.log +0 -4
  549. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  550. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  551. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  552. package/components/dropdown/dist/index.d.ts.map +0 -1
  553. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  554. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  555. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  556. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  557. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  558. package/components/dropdown/node_modules/chalk/package.json +0 -83
  559. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  560. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  561. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  562. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  563. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  564. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  565. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  566. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  567. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  568. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  569. package/components/dropdown/package.json +0 -57
  570. package/components/dropdown/src/auro-dropdown.js +0 -474
  571. package/components/dropdown/src/auro-dropdownBib.js +0 -106
  572. package/components/dropdown/src/iconVersion.js +0 -1
  573. package/components/dropdown/src/index.js +0 -6
  574. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  575. package/components/dropdown/src/styles/bibColors.css +0 -6
  576. package/components/dropdown/src/styles/bibColors.scss +0 -18
  577. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  578. package/components/dropdown/src/styles/bibStyles.css +0 -43
  579. package/components/dropdown/src/styles/bibStyles.scss +0 -60
  580. package/components/dropdown/src/styles/color-css.js +0 -2
  581. package/components/dropdown/src/styles/color.css +0 -59
  582. package/components/dropdown/src/styles/color.scss +0 -79
  583. package/components/dropdown/src/styles/style-css.js +0 -2
  584. package/components/dropdown/src/styles/style.css +0 -92
  585. package/components/dropdown/src/styles/style.scss +0 -122
  586. package/components/dropdown/src/styles/tokens-css.js +0 -2
  587. package/components/dropdown/src/styles/tokens.css +0 -13
  588. package/components/dropdown/src/styles/tokens.scss +0 -15
  589. package/components/form/.stylelintrc.json +0 -3
  590. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  591. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  592. package/components/form/.turbo/turbo-build.log +0 -113
  593. package/components/form/.turbo/turbo-bundler.log +0 -13
  594. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -5
  595. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  596. package/components/form/.turbo/turbo-types.log +0 -4
  597. package/components/form/dist/auro-form.d.ts.map +0 -1
  598. package/components/form/dist/index.d.ts.map +0 -1
  599. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  600. package/components/form/node_modules/chalk/package.json +0 -83
  601. package/components/form/node_modules/chalk/readme.md +0 -325
  602. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  603. package/components/form/node_modules/chalk/source/index.js +0 -225
  604. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  605. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  606. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  607. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  608. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  609. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  610. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  611. package/components/form/package.json +0 -72
  612. package/components/form/src/auro-form.js +0 -74
  613. package/components/form/src/index.js +0 -6
  614. package/components/form/src/styles/style-css.js +0 -2
  615. package/components/form/src/styles/style.css +0 -36
  616. package/components/form/src/styles/style.scss +0 -37
  617. package/components/input/.stylelintrc.json +0 -3
  618. package/components/input/.turbo/turbo-build$colon$sass.log +0 -198
  619. package/components/input/.turbo/turbo-build$colon$version.log +0 -10
  620. package/components/input/.turbo/turbo-build.log +0 -353
  621. package/components/input/.turbo/turbo-bundler.log +0 -13
  622. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -5
  623. package/components/input/.turbo/turbo-sass$colon$render.log +0 -58
  624. package/components/input/.turbo/turbo-types.log +0 -4
  625. package/components/input/dist/auro-input.d.ts.map +0 -1
  626. package/components/input/dist/base-input.d.ts.map +0 -1
  627. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  628. package/components/input/dist/i18n.d.ts.map +0 -1
  629. package/components/input/dist/iconVersion.d.ts.map +0 -1
  630. package/components/input/dist/index.d.ts.map +0 -1
  631. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  632. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  633. package/components/input/dist/styles/helpText-css.d.ts.map +0 -1
  634. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  635. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  636. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  637. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  638. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  639. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  640. package/components/input/node_modules/chalk/package.json +0 -83
  641. package/components/input/node_modules/chalk/readme.md +0 -325
  642. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  643. package/components/input/node_modules/chalk/source/index.js +0 -225
  644. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  645. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  646. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  647. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  648. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  649. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  650. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  651. package/components/input/package.json +0 -75
  652. package/components/input/src/auro-input.js +0 -241
  653. package/components/input/src/base-input.js +0 -1103
  654. package/components/input/src/buttonVersion.js +0 -1
  655. package/components/input/src/i18n.js +0 -102
  656. package/components/input/src/iconVersion.js +0 -1
  657. package/components/input/src/index.js +0 -6
  658. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  659. package/components/input/src/styles/borders-css.js +0 -2
  660. package/components/input/src/styles/borders.css +0 -35
  661. package/components/input/src/styles/borders.scss +0 -49
  662. package/components/input/src/styles/color-css.js +0 -2
  663. package/components/input/src/styles/color.css +0 -62
  664. package/components/input/src/styles/color.scss +0 -89
  665. package/components/input/src/styles/helpText-css.js +0 -2
  666. package/components/input/src/styles/helpText.css +0 -6
  667. package/components/input/src/styles/helpText.scss +0 -9
  668. package/components/input/src/styles/input-css.js +0 -2
  669. package/components/input/src/styles/input.css +0 -35
  670. package/components/input/src/styles/input.scss +0 -53
  671. package/components/input/src/styles/label-css.js +0 -2
  672. package/components/input/src/styles/label.css +0 -45
  673. package/components/input/src/styles/label.scss +0 -71
  674. package/components/input/src/styles/mixins-css.js +0 -2
  675. package/components/input/src/styles/mixins.css +0 -1
  676. package/components/input/src/styles/mixins.scss +0 -45
  677. package/components/input/src/styles/notificationIcons-css.js +0 -2
  678. package/components/input/src/styles/notificationIcons.css +0 -84
  679. package/components/input/src/styles/notificationIcons.scss +0 -109
  680. package/components/input/src/styles/style-css.js +0 -2
  681. package/components/input/src/styles/style.css +0 -290
  682. package/components/input/src/styles/style.scss +0 -53
  683. package/components/input/src/styles/tokens-css.js +0 -2
  684. package/components/input/src/styles/tokens.css +0 -9
  685. package/components/input/src/styles/tokens.scss +0 -11
  686. package/components/menu/.stylelintrc.json +0 -3
  687. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  688. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  689. package/components/menu/.turbo/turbo-build.log +0 -184
  690. package/components/menu/.turbo/turbo-bundler.log +0 -13
  691. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -5
  692. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  693. package/components/menu/.turbo/turbo-types.log +0 -4
  694. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  695. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  696. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  697. package/components/menu/dist/index.d.ts.map +0 -1
  698. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  699. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  700. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  701. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  702. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  703. package/components/menu/node_modules/chalk/package.json +0 -83
  704. package/components/menu/node_modules/chalk/readme.md +0 -325
  705. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  706. package/components/menu/node_modules/chalk/source/index.js +0 -225
  707. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  708. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  709. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  710. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  711. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  712. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  713. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  714. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  715. package/components/menu/node_modules/mime/Mime.js +0 -97
  716. package/components/menu/node_modules/mime/README.md +0 -187
  717. package/components/menu/node_modules/mime/cli.js +0 -46
  718. package/components/menu/node_modules/mime/index.js +0 -4
  719. package/components/menu/node_modules/mime/lite.js +0 -4
  720. package/components/menu/node_modules/mime/package.json +0 -52
  721. package/components/menu/node_modules/mime/types/other.js +0 -1
  722. package/components/menu/node_modules/mime/types/standard.js +0 -1
  723. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  724. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  725. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  726. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  727. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  728. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  729. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  730. package/components/menu/package.json +0 -70
  731. package/components/menu/src/auro-menu.js +0 -539
  732. package/components/menu/src/auro-menuoption.js +0 -147
  733. package/components/menu/src/iconVersion.js +0 -1
  734. package/components/menu/src/index.js +0 -8
  735. package/components/menu/src/styles/color-menu-css.js +0 -2
  736. package/components/menu/src/styles/color-menu.css +0 -4
  737. package/components/menu/src/styles/color-menu.scss +0 -12
  738. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  739. package/components/menu/src/styles/color-menuoption.css +0 -23
  740. package/components/menu/src/styles/color-menuoption.scss +0 -33
  741. package/components/menu/src/styles/style-menu-css.js +0 -2
  742. package/components/menu/src/styles/style-menu.css +0 -2061
  743. package/components/menu/src/styles/style-menu.scss +0 -80
  744. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  745. package/components/menu/src/styles/style-menuoption.css +0 -45
  746. package/components/menu/src/styles/style-menuoption.scss +0 -66
  747. package/components/menu/src/styles/tokens-css.js +0 -2
  748. package/components/menu/src/styles/tokens.css +0 -6
  749. package/components/menu/src/styles/tokens.scss +0 -6
  750. package/components/radio/.stylelintrc.json +0 -3
  751. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  752. package/components/radio/.turbo/turbo-build.log +0 -216
  753. package/components/radio/.turbo/turbo-bundler.log +0 -13
  754. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -5
  755. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  756. package/components/radio/.turbo/turbo-types.log +0 -4
  757. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  758. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  759. package/components/radio/dist/index.d.ts.map +0 -1
  760. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  761. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  762. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  763. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  764. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  765. package/components/radio/node_modules/chalk/package.json +0 -83
  766. package/components/radio/node_modules/chalk/readme.md +0 -325
  767. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  768. package/components/radio/node_modules/chalk/source/index.js +0 -225
  769. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  770. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  771. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  772. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  773. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  774. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  775. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  776. package/components/radio/package.json +0 -69
  777. package/components/radio/src/auro-radio-group.js +0 -433
  778. package/components/radio/src/auro-radio.js +0 -256
  779. package/components/radio/src/index.js +0 -8
  780. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  781. package/components/radio/src/styles/auro-radio-group.css +0 -23
  782. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  783. package/components/radio/src/styles/color-css.js +0 -2
  784. package/components/radio/src/styles/color.css +0 -45
  785. package/components/radio/src/styles/color.scss +0 -56
  786. package/components/radio/src/styles/groupColor-css.js +0 -2
  787. package/components/radio/src/styles/groupColor.css +0 -21
  788. package/components/radio/src/styles/groupColor.scss +0 -33
  789. package/components/radio/src/styles/style-css.js +0 -2
  790. package/components/radio/src/styles/style.css +0 -113
  791. package/components/radio/src/styles/style.scss +0 -99
  792. package/components/radio/src/styles/tokens-css.js +0 -2
  793. package/components/radio/src/styles/tokens.css +0 -9
  794. package/components/radio/src/styles/tokens.scss +0 -12
  795. package/components/select/.stylelintrc.json +0 -3
  796. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  797. package/components/select/.turbo/turbo-build.log +0 -241
  798. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -5
  799. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  800. package/components/select/dist/auro-select.d.ts.map +0 -1
  801. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  802. package/components/select/dist/index.d.ts.map +0 -1
  803. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  804. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  805. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  806. package/components/select/node_modules/chalk/package.json +0 -83
  807. package/components/select/node_modules/chalk/readme.md +0 -325
  808. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  809. package/components/select/node_modules/chalk/source/index.js +0 -225
  810. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  811. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  812. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  813. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  814. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  815. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  816. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  817. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  818. package/components/select/node_modules/mime/Mime.js +0 -97
  819. package/components/select/node_modules/mime/README.md +0 -187
  820. package/components/select/node_modules/mime/cli.js +0 -46
  821. package/components/select/node_modules/mime/index.js +0 -4
  822. package/components/select/node_modules/mime/lite.js +0 -4
  823. package/components/select/node_modules/mime/package.json +0 -52
  824. package/components/select/node_modules/mime/types/other.js +0 -1
  825. package/components/select/node_modules/mime/types/standard.js +0 -1
  826. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  827. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  828. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  829. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  830. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  831. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  832. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  833. package/components/select/package.json +0 -70
  834. package/components/select/packageScripts/postinstall.mjs +0 -28
  835. package/components/select/src/auro-select.js +0 -559
  836. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  837. package/components/select/src/index.js +0 -6
  838. package/components/select/src/styles/color-css.js +0 -2
  839. package/components/select/src/styles/color.css +0 -63
  840. package/components/select/src/styles/color.scss +0 -33
  841. package/components/select/src/styles/style-css.js +0 -2
  842. package/components/select/src/styles/style.css +0 -104
  843. package/components/select/src/styles/style.scss +0 -76
  844. package/components/select/src/styles/tokens-css.js +0 -2
  845. package/components/select/src/styles/tokens.css +0 -3
  846. package/components/select/src/styles/tokens.scss +0 -5
  847. package/packages/build-tools/package.json +0 -15
  848. package/packages/build-tools/src/docProcessor.mjs +0 -104
  849. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  850. package/packages/build-tools/src/index.js +0 -1
  851. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  852. package/packages/form-validation/package.json +0 -12
  853. package/packages/form-validation/src/index.js +0 -1
  854. package/packages/form-validation/src/validation.js +0 -259
  855. package/packages/typescript/base.json +0 -19
  856. package/packages/typescript/package.json +0 -20
  857. package/turbo.json +0 -100
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=auro-radio-group-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=color-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=groupColor-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=style-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=tokens-css.d.ts.map
@@ -4,8 +4,8 @@ The README.md file is a compiled document. No edits should be made directly to t
4
4
  README.md is created by running `npm run build:docs`.
5
5
 
6
6
  This file is generated based on a template fetched from
7
- `https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README_updated_paths.md`
8
- and copied to `./componentDocs/README.md` each time the the docs are compiled.
7
+ `../../docs/templates/componentReadmeTemplate.md`
8
+ and copied to `./componentDocs/README.md` each time the docs are compiled.
9
9
 
10
10
  The following sections are editable by making changes to the following files:
11
11
 
@@ -17,26 +17,11 @@ The following sections are editable by making changes to the following files:
17
17
  | Component Example Code | HTML sample code of the components use | `./apiExamples/basic.html` |
18
18
  -->
19
19
 
20
- # Formkit/auro-select
20
+ # Select
21
21
 
22
22
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
23
23
  <!-- The below content is automatically added from ./docs/partials/description.md -->
24
- `<auro-select>` is a combination <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements">HTML custom element</auro-hyperlink> that consists of a pre-defined trigger element, `<auro-menu>` for the panel content. See the <auro-hyperlink href="https://auro.alaskaair.com/components/auro/menu/api">auro-menu API docs</auro-hyperlink> for additional information.
25
-
26
- ## About auro-select
27
-
28
- The `<auro-select>` element presents a menu of options. The options within the menu are represented by `<auro-menu>` and `<auro-menuoption>` elements. You can pre-select options for the user with the `selected` attribute as part of the `<auro-menuoption>` API.
29
-
30
- ## Install instructions
31
-
32
- The `<auro-select>` custom element is a combo-element using independent primitives for the most flexibility. To allow consumers the most control over the versioning their dependencies, `<auro-select>` requires the following peer dependencies along with `<auro-select>`.
33
-
34
- ```shell
35
- $ npm i @aurodesignsystem/auro-select
36
-
37
- $ npm i @aurodesignsystem/auro-dropdown
38
- $ npm i @aurodesignsystem/auro-menu
39
- ```
24
+ `<auro-select>` is a combination <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements">HTML custom element</auro-hyperlink> that consists of a pre-defined trigger element, `<auro-menu>` for the panel content. The `<auro-select>` element presents a menu of options. The options within the menu are represented by `<auro-menu>` and `<auro-menuoption>` elements. You can pre-select options for the user with the `selected` attribute as part of the `<auro-menuoption>` API.
40
25
  <!-- AURO-GENERATED-CONTENT:END -->
41
26
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) -->
42
27
  <!-- The below content is automatically added from ./docs/partials/readmeAddlInfo.md -->
@@ -52,18 +37,12 @@ For the most up to date information on [UI development browser support](https://
52
37
 
53
38
  ## Install
54
39
 
55
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentInstall_esm.md) -->
56
- [![Build Status](https://img.shields.io/github/actions/workflow/status/AlaskaAirlines/-formkit/-formkit/auro-select/testPublish.yml?style=for-the-badge)](https://github.com/AlaskaAirlines/-formkit/-formkit/auro-select/actions/workflows/testPublish.yml)
57
- [![See it on NPM!](https://img.shields.io/npm/v/@auro-formkit/-formkit/-formkit/auro-select?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@auro-formkit/-formkit/-formkit/auro-select)
58
- [![License](https://img.shields.io/npm/l/@auro-formkit/-formkit/-formkit/auro-select?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
59
- ![ESM supported](https://img.shields.io/badge/ESM-compatible-FFE900?style=for-the-badge)
40
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentInstall.md) -->
41
+ <!-- The below content is automatically added from ../../docs/templates/componentInstall.md -->
60
42
 
61
43
  ```shell
62
- $ npm i @auro-formkit/-formkit/-formkit/auro-select
44
+ $ npm i @aurodesignsystem/auro-formkit
63
45
  ```
64
-
65
- Installing as a direct, dev or peer dependency is up to the user installing the package. If you are unsure as to what type of dependency you should use, consider reading this [stack overflow](https://stackoverflow.com/questions/18875674/whats-the-difference-between-dependencies-devdependencies-and-peerdependencies) answer.
66
-
67
46
  <!-- AURO-GENERATED-CONTENT:END -->
68
47
 
69
48
  ### Design Token CSS Custom Property dependency
@@ -76,22 +55,24 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens](
76
55
  ### Define dependency in project component
77
56
 
78
57
  <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImportDescription.md) -->
79
- Defining the component dependency within each component that is using the `<-formkit/-formkit/auro-select>` component.
58
+ Defining the component dependency within each component that is using the `<auro-select>` component.
80
59
 
81
60
  <!-- AURO-GENERATED-CONTENT:END -->
82
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImport.md) -->
61
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentUsage.md) -->
62
+ <!-- The below content is automatically added from ../../docs/templates/componentUsage.md -->
83
63
 
84
64
  ```js
85
- import "@auro-formkit/-formkit/-formkit/auro-select";
65
+ import "@aurodesignsystem/auro-formkit/auro-select";
86
66
  ```
87
-
88
67
  <!-- AURO-GENERATED-CONTENT:END -->
89
68
  **Reference component in HTML**
69
+
90
70
  <!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) -->
91
71
  <!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
92
72
 
93
73
  ```html
94
74
  <auro-select>
75
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
95
76
  <auro-menu>
96
77
  <auro-menuoption value="stops">Stops</auro-menuoption>
97
78
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -107,7 +88,7 @@ import "@auro-formkit/-formkit/-formkit/auro-select";
107
88
  ## Install bundled assets from CDN
108
89
 
109
90
  <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleInstallDescription.md) -->
110
- In cases where the project is not able to process JS assets, there are pre-processed assets available for use. See -- `-formkit/-formkit/auro-select__bundled.js` for modern browsers. Legacy browsers such as IE11 are no longer supported.
91
+ In cases where the project is not able to process JS assets, there are pre-processed assets available for use. See -- `auro-select__bundled.js` for modern browsers. Legacy browsers such as IE11 are no longer supported.
111
92
 
112
93
  **WARNING!** When installing into your application environment, DO NOT use `@latest` for the requested version. Risks include unknown MAJOR version releases and instant adoption of any new features and possible bugs without developer knowledge. The `@latest` wildcard should NEVER be used for production customer-facing applications. You have been warned.
113
94
 
@@ -115,17 +96,16 @@ In cases where the project is not able to process JS assets, there are pre-proce
115
96
 
116
97
  ### Bundle example code
117
98
 
118
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleUseModBrowsers.md) -->
119
-
120
- ```html
121
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.12.1/dist/tokens/CSSCustomProperties.css" />
99
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentBundleUseModBrowsers.md) -->
100
+ <!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
101
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
122
102
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
123
- <script src="https://cdn.jsdelivr.net/npm/@auro-formkit/-formkit/-formkit/auro-select@3.3.0/dist/-formkit/-formkit/auro-select__bundled.js" type="module"></script>
124
- ```
125
-
103
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.50/dist/auro-dropdown__bundled.js" type="module"></script>
104
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-menu@2.0.0-beta.50/dist/auro-menu__bundled.js" type="module"></script>
105
+ <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-select@2.0.0-beta.50/dist/auro-select__bundled.js" type="module"></script>
126
106
  <!-- AURO-GENERATED-CONTENT:END -->
127
107
 
128
- ## auro-formkit/auro-select use cases
108
+ ## auro-select use cases
129
109
 
130
110
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/useCases.md) -->
131
111
  <!-- The below content is automatically added from ./docs/partials/useCases.md -->
@@ -134,13 +114,14 @@ See description.
134
114
 
135
115
  ## API Code Examples
136
116
 
137
- ### Default auro-formkit/auro-select
117
+ ### Default auro-select
138
118
 
139
119
  <!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) -->
140
120
  <!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
141
121
 
142
122
  ```html
143
123
  <auro-select>
124
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
144
125
  <auro-menu>
145
126
  <auro-menuoption value="stops">Stops</auro-menuoption>
146
127
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -193,7 +174,7 @@ The custom element API file is generated in the build and committed back to the
193
174
  ### Testing
194
175
 
195
176
  <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/testing.md) -->
196
- Automated tests are required for every Auro component. See `.\test\-formkit/-formkit/auro-select.test.js` for the tests for this component. Run `npm test` to run the tests and check code coverage. Tests must pass and meet a certain coverage threshold to commit. See [the testing documentation](https://auro.alaskaair.com/support/tests) for more details.
177
+ Automated tests are required for every Auro component. See `.\test\auro-select.test.js` for the tests for this component. Run `npm test` to run the tests and check code coverage. Tests must pass and meet a certain coverage threshold to commit. See [the testing documentation](https://auro.alaskaair.com/support/tests) for more details.
197
178
 
198
179
  <!-- AURO-GENERATED-CONTENT:END -->
199
180
 
@@ -9,7 +9,7 @@ import { auroMenuLoadingExample } from "../apiExamples/loading";
9
9
 
10
10
  /* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
11
11
  import { AuroSelect } from '../src/auro-select.js';
12
- import '../../menu/src/index.js';
12
+ import '../../menu/src/registered.js';
13
13
 
14
14
  AuroSelect.register(); // registering to `auro-select`
15
15
 
@@ -14,42 +14,48 @@ The auro-select element is a wrapper for auro-dropdown and auro-menu to create a
14
14
 
15
15
  ## Properties
16
16
 
17
- | Property | Attribute | Type | Default | Description |
18
- |---------------------------------|---------------------------------|-----------|-------------|--------------------------------------------------|
19
- | [disabled](#disabled) | `disabled` | `boolean` | | When attribute is present, element shows disabled state. |
20
- | [error](#error) | `error` | `string` | | When defined, sets persistent validity to `customError` and sets `setCustomValidity` = attribute value. |
21
- | [flexMenuWidth](#flexMenuWidth) | `flexMenuWidth` | `boolean` | | If set, makes dropdown width match the size of the content, rather than the width of the trigger. |
22
- | [noCheckmark](#noCheckmark) | `noCheckmark` | `boolean` | | When true, checkmark on selected option will no longer be present. |
23
- | [noValidate](#noValidate) | `noValidate` | `boolean` | | If set, disables auto-validation on blur. |
24
- | [optionSelected](#optionSelected) | `optionSelected` | `object` | "undefined" | Specifies the current selected menuOption. |
25
- | [required](#required) | `required` | `boolean` | | Populates the `required` attribute on the element. Used for client-side validation. |
26
- | [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
27
- | [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` | `string` | | Custom help text message to display when validity = `customError`. |
28
- | [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | `string` | | Custom help text message to display when validity = `valueMissing`. |
29
- | [validity](#validity) | `validity` | `string` | "undefined" | Specifies the `validityState` this element is in. |
30
- | [value](#value) | `value` | `string` | | Value selected for the component. |
17
+ | Property | Attribute | Type | Default | Description |
18
+ |---------------------------------|---------------------------------|-----------|---------|--------------------------------------------------|
19
+ | [disabled](#disabled) | `disabled` | `boolean` | | When attribute is present, element shows disabled state. |
20
+ | [error](#error) | `error` | `string` | | When defined, sets persistent validity to `customError` and sets `setCustomValidity` = attribute value. |
21
+ | [flexMenuWidth](#flexMenuWidth) | `flexMenuWidth` | `boolean` | | If set, makes dropdown width match the size of the content, rather than the width of the trigger. |
22
+ | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | `string` | "sm" | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile.<br />When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
23
+ | [largeFullscreenHeadline](#largeFullscreenHeadline) | `largeFullscreenHeadline` | `boolean` | | If declared, make mobileHeadline in HeadingDisplay.<br />Otherwise, Heading 600 |
24
+ | [multiSelect](#multiSelect) | `multiselect` | `boolean` | | Sets multi-select mode, allowing multiple options to be selected at once. |
25
+ | [noCheckmark](#noCheckmark) | `noCheckmark` | `boolean` | | When true, checkmark on selected option will no longer be present. |
26
+ | [noValidate](#noValidate) | `noValidate` | `boolean` | | If set, disables auto-validation on blur. |
27
+ | [optionSelected](#optionSelected) | `optionSelected` | | | Specifies the current selected menuOption. |
28
+ | [required](#required) | `required` | `boolean` | | Populates the `required` attribute on the element. Used for client-side validation. |
29
+ | [setCustomValidity](#setCustomValidity) | `setCustomValidity` | `string` | | Sets a custom help text message to display for all validityStates. |
30
+ | [setCustomValidityCustomError](#setCustomValidityCustomError) | `setCustomValidityCustomError` | `string` | | Custom help text message to display when validity = `customError`. |
31
+ | [setCustomValidityValueMissing](#setCustomValidityValueMissing) | `setCustomValidityValueMissing` | `string` | | Custom help text message to display when validity = `valueMissing`. |
32
+ | [validity](#validity) | `validity` | `string` | | Specifies the `validityState` this element is in. |
33
+ | [value](#value) | `value` | | | Value selected for the component. |
31
34
 
32
35
  ## Methods
33
36
 
34
- | Method | Type | Description |
35
- |---------|------------|------------------------------------|
36
- | [reset](#reset) | `(): void` | Resets component to initial state. |
37
+ | Method | Type | Description |
38
+ |------------|----------------------------------------|--------------------------------------------------|
39
+ | [reset](#reset) | `(): void` | Resets component to initial state. |
40
+ | [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
37
41
 
38
42
  ## Events
39
43
 
40
44
  | Event | Type | Description |
41
45
  |-----------------------------|--------------------|--------------------------------------------------|
42
46
  | `auroFormElement-validated` | | Notifies that the `validity` and `errorMessage` values have changed. |
43
- | `auroSelect-valueSet` | `CustomEvent<any>` | Notifies that the component has a new value set. |
47
+ | `auroSelect-valueSet` | `CustomEvent<any>` | Notifies that the component has a new value set. |
48
+ | [input](#input) | `CustomEvent<any>` | Notifies every time the value prop of the element is changed. |
44
49
 
45
50
  ## Slots
46
51
 
47
- | Name | Description |
48
- |---------------|--------------------------------------------------|
49
- | | Default slot for the menu content. |
50
- | [helpText](#helpText) | Defines the content of the helpText. |
51
- | [label](#label) | Defines the content of the label. |
52
- | [placeholder](#placeholder) | Defines the content of the placeholder to be shown when there is no value |
52
+ | Name | Description |
53
+ |---------------------------|--------------------------------------------------|
54
+ | | Default slot for the menu content. |
55
+ | `bib.fullscreen.headline` | Defines the headline to display above menu-options |
56
+ | [helpText](#helpText) | Defines the content of the helpText. |
57
+ | [label](#label) | Defines the content of the label. |
58
+ | [placeholder](#placeholder) | Defines the content of the placeholder to be shown when there is no value |
53
59
 
54
60
  ## CSS Shadow Parts
55
61
 
@@ -68,6 +74,7 @@ A baseline `auro-select` using `auro-menu` and `auro-menuoption` elements.
68
74
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
69
75
  <!-- The below content is automatically added from ./../apiExamples/basic.html -->
70
76
  <auro-select>
77
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
71
78
  <auro-menu>
72
79
  <auro-menuoption value="stops">Stops</auro-menuoption>
73
80
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -86,6 +93,7 @@ A baseline `auro-select` using `auro-menu` and `auro-menuoption` elements.
86
93
 
87
94
  ```html
88
95
  <auro-select>
96
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
89
97
  <auro-menu>
90
98
  <auro-menuoption value="stops">Stops</auro-menuoption>
91
99
  <auro-menuoption value="price">Price</auro-menuoption>
@@ -112,7 +120,8 @@ To pre-set the value of auro-select on load, use the `value` property. The `sele
112
120
  <auro-button id="validValueExampleBtn">Set Value to Valid Option</auro-button>
113
121
  <auro-button id="invalidValueExampleBtn">Set Value to Invalid Option</auro-button>
114
122
  <br/><br/>
115
- <auro-select id="valueExample" value="price">
123
+ <auro-select id="valueExample" value='["price"]'>
124
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
116
125
  <span slot="label">Name</span>
117
126
  <auro-menu>
118
127
  <auro-menuoption id="option-0" value="stops">Stops</auro-menuoption>
@@ -134,7 +143,8 @@ To pre-set the value of auro-select on load, use the `value` property. The `sele
134
143
  <auro-button id="validValueExampleBtn">Set Value to Valid Option</auro-button>
135
144
  <auro-button id="invalidValueExampleBtn">Set Value to Invalid Option</auro-button>
136
145
  <br/><br/>
137
- <auro-select id="valueExample" value="price">
146
+ <auro-select id="valueExample" value='["price"]'>
147
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
138
148
  <span slot="label">Name</span>
139
149
  <auro-menu>
140
150
  <auro-menuoption id="option-0" value="stops">Stops</auro-menuoption>
@@ -155,11 +165,11 @@ export function valueExample() {
155
165
  const valueExample = document.querySelector('#valueExample');
156
166
 
157
167
  document.querySelector('#validValueExampleBtn').addEventListener('click', () => {
158
- valueExample.value = 'arrival';
168
+ valueExample.value = ['arrival'];
159
169
  });
160
170
 
161
171
  document.querySelector('#invalidValueExampleBtn').addEventListener('click', () => {
162
- valueExample.value = 'flight course';
172
+ valueExample.value = ['flight course'];
163
173
  });
164
174
  }
165
175
  ```
@@ -175,6 +185,7 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
175
185
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/required.html) -->
176
186
  <!-- The below content is automatically added from ./../apiExamples/required.html -->
177
187
  <auro-select required setCustomValidityValueMissing="Custom required validation error message.">
188
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
178
189
  <label slot="placeholder">Placeholder Text</label>
179
190
  <auro-menu>
180
191
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -194,6 +205,7 @@ When the validity check fails the validityState, equals `valueMissing`. The erro
194
205
 
195
206
  ```html
196
207
  <auro-select required setCustomValidityValueMissing="Custom required validation error message.">
208
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
197
209
  <label slot="placeholder">Placeholder Text</label>
198
210
  <auro-menu>
199
211
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -220,6 +232,7 @@ A custom error message can be set using the `error` attribute, or it can be used
220
232
  <auro-button id="undefinedValueExampleBtnRemoveError">Remove Error</auro-button>
221
233
  <br /><br />
222
234
  <auro-select id="errorExample" error="Custom error message">
235
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
223
236
  <label slot="placeholder">Placeholder Text</label>
224
237
  <auro-menu>
225
238
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -242,6 +255,7 @@ A custom error message can be set using the `error` attribute, or it can be used
242
255
  <auro-button id="undefinedValueExampleBtnRemoveError">Remove Error</auro-button>
243
256
  <br /><br />
244
257
  <auro-select id="errorExample" error="Custom error message">
258
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
245
259
  <label slot="placeholder">Placeholder Text</label>
246
260
  <auro-menu>
247
261
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -263,6 +277,7 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
263
277
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/disabled.html) -->
264
278
  <!-- The below content is automatically added from ./../apiExamples/disabled.html -->
265
279
  <auro-select disabled>
280
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
266
281
  <label slot="placeholder">Placeholder Text</label>
267
282
  <auro-menu>
268
283
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -282,6 +297,7 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
282
297
 
283
298
  ```html
284
299
  <auro-select disabled>
300
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
285
301
  <label slot="placeholder">Placeholder Text</label>
286
302
  <auro-menu>
287
303
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -296,6 +312,42 @@ Use the `disabled` boolean attribute to toggle the disabled UI.
296
312
  <!-- AURO-GENERATED-CONTENT:END -->
297
313
  </auro-accordion>
298
314
 
315
+ #### multiselect <a name="multiselect"></a>
316
+ Sets multi-select mode, allowing multiple options to be selected at once.
317
+
318
+ <div class="exampleWrapper">
319
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/multiselect.html) -->
320
+ <!-- The below content is automatically added from ./../apiExamples/multiselect.html -->
321
+ <auro-select multiselect>
322
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
323
+ <label slot="placeholder">Select one or more options</label>
324
+ <auro-menu>
325
+ <auro-menuoption value="1">Option 1</auro-menuoption>
326
+ <auro-menuoption value="2">Option 2</auro-menuoption>
327
+ <auro-menuoption value="3">Option 3</auro-menuoption>
328
+ </auro-menu>
329
+ </auro-select>
330
+ <!-- AURO-GENERATED-CONTENT:END -->
331
+ </div>
332
+ <auro-accordion alignRight>
333
+ <span slot="trigger">See code</span>
334
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/multiselect.html) -->
335
+ <!-- The below code snippet is automatically added from ./../apiExamples/multiselect.html -->
336
+
337
+ ```html
338
+ <auro-select multiselect>
339
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
340
+ <label slot="placeholder">Select one or more options</label>
341
+ <auro-menu>
342
+ <auro-menuoption value="1">Option 1</auro-menuoption>
343
+ <auro-menuoption value="2">Option 2</auro-menuoption>
344
+ <auro-menuoption value="3">Option 3</auro-menuoption>
345
+ </auro-menu>
346
+ </auro-select>
347
+ ```
348
+ <!-- AURO-GENERATED-CONTENT:END -->
349
+ </auro-accordion>
350
+
299
351
  #### flexMenuWidth <a name="flexMenuWidth"></a>
300
352
  Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-select>` element to match the width of the bib content, rather than the width of the trigger.
301
353
 
@@ -303,6 +355,7 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
303
355
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../apiExamples/flexMenuWidth.html) -->
304
356
  <!-- The below content is automatically added from ../apiExamples/flexMenuWidth.html -->
305
357
  <auro-select flexMenuWidth id="flexMenuWidthExample">
358
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
306
359
  <label slot="placeholder">Placeholder Text</label>
307
360
  <auro-menu>
308
361
  <auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
@@ -326,6 +379,7 @@ Use the `flexMenuWidth` boolean attribute to toggle the width of the `<auro-sele
326
379
 
327
380
  ```html
328
381
  <auro-select flexMenuWidth id="flexMenuWidthExample">
382
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
329
383
  <label slot="placeholder">Placeholder Text</label>
330
384
  <auro-menu>
331
385
  <auro-menuoption value="united states">United States has a country code of (+1)</auro-menuoption>
@@ -353,6 +407,7 @@ Use the `label` slot to give your users contextual information about their selec
353
407
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/label.html) -->
354
408
  <!-- The below content is automatically added from ./../apiExamples/label.html -->
355
409
  <auro-select>
410
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
356
411
  <span slot="label">Please select a preference</span>
357
412
  <auro-menu>
358
413
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -372,6 +427,7 @@ Use the `label` slot to give your users contextual information about their selec
372
427
 
373
428
  ```html
374
429
  <auro-select>
430
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
375
431
  <span slot="label">Please select a preference</span>
376
432
  <auro-menu>
377
433
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -393,6 +449,7 @@ Use the `helptext` slot to provide additional information back to your user abou
393
449
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/helpText.html) -->
394
450
  <!-- The below content is automatically added from ./../apiExamples/helpText.html -->
395
451
  <auro-select>
452
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
396
453
  <label slot="placeholder">Placeholder Text</label>
397
454
  <span slot="helpText">Custom help text message.</span>
398
455
  <auro-menu>
@@ -413,6 +470,7 @@ Use the `helptext` slot to provide additional information back to your user abou
413
470
 
414
471
  ```html
415
472
  <auro-select>
473
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
416
474
  <label slot="placeholder">Placeholder Text</label>
417
475
  <span slot="helpText">Custom help text message.</span>
418
476
  <auro-menu>
@@ -439,7 +497,8 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
439
497
  <!-- The below content is automatically added from ./../apiExamples/resetState.html -->
440
498
  <auro-button id="resetStateBtn">Reset</auro-button>
441
499
  <br/><br/>
442
- <auro-select id="resetStateExample" required value="price">
500
+ <auro-select id="resetStateExample" value='["price"]'>
501
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
443
502
  <label slot="placeholder">Placeholder Text</label>
444
503
  <span slot="label">Name</span>
445
504
  <auro-menu>
@@ -461,7 +520,8 @@ Use the `reset()` method to reset the `<auro-select>`'s `value` and `validity` s
461
520
  ```html
462
521
  <auro-button id="resetStateBtn">Reset</auro-button>
463
522
  <br/><br/>
464
- <auro-select id="resetStateExample" required value="price">
523
+ <auro-select id="resetStateExample" value='["price"]'>
524
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
465
525
  <label slot="placeholder">Placeholder Text</label>
466
526
  <span slot="label">Name</span>
467
527
  <auro-menu>
@@ -498,6 +558,7 @@ The following example illustrates how a user may query the `element.value` or `e
498
558
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueExtraction.html) -->
499
559
  <!-- The below content is automatically added from ./../apiExamples/valueExtraction.html -->
500
560
  <auro-select id="valueExtraction">
561
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
501
562
  <label slot="placeholder">Placeholder Text</label>
502
563
  <auro-menu>
503
564
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -518,6 +579,7 @@ The following example illustrates how a user may query the `element.value` or `e
518
579
 
519
580
  ```html
520
581
  <auro-select id="valueExtraction">
582
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
521
583
  <label slot="placeholder">Placeholder Text</label>
522
584
  <auro-menu>
523
585
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -558,6 +620,7 @@ This example programmatically adds the `error` state when a user selects an opti
558
620
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/customErrorValidity.html) -->
559
621
  <!-- The below content is automatically added from ./../apiExamples/customErrorValidity.html -->
560
622
  <auro-select id="primaryError">
623
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
561
624
  <label slot="placeholder">Placeholder Text</label>
562
625
  <auro-menu>
563
626
  <auro-menuoption value="1">1</auro-menuoption>
@@ -577,6 +640,7 @@ This example programmatically adds the `error` state when a user selects an opti
577
640
 
578
641
  ```html
579
642
  <auro-select id="primaryError">
643
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
580
644
  <label slot="placeholder">Placeholder Text</label>
581
645
  <auro-menu>
582
646
  <auro-menuoption value="1">1</auro-menuoption>
@@ -615,6 +679,7 @@ While content is loading, the menu can either remain empty or display a loading
615
679
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/loading.html) -->
616
680
  <!-- The below content is automatically added from ./../apiExamples/loading.html -->
617
681
  <auro-select id="loadingExample">
682
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
618
683
  <span slot="label">Please select a preference</span>
619
684
  <auro-menu id="loadingExampleSelectMenu">
620
685
  <auro-loader slot="loadingIcon" orbit xs></auro-loader><span slot="loadingText">Loading...</span>
@@ -665,6 +730,7 @@ export function auroMenuLoadingExample() {
665
730
 
666
731
  ```html
667
732
  <auro-select id="loadingExample">
733
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
668
734
  <span slot="label">Please select a preference</span>
669
735
  <auro-menu id="loadingExampleSelectMenu">
670
736
  <auro-loader slot="loadingIcon" orbit xs></auro-loader><span slot="loadingText">Loading...</span>
@@ -674,6 +740,53 @@ export function auroMenuLoadingExample() {
674
740
  <!-- AURO-GENERATED-CONTENT:END -->
675
741
  </auro-accordion>
676
742
 
743
+ ### Dropdown with fullscreen bib
744
+
745
+ You can make the dropdown open in fullscreen at a specific breakpoint by setting `fullscreenBreakpoint`.
746
+
747
+ The default value of `fullscreenBreakpoint` is `sm`.
748
+
749
+ Breakpoint token can be found [here](https://auro.alaskaair.com/getting-started/developers/design-tokens)
750
+
751
+ To support fullcreen bib, setting `bib.fullscreen.headline` is **STRONGLY RECOMMENDED**.
752
+
753
+ <div class="exampleWrapper">
754
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/fullscreenBreakpoint.html) -->
755
+ <!-- The below content is automatically added from ./../apiExamples/fullscreenBreakpoint.html -->
756
+ <auro-select fullscreenBreakpoint="lg">
757
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
758
+ <auro-menu>
759
+ <auro-menuoption value="stops">Stops</auro-menuoption>
760
+ <auro-menuoption value="price">Price</auro-menuoption>
761
+ <auro-menuoption value="duration">Duration</auro-menuoption>
762
+ <auro-menuoption value="departure">Departure</auro-menuoption>
763
+ <auro-menuoption value="arrival">Arrival</auro-menuoption>
764
+ <auro-menuoption value="prefer alaska">Prefer Alaska</auro-menuoption>
765
+ </auro-menu>
766
+ </auro-select>
767
+ <!-- AURO-GENERATED-CONTENT:END -->
768
+ </div>
769
+ <auro-accordion alignRight>
770
+ <span slot="trigger">See code</span>
771
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/fullscreenBreakpoint.html) -->
772
+ <!-- The below code snippet is automatically added from ./../apiExamples/fullscreenBreakpoint.html -->
773
+
774
+ ```html
775
+ <auro-select fullscreenBreakpoint="lg">
776
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
777
+ <auro-menu>
778
+ <auro-menuoption value="stops">Stops</auro-menuoption>
779
+ <auro-menuoption value="price">Price</auro-menuoption>
780
+ <auro-menuoption value="duration">Duration</auro-menuoption>
781
+ <auro-menuoption value="departure">Departure</auro-menuoption>
782
+ <auro-menuoption value="arrival">Arrival</auro-menuoption>
783
+ <auro-menuoption value="prefer alaska">Prefer Alaska</auro-menuoption>
784
+ </auro-menu>
785
+ </auro-select>
786
+ ```
787
+ <!-- AURO-GENERATED-CONTENT:END -->
788
+ </auro-accordion>
789
+
677
790
  #### in Dialog
678
791
 
679
792
  The component can be in a dialog.
@@ -686,7 +799,8 @@ The component can be in a dialog.
686
799
  <auro-dialog id="select-dialog">
687
800
  <span slot="header">Select in Dialog</span>
688
801
  <div slot="content">
689
- <auro-select id="valueExample" value="price">
802
+ <auro-select id="valueExample" value='["price"]'>
803
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
690
804
  <span slot="label">Name</span>
691
805
  <auro-menu>
692
806
  <auro-menuoption id="option-0" value="stops">Stops</auro-menuoption>
@@ -713,7 +827,8 @@ The component can be in a dialog.
713
827
  <auro-dialog id="select-dialog">
714
828
  <span slot="header">Select in Dialog</span>
715
829
  <div slot="content">
716
- <auro-select id="valueExample" value="price">
830
+ <auro-select id="valueExample" value='["price"]'>
831
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
717
832
  <span slot="label">Name</span>
718
833
  <auro-menu>
719
834
  <auro-menuoption id="option-0" value="stops">Stops</auro-menuoption>
@@ -751,6 +866,7 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
751
866
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/valueAlert.html) -->
752
867
  <!-- The below content is automatically added from ./../apiExamples/valueAlert.html -->
753
868
  <auro-select id="valueAlert">
869
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
754
870
  <label slot="placeholder">Placeholder Text</label>
755
871
  <auro-menu id="valueAlertMenu">
756
872
  <auro-menuoption value="stops">Stops</auro-menuoption>
@@ -770,6 +886,7 @@ The following example listens for the `auroMenu-selectedOption` event. Once trig
770
886
 
771
887
  ```html
772
888
  <auro-select id="valueAlert">
889
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
773
890
  <label slot="placeholder">Placeholder Text</label>
774
891
  <auro-menu id="valueAlertMenu">
775
892
  <auro-menuoption value="stops">Stops</auro-menuoption>