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

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 (856) hide show
  1. package/CHANGELOG.md +510 -0
  2. package/NOTICE +2 -0
  3. package/README.md +83 -15
  4. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +38 -0
  5. package/components/{combobox/dist/formkit/auro-dropdownVersion.d.ts → bibtemplate/dist/headerVersion.d.ts} +0 -1
  6. package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
  7. package/components/bibtemplate/dist/index.d.ts +2 -0
  8. package/components/bibtemplate/dist/index.js +790 -0
  9. package/components/bibtemplate/dist/registered.js +790 -0
  10. package/components/{input/dist/styles/helpText-css.d.ts → bibtemplate/dist/styles/color-css.d.ts} +0 -1
  11. package/components/bibtemplate/dist/styles/style-css.d.ts +2 -0
  12. package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
  13. package/components/checkbox/README.md +27 -35
  14. package/components/checkbox/demo/api.md +67 -68
  15. package/components/checkbox/demo/api.min.js +498 -102
  16. package/components/checkbox/demo/index.html +49 -0
  17. package/components/checkbox/demo/index.md +62 -62
  18. package/components/checkbox/demo/index.min.js +498 -102
  19. package/components/checkbox/dist/auro-checkbox-group.d.ts +45 -18
  20. package/components/checkbox/dist/auro-checkbox.d.ts +19 -7
  21. package/components/checkbox/dist/helptextVersion.d.ts +2 -0
  22. package/components/checkbox/dist/index.d.ts +0 -1
  23. package/components/checkbox/dist/index.js +498 -105
  24. package/components/checkbox/dist/registered.js +1279 -0
  25. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +0 -1
  26. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +0 -1
  27. package/components/checkbox/dist/styles/color-css.d.ts +0 -1
  28. package/components/checkbox/dist/styles/colorGroup-css.d.ts +0 -1
  29. package/components/checkbox/dist/styles/tokens-css.d.ts +0 -1
  30. package/components/combobox/README.md +25 -28
  31. package/components/combobox/demo/api.js +1 -1
  32. package/components/combobox/demo/api.md +116 -32
  33. package/components/combobox/demo/api.min.js +8211 -3863
  34. package/components/combobox/demo/index.html +57 -0
  35. package/components/combobox/demo/index.js +1 -1
  36. package/components/combobox/demo/index.md +19 -3
  37. package/components/combobox/demo/index.min.js +8208 -3860
  38. package/components/combobox/dist/auro-combobox.d.ts +123 -76
  39. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  40. package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → combobox/dist/dropdownVersion.d.ts} +0 -1
  41. package/components/combobox/dist/index.d.ts +0 -1
  42. package/components/combobox/dist/index.js +7848 -3816
  43. package/components/combobox/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  44. package/components/combobox/dist/registered.js +12269 -0
  45. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  46. package/components/counter/README.md +188 -0
  47. package/components/counter/demo/api.js +3 -2
  48. package/components/counter/demo/api.md +185 -1018
  49. package/components/counter/demo/api.min.js +6190 -40
  50. package/components/counter/demo/index.html +53 -0
  51. package/components/counter/demo/index.js +2 -1
  52. package/components/counter/demo/index.md +298 -0
  53. package/components/counter/demo/index.min.js +6187 -19
  54. package/components/counter/dist/auro-counter-button.d.ts +12 -0
  55. package/components/counter/dist/auro-counter-group.d.ts +168 -5
  56. package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
  57. package/components/counter/dist/auro-counter.d.ts +91 -1
  58. package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
  59. package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → counter/dist/dropdownVersion.d.ts} +0 -1
  60. package/components/counter/dist/iconVersion.d.ts +2 -0
  61. package/components/counter/dist/index.d.ts +0 -1
  62. package/components/counter/dist/index.js +6158 -38
  63. package/components/counter/dist/registered.js +6231 -0
  64. package/components/counter/dist/styles/color-css.d.ts +2 -0
  65. package/components/counter/dist/styles/counter-button-color-css.d.ts +2 -0
  66. package/components/counter/dist/styles/counter-button-css.d.ts +2 -0
  67. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +2 -0
  68. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  69. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
  70. package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
  71. package/components/counter/dist/styles/style-css.d.ts +0 -1
  72. package/components/counter/dist/styles/tokens-css.d.ts +2 -0
  73. package/components/datepicker/README.md +25 -28
  74. package/components/datepicker/demo/api.js +3 -3
  75. package/components/datepicker/demo/api.md +219 -105
  76. package/components/datepicker/demo/api.min.js +6367 -2448
  77. package/components/datepicker/demo/index.html +57 -0
  78. package/components/datepicker/demo/index.md +7 -1
  79. package/components/datepicker/demo/index.min.js +6355 -2435
  80. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  81. package/components/datepicker/dist/auro-calendar-month.d.ts +15 -1
  82. package/components/datepicker/dist/auro-calendar.d.ts +25 -2
  83. package/components/datepicker/dist/auro-datepicker.d.ts +41 -12
  84. package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
  85. package/components/datepicker/dist/dropdownVersion.d.ts +2 -1
  86. package/components/datepicker/dist/index.d.ts +0 -1
  87. package/components/datepicker/dist/index.js +6353 -2435
  88. package/components/datepicker/dist/{formkit/auro-inputVersion.d.ts → inputVersion.d.ts} +0 -1
  89. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  90. package/components/datepicker/dist/registered.js +22466 -0
  91. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  92. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  93. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  94. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  95. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  96. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  97. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  98. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  99. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  100. package/components/datepicker/dist/utilities.d.ts +25 -1
  101. package/components/datepicker/dist/utilitiesCalendar.d.ts +2 -2
  102. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +2 -3
  103. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  104. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  105. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  106. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  107. package/components/dropdown/README.md +19 -27
  108. package/components/dropdown/demo/api.js +1 -1
  109. package/components/dropdown/demo/api.md +43 -29
  110. package/components/dropdown/demo/api.min.js +525 -124
  111. package/components/dropdown/demo/index.html +53 -0
  112. package/components/dropdown/demo/index.js +0 -3
  113. package/components/dropdown/demo/index.min.js +525 -127
  114. package/components/dropdown/dist/auro-dropdown.d.ts +38 -7
  115. package/components/dropdown/dist/auro-dropdownBib.d.ts +9 -2
  116. package/components/dropdown/dist/dropdownVersion.d.ts +2 -0
  117. package/components/dropdown/dist/helptextVersion.d.ts +2 -0
  118. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  119. package/components/dropdown/dist/index.d.ts +0 -1
  120. package/components/dropdown/dist/index.js +525 -126
  121. package/components/dropdown/dist/registered.js +3365 -0
  122. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  123. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  124. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  125. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  126. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  127. package/components/form/README.md +29 -35
  128. package/components/form/demo/api.js +1 -1
  129. package/components/form/demo/api.min.js +497 -25
  130. package/components/form/demo/index.html +48 -0
  131. package/components/form/demo/index.min.js +497 -25
  132. package/components/form/demo/registerDemoDeps.js +22 -0
  133. package/components/form/demo/working.html +117 -0
  134. package/components/form/dist/auro-form.d.ts +194 -3
  135. package/components/form/dist/index.d.ts +0 -1
  136. package/components/form/dist/index.js +497 -27
  137. package/components/form/dist/registered.d.ts +1 -0
  138. package/components/form/dist/registered.js +632 -0
  139. package/components/form/dist/styles/style-css.d.ts +0 -1
  140. package/components/helptext/dist/auro-helptext.d.ts +53 -0
  141. package/components/helptext/dist/index.d.ts +2 -0
  142. package/components/helptext/dist/index.js +224 -0
  143. package/components/helptext/dist/registered.js +224 -0
  144. package/components/helptext/dist/styles/color-css.d.ts +2 -0
  145. package/components/helptext/dist/styles/style-css.d.ts +2 -0
  146. package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
  147. package/components/input/README.md +19 -29
  148. package/components/input/demo/api.md +152 -318
  149. package/components/input/demo/api.min.js +4214 -1780
  150. package/components/input/demo/index.html +41 -0
  151. package/components/input/demo/index.md +11 -61
  152. package/components/input/demo/index.min.js +4214 -1780
  153. package/components/input/dist/auro-input.d.ts +4 -2
  154. package/components/input/dist/base-input.d.ts +49 -16
  155. package/components/input/dist/buttonVersion.d.ts +0 -1
  156. package/components/input/dist/helptextVersion.d.ts +2 -0
  157. package/components/input/dist/i18n.d.ts +0 -1
  158. package/components/input/dist/iconVersion.d.ts +0 -1
  159. package/components/input/dist/index.d.ts +0 -1
  160. package/components/input/dist/index.js +4214 -1782
  161. package/components/input/dist/registered.js +6591 -0
  162. package/components/input/dist/styles/borders-css.d.ts +0 -1
  163. package/components/input/dist/styles/color-css.d.ts +0 -1
  164. package/components/input/dist/styles/input-css.d.ts +0 -1
  165. package/components/input/dist/styles/label-css.d.ts +0 -1
  166. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  167. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  168. package/components/input/dist/styles/style-css.d.ts +0 -1
  169. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  170. package/components/input/dist/utilities.d.ts +25 -0
  171. package/components/menu/README.md +19 -27
  172. package/components/menu/demo/api.js +1 -1
  173. package/components/menu/demo/api.md +57 -20
  174. package/components/menu/demo/api.min.js +628 -314
  175. package/components/menu/demo/index.html +50 -0
  176. package/components/menu/demo/index.min.js +626 -312
  177. package/components/menu/dist/auro-menu-utils.d.ts +42 -0
  178. package/components/menu/dist/auro-menu.d.ts +97 -82
  179. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  180. package/components/menu/dist/dropdownVersion.d.ts +2 -0
  181. package/components/menu/dist/iconVersion.d.ts +0 -1
  182. package/components/menu/dist/index.d.ts +1 -1
  183. package/components/menu/dist/index.js +627 -316
  184. package/components/menu/dist/registered.js +1510 -0
  185. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  186. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  187. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  188. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  189. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  190. package/components/radio/README.md +19 -27
  191. package/components/radio/demo/api.md +9 -8
  192. package/components/radio/demo/api.min.js +429 -75
  193. package/components/radio/demo/index.html +48 -0
  194. package/components/radio/demo/index.min.js +429 -75
  195. package/components/radio/dist/auro-radio-group.d.ts +12 -3
  196. package/components/radio/dist/auro-radio.d.ts +0 -1
  197. package/components/radio/dist/helptextVersion.d.ts +2 -0
  198. package/components/radio/dist/index.d.ts +0 -1
  199. package/components/radio/dist/index.js +429 -78
  200. package/components/radio/dist/registered.js +1396 -0
  201. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  202. package/components/radio/dist/styles/color-css.d.ts +0 -1
  203. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  204. package/components/radio/dist/styles/style-css.d.ts +0 -1
  205. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  206. package/components/select/README.md +22 -43
  207. package/components/select/demo/api.js +1 -1
  208. package/components/select/demo/api.md +52 -15
  209. package/components/select/demo/api.min.js +1564 -613
  210. package/components/select/demo/index.html +49 -0
  211. package/components/select/demo/index.js +1 -1
  212. package/components/select/demo/index.md +1 -16
  213. package/components/select/demo/index.min.js +1563 -612
  214. package/components/select/dist/auro-select.d.ts +23 -7
  215. package/components/select/dist/dropdownVersion.d.ts +2 -0
  216. package/components/select/dist/index.d.ts +0 -1
  217. package/components/select/dist/index.js +848 -213
  218. package/components/select/dist/registered.js +4562 -0
  219. package/components/select/dist/styles/color-css.d.ts +0 -1
  220. package/components/select/dist/styles/style-css.d.ts +0 -1
  221. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  222. package/package.json +138 -66
  223. package/packages/build-tools/src/postinstall.mjs +8 -0
  224. package/.husky/commit-msg +0 -4
  225. package/.husky/pre-commit +0 -3
  226. package/.turbo/cache/013a48308b893dac-meta.json +0 -1
  227. package/.turbo/cache/013a48308b893dac.tar.zst +0 -0
  228. package/.turbo/cache/02244170c798a2bd-meta.json +0 -1
  229. package/.turbo/cache/02244170c798a2bd.tar.zst +0 -0
  230. package/.turbo/cache/051ff97a20add0e2-meta.json +0 -1
  231. package/.turbo/cache/051ff97a20add0e2.tar.zst +0 -0
  232. package/.turbo/cache/07ca42419b9f050c-meta.json +0 -1
  233. package/.turbo/cache/07ca42419b9f050c.tar.zst +0 -0
  234. package/.turbo/cache/0cea4c1f34f3683b-meta.json +0 -1
  235. package/.turbo/cache/0cea4c1f34f3683b.tar.zst +0 -0
  236. package/.turbo/cache/0ea853339c064fa1-meta.json +0 -1
  237. package/.turbo/cache/0ea853339c064fa1.tar.zst +0 -0
  238. package/.turbo/cache/16658beec9f4a809-meta.json +0 -1
  239. package/.turbo/cache/16658beec9f4a809.tar.zst +0 -0
  240. package/.turbo/cache/17259cf94d8f8925-meta.json +0 -1
  241. package/.turbo/cache/17259cf94d8f8925.tar.zst +0 -0
  242. package/.turbo/cache/1b9818717e4bdf9f-meta.json +0 -1
  243. package/.turbo/cache/1b9818717e4bdf9f.tar.zst +0 -0
  244. package/.turbo/cache/1c0f580d37370ba2-meta.json +0 -1
  245. package/.turbo/cache/1c0f580d37370ba2.tar.zst +0 -0
  246. package/.turbo/cache/1c99a949ec63ab35-meta.json +0 -1
  247. package/.turbo/cache/1c99a949ec63ab35.tar.zst +0 -0
  248. package/.turbo/cache/1df4710eef8ed00d-meta.json +0 -1
  249. package/.turbo/cache/1df4710eef8ed00d.tar.zst +0 -0
  250. package/.turbo/cache/204b66d1b253e9cc-meta.json +0 -1
  251. package/.turbo/cache/204b66d1b253e9cc.tar.zst +0 -0
  252. package/.turbo/cache/257a7a26ea72dbc5-meta.json +0 -1
  253. package/.turbo/cache/257a7a26ea72dbc5.tar.zst +0 -0
  254. package/.turbo/cache/2a5d0939d6fc1052-meta.json +0 -1
  255. package/.turbo/cache/2a5d0939d6fc1052.tar.zst +0 -0
  256. package/.turbo/cache/2e3b829fcf75c836-meta.json +0 -1
  257. package/.turbo/cache/2e3b829fcf75c836.tar.zst +0 -0
  258. package/.turbo/cache/3bf45120d0cc9bd8-meta.json +0 -1
  259. package/.turbo/cache/3bf45120d0cc9bd8.tar.zst +0 -0
  260. package/.turbo/cache/3d380d0d40404cac-meta.json +0 -1
  261. package/.turbo/cache/3d380d0d40404cac.tar.zst +0 -0
  262. package/.turbo/cache/3e12285c614db539-meta.json +0 -1
  263. package/.turbo/cache/3e12285c614db539.tar.zst +0 -0
  264. package/.turbo/cache/45035bf5c4147ccd-meta.json +0 -1
  265. package/.turbo/cache/45035bf5c4147ccd.tar.zst +0 -0
  266. package/.turbo/cache/5bf2d3f7ba5891e0-meta.json +0 -1
  267. package/.turbo/cache/5bf2d3f7ba5891e0.tar.zst +0 -0
  268. package/.turbo/cache/5f304c0f37ef25f3-meta.json +0 -1
  269. package/.turbo/cache/5f304c0f37ef25f3.tar.zst +0 -0
  270. package/.turbo/cache/64de7a53e02db647-meta.json +0 -1
  271. package/.turbo/cache/64de7a53e02db647.tar.zst +0 -0
  272. package/.turbo/cache/68e5c7af799e011d-meta.json +0 -1
  273. package/.turbo/cache/68e5c7af799e011d.tar.zst +0 -0
  274. package/.turbo/cache/691a74627ec57993-meta.json +0 -1
  275. package/.turbo/cache/691a74627ec57993.tar.zst +0 -0
  276. package/.turbo/cache/6dd67d179191bda8-meta.json +0 -1
  277. package/.turbo/cache/6dd67d179191bda8.tar.zst +0 -0
  278. package/.turbo/cache/6dd7058e6703cb35-meta.json +0 -1
  279. package/.turbo/cache/6dd7058e6703cb35.tar.zst +0 -0
  280. package/.turbo/cache/73e9073a5274616d-meta.json +0 -1
  281. package/.turbo/cache/73e9073a5274616d.tar.zst +0 -0
  282. package/.turbo/cache/773edc0f83c8c5a5-meta.json +0 -1
  283. package/.turbo/cache/773edc0f83c8c5a5.tar.zst +0 -0
  284. package/.turbo/cache/786a822763403879-meta.json +0 -1
  285. package/.turbo/cache/786a822763403879.tar.zst +0 -0
  286. package/.turbo/cache/7e1043cffa69f327-meta.json +0 -1
  287. package/.turbo/cache/7e1043cffa69f327.tar.zst +0 -0
  288. package/.turbo/cache/7ffd501e81790676-meta.json +0 -1
  289. package/.turbo/cache/7ffd501e81790676.tar.zst +0 -0
  290. package/.turbo/cache/80a13352066a9801-meta.json +0 -1
  291. package/.turbo/cache/80a13352066a9801.tar.zst +0 -0
  292. package/.turbo/cache/80b5d974184a01df-meta.json +0 -1
  293. package/.turbo/cache/80b5d974184a01df.tar.zst +0 -0
  294. package/.turbo/cache/8954c6073396fadd-meta.json +0 -1
  295. package/.turbo/cache/8954c6073396fadd.tar.zst +0 -0
  296. package/.turbo/cache/8e79bd5c3a16a72e-meta.json +0 -1
  297. package/.turbo/cache/8e79bd5c3a16a72e.tar.zst +0 -0
  298. package/.turbo/cache/8e9ebc3df0e18de0-meta.json +0 -1
  299. package/.turbo/cache/8e9ebc3df0e18de0.tar.zst +0 -0
  300. package/.turbo/cache/92daa6d7c389d548-meta.json +0 -1
  301. package/.turbo/cache/92daa6d7c389d548.tar.zst +0 -0
  302. package/.turbo/cache/973d0eea26083f4b-meta.json +0 -1
  303. package/.turbo/cache/973d0eea26083f4b.tar.zst +0 -0
  304. package/.turbo/cache/9c6ad42729c7b2d8-meta.json +0 -1
  305. package/.turbo/cache/9c6ad42729c7b2d8.tar.zst +0 -0
  306. package/.turbo/cache/a77bc920ea508bb8-meta.json +0 -1
  307. package/.turbo/cache/a77bc920ea508bb8.tar.zst +0 -0
  308. package/.turbo/cache/a9a9d012c83882d8-meta.json +0 -1
  309. package/.turbo/cache/a9a9d012c83882d8.tar.zst +0 -0
  310. package/.turbo/cache/b4c851d4bebf3b47-meta.json +0 -1
  311. package/.turbo/cache/b4c851d4bebf3b47.tar.zst +0 -0
  312. package/.turbo/cache/ba4418918621fbcd-meta.json +0 -1
  313. package/.turbo/cache/ba4418918621fbcd.tar.zst +0 -0
  314. package/.turbo/cache/be7c23c37b8ec74b-meta.json +0 -1
  315. package/.turbo/cache/be7c23c37b8ec74b.tar.zst +0 -0
  316. package/.turbo/cache/bffc7582905c2a5e-meta.json +0 -1
  317. package/.turbo/cache/bffc7582905c2a5e.tar.zst +0 -0
  318. package/.turbo/cache/caa0b4ac8d2a04dd-meta.json +0 -1
  319. package/.turbo/cache/caa0b4ac8d2a04dd.tar.zst +0 -0
  320. package/.turbo/cache/cc81de9c0b452a7c-meta.json +0 -1
  321. package/.turbo/cache/cc81de9c0b452a7c.tar.zst +0 -0
  322. package/.turbo/cache/d572ebb3c833e8f4-meta.json +0 -1
  323. package/.turbo/cache/d572ebb3c833e8f4.tar.zst +0 -0
  324. package/.turbo/cache/d61543843c932504-meta.json +0 -1
  325. package/.turbo/cache/d61543843c932504.tar.zst +0 -0
  326. package/.turbo/cache/dad1301ac69bcb85-meta.json +0 -1
  327. package/.turbo/cache/dad1301ac69bcb85.tar.zst +0 -0
  328. package/.turbo/cache/db361cb6578dca84-meta.json +0 -1
  329. package/.turbo/cache/db361cb6578dca84.tar.zst +0 -0
  330. package/.turbo/cache/dea5945f55c6aba5-meta.json +0 -1
  331. package/.turbo/cache/dea5945f55c6aba5.tar.zst +0 -0
  332. package/.turbo/cache/dfe1f17e7fce890d-meta.json +0 -1
  333. package/.turbo/cache/dfe1f17e7fce890d.tar.zst +0 -0
  334. package/.turbo/cache/e3a224a17cf55bdb-meta.json +0 -1
  335. package/.turbo/cache/e3a224a17cf55bdb.tar.zst +0 -0
  336. package/.turbo/cache/e992dab20aeefbaf-meta.json +0 -1
  337. package/.turbo/cache/e992dab20aeefbaf.tar.zst +0 -0
  338. package/.turbo/cache/f3ff9040a2196834-meta.json +0 -1
  339. package/.turbo/cache/f3ff9040a2196834.tar.zst +0 -0
  340. package/.turbo/cache/fc57c17867dcac3d-meta.json +0 -1
  341. package/.turbo/cache/fc57c17867dcac3d.tar.zst +0 -0
  342. package/components/checkbox/.stylelintrc.json +0 -3
  343. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  344. package/components/checkbox/.turbo/turbo-build.log +0 -185
  345. package/components/checkbox/.turbo/turbo-bundler.log +0 -13
  346. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -5
  347. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  348. package/components/checkbox/.turbo/turbo-types.log +0 -4
  349. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  350. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  351. package/components/checkbox/dist/index.d.ts.map +0 -1
  352. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  353. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  354. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  355. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  356. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  357. package/components/checkbox/node_modules/chalk/package.json +0 -83
  358. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  359. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  360. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  361. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  362. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  363. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  364. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  365. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  366. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  367. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  368. package/components/checkbox/package.json +0 -68
  369. package/components/checkbox/src/auro-checkbox-group.js +0 -331
  370. package/components/checkbox/src/auro-checkbox.js +0 -193
  371. package/components/checkbox/src/index.js +0 -8
  372. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  373. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  374. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  375. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  376. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  377. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  378. package/components/checkbox/src/styles/color-css.js +0 -2
  379. package/components/checkbox/src/styles/color.css +0 -84
  380. package/components/checkbox/src/styles/color.scss +0 -118
  381. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  382. package/components/checkbox/src/styles/colorGroup.css +0 -16
  383. package/components/checkbox/src/styles/colorGroup.scss +0 -24
  384. package/components/checkbox/src/styles/tokens-css.js +0 -2
  385. package/components/checkbox/src/styles/tokens.css +0 -9
  386. package/components/checkbox/src/styles/tokens.scss +0 -11
  387. package/components/combobox/.stylelintrc.json +0 -3
  388. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  389. package/components/combobox/.turbo/turbo-build.log +0 -163
  390. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -5
  391. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  392. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  393. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  394. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  395. package/components/combobox/dist/index.d.ts.map +0 -1
  396. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  397. package/components/combobox/node_modules/chalk/package.json +0 -83
  398. package/components/combobox/node_modules/chalk/readme.md +0 -325
  399. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -320
  400. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  401. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  402. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  403. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  404. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  405. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  406. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  407. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  408. package/components/combobox/package.json +0 -67
  409. package/components/combobox/src/auro-combobox.js +0 -724
  410. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  411. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  412. package/components/combobox/src/index.js +0 -6
  413. package/components/combobox/src/styles/style-css.js +0 -2
  414. package/components/combobox/src/styles/style.css +0 -60
  415. package/components/combobox/src/styles/style.scss +0 -46
  416. package/components/counter/.stylelintrc.json +0 -3
  417. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -66
  418. package/components/counter/.turbo/turbo-build.log +0 -87
  419. package/components/counter/.turbo/turbo-bundler.log +0 -13
  420. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -5
  421. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -16
  422. package/components/counter/.turbo/turbo-types.log +0 -4
  423. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  424. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  425. package/components/counter/dist/index.d.ts.map +0 -1
  426. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  427. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  428. package/components/counter/node_modules/chalk/package.json +0 -83
  429. package/components/counter/node_modules/chalk/readme.md +0 -325
  430. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  431. package/components/counter/node_modules/chalk/source/index.js +0 -225
  432. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  433. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  434. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  435. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  436. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  437. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  438. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  439. package/components/counter/package.json +0 -50
  440. package/components/counter/src/auro-counter-group.js +0 -48
  441. package/components/counter/src/auro-counter.js +0 -29
  442. package/components/counter/src/index.js +0 -8
  443. package/components/counter/src/styles/counter-group-css.js +0 -2
  444. package/components/counter/src/styles/counter-group.css +0 -4
  445. package/components/counter/src/styles/counter-group.scss +0 -17
  446. package/components/counter/src/styles/style-css.js +0 -2
  447. package/components/counter/src/styles/style.css +0 -4
  448. package/components/counter/src/styles/style.scss +0 -17
  449. package/components/datepicker/.stylelintrc.json +0 -3
  450. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  451. package/components/datepicker/.turbo/turbo-build.log +0 -493
  452. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -5
  453. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  454. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  455. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  456. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  457. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  458. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  459. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  460. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  461. package/components/datepicker/dist/index.d.ts.map +0 -1
  462. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  463. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  464. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  465. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  466. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  467. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  468. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  469. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  470. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  471. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  472. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  473. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  474. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  475. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  476. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  477. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  478. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  479. package/components/datepicker/node_modules/chalk/package.json +0 -83
  480. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  481. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  482. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  483. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  484. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  485. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  486. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  487. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  488. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  489. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  490. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  491. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  492. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  493. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  494. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  495. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  496. package/components/datepicker/package.json +0 -79
  497. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  498. package/components/datepicker/src/auro-calendar-month.js +0 -128
  499. package/components/datepicker/src/auro-calendar.js +0 -329
  500. package/components/datepicker/src/auro-datepicker.js +0 -1002
  501. package/components/datepicker/src/dropdownVersion.js +0 -0
  502. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  503. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  504. package/components/datepicker/src/index.js +0 -6
  505. package/components/datepicker/src/popoverVersion.js +0 -1
  506. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  507. package/components/datepicker/src/styles/color-calendar.css +0 -35
  508. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  509. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  510. package/components/datepicker/src/styles/color-cell.css +0 -45
  511. package/components/datepicker/src/styles/color-cell.scss +0 -73
  512. package/components/datepicker/src/styles/color-css.js +0 -2
  513. package/components/datepicker/src/styles/color-month-css.js +0 -2
  514. package/components/datepicker/src/styles/color-month.css +0 -34
  515. package/components/datepicker/src/styles/color-month.scss +0 -27
  516. package/components/datepicker/src/styles/color.css +0 -43
  517. package/components/datepicker/src/styles/color.scss +0 -30
  518. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  519. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  520. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  521. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  522. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  523. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  524. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  525. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  526. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  527. package/components/datepicker/src/styles/style-css.js +0 -2
  528. package/components/datepicker/src/styles/style.css +0 -111
  529. package/components/datepicker/src/styles/style.scss +0 -107
  530. package/components/datepicker/src/styles/tokens-css.js +0 -2
  531. package/components/datepicker/src/styles/tokens.css +0 -22
  532. package/components/datepicker/src/styles/tokens.scss +0 -25
  533. package/components/datepicker/src/utilities.js +0 -87
  534. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  535. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  536. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  537. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  538. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  539. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  540. package/components/dropdown/.stylelintrc.json +0 -3
  541. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  542. package/components/dropdown/.turbo/turbo-build$colon$version.log +0 -7
  543. package/components/dropdown/.turbo/turbo-build.log +0 -206
  544. package/components/dropdown/.turbo/turbo-bundler.log +0 -13
  545. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -5
  546. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  547. package/components/dropdown/.turbo/turbo-types.log +0 -4
  548. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  549. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  550. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  551. package/components/dropdown/dist/index.d.ts.map +0 -1
  552. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  553. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  554. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  555. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  556. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  557. package/components/dropdown/node_modules/chalk/package.json +0 -83
  558. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  559. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  560. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  561. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  562. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  563. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  564. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  565. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  566. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  567. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  568. package/components/dropdown/package.json +0 -57
  569. package/components/dropdown/src/auro-dropdown.js +0 -474
  570. package/components/dropdown/src/auro-dropdownBib.js +0 -106
  571. package/components/dropdown/src/iconVersion.js +0 -1
  572. package/components/dropdown/src/index.js +0 -6
  573. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  574. package/components/dropdown/src/styles/bibColors.css +0 -6
  575. package/components/dropdown/src/styles/bibColors.scss +0 -18
  576. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  577. package/components/dropdown/src/styles/bibStyles.css +0 -43
  578. package/components/dropdown/src/styles/bibStyles.scss +0 -60
  579. package/components/dropdown/src/styles/color-css.js +0 -2
  580. package/components/dropdown/src/styles/color.css +0 -59
  581. package/components/dropdown/src/styles/color.scss +0 -79
  582. package/components/dropdown/src/styles/style-css.js +0 -2
  583. package/components/dropdown/src/styles/style.css +0 -92
  584. package/components/dropdown/src/styles/style.scss +0 -122
  585. package/components/dropdown/src/styles/tokens-css.js +0 -2
  586. package/components/dropdown/src/styles/tokens.css +0 -13
  587. package/components/dropdown/src/styles/tokens.scss +0 -15
  588. package/components/form/.stylelintrc.json +0 -3
  589. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  590. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  591. package/components/form/.turbo/turbo-build.log +0 -113
  592. package/components/form/.turbo/turbo-bundler.log +0 -13
  593. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -5
  594. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  595. package/components/form/.turbo/turbo-types.log +0 -4
  596. package/components/form/dist/auro-form.d.ts.map +0 -1
  597. package/components/form/dist/index.d.ts.map +0 -1
  598. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  599. package/components/form/node_modules/chalk/package.json +0 -83
  600. package/components/form/node_modules/chalk/readme.md +0 -325
  601. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  602. package/components/form/node_modules/chalk/source/index.js +0 -225
  603. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  604. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  605. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  606. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  607. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  608. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  609. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  610. package/components/form/package.json +0 -72
  611. package/components/form/src/auro-form.js +0 -74
  612. package/components/form/src/index.js +0 -6
  613. package/components/form/src/styles/style-css.js +0 -2
  614. package/components/form/src/styles/style.css +0 -36
  615. package/components/form/src/styles/style.scss +0 -37
  616. package/components/input/.stylelintrc.json +0 -3
  617. package/components/input/.turbo/turbo-build$colon$sass.log +0 -198
  618. package/components/input/.turbo/turbo-build$colon$version.log +0 -10
  619. package/components/input/.turbo/turbo-build.log +0 -353
  620. package/components/input/.turbo/turbo-bundler.log +0 -13
  621. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -5
  622. package/components/input/.turbo/turbo-sass$colon$render.log +0 -58
  623. package/components/input/.turbo/turbo-types.log +0 -4
  624. package/components/input/dist/auro-input.d.ts.map +0 -1
  625. package/components/input/dist/base-input.d.ts.map +0 -1
  626. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  627. package/components/input/dist/i18n.d.ts.map +0 -1
  628. package/components/input/dist/iconVersion.d.ts.map +0 -1
  629. package/components/input/dist/index.d.ts.map +0 -1
  630. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  631. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  632. package/components/input/dist/styles/helpText-css.d.ts.map +0 -1
  633. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  634. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  635. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  636. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  637. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  638. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  639. package/components/input/node_modules/chalk/package.json +0 -83
  640. package/components/input/node_modules/chalk/readme.md +0 -325
  641. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  642. package/components/input/node_modules/chalk/source/index.js +0 -225
  643. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  644. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  645. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  646. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  647. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  648. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  649. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  650. package/components/input/package.json +0 -75
  651. package/components/input/src/auro-input.js +0 -241
  652. package/components/input/src/base-input.js +0 -1103
  653. package/components/input/src/buttonVersion.js +0 -1
  654. package/components/input/src/i18n.js +0 -102
  655. package/components/input/src/iconVersion.js +0 -1
  656. package/components/input/src/index.js +0 -6
  657. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  658. package/components/input/src/styles/borders-css.js +0 -2
  659. package/components/input/src/styles/borders.css +0 -35
  660. package/components/input/src/styles/borders.scss +0 -49
  661. package/components/input/src/styles/color-css.js +0 -2
  662. package/components/input/src/styles/color.css +0 -62
  663. package/components/input/src/styles/color.scss +0 -89
  664. package/components/input/src/styles/helpText-css.js +0 -2
  665. package/components/input/src/styles/helpText.css +0 -6
  666. package/components/input/src/styles/helpText.scss +0 -9
  667. package/components/input/src/styles/input-css.js +0 -2
  668. package/components/input/src/styles/input.css +0 -35
  669. package/components/input/src/styles/input.scss +0 -53
  670. package/components/input/src/styles/label-css.js +0 -2
  671. package/components/input/src/styles/label.css +0 -45
  672. package/components/input/src/styles/label.scss +0 -71
  673. package/components/input/src/styles/mixins-css.js +0 -2
  674. package/components/input/src/styles/mixins.css +0 -1
  675. package/components/input/src/styles/mixins.scss +0 -45
  676. package/components/input/src/styles/notificationIcons-css.js +0 -2
  677. package/components/input/src/styles/notificationIcons.css +0 -84
  678. package/components/input/src/styles/notificationIcons.scss +0 -109
  679. package/components/input/src/styles/style-css.js +0 -2
  680. package/components/input/src/styles/style.css +0 -290
  681. package/components/input/src/styles/style.scss +0 -53
  682. package/components/input/src/styles/tokens-css.js +0 -2
  683. package/components/input/src/styles/tokens.css +0 -9
  684. package/components/input/src/styles/tokens.scss +0 -11
  685. package/components/menu/.stylelintrc.json +0 -3
  686. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  687. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  688. package/components/menu/.turbo/turbo-build.log +0 -184
  689. package/components/menu/.turbo/turbo-bundler.log +0 -13
  690. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -5
  691. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  692. package/components/menu/.turbo/turbo-types.log +0 -4
  693. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  694. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  695. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  696. package/components/menu/dist/index.d.ts.map +0 -1
  697. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  698. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  699. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  700. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  701. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  702. package/components/menu/node_modules/chalk/package.json +0 -83
  703. package/components/menu/node_modules/chalk/readme.md +0 -325
  704. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  705. package/components/menu/node_modules/chalk/source/index.js +0 -225
  706. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  707. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  708. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  709. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  710. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  711. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  712. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  713. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  714. package/components/menu/node_modules/mime/Mime.js +0 -97
  715. package/components/menu/node_modules/mime/README.md +0 -187
  716. package/components/menu/node_modules/mime/cli.js +0 -46
  717. package/components/menu/node_modules/mime/index.js +0 -4
  718. package/components/menu/node_modules/mime/lite.js +0 -4
  719. package/components/menu/node_modules/mime/package.json +0 -52
  720. package/components/menu/node_modules/mime/types/other.js +0 -1
  721. package/components/menu/node_modules/mime/types/standard.js +0 -1
  722. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  723. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  724. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  725. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  726. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  727. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  728. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  729. package/components/menu/package.json +0 -70
  730. package/components/menu/src/auro-menu.js +0 -539
  731. package/components/menu/src/auro-menuoption.js +0 -147
  732. package/components/menu/src/iconVersion.js +0 -1
  733. package/components/menu/src/index.js +0 -8
  734. package/components/menu/src/styles/color-menu-css.js +0 -2
  735. package/components/menu/src/styles/color-menu.css +0 -4
  736. package/components/menu/src/styles/color-menu.scss +0 -12
  737. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  738. package/components/menu/src/styles/color-menuoption.css +0 -23
  739. package/components/menu/src/styles/color-menuoption.scss +0 -33
  740. package/components/menu/src/styles/style-menu-css.js +0 -2
  741. package/components/menu/src/styles/style-menu.css +0 -2061
  742. package/components/menu/src/styles/style-menu.scss +0 -80
  743. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  744. package/components/menu/src/styles/style-menuoption.css +0 -45
  745. package/components/menu/src/styles/style-menuoption.scss +0 -66
  746. package/components/menu/src/styles/tokens-css.js +0 -2
  747. package/components/menu/src/styles/tokens.css +0 -6
  748. package/components/menu/src/styles/tokens.scss +0 -6
  749. package/components/radio/.stylelintrc.json +0 -3
  750. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  751. package/components/radio/.turbo/turbo-build.log +0 -216
  752. package/components/radio/.turbo/turbo-bundler.log +0 -13
  753. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -5
  754. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  755. package/components/radio/.turbo/turbo-types.log +0 -4
  756. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  757. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  758. package/components/radio/dist/index.d.ts.map +0 -1
  759. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  760. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  761. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  762. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  763. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  764. package/components/radio/node_modules/chalk/package.json +0 -83
  765. package/components/radio/node_modules/chalk/readme.md +0 -325
  766. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  767. package/components/radio/node_modules/chalk/source/index.js +0 -225
  768. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  769. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  770. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  771. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  772. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  773. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  774. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  775. package/components/radio/package.json +0 -69
  776. package/components/radio/src/auro-radio-group.js +0 -433
  777. package/components/radio/src/auro-radio.js +0 -256
  778. package/components/radio/src/index.js +0 -8
  779. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  780. package/components/radio/src/styles/auro-radio-group.css +0 -23
  781. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  782. package/components/radio/src/styles/color-css.js +0 -2
  783. package/components/radio/src/styles/color.css +0 -45
  784. package/components/radio/src/styles/color.scss +0 -56
  785. package/components/radio/src/styles/groupColor-css.js +0 -2
  786. package/components/radio/src/styles/groupColor.css +0 -21
  787. package/components/radio/src/styles/groupColor.scss +0 -33
  788. package/components/radio/src/styles/style-css.js +0 -2
  789. package/components/radio/src/styles/style.css +0 -113
  790. package/components/radio/src/styles/style.scss +0 -99
  791. package/components/radio/src/styles/tokens-css.js +0 -2
  792. package/components/radio/src/styles/tokens.css +0 -9
  793. package/components/radio/src/styles/tokens.scss +0 -12
  794. package/components/select/.stylelintrc.json +0 -3
  795. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  796. package/components/select/.turbo/turbo-build.log +0 -241
  797. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -5
  798. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  799. package/components/select/dist/auro-select.d.ts.map +0 -1
  800. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  801. package/components/select/dist/index.d.ts.map +0 -1
  802. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  803. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  804. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  805. package/components/select/node_modules/chalk/package.json +0 -83
  806. package/components/select/node_modules/chalk/readme.md +0 -325
  807. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  808. package/components/select/node_modules/chalk/source/index.js +0 -225
  809. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  810. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  811. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  812. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  813. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  814. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  815. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  816. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  817. package/components/select/node_modules/mime/Mime.js +0 -97
  818. package/components/select/node_modules/mime/README.md +0 -187
  819. package/components/select/node_modules/mime/cli.js +0 -46
  820. package/components/select/node_modules/mime/index.js +0 -4
  821. package/components/select/node_modules/mime/lite.js +0 -4
  822. package/components/select/node_modules/mime/package.json +0 -52
  823. package/components/select/node_modules/mime/types/other.js +0 -1
  824. package/components/select/node_modules/mime/types/standard.js +0 -1
  825. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  826. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  827. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  828. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  829. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  830. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  831. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  832. package/components/select/package.json +0 -70
  833. package/components/select/packageScripts/postinstall.mjs +0 -28
  834. package/components/select/src/auro-select.js +0 -559
  835. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  836. package/components/select/src/index.js +0 -6
  837. package/components/select/src/styles/color-css.js +0 -2
  838. package/components/select/src/styles/color.css +0 -63
  839. package/components/select/src/styles/color.scss +0 -33
  840. package/components/select/src/styles/style-css.js +0 -2
  841. package/components/select/src/styles/style.css +0 -104
  842. package/components/select/src/styles/style.scss +0 -76
  843. package/components/select/src/styles/tokens-css.js +0 -2
  844. package/components/select/src/styles/tokens.css +0 -3
  845. package/components/select/src/styles/tokens.scss +0 -5
  846. package/packages/build-tools/package.json +0 -15
  847. package/packages/build-tools/src/docProcessor.mjs +0 -104
  848. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  849. package/packages/build-tools/src/index.js +0 -1
  850. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  851. package/packages/form-validation/package.json +0 -12
  852. package/packages/form-validation/src/index.js +0 -1
  853. package/packages/form-validation/src/validation.js +0 -259
  854. package/packages/typescript/base.json +0 -19
  855. package/packages/typescript/package.json +0 -20
  856. package/turbo.json +0 -100
@@ -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;