@aurodesignsystem/auro-formkit 2.0.0-beta.41 → 2.0.0-beta.43

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 (960) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/NOTICE +2 -0
  3. package/README.md +116 -48
  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/bibtemplate/dist/styles/color-css.d.ts +2 -0
  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 +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 +6 -4
  28. package/components/combobox/demo/api.js +1 -1
  29. package/components/combobox/demo/api.md +79 -0
  30. package/components/combobox/demo/api.min.js +908 -1650
  31. package/components/combobox/demo/index.html +57 -0
  32. package/components/combobox/demo/index.js +1 -1
  33. package/components/combobox/demo/index.md +16 -0
  34. package/components/combobox/demo/index.min.js +908 -1650
  35. package/components/combobox/dist/auro-combobox.d.ts +45 -3
  36. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  37. package/components/combobox/dist/dropdownVersion.d.ts +0 -1
  38. package/components/combobox/dist/index.d.ts +0 -1
  39. package/components/combobox/dist/index.js +896 -1640
  40. package/components/combobox/dist/inputVersion.d.ts +0 -1
  41. package/components/combobox/dist/registered.js +9716 -0
  42. package/components/combobox/dist/styles/style-css.d.ts +0 -1
  43. package/components/counter/README.md +1 -1
  44. package/components/counter/demo/api.js +1 -1
  45. package/components/counter/demo/api.min.js +293 -410
  46. package/components/counter/demo/index.html +53 -0
  47. package/components/counter/demo/index.min.js +293 -410
  48. package/components/counter/dist/auro-counter-button.d.ts +0 -1
  49. package/components/counter/dist/auro-counter-group.d.ts +0 -1
  50. package/components/counter/dist/auro-counter-wrapper.d.ts +0 -1
  51. package/components/counter/dist/auro-counter.d.ts +0 -1
  52. package/components/counter/dist/dropdownVersion.d.ts +0 -1
  53. package/components/counter/dist/iconVersion.d.ts +0 -1
  54. package/components/counter/dist/index.d.ts +0 -1
  55. package/components/counter/dist/index.js +293 -413
  56. package/components/counter/dist/registered.js +5158 -0
  57. package/components/counter/dist/styles/color-css.d.ts +0 -1
  58. package/components/counter/dist/styles/counter-button-color-css.d.ts +0 -1
  59. package/components/counter/dist/styles/counter-button-css.d.ts +0 -1
  60. package/components/counter/dist/styles/counter-button-tokens-css.d.ts +0 -1
  61. package/components/counter/dist/styles/counter-group-css.d.ts +0 -1
  62. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +0 -1
  63. package/components/counter/dist/styles/counter-wrapper-css.d.ts +0 -1
  64. package/components/counter/dist/styles/style-css.d.ts +0 -1
  65. package/components/counter/dist/styles/tokens-css.d.ts +0 -1
  66. package/components/datepicker/README.md +4 -4
  67. package/components/datepicker/demo/api.js +1 -1
  68. package/components/datepicker/demo/api.min.js +503 -817
  69. package/components/datepicker/demo/index.html +57 -0
  70. package/components/datepicker/demo/index.min.js +503 -817
  71. package/components/datepicker/dist/auro-calendar-cell.d.ts +0 -1
  72. package/components/datepicker/dist/auro-calendar-month.d.ts +0 -1
  73. package/components/datepicker/dist/auro-calendar.d.ts +0 -1
  74. package/components/datepicker/dist/auro-datepicker.d.ts +0 -1
  75. package/components/datepicker/dist/dropdownVersion.d.ts +0 -1
  76. package/components/datepicker/dist/index.d.ts +0 -1
  77. package/components/datepicker/dist/index.js +503 -819
  78. package/components/datepicker/dist/inputVersion.d.ts +0 -1
  79. package/components/datepicker/dist/popoverVersion.d.ts +0 -1
  80. package/components/datepicker/dist/registered.js +18935 -0
  81. package/components/datepicker/dist/styles/color-calendar-css.d.ts +0 -1
  82. package/components/datepicker/dist/styles/color-cell-css.d.ts +0 -1
  83. package/components/datepicker/dist/styles/color-css.d.ts +0 -1
  84. package/components/datepicker/dist/styles/color-month-css.d.ts +0 -1
  85. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +0 -1
  86. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +0 -1
  87. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +0 -1
  88. package/components/datepicker/dist/styles/style-css.d.ts +0 -1
  89. package/components/datepicker/dist/styles/tokens-css.d.ts +0 -1
  90. package/components/datepicker/dist/utilities.d.ts +0 -1
  91. package/components/datepicker/dist/utilitiesCalendar.d.ts +0 -1
  92. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +0 -1
  93. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +0 -1
  94. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -1
  95. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +0 -1
  96. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +0 -1
  97. package/components/dropdown/README.md +1 -1
  98. package/components/dropdown/demo/api.js +1 -1
  99. package/components/dropdown/demo/api.md +6 -4
  100. package/components/dropdown/demo/api.min.js +241 -356
  101. package/components/dropdown/demo/index.html +53 -0
  102. package/components/dropdown/demo/index.min.js +241 -356
  103. package/components/dropdown/dist/auro-dropdown.d.ts +17 -4
  104. package/components/dropdown/dist/auro-dropdownBib.d.ts +8 -1
  105. package/components/{select/dist/formkit/auro-dropdownVersion.d.ts → dropdown/dist/dropdownVersion.d.ts} +0 -1
  106. package/components/dropdown/dist/iconVersion.d.ts +0 -1
  107. package/components/dropdown/dist/index.d.ts +0 -1
  108. package/components/dropdown/dist/index.js +241 -358
  109. package/components/dropdown/dist/registered.js +3167 -0
  110. package/components/dropdown/dist/styles/bibColors-css.d.ts +0 -1
  111. package/components/dropdown/dist/styles/bibStyles-css.d.ts +0 -1
  112. package/components/dropdown/dist/styles/color-css.d.ts +0 -1
  113. package/components/dropdown/dist/styles/style-css.d.ts +0 -1
  114. package/components/dropdown/dist/styles/tokens-css.d.ts +0 -1
  115. package/components/form/README.md +1 -1
  116. package/components/form/demo/api.js +1 -1
  117. package/components/form/demo/api.min.js +42 -5
  118. package/components/form/demo/index.html +48 -0
  119. package/components/form/demo/index.min.js +42 -5
  120. package/components/form/dist/auro-form.d.ts +16 -2
  121. package/components/form/dist/index.d.ts +0 -1
  122. package/components/form/dist/index.js +42 -7
  123. package/components/form/dist/registered.d.ts +1 -0
  124. package/components/form/dist/registered.js +632 -0
  125. package/components/form/dist/styles/style-css.d.ts +0 -1
  126. package/components/helptext/dist/auro-helptext.d.ts +0 -1
  127. package/components/helptext/dist/index.d.ts +0 -1
  128. package/components/helptext/dist/index.js +4 -6
  129. package/components/helptext/dist/registered.js +222 -0
  130. package/components/helptext/dist/styles/color-css.d.ts +0 -1
  131. package/components/helptext/dist/styles/style-css.d.ts +0 -1
  132. package/components/helptext/dist/styles/tokens-css.d.ts +0 -1
  133. package/components/input/README.md +1 -1
  134. package/components/input/demo/api.min.js +57 -248
  135. package/components/input/demo/index.html +41 -0
  136. package/components/input/demo/index.min.js +57 -248
  137. package/components/input/dist/auro-input.d.ts +0 -1
  138. package/components/input/dist/base-input.d.ts +0 -1
  139. package/components/input/dist/buttonVersion.d.ts +0 -1
  140. package/components/input/dist/i18n.d.ts +0 -1
  141. package/components/input/dist/iconVersion.d.ts +0 -1
  142. package/components/input/dist/index.d.ts +0 -1
  143. package/components/input/dist/index.js +57 -250
  144. package/components/input/dist/registered.js +4254 -0
  145. package/components/input/dist/styles/borders-css.d.ts +0 -1
  146. package/components/input/dist/styles/color-css.d.ts +0 -1
  147. package/components/input/dist/styles/input-css.d.ts +0 -1
  148. package/components/input/dist/styles/label-css.d.ts +0 -1
  149. package/components/input/dist/styles/mixins-css.d.ts +0 -1
  150. package/components/input/dist/styles/notificationIcons-css.d.ts +0 -1
  151. package/components/input/dist/styles/style-css.d.ts +0 -1
  152. package/components/input/dist/styles/tokens-css.d.ts +0 -1
  153. package/components/menu/README.md +1 -1
  154. package/components/menu/demo/api.js +1 -1
  155. package/components/menu/demo/api.min.js +9 -9
  156. package/components/menu/demo/index.html +50 -0
  157. package/components/menu/demo/index.min.js +9 -9
  158. package/components/menu/dist/auro-menu-utils.d.ts +0 -1
  159. package/components/menu/dist/auro-menu.d.ts +0 -1
  160. package/components/menu/dist/auro-menuoption.d.ts +0 -1
  161. package/components/{datepicker/dist/formkit/auro-dropdownVersion.d.ts → menu/dist/dropdownVersion.d.ts} +0 -1
  162. package/components/menu/dist/iconVersion.d.ts +0 -1
  163. package/components/menu/dist/index.d.ts +0 -1
  164. package/components/menu/dist/index.js +9 -12
  165. package/components/menu/dist/registered.js +1510 -0
  166. package/components/menu/dist/styles/color-menu-css.d.ts +0 -1
  167. package/components/menu/dist/styles/color-menuoption-css.d.ts +0 -1
  168. package/components/menu/dist/styles/style-menu-css.d.ts +0 -1
  169. package/components/menu/dist/styles/style-menuoption-css.d.ts +0 -1
  170. package/components/menu/dist/styles/tokens-css.d.ts +0 -1
  171. package/components/radio/README.md +1 -1
  172. package/components/radio/demo/api.min.js +34 -225
  173. package/components/radio/demo/index.html +48 -0
  174. package/components/radio/demo/index.min.js +34 -225
  175. package/components/radio/dist/auro-radio-group.d.ts +0 -1
  176. package/components/radio/dist/auro-radio.d.ts +0 -1
  177. package/components/radio/dist/index.d.ts +0 -1
  178. package/components/radio/dist/index.js +34 -228
  179. package/components/radio/dist/registered.js +1149 -0
  180. package/components/radio/dist/styles/auro-radio-group-css.d.ts +0 -1
  181. package/components/radio/dist/styles/color-css.d.ts +0 -1
  182. package/components/radio/dist/styles/groupColor-css.d.ts +0 -1
  183. package/components/radio/dist/styles/style-css.d.ts +0 -1
  184. package/components/radio/dist/styles/tokens-css.d.ts +0 -1
  185. package/components/select/README.md +3 -3
  186. package/components/select/demo/api.js +1 -1
  187. package/components/select/demo/api.min.js +431 -1917
  188. package/components/select/demo/index.html +49 -0
  189. package/components/select/demo/index.js +1 -1
  190. package/components/select/demo/index.min.js +431 -1917
  191. package/components/select/dist/auro-select.d.ts +0 -1
  192. package/components/select/dist/dropdownVersion.d.ts +0 -1
  193. package/components/select/dist/index.d.ts +0 -1
  194. package/components/select/dist/index.js +373 -1861
  195. package/components/select/dist/registered.js +4367 -0
  196. package/components/select/dist/styles/color-css.d.ts +0 -1
  197. package/components/select/dist/styles/style-css.d.ts +0 -1
  198. package/components/select/dist/styles/tokens-css.d.ts +0 -1
  199. package/package.json +114 -10
  200. package/.husky/commit-msg +0 -4
  201. package/.husky/pre-commit +0 -3
  202. package/.turbo/cache/006be80261b993a5-meta.json +0 -1
  203. package/.turbo/cache/006be80261b993a5.tar.zst +0 -0
  204. package/.turbo/cache/03338963f2ae4c89-meta.json +0 -1
  205. package/.turbo/cache/03338963f2ae4c89.tar.zst +0 -0
  206. package/.turbo/cache/06dfc9c20aacd0fa-meta.json +0 -1
  207. package/.turbo/cache/06dfc9c20aacd0fa.tar.zst +0 -0
  208. package/.turbo/cache/075034ccdb82fbea-meta.json +0 -1
  209. package/.turbo/cache/075034ccdb82fbea.tar.zst +0 -0
  210. package/.turbo/cache/0ff927ad868537f6-meta.json +0 -1
  211. package/.turbo/cache/0ff927ad868537f6.tar.zst +0 -0
  212. package/.turbo/cache/10b8500a6b0c6655-meta.json +0 -1
  213. package/.turbo/cache/10b8500a6b0c6655.tar.zst +0 -0
  214. package/.turbo/cache/138466aaa06fa946-meta.json +0 -1
  215. package/.turbo/cache/138466aaa06fa946.tar.zst +0 -0
  216. package/.turbo/cache/1614475ba17e5c7e-meta.json +0 -1
  217. package/.turbo/cache/1614475ba17e5c7e.tar.zst +0 -0
  218. package/.turbo/cache/1a8525cb6ad91e2a-meta.json +0 -1
  219. package/.turbo/cache/1a8525cb6ad91e2a.tar.zst +0 -0
  220. package/.turbo/cache/1c347bdf63624c8a-meta.json +0 -1
  221. package/.turbo/cache/1c347bdf63624c8a.tar.zst +0 -0
  222. package/.turbo/cache/1d4e8167ea8e924f-meta.json +0 -1
  223. package/.turbo/cache/1d4e8167ea8e924f.tar.zst +0 -0
  224. package/.turbo/cache/2289d12debb3c42c-meta.json +0 -1
  225. package/.turbo/cache/2289d12debb3c42c.tar.zst +0 -0
  226. package/.turbo/cache/22fc147c04804f70-meta.json +0 -1
  227. package/.turbo/cache/22fc147c04804f70.tar.zst +0 -0
  228. package/.turbo/cache/3025cdff2ca7afbf-meta.json +0 -1
  229. package/.turbo/cache/3025cdff2ca7afbf.tar.zst +0 -0
  230. package/.turbo/cache/3082b3a86c0f9b94-meta.json +0 -1
  231. package/.turbo/cache/3082b3a86c0f9b94.tar.zst +0 -0
  232. package/.turbo/cache/3dba2f8fdc7eb1d0-meta.json +0 -1
  233. package/.turbo/cache/3dba2f8fdc7eb1d0.tar.zst +0 -0
  234. package/.turbo/cache/43995f6c84a2de33-meta.json +0 -1
  235. package/.turbo/cache/43995f6c84a2de33.tar.zst +0 -0
  236. package/.turbo/cache/45d6aea680ecb5ec-meta.json +0 -1
  237. package/.turbo/cache/45d6aea680ecb5ec.tar.zst +0 -0
  238. package/.turbo/cache/45ecc27552696bd6-meta.json +0 -1
  239. package/.turbo/cache/45ecc27552696bd6.tar.zst +0 -0
  240. package/.turbo/cache/47d63056350252e5-meta.json +0 -1
  241. package/.turbo/cache/47d63056350252e5.tar.zst +0 -0
  242. package/.turbo/cache/4aadd7fe6b69cccf-meta.json +0 -1
  243. package/.turbo/cache/4aadd7fe6b69cccf.tar.zst +0 -0
  244. package/.turbo/cache/4fcee148860094a6-meta.json +0 -1
  245. package/.turbo/cache/4fcee148860094a6.tar.zst +0 -0
  246. package/.turbo/cache/5b3bb164db4c477c-meta.json +0 -1
  247. package/.turbo/cache/5b3bb164db4c477c.tar.zst +0 -0
  248. package/.turbo/cache/6bfd7cffad1e6b8a-meta.json +0 -1
  249. package/.turbo/cache/6bfd7cffad1e6b8a.tar.zst +0 -0
  250. package/.turbo/cache/6d48e8dc24e08c8c-meta.json +0 -1
  251. package/.turbo/cache/6d48e8dc24e08c8c.tar.zst +0 -0
  252. package/.turbo/cache/70e65d2581c9de95-meta.json +0 -1
  253. package/.turbo/cache/70e65d2581c9de95.tar.zst +0 -0
  254. package/.turbo/cache/71640e378e0b68af-meta.json +0 -1
  255. package/.turbo/cache/71640e378e0b68af.tar.zst +0 -0
  256. package/.turbo/cache/7a2e937d0f5acb7c-meta.json +0 -1
  257. package/.turbo/cache/7a2e937d0f5acb7c.tar.zst +0 -0
  258. package/.turbo/cache/85f181c5a0ebfdc3-meta.json +0 -1
  259. package/.turbo/cache/85f181c5a0ebfdc3.tar.zst +0 -0
  260. package/.turbo/cache/8830b8b624914679-meta.json +0 -1
  261. package/.turbo/cache/8830b8b624914679.tar.zst +0 -0
  262. package/.turbo/cache/88d4c5b7339b081b-meta.json +0 -1
  263. package/.turbo/cache/88d4c5b7339b081b.tar.zst +0 -0
  264. package/.turbo/cache/8f20a1cd3533e2cb-meta.json +0 -1
  265. package/.turbo/cache/8f20a1cd3533e2cb.tar.zst +0 -0
  266. package/.turbo/cache/91de2098a36b6939-meta.json +0 -1
  267. package/.turbo/cache/91de2098a36b6939.tar.zst +0 -0
  268. package/.turbo/cache/96edc0764ed4ab77-meta.json +0 -1
  269. package/.turbo/cache/96edc0764ed4ab77.tar.zst +0 -0
  270. package/.turbo/cache/a776eb6f87cd7464-meta.json +0 -1
  271. package/.turbo/cache/a776eb6f87cd7464.tar.zst +0 -0
  272. package/.turbo/cache/aa2a6d9e7beff7fc-meta.json +0 -1
  273. package/.turbo/cache/aa2a6d9e7beff7fc.tar.zst +0 -0
  274. package/.turbo/cache/ac47b2df8381d990-meta.json +0 -1
  275. package/.turbo/cache/ac47b2df8381d990.tar.zst +0 -0
  276. package/.turbo/cache/ac98992ca27cd36e-meta.json +0 -1
  277. package/.turbo/cache/ac98992ca27cd36e.tar.zst +0 -0
  278. package/.turbo/cache/aed38ae5ce3d8439-meta.json +0 -1
  279. package/.turbo/cache/aed38ae5ce3d8439.tar.zst +0 -0
  280. package/.turbo/cache/b323342fa340ccb5-meta.json +0 -1
  281. package/.turbo/cache/b323342fa340ccb5.tar.zst +0 -0
  282. package/.turbo/cache/b681d1652a7f2aca-meta.json +0 -1
  283. package/.turbo/cache/b681d1652a7f2aca.tar.zst +0 -0
  284. package/.turbo/cache/b99d21002170d86d-meta.json +0 -1
  285. package/.turbo/cache/b99d21002170d86d.tar.zst +0 -0
  286. package/.turbo/cache/bff34c0db361f414-meta.json +0 -1
  287. package/.turbo/cache/bff34c0db361f414.tar.zst +0 -0
  288. package/.turbo/cache/c1c7334875426ff3-meta.json +0 -1
  289. package/.turbo/cache/c1c7334875426ff3.tar.zst +0 -0
  290. package/.turbo/cache/cd12b66dd972aaf7-meta.json +0 -1
  291. package/.turbo/cache/cd12b66dd972aaf7.tar.zst +0 -0
  292. package/.turbo/cache/cf74604f39b00f11-meta.json +0 -1
  293. package/.turbo/cache/cf74604f39b00f11.tar.zst +0 -0
  294. package/.turbo/cache/d5dbe6fb31ae5667-meta.json +0 -1
  295. package/.turbo/cache/d5dbe6fb31ae5667.tar.zst +0 -0
  296. package/.turbo/cache/e2688cc026390fd6-meta.json +0 -1
  297. package/.turbo/cache/e2688cc026390fd6.tar.zst +0 -0
  298. package/.turbo/cache/e64bd75c16c140f3-meta.json +0 -1
  299. package/.turbo/cache/e64bd75c16c140f3.tar.zst +0 -0
  300. package/.turbo/cache/ea92743dea3b7023-meta.json +0 -1
  301. package/.turbo/cache/ea92743dea3b7023.tar.zst +0 -0
  302. package/.turbo/cache/f1b0cb8241603223-meta.json +0 -1
  303. package/.turbo/cache/f1b0cb8241603223.tar.zst +0 -0
  304. package/.turbo/cache/f22dc2dd55715ba2-meta.json +0 -1
  305. package/.turbo/cache/f22dc2dd55715ba2.tar.zst +0 -0
  306. package/.turbo/cache/f8f7a8045f230b79-meta.json +0 -1
  307. package/.turbo/cache/f8f7a8045f230b79.tar.zst +0 -0
  308. package/.turbo/cache/f8f99ba69bff8f2c-meta.json +0 -1
  309. package/.turbo/cache/f8f99ba69bff8f2c.tar.zst +0 -0
  310. package/.turbo/cache/faafa5cc35d12e06-meta.json +0 -1
  311. package/.turbo/cache/faafa5cc35d12e06.tar.zst +0 -0
  312. package/.vscode/settings.json +0 -3
  313. package/components/checkbox/.stylelintrc.json +0 -3
  314. package/components/checkbox/.turbo/turbo-build$colon$sass.log +0 -98
  315. package/components/checkbox/.turbo/turbo-build.log +0 -184
  316. package/components/checkbox/.turbo/turbo-postCss$colon$component.log +0 -4
  317. package/components/checkbox/.turbo/turbo-sass$colon$render.log +0 -34
  318. package/components/checkbox/dist/auro-checkbox-group.d.ts.map +0 -1
  319. package/components/checkbox/dist/auro-checkbox.d.ts.map +0 -1
  320. package/components/checkbox/dist/index.d.ts.map +0 -1
  321. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts.map +0 -1
  322. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts.map +0 -1
  323. package/components/checkbox/dist/styles/color-css.d.ts.map +0 -1
  324. package/components/checkbox/dist/styles/colorGroup-css.d.ts.map +0 -1
  325. package/components/checkbox/dist/styles/tokens-css.d.ts.map +0 -1
  326. package/components/checkbox/node_modules/chalk/package.json +0 -83
  327. package/components/checkbox/node_modules/chalk/readme.md +0 -325
  328. package/components/checkbox/node_modules/chalk/source/index.d.ts +0 -320
  329. package/components/checkbox/node_modules/chalk/source/index.js +0 -225
  330. package/components/checkbox/node_modules/chalk/source/utilities.js +0 -33
  331. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  332. package/components/checkbox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  333. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  334. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  335. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  336. package/components/checkbox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  337. package/components/checkbox/package.json +0 -69
  338. package/components/checkbox/src/auro-checkbox-group.js +0 -370
  339. package/components/checkbox/src/auro-checkbox.js +0 -214
  340. package/components/checkbox/src/index.js +0 -8
  341. package/components/checkbox/src/styles/auro-checkbox-css.js +0 -2
  342. package/components/checkbox/src/styles/auro-checkbox-group-css.js +0 -2
  343. package/components/checkbox/src/styles/auro-checkbox-group.css +0 -26
  344. package/components/checkbox/src/styles/auro-checkbox-group.scss +0 -38
  345. package/components/checkbox/src/styles/auro-checkbox.css +0 -123
  346. package/components/checkbox/src/styles/auro-checkbox.scss +0 -100
  347. package/components/checkbox/src/styles/color-css.js +0 -2
  348. package/components/checkbox/src/styles/color.css +0 -84
  349. package/components/checkbox/src/styles/color.scss +0 -118
  350. package/components/checkbox/src/styles/colorGroup-css.js +0 -2
  351. package/components/checkbox/src/styles/colorGroup.css +0 -8
  352. package/components/checkbox/src/styles/colorGroup.scss +0 -16
  353. package/components/checkbox/src/styles/tokens-css.js +0 -2
  354. package/components/checkbox/src/styles/tokens.css +0 -8
  355. package/components/checkbox/src/styles/tokens.scss +0 -10
  356. package/components/combobox/.stylelintrc.json +0 -3
  357. package/components/combobox/.turbo/turbo-build$colon$sass.log +0 -46
  358. package/components/combobox/.turbo/turbo-build.log +0 -162
  359. package/components/combobox/.turbo/turbo-postCss$colon$component.log +0 -4
  360. package/components/combobox/.turbo/turbo-sass$colon$render.log +0 -10
  361. package/components/combobox/dist/auro-combobox.d.ts.map +0 -1
  362. package/components/combobox/dist/dropdownVersion.d.ts.map +0 -1
  363. package/components/combobox/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  364. package/components/combobox/dist/formkit/auro-inputVersion.d.ts +0 -3
  365. package/components/combobox/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  366. package/components/combobox/dist/index.d.ts.map +0 -1
  367. package/components/combobox/dist/inputVersion.d.ts.map +0 -1
  368. package/components/combobox/dist/styles/style-css.d.ts.map +0 -1
  369. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/.husky/pre-commit +0 -1
  370. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/CHANGELOG.md +0 -863
  371. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/README.md +0 -109
  372. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/README.md +0 -86
  373. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/_auroElement.scss +0 -45
  374. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.js +0 -38
  375. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/auroElement/auroElement.mjs +0 -38
  376. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials+fv.css +0 -110
  377. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/bundled/essentials.css +0 -106
  378. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/demoWrapper.css +0 -8
  379. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/dist/elementDemoStyles.css +0 -813
  380. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/package.json +0 -134
  381. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/packageScripts/postinstall.mjs +0 -39
  382. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_animation.scss +0 -30
  383. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_blockquote.scss +0 -46
  384. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_breakpoints.scss +0 -155
  385. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_core.scss +0 -25
  386. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_essentials.scss +0 -267
  387. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_focus-visible.scss +0 -36
  388. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_fonts.scss +0 -50
  389. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_grids.scss +0 -395
  390. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_headings.scss +0 -255
  391. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_normalize.scss +0 -663
  392. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_picture.scss +0 -31
  393. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/_utilityClasses.scss +0 -22
  394. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials+fv.scss +0 -19
  395. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/bundled/essentials.scss +0 -18
  396. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleButton.scss +0 -32
  397. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_anchor-roleTab.scss +0 -26
  398. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_containedButtons.scss +0 -59
  399. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_table.scss +0 -54
  400. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/componentSupport/_tablist.scss +0 -37
  401. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/README.md +0 -5
  402. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/demoWrapper.scss +0 -18
  403. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/elementDemoStyles/elementDemoStyles.scss +0 -123
  404. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_deprecated.scss +0 -16
  405. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/libSupport/_manageScope.scss +0 -42
  406. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_displayProperties.scss +0 -142
  407. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_fontStyles.scss +0 -151
  408. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_inset.scss +0 -188
  409. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_layoutProperties.scss +0 -75
  410. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_listProperties.scss +0 -176
  411. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_responsive.scss +0 -249
  412. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityClasses/_typeProperties.scss +0 -49
  413. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_capitalize.scss +0 -20
  414. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_contains.scss +0 -26
  415. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityFunctions/_map-deep-get.scss +0 -29
  416. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleButton.scss +0 -76
  417. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_anchor-roleTab.scss +0 -86
  418. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_insetUtility.scss +0 -9
  419. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_layoutPropertiesGenerator.scss +0 -75
  420. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityMixins/_spacingUtility.scss +0 -96
  421. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_important.scss +0 -20
  422. package/components/combobox/node_modules/@aurodesignsystem/webcorestylesheets/src/utilityVariables/_spacing-options.scss +0 -13
  423. package/components/combobox/node_modules/@rollup/plugin-node-resolve/README.md +0 -293
  424. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +0 -1377
  425. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +0 -1370
  426. package/components/combobox/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +0 -1
  427. package/components/combobox/node_modules/@rollup/plugin-node-resolve/package.json +0 -89
  428. package/components/combobox/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +0 -115
  429. package/components/combobox/node_modules/chalk/package.json +0 -83
  430. package/components/combobox/node_modules/chalk/readme.md +0 -297
  431. package/components/combobox/node_modules/chalk/source/index.d.ts +0 -325
  432. package/components/combobox/node_modules/chalk/source/index.js +0 -225
  433. package/components/combobox/node_modules/chalk/source/utilities.js +0 -33
  434. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  435. package/components/combobox/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  436. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  437. package/components/combobox/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  438. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  439. package/components/combobox/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  440. package/components/combobox/package.json +0 -66
  441. package/components/combobox/src/auro-combobox.js +0 -776
  442. package/components/combobox/src/dropdownVersion.js +0 -1
  443. package/components/combobox/src/formkit/auro-dropdownVersion.js +0 -1
  444. package/components/combobox/src/formkit/auro-inputVersion.js +0 -1
  445. package/components/combobox/src/index.js +0 -6
  446. package/components/combobox/src/inputVersion.js +0 -1
  447. package/components/combobox/src/styles/style-css.js +0 -2
  448. package/components/combobox/src/styles/style.css +0 -60
  449. package/components/combobox/src/styles/style.scss +0 -46
  450. package/components/counter/.stylelintrc.json +0 -3
  451. package/components/counter/.turbo/turbo-build$colon$sass.log +0 -269
  452. package/components/counter/.turbo/turbo-build$colon$version.log +0 -10
  453. package/components/counter/.turbo/turbo-build.log +0 -402
  454. package/components/counter/.turbo/turbo-bundler.log +0 -22
  455. package/components/counter/.turbo/turbo-postCss$colon$component.log +0 -4
  456. package/components/counter/.turbo/turbo-sass$colon$render.log +0 -58
  457. package/components/counter/.turbo/turbo-types.log +0 -4
  458. package/components/counter/dist/auro-counter-button.d.ts.map +0 -1
  459. package/components/counter/dist/auro-counter-group.d.ts.map +0 -1
  460. package/components/counter/dist/auro-counter-wrapper.d.ts.map +0 -1
  461. package/components/counter/dist/auro-counter.d.ts.map +0 -1
  462. package/components/counter/dist/dropdownVersion.d.ts.map +0 -1
  463. package/components/counter/dist/iconVersion.d.ts.map +0 -1
  464. package/components/counter/dist/index.d.ts.map +0 -1
  465. package/components/counter/dist/styles/color-css.d.ts.map +0 -1
  466. package/components/counter/dist/styles/counter-button-color-css.d.ts.map +0 -1
  467. package/components/counter/dist/styles/counter-button-css.d.ts.map +0 -1
  468. package/components/counter/dist/styles/counter-button-tokens-css.d.ts.map +0 -1
  469. package/components/counter/dist/styles/counter-group-css.d.ts.map +0 -1
  470. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts.map +0 -1
  471. package/components/counter/dist/styles/counter-wrapper-css.d.ts.map +0 -1
  472. package/components/counter/dist/styles/style-css.d.ts.map +0 -1
  473. package/components/counter/dist/styles/tokens-css.d.ts.map +0 -1
  474. package/components/counter/node_modules/chalk/package.json +0 -83
  475. package/components/counter/node_modules/chalk/readme.md +0 -325
  476. package/components/counter/node_modules/chalk/source/index.d.ts +0 -320
  477. package/components/counter/node_modules/chalk/source/index.js +0 -225
  478. package/components/counter/node_modules/chalk/source/utilities.js +0 -33
  479. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  480. package/components/counter/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  481. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  482. package/components/counter/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  483. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  484. package/components/counter/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  485. package/components/counter/package.json +0 -59
  486. package/components/counter/src/auro-counter-button.js +0 -42
  487. package/components/counter/src/auro-counter-group.js +0 -333
  488. package/components/counter/src/auro-counter-wrapper.js +0 -54
  489. package/components/counter/src/auro-counter.js +0 -342
  490. package/components/counter/src/dropdownVersion.js +0 -1
  491. package/components/counter/src/iconVersion.js +0 -1
  492. package/components/counter/src/index.js +0 -8
  493. package/components/counter/src/styles/color-css.js +0 -2
  494. package/components/counter/src/styles/color.css +0 -29
  495. package/components/counter/src/styles/color.scss +0 -49
  496. package/components/counter/src/styles/counter-button-color-css.js +0 -2
  497. package/components/counter/src/styles/counter-button-color.css +0 -11
  498. package/components/counter/src/styles/counter-button-color.scss +0 -23
  499. package/components/counter/src/styles/counter-button-css.js +0 -2
  500. package/components/counter/src/styles/counter-button-tokens-css.js +0 -2
  501. package/components/counter/src/styles/counter-button-tokens.css +0 -6
  502. package/components/counter/src/styles/counter-button-tokens.scss +0 -8
  503. package/components/counter/src/styles/counter-button.css +0 -186
  504. package/components/counter/src/styles/counter-button.scss +0 -84
  505. package/components/counter/src/styles/counter-group-css.js +0 -2
  506. package/components/counter/src/styles/counter-group.css +0 -18
  507. package/components/counter/src/styles/counter-group.scss +0 -32
  508. package/components/counter/src/styles/counter-wrapper-color-css.js +0 -2
  509. package/components/counter/src/styles/counter-wrapper-color.css +0 -4
  510. package/components/counter/src/styles/counter-wrapper-color.scss +0 -19
  511. package/components/counter/src/styles/counter-wrapper-css.js +0 -2
  512. package/components/counter/src/styles/counter-wrapper.css +0 -15
  513. package/components/counter/src/styles/counter-wrapper.scss +0 -29
  514. package/components/counter/src/styles/style-css.js +0 -2
  515. package/components/counter/src/styles/style.css +0 -53
  516. package/components/counter/src/styles/style.scss +0 -73
  517. package/components/counter/src/styles/tokens-css.js +0 -2
  518. package/components/counter/src/styles/tokens.css +0 -12
  519. package/components/counter/src/styles/tokens.scss +0 -25
  520. package/components/datepicker/.stylelintrc.json +0 -3
  521. package/components/datepicker/.turbo/turbo-build$colon$sass.log +0 -352
  522. package/components/datepicker/.turbo/turbo-build.log +0 -492
  523. package/components/datepicker/.turbo/turbo-postCss$colon$component.log +0 -4
  524. package/components/datepicker/.turbo/turbo-sass$colon$render.log +0 -58
  525. package/components/datepicker/dist/auro-calendar-cell.d.ts.map +0 -1
  526. package/components/datepicker/dist/auro-calendar-month.d.ts.map +0 -1
  527. package/components/datepicker/dist/auro-calendar.d.ts.map +0 -1
  528. package/components/datepicker/dist/auro-datepicker.d.ts.map +0 -1
  529. package/components/datepicker/dist/dropdownVersion.d.ts.map +0 -1
  530. package/components/datepicker/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  531. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts +0 -3
  532. package/components/datepicker/dist/formkit/auro-inputVersion.d.ts.map +0 -1
  533. package/components/datepicker/dist/index.d.ts.map +0 -1
  534. package/components/datepicker/dist/inputVersion.d.ts.map +0 -1
  535. package/components/datepicker/dist/popoverVersion.d.ts.map +0 -1
  536. package/components/datepicker/dist/styles/color-calendar-css.d.ts.map +0 -1
  537. package/components/datepicker/dist/styles/color-cell-css.d.ts.map +0 -1
  538. package/components/datepicker/dist/styles/color-css.d.ts.map +0 -1
  539. package/components/datepicker/dist/styles/color-month-css.d.ts.map +0 -1
  540. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts.map +0 -1
  541. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts.map +0 -1
  542. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts.map +0 -1
  543. package/components/datepicker/dist/styles/style-css.d.ts.map +0 -1
  544. package/components/datepicker/dist/styles/tokens-css.d.ts.map +0 -1
  545. package/components/datepicker/dist/utilities.d.ts.map +0 -1
  546. package/components/datepicker/dist/utilitiesCalendar.d.ts.map +0 -1
  547. package/components/datepicker/dist/utilitiesCalendarRender.d.ts.map +0 -1
  548. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts.map +0 -1
  549. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts.map +0 -1
  550. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts.map +0 -1
  551. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts.map +0 -1
  552. package/components/datepicker/node_modules/chalk/package.json +0 -83
  553. package/components/datepicker/node_modules/chalk/readme.md +0 -325
  554. package/components/datepicker/node_modules/chalk/source/index.d.ts +0 -320
  555. package/components/datepicker/node_modules/chalk/source/index.js +0 -225
  556. package/components/datepicker/node_modules/chalk/source/utilities.js +0 -33
  557. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  558. package/components/datepicker/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  559. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  560. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  561. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  562. package/components/datepicker/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  563. package/components/datepicker/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  564. package/components/datepicker/node_modules/rollup-plugin-serve/README.md +0 -137
  565. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  566. package/components/datepicker/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  567. package/components/datepicker/node_modules/rollup-plugin-serve/index.d.ts +0 -75
  568. package/components/datepicker/node_modules/rollup-plugin-serve/package.json +0 -51
  569. package/components/datepicker/package.json +0 -79
  570. package/components/datepicker/src/auro-calendar-cell.js +0 -381
  571. package/components/datepicker/src/auro-calendar-month.js +0 -128
  572. package/components/datepicker/src/auro-calendar.js +0 -329
  573. package/components/datepicker/src/auro-datepicker.js +0 -1040
  574. package/components/datepicker/src/dropdownVersion.js +0 -1
  575. package/components/datepicker/src/formkit/auro-dropdownVersion.js +0 -1
  576. package/components/datepicker/src/formkit/auro-inputVersion.js +0 -1
  577. package/components/datepicker/src/index.js +0 -6
  578. package/components/datepicker/src/inputVersion.js +0 -1
  579. package/components/datepicker/src/popoverVersion.js +0 -1
  580. package/components/datepicker/src/styles/color-calendar-css.js +0 -2
  581. package/components/datepicker/src/styles/color-calendar.css +0 -35
  582. package/components/datepicker/src/styles/color-calendar.scss +0 -51
  583. package/components/datepicker/src/styles/color-cell-css.js +0 -2
  584. package/components/datepicker/src/styles/color-cell.css +0 -45
  585. package/components/datepicker/src/styles/color-cell.scss +0 -73
  586. package/components/datepicker/src/styles/color-css.js +0 -2
  587. package/components/datepicker/src/styles/color-month-css.js +0 -2
  588. package/components/datepicker/src/styles/color-month.css +0 -34
  589. package/components/datepicker/src/styles/color-month.scss +0 -27
  590. package/components/datepicker/src/styles/color.css +0 -43
  591. package/components/datepicker/src/styles/color.scss +0 -30
  592. package/components/datepicker/src/styles/style-auro-calendar-cell-css.js +0 -2
  593. package/components/datepicker/src/styles/style-auro-calendar-cell.css +0 -123
  594. package/components/datepicker/src/styles/style-auro-calendar-cell.scss +0 -147
  595. package/components/datepicker/src/styles/style-auro-calendar-css.js +0 -2
  596. package/components/datepicker/src/styles/style-auro-calendar-month-css.js +0 -2
  597. package/components/datepicker/src/styles/style-auro-calendar-month.css +0 -121
  598. package/components/datepicker/src/styles/style-auro-calendar-month.scss +0 -141
  599. package/components/datepicker/src/styles/style-auro-calendar.css +0 -152
  600. package/components/datepicker/src/styles/style-auro-calendar.scss +0 -191
  601. package/components/datepicker/src/styles/style-css.js +0 -2
  602. package/components/datepicker/src/styles/style.css +0 -131
  603. package/components/datepicker/src/styles/style.scss +0 -139
  604. package/components/datepicker/src/styles/tokens-css.js +0 -2
  605. package/components/datepicker/src/styles/tokens.css +0 -22
  606. package/components/datepicker/src/styles/tokens.scss +0 -25
  607. package/components/datepicker/src/utilities.js +0 -87
  608. package/components/datepicker/src/utilitiesCalendar.js +0 -138
  609. package/components/datepicker/src/utilitiesCalendarRender.js +0 -156
  610. package/components/datepicker/src/vendor/wc-range-datepicker/day.js +0 -8
  611. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-calendar.js +0 -521
  612. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker-cell.js +0 -211
  613. package/components/datepicker/src/vendor/wc-range-datepicker/range-datepicker.js +0 -254
  614. package/components/dropdown/.stylelintrc.json +0 -3
  615. package/components/dropdown/.turbo/turbo-build$colon$sass.log +0 -75
  616. package/components/dropdown/.turbo/turbo-build.log +0 -205
  617. package/components/dropdown/.turbo/turbo-postCss$colon$component.log +0 -4
  618. package/components/dropdown/.turbo/turbo-sass$colon$render.log +0 -34
  619. package/components/dropdown/dist/auro-dropdown.d.ts.map +0 -1
  620. package/components/dropdown/dist/auro-dropdownBib.d.ts.map +0 -1
  621. package/components/dropdown/dist/iconVersion.d.ts.map +0 -1
  622. package/components/dropdown/dist/index.d.ts.map +0 -1
  623. package/components/dropdown/dist/styles/bibColors-css.d.ts.map +0 -1
  624. package/components/dropdown/dist/styles/bibStyles-css.d.ts.map +0 -1
  625. package/components/dropdown/dist/styles/color-css.d.ts.map +0 -1
  626. package/components/dropdown/dist/styles/style-css.d.ts.map +0 -1
  627. package/components/dropdown/dist/styles/tokens-css.d.ts.map +0 -1
  628. package/components/dropdown/node_modules/chalk/package.json +0 -83
  629. package/components/dropdown/node_modules/chalk/readme.md +0 -325
  630. package/components/dropdown/node_modules/chalk/source/index.d.ts +0 -320
  631. package/components/dropdown/node_modules/chalk/source/index.js +0 -225
  632. package/components/dropdown/node_modules/chalk/source/utilities.js +0 -33
  633. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  634. package/components/dropdown/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  635. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  636. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  637. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  638. package/components/dropdown/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  639. package/components/dropdown/package.json +0 -58
  640. package/components/dropdown/src/auro-dropdown.js +0 -565
  641. package/components/dropdown/src/auro-dropdownBib.js +0 -106
  642. package/components/dropdown/src/iconVersion.js +0 -1
  643. package/components/dropdown/src/index.js +0 -6
  644. package/components/dropdown/src/styles/bibColors-css.js +0 -2
  645. package/components/dropdown/src/styles/bibColors.css +0 -6
  646. package/components/dropdown/src/styles/bibColors.scss +0 -18
  647. package/components/dropdown/src/styles/bibStyles-css.js +0 -2
  648. package/components/dropdown/src/styles/bibStyles.css +0 -43
  649. package/components/dropdown/src/styles/bibStyles.scss +0 -60
  650. package/components/dropdown/src/styles/color-css.js +0 -2
  651. package/components/dropdown/src/styles/color.css +0 -56
  652. package/components/dropdown/src/styles/color.scss +0 -76
  653. package/components/dropdown/src/styles/style-css.js +0 -2
  654. package/components/dropdown/src/styles/style.css +0 -91
  655. package/components/dropdown/src/styles/style.scss +0 -122
  656. package/components/dropdown/src/styles/tokens-css.js +0 -2
  657. package/components/dropdown/src/styles/tokens.css +0 -13
  658. package/components/dropdown/src/styles/tokens.scss +0 -15
  659. package/components/form/.stylelintrc.json +0 -3
  660. package/components/form/.turbo/turbo-build$colon$sass.log +0 -57
  661. package/components/form/.turbo/turbo-build$colon$version.log +0 -4
  662. package/components/form/.turbo/turbo-build.log +0 -112
  663. package/components/form/.turbo/turbo-bundler.log +0 -13
  664. package/components/form/.turbo/turbo-postCss$colon$component.log +0 -4
  665. package/components/form/.turbo/turbo-sass$colon$render.log +0 -10
  666. package/components/form/.turbo/turbo-types.log +0 -4
  667. package/components/form/dist/auro-form.d.ts.map +0 -1
  668. package/components/form/dist/index.d.ts.map +0 -1
  669. package/components/form/dist/styles/style-css.d.ts.map +0 -1
  670. package/components/form/node_modules/chalk/package.json +0 -83
  671. package/components/form/node_modules/chalk/readme.md +0 -325
  672. package/components/form/node_modules/chalk/source/index.d.ts +0 -320
  673. package/components/form/node_modules/chalk/source/index.js +0 -225
  674. package/components/form/node_modules/chalk/source/utilities.js +0 -33
  675. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  676. package/components/form/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  677. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  678. package/components/form/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  679. package/components/form/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  680. package/components/form/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  681. package/components/form/package.json +0 -74
  682. package/components/form/src/auro-form.js +0 -506
  683. package/components/form/src/index.js +0 -6
  684. package/components/form/src/styles/style-css.js +0 -2
  685. package/components/form/src/styles/style.css +0 -36
  686. package/components/form/src/styles/style.scss +0 -37
  687. package/components/helptext/.stylelintrc.json +0 -3
  688. package/components/helptext/.turbo/turbo-build$colon$sass.log +0 -34
  689. package/components/helptext/.turbo/turbo-build.log +0 -49
  690. package/components/helptext/.turbo/turbo-bundler.log +0 -7
  691. package/components/helptext/.turbo/turbo-postCss$colon$component.log +0 -4
  692. package/components/helptext/.turbo/turbo-sass$colon$render.log +0 -22
  693. package/components/helptext/.turbo/turbo-types.log +0 -4
  694. package/components/helptext/dist/auro-helptext.d.ts.map +0 -1
  695. package/components/helptext/dist/index.d.ts.map +0 -1
  696. package/components/helptext/dist/styles/color-css.d.ts.map +0 -1
  697. package/components/helptext/dist/styles/style-css.d.ts.map +0 -1
  698. package/components/helptext/dist/styles/tokens-css.d.ts.map +0 -1
  699. package/components/helptext/node_modules/chalk/package.json +0 -83
  700. package/components/helptext/node_modules/chalk/readme.md +0 -297
  701. package/components/helptext/node_modules/chalk/source/index.d.ts +0 -325
  702. package/components/helptext/node_modules/chalk/source/index.js +0 -225
  703. package/components/helptext/node_modules/chalk/source/utilities.js +0 -33
  704. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  705. package/components/helptext/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  706. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  707. package/components/helptext/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  708. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  709. package/components/helptext/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  710. package/components/helptext/package.json +0 -57
  711. package/components/helptext/src/auro-helptext.js +0 -127
  712. package/components/helptext/src/index.js +0 -6
  713. package/components/helptext/src/styles/color-css.js +0 -2
  714. package/components/helptext/src/styles/color.css +0 -8
  715. package/components/helptext/src/styles/color.scss +0 -11
  716. package/components/helptext/src/styles/style-css.js +0 -2
  717. package/components/helptext/src/styles/style.css +0 -23
  718. package/components/helptext/src/styles/style.scss +0 -33
  719. package/components/helptext/src/styles/tokens-css.js +0 -2
  720. package/components/helptext/src/styles/tokens.css +0 -3
  721. package/components/helptext/src/styles/tokens.scss +0 -5
  722. package/components/input/.stylelintrc.json +0 -3
  723. package/components/input/.turbo/turbo-build$colon$sass.log +0 -188
  724. package/components/input/.turbo/turbo-build.log +0 -340
  725. package/components/input/.turbo/turbo-postCss$colon$component.log +0 -4
  726. package/components/input/.turbo/turbo-sass$colon$render.log +0 -52
  727. package/components/input/dist/auro-input.d.ts.map +0 -1
  728. package/components/input/dist/base-input.d.ts.map +0 -1
  729. package/components/input/dist/buttonVersion.d.ts.map +0 -1
  730. package/components/input/dist/i18n.d.ts.map +0 -1
  731. package/components/input/dist/iconVersion.d.ts.map +0 -1
  732. package/components/input/dist/index.d.ts.map +0 -1
  733. package/components/input/dist/styles/borders-css.d.ts.map +0 -1
  734. package/components/input/dist/styles/color-css.d.ts.map +0 -1
  735. package/components/input/dist/styles/input-css.d.ts.map +0 -1
  736. package/components/input/dist/styles/label-css.d.ts.map +0 -1
  737. package/components/input/dist/styles/mixins-css.d.ts.map +0 -1
  738. package/components/input/dist/styles/notificationIcons-css.d.ts.map +0 -1
  739. package/components/input/dist/styles/style-css.d.ts.map +0 -1
  740. package/components/input/dist/styles/tokens-css.d.ts.map +0 -1
  741. package/components/input/node_modules/chalk/package.json +0 -83
  742. package/components/input/node_modules/chalk/readme.md +0 -325
  743. package/components/input/node_modules/chalk/source/index.d.ts +0 -320
  744. package/components/input/node_modules/chalk/source/index.js +0 -225
  745. package/components/input/node_modules/chalk/source/utilities.js +0 -33
  746. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  747. package/components/input/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  748. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  749. package/components/input/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  750. package/components/input/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  751. package/components/input/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  752. package/components/input/package.json +0 -76
  753. package/components/input/src/auro-input.js +0 -249
  754. package/components/input/src/base-input.js +0 -1103
  755. package/components/input/src/buttonVersion.js +0 -1
  756. package/components/input/src/i18n.js +0 -102
  757. package/components/input/src/iconVersion.js +0 -1
  758. package/components/input/src/index.js +0 -6
  759. package/components/input/src/styles/@aurodesignsystem/webcorestylesheets/src/breakpoints +0 -0
  760. package/components/input/src/styles/borders-css.js +0 -2
  761. package/components/input/src/styles/borders.css +0 -35
  762. package/components/input/src/styles/borders.scss +0 -49
  763. package/components/input/src/styles/color-css.js +0 -2
  764. package/components/input/src/styles/color.css +0 -57
  765. package/components/input/src/styles/color.scss +0 -84
  766. package/components/input/src/styles/input-css.js +0 -2
  767. package/components/input/src/styles/input.css +0 -35
  768. package/components/input/src/styles/input.scss +0 -53
  769. package/components/input/src/styles/label-css.js +0 -2
  770. package/components/input/src/styles/label.css +0 -45
  771. package/components/input/src/styles/label.scss +0 -71
  772. package/components/input/src/styles/mixins-css.js +0 -2
  773. package/components/input/src/styles/mixins.css +0 -1
  774. package/components/input/src/styles/mixins.scss +0 -45
  775. package/components/input/src/styles/notificationIcons-css.js +0 -2
  776. package/components/input/src/styles/notificationIcons.css +0 -84
  777. package/components/input/src/styles/notificationIcons.scss +0 -109
  778. package/components/input/src/styles/style-css.js +0 -2
  779. package/components/input/src/styles/style.css +0 -283
  780. package/components/input/src/styles/style.scss +0 -52
  781. package/components/input/src/styles/tokens-css.js +0 -2
  782. package/components/input/src/styles/tokens.css +0 -8
  783. package/components/input/src/styles/tokens.scss +0 -10
  784. package/components/menu/.stylelintrc.json +0 -3
  785. package/components/menu/.turbo/turbo-build$colon$sass.log +0 -86
  786. package/components/menu/.turbo/turbo-build$colon$version.log +0 -7
  787. package/components/menu/.turbo/turbo-build.log +0 -185
  788. package/components/menu/.turbo/turbo-bundler.log +0 -13
  789. package/components/menu/.turbo/turbo-postCss$colon$component.log +0 -4
  790. package/components/menu/.turbo/turbo-sass$colon$render.log +0 -34
  791. package/components/menu/.turbo/turbo-types.log +0 -4
  792. package/components/menu/dist/auro-menu-utils.d.ts.map +0 -1
  793. package/components/menu/dist/auro-menu.d.ts.map +0 -1
  794. package/components/menu/dist/auro-menuoption.d.ts.map +0 -1
  795. package/components/menu/dist/iconVersion.d.ts.map +0 -1
  796. package/components/menu/dist/index.d.ts.map +0 -1
  797. package/components/menu/dist/styles/color-menu-css.d.ts.map +0 -1
  798. package/components/menu/dist/styles/color-menuoption-css.d.ts.map +0 -1
  799. package/components/menu/dist/styles/style-menu-css.d.ts.map +0 -1
  800. package/components/menu/dist/styles/style-menuoption-css.d.ts.map +0 -1
  801. package/components/menu/dist/styles/tokens-css.d.ts.map +0 -1
  802. package/components/menu/node_modules/chalk/package.json +0 -83
  803. package/components/menu/node_modules/chalk/readme.md +0 -325
  804. package/components/menu/node_modules/chalk/source/index.d.ts +0 -320
  805. package/components/menu/node_modules/chalk/source/index.js +0 -225
  806. package/components/menu/node_modules/chalk/source/utilities.js +0 -33
  807. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  808. package/components/menu/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  809. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  810. package/components/menu/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  811. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  812. package/components/menu/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  813. package/components/menu/node_modules/mime/CHANGELOG.md +0 -296
  814. package/components/menu/node_modules/mime/Mime.js +0 -97
  815. package/components/menu/node_modules/mime/README.md +0 -187
  816. package/components/menu/node_modules/mime/cli.js +0 -46
  817. package/components/menu/node_modules/mime/index.js +0 -4
  818. package/components/menu/node_modules/mime/lite.js +0 -4
  819. package/components/menu/node_modules/mime/package.json +0 -52
  820. package/components/menu/node_modules/mime/types/other.js +0 -1
  821. package/components/menu/node_modules/mime/types/standard.js +0 -1
  822. package/components/menu/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  823. package/components/menu/node_modules/rollup-plugin-serve/README.md +0 -135
  824. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  825. package/components/menu/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  826. package/components/menu/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  827. package/components/menu/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  828. package/components/menu/node_modules/rollup-plugin-serve/package.json +0 -44
  829. package/components/menu/package.json +0 -70
  830. package/components/menu/src/auro-menu-utils.js +0 -131
  831. package/components/menu/src/auro-menu.js +0 -728
  832. package/components/menu/src/auro-menuoption.js +0 -147
  833. package/components/menu/src/iconVersion.js +0 -1
  834. package/components/menu/src/index.js +0 -15
  835. package/components/menu/src/styles/color-menu-css.js +0 -2
  836. package/components/menu/src/styles/color-menu.css +0 -4
  837. package/components/menu/src/styles/color-menu.scss +0 -12
  838. package/components/menu/src/styles/color-menuoption-css.js +0 -2
  839. package/components/menu/src/styles/color-menuoption.css +0 -26
  840. package/components/menu/src/styles/color-menuoption.scss +0 -37
  841. package/components/menu/src/styles/style-menu-css.js +0 -2
  842. package/components/menu/src/styles/style-menu.css +0 -2061
  843. package/components/menu/src/styles/style-menu.scss +0 -80
  844. package/components/menu/src/styles/style-menuoption-css.js +0 -2
  845. package/components/menu/src/styles/style-menuoption.css +0 -45
  846. package/components/menu/src/styles/style-menuoption.scss +0 -66
  847. package/components/menu/src/styles/tokens-css.js +0 -2
  848. package/components/menu/src/styles/tokens.css +0 -6
  849. package/components/menu/src/styles/tokens.scss +0 -6
  850. package/components/radio/.stylelintrc.json +0 -3
  851. package/components/radio/.turbo/turbo-build$colon$sass.log +0 -130
  852. package/components/radio/.turbo/turbo-build.log +0 -215
  853. package/components/radio/.turbo/turbo-postCss$colon$component.log +0 -4
  854. package/components/radio/.turbo/turbo-sass$colon$render.log +0 -34
  855. package/components/radio/dist/auro-radio-group.d.ts.map +0 -1
  856. package/components/radio/dist/auro-radio.d.ts.map +0 -1
  857. package/components/radio/dist/index.d.ts.map +0 -1
  858. package/components/radio/dist/styles/auro-radio-group-css.d.ts.map +0 -1
  859. package/components/radio/dist/styles/color-css.d.ts.map +0 -1
  860. package/components/radio/dist/styles/groupColor-css.d.ts.map +0 -1
  861. package/components/radio/dist/styles/style-css.d.ts.map +0 -1
  862. package/components/radio/dist/styles/tokens-css.d.ts.map +0 -1
  863. package/components/radio/node_modules/chalk/package.json +0 -83
  864. package/components/radio/node_modules/chalk/readme.md +0 -325
  865. package/components/radio/node_modules/chalk/source/index.d.ts +0 -320
  866. package/components/radio/node_modules/chalk/source/index.js +0 -225
  867. package/components/radio/node_modules/chalk/source/utilities.js +0 -33
  868. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  869. package/components/radio/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  870. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  871. package/components/radio/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  872. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  873. package/components/radio/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  874. package/components/radio/package.json +0 -69
  875. package/components/radio/src/auro-radio-group.js +0 -451
  876. package/components/radio/src/auro-radio.js +0 -256
  877. package/components/radio/src/index.js +0 -8
  878. package/components/radio/src/styles/auro-radio-group-css.js +0 -2
  879. package/components/radio/src/styles/auro-radio-group.css +0 -23
  880. package/components/radio/src/styles/auro-radio-group.scss +0 -36
  881. package/components/radio/src/styles/color-css.js +0 -2
  882. package/components/radio/src/styles/color.css +0 -45
  883. package/components/radio/src/styles/color.scss +0 -56
  884. package/components/radio/src/styles/groupColor-css.js +0 -2
  885. package/components/radio/src/styles/groupColor.css +0 -13
  886. package/components/radio/src/styles/groupColor.scss +0 -25
  887. package/components/radio/src/styles/style-css.js +0 -2
  888. package/components/radio/src/styles/style.css +0 -113
  889. package/components/radio/src/styles/style.scss +0 -99
  890. package/components/radio/src/styles/tokens-css.js +0 -2
  891. package/components/radio/src/styles/tokens.css +0 -8
  892. package/components/radio/src/styles/tokens.scss +0 -11
  893. package/components/select/.stylelintrc.json +0 -3
  894. package/components/select/.turbo/turbo-build$colon$sass.log +0 -122
  895. package/components/select/.turbo/turbo-build.log +0 -242
  896. package/components/select/.turbo/turbo-postCss$colon$component.log +0 -4
  897. package/components/select/.turbo/turbo-sass$colon$render.log +0 -22
  898. package/components/select/dist/auro-select.d.ts.map +0 -1
  899. package/components/select/dist/dropdownVersion.d.ts.map +0 -1
  900. package/components/select/dist/formkit/auro-dropdownVersion.d.ts.map +0 -1
  901. package/components/select/dist/index.d.ts.map +0 -1
  902. package/components/select/dist/styles/color-css.d.ts.map +0 -1
  903. package/components/select/dist/styles/style-css.d.ts.map +0 -1
  904. package/components/select/dist/styles/tokens-css.d.ts.map +0 -1
  905. package/components/select/node_modules/chalk/package.json +0 -83
  906. package/components/select/node_modules/chalk/readme.md +0 -325
  907. package/components/select/node_modules/chalk/source/index.d.ts +0 -320
  908. package/components/select/node_modules/chalk/source/index.js +0 -225
  909. package/components/select/node_modules/chalk/source/utilities.js +0 -33
  910. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  911. package/components/select/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  912. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  913. package/components/select/node_modules/chalk/source/vendor/supports-color/browser.js +0 -30
  914. package/components/select/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  915. package/components/select/node_modules/chalk/source/vendor/supports-color/index.js +0 -182
  916. package/components/select/node_modules/mime/CHANGELOG.md +0 -296
  917. package/components/select/node_modules/mime/Mime.js +0 -97
  918. package/components/select/node_modules/mime/README.md +0 -187
  919. package/components/select/node_modules/mime/cli.js +0 -46
  920. package/components/select/node_modules/mime/index.js +0 -4
  921. package/components/select/node_modules/mime/lite.js +0 -4
  922. package/components/select/node_modules/mime/package.json +0 -52
  923. package/components/select/node_modules/mime/types/other.js +0 -1
  924. package/components/select/node_modules/mime/types/standard.js +0 -1
  925. package/components/select/node_modules/rollup-plugin-serve/LICENSE.md +0 -21
  926. package/components/select/node_modules/rollup-plugin-serve/README.md +0 -135
  927. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs +0 -181
  928. package/components/select/node_modules/rollup-plugin-serve/dist/index.cjs.js +0 -197
  929. package/components/select/node_modules/rollup-plugin-serve/dist/index.es.js +0 -193
  930. package/components/select/node_modules/rollup-plugin-serve/dist/index.mjs +0 -173
  931. package/components/select/node_modules/rollup-plugin-serve/package.json +0 -44
  932. package/components/select/package.json +0 -70
  933. package/components/select/packageScripts/postinstall.mjs +0 -28
  934. package/components/select/src/auro-select.js +0 -604
  935. package/components/select/src/dropdownVersion.js +0 -1
  936. package/components/select/src/formkit/auro-dropdownVersion.js +0 -1
  937. package/components/select/src/index.js +0 -6
  938. package/components/select/src/styles/color-css.js +0 -2
  939. package/components/select/src/styles/color.css +0 -63
  940. package/components/select/src/styles/color.scss +0 -33
  941. package/components/select/src/styles/style-css.js +0 -2
  942. package/components/select/src/styles/style.css +0 -105
  943. package/components/select/src/styles/style.scss +0 -83
  944. package/components/select/src/styles/tokens-css.js +0 -2
  945. package/components/select/src/styles/tokens.css +0 -3
  946. package/components/select/src/styles/tokens.scss +0 -5
  947. package/packages/build-tools/package.json +0 -15
  948. package/packages/build-tools/src/docProcessor.mjs +0 -133
  949. package/packages/build-tools/src/formVersionWriter.mjs +0 -75
  950. package/packages/build-tools/src/index.js +0 -1
  951. package/packages/build-tools/src/kitDocProcessor.mjs +0 -66
  952. package/packages/form-validation/package.json +0 -12
  953. package/packages/form-validation/src/index.js +0 -1
  954. package/packages/form-validation/src/validation.js +0 -318
  955. package/packages/typescript/base.json +0 -19
  956. package/packages/typescript/package.json +0 -20
  957. package/packages/utils/package.json +0 -12
  958. package/packages/utils/src/iconUtil.js +0 -25
  959. package/packages/utils/src/index.js +0 -1
  960. package/turbo.json +0 -133
@@ -1,1370 +0,0 @@
1
- import path, { dirname, resolve, extname, normalize, sep } from 'path';
2
- import { builtinModules } from 'module';
3
- import deepMerge from 'deepmerge';
4
- import isModule from 'is-module';
5
- import fs, { realpathSync } from 'fs';
6
- import { promisify } from 'util';
7
- import { pathToFileURL, fileURLToPath } from 'url';
8
- import resolve$1 from 'resolve';
9
- import { createFilter } from '@rollup/pluginutils';
10
-
11
- var version = "16.0.0";
12
- var peerDependencies = {
13
- rollup: "^2.78.0||^3.0.0||^4.0.0"
14
- };
15
-
16
- promisify(fs.access);
17
- const readFile$1 = promisify(fs.readFile);
18
- const realpath = promisify(fs.realpath);
19
- const stat = promisify(fs.stat);
20
- async function fileExists(filePath) {
21
- try {
22
- const res = await stat(filePath);
23
- return res.isFile();
24
- }
25
- catch {
26
- return false;
27
- }
28
- }
29
- async function resolveSymlink(path) {
30
- return (await fileExists(path)) ? realpath(path) : path;
31
- }
32
-
33
- const onError = (error) => {
34
- if (error.code === 'ENOENT') {
35
- return false;
36
- }
37
- throw error;
38
- };
39
-
40
- const makeCache = (fn) => {
41
- const cache = new Map();
42
- const wrapped = async (param, done) => {
43
- if (cache.has(param) === false) {
44
- cache.set(
45
- param,
46
- fn(param).catch((err) => {
47
- cache.delete(param);
48
- throw err;
49
- })
50
- );
51
- }
52
-
53
- try {
54
- const result = cache.get(param);
55
- const value = await result;
56
- return done(null, value);
57
- } catch (error) {
58
- return done(error);
59
- }
60
- };
61
-
62
- wrapped.clear = () => cache.clear();
63
-
64
- return wrapped;
65
- };
66
-
67
- const isDirCached = makeCache(async (file) => {
68
- try {
69
- const stats = await stat(file);
70
- return stats.isDirectory();
71
- } catch (error) {
72
- return onError(error);
73
- }
74
- });
75
-
76
- const isFileCached = makeCache(async (file) => {
77
- try {
78
- const stats = await stat(file);
79
- return stats.isFile();
80
- } catch (error) {
81
- return onError(error);
82
- }
83
- });
84
-
85
- const readCachedFile = makeCache(readFile$1);
86
-
87
- function handleDeprecatedOptions(opts) {
88
- const warnings = [];
89
-
90
- if (opts.customResolveOptions) {
91
- const { customResolveOptions } = opts;
92
- if (customResolveOptions.moduleDirectory) {
93
- // eslint-disable-next-line no-param-reassign
94
- opts.moduleDirectories = Array.isArray(customResolveOptions.moduleDirectory)
95
- ? customResolveOptions.moduleDirectory
96
- : [customResolveOptions.moduleDirectory];
97
-
98
- warnings.push(
99
- 'node-resolve: The `customResolveOptions.moduleDirectory` option has been deprecated. Use `moduleDirectories`, which must be an array.'
100
- );
101
- }
102
-
103
- if (customResolveOptions.preserveSymlinks) {
104
- throw new Error(
105
- 'node-resolve: `customResolveOptions.preserveSymlinks` is no longer an option. We now always use the rollup `preserveSymlinks` option.'
106
- );
107
- }
108
-
109
- [
110
- 'basedir',
111
- 'package',
112
- 'extensions',
113
- 'includeCoreModules',
114
- 'readFile',
115
- 'isFile',
116
- 'isDirectory',
117
- 'realpath',
118
- 'packageFilter',
119
- 'pathFilter',
120
- 'paths',
121
- 'packageIterator'
122
- ].forEach((resolveOption) => {
123
- if (customResolveOptions[resolveOption]) {
124
- throw new Error(
125
- `node-resolve: \`customResolveOptions.${resolveOption}\` is no longer an option. If you need this, please open an issue.`
126
- );
127
- }
128
- });
129
- }
130
-
131
- return { warnings };
132
- }
133
-
134
- // returns the imported package name for bare module imports
135
- function getPackageName(id) {
136
- if (id.startsWith('.') || id.startsWith('/')) {
137
- return null;
138
- }
139
-
140
- const split = id.split('/');
141
-
142
- // @my-scope/my-package/foo.js -> @my-scope/my-package
143
- // @my-scope/my-package -> @my-scope/my-package
144
- if (split[0][0] === '@') {
145
- return `${split[0]}/${split[1]}`;
146
- }
147
-
148
- // my-package/foo.js -> my-package
149
- // my-package -> my-package
150
- return split[0];
151
- }
152
-
153
- function getMainFields(options) {
154
- let mainFields;
155
- if (options.mainFields) {
156
- ({ mainFields } = options);
157
- } else {
158
- mainFields = ['module', 'main'];
159
- }
160
- if (options.browser && mainFields.indexOf('browser') === -1) {
161
- return ['browser'].concat(mainFields);
162
- }
163
- if (!mainFields.length) {
164
- throw new Error('Please ensure at least one `mainFields` value is specified');
165
- }
166
- return mainFields;
167
- }
168
-
169
- function getPackageInfo(options) {
170
- const {
171
- cache,
172
- extensions,
173
- pkg,
174
- mainFields,
175
- preserveSymlinks,
176
- useBrowserOverrides,
177
- rootDir,
178
- ignoreSideEffectsForRoot
179
- } = options;
180
- let { pkgPath } = options;
181
-
182
- if (cache.has(pkgPath)) {
183
- return cache.get(pkgPath);
184
- }
185
-
186
- // browserify/resolve doesn't realpath paths returned in its packageFilter callback
187
- if (!preserveSymlinks) {
188
- pkgPath = realpathSync(pkgPath);
189
- }
190
-
191
- const pkgRoot = dirname(pkgPath);
192
-
193
- const packageInfo = {
194
- // copy as we are about to munge the `main` field of `pkg`.
195
- packageJson: { ...pkg },
196
-
197
- // path to package.json file
198
- packageJsonPath: pkgPath,
199
-
200
- // directory containing the package.json
201
- root: pkgRoot,
202
-
203
- // which main field was used during resolution of this module (main, module, or browser)
204
- resolvedMainField: 'main',
205
-
206
- // whether the browser map was used to resolve the entry point to this module
207
- browserMappedMain: false,
208
-
209
- // the entry point of the module with respect to the selected main field and any
210
- // relevant browser mappings.
211
- resolvedEntryPoint: ''
212
- };
213
-
214
- let overriddenMain = false;
215
- for (let i = 0; i < mainFields.length; i++) {
216
- const field = mainFields[i];
217
- if (typeof pkg[field] === 'string') {
218
- pkg.main = pkg[field];
219
- packageInfo.resolvedMainField = field;
220
- overriddenMain = true;
221
- break;
222
- }
223
- }
224
-
225
- const internalPackageInfo = {
226
- cachedPkg: pkg,
227
- hasModuleSideEffects: () => null,
228
- hasPackageEntry: overriddenMain !== false || mainFields.indexOf('main') !== -1,
229
- packageBrowserField:
230
- useBrowserOverrides &&
231
- typeof pkg.browser === 'object' &&
232
- Object.keys(pkg.browser).reduce((browser, key) => {
233
- let resolved = pkg.browser[key];
234
- if (resolved && resolved[0] === '.') {
235
- resolved = resolve(pkgRoot, resolved);
236
- }
237
- /* eslint-disable no-param-reassign */
238
- browser[key] = resolved;
239
- if (key[0] === '.') {
240
- const absoluteKey = resolve(pkgRoot, key);
241
- browser[absoluteKey] = resolved;
242
- if (!extname(key)) {
243
- extensions.reduce((subBrowser, ext) => {
244
- subBrowser[absoluteKey + ext] = subBrowser[key];
245
- return subBrowser;
246
- }, browser);
247
- }
248
- }
249
- return browser;
250
- }, {}),
251
- packageInfo
252
- };
253
-
254
- const browserMap = internalPackageInfo.packageBrowserField;
255
- if (
256
- useBrowserOverrides &&
257
- typeof pkg.browser === 'object' &&
258
- // eslint-disable-next-line no-prototype-builtins
259
- browserMap.hasOwnProperty(pkg.main)
260
- ) {
261
- packageInfo.resolvedEntryPoint = browserMap[pkg.main];
262
- packageInfo.browserMappedMain = true;
263
- } else {
264
- // index.node is technically a valid default entrypoint as well...
265
- packageInfo.resolvedEntryPoint = resolve(pkgRoot, pkg.main || 'index.js');
266
- packageInfo.browserMappedMain = false;
267
- }
268
-
269
- if (!ignoreSideEffectsForRoot || rootDir !== pkgRoot) {
270
- const packageSideEffects = pkg.sideEffects;
271
- if (typeof packageSideEffects === 'boolean') {
272
- internalPackageInfo.hasModuleSideEffects = () => packageSideEffects;
273
- } else if (Array.isArray(packageSideEffects)) {
274
- const finalPackageSideEffects = packageSideEffects.map((sideEffect) => {
275
- /*
276
- * The array accepts simple glob patterns to the relevant files... Patterns like .css, which do not include a /, will be treated like **\/.css.
277
- * https://webpack.js.org/guides/tree-shaking/
278
- */
279
- if (sideEffect.includes('/')) {
280
- return sideEffect;
281
- }
282
- return `**/${sideEffect}`;
283
- });
284
- internalPackageInfo.hasModuleSideEffects = createFilter(finalPackageSideEffects, null, {
285
- resolve: pkgRoot
286
- });
287
- }
288
- }
289
-
290
- cache.set(pkgPath, internalPackageInfo);
291
- return internalPackageInfo;
292
- }
293
-
294
- function normalizeInput(input) {
295
- if (Array.isArray(input)) {
296
- return input;
297
- } else if (typeof input === 'object') {
298
- return Object.values(input);
299
- }
300
-
301
- // otherwise it's a string
302
- return [input];
303
- }
304
-
305
- /* eslint-disable no-await-in-loop */
306
- function isModuleDir(current, moduleDirs) {
307
- return moduleDirs.some((dir) => current.endsWith(dir));
308
- }
309
- async function findPackageJson(base, moduleDirs) {
310
- const { root } = path.parse(base);
311
- let current = base;
312
- while (current !== root && !isModuleDir(current, moduleDirs)) {
313
- const pkgJsonPath = path.join(current, 'package.json');
314
- if (await fileExists(pkgJsonPath)) {
315
- const pkgJsonString = fs.readFileSync(pkgJsonPath, 'utf-8');
316
- return { pkgJson: JSON.parse(pkgJsonString), pkgPath: current, pkgJsonPath };
317
- }
318
- current = path.resolve(current, '..');
319
- }
320
- return null;
321
- }
322
- function isUrl(str) {
323
- try {
324
- return !!new URL(str);
325
- }
326
- catch (_) {
327
- return false;
328
- }
329
- }
330
- /**
331
- * Conditions is an export object where all keys are conditions like 'node' (aka do not with '.')
332
- */
333
- function isConditions(exports) {
334
- return typeof exports === 'object' && Object.keys(exports).every((k) => !k.startsWith('.'));
335
- }
336
- /**
337
- * Mappings is an export object where all keys start with '.
338
- */
339
- function isMappings(exports) {
340
- return typeof exports === 'object' && !isConditions(exports);
341
- }
342
- /**
343
- * Check for mixed exports, which are exports where some keys start with '.' and some do not
344
- */
345
- function isMixedExports(exports) {
346
- const keys = Object.keys(exports);
347
- return keys.some((k) => k.startsWith('.')) && keys.some((k) => !k.startsWith('.'));
348
- }
349
- function createBaseErrorMsg(importSpecifier, importer) {
350
- return `Could not resolve import "${importSpecifier}" in ${importer}`;
351
- }
352
- function createErrorMsg(context, reason, isImports) {
353
- const { importSpecifier, importer, pkgJsonPath } = context;
354
- const base = createBaseErrorMsg(importSpecifier, importer);
355
- const field = isImports ? 'imports' : 'exports';
356
- return `${base} using ${field} defined in ${pkgJsonPath}.${reason ? ` ${reason}` : ''}`;
357
- }
358
- class ResolveError extends Error {
359
- }
360
- class InvalidConfigurationError extends ResolveError {
361
- constructor(context, reason) {
362
- super(createErrorMsg(context, `Invalid "exports" field. ${reason}`));
363
- }
364
- }
365
- class InvalidModuleSpecifierError extends ResolveError {
366
- constructor(context, isImports, reason) {
367
- super(createErrorMsg(context, reason, isImports));
368
- }
369
- }
370
- class InvalidPackageTargetError extends ResolveError {
371
- constructor(context, reason) {
372
- super(createErrorMsg(context, reason));
373
- }
374
- }
375
-
376
- /* eslint-disable no-await-in-loop, no-undefined */
377
- /**
378
- * Check for invalid path segments
379
- */
380
- function includesInvalidSegments(pathSegments, moduleDirs) {
381
- const invalidSegments = ['', '.', '..', ...moduleDirs];
382
- // contains any "", ".", "..", or "node_modules" segments, including percent encoded variants
383
- return pathSegments.some((v) => invalidSegments.includes(v) || invalidSegments.includes(decodeURI(v)));
384
- }
385
- async function resolvePackageTarget(context, { target, patternMatch, isImports }) {
386
- // If target is a String, then
387
- if (typeof target === 'string') {
388
- // If target does not start with "./", then
389
- if (!target.startsWith('./')) {
390
- // If isImports is false, or if target starts with "../" or "/", or if target is a valid URL, then
391
- if (!isImports || ['/', '../'].some((p) => target.startsWith(p)) || isUrl(target)) {
392
- // Throw an Invalid Package Target error.
393
- throw new InvalidPackageTargetError(context, `Invalid mapping: "${target}".`);
394
- }
395
- // If patternMatch is a String, then
396
- if (typeof patternMatch === 'string') {
397
- // Return PACKAGE_RESOLVE(target with every instance of "*" replaced by patternMatch, packageURL + "/")
398
- const result = await context.resolveId(target.replace(/\*/g, patternMatch), context.pkgURL.href);
399
- return result ? pathToFileURL(result.location).href : null;
400
- }
401
- // Return PACKAGE_RESOLVE(target, packageURL + "/").
402
- const result = await context.resolveId(target, context.pkgURL.href);
403
- return result ? pathToFileURL(result.location).href : null;
404
- }
405
- // TODO: Drop if we do not support Node <= 16 anymore
406
- // This behavior was removed in Node 17 (deprecated in Node 14), see DEP0148
407
- if (context.allowExportsFolderMapping) {
408
- target = target.replace(/\/$/, '/*');
409
- }
410
- // If target split on "/" or "\"
411
- {
412
- const pathSegments = target.split(/\/|\\/);
413
- // after the first "." segment
414
- const firstDot = pathSegments.indexOf('.');
415
- firstDot !== -1 && pathSegments.slice(firstDot);
416
- if (firstDot !== -1 &&
417
- firstDot < pathSegments.length - 1 &&
418
- includesInvalidSegments(pathSegments.slice(firstDot + 1), context.moduleDirs)) {
419
- throw new InvalidPackageTargetError(context, `Invalid mapping: "${target}".`);
420
- }
421
- }
422
- // Let resolvedTarget be the URL resolution of the concatenation of packageURL and target.
423
- const resolvedTarget = new URL(target, context.pkgURL);
424
- // Assert: resolvedTarget is contained in packageURL.
425
- if (!resolvedTarget.href.startsWith(context.pkgURL.href)) {
426
- throw new InvalidPackageTargetError(context, `Resolved to ${resolvedTarget.href} which is outside package ${context.pkgURL.href}`);
427
- }
428
- // If patternMatch is null, then
429
- if (!patternMatch) {
430
- // Return resolvedTarget.
431
- return resolvedTarget;
432
- }
433
- // If patternMatch split on "/" or "\" contains invalid segments
434
- if (includesInvalidSegments(patternMatch.split(/\/|\\/), context.moduleDirs)) {
435
- // throw an Invalid Module Specifier error.
436
- throw new InvalidModuleSpecifierError(context);
437
- }
438
- // Return the URL resolution of resolvedTarget with every instance of "*" replaced with patternMatch.
439
- return resolvedTarget.href.replace(/\*/g, patternMatch);
440
- }
441
- // Otherwise, if target is an Array, then
442
- if (Array.isArray(target)) {
443
- // If _target.length is zero, return null.
444
- if (target.length === 0) {
445
- return null;
446
- }
447
- let lastError = null;
448
- // For each item in target, do
449
- for (const item of target) {
450
- // Let resolved be the result of PACKAGE_TARGET_RESOLVE of the item
451
- // continuing the loop on any Invalid Package Target error.
452
- try {
453
- const resolved = await resolvePackageTarget(context, {
454
- target: item,
455
- patternMatch,
456
- isImports
457
- });
458
- // If resolved is undefined, continue the loop.
459
- // Else Return resolved.
460
- if (resolved !== undefined) {
461
- return resolved;
462
- }
463
- }
464
- catch (error) {
465
- if (!(error instanceof InvalidPackageTargetError)) {
466
- throw error;
467
- }
468
- else {
469
- lastError = error;
470
- }
471
- }
472
- }
473
- // Return or throw the last fallback resolution null return or error
474
- if (lastError) {
475
- throw lastError;
476
- }
477
- return null;
478
- }
479
- // Otherwise, if target is a non-null Object, then
480
- if (target && typeof target === 'object') {
481
- // For each property of target
482
- for (const [key, value] of Object.entries(target)) {
483
- // If exports contains any index property keys, as defined in ECMA-262 6.1.7 Array Index, throw an Invalid Package Configuration error.
484
- // TODO: We do not check if the key is a number here...
485
- // If key equals "default" or conditions contains an entry for the key, then
486
- if (key === 'default' || context.conditions.includes(key)) {
487
- // Let targetValue be the value of the property in target.
488
- // Let resolved be the result of PACKAGE_TARGET_RESOLVE of the targetValue
489
- const resolved = await resolvePackageTarget(context, {
490
- target: value,
491
- patternMatch,
492
- isImports
493
- });
494
- // If resolved is equal to undefined, continue the loop.
495
- // Return resolved.
496
- if (resolved !== undefined) {
497
- return resolved;
498
- }
499
- }
500
- }
501
- // Return undefined.
502
- return undefined;
503
- }
504
- // Otherwise, if target is null, return null.
505
- if (target === null) {
506
- return null;
507
- }
508
- // Otherwise throw an Invalid Package Target error.
509
- throw new InvalidPackageTargetError(context, `Invalid exports field.`);
510
- }
511
-
512
- /* eslint-disable no-await-in-loop */
513
- /**
514
- * Implementation of Node's `PATTERN_KEY_COMPARE` function
515
- */
516
- function nodePatternKeyCompare(keyA, keyB) {
517
- // Let baseLengthA be the index of "*" in keyA plus one, if keyA contains "*", or the length of keyA otherwise.
518
- const baseLengthA = keyA.includes('*') ? keyA.indexOf('*') + 1 : keyA.length;
519
- // Let baseLengthB be the index of "*" in keyB plus one, if keyB contains "*", or the length of keyB otherwise.
520
- const baseLengthB = keyB.includes('*') ? keyB.indexOf('*') + 1 : keyB.length;
521
- // if baseLengthA is greater, return -1, if lower 1
522
- const rval = baseLengthB - baseLengthA;
523
- if (rval !== 0)
524
- return rval;
525
- // If keyA does not contain "*", return 1.
526
- if (!keyA.includes('*'))
527
- return 1;
528
- // If keyB does not contain "*", return -1.
529
- if (!keyB.includes('*'))
530
- return -1;
531
- // If the length of keyA is greater than the length of keyB, return -1.
532
- // If the length of keyB is greater than the length of keyA, return 1.
533
- // Else Return 0.
534
- return keyB.length - keyA.length;
535
- }
536
- async function resolvePackageImportsExports(context, { matchKey, matchObj, isImports }) {
537
- // If matchKey is a key of matchObj and does not contain "*", then
538
- if (!matchKey.includes('*') && matchKey in matchObj) {
539
- // Let target be the value of matchObj[matchKey].
540
- const target = matchObj[matchKey];
541
- // Return the result of PACKAGE_TARGET_RESOLVE(packageURL, target, null, isImports, conditions).
542
- const resolved = await resolvePackageTarget(context, { target, patternMatch: '', isImports });
543
- return resolved;
544
- }
545
- // Let expansionKeys be the list of keys of matchObj containing only a single "*"
546
- const expansionKeys = Object.keys(matchObj)
547
- // Assert: ends with "/" or contains only a single "*".
548
- .filter((k) => k.endsWith('/') || k.includes('*'))
549
- // sorted by the sorting function PATTERN_KEY_COMPARE which orders in descending order of specificity.
550
- .sort(nodePatternKeyCompare);
551
- // For each key expansionKey in expansionKeys, do
552
- for (const expansionKey of expansionKeys) {
553
- const indexOfAsterisk = expansionKey.indexOf('*');
554
- // Let patternBase be the substring of expansionKey up to but excluding the first "*" character.
555
- const patternBase = indexOfAsterisk === -1 ? expansionKey : expansionKey.substring(0, indexOfAsterisk);
556
- // If matchKey starts with but is not equal to patternBase, then
557
- if (matchKey.startsWith(patternBase) && matchKey !== patternBase) {
558
- // Let patternTrailer be the substring of expansionKey from the index after the first "*" character.
559
- const patternTrailer = indexOfAsterisk !== -1 ? expansionKey.substring(indexOfAsterisk + 1) : '';
560
- // If patternTrailer has zero length,
561
- if (patternTrailer.length === 0 ||
562
- // or if matchKey ends with patternTrailer and the length of matchKey is greater than or equal to the length of expansionKey, then
563
- (matchKey.endsWith(patternTrailer) && matchKey.length >= expansionKey.length)) {
564
- // Let target be the value of matchObj[expansionKey].
565
- const target = matchObj[expansionKey];
566
- // Let patternMatch be the substring of matchKey starting at the index of the length of patternBase up to the length
567
- // of matchKey minus the length of patternTrailer.
568
- const patternMatch = matchKey.substring(patternBase.length, matchKey.length - patternTrailer.length);
569
- // Return the result of PACKAGE_TARGET_RESOLVE
570
- const resolved = await resolvePackageTarget(context, {
571
- target,
572
- patternMatch,
573
- isImports
574
- });
575
- return resolved;
576
- }
577
- }
578
- }
579
- throw new InvalidModuleSpecifierError(context, isImports);
580
- }
581
-
582
- /**
583
- * Implementation of PACKAGE_EXPORTS_RESOLVE
584
- */
585
- async function resolvePackageExports(context, subpath, exports) {
586
- // If exports is an Object with both a key starting with "." and a key not starting with "."
587
- if (isMixedExports(exports)) {
588
- // throw an Invalid Package Configuration error.
589
- throw new InvalidConfigurationError(context, 'All keys must either start with ./, or without one.');
590
- }
591
- // If subpath is equal to ".", then
592
- if (subpath === '.') {
593
- // Let mainExport be undefined.
594
- let mainExport;
595
- // If exports is a String or Array, or an Object containing no keys starting with ".", then
596
- if (typeof exports === 'string' || Array.isArray(exports) || isConditions(exports)) {
597
- // Set mainExport to exports
598
- mainExport = exports;
599
- // Otherwise if exports is an Object containing a "." property, then
600
- }
601
- else if (isMappings(exports)) {
602
- // Set mainExport to exports["."]
603
- mainExport = exports['.'];
604
- }
605
- // If mainExport is not undefined, then
606
- if (mainExport) {
607
- // Let resolved be the result of PACKAGE_TARGET_RESOLVE with target = mainExport
608
- const resolved = await resolvePackageTarget(context, {
609
- target: mainExport,
610
- patternMatch: '',
611
- isImports: false
612
- });
613
- // If resolved is not null or undefined, return resolved.
614
- if (resolved) {
615
- return resolved;
616
- }
617
- }
618
- // Otherwise, if exports is an Object and all keys of exports start with ".", then
619
- }
620
- else if (isMappings(exports)) {
621
- // Let resolved be the result of PACKAGE_IMPORTS_EXPORTS_RESOLVE
622
- const resolvedMatch = await resolvePackageImportsExports(context, {
623
- matchKey: subpath,
624
- matchObj: exports,
625
- isImports: false
626
- });
627
- // If resolved is not null or undefined, return resolved.
628
- if (resolvedMatch) {
629
- return resolvedMatch;
630
- }
631
- }
632
- // Throw a Package Path Not Exported error.
633
- throw new InvalidModuleSpecifierError(context);
634
- }
635
-
636
- async function resolvePackageImports({ importSpecifier, importer, moduleDirs, conditions, resolveId }) {
637
- const result = await findPackageJson(importer, moduleDirs);
638
- if (!result) {
639
- throw new Error(`${createBaseErrorMsg(importSpecifier, importer)}. Could not find a parent package.json.`);
640
- }
641
- const { pkgPath, pkgJsonPath, pkgJson } = result;
642
- const pkgURL = pathToFileURL(`${pkgPath}/`);
643
- const context = {
644
- importer,
645
- importSpecifier,
646
- moduleDirs,
647
- pkgURL,
648
- pkgJsonPath,
649
- conditions,
650
- resolveId
651
- };
652
- // Assert: specifier begins with "#".
653
- if (!importSpecifier.startsWith('#')) {
654
- throw new InvalidModuleSpecifierError(context, true, 'Invalid import specifier.');
655
- }
656
- // If specifier is exactly equal to "#" or starts with "#/", then
657
- if (importSpecifier === '#' || importSpecifier.startsWith('#/')) {
658
- // Throw an Invalid Module Specifier error.
659
- throw new InvalidModuleSpecifierError(context, true, 'Invalid import specifier.');
660
- }
661
- const { imports } = pkgJson;
662
- if (!imports) {
663
- throw new InvalidModuleSpecifierError(context, true);
664
- }
665
- // Let packageURL be the result of LOOKUP_PACKAGE_SCOPE(parentURL).
666
- // If packageURL is not null, then
667
- return resolvePackageImportsExports(context, {
668
- matchKey: importSpecifier,
669
- matchObj: imports,
670
- isImports: true
671
- });
672
- }
673
-
674
- const resolveImportPath = promisify(resolve$1);
675
- const readFile = promisify(fs.readFile);
676
-
677
- async function getPackageJson(importer, pkgName, resolveOptions, moduleDirectories) {
678
- if (importer) {
679
- const selfPackageJsonResult = await findPackageJson(importer, moduleDirectories);
680
- if (selfPackageJsonResult && selfPackageJsonResult.pkgJson.name === pkgName) {
681
- // the referenced package name is the current package
682
- return selfPackageJsonResult;
683
- }
684
- }
685
-
686
- try {
687
- const pkgJsonPath = await resolveImportPath(`${pkgName}/package.json`, resolveOptions);
688
- const pkgJson = JSON.parse(await readFile(pkgJsonPath, 'utf-8'));
689
- return { pkgJsonPath, pkgJson, pkgPath: dirname(pkgJsonPath) };
690
- } catch (_) {
691
- return null;
692
- }
693
- }
694
-
695
- async function resolveIdClassic({
696
- importSpecifier,
697
- packageInfoCache,
698
- extensions,
699
- mainFields,
700
- preserveSymlinks,
701
- useBrowserOverrides,
702
- baseDir,
703
- moduleDirectories,
704
- modulePaths,
705
- rootDir,
706
- ignoreSideEffectsForRoot
707
- }) {
708
- let hasModuleSideEffects = () => null;
709
- let hasPackageEntry = true;
710
- let packageBrowserField = false;
711
- let packageInfo;
712
-
713
- const filter = (pkg, pkgPath) => {
714
- const info = getPackageInfo({
715
- cache: packageInfoCache,
716
- extensions,
717
- pkg,
718
- pkgPath,
719
- mainFields,
720
- preserveSymlinks,
721
- useBrowserOverrides,
722
- rootDir,
723
- ignoreSideEffectsForRoot
724
- });
725
-
726
- ({ packageInfo, hasModuleSideEffects, hasPackageEntry, packageBrowserField } = info);
727
-
728
- return info.cachedPkg;
729
- };
730
-
731
- const resolveOptions = {
732
- basedir: baseDir,
733
- readFile: readCachedFile,
734
- isFile: isFileCached,
735
- isDirectory: isDirCached,
736
- extensions,
737
- includeCoreModules: false,
738
- moduleDirectory: moduleDirectories,
739
- paths: modulePaths,
740
- preserveSymlinks,
741
- packageFilter: filter
742
- };
743
-
744
- let location;
745
- try {
746
- location = await resolveImportPath(importSpecifier, resolveOptions);
747
- } catch (error) {
748
- if (error.code !== 'MODULE_NOT_FOUND') {
749
- throw error;
750
- }
751
- return null;
752
- }
753
-
754
- return {
755
- location: preserveSymlinks ? location : await resolveSymlink(location),
756
- hasModuleSideEffects,
757
- hasPackageEntry,
758
- packageBrowserField,
759
- packageInfo
760
- };
761
- }
762
-
763
- async function resolveWithExportMap({
764
- importer,
765
- importSpecifier,
766
- exportConditions,
767
- packageInfoCache,
768
- extensions,
769
- mainFields,
770
- preserveSymlinks,
771
- useBrowserOverrides,
772
- baseDir,
773
- moduleDirectories,
774
- modulePaths,
775
- rootDir,
776
- ignoreSideEffectsForRoot,
777
- allowExportsFolderMapping
778
- }) {
779
- if (importSpecifier.startsWith('#')) {
780
- // this is a package internal import, resolve using package imports field
781
- const resolveResult = await resolvePackageImports({
782
- importSpecifier,
783
- importer,
784
- moduleDirs: moduleDirectories,
785
- conditions: exportConditions,
786
- resolveId(id /* , parent*/) {
787
- return resolveIdClassic({
788
- importSpecifier: id,
789
- packageInfoCache,
790
- extensions,
791
- mainFields,
792
- preserveSymlinks,
793
- useBrowserOverrides,
794
- baseDir,
795
- moduleDirectories,
796
- modulePaths
797
- });
798
- }
799
- });
800
-
801
- const location = fileURLToPath(resolveResult);
802
- return {
803
- location: preserveSymlinks ? location : await resolveSymlink(location),
804
- hasModuleSideEffects: () => null,
805
- hasPackageEntry: true,
806
- packageBrowserField: false,
807
- // eslint-disable-next-line no-undefined
808
- packageInfo: undefined
809
- };
810
- }
811
-
812
- const pkgName = getPackageName(importSpecifier);
813
- if (pkgName) {
814
- // it's a bare import, find the package.json and resolve using package exports if available
815
- let hasModuleSideEffects = () => null;
816
- let hasPackageEntry = true;
817
- let packageBrowserField = false;
818
- let packageInfo;
819
-
820
- const filter = (pkg, pkgPath) => {
821
- const info = getPackageInfo({
822
- cache: packageInfoCache,
823
- extensions,
824
- pkg,
825
- pkgPath,
826
- mainFields,
827
- preserveSymlinks,
828
- useBrowserOverrides,
829
- rootDir,
830
- ignoreSideEffectsForRoot
831
- });
832
-
833
- ({ packageInfo, hasModuleSideEffects, hasPackageEntry, packageBrowserField } = info);
834
-
835
- return info.cachedPkg;
836
- };
837
-
838
- const resolveOptions = {
839
- basedir: baseDir,
840
- readFile: readCachedFile,
841
- isFile: isFileCached,
842
- isDirectory: isDirCached,
843
- extensions,
844
- includeCoreModules: false,
845
- moduleDirectory: moduleDirectories,
846
- paths: modulePaths,
847
- preserveSymlinks,
848
- packageFilter: filter
849
- };
850
-
851
- const result = await getPackageJson(importer, pkgName, resolveOptions, moduleDirectories);
852
-
853
- if (result && result.pkgJson.exports) {
854
- const { pkgJson, pkgJsonPath } = result;
855
- const subpath =
856
- pkgName === importSpecifier ? '.' : `.${importSpecifier.substring(pkgName.length)}`;
857
- const pkgDr = pkgJsonPath.replace('package.json', '');
858
- const pkgURL = pathToFileURL(pkgDr);
859
-
860
- const context = {
861
- importer,
862
- importSpecifier,
863
- moduleDirs: moduleDirectories,
864
- pkgURL,
865
- pkgJsonPath,
866
- allowExportsFolderMapping,
867
- conditions: exportConditions
868
- };
869
- const resolvedPackageExport = await resolvePackageExports(context, subpath, pkgJson.exports);
870
- const location = fileURLToPath(resolvedPackageExport);
871
- if (location) {
872
- return {
873
- location: preserveSymlinks ? location : await resolveSymlink(location),
874
- hasModuleSideEffects,
875
- hasPackageEntry,
876
- packageBrowserField,
877
- packageInfo
878
- };
879
- }
880
- }
881
- }
882
-
883
- return null;
884
- }
885
-
886
- async function resolveWithClassic({
887
- importer,
888
- importSpecifierList,
889
- exportConditions,
890
- warn,
891
- packageInfoCache,
892
- extensions,
893
- mainFields,
894
- preserveSymlinks,
895
- useBrowserOverrides,
896
- baseDir,
897
- moduleDirectories,
898
- modulePaths,
899
- rootDir,
900
- ignoreSideEffectsForRoot
901
- }) {
902
- for (let i = 0; i < importSpecifierList.length; i++) {
903
- // eslint-disable-next-line no-await-in-loop
904
- const result = await resolveIdClassic({
905
- importer,
906
- importSpecifier: importSpecifierList[i],
907
- exportConditions,
908
- warn,
909
- packageInfoCache,
910
- extensions,
911
- mainFields,
912
- preserveSymlinks,
913
- useBrowserOverrides,
914
- baseDir,
915
- moduleDirectories,
916
- modulePaths,
917
- rootDir,
918
- ignoreSideEffectsForRoot
919
- });
920
-
921
- if (result) {
922
- return result;
923
- }
924
- }
925
-
926
- return null;
927
- }
928
-
929
- // Resolves to the module if found or `null`.
930
- // The first import specifier will first be attempted with the exports algorithm.
931
- // If this is unsuccessful because export maps are not being used, then all of `importSpecifierList`
932
- // will be tried with the classic resolution algorithm
933
- async function resolveImportSpecifiers({
934
- importer,
935
- importSpecifierList,
936
- exportConditions,
937
- warn,
938
- packageInfoCache,
939
- extensions,
940
- mainFields,
941
- preserveSymlinks,
942
- useBrowserOverrides,
943
- baseDir,
944
- moduleDirectories,
945
- modulePaths,
946
- rootDir,
947
- ignoreSideEffectsForRoot,
948
- allowExportsFolderMapping
949
- }) {
950
- try {
951
- const exportMapRes = await resolveWithExportMap({
952
- importer,
953
- importSpecifier: importSpecifierList[0],
954
- exportConditions,
955
- packageInfoCache,
956
- extensions,
957
- mainFields,
958
- preserveSymlinks,
959
- useBrowserOverrides,
960
- baseDir,
961
- moduleDirectories,
962
- modulePaths,
963
- rootDir,
964
- ignoreSideEffectsForRoot,
965
- allowExportsFolderMapping
966
- });
967
- if (exportMapRes) return exportMapRes;
968
- } catch (error) {
969
- if (error instanceof ResolveError) {
970
- warn(error);
971
- return null;
972
- }
973
- throw error;
974
- }
975
-
976
- // package has no imports or exports, use classic node resolve
977
- return resolveWithClassic({
978
- importer,
979
- importSpecifierList,
980
- exportConditions,
981
- warn,
982
- packageInfoCache,
983
- extensions,
984
- mainFields,
985
- preserveSymlinks,
986
- useBrowserOverrides,
987
- baseDir,
988
- moduleDirectories,
989
- modulePaths,
990
- rootDir,
991
- ignoreSideEffectsForRoot
992
- });
993
- }
994
-
995
- const versionRegexp = /\^(\d+\.\d+\.\d+)/g;
996
-
997
- function validateVersion(actualVersion, peerDependencyVersion) {
998
- let minMajor = Infinity;
999
- let minMinor = Infinity;
1000
- let minPatch = Infinity;
1001
- let foundVersion;
1002
- // eslint-disable-next-line no-cond-assign
1003
- while ((foundVersion = versionRegexp.exec(peerDependencyVersion))) {
1004
- const [foundMajor, foundMinor, foundPatch] = foundVersion[1].split('.').map(Number);
1005
- if (foundMajor < minMajor) {
1006
- minMajor = foundMajor;
1007
- minMinor = foundMinor;
1008
- minPatch = foundPatch;
1009
- }
1010
- }
1011
- if (!actualVersion) {
1012
- throw new Error(
1013
- `Insufficient Rollup version: "@rollup/plugin-node-resolve" requires at least rollup@${minMajor}.${minMinor}.${minPatch}.`
1014
- );
1015
- }
1016
- const [major, minor, patch] = actualVersion.split('.').map(Number);
1017
- if (
1018
- major < minMajor ||
1019
- (major === minMajor && (minor < minMinor || (minor === minMinor && patch < minPatch)))
1020
- ) {
1021
- throw new Error(
1022
- `Insufficient rollup version: "@rollup/plugin-node-resolve" requires at least rollup@${minMajor}.${minMinor}.${minPatch} but found rollup@${actualVersion}.`
1023
- );
1024
- }
1025
- }
1026
-
1027
- /* eslint-disable no-param-reassign, no-shadow, no-undefined */
1028
-
1029
- const ES6_BROWSER_EMPTY = '\0node-resolve:empty.js';
1030
- const deepFreeze = (object) => {
1031
- Object.freeze(object);
1032
-
1033
- for (const value of Object.values(object)) {
1034
- if (typeof value === 'object' && !Object.isFrozen(value)) {
1035
- deepFreeze(value);
1036
- }
1037
- }
1038
-
1039
- return object;
1040
- };
1041
-
1042
- const baseConditions = ['default', 'module'];
1043
- const baseConditionsEsm = [...baseConditions, 'import'];
1044
- const baseConditionsCjs = [...baseConditions, 'require'];
1045
- const defaults = {
1046
- dedupe: [],
1047
- // It's important that .mjs is listed before .js so that Rollup will interpret npm modules
1048
- // which deploy both ESM .mjs and CommonJS .js files as ESM.
1049
- extensions: ['.mjs', '.js', '.json', '.node'],
1050
- resolveOnly: [],
1051
- moduleDirectories: ['node_modules'],
1052
- modulePaths: [],
1053
- ignoreSideEffectsForRoot: false,
1054
- // TODO: set to false in next major release or remove
1055
- allowExportsFolderMapping: true
1056
- };
1057
- const nodeImportPrefix = /^node:/;
1058
-
1059
- const DEFAULTS = deepFreeze(deepMerge({}, defaults));
1060
-
1061
- function nodeResolve(opts = {}) {
1062
- const { warnings } = handleDeprecatedOptions(opts);
1063
-
1064
- const options = { ...defaults, ...opts };
1065
- const { extensions, jail, moduleDirectories, modulePaths, ignoreSideEffectsForRoot } = options;
1066
- const exportConditions = options.exportConditions || [];
1067
- const devProdCondition =
1068
- exportConditions.includes('development') || exportConditions.includes('production')
1069
- ? []
1070
- : [
1071
- process.env.NODE_ENV && process.env.NODE_ENV !== 'production'
1072
- ? 'development'
1073
- : 'production'
1074
- ];
1075
- const conditionsEsm = [...baseConditionsEsm, ...exportConditions, ...devProdCondition];
1076
- const conditionsCjs = [...baseConditionsCjs, ...exportConditions, ...devProdCondition];
1077
- const packageInfoCache = new Map();
1078
- const idToPackageInfo = new Map();
1079
- const mainFields = getMainFields(options);
1080
- const useBrowserOverrides = mainFields.indexOf('browser') !== -1;
1081
- const isPreferBuiltinsSet = Object.prototype.hasOwnProperty.call(options, 'preferBuiltins');
1082
- const preferBuiltins = isPreferBuiltinsSet ? options.preferBuiltins : true;
1083
- const rootDir = resolve(options.rootDir || process.cwd());
1084
- let { dedupe } = options;
1085
- let rollupOptions;
1086
-
1087
- if (moduleDirectories.some((name) => name.includes('/'))) {
1088
- throw new Error(
1089
- '`moduleDirectories` option must only contain directory names. If you want to load modules from somewhere not supported by the default module resolution algorithm, see `modulePaths`.'
1090
- );
1091
- }
1092
-
1093
- if (typeof dedupe !== 'function') {
1094
- dedupe = (importee) =>
1095
- options.dedupe.includes(importee) || options.dedupe.includes(getPackageName(importee));
1096
- }
1097
-
1098
- // creates a function from the patterns to test if a particular module should be bundled.
1099
- const allowPatterns = (patterns) => {
1100
- const regexPatterns = patterns.map((pattern) => {
1101
- if (pattern instanceof RegExp) {
1102
- return pattern;
1103
- }
1104
- const normalized = pattern.replace(/[\\^$*+?.()|[\]{}]/g, '\\$&');
1105
- return new RegExp(`^${normalized}$`);
1106
- });
1107
- return (id) => !regexPatterns.length || regexPatterns.some((pattern) => pattern.test(id));
1108
- };
1109
-
1110
- const resolveOnly =
1111
- typeof options.resolveOnly === 'function'
1112
- ? options.resolveOnly
1113
- : allowPatterns(options.resolveOnly);
1114
-
1115
- const browserMapCache = new Map();
1116
- let preserveSymlinks;
1117
-
1118
- const resolveLikeNode = async (context, importee, importer, custom) => {
1119
- // strip query params from import
1120
- const [importPath, params] = importee.split('?');
1121
- const importSuffix = `${params ? `?${params}` : ''}`;
1122
- importee = importPath;
1123
-
1124
- const baseDir = !importer || dedupe(importee) ? rootDir : dirname(importer);
1125
-
1126
- // https://github.com/defunctzombie/package-browser-field-spec
1127
- const browser = browserMapCache.get(importer);
1128
- if (useBrowserOverrides && browser) {
1129
- const resolvedImportee = resolve(baseDir, importee);
1130
- if (browser[importee] === false || browser[resolvedImportee] === false) {
1131
- return { id: ES6_BROWSER_EMPTY };
1132
- }
1133
- const browserImportee =
1134
- (importee[0] !== '.' && browser[importee]) ||
1135
- browser[resolvedImportee] ||
1136
- browser[`${resolvedImportee}.js`] ||
1137
- browser[`${resolvedImportee}.json`];
1138
- if (browserImportee) {
1139
- importee = browserImportee;
1140
- }
1141
- }
1142
-
1143
- const parts = importee.split(/[/\\]/);
1144
- let id = parts.shift();
1145
- let isRelativeImport = false;
1146
-
1147
- if (id[0] === '@' && parts.length > 0) {
1148
- // scoped packages
1149
- id += `/${parts.shift()}`;
1150
- } else if (id[0] === '.') {
1151
- // an import relative to the parent dir of the importer
1152
- id = resolve(baseDir, importee);
1153
- isRelativeImport = true;
1154
- }
1155
-
1156
- // if it's not a relative import, and it's not requested, reject it.
1157
- if (!isRelativeImport && !resolveOnly(id)) {
1158
- if (normalizeInput(rollupOptions.input).includes(importee)) {
1159
- return null;
1160
- }
1161
- return false;
1162
- }
1163
-
1164
- const importSpecifierList = [importee];
1165
-
1166
- if (importer === undefined && !importee[0].match(/^\.?\.?\//)) {
1167
- // For module graph roots (i.e. when importer is undefined), we
1168
- // need to handle 'path fragments` like `foo/bar` that are commonly
1169
- // found in rollup config files. If importee doesn't look like a
1170
- // relative or absolute path, we make it relative and attempt to
1171
- // resolve it.
1172
- importSpecifierList.push(`./${importee}`);
1173
- }
1174
-
1175
- // TypeScript files may import '.mjs' or '.cjs' to refer to either '.mts' or '.cts'.
1176
- // They may also import .js to refer to either .ts or .tsx, and .jsx to refer to .tsx.
1177
- if (importer && /\.(ts|mts|cts|tsx)$/.test(importer)) {
1178
- for (const [importeeExt, resolvedExt] of [
1179
- ['.js', '.ts'],
1180
- ['.js', '.tsx'],
1181
- ['.jsx', '.tsx'],
1182
- ['.mjs', '.mts'],
1183
- ['.cjs', '.cts']
1184
- ]) {
1185
- if (importee.endsWith(importeeExt) && extensions.includes(resolvedExt)) {
1186
- importSpecifierList.push(importee.slice(0, -importeeExt.length) + resolvedExt);
1187
- }
1188
- }
1189
- }
1190
-
1191
- const warn = (...args) => context.warn(...args);
1192
- const isRequire = custom && custom['node-resolve'] && custom['node-resolve'].isRequire;
1193
- const exportConditions = isRequire ? conditionsCjs : conditionsEsm;
1194
- if (useBrowserOverrides && !exportConditions.includes('browser'))
1195
- exportConditions.push('browser');
1196
-
1197
- const resolvedWithoutBuiltins = await resolveImportSpecifiers({
1198
- importer,
1199
- importSpecifierList,
1200
- exportConditions,
1201
- warn,
1202
- packageInfoCache,
1203
- extensions,
1204
- mainFields,
1205
- preserveSymlinks,
1206
- useBrowserOverrides,
1207
- baseDir,
1208
- moduleDirectories,
1209
- modulePaths,
1210
- rootDir,
1211
- ignoreSideEffectsForRoot,
1212
- allowExportsFolderMapping: options.allowExportsFolderMapping
1213
- });
1214
-
1215
- const importeeIsBuiltin = builtinModules.includes(importee.replace(nodeImportPrefix, ''));
1216
- const preferImporteeIsBuiltin =
1217
- typeof preferBuiltins === 'function' ? preferBuiltins(importee) : preferBuiltins;
1218
- const resolved =
1219
- importeeIsBuiltin && preferImporteeIsBuiltin
1220
- ? {
1221
- packageInfo: undefined,
1222
- hasModuleSideEffects: () => null,
1223
- hasPackageEntry: true,
1224
- packageBrowserField: false
1225
- }
1226
- : resolvedWithoutBuiltins;
1227
- if (!resolved) {
1228
- return null;
1229
- }
1230
-
1231
- const { packageInfo, hasModuleSideEffects, hasPackageEntry, packageBrowserField } = resolved;
1232
- let { location } = resolved;
1233
- if (packageBrowserField) {
1234
- if (Object.prototype.hasOwnProperty.call(packageBrowserField, location)) {
1235
- if (!packageBrowserField[location]) {
1236
- browserMapCache.set(location, packageBrowserField);
1237
- return { id: ES6_BROWSER_EMPTY };
1238
- }
1239
- location = packageBrowserField[location];
1240
- }
1241
- browserMapCache.set(location, packageBrowserField);
1242
- }
1243
-
1244
- if (hasPackageEntry && !preserveSymlinks) {
1245
- const exists = await fileExists(location);
1246
- if (exists) {
1247
- location = await realpath(location);
1248
- }
1249
- }
1250
-
1251
- idToPackageInfo.set(location, packageInfo);
1252
-
1253
- if (hasPackageEntry) {
1254
- if (importeeIsBuiltin && preferImporteeIsBuiltin) {
1255
- if (!isPreferBuiltinsSet && resolvedWithoutBuiltins && resolved !== importee) {
1256
- context.warn({
1257
- message:
1258
- `preferring built-in module '${importee}' over local alternative at '${resolvedWithoutBuiltins.location}', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.` +
1259
- `or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.`,
1260
- pluginCode: 'PREFER_BUILTINS'
1261
- });
1262
- }
1263
- return false;
1264
- } else if (jail && location.indexOf(normalize(jail.trim(sep))) !== 0) {
1265
- return null;
1266
- }
1267
- }
1268
-
1269
- if (options.modulesOnly && (await fileExists(location))) {
1270
- const code = await readFile$1(location, 'utf-8');
1271
- if (isModule(code)) {
1272
- return {
1273
- id: `${location}${importSuffix}`,
1274
- moduleSideEffects: hasModuleSideEffects(location)
1275
- };
1276
- }
1277
- return null;
1278
- }
1279
- return {
1280
- id: `${location}${importSuffix}`,
1281
- moduleSideEffects: hasModuleSideEffects(location)
1282
- };
1283
- };
1284
-
1285
- return {
1286
- name: 'node-resolve',
1287
-
1288
- version,
1289
-
1290
- buildStart(buildOptions) {
1291
- validateVersion(this.meta.rollupVersion, peerDependencies.rollup);
1292
- rollupOptions = buildOptions;
1293
-
1294
- for (const warning of warnings) {
1295
- this.warn(warning);
1296
- }
1297
-
1298
- ({ preserveSymlinks } = buildOptions);
1299
- },
1300
-
1301
- generateBundle() {
1302
- readCachedFile.clear();
1303
- isFileCached.clear();
1304
- isDirCached.clear();
1305
- },
1306
-
1307
- resolveId: {
1308
- order: 'post',
1309
- async handler(importee, importer, resolveOptions) {
1310
- if (importee === ES6_BROWSER_EMPTY) {
1311
- return importee;
1312
- }
1313
- // ignore IDs with null character, these belong to other plugins
1314
- if (importee && importee.includes('\0')) return null;
1315
-
1316
- const { custom = {} } = resolveOptions;
1317
- const { 'node-resolve': { resolved: alreadyResolved } = {} } = custom;
1318
- if (alreadyResolved) {
1319
- return alreadyResolved;
1320
- }
1321
-
1322
- if (importer && importer.includes('\0')) {
1323
- importer = undefined;
1324
- }
1325
-
1326
- const resolved = await resolveLikeNode(this, importee, importer, custom);
1327
- if (resolved) {
1328
- // This way, plugins may attach additional meta information to the
1329
- // resolved id or make it external. We do not skip node-resolve here
1330
- // because another plugin might again use `this.resolve` in its
1331
- // `resolveId` hook, in which case we want to add the correct
1332
- // `moduleSideEffects` information.
1333
- const resolvedResolved = await this.resolve(resolved.id, importer, {
1334
- ...resolveOptions,
1335
- skipSelf: false,
1336
- custom: { ...custom, 'node-resolve': { ...custom['node-resolve'], resolved, importee } }
1337
- });
1338
- if (resolvedResolved) {
1339
- // Handle plugins that manually make the result external
1340
- if (resolvedResolved.external) {
1341
- return false;
1342
- }
1343
- // Allow other plugins to take over resolution. Rollup core will not
1344
- // change the id if it corresponds to an existing file
1345
- if (resolvedResolved.id !== resolved.id) {
1346
- return resolvedResolved;
1347
- }
1348
- // Pass on meta information added by other plugins
1349
- return { ...resolved, meta: resolvedResolved.meta };
1350
- }
1351
- }
1352
- return resolved;
1353
- }
1354
- },
1355
-
1356
- load(importee) {
1357
- if (importee === ES6_BROWSER_EMPTY) {
1358
- return 'export default {};';
1359
- }
1360
- return null;
1361
- },
1362
-
1363
- getPackageInfoForId(id) {
1364
- return idToPackageInfo.get(id);
1365
- }
1366
- };
1367
- }
1368
-
1369
- export { DEFAULTS, nodeResolve as default, nodeResolve };
1370
- //# sourceMappingURL=index.js.map