@autoguru/overdrive 4.43.0 → 4.43.2

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 (586) hide show
  1. package/dist/components/Actions/Actions.d.ts +2 -3
  2. package/dist/components/Actions/Actions.d.ts.map +1 -1
  3. package/dist/components/Actions/Actions.js +1 -2
  4. package/dist/components/Actions/Actions.stories.d.ts +2 -2
  5. package/dist/components/Actions/Actions.stories.d.ts.map +1 -1
  6. package/dist/components/Actions/default.d.ts +2 -0
  7. package/dist/components/Actions/default.d.ts.map +1 -0
  8. package/dist/components/Actions/default.js +3 -0
  9. package/dist/components/Alert/Alert.d.ts +4 -4
  10. package/dist/components/Alert/Alert.d.ts.map +1 -1
  11. package/dist/components/Alert/Alert.js +7 -5
  12. package/dist/components/Alert/Alert.stories.d.ts +2 -2
  13. package/dist/components/Alert/Alert.stories.d.ts.map +1 -1
  14. package/dist/components/Alert/default.d.ts +2 -0
  15. package/dist/components/Alert/default.d.ts.map +1 -0
  16. package/dist/components/Alert/default.js +3 -0
  17. package/dist/components/Anchor/Anchor.d.ts +2 -3
  18. package/dist/components/Anchor/Anchor.d.ts.map +1 -1
  19. package/dist/components/Anchor/Anchor.js +6 -6
  20. package/dist/components/Anchor/Anchor.stories.d.ts +1 -1
  21. package/dist/components/Anchor/default.d.ts +2 -0
  22. package/dist/components/Anchor/default.d.ts.map +1 -0
  23. package/dist/components/Anchor/default.js +3 -0
  24. package/dist/components/AutoSuggest/AutoSuggest.d.ts +4 -4
  25. package/dist/components/AutoSuggest/AutoSuggest.d.ts.map +1 -1
  26. package/dist/components/AutoSuggest/AutoSuggest.js +8 -9
  27. package/dist/components/AutoSuggest/AutoSuggest.stories.d.ts +1 -1
  28. package/dist/components/AutoSuggest/AutoSuggest.stories.d.ts.map +1 -1
  29. package/dist/components/AutoSuggest/default.d.ts +2 -0
  30. package/dist/components/AutoSuggest/default.d.ts.map +1 -0
  31. package/dist/components/AutoSuggest/default.js +3 -0
  32. package/dist/components/Badge/Badge.d.ts +1 -1
  33. package/dist/components/Badge/Badge.d.ts.map +1 -1
  34. package/dist/components/Badge/Badge.js +1 -2
  35. package/dist/components/Badge/Badge.stories.d.ts +1 -1
  36. package/dist/components/Badge/Badge.stories.d.ts.map +1 -1
  37. package/dist/components/Badge/default.d.ts +2 -0
  38. package/dist/components/Badge/default.d.ts.map +1 -0
  39. package/dist/components/Badge/default.js +3 -0
  40. package/dist/components/Box/default.d.ts +1 -1
  41. package/dist/components/Box/default.d.ts.map +1 -1
  42. package/dist/components/Box/default.js +1 -1
  43. package/dist/components/BulletList/Bullet.d.ts +2 -2
  44. package/dist/components/BulletList/Bullet.d.ts.map +1 -1
  45. package/dist/components/BulletList/Bullet.stories.d.ts +1 -1
  46. package/dist/components/BulletList/Bullet.stories.d.ts.map +1 -1
  47. package/dist/components/BulletList/BulletList.d.ts +2 -3
  48. package/dist/components/BulletList/BulletList.d.ts.map +1 -1
  49. package/dist/components/BulletList/BulletList.js +1 -2
  50. package/dist/components/BulletList/default.d.ts +2 -0
  51. package/dist/components/BulletList/default.d.ts.map +1 -0
  52. package/dist/components/BulletList/default.js +3 -0
  53. package/dist/components/BulletText/BulletText.d.ts +3 -4
  54. package/dist/components/BulletText/BulletText.d.ts.map +1 -1
  55. package/dist/components/BulletText/BulletText.js +4 -5
  56. package/dist/components/BulletText/BulletText.stories.d.ts +2 -2
  57. package/dist/components/BulletText/BulletText.stories.d.ts.map +1 -1
  58. package/dist/components/BulletText/default.d.ts +2 -0
  59. package/dist/components/BulletText/default.d.ts.map +1 -0
  60. package/dist/components/BulletText/default.js +3 -0
  61. package/dist/components/Button/Button.d.ts +2 -2
  62. package/dist/components/Button/Button.d.ts.map +1 -1
  63. package/dist/components/Button/Button.js +11 -13
  64. package/dist/components/Button/Button.stories.d.ts +1 -1
  65. package/dist/components/Button/Button.stories.d.ts.map +1 -1
  66. package/dist/components/Button/default.d.ts +2 -0
  67. package/dist/components/Button/default.d.ts.map +1 -0
  68. package/dist/components/Button/default.js +3 -0
  69. package/dist/components/CheckBox/CheckBox.d.ts +2 -3
  70. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -1
  71. package/dist/components/CheckBox/CheckBox.js +4 -5
  72. package/dist/components/CheckBox/CheckBox.stories.d.ts +1 -1
  73. package/dist/components/CheckBox/CheckBox.stories.d.ts.map +1 -1
  74. package/dist/components/CheckBox/default.d.ts +2 -0
  75. package/dist/components/CheckBox/default.d.ts.map +1 -0
  76. package/dist/components/CheckBox/default.js +3 -0
  77. package/dist/components/ColourInput/ColourInput.d.ts +0 -1
  78. package/dist/components/ColourInput/ColourInput.d.ts.map +1 -1
  79. package/dist/components/ColourInput/ColourInput.js +4 -4
  80. package/dist/components/ColourInput/ColourInput.stories.d.ts +1 -1
  81. package/dist/components/ColourInput/ColourInput.stories.d.ts.map +1 -1
  82. package/dist/components/ColourInput/default.d.ts +2 -0
  83. package/dist/components/ColourInput/default.d.ts.map +1 -0
  84. package/dist/components/ColourInput/default.js +3 -0
  85. package/dist/components/Columns/Columns.d.ts +1 -1
  86. package/dist/components/Columns/Columns.d.ts.map +1 -1
  87. package/dist/components/Columns/Columns.js +1 -2
  88. package/dist/components/Columns/Columns.stories.d.ts +1 -1
  89. package/dist/components/Columns/Columns.stories.d.ts.map +1 -1
  90. package/dist/components/Columns/default.d.ts +2 -0
  91. package/dist/components/Columns/default.d.ts.map +1 -0
  92. package/dist/components/Columns/default.js +3 -0
  93. package/dist/components/DateInput/DateInput.d.ts +0 -1
  94. package/dist/components/DateInput/DateInput.d.ts.map +1 -1
  95. package/dist/components/DateInput/DateInput.js +2 -3
  96. package/dist/components/DateInput/DateInput.stories.d.ts +1 -1
  97. package/dist/components/DateInput/DateInput.stories.d.ts.map +1 -1
  98. package/dist/components/DateInput/default.d.ts +2 -0
  99. package/dist/components/DateInput/default.d.ts.map +1 -0
  100. package/dist/components/DateInput/default.js +3 -0
  101. package/dist/components/DatePicker/DatePicker.d.ts +3 -3
  102. package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
  103. package/dist/components/DatePicker/DatePicker.js +6 -6
  104. package/dist/components/DatePicker/DatePicker.stories.d.ts +2 -2
  105. package/dist/components/DatePicker/DatePicker.stories.d.ts.map +1 -1
  106. package/dist/components/DatePicker/default.d.ts +2 -0
  107. package/dist/components/DatePicker/default.d.ts.map +1 -0
  108. package/dist/components/DatePicker/default.js +3 -0
  109. package/dist/components/DateTimePicker/default.d.ts +2 -0
  110. package/dist/components/DateTimePicker/default.d.ts.map +1 -0
  111. package/dist/components/DateTimePicker/default.js +3 -0
  112. package/dist/components/DividerLine/DividerLine.d.ts +2 -2
  113. package/dist/components/DividerLine/DividerLine.d.ts.map +1 -1
  114. package/dist/components/DividerLine/DividerLine.stories.d.ts +2 -2
  115. package/dist/components/DividerLine/DividerLine.stories.d.ts.map +1 -1
  116. package/dist/components/DividerLine/default.d.ts +2 -0
  117. package/dist/components/DividerLine/default.d.ts.map +1 -0
  118. package/dist/components/DividerLine/default.js +3 -0
  119. package/dist/components/DropDown/DropDown.d.ts +5 -5
  120. package/dist/components/DropDown/DropDown.d.ts.map +1 -1
  121. package/dist/components/DropDown/DropDown.js +5 -6
  122. package/dist/components/DropDown/DropDown.stories.d.ts +3 -3
  123. package/dist/components/DropDown/DropDown.stories.d.ts.map +1 -1
  124. package/dist/components/DropDown/DropDownOption.d.ts +4 -4
  125. package/dist/components/DropDown/DropDownOption.d.ts.map +1 -1
  126. package/dist/components/DropDown/DropDownOption.js +5 -4
  127. package/dist/components/DropDown/DropDownOptionsList.d.ts +2 -2
  128. package/dist/components/DropDown/DropDownOptionsList.d.ts.map +1 -1
  129. package/dist/components/DropDown/default.d.ts +2 -0
  130. package/dist/components/DropDown/default.d.ts.map +1 -0
  131. package/dist/components/DropDown/default.js +3 -0
  132. package/dist/components/EditableText/EditableText.d.ts +5 -5
  133. package/dist/components/EditableText/EditableText.d.ts.map +1 -1
  134. package/dist/components/EditableText/EditableText.js +4 -4
  135. package/dist/components/EditableText/EditableText.stories.d.ts +1 -1
  136. package/dist/components/EditableText/default.d.ts +2 -0
  137. package/dist/components/EditableText/default.d.ts.map +1 -0
  138. package/dist/components/EditableText/default.js +3 -0
  139. package/dist/components/FillHeightBox/FillHeightBox.d.ts +3 -3
  140. package/dist/components/FillHeightBox/FillHeightBox.d.ts.map +1 -1
  141. package/dist/components/FillHeightBox/FillHeightBox.js +1 -1
  142. package/dist/components/FillHeightBox/FillHeightBox.stories.d.ts +1 -1
  143. package/dist/components/FillHeightBox/default.d.ts +2 -0
  144. package/dist/components/FillHeightBox/default.d.ts.map +1 -0
  145. package/dist/components/FillHeightBox/default.js +3 -0
  146. package/dist/components/Flyout/Flyout.d.ts +1 -2
  147. package/dist/components/Flyout/Flyout.d.ts.map +1 -1
  148. package/dist/components/Flyout/Flyout.js +3 -4
  149. package/dist/components/Flyout/Flyout.stories.d.ts +1 -1
  150. package/dist/components/Flyout/Flyout.stories.d.ts.map +1 -1
  151. package/dist/components/Flyout/default.d.ts +2 -0
  152. package/dist/components/Flyout/default.d.ts.map +1 -0
  153. package/dist/components/Flyout/default.js +3 -0
  154. package/dist/components/Heading/default.d.ts +2 -0
  155. package/dist/components/Heading/default.d.ts.map +1 -0
  156. package/dist/components/Heading/default.js +3 -0
  157. package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.d.ts +3 -3
  158. package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.d.ts.map +1 -1
  159. package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.js +4 -4
  160. package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.stories.d.ts +2 -2
  161. package/dist/components/HorizontalAutoScroller/HorizontalAutoScroller.stories.d.ts.map +1 -1
  162. package/dist/components/HorizontalAutoScroller/default.d.ts +2 -0
  163. package/dist/components/HorizontalAutoScroller/default.d.ts.map +1 -0
  164. package/dist/components/HorizontalAutoScroller/default.js +3 -0
  165. package/dist/components/Icon/Icon.d.ts +2 -3
  166. package/dist/components/Icon/Icon.d.ts.map +1 -1
  167. package/dist/components/Icon/Icon.js +1 -2
  168. package/dist/components/Icon/Icon.stories.d.ts +2 -2
  169. package/dist/components/Icon/Icon.stories.d.ts.map +1 -1
  170. package/dist/components/Icon/default.d.ts +2 -0
  171. package/dist/components/Icon/default.d.ts.map +1 -0
  172. package/dist/components/Icon/default.js +3 -0
  173. package/dist/components/Icon/index.d.ts +1 -1
  174. package/dist/components/Icon/index.d.ts.map +1 -1
  175. package/dist/components/Image/Image.d.ts +2 -3
  176. package/dist/components/Image/Image.d.ts.map +1 -1
  177. package/dist/components/Image/Image.js +1 -2
  178. package/dist/components/Image/Image.stories.d.ts +2 -2
  179. package/dist/components/Image/Image.stories.d.ts.map +1 -1
  180. package/dist/components/Image/ImageServerProvider.d.ts +1 -1
  181. package/dist/components/Image/ImageServerProvider.d.ts.map +1 -1
  182. package/dist/components/Image/ImageServerProvider.js +1 -2
  183. package/dist/components/Image/ResponsiveImage.d.ts +2 -3
  184. package/dist/components/Image/ResponsiveImage.d.ts.map +1 -1
  185. package/dist/components/Image/ResponsiveImage.js +2 -3
  186. package/dist/components/Image/SimpleImage.d.ts +2 -2
  187. package/dist/components/Image/SimpleImage.d.ts.map +1 -1
  188. package/dist/components/Image/default.d.ts +2 -0
  189. package/dist/components/Image/default.d.ts.map +1 -0
  190. package/dist/components/Image/default.js +3 -0
  191. package/dist/components/Inline/Inline.d.ts +1 -1
  192. package/dist/components/Inline/Inline.d.ts.map +1 -1
  193. package/dist/components/Inline/Inline.js +3 -2
  194. package/dist/components/Inline/Inline.stories.d.ts +1 -1
  195. package/dist/components/Inline/Inline.stories.d.ts.map +1 -1
  196. package/dist/components/Inline/default.d.ts +2 -0
  197. package/dist/components/Inline/default.d.ts.map +1 -0
  198. package/dist/components/Inline/default.js +3 -0
  199. package/dist/components/IntentStripe/IntentStripe.d.ts +3 -3
  200. package/dist/components/IntentStripe/IntentStripe.d.ts.map +1 -1
  201. package/dist/components/IntentStripe/IntentStripe.js +1 -2
  202. package/dist/components/IntentStripe/IntentStripe.stories.d.ts +2 -2
  203. package/dist/components/IntentStripe/IntentStripe.stories.d.ts.map +1 -1
  204. package/dist/components/IntentStripe/default.d.ts +2 -0
  205. package/dist/components/IntentStripe/default.d.ts.map +1 -0
  206. package/dist/components/IntentStripe/default.js +3 -0
  207. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts +2 -3
  208. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.d.ts.map +1 -1
  209. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.js +1 -2
  210. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.stories.d.ts +2 -2
  211. package/dist/components/LinearProgressIndicator/LinearProgressIndicator.stories.d.ts.map +1 -1
  212. package/dist/components/LinearProgressIndicator/default.d.ts +2 -0
  213. package/dist/components/LinearProgressIndicator/default.d.ts.map +1 -0
  214. package/dist/components/LinearProgressIndicator/default.js +3 -0
  215. package/dist/components/LoadingBox/LoadingBox.d.ts +2 -3
  216. package/dist/components/LoadingBox/LoadingBox.d.ts.map +1 -1
  217. package/dist/components/LoadingBox/LoadingBox.js +1 -2
  218. package/dist/components/LoadingBox/LoadingBox.stories.d.ts +49 -49
  219. package/dist/components/LoadingBox/LoadingBox.stories.d.ts.map +1 -1
  220. package/dist/components/LoadingBox/default.d.ts +2 -0
  221. package/dist/components/LoadingBox/default.d.ts.map +1 -0
  222. package/dist/components/LoadingBox/default.js +3 -0
  223. package/dist/components/Meta/Meta.d.ts +3 -4
  224. package/dist/components/Meta/Meta.d.ts.map +1 -1
  225. package/dist/components/Meta/Meta.js +4 -5
  226. package/dist/components/Meta/Meta.stories.d.ts +2 -2
  227. package/dist/components/Meta/Meta.stories.d.ts.map +1 -1
  228. package/dist/components/Meta/default.d.ts +2 -0
  229. package/dist/components/Meta/default.d.ts.map +1 -0
  230. package/dist/components/Meta/default.js +3 -0
  231. package/dist/components/MinimalModal/MinimalModal.d.ts +2 -3
  232. package/dist/components/MinimalModal/MinimalModal.d.ts.map +1 -1
  233. package/dist/components/MinimalModal/MinimalModal.js +1 -2
  234. package/dist/components/MinimalModal/MinimalModal.stories.d.ts +2 -2
  235. package/dist/components/MinimalModal/MinimalModal.stories.d.ts.map +1 -1
  236. package/dist/components/MinimalModal/default.d.ts +2 -0
  237. package/dist/components/MinimalModal/default.d.ts.map +1 -0
  238. package/dist/components/MinimalModal/default.js +3 -0
  239. package/dist/components/Modal/Modal.d.ts +3 -4
  240. package/dist/components/Modal/Modal.d.ts.map +1 -1
  241. package/dist/components/Modal/Modal.js +1 -2
  242. package/dist/components/Modal/Modal.stories.d.ts +2 -2
  243. package/dist/components/Modal/Modal.stories.d.ts.map +1 -1
  244. package/dist/components/Modal/default.d.ts +2 -0
  245. package/dist/components/Modal/default.d.ts.map +1 -0
  246. package/dist/components/Modal/default.js +3 -0
  247. package/dist/components/NumberBubble/NumberBubble.d.ts +4 -5
  248. package/dist/components/NumberBubble/NumberBubble.d.ts.map +1 -1
  249. package/dist/components/NumberBubble/NumberBubble.js +4 -4
  250. package/dist/components/NumberBubble/NumberBubble.stories.d.ts +2 -2
  251. package/dist/components/NumberBubble/NumberBubble.stories.d.ts.map +1 -1
  252. package/dist/components/NumberBubble/default.d.ts +2 -0
  253. package/dist/components/NumberBubble/default.d.ts.map +1 -0
  254. package/dist/components/NumberBubble/default.js +3 -0
  255. package/dist/components/NumberInput/NumberInput.d.ts +3 -3
  256. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  257. package/dist/components/NumberInput/NumberInput.js +1 -2
  258. package/dist/components/NumberInput/NumberInput.stories.d.ts +1 -1
  259. package/dist/components/NumberInput/NumberInput.stories.d.ts.map +1 -1
  260. package/dist/components/NumberInput/default.d.ts +2 -0
  261. package/dist/components/NumberInput/default.d.ts.map +1 -0
  262. package/dist/components/NumberInput/default.js +3 -0
  263. package/dist/components/NumberInput/useNumberInputBehaviours.d.ts +2 -2
  264. package/dist/components/NumberInput/useNumberInputBehaviours.d.ts.map +1 -1
  265. package/dist/components/OptionGrid/default.d.ts +2 -0
  266. package/dist/components/OptionGrid/default.d.ts.map +1 -0
  267. package/dist/components/OptionGrid/default.js +3 -0
  268. package/dist/components/OptionList/default.d.ts +2 -0
  269. package/dist/components/OptionList/default.d.ts.map +1 -0
  270. package/dist/components/OptionList/default.js +3 -0
  271. package/dist/components/OrderedList/OrderedList.d.ts +3 -3
  272. package/dist/components/OrderedList/OrderedList.d.ts.map +1 -1
  273. package/dist/components/OrderedList/OrderedList.js +1 -2
  274. package/dist/components/OrderedList/OrderedList.stories.d.ts +2 -2
  275. package/dist/components/OrderedList/OrderedList.stories.d.ts.map +1 -1
  276. package/dist/components/OrderedList/default.d.ts +2 -0
  277. package/dist/components/OrderedList/default.d.ts.map +1 -0
  278. package/dist/components/OrderedList/default.js +3 -0
  279. package/dist/components/OutsideClick/OutsideClick.d.ts +2 -3
  280. package/dist/components/OutsideClick/OutsideClick.d.ts.map +1 -1
  281. package/dist/components/OutsideClick/OutsideClick.js +1 -2
  282. package/dist/components/OutsideClick/OutsideClick.stories.d.ts +2 -2
  283. package/dist/components/OutsideClick/OutsideClick.stories.d.ts.map +1 -1
  284. package/dist/components/OutsideClick/default.d.ts +2 -0
  285. package/dist/components/OutsideClick/default.d.ts.map +1 -0
  286. package/dist/components/OutsideClick/default.js +3 -0
  287. package/dist/components/OverdriveProvider/OverdriveProvider.stories.d.ts +1 -1
  288. package/dist/components/OverdriveProvider/OverdriveProvider.stories.d.ts.map +1 -1
  289. package/dist/components/OverdriveProvider/default.d.ts +2 -0
  290. package/dist/components/OverdriveProvider/default.d.ts.map +1 -0
  291. package/dist/components/OverdriveProvider/default.js +3 -0
  292. package/dist/components/Pagination/Bubble.d.ts +2 -3
  293. package/dist/components/Pagination/Bubble.d.ts.map +1 -1
  294. package/dist/components/Pagination/Bubble.js +1 -2
  295. package/dist/components/Pagination/Pagination.d.ts +3 -3
  296. package/dist/components/Pagination/Pagination.d.ts.map +1 -1
  297. package/dist/components/Pagination/Pagination.js +1 -2
  298. package/dist/components/Pagination/Pagination.stories.d.ts +2 -2
  299. package/dist/components/Pagination/Pagination.stories.d.ts.map +1 -1
  300. package/dist/components/Pagination/default.d.ts +2 -0
  301. package/dist/components/Pagination/default.d.ts.map +1 -0
  302. package/dist/components/Pagination/default.js +3 -0
  303. package/dist/components/Portal/Portal.d.ts +0 -2
  304. package/dist/components/Portal/Portal.d.ts.map +1 -1
  305. package/dist/components/Portal/Portal.js +1 -2
  306. package/dist/components/Portal/Portal.stories.d.ts +1 -1
  307. package/dist/components/Portal/Portal.stories.d.ts.map +1 -1
  308. package/dist/components/Portal/default.d.ts +2 -0
  309. package/dist/components/Portal/default.d.ts.map +1 -0
  310. package/dist/components/Portal/default.js +3 -0
  311. package/dist/components/Positioner/Positioner.d.ts +2 -3
  312. package/dist/components/Positioner/Positioner.d.ts.map +1 -1
  313. package/dist/components/Positioner/Positioner.js +1 -2
  314. package/dist/components/Positioner/Positioner.stories.d.ts +2 -2
  315. package/dist/components/Positioner/Positioner.stories.d.ts.map +1 -1
  316. package/dist/components/Positioner/default.d.ts +2 -0
  317. package/dist/components/Positioner/default.d.ts.map +1 -0
  318. package/dist/components/Positioner/default.js +3 -0
  319. package/dist/components/ProgressBar/ProgressBar.d.ts +3 -3
  320. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  321. package/dist/components/ProgressBar/ProgressBar.js +1 -2
  322. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -2
  323. package/dist/components/ProgressBar/ProgressBar.stories.d.ts.map +1 -1
  324. package/dist/components/ProgressBar/default.d.ts +2 -0
  325. package/dist/components/ProgressBar/default.d.ts.map +1 -0
  326. package/dist/components/ProgressBar/default.js +3 -0
  327. package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts +3 -4
  328. package/dist/components/ProgressBarGroup/ProgressBarGroup.d.ts.map +1 -1
  329. package/dist/components/ProgressBarGroup/ProgressBarGroup.js +4 -5
  330. package/dist/components/ProgressBarGroup/ProgressBarGroup.stories.d.ts +2 -2
  331. package/dist/components/ProgressBarGroup/ProgressBarGroup.stories.d.ts.map +1 -1
  332. package/dist/components/ProgressBarGroup/default.d.ts +2 -0
  333. package/dist/components/ProgressBarGroup/default.d.ts.map +1 -0
  334. package/dist/components/ProgressBarGroup/default.js +3 -0
  335. package/dist/components/ProgressSpinner/ProgressSpinner.d.ts +2 -3
  336. package/dist/components/ProgressSpinner/ProgressSpinner.d.ts.map +1 -1
  337. package/dist/components/ProgressSpinner/ProgressSpinner.js +1 -2
  338. package/dist/components/ProgressSpinner/ProgressSpinner.stories.d.ts +2 -2
  339. package/dist/components/ProgressSpinner/ProgressSpinner.stories.d.ts.map +1 -1
  340. package/dist/components/ProgressSpinner/default.d.ts +2 -0
  341. package/dist/components/ProgressSpinner/default.d.ts.map +1 -0
  342. package/dist/components/ProgressSpinner/default.js +3 -0
  343. package/dist/components/Radio/Radio.d.ts +2 -3
  344. package/dist/components/Radio/Radio.d.ts.map +1 -1
  345. package/dist/components/Radio/Radio.js +1 -2
  346. package/dist/components/Radio/Radio.stories.d.ts +1 -1
  347. package/dist/components/Radio/Radio.stories.d.ts.map +1 -1
  348. package/dist/components/Radio/RadioGroup.d.ts +3 -3
  349. package/dist/components/Radio/RadioGroup.d.ts.map +1 -1
  350. package/dist/components/Radio/RadioGroup.js +1 -2
  351. package/dist/components/Radio/default.d.ts +2 -0
  352. package/dist/components/Radio/default.d.ts.map +1 -0
  353. package/dist/components/Radio/default.js +3 -0
  354. package/dist/components/ScrollPane/ScrollPane.d.ts +2 -2
  355. package/dist/components/ScrollPane/ScrollPane.d.ts.map +1 -1
  356. package/dist/components/ScrollPane/ScrollPane.stories.d.ts +2 -2
  357. package/dist/components/ScrollPane/ScrollPane.stories.d.ts.map +1 -1
  358. package/dist/components/ScrollPane/default.d.ts +2 -0
  359. package/dist/components/ScrollPane/default.d.ts.map +1 -0
  360. package/dist/components/ScrollPane/default.js +3 -0
  361. package/dist/components/SearchBar/default.d.ts +2 -0
  362. package/dist/components/SearchBar/default.d.ts.map +1 -0
  363. package/dist/components/SearchBar/default.js +3 -0
  364. package/dist/components/Section/Section.stories.d.ts +50 -50
  365. package/dist/components/Section/Section.stories.d.ts.map +1 -1
  366. package/dist/components/Section/default.d.ts +2 -0
  367. package/dist/components/Section/default.d.ts.map +1 -0
  368. package/dist/components/Section/default.js +3 -0
  369. package/dist/components/SelectInput/SelectInput.d.ts +0 -1
  370. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  371. package/dist/components/SelectInput/SelectInput.js +3 -4
  372. package/dist/components/SelectInput/SelectInput.stories.d.ts +1 -1
  373. package/dist/components/SelectInput/SelectInput.stories.d.ts.map +1 -1
  374. package/dist/components/SelectInput/default.d.ts +2 -0
  375. package/dist/components/SelectInput/default.d.ts.map +1 -0
  376. package/dist/components/SelectInput/default.js +3 -0
  377. package/dist/components/SimplePagination/SimplePagination.d.ts +3 -3
  378. package/dist/components/SimplePagination/SimplePagination.d.ts.map +1 -1
  379. package/dist/components/SimplePagination/SimplePagination.js +4 -5
  380. package/dist/components/SimplePagination/SimplePagination.stories.d.ts +2 -2
  381. package/dist/components/SimplePagination/SimplePagination.stories.d.ts.map +1 -1
  382. package/dist/components/SimplePagination/default.d.ts +2 -0
  383. package/dist/components/SimplePagination/default.d.ts.map +1 -0
  384. package/dist/components/SimplePagination/default.js +3 -0
  385. package/dist/components/SliderProgress/ProgressStep.d.ts +2 -2
  386. package/dist/components/SliderProgress/ProgressStep.d.ts.map +1 -1
  387. package/dist/components/SliderProgress/SliderProgress.d.ts +2 -2
  388. package/dist/components/SliderProgress/SliderProgress.d.ts.map +1 -1
  389. package/dist/components/SliderProgress/SliderProgress.stories.d.ts +2 -2
  390. package/dist/components/SliderProgress/SliderProgress.stories.d.ts.map +1 -1
  391. package/dist/components/SliderProgress/default.d.ts +2 -0
  392. package/dist/components/SliderProgress/default.d.ts.map +1 -0
  393. package/dist/components/SliderProgress/default.js +3 -0
  394. package/dist/components/Stack/Stack.stories.d.ts +1 -1
  395. package/dist/components/Stack/Stack.stories.d.ts.map +1 -1
  396. package/dist/components/Stack/default.d.ts +2 -0
  397. package/dist/components/Stack/default.d.ts.map +1 -0
  398. package/dist/components/Stack/default.js +3 -0
  399. package/dist/components/StandardModal/StandardModal.d.ts +4 -4
  400. package/dist/components/StandardModal/StandardModal.d.ts.map +1 -1
  401. package/dist/components/StandardModal/StandardModal.js +7 -8
  402. package/dist/components/StandardModal/StandardModal.stories.d.ts +1 -1
  403. package/dist/components/StandardModal/default.d.ts +2 -0
  404. package/dist/components/StandardModal/default.d.ts.map +1 -0
  405. package/dist/components/StandardModal/default.js +3 -0
  406. package/dist/components/StarRating/StarRating.d.ts +2 -3
  407. package/dist/components/StarRating/StarRating.d.ts.map +1 -1
  408. package/dist/components/StarRating/StarRating.js +6 -6
  409. package/dist/components/StarRating/StarRating.stories.d.ts +2 -2
  410. package/dist/components/StarRating/StarRating.stories.d.ts.map +1 -1
  411. package/dist/components/StarRating/default.d.ts +2 -0
  412. package/dist/components/StarRating/default.d.ts.map +1 -0
  413. package/dist/components/StarRating/default.js +3 -0
  414. package/dist/components/Stepper/Stepper.d.ts +2 -3
  415. package/dist/components/Stepper/Stepper.d.ts.map +1 -1
  416. package/dist/components/Stepper/Stepper.js +7 -6
  417. package/dist/components/Stepper/Stepper.stories.d.ts +2 -2
  418. package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -1
  419. package/dist/components/Stepper/default.d.ts +2 -0
  420. package/dist/components/Stepper/default.d.ts.map +1 -0
  421. package/dist/components/Stepper/default.js +3 -0
  422. package/dist/components/StickyBox/StickyBox.d.ts +2 -2
  423. package/dist/components/StickyBox/StickyBox.d.ts.map +1 -1
  424. package/dist/components/StickyBox/StickyBox.stories.d.ts +2 -2
  425. package/dist/components/StickyBox/StickyBox.stories.d.ts.map +1 -1
  426. package/dist/components/StickyBox/default.d.ts +2 -0
  427. package/dist/components/StickyBox/default.d.ts.map +1 -0
  428. package/dist/components/StickyBox/default.js +3 -0
  429. package/dist/components/Switch/Switch.d.ts +0 -1
  430. package/dist/components/Switch/Switch.d.ts.map +1 -1
  431. package/dist/components/Switch/Switch.js +1 -2
  432. package/dist/components/Switch/Switch.stories.d.ts +1 -1
  433. package/dist/components/Switch/Switch.stories.d.ts.map +1 -1
  434. package/dist/components/Switch/default.d.ts +2 -0
  435. package/dist/components/Switch/default.d.ts.map +1 -0
  436. package/dist/components/Switch/default.js +3 -0
  437. package/dist/components/Table/Table.d.ts +2 -3
  438. package/dist/components/Table/Table.d.ts.map +1 -1
  439. package/dist/components/Table/Table.js +2 -2
  440. package/dist/components/Table/Table.stories.d.ts +1 -1
  441. package/dist/components/Table/Table.stories.d.ts.map +1 -1
  442. package/dist/components/Table/TableCell.d.ts +2 -3
  443. package/dist/components/Table/TableCell.d.ts.map +1 -1
  444. package/dist/components/Table/TableCell.js +3 -4
  445. package/dist/components/Table/TableHeadCell.d.ts +4 -4
  446. package/dist/components/Table/TableHeadCell.d.ts.map +1 -1
  447. package/dist/components/Table/TableHeadCell.js +6 -7
  448. package/dist/components/Table/TableRow.d.ts +2 -3
  449. package/dist/components/Table/TableRow.d.ts.map +1 -1
  450. package/dist/components/Table/TableRow.js +2 -2
  451. package/dist/components/Table/TableRowGroup.d.ts +2 -3
  452. package/dist/components/Table/TableRowGroup.d.ts.map +1 -1
  453. package/dist/components/Table/TableRowGroup.js +2 -2
  454. package/dist/components/Table/default.d.ts +2 -0
  455. package/dist/components/Table/default.d.ts.map +1 -0
  456. package/dist/components/Table/default.js +3 -0
  457. package/dist/components/Table/index.d.ts +1 -1
  458. package/dist/components/Table/index.d.ts.map +1 -1
  459. package/dist/components/Table/index.js +1 -1
  460. package/dist/components/Tabs/Tab.d.ts +1 -1
  461. package/dist/components/Tabs/Tab.d.ts.map +1 -1
  462. package/dist/components/Tabs/Tab.js +4 -3
  463. package/dist/components/Tabs/TabList.d.ts +2 -3
  464. package/dist/components/Tabs/TabList.d.ts.map +1 -1
  465. package/dist/components/Tabs/TabList.js +5 -6
  466. package/dist/components/Tabs/TabPane.d.ts +0 -1
  467. package/dist/components/Tabs/TabPane.d.ts.map +1 -1
  468. package/dist/components/Tabs/TabPane.js +2 -3
  469. package/dist/components/Tabs/TabPanes.d.ts +4 -4
  470. package/dist/components/Tabs/TabPanes.d.ts.map +1 -1
  471. package/dist/components/Tabs/TabPanes.js +2 -3
  472. package/dist/components/Tabs/Tabs.d.ts +3 -3
  473. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  474. package/dist/components/Tabs/Tabs.js +1 -2
  475. package/dist/components/Tabs/Tabs.stories.d.ts +1 -1
  476. package/dist/components/Tabs/Tabs.stories.d.ts.map +1 -1
  477. package/dist/components/Tabs/default.d.ts +2 -0
  478. package/dist/components/Tabs/default.d.ts.map +1 -0
  479. package/dist/components/Tabs/default.js +3 -0
  480. package/dist/components/Tabs/index.d.ts +1 -1
  481. package/dist/components/Tabs/index.d.ts.map +1 -1
  482. package/dist/components/Tabs/index.js +1 -1
  483. package/dist/components/Text/Text.d.ts +2 -2
  484. package/dist/components/Text/Text.d.ts.map +1 -1
  485. package/dist/components/Text/Text.js +2 -3
  486. package/dist/components/Text/default.d.ts +2 -0
  487. package/dist/components/Text/default.d.ts.map +1 -0
  488. package/dist/components/Text/default.js +3 -0
  489. package/dist/components/Text/useTextStyles.d.ts +1 -1
  490. package/dist/components/Text/useTextStyles.d.ts.map +1 -1
  491. package/dist/components/Text/useTextStyles.js +1 -1
  492. package/dist/components/TextAreaInput/TextAreaInput.d.ts +0 -1
  493. package/dist/components/TextAreaInput/TextAreaInput.d.ts.map +1 -1
  494. package/dist/components/TextAreaInput/TextAreaInput.js +2 -3
  495. package/dist/components/TextAreaInput/TextAreaInput.stories.d.ts +1 -1
  496. package/dist/components/TextAreaInput/TextAreaInput.stories.d.ts.map +1 -1
  497. package/dist/components/TextAreaInput/default.d.ts +2 -0
  498. package/dist/components/TextAreaInput/default.d.ts.map +1 -0
  499. package/dist/components/TextAreaInput/default.js +3 -0
  500. package/dist/components/TextAreaInput/index.d.ts +1 -1
  501. package/dist/components/TextAreaInput/index.d.ts.map +1 -1
  502. package/dist/components/TextAreaInput/index.js +1 -1
  503. package/dist/components/TextBubble/TextBubble.d.ts +4 -5
  504. package/dist/components/TextBubble/TextBubble.d.ts.map +1 -1
  505. package/dist/components/TextBubble/TextBubble.js +4 -4
  506. package/dist/components/TextBubble/TextBubble.stories.d.ts +2 -2
  507. package/dist/components/TextBubble/TextBubble.stories.d.ts.map +1 -1
  508. package/dist/components/TextBubble/default.d.ts +2 -0
  509. package/dist/components/TextBubble/default.d.ts.map +1 -0
  510. package/dist/components/TextBubble/default.js +3 -0
  511. package/dist/components/TextBubble/index.d.ts +1 -1
  512. package/dist/components/TextBubble/index.d.ts.map +1 -1
  513. package/dist/components/TextBubble/index.js +1 -1
  514. package/dist/components/TextContainer/TextContainer.d.ts +2 -2
  515. package/dist/components/TextContainer/TextContainer.d.ts.map +1 -1
  516. package/dist/components/TextContainer/TextContainer.js +2 -2
  517. package/dist/components/TextContainer/TextContainer.stories.d.ts +2 -2
  518. package/dist/components/TextContainer/TextContainer.stories.d.ts.map +1 -1
  519. package/dist/components/TextContainer/default.d.ts +2 -0
  520. package/dist/components/TextContainer/default.d.ts.map +1 -0
  521. package/dist/components/TextContainer/default.js +3 -0
  522. package/dist/components/TextContainer/index.d.ts +1 -1
  523. package/dist/components/TextContainer/index.d.ts.map +1 -1
  524. package/dist/components/TextContainer/index.js +1 -1
  525. package/dist/components/TextInput/TextInput.d.ts +0 -1
  526. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  527. package/dist/components/TextInput/TextInput.js +2 -3
  528. package/dist/components/TextInput/TextInput.stories.d.ts +1 -1
  529. package/dist/components/TextInput/TextInput.stories.d.ts.map +1 -1
  530. package/dist/components/TextInput/default.d.ts +2 -0
  531. package/dist/components/TextInput/default.d.ts.map +1 -0
  532. package/dist/components/TextInput/default.js +3 -0
  533. package/dist/components/TextInput/index.d.ts +1 -1
  534. package/dist/components/TextInput/index.d.ts.map +1 -1
  535. package/dist/components/TextInput/index.js +1 -1
  536. package/dist/components/TextLink/TextLink.d.ts +3 -3
  537. package/dist/components/TextLink/TextLink.d.ts.map +1 -1
  538. package/dist/components/TextLink/TextLink.js +4 -3
  539. package/dist/components/TextLink/TextLink.stories.d.ts +4 -6
  540. package/dist/components/TextLink/TextLink.stories.d.ts.map +1 -1
  541. package/dist/components/TextLink/default.d.ts +1 -1
  542. package/dist/components/TextLink/default.d.ts.map +1 -1
  543. package/dist/components/TextLink/default.js +1 -1
  544. package/dist/components/TextLink/index.d.ts +1 -1
  545. package/dist/components/TextLink/index.d.ts.map +1 -1
  546. package/dist/components/TextLink/index.js +1 -1
  547. package/dist/components/Toaster/Toast.d.ts +3 -12
  548. package/dist/components/Toaster/Toast.d.ts.map +1 -1
  549. package/dist/components/Toaster/Toast.js +5 -6
  550. package/dist/components/Toaster/default.d.ts +2 -0
  551. package/dist/components/Toaster/default.d.ts.map +1 -0
  552. package/dist/components/Toaster/default.js +3 -0
  553. package/dist/components/Toaster/index.d.ts +1 -1
  554. package/dist/components/Toaster/index.d.ts.map +1 -1
  555. package/dist/components/Toaster/index.js +1 -1
  556. package/dist/components/Tooltip/Tooltip.d.ts +3 -3
  557. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  558. package/dist/components/Tooltip/Tooltip.js +4 -5
  559. package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -2
  560. package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
  561. package/dist/components/Tooltip/index.d.ts +1 -1
  562. package/dist/components/Tooltip/index.d.ts.map +1 -1
  563. package/dist/components/Tooltip/index.js +1 -1
  564. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +1 -2
  565. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts.map +1 -1
  566. package/dist/components/VisuallyHidden/VisuallyHidden.js +2 -3
  567. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +1 -1
  568. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts.map +1 -1
  569. package/dist/components/VisuallyHidden/index.d.ts +1 -1
  570. package/dist/components/VisuallyHidden/index.d.ts.map +1 -1
  571. package/dist/components/VisuallyHidden/index.js +1 -1
  572. package/dist/components/private/CheckableBase/CheckableBase.d.ts +2 -3
  573. package/dist/components/private/CheckableBase/CheckableBase.d.ts.map +1 -1
  574. package/dist/components/private/CheckableBase/CheckableBase.js +5 -4
  575. package/dist/components/private/InputBase/HintText.d.ts +2 -2
  576. package/dist/components/private/InputBase/HintText.d.ts.map +1 -1
  577. package/dist/components/private/InputBase/HintText.js +2 -2
  578. package/dist/components/private/InputBase/NotchedBase.d.ts +2 -2
  579. package/dist/components/private/InputBase/NotchedBase.d.ts.map +1 -1
  580. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts +3 -3
  581. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.d.ts.map +1 -1
  582. package/dist/hooks/useAttachedBoxes/useAttachedBoxes.js +2 -2
  583. package/dist/hooks/useResponsiveValue/useResponsiveValue.js +1 -1
  584. package/dist/hooks/useWindowHeightFill/useWindowHeightFill.js +1 -1
  585. package/dist/styles/sprinkles.css.d.ts +46 -46
  586. package/package.json +14 -14
@@ -146,24 +146,24 @@ export declare const sprinklesResponsive: ((props: {
146
146
  desktop?: "auto" | "fit-content" | undefined;
147
147
  largeDesktop?: "auto" | "fit-content" | undefined;
148
148
  } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "fit-content" | null>;
149
- gap?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
149
+ gap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
150
150
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
151
151
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
152
152
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
153
153
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
154
- } | undefined);
155
- columnGap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
154
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
155
+ columnGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
156
156
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
157
157
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
158
158
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
159
159
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
160
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
161
- rowGap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
160
+ } | undefined);
161
+ rowGap?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
162
162
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
163
163
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
164
164
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
165
165
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
166
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
166
+ } | undefined);
167
167
  alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | "baseline" | {
168
168
  mobile?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | undefined;
169
169
  tablet?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | undefined;
@@ -248,36 +248,36 @@ export declare const sprinklesResponsive: ((props: {
248
248
  desktop?: string | undefined;
249
249
  largeDesktop?: string | undefined;
250
250
  } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, string | null>;
251
- paddingBottom?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
251
+ paddingBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
252
252
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
253
253
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
254
254
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
255
255
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
256
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
257
- paddingLeft?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
256
+ } | undefined);
257
+ paddingLeft?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
258
258
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
259
259
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
260
260
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
261
261
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
262
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
263
- paddingRight?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
262
+ } | undefined);
263
+ paddingRight?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
264
264
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
265
265
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
266
266
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
267
267
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
268
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
269
- paddingTop?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
268
+ } | undefined);
269
+ paddingTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
270
270
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
271
271
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
272
272
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
273
273
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
274
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
275
- marginBottom?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
274
+ } | undefined);
275
+ marginBottom?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
276
276
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
277
277
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
278
278
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
279
279
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
280
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
280
+ } | undefined);
281
281
  marginLeft?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
282
282
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
283
283
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
@@ -290,12 +290,12 @@ export declare const sprinklesResponsive: ((props: {
290
290
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
291
291
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
292
292
  } | undefined);
293
- marginTop?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
293
+ marginTop?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
294
294
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
295
295
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
296
296
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
297
297
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
298
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
298
+ } | undefined);
299
299
  borderWidth?: ("1" | "2" | "3" | "none" | {
300
300
  mobile?: "1" | "2" | "3" | "none" | undefined;
301
301
  tablet?: "1" | "2" | "3" | "none" | undefined;
@@ -314,66 +314,66 @@ export declare const sprinklesResponsive: ((props: {
314
314
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
315
315
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
316
316
  } | undefined);
317
- padding?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
317
+ padding?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
318
318
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
319
319
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
320
320
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
321
321
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
322
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
323
- p?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
322
+ } | undefined);
323
+ p?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
324
324
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
325
325
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
326
326
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
327
327
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
328
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
329
- paddingX?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
328
+ } | undefined);
329
+ paddingX?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
330
330
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
331
331
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
332
332
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
333
333
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
334
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
335
- px?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
334
+ } | undefined);
335
+ px?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
336
336
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
337
337
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
338
338
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
339
339
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
340
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
341
- paddingY?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
340
+ } | undefined);
341
+ paddingY?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
342
342
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
343
343
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
344
344
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
345
345
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
346
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
347
- py?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
346
+ } | undefined);
347
+ py?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
348
348
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
349
349
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
350
350
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
351
351
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
352
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
353
- pt?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
352
+ } | undefined);
353
+ pt?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
354
354
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
355
355
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
356
356
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
357
357
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
358
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
359
- pr?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
358
+ } | undefined);
359
+ pr?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
360
360
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
361
361
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
362
362
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
363
363
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
364
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
365
- pb?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
364
+ } | undefined);
365
+ pb?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
366
366
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
367
367
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
368
368
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
369
369
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
370
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
371
- pl?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
370
+ } | undefined);
371
+ pl?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
372
372
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
373
373
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
374
374
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
375
375
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
376
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
376
+ } | undefined);
377
377
  margin?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
378
378
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
379
379
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -398,36 +398,36 @@ export declare const sprinklesResponsive: ((props: {
398
398
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
399
399
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
400
400
  } | undefined);
401
- marginY?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
401
+ marginY?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
402
402
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
403
403
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
404
404
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
405
405
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
406
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
407
- my?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
406
+ } | undefined);
407
+ my?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
408
408
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
409
409
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
410
410
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
411
411
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
412
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
413
- mt?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
412
+ } | undefined);
413
+ mt?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
414
414
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
415
415
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
416
416
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
417
417
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
418
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
418
+ } | undefined);
419
419
  mr?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
420
420
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
421
421
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
422
422
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
423
423
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
424
424
  } | undefined);
425
- mb?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
425
+ mb?: import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null> | ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
426
426
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
427
427
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
428
428
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
429
429
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
430
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
430
+ } | undefined);
431
431
  ml?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
432
432
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
433
433
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoguru/overdrive",
3
- "version": "4.43.0",
3
+ "version": "4.43.2",
4
4
  "description": "Overdrive is a product component library, and design system for AutoGuru.",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
@@ -70,10 +70,10 @@
70
70
  "devDependencies": {
71
71
  "@autoguru/babel-preset": "^3.2.0",
72
72
  "@autoguru/eslint-plugin": "2.0.0",
73
- "@autoguru/icons": "1.8.10",
73
+ "@autoguru/icons": "1.8.11",
74
74
  "@autoguru/tsconfig": "^1.3.1",
75
75
  "@autoguru/utilities": "^1.3.3",
76
- "@babel/cli": "7.27.1",
76
+ "@babel/cli": "7.27.2",
77
77
  "@babel/core": "7.27.1",
78
78
  "@babel/plugin-proposal-class-properties": "^7.18.6",
79
79
  "@babel/plugin-proposal-export-default-from": "7.27.1",
@@ -85,11 +85,11 @@
85
85
  "@babel/plugin-transform-runtime": "7.27.1",
86
86
  "@babel/plugin-transform-spread": "7.27.1",
87
87
  "@babel/plugin-transform-strict-mode": "7.27.1",
88
- "@babel/preset-env": "7.27.1",
88
+ "@babel/preset-env": "7.27.2",
89
89
  "@babel/preset-react": "7.27.1",
90
90
  "@babel/preset-typescript": "7.27.1",
91
91
  "@babel/runtime-corejs3": "7.27.1",
92
- "@changesets/cli": "2.29.2",
92
+ "@changesets/cli": "2.29.4",
93
93
  "@chromatic-com/storybook": "^3.2.6",
94
94
  "@internationalized/date": "^3.7.0",
95
95
  "@octokit/rest": "^21.1.1",
@@ -111,9 +111,9 @@
111
111
  "@testing-library/react": "^16.3.0",
112
112
  "@testing-library/react-hooks": "^8.0.1",
113
113
  "@testing-library/user-event": "^14.6.1",
114
- "@types/node": "22.14.1",
115
- "@types/react": "19.1.2",
116
- "@types/react-dom": "19.1.2",
114
+ "@types/node": "22.15.17",
115
+ "@types/react": "19.1.4",
116
+ "@types/react-dom": "19.1.4",
117
117
  "@types/webpack-env": "^1.18.8",
118
118
  "@vanilla-extract/babel-plugin": "^1.2.0",
119
119
  "@vanilla-extract/css": "^1.17.1",
@@ -124,7 +124,7 @@
124
124
  "@vanilla-extract/webpack-plugin": "^2.3.18",
125
125
  "@vitest/browser": "3.1.2",
126
126
  "@vitest/coverage-v8": "3.1.2",
127
- "@vitest/eslint-plugin": "1.1.43",
127
+ "@vitest/eslint-plugin": "1.1.44",
128
128
  "babel-plugin-add-import-extension": "^1.6.0",
129
129
  "babel-plugin-dev-expression": "^0.2.3",
130
130
  "babel-plugin-macros": "^3.1.0",
@@ -136,13 +136,13 @@
136
136
  "core-js": "^3.41.0",
137
137
  "csstype": "^3.1.3",
138
138
  "deepmerge": "^4.3.1",
139
- "es-toolkit": "1.35.0",
139
+ "es-toolkit": "1.37.2",
140
140
  "eslint": "9.26.0",
141
141
  "eslint-plugin-storybook": "0.12.0",
142
142
  "husky": "^9.1.7",
143
143
  "intersection-observer": "^0.12.2",
144
144
  "jsdom": "26.1.0",
145
- "lint-staged": "15.5.1",
145
+ "lint-staged": "15.5.2",
146
146
  "magic-string": "^0.30.17",
147
147
  "mini-css-extract-plugin": "^2.9.2",
148
148
  "mockdate": "^3.0.5",
@@ -166,9 +166,9 @@
166
166
  "storybook-addon-tag-badges": "^1.4.0",
167
167
  "typescript": "5.8.3",
168
168
  "url-loader": "^4.1.1",
169
- "vite": "6.3.3",
169
+ "vite": "6.3.5",
170
170
  "vitest": "^3.1.2",
171
- "webpack": "5.99.7"
171
+ "webpack": "5.99.8"
172
172
  },
173
173
  "peerDependencies": {
174
174
  "@autoguru/icons": ">=1.8.8",
@@ -190,7 +190,7 @@
190
190
  "webpack": "*"
191
191
  },
192
192
  "volta": {
193
- "node": "22.15.0",
193
+ "node": "22.15.1",
194
194
  "yarn": "4.9.1"
195
195
  },
196
196
  "packageManager": "yarn@4.9.1"