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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1017) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/NOTICE +2 -0
  3. package/README.md +116 -48
  4. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +0 -1
  5. package/components/bibtemplate/dist/headerVersion.d.ts +0 -1
  6. package/components/bibtemplate/dist/iconVersion.d.ts +0 -1
  7. package/components/bibtemplate/dist/index.d.ts +0 -1
  8. package/components/bibtemplate/dist/index.js +8 -10
  9. package/components/bibtemplate/dist/registered.js +790 -0
  10. package/components/bibtemplate/dist/styles/color-css.d.ts +0 -1
  11. package/components/bibtemplate/dist/styles/style-css.d.ts +0 -1
  12. package/components/bibtemplate/dist/styles/tokens-css.d.ts +0 -1
  13. package/components/checkbox/README.md +1 -1
  14. package/components/checkbox/demo/api.min.js +38 -229
  15. package/components/checkbox/demo/index.html +49 -0
  16. package/components/checkbox/demo/index.min.js +38 -229
  17. package/components/checkbox/dist/auro-checkbox-group.d.ts +0 -1
  18. package/components/checkbox/dist/auro-checkbox.d.ts +0 -1
  19. package/components/checkbox/dist/index.d.ts +0 -1
  20. package/components/checkbox/dist/index.js +38 -232
  21. package/components/checkbox/dist/registered.js +1032 -0
  22. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  23. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  24. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  25. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  26. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  27. package/components/combobox/README.md +4 -4
  28. package/components/combobox/demo/api.js +1 -1
  29. package/components/combobox/demo/api.min.js +409 -2166
  30. package/components/combobox/demo/index.html +57 -0
  31. package/components/combobox/demo/index.js +1 -1
  32. package/components/combobox/demo/index.min.js +409 -2166
  33. package/components/combobox/dist/auro-combobox.d.ts +0 -1
  34. package/components/combobox/dist/bibtemplateVersion.d.ts +0 -1
  35. package/components/combobox/dist/dropdownVersion.d.ts +0 -1
  36. package/components/combobox/dist/index.d.ts +0 -1
  37. package/components/combobox/dist/index.js +452 -2211
  38. package/components/combobox/dist/inputVersion.d.ts +0 -1
  39. package/components/combobox/dist/registered.js +9716 -0
  40. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  41. package/components/counter/README.md +1 -1
  42. package/components/counter/demo/api.js +1 -1
  43. package/components/counter/demo/api.min.js +128 -321
  44. package/components/counter/demo/index.html +53 -0
  45. package/components/counter/demo/index.min.js +128 -321
  46. package/components/counter/dist/auro-counter-button.d.ts +0 -1
  47. package/components/counter/dist/auro-counter-group.d.ts +0 -1
  48. package/components/counter/dist/auro-counter-wrapper.d.ts +0 -1
  49. package/components/counter/dist/auro-counter.d.ts +0 -1
  50. package/components/counter/dist/dropdownVersion.d.ts +0 -1
  51. package/components/counter/dist/iconVersion.d.ts +0 -1
  52. package/components/counter/dist/index.d.ts +0 -1
  53. package/components/counter/dist/index.js +128 -324
  54. package/components/counter/dist/registered.js +5158 -0
  55. package/components/counter/dist/styles/color-css.d.ts +0 -1
  56. package/components/counter/dist/styles/counter-button-color-css.d.ts +0 -1
  57. package/components/counter/dist/styles/counter-button-css.d.ts +0 -1
  58. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +0 -1
  59. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  60. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +0 -1
  61. package/components/counter/dist/styles/counter-wrapper-css.d.ts +0 -1
  62. package/components/counter/dist/styles/style-css.d.ts +0 -1
  63. package/components/counter/dist/styles/tokens-css.d.ts +0 -1
  64. package/components/datepicker/README.md +4 -4
  65. package/components/datepicker/demo/api.js +1 -1
  66. package/components/datepicker/demo/api.min.js +338 -728
  67. package/components/datepicker/demo/index.html +57 -0
  68. package/components/datepicker/demo/index.min.js +338 -728
  69. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  70. package/components/datepicker/dist/auro-calendar-month.d.ts +0 -1
  71. package/components/datepicker/dist/auro-calendar.d.ts +0 -1
  72. package/components/datepicker/dist/auro-datepicker.d.ts +0 -1
  73. package/components/datepicker/dist/dropdownVersion.d.ts +0 -1
  74. package/components/datepicker/dist/index.d.ts +0 -1
  75. package/components/datepicker/dist/index.js +338 -730
  76. package/components/datepicker/dist/inputVersion.d.ts +0 -1
  77. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  78. package/components/datepicker/dist/registered.js +18935 -0
  79. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  80. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  81. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  82. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  83. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  84. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  85. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  86. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  87. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  88. package/components/datepicker/dist/utilities.d.ts +0 -1
  89. package/components/datepicker/dist/utilitiesCalendar.d.ts +0 -1
  90. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +0 -1
  91. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  92. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  93. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  94. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  95. package/components/dropdown/README.md +1 -1
  96. package/components/dropdown/demo/api.js +1 -1
  97. package/components/dropdown/demo/api.min.js +76 -267
  98. package/components/dropdown/demo/index.html +53 -0
  99. package/components/dropdown/demo/index.min.js +76 -267
  100. package/components/dropdown/dist/auro-dropdown.d.ts +0 -1
  101. package/components/dropdown/dist/auro-dropdownBib.d.ts +0 -1
  102. package/components/dropdown/dist/dropdownVersion.d.ts +0 -1
  103. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  104. package/components/dropdown/dist/index.d.ts +0 -1
  105. package/components/dropdown/dist/index.js +76 -269
  106. package/components/dropdown/dist/registered.js +3167 -0
  107. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  108. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  109. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  110. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  111. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  112. package/components/form/README.md +1 -1
  113. package/components/form/demo/api.js +1 -1
  114. package/components/form/demo/api.min.js +42 -5
  115. package/components/form/demo/index.html +48 -0
  116. package/components/form/demo/index.min.js +42 -5
  117. package/components/form/dist/auro-form.d.ts +16 -2
  118. package/components/form/dist/index.d.ts +0 -1
  119. package/components/form/dist/index.js +42 -7
  120. package/components/form/dist/registered.d.ts +1 -0
  121. package/components/form/dist/registered.js +632 -0
  122. package/components/form/dist/styles/style-css.d.ts +0 -1
  123. package/components/helptext/dist/auro-helptext.d.ts +0 -1
  124. package/components/helptext/dist/index.d.ts +0 -1
  125. package/components/helptext/dist/index.js +4 -6
  126. package/components/helptext/dist/registered.js +222 -0
  127. package/components/helptext/dist/styles/color-css.d.ts +0 -1
  128. package/components/helptext/dist/styles/style-css.d.ts +0 -1
  129. package/components/helptext/dist/styles/tokens-css.d.ts +0 -1
  130. package/components/input/README.md +1 -1
  131. package/components/input/demo/api.min.js +57 -248
  132. package/components/input/demo/index.html +41 -0
  133. package/components/input/demo/index.min.js +57 -248
  134. package/components/input/dist/auro-input.d.ts +0 -1
  135. package/components/input/dist/base-input.d.ts +0 -1
  136. package/components/input/dist/buttonVersion.d.ts +0 -1
  137. package/components/input/dist/i18n.d.ts +0 -1
  138. package/components/input/dist/iconVersion.d.ts +0 -1
  139. package/components/input/dist/index.d.ts +0 -1
  140. package/components/input/dist/index.js +57 -250
  141. package/components/input/dist/registered.js +4254 -0
  142. package/components/input/dist/styles/borders-css.d.ts +0 -1
  143. package/components/input/dist/styles/color-css.d.ts +0 -1
  144. package/components/input/dist/styles/input-css.d.ts +0 -1
  145. package/components/input/dist/styles/label-css.d.ts +0 -1
  146. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  147. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  148. package/components/input/dist/styles/style-css.d.ts +0 -1
  149. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  150. package/components/menu/README.md +1 -1
  151. package/components/menu/demo/api.js +1 -1
  152. package/components/menu/demo/api.min.js +9 -9
  153. package/components/menu/demo/index.html +50 -0
  154. package/components/menu/demo/index.min.js +9 -9
  155. package/components/menu/dist/auro-menu-utils.d.ts +0 -1
  156. package/components/menu/dist/auro-menu.d.ts +0 -1
  157. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  158. package/components/{combobox/dist/formkit/auro-dropdownVersion.d.ts → menu/dist/dropdownVersion.d.ts} +0 -1
  159. package/components/menu/dist/iconVersion.d.ts +0 -1
  160. package/components/menu/dist/index.d.ts +0 -1
  161. package/components/menu/dist/index.js +9 -12
  162. package/components/menu/dist/registered.js +1510 -0
  163. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  164. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  165. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  166. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  167. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  168. package/components/radio/README.md +1 -1
  169. package/components/radio/demo/api.min.js +34 -225
  170. package/components/radio/demo/index.html +48 -0
  171. package/components/radio/demo/index.min.js +34 -225
  172. package/components/radio/dist/auro-radio-group.d.ts +0 -1
  173. package/components/radio/dist/auro-radio.d.ts +0 -1
  174. package/components/radio/dist/index.d.ts +0 -1
  175. package/components/radio/dist/index.js +34 -228
  176. package/components/radio/dist/registered.js +1149 -0
  177. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  178. package/components/radio/dist/styles/color-css.d.ts +0 -1
  179. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  180. package/components/radio/dist/styles/style-css.d.ts +0 -1
  181. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  182. package/components/select/README.md +3 -3
  183. package/components/select/demo/api.js +1 -1
  184. package/components/select/demo/api.min.js +234 -1796
  185. package/components/select/demo/index.html +49 -0
  186. package/components/select/demo/index.js +1 -1
  187. package/components/select/demo/index.min.js +234 -1796
  188. package/components/select/dist/auro-select.d.ts +0 -1
  189. package/components/select/dist/dropdownVersion.d.ts +0 -1
  190. package/components/select/dist/index.d.ts +0 -1
  191. package/components/select/dist/index.js +206 -1770
  192. package/components/select/dist/registered.js +4367 -0
  193. package/components/select/dist/styles/color-css.d.ts +0 -1
  194. package/components/select/dist/styles/style-css.d.ts +0 -1
  195. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  196. package/package.json +112 -44
  197. package/.husky/commit-msg +0 -4
  198. package/.husky/pre-commit +0 -3
  199. package/.turbo/cache/04e52430125e8954-meta.json +0 -1
  200. package/.turbo/cache/04e52430125e8954.tar.zst +0 -0
  201. package/.turbo/cache/0593ea8b5b3ed321-meta.json +0 -1
  202. package/.turbo/cache/0593ea8b5b3ed321.tar.zst +0 -0
  203. package/.turbo/cache/068b8eef3688b4e2-meta.json +0 -1
  204. package/.turbo/cache/068b8eef3688b4e2.tar.zst +0 -0
  205. package/.turbo/cache/06c6468593bc10ab-meta.json +0 -1
  206. package/.turbo/cache/06c6468593bc10ab.tar.zst +0 -0
  207. package/.turbo/cache/0c48a4d7b5aac928-meta.json +0 -1
  208. package/.turbo/cache/0c48a4d7b5aac928.tar.zst +0 -0
  209. package/.turbo/cache/1959dd19c8cca5b3-meta.json +0 -1
  210. package/.turbo/cache/1959dd19c8cca5b3.tar.zst +0 -0
  211. package/.turbo/cache/1c16e59f30927b15-meta.json +0 -1
  212. package/.turbo/cache/1c16e59f30927b15.tar.zst +0 -0
  213. package/.turbo/cache/29ac8c4304c43ba8-meta.json +0 -1
  214. package/.turbo/cache/29ac8c4304c43ba8.tar.zst +0 -0
  215. package/.turbo/cache/2b46337c7a6faa1f-meta.json +0 -1
  216. package/.turbo/cache/2b46337c7a6faa1f.tar.zst +0 -0
  217. package/.turbo/cache/33b12bddab905466-meta.json +0 -1
  218. package/.turbo/cache/33b12bddab905466.tar.zst +0 -0
  219. package/.turbo/cache/3e068f9ea52e35fd-meta.json +0 -1
  220. package/.turbo/cache/3e068f9ea52e35fd.tar.zst +0 -0
  221. package/.turbo/cache/3f6725da0ddcb57a-meta.json +0 -1
  222. package/.turbo/cache/3f6725da0ddcb57a.tar.zst +0 -0
  223. package/.turbo/cache/3fa3b39e63c49920-meta.json +0 -1
  224. package/.turbo/cache/3fa3b39e63c49920.tar.zst +0 -0
  225. package/.turbo/cache/3fbb4335136fe72b-meta.json +0 -1
  226. package/.turbo/cache/3fbb4335136fe72b.tar.zst +0 -0
  227. package/.turbo/cache/4d32cb975704a7bc-meta.json +0 -1
  228. package/.turbo/cache/4d32cb975704a7bc.tar.zst +0 -0
  229. package/.turbo/cache/504dc5478398bc23-meta.json +0 -1
  230. package/.turbo/cache/504dc5478398bc23.tar.zst +0 -0
  231. package/.turbo/cache/5736b4ba6916fd8d-meta.json +0 -1
  232. package/.turbo/cache/5736b4ba6916fd8d.tar.zst +0 -0
  233. package/.turbo/cache/5aae6a716a40ac0d-meta.json +0 -1
  234. package/.turbo/cache/5aae6a716a40ac0d.tar.zst +0 -0
  235. package/.turbo/cache/618b3075ce2d9a61-meta.json +0 -1
  236. package/.turbo/cache/618b3075ce2d9a61.tar.zst +0 -0
  237. package/.turbo/cache/67c13dfc4fd939fc-meta.json +0 -1
  238. package/.turbo/cache/67c13dfc4fd939fc.tar.zst +0 -0
  239. package/.turbo/cache/68fe65245fb34e68-meta.json +0 -1
  240. package/.turbo/cache/68fe65245fb34e68.tar.zst +0 -0
  241. package/.turbo/cache/6a25a3c0fc92f44d-meta.json +0 -1
  242. package/.turbo/cache/6a25a3c0fc92f44d.tar.zst +0 -0
  243. package/.turbo/cache/6cd6d76ac166da16-meta.json +0 -1
  244. package/.turbo/cache/6cd6d76ac166da16.tar.zst +0 -0
  245. package/.turbo/cache/71cd21072abc2990-meta.json +0 -1
  246. package/.turbo/cache/71cd21072abc2990.tar.zst +0 -0
  247. package/.turbo/cache/7b4e0f3ba43fedf0-meta.json +0 -1
  248. package/.turbo/cache/7b4e0f3ba43fedf0.tar.zst +0 -0
  249. package/.turbo/cache/7b9897d3439462f4-meta.json +0 -1
  250. package/.turbo/cache/7b9897d3439462f4.tar.zst +0 -0
  251. package/.turbo/cache/80a42a1ee43a7b11-meta.json +0 -1
  252. package/.turbo/cache/80a42a1ee43a7b11.tar.zst +0 -0
  253. package/.turbo/cache/80bda930b819e4e5-meta.json +0 -1
  254. package/.turbo/cache/80bda930b819e4e5.tar.zst +0 -0
  255. package/.turbo/cache/826ecc96865e3b2b-meta.json +0 -1
  256. package/.turbo/cache/826ecc96865e3b2b.tar.zst +0 -0
  257. package/.turbo/cache/8a66291a4385f56d-meta.json +0 -1
  258. package/.turbo/cache/8a66291a4385f56d.tar.zst +0 -0
  259. package/.turbo/cache/8b33dd53ac78ffcb-meta.json +0 -1
  260. package/.turbo/cache/8b33dd53ac78ffcb.tar.zst +0 -0
  261. package/.turbo/cache/922ac9eb482cf470-meta.json +0 -1
  262. package/.turbo/cache/922ac9eb482cf470.tar.zst +0 -0
  263. package/.turbo/cache/939cf3ccc40e9ab0-meta.json +0 -1
  264. package/.turbo/cache/939cf3ccc40e9ab0.tar.zst +0 -0
  265. package/.turbo/cache/997795fcad6346cf-meta.json +0 -1
  266. package/.turbo/cache/997795fcad6346cf.tar.zst +0 -0
  267. package/.turbo/cache/9d39077f59442e6d-meta.json +0 -1
  268. package/.turbo/cache/9d39077f59442e6d.tar.zst +0 -0
  269. package/.turbo/cache/9f33c2699df2acc2-meta.json +0 -1
  270. package/.turbo/cache/9f33c2699df2acc2.tar.zst +0 -0
  271. package/.turbo/cache/a95cdb7b2836627c-meta.json +0 -1
  272. package/.turbo/cache/a95cdb7b2836627c.tar.zst +0 -0
  273. package/.turbo/cache/aa7a71eea03e0057-meta.json +0 -1
  274. package/.turbo/cache/aa7a71eea03e0057.tar.zst +0 -0
  275. package/.turbo/cache/ac01a85fedf6d42a-meta.json +0 -1
  276. package/.turbo/cache/ac01a85fedf6d42a.tar.zst +0 -0
  277. package/.turbo/cache/b0b5371ee9e6fd7b-meta.json +0 -1
  278. package/.turbo/cache/b0b5371ee9e6fd7b.tar.zst +0 -0
  279. package/.turbo/cache/b21472a210e5d253-meta.json +0 -1
  280. package/.turbo/cache/b21472a210e5d253.tar.zst +0 -0
  281. package/.turbo/cache/ba6844de212fdfc5-meta.json +0 -1
  282. package/.turbo/cache/ba6844de212fdfc5.tar.zst +0 -0
  283. package/.turbo/cache/bb95b8c7cc483fe7-meta.json +0 -1
  284. package/.turbo/cache/bb95b8c7cc483fe7.tar.zst +0 -0
  285. package/.turbo/cache/be89ec729b2d7aa1-meta.json +0 -1
  286. package/.turbo/cache/be89ec729b2d7aa1.tar.zst +0 -0
  287. package/.turbo/cache/c0c0f7ab71b548fe-meta.json +0 -1
  288. package/.turbo/cache/c0c0f7ab71b548fe.tar.zst +0 -0
  289. package/.turbo/cache/c4b442aa3a612c5a-meta.json +0 -1
  290. package/.turbo/cache/c4b442aa3a612c5a.tar.zst +0 -0
  291. package/.turbo/cache/c833fd369811f0b3-meta.json +0 -1
  292. package/.turbo/cache/c833fd369811f0b3.tar.zst +0 -0
  293. package/.turbo/cache/cc1bb0ba75999fd5-meta.json +0 -1
  294. package/.turbo/cache/cc1bb0ba75999fd5.tar.zst +0 -0
  295. package/.turbo/cache/cc999fcae80b9892-meta.json +0 -1
  296. package/.turbo/cache/cc999fcae80b9892.tar.zst +0 -0
  297. package/.turbo/cache/cf739f73c4d81043-meta.json +0 -1
  298. package/.turbo/cache/cf739f73c4d81043.tar.zst +0 -0
  299. package/.turbo/cache/cf87272227a0d544-meta.json +0 -1
  300. package/.turbo/cache/cf87272227a0d544.tar.zst +0 -0
  301. package/.turbo/cache/d09e82feba2c48a3-meta.json +0 -1
  302. package/.turbo/cache/d09e82feba2c48a3.tar.zst +0 -0
  303. package/.turbo/cache/d264bb58130e3915-meta.json +0 -1
  304. package/.turbo/cache/d264bb58130e3915.tar.zst +0 -0
  305. package/.turbo/cache/d4fda50b9aa326d9-meta.json +0 -1
  306. package/.turbo/cache/d4fda50b9aa326d9.tar.zst +0 -0
  307. package/.turbo/cache/da0461631780f1e1-meta.json +0 -1
  308. package/.turbo/cache/da0461631780f1e1.tar.zst +0 -0
  309. package/.turbo/cache/dbdfe30495790f74-meta.json +0 -1
  310. package/.turbo/cache/dbdfe30495790f74.tar.zst +0 -0
  311. package/.turbo/cache/dea41fd4a13eb241-meta.json +0 -1
  312. package/.turbo/cache/dea41fd4a13eb241.tar.zst +0 -0
  313. package/.turbo/cache/e229b033acee0336-meta.json +0 -1
  314. package/.turbo/cache/e229b033acee0336.tar.zst +0 -0
  315. package/.turbo/cache/ed401f9a734e292c-meta.json +0 -1
  316. package/.turbo/cache/ed401f9a734e292c.tar.zst +0 -0
  317. package/.turbo/cache/efafac21cf262b2c-meta.json +0 -1
  318. package/.turbo/cache/efafac21cf262b2c.tar.zst +0 -0
  319. package/.turbo/cache/f20df212682f7978-meta.json +0 -1
  320. package/.turbo/cache/f20df212682f7978.tar.zst +0 -0
  321. package/.turbo/cache/f272ad05432871ac-meta.json +0 -1
  322. package/.turbo/cache/f272ad05432871ac.tar.zst +0 -0
  323. package/.vscode/settings.json +0 -3
  324. package/components/bibtemplate/.stylelintrc.json +0 -3
  325. package/components/bibtemplate/.turbo/turbo-build$colon$sass.log +0 -24
  326. package/components/bibtemplate/.turbo/turbo-build$colon$version.log +0 -10
  327. package/components/bibtemplate/.turbo/turbo-build.log +0 -49
  328. package/components/bibtemplate/.turbo/turbo-bundler.log +0 -7
  329. package/components/bibtemplate/.turbo/turbo-postCss$colon$component.log +0 -4
  330. package/components/bibtemplate/.turbo/turbo-sass$colon$render.log +0 -22
  331. package/components/bibtemplate/.turbo/turbo-types.log +0 -4
  332. package/components/bibtemplate/dist/auro-bibtemplate.d.ts.map +0 -1
  333. package/components/bibtemplate/dist/headerVersion.d.ts.map +0 -1
  334. package/components/bibtemplate/dist/iconVersion.d.ts.map +0 -1
  335. package/components/bibtemplate/dist/index.d.ts.map +0 -1
  336. package/components/bibtemplate/dist/styles/color-css.d.ts.map +0 -1
  337. package/components/bibtemplate/dist/styles/style-css.d.ts.map +0 -1
  338. package/components/bibtemplate/dist/styles/tokens-css.d.ts.map +0 -1
  339. package/components/bibtemplate/node_modules/chalk/package.json +0 -83
  340. package/components/bibtemplate/node_modules/chalk/readme.md +0 -297
  341. package/components/bibtemplate/node_modules/chalk/source/index.d.ts +0 -325
  342. package/components/bibtemplate/node_modules/chalk/source/index.js +0 -225
  343. package/components/bibtemplate/node_modules/chalk/source/utilities.js +0 -33
  344. package/components/bibtemplate/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  345. package/components/bibtemplate/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  346. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  347. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  348. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  349. package/components/bibtemplate/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  350. package/components/bibtemplate/package.json +0 -60
  351. package/components/bibtemplate/src/auro-bibtemplate.js +0 -137
  352. package/components/bibtemplate/src/headerVersion.js +0 -1
  353. package/components/bibtemplate/src/iconVersion.js +0 -1
  354. package/components/bibtemplate/src/index.js +0 -6
  355. package/components/bibtemplate/src/styles/color-css.js +0 -2
  356. package/components/bibtemplate/src/styles/color.css +0 -1
  357. package/components/bibtemplate/src/styles/color.scss +0 -0
  358. package/components/bibtemplate/src/styles/style-css.js +0 -2
  359. package/components/bibtemplate/src/styles/style.css +0 -58
  360. package/components/bibtemplate/src/styles/style.scss +0 -62
  361. package/components/bibtemplate/src/styles/tokens-css.js +0 -2
  362. package/components/bibtemplate/src/styles/tokens.css +0 -3
  363. package/components/bibtemplate/src/styles/tokens.scss +0 -5
  364. package/components/checkbox/.stylelintrc.json +0 -3
  365. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  366. package/components/checkbox/.turbo/turbo-build.log +0 -184
  367. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
  368. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  369. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  370. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  371. package/components/checkbox/dist/index.d.ts.map +0 -1
  372. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  373. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  374. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  375. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  376. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  377. package/components/checkbox/node_modules/chalk/package.json +0 -83
  378. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  379. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  380. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  381. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  382. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  383. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  384. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  385. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  386. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  387. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  388. package/components/checkbox/package.json +0 -69
  389. package/components/checkbox/src/auro-checkbox-group.js +0 -370
  390. package/components/checkbox/src/auro-checkbox.js +0 -214
  391. package/components/checkbox/src/index.js +0 -8
  392. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  393. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  394. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  395. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  396. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  397. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  398. package/components/checkbox/src/styles/color-css.js +0 -2
  399. package/components/checkbox/src/styles/color.css +0 -84
  400. package/components/checkbox/src/styles/color.scss +0 -118
  401. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  402. package/components/checkbox/src/styles/colorGroup.css +0 -8
  403. package/components/checkbox/src/styles/colorGroup.scss +0 -16
  404. package/components/checkbox/src/styles/tokens-css.js +0 -2
  405. package/components/checkbox/src/styles/tokens.css +0 -8
  406. package/components/checkbox/src/styles/tokens.scss +0 -10
  407. package/components/combobox/.stylelintrc.json +0 -3
  408. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  409. package/components/combobox/.turbo/turbo-build.log +0 -167
  410. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
  411. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  412. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  413. package/components/combobox/dist/bibtemplateVersion.d.ts.map +0 -1
  414. package/components/combobox/dist/dropdownVersion.d.ts.map +0 -1
  415. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  416. package/components/combobox/dist/formkit/auro-inputVersion.d.ts +0 -3
  417. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  418. package/components/combobox/dist/index.d.ts.map +0 -1
  419. package/components/combobox/dist/inputVersion.d.ts.map +0 -1
  420. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  421. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
  422. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
  423. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
  424. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
  425. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
  426. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
  427. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
  428. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
  429. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
  430. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
  431. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
  432. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
  433. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
  434. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
  435. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
  436. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
  437. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
  438. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
  439. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
  440. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
  441. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
  442. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
  443. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
  444. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
  445. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
  446. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
  447. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
  448. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
  449. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
  450. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
  451. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
  452. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
  453. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
  454. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
  455. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
  456. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
  457. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
  458. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
  459. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
  460. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
  461. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
  462. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
  463. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
  464. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
  465. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
  466. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
  467. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
  468. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
  469. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
  470. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
  471. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
  472. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
  473. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
  474. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
  475. package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
  476. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
  477. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
  478. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
  479. package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
  480. package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
  481. package/components/combobox/node_modules/chalk/package.json +0 -83
  482. package/components/combobox/node_modules/chalk/readme.md +0 -297
  483. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
  484. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  485. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  486. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  487. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  488. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  489. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  490. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  491. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  492. package/components/combobox/package.json +0 -67
  493. package/components/combobox/src/auro-combobox.js +0 -925
  494. package/components/combobox/src/bibtemplateVersion.js +0 -1
  495. package/components/combobox/src/dropdownVersion.js +0 -1
  496. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  497. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  498. package/components/combobox/src/index.js +0 -6
  499. package/components/combobox/src/inputVersion.js +0 -1
  500. package/components/combobox/src/styles/style-css.js +0 -2
  501. package/components/combobox/src/styles/style.css +0 -56
  502. package/components/combobox/src/styles/style.scss +0 -38
  503. package/components/counter/.stylelintrc.json +0 -3
  504. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -269
  505. package/components/counter/.turbo/turbo-build$colon$version.log +0 -10
  506. package/components/counter/.turbo/turbo-build.log +0 -402
  507. package/components/counter/.turbo/turbo-bundler.log +0 -22
  508. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
  509. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -58
  510. package/components/counter/.turbo/turbo-types.log +0 -4
  511. package/components/counter/dist/auro-counter-button.d.ts.map +0 -1
  512. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  513. package/components/counter/dist/auro-counter-wrapper.d.ts.map +0 -1
  514. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  515. package/components/counter/dist/dropdownVersion.d.ts.map +0 -1
  516. package/components/counter/dist/iconVersion.d.ts.map +0 -1
  517. package/components/counter/dist/index.d.ts.map +0 -1
  518. package/components/counter/dist/styles/color-css.d.ts.map +0 -1
  519. package/components/counter/dist/styles/counter-button-color-css.d.ts.map +0 -1
  520. package/components/counter/dist/styles/counter-button-css.d.ts.map +0 -1
  521. package/components/counter/dist/styles/counter-button-tokens-css.d.ts.map +0 -1
  522. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  523. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts.map +0 -1
  524. package/components/counter/dist/styles/counter-wrapper-css.d.ts.map +0 -1
  525. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  526. package/components/counter/dist/styles/tokens-css.d.ts.map +0 -1
  527. package/components/counter/node_modules/chalk/package.json +0 -83
  528. package/components/counter/node_modules/chalk/readme.md +0 -325
  529. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  530. package/components/counter/node_modules/chalk/source/index.js +0 -225
  531. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  532. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  533. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  534. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  535. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  536. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  537. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  538. package/components/counter/package.json +0 -59
  539. package/components/counter/src/auro-counter-button.js +0 -42
  540. package/components/counter/src/auro-counter-group.js +0 -333
  541. package/components/counter/src/auro-counter-wrapper.js +0 -54
  542. package/components/counter/src/auro-counter.js +0 -342
  543. package/components/counter/src/dropdownVersion.js +0 -1
  544. package/components/counter/src/iconVersion.js +0 -1
  545. package/components/counter/src/index.js +0 -8
  546. package/components/counter/src/styles/color-css.js +0 -2
  547. package/components/counter/src/styles/color.css +0 -29
  548. package/components/counter/src/styles/color.scss +0 -49
  549. package/components/counter/src/styles/counter-button-color-css.js +0 -2
  550. package/components/counter/src/styles/counter-button-color.css +0 -11
  551. package/components/counter/src/styles/counter-button-color.scss +0 -23
  552. package/components/counter/src/styles/counter-button-css.js +0 -2
  553. package/components/counter/src/styles/counter-button-tokens-css.js +0 -2
  554. package/components/counter/src/styles/counter-button-tokens.css +0 -6
  555. package/components/counter/src/styles/counter-button-tokens.scss +0 -8
  556. package/components/counter/src/styles/counter-button.css +0 -186
  557. package/components/counter/src/styles/counter-button.scss +0 -84
  558. package/components/counter/src/styles/counter-group-css.js +0 -2
  559. package/components/counter/src/styles/counter-group.css +0 -18
  560. package/components/counter/src/styles/counter-group.scss +0 -32
  561. package/components/counter/src/styles/counter-wrapper-color-css.js +0 -2
  562. package/components/counter/src/styles/counter-wrapper-color.css +0 -4
  563. package/components/counter/src/styles/counter-wrapper-color.scss +0 -19
  564. package/components/counter/src/styles/counter-wrapper-css.js +0 -2
  565. package/components/counter/src/styles/counter-wrapper.css +0 -15
  566. package/components/counter/src/styles/counter-wrapper.scss +0 -29
  567. package/components/counter/src/styles/style-css.js +0 -2
  568. package/components/counter/src/styles/style.css +0 -53
  569. package/components/counter/src/styles/style.scss +0 -73
  570. package/components/counter/src/styles/tokens-css.js +0 -2
  571. package/components/counter/src/styles/tokens.css +0 -12
  572. package/components/counter/src/styles/tokens.scss +0 -25
  573. package/components/datepicker/.stylelintrc.json +0 -3
  574. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  575. package/components/datepicker/.turbo/turbo-build.log +0 -492
  576. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
  577. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  578. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  579. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  580. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  581. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  582. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  583. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts +0 -3
  584. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  585. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts +0 -3
  586. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  587. package/components/datepicker/dist/index.d.ts.map +0 -1
  588. package/components/datepicker/dist/inputVersion.d.ts.map +0 -1
  589. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  590. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  591. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  592. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  593. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  594. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  595. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  596. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  597. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  598. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  599. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  600. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  601. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  602. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  603. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  604. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  605. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  606. package/components/datepicker/node_modules/chalk/package.json +0 -83
  607. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  608. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  609. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  610. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  611. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  612. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  613. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  614. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  615. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  616. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  617. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  618. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  619. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  620. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  621. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  622. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  623. package/components/datepicker/package.json +0 -79
  624. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  625. package/components/datepicker/src/auro-calendar-month.js +0 -128
  626. package/components/datepicker/src/auro-calendar.js +0 -329
  627. package/components/datepicker/src/auro-datepicker.js +0 -1040
  628. package/components/datepicker/src/dropdownVersion.js +0 -1
  629. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  630. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  631. package/components/datepicker/src/index.js +0 -6
  632. package/components/datepicker/src/inputVersion.js +0 -1
  633. package/components/datepicker/src/popoverVersion.js +0 -1
  634. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  635. package/components/datepicker/src/styles/color-calendar.css +0 -35
  636. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  637. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  638. package/components/datepicker/src/styles/color-cell.css +0 -45
  639. package/components/datepicker/src/styles/color-cell.scss +0 -73
  640. package/components/datepicker/src/styles/color-css.js +0 -2
  641. package/components/datepicker/src/styles/color-month-css.js +0 -2
  642. package/components/datepicker/src/styles/color-month.css +0 -34
  643. package/components/datepicker/src/styles/color-month.scss +0 -27
  644. package/components/datepicker/src/styles/color.css +0 -43
  645. package/components/datepicker/src/styles/color.scss +0 -30
  646. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  647. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  648. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  649. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  650. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  651. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  652. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  653. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  654. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  655. package/components/datepicker/src/styles/style-css.js +0 -2
  656. package/components/datepicker/src/styles/style.css +0 -131
  657. package/components/datepicker/src/styles/style.scss +0 -139
  658. package/components/datepicker/src/styles/tokens-css.js +0 -2
  659. package/components/datepicker/src/styles/tokens.css +0 -22
  660. package/components/datepicker/src/styles/tokens.scss +0 -25
  661. package/components/datepicker/src/utilities.js +0 -87
  662. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  663. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  664. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  665. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  666. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  667. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  668. package/components/dropdown/.stylelintrc.json +0 -3
  669. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  670. package/components/dropdown/.turbo/turbo-build.log +0 -208
  671. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
  672. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  673. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  674. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  675. package/components/dropdown/dist/dropdownVersion.d.ts.map +0 -1
  676. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  677. package/components/dropdown/dist/index.d.ts.map +0 -1
  678. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  679. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  680. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  681. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  682. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  683. package/components/dropdown/node_modules/chalk/package.json +0 -83
  684. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  685. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  686. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  687. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  688. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  689. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  690. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  691. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  692. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  693. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  694. package/components/dropdown/package.json +0 -58
  695. package/components/dropdown/src/auro-dropdown.js +0 -586
  696. package/components/dropdown/src/auro-dropdownBib.js +0 -128
  697. package/components/dropdown/src/dropdownVersion.js +0 -1
  698. package/components/dropdown/src/iconVersion.js +0 -1
  699. package/components/dropdown/src/index.js +0 -6
  700. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  701. package/components/dropdown/src/styles/bibColors.css +0 -6
  702. package/components/dropdown/src/styles/bibColors.scss +0 -18
  703. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  704. package/components/dropdown/src/styles/bibStyles.css +0 -44
  705. package/components/dropdown/src/styles/bibStyles.scss +0 -61
  706. package/components/dropdown/src/styles/color-css.js +0 -2
  707. package/components/dropdown/src/styles/color.css +0 -56
  708. package/components/dropdown/src/styles/color.scss +0 -76
  709. package/components/dropdown/src/styles/style-css.js +0 -2
  710. package/components/dropdown/src/styles/style.css +0 -91
  711. package/components/dropdown/src/styles/style.scss +0 -122
  712. package/components/dropdown/src/styles/tokens-css.js +0 -2
  713. package/components/dropdown/src/styles/tokens.css +0 -13
  714. package/components/dropdown/src/styles/tokens.scss +0 -15
  715. package/components/form/.stylelintrc.json +0 -3
  716. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  717. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  718. package/components/form/.turbo/turbo-build.log +0 -112
  719. package/components/form/.turbo/turbo-bundler.log +0 -13
  720. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
  721. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  722. package/components/form/.turbo/turbo-types.log +0 -4
  723. package/components/form/dist/auro-form.d.ts.map +0 -1
  724. package/components/form/dist/index.d.ts.map +0 -1
  725. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  726. package/components/form/node_modules/chalk/package.json +0 -83
  727. package/components/form/node_modules/chalk/readme.md +0 -325
  728. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  729. package/components/form/node_modules/chalk/source/index.js +0 -225
  730. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  731. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  732. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  733. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  734. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  735. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  736. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  737. package/components/form/package.json +0 -74
  738. package/components/form/src/auro-form.js +0 -506
  739. package/components/form/src/index.js +0 -6
  740. package/components/form/src/styles/style-css.js +0 -2
  741. package/components/form/src/styles/style.css +0 -36
  742. package/components/form/src/styles/style.scss +0 -37
  743. package/components/helptext/.stylelintrc.json +0 -3
  744. package/components/helptext/.turbo/turbo-build$colon$sass.log +0 -34
  745. package/components/helptext/.turbo/turbo-build.log +0 -49
  746. package/components/helptext/.turbo/turbo-bundler.log +0 -7
  747. package/components/helptext/.turbo/turbo-postCss$colon$component.log +0 -4
  748. package/components/helptext/.turbo/turbo-sass$colon$render.log +0 -22
  749. package/components/helptext/.turbo/turbo-types.log +0 -4
  750. package/components/helptext/dist/auro-helptext.d.ts.map +0 -1
  751. package/components/helptext/dist/index.d.ts.map +0 -1
  752. package/components/helptext/dist/styles/color-css.d.ts.map +0 -1
  753. package/components/helptext/dist/styles/style-css.d.ts.map +0 -1
  754. package/components/helptext/dist/styles/tokens-css.d.ts.map +0 -1
  755. package/components/helptext/node_modules/chalk/package.json +0 -83
  756. package/components/helptext/node_modules/chalk/readme.md +0 -297
  757. package/components/helptext/node_modules/chalk/source/index.d.ts +0 -325
  758. package/components/helptext/node_modules/chalk/source/index.js +0 -225
  759. package/components/helptext/node_modules/chalk/source/utilities.js +0 -33
  760. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  761. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  762. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  763. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  764. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  765. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  766. package/components/helptext/package.json +0 -57
  767. package/components/helptext/src/auro-helptext.js +0 -127
  768. package/components/helptext/src/index.js +0 -6
  769. package/components/helptext/src/styles/color-css.js +0 -2
  770. package/components/helptext/src/styles/color.css +0 -8
  771. package/components/helptext/src/styles/color.scss +0 -11
  772. package/components/helptext/src/styles/style-css.js +0 -2
  773. package/components/helptext/src/styles/style.css +0 -23
  774. package/components/helptext/src/styles/style.scss +0 -33
  775. package/components/helptext/src/styles/tokens-css.js +0 -2
  776. package/components/helptext/src/styles/tokens.css +0 -3
  777. package/components/helptext/src/styles/tokens.scss +0 -5
  778. package/components/input/.stylelintrc.json +0 -3
  779. package/components/input/.turbo/turbo-build$colon$sass.log +0 -188
  780. package/components/input/.turbo/turbo-build.log +0 -340
  781. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
  782. package/components/input/.turbo/turbo-sass$colon$render.log +0 -52
  783. package/components/input/dist/auro-input.d.ts.map +0 -1
  784. package/components/input/dist/base-input.d.ts.map +0 -1
  785. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  786. package/components/input/dist/i18n.d.ts.map +0 -1
  787. package/components/input/dist/iconVersion.d.ts.map +0 -1
  788. package/components/input/dist/index.d.ts.map +0 -1
  789. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  790. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  791. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  792. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  793. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  794. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  795. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  796. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  797. package/components/input/node_modules/chalk/package.json +0 -83
  798. package/components/input/node_modules/chalk/readme.md +0 -325
  799. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  800. package/components/input/node_modules/chalk/source/index.js +0 -225
  801. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  802. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  803. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  804. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  805. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  806. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  807. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  808. package/components/input/package.json +0 -76
  809. package/components/input/src/auro-input.js +0 -249
  810. package/components/input/src/base-input.js +0 -1103
  811. package/components/input/src/buttonVersion.js +0 -1
  812. package/components/input/src/i18n.js +0 -102
  813. package/components/input/src/iconVersion.js +0 -1
  814. package/components/input/src/index.js +0 -6
  815. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  816. package/components/input/src/styles/borders-css.js +0 -2
  817. package/components/input/src/styles/borders.css +0 -35
  818. package/components/input/src/styles/borders.scss +0 -49
  819. package/components/input/src/styles/color-css.js +0 -2
  820. package/components/input/src/styles/color.css +0 -57
  821. package/components/input/src/styles/color.scss +0 -84
  822. package/components/input/src/styles/input-css.js +0 -2
  823. package/components/input/src/styles/input.css +0 -35
  824. package/components/input/src/styles/input.scss +0 -53
  825. package/components/input/src/styles/label-css.js +0 -2
  826. package/components/input/src/styles/label.css +0 -45
  827. package/components/input/src/styles/label.scss +0 -71
  828. package/components/input/src/styles/mixins-css.js +0 -2
  829. package/components/input/src/styles/mixins.css +0 -1
  830. package/components/input/src/styles/mixins.scss +0 -45
  831. package/components/input/src/styles/notificationIcons-css.js +0 -2
  832. package/components/input/src/styles/notificationIcons.css +0 -84
  833. package/components/input/src/styles/notificationIcons.scss +0 -109
  834. package/components/input/src/styles/style-css.js +0 -2
  835. package/components/input/src/styles/style.css +0 -283
  836. package/components/input/src/styles/style.scss +0 -52
  837. package/components/input/src/styles/tokens-css.js +0 -2
  838. package/components/input/src/styles/tokens.css +0 -8
  839. package/components/input/src/styles/tokens.scss +0 -10
  840. package/components/menu/.stylelintrc.json +0 -3
  841. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  842. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  843. package/components/menu/.turbo/turbo-build.log +0 -185
  844. package/components/menu/.turbo/turbo-bundler.log +0 -13
  845. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
  846. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  847. package/components/menu/.turbo/turbo-types.log +0 -4
  848. package/components/menu/dist/auro-menu-utils.d.ts.map +0 -1
  849. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  850. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  851. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  852. package/components/menu/dist/index.d.ts.map +0 -1
  853. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  854. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  855. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  856. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  857. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  858. package/components/menu/node_modules/chalk/package.json +0 -83
  859. package/components/menu/node_modules/chalk/readme.md +0 -325
  860. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  861. package/components/menu/node_modules/chalk/source/index.js +0 -225
  862. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  863. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  864. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  865. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  866. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  867. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  868. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  869. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  870. package/components/menu/node_modules/mime/Mime.js +0 -97
  871. package/components/menu/node_modules/mime/README.md +0 -187
  872. package/components/menu/node_modules/mime/cli.js +0 -46
  873. package/components/menu/node_modules/mime/index.js +0 -4
  874. package/components/menu/node_modules/mime/lite.js +0 -4
  875. package/components/menu/node_modules/mime/package.json +0 -52
  876. package/components/menu/node_modules/mime/types/other.js +0 -1
  877. package/components/menu/node_modules/mime/types/standard.js +0 -1
  878. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  879. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  880. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  881. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  882. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  883. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  884. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  885. package/components/menu/package.json +0 -70
  886. package/components/menu/src/auro-menu-utils.js +0 -131
  887. package/components/menu/src/auro-menu.js +0 -728
  888. package/components/menu/src/auro-menuoption.js +0 -147
  889. package/components/menu/src/iconVersion.js +0 -1
  890. package/components/menu/src/index.js +0 -15
  891. package/components/menu/src/styles/color-menu-css.js +0 -2
  892. package/components/menu/src/styles/color-menu.css +0 -4
  893. package/components/menu/src/styles/color-menu.scss +0 -12
  894. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  895. package/components/menu/src/styles/color-menuoption.css +0 -26
  896. package/components/menu/src/styles/color-menuoption.scss +0 -37
  897. package/components/menu/src/styles/style-menu-css.js +0 -2
  898. package/components/menu/src/styles/style-menu.css +0 -2061
  899. package/components/menu/src/styles/style-menu.scss +0 -80
  900. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  901. package/components/menu/src/styles/style-menuoption.css +0 -45
  902. package/components/menu/src/styles/style-menuoption.scss +0 -66
  903. package/components/menu/src/styles/tokens-css.js +0 -2
  904. package/components/menu/src/styles/tokens.css +0 -6
  905. package/components/menu/src/styles/tokens.scss +0 -6
  906. package/components/radio/.stylelintrc.json +0 -3
  907. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  908. package/components/radio/.turbo/turbo-build.log +0 -215
  909. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
  910. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  911. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  912. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  913. package/components/radio/dist/index.d.ts.map +0 -1
  914. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  915. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  916. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  917. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  918. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  919. package/components/radio/node_modules/chalk/package.json +0 -83
  920. package/components/radio/node_modules/chalk/readme.md +0 -325
  921. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  922. package/components/radio/node_modules/chalk/source/index.js +0 -225
  923. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  924. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  925. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  926. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  927. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  928. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  929. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  930. package/components/radio/package.json +0 -69
  931. package/components/radio/src/auro-radio-group.js +0 -451
  932. package/components/radio/src/auro-radio.js +0 -256
  933. package/components/radio/src/index.js +0 -8
  934. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  935. package/components/radio/src/styles/auro-radio-group.css +0 -23
  936. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  937. package/components/radio/src/styles/color-css.js +0 -2
  938. package/components/radio/src/styles/color.css +0 -45
  939. package/components/radio/src/styles/color.scss +0 -56
  940. package/components/radio/src/styles/groupColor-css.js +0 -2
  941. package/components/radio/src/styles/groupColor.css +0 -13
  942. package/components/radio/src/styles/groupColor.scss +0 -25
  943. package/components/radio/src/styles/style-css.js +0 -2
  944. package/components/radio/src/styles/style.css +0 -113
  945. package/components/radio/src/styles/style.scss +0 -99
  946. package/components/radio/src/styles/tokens-css.js +0 -2
  947. package/components/radio/src/styles/tokens.css +0 -8
  948. package/components/radio/src/styles/tokens.scss +0 -11
  949. package/components/select/.stylelintrc.json +0 -3
  950. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  951. package/components/select/.turbo/turbo-build.log +0 -242
  952. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
  953. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  954. package/components/select/dist/auro-select.d.ts.map +0 -1
  955. package/components/select/dist/dropdownVersion.d.ts.map +0 -1
  956. package/components/select/dist/formkit/auro-dropdownVersion.d.ts +0 -3
  957. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  958. package/components/select/dist/index.d.ts.map +0 -1
  959. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  960. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  961. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  962. package/components/select/node_modules/chalk/package.json +0 -83
  963. package/components/select/node_modules/chalk/readme.md +0 -325
  964. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  965. package/components/select/node_modules/chalk/source/index.js +0 -225
  966. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  967. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  968. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  969. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  970. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  971. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  972. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  973. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  974. package/components/select/node_modules/mime/Mime.js +0 -97
  975. package/components/select/node_modules/mime/README.md +0 -187
  976. package/components/select/node_modules/mime/cli.js +0 -46
  977. package/components/select/node_modules/mime/index.js +0 -4
  978. package/components/select/node_modules/mime/lite.js +0 -4
  979. package/components/select/node_modules/mime/package.json +0 -52
  980. package/components/select/node_modules/mime/types/other.js +0 -1
  981. package/components/select/node_modules/mime/types/standard.js +0 -1
  982. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  983. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  984. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  985. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  986. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  987. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  988. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  989. package/components/select/package.json +0 -70
  990. package/components/select/packageScripts/postinstall.mjs +0 -28
  991. package/components/select/src/auro-select.js +0 -604
  992. package/components/select/src/dropdownVersion.js +0 -1
  993. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  994. package/components/select/src/index.js +0 -6
  995. package/components/select/src/styles/color-css.js +0 -2
  996. package/components/select/src/styles/color.css +0 -63
  997. package/components/select/src/styles/color.scss +0 -33
  998. package/components/select/src/styles/style-css.js +0 -2
  999. package/components/select/src/styles/style.css +0 -105
  1000. package/components/select/src/styles/style.scss +0 -83
  1001. package/components/select/src/styles/tokens-css.js +0 -2
  1002. package/components/select/src/styles/tokens.css +0 -3
  1003. package/components/select/src/styles/tokens.scss +0 -5
  1004. package/packages/build-tools/package.json +0 -15
  1005. package/packages/build-tools/src/docProcessor.mjs +0 -133
  1006. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  1007. package/packages/build-tools/src/index.js +0 -1
  1008. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  1009. package/packages/form-validation/package.json +0 -12
  1010. package/packages/form-validation/src/index.js +0 -1
  1011. package/packages/form-validation/src/validation.js +0 -318
  1012. package/packages/typescript/base.json +0 -19
  1013. package/packages/typescript/package.json +0 -20
  1014. package/packages/utils/package.json +0 -12
  1015. package/packages/utils/src/iconUtil.js +0 -25
  1016. package/packages/utils/src/index.js +0 -1
  1017. package/turbo.json +0 -134
@@ -1,325 +0,0 @@
1
- <h1 align="center">
2
- <br>
3
- <br>
4
- <img width="320" src="media/logo.svg" alt="Chalk">
5
- <br>
6
- <br>
7
- <br>
8
- </h1>
9
-
10
- > Terminal string styling done right
11
-
12
- [![Coverage Status](https://codecov.io/gh/chalk/chalk/branch/main/graph/badge.svg)](https://codecov.io/gh/chalk/chalk)
13
- [![npm dependents](https://badgen.net/npm/dependents/chalk)](https://www.npmjs.com/package/chalk?activeTab=dependents)
14
- [![Downloads](https://badgen.net/npm/dt/chalk)](https://www.npmjs.com/package/chalk)
15
- [![run on repl.it](https://img.shields.io/badge/Run_on_Replit-f26207?logo=replit&logoColor=white)](https://repl.it/github/chalk/chalk)
16
-
17
- ![](media/screenshot.png)
18
-
19
- <br>
20
-
21
- ---
22
-
23
- <div align="center">
24
- <p>
25
- <p>
26
- <sup>
27
- Sindre Sorhus' open source work is supported by the community on <a href="https://github.com/sponsors/sindresorhus">GitHub Sponsors</a>
28
- </sup>
29
- </p>
30
- <sup>Special thanks to:</sup>
31
- <br>
32
- <br>
33
- <a href="https://standardresume.co/tech">
34
- <img src="https://sindresorhus.com/assets/thanks/standard-resume-logo.svg" width="160">
35
- </a>
36
- <br>
37
- <br>
38
- <a href="https://retool.com/?utm_campaign=sindresorhus">
39
- <img src="https://sindresorhus.com/assets/thanks/retool-logo.svg" width="230">
40
- </a>
41
- <br>
42
- <br>
43
- <a href="https://strapi.io/?ref=sindresorhus">
44
- <div>
45
- <img src="https://sindresorhus.com/assets/thanks/strapi-logo-white-bg.png" width="220" alt="Strapi">
46
- </div>
47
- <b>Strapi is the leading open-source headless CMS.</b>
48
- <div>
49
- <sup>It’s 100% JavaScript, fully customizable, and developer-first.</sup>
50
- </div>
51
- </a>
52
- <br>
53
- <br>
54
- <a href="https://www.stackaid.us/?utm_campaign=sindre">
55
- <div>
56
- <img src="https://sindresorhus.com/assets/thanks/stackaid-logo.png" width="230" alt="StackAid">
57
- </div>
58
- <b>Fund your open source dependencies</b>
59
- </a>
60
- <br>
61
- <br>
62
- </p>
63
- </div>
64
-
65
- ---
66
-
67
- <br>
68
-
69
- ## Highlights
70
-
71
- - Expressive API
72
- - Highly performant
73
- - No dependencies
74
- - Ability to nest styles
75
- - [256/Truecolor color support](#256-and-truecolor-color-support)
76
- - Auto-detects color support
77
- - Doesn't extend `String.prototype`
78
- - Clean and focused
79
- - Actively maintained
80
- - [Used by ~86,000 packages](https://www.npmjs.com/browse/depended/chalk) as of October 4, 2022
81
-
82
- ## Install
83
-
84
- ```sh
85
- npm install chalk
86
- ```
87
-
88
- **IMPORTANT:** Chalk 5 is ESM. If you want to use Chalk with TypeScript or a build tool, you will probably want to use Chalk 4 for now. [Read more.](https://github.com/chalk/chalk/releases/tag/v5.0.0)
89
-
90
- ## Usage
91
-
92
- ```js
93
- import chalk from 'chalk';
94
-
95
- console.log(chalk.blue('Hello world!'));
96
- ```
97
-
98
- Chalk comes with an easy to use composable API where you just chain and nest the styles you want.
99
-
100
- ```js
101
- import chalk from 'chalk';
102
-
103
- const log = console.log;
104
-
105
- // Combine styled and normal strings
106
- log(chalk.blue('Hello') + ' World' + chalk.red('!'));
107
-
108
- // Compose multiple styles using the chainable API
109
- log(chalk.blue.bgRed.bold('Hello world!'));
110
-
111
- // Pass in multiple arguments
112
- log(chalk.blue('Hello', 'World!', 'Foo', 'bar', 'biz', 'baz'));
113
-
114
- // Nest styles
115
- log(chalk.red('Hello', chalk.underline.bgBlue('world') + '!'));
116
-
117
- // Nest styles of the same type even (color, underline, background)
118
- log(chalk.green(
119
- 'I am a green line ' +
120
- chalk.blue.underline.bold('with a blue substring') +
121
- ' that becomes green again!'
122
- ));
123
-
124
- // ES2015 template literal
125
- log(`
126
- CPU: ${chalk.red('90%')}
127
- RAM: ${chalk.green('40%')}
128
- DISK: ${chalk.yellow('70%')}
129
- `);
130
-
131
- // Use RGB colors in terminal emulators that support it.
132
- log(chalk.rgb(123, 45, 67).underline('Underlined reddish color'));
133
- log(chalk.hex('#DEADED').bold('Bold gray!'));
134
- ```
135
-
136
- Easily define your own themes:
137
-
138
- ```js
139
- import chalk from 'chalk';
140
-
141
- const error = chalk.bold.red;
142
- const warning = chalk.hex('#FFA500'); // Orange color
143
-
144
- console.log(error('Error!'));
145
- console.log(warning('Warning!'));
146
- ```
147
-
148
- Take advantage of console.log [string substitution](https://nodejs.org/docs/latest/api/console.html#console_console_log_data_args):
149
-
150
- ```js
151
- import chalk from 'chalk';
152
-
153
- const name = 'Sindre';
154
- console.log(chalk.green('Hello %s'), name);
155
- //=> 'Hello Sindre'
156
- ```
157
-
158
- ## API
159
-
160
- ### chalk.`<style>[.<style>...](string, [string...])`
161
-
162
- Example: `chalk.red.bold.underline('Hello', 'world');`
163
-
164
- Chain [styles](#styles) and call the last one as a method with a string argument. Order doesn't matter, and later styles take precedent in case of a conflict. This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`.
165
-
166
- Multiple arguments will be separated by space.
167
-
168
- ### chalk.level
169
-
170
- Specifies the level of color support.
171
-
172
- Color support is automatically detected, but you can override it by setting the `level` property. You should however only do this in your own code as it applies globally to all Chalk consumers.
173
-
174
- If you need to change this in a reusable module, create a new instance:
175
-
176
- ```js
177
- import {Chalk} from 'chalk';
178
-
179
- const customChalk = new Chalk({level: 0});
180
- ```
181
-
182
- | Level | Description |
183
- | :---: | :--- |
184
- | `0` | All colors disabled |
185
- | `1` | Basic color support (16 colors) |
186
- | `2` | 256 color support |
187
- | `3` | Truecolor support (16 million colors) |
188
-
189
- ### supportsColor
190
-
191
- Detect whether the terminal [supports color](https://github.com/chalk/supports-color). Used internally and handled for you, but exposed for convenience.
192
-
193
- Can be overridden by the user with the flags `--color` and `--no-color`. For situations where using `--color` is not possible, use the environment variable `FORCE_COLOR=1` (level 1), `FORCE_COLOR=2` (level 2), or `FORCE_COLOR=3` (level 3) to forcefully enable color, or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks.
194
-
195
- Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively.
196
-
197
- ### chalkStderr and supportsColorStderr
198
-
199
- `chalkStderr` contains a separate instance configured with color support detected for `stderr` stream instead of `stdout`. Override rules from `supportsColor` apply to this too. `supportsColorStderr` is exposed for convenience.
200
-
201
- ### modifierNames, foregroundColorNames, backgroundColorNames, and colorNames
202
-
203
- All supported style strings are exposed as an array of strings for convenience. `colorNames` is the combination of `foregroundColorNames` and `backgroundColorNames`.
204
-
205
- This can be useful if you wrap Chalk and need to validate input:
206
-
207
- ```js
208
- import {modifierNames, foregroundColorNames} from 'chalk';
209
-
210
- console.log(modifierNames.includes('bold'));
211
- //=> true
212
-
213
- console.log(foregroundColorNames.includes('pink'));
214
- //=> false
215
- ```
216
-
217
- ## Styles
218
-
219
- ### Modifiers
220
-
221
- - `reset` - Reset the current style.
222
- - `bold` - Make the text bold.
223
- - `dim` - Make the text have lower opacity.
224
- - `italic` - Make the text italic. *(Not widely supported)*
225
- - `underline` - Put a horizontal line below the text. *(Not widely supported)*
226
- - `overline` - Put a horizontal line above the text. *(Not widely supported)*
227
- - `inverse`- Invert background and foreground colors.
228
- - `hidden` - Print the text but make it invisible.
229
- - `strikethrough` - Puts a horizontal line through the center of the text. *(Not widely supported)*
230
- - `visible`- Print the text only when Chalk has a color level above zero. Can be useful for things that are purely cosmetic.
231
-
232
- ### Colors
233
-
234
- - `black`
235
- - `red`
236
- - `green`
237
- - `yellow`
238
- - `blue`
239
- - `magenta`
240
- - `cyan`
241
- - `white`
242
- - `blackBright` (alias: `gray`, `grey`)
243
- - `redBright`
244
- - `greenBright`
245
- - `yellowBright`
246
- - `blueBright`
247
- - `magentaBright`
248
- - `cyanBright`
249
- - `whiteBright`
250
-
251
- ### Background colors
252
-
253
- - `bgBlack`
254
- - `bgRed`
255
- - `bgGreen`
256
- - `bgYellow`
257
- - `bgBlue`
258
- - `bgMagenta`
259
- - `bgCyan`
260
- - `bgWhite`
261
- - `bgBlackBright` (alias: `bgGray`, `bgGrey`)
262
- - `bgRedBright`
263
- - `bgGreenBright`
264
- - `bgYellowBright`
265
- - `bgBlueBright`
266
- - `bgMagentaBright`
267
- - `bgCyanBright`
268
- - `bgWhiteBright`
269
-
270
- ## 256 and Truecolor color support
271
-
272
- Chalk supports 256 colors and [Truecolor](https://github.com/termstandard/colors) (16 million colors) on supported terminal apps.
273
-
274
- Colors are downsampled from 16 million RGB values to an ANSI color format that is supported by the terminal emulator (or by specifying `{level: n}` as a Chalk option). For example, Chalk configured to run at level 1 (basic color support) will downsample an RGB value of #FF0000 (red) to 31 (ANSI escape for red).
275
-
276
- Examples:
277
-
278
- - `chalk.hex('#DEADED').underline('Hello, world!')`
279
- - `chalk.rgb(15, 100, 204).inverse('Hello!')`
280
-
281
- Background versions of these models are prefixed with `bg` and the first level of the module capitalized (e.g. `hex` for foreground colors and `bgHex` for background colors).
282
-
283
- - `chalk.bgHex('#DEADED').underline('Hello, world!')`
284
- - `chalk.bgRgb(15, 100, 204).inverse('Hello!')`
285
-
286
- The following color models can be used:
287
-
288
- - [`rgb`](https://en.wikipedia.org/wiki/RGB_color_model) - Example: `chalk.rgb(255, 136, 0).bold('Orange!')`
289
- - [`hex`](https://en.wikipedia.org/wiki/Web_colors#Hex_triplet) - Example: `chalk.hex('#FF8800').bold('Orange!')`
290
- - [`ansi256`](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) - Example: `chalk.bgAnsi256(194)('Honeydew, more or less')`
291
-
292
- ## Browser support
293
-
294
- Since Chrome 69, ANSI escape codes are natively supported in the developer console.
295
-
296
- ## Windows
297
-
298
- If you're on Windows, do yourself a favor and use [Windows Terminal](https://github.com/microsoft/terminal) instead of `cmd.exe`.
299
-
300
- ## Origin story
301
-
302
- [colors.js](https://github.com/Marak/colors.js) used to be the most popular string styling module, but it has serious deficiencies like extending `String.prototype` which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68) and the package is unmaintained. Although there are other packages, they either do too much or not enough. Chalk is a clean and focused alternative.
303
-
304
- ## Related
305
-
306
- - [chalk-template](https://github.com/chalk/chalk-template) - [Tagged template literals](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates) support for this module
307
- - [chalk-cli](https://github.com/chalk/chalk-cli) - CLI for this module
308
- - [ansi-styles](https://github.com/chalk/ansi-styles) - ANSI escape codes for styling strings in the terminal
309
- - [supports-color](https://github.com/chalk/supports-color) - Detect whether a terminal supports color
310
- - [strip-ansi](https://github.com/chalk/strip-ansi) - Strip ANSI escape codes
311
- - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Strip ANSI escape codes from a stream
312
- - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes
313
- - [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes
314
- - [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes
315
- - [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes
316
- - [color-convert](https://github.com/qix-/color-convert) - Converts colors between different models
317
- - [chalk-animation](https://github.com/bokub/chalk-animation) - Animate strings in the terminal
318
- - [gradient-string](https://github.com/bokub/gradient-string) - Apply color gradients to strings
319
- - [chalk-pipe](https://github.com/LitoMore/chalk-pipe) - Create chalk style schemes with simpler style strings
320
- - [terminal-link](https://github.com/sindresorhus/terminal-link) - Create clickable links in the terminal
321
-
322
- ## Maintainers
323
-
324
- - [Sindre Sorhus](https://github.com/sindresorhus)
325
- - [Josh Junon](https://github.com/qix-)
@@ -1,320 +0,0 @@
1
- // TODO: Make it this when TS suports that.
2
- // import {ModifierName, ForegroundColor, BackgroundColor, ColorName} from '#ansi-styles';
3
- // import {ColorInfo, ColorSupportLevel} from '#supports-color';
4
- import {ModifierName, ForegroundColorName, BackgroundColorName, ColorName} from './vendor/ansi-styles/index.js';
5
- import {ColorInfo, ColorSupportLevel} from './vendor/supports-color/index.js';
6
-
7
- export interface Options {
8
- /**
9
- Specify the color support for Chalk.
10
-
11
- By default, color support is automatically detected based on the environment.
12
-
13
- Levels:
14
- - `0` - All colors disabled.
15
- - `1` - Basic 16 colors support.
16
- - `2` - ANSI 256 colors support.
17
- - `3` - Truecolor 16 million colors support.
18
- */
19
- readonly level?: ColorSupportLevel;
20
- }
21
-
22
- /**
23
- Return a new Chalk instance.
24
- */
25
- export const Chalk: new (options?: Options) => ChalkInstance; // eslint-disable-line @typescript-eslint/naming-convention
26
-
27
- export interface ChalkInstance {
28
- (...text: unknown[]): string;
29
-
30
- /**
31
- The color support for Chalk.
32
-
33
- By default, color support is automatically detected based on the environment.
34
-
35
- Levels:
36
- - `0` - All colors disabled.
37
- - `1` - Basic 16 colors support.
38
- - `2` - ANSI 256 colors support.
39
- - `3` - Truecolor 16 million colors support.
40
- */
41
- level: ColorSupportLevel;
42
-
43
- /**
44
- Use RGB values to set text color.
45
-
46
- @example
47
- ```
48
- import chalk from 'chalk';
49
-
50
- chalk.rgb(222, 173, 237);
51
- ```
52
- */
53
- rgb: (red: number, green: number, blue: number) => this;
54
-
55
- /**
56
- Use HEX value to set text color.
57
-
58
- @param color - Hexadecimal value representing the desired color.
59
-
60
- @example
61
- ```
62
- import chalk from 'chalk';
63
-
64
- chalk.hex('#DEADED');
65
- ```
66
- */
67
- hex: (color: string) => this;
68
-
69
- /**
70
- Use an [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color.
71
-
72
- @example
73
- ```
74
- import chalk from 'chalk';
75
-
76
- chalk.ansi256(201);
77
- ```
78
- */
79
- ansi256: (index: number) => this;
80
-
81
- /**
82
- Use RGB values to set background color.
83
-
84
- @example
85
- ```
86
- import chalk from 'chalk';
87
-
88
- chalk.bgRgb(222, 173, 237);
89
- ```
90
- */
91
- bgRgb: (red: number, green: number, blue: number) => this;
92
-
93
- /**
94
- Use HEX value to set background color.
95
-
96
- @param color - Hexadecimal value representing the desired color.
97
-
98
- @example
99
- ```
100
- import chalk from 'chalk';
101
-
102
- chalk.bgHex('#DEADED');
103
- ```
104
- */
105
- bgHex: (color: string) => this;
106
-
107
- /**
108
- Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set background color.
109
-
110
- @example
111
- ```
112
- import chalk from 'chalk';
113
-
114
- chalk.bgAnsi256(201);
115
- ```
116
- */
117
- bgAnsi256: (index: number) => this;
118
-
119
- /**
120
- Modifier: Reset the current style.
121
- */
122
- readonly reset: this;
123
-
124
- /**
125
- Modifier: Make the text bold.
126
- */
127
- readonly bold: this;
128
-
129
- /**
130
- Modifier: Make the text have lower opacity.
131
- */
132
- readonly dim: this;
133
-
134
- /**
135
- Modifier: Make the text italic. *(Not widely supported)*
136
- */
137
- readonly italic: this;
138
-
139
- /**
140
- Modifier: Put a horizontal line below the text. *(Not widely supported)*
141
- */
142
- readonly underline: this;
143
-
144
- /**
145
- Modifier: Put a horizontal line above the text. *(Not widely supported)*
146
- */
147
- readonly overline: this;
148
-
149
- /**
150
- Modifier: Invert background and foreground colors.
151
- */
152
- readonly inverse: this;
153
-
154
- /**
155
- Modifier: Print the text but make it invisible.
156
- */
157
- readonly hidden: this;
158
-
159
- /**
160
- Modifier: Puts a horizontal line through the center of the text. *(Not widely supported)*
161
- */
162
- readonly strikethrough: this;
163
-
164
- /**
165
- Modifier: Print the text only when Chalk has a color level above zero.
166
-
167
- Can be useful for things that are purely cosmetic.
168
- */
169
- readonly visible: this;
170
-
171
- readonly black: this;
172
- readonly red: this;
173
- readonly green: this;
174
- readonly yellow: this;
175
- readonly blue: this;
176
- readonly magenta: this;
177
- readonly cyan: this;
178
- readonly white: this;
179
-
180
- /*
181
- Alias for `blackBright`.
182
- */
183
- readonly gray: this;
184
-
185
- /*
186
- Alias for `blackBright`.
187
- */
188
- readonly grey: this;
189
-
190
- readonly blackBright: this;
191
- readonly redBright: this;
192
- readonly greenBright: this;
193
- readonly yellowBright: this;
194
- readonly blueBright: this;
195
- readonly magentaBright: this;
196
- readonly cyanBright: this;
197
- readonly whiteBright: this;
198
-
199
- readonly bgBlack: this;
200
- readonly bgRed: this;
201
- readonly bgGreen: this;
202
- readonly bgYellow: this;
203
- readonly bgBlue: this;
204
- readonly bgMagenta: this;
205
- readonly bgCyan: this;
206
- readonly bgWhite: this;
207
-
208
- /*
209
- Alias for `bgBlackBright`.
210
- */
211
- readonly bgGray: this;
212
-
213
- /*
214
- Alias for `bgBlackBright`.
215
- */
216
- readonly bgGrey: this;
217
-
218
- readonly bgBlackBright: this;
219
- readonly bgRedBright: this;
220
- readonly bgGreenBright: this;
221
- readonly bgYellowBright: this;
222
- readonly bgBlueBright: this;
223
- readonly bgMagentaBright: this;
224
- readonly bgCyanBright: this;
225
- readonly bgWhiteBright: this;
226
- }
227
-
228
- /**
229
- Main Chalk object that allows to chain styles together.
230
-
231
- Call the last one as a method with a string argument.
232
-
233
- Order doesn't matter, and later styles take precedent in case of a conflict.
234
-
235
- This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`.
236
- */
237
- declare const chalk: ChalkInstance;
238
-
239
- export const supportsColor: ColorInfo;
240
-
241
- export const chalkStderr: typeof chalk;
242
- export const supportsColorStderr: typeof supportsColor;
243
-
244
- export {
245
- ModifierName, ForegroundColorName, BackgroundColorName, ColorName,
246
- modifierNames, foregroundColorNames, backgroundColorNames, colorNames,
247
- // } from '#ansi-styles';
248
- } from './vendor/ansi-styles/index.js';
249
-
250
- export {
251
- ColorInfo,
252
- ColorSupport,
253
- ColorSupportLevel,
254
- // } from '#supports-color';
255
- } from './vendor/supports-color/index.js';
256
-
257
- // TODO: Remove these aliases in the next major version
258
- /**
259
- @deprecated Use `ModifierName` instead.
260
-
261
- Basic modifier names.
262
- */
263
- export type Modifiers = ModifierName;
264
-
265
- /**
266
- @deprecated Use `ForegroundColorName` instead.
267
-
268
- Basic foreground color names.
269
-
270
- [More colors here.](https://github.com/chalk/chalk/blob/main/readme.md#256-and-truecolor-color-support)
271
- */
272
- export type ForegroundColor = ForegroundColorName;
273
-
274
- /**
275
- @deprecated Use `BackgroundColorName` instead.
276
-
277
- Basic background color names.
278
-
279
- [More colors here.](https://github.com/chalk/chalk/blob/main/readme.md#256-and-truecolor-color-support)
280
- */
281
- export type BackgroundColor = BackgroundColorName;
282
-
283
- /**
284
- @deprecated Use `ColorName` instead.
285
-
286
- Basic color names. The combination of foreground and background color names.
287
-
288
- [More colors here.](https://github.com/chalk/chalk/blob/main/readme.md#256-and-truecolor-color-support)
289
- */
290
- export type Color = ColorName;
291
-
292
- /**
293
- @deprecated Use `modifierNames` instead.
294
-
295
- Basic modifier names.
296
- */
297
- export const modifiers: readonly Modifiers[];
298
-
299
- /**
300
- @deprecated Use `foregroundColorNames` instead.
301
-
302
- Basic foreground color names.
303
- */
304
- export const foregroundColors: readonly ForegroundColor[];
305
-
306
- /**
307
- @deprecated Use `backgroundColorNames` instead.
308
-
309
- Basic background color names.
310
- */
311
- export const backgroundColors: readonly BackgroundColor[];
312
-
313
- /**
314
- @deprecated Use `colorNames` instead.
315
-
316
- Basic color names. The combination of foreground and background color names.
317
- */
318
- export const colors: readonly Color[];
319
-
320
- export default chalk;