@autoguru/overdrive 4.11.1 → 4.11.3

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 (673) hide show
  1. package/dist/components/Actions/Actions.d.ts +8 -0
  2. package/dist/components/Actions/Actions.d.ts.map +1 -0
  3. package/dist/components/Actions/index.d.ts +2 -0
  4. package/dist/components/Actions/index.d.ts.map +1 -0
  5. package/dist/components/Actions/stories.js +0 -5
  6. package/dist/components/Alert/Alert.css.d.ts +3 -0
  7. package/dist/components/Alert/Alert.css.d.ts.map +1 -0
  8. package/dist/components/Alert/Alert.css.js +8 -21
  9. package/dist/components/Alert/Alert.d.ts +15 -0
  10. package/dist/components/Alert/Alert.d.ts.map +1 -0
  11. package/dist/components/Alert/Alert.js +10 -4
  12. package/dist/components/Alert/index.d.ts +2 -0
  13. package/dist/components/Alert/index.d.ts.map +1 -0
  14. package/dist/components/Alert/stories.js +0 -10
  15. package/dist/components/Anchor/Anchor.css.d.ts +2 -0
  16. package/dist/components/Anchor/Anchor.css.d.ts.map +1 -0
  17. package/dist/components/Anchor/Anchor.css.js +0 -3
  18. package/dist/components/Anchor/Anchor.d.ts +16 -0
  19. package/dist/components/Anchor/Anchor.d.ts.map +1 -0
  20. package/dist/components/Anchor/Anchor.js +0 -2
  21. package/dist/components/Anchor/index.d.ts +2 -0
  22. package/dist/components/Anchor/index.d.ts.map +1 -0
  23. package/dist/components/Anchor/stories.js +0 -9
  24. package/dist/components/AutoSuggest/AutoSuggest.css.d.ts +15 -0
  25. package/dist/components/AutoSuggest/AutoSuggest.css.d.ts.map +1 -0
  26. package/dist/components/AutoSuggest/AutoSuggest.css.js +0 -3
  27. package/dist/components/AutoSuggest/AutoSuggest.d.ts +31 -0
  28. package/dist/components/AutoSuggest/AutoSuggest.d.ts.map +1 -0
  29. package/dist/components/AutoSuggest/AutoSuggest.js +56 -102
  30. package/dist/components/AutoSuggest/index.d.ts +3 -0
  31. package/dist/components/AutoSuggest/index.d.ts.map +1 -0
  32. package/dist/components/AutoSuggest/stories.js +0 -28
  33. package/dist/components/AutoSuggest/useLayoutSuggestionVisible.d.ts +3 -0
  34. package/dist/components/AutoSuggest/useLayoutSuggestionVisible.d.ts.map +1 -0
  35. package/dist/components/AutoSuggest/useLayoutSuggestionVisible.js +0 -2
  36. package/dist/components/Badge/Badge.css.d.ts +13 -0
  37. package/dist/components/Badge/Badge.css.d.ts.map +1 -0
  38. package/dist/components/Badge/Badge.css.js +0 -3
  39. package/dist/components/Badge/Badge.d.ts +12 -0
  40. package/dist/components/Badge/Badge.d.ts.map +1 -0
  41. package/dist/components/Badge/index.d.ts +2 -0
  42. package/dist/components/Badge/index.d.ts.map +1 -0
  43. package/dist/components/Badge/stories.js +0 -12
  44. package/dist/components/Box/Box.d.ts +10 -0
  45. package/dist/components/Box/Box.d.ts.map +1 -0
  46. package/dist/components/Box/Box.js +53 -57
  47. package/dist/components/Box/argTypes.d.ts +7 -0
  48. package/dist/components/Box/argTypes.d.ts.map +1 -0
  49. package/dist/components/Box/argTypes.js +0 -3
  50. package/dist/components/Box/index.d.ts +4 -0
  51. package/dist/components/Box/index.d.ts.map +1 -0
  52. package/dist/components/Box/stories.js +0 -5
  53. package/dist/components/Box/useBoxStyles.css.d.ts +48 -0
  54. package/dist/components/Box/useBoxStyles.css.d.ts.map +1 -0
  55. package/dist/components/Box/useBoxStyles.css.js +0 -8
  56. package/dist/components/Box/useBoxStyles.d.ts +68 -0
  57. package/dist/components/Box/useBoxStyles.d.ts.map +1 -0
  58. package/dist/components/BulletList/Bullet.css.d.ts +3 -0
  59. package/dist/components/BulletList/Bullet.css.d.ts.map +1 -0
  60. package/dist/components/BulletList/Bullet.css.js +0 -3
  61. package/dist/components/BulletList/Bullet.d.ts +7 -0
  62. package/dist/components/BulletList/Bullet.d.ts.map +1 -0
  63. package/dist/components/BulletList/Bullet.js +0 -6
  64. package/dist/components/BulletList/BulletList.css.d.ts +3 -0
  65. package/dist/components/BulletList/BulletList.css.d.ts.map +1 -0
  66. package/dist/components/BulletList/BulletList.css.js +0 -3
  67. package/dist/components/BulletList/BulletList.d.ts +8 -0
  68. package/dist/components/BulletList/BulletList.d.ts.map +1 -0
  69. package/dist/components/BulletList/context.d.ts +5 -0
  70. package/dist/components/BulletList/context.d.ts.map +1 -0
  71. package/dist/components/BulletList/index.d.ts +3 -0
  72. package/dist/components/BulletList/index.d.ts.map +1 -0
  73. package/dist/components/BulletList/stories.js +0 -6
  74. package/dist/components/BulletText/BulletText.css.d.ts +6 -0
  75. package/dist/components/BulletText/BulletText.css.d.ts.map +1 -0
  76. package/dist/components/BulletText/BulletText.css.js +0 -3
  77. package/dist/components/BulletText/BulletText.d.ts +10 -0
  78. package/dist/components/BulletText/BulletText.d.ts.map +1 -0
  79. package/dist/components/BulletText/index.d.ts +2 -0
  80. package/dist/components/BulletText/index.d.ts.map +1 -0
  81. package/dist/components/BulletText/stories.js +0 -5
  82. package/dist/components/Button/Button.css.d.ts +40 -0
  83. package/dist/components/Button/Button.css.d.ts.map +1 -0
  84. package/dist/components/Button/Button.css.js +0 -3
  85. package/dist/components/Button/Button.d.ts +21 -0
  86. package/dist/components/Button/Button.d.ts.map +1 -0
  87. package/dist/components/Button/Button.js +0 -11
  88. package/dist/components/Button/index.d.ts +2 -0
  89. package/dist/components/Button/index.d.ts.map +1 -0
  90. package/dist/components/Button/stories.js +0 -6
  91. package/dist/components/CheckBox/CheckBox.css.d.ts +3 -0
  92. package/dist/components/CheckBox/CheckBox.css.d.ts.map +1 -0
  93. package/dist/components/CheckBox/CheckBox.css.js +0 -3
  94. package/dist/components/CheckBox/CheckBox.d.ts +15 -0
  95. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -0
  96. package/dist/components/CheckBox/index.d.ts +2 -0
  97. package/dist/components/CheckBox/index.d.ts.map +1 -0
  98. package/dist/components/CheckBox/stories.js +3 -11
  99. package/dist/components/ColourInput/ColourInput.css.d.ts +6 -0
  100. package/dist/components/ColourInput/ColourInput.css.d.ts.map +1 -0
  101. package/dist/components/ColourInput/ColourInput.css.js +0 -3
  102. package/dist/components/ColourInput/ColourInput.d.ts +4 -0
  103. package/dist/components/ColourInput/ColourInput.d.ts.map +1 -0
  104. package/dist/components/ColourInput/ColourInput.js +9 -13
  105. package/dist/components/ColourInput/index.d.ts +2 -0
  106. package/dist/components/ColourInput/index.d.ts.map +1 -0
  107. package/dist/components/ColourInput/stories.js +0 -23
  108. package/dist/components/Columns/Column.css.d.ts +3 -0
  109. package/dist/components/Columns/Column.css.d.ts.map +1 -0
  110. package/dist/components/Columns/Column.css.js +0 -5
  111. package/dist/components/Columns/Column.d.ts +16 -0
  112. package/dist/components/Columns/Column.d.ts.map +1 -0
  113. package/dist/components/Columns/Column.js +10 -14
  114. package/dist/components/Columns/Columns.css.d.ts +7 -0
  115. package/dist/components/Columns/Columns.css.d.ts.map +1 -0
  116. package/dist/components/Columns/Columns.css.js +0 -3
  117. package/dist/components/Columns/Columns.d.ts +26 -0
  118. package/dist/components/Columns/Columns.d.ts.map +1 -0
  119. package/dist/components/Columns/Columns.js +11 -15
  120. package/dist/components/Columns/index.d.ts +3 -0
  121. package/dist/components/Columns/index.d.ts.map +1 -0
  122. package/dist/components/Columns/stories.js +0 -6
  123. package/dist/components/DateInput/DateInput.d.ts +4 -0
  124. package/dist/components/DateInput/DateInput.d.ts.map +1 -0
  125. package/dist/components/DateInput/DateInput.js +9 -13
  126. package/dist/components/DateInput/index.d.ts +2 -0
  127. package/dist/components/DateInput/index.d.ts.map +1 -0
  128. package/dist/components/DateInput/stories.js +0 -25
  129. package/dist/components/DatePicker/DatePicker.css.d.ts +4 -0
  130. package/dist/components/DatePicker/DatePicker.css.d.ts.map +1 -0
  131. package/dist/components/DatePicker/DatePicker.css.js +0 -3
  132. package/dist/components/DatePicker/DatePicker.d.ts +13 -0
  133. package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
  134. package/dist/components/DatePicker/DatePicker.js +8 -13
  135. package/dist/components/DatePicker/index.d.ts +2 -0
  136. package/dist/components/DatePicker/index.d.ts.map +1 -0
  137. package/dist/components/DatePicker/stories.js +0 -5
  138. package/dist/components/DividerLine/DividerLine.css.d.ts +5 -0
  139. package/dist/components/DividerLine/DividerLine.css.d.ts.map +1 -0
  140. package/dist/components/DividerLine/DividerLine.css.js +1 -31
  141. package/dist/components/DividerLine/DividerLine.d.ts +14 -0
  142. package/dist/components/DividerLine/DividerLine.d.ts.map +1 -0
  143. package/dist/components/DividerLine/DividerLine.js +2 -1
  144. package/dist/components/DividerLine/index.d.ts +2 -0
  145. package/dist/components/DividerLine/index.d.ts.map +1 -0
  146. package/dist/components/DividerLine/stories.js +0 -9
  147. package/dist/components/Flyout/Flyout.d.ts +5 -0
  148. package/dist/components/Flyout/Flyout.d.ts.map +1 -0
  149. package/dist/components/Flyout/Flyout.js +7 -11
  150. package/dist/components/Flyout/index.d.ts +2 -0
  151. package/dist/components/Flyout/index.d.ts.map +1 -0
  152. package/dist/components/Flyout/stories.js +0 -6
  153. package/dist/components/Heading/Heading.d.ts +13 -0
  154. package/dist/components/Heading/Heading.d.ts.map +1 -0
  155. package/dist/components/Heading/index.d.ts +2 -0
  156. package/dist/components/Heading/index.d.ts.map +1 -0
  157. package/dist/components/Heading/stories.js +0 -7
  158. package/dist/components/Icon/Icon.css.d.ts +2 -0
  159. package/dist/components/Icon/Icon.css.d.ts.map +1 -0
  160. package/dist/components/Icon/Icon.css.js +0 -3
  161. package/dist/components/Icon/Icon.d.ts +14 -0
  162. package/dist/components/Icon/Icon.d.ts.map +1 -0
  163. package/dist/components/Icon/index.d.ts +2 -0
  164. package/dist/components/Icon/index.d.ts.map +1 -0
  165. package/dist/components/Icon/stories.js +0 -11
  166. package/dist/components/Image/Image.d.ts +8 -0
  167. package/dist/components/Image/Image.d.ts.map +1 -0
  168. package/dist/components/Image/Image.js +3 -7
  169. package/dist/components/Image/ImageServerProvider.d.ts +19 -0
  170. package/dist/components/Image/ImageServerProvider.d.ts.map +1 -0
  171. package/dist/components/Image/ResponsiveImage.d.ts +12 -0
  172. package/dist/components/Image/ResponsiveImage.d.ts.map +1 -0
  173. package/dist/components/Image/ResponsiveImage.js +6 -10
  174. package/dist/components/Image/SimpleImage.d.ts +13 -0
  175. package/dist/components/Image/SimpleImage.d.ts.map +1 -0
  176. package/dist/components/Image/SimpleImage.js +7 -11
  177. package/dist/components/Image/index.d.ts +3 -0
  178. package/dist/components/Image/index.d.ts.map +1 -0
  179. package/dist/components/Image/stories.js +0 -13
  180. package/dist/components/Image/types.d.ts +2 -0
  181. package/dist/components/Image/types.d.ts.map +1 -0
  182. package/dist/components/Inline/Inline.d.ts +16 -0
  183. package/dist/components/Inline/Inline.d.ts.map +1 -0
  184. package/dist/components/Inline/Inline.js +0 -6
  185. package/dist/components/Inline/index.d.ts +2 -0
  186. package/dist/components/Inline/index.d.ts.map +1 -0
  187. package/dist/components/Inline/stories.js +0 -6
  188. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.d.ts +4 -0
  189. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.d.ts.map +1 -0
  190. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.css.js +0 -3
  191. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts +7 -0
  192. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts.map +1 -0
  193. package/dist/components/LinearProgressIndicator/index.d.ts +2 -0
  194. package/dist/components/LinearProgressIndicator/index.d.ts.map +1 -0
  195. package/dist/components/LinearProgressIndicator/stories.js +0 -5
  196. package/dist/components/LoadingBox/LoadingBox.css.d.ts +3 -0
  197. package/dist/components/LoadingBox/LoadingBox.css.d.ts.map +1 -0
  198. package/dist/components/LoadingBox/LoadingBox.css.js +0 -3
  199. package/dist/components/LoadingBox/LoadingBox.d.ts +10 -0
  200. package/dist/components/LoadingBox/LoadingBox.d.ts.map +1 -0
  201. package/dist/components/LoadingBox/LoadingBox.js +8 -14
  202. package/dist/components/LoadingBox/index.d.ts +2 -0
  203. package/dist/components/LoadingBox/index.d.ts.map +1 -0
  204. package/dist/components/LoadingBox/stories.js +0 -5
  205. package/dist/components/Meta/Meta.css.d.ts +2 -0
  206. package/dist/components/Meta/Meta.css.d.ts.map +1 -0
  207. package/dist/components/Meta/Meta.css.js +0 -3
  208. package/dist/components/Meta/Meta.d.ts +12 -0
  209. package/dist/components/Meta/Meta.d.ts.map +1 -0
  210. package/dist/components/Meta/index.d.ts +2 -0
  211. package/dist/components/Meta/index.d.ts.map +1 -0
  212. package/dist/components/Meta/stories.js +0 -5
  213. package/dist/components/MinimalModal/MinimalModal.css.d.ts +3 -0
  214. package/dist/components/MinimalModal/MinimalModal.css.d.ts.map +1 -0
  215. package/dist/components/MinimalModal/MinimalModal.css.js +0 -3
  216. package/dist/components/MinimalModal/MinimalModal.d.ts +11 -0
  217. package/dist/components/MinimalModal/MinimalModal.d.ts.map +1 -0
  218. package/dist/components/MinimalModal/MinimalModal.js +0 -2
  219. package/dist/components/MinimalModal/index.d.ts +2 -0
  220. package/dist/components/MinimalModal/index.d.ts.map +1 -0
  221. package/dist/components/MinimalModal/stories.js +0 -11
  222. package/dist/components/Modal/Modal.css.d.ts +5 -0
  223. package/dist/components/Modal/Modal.css.d.ts.map +1 -0
  224. package/dist/components/Modal/Modal.css.js +0 -5
  225. package/dist/components/Modal/Modal.d.ts +12 -0
  226. package/dist/components/Modal/Modal.d.ts.map +1 -0
  227. package/dist/components/Modal/Modal.js +5 -18
  228. package/dist/components/Modal/index.d.ts +2 -0
  229. package/dist/components/Modal/index.d.ts.map +1 -0
  230. package/dist/components/Modal/stories.js +0 -5
  231. package/dist/components/NumberBubble/NumberBubble.css.d.ts +2 -0
  232. package/dist/components/NumberBubble/NumberBubble.css.d.ts.map +1 -0
  233. package/dist/components/NumberBubble/NumberBubble.css.js +0 -3
  234. package/dist/components/NumberBubble/NumberBubble.d.ts +11 -0
  235. package/dist/components/NumberBubble/NumberBubble.d.ts.map +1 -0
  236. package/dist/components/NumberBubble/NumberBubble.js +5 -9
  237. package/dist/components/NumberBubble/index.d.ts +2 -0
  238. package/dist/components/NumberBubble/index.d.ts.map +1 -0
  239. package/dist/components/NumberBubble/stories.js +0 -5
  240. package/dist/components/NumberInput/NumberInput.d.ts +7 -0
  241. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
  242. package/dist/components/NumberInput/NumberInput.js +14 -20
  243. package/dist/components/NumberInput/index.d.ts +2 -0
  244. package/dist/components/NumberInput/index.d.ts.map +1 -0
  245. package/dist/components/NumberInput/stories.js +0 -25
  246. package/dist/components/OrderedList/OrderedList.css.d.ts +2 -0
  247. package/dist/components/OrderedList/OrderedList.css.d.ts.map +1 -0
  248. package/dist/components/OrderedList/OrderedList.css.js +0 -3
  249. package/dist/components/OrderedList/OrderedList.d.ts +16 -0
  250. package/dist/components/OrderedList/OrderedList.d.ts.map +1 -0
  251. package/dist/components/OrderedList/OrderedList.js +0 -4
  252. package/dist/components/OrderedList/index.d.ts +2 -0
  253. package/dist/components/OrderedList/index.d.ts.map +1 -0
  254. package/dist/components/OrderedList/stories.js +0 -5
  255. package/dist/components/OutsideClick/OutsideClick.d.ts +9 -0
  256. package/dist/components/OutsideClick/OutsideClick.d.ts.map +1 -0
  257. package/dist/components/OutsideClick/OutsideClick.js +0 -3
  258. package/dist/components/OutsideClick/index.d.ts +2 -0
  259. package/dist/components/OutsideClick/index.d.ts.map +1 -0
  260. package/dist/components/OutsideClick/stories.js +0 -6
  261. package/dist/components/OverdriveProvider/OverdriveProvider.d.ts +9 -0
  262. package/dist/components/OverdriveProvider/OverdriveProvider.d.ts.map +1 -0
  263. package/dist/components/OverdriveProvider/OverdriveProvider.js +0 -1
  264. package/dist/components/OverdriveProvider/index.d.ts +2 -0
  265. package/dist/components/OverdriveProvider/index.d.ts.map +1 -0
  266. package/dist/components/Pagination/Bubble.d.ts +13 -0
  267. package/dist/components/Pagination/Bubble.d.ts.map +1 -0
  268. package/dist/components/Pagination/Pagination.css.d.ts +4 -0
  269. package/dist/components/Pagination/Pagination.css.d.ts.map +1 -0
  270. package/dist/components/Pagination/Pagination.css.js +0 -3
  271. package/dist/components/Pagination/Pagination.d.ts +16 -0
  272. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  273. package/dist/components/Pagination/Pagination.js +0 -20
  274. package/dist/components/Pagination/index.d.ts +2 -0
  275. package/dist/components/Pagination/index.d.ts.map +1 -0
  276. package/dist/components/Pagination/stories.js +0 -25
  277. package/dist/components/Portal/Portal.d.ts +12 -0
  278. package/dist/components/Portal/Portal.d.ts.map +1 -0
  279. package/dist/components/Portal/Portal.js +0 -7
  280. package/dist/components/Portal/index.d.ts +2 -0
  281. package/dist/components/Portal/index.d.ts.map +1 -0
  282. package/dist/components/Portal/stories.js +0 -9
  283. package/dist/components/Positioner/Positioner.css.d.ts +2 -0
  284. package/dist/components/Positioner/Positioner.css.d.ts.map +1 -0
  285. package/dist/components/Positioner/Positioner.css.js +0 -3
  286. package/dist/components/Positioner/Positioner.d.ts +14 -0
  287. package/dist/components/Positioner/Positioner.d.ts.map +1 -0
  288. package/dist/components/Positioner/Positioner.js +7 -19
  289. package/dist/components/Positioner/alignment.d.ts +11 -0
  290. package/dist/components/Positioner/alignment.d.ts.map +1 -0
  291. package/dist/components/Positioner/alignment.js +0 -1
  292. package/dist/components/Positioner/index.d.ts +3 -0
  293. package/dist/components/Positioner/index.d.ts.map +1 -0
  294. package/dist/components/Positioner/stories.js +0 -10
  295. package/dist/components/ProgressBar/ProgressBar.css.d.ts +3 -0
  296. package/dist/components/ProgressBar/ProgressBar.css.d.ts.map +1 -0
  297. package/dist/components/ProgressBar/ProgressBar.css.js +0 -3
  298. package/dist/components/ProgressBar/ProgressBar.d.ts +9 -0
  299. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  300. package/dist/components/ProgressBar/index.d.ts +2 -0
  301. package/dist/components/ProgressBar/index.d.ts.map +1 -0
  302. package/dist/components/ProgressBar/stories.js +0 -6
  303. package/dist/components/ProgressBarGroup/ProgressBarGroup.css.d.ts +2 -0
  304. package/dist/components/ProgressBarGroup/ProgressBarGroup.css.d.ts.map +1 -0
  305. package/dist/components/ProgressBarGroup/ProgressBarGroup.css.js +0 -3
  306. package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts +11 -0
  307. package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts.map +1 -0
  308. package/dist/components/ProgressBarGroup/index.d.ts +2 -0
  309. package/dist/components/ProgressBarGroup/index.d.ts.map +1 -0
  310. package/dist/components/ProgressBarGroup/stories.js +0 -5
  311. package/dist/components/ProgressSpinner/ProgressSpinner.css.d.ts +9 -0
  312. package/dist/components/ProgressSpinner/ProgressSpinner.css.d.ts.map +1 -0
  313. package/dist/components/ProgressSpinner/ProgressSpinner.css.js +0 -3
  314. package/dist/components/ProgressSpinner/ProgressSpinner.d.ts +10 -0
  315. package/dist/components/ProgressSpinner/ProgressSpinner.d.ts.map +1 -0
  316. package/dist/components/ProgressSpinner/index.d.ts +2 -0
  317. package/dist/components/ProgressSpinner/index.d.ts.map +1 -0
  318. package/dist/components/ProgressSpinner/stories.js +0 -5
  319. package/dist/components/Radio/Radio.css.d.ts +2 -0
  320. package/dist/components/Radio/Radio.css.d.ts.map +1 -0
  321. package/dist/components/Radio/Radio.css.js +0 -3
  322. package/dist/components/Radio/Radio.d.ts +11 -0
  323. package/dist/components/Radio/Radio.d.ts.map +1 -0
  324. package/dist/components/Radio/Radio.js +0 -3
  325. package/dist/components/Radio/RadioGroup.d.ts +19 -0
  326. package/dist/components/Radio/RadioGroup.d.ts.map +1 -0
  327. package/dist/components/Radio/index.d.ts +3 -0
  328. package/dist/components/Radio/index.d.ts.map +1 -0
  329. package/dist/components/Radio/stories.js +8 -17
  330. package/dist/components/Section/Section.css.d.ts +3 -0
  331. package/dist/components/Section/Section.css.d.ts.map +1 -0
  332. package/dist/components/Section/Section.css.js +0 -3
  333. package/dist/components/Section/Section.d.ts +10 -0
  334. package/dist/components/Section/Section.d.ts.map +1 -0
  335. package/dist/components/Section/index.d.ts +2 -0
  336. package/dist/components/Section/index.d.ts.map +1 -0
  337. package/dist/components/Section/stories.js +0 -5
  338. package/dist/components/SelectInput/SelectInput.css.d.ts +4 -0
  339. package/dist/components/SelectInput/SelectInput.css.d.ts.map +1 -0
  340. package/dist/components/SelectInput/SelectInput.css.js +0 -3
  341. package/dist/components/SelectInput/SelectInput.d.ts +6 -0
  342. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
  343. package/dist/components/SelectInput/SelectInput.js +10 -14
  344. package/dist/components/SelectInput/index.d.ts +2 -0
  345. package/dist/components/SelectInput/index.d.ts.map +1 -0
  346. package/dist/components/SelectInput/stories.js +0 -23
  347. package/dist/components/SimplePagination/SimplePagination.d.ts +14 -0
  348. package/dist/components/SimplePagination/SimplePagination.d.ts.map +1 -0
  349. package/dist/components/SimplePagination/SimplePagination.js +0 -4
  350. package/dist/components/SimplePagination/index.d.ts +2 -0
  351. package/dist/components/SimplePagination/index.d.ts.map +1 -0
  352. package/dist/components/SimplePagination/stories.js +0 -9
  353. package/dist/components/Stack/Divider.css.d.ts +2 -0
  354. package/dist/components/Stack/Divider.css.d.ts.map +1 -0
  355. package/dist/components/Stack/Divider.css.js +0 -3
  356. package/dist/components/Stack/Divider.d.ts +3 -0
  357. package/dist/components/Stack/Divider.d.ts.map +1 -0
  358. package/dist/components/Stack/Stack.css.d.ts +5 -0
  359. package/dist/components/Stack/Stack.css.d.ts.map +1 -0
  360. package/dist/components/Stack/Stack.css.js +0 -3
  361. package/dist/components/Stack/Stack.d.ts +12 -0
  362. package/dist/components/Stack/Stack.d.ts.map +1 -0
  363. package/dist/components/Stack/Stack.js +0 -2
  364. package/dist/components/Stack/index.d.ts +2 -0
  365. package/dist/components/Stack/index.d.ts.map +1 -0
  366. package/dist/components/Stack/stories.js +0 -11
  367. package/dist/components/StandardModal/StandardModal.css.d.ts +8 -0
  368. package/dist/components/StandardModal/StandardModal.css.d.ts.map +1 -0
  369. package/dist/components/StandardModal/StandardModal.css.js +0 -5
  370. package/dist/components/StandardModal/StandardModal.d.ts +16 -0
  371. package/dist/components/StandardModal/StandardModal.d.ts.map +1 -0
  372. package/dist/components/StandardModal/StandardModal.js +0 -4
  373. package/dist/components/StandardModal/index.d.ts +2 -0
  374. package/dist/components/StandardModal/index.d.ts.map +1 -0
  375. package/dist/components/StandardModal/stories.js +0 -5
  376. package/dist/components/StarRating/StarRating.css.d.ts +2 -0
  377. package/dist/components/StarRating/StarRating.css.d.ts.map +1 -0
  378. package/dist/components/StarRating/StarRating.css.js +0 -3
  379. package/dist/components/StarRating/StarRating.d.ts +14 -0
  380. package/dist/components/StarRating/StarRating.d.ts.map +1 -0
  381. package/dist/components/StarRating/StarRating.js +0 -12
  382. package/dist/components/StarRating/index.d.ts +2 -0
  383. package/dist/components/StarRating/index.d.ts.map +1 -0
  384. package/dist/components/StarRating/stories.js +0 -5
  385. package/dist/components/Stepper/Stepper.css.d.ts +6 -0
  386. package/dist/components/Stepper/Stepper.css.d.ts.map +1 -0
  387. package/dist/components/Stepper/Stepper.css.js +1 -5
  388. package/dist/components/Stepper/Stepper.d.ts +15 -0
  389. package/dist/components/Stepper/Stepper.d.ts.map +1 -0
  390. package/dist/components/Stepper/Stepper.js +4 -8
  391. package/dist/components/Stepper/index.d.ts +2 -0
  392. package/dist/components/Stepper/index.d.ts.map +1 -0
  393. package/dist/components/Stepper/stories.js +4 -12
  394. package/dist/components/Switch/Switch.css.d.ts +5 -0
  395. package/dist/components/Switch/Switch.css.d.ts.map +1 -0
  396. package/dist/components/Switch/Switch.css.js +0 -3
  397. package/dist/components/Switch/Switch.d.ts +10 -0
  398. package/dist/components/Switch/Switch.d.ts.map +1 -0
  399. package/dist/components/Switch/Switch.js +0 -1
  400. package/dist/components/Switch/index.d.ts +2 -0
  401. package/dist/components/Switch/index.d.ts.map +1 -0
  402. package/dist/components/Switch/stories.js +4 -16
  403. package/dist/components/Table/Table.css.d.ts +2 -0
  404. package/dist/components/Table/Table.css.d.ts.map +1 -0
  405. package/dist/components/Table/Table.css.js +0 -3
  406. package/dist/components/Table/Table.d.ts +10 -0
  407. package/dist/components/Table/Table.d.ts.map +1 -0
  408. package/dist/components/Table/TableCell.css.d.ts +2 -0
  409. package/dist/components/Table/TableCell.css.d.ts.map +1 -0
  410. package/dist/components/Table/TableCell.css.js +0 -3
  411. package/dist/components/Table/TableCell.d.ts +13 -0
  412. package/dist/components/Table/TableCell.d.ts.map +1 -0
  413. package/dist/components/Table/TableCell.js +0 -1
  414. package/dist/components/Table/TableHeadCell.css.d.ts +10 -0
  415. package/dist/components/Table/TableHeadCell.css.d.ts.map +1 -0
  416. package/dist/components/Table/TableHeadCell.css.js +0 -5
  417. package/dist/components/Table/TableHeadCell.d.ts +14 -0
  418. package/dist/components/Table/TableHeadCell.d.ts.map +1 -0
  419. package/dist/components/Table/TableHeadCell.js +0 -6
  420. package/dist/components/Table/TableRow.d.ts +9 -0
  421. package/dist/components/Table/TableRow.d.ts.map +1 -0
  422. package/dist/components/Table/TableRowGroup.d.ts +8 -0
  423. package/dist/components/Table/TableRowGroup.d.ts.map +1 -0
  424. package/dist/components/Table/context.d.ts +11 -0
  425. package/dist/components/Table/context.d.ts.map +1 -0
  426. package/dist/components/Table/index.d.ts +6 -0
  427. package/dist/components/Table/index.d.ts.map +1 -0
  428. package/dist/components/Table/stories.js +0 -7
  429. package/dist/components/Tabs/Tab.css.d.ts +7 -0
  430. package/dist/components/Tabs/Tab.css.d.ts.map +1 -0
  431. package/dist/components/Tabs/Tab.css.js +0 -3
  432. package/dist/components/Tabs/Tab.d.ts +11 -0
  433. package/dist/components/Tabs/Tab.d.ts.map +1 -0
  434. package/dist/components/Tabs/Tab.js +0 -3
  435. package/dist/components/Tabs/TabList.css.d.ts +3 -0
  436. package/dist/components/Tabs/TabList.css.d.ts.map +1 -0
  437. package/dist/components/Tabs/TabList.css.js +0 -3
  438. package/dist/components/Tabs/TabList.d.ts +12 -0
  439. package/dist/components/Tabs/TabList.d.ts.map +1 -0
  440. package/dist/components/Tabs/TabList.js +0 -7
  441. package/dist/components/Tabs/TabPane.css.d.ts +2 -0
  442. package/dist/components/Tabs/TabPane.css.d.ts.map +1 -0
  443. package/dist/components/Tabs/TabPane.css.js +0 -3
  444. package/dist/components/Tabs/TabPane.d.ts +8 -0
  445. package/dist/components/Tabs/TabPane.d.ts.map +1 -0
  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 +0 -3
  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/Tabs.d.ts +18 -0
  452. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  453. package/dist/components/Tabs/index.d.ts +6 -0
  454. package/dist/components/Tabs/index.d.ts.map +1 -0
  455. package/dist/components/Tabs/stories.js +0 -7
  456. package/dist/components/Text/Text.d.ts +13 -0
  457. package/dist/components/Text/Text.d.ts.map +1 -0
  458. package/dist/components/Text/index.d.ts +4 -0
  459. package/dist/components/Text/index.d.ts.map +1 -0
  460. package/dist/components/Text/stories.js +0 -10
  461. package/dist/components/Text/useTextStyles.css.d.ts +8 -0
  462. package/dist/components/Text/useTextStyles.css.d.ts.map +1 -0
  463. package/dist/components/Text/useTextStyles.css.js +0 -5
  464. package/dist/components/Text/useTextStyles.d.ts +17 -0
  465. package/dist/components/Text/useTextStyles.d.ts.map +1 -0
  466. package/dist/components/TextAreaInput/TextAreaInput.d.ts +4 -0
  467. package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -0
  468. package/dist/components/TextAreaInput/TextAreaInput.js +9 -13
  469. package/dist/components/TextAreaInput/index.d.ts +2 -0
  470. package/dist/components/TextAreaInput/index.d.ts.map +1 -0
  471. package/dist/components/TextAreaInput/stories.js +0 -20
  472. package/dist/components/TextBubble/TextBubble.css.d.ts +2 -0
  473. package/dist/components/TextBubble/TextBubble.css.d.ts.map +1 -0
  474. package/dist/components/TextBubble/TextBubble.css.js +0 -3
  475. package/dist/components/TextBubble/TextBubble.d.ts +11 -0
  476. package/dist/components/TextBubble/TextBubble.d.ts.map +1 -0
  477. package/dist/components/TextBubble/TextBubble.js +5 -13
  478. package/dist/components/TextBubble/index.d.ts +2 -0
  479. package/dist/components/TextBubble/index.d.ts.map +1 -0
  480. package/dist/components/TextBubble/stories.js +0 -5
  481. package/dist/components/TextContainer/TextContainer.d.ts +10 -0
  482. package/dist/components/TextContainer/TextContainer.d.ts.map +1 -0
  483. package/dist/components/TextContainer/TextContainer.js +0 -2
  484. package/dist/components/TextContainer/index.d.ts +2 -0
  485. package/dist/components/TextContainer/index.d.ts.map +1 -0
  486. package/dist/components/TextContainer/stories.js +0 -5
  487. package/dist/components/TextInput/TextInput.d.ts +4 -0
  488. package/dist/components/TextInput/TextInput.d.ts.map +1 -0
  489. package/dist/components/TextInput/TextInput.js +9 -14
  490. package/dist/components/TextInput/index.d.ts +2 -0
  491. package/dist/components/TextInput/index.d.ts.map +1 -0
  492. package/dist/components/TextInput/stories.js +0 -35
  493. package/dist/components/TextLink/TextLink.css.d.ts +3 -0
  494. package/dist/components/TextLink/TextLink.css.d.ts.map +1 -0
  495. package/dist/components/TextLink/TextLink.css.js +0 -3
  496. package/dist/components/TextLink/TextLink.d.ts +14 -0
  497. package/dist/components/TextLink/TextLink.d.ts.map +1 -0
  498. package/dist/components/TextLink/TextLink.js +9 -18
  499. package/dist/components/TextLink/index.d.ts +2 -0
  500. package/dist/components/TextLink/index.d.ts.map +1 -0
  501. package/dist/components/TextLink/stories.js +0 -6
  502. package/dist/components/ThemeOverrideProvider/ThemeOverrideDebugger.d.ts +3 -0
  503. package/dist/components/ThemeOverrideProvider/ThemeOverrideDebugger.d.ts.map +1 -0
  504. package/dist/components/ThemeOverrideProvider/ThemeOverrideProvider.d.ts +22 -0
  505. package/dist/components/ThemeOverrideProvider/ThemeOverrideProvider.d.ts.map +1 -0
  506. package/dist/components/ThemeOverrideProvider/ThemeOverrideProvider.js +0 -3
  507. package/dist/components/ThemeOverrideProvider/index.d.ts +3 -0
  508. package/dist/components/ThemeOverrideProvider/index.d.ts.map +1 -0
  509. package/dist/components/ThemeOverrideProvider/useBuildThemeOverrides.d.ts +17 -0
  510. package/dist/components/ThemeOverrideProvider/useBuildThemeOverrides.d.ts.map +1 -0
  511. package/dist/components/ThemeOverrideProvider/useBuildThemeOverrides.js +7 -15
  512. package/dist/components/ThemeProvider/ThemeProvider.d.ts +19 -0
  513. package/dist/components/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  514. package/dist/components/ThemeProvider/index.d.ts +2 -0
  515. package/dist/components/ThemeProvider/index.d.ts.map +1 -0
  516. package/dist/components/Toaster/Toast.css.d.ts +3 -0
  517. package/dist/components/Toaster/Toast.css.d.ts.map +1 -0
  518. package/dist/components/Toaster/Toast.css.js +0 -3
  519. package/dist/components/Toaster/Toast.d.ts +22 -0
  520. package/dist/components/Toaster/Toast.d.ts.map +1 -0
  521. package/dist/components/Toaster/Toast.js +0 -27
  522. package/dist/components/Toaster/index.d.ts +2 -0
  523. package/dist/components/Toaster/index.d.ts.map +1 -0
  524. package/dist/components/Tooltip/Tooltip.css.d.ts +2 -0
  525. package/dist/components/Tooltip/Tooltip.css.d.ts.map +1 -0
  526. package/dist/components/Tooltip/Tooltip.css.js +0 -5
  527. package/dist/components/Tooltip/Tooltip.d.ts +13 -0
  528. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  529. package/dist/components/Tooltip/Tooltip.js +0 -1
  530. package/dist/components/Tooltip/index.d.ts +2 -0
  531. package/dist/components/Tooltip/index.d.ts.map +1 -0
  532. package/dist/components/Tooltip/stories.js +0 -5
  533. package/dist/components/VisuallyHidden/VisuallyHidden.css.d.ts +2 -0
  534. package/dist/components/VisuallyHidden/VisuallyHidden.css.d.ts.map +1 -0
  535. package/dist/components/VisuallyHidden/VisuallyHidden.css.js +0 -3
  536. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +9 -0
  537. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
  538. package/dist/components/VisuallyHidden/index.d.ts +2 -0
  539. package/dist/components/VisuallyHidden/index.d.ts.map +1 -0
  540. package/dist/components/VisuallyHidden/stories.js +0 -5
  541. package/dist/components/index.d.ts +58 -0
  542. package/dist/components/index.d.ts.map +1 -0
  543. package/dist/components/private/CheckableBase/CheckableBase.css.d.ts +7 -0
  544. package/dist/components/private/CheckableBase/CheckableBase.css.d.ts.map +1 -0
  545. package/dist/components/private/CheckableBase/CheckableBase.css.js +0 -3
  546. package/dist/components/private/CheckableBase/CheckableBase.d.ts +17 -0
  547. package/dist/components/private/CheckableBase/CheckableBase.d.ts.map +1 -0
  548. package/dist/components/private/CheckableBase/CheckableBase.js +0 -2
  549. package/dist/components/private/CheckableBase/index.d.ts +2 -0
  550. package/dist/components/private/CheckableBase/index.d.ts.map +1 -0
  551. package/dist/components/private/CheckableBase/useCheckableStyles.d.ts +4 -0
  552. package/dist/components/private/CheckableBase/useCheckableStyles.d.ts.map +1 -0
  553. package/dist/components/private/InputBase/HintText.css.d.ts +2 -0
  554. package/dist/components/private/InputBase/HintText.css.d.ts.map +1 -0
  555. package/dist/components/private/InputBase/HintText.css.js +0 -3
  556. package/dist/components/private/InputBase/HintText.d.ts +9 -0
  557. package/dist/components/private/InputBase/HintText.d.ts.map +1 -0
  558. package/dist/components/private/InputBase/InputState.css.d.ts +58 -0
  559. package/dist/components/private/InputBase/InputState.css.d.ts.map +1 -0
  560. package/dist/components/private/InputBase/InputState.css.js +0 -3
  561. package/dist/components/private/InputBase/NotchedBase.css.d.ts +22 -0
  562. package/dist/components/private/InputBase/NotchedBase.css.d.ts.map +1 -0
  563. package/dist/components/private/InputBase/NotchedBase.css.js +0 -6
  564. package/dist/components/private/InputBase/NotchedBase.d.ts +21 -0
  565. package/dist/components/private/InputBase/NotchedBase.d.ts.map +1 -0
  566. package/dist/components/private/InputBase/NotchedBase.js +0 -1
  567. package/dist/components/private/InputBase/index.d.ts +2 -0
  568. package/dist/components/private/InputBase/index.d.ts.map +1 -0
  569. package/dist/components/private/InputBase/withEnhancedInput.css.d.ts +29 -0
  570. package/dist/components/private/InputBase/withEnhancedInput.css.d.ts.map +1 -0
  571. package/dist/components/private/InputBase/withEnhancedInput.css.js +0 -3
  572. package/dist/components/private/InputBase/withEnhancedInput.d.ts +58 -0
  573. package/dist/components/private/InputBase/withEnhancedInput.d.ts.map +1 -0
  574. package/dist/components/private/InputBase/withEnhancedInput.js +28 -39
  575. package/dist/hooks/useAttachedBoxes/index.d.ts +2 -0
  576. package/dist/hooks/useAttachedBoxes/index.d.ts.map +1 -0
  577. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.d.ts +9 -0
  578. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.d.ts.map +1 -0
  579. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.css.js +0 -3
  580. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts +18 -0
  581. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts.map +1 -0
  582. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.js +4 -12
  583. package/dist/hooks/useMedia/index.d.ts +2 -0
  584. package/dist/hooks/useMedia/index.d.ts.map +1 -0
  585. package/dist/hooks/useMedia/stories.js +0 -1
  586. package/dist/hooks/useMedia/useMedia.d.ts +4 -0
  587. package/dist/hooks/useMedia/useMedia.d.ts.map +1 -0
  588. package/dist/hooks/useMedia/useMedia.js +0 -4
  589. package/dist/hooks/useNegativeMargin/useNegativeMargin.d.ts +3 -0
  590. package/dist/hooks/useNegativeMargin/useNegativeMargin.d.ts.map +1 -0
  591. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.d.ts +2 -0
  592. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.d.ts.map +1 -0
  593. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.css.js +0 -3
  594. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts +5 -0
  595. package/dist/hooks/useNegativeMargin/useNegativeMarginLeft.d.ts.map +1 -0
  596. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.d.ts +2 -0
  597. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.d.ts.map +1 -0
  598. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.css.js +0 -3
  599. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts +5 -0
  600. package/dist/hooks/useNegativeMargin/useNegativeMarginTop.d.ts.map +1 -0
  601. package/dist/hooks/useResponsiveValue/index.d.ts +2 -0
  602. package/dist/hooks/useResponsiveValue/index.d.ts.map +1 -0
  603. package/dist/hooks/useResponsiveValue/stories.js +0 -1
  604. package/dist/hooks/useResponsiveValue/useResponsiveValue.d.ts +4 -0
  605. package/dist/hooks/useResponsiveValue/useResponsiveValue.d.ts.map +1 -0
  606. package/dist/hooks/useWindowScrollLock/index.d.ts +2 -0
  607. package/dist/hooks/useWindowScrollLock/index.d.ts.map +1 -0
  608. package/dist/index.d.ts +6 -0
  609. package/dist/index.d.ts.map +1 -0
  610. package/dist/reset/globalFonts.css.d.ts +2 -0
  611. package/dist/reset/globalFonts.css.d.ts.map +1 -0
  612. package/dist/reset/globalFonts.css.js +0 -3
  613. package/dist/reset/globalReset.css.d.ts +2 -0
  614. package/dist/reset/globalReset.css.d.ts.map +1 -0
  615. package/dist/reset/globalReset.css.js +0 -3
  616. package/dist/reset/reset.css.d.ts +49 -0
  617. package/dist/reset/reset.css.d.ts.map +1 -0
  618. package/dist/reset/reset.css.js +0 -5
  619. package/dist/themes/base/index.d.ts +267 -0
  620. package/dist/themes/base/index.d.ts.map +1 -0
  621. package/dist/themes/base/tokens.d.ts +3 -0
  622. package/dist/themes/base/tokens.d.ts.map +1 -0
  623. package/dist/themes/base/tokens.js +0 -3
  624. package/dist/themes/base/vars.css.d.ts +2 -0
  625. package/dist/themes/base/vars.css.d.ts.map +1 -0
  626. package/dist/themes/base/vars.css.js +0 -3
  627. package/dist/themes/flat_red/index.d.ts +267 -0
  628. package/dist/themes/flat_red/index.d.ts.map +1 -0
  629. package/dist/themes/flat_red/tokens.d.ts +2 -0
  630. package/dist/themes/flat_red/tokens.d.ts.map +1 -0
  631. package/dist/themes/flat_red/tokens.js +0 -3
  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 +0 -3
  635. package/dist/themes/helpers.d.ts +28 -0
  636. package/dist/themes/helpers.d.ts.map +1 -0
  637. package/dist/themes/helpers.js +0 -2
  638. package/dist/themes/index.d.ts +4 -0
  639. package/dist/themes/index.d.ts.map +1 -0
  640. package/dist/themes/makeTheme.d.ts +8 -0
  641. package/dist/themes/makeTheme.d.ts.map +1 -0
  642. package/dist/themes/makeTheme.js +0 -3
  643. package/dist/themes/neutral/index.d.ts +267 -0
  644. package/dist/themes/neutral/index.d.ts.map +1 -0
  645. package/dist/themes/neutral/tokens.d.ts +3 -0
  646. package/dist/themes/neutral/tokens.d.ts.map +1 -0
  647. package/dist/themes/neutral/tokens.js +0 -3
  648. package/dist/themes/neutral/vars.css.d.ts +2 -0
  649. package/dist/themes/neutral/vars.css.d.ts.map +1 -0
  650. package/dist/themes/neutral/vars.css.js +0 -3
  651. package/dist/themes/theme.css.d.ts +262 -0
  652. package/dist/themes/theme.css.d.ts.map +1 -0
  653. package/dist/themes/theme.css.js +0 -5
  654. package/dist/themes/tokens.d.ts +96 -0
  655. package/dist/themes/tokens.d.ts.map +1 -0
  656. package/dist/utils/index.d.ts +19 -0
  657. package/dist/utils/index.d.ts.map +1 -0
  658. package/dist/utils/index.js +0 -13
  659. package/dist/utils/mapTokenToProperty.d.ts +6 -0
  660. package/dist/utils/mapTokenToProperty.d.ts.map +1 -0
  661. package/dist/utils/mapTokenToProperty.js +0 -3
  662. package/dist/utils/number.d.ts +7 -0
  663. package/dist/utils/number.d.ts.map +1 -0
  664. package/dist/utils/resolveResponsiveProps.d.ts +7 -0
  665. package/dist/utils/resolveResponsiveProps.d.ts.map +1 -0
  666. package/dist/utils/resolveResponsiveProps.js +0 -6
  667. package/dist/utils/responsiveProps.css.d.ts +5 -0
  668. package/dist/utils/responsiveProps.css.d.ts.map +1 -0
  669. package/dist/utils/responsiveProps.css.js +0 -5
  670. package/dist/utils/responsiveStyle.d.ts +4 -0
  671. package/dist/utils/responsiveStyle.d.ts.map +1 -0
  672. package/dist/utils/responsiveStyle.js +0 -6
  673. package/package.json +2 -2
@@ -3,11 +3,8 @@
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
5
5
  const _excluded = ["is", "padding", "paddingX", "paddingY", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight", "margin", "marginX", "marginY", "marginTop", "marginBottom", "marginLeft", "marginRight", "display", "width", "height", "position", "overflow", "userSelect", "textAlign", "pointerEvents", "borderColour", "borderColourX", "borderColourY", "borderColourTop", "borderColourRight", "borderColourBottom", "borderColourLeft", "borderWidth", "borderWidthX", "borderWidthY", "borderWidthTop", "borderWidthRight", "borderWidthBottom", "borderWidthLeft", "boxShadow", "borderRadius", "backgroundColour", "colour", "opacity", "className", "alignItems", "order", "flexDirection", "flexGrow", "flexShrink", "flexWrap", "justifyContent", "children"];
6
-
7
6
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
8
-
9
7
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
10
-
11
8
  import clsx from 'clsx';
12
9
  import * as React from 'react';
13
10
  import { forwardRef } from 'react';
@@ -15,60 +12,59 @@ import { useBoxStyles } from "./useBoxStyles.js";
15
12
  import { jsx as _jsx } from "react/jsx-runtime";
16
13
  export const Box = forwardRef((_ref, ref) => {
17
14
  let {
18
- is: Component = 'div',
19
- padding,
20
- paddingX,
21
- paddingY,
22
- paddingTop,
23
- paddingBottom,
24
- paddingLeft,
25
- paddingRight,
26
- margin,
27
- marginX,
28
- marginY,
29
- marginTop,
30
- marginBottom,
31
- marginLeft,
32
- marginRight,
33
- display,
34
- width,
35
- height,
36
- position,
37
- overflow,
38
- userSelect,
39
- textAlign,
40
- pointerEvents,
41
- borderColour,
42
- borderColourX,
43
- borderColourY,
44
- borderColourTop,
45
- borderColourRight,
46
- borderColourBottom,
47
- borderColourLeft,
48
- borderWidth,
49
- borderWidthX,
50
- borderWidthY,
51
- borderWidthTop,
52
- borderWidthRight,
53
- borderWidthBottom,
54
- borderWidthLeft,
55
- boxShadow,
56
- borderRadius,
57
- backgroundColour,
58
- colour,
59
- opacity,
60
- className = '',
61
- alignItems,
62
- order,
63
- flexDirection,
64
- flexGrow,
65
- flexShrink,
66
- flexWrap,
67
- justifyContent,
68
- children
69
- } = _ref,
70
- allOtherProps = _objectWithoutProperties(_ref, _excluded);
71
-
15
+ is: Component = 'div',
16
+ padding,
17
+ paddingX,
18
+ paddingY,
19
+ paddingTop,
20
+ paddingBottom,
21
+ paddingLeft,
22
+ paddingRight,
23
+ margin,
24
+ marginX,
25
+ marginY,
26
+ marginTop,
27
+ marginBottom,
28
+ marginLeft,
29
+ marginRight,
30
+ display,
31
+ width,
32
+ height,
33
+ position,
34
+ overflow,
35
+ userSelect,
36
+ textAlign,
37
+ pointerEvents,
38
+ borderColour,
39
+ borderColourX,
40
+ borderColourY,
41
+ borderColourTop,
42
+ borderColourRight,
43
+ borderColourBottom,
44
+ borderColourLeft,
45
+ borderWidth,
46
+ borderWidthX,
47
+ borderWidthY,
48
+ borderWidthTop,
49
+ borderWidthRight,
50
+ borderWidthBottom,
51
+ borderWidthLeft,
52
+ boxShadow,
53
+ borderRadius,
54
+ backgroundColour,
55
+ colour,
56
+ opacity,
57
+ className = '',
58
+ alignItems,
59
+ order,
60
+ flexDirection,
61
+ flexGrow,
62
+ flexShrink,
63
+ flexWrap,
64
+ justifyContent,
65
+ children
66
+ } = _ref,
67
+ allOtherProps = _objectWithoutProperties(_ref, _excluded);
72
68
  const cls = useBoxStyles({
73
69
  is: Component,
74
70
  alignItems,
@@ -0,0 +1,7 @@
1
+ import { ArgTypes } from '@storybook/react';
2
+ import { ComponentProps } from 'react';
3
+ import { Tokens } from '../../themes/tokens';
4
+ import { Box } from './Box';
5
+ export declare const scaleOptions: Array<keyof Tokens['space']>;
6
+ export declare const boxArgTypes: Partial<ArgTypes<ComponentProps<typeof Box>>>;
7
+ //# sourceMappingURL=argTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"argTypes.d.ts","sourceRoot":"","sources":["../../../lib/components/Box/argTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAE7C,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,MAAM,MAAM,CAAC,OAAO,CAAC,CAWrD,CAAC;AAoCF,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,CAkErE,CAAC"}
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
 
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
-
5
4
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
6
-
7
5
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
8
-
9
6
  export const scaleOptions = ['none', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
10
7
  const scaledProps = ['padding', 'paddingX', 'paddingY', 'paddingTop', 'paddingRight', 'paddingLeft', 'margin', 'marginX', 'marginY', 'marginTop', 'marginRight', 'marginLeft'];
11
8
  const boxShadowOptions = ['none', '1', '2', '3', '4', '5'];
@@ -0,0 +1,4 @@
1
+ export { Box } from './Box';
2
+ export { useBoxStyles } from './useBoxStyles';
3
+ export type { BoxStyleProps } from './useBoxStyles';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/components/Box/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
 
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
-
5
4
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
6
-
7
5
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
8
-
9
6
  import * as React from 'react';
10
7
  import { boxArgTypes } from "./argTypes.js";
11
8
  import { Box } from "./index.js";
@@ -24,7 +21,6 @@ export default {
24
21
  })],
25
22
  argTypes: boxArgTypes
26
23
  };
27
-
28
24
  const template = args => _jsxs(_Fragment, {
29
25
  children: [_jsx(Box, _objectSpread(_objectSpread({}, args), {}, {
30
26
  children: "Box 1"
@@ -32,7 +28,6 @@ const template = args => _jsxs(_Fragment, {
32
28
  children: "Box 2"
33
29
  }))]
34
30
  });
35
-
36
31
  const standardProps = {
37
32
  borderColour: 'dark',
38
33
  borderWidth: ['none', 'none', '1', '2'],
@@ -0,0 +1,48 @@
1
+ export declare const padding: {
2
+ top: Record<string | number, any>;
3
+ right: Record<string | number, any>;
4
+ bottom: Record<string | number, any>;
5
+ left: Record<string | number, any>;
6
+ };
7
+ export declare const margin: {
8
+ top: Record<string | number, any>;
9
+ right: Record<string | number, any>;
10
+ bottom: Record<string | number, any>;
11
+ left: Record<string | number, any>;
12
+ };
13
+ export declare const boxShadow: Record<string | number, any>;
14
+ export declare const border: {
15
+ style: string;
16
+ colour: {
17
+ top: Record<("primary" | "secondary" | "shine" | "neutral" | "danger" | "warning" | "success" | "information") | "light" | "dark" | "gray", string>;
18
+ right: Record<("primary" | "secondary" | "shine" | "neutral" | "danger" | "warning" | "success" | "information") | "light" | "dark" | "gray", string>;
19
+ bottom: Record<("primary" | "secondary" | "shine" | "neutral" | "danger" | "warning" | "success" | "information") | "light" | "dark" | "gray", string>;
20
+ left: Record<("primary" | "secondary" | "shine" | "neutral" | "danger" | "warning" | "success" | "information") | "light" | "dark" | "gray", string>;
21
+ };
22
+ width: {
23
+ top: Record<string | number, any>;
24
+ right: Record<string | number, any>;
25
+ bottom: Record<string | number, any>;
26
+ left: Record<string | number, any>;
27
+ };
28
+ };
29
+ export declare const borderRadius: Record<string | number, any>;
30
+ export declare const backgroundColours: Record<import("../../themes/tokens").ColourGamut | ("primary" | "secondary" | "shine" | "neutral" | "danger" | "warning" | "success" | "information") | "white" | "transparent", string>;
31
+ export declare const colours: Record<"primary" | "secondary" | "shine" | "neutral" | "danger" | "warning" | "success" | "information", string>;
32
+ export declare const width: Record<"none" | "full", string>;
33
+ export declare const height: Record<"full", string>;
34
+ export declare const position: Record<"fixed" | "absolute" | "relative", string>;
35
+ export declare const textAlign: Record<"left" | "right" | "center", string>;
36
+ export declare const overflow: Record<"auto" | "hidden" | "visible" | "scroll", string>;
37
+ export declare const display: Record<"none" | "flex" | "contents" | "block" | "inline" | "inlineFlex" | "inlineBlock", string>;
38
+ export declare const opacity: Record<0 | 1, string>;
39
+ export declare const userSelect: Record<"none", string>;
40
+ export declare const order: Record<string | number, any>;
41
+ export declare const alignItems: Record<string | number, any>;
42
+ export declare const flexDirection: Record<string | number, any>;
43
+ export declare const flexGrow: Record<0 | 1, string>;
44
+ export declare const flexShrink: Record<0, string>;
45
+ export declare const flexWrap: Record<"nowrap" | "wrap", string>;
46
+ export declare const justifyContent: Record<string | number, any>;
47
+ export declare const pointerEvents: Record<"none", string>;
48
+ //# sourceMappingURL=useBoxStyles.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBoxStyles.css.d.ts","sourceRoot":"","sources":["../../../lib/components/Box/useBoxStyles.css.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,OAAO;;;;;CAKnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;CAKlB,CAAC;AAEF,eAAO,MAAM,SAAS,8BAAmD,CAAC;AA2C1E,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CAsBlB,CAAC;AAEF,eAAO,MAAM,YAAY,8BAGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,0LAE7B,CAAC;AAEF,eAAO,MAAM,OAAO,kHAEnB,CAAC;AAEF,eAAO,MAAM,KAAK,iCAOhB,CAAC;AAEH,eAAO,MAAM,MAAM,wBAIjB,CAAC;AAEH,eAAO,MAAM,QAAQ,mDASpB,CAAC;AAEF,eAAO,MAAM,SAAS,6CASrB,CAAC;AAEF,eAAO,MAAM,QAAQ,0DAUpB,CAAC;AAEF,eAAO,MAAM,OAAO,kGAanB,CAAC;AAEF,eAAO,MAAM,OAAO,uBAGlB,CAAC;AAEH,eAAO,MAAM,UAAU,wBAErB,CAAC;AAIH,eAAO,MAAM,KAAK,8BAOjB,CAAC;AAEF,eAAO,MAAM,UAAU,8BAOtB,CAAC;AAEF,eAAO,MAAM,aAAa,8BAQzB,CAAC;AAEF,eAAO,MAAM,QAAQ,uBAQpB,CAAC;AAEF,eAAO,MAAM,UAAU,mBAOtB,CAAC;AAEF,eAAO,MAAM,QAAQ,mCAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,8BAS1B,CAAC;AAEF,eAAO,MAAM,aAAa,wBAExB,CAAC"}
@@ -2,13 +2,9 @@
2
2
 
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
4
  import * as __vanilla_filescope__ from '@vanilla-extract/css/fileScope';
5
-
6
5
  __vanilla_filescope__.setFileScope("lib/components/Box/useBoxStyles.css.ts", "@autoguru/overdrive");
7
-
8
6
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9
-
10
7
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
11
-
12
8
  import { style, styleVariants } from '@vanilla-extract/css';
13
9
  import { themeContractVars as vars } from "../../themes/theme.css.js";
14
10
  import { mapTokenToProperty } from "../../utils/mapTokenToProperty.js";
@@ -26,17 +22,14 @@ export const margin = {
26
22
  left: makeResponsiveStyle(vars.space, 'marginLeft')
27
23
  };
28
24
  export const boxShadow = makeResponsiveStyle(vars.elevation, 'boxShadow');
29
-
30
25
  const borderColours = _objectSpread(_objectSpread({}, vars.border.colours), Object.entries(vars.colours.intent).reduce((map, entry) => _objectSpread(_objectSpread({}, map), {}, {
31
26
  [entry[0]]: entry[1].border
32
27
  }), {}));
33
-
34
28
  const backgroundColourTokens = _objectSpread(_objectSpread(_objectSpread({}, vars.colours.gamut), Object.entries(vars.colours.intent).reduce((map, entry) => _objectSpread(_objectSpread({}, map), {}, {
35
29
  [entry[0]]: entry[1].background.standard
36
30
  }), {})), {}, {
37
31
  transparent: 'transparent'
38
32
  });
39
-
40
33
  const foregroundColourTokens = Object.entries(vars.colours.intent).reduce((map, entry) => _objectSpread(_objectSpread({}, map), {}, {
41
34
  [entry[0]]: entry[1].foreground
42
35
  }), {});
@@ -150,5 +143,4 @@ export const pointerEvents = styleVariants({
150
143
  pointerEvents: 'none'
151
144
  }
152
145
  }, "pointerEvents");
153
-
154
146
  __vanilla_filescope__.endFileScope();
@@ -0,0 +1,68 @@
1
+ import clsx from 'clsx';
2
+ import type { JSXElementConstructor } from 'react';
3
+ import { Tokens } from '../../themes/tokens';
4
+ import { ResponsiveProp } from '../../utils/responsiveProps.css';
5
+ import * as styles from './useBoxStyles.css';
6
+ interface Padding {
7
+ padding?: ResponsiveProp<keyof Tokens['space']>;
8
+ paddingX?: ResponsiveProp<keyof Tokens['space']>;
9
+ paddingY?: ResponsiveProp<keyof Tokens['space']>;
10
+ paddingTop?: ResponsiveProp<keyof Tokens['space']>;
11
+ paddingRight?: ResponsiveProp<keyof Tokens['space']>;
12
+ paddingBottom?: ResponsiveProp<keyof Tokens['space']>;
13
+ paddingLeft?: ResponsiveProp<keyof Tokens['space']>;
14
+ }
15
+ interface Margin {
16
+ margin?: ResponsiveProp<keyof Tokens['space']>;
17
+ marginX?: ResponsiveProp<keyof Tokens['space']>;
18
+ marginY?: ResponsiveProp<keyof Tokens['space']>;
19
+ marginTop?: ResponsiveProp<keyof Tokens['space']>;
20
+ marginRight?: ResponsiveProp<keyof Tokens['space']>;
21
+ marginBottom?: ResponsiveProp<keyof Tokens['space']>;
22
+ marginLeft?: ResponsiveProp<keyof Tokens['space']>;
23
+ }
24
+ interface Border {
25
+ borderWidth?: ResponsiveProp<keyof Tokens['border']['width']>;
26
+ borderWidthX?: ResponsiveProp<keyof Tokens['border']['width']>;
27
+ borderWidthY?: ResponsiveProp<keyof Tokens['border']['width']>;
28
+ borderWidthTop?: ResponsiveProp<keyof Tokens['border']['width']>;
29
+ borderWidthRight?: ResponsiveProp<keyof Tokens['border']['width']>;
30
+ borderWidthBottom?: ResponsiveProp<keyof Tokens['border']['width']>;
31
+ borderWidthLeft?: ResponsiveProp<keyof Tokens['border']['width']>;
32
+ borderColour?: keyof typeof styles.border['colour']['top'];
33
+ borderColourX?: keyof typeof styles.border['colour']['top'];
34
+ borderColourY?: keyof typeof styles.border['colour']['top'];
35
+ borderColourTop?: keyof typeof styles.border['colour']['top'];
36
+ borderColourRight?: keyof typeof styles.border['colour']['top'];
37
+ borderColourBottom?: keyof typeof styles.border['colour']['top'];
38
+ borderColourLeft?: keyof typeof styles.border['colour']['top'];
39
+ borderRadius?: ResponsiveProp<keyof typeof styles.borderRadius>;
40
+ }
41
+ interface Flex {
42
+ alignItems?: ResponsiveProp<keyof typeof styles.alignItems>;
43
+ order?: ResponsiveProp<keyof typeof styles.order>;
44
+ flexDirection?: ResponsiveProp<keyof typeof styles.flexDirection>;
45
+ flexGrow?: keyof typeof styles.flexGrow;
46
+ flexShrink?: keyof typeof styles.flexShrink;
47
+ flexWrap?: keyof typeof styles.flexWrap;
48
+ justifyContent?: ResponsiveProp<keyof typeof styles.justifyContent>;
49
+ }
50
+ export interface BoxStyleProps extends Padding, Margin, Border, Flex {
51
+ is?: keyof JSX.IntrinsicElements | JSXElementConstructor<any>;
52
+ boxShadow?: ResponsiveProp<keyof typeof styles.boxShadow>;
53
+ display?: keyof typeof styles.display;
54
+ position?: keyof typeof styles.position;
55
+ width?: keyof typeof styles.width;
56
+ height?: keyof typeof styles.height;
57
+ backgroundColour?: keyof typeof styles.backgroundColours;
58
+ colour?: keyof typeof styles.colours;
59
+ opacity?: keyof typeof styles.opacity;
60
+ overflow?: keyof typeof styles.overflow;
61
+ userSelect?: keyof typeof styles.userSelect;
62
+ textAlign?: keyof typeof styles.textAlign;
63
+ pointerEvents?: keyof typeof styles.pointerEvents;
64
+ className?: Parameters<typeof clsx>[0];
65
+ }
66
+ export declare const useBoxStyles: ({ is, display, padding, paddingX, paddingY, paddingTop, paddingBottom, paddingLeft, paddingRight, margin, marginX, marginY, marginTop, marginBottom, marginLeft, marginRight, boxShadow, borderWidth, borderWidthX, borderWidthY, borderWidthTop, borderWidthRight, borderWidthBottom, borderWidthLeft, borderColour, borderColourX, borderColourY, borderColourTop, borderColourRight, borderColourBottom, borderColourLeft, borderRadius, backgroundColour, colour, opacity, width, height, position, overflow, userSelect, textAlign, pointerEvents, alignItems, order, flexDirection, flexGrow, flexShrink, flexWrap, justifyContent, className, }: BoxStyleProps) => string;
67
+ export default useBoxStyles;
68
+ //# sourceMappingURL=useBoxStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBoxStyles.d.ts","sourceRoot":"","sources":["../../../lib/components/Box/useBoxStyles.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export declare const root: Record<"circle" | "default" | "square" | "disc", string>;
2
+ export declare const noDot: string;
3
+ //# sourceMappingURL=Bullet.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bullet.css.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletList/Bullet.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0DAuCf,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC"}
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  import * as __vanilla_filescope__ from '@vanilla-extract/css/fileScope';
4
-
5
4
  __vanilla_filescope__.setFileScope("lib/components/BulletList/Bullet.css.ts", "@autoguru/overdrive");
6
-
7
5
  import { style, styleVariants } from '@vanilla-extract/css';
8
6
  import { themeContractVars as vars } from "../../themes/theme.css.js";
9
7
  export const root = styleVariants({
@@ -49,5 +47,4 @@ export const noDot = style({
49
47
  visibility: 'hidden'
50
48
  }
51
49
  }, "noDot");
52
-
53
50
  __vanilla_filescope__.endFileScope();
@@ -0,0 +1,7 @@
1
+ import { FunctionComponent, ReactNode } from 'react';
2
+ export interface Props {
3
+ children?: ReactNode;
4
+ className?: string;
5
+ }
6
+ export declare const Bullet: FunctionComponent<Props>;
7
+ //# sourceMappingURL=Bullet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bullet.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletList/Bullet.tsx"],"names":[],"mappings":"AACA,OAAO,EACN,iBAAiB,EAEjB,SAAS,EAET,MAAM,OAAO,CAAC;AAQf,MAAM,WAAW,KAAK;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAeD,eAAO,MAAM,MAAM,EAAE,iBAAiB,CAAC,KAAK,CAgB3C,CAAC"}
@@ -7,26 +7,20 @@ import * as styles from "./Bullet.css.js";
7
7
  import { BulletList } from "./BulletList.js";
8
8
  import { BulletListContext, bulletMap } from "./context.js";
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
-
11
10
  const getBulletCls = (styles, type) => {
12
11
  switch (type) {
13
12
  case 'circle':
14
13
  return styles.root.circle;
15
-
16
14
  case 'square':
17
15
  return styles.root.square;
18
-
19
16
  case 'disc':
20
17
  return styles.root.disc;
21
-
22
18
  default:
23
19
  return '';
24
20
  }
25
21
  };
26
-
27
22
  export const Bullet = _ref => {
28
23
  var _getBulletCls;
29
-
30
24
  let {
31
25
  children,
32
26
  className
@@ -0,0 +1,3 @@
1
+ export declare const root: string;
2
+ export declare const firstOccurrence: string;
3
+ //# sourceMappingURL=BulletList.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BulletList.css.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletList/BulletList.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,QAEf,CAAC;AAEH,eAAO,MAAM,eAAe,QAE1B,CAAC"}
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  import * as __vanilla_filescope__ from '@vanilla-extract/css/fileScope';
4
-
5
4
  __vanilla_filescope__.setFileScope("lib/components/BulletList/BulletList.css.ts", "@autoguru/overdrive");
6
-
7
5
  import { style } from '@vanilla-extract/css';
8
6
  import { themeContractVars as vars } from "../../themes/theme.css.js";
9
7
  export const root = style({
@@ -12,5 +10,4 @@ export const root = style({
12
10
  export const firstOccurrence = style({
13
11
  paddingLeft: vars.space['6']
14
12
  }, "firstOccurrence");
15
-
16
13
  __vanilla_filescope__.endFileScope();
@@ -0,0 +1,8 @@
1
+ import { FunctionComponent, ReactNode } from 'react';
2
+ export interface Props {
3
+ className?: string;
4
+ children?: ReactNode;
5
+ }
6
+ export declare const BulletList: FunctionComponent<Props>;
7
+ export default BulletList;
8
+ //# sourceMappingURL=BulletList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BulletList.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletList/BulletList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAOjE,MAAM,WAAW,KAAK;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,KAAK,CAmB/C,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { Context } from 'react';
2
+ export declare type BulletType = 'circle' | 'square' | 'disc';
3
+ export declare const bulletMap: BulletType[];
4
+ export declare const BulletListContext: Context<number>;
5
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletList/context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAiB,MAAM,OAAO,CAAC;AAE/C,oBAAY,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEtD,eAAO,MAAM,SAAS,EAAE,UAAU,EAAiC,CAAC;AAEpE,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,MAAM,CAAqB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { BulletList } from './BulletList';
2
+ export { Bullet } from './Bullet';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletList/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
 
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
-
5
4
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
6
-
7
5
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
8
-
9
6
  import * as React from 'react';
10
7
  import { Text } from "../Text/index.js";
11
8
  import { Bullet, BulletList } from "./index.js";
@@ -22,7 +19,6 @@ export default {
22
19
  children: story()
23
20
  })]
24
21
  };
25
-
26
22
  const StandardBulletListTemplate = args => _jsxs(BulletList, _objectSpread(_objectSpread({}, args), {}, {
27
23
  children: [_jsx(Bullet, {
28
24
  children: _jsx(Text, {
@@ -34,7 +30,6 @@ const StandardBulletListTemplate = args => _jsxs(BulletList, _objectSpread(_obje
34
30
  })
35
31
  })]
36
32
  }));
37
-
38
33
  const NestedBulletListTemplate = args => _jsxs(BulletList, _objectSpread(_objectSpread({}, args), {}, {
39
34
  children: [_jsx(Bullet, {
40
35
  children: _jsx(Text, {
@@ -70,7 +65,6 @@ const NestedBulletListTemplate = args => _jsxs(BulletList, _objectSpread(_object
70
65
  })
71
66
  })]
72
67
  }));
73
-
74
68
  const standardProps = {};
75
69
  export const standard = StandardBulletListTemplate.bind(standardProps);
76
70
  standard.args = {};
@@ -0,0 +1,6 @@
1
+ export declare const bullet: string;
2
+ export declare const primary: string;
3
+ export declare const secondary: string;
4
+ export declare const primaryText: string;
5
+ export declare const secondaryText: string;
6
+ //# sourceMappingURL=BulletText.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BulletText.css.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletText/BulletText.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,QAIjB,CAAC;AAEH,eAAO,MAAM,OAAO,QAElB,CAAC;AAEH,eAAO,MAAM,SAAS,QAEpB,CAAC;AAEH,eAAO,MAAM,WAAW,QAEtB,CAAC;AAEH,eAAO,MAAM,aAAa,QAExB,CAAC"}
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  import * as __vanilla_filescope__ from '@vanilla-extract/css/fileScope';
4
-
5
4
  __vanilla_filescope__.setFileScope("lib/components/BulletText/BulletText.css.ts", "@autoguru/overdrive");
6
-
7
5
  import { style } from '@vanilla-extract/css';
8
6
  import { themeContractVars as vars } from "../../themes/theme.css.js";
9
7
  export const bullet = style({
@@ -23,5 +21,4 @@ export const primaryText = style({
23
21
  export const secondaryText = style({
24
22
  color: vars.typography.colour.dark
25
23
  }, "secondaryText");
26
-
27
24
  __vanilla_filescope__.endFileScope();
@@ -0,0 +1,10 @@
1
+ import { FunctionComponent, ReactNode } from 'react';
2
+ import { BoxStyleProps } from '../Box';
3
+ export interface Props extends Partial<Pick<BoxStyleProps, 'is'>> {
4
+ bullet?: ReactNode;
5
+ variant?: 'primary' | 'secondary';
6
+ children?: ReactNode;
7
+ }
8
+ export declare const BulletText: FunctionComponent<Props>;
9
+ export default BulletText;
10
+ //# sourceMappingURL=BulletText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BulletText.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletText/BulletText.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAkB,SAAS,EAAE,MAAM,OAAO,CAAC;AAErE,OAAO,EAAO,aAAa,EAAE,MAAM,QAAQ,CAAC;AAM5C,MAAM,WAAW,KAAM,SAAQ,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;IAChE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,KAAK,CA0C/C,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { BulletText } from './BulletText';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/components/BulletText/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
 
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
-
5
4
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
6
-
7
5
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
8
-
9
6
  import { CheckIcon } from '@autoguru/icons';
10
7
  import * as React from 'react';
11
8
  import { Icon } from "../Icon/index.js";
@@ -48,11 +45,9 @@ export default {
48
45
  }
49
46
  }
50
47
  };
51
-
52
48
  const template = args => _jsx(BulletText, _objectSpread({
53
49
  is: "div"
54
50
  }, args));
55
-
56
51
  const primaryProps = {
57
52
  variant: 'primary',
58
53
  children: 'Hello World',