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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (968) hide show
  1. package/CHANGELOG.md +857 -0
  2. package/NOTICE +2 -0
  3. package/README.md +95 -6
  4. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
  5. package/components/bibtemplate/dist/headerVersion.d.ts +2 -0
  6. package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
  7. package/components/bibtemplate/dist/index.d.ts +2 -0
  8. package/components/bibtemplate/dist/index.js +791 -0
  9. package/components/bibtemplate/dist/registered.js +791 -0
  10. package/components/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
  11. package/components/bibtemplate/dist/styles/style-css.d.ts +2 -0
  12. package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
  13. package/components/checkbox/README.md +56 -93
  14. package/components/checkbox/demo/api.md +5 -4
  15. package/components/checkbox/demo/api.min.js +431 -81
  16. package/components/checkbox/demo/index.html +49 -0
  17. package/components/checkbox/demo/index.md +0 -45
  18. package/components/checkbox/demo/index.min.js +431 -81
  19. package/components/checkbox/demo/readme.html +49 -0
  20. package/components/checkbox/demo/readme.md +142 -0
  21. package/components/checkbox/dist/auro-checkbox-group.d.ts +10 -2
  22. package/components/checkbox/dist/auro-checkbox.d.ts +8 -5
  23. package/components/checkbox/dist/helptextVersion.d.ts +2 -0
  24. package/components/checkbox/dist/index.d.ts +0 -1
  25. package/components/checkbox/dist/index.js +431 -84
  26. package/components/checkbox/dist/registered.js +1279 -0
  27. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  28. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  29. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  30. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  31. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  32. package/components/combobox/README.md +58 -101
  33. package/components/combobox/demo/api.js +1 -1
  34. package/components/combobox/demo/api.md +116 -32
  35. package/components/combobox/demo/api.min.js +8225 -3872
  36. package/components/combobox/demo/index.html +57 -0
  37. package/components/combobox/demo/index.js +1 -1
  38. package/components/combobox/demo/index.md +17 -54
  39. package/components/combobox/demo/index.min.js +8222 -3869
  40. package/components/combobox/demo/readme.html +49 -0
  41. package/components/combobox/demo/readme.md +152 -0
  42. package/components/combobox/dist/auro-combobox.d.ts +123 -76
  43. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  44. package/components/combobox/dist/{formkit/auro-dropdownVersion.d.ts → dropdownVersion.d.ts} +0 -1
  45. package/components/combobox/dist/index.d.ts +0 -1
  46. package/components/combobox/dist/index.js +7570 -3533
  47. package/components/combobox/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  48. package/components/combobox/dist/registered.js +12271 -0
  49. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  50. package/components/counter/README.md +146 -0
  51. package/components/counter/demo/api.js +5 -1
  52. package/components/counter/demo/api.md +371 -962
  53. package/components/counter/demo/api.min.js +6205 -40
  54. package/components/counter/demo/index.html +52 -0
  55. package/components/counter/demo/index.js +3 -3
  56. package/components/counter/demo/index.md +148 -0
  57. package/components/counter/demo/index.min.js +6191 -19
  58. package/components/counter/demo/readme.html +49 -0
  59. package/components/counter/demo/readme.md +146 -0
  60. package/components/counter/dist/auro-counter-button.d.ts +12 -0
  61. package/components/counter/dist/auro-counter-group.d.ts +168 -5
  62. package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
  63. package/components/counter/dist/auro-counter.d.ts +91 -1
  64. package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
  65. package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
  66. package/components/counter/dist/iconVersion.d.ts +2 -0
  67. package/components/counter/dist/index.d.ts +0 -1
  68. package/components/counter/dist/index.js +6162 -38
  69. package/components/counter/dist/registered.js +6235 -0
  70. package/components/counter/dist/styles/color-css.d.ts +2 -0
  71. package/components/counter/dist/styles/counter-button-color-css.d.ts +2 -0
  72. package/components/counter/dist/styles/counter-button-css.d.ts +2 -0
  73. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +2 -0
  74. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  75. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
  76. package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
  77. package/components/counter/dist/styles/style-css.d.ts +0 -1
  78. package/components/counter/dist/styles/tokens-css.d.ts +2 -0
  79. package/components/datepicker/README.md +59 -95
  80. package/components/datepicker/demo/api.js +3 -3
  81. package/components/datepicker/demo/api.md +259 -144
  82. package/components/datepicker/demo/api.min.js +6495 -2575
  83. package/components/datepicker/demo/index.html +57 -0
  84. package/components/datepicker/demo/index.md +9 -42
  85. package/components/datepicker/demo/index.min.js +6483 -2562
  86. package/components/datepicker/demo/readme.html +49 -0
  87. package/components/datepicker/demo/readme.md +140 -0
  88. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  89. package/components/datepicker/dist/auro-calendar-month.d.ts +15 -1
  90. package/components/datepicker/dist/auro-calendar.d.ts +25 -2
  91. package/components/datepicker/dist/auro-datepicker.d.ts +42 -13
  92. package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
  93. package/components/datepicker/dist/dropdownVersion.d.ts +2 -1
  94. package/components/datepicker/dist/index.d.ts +0 -1
  95. package/components/datepicker/dist/index.js +6481 -2562
  96. package/components/datepicker/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  97. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  98. package/components/datepicker/dist/registered.js +22468 -0
  99. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  100. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  101. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  102. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  103. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  104. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  105. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  106. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  107. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  108. package/components/datepicker/dist/utilities.d.ts +25 -1
  109. package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -2
  110. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +2 -3
  111. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  112. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  113. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  114. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  115. package/components/dropdown/README.md +56 -92
  116. package/components/dropdown/demo/api.js +1 -1
  117. package/components/dropdown/demo/api.md +43 -29
  118. package/components/dropdown/demo/api.min.js +558 -157
  119. package/components/dropdown/demo/index.html +53 -0
  120. package/components/dropdown/demo/index.js +0 -3
  121. package/components/dropdown/demo/index.md +1 -60
  122. package/components/dropdown/demo/index.min.js +558 -160
  123. package/components/dropdown/demo/readme.html +49 -0
  124. package/components/dropdown/demo/readme.md +144 -0
  125. package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
  126. package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
  127. package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → dropdown/dist/dropdownVersion.d.ts} +0 -1
  128. package/components/dropdown/dist/helptextVersion.d.ts +2 -0
  129. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  130. package/components/dropdown/dist/index.d.ts +0 -1
  131. package/components/dropdown/dist/index.js +558 -159
  132. package/components/dropdown/dist/registered.js +3365 -0
  133. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  134. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  135. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  136. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  137. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  138. package/components/form/README.md +66 -98
  139. package/components/form/demo/api.js +1 -1
  140. package/components/form/demo/api.min.js +497 -25
  141. package/components/form/demo/index.html +48 -0
  142. package/components/form/demo/index.md +94 -25
  143. package/components/form/demo/index.min.js +497 -25
  144. package/components/form/demo/readme.html +49 -0
  145. package/components/form/demo/readme.md +146 -0
  146. package/components/form/demo/registerDemoDeps.js +22 -0
  147. package/components/form/demo/working.html +117 -0
  148. package/components/form/dist/auro-form.d.ts +194 -3
  149. package/components/form/dist/index.d.ts +0 -1
  150. package/components/form/dist/index.js +497 -27
  151. package/components/form/dist/registered.d.ts +1 -0
  152. package/components/form/dist/registered.js +632 -0
  153. package/components/form/dist/styles/style-css.d.ts +0 -1
  154. package/components/helptext/dist/auro-helptext.d.ts +53 -0
  155. package/components/helptext/dist/index.d.ts +2 -0
  156. package/components/helptext/dist/index.js +224 -0
  157. package/components/helptext/dist/registered.js +224 -0
  158. package/components/helptext/dist/styles/color-css.d.ts +2 -0
  159. package/components/helptext/dist/styles/style-css.d.ts +2 -0
  160. package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
  161. package/components/input/README.md +56 -87
  162. package/components/input/demo/api.md +91 -90
  163. package/components/input/demo/api.min.js +4216 -1781
  164. package/components/input/demo/index.html +41 -0
  165. package/components/input/demo/index.md +2 -33
  166. package/components/input/demo/index.min.js +4217 -1782
  167. package/components/input/demo/readme.html +49 -0
  168. package/components/input/demo/readme.md +135 -0
  169. package/components/input/dist/auro-input.d.ts +4 -2
  170. package/components/input/dist/base-input.d.ts +49 -16
  171. package/components/input/dist/buttonVersion.d.ts +0 -1
  172. package/components/input/dist/helptextVersion.d.ts +2 -0
  173. package/components/input/dist/i18n.d.ts +0 -1
  174. package/components/input/dist/iconVersion.d.ts +0 -1
  175. package/components/input/dist/index.d.ts +0 -1
  176. package/components/input/dist/index.js +4216 -1783
  177. package/components/input/dist/registered.js +6592 -0
  178. package/components/input/dist/styles/borders-css.d.ts +0 -1
  179. package/components/input/dist/styles/color-css.d.ts +0 -1
  180. package/components/input/dist/styles/input-css.d.ts +0 -1
  181. package/components/input/dist/styles/label-css.d.ts +0 -1
  182. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  183. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  184. package/components/input/dist/styles/style-css.d.ts +0 -1
  185. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  186. package/components/input/dist/utilities.d.ts +25 -0
  187. package/components/menu/README.md +56 -93
  188. package/components/menu/demo/api.js +1 -1
  189. package/components/menu/demo/api.md +57 -20
  190. package/components/menu/demo/api.min.js +629 -315
  191. package/components/menu/demo/index.html +50 -0
  192. package/components/menu/demo/index.md +1 -44
  193. package/components/menu/demo/index.min.js +627 -313
  194. package/components/menu/demo/readme.html +49 -0
  195. package/components/menu/demo/readme.md +145 -0
  196. package/components/menu/dist/auro-menu-utils.d.ts +42 -0
  197. package/components/menu/dist/auro-menu.d.ts +97 -82
  198. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  199. package/components/menu/dist/dropdownVersion.d.ts +2 -0
  200. package/components/menu/dist/iconVersion.d.ts +0 -1
  201. package/components/menu/dist/index.d.ts +1 -1
  202. package/components/menu/dist/index.js +628 -317
  203. package/components/menu/dist/registered.js +1510 -0
  204. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  205. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  206. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  207. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  208. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  209. package/components/radio/README.md +56 -87
  210. package/components/radio/demo/api.md +9 -8
  211. package/components/radio/demo/api.min.js +428 -74
  212. package/components/radio/demo/index.html +48 -0
  213. package/components/radio/demo/index.md +0 -45
  214. package/components/radio/demo/index.min.js +428 -74
  215. package/components/radio/demo/readme.html +49 -0
  216. package/components/radio/demo/readme.md +137 -0
  217. package/components/radio/dist/auro-radio-group.d.ts +12 -3
  218. package/components/radio/dist/auro-radio.d.ts +0 -1
  219. package/components/radio/dist/helptextVersion.d.ts +2 -0
  220. package/components/radio/dist/index.d.ts +0 -1
  221. package/components/radio/dist/index.js +428 -77
  222. package/components/radio/dist/registered.js +1396 -0
  223. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  224. package/components/radio/dist/styles/color-css.d.ts +0 -1
  225. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  226. package/components/radio/dist/styles/style-css.d.ts +0 -1
  227. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  228. package/components/select/README.md +58 -99
  229. package/components/select/demo/api.js +1 -1
  230. package/components/select/demo/api.md +149 -32
  231. package/components/select/demo/api.min.js +2597 -782
  232. package/components/select/demo/index.html +49 -0
  233. package/components/select/demo/index.js +1 -1
  234. package/components/select/demo/index.md +18 -51
  235. package/components/select/demo/index.min.js +2604 -789
  236. package/components/select/demo/readme.html +49 -0
  237. package/components/select/demo/readme.md +143 -0
  238. package/components/select/dist/auro-select.d.ts +60 -8
  239. package/components/select/dist/bibtemplateVersion.d.ts +2 -0
  240. package/components/select/dist/dropdownVersion.d.ts +2 -0
  241. package/components/select/dist/index.d.ts +0 -1
  242. package/components/select/dist/index.js +1966 -467
  243. package/components/select/dist/registered.js +5426 -0
  244. package/components/select/dist/styles/color-css.d.ts +0 -1
  245. package/components/select/dist/styles/style-css.d.ts +0 -1
  246. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  247. package/package.json +121 -48
  248. package/packages/build-tools/src/postinstall.mjs +8 -0
  249. package/.husky/commit-msg +0 -4
  250. package/.husky/pre-commit +0 -3
  251. package/.turbo/cache/06845874cc82b186-meta.json +0 -1
  252. package/.turbo/cache/06845874cc82b186.tar.zst +0 -0
  253. package/.turbo/cache/0a96f136af026d57-meta.json +0 -1
  254. package/.turbo/cache/0a96f136af026d57.tar.zst +0 -0
  255. package/.turbo/cache/0c8124a987c1cc05-meta.json +0 -1
  256. package/.turbo/cache/0c8124a987c1cc05.tar.zst +0 -0
  257. package/.turbo/cache/0c9ee13a7c863709-meta.json +0 -1
  258. package/.turbo/cache/0c9ee13a7c863709.tar.zst +0 -0
  259. package/.turbo/cache/0ca9c5ccf3e90704-meta.json +0 -1
  260. package/.turbo/cache/0ca9c5ccf3e90704.tar.zst +0 -0
  261. package/.turbo/cache/18129dba20f51b6b-meta.json +0 -1
  262. package/.turbo/cache/18129dba20f51b6b.tar.zst +0 -0
  263. package/.turbo/cache/1a8d6e4cab38121a-meta.json +0 -1
  264. package/.turbo/cache/1a8d6e4cab38121a.tar.zst +0 -0
  265. package/.turbo/cache/1ce32edb29492636-meta.json +0 -1
  266. package/.turbo/cache/1ce32edb29492636.tar.zst +0 -0
  267. package/.turbo/cache/2787020e69f50af2-meta.json +0 -1
  268. package/.turbo/cache/2787020e69f50af2.tar.zst +0 -0
  269. package/.turbo/cache/2ec1b6d23563659e-meta.json +0 -1
  270. package/.turbo/cache/2ec1b6d23563659e.tar.zst +0 -0
  271. package/.turbo/cache/3afc5b2ea7c1bf51-meta.json +0 -1
  272. package/.turbo/cache/3afc5b2ea7c1bf51.tar.zst +0 -0
  273. package/.turbo/cache/3cd8fc5f388323db-meta.json +0 -1
  274. package/.turbo/cache/3cd8fc5f388323db.tar.zst +0 -0
  275. package/.turbo/cache/4006a206400d5c7b-meta.json +0 -1
  276. package/.turbo/cache/4006a206400d5c7b.tar.zst +0 -0
  277. package/.turbo/cache/40de011abc31c0cf-meta.json +0 -1
  278. package/.turbo/cache/40de011abc31c0cf.tar.zst +0 -0
  279. package/.turbo/cache/426c825f57054f5f-meta.json +0 -1
  280. package/.turbo/cache/426c825f57054f5f.tar.zst +0 -0
  281. package/.turbo/cache/4524aae614598308-meta.json +0 -1
  282. package/.turbo/cache/4524aae614598308.tar.zst +0 -0
  283. package/.turbo/cache/45ea3e30ae949d53-meta.json +0 -1
  284. package/.turbo/cache/45ea3e30ae949d53.tar.zst +0 -0
  285. package/.turbo/cache/492dda333b8d15f1-meta.json +0 -1
  286. package/.turbo/cache/492dda333b8d15f1.tar.zst +0 -0
  287. package/.turbo/cache/50993de942ec15a9-meta.json +0 -1
  288. package/.turbo/cache/50993de942ec15a9.tar.zst +0 -0
  289. package/.turbo/cache/51eaa58d5c167de8-meta.json +0 -1
  290. package/.turbo/cache/51eaa58d5c167de8.tar.zst +0 -0
  291. package/.turbo/cache/577d86e4072c01f5-meta.json +0 -1
  292. package/.turbo/cache/577d86e4072c01f5.tar.zst +0 -0
  293. package/.turbo/cache/5aadae8d3f94202e-meta.json +0 -1
  294. package/.turbo/cache/5aadae8d3f94202e.tar.zst +0 -0
  295. package/.turbo/cache/5d770c787aa78d4d-meta.json +0 -1
  296. package/.turbo/cache/5d770c787aa78d4d.tar.zst +0 -0
  297. package/.turbo/cache/60ad74320c682a2b-meta.json +0 -1
  298. package/.turbo/cache/60ad74320c682a2b.tar.zst +0 -0
  299. package/.turbo/cache/61e218aba69cff58-meta.json +0 -1
  300. package/.turbo/cache/61e218aba69cff58.tar.zst +0 -0
  301. package/.turbo/cache/624bf5350aacae42-meta.json +0 -1
  302. package/.turbo/cache/624bf5350aacae42.tar.zst +0 -0
  303. package/.turbo/cache/68060c79df03f45a-meta.json +0 -1
  304. package/.turbo/cache/68060c79df03f45a.tar.zst +0 -0
  305. package/.turbo/cache/68e3afb31feab4e9-meta.json +0 -1
  306. package/.turbo/cache/68e3afb31feab4e9.tar.zst +0 -0
  307. package/.turbo/cache/6a1c28febca6163f-meta.json +0 -1
  308. package/.turbo/cache/6a1c28febca6163f.tar.zst +0 -0
  309. package/.turbo/cache/6bc4e2d881af6ffb-meta.json +0 -1
  310. package/.turbo/cache/6bc4e2d881af6ffb.tar.zst +0 -0
  311. package/.turbo/cache/6c8ea74dc3b07640-meta.json +0 -1
  312. package/.turbo/cache/6c8ea74dc3b07640.tar.zst +0 -0
  313. package/.turbo/cache/71dbeaf0706c12fe-meta.json +0 -1
  314. package/.turbo/cache/71dbeaf0706c12fe.tar.zst +0 -0
  315. package/.turbo/cache/7445df6e7feed2a7-meta.json +0 -1
  316. package/.turbo/cache/7445df6e7feed2a7.tar.zst +0 -0
  317. package/.turbo/cache/77da375a012de9d0-meta.json +0 -1
  318. package/.turbo/cache/77da375a012de9d0.tar.zst +0 -0
  319. package/.turbo/cache/7a6ef918375d4010-meta.json +0 -1
  320. package/.turbo/cache/7a6ef918375d4010.tar.zst +0 -0
  321. package/.turbo/cache/7bf2b06a479d0b30-meta.json +0 -1
  322. package/.turbo/cache/7bf2b06a479d0b30.tar.zst +0 -0
  323. package/.turbo/cache/7da23884069695e6-meta.json +0 -1
  324. package/.turbo/cache/7da23884069695e6.tar.zst +0 -0
  325. package/.turbo/cache/7f3b42ddf36d0158-meta.json +0 -1
  326. package/.turbo/cache/7f3b42ddf36d0158.tar.zst +0 -0
  327. package/.turbo/cache/83e1029b14af6545-meta.json +0 -1
  328. package/.turbo/cache/83e1029b14af6545.tar.zst +0 -0
  329. package/.turbo/cache/8410cd8eeadc3af7-meta.json +0 -1
  330. package/.turbo/cache/8410cd8eeadc3af7.tar.zst +0 -0
  331. package/.turbo/cache/98936c69a55361fc-meta.json +0 -1
  332. package/.turbo/cache/98936c69a55361fc.tar.zst +0 -0
  333. package/.turbo/cache/9a9b4e449cd84be4-meta.json +0 -1
  334. package/.turbo/cache/9a9b4e449cd84be4.tar.zst +0 -0
  335. package/.turbo/cache/9ae99e8e7bd83d06-meta.json +0 -1
  336. package/.turbo/cache/9ae99e8e7bd83d06.tar.zst +0 -0
  337. package/.turbo/cache/a275406512608e45-meta.json +0 -1
  338. package/.turbo/cache/a275406512608e45.tar.zst +0 -0
  339. package/.turbo/cache/a3db8f78e018a955-meta.json +0 -1
  340. package/.turbo/cache/a3db8f78e018a955.tar.zst +0 -0
  341. package/.turbo/cache/b5e6dc7fb9ae1a2f-meta.json +0 -1
  342. package/.turbo/cache/b5e6dc7fb9ae1a2f.tar.zst +0 -0
  343. package/.turbo/cache/b6a202cc85cb61a0-meta.json +0 -1
  344. package/.turbo/cache/b6a202cc85cb61a0.tar.zst +0 -0
  345. package/.turbo/cache/b91d2888e699c76a-meta.json +0 -1
  346. package/.turbo/cache/b91d2888e699c76a.tar.zst +0 -0
  347. package/.turbo/cache/bdc6aadfdbb6feb9-meta.json +0 -1
  348. package/.turbo/cache/bdc6aadfdbb6feb9.tar.zst +0 -0
  349. package/.turbo/cache/c114d428251f56a5-meta.json +0 -1
  350. package/.turbo/cache/c114d428251f56a5.tar.zst +0 -0
  351. package/.turbo/cache/c44efc9e4ddd8a0e-meta.json +0 -1
  352. package/.turbo/cache/c44efc9e4ddd8a0e.tar.zst +0 -0
  353. package/.turbo/cache/c6c6411199b68170-meta.json +0 -1
  354. package/.turbo/cache/c6c6411199b68170.tar.zst +0 -0
  355. package/.turbo/cache/c7338727efbc457a-meta.json +0 -1
  356. package/.turbo/cache/c7338727efbc457a.tar.zst +0 -0
  357. package/.turbo/cache/cf235df1ef8d90b0-meta.json +0 -1
  358. package/.turbo/cache/cf235df1ef8d90b0.tar.zst +0 -0
  359. package/.turbo/cache/d1d1a072ee099992-meta.json +0 -1
  360. package/.turbo/cache/d1d1a072ee099992.tar.zst +0 -0
  361. package/.turbo/cache/d3a05e38449c9b24-meta.json +0 -1
  362. package/.turbo/cache/d3a05e38449c9b24.tar.zst +0 -0
  363. package/.turbo/cache/d5db503b2eaf239c-meta.json +0 -1
  364. package/.turbo/cache/d5db503b2eaf239c.tar.zst +0 -0
  365. package/.turbo/cache/d9331772756d3d94-meta.json +0 -1
  366. package/.turbo/cache/d9331772756d3d94.tar.zst +0 -0
  367. package/.turbo/cache/db4ea5071b44ee8c-meta.json +0 -1
  368. package/.turbo/cache/db4ea5071b44ee8c.tar.zst +0 -0
  369. package/.turbo/cache/dc6fbe2a8d5b9d9b-meta.json +0 -1
  370. package/.turbo/cache/dc6fbe2a8d5b9d9b.tar.zst +0 -0
  371. package/.turbo/cache/df28a5ee199e995d-meta.json +0 -1
  372. package/.turbo/cache/df28a5ee199e995d.tar.zst +0 -0
  373. package/.turbo/cache/e1e2582a7131011f-meta.json +0 -1
  374. package/.turbo/cache/e1e2582a7131011f.tar.zst +0 -0
  375. package/.turbo/cache/e6271174c00888fe-meta.json +0 -1
  376. package/.turbo/cache/e6271174c00888fe.tar.zst +0 -0
  377. package/.turbo/cache/e62cfee068e3ef36-meta.json +0 -1
  378. package/.turbo/cache/e62cfee068e3ef36.tar.zst +0 -0
  379. package/.turbo/cache/e8485d2a584b5f08-meta.json +0 -1
  380. package/.turbo/cache/e8485d2a584b5f08.tar.zst +0 -0
  381. package/.turbo/cache/e86451b8f88594b2-meta.json +0 -1
  382. package/.turbo/cache/e86451b8f88594b2.tar.zst +0 -0
  383. package/.turbo/cache/e9872ba002963dd3-meta.json +0 -1
  384. package/.turbo/cache/e9872ba002963dd3.tar.zst +0 -0
  385. package/components/checkbox/.stylelintrc.json +0 -3
  386. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  387. package/components/checkbox/.turbo/turbo-build.log +0 -184
  388. package/components/checkbox/.turbo/turbo-bundler.log +0 -13
  389. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
  390. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  391. package/components/checkbox/.turbo/turbo-types.log +0 -4
  392. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  393. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  394. package/components/checkbox/dist/index.d.ts.map +0 -1
  395. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  396. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  397. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  398. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  399. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  400. package/components/checkbox/node_modules/chalk/package.json +0 -83
  401. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  402. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  403. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  404. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  405. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  406. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  407. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  408. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  409. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  410. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  411. package/components/checkbox/package.json +0 -68
  412. package/components/checkbox/src/auro-checkbox-group.js +0 -360
  413. package/components/checkbox/src/auro-checkbox.js +0 -210
  414. package/components/checkbox/src/index.js +0 -8
  415. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  416. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  417. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  418. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  419. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  420. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  421. package/components/checkbox/src/styles/color-css.js +0 -2
  422. package/components/checkbox/src/styles/color.css +0 -84
  423. package/components/checkbox/src/styles/color.scss +0 -118
  424. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  425. package/components/checkbox/src/styles/colorGroup.css +0 -16
  426. package/components/checkbox/src/styles/colorGroup.scss +0 -24
  427. package/components/checkbox/src/styles/tokens-css.js +0 -2
  428. package/components/checkbox/src/styles/tokens.css +0 -9
  429. package/components/checkbox/src/styles/tokens.scss +0 -11
  430. package/components/combobox/.stylelintrc.json +0 -3
  431. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  432. package/components/combobox/.turbo/turbo-build$colon$version.log +0 -10
  433. package/components/combobox/.turbo/turbo-build.log +0 -162
  434. package/components/combobox/.turbo/turbo-bundler.log +0 -25
  435. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
  436. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  437. package/components/combobox/.turbo/turbo-types.log +0 -4
  438. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  439. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  440. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  441. package/components/combobox/dist/index.d.ts.map +0 -1
  442. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  443. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
  444. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
  445. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
  446. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
  447. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
  448. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
  449. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
  450. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
  451. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
  452. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
  453. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
  454. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
  455. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
  456. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
  457. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
  458. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
  459. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
  460. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
  461. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
  462. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
  463. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
  464. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
  465. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
  466. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
  467. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
  468. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
  469. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
  470. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
  471. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
  472. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
  473. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
  474. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
  475. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
  476. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
  477. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
  478. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
  479. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
  480. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
  481. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
  482. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
  483. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
  484. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
  485. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
  486. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
  487. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
  488. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
  489. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
  490. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
  491. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
  492. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
  493. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
  494. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
  495. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
  496. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
  497. package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
  498. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
  499. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
  500. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
  501. package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
  502. package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
  503. package/components/combobox/node_modules/chalk/package.json +0 -83
  504. package/components/combobox/node_modules/chalk/readme.md +0 -297
  505. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
  506. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  507. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  508. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  509. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  510. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  511. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  512. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  513. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  514. package/components/combobox/package.json +0 -67
  515. package/components/combobox/src/auro-combobox.js +0 -721
  516. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  517. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  518. package/components/combobox/src/index.js +0 -6
  519. package/components/combobox/src/styles/style-css.js +0 -2
  520. package/components/combobox/src/styles/style.css +0 -60
  521. package/components/combobox/src/styles/style.scss +0 -46
  522. package/components/counter/.stylelintrc.json +0 -3
  523. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -66
  524. package/components/counter/.turbo/turbo-build.log +0 -87
  525. package/components/counter/.turbo/turbo-bundler.log +0 -13
  526. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
  527. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -16
  528. package/components/counter/.turbo/turbo-types.log +0 -4
  529. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  530. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  531. package/components/counter/dist/index.d.ts.map +0 -1
  532. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  533. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  534. package/components/counter/node_modules/chalk/package.json +0 -83
  535. package/components/counter/node_modules/chalk/readme.md +0 -325
  536. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  537. package/components/counter/node_modules/chalk/source/index.js +0 -225
  538. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  539. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  540. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  541. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  542. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  543. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  544. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  545. package/components/counter/package.json +0 -50
  546. package/components/counter/src/auro-counter-group.js +0 -48
  547. package/components/counter/src/auro-counter.js +0 -29
  548. package/components/counter/src/index.js +0 -8
  549. package/components/counter/src/styles/counter-group-css.js +0 -2
  550. package/components/counter/src/styles/counter-group.css +0 -4
  551. package/components/counter/src/styles/counter-group.scss +0 -17
  552. package/components/counter/src/styles/style-css.js +0 -2
  553. package/components/counter/src/styles/style.css +0 -4
  554. package/components/counter/src/styles/style.scss +0 -17
  555. package/components/datepicker/.stylelintrc.json +0 -3
  556. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  557. package/components/datepicker/.turbo/turbo-build$colon$version.log +0 -13
  558. package/components/datepicker/.turbo/turbo-build.log +0 -492
  559. package/components/datepicker/.turbo/turbo-bundler.log +0 -17
  560. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
  561. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  562. package/components/datepicker/.turbo/turbo-types.log +0 -4
  563. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  564. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  565. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  566. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  567. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  568. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  569. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  570. package/components/datepicker/dist/index.d.ts.map +0 -1
  571. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  572. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  573. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  574. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  575. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  576. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  577. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  578. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  579. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  580. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  581. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  582. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  583. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  584. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  585. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  586. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  587. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  588. package/components/datepicker/node_modules/chalk/package.json +0 -83
  589. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  590. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  591. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  592. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  593. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  594. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  595. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  596. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  597. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  598. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  599. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  600. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  601. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  602. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  603. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  604. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  605. package/components/datepicker/package.json +0 -79
  606. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  607. package/components/datepicker/src/auro-calendar-month.js +0 -128
  608. package/components/datepicker/src/auro-calendar.js +0 -329
  609. package/components/datepicker/src/auro-datepicker.js +0 -1003
  610. package/components/datepicker/src/dropdownVersion.js +0 -0
  611. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  612. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  613. package/components/datepicker/src/index.js +0 -6
  614. package/components/datepicker/src/popoverVersion.js +0 -1
  615. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  616. package/components/datepicker/src/styles/color-calendar.css +0 -35
  617. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  618. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  619. package/components/datepicker/src/styles/color-cell.css +0 -45
  620. package/components/datepicker/src/styles/color-cell.scss +0 -73
  621. package/components/datepicker/src/styles/color-css.js +0 -2
  622. package/components/datepicker/src/styles/color-month-css.js +0 -2
  623. package/components/datepicker/src/styles/color-month.css +0 -34
  624. package/components/datepicker/src/styles/color-month.scss +0 -27
  625. package/components/datepicker/src/styles/color.css +0 -43
  626. package/components/datepicker/src/styles/color.scss +0 -30
  627. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  628. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  629. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  630. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  631. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  632. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  633. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  634. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  635. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  636. package/components/datepicker/src/styles/style-css.js +0 -2
  637. package/components/datepicker/src/styles/style.css +0 -111
  638. package/components/datepicker/src/styles/style.scss +0 -107
  639. package/components/datepicker/src/styles/tokens-css.js +0 -2
  640. package/components/datepicker/src/styles/tokens.css +0 -22
  641. package/components/datepicker/src/styles/tokens.scss +0 -25
  642. package/components/datepicker/src/utilities.js +0 -87
  643. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  644. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  645. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  646. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  647. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  648. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  649. package/components/dropdown/.stylelintrc.json +0 -3
  650. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  651. package/components/dropdown/.turbo/turbo-build$colon$version.log +0 -7
  652. package/components/dropdown/.turbo/turbo-build.log +0 -205
  653. package/components/dropdown/.turbo/turbo-bundler.log +0 -13
  654. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
  655. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  656. package/components/dropdown/.turbo/turbo-types.log +0 -4
  657. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  658. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  659. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  660. package/components/dropdown/dist/index.d.ts.map +0 -1
  661. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  662. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  663. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  664. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  665. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  666. package/components/dropdown/node_modules/chalk/package.json +0 -83
  667. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  668. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  669. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  670. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  671. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  672. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  673. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  674. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  675. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  676. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  677. package/components/dropdown/package.json +0 -57
  678. package/components/dropdown/src/auro-dropdown.js +0 -474
  679. package/components/dropdown/src/auro-dropdownBib.js +0 -106
  680. package/components/dropdown/src/iconVersion.js +0 -1
  681. package/components/dropdown/src/index.js +0 -6
  682. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  683. package/components/dropdown/src/styles/bibColors.css +0 -6
  684. package/components/dropdown/src/styles/bibColors.scss +0 -18
  685. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  686. package/components/dropdown/src/styles/bibStyles.css +0 -43
  687. package/components/dropdown/src/styles/bibStyles.scss +0 -60
  688. package/components/dropdown/src/styles/color-css.js +0 -2
  689. package/components/dropdown/src/styles/color.css +0 -59
  690. package/components/dropdown/src/styles/color.scss +0 -79
  691. package/components/dropdown/src/styles/style-css.js +0 -2
  692. package/components/dropdown/src/styles/style.css +0 -92
  693. package/components/dropdown/src/styles/style.scss +0 -122
  694. package/components/dropdown/src/styles/tokens-css.js +0 -2
  695. package/components/dropdown/src/styles/tokens.css +0 -13
  696. package/components/dropdown/src/styles/tokens.scss +0 -15
  697. package/components/form/.stylelintrc.json +0 -3
  698. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  699. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  700. package/components/form/.turbo/turbo-build.log +0 -112
  701. package/components/form/.turbo/turbo-bundler.log +0 -13
  702. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
  703. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  704. package/components/form/.turbo/turbo-types.log +0 -4
  705. package/components/form/dist/auro-form.d.ts.map +0 -1
  706. package/components/form/dist/index.d.ts.map +0 -1
  707. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  708. package/components/form/node_modules/chalk/package.json +0 -83
  709. package/components/form/node_modules/chalk/readme.md +0 -325
  710. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  711. package/components/form/node_modules/chalk/source/index.js +0 -225
  712. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  713. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  714. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  715. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  716. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  717. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  718. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  719. package/components/form/package.json +0 -72
  720. package/components/form/src/auro-form.js +0 -74
  721. package/components/form/src/index.js +0 -6
  722. package/components/form/src/styles/style-css.js +0 -2
  723. package/components/form/src/styles/style.css +0 -36
  724. package/components/form/src/styles/style.scss +0 -37
  725. package/components/input/.stylelintrc.json +0 -3
  726. package/components/input/.turbo/turbo-build$colon$sass.log +0 -198
  727. package/components/input/.turbo/turbo-build$colon$version.log +0 -10
  728. package/components/input/.turbo/turbo-build.log +0 -350
  729. package/components/input/.turbo/turbo-bundler.log +0 -13
  730. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
  731. package/components/input/.turbo/turbo-sass$colon$render.log +0 -58
  732. package/components/input/.turbo/turbo-types.log +0 -4
  733. package/components/input/dist/auro-input.d.ts.map +0 -1
  734. package/components/input/dist/base-input.d.ts.map +0 -1
  735. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  736. package/components/input/dist/i18n.d.ts.map +0 -1
  737. package/components/input/dist/iconVersion.d.ts.map +0 -1
  738. package/components/input/dist/index.d.ts.map +0 -1
  739. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  740. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  741. package/components/input/dist/styles/helpText-css.d.ts.map +0 -1
  742. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  743. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  744. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  745. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  746. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  747. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  748. package/components/input/node_modules/chalk/package.json +0 -83
  749. package/components/input/node_modules/chalk/readme.md +0 -325
  750. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  751. package/components/input/node_modules/chalk/source/index.js +0 -225
  752. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  753. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  754. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  755. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  756. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  757. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  758. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  759. package/components/input/package.json +0 -75
  760. package/components/input/src/auro-input.js +0 -241
  761. package/components/input/src/base-input.js +0 -1103
  762. package/components/input/src/buttonVersion.js +0 -1
  763. package/components/input/src/i18n.js +0 -102
  764. package/components/input/src/iconVersion.js +0 -1
  765. package/components/input/src/index.js +0 -6
  766. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  767. package/components/input/src/styles/borders-css.js +0 -2
  768. package/components/input/src/styles/borders.css +0 -35
  769. package/components/input/src/styles/borders.scss +0 -49
  770. package/components/input/src/styles/color-css.js +0 -2
  771. package/components/input/src/styles/color.css +0 -62
  772. package/components/input/src/styles/color.scss +0 -89
  773. package/components/input/src/styles/helpText-css.js +0 -2
  774. package/components/input/src/styles/helpText.css +0 -6
  775. package/components/input/src/styles/helpText.scss +0 -9
  776. package/components/input/src/styles/input-css.js +0 -2
  777. package/components/input/src/styles/input.css +0 -35
  778. package/components/input/src/styles/input.scss +0 -53
  779. package/components/input/src/styles/label-css.js +0 -2
  780. package/components/input/src/styles/label.css +0 -45
  781. package/components/input/src/styles/label.scss +0 -71
  782. package/components/input/src/styles/mixins-css.js +0 -2
  783. package/components/input/src/styles/mixins.css +0 -1
  784. package/components/input/src/styles/mixins.scss +0 -45
  785. package/components/input/src/styles/notificationIcons-css.js +0 -2
  786. package/components/input/src/styles/notificationIcons.css +0 -84
  787. package/components/input/src/styles/notificationIcons.scss +0 -109
  788. package/components/input/src/styles/style-css.js +0 -2
  789. package/components/input/src/styles/style.css +0 -290
  790. package/components/input/src/styles/style.scss +0 -53
  791. package/components/input/src/styles/tokens-css.js +0 -2
  792. package/components/input/src/styles/tokens.css +0 -9
  793. package/components/input/src/styles/tokens.scss +0 -11
  794. package/components/menu/.stylelintrc.json +0 -3
  795. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  796. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  797. package/components/menu/.turbo/turbo-build.log +0 -183
  798. package/components/menu/.turbo/turbo-bundler.log +0 -13
  799. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
  800. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  801. package/components/menu/.turbo/turbo-types.log +0 -4
  802. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  803. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  804. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  805. package/components/menu/dist/index.d.ts.map +0 -1
  806. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  807. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  808. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  809. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  810. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  811. package/components/menu/node_modules/chalk/package.json +0 -83
  812. package/components/menu/node_modules/chalk/readme.md +0 -325
  813. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  814. package/components/menu/node_modules/chalk/source/index.js +0 -225
  815. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  816. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  817. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  818. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  819. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  820. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  821. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  822. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  823. package/components/menu/node_modules/mime/Mime.js +0 -97
  824. package/components/menu/node_modules/mime/README.md +0 -187
  825. package/components/menu/node_modules/mime/cli.js +0 -46
  826. package/components/menu/node_modules/mime/index.js +0 -4
  827. package/components/menu/node_modules/mime/lite.js +0 -4
  828. package/components/menu/node_modules/mime/package.json +0 -52
  829. package/components/menu/node_modules/mime/types/other.js +0 -1
  830. package/components/menu/node_modules/mime/types/standard.js +0 -1
  831. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  832. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  833. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  834. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  835. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  836. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  837. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  838. package/components/menu/package.json +0 -70
  839. package/components/menu/src/auro-menu.js +0 -539
  840. package/components/menu/src/auro-menuoption.js +0 -147
  841. package/components/menu/src/iconVersion.js +0 -1
  842. package/components/menu/src/index.js +0 -8
  843. package/components/menu/src/styles/color-menu-css.js +0 -2
  844. package/components/menu/src/styles/color-menu.css +0 -4
  845. package/components/menu/src/styles/color-menu.scss +0 -12
  846. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  847. package/components/menu/src/styles/color-menuoption.css +0 -23
  848. package/components/menu/src/styles/color-menuoption.scss +0 -33
  849. package/components/menu/src/styles/style-menu-css.js +0 -2
  850. package/components/menu/src/styles/style-menu.css +0 -2061
  851. package/components/menu/src/styles/style-menu.scss +0 -80
  852. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  853. package/components/menu/src/styles/style-menuoption.css +0 -45
  854. package/components/menu/src/styles/style-menuoption.scss +0 -66
  855. package/components/menu/src/styles/tokens-css.js +0 -2
  856. package/components/menu/src/styles/tokens.css +0 -6
  857. package/components/menu/src/styles/tokens.scss +0 -6
  858. package/components/radio/.stylelintrc.json +0 -3
  859. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  860. package/components/radio/.turbo/turbo-build.log +0 -215
  861. package/components/radio/.turbo/turbo-bundler.log +0 -13
  862. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
  863. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  864. package/components/radio/.turbo/turbo-types.log +0 -4
  865. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  866. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  867. package/components/radio/dist/index.d.ts.map +0 -1
  868. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  869. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  870. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  871. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  872. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  873. package/components/radio/node_modules/chalk/package.json +0 -83
  874. package/components/radio/node_modules/chalk/readme.md +0 -325
  875. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  876. package/components/radio/node_modules/chalk/source/index.js +0 -225
  877. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  878. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  879. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  880. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  881. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  882. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  883. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  884. package/components/radio/package.json +0 -69
  885. package/components/radio/src/auro-radio-group.js +0 -433
  886. package/components/radio/src/auro-radio.js +0 -256
  887. package/components/radio/src/index.js +0 -8
  888. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  889. package/components/radio/src/styles/auro-radio-group.css +0 -23
  890. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  891. package/components/radio/src/styles/color-css.js +0 -2
  892. package/components/radio/src/styles/color.css +0 -45
  893. package/components/radio/src/styles/color.scss +0 -56
  894. package/components/radio/src/styles/groupColor-css.js +0 -2
  895. package/components/radio/src/styles/groupColor.css +0 -21
  896. package/components/radio/src/styles/groupColor.scss +0 -33
  897. package/components/radio/src/styles/style-css.js +0 -2
  898. package/components/radio/src/styles/style.css +0 -113
  899. package/components/radio/src/styles/style.scss +0 -99
  900. package/components/radio/src/styles/tokens-css.js +0 -2
  901. package/components/radio/src/styles/tokens.css +0 -9
  902. package/components/radio/src/styles/tokens.scss +0 -12
  903. package/components/select/.stylelintrc.json +0 -3
  904. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  905. package/components/select/.turbo/turbo-build$colon$version.log +0 -7
  906. package/components/select/.turbo/turbo-build.log +0 -240
  907. package/components/select/.turbo/turbo-bundler.log +0 -19
  908. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
  909. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  910. package/components/select/.turbo/turbo-types.log +0 -4
  911. package/components/select/dist/auro-select.d.ts.map +0 -1
  912. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  913. package/components/select/dist/index.d.ts.map +0 -1
  914. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  915. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  916. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  917. package/components/select/node_modules/chalk/package.json +0 -83
  918. package/components/select/node_modules/chalk/readme.md +0 -325
  919. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  920. package/components/select/node_modules/chalk/source/index.js +0 -225
  921. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  922. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  923. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  924. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  925. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  926. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  927. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  928. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  929. package/components/select/node_modules/mime/Mime.js +0 -97
  930. package/components/select/node_modules/mime/README.md +0 -187
  931. package/components/select/node_modules/mime/cli.js +0 -46
  932. package/components/select/node_modules/mime/index.js +0 -4
  933. package/components/select/node_modules/mime/lite.js +0 -4
  934. package/components/select/node_modules/mime/package.json +0 -52
  935. package/components/select/node_modules/mime/types/other.js +0 -1
  936. package/components/select/node_modules/mime/types/standard.js +0 -1
  937. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  938. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  939. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  940. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  941. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  942. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  943. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  944. package/components/select/package.json +0 -70
  945. package/components/select/packageScripts/postinstall.mjs +0 -28
  946. package/components/select/src/auro-select.js +0 -559
  947. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  948. package/components/select/src/index.js +0 -6
  949. package/components/select/src/styles/color-css.js +0 -2
  950. package/components/select/src/styles/color.css +0 -63
  951. package/components/select/src/styles/color.scss +0 -33
  952. package/components/select/src/styles/style-css.js +0 -2
  953. package/components/select/src/styles/style.css +0 -104
  954. package/components/select/src/styles/style.scss +0 -76
  955. package/components/select/src/styles/tokens-css.js +0 -2
  956. package/components/select/src/styles/tokens.css +0 -3
  957. package/components/select/src/styles/tokens.scss +0 -5
  958. package/packages/build-tools/package.json +0 -15
  959. package/packages/build-tools/src/docProcessor.mjs +0 -133
  960. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  961. package/packages/build-tools/src/index.js +0 -1
  962. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  963. package/packages/form-validation/package.json +0 -12
  964. package/packages/form-validation/src/index.js +0 -1
  965. package/packages/form-validation/src/validation.js +0 -259
  966. package/packages/typescript/base.json +0 -19
  967. package/packages/typescript/package.json +0 -20
  968. package/turbo.json +0 -100
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=color-calendar-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=color-cell-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=color-month-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=style-auro-calendar-cell-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=style-auro-calendar-css.d.ts.map
@@ -1,3 +1,2 @@
1
1
  declare const _default: import("lit").CSSResult;
2
2
  export default _default;
3
- //# sourceMappingURL=style-auro-calendar-month-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
@@ -3,9 +3,34 @@ export class AuroDatepickerUtilities {
3
3
  * Returns true if value passed in is a valid date.
4
4
  * @private
5
5
  * @param {String} date - Date to validate.
6
+ * @param {String} format - Date format to validate against.
6
7
  * @returns {Boolean}
7
8
  */
8
9
  private validDateStr;
10
+ /**
11
+ * Converts a date string to a North American date format.
12
+ * @private
13
+ * @param {String} dateStr - Date to validate.
14
+ * @param {String} format - Date format to validate against.
15
+ * @returns {Boolean}
16
+ */
17
+ private toNorthAmericanFormat;
18
+ /**
19
+ * Parses a date string into its components.
20
+ * @private
21
+ * @param {string} dateStr - Date string to parse.
22
+ * @param {string} format - Date format to parse.
23
+ * @returns {void}
24
+ */
25
+ private parseDate;
26
+ /**
27
+ * Converts a date string to a custom date format.
28
+ * @private
29
+ * @param {string} dateStr - Date string to parse.
30
+ * @param {string} format - Date format to parse.
31
+ * @returns {void}
32
+ */
33
+ private toCustomFormat;
9
34
  /**
10
35
  * Converts any date object to a date object representing the first day of the month.
11
36
  * @param {Object} date - Date to convert to the first day of the month.
@@ -44,4 +69,3 @@ export class AuroDatepickerUtilities {
44
69
  */
45
70
  private datesMatch;
46
71
  }
47
- //# sourceMappingURL=utilities.d.ts.map
@@ -4,9 +4,10 @@ export class CalendarUtilities {
4
4
  * Scroll the calendar month list to a given valid date if in mobile view.
5
5
  * @param {Object} elem - The calendar element.
6
6
  * @param {String} date - The date to scroll into view.
7
+ * @param {String} format - The format of the date.
7
8
  * @returns {void}
8
9
  */
9
- scrollMonthIntoView(elem: any, date: string): void;
10
+ scrollMonthIntoView(elem: any, date: string, format: string): void;
10
11
  /**
11
12
  * Sends an event requesting the dropdown bib be closed.
12
13
  * @private
@@ -35,4 +36,3 @@ export class CalendarUtilities {
35
36
  handleMonthChange(elem: any, direction: string): void;
36
37
  }
37
38
  import { AuroDatepickerUtilities } from './utilities.js';
38
- //# sourceMappingURL=utilitiesCalendar.d.ts.map
@@ -17,7 +17,7 @@ export class UtilitiesCalendarRender {
17
17
  /**
18
18
  * Determines how many calendar months can be rendered based on the screen size and defined range.
19
19
  * @param {Object} elem - The auro-calendar element.
20
- * @param {Boolean} isMobile - true if it's to render for mobile view
20
+ * @param {Boolean} isMobile - True if it's to render for mobile view.
21
21
  * @private
22
22
  * @returns {Number} Returns the maximum number of months that can be rendered.
23
23
  */
@@ -25,7 +25,7 @@ export class UtilitiesCalendarRender {
25
25
  /**
26
26
  * Determines the number of months rendered inside the calendar.
27
27
  * @param {Object} elem - The auro-calendar element.
28
- * @param {Boolean} isMobile - true if it's to render for mobile view
28
+ * @param {Boolean} isMobile - True if it's to render for mobile view.
29
29
  * @private
30
30
  * @returns {void}
31
31
  */
@@ -48,4 +48,3 @@ export class UtilitiesCalendarRender {
48
48
  private renderCalendar;
49
49
  }
50
50
  import { AuroDatepickerUtilities } from './utilities.js';
51
- //# sourceMappingURL=utilitiesCalendarRender.d.ts.map
@@ -3,4 +3,3 @@ export class Day {
3
3
  date: number;
4
4
  title: number;
5
5
  }
6
- //# sourceMappingURL=day.d.ts.map
@@ -58,4 +58,3 @@ export namespace RangeDatepickerCalendar {
58
58
  let styles: import("lit").CSSResult;
59
59
  }
60
60
  import { LitElement } from 'lit';
61
- //# sourceMappingURL=range-datepicker-calendar.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=range-datepicker-cell.d.ts.map
@@ -55,4 +55,3 @@ export namespace RangeDatepicker {
55
55
  let styles: import("lit").CSSResult;
56
56
  }
57
57
  import { LitElement } from 'lit';
58
- //# sourceMappingURL=range-datepicker.d.ts.map
@@ -18,7 +18,6 @@ The following sections are editable by making changes to the following files:
18
18
  -->
19
19
 
20
20
  # Dropdown
21
-
22
21
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/description.md) -->
23
22
  <!-- The below content is automatically added from ./docs/partials/description.md -->
24
23
  The `auro-dropdown` component is a trigger and dropdown element combination intended to be used with dropdown content that is interactive. `auro-dropdown` is content agnostic and any valid HTML can be placed in either the trigger or the dropdown.
@@ -30,42 +29,55 @@ _Note: if the dropdown content in your implementation is not interactive (e.g. a
30
29
  <!-- AURO-GENERATED-CONTENT This file is to be used for any additional content that should be included in the README.md which is specific to this component. -->
31
30
  <!-- AURO-GENERATED-CONTENT:END -->
32
31
 
33
- ## UI development browser support
34
-
35
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/browserSupport.md) -->
36
- For the most up to date information on [UI development browser support](https://auro.alaskaair.com/support/browsersSupport)
37
-
38
- <!-- AURO-GENERATED-CONTENT:END -->
39
-
40
- ## Install
41
-
32
+ ## Getting Started
42
33
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentInstall.md) -->
43
34
  <!-- The below content is automatically added from ../../docs/templates/componentInstall.md -->
44
35
 
36
+ #### NPM Installation
37
+
45
38
  ```shell
46
39
  $ npm i @aurodesignsystem/auro-formkit
47
40
  ```
48
41
  <!-- AURO-GENERATED-CONTENT:END -->
42
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/gettingStarted.md) -->
43
+ <!-- The below content is automatically added from ../../docs/templates/gettingStarted.md -->
49
44
 
50
- ### Design Token CSS Custom Property dependency
45
+ ### Import Options
46
+
47
+ #### Automatic Registration
51
48
 
52
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/designTokens.md) -->
53
- The use of any Auro custom element has a dependency on the [Auro Design Tokens](https://auro.alaskaair.com/getting-started/developers/design-tokens).
49
+ For automatic registration, simply import the component:
54
50
 
55
- <!-- AURO-GENERATED-CONTENT:END -->
51
+ ```javascript
52
+ // Registers <auro-dropdown> automatically
53
+ import '@aurodesignsystem/auro-formkit/auro-dropdown';
54
+ ```
56
55
 
57
- ### Define dependency in project component
56
+ #### Custom Registration
58
57
 
59
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/componentImportDescription.md) -->
60
- Defining the component dependency within each component that is using the `<auro-dropdown>` component.
58
+ To protect from versioning conflicts with other instances of the component being loaded, it is recommended to use our static `AuroDropdown.register('custom-dropdown')` method on the component class and pass in a unique name.
61
59
 
62
- <!-- AURO-GENERATED-CONTENT:END -->
63
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentUsage.md) -->
64
- <!-- The below content is automatically added from ../../docs/templates/componentUsage.md -->
60
+ ```javascript
61
+ // Import the class only
62
+ import { AuroDropdown } from '@aurodesignsystem/auro-formkit/auro-dropdown/class';
63
+
64
+ // Register with a custom name if desired
65
+ AuroDropdown.register('custom-dropdown');
66
+ ```
65
67
 
66
- ```js
67
- import "@aurodesignsystem/auro-formkit/auro-dropdown";
68
+ #### TypeScript Module Resolution
69
+
70
+ When using TypeScript set `moduleResolution` to `bundler`, add the following to your `tsconfig.json`:
71
+
72
+ ```json
73
+ {
74
+ "compilerOptions": {
75
+ "moduleResolution": "bundler"
76
+ }
77
+ }
68
78
  ```
79
+
80
+ This configuration enables proper module resolution for the component's TypeScript files.
69
81
  <!-- AURO-GENERATED-CONTENT:END -->
70
82
  **Reference component in HTML**
71
83
 
@@ -82,26 +94,30 @@ import "@aurodesignsystem/auro-formkit/auro-dropdown";
82
94
  ```
83
95
  <!-- AURO-GENERATED-CONTENT:END -->
84
96
 
85
- ## Install bundled assets from CDN
97
+ ### Design Token CSS Custom Property dependency
86
98
 
87
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleInstallDescription.md) -->
88
- In cases where the project is not able to process JS assets, there are pre-processed assets available for use. See -- `auro-dropdown__bundled.js` for modern browsers. Legacy browsers such as IE11 are no longer supported.
99
+ <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/designTokens.md) -->
100
+ The use of any Auro custom element has a dependency on the [Auro Design Tokens](https://auro.alaskaair.com/getting-started/developers/design-tokens).
89
101
 
90
- **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.
102
+ <!-- AURO-GENERATED-CONTENT:END -->
103
+
104
+ ## Install from CDN
105
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/bundleInstallDescription.md) -->
106
+ <!-- The below content is automatically added from ../../docs/templates/bundleInstallDescription.md -->
107
+ In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
91
108
 
109
+ ```html
110
+ <script type="module "src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@2.0.0-beta.54/auro-dropdown/+esm"></script>
111
+ ```
92
112
  <!-- AURO-GENERATED-CONTENT:END -->
93
113
 
94
- ### Bundle example code
114
+ ## UI development browser support
115
+ <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/browserSupport.md) -->
116
+ For the most up to date information on [UI development browser support](https://auro.alaskaair.com/support/browsersSupport)
95
117
 
96
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentBundleUseModBrowsers.md) -->
97
- <!-- The below content is automatically added from ../../docs/templates/componentBundleUseModBrowsers.md -->
98
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.9.2/dist/tokens/CSSCustomProperties.css" />
99
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
100
- <script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit/auro-dropdown@2.0.0-beta.7/dist/auro-dropdown__bundled.js" type="module"></script>
101
118
  <!-- AURO-GENERATED-CONTENT:END -->
102
119
 
103
120
  ## auro-dropdown use cases
104
-
105
121
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/useCases.md) -->
106
122
  <!-- The below content is automatically added from ./docs/partials/useCases.md -->
107
123
  The `auro-dropdown` element should be used in situations where users may:
@@ -111,70 +127,18 @@ The `auro-dropdown` element should be used in situations where users may:
111
127
  * when interactive help is required
112
128
  <!-- AURO-GENERATED-CONTENT:END -->
113
129
 
114
- ## API Code Examples
115
-
116
- ### Default auro-dropdown
130
+ ## Formkit development
117
131
 
118
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./apiExamples/basic.html) -->
119
- <!-- The below code snippet is automatically added from ./apiExamples/basic.html -->
132
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/partials/developmentDescription.md) -->
133
+ <!-- The below content is automatically added from ../../docs/partials/developmentDescription.md -->
120
134
 
121
- ```html
122
- <auro-dropdown aria-label="custom label">
123
- Lorem ipsum solar
124
- <div slot="trigger">
125
- Trigger
126
- </div>
127
- </auro-dropdown>
128
- ```
129
- <!-- AURO-GENERATED-CONTENT:END -->
130
-
131
- ## Development
132
-
133
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/developmentDescription.md) -->
134
- In order to develop against this project, if you are not part of the core team, you will be required to fork the project prior to submitting a pull request.
135
-
136
- Please be sure to review the [contribution guidelines](https://auro.alaskaair.com/contributing) for this project. Please make sure to **pay special attention** to the **conventional commits** section of the document.
137
-
138
- <!-- AURO-GENERATED-CONTENT:END -->
139
-
140
- ### Start development environment
141
-
142
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/localhost.md) -->
143
- Once the project has been cloned to your local resource and you have installed all the dependencies you will need to open a shell session to run the **dev server**.
135
+ ### Filtering
144
136
 
145
- ```shell
146
- $ npm run dev
147
- ```
148
-
149
- Open [localhost:8000](http://localhost:8000/)
137
+ Running the `dev` command will open a `localhost` development server for all components in the monorepo at once.
150
138
 
151
- If running separate sessions is preferred, please run the following commands in individual terminal shells.
139
+ To only develop a single component, use the `--filter` flag:
152
140
 
153
141
  ```shell
154
- $ npm run build:watch
155
-
156
- $ npm run serve
142
+ npx turbo dev --filter=@aurodesignsystem/auro-input
157
143
  ```
158
-
159
- <!-- AURO-GENERATED-CONTENT:END -->
160
-
161
- ### API generation
162
-
163
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/api.md) -->
164
- The custom element API file is generated in the build and committed back to the repo with a version change. If the API doc has changed without a version change, author's are to run `npm run build:api` to generate the doc and commit to version control.
165
-
166
- <!-- AURO-GENERATED-CONTENT:END -->
167
-
168
- ### Testing
169
-
170
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/testing.md) -->
171
- Automated tests are required for every Auro component. See `.\test\auro-dropdown.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.
172
-
173
- <!-- AURO-GENERATED-CONTENT:END -->
174
-
175
- ### Bundled assets
176
-
177
- <!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/development/bundles.md) -->
178
- Bundled assets are only generated in the remote and not merged back to this repo. To review and/or test a bundled asset locally, run `$ npm run bundler` to generate assets.
179
-
180
144
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -2,7 +2,7 @@
2
2
  import { showExample } from './../apiExamples/programmaticallyShow.js';
3
3
  import { hideExample } from './../apiExamples/programmaticallyHide.js';
4
4
  import { inDialogExample } from '../apiExamples/inDialog.js';
5
- import '../src/index.js';
5
+ import '../src/registered.js';
6
6
 
7
7
  export function initExamples(initialCount = 0) {
8
8
  try {
@@ -11,31 +11,33 @@
11
11
 
12
12
  ## Properties
13
13
 
14
- | Property | Attribute | Type | Default | Description |
15
- |------------------------------|------------------------------|-------------|---------|--------------------------------------------------|
16
- | [bordered](#bordered) | `bordered` | ` Boolean ` | | If declared, applies a border around the trigger slot. |
17
- | [chevron](#chevron) | `chevron` | ` Boolean ` | | If declared, the dropdown displays a chevron on the right. |
18
- | [common](#common) | `common` | ` Boolean ` | | If declared, the dropdown will be styled with the common theme. |
19
- | [disabled](#disabled) | `disabled` | ` Boolean ` | | If declared, the dropdown is not interactive. |
20
- | [error](#error) | `error` | ` Boolean ` | | If declared in combination with `bordered` property or `helpText` slot content, will apply red color to both. |
21
- | [fluid](#fluid) | `fluid` | `Boolean` | | Makes the trigger to be full width of its parent container. |
22
- | [focusShow](#focusShow) | `focusShow` | ` Boolean ` | | If declared, the bib will display when focus is applied to the trigger. |
23
- | [hoverToggle](#hoverToggle) | `hoverToggle` | ` Boolean ` | | If declared, the trigger will toggle the dropdown on mouseover/mouseout. |
24
- | [inset](#inset) | `inset` | ` Boolean ` | | If declared, will apply padding around trigger slot content. |
25
- | [isPopoverVisible](#isPopoverVisible) | `isPopoverVisible` | ` Boolean ` | false | If true, the dropdown bib is displayed. |
26
- | [matchWidth](#matchWidth) | `matchWidth` | ` Boolean ` | false | If declared, the popover and trigger will be set to the same width. |
27
- | [mobileFullscreenBreakpoint](#mobileFullscreenBreakpoint) | `mobileFullscreenBreakpoint` | ` String ` | | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile. When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
28
- | [noHideOnThisFocusLoss](#noHideOnThisFocusLoss) | `noHideOnThisFocusLoss` | ` Boolean ` | false | If declared, the dropdown will not hide when moving focus outside the element. |
29
- | [noToggle](#noToggle) | `noToggle` | ` Boolean ` | | If declared, the trigger will only show the dropdown bib. |
30
- | [onSlotChange](#onSlotChange) | `onSlotChange` | | | |
31
- | [rounded](#rounded) | `rounded` | ` Boolean ` | | If declared, will apply border-radius to trigger and default slots. |
14
+ | Property | Attribute | Type | Default | Description |
15
+ |-------------------------|-------------------------|-------------|---------|--------------------------------------------------|
16
+ | [bordered](#bordered) | `bordered` | ` Boolean ` | | If declared, applies a border around the trigger slot. |
17
+ | [chevron](#chevron) | `chevron` | ` Boolean ` | | If declared, the dropdown displays a chevron on the right. |
18
+ | [common](#common) | `common` | ` Boolean ` | | If declared, the dropdown will be styled with the common theme. |
19
+ | [disabled](#disabled) | `disabled` | ` Boolean ` | | If declared, the dropdown is not interactive. |
20
+ | [error](#error) | `error` | ` Boolean ` | | If declared in combination with `bordered` property or `helpText` slot content, will apply red color to both. |
21
+ | [fluid](#fluid) | `fluid` | `Boolean` | | Makes the trigger to be full width of its parent container. |
22
+ | [focusShow](#focusShow) | `focusShow` | ` Boolean ` | | If declared, the bib will display when focus is applied to the trigger. |
23
+ | [fullscreenBreakpoint](#fullscreenBreakpoint) | `fullscreenBreakpoint` | ` String ` | | Defines the screen size breakpoint (`lg`, `md`, `sm`, or `xs`) at which the dropdown switches to fullscreen mode on mobile. When expanded, the dropdown will automatically display in fullscreen mode if the screen size is equal to or smaller than the selected breakpoint. |
24
+ | [hoverToggle](#hoverToggle) | `hoverToggle` | ` Boolean ` | | If declared, the trigger will toggle the dropdown on mouseover/mouseout. |
25
+ | [inset](#inset) | `inset` | ` Boolean ` | | If declared, will apply padding around trigger slot content. |
26
+ | [isBibFullscreen](#isBibFullscreen) | `isBibFullscreen` | `boolean` | false | If true, the dropdown bib is taking the fullscreen when it's open |
27
+ | [isPopoverVisible](#isPopoverVisible) | `isPopoverVisible` | ` Boolean ` | false | If true, the dropdown bib is displayed. |
28
+ | [matchWidth](#matchWidth) | `matchWidth` | ` Boolean ` | false | If declared, the popover and trigger will be set to the same width. |
29
+ | [noHideOnThisFocusLoss](#noHideOnThisFocusLoss) | `noHideOnThisFocusLoss` | ` Boolean ` | false | If declared, the dropdown will not hide when moving focus outside the element. |
30
+ | [noToggle](#noToggle) | `noToggle` | ` Boolean ` | | If declared, the trigger will only show the dropdown bib. |
31
+ | [onSlotChange](#onSlotChange) | `onSlotChange` | | | |
32
+ | [rounded](#rounded) | `rounded` | ` Boolean ` | | If declared, will apply border-radius to trigger and default slots. |
32
33
 
33
34
  ## Methods
34
35
 
35
- | Method | Type | Description |
36
- |--------|------------|-------------------------------------|
37
- | [hide](#hide) | `(): void` | Public method to hide the dropdown. |
38
- | [show](#show) | `(): void` | Public method to show the dropdown. |
36
+ | Method | Type | Description |
37
+ |------------------|------------|--------------------------------------------------|
38
+ | [exposeCssParts](#exposeCssParts) | `(): void` | Exposes CSS parts for styling from parent components. |
39
+ | [hide](#hide) | `(): void` | Public method to hide the dropdown. |
40
+ | [show](#show) | `(): void` | Public method to show the dropdown. |
39
41
 
40
42
  ## Events
41
43
 
@@ -640,9 +642,9 @@ In cases where it is desired behavior for `auro-dropdown` to only show, not togg
640
642
  <!-- AURO-GENERATED-CONTENT:END -->
641
643
  </auro-accordion>
642
644
 
643
- #### mobileFullscreenBreakpoint
645
+ #### fullscreenBreakpoint
644
646
 
645
- On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` will switch the dropdown to fullscreen mode.
647
+ On mobile view, adding the `fullscreenBreakpoint="{breakpoint-token}"` will switch the dropdown to fullscreen mode.
646
648
 
647
649
  <div class="exampleWrapper">
648
650
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/customDimensions300.html) -->
@@ -654,7 +656,7 @@ On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` wil
654
656
  }
655
657
  </style>
656
658
  <div style="width: 300px;" aria-label="custom label">
657
- <auro-dropdown id="customDropdown300" inset bordered rounded chevron mobileFullscreenBreakpoint="sm">
659
+ <auro-dropdown id="customDropdown300" inset bordered rounded chevron fullscreenBreakpoint="sm">
658
660
  <div>
659
661
  <p>
660
662
  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
@@ -686,7 +688,7 @@ On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` wil
686
688
  }
687
689
  </style>
688
690
  <div style="width: 300px;" aria-label="custom label">
689
- <auro-dropdown id="customDropdown300" inset bordered rounded chevron mobileFullscreenBreakpoint="sm">
691
+ <auro-dropdown id="customDropdown300" inset bordered rounded chevron fullscreenBreakpoint="sm">
690
692
  <div>
691
693
  <p>
692
694
  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
@@ -709,9 +711,21 @@ On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` wil
709
711
 
710
712
  ### Slot Examples
711
713
 
712
- #### trigger & default
714
+ #### default
713
715
 
714
- All examples shown on this page include default and `trigger` slot content.
716
+ All examples shown on this page include default slot content.
717
+
718
+ #### trigger
719
+
720
+ Content defined in the `trigger` slot will be rendered in the clickable trigger of the dropdown that is used to display the bib. Focus state visual effects will be disabled on the trigger when it contains a focusable element other than `<auro-input>`.
721
+
722
+ This slot may contain any static content (e.g. plain text) and/or no more than one of the following elements:
723
+ - `<a>`
724
+ - `<auro-hyperlink>`
725
+ - `<button>`
726
+ - `<auro-button>`
727
+ - `<input>`
728
+ - `<auro-input>`
715
729
 
716
730
  #### label
717
731
 
@@ -1163,13 +1177,13 @@ The component may be restyled using the following code sample and changing the v
1163
1177
  @import '@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';
1164
1178
 
1165
1179
  :host {
1166
- --ds-auro-dropdown-help-text-color: var(--ds-color-text-secondary-default, #{$ds-color-text-secondary-default});
1167
1180
  --ds-auro-dropdown-label-text-color: var(--ds-color-text-secondary-default, #{$ds-color-text-secondary-default});
1168
1181
  --ds-auro-dropdown-popover-container-color: var(--ds-color-container-primary-default, #{$ds-color-container-primary-default});
1169
1182
  --ds-auro-dropdown-popover-border-color: transparent;
1170
1183
  --ds-auro-dropdown-popover-text-color: var(--ds-color-text-primary-default, #{$ds-color-text-primary-default});
1171
1184
  --ds-auro-dropdown-trigger-container-color: var(--ds-color-container-primary-default, #{$ds-color-container-primary-default});
1172
1185
  --ds-auro-dropdown-trigger-border-color: transparent;
1186
+ --ds-auro-dropdown-trigger-outline-color: transparent;
1173
1187
  --ds-auro-dropdown-trigger-text-color: var(--ds-color-text-primary-default, #{$ds-color-text-primary-default});
1174
1188
  --ds-auro-dropdownbib-boxshadow-color: var(--ds-elevation-200, #{$ds-elevation-200});
1175
1189
  --ds-auro-dropdownbib-container-color: var(--ds-color-container-primary-default, #{$ds-color-container-primary-default});