@autoguru/overdrive 4.43.1 → 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 +6 -6
  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 -4
  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 +3 -3
@@ -1,9 +1,9 @@
1
1
  import { StoryObj } from '@storybook/react';
2
2
  import React from 'react';
3
- import { Section } from '.';
3
+ import { Section } from './Section';
4
4
  declare const _default: {
5
5
  title: string;
6
- component: React.FunctionComponent<import("../Box").CommonBoxProps & {
6
+ component: React.FunctionComponent<import("..").CommonBoxProps & {
7
7
  borderBottomColor?: "body" | "accent" | "hard" | "soft" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
8
8
  borderLeftColor?: "body" | "accent" | "hard" | "soft" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
9
9
  borderRightColor?: "body" | "accent" | "hard" | "soft" | "success" | "info" | "danger" | "warning" | "muted" | "default" | "disabled" | undefined;
@@ -117,24 +117,24 @@ declare const _default: {
117
117
  desktop?: "auto" | "fit-content" | undefined;
118
118
  largeDesktop?: "auto" | "fit-content" | undefined;
119
119
  } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "auto" | "fit-content" | null>;
120
- 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" | {
120
+ gap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
121
121
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
122
122
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
123
123
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
124
124
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
125
- } | undefined);
126
- columnGap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
125
+ } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
126
+ 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" | {
127
127
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
128
128
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
129
129
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
130
130
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
131
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
132
- rowGap?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
131
+ } | undefined);
132
+ 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" | {
133
133
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
134
134
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
135
135
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
136
136
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
137
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
137
+ } | undefined);
138
138
  alignItems?: ("stretch" | "center" | "flex-end" | "flex-start" | "baseline" | {
139
139
  mobile?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | undefined;
140
140
  tablet?: "stretch" | "center" | "flex-end" | "flex-start" | "baseline" | undefined;
@@ -219,36 +219,36 @@ declare const _default: {
219
219
  desktop?: string | undefined;
220
220
  largeDesktop?: string | undefined;
221
221
  } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, string | null>;
222
- paddingBottom?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
222
+ 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" | {
223
223
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
224
224
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
225
225
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
226
226
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
227
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
228
- paddingLeft?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
227
+ } | undefined);
228
+ 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" | {
229
229
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
230
230
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
231
231
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
232
232
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
233
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
234
- paddingRight?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
233
+ } | undefined);
234
+ 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" | {
235
235
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
236
236
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
237
237
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
238
238
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
239
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
240
- paddingTop?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
239
+ } | undefined);
240
+ 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" | {
241
241
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
242
242
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
243
243
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
244
244
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
245
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
246
- marginBottom?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
245
+ } | undefined);
246
+ 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" | {
247
247
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
248
248
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
249
249
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
250
250
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
251
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
251
+ } | undefined);
252
252
  marginLeft?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
253
253
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
254
254
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
@@ -261,12 +261,12 @@ declare const _default: {
261
261
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
262
262
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
263
263
  } | undefined);
264
- marginTop?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
264
+ 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" | {
265
265
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
266
266
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
267
267
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
268
268
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
269
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
269
+ } | undefined);
270
270
  borderWidth?: ("1" | "2" | "3" | "none" | {
271
271
  mobile?: "1" | "2" | "3" | "none" | undefined;
272
272
  tablet?: "1" | "2" | "3" | "none" | undefined;
@@ -285,66 +285,66 @@ declare const _default: {
285
285
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
286
286
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "full" | "auto" | "fit-content" | "max-content" | "min-content" | undefined;
287
287
  } | undefined);
288
- padding?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
288
+ 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" | {
289
289
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
290
290
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
291
291
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
292
292
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
293
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
294
- p?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
293
+ } | undefined);
294
+ 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" | {
295
295
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
296
296
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
297
297
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
298
298
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
299
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
300
- paddingX?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
299
+ } | undefined);
300
+ 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" | {
301
301
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
302
302
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
303
303
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
304
304
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
305
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
306
- px?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
305
+ } | undefined);
306
+ 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" | {
307
307
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
308
308
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
309
309
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
310
310
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
311
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
312
- paddingY?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
311
+ } | undefined);
312
+ 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" | {
313
313
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
314
314
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
315
315
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
316
316
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
317
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
318
- py?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
317
+ } | undefined);
318
+ 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" | {
319
319
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
320
320
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
321
321
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
322
322
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
323
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
324
- pt?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
323
+ } | undefined);
324
+ 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" | {
325
325
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
326
326
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
327
327
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
328
328
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
329
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
330
- pr?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
329
+ } | undefined);
330
+ 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" | {
331
331
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
332
332
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
333
333
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
334
334
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
335
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
336
- pb?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
335
+ } | undefined);
336
+ 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" | {
337
337
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
338
338
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
339
339
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
340
340
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
341
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
342
- pl?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
341
+ } | undefined);
342
+ 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" | {
343
343
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
344
344
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
345
345
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
346
346
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
347
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
347
+ } | undefined);
348
348
  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" | {
349
349
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
350
350
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
@@ -369,45 +369,45 @@ declare const _default: {
369
369
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
370
370
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
371
371
  } | undefined);
372
- marginY?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
372
+ 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" | {
373
373
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
374
374
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
375
375
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
376
376
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
377
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
378
- my?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
377
+ } | undefined);
378
+ 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" | {
379
379
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
380
380
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
381
381
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
382
382
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
383
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
384
- mt?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
383
+ } | undefined);
384
+ 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" | {
385
385
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
386
386
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
387
387
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
388
388
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
389
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
389
+ } | undefined);
390
390
  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" | {
391
391
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
392
392
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
393
393
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
394
394
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
395
395
  } | undefined);
396
- mb?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | {
396
+ 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" | {
397
397
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
398
398
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
399
399
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
400
400
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | undefined;
401
- } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | null>;
401
+ } | undefined);
402
402
  ml?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | {
403
403
  mobile?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
404
404
  tablet?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
405
405
  desktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
406
406
  largeDesktop?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | undefined;
407
407
  } | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "none" | "auto" | null>;
408
- } & import("../../styles/sprinkles.css").SprinklesLegacyColours & import("../Box").AsPolyProp<"div"> & import("../Box").RefPolyProp<"div"> & {
408
+ } & import("../../styles/sprinkles.css").SprinklesLegacyColours & import("..").AsPolyProp<"div"> & import("..").RefPolyProp<"div"> & {
409
409
  children?: React.ReactNode | undefined;
410
- } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "colour" | "backgroundColour" | "color" | "width" | "size" | "fontSize" | "lineHeight" | "fontWeight" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "columnGap" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "height" | "justifyContent" | "justifySelf" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "rowGap" | "textAlign" | "userSelect" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "margin" | "overflow" | "padding" | "placeItems" | "text" | "bg" | "fg" | "borderBottomColour" | "borderLeftColour" | "borderRightColour" | "borderTopColour" | "borderColour" | "gridColumns" | "p" | "paddingX" | "px" | "paddingY" | "py" | "pt" | "pr" | "pb" | "pl" | "m" | "marginX" | "mx" | "marginY" | "my" | "mt" | "mr" | "mb" | "ml" | "as" | keyof import("../Box").CommonBoxProps> & import("./Section").SectionProps>;
410
+ } & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "colour" | "backgroundColour" | "color" | "width" | "size" | "fontSize" | "lineHeight" | "fontWeight" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "borderBottomColor" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "columnGap" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "height" | "justifyContent" | "justifySelf" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxWidth" | "minWidth" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "rowGap" | "textAlign" | "userSelect" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "margin" | "overflow" | "padding" | "placeItems" | "text" | "bg" | "fg" | "borderBottomColour" | "borderLeftColour" | "borderRightColour" | "borderTopColour" | "borderColour" | "gridColumns" | "p" | "paddingX" | "px" | "paddingY" | "py" | "pt" | "pr" | "pb" | "pl" | "m" | "marginX" | "mx" | "marginY" | "my" | "mt" | "mr" | "mb" | "ml" | keyof import("..").CommonBoxProps | "as"> & import("./Section").SectionProps>;
411
411
  argTypes: {
412
412
  paddingX: import("@storybook/core/csf").InputType | undefined;
413
413
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Section.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/Section/Section.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,OAAO,EAAE,MAAM,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE5B,wBAMiC;AAEjC,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAC;AAetC,eAAO,MAAM,QAAQ,EAAE,KAWtB,CAAC"}
1
+ {"version":3,"file":"Section.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/Section/Section.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEpC,wBAMiC;AAEjC,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAC;AAetC,eAAO,MAAM,QAAQ,EAAE,KAWtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Section as default } from './Section';
2
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../lib/components/Section/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ export { Section as default } from "./Section.js";
@@ -2,5 +2,4 @@ import React from 'react';
2
2
  export declare const SelectInput: React.ForwardRefExoticComponent<{
3
3
  children?: React.ReactNode;
4
4
  } & import("../private/InputBase/withEnhancedInput").EnhanceInputPrimitiveProps<HTMLSelectElement> & import("../private/InputBase/withEnhancedInput").EventHandlers<HTMLSelectElement> & import("../private/InputBase/withEnhancedInput").ValidationProps & React.RefAttributes<HTMLSelectElement>>;
5
- export default SelectInput;
6
5
  //# sourceMappingURL=SelectInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../lib/components/SelectInput/SelectInput.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,WAAW;eAEX,KAAK,CAAC,SAAS;mSA0D3B,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../lib/components/SelectInput/SelectInput.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,WAAW;eAEX,KAAK,CAAC,SAAS;mSA0D3B,CAAC"}
@@ -8,8 +8,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
8
8
  import { ChevronDownIcon } from '@autoguru/icons';
9
9
  import clsx from 'clsx';
10
10
  import React from 'react';
11
- import { Box } from "../Box/index.js";
12
- import { Icon } from "../Icon/index.js";
11
+ import { Box } from "../Box/Box.js";
12
+ import { Icon } from "../Icon/Icon.js";
13
13
  import { withEnhancedInput } from "../private/InputBase/index.js";
14
14
  import * as styles from "./SelectInput.css.js";
15
15
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
@@ -56,5 +56,4 @@ export const SelectInput = withEnhancedInput(_ref => {
56
56
  }, {
57
57
  primitiveType: 'select',
58
58
  withSuffixIcon: false
59
- });
60
- export default SelectInput;
59
+ });
@@ -1,5 +1,5 @@
1
1
  import type { Meta, StoryObj } from '@storybook/react';
2
- import { SelectInput } from '.';
2
+ import { SelectInput } from './SelectInput';
3
3
  declare const meta: Meta<typeof SelectInput>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof meta>;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectInput.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/SelectInput/SelectInput.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,OAAO,EAAE,WAAW,EAAE,MAAM,GAAG,CAAC;AAwBhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CA+ClC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAMnC,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAOnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC"}
1
+ {"version":3,"file":"SelectInput.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/SelectInput/SelectInput.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAwB5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CA+ClC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAMnC,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAOnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { SelectInput as default } from './SelectInput';
2
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../lib/components/SelectInput/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ export { SelectInput as default } from "./SelectInput.js";
@@ -4,11 +4,11 @@ export declare enum EChangeDirection {
4
4
  Next = "next"
5
5
  }
6
6
  type TOnChangeEventHandler = (event: EChangeDirection) => void;
7
- export interface Props {
7
+ export interface SimplePaginationProps {
8
8
  hasNext?: boolean;
9
9
  hasPrevious?: boolean;
10
10
  onChange?: TOnChangeEventHandler;
11
11
  }
12
- export declare const SimplePagination: FunctionComponent<Props>;
13
- export default SimplePagination;
12
+ export declare const SimplePagination: FunctionComponent<SimplePaginationProps>;
13
+ export {};
14
14
  //# sourceMappingURL=SimplePagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SimplePagination.d.ts","sourceRoot":"","sources":["../../../lib/components/SimplePagination/SimplePagination.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAO1C,oBAAY,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,IAAI,SAAS;CACb;AAED,KAAK,qBAAqB,GAAG,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;AAE/D,MAAM,WAAW,KAAK;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;CACjC;AAED,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,KAAK,CAyCrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"SimplePagination.d.ts","sourceRoot":"","sources":["../../../lib/components/SimplePagination/SimplePagination.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAO1C,oBAAY,gBAAgB;IAC3B,QAAQ,aAAa;IACrB,IAAI,SAAS;CACb;AAED,KAAK,qBAAqB,GAAG,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;AAE/D,MAAM,WAAW,qBAAqB;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;CACjC;AAED,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,qBAAqB,CAyCrE,CAAC"}
@@ -3,9 +3,9 @@
3
3
  import { ChevronLeftIcon, ChevronRightIcon } from '@autoguru/icons';
4
4
  import * as React from 'react';
5
5
  import { noop } from "../../utils/index.js";
6
- import { Button } from "../Button/index.js";
7
- import { Icon } from "../Icon/index.js";
8
- import { Inline } from "../Inline/index.js";
6
+ import { Button } from "../Button/Button.js";
7
+ import { Icon } from "../Icon/Icon.js";
8
+ import { Inline } from "../Inline/Inline.js";
9
9
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
10
10
  export let EChangeDirection = function (EChangeDirection) {
11
11
  EChangeDirection["Previous"] = "previous";
@@ -53,5 +53,4 @@ export const SimplePagination = _ref => {
53
53
  })
54
54
  })]
55
55
  });
56
- };
57
- export default SimplePagination;
56
+ };
@@ -1,9 +1,9 @@
1
1
  import type { StoryObj } from '@storybook/react';
2
2
  import React from 'react';
3
- import { SimplePagination } from '.';
3
+ import { SimplePagination } from './SimplePagination';
4
4
  declare const meta: {
5
5
  title: string;
6
- component: React.FunctionComponent<import("./SimplePagination").Props>;
6
+ component: React.FunctionComponent<import("./SimplePagination").SimplePaginationProps>;
7
7
  decorators: ((Story: import("@storybook/core/csf").PartialStoryFn<import("@storybook/react").ReactRenderer, {
8
8
  hasNext?: boolean | undefined;
9
9
  hasPrevious?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"SimplePagination.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/SimplePagination/SimplePagination.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC;AAErC,QAAA,MAAM,IAAI;;;;;;;;CAmB+B,CAAC;AAE1C,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE/C,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC"}
1
+ {"version":3,"file":"SimplePagination.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/SimplePagination/SimplePagination.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,QAAA,MAAM,IAAI;;;;;;;;CAmB+B,CAAC;AAE1C,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE/C,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { SimplePagination as default } from './SimplePagination';
2
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../lib/components/SimplePagination/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ export { SimplePagination as default } from "./SimplePagination.js";
@@ -1,6 +1,6 @@
1
1
  import { ComponentProps, NamedExoticComponent } from 'react';
2
2
  import { Box } from '../Box';
3
- interface Props extends Pick<ComponentProps<typeof Box>, 'backgroundColour'> {
3
+ interface ProgressStepProps extends Pick<ComponentProps<typeof Box>, 'backgroundColour'> {
4
4
  className?: string;
5
5
  paused: boolean;
6
6
  isActive: boolean;
@@ -8,6 +8,6 @@ interface Props extends Pick<ComponentProps<typeof Box>, 'backgroundColour'> {
8
8
  duration: string;
9
9
  onFinished(): void;
10
10
  }
11
- export declare const ProgressStep: NamedExoticComponent<Props>;
11
+ export declare const ProgressStep: NamedExoticComponent<ProgressStepProps>;
12
12
  export {};
13
13
  //# sourceMappingURL=ProgressStep.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressStep.d.ts","sourceRoot":"","sources":["../../../lib/components/SliderProgress/ProgressStep.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAQ,oBAAoB,EAAe,MAAM,OAAO,CAAC;AAGhF,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAI7B,UAAU,KAAM,SAAQ,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,kBAAkB,CAAC;IAC3E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IAEjB,UAAU,IAAI,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,oBAAoB,CAAC,KAAK,CA+CpD,CAAC"}
1
+ {"version":3,"file":"ProgressStep.d.ts","sourceRoot":"","sources":["../../../lib/components/SliderProgress/ProgressStep.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAQ,oBAAoB,EAAe,MAAM,OAAO,CAAC;AAGhF,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAI7B,UAAU,iBACT,SAAQ,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,kBAAkB,CAAC;IAC5D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IAEjB,UAAU,IAAI,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,oBAAoB,CAAC,iBAAiB,CA+ChE,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import { ComponentProps, NamedExoticComponent } from 'react';
2
2
  import { Box } from '../Box';
3
3
  import { ProgressStep } from './ProgressStep';
4
- export interface Props extends Pick<ComponentProps<typeof Box>, 'backgroundColour'>, Pick<ComponentProps<typeof ProgressStep>, 'paused' | 'duration'> {
4
+ export interface SliderProgressProps extends Pick<ComponentProps<typeof Box>, 'backgroundColour'>, Pick<ComponentProps<typeof ProgressStep>, 'paused' | 'duration'> {
5
5
  className?: string;
6
6
  totalCount: number;
7
7
  activeIndex: number;
8
8
  onRequestNext(): void;
9
9
  }
10
- export declare const SliderProgress: NamedExoticComponent<Props>;
10
+ export declare const SliderProgress: NamedExoticComponent<SliderProgressProps>;
11
11
  //# sourceMappingURL=SliderProgress.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SliderProgress.d.ts","sourceRoot":"","sources":["../../../lib/components/SliderProgress/SliderProgress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAQ,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAEnE,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,KAChB,SAAQ,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,kBAAkB,CAAC,EAC3D,IAAI,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IAEpB,aAAa,IAAI,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAAC,KAAK,CAgCtD,CAAC"}
1
+ {"version":3,"file":"SliderProgress.d.ts","sourceRoot":"","sources":["../../../lib/components/SliderProgress/SliderProgress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAQ,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAEnE,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,mBAChB,SAAQ,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,kBAAkB,CAAC,EAC3D,IAAI,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IAEpB,aAAa,IAAI,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,cAAc,EAAE,oBAAoB,CAAC,mBAAmB,CAgCpE,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import type { StoryObj } from '@storybook/react';
2
2
  import React from 'react';
3
- import { SliderProgress } from '.';
3
+ import { SliderProgress } from './SliderProgress';
4
4
  declare const meta: {
5
5
  title: string;
6
- component: React.NamedExoticComponent<import("./SliderProgress").Props>;
6
+ component: React.NamedExoticComponent<import("./SliderProgress").SliderProgressProps>;
7
7
  argTypes: {
8
8
  backgroundColour: import("@storybook/core/csf").InputType | undefined;
9
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"SliderProgress.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/SliderProgress/SliderProgress.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAEnC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAa6B,CAAC;AAExC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAC;AAE7C,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAKlC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAM5B,CAAC"}
1
+ {"version":3,"file":"SliderProgress.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/SliderProgress/SliderProgress.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;CAa6B,CAAC;AAExC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAC;AAE7C,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAKlC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAM5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { SliderProgress as default } from './SliderProgress';
2
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../lib/components/SliderProgress/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ export { SliderProgress as default } from "./SliderProgress.js";
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import { Stack } from '.';
2
+ import { Stack } from './Stack';
3
3
  declare const meta: Meta<typeof Stack>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof Stack>;
@@ -1 +1 @@
1
- {"version":3,"file":"Stack.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/Stack/Stack.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMlD,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,CAAC;AAe1B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAwB5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,QAAQ,EAAE,KAAU,CAAC;AAElC,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAC"}
1
+ {"version":3,"file":"Stack.stories.d.ts","sourceRoot":"","sources":["../../../lib/components/Stack/Stack.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMlD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAehC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAwB5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,QAAQ,EAAE,KAAU,CAAC;AAElC,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,KAM3B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Stack as default } from './Stack';
2
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../lib/components/Stack/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,OAAO,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ export { Stack as default } from "./Stack.js";