@autoguru/overdrive 4.3.4 → 4.3.5

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 (665) hide show
  1. package/CHANGELOG.md +1415 -0
  2. package/dist/components/Actions/Actions.d.ts +7 -0
  3. package/dist/components/Actions/Actions.d.ts.map +1 -0
  4. package/dist/components/Actions/Actions.js +3 -20
  5. package/dist/components/Actions/index.d.ts +2 -0
  6. package/dist/components/Actions/index.d.ts.map +1 -0
  7. package/dist/components/Actions/index.js +1 -3
  8. package/dist/components/Alert/Alert.css.d.ts +4 -0
  9. package/dist/components/Alert/Alert.css.d.ts.map +1 -0
  10. package/dist/components/Alert/Alert.css.js +20 -28
  11. package/dist/components/Alert/Alert.d.ts +15 -0
  12. package/dist/components/Alert/Alert.d.ts.map +1 -0
  13. package/dist/components/Alert/Alert.js +26 -84
  14. package/dist/components/Alert/index.d.ts +2 -0
  15. package/dist/components/Alert/index.d.ts.map +1 -0
  16. package/dist/components/Alert/index.js +1 -3
  17. package/dist/components/Anchor/Anchor.css.d.ts +2 -0
  18. package/dist/components/Anchor/Anchor.css.d.ts.map +1 -0
  19. package/dist/components/Anchor/Anchor.css.js +3 -11
  20. package/dist/components/Anchor/Anchor.d.ts +15 -0
  21. package/dist/components/Anchor/Anchor.d.ts.map +1 -0
  22. package/dist/components/Anchor/Anchor.js +28 -53
  23. package/dist/components/Anchor/index.d.ts +2 -0
  24. package/dist/components/Anchor/index.d.ts.map +1 -0
  25. package/dist/components/Anchor/index.js +1 -3
  26. package/dist/components/AutoSuggest/AutoSuggest.css.d.ts +15 -0
  27. package/dist/components/AutoSuggest/AutoSuggest.css.d.ts.map +1 -0
  28. package/dist/components/AutoSuggest/AutoSuggest.css.js +76 -84
  29. package/dist/components/AutoSuggest/AutoSuggest.d.ts +30 -0
  30. package/dist/components/AutoSuggest/AutoSuggest.d.ts.map +1 -0
  31. package/dist/components/AutoSuggest/AutoSuggest.js +306 -619
  32. package/dist/components/AutoSuggest/index.d.ts +3 -0
  33. package/dist/components/AutoSuggest/index.d.ts.map +1 -0
  34. package/dist/components/AutoSuggest/index.js +1 -3
  35. package/dist/components/AutoSuggest/useLayoutSuggestionVisible.d.ts +3 -0
  36. package/dist/components/AutoSuggest/useLayoutSuggestionVisible.d.ts.map +1 -0
  37. package/dist/components/AutoSuggest/useLayoutSuggestionVisible.js +31 -29
  38. package/dist/components/Badge/Badge.css.d.ts +13 -0
  39. package/dist/components/Badge/Badge.css.d.ts.map +1 -0
  40. package/dist/components/Badge/Badge.css.js +71 -79
  41. package/dist/components/Badge/Badge.d.ts +11 -0
  42. package/dist/components/Badge/Badge.d.ts.map +1 -0
  43. package/dist/components/Badge/Badge.js +28 -43
  44. package/dist/components/Badge/index.d.ts +2 -0
  45. package/dist/components/Badge/index.d.ts.map +1 -0
  46. package/dist/components/Badge/index.js +1 -3
  47. package/dist/components/Box/Box.d.ts +9 -0
  48. package/dist/components/Box/Box.d.ts.map +1 -0
  49. package/dist/components/Box/Box.js +53 -122
  50. package/dist/components/Box/argTypes.d.ts +7 -0
  51. package/dist/components/Box/argTypes.d.ts.map +1 -0
  52. package/dist/components/Box/argTypes.js +94 -64
  53. package/dist/components/Box/index.d.ts +4 -0
  54. package/dist/components/Box/index.d.ts.map +1 -0
  55. package/dist/components/Box/index.js +2 -4
  56. package/dist/components/Box/useBoxStyles.css.d.ts +46 -0
  57. package/dist/components/Box/useBoxStyles.css.d.ts.map +1 -0
  58. package/dist/components/Box/useBoxStyles.css.js +85 -105
  59. package/dist/components/Box/useBoxStyles.d.ts +66 -0
  60. package/dist/components/Box/useBoxStyles.d.ts.map +1 -0
  61. package/dist/components/Box/useBoxStyles.js +47 -75
  62. package/dist/components/BulletList/Bullet.css.d.ts +3 -0
  63. package/dist/components/BulletList/Bullet.css.d.ts.map +1 -0
  64. package/dist/components/BulletList/Bullet.css.js +41 -49
  65. package/dist/components/BulletList/Bullet.d.ts +7 -0
  66. package/dist/components/BulletList/Bullet.d.ts.map +1 -0
  67. package/dist/components/BulletList/Bullet.js +24 -38
  68. package/dist/components/BulletList/BulletList.css.d.ts +3 -0
  69. package/dist/components/BulletList/BulletList.css.d.ts.map +1 -0
  70. package/dist/components/BulletList/BulletList.css.js +5 -13
  71. package/dist/components/BulletList/BulletList.d.ts +7 -0
  72. package/dist/components/BulletList/BulletList.d.ts.map +1 -0
  73. package/dist/components/BulletList/BulletList.js +10 -23
  74. package/dist/components/BulletList/context.d.ts +5 -0
  75. package/dist/components/BulletList/context.d.ts.map +1 -0
  76. package/dist/components/BulletList/context.js +1 -3
  77. package/dist/components/BulletList/index.d.ts +3 -0
  78. package/dist/components/BulletList/index.d.ts.map +1 -0
  79. package/dist/components/BulletList/index.js +2 -4
  80. package/dist/components/BulletText/BulletText.css.d.ts +6 -0
  81. package/dist/components/BulletText/BulletText.css.d.ts.map +1 -0
  82. package/dist/components/BulletText/BulletText.css.js +13 -21
  83. package/dist/components/BulletText/BulletText.d.ts +9 -0
  84. package/dist/components/BulletText/BulletText.d.ts.map +1 -0
  85. package/dist/components/BulletText/BulletText.js +15 -56
  86. package/dist/components/BulletText/index.d.ts +2 -0
  87. package/dist/components/BulletText/index.d.ts.map +1 -0
  88. package/dist/components/BulletText/index.js +1 -3
  89. package/dist/components/Button/Button.css.d.ts +40 -0
  90. package/dist/components/Button/Button.css.d.ts.map +1 -0
  91. package/dist/components/Button/Button.css.js +235 -243
  92. package/dist/components/Button/Button.d.ts +20 -0
  93. package/dist/components/Button/Button.d.ts.map +1 -0
  94. package/dist/components/Button/Button.js +76 -140
  95. package/dist/components/Button/index.d.ts +2 -0
  96. package/dist/components/Button/index.d.ts.map +1 -0
  97. package/dist/components/Button/index.js +1 -3
  98. package/dist/components/CheckBox/CheckBox.css.d.ts +3 -0
  99. package/dist/components/CheckBox/CheckBox.css.d.ts.map +1 -0
  100. package/dist/components/CheckBox/CheckBox.css.js +20 -28
  101. package/dist/components/CheckBox/CheckBox.d.ts +14 -0
  102. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -0
  103. package/dist/components/CheckBox/CheckBox.js +16 -54
  104. package/dist/components/CheckBox/index.d.ts +2 -0
  105. package/dist/components/CheckBox/index.d.ts.map +1 -0
  106. package/dist/components/CheckBox/index.js +1 -3
  107. package/dist/components/Columns/Column.css.d.ts +3 -0
  108. package/dist/components/Columns/Column.css.d.ts.map +1 -0
  109. package/dist/components/Columns/Column.css.js +26 -36
  110. package/dist/components/Columns/Column.d.ts +15 -0
  111. package/dist/components/Columns/Column.d.ts.map +1 -0
  112. package/dist/components/Columns/Column.js +16 -51
  113. package/dist/components/Columns/Columns.css.d.ts +7 -0
  114. package/dist/components/Columns/Columns.css.d.ts.map +1 -0
  115. package/dist/components/Columns/Columns.css.js +31 -39
  116. package/dist/components/Columns/Columns.d.ts +26 -0
  117. package/dist/components/Columns/Columns.d.ts.map +1 -0
  118. package/dist/components/Columns/Columns.js +22 -55
  119. package/dist/components/Columns/index.d.ts +3 -0
  120. package/dist/components/Columns/index.d.ts.map +1 -0
  121. package/dist/components/Columns/index.js +2 -4
  122. package/dist/components/DateInput/DateInput.d.ts +3 -0
  123. package/dist/components/DateInput/DateInput.d.ts.map +1 -0
  124. package/dist/components/DateInput/DateInput.js +7 -33
  125. package/dist/components/DateInput/index.d.ts +2 -0
  126. package/dist/components/DateInput/index.d.ts.map +1 -0
  127. package/dist/components/DateInput/index.js +1 -3
  128. package/dist/components/Flyout/Flyout.d.ts +4 -0
  129. package/dist/components/Flyout/Flyout.d.ts.map +1 -0
  130. package/dist/components/Flyout/Flyout.js +4 -40
  131. package/dist/components/Flyout/index.d.ts +2 -0
  132. package/dist/components/Flyout/index.d.ts.map +1 -0
  133. package/dist/components/Flyout/index.js +1 -3
  134. package/dist/components/Heading/Heading.d.ts +12 -0
  135. package/dist/components/Heading/Heading.d.ts.map +1 -0
  136. package/dist/components/Heading/Heading.js +20 -40
  137. package/dist/components/Heading/index.d.ts +2 -0
  138. package/dist/components/Heading/index.d.ts.map +1 -0
  139. package/dist/components/Heading/index.js +1 -3
  140. package/dist/components/Icon/Icon.css.d.ts +2 -0
  141. package/dist/components/Icon/Icon.css.d.ts.map +1 -0
  142. package/dist/components/Icon/Icon.css.js +5 -13
  143. package/dist/components/Icon/Icon.d.ts +13 -0
  144. package/dist/components/Icon/Icon.d.ts.map +1 -0
  145. package/dist/components/Icon/Icon.js +8 -25
  146. package/dist/components/Icon/index.d.ts +2 -0
  147. package/dist/components/Icon/index.d.ts.map +1 -0
  148. package/dist/components/Icon/index.js +1 -3
  149. package/dist/components/Image/Image.d.ts +8 -0
  150. package/dist/components/Image/Image.d.ts.map +1 -0
  151. package/dist/components/Image/Image.js +4 -22
  152. package/dist/components/Image/ImageServerProvider.d.ts +19 -0
  153. package/dist/components/Image/ImageServerProvider.d.ts.map +1 -0
  154. package/dist/components/Image/ImageServerProvider.js +35 -55
  155. package/dist/components/Image/ResponsiveImage.d.ts +11 -0
  156. package/dist/components/Image/ResponsiveImage.d.ts.map +1 -0
  157. package/dist/components/Image/ResponsiveImage.js +21 -46
  158. package/dist/components/Image/SimpleImage.d.ts +12 -0
  159. package/dist/components/Image/SimpleImage.d.ts.map +1 -0
  160. package/dist/components/Image/SimpleImage.js +1 -29
  161. package/dist/components/Image/index.d.ts +3 -0
  162. package/dist/components/Image/index.d.ts.map +1 -0
  163. package/dist/components/Image/index.js +2 -4
  164. package/dist/components/Image/types.d.ts +2 -0
  165. package/dist/components/Image/types.d.ts.map +1 -0
  166. package/dist/components/Image/types.js +1 -3
  167. package/dist/components/Inline/Inline.d.ts +15 -0
  168. package/dist/components/Inline/Inline.d.ts.map +1 -0
  169. package/dist/components/Inline/Inline.js +30 -71
  170. package/dist/components/Inline/index.d.ts +2 -0
  171. package/dist/components/Inline/index.d.ts.map +1 -0
  172. package/dist/components/Inline/index.js +1 -3
  173. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.d.ts +4 -0
  174. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.d.ts.map +1 -0
  175. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.js +48 -56
  176. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts +6 -0
  177. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts.map +1 -0
  178. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.js +7 -31
  179. package/dist/components/LinearProgressIndicator/index.d.ts +2 -0
  180. package/dist/components/LinearProgressIndicator/index.d.ts.map +1 -0
  181. package/dist/components/LinearProgressIndicator/index.js +1 -3
  182. package/dist/components/LoadingBox/LoadingBox.css.d.ts +3 -0
  183. package/dist/components/LoadingBox/LoadingBox.css.d.ts.map +1 -0
  184. package/dist/components/LoadingBox/LoadingBox.css.js +18 -26
  185. package/dist/components/LoadingBox/LoadingBox.d.ts +9 -0
  186. package/dist/components/LoadingBox/LoadingBox.d.ts.map +1 -0
  187. package/dist/components/LoadingBox/LoadingBox.js +6 -38
  188. package/dist/components/LoadingBox/index.d.ts +2 -0
  189. package/dist/components/LoadingBox/index.d.ts.map +1 -0
  190. package/dist/components/LoadingBox/index.js +1 -3
  191. package/dist/components/Meta/Meta.css.d.ts +2 -0
  192. package/dist/components/Meta/Meta.css.d.ts.map +1 -0
  193. package/dist/components/Meta/Meta.css.js +8 -16
  194. package/dist/components/Meta/Meta.d.ts +11 -0
  195. package/dist/components/Meta/Meta.d.ts.map +1 -0
  196. package/dist/components/Meta/Meta.js +7 -29
  197. package/dist/components/Meta/index.d.ts +2 -0
  198. package/dist/components/Meta/index.d.ts.map +1 -0
  199. package/dist/components/Meta/index.js +1 -3
  200. package/dist/components/MinimalModal/MinimalModal.css.d.ts +3 -0
  201. package/dist/components/MinimalModal/MinimalModal.css.d.ts.map +1 -0
  202. package/dist/components/MinimalModal/MinimalModal.css.js +7 -15
  203. package/dist/components/MinimalModal/MinimalModal.d.ts +9 -0
  204. package/dist/components/MinimalModal/MinimalModal.d.ts.map +1 -0
  205. package/dist/components/MinimalModal/MinimalModal.js +27 -62
  206. package/dist/components/MinimalModal/index.d.ts +2 -0
  207. package/dist/components/MinimalModal/index.d.ts.map +1 -0
  208. package/dist/components/MinimalModal/index.js +1 -3
  209. package/dist/components/Modal/Modal.css.d.ts +5 -0
  210. package/dist/components/Modal/Modal.css.d.ts.map +1 -0
  211. package/dist/components/Modal/Modal.css.js +30 -38
  212. package/dist/components/Modal/Modal.d.ts +11 -0
  213. package/dist/components/Modal/Modal.d.ts.map +1 -0
  214. package/dist/components/Modal/Modal.js +72 -128
  215. package/dist/components/Modal/index.d.ts +2 -0
  216. package/dist/components/Modal/index.d.ts.map +1 -0
  217. package/dist/components/Modal/index.js +1 -3
  218. package/dist/components/NumberBubble/NumberBubble.css.d.ts +2 -0
  219. package/dist/components/NumberBubble/NumberBubble.css.d.ts.map +1 -0
  220. package/dist/components/NumberBubble/NumberBubble.css.js +4 -12
  221. package/dist/components/NumberBubble/NumberBubble.d.ts +10 -0
  222. package/dist/components/NumberBubble/NumberBubble.d.ts.map +1 -0
  223. package/dist/components/NumberBubble/NumberBubble.js +23 -51
  224. package/dist/components/NumberBubble/index.d.ts +2 -0
  225. package/dist/components/NumberBubble/index.d.ts.map +1 -0
  226. package/dist/components/NumberBubble/index.js +1 -3
  227. package/dist/components/NumberInput/NumberInput.d.ts +7 -0
  228. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
  229. package/dist/components/NumberInput/NumberInput.js +29 -66
  230. package/dist/components/NumberInput/index.d.ts +2 -0
  231. package/dist/components/NumberInput/index.d.ts.map +1 -0
  232. package/dist/components/NumberInput/index.js +1 -3
  233. package/dist/components/OrderedList/OrderedList.css.d.ts +2 -0
  234. package/dist/components/OrderedList/OrderedList.css.d.ts.map +1 -0
  235. package/dist/components/OrderedList/OrderedList.css.js +8 -16
  236. package/dist/components/OrderedList/OrderedList.d.ts +16 -0
  237. package/dist/components/OrderedList/OrderedList.d.ts.map +1 -0
  238. package/dist/components/OrderedList/OrderedList.js +26 -60
  239. package/dist/components/OrderedList/index.d.ts +2 -0
  240. package/dist/components/OrderedList/index.d.ts.map +1 -0
  241. package/dist/components/OrderedList/index.js +1 -3
  242. package/dist/components/OutsideClick/OutsideClick.d.ts +8 -0
  243. package/dist/components/OutsideClick/OutsideClick.d.ts.map +1 -0
  244. package/dist/components/OutsideClick/OutsideClick.js +35 -40
  245. package/dist/components/OutsideClick/index.d.ts +2 -0
  246. package/dist/components/OutsideClick/index.d.ts.map +1 -0
  247. package/dist/components/OutsideClick/index.js +1 -3
  248. package/dist/components/OverdriveProvider/OverdriveProvider.d.ts +8 -0
  249. package/dist/components/OverdriveProvider/OverdriveProvider.d.ts.map +1 -0
  250. package/dist/components/OverdriveProvider/OverdriveProvider.js +18 -34
  251. package/dist/components/OverdriveProvider/index.d.ts +2 -0
  252. package/dist/components/OverdriveProvider/index.d.ts.map +1 -0
  253. package/dist/components/OverdriveProvider/index.js +1 -3
  254. package/dist/components/Pagination/Bubble.d.ts +12 -0
  255. package/dist/components/Pagination/Bubble.d.ts.map +1 -0
  256. package/dist/components/Pagination/Bubble.js +19 -41
  257. package/dist/components/Pagination/Pagination.css.d.ts +4 -0
  258. package/dist/components/Pagination/Pagination.css.d.ts.map +1 -0
  259. package/dist/components/Pagination/Pagination.css.js +20 -28
  260. package/dist/components/Pagination/Pagination.d.ts +16 -0
  261. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  262. package/dist/components/Pagination/Pagination.js +69 -164
  263. package/dist/components/Pagination/index.d.ts +2 -0
  264. package/dist/components/Pagination/index.d.ts.map +1 -0
  265. package/dist/components/Pagination/index.js +1 -3
  266. package/dist/components/Portal/Portal.d.ts +10 -0
  267. package/dist/components/Portal/Portal.d.ts.map +1 -0
  268. package/dist/components/Portal/Portal.js +22 -36
  269. package/dist/components/Portal/index.d.ts +2 -0
  270. package/dist/components/Portal/index.d.ts.map +1 -0
  271. package/dist/components/Portal/index.js +1 -3
  272. package/dist/components/Positioner/Positioner.css.d.ts +2 -0
  273. package/dist/components/Positioner/Positioner.css.d.ts.map +1 -0
  274. package/dist/components/Positioner/Positioner.css.js +6 -14
  275. package/dist/components/Positioner/Positioner.d.ts +13 -0
  276. package/dist/components/Positioner/Positioner.d.ts.map +1 -0
  277. package/dist/components/Positioner/Positioner.js +84 -107
  278. package/dist/components/Positioner/alignment.d.ts +11 -0
  279. package/dist/components/Positioner/alignment.d.ts.map +1 -0
  280. package/dist/components/Positioner/alignment.js +10 -13
  281. package/dist/components/Positioner/index.d.ts +3 -0
  282. package/dist/components/Positioner/index.d.ts.map +1 -0
  283. package/dist/components/Positioner/index.js +2 -4
  284. package/dist/components/ProgressBar/ProgressBar.css.d.ts +3 -0
  285. package/dist/components/ProgressBar/ProgressBar.css.d.ts.map +1 -0
  286. package/dist/components/ProgressBar/ProgressBar.css.js +6 -14
  287. package/dist/components/ProgressBar/ProgressBar.d.ts +9 -0
  288. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  289. package/dist/components/ProgressBar/ProgressBar.js +11 -29
  290. package/dist/components/ProgressBar/index.d.ts +2 -0
  291. package/dist/components/ProgressBar/index.d.ts.map +1 -0
  292. package/dist/components/ProgressBar/index.js +1 -3
  293. package/dist/components/ProgressBarGroup/ProgressBarGroup.css.d.ts +2 -0
  294. package/dist/components/ProgressBarGroup/ProgressBarGroup.css.d.ts.map +1 -0
  295. package/dist/components/ProgressBarGroup/ProgressBarGroup.css.js +4 -12
  296. package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts +10 -0
  297. package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts.map +1 -0
  298. package/dist/components/ProgressBarGroup/ProgressBarGroup.js +14 -42
  299. package/dist/components/ProgressBarGroup/index.d.ts +2 -0
  300. package/dist/components/ProgressBarGroup/index.d.ts.map +1 -0
  301. package/dist/components/ProgressBarGroup/index.js +1 -3
  302. package/dist/components/ProgressSpinner/ProgressSpinner.css.d.ts +9 -0
  303. package/dist/components/ProgressSpinner/ProgressSpinner.css.d.ts.map +1 -0
  304. package/dist/components/ProgressSpinner/ProgressSpinner.css.js +73 -81
  305. package/dist/components/ProgressSpinner/ProgressSpinner.d.ts +9 -0
  306. package/dist/components/ProgressSpinner/ProgressSpinner.d.ts.map +1 -0
  307. package/dist/components/ProgressSpinner/ProgressSpinner.js +13 -31
  308. package/dist/components/ProgressSpinner/index.d.ts +2 -0
  309. package/dist/components/ProgressSpinner/index.d.ts.map +1 -0
  310. package/dist/components/ProgressSpinner/index.js +1 -3
  311. package/dist/components/Radio/Radio.css.d.ts +2 -0
  312. package/dist/components/Radio/Radio.css.d.ts.map +1 -0
  313. package/dist/components/Radio/Radio.css.js +23 -31
  314. package/dist/components/Radio/Radio.d.ts +10 -0
  315. package/dist/components/Radio/Radio.d.ts.map +1 -0
  316. package/dist/components/Radio/Radio.js +19 -58
  317. package/dist/components/Radio/RadioGroup.d.ts +19 -0
  318. package/dist/components/Radio/RadioGroup.d.ts.map +1 -0
  319. package/dist/components/Radio/RadioGroup.js +7 -32
  320. package/dist/components/Radio/index.d.ts +3 -0
  321. package/dist/components/Radio/index.d.ts.map +1 -0
  322. package/dist/components/Radio/index.js +2 -4
  323. package/dist/components/Section/Section.css.d.ts +3 -0
  324. package/dist/components/Section/Section.css.d.ts.map +1 -0
  325. package/dist/components/Section/Section.css.js +5 -13
  326. package/dist/components/Section/Section.d.ts +9 -0
  327. package/dist/components/Section/Section.d.ts.map +1 -0
  328. package/dist/components/Section/Section.js +3 -18
  329. package/dist/components/Section/index.d.ts +2 -0
  330. package/dist/components/Section/index.d.ts.map +1 -0
  331. package/dist/components/Section/index.js +1 -3
  332. package/dist/components/SelectInput/SelectInput.css.d.ts +4 -0
  333. package/dist/components/SelectInput/SelectInput.css.d.ts.map +1 -0
  334. package/dist/components/SelectInput/SelectInput.css.js +11 -19
  335. package/dist/components/SelectInput/SelectInput.d.ts +6 -0
  336. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
  337. package/dist/components/SelectInput/SelectInput.js +11 -59
  338. package/dist/components/SelectInput/index.d.ts +2 -0
  339. package/dist/components/SelectInput/index.d.ts.map +1 -0
  340. package/dist/components/SelectInput/index.js +1 -3
  341. package/dist/components/SimplePagination/SimplePagination.d.ts +14 -0
  342. package/dist/components/SimplePagination/SimplePagination.d.ts.map +1 -0
  343. package/dist/components/SimplePagination/SimplePagination.js +17 -55
  344. package/dist/components/SimplePagination/index.d.ts +2 -0
  345. package/dist/components/SimplePagination/index.d.ts.map +1 -0
  346. package/dist/components/SimplePagination/index.js +1 -3
  347. package/dist/components/Stack/Divider.css.d.ts +2 -0
  348. package/dist/components/Stack/Divider.css.d.ts.map +1 -0
  349. package/dist/components/Stack/Divider.css.js +4 -12
  350. package/dist/components/Stack/Divider.d.ts +3 -0
  351. package/dist/components/Stack/Divider.d.ts.map +1 -0
  352. package/dist/components/Stack/Divider.js +4 -13
  353. package/dist/components/Stack/Stack.css.d.ts +5 -0
  354. package/dist/components/Stack/Stack.css.d.ts.map +1 -0
  355. package/dist/components/Stack/Stack.css.js +10 -18
  356. package/dist/components/Stack/Stack.d.ts +11 -0
  357. package/dist/components/Stack/Stack.d.ts.map +1 -0
  358. package/dist/components/Stack/Stack.js +23 -43
  359. package/dist/components/Stack/index.d.ts +2 -0
  360. package/dist/components/Stack/index.d.ts.map +1 -0
  361. package/dist/components/Stack/index.js +1 -3
  362. package/dist/components/StandardModal/StandardModal.css.d.ts +8 -0
  363. package/dist/components/StandardModal/StandardModal.css.d.ts.map +1 -0
  364. package/dist/components/StandardModal/StandardModal.css.js +57 -69
  365. package/dist/components/StandardModal/StandardModal.d.ts +16 -0
  366. package/dist/components/StandardModal/StandardModal.d.ts.map +1 -0
  367. package/dist/components/StandardModal/StandardModal.js +50 -123
  368. package/dist/components/StandardModal/index.d.ts +2 -0
  369. package/dist/components/StandardModal/index.d.ts.map +1 -0
  370. package/dist/components/StandardModal/index.js +1 -3
  371. package/dist/components/StarRating/StarRating.css.d.ts +2 -0
  372. package/dist/components/StarRating/StarRating.css.d.ts.map +1 -0
  373. package/dist/components/StarRating/StarRating.css.js +8 -16
  374. package/dist/components/StarRating/StarRating.d.ts +13 -0
  375. package/dist/components/StarRating/StarRating.d.ts.map +1 -0
  376. package/dist/components/StarRating/StarRating.js +46 -89
  377. package/dist/components/StarRating/index.d.ts +2 -0
  378. package/dist/components/StarRating/index.d.ts.map +1 -0
  379. package/dist/components/StarRating/index.js +1 -3
  380. package/dist/components/Stepper/Stepper.css.d.ts +5 -0
  381. package/dist/components/Stepper/Stepper.css.d.ts.map +1 -0
  382. package/dist/components/Stepper/Stepper.css.js +29 -39
  383. package/dist/components/Stepper/Stepper.d.ts +13 -0
  384. package/dist/components/Stepper/Stepper.d.ts.map +1 -0
  385. package/dist/components/Stepper/Stepper.js +95 -176
  386. package/dist/components/Stepper/index.d.ts +2 -0
  387. package/dist/components/Stepper/index.d.ts.map +1 -0
  388. package/dist/components/Stepper/index.js +1 -3
  389. package/dist/components/Switch/Switch.css.d.ts +5 -0
  390. package/dist/components/Switch/Switch.css.d.ts.map +1 -0
  391. package/dist/components/Switch/Switch.css.js +41 -49
  392. package/dist/components/Switch/Switch.d.ts +9 -0
  393. package/dist/components/Switch/Switch.d.ts.map +1 -0
  394. package/dist/components/Switch/Switch.js +27 -62
  395. package/dist/components/Switch/index.d.ts +2 -0
  396. package/dist/components/Switch/index.d.ts.map +1 -0
  397. package/dist/components/Switch/index.js +1 -3
  398. package/dist/components/Table/Table.css.d.ts +2 -0
  399. package/dist/components/Table/Table.css.d.ts.map +1 -0
  400. package/dist/components/Table/Table.css.js +6 -14
  401. package/dist/components/Table/Table.d.ts +9 -0
  402. package/dist/components/Table/Table.d.ts.map +1 -0
  403. package/dist/components/Table/Table.js +5 -28
  404. package/dist/components/Table/TableCell.css.d.ts +2 -0
  405. package/dist/components/Table/TableCell.css.d.ts.map +1 -0
  406. package/dist/components/Table/TableCell.css.js +20 -28
  407. package/dist/components/Table/TableCell.d.ts +12 -0
  408. package/dist/components/Table/TableCell.d.ts.map +1 -0
  409. package/dist/components/Table/TableCell.js +11 -41
  410. package/dist/components/Table/TableHeadCell.css.d.ts +10 -0
  411. package/dist/components/Table/TableHeadCell.css.d.ts.map +1 -0
  412. package/dist/components/Table/TableHeadCell.css.js +50 -61
  413. package/dist/components/Table/TableHeadCell.d.ts +14 -0
  414. package/dist/components/Table/TableHeadCell.d.ts.map +1 -0
  415. package/dist/components/Table/TableHeadCell.js +40 -86
  416. package/dist/components/Table/TableRow.d.ts +8 -0
  417. package/dist/components/Table/TableRow.d.ts.map +1 -0
  418. package/dist/components/Table/TableRow.js +2 -17
  419. package/dist/components/Table/TableRowGroup.d.ts +7 -0
  420. package/dist/components/Table/TableRowGroup.d.ts.map +1 -0
  421. package/dist/components/Table/TableRowGroup.js +2 -15
  422. package/dist/components/Table/context.d.ts +11 -0
  423. package/dist/components/Table/context.d.ts.map +1 -0
  424. package/dist/components/Table/context.js +10 -21
  425. package/dist/components/Table/index.d.ts +6 -0
  426. package/dist/components/Table/index.d.ts.map +1 -0
  427. package/dist/components/Table/index.js +5 -7
  428. package/dist/components/Tabs/Tab.css.d.ts +7 -0
  429. package/dist/components/Tabs/Tab.css.d.ts.map +1 -0
  430. package/dist/components/Tabs/Tab.css.js +35 -43
  431. package/dist/components/Tabs/Tab.d.ts +10 -0
  432. package/dist/components/Tabs/Tab.d.ts.map +1 -0
  433. package/dist/components/Tabs/Tab.js +50 -80
  434. package/dist/components/Tabs/TabList.css.d.ts +3 -0
  435. package/dist/components/Tabs/TabList.css.d.ts.map +1 -0
  436. package/dist/components/Tabs/TabList.css.js +22 -30
  437. package/dist/components/Tabs/TabList.d.ts +11 -0
  438. package/dist/components/Tabs/TabList.d.ts.map +1 -0
  439. package/dist/components/Tabs/TabList.js +67 -120
  440. package/dist/components/Tabs/TabPane.css.d.ts +2 -0
  441. package/dist/components/Tabs/TabPane.css.d.ts.map +1 -0
  442. package/dist/components/Tabs/TabPane.css.js +3 -11
  443. package/dist/components/Tabs/TabPane.d.ts +7 -0
  444. package/dist/components/Tabs/TabPane.d.ts.map +1 -0
  445. package/dist/components/Tabs/TabPane.js +15 -32
  446. package/dist/components/Tabs/TabPanes.css.d.ts +2 -0
  447. package/dist/components/Tabs/TabPanes.css.d.ts.map +1 -0
  448. package/dist/components/Tabs/TabPanes.css.js +8 -16
  449. package/dist/components/Tabs/TabPanes.d.ts +15 -0
  450. package/dist/components/Tabs/TabPanes.d.ts.map +1 -0
  451. package/dist/components/Tabs/TabPanes.js +5 -22
  452. package/dist/components/Tabs/Tabs.d.ts +18 -0
  453. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  454. package/dist/components/Tabs/Tabs.js +10 -22
  455. package/dist/components/Tabs/index.d.ts +6 -0
  456. package/dist/components/Tabs/index.d.ts.map +1 -0
  457. package/dist/components/Tabs/index.js +5 -7
  458. package/dist/components/Text/Text.d.ts +12 -0
  459. package/dist/components/Text/Text.d.ts.map +1 -0
  460. package/dist/components/Text/Text.js +14 -36
  461. package/dist/components/Text/index.d.ts +4 -0
  462. package/dist/components/Text/index.d.ts.map +1 -0
  463. package/dist/components/Text/index.js +2 -4
  464. package/dist/components/Text/useTextStyles.css.d.ts +8 -0
  465. package/dist/components/Text/useTextStyles.css.d.ts.map +1 -0
  466. package/dist/components/Text/useTextStyles.css.js +20 -42
  467. package/dist/components/Text/useTextStyles.d.ts +16 -0
  468. package/dist/components/Text/useTextStyles.d.ts.map +1 -0
  469. package/dist/components/Text/useTextStyles.js +5 -20
  470. package/dist/components/TextAreaInput/TextAreaInput.d.ts +3 -0
  471. package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -0
  472. package/dist/components/TextAreaInput/TextAreaInput.js +7 -34
  473. package/dist/components/TextAreaInput/index.d.ts +2 -0
  474. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  475. package/dist/components/TextAreaInput/index.js +1 -3
  476. package/dist/components/TextContainer/TextContainer.d.ts +9 -0
  477. package/dist/components/TextContainer/TextContainer.d.ts.map +1 -0
  478. package/dist/components/TextContainer/TextContainer.js +8 -42
  479. package/dist/components/TextContainer/index.d.ts +2 -0
  480. package/dist/components/TextContainer/index.d.ts.map +1 -0
  481. package/dist/components/TextContainer/index.js +1 -3
  482. package/dist/components/TextInput/TextInput.d.ts +3 -0
  483. package/dist/components/TextInput/TextInput.d.ts.map +1 -0
  484. package/dist/components/TextInput/TextInput.js +5 -35
  485. package/dist/components/TextInput/index.d.ts +2 -0
  486. package/dist/components/TextInput/index.d.ts.map +1 -0
  487. package/dist/components/TextInput/index.js +1 -3
  488. package/dist/components/TextLink/TextLink.css.d.ts +3 -0
  489. package/dist/components/TextLink/TextLink.css.d.ts.map +1 -0
  490. package/dist/components/TextLink/TextLink.css.js +15 -23
  491. package/dist/components/TextLink/TextLink.d.ts +14 -0
  492. package/dist/components/TextLink/TextLink.d.ts.map +1 -0
  493. package/dist/components/TextLink/TextLink.js +24 -63
  494. package/dist/components/TextLink/index.d.ts +2 -0
  495. package/dist/components/TextLink/index.d.ts.map +1 -0
  496. package/dist/components/TextLink/index.js +1 -3
  497. package/dist/components/ThemeProvider/ThemeProvider.d.ts +20 -0
  498. package/dist/components/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  499. package/dist/components/ThemeProvider/ThemeProvider.js +13 -31
  500. package/dist/components/ThemeProvider/index.d.ts +2 -0
  501. package/dist/components/ThemeProvider/index.d.ts.map +1 -0
  502. package/dist/components/ThemeProvider/index.js +1 -3
  503. package/dist/components/Toaster/Toast.css.d.ts +3 -0
  504. package/dist/components/Toaster/Toast.css.d.ts.map +1 -0
  505. package/dist/components/Toaster/Toast.css.js +9 -17
  506. package/dist/components/Toaster/Toast.d.ts +13 -0
  507. package/dist/components/Toaster/Toast.d.ts.map +1 -0
  508. package/dist/components/Toaster/Toast.js +105 -217
  509. package/dist/components/Toaster/index.d.ts +2 -0
  510. package/dist/components/Toaster/index.d.ts.map +1 -0
  511. package/dist/components/Toaster/index.js +1 -3
  512. package/dist/components/Tooltip/Tooltip.css.d.ts +2 -0
  513. package/dist/components/Tooltip/Tooltip.css.d.ts.map +1 -0
  514. package/dist/components/Tooltip/Tooltip.css.js +9 -21
  515. package/dist/components/Tooltip/Tooltip.d.ts +13 -0
  516. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  517. package/dist/components/Tooltip/Tooltip.js +40 -72
  518. package/dist/components/Tooltip/index.d.ts +2 -0
  519. package/dist/components/Tooltip/index.d.ts.map +1 -0
  520. package/dist/components/Tooltip/index.js +1 -3
  521. package/dist/components/VisuallyHidden/VisuallyHidden.css.d.ts +2 -0
  522. package/dist/components/VisuallyHidden/VisuallyHidden.css.d.ts.map +1 -0
  523. package/dist/components/VisuallyHidden/VisuallyHidden.css.js +5 -13
  524. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +8 -0
  525. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
  526. package/dist/components/VisuallyHidden/VisuallyHidden.js +3 -19
  527. package/dist/components/VisuallyHidden/index.d.ts +2 -0
  528. package/dist/components/VisuallyHidden/index.d.ts.map +1 -0
  529. package/dist/components/VisuallyHidden/index.js +1 -3
  530. package/dist/components/index.d.ts +54 -0
  531. package/dist/components/index.d.ts.map +1 -0
  532. package/dist/components/index.js +53 -55
  533. package/dist/components/private/CheckableBase/CheckableBase.css.d.ts +7 -0
  534. package/dist/components/private/CheckableBase/CheckableBase.css.d.ts.map +1 -0
  535. package/dist/components/private/CheckableBase/CheckableBase.css.js +38 -46
  536. package/dist/components/private/CheckableBase/CheckableBase.d.ts +16 -0
  537. package/dist/components/private/CheckableBase/CheckableBase.d.ts.map +1 -0
  538. package/dist/components/private/CheckableBase/CheckableBase.js +27 -90
  539. package/dist/components/private/CheckableBase/index.d.ts +2 -0
  540. package/dist/components/private/CheckableBase/index.d.ts.map +1 -0
  541. package/dist/components/private/CheckableBase/index.js +1 -3
  542. package/dist/components/private/CheckableBase/useCheckableStyles.d.ts +4 -0
  543. package/dist/components/private/CheckableBase/useCheckableStyles.d.ts.map +1 -0
  544. package/dist/components/private/CheckableBase/useCheckableStyles.js +3 -5
  545. package/dist/components/private/InputBase/HintText.css.d.ts +2 -0
  546. package/dist/components/private/InputBase/HintText.css.d.ts.map +1 -0
  547. package/dist/components/private/InputBase/HintText.css.js +3 -11
  548. package/dist/components/private/InputBase/HintText.d.ts +9 -0
  549. package/dist/components/private/InputBase/HintText.d.ts.map +1 -0
  550. package/dist/components/private/InputBase/HintText.js +14 -28
  551. package/dist/components/private/InputBase/InputState.css.d.ts +58 -0
  552. package/dist/components/private/InputBase/InputState.css.d.ts.map +1 -0
  553. package/dist/components/private/InputBase/InputState.css.js +80 -96
  554. package/dist/components/private/InputBase/NotchedBase.css.d.ts +14 -0
  555. package/dist/components/private/InputBase/NotchedBase.css.d.ts.map +1 -0
  556. package/dist/components/private/InputBase/NotchedBase.css.js +83 -78
  557. package/dist/components/private/InputBase/NotchedBase.d.ts +15 -0
  558. package/dist/components/private/InputBase/NotchedBase.d.ts.map +1 -0
  559. package/dist/components/private/InputBase/NotchedBase.js +35 -80
  560. package/dist/components/private/InputBase/index.d.ts +2 -0
  561. package/dist/components/private/InputBase/index.d.ts.map +1 -0
  562. package/dist/components/private/InputBase/index.js +1 -3
  563. package/dist/components/private/InputBase/withEnhancedInput.css.d.ts +9 -0
  564. package/dist/components/private/InputBase/withEnhancedInput.css.d.ts.map +1 -0
  565. package/dist/components/private/InputBase/withEnhancedInput.css.js +44 -56
  566. package/dist/components/private/InputBase/withEnhancedInput.d.ts +57 -0
  567. package/dist/components/private/InputBase/withEnhancedInput.d.ts.map +1 -0
  568. package/dist/components/private/InputBase/withEnhancedInput.js +89 -176
  569. package/dist/hooks/useAttachedBoxes/index.d.ts +2 -0
  570. package/dist/hooks/useAttachedBoxes/index.d.ts.map +1 -0
  571. package/dist/hooks/useAttachedBoxes/index.js +1 -3
  572. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.d.ts +9 -0
  573. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.d.ts.map +1 -0
  574. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.js +18 -26
  575. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts +18 -0
  576. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts.map +1 -0
  577. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.js +46 -71
  578. package/dist/hooks/useMedia/index.d.ts +2 -0
  579. package/dist/hooks/useMedia/index.d.ts.map +1 -0
  580. package/dist/hooks/useMedia/index.js +1 -3
  581. package/dist/hooks/useMedia/useMedia.d.ts +3 -0
  582. package/dist/hooks/useMedia/useMedia.d.ts.map +1 -0
  583. package/dist/hooks/useMedia/useMedia.js +31 -39
  584. package/dist/hooks/useNegativeMargin/useNegativeMargin.d.ts +3 -0
  585. package/dist/hooks/useNegativeMargin/useNegativeMargin.d.ts.map +1 -0
  586. package/dist/hooks/useNegativeMargin/useNegativeMargin.js +2 -4
  587. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.d.ts +2 -0
  588. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.d.ts.map +1 -0
  589. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.js +5 -13
  590. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts +4 -0
  591. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts.map +1 -0
  592. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.js +3 -5
  593. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.d.ts +2 -0
  594. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.d.ts.map +1 -0
  595. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.js +4 -12
  596. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts +4 -0
  597. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts.map +1 -0
  598. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.js +3 -5
  599. package/dist/hooks/useResponsiveValue/index.d.ts +2 -0
  600. package/dist/hooks/useResponsiveValue/index.d.ts.map +1 -0
  601. package/dist/hooks/useResponsiveValue/index.js +1 -3
  602. package/dist/hooks/useResponsiveValue/useResponsiveValue.d.ts +3 -0
  603. package/dist/hooks/useResponsiveValue/useResponsiveValue.d.ts.map +1 -0
  604. package/dist/hooks/useResponsiveValue/useResponsiveValue.js +17 -14
  605. package/dist/index.d.ts +6 -0
  606. package/dist/index.d.ts.map +1 -0
  607. package/dist/index.js +5 -7
  608. package/dist/reset/globalFonts.css.d.ts +2 -0
  609. package/dist/reset/globalFonts.css.d.ts.map +1 -0
  610. package/dist/reset/globalFonts.css.js +12 -20
  611. package/dist/reset/globalReset.css.d.ts +2 -0
  612. package/dist/reset/globalReset.css.d.ts.map +1 -0
  613. package/dist/reset/globalReset.css.js +13 -21
  614. package/dist/reset/reset.css.d.ts +49 -0
  615. package/dist/reset/reset.css.d.ts.map +1 -0
  616. package/dist/reset/reset.css.js +109 -105
  617. package/dist/themes/base/index.d.ts +8 -0
  618. package/dist/themes/base/index.d.ts.map +1 -0
  619. package/dist/themes/base/index.js +7 -9
  620. package/dist/themes/base/tokens.d.ts +3 -0
  621. package/dist/themes/base/tokens.d.ts.map +1 -0
  622. package/dist/themes/base/tokens.js +257 -264
  623. package/dist/themes/base/vars.css.d.ts +3 -0
  624. package/dist/themes/base/vars.css.d.ts.map +1 -0
  625. package/dist/themes/base/vars.css.js +2 -10
  626. package/dist/themes/flat_red/index.d.ts +8 -0
  627. package/dist/themes/flat_red/index.d.ts.map +1 -0
  628. package/dist/themes/flat_red/index.js +8 -10
  629. package/dist/themes/flat_red/tokens.d.ts +3 -0
  630. package/dist/themes/flat_red/tokens.d.ts.map +1 -0
  631. package/dist/themes/flat_red/tokens.js +175 -179
  632. package/dist/themes/flat_red/vars.css.d.ts +2 -0
  633. package/dist/themes/flat_red/vars.css.d.ts.map +1 -0
  634. package/dist/themes/flat_red/vars.css.js +2 -10
  635. package/dist/themes/helpers.d.ts +2 -0
  636. package/dist/themes/helpers.d.ts.map +1 -0
  637. package/dist/themes/helpers.js +10 -9
  638. package/dist/themes/index.d.ts +3 -0
  639. package/dist/themes/index.d.ts.map +1 -0
  640. package/dist/themes/index.js +2 -4
  641. package/dist/themes/makeTheme.d.ts +12 -0
  642. package/dist/themes/makeTheme.d.ts.map +1 -0
  643. package/dist/themes/makeTheme.js +18 -29
  644. package/dist/themes/tokens.d.ts +96 -0
  645. package/dist/themes/tokens.d.ts.map +1 -0
  646. package/dist/themes/tokens.js +1 -3
  647. package/dist/utils/index.d.ts +19 -0
  648. package/dist/utils/index.d.ts.map +1 -0
  649. package/dist/utils/index.js +77 -93
  650. package/dist/utils/mapTokenToProperty.d.ts +6 -0
  651. package/dist/utils/mapTokenToProperty.d.ts.map +1 -0
  652. package/dist/utils/mapTokenToProperty.js +10 -22
  653. package/dist/utils/number.d.ts +6 -0
  654. package/dist/utils/number.d.ts.map +1 -0
  655. package/dist/utils/number.js +24 -21
  656. package/dist/utils/resolveResponsiveProps.d.ts +7 -0
  657. package/dist/utils/resolveResponsiveProps.d.ts.map +1 -0
  658. package/dist/utils/resolveResponsiveProps.js +31 -29
  659. package/dist/utils/responsiveProps.css.d.ts +5 -0
  660. package/dist/utils/responsiveProps.css.d.ts.map +1 -0
  661. package/dist/utils/responsiveProps.css.js +17 -29
  662. package/dist/utils/responsiveStyle.d.ts +4 -0
  663. package/dist/utils/responsiveStyle.d.ts.map +1 -0
  664. package/dist/utils/responsiveStyle.js +16 -26
  665. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,1415 @@
1
+ # @autoguru/overdrive
2
+
3
+ ## 4.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 5300772: Fixed type definitions
8
+
9
+ ## 4.3.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 86f955b: Dependency upgrades
14
+
15
+ ## 4.3.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 33c6c71: Inputs: Get theme standard line height
20
+ - 28252fb: NumberInput: Fixes paasive events being prevented
21
+
22
+ ## 4.3.2
23
+
24
+ ### Patch Changes
25
+
26
+ - 5930dd5: NumberBubble: Suppoertsa larger numbers
27
+
28
+ ## 4.3.1
29
+
30
+ ### Patch Changes
31
+
32
+ - 3b81bdc: Button: Fixes warning and information text colours
33
+
34
+ ## 4.3.0
35
+
36
+ ### Minor Changes
37
+
38
+ - ff5cd80: Button: Gets new colour variants
39
+
40
+ ## 4.2.1
41
+
42
+ ### Patch Changes
43
+
44
+ - 5d20ae8: NumberBuble: Fixed wrong sizing for the value of 10
45
+
46
+ ## 4.2.0
47
+
48
+ ### Minor Changes
49
+
50
+ - b6959f7: NumberBubble component intoduced
51
+
52
+ ## 4.1.18
53
+
54
+ ### Patch Changes
55
+
56
+ - 5e2efa2: Checkbox: Removes extra right padding when it has no label Radio:
57
+ Removes extra right padding when it has no label
58
+
59
+ ## 4.1.17
60
+
61
+ ### Patch Changes
62
+
63
+ - 5fc3db9: Radio: Can have empty children Checkbox: Can have empty children
64
+
65
+ ## 4.1.16
66
+
67
+ ### Patch Changes
68
+
69
+ - 11d9730: Button: Gets new intent border colours for border colour
70
+
71
+ ## 4.1.15
72
+
73
+ ### Patch Changes
74
+
75
+ - 5293616: NumberInput: Changed event lister to passive TabList: Changed event
76
+ lister to passive useMedia: Changed event lister to passive
77
+
78
+ ## 4.1.14
79
+
80
+ ### Patch Changes
81
+
82
+ - 14ee239: Tooltip: Gets test size option
83
+
84
+ ## 4.1.13
85
+
86
+ ### Patch Changes
87
+
88
+ - 7dbf75b: Tooltip: Gets auto closing timeout option
89
+
90
+ ## 4.1.12
91
+
92
+ ### Patch Changes
93
+
94
+ - 834f5bd: Button: Keep its layout unchanged in loading mode
95
+
96
+ ## 4.1.11
97
+
98
+ ### Patch Changes
99
+
100
+ - 5448c8a: base theme: Link colour updated to blue 500 TextLink: get link
101
+ colour
102
+
103
+ ## 4.1.10
104
+
105
+ ### Patch Changes
106
+
107
+ - e1f5773: Heading: Gets wordBreak prop
108
+
109
+ ## 4.1.9
110
+
111
+ ### Patch Changes
112
+
113
+ - e1dc659: Text: Gets word-break option Meta: Gets word-break option
114
+
115
+ ## 4.1.8
116
+
117
+ ### Patch Changes
118
+
119
+ - e67fd78: Image: Updated prop types
120
+
121
+ ## 4.1.7
122
+
123
+ ### Patch Changes
124
+
125
+ - f5843b0: Image component: Gets exported from root
126
+
127
+ ## 4.1.6
128
+
129
+ ### Patch Changes
130
+
131
+ - 13acf79: AutoSuggest: Calls onEnter with current value
132
+
133
+ ## 4.1.5
134
+
135
+ ### Patch Changes
136
+
137
+ - 6ae288e: AutoSuggest: Type fixes
138
+
139
+ ## 4.1.4
140
+
141
+ ### Patch Changes
142
+
143
+ - Overdrive: Fixed input ref type
144
+
145
+ ## 4.1.3
146
+
147
+ ### Patch Changes
148
+
149
+ - 9884f4c: Autosuggest: Closes results when enter key is pressed
150
+
151
+ ## 4.1.2
152
+
153
+ ### Patch Changes
154
+
155
+ - e825a3d: useResponsiveValue Accepts any generic type
156
+
157
+ ## 4.1.1
158
+
159
+ ### Patch Changes
160
+
161
+ - 4bae7d0: AutoSuggest accepts an 'onEnter' event callback
162
+
163
+ ## 4.1.0
164
+
165
+ ### Minor Changes
166
+
167
+ - af65bd3: New responsive Image component
168
+
169
+ ## 4.0.4
170
+
171
+ ### Patch Changes
172
+
173
+ - 1ac5083: Adds babel preset env
174
+
175
+ ## 4.0.3
176
+
177
+ ### Patch Changes
178
+
179
+ - 7f65be1: TextArea: Fixed min height
180
+
181
+ ## 4.0.2
182
+
183
+ ### Patch Changes
184
+
185
+ - f7bfcdb: Tabs Get a more distinct colour for unselected tab labels
186
+
187
+ ## 4.0.1
188
+
189
+ ### Patch Changes
190
+
191
+ - e2cebc8: Applies type fixes
192
+
193
+ ## 4.0.0
194
+
195
+ ### Major Changes
196
+
197
+ - dd12f20: Migrates Overdrive to vanilla extract
198
+
199
+ ## 3.0.0
200
+
201
+ ### Major Changes
202
+
203
+ - eb36462: Overdrive: Migrates styling away from treat to vanilla extract
204
+ - aaac596: Migrate to vanilla extract
205
+
206
+ ### Patch Changes
207
+
208
+ - 4324095: OverdriveProvider: Imports reset styles
209
+ - 4324095: OverdriveProvider: Imports global fonts
210
+ - 2623174: fixes list of files with side effects
211
+ - 03ca973: Autosuggest: Replaces deprecated fill-available with stretch
212
+ - 56edcaf: Overdrive: Gets file extentions for imports
213
+ - 2fbe7bf: OverdriveProvider: Accepts runtime breakpoint token
214
+ - 4324095: Compiles released package to JS
215
+ - 4858d44: Compiles Overdrive package into JS
216
+ - 36736c3: useMedia
217
+ - ec17939: Adds babel react preset
218
+ - 965c7ed: Portal: Makes theme wrapping optional
219
+ - 19d14a1: Multiple theming fixes
220
+ - aa5d74b: Portal: Removes memo
221
+ - 4324095: Reverts compiling to js
222
+ - 713b1a3: Oderdrive: Fixed type generation for released package
223
+ - 4b3b1ec: Adds inhouse babel config
224
+ - ca4e971: Portal: Fixes unwrapped version
225
+ - 158d3bb: Accept custom runtime breakpoint tokens
226
+
227
+ ## 3.0.0-next.18
228
+
229
+ ### Patch Changes
230
+
231
+ - Fixes type generation for released package
232
+
233
+ ## 3.0.0-next.17
234
+
235
+ ### Patch Changes
236
+
237
+ - useMedia
238
+
239
+ ## 3.0.0-next.16
240
+
241
+ ### Patch Changes
242
+
243
+ - Portal: Removes memo
244
+
245
+ ## 3.0.0-next.15
246
+
247
+ ### Patch Changes
248
+
249
+ - Portal: Fixes unwrapped version
250
+
251
+ ## 3.0.0-next.14
252
+
253
+ ### Patch Changes
254
+
255
+ - Portal: Makes theme wrapping optional
256
+
257
+ ## 3.0.0-next.13
258
+
259
+ ### Patch Changes
260
+
261
+ - OverdriveProvider: Accepts runtime breakpoint token
262
+
263
+ ## 3.0.0-next.12
264
+
265
+ ### Patch Changes
266
+
267
+ - Accept custom runtime breakpoint tokens
268
+
269
+ ## 3.0.0-next.11
270
+
271
+ ### Patch Changes
272
+
273
+ - Autosuggest: Replaces deprecated fill-available with stretch
274
+
275
+ ## 3.0.0-next.10
276
+
277
+ ### Patch Changes
278
+
279
+ - fixes list of files with sideeffects
280
+
281
+ ## 3.0.0-next.9
282
+
283
+ ### Patch Changes
284
+
285
+ - ec17939: Adds babel react preset
286
+
287
+ ## 3.0.0-next.8
288
+
289
+ ### Patch Changes
290
+
291
+ - Overdrive: Gets file extentions for imports
292
+
293
+ ## 3.0.0-next.7
294
+
295
+ ### Patch Changes
296
+
297
+ - Adds inhouse babel config
298
+
299
+ ## 3.0.0-next.6
300
+
301
+ ### Patch Changes
302
+
303
+ - OverdriveProvider: Imports global fonts
304
+
305
+ ## 3.0.0-next.5
306
+
307
+ ### Patch Changes
308
+
309
+ - OverdriveProvider: Imports reset styles
310
+
311
+ ## 3.0.0-next.4
312
+
313
+ ### Patch Changes
314
+
315
+ - Compiles released package to JS
316
+
317
+ ## 3.0.0-next.3
318
+
319
+ ### Patch Changes
320
+
321
+ - Reverts compiling to js
322
+
323
+ ## 3.0.0-next.2
324
+
325
+ ### Patch Changes
326
+
327
+ - Compiles Overdrive package into JS
328
+
329
+ ## 3.0.0-next.1
330
+
331
+ ### Patch Changes
332
+
333
+ - Multiple theming fixes
334
+
335
+ ## 3.0.0-next.0
336
+
337
+ ### Major Changes
338
+
339
+ - eb36462: Overdrive: Migrates styling away from treat to vanilla extract
340
+ - aaac596: Migrate to vanilla extract
341
+
342
+ ## 3.0.0-next.1
343
+
344
+ ### Major Changes
345
+
346
+ - Migrate to vanilla extract
347
+
348
+ ## 3.0.0-next.0
349
+
350
+ ### Major Changes
351
+
352
+ - Overdrive: Migrates styling away from treat to vanilla extract
353
+
354
+ ## 2.7.0
355
+
356
+ ### Minor Changes
357
+
358
+ - f982d1c: Upgraded to react v18 alpha
359
+ - 0fa7afd: Overdsrive: Gets compiled into javascripts and typescript types
360
+ - 7033333: Hooks: New useAttachedBoxes helper hook
361
+ - f15d951: Hooks: New useResponsiveValue value hook
362
+
363
+ ### Patch Changes
364
+
365
+ - b7e6aae: Adds relese script
366
+ - 25dda76: Attached Boxes: Accept default box props
367
+ - 85e9ceb: StandardModal: Hides it's frame overflow
368
+ - d08c689: Badge: Gets new large size
369
+ - 96a8299: NumberInput: Gets new preventMouseWheel prop to prevent value
370
+ change while scrolling
371
+ - fd3cea4: AttachedBoxes: Do not get default paddings
372
+ - 7f2122b: Adds more utils root export
373
+ - b7e6aae: Overdrive: Gets files list added to package.json
374
+ - b7e6aae: Fixes main file
375
+ - 006435e: StandardModal: Gets narrow and skinny sizes
376
+ - d89cd04: LoadingBox Accepts default Box props
377
+ - b7e6aae: Overdrive index main index files fixed
378
+ - ded7b5d: Inputs: Get their hover states going to a darker shade
379
+ - 8b1f6df: useResponsiveValue: Gets exported from libs root
380
+ - fd3cea4: AttachedBoxes: Accept external classnames
381
+ - ff9a789: Sets index.ts as main entry file
382
+ - ba85147: Overdrive: Multiple export changes
383
+ - 5c1b018: Publish command: Nolonger compiles to JS
384
+
385
+ ## 2.7.0-next.18
386
+
387
+ ### Patch Changes
388
+
389
+ - Overdrive: Multiple export changes
390
+
391
+ ## 2.7.0-next.17
392
+
393
+ ### Patch Changes
394
+
395
+ - Badge: Gets new large size
396
+
397
+ ## 2.7.0-next.16
398
+
399
+ ### Patch Changes
400
+
401
+ - Publish command: Nolonger compiles to JS
402
+
403
+ ## 2.7.0-next.15
404
+
405
+ ### Patch Changes
406
+
407
+ - Adds more utils root export
408
+
409
+ ## 2.7.0-next.14
410
+
411
+ ### Patch Changes
412
+
413
+ - Sets index.ts as main entry file
414
+
415
+ ## 2.7.0-next.13
416
+
417
+ ### Patch Changes
418
+
419
+ - Fixes main file
420
+
421
+ ## 2.7.0-next.12
422
+
423
+ ### Patch Changes
424
+
425
+ - Overdrive index main index files fixed
426
+
427
+ ## 2.7.0-next.11
428
+
429
+ ### Patch Changes
430
+
431
+ - Overdrive: Gets files list added to package.json
432
+
433
+ ## 2.7.0-next.10
434
+
435
+ ### Patch Changes
436
+
437
+ - Adds relese script
438
+
439
+ ## 2.7.0-next.9
440
+
441
+ ### Minor Changes
442
+
443
+ - Overdsrive: Gets compiled into javascripts and typescript types
444
+
445
+ ## 2.7.0-next.8
446
+
447
+ ### Patch Changes
448
+
449
+ - NumberInput: Gets new preventMouseWheel prop to prevent value change while
450
+ scrolling
451
+
452
+ ## 2.7.0-next.7
453
+
454
+ ### Patch Changes
455
+
456
+ - StandardModal: Hides it's frame overflow
457
+
458
+ ## 2.7.0-next.6
459
+
460
+ ### Patch Changes
461
+
462
+ - StandardModal: Gets narrow and skinny sizes
463
+
464
+ ## 2.7.0-next.5
465
+
466
+ ### Patch Changes
467
+
468
+ - LoadingBox Accepts default Box props
469
+
470
+ ## 2.7.0-next.4
471
+
472
+ ### Patch Changes
473
+
474
+ - AttachedBoxes: Do not get default paddings
475
+ - AttachedBoxes: Accept external classnames
476
+
477
+ ## 2.7.0-next.3
478
+
479
+ ### Patch Changes
480
+
481
+ - Attached Boxes: Accept default box props
482
+ - 8b1f6df: useResponsiveValue: Gets exported from libs root
483
+
484
+ ## 2.7.0-next.2
485
+
486
+ ### Minor Changes
487
+
488
+ - 7033333: Hooks: New useAttachedBoxes helper hook
489
+ - f15d951: Hooks: New useResponsiveValue value hook
490
+
491
+ ## 2.7.0-next.1
492
+
493
+ ### Patch Changes
494
+
495
+ - ded7b5d: Inputs: Get their hover states going to a darker shade
496
+
497
+ ## 2.7.0-next.0
498
+
499
+ ### Minor Changes
500
+
501
+ - Upgraded to react v18 alpha
502
+
503
+ ## 2.6.3
504
+
505
+ ### Patch Changes
506
+
507
+ - f6e8135: AutoSuggest: Gets increased results fylout maxHeight value
508
+
509
+ ## 2.6.2
510
+
511
+ ### Patch Changes
512
+
513
+ - 23780cc: Autosuggest: Gets a fix for white background under round edges
514
+
515
+ ## 2.6.1
516
+
517
+ ### Patch Changes
518
+
519
+ - d2ba68a: AutoSuggest: Gets white background for results ul element
520
+
521
+ ## 2.6.0
522
+
523
+ ### Minor Changes
524
+
525
+ - b625d7c: AutoSuggest: Gets a clear input button when with value
526
+ - b625d7c: AutoSuggest: Gets enforced inline options view
527
+
528
+ ## 2.5.1
529
+
530
+ ### Patch Changes
531
+
532
+ - 7072055: Toaster: gets primary, secondary and shine variants
533
+
534
+ ## 2.5.0
535
+
536
+ ### Minor Changes
537
+
538
+ - 9411d17: MinimalModal: New MinimalModal component with StandardModal
539
+ features but without any baked in UI
540
+
541
+ ## 2.4.4
542
+
543
+ ### Patch Changes
544
+
545
+ - 97f8b2d: Button: Uses theme secondary colour for secondary variation border
546
+
547
+ ## 2.4.3
548
+
549
+ ### Patch Changes
550
+
551
+ - a3908d9: AutoSuggest: Gets fix for fullscreen veiw resizing html tag width
552
+ to 0
553
+
554
+ ## 2.4.2
555
+
556
+ ### Patch Changes
557
+
558
+ - e7fe560: Inputs: Get stories with no notch
559
+
560
+ ## 2.4.1
561
+
562
+ ### Patch Changes
563
+
564
+ - dd39f3a: Overdrive Themes: Gets a new flat theme added
565
+
566
+ ## 2.4.0
567
+
568
+ ### Minor Changes
569
+
570
+ - 4c96195: Theming: All explicitly set component colours now use theme based
571
+ colours
572
+
573
+ ## 2.3.1
574
+
575
+ ### Patch Changes
576
+
577
+ - a631d85: SelectInput: Gets option to be passed a custom field icon
578
+
579
+ AutoSuggest: Gets option to be passed a custom field icon
580
+
581
+ ## 2.3.0
582
+
583
+ ### Minor Changes
584
+
585
+ - f4eb420: Input fields: Get a loading state
586
+
587
+ ## 2.2.8
588
+
589
+ ### Patch Changes
590
+
591
+ - 75d6708: Checkbox: Accepts ref
592
+
593
+ RadioGroup: Accepts ref
594
+
595
+ Radio: Accepts ref
596
+
597
+ ## 2.2.7
598
+
599
+ ### Patch Changes
600
+
601
+ - e004bff: Text: Gets capitalise text transform prop
602
+
603
+ ## 2.2.6
604
+
605
+ ### Patch Changes
606
+
607
+ - b328760: Box: Gets padding reset for field and fieldset elements
608
+
609
+ AutoSuggest: Gets fix for exception when clicking outside an open
610
+ AutoSuggest
611
+
612
+ ## 2.2.5
613
+
614
+ ### Patch Changes
615
+
616
+ - 075e32e: useBoxStyles: Borders paddings and margins are no longer rest on
617
+ block elements
618
+ - 075e32e: Heading: Gets explicit reset styles
619
+ - 6068142: AutoSuggest: Fixed undefined error caused by blurring out of
620
+ AutoSuggest
621
+
622
+ ## 2.2.4
623
+
624
+ ### Patch Changes
625
+
626
+ - ee67f76: TextLink: Gets inline reset styles
627
+
628
+ ProgressSpinner: Gets svg and block resets for the animates SVG
629
+
630
+ ## 2.2.3
631
+
632
+ ### Patch Changes
633
+
634
+ - 340da9a: Text: Gets explicit reset styles for span and p
635
+
636
+ field: Gets explicit reset styles
637
+
638
+ fieldset: Gets explicit reset styles
639
+
640
+ ## 2.2.2
641
+
642
+ ### Patch Changes
643
+
644
+ - a3274cb: useBoxStyles: Applies base reset styles to div elements
645
+ - a3274cb: TextAreaInput: Gets base input reset styles
646
+
647
+ ## 2.2.1
648
+
649
+ ### Patch Changes
650
+
651
+ - 0e10140: useBoxStyles: Base reset styles now spread individually into
652
+ element type reset styles
653
+
654
+ ## 2.2.0
655
+
656
+ ### Minor Changes
657
+
658
+ - 667876a: **Checkboxes**: Disabled mode gets reduced opacity
659
+
660
+ **Radio**: Disabled mode gets reduced opacity
661
+
662
+ ## 2.1.9
663
+
664
+ ### Patch Changes
665
+
666
+ - 252f512: Upgrades treat to latest
667
+ - ca5cb40: **Heading**: Heading component _should_ pass all text style props
668
+ down
669
+
670
+ ## 2.1.8
671
+
672
+ ### Patch Changes
673
+
674
+ - d9b96c6: **StandardModal**: Fixes mobile view to be pinned to the bottom and
675
+ table view is all rounded corners
676
+ - 99bc4f9: **Stepper**: Fixes extra re-render on each change
677
+
678
+ ## 2.1.7
679
+
680
+ ### Patch Changes
681
+
682
+ - 977a99f: **Section**: Introduces a new small option for width values
683
+
684
+ ## 2.1.6
685
+
686
+ ### Patch Changes
687
+
688
+ - 463422c: **Badge**: Fixes default text style colour incorrect style ordering
689
+ ordering
690
+
691
+ ## 2.1.5
692
+
693
+ ### Patch Changes
694
+
695
+ - 42057f4: **Badge**: Fixes inverted text style colours and incorrect ordering
696
+ caused by [treat](https://github.com/seek-oss/treat)
697
+
698
+ ## 2.1.4
699
+
700
+ ### Patch Changes
701
+
702
+ - a54636d: **AutoSuggest**: Fix's it so if Suggestions is ever undefined or
703
+ empty, that the nextFn doesnt fail
704
+ - dec98ef: **StandardModal**: The main region to be wrapped in a flex to allow
705
+ stretching children
706
+
707
+ ## 2.1.3
708
+
709
+ ### Patch Changes
710
+
711
+ - c81a433: **SelectInput**: Fixes wrong prop type needed
712
+
713
+ ## 2.1.2
714
+
715
+ ### Patch Changes
716
+
717
+ - 1d4b39e: **SelectInput**: Increases target click area to cover the full
718
+ width of component.
719
+
720
+ ## 2.1.1
721
+
722
+ ### Minor Changes
723
+
724
+ - 052a024: Corrected types to be more type safe and accurate.
725
+
726
+ Notably `<Box>`. Seeing as we `createElement`, we fixed types to only allow
727
+ `IntrinsicElements | JSXElementConstructor`. As such, any `"button"` or
728
+ `TextLink` prop values will work. However, `<TextLink />` will not.
729
+
730
+ ## 2.0.27
731
+
732
+ ### Patch Changes
733
+
734
+ - 648ec6a: **Inputs:** Introduces `reserveHintSpace` prop—to _reserve_ the
735
+ space that would otherwise be occupied by the hint text.
736
+
737
+ Super useful in stacked forms with validation, so that page layout shifts
738
+ don't occur.
739
+
740
+ ## 2.0.26
741
+
742
+ ### Patch Changes
743
+
744
+ - dd3da7e: **Modal:** Introduces a focus-trap as well as correct some
745
+ Concurrent Mode flickering.
746
+ - dd3da7e: **Box:** Adds `opacity` prop
747
+
748
+ ## 2.0.25
749
+
750
+ ### Patch Changes
751
+
752
+ - 4ce4fc6: **NumberInput:** Adds support for the html `step` attribute.
753
+
754
+ ## 2.0.24
755
+
756
+ ### Patch Changes
757
+
758
+ - 8914008: **Box:** Adds `inlineFlex` as a display prop
759
+ - 5bbe87a: **Tabs:** Adds new renderInactivePanes prop to render tabs that are
760
+ inactive.
761
+
762
+ By default, TabPanes themselves only render when they are active. Sometimes
763
+ in certain cases you'd want to preserve the local state within those tabs as
764
+ a user switches between tabs. Setting `renderInactivePanes` on TabPanes will
765
+ be rendered but visually hidden.
766
+
767
+ **Example:**
768
+
769
+ ```jsx
770
+ <Tabs active={0}>> > > > > > > } t > ></Tabs>
771
+ ```
772
+
773
+ - 7131a5f: **Tabs:** Fixes a visual quirk when indications are mixed with
774
+ non-indicators
775
+
776
+ ## 2.0.23
777
+
778
+ ### Patch Changes
779
+
780
+ - c585765: **Heading:** Adds an `id` prop which is applied directly to the
781
+ underlying element
782
+
783
+ ## 2.0.22
784
+
785
+ ### Patch Changes
786
+
787
+ - 5c913cc: Box: Allow non-intrinsics as Box `is` prop as well. With this
788
+ change you can send things in like `svg`'s, or other components themselves.
789
+ - e11909f: Text: Adds a `text-transform` prop to allow uppercasing text
790
+
791
+ ## 2.0.21
792
+
793
+ ### Patch Changes
794
+
795
+ - 47335f6: Meta: FIxed issue where the icon and label would wrap
796
+ - 230367f: SimplePagination: Should be centered in it's parent. Seeing as it's
797
+ parent spans 100% width, this centering is now explicit.
798
+
799
+ ## 2.0.20
800
+
801
+ ### Patch Changes
802
+
803
+ - bf51bbe: Fix: Added missing re-exports from our "to-monorepo" migration
804
+
805
+ ## 2.0.19
806
+
807
+ ### Patch Changes
808
+
809
+ - c13df61: StandardModal: Fixes the issue where a mouseup on the backdrop
810
+ triggered the requestClose callback. Despite the click originating on the
811
+ modal itself. So now the callback will not fire.
812
+
813
+ ## 2.0.18
814
+
815
+ ### Patch Changes
816
+
817
+ - 63d81e5: Major refactor of how `treat` files get used in our project.
818
+ Instead of a redefinition of _shared_ styles such as margin/padding. We now
819
+ instead prefer the usage of `useBoxStyles` or the `Box` component.
820
+
821
+ There _should_ be no real regression in terms of usage api.
822
+
823
+ - 63d81e5: Box: pointerEvents value can now be passed to `Box` and
824
+ `useBoxStyles` as 'none' or undefined.
825
+ - 63d81e5: BulletText: Now accepts an `is` prop, such that it's element can be
826
+ changed. This is really because 9/10 times you'd be rendering this in a
827
+ `Stack`, which already handles the `ul/li` couple.
828
+
829
+ **FEATURES**
830
+
831
+ ```jsx
832
+ <Stack is="ul">> ></Stack>
833
+ ```
834
+
835
+ which already wraps each child in an `li`.
836
+
837
+ ## 2.0.17
838
+
839
+ ### Patch Changes
840
+
841
+ - fbee5c0: AutoSuggest: Now has a full width wrapping box
842
+
843
+ ## 2.0.16
844
+
845
+ ### Patch Changes
846
+
847
+ - 6d9e5b5: Reset: Table reset is no longer global. So use `<Box is="table" />`
848
+
849
+ ```diff
850
+ -<table>
851
+ +<Box is="table">
852
+ ```
853
+
854
+ - 6d9e5b5: Inline: Supports alignX to position items on the x axis aka;
855
+ `justifyContent`.
856
+ - 6d9e5b5: Reset: Globally set overflowX to hidden
857
+ - c90d645: Stepper: When pressing Home/End it should no longer jump to the end
858
+ of the page.
859
+ - 6d9e5b5: Table: Introduces Tables
860
+
861
+ Implemented as a css-grid, so column widths are to be defined in
862
+ gridTemplateColumns. All components in this scope accept a ref property.
863
+
864
+ Please note! In order to remain structurally WAI-ARIA compliant; the
865
+ `TableRowGroup` must be placed around the _traditional_ `tbody` and `thead`.
866
+
867
+ **FEATURES**
868
+
869
+ ### Example
870
+
871
+ ```jsx
872
+ <Table columnTemplate="repeat(2, auto)">></Table>
873
+ ```
874
+
875
+ ### Sticky Header
876
+
877
+ ```diff
878
+ -<Table columnTemplate="repeat(2, auto)">
879
+ +<Table stickyHead columnTemplate="repeat(2, auto)">
880
+ >
881
+ >
882
+ >
883
+ ```
884
+
885
+ ### Sorting Columns
886
+
887
+ ```diff
888
+ <Table columnTemplate="repeat(2, auto)">
889
+ >
890
+ >
891
+ - <TableHeadCell>Col 1</TableHeadCell>
892
+ + <TableHeadCell sort="asc" onSortChange={}>Col 1</TableHeadCell>
893
+ ```
894
+
895
+ A column can only have _sort_ functionality when the `sort` prop is set to
896
+ either `asc | desc | none`. An `onSortChange` callback when applied to the
897
+ cell that allows observing this. This callback will send the _new_ sort to
898
+ have applied to it. This is a stateless component, so make sure you wire the
899
+ value back into `sort`.
900
+
901
+ ### Row Clicking
902
+
903
+ ```diff
904
+ <Table columnTemplate="repeat(2, auto)">
905
+ >
906
+ - <TableRow>
907
+ + <TableRow onClick={}>
908
+ >
909
+ ```
910
+
911
+ Please note; that if you're also tracking clicks of cell buttons, to check
912
+ the currentTarget of whether to apply the callback.
913
+
914
+ ## 2.0.15
915
+
916
+ ### Patch Changes
917
+
918
+ - 5353a1a: Box: Added textAlign as a prop
919
+
920
+ Worth noting that we want to deprecate the use of `align` in our
921
+ `useTextStyles`. As it's now shifted to our box. The `align` prop will still
922
+ remain on the `Text` component.
923
+
924
+ **FEATURES**
925
+
926
+ ```jsx
927
+ <Box textAlign="center" />
928
+ ```
929
+
930
+ - 715b035: Box: Added userSelect prop to disable selecting its content
931
+ - 987a68b: VisuallyHidden: Added brand-new component to visually hide content
932
+
933
+ **FEATURES**
934
+
935
+ ```jsx
936
+ <VisuallyHidden>hello screen reader</VisuallyHidden>
937
+ <Text>
938
+ o
939
+ >
940
+ </Text>
941
+ ```
942
+
943
+ - e2f4a5b: Text: Allow setting a display override
944
+
945
+ **FEATURES**
946
+
947
+ ```jsx
948
+ <Text is="span" display="inlineBlock">
949
+ k
950
+ </Text>
951
+ ```
952
+
953
+ - 175cb09: Icon: Child svg's are cloned and positioned to the size of the
954
+ parent
955
+
956
+ ## 2.0.14
957
+
958
+ ### Patch Changes
959
+
960
+ - 5428b9e: LoadingBox: Exposes height and display box props
961
+
962
+ **FEATURES**
963
+
964
+ ```jsx
965
+ <LoadingBox height="full" display="inlineBlock" />
966
+ ```
967
+
968
+ - e3e5aa9: Box: Display prop inline-block renamed to inlineBlock to be more
969
+ consistent
970
+ - a6530d5: Box: Supports sending in a height prop
971
+
972
+ ## 2.0.13
973
+
974
+ ### Patch Changes
975
+
976
+ - df453b2: Badge: Applies a whiteSpace nowrap to badges, and now truncates
977
+ - 292692f: Section: Typing update such that width prop is actually optional
978
+ - 52c424f: Inline: Now wrap properly, and support a prop to enable/disable it.
979
+ - e0a4291: Box: Introduces flex style props to `Box` and `useBoxStyles`
980
+
981
+ **FEATURES**
982
+
983
+ You can now send in `alignItems`,`flexDirection`, `flexGrow`, `flexShrink`,
984
+ `flexWrap`, `justifyContent` to Box and useBoxStyles for whatever you like.
985
+
986
+ We have specifically chosen `alignItems`, `flexDirection`, `justifyContent`
987
+ as Responsive candidates as we've found the others won't have a responsive
988
+ use case.
989
+
990
+ ```jsx
991
+ <Box display="flex" width="full" justifyContent="center">
992
+ >
993
+ </Box>
994
+ ```
995
+
996
+ ## 2.0.12
997
+
998
+ ### Patch Changes
999
+
1000
+ - 62c7111: Stack: A Renamed prop from spacing to space
1001
+
1002
+ eg:
1003
+
1004
+ ```diff
1005
+ <Stack is="ul"
1006
+ - spacing="3">
1007
+ + space="3">
1008
+ >
1009
+ >
1010
+ >
1011
+ </Stack>
1012
+ ```
1013
+
1014
+ - 822863d: Inline: Supports inline dividers between elements.
1015
+
1016
+ Supports, text, numbers or elements.
1017
+
1018
+ **FEATURES**
1019
+
1020
+ ```jsx
1021
+ <Inline dividers>> > > ></Inline>
1022
+ ```
1023
+
1024
+ - a0fce92: Text: Exposes a new white-space nowrap prop
1025
+
1026
+ This is an **experimental** prop, we know of one use-case where this can be
1027
+ used, but will likely also appear on the Box.
1028
+
1029
+ So do let us know if you're using this, and it hasnt worked in your
1030
+ use-case.
1031
+
1032
+ **FEATURES**
1033
+
1034
+ You can now pass a `noWrap` prop to any `<Text />` which applies a
1035
+ `white-space: nowrap` to itself.
1036
+
1037
+ ```jsx
1038
+ <Text noWrap>I wont wrap</Text>
1039
+ ```
1040
+
1041
+ ## 2.0.11
1042
+
1043
+ ### Patch Changes
1044
+
1045
+ - 358fb4b: Tabs: Incorrectly importing treat files inside treat
1046
+
1047
+ ## 2.0.10
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - 0b6c621: Tabs: Adds `scrollable`, which scrolls the tabs horizontally on
1052
+ smaller devices.
1053
+
1054
+ **FEATURES**
1055
+
1056
+ ```jsx
1057
+ <Tabs>> > > > > ></Tabs>
1058
+ ```
1059
+
1060
+ - 729dfdd: Input: Notchless inputs will no longer break when part of a flex
1061
+ container
1062
+
1063
+ ## 2.0.9
1064
+
1065
+ ### Patch Changes
1066
+
1067
+ - 0b59110: Flatten fragments when provided as children
1068
+
1069
+ Will now support fragments and otherwise boolean children that previously
1070
+ would not have worked:
1071
+
1072
+ ```jsx
1073
+ <Stack>> ( > > > > > } ></Stack>
1074
+ ```
1075
+
1076
+ > which would have the past not had lines 1-3 spaced evenly.
1077
+
1078
+ this was also true for: `Actions`, `Inline`, `TabList`, `TabPanes` and
1079
+ `Stack`. Which have been rectified.
1080
+
1081
+ ## 2.0.8
1082
+
1083
+ ### Patch Changes
1084
+
1085
+ - 55ee559: Positioner: Removes usingPositioner
1086
+
1087
+ **FEATURES**
1088
+
1089
+ Removes the usingPositioner HoC in favour of a plain-old component that'll
1090
+ gives us the ability to send _all_ our Box props onto it. It also aids in
1091
+ corrected aria-\* props.
1092
+
1093
+ ## 2.0.7
1094
+
1095
+ ### Patch Changes
1096
+
1097
+ - b9a2c45: InputBase: Allow for notchless inputs
1098
+
1099
+ **FEATURES**
1100
+
1101
+ Sometimes the notch behavior won't work because of its context - much like
1102
+ an input that sits within a table, where the column already denotes what
1103
+ should be entered into the input.
1104
+
1105
+ > Please be aware that this should be avoided, as in most cases we should
1106
+ > notch, so a user knows what's in the input especially when its defaulted.
1107
+
1108
+ - 7736914: Box: Adds an overflow prop and allows className to be clsx
1109
+ compatible
1110
+
1111
+ **FEATURES**
1112
+
1113
+ `ClassName` can now be sent in directly to Box instead of through clsx.
1114
+
1115
+ eg.
1116
+
1117
+ ```diff
1118
+ - <Box className={clsx(styles.one, styles.two)}>
1119
+ + <Box className={[styles.one, styles.two]}>
1120
+ o
1121
+ </Box>
1122
+
1123
+ - <Box className={clsx({[styles.one]: maybeDoMe}, styles.two)}>
1124
+ + <Box className={[{[styles.one]: maybeDoMe}, styles.two]}>
1125
+ o
1126
+ </Box>
1127
+ ```
1128
+
1129
+ - 17d2354: Stack: Expose the Box width on Stack
1130
+ - 475601c: Tabs: Now always fills the width of its parent
1131
+
1132
+ ## 2.0.6
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - d1c6b09: responsiveProps: Fix argument where void is not the same as
1137
+ undefined
1138
+
1139
+ ## 2.0.5
1140
+
1141
+ ### Patch Changes
1142
+
1143
+ - 4df7e83: AutoSuggest: Introduce a autoWidth prop that either will size the
1144
+ flyout to either the width of the children, or the input.
1145
+
1146
+ **FEATURES**
1147
+
1148
+ `<AutoSuggest>` can now be given a `autoWidth` prop that will auto the width
1149
+ in relation to setting the width, or for it to be automatic.
1150
+
1151
+ - `autoWidth={true}` means, size the flyout to the width of flyout children "automatically"
1152
+ - `autoWidth={false}` means to set to the width of the select input.
1153
+
1154
+ eg:
1155
+
1156
+ ```jsx
1157
+
1158
+ // size to the width of the flyout children
1159
+ <AutoSuggest
1160
+ "
1161
+ }
1162
+ h
1163
+ />
1164
+
1165
+ // size to the width of the input (current behaviour)
1166
+ <AutoSuggest
1167
+ "
1168
+ }
1169
+ />
1170
+
1171
+ ```
1172
+
1173
+ - 378e5da: AutoSuggest: Input search types to remove the webkit clear button
1174
+
1175
+ **FEATURES**
1176
+
1177
+ When we reset input type searches, we incorrectly "hid" the webkit search
1178
+ buttons, this aims to correct that.
1179
+
1180
+ - eb3cf9d: AutoSuggest: Support the usage of passing a ref down to the
1181
+ implemented input
1182
+
1183
+ **FEATURES**
1184
+
1185
+ `<AutoSuggest>` can now be given a ref which will be passed down to the
1186
+ underlying input.
1187
+
1188
+ eg:
1189
+
1190
+ ```tsx
1191
+ const myRef = useRef<HTMLInputElement | null>(null);
1192
+
1193
+ <AutoSuggest ref={myRef} value={null} placeholder={'My AutoSuggest'} />;
1194
+ ```
1195
+
1196
+ - bab9cd2: InputBase: Always full width the input wrapper
1197
+
1198
+ ## 2.0.4
1199
+
1200
+ ### Patch Changes
1201
+
1202
+ - 801c254: Positioner: Uses Popper.js to run the flyouts.
1203
+
1204
+ **FEATURES**
1205
+
1206
+ **`<Positioner />`** uses Popper.js, as it offers a wide array of
1207
+ performance improvements and caters for some edge-cases, like when the'yre
1208
+ nested etc.
1209
+
1210
+ Few stats: we use popper-lite which is rated at 3.73Kb minified and
1211
+ compressed. Now getOptimalPosition was about 1.3Kb minified and compressed.
1212
+ However, it had a few holes, and when I looked at what it'll take to
1213
+ implement the features to solve the holes - we'd probably still beat the
1214
+ file size, but not by much...
1215
+
1216
+ So with that once internal bandwidth increase this'll likely be revisited -
1217
+ and perhaps utilize `detectOverflow` as a roll-your-own solution.
1218
+
1219
+ - 0964a1d: useNegativeMargin: Correctly fill columns to their parents width
1220
+
1221
+ **BUG FIXES** Columns were not completely filling its parent due to negative
1222
+ margins
1223
+
1224
+ ## 2.0.3
1225
+
1226
+ ### Patch Changes
1227
+
1228
+ - 15f486c: Modals: Now uses a shared `<Portal />` component.
1229
+
1230
+ **FEATURES**
1231
+
1232
+ **`<Portal />`** component allowing for shared Portaling of components to
1233
+ inside a container.
1234
+
1235
+ Responsibility: Rendering a child into a container, which by default is
1236
+ `window.body`.
1237
+
1238
+ eg:
1239
+
1240
+ ```jsx
1241
+ // Input
1242
+ <div>
1243
+ g
1244
+ >
1245
+ >
1246
+ >
1247
+ </div>
1248
+
1249
+ // Result
1250
+ <body>
1251
+ >
1252
+ >
1253
+ </body>
1254
+ ```
1255
+
1256
+ **`<Modal />`** is in charge of handling a backdrop - which also directly
1257
+ uses the new `<Portal>` component.
1258
+
1259
+ Responsibility: Renders a child into a Portal, with a backdrop and correct
1260
+ aria attributes applied.
1261
+
1262
+ You can give this component `hideBackdrop?: boolean` prop to disable the
1263
+ backdrop. Also; if you wish to remove the fadeIn/fadeOut animation, a
1264
+ `transition?: boolean` can also be provided.
1265
+
1266
+ - Removes `<ModalPortal />` in favor of `<Modal />`
1267
+ - Deprecated `withModal`, which could simply just use the Modal component
1268
+
1269
+ Worth noting that a `role="presentation"` is applied to the `Modal`, so
1270
+ consumers should be applying a `role="none presentation"` to their direct
1271
+ parent, if you wish content to be read out.
1272
+
1273
+ eg:
1274
+
1275
+ ```jsx
1276
+ <Modal isOpen={true} onRequestClose={function() {}}>
1277
+ >
1278
+ </Modal>
1279
+ ```
1280
+
1281
+ ## 2.0.2
1282
+
1283
+ ### Patch Changes
1284
+
1285
+ - 6c3ae76: Tabs: Support stretching tablist items to the width of the
1286
+ container
1287
+
1288
+ **FEATURES**
1289
+
1290
+ **`<TabList />`**
1291
+
1292
+ In small contexts, like sidebars, or mobile viewports with minimal tablist
1293
+ items. It makes sense to stretch items to meet the width of the container.
1294
+
1295
+ eg:
1296
+
1297
+ ```
1298
+ <Tabs>
1299
+ >
1300
+ >
1301
+ >
1302
+ >
1303
+ </Tabs>
1304
+ ```
1305
+
1306
+ - 302405b: Alert: Inline is now full width
1307
+
1308
+ **Features**
1309
+
1310
+ `<Alert />`
1311
+
1312
+ When passing the `inline` prop, in the past it was maxWidth 640px - which in
1313
+ inline contexts, you'd want to span the entire width of its container.
1314
+
1315
+ - 3bcf649: Adds the Inline and Section layout components
1316
+
1317
+ **Features**
1318
+
1319
+ Breakpoints have been amended to follow (mobile first):
1320
+
1321
+ - `tablet` is iPad Mini width less 25%, so any device greater than 768px
1322
+ - `desktop` we are considering as iPad Pro width less 25%, so any device larger than 1024px
1323
+ - `largeDesktop` is taken as a 1920x1080 less 25%, so any device larger than 1440px
1324
+
1325
+ all at landscape.
1326
+
1327
+ **`<Inline />`**
1328
+
1329
+ When you're wanting to `inline` something. Like a badge list; you can use
1330
+ use the `<Inline />` component to solve this.
1331
+
1332
+ eg:
1333
+
1334
+ ```jsx
1335
+ <Inline>> > ></Inline>
1336
+ ```
1337
+
1338
+ **`<Section />`**
1339
+
1340
+ A component that wraps its children, setting a `max-width` and centering on
1341
+ the screen. This will generally sit high up in the component tree. It offers
1342
+ 2 widths `medium` and `large`. The medium width is intended for smaller more
1343
+ concise layouts - like our Afterpay landing, or Uber landing. Were as the
1344
+ `large` will probably be more for our Leads or Bookings list screens.
1345
+
1346
+ When coupled with `Columns` we effectively have a full fletched layout
1347
+ system, that can 🤷‍ replace our `ContainedLayout` and `ContentOnlyLayout`
1348
+ internal components.
1349
+
1350
+ To solve the `ThreeColumnLayout` and `TwoColumnLayout` we can build internal
1351
+ abstractions that extend this perhaps.
1352
+
1353
+ eg:
1354
+
1355
+ ```jsx
1356
+ <Section width="medium" paddingX={['3', , 'none']}>
1357
+ >
1358
+ </Section>
1359
+ ```
1360
+
1361
+ - f9dac97: Inline: Supporting alignY responsive prop StarRating: Consumes
1362
+ `<Inline />`
1363
+
1364
+ **FEATURES**
1365
+
1366
+ **`<Inline />`**
1367
+
1368
+ Now supports an alignY responsive prop to vertically center its items to
1369
+ either `top | center | bottom`, eg: `<Inline alignY="center">`
1370
+
1371
+ **`<StarRating />`**
1372
+
1373
+ Uses the `<Inline />` component instead of columns, so should use less DOM
1374
+
1375
+ ## 2.0.1
1376
+
1377
+ ### Patch Changes
1378
+
1379
+ - c66b727: Anchors are now cursor pointer by default
1380
+
1381
+ Seeing as we use `<TextLink />` or `<Box is="a" href="" />` in a few places,
1382
+ it only makes sense to use `a { cursor: pointer }`.
1383
+
1384
+ - 57b8cf3: Actions now filters out undefined or null children
1385
+
1386
+ **`<Actions />`**
1387
+
1388
+ Removed the className prop, this will slowly start happening across the
1389
+ stack.
1390
+
1391
+ ```diff
1392
+ -<Actions className="test">
1393
+ +<Actions>
1394
+ .
1395
+ </Actions>
1396
+ ```
1397
+
1398
+ ## 2.0.0
1399
+
1400
+ ### Major Changes
1401
+
1402
+ - 8881bdd: Styles are now `treat` driven.
1403
+
1404
+ **A few changes**
1405
+
1406
+ - `OverdriveProvider` must now be provider
1407
+ - `ToastProvider` must also be provided when using a `useToast`
1408
+ - `@autoguru/overdrive/reset` must be given first.
1409
+
1410
+ ... and a whole series of other things. Please consult to the PR (#273) to
1411
+ get a better idea of what's changed.
1412
+
1413
+ ### Patch Changes
1414
+
1415
+ - 230a3cd: Forces explicit text colours to Button hover and active states