@veritone-ce/design-system 2.8.14-next.2.0 → 2.8.14

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 (398) hide show
  1. package/dist/cjs/Accordion/Accordion.js +120 -0
  2. package/dist/cjs/Accordion/AccordionGroup.js +61 -0
  3. package/dist/cjs/Accordion/Context.js +39 -0
  4. package/dist/cjs/Accordion/styles.module.scss.js +7 -0
  5. package/dist/cjs/Alert/index.js +70 -0
  6. package/dist/cjs/Alert/styles.module.scss.js +7 -0
  7. package/dist/cjs/Badge/index.js +67 -0
  8. package/dist/cjs/Badge/styles.module.scss.js +7 -0
  9. package/dist/cjs/Button/index.js +71 -0
  10. package/dist/cjs/Button/styles.module.scss.js +7 -0
  11. package/dist/cjs/Checkbox/index.js +164 -0
  12. package/dist/cjs/Checkbox/styles.module.scss.js +7 -0
  13. package/dist/cjs/Chip/index.js +51 -0
  14. package/dist/cjs/Chip/styles.module.scss.js +7 -0
  15. package/dist/cjs/CircularProgress/index.js +59 -0
  16. package/dist/cjs/CircularProgress/styles.module.scss.js +7 -0
  17. package/dist/cjs/ColorPicker/index.js +64 -0
  18. package/dist/cjs/ColorPicker/styles.module.scss.js +7 -0
  19. package/dist/cjs/DatePicker/Calendar.js +190 -0
  20. package/dist/cjs/DatePicker/DateField.js +30 -0
  21. package/dist/cjs/DatePicker/index.js +152 -0
  22. package/dist/cjs/DatePicker/styles.module.scss.js +7 -0
  23. package/dist/cjs/DateRangePicker/index.js +23 -0
  24. package/dist/cjs/DateRangePicker/styles.module.scss.js +7 -0
  25. package/dist/cjs/Dialog/components.js +250 -0
  26. package/dist/cjs/Dialog/factory.js +16 -0
  27. package/dist/cjs/Dialog/state.js +72 -0
  28. package/dist/cjs/Dialog/styles.module.scss.js +7 -0
  29. package/dist/cjs/Drawer/components.js +291 -0
  30. package/dist/cjs/Drawer/factory.js +16 -0
  31. package/dist/cjs/Drawer/state.js +70 -0
  32. package/dist/cjs/Drawer/styles.module.scss.js +7 -0
  33. package/dist/cjs/ErrorBoundary/index.js +56 -0
  34. package/dist/cjs/ErrorBoundary/styles.module.scss.js +7 -0
  35. package/dist/cjs/FileUploader/controlled.js +310 -0
  36. package/dist/cjs/FileUploader/styles.module.scss.js +7 -0
  37. package/dist/cjs/FormControl/context.js +16 -0
  38. package/dist/cjs/FormControl/index.js +64 -0
  39. package/dist/cjs/FormControl/styles.module.scss.js +7 -0
  40. package/dist/cjs/Icon/factory.js +24 -0
  41. package/dist/cjs/Icon/internal.js +60 -0
  42. package/dist/cjs/Icon/styles.module.scss.js +7 -0
  43. package/dist/cjs/Icon/wrappers.js +51 -0
  44. package/dist/cjs/IconButton/index.js +59 -0
  45. package/dist/cjs/IconButton/styles.module.scss.js +7 -0
  46. package/dist/cjs/Input/index.js +63 -0
  47. package/dist/cjs/Input/styles.module.scss.js +7 -0
  48. package/dist/cjs/Menu/controlled.js +420 -0
  49. package/dist/cjs/Menu/factory.js +13 -0
  50. package/dist/cjs/Menu/styles.module.scss.js +7 -0
  51. package/dist/cjs/Pagination/index.js +54 -0
  52. package/dist/cjs/Pagination/styles.module.scss.js +7 -0
  53. package/dist/cjs/RadioButton/index.js +85 -0
  54. package/dist/cjs/RadioButton/styles.module.scss.js +7 -0
  55. package/dist/cjs/Select/controlled.js +208 -0
  56. package/dist/cjs/Select/factory.js +23 -0
  57. package/dist/cjs/Select/styles.module.scss.js +7 -0
  58. package/dist/cjs/Select/uncontrolled.js +61 -0
  59. package/dist/cjs/StatusChip/index.js +39 -0
  60. package/dist/cjs/StatusChip/styles.module.scss.js +7 -0
  61. package/dist/cjs/Stepper/auto.js +127 -0
  62. package/dist/cjs/Stepper/stepper.js +48 -0
  63. package/dist/cjs/Stepper/styles.module.scss.js +7 -0
  64. package/dist/cjs/Table/AutoTable/common.js +131 -0
  65. package/dist/cjs/Table/AutoTable/controlled.js +95 -0
  66. package/dist/cjs/Table/AutoTable/index.js +110 -0
  67. package/dist/cjs/Table/AutoTable/styles.module.scss.js +7 -0
  68. package/dist/cjs/Table/AutoTable/virtual.js +173 -0
  69. package/dist/cjs/Table/TableCell/index.js +49 -0
  70. package/dist/cjs/Table/TableCell/styles.module.scss.js +7 -0
  71. package/dist/cjs/Table/TableRow/index.js +33 -0
  72. package/dist/cjs/Table/TableRow/styles.module.scss.js +7 -0
  73. package/dist/cjs/Table/index.js +76 -0
  74. package/dist/cjs/Table/styles.module.scss.js +7 -0
  75. package/dist/cjs/TablePagination/index.js +118 -0
  76. package/dist/cjs/TablePagination/styles.module.scss.js +7 -0
  77. package/dist/cjs/Textarea/index.js +59 -0
  78. package/dist/cjs/Textarea/styles.module.scss.js +7 -0
  79. package/dist/cjs/Toast/content.js +18 -0
  80. package/dist/cjs/Toast/hook.js +69 -0
  81. package/dist/cjs/Toast/index.js +15 -0
  82. package/dist/cjs/Toast/styles.module.scss.js +7 -0
  83. package/dist/cjs/Tooltip/index.js +135 -0
  84. package/dist/cjs/Tooltip/styles.module.scss.js +7 -0
  85. package/dist/cjs/Typography/index.js +52 -0
  86. package/dist/cjs/Typography/variants.module.scss.js +7 -0
  87. package/dist/cjs/bundled_modules/@babel/runtime/helpers/esm/extends.js +20 -0
  88. package/dist/cjs/bundled_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +18 -0
  89. package/dist/cjs/bundled_modules/@mui/material/usePagination/usePagination.js +121 -0
  90. package/dist/cjs/bundled_modules/@react-spring/animated/dist/react-spring_animated.modern.js +338 -0
  91. package/dist/cjs/bundled_modules/@react-spring/core/dist/react-spring_core.modern.js +1799 -0
  92. package/dist/cjs/bundled_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +160 -0
  93. package/dist/cjs/bundled_modules/@react-spring/shared/dist/react-spring_shared.modern.js +775 -0
  94. package/dist/cjs/bundled_modules/@react-spring/web/dist/react-spring_web.modern.js +382 -0
  95. package/dist/cjs/bundled_modules/jotai/esm/react.js +160 -0
  96. package/dist/cjs/bundled_modules/jotai/esm/vanilla/internals.js +539 -0
  97. package/dist/cjs/bundled_modules/jotai/esm/vanilla.js +114 -0
  98. package/dist/cjs/extras/markdown/index.js +244 -0
  99. package/dist/cjs/extras/markdown/styles.module.scss.js +7 -0
  100. package/dist/cjs/extras/uploady/index.js +12 -0
  101. package/dist/cjs/extras/uploady/uploady.js +112 -0
  102. package/dist/cjs/index.js +165 -0
  103. package/dist/cjs/popover/utils.js +8 -0
  104. package/dist/cjs/styles/components.module.scss.js +7 -0
  105. package/dist/cjs/styles/createPalette.js +227 -0
  106. package/dist/cjs/styles/createTheme.js +16 -0
  107. package/dist/cjs/styles/createTypography.js +114 -0
  108. package/dist/cjs/styles/css-vars.js +88 -0
  109. package/dist/cjs/styles/cx.js +8 -0
  110. package/dist/cjs/styles/defaultTheme.js +68 -0
  111. package/dist/cjs/styles/defaultThemeOptions.js +168 -0
  112. package/dist/cjs/styles/font-metrics.js +28 -0
  113. package/dist/cjs/styles/portal.js +14 -0
  114. package/dist/cjs/styles/provider.client.js +41 -0
  115. package/dist/cjs/styles/provider.css-vars.js +32 -0
  116. package/dist/cjs/styles/themeOptions.js +16 -0
  117. package/dist/cjs/styles/typography.js +20 -0
  118. package/dist/cjs/styles/useTheme.js +13 -0
  119. package/dist/cjs/styles.css +1 -0
  120. package/dist/cjs/unstable/Breadcrumbs/factory.js +15 -0
  121. package/dist/cjs/unstable/Breadcrumbs/index.js +73 -0
  122. package/dist/cjs/unstable/Breadcrumbs/index.module.scss.js +7 -0
  123. package/dist/cjs/unstable/Card/index.js +33 -0
  124. package/dist/cjs/unstable/Card/styles.module.scss.js +7 -0
  125. package/dist/cjs/unstable/LinearProgress/index.js +41 -0
  126. package/dist/cjs/unstable/LinearProgress/styles.module.scss.js +7 -0
  127. package/dist/cjs/unstable/Tabs/index.js +39 -0
  128. package/dist/cjs/unstable/Tabs/index.module.scss.js +7 -0
  129. package/dist/cjs/unstable/extras/dialogs/index.js +48 -0
  130. package/dist/cjs/unstable/extras/drawers/index.js +58 -0
  131. package/dist/cjs/unstable/extras/drawers/index.module.scss.js +7 -0
  132. package/dist/cjs/unstable/extras/forms/button.js +31 -0
  133. package/dist/cjs/unstable/extras/forms/checkbox.js +35 -0
  134. package/dist/cjs/unstable/extras/forms/index.js +23 -0
  135. package/dist/cjs/unstable/extras/forms/input.js +26 -0
  136. package/dist/cjs/unstable/extras/forms/select.js +52 -0
  137. package/dist/cjs/unstable/extras/forms/shared.js +62 -0
  138. package/dist/cjs/unstable/extras/forms/textarea.js +26 -0
  139. package/dist/cjs/unstable/extras/forms/upload.js +103 -0
  140. package/dist/cjs/unstable/index.js +21 -0
  141. package/dist/cjs/utils/capitalize.js +13 -0
  142. package/dist/cjs/utils/isNil.js +8 -0
  143. package/dist/esm/Accordion/Accordion.js +116 -0
  144. package/dist/esm/Accordion/AccordionGroup.js +57 -0
  145. package/dist/esm/Accordion/Context.js +33 -0
  146. package/dist/esm/Accordion/styles.module.scss.js +3 -0
  147. package/dist/esm/Alert/index.js +66 -0
  148. package/dist/esm/Alert/styles.module.scss.js +3 -0
  149. package/dist/esm/Badge/index.js +63 -0
  150. package/dist/esm/Badge/styles.module.scss.js +3 -0
  151. package/dist/esm/Button/index.js +67 -0
  152. package/dist/esm/Button/styles.module.scss.js +3 -0
  153. package/dist/esm/Checkbox/index.js +160 -0
  154. package/dist/esm/Checkbox/styles.module.scss.js +3 -0
  155. package/dist/esm/Chip/index.js +47 -0
  156. package/dist/esm/Chip/styles.module.scss.js +3 -0
  157. package/dist/esm/CircularProgress/index.js +55 -0
  158. package/dist/esm/CircularProgress/styles.module.scss.js +3 -0
  159. package/dist/esm/ColorPicker/index.js +59 -0
  160. package/dist/esm/ColorPicker/styles.module.scss.js +3 -0
  161. package/dist/esm/DatePicker/Calendar.js +186 -0
  162. package/dist/esm/DatePicker/DateField.js +26 -0
  163. package/dist/esm/DatePicker/index.js +148 -0
  164. package/dist/esm/DatePicker/styles.module.scss.js +3 -0
  165. package/dist/esm/DateRangePicker/index.js +19 -0
  166. package/dist/esm/DateRangePicker/styles.module.scss.js +3 -0
  167. package/dist/esm/Dialog/components.js +218 -0
  168. package/dist/esm/Dialog/factory.js +14 -0
  169. package/dist/esm/Dialog/state.js +49 -0
  170. package/dist/esm/Dialog/styles.module.scss.js +3 -0
  171. package/dist/esm/Drawer/components.js +259 -0
  172. package/dist/esm/Drawer/factory.js +14 -0
  173. package/dist/esm/Drawer/state.js +47 -0
  174. package/dist/esm/Drawer/styles.module.scss.js +3 -0
  175. package/dist/esm/ErrorBoundary/index.js +52 -0
  176. package/dist/esm/ErrorBoundary/styles.module.scss.js +3 -0
  177. package/dist/esm/FileUploader/controlled.js +304 -0
  178. package/dist/esm/FileUploader/styles.module.scss.js +3 -0
  179. package/dist/esm/FormControl/context.js +13 -0
  180. package/dist/esm/FormControl/index.js +60 -0
  181. package/dist/esm/FormControl/styles.module.scss.js +3 -0
  182. package/dist/esm/Icon/factory.js +21 -0
  183. package/dist/esm/Icon/internal.js +52 -0
  184. package/dist/esm/Icon/styles.module.scss.js +3 -0
  185. package/dist/esm/Icon/wrappers.js +48 -0
  186. package/dist/esm/IconButton/index.js +55 -0
  187. package/dist/esm/IconButton/styles.module.scss.js +3 -0
  188. package/dist/esm/Input/index.js +59 -0
  189. package/dist/esm/Input/styles.module.scss.js +3 -0
  190. package/dist/esm/Menu/controlled.js +414 -0
  191. package/dist/esm/Menu/factory.js +11 -0
  192. package/dist/esm/Menu/styles.module.scss.js +3 -0
  193. package/dist/esm/Pagination/index.js +50 -0
  194. package/dist/esm/Pagination/styles.module.scss.js +3 -0
  195. package/dist/esm/RadioButton/index.js +81 -0
  196. package/dist/esm/RadioButton/styles.module.scss.js +3 -0
  197. package/dist/esm/Select/controlled.js +204 -0
  198. package/dist/esm/Select/factory.js +20 -0
  199. package/dist/esm/Select/styles.module.scss.js +3 -0
  200. package/dist/esm/Select/uncontrolled.js +57 -0
  201. package/dist/esm/StatusChip/index.js +35 -0
  202. package/dist/esm/StatusChip/styles.module.scss.js +3 -0
  203. package/dist/esm/Stepper/auto.js +123 -0
  204. package/dist/esm/Stepper/stepper.js +44 -0
  205. package/dist/esm/Stepper/styles.module.scss.js +3 -0
  206. package/dist/esm/Table/AutoTable/common.js +125 -0
  207. package/dist/esm/Table/AutoTable/controlled.js +91 -0
  208. package/dist/esm/Table/AutoTable/index.js +106 -0
  209. package/dist/esm/Table/AutoTable/styles.module.scss.js +3 -0
  210. package/dist/esm/Table/AutoTable/virtual.js +168 -0
  211. package/dist/esm/Table/TableCell/index.js +45 -0
  212. package/dist/esm/Table/TableCell/styles.module.scss.js +3 -0
  213. package/dist/esm/Table/TableRow/index.js +29 -0
  214. package/dist/esm/Table/TableRow/styles.module.scss.js +3 -0
  215. package/dist/esm/Table/index.js +69 -0
  216. package/dist/esm/Table/styles.module.scss.js +3 -0
  217. package/dist/esm/TablePagination/index.js +114 -0
  218. package/dist/esm/TablePagination/styles.module.scss.js +3 -0
  219. package/dist/esm/Textarea/index.js +55 -0
  220. package/dist/esm/Textarea/styles.module.scss.js +3 -0
  221. package/dist/esm/Toast/content.js +14 -0
  222. package/dist/esm/Toast/hook.js +66 -0
  223. package/dist/esm/Toast/index.js +11 -0
  224. package/dist/esm/Toast/styles.module.scss.js +3 -0
  225. package/dist/esm/Tooltip/index.js +131 -0
  226. package/dist/esm/Tooltip/styles.module.scss.js +3 -0
  227. package/dist/esm/Typography/index.js +48 -0
  228. package/dist/esm/Typography/variants.module.scss.js +3 -0
  229. package/dist/esm/bundled_modules/@babel/runtime/helpers/esm/extends.js +16 -0
  230. package/dist/esm/bundled_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +14 -0
  231. package/dist/esm/bundled_modules/@mui/material/usePagination/usePagination.js +117 -0
  232. package/dist/esm/bundled_modules/@react-spring/animated/dist/react-spring_animated.modern.js +308 -0
  233. package/dist/esm/bundled_modules/@react-spring/core/dist/react-spring_core.modern.js +1765 -0
  234. package/dist/esm/bundled_modules/@react-spring/rafz/dist/react-spring_rafz.modern.js +158 -0
  235. package/dist/esm/bundled_modules/@react-spring/shared/dist/react-spring_shared.modern.js +730 -0
  236. package/dist/esm/bundled_modules/@react-spring/web/dist/react-spring_web.modern.js +365 -0
  237. package/dist/esm/bundled_modules/jotai/esm/react.js +155 -0
  238. package/dist/esm/bundled_modules/jotai/esm/vanilla/internals.js +535 -0
  239. package/dist/esm/bundled_modules/jotai/esm/vanilla.js +110 -0
  240. package/dist/esm/extras/markdown/index.js +242 -0
  241. package/dist/esm/extras/markdown/styles.module.scss.js +3 -0
  242. package/dist/esm/extras/uploady/index.js +2 -0
  243. package/dist/esm/extras/uploady/uploady.js +106 -0
  244. package/dist/esm/index.js +58 -0
  245. package/dist/esm/popover/utils.js +6 -0
  246. package/dist/esm/styles/components.module.scss.js +3 -0
  247. package/dist/esm/styles/createPalette.js +225 -0
  248. package/dist/esm/styles/createTheme.js +12 -0
  249. package/dist/esm/styles/createTypography.js +111 -0
  250. package/dist/esm/styles/css-vars.js +81 -0
  251. package/dist/esm/styles/cx.js +6 -0
  252. package/dist/esm/styles/defaultTheme.js +62 -0
  253. package/dist/esm/styles/defaultThemeOptions.js +166 -0
  254. package/dist/esm/styles/external/baseline.css +1 -0
  255. package/dist/esm/styles/external/fonts/default.css +3 -0
  256. package/dist/esm/styles/font-metrics.js +26 -0
  257. package/dist/esm/styles/portal.js +12 -0
  258. package/dist/esm/styles/provider.client.js +18 -0
  259. package/dist/esm/styles/provider.css-vars.js +30 -0
  260. package/dist/esm/styles/scss/_index.scss +1 -0
  261. package/dist/esm/styles/scss/theme.generated.scss +880 -0
  262. package/dist/esm/styles/themeOptions.js +12 -0
  263. package/dist/esm/styles/typography.js +18 -0
  264. package/dist/esm/styles/useTheme.js +9 -0
  265. package/dist/esm/styles.css +1 -0
  266. package/dist/esm/unstable/Breadcrumbs/factory.js +13 -0
  267. package/dist/esm/unstable/Breadcrumbs/index.js +67 -0
  268. package/dist/esm/unstable/Breadcrumbs/index.module.scss.js +3 -0
  269. package/dist/esm/unstable/Card/index.js +29 -0
  270. package/dist/esm/unstable/Card/styles.module.scss.js +3 -0
  271. package/dist/esm/unstable/LinearProgress/index.js +37 -0
  272. package/dist/esm/unstable/LinearProgress/styles.module.scss.js +3 -0
  273. package/dist/esm/unstable/Tabs/index.js +34 -0
  274. package/dist/esm/unstable/Tabs/index.module.scss.js +3 -0
  275. package/dist/esm/unstable/extras/dialogs/index.js +46 -0
  276. package/dist/esm/unstable/extras/drawers/index.js +56 -0
  277. package/dist/esm/unstable/extras/drawers/index.module.scss.js +3 -0
  278. package/dist/esm/unstable/extras/forms/button.js +29 -0
  279. package/dist/esm/unstable/extras/forms/checkbox.js +33 -0
  280. package/dist/esm/unstable/extras/forms/index.js +8 -0
  281. package/dist/esm/unstable/extras/forms/input.js +24 -0
  282. package/dist/esm/unstable/extras/forms/select.js +49 -0
  283. package/dist/esm/unstable/extras/forms/shared.js +59 -0
  284. package/dist/esm/unstable/extras/forms/textarea.js +24 -0
  285. package/dist/esm/unstable/extras/forms/upload.js +100 -0
  286. package/dist/esm/unstable/index.js +6 -0
  287. package/dist/esm/utils/capitalize.js +3 -0
  288. package/dist/esm/utils/isNil.js +6 -0
  289. package/dist/types/Accordion/Accordion.d.ts +75 -0
  290. package/dist/types/Accordion/AccordionGroup.d.ts +40 -0
  291. package/dist/types/Accordion/Context.d.ts +19 -0
  292. package/dist/types/Accordion/index.d.ts +3 -0
  293. package/dist/types/Alert/index.d.ts +14 -0
  294. package/dist/types/Badge/index.d.ts +20 -0
  295. package/dist/types/Button/index.d.ts +30 -0
  296. package/dist/types/Checkbox/index.d.ts +28 -0
  297. package/dist/types/Chip/index.d.ts +13 -0
  298. package/dist/types/CircularProgress/index.d.ts +10 -0
  299. package/dist/types/ColorPicker/index.d.ts +13 -0
  300. package/dist/types/DatePicker/Calendar.d.ts +9 -0
  301. package/dist/types/DatePicker/DateField.d.ts +3 -0
  302. package/dist/types/DatePicker/index.d.ts +25 -0
  303. package/dist/types/DateRangePicker/index.d.ts +16 -0
  304. package/dist/types/Dialog/components.d.ts +95 -0
  305. package/dist/types/Dialog/factory.d.ts +18 -0
  306. package/dist/types/Dialog/index.d.ts +3 -0
  307. package/dist/types/Dialog/state.d.ts +121 -0
  308. package/dist/types/Drawer/components.d.ts +112 -0
  309. package/dist/types/Drawer/factory.d.ts +17 -0
  310. package/dist/types/Drawer/index.d.ts +3 -0
  311. package/dist/types/Drawer/state.d.ts +114 -0
  312. package/dist/types/ErrorBoundary/index.d.ts +24 -0
  313. package/dist/types/FileUploader/controlled.d.ts +59 -0
  314. package/dist/types/FileUploader/index.d.ts +1 -0
  315. package/dist/types/FormControl/context.d.ts +7 -0
  316. package/dist/types/FormControl/index.d.ts +15 -0
  317. package/dist/types/Icon/factory.d.ts +14 -0
  318. package/dist/types/Icon/index.d.ts +3 -0
  319. package/dist/types/Icon/internal.d.ts +7 -0
  320. package/dist/types/Icon/shared.d.ts +10 -0
  321. package/dist/types/Icon/wrappers.d.ts +6 -0
  322. package/dist/types/IconButton/index.d.ts +18 -0
  323. package/dist/types/Input/index.d.ts +24 -0
  324. package/dist/types/Menu/controlled.d.ts +56 -0
  325. package/dist/types/Menu/factory.d.ts +6 -0
  326. package/dist/types/Menu/index.d.ts +3 -0
  327. package/dist/types/Pagination/index.d.ts +7 -0
  328. package/dist/types/RadioButton/index.d.ts +20 -0
  329. package/dist/types/Select/controlled.d.ts +18 -0
  330. package/dist/types/Select/factory.d.ts +11 -0
  331. package/dist/types/Select/index.d.ts +5 -0
  332. package/dist/types/Select/types.d.ts +42 -0
  333. package/dist/types/Select/uncontrolled.d.ts +14 -0
  334. package/dist/types/StatusChip/index.d.ts +12 -0
  335. package/dist/types/Stepper/auto.d.ts +18 -0
  336. package/dist/types/Stepper/index.d.ts +4 -0
  337. package/dist/types/Stepper/stepper.d.ts +14 -0
  338. package/dist/types/Table/AutoTable/common.d.ts +31 -0
  339. package/dist/types/Table/AutoTable/controlled.d.ts +14 -0
  340. package/dist/types/Table/AutoTable/index.d.ts +46 -0
  341. package/dist/types/Table/AutoTable/types.d.ts +106 -0
  342. package/dist/types/Table/AutoTable/virtual.d.ts +22 -0
  343. package/dist/types/Table/TableCell/index.d.ts +14 -0
  344. package/dist/types/Table/TableRow/index.d.ts +10 -0
  345. package/dist/types/Table/index.d.ts +67 -0
  346. package/dist/types/TablePagination/index.d.ts +18 -0
  347. package/dist/types/Textarea/index.d.ts +22 -0
  348. package/dist/types/Toast/content.d.ts +4 -0
  349. package/dist/types/Toast/hook.d.ts +22 -0
  350. package/dist/types/Toast/index.d.ts +9 -0
  351. package/dist/types/Tooltip/index.d.ts +17 -0
  352. package/dist/types/Typography/index.d.ts +23 -0
  353. package/dist/types/extras/markdown/index.d.ts +27 -0
  354. package/dist/types/extras/uploady/index.d.ts +1 -0
  355. package/dist/types/extras/uploady/uploady.d.ts +30 -0
  356. package/dist/types/index.d.ts +68 -0
  357. package/dist/types/popover/index.d.ts +2 -0
  358. package/dist/types/popover/types.d.ts +8 -0
  359. package/dist/types/popover/utils.d.ts +2 -0
  360. package/dist/types/styles/createPalette.d.ts +3 -0
  361. package/dist/types/styles/createTheme.d.ts +8 -0
  362. package/dist/types/styles/createTypography.d.ts +16 -0
  363. package/dist/types/styles/css-vars.d.ts +27 -0
  364. package/dist/types/styles/cx.d.ts +1 -0
  365. package/dist/types/styles/defaultTheme.d.ts +4 -0
  366. package/dist/types/styles/defaultThemeOptions.d.ts +192 -0
  367. package/dist/types/styles/font-metrics.d.ts +22 -0
  368. package/dist/types/styles/index.d.ts +18 -0
  369. package/dist/types/styles/palette.d.ts +68 -0
  370. package/dist/types/styles/portal.d.ts +3 -0
  371. package/dist/types/styles/provider.client.d.ts +15 -0
  372. package/dist/types/styles/provider.css-vars.d.ts +10 -0
  373. package/dist/types/styles/themeOptions.d.ts +89 -0
  374. package/dist/types/styles/typography.d.ts +25 -0
  375. package/dist/types/styles/useTheme.d.ts +2 -0
  376. package/dist/types/unstable/Breadcrumbs/factory.d.ts +5 -0
  377. package/dist/types/unstable/Breadcrumbs/index.d.ts +30 -0
  378. package/dist/types/unstable/Card/index.d.ts +11 -0
  379. package/dist/types/unstable/LinearProgress/index.d.ts +14 -0
  380. package/dist/types/unstable/Tabs/index.d.ts +13 -0
  381. package/dist/types/unstable/extras/chart/index.d.ts +33 -0
  382. package/dist/types/unstable/extras/dialogs/index.d.ts +19 -0
  383. package/dist/types/unstable/extras/drawers/index.d.ts +19 -0
  384. package/dist/types/unstable/extras/forms/button.d.ts +8 -0
  385. package/dist/types/unstable/extras/forms/checkbox.d.ts +5 -0
  386. package/dist/types/unstable/extras/forms/index.d.ts +7 -0
  387. package/dist/types/unstable/extras/forms/input.d.ts +5 -0
  388. package/dist/types/unstable/extras/forms/select.d.ts +8 -0
  389. package/dist/types/unstable/extras/forms/shared.d.ts +8 -0
  390. package/dist/types/unstable/extras/forms/textarea.d.ts +5 -0
  391. package/dist/types/unstable/extras/forms/upload.d.ts +13 -0
  392. package/dist/types/unstable/index.d.ts +7 -0
  393. package/dist/types/utils/capitalize.d.ts +2 -0
  394. package/dist/types/utils/controlled.d.ts +1 -0
  395. package/dist/types/utils/index.d.ts +1 -0
  396. package/dist/types/utils/isNil.d.ts +1 -0
  397. package/package.json +24 -8
  398. package/CHANGELOG.md +0 -2666
package/CHANGELOG.md DELETED
@@ -1,2666 +0,0 @@
1
- # v2.8.12 (Sat Feb 21 2026)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Created Vega-Lite Chart component [#287](https://github.com/veritone/design-system/pull/287) ([@seth-veri-llm](https://github.com/seth-veri-llm) [@eortiz-vt](https://github.com/eortiz-vt))
6
-
7
- #### Authors: 2
8
-
9
- - [@eortiz-vt](https://github.com/eortiz-vt)
10
- - [@seth-veri-llm](https://github.com/seth-veri-llm)
11
-
12
- ---
13
-
14
- # v2.8.11 (Thu Feb 19 2026)
15
-
16
- #### 🐛 Bug Fix
17
-
18
- - Add icon chip and fixed failing calendar test [#290](https://github.com/veritone/design-system/pull/290) ([@eortiz-vt](https://github.com/eortiz-vt))
19
-
20
- #### Authors: 1
21
-
22
- - [@eortiz-vt](https://github.com/eortiz-vt)
23
-
24
- ---
25
-
26
- # v2.8.10 (Wed Dec 17 2025)
27
-
28
- #### 🐛 Bug Fix
29
-
30
- - Update accordion [#284](https://github.com/veritone/design-system/pull/284) ([@MikeJDev](https://github.com/MikeJDev))
31
-
32
- #### Authors: 1
33
-
34
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
35
-
36
- ---
37
-
38
- # v2.8.9 (Mon Dec 15 2025)
39
-
40
- #### 🐛 Bug Fix
41
-
42
- - Fix/VE-13209 Add react-dom to externals to resolve rollup build error [#281](https://github.com/veritone/design-system/pull/281) (kmyers@ip-192-168-1-113.us-west-2.compute.internal)
43
- - Feat/VE-13209 export accordion [#280](https://github.com/veritone/design-system/pull/280) (kmyers@ip-192-168-1-113.us-west-2.compute.internal)
44
-
45
- #### Authors: 1
46
-
47
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
48
-
49
- ---
50
-
51
- # v2.8.8 (Fri Dec 05 2025)
52
-
53
- #### 🐛 Bug Fix
54
-
55
- - Add mui maximum behavior. [#279](https://github.com/veritone/design-system/pull/279) ([@eortiz-vt](https://github.com/eortiz-vt) [@MikeJDev](https://github.com/MikeJDev))
56
-
57
- #### Authors: 2
58
-
59
- - [@eortiz-vt](https://github.com/eortiz-vt)
60
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
61
-
62
- ---
63
-
64
- # v2.8.7 (Fri Dec 05 2025)
65
-
66
- #### 🐛 Bug Fix
67
-
68
- - Feat/accordion [#278](https://github.com/veritone/design-system/pull/278) ([@MikeJDev](https://github.com/MikeJDev) [@tboley-vt](https://github.com/tboley-vt))
69
-
70
- #### Authors: 2
71
-
72
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
73
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
74
-
75
- ---
76
-
77
- # v2.8.6 (Tue Sep 30 2025)
78
-
79
- #### 🐛 Bug Fix
80
-
81
- - Fix/ve 15517 radio button [#273](https://github.com/veritone/design-system/pull/273) (kmyers@ip-192-168-1-113.us-west-2.compute.internal)
82
-
83
- #### Authors: 1
84
-
85
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
86
-
87
- ---
88
-
89
- # v2.8.5 (Wed Sep 24 2025)
90
-
91
- #### 🐛 Bug Fix
92
-
93
- - Feat/ve 15168 modify date picker [#272](https://github.com/veritone/design-system/pull/272) (jessica@C02G20X4MD6W.local)
94
-
95
- #### Authors: 1
96
-
97
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
98
-
99
- ---
100
-
101
- # v2.8.4 (Thu Aug 21 2025)
102
-
103
- #### ⚠️ Pushed to `main`
104
-
105
- - feat: add loading/error fallback options to dialog/drawer helpers ([@tboley-vt](https://github.com/tboley-vt))
106
-
107
- #### Authors: 1
108
-
109
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
110
-
111
- ---
112
-
113
- # v2.8.3 (Tue Aug 19 2025)
114
-
115
- #### ⚠️ Pushed to `main`
116
-
117
- - feat: dialog helpers ([@tboley-vt](https://github.com/tboley-vt))
118
- - feat: remove title from drawer helper, add default close button icon ([@tboley-vt](https://github.com/tboley-vt))
119
- - fix: form helper uploader single file, select multiple type ([@tboley-vt](https://github.com/tboley-vt))
120
-
121
- #### Authors: 1
122
-
123
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
124
-
125
- ---
126
-
127
- # v2.8.2 (Sun Aug 17 2025)
128
-
129
- #### ⚠️ Pushed to `main`
130
-
131
- - fixed uploady export 2 ([@tboley-vt](https://github.com/tboley-vt))
132
- - fixed uploady export ([@tboley-vt](https://github.com/tboley-vt))
133
-
134
- #### Authors: 1
135
-
136
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
137
-
138
- ---
139
-
140
- # v2.8.1 (Sun Aug 17 2025)
141
-
142
- #### 🐛 Bug Fix
143
-
144
- - Fix: Upload list fill container [#270](https://github.com/veritone/design-system/pull/270) ([@tboley-vt](https://github.com/tboley-vt))
145
-
146
- #### Authors: 1
147
-
148
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
149
-
150
- ---
151
-
152
- # v2.8.0 (Sun Aug 17 2025)
153
-
154
- #### 🚀 Enhancement
155
-
156
- - Refactored uploady dep out of uploader, added form uploader helpers [#269](https://github.com/veritone/design-system/pull/269) ([@tboley-vt](https://github.com/tboley-vt))
157
-
158
- #### Authors: 1
159
-
160
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
161
-
162
- ---
163
-
164
- # v2.7.6 (Fri Aug 15 2025)
165
-
166
- #### 🐛 Bug Fix
167
-
168
- - fix: button visibility [#268](https://github.com/veritone/design-system/pull/268) ([@tboley-vt](https://github.com/tboley-vt))
169
-
170
- #### Authors: 1
171
-
172
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
173
-
174
- ---
175
-
176
- # v2.7.5 (Thu Aug 14 2025)
177
-
178
- #### ⚠️ Pushed to `main`
179
-
180
- - feat: expose breadcrumb factory fn ([@tboley-vt](https://github.com/tboley-vt))
181
-
182
- #### Authors: 1
183
-
184
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
185
-
186
- ---
187
-
188
- # v2.7.4 (Tue Jul 29 2025)
189
-
190
- #### 🐛 Bug Fix
191
-
192
- - Add options to dialog to prevent dismiss [#266](https://github.com/veritone/design-system/pull/266) ([@severin2](https://github.com/severin2))
193
-
194
- #### Authors: 1
195
-
196
- - Severin ([@severin2](https://github.com/severin2))
197
-
198
- ---
199
-
200
- # v2.7.3 (Fri Jul 11 2025)
201
-
202
- #### 🐛 Bug Fix
203
-
204
- - feat.unstable: added drawer utility [#265](https://github.com/veritone/design-system/pull/265) ([@tboley-vt](https://github.com/tboley-vt))
205
-
206
- #### Authors: 1
207
-
208
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
209
-
210
- ---
211
-
212
- # v2.7.2 (Thu Jul 10 2025)
213
-
214
- #### 🐛 Bug Fix
215
-
216
- - Chore/table styling [#262](https://github.com/veritone/design-system/pull/262) ([@tboley-vt](https://github.com/tboley-vt))
217
-
218
- #### Authors: 1
219
-
220
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
221
-
222
- ---
223
-
224
- # v2.7.1 (Thu Jul 10 2025)
225
-
226
- #### 🐛 Bug Fix
227
-
228
- - feat.unstable: card border radius changes, breadcrumbs [#263](https://github.com/veritone/design-system/pull/263) ([@tboley-vt](https://github.com/tboley-vt))
229
-
230
- #### Authors: 1
231
-
232
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
233
-
234
- ---
235
-
236
- # v2.6.0 (Wed Jul 09 2025)
237
-
238
- #### 🚀 Enhancement
239
-
240
- - chore: remove MUI (part 1) - remove @mui/system and all low hanging @mui/material imports [#259](https://github.com/veritone/design-system/pull/259) ([@tboley-vt](https://github.com/tboley-vt))
241
-
242
- #### 🐛 Bug Fix
243
-
244
- - chore: unstable components [#261](https://github.com/veritone/design-system/pull/261) ([@tboley-vt](https://github.com/tboley-vt))
245
-
246
- #### Authors: 1
247
-
248
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
249
-
250
- ---
251
-
252
- # v2.5.19 (Tue Jul 01 2025)
253
-
254
- #### 🐛 Bug Fix
255
-
256
- - feat: added ability to override markdown styling, added parent element with display: contents [#258](https://github.com/veritone/design-system/pull/258) ([@tboley-vt](https://github.com/tboley-vt))
257
-
258
- #### Authors: 1
259
-
260
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
261
-
262
- ---
263
-
264
- # v2.5.18 (Tue Jul 01 2025)
265
-
266
- #### ⚠️ Pushed to `main`
267
-
268
- - add theme options for checkbox background color ([@justicejessica](https://github.com/justicejessica))
269
- - update checkbox component to support background fill ([@justicejessica](https://github.com/justicejessica))
270
-
271
- #### Authors: 1
272
-
273
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
274
-
275
- ---
276
-
277
- # v2.5.17 (Tue Jun 17 2025)
278
-
279
- #### 🐛 Bug Fix
280
-
281
- - applied classname prop to datepicker component [#256](https://github.com/veritone/design-system/pull/256) ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
282
-
283
- #### Authors: 1
284
-
285
- - Mark Froehlich ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
286
-
287
- ---
288
-
289
- # v2.5.16 (Wed Jun 11 2025)
290
-
291
- #### 🐛 Bug Fix
292
-
293
- - Feat/extras/markdown [#254](https://github.com/veritone/design-system/pull/254) ([@tboley-vt](https://github.com/tboley-vt))
294
-
295
- #### Authors: 1
296
-
297
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
298
-
299
- ---
300
-
301
- # v2.5.15 (Mon Jun 09 2025)
302
-
303
- #### 🐛 Bug Fix
304
-
305
- - feat: toast and uploader updates [#253](https://github.com/veritone/design-system/pull/253) ([@tboley-vt](https://github.com/tboley-vt))
306
-
307
- #### Authors: 1
308
-
309
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
310
-
311
- ---
312
-
313
- # v2.5.14 (Fri May 30 2025)
314
-
315
- #### 🐛 Bug Fix
316
-
317
- - does not allow selecting the same option multiple times when multiple… [#252](https://github.com/veritone/design-system/pull/252) ([@MikeJDev](https://github.com/MikeJDev))
318
-
319
- #### Authors: 1
320
-
321
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
322
-
323
- ---
324
-
325
- # v2.5.13 (Wed May 14 2025)
326
-
327
- #### ⚠️ Pushed to `main`
328
-
329
- - feat: add check for error prop in error boundary ([@tboley-vt](https://github.com/tboley-vt))
330
-
331
- #### Authors: 1
332
-
333
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
334
-
335
- ---
336
-
337
- # v2.5.12 (Fri Apr 11 2025)
338
-
339
- #### 🐛 Bug Fix
340
-
341
- - Fix/VE-9659-darkmode-causing-component-issues [#249](https://github.com/veritone/design-system/pull/249) ([@eortiz-vt](https://github.com/eortiz-vt))
342
-
343
- #### Authors: 1
344
-
345
- - [@eortiz-vt](https://github.com/eortiz-vt)
346
-
347
- ---
348
-
349
- # v2.5.11 (Wed Apr 09 2025)
350
-
351
- #### 🐛 Bug Fix
352
-
353
- - Bump vite from 6.1.0 to 6.1.4 [#247](https://github.com/veritone/design-system/pull/247) ([@dependabot[bot]](https://github.com/dependabot[bot]))
354
-
355
- #### Authors: 1
356
-
357
- - [@dependabot[bot]](https://github.com/dependabot[bot])
358
-
359
- ---
360
-
361
- # v2.5.10 (Thu Apr 03 2025)
362
-
363
- #### 🐛 Bug Fix
364
-
365
- - Feat/10614 use over import [#246](https://github.com/veritone/design-system/pull/246) ([@MikeJDev](https://github.com/MikeJDev))
366
-
367
- #### Authors: 1
368
-
369
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
370
-
371
- ---
372
-
373
- # v2.5.9 (Thu Apr 03 2025)
374
-
375
- #### 🐛 Bug Fix
376
-
377
- - Final tests [#245](https://github.com/veritone/design-system/pull/245) ([@MikeJDev](https://github.com/MikeJDev))
378
-
379
- #### Authors: 1
380
-
381
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
382
-
383
- ---
384
-
385
- # v2.5.8 (Thu Mar 27 2025)
386
-
387
- #### 🐛 Bug Fix
388
-
389
- - Final tests [#243](https://github.com/veritone/design-system/pull/243) ([@MikeJDev](https://github.com/MikeJDev))
390
-
391
- #### Authors: 1
392
-
393
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
394
-
395
- ---
396
-
397
- # v2.5.7 (Thu Mar 27 2025)
398
-
399
- #### 🐛 Bug Fix
400
-
401
- - drawer tests [#242](https://github.com/veritone/design-system/pull/242) ([@MikeJDev](https://github.com/MikeJDev))
402
-
403
- #### Authors: 1
404
-
405
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
406
-
407
- ---
408
-
409
- # v2.5.6 (Mon Mar 24 2025)
410
-
411
- #### 🐛 Bug Fix
412
-
413
- - Add more unit tests [#239](https://github.com/veritone/design-system/pull/239) ([@MikeJDev](https://github.com/MikeJDev))
414
-
415
- #### Authors: 1
416
-
417
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
418
-
419
- ---
420
-
421
- # v2.5.5 (Tue Feb 25 2025)
422
-
423
- #### 🐛 Bug Fix
424
-
425
- - Feat/adjust select dropdown styling [#238](https://github.com/veritone/design-system/pull/238) ([@justicejessica](https://github.com/justicejessica))
426
-
427
- #### Authors: 1
428
-
429
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
430
-
431
- ---
432
-
433
- # v2.5.4 (Mon Feb 24 2025)
434
-
435
- #### 🐛 Bug Fix
436
-
437
- - dialog tests [#237](https://github.com/veritone/design-system/pull/237) ([@MikeJDev](https://github.com/MikeJDev))
438
-
439
- #### Authors: 1
440
-
441
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
442
-
443
- ---
444
-
445
- # v2.5.3 (Fri Feb 21 2025)
446
-
447
- #### 🐛 Bug Fix
448
-
449
- - Color picker unit tests [#236](https://github.com/veritone/design-system/pull/236) ([@MikeJDev](https://github.com/MikeJDev))
450
-
451
- #### Authors: 1
452
-
453
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
454
-
455
- ---
456
-
457
- # v2.5.2 (Thu Feb 20 2025)
458
-
459
- #### 🐛 Bug Fix
460
-
461
- - Feat/submenu setup [#220](https://github.com/veritone/design-system/pull/220) ([@eortiz-vt](https://github.com/eortiz-vt) [@justicejessica](https://github.com/justicejessica) [@MikeJDev](https://github.com/MikeJDev))
462
-
463
- #### Authors: 3
464
-
465
- - [@eortiz-vt](https://github.com/eortiz-vt)
466
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
467
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
468
-
469
- ---
470
-
471
- # v2.5.1 (Thu Feb 20 2025)
472
-
473
- #### 🐛 Bug Fix
474
-
475
- - style(repo): fix max height issue [#218](https://github.com/veritone/design-system/pull/218) ([@eortiz-vt](https://github.com/eortiz-vt) [@MikeJDev](https://github.com/MikeJDev))
476
-
477
- #### 🔩 Dependency Updates
478
-
479
- - Bump nanoid from 3.3.7 to 3.3.8 [#229](https://github.com/veritone/design-system/pull/229) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
480
- - Bump vitest from 1.3.1 to 1.6.1 [#228](https://github.com/veritone/design-system/pull/228) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
481
- - Bump vite from 5.1.5 to 6.1.0 [#231](https://github.com/veritone/design-system/pull/231) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
482
- - Bump ws from 8.16.0 to 8.18.0 [#234](https://github.com/veritone/design-system/pull/234) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
483
-
484
- #### Authors: 3
485
-
486
- - [@dependabot[bot]](https://github.com/dependabot[bot])
487
- - [@eortiz-vt](https://github.com/eortiz-vt)
488
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
489
-
490
- ---
491
-
492
- # v2.5.0 (Wed Feb 19 2025)
493
-
494
- #### 🚀 Enhancement
495
-
496
- - fix: added font and normalize as actual deps - imported via /baseline.css and /fonts/default.css [#235](https://github.com/veritone/design-system/pull/235) ([@tboley-vt](https://github.com/tboley-vt))
497
-
498
- #### Authors: 1
499
-
500
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
501
-
502
- ---
503
-
504
- # v2.4.35 (Wed Feb 19 2025)
505
-
506
- #### 🐛 Bug Fix
507
-
508
- - chore: split out default theme options so they can be more easily adjusted [#233](https://github.com/veritone/design-system/pull/233) ([@tboley-vt](https://github.com/tboley-vt))
509
-
510
- #### 🔩 Dependency Updates
511
-
512
- - Bump braces from 3.0.2 to 3.0.3 [#230](https://github.com/veritone/design-system/pull/230) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
513
-
514
- #### Authors: 3
515
-
516
- - [@dependabot[bot]](https://github.com/dependabot[bot])
517
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
518
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
519
-
520
- ---
521
-
522
- # v2.4.34 (Wed Feb 19 2025)
523
-
524
- #### ⚠️ Pushed to `main`
525
-
526
- - Fix rootDir issue ([@tboley-vt](https://github.com/tboley-vt))
527
-
528
- #### Authors: 1
529
-
530
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
531
-
532
- ---
533
-
534
- # v2.4.33 (Wed Feb 19 2025)
535
-
536
- #### 🐛 Bug Fix
537
-
538
- - Feat/card component [#232](https://github.com/veritone/design-system/pull/232) ([@tboley-vt](https://github.com/tboley-vt))
539
-
540
- #### 🔩 Dependency Updates
541
-
542
- - Bump ejs from 3.1.9 to 3.1.10 [#185](https://github.com/veritone/design-system/pull/185) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
543
- - Bump postcss from 8.4.26 to 8.4.38 [#184](https://github.com/veritone/design-system/pull/184) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
544
- - Bump tar from 6.1.15 to 6.2.1 [#181](https://github.com/veritone/design-system/pull/181) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
545
- - Bump express from 4.18.2 to 4.19.2 [#168](https://github.com/veritone/design-system/pull/168) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
546
- - Bump @babel/traverse from 7.20.12 to 7.24.0 [#157](https://github.com/veritone/design-system/pull/157) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
547
- - Bump semver from 5.7.1 to 5.7.2 [#156](https://github.com/veritone/design-system/pull/156) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
548
- - Bump @adobe/css-tools from 4.0.1 to 4.3.3 [#154](https://github.com/veritone/design-system/pull/154) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
549
- - Bump word-wrap from 1.2.3 to 1.2.5 [#155](https://github.com/veritone/design-system/pull/155) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
550
-
551
- #### Authors: 3
552
-
553
- - [@dependabot[bot]](https://github.com/dependabot[bot])
554
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
555
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
556
-
557
- ---
558
-
559
- # v2.4.32 (Tue Feb 18 2025)
560
-
561
- #### 🐛 Bug Fix
562
-
563
- - Update chromatic.yml and vite [#226](https://github.com/veritone/design-system/pull/226) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@tboley-vt](https://github.com/tboley-vt))
564
-
565
- #### Authors: 2
566
-
567
- - [@dependabot[bot]](https://github.com/dependabot[bot])
568
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
569
-
570
- ---
571
-
572
- # v2.4.31 (Tue Feb 18 2025)
573
-
574
- #### 🐛 Bug Fix
575
-
576
- - add push to github actions [#224](https://github.com/veritone/design-system/pull/224) ([@MikeJDev](https://github.com/MikeJDev))
577
-
578
- #### Authors: 1
579
-
580
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
581
-
582
- ---
583
-
584
- # v2.4.30 (Tue Feb 18 2025)
585
-
586
- #### 🐛 Bug Fix
587
-
588
- - Bump cross-spawn from 7.0.3 to 7.0.6 [#223](https://github.com/veritone/design-system/pull/223) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@MikeJDev](https://github.com/MikeJDev))
589
-
590
- #### Authors: 2
591
-
592
- - [@dependabot[bot]](https://github.com/dependabot[bot])
593
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
594
-
595
- ---
596
-
597
- # v2.4.29 (Tue Feb 18 2025)
598
-
599
- #### 🐛 Bug Fix
600
-
601
- - feat/Add unit tests for the more basic components. [#219](https://github.com/veritone/design-system/pull/219) ([@MikeJDev](https://github.com/MikeJDev))
602
-
603
- #### Authors: 1
604
-
605
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
606
-
607
- ---
608
-
609
- # v2.4.28 (Tue Jan 21 2025)
610
-
611
- #### 🐛 Bug Fix
612
-
613
- - Make react peer deps less strict [#215](https://github.com/veritone/design-system/pull/215) ([@tboley-vt](https://github.com/tboley-vt))
614
- - Updated storybook, added open state in stories to select and date picker for better visual regression testing [#214](https://github.com/veritone/design-system/pull/214) (mjanes@veritone.com [@tboley-vt](https://github.com/tboley-vt))
615
-
616
- #### ⚠️ Pushed to `main`
617
-
618
- - Fixed deps ([@tboley-vt](https://github.com/tboley-vt))
619
-
620
- #### Authors: 2
621
-
622
- - Mike Janes (mjanes@veritone.com)
623
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
624
-
625
- ---
626
-
627
- # v2.4.27 (Wed Dec 04 2024)
628
-
629
- #### 🐛 Bug Fix
630
-
631
- - adjusted useFloating to only flip if space below is insufficent [#213](https://github.com/veritone/design-system/pull/213) (mjanes@veritone.com)
632
-
633
- #### Authors: 1
634
-
635
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
636
-
637
- ---
638
-
639
- # v2.4.26 (Tue Nov 19 2024)
640
-
641
- #### 🐛 Bug Fix
642
-
643
- - fix(design-system): fix back button [#211](https://github.com/veritone/design-system/pull/211) ([@sjcuello](https://github.com/sjcuello) [@vt-scuello](https://github.com/vt-scuello))
644
-
645
- #### Authors: 2
646
-
647
- - [@vt-scuello](https://github.com/vt-scuello)
648
- - Santiago Cuello ([@sjcuello](https://github.com/sjcuello))
649
-
650
- ---
651
-
652
- # v2.4.23 (Wed Oct 30 2024)
653
-
654
- #### 🐛 Bug Fix
655
-
656
- - added tight prop to select and rowsPerPageVariant prop to table pagin… [#210](https://github.com/veritone/design-system/pull/210) ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone) [@tboley-vt](https://github.com/tboley-vt))
657
- - add on blur to select freeSolo [#209](https://github.com/veritone/design-system/pull/209) (mjanes@veritone.com)
658
-
659
- #### Authors: 3
660
-
661
- - Mark Froehlich ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
662
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
663
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
664
-
665
- ---
666
-
667
- # v2.4.22 (Tue Oct 01 2024)
668
-
669
- #### 🐛 Bug Fix
670
-
671
- - hides menu when reference element is hidden [#208](https://github.com/veritone/design-system/pull/208) (mjanes@veritone.com)
672
-
673
- #### Authors: 1
674
-
675
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
676
-
677
- ---
678
-
679
- # v2.4.21 (Tue Sep 24 2024)
680
-
681
- #### 🐛 Bug Fix
682
-
683
- - Fix/ve 5561: Miscellaneous UI Fixes [#206](https://github.com/veritone/design-system/pull/206) ([@eortiz-vt](https://github.com/eortiz-vt) [@tboley-vt](https://github.com/tboley-vt))
684
-
685
- #### Authors: 2
686
-
687
- - [@eortiz-vt](https://github.com/eortiz-vt)
688
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
689
-
690
- ---
691
-
692
- # v2.4.20 (Tue Sep 24 2024)
693
-
694
- #### 🐛 Bug Fix
695
-
696
- - feat/VE-5755-update-enqueue-toast-hook-to-support-action-prop [#207](https://github.com/veritone/design-system/pull/207) ([@eortiz-vt](https://github.com/eortiz-vt) [@tboley-vt](https://github.com/tboley-vt))
697
-
698
- #### Authors: 2
699
-
700
- - [@eortiz-vt](https://github.com/eortiz-vt)
701
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
702
-
703
- ---
704
-
705
- # v2.4.19 (Mon Sep 09 2024)
706
-
707
- #### 🐛 Bug Fix
708
-
709
- - Feat/stepper styles [#205](https://github.com/veritone/design-system/pull/205) ([@tboley-vt](https://github.com/tboley-vt))
710
-
711
- #### Authors: 1
712
-
713
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
714
-
715
- ---
716
-
717
- # v2.4.18 (Mon Sep 09 2024)
718
-
719
- #### 🐛 Bug Fix
720
-
721
- - Better stepper styling [#204](https://github.com/veritone/design-system/pull/204) ([@tboley-vt](https://github.com/tboley-vt))
722
-
723
- #### Authors: 1
724
-
725
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
726
-
727
- ---
728
-
729
- # v2.4.17 (Wed Sep 04 2024)
730
-
731
- #### 🐛 Bug Fix
732
-
733
- - Fix/stepper updates [#203](https://github.com/veritone/design-system/pull/203) ([@justicejessica](https://github.com/justicejessica))
734
-
735
- #### Authors: 1
736
-
737
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
738
-
739
- ---
740
-
741
- # v2.4.16 (Wed Sep 04 2024)
742
-
743
- #### 🐛 Bug Fix
744
-
745
- - Feat/ve 4749 stepper component [#202](https://github.com/veritone/design-system/pull/202) ([@justicejessica](https://github.com/justicejessica))
746
-
747
- #### Authors: 1
748
-
749
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
750
-
751
- ---
752
-
753
- # v2.4.15 (Wed Sep 04 2024)
754
-
755
- #### 🐛 Bug Fix
756
-
757
- - Revert "Feat/ve 4749 stepper component" [#201](https://github.com/veritone/design-system/pull/201) ([@justicejessica](https://github.com/justicejessica))
758
- - Feat/ve 4749 stepper component [#200](https://github.com/veritone/design-system/pull/200) ([@justicejessica](https://github.com/justicejessica))
759
-
760
- #### Authors: 1
761
-
762
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
763
-
764
- ---
765
-
766
- # v2.4.14 (Thu Aug 22 2024)
767
-
768
- #### 🐛 Bug Fix
769
-
770
- - Multi select and freeSolo support in Select [#199](https://github.com/veritone/design-system/pull/199) ([@tboley-vt](https://github.com/tboley-vt))
771
-
772
- #### Authors: 1
773
-
774
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
775
-
776
- ---
777
-
778
- # v2.4.13 (Mon Aug 05 2024)
779
-
780
- #### 🐛 Bug Fix
781
-
782
- - Feat/file uploader mini styling [#198](https://github.com/veritone/design-system/pull/198) ([@justicejessica](https://github.com/justicejessica))
783
-
784
- #### Authors: 1
785
-
786
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
787
-
788
- ---
789
-
790
- # v2.4.12 (Fri Jul 26 2024)
791
-
792
- #### 🐛 Bug Fix
793
-
794
- - Fix FileUploader dropzone error state [#197](https://github.com/veritone/design-system/pull/197) ([@tboley-vt](https://github.com/tboley-vt))
795
-
796
- #### Authors: 1
797
-
798
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
799
-
800
- ---
801
-
802
- # v2.4.11 (Tue Jul 09 2024)
803
-
804
- #### 🐛 Bug Fix
805
-
806
- - File uploader v2 [#196](https://github.com/veritone/design-system/pull/196) ([@tboley-vt](https://github.com/tboley-vt))
807
-
808
- #### Authors: 1
809
-
810
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
811
-
812
- ---
813
-
814
- # v2.4.10 (Fri Jun 28 2024)
815
-
816
- #### 🐛 Bug Fix
817
-
818
- - update checkbox styling [#195](https://github.com/veritone/design-system/pull/195) ([@justicejessica](https://github.com/justicejessica))
819
-
820
- #### Authors: 1
821
-
822
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
823
-
824
- ---
825
-
826
- # v2.4.9 (Thu Jun 27 2024)
827
-
828
- #### 🐛 Bug Fix
829
-
830
- - add page number support to table pagination [#194](https://github.com/veritone/design-system/pull/194) ([@mertnacakgedigi](https://github.com/mertnacakgedigi))
831
-
832
- #### Authors: 1
833
-
834
- - Mert Nacakgedigi ([@mertnacakgedigi](https://github.com/mertnacakgedigi))
835
-
836
- ---
837
-
838
- # v2.4.8 (Tue Jun 11 2024)
839
-
840
- #### 🐛 Bug Fix
841
-
842
- - Adjusted FormControl width to fill control if set to width: 100% [#193](https://github.com/veritone/design-system/pull/193) ([@tboley-vt](https://github.com/tboley-vt))
843
-
844
- #### Authors: 1
845
-
846
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
847
-
848
- ---
849
-
850
- # v2.4.7 (Mon Jun 10 2024)
851
-
852
- #### ⚠️ Pushed to `main`
853
-
854
- - Update README.md ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
855
-
856
- #### Authors: 1
857
-
858
- - Mark Froehlich ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
859
-
860
- ---
861
-
862
- # v2.4.6 (Mon Jun 10 2024)
863
-
864
- #### 🐛 Bug Fix
865
-
866
- - Feat/ve 2614 pendo tags [#192](https://github.com/veritone/design-system/pull/192) ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
867
-
868
- #### Authors: 1
869
-
870
- - Mark Froehlich ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
871
-
872
- ---
873
-
874
- # v2.4.5 (Fri Jun 07 2024)
875
-
876
- #### 🐛 Bug Fix
877
-
878
- - VE-2724 Update MenuOption type [#191](https://github.com/veritone/design-system/pull/191) ([@kimmichurri](https://github.com/kimmichurri))
879
-
880
- #### Authors: 1
881
-
882
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
883
-
884
- ---
885
-
886
- # v2.4.4 (Thu Jun 06 2024)
887
-
888
- #### 🐛 Bug Fix
889
-
890
- - Feat/color picker [#190](https://github.com/veritone/design-system/pull/190) (mjanes@veritone.com)
891
-
892
- #### Authors: 1
893
-
894
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
895
-
896
- ---
897
-
898
- # v2.4.3 (Fri May 24 2024)
899
-
900
- #### 🐛 Bug Fix
901
-
902
- - VE-2657: switched to background-primary for orders table row background [#189](https://github.com/veritone/design-system/pull/189) ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
903
-
904
- #### Authors: 1
905
-
906
- - Mark Froehlich ([@mfroehlich-veritone](https://github.com/mfroehlich-veritone))
907
-
908
- ---
909
-
910
- # v2.4.2 (Tue May 07 2024)
911
-
912
- #### 🐛 Bug Fix
913
-
914
- - Minor update to readme to test redeploy [#188](https://github.com/veritone/design-system/pull/188) ([@kimmichurri](https://github.com/kimmichurri))
915
-
916
- #### Authors: 1
917
-
918
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
919
-
920
- ---
921
-
922
- # v2.4.1 (Tue May 07 2024)
923
-
924
- #### 🐛 Bug Fix
925
-
926
- - Remove function from emotion causing test errors in hive [#186](https://github.com/veritone/design-system/pull/186) ([@kimmichurri](https://github.com/kimmichurri))
927
-
928
- #### Authors: 1
929
-
930
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
931
-
932
- ---
933
-
934
- # v2.4.0 (Mon Apr 29 2024)
935
-
936
- #### 🚀 Enhancement
937
-
938
- - VE-323 Begin reimplement auto table [#182](https://github.com/veritone/design-system/pull/182) ([@kimmichurri](https://github.com/kimmichurri))
939
-
940
- #### 🐛 Bug Fix
941
-
942
- - Add status chip [#183](https://github.com/veritone/design-system/pull/183) ([@kimmichurri](https://github.com/kimmichurri))
943
-
944
- #### Authors: 1
945
-
946
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
947
-
948
- ---
949
-
950
- # v2.3.14 (Thu Apr 04 2024)
951
-
952
- #### 🐛 Bug Fix
953
-
954
- - More tooltip adjustments [#180](https://github.com/veritone/design-system/pull/180) ([@tboley-vt](https://github.com/tboley-vt))
955
-
956
- #### Authors: 1
957
-
958
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
959
-
960
- ---
961
-
962
- # v2.3.13 (Thu Apr 04 2024)
963
-
964
- #### 🐛 Bug Fix
965
-
966
- - update input styling [#176](https://github.com/veritone/design-system/pull/176) ([@justicejessica](https://github.com/justicejessica))
967
-
968
- #### Authors: 1
969
-
970
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
971
-
972
- ---
973
-
974
- # v2.3.12 (Thu Apr 04 2024)
975
-
976
- #### 🐛 Bug Fix
977
-
978
- - onchange logic, floating ui fix [#178](https://github.com/veritone/design-system/pull/178) ([@justicejessica](https://github.com/justicejessica))
979
-
980
- #### Authors: 1
981
-
982
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
983
-
984
- ---
985
-
986
- # v2.3.11 (Wed Apr 03 2024)
987
-
988
- #### 🐛 Bug Fix
989
-
990
- - New tooltip styling [#179](https://github.com/veritone/design-system/pull/179) ([@tboley-vt](https://github.com/tboley-vt))
991
-
992
- #### Authors: 1
993
-
994
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
995
-
996
- ---
997
-
998
- # v2.3.10 (Wed Apr 03 2024)
999
-
1000
- #### 🐛 Bug Fix
1001
-
1002
- - VT 2024 Theme with Typography.leadingTrim [#175](https://github.com/veritone/design-system/pull/175) ([@tboley-vt](https://github.com/tboley-vt))
1003
-
1004
- #### Authors: 1
1005
-
1006
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1007
-
1008
- ---
1009
-
1010
- # v2.3.9 (Thu Mar 28 2024)
1011
-
1012
- #### 🐛 Bug Fix
1013
-
1014
- - Feature/date picker tweaks [#174](https://github.com/veritone/design-system/pull/174) ([@justicejessica](https://github.com/justicejessica))
1015
-
1016
- #### Authors: 1
1017
-
1018
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
1019
-
1020
- ---
1021
-
1022
- # v2.3.8 (Thu Mar 28 2024)
1023
-
1024
- #### 🐛 Bug Fix
1025
-
1026
- - Pagination localeString & separate Icons [#173](https://github.com/veritone/design-system/pull/173) ([@tboley-vt](https://github.com/tboley-vt))
1027
-
1028
- #### Authors: 1
1029
-
1030
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1031
-
1032
- ---
1033
-
1034
- # v2.3.7 (Thu Mar 28 2024)
1035
-
1036
- #### ⚠️ Pushed to `main`
1037
-
1038
- - Fixed checkbox, radio button z-index issues ([@tboley-vt](https://github.com/tboley-vt))
1039
-
1040
- #### Authors: 1
1041
-
1042
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1043
-
1044
- ---
1045
-
1046
- # v2.3.6 (Thu Mar 28 2024)
1047
-
1048
- #### ⚠️ Pushed to `main`
1049
-
1050
- - Fixed drawer testid location ([@tboley-vt](https://github.com/tboley-vt))
1051
-
1052
- #### Authors: 1
1053
-
1054
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1055
-
1056
- ---
1057
-
1058
- # v2.3.5 (Wed Mar 27 2024)
1059
-
1060
- #### 🐛 Bug Fix
1061
-
1062
- - Feature/date range picker [#165](https://github.com/veritone/design-system/pull/165) ([@justicejessica](https://github.com/justicejessica) [@tboley-vt](https://github.com/tboley-vt))
1063
-
1064
- #### Authors: 2
1065
-
1066
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
1067
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1068
-
1069
- ---
1070
-
1071
- # v2.3.4 (Wed Mar 27 2024)
1072
-
1073
- #### 🐛 Bug Fix
1074
-
1075
- - Fix/misc 2 [#172](https://github.com/veritone/design-system/pull/172) ([@tboley-vt](https://github.com/tboley-vt))
1076
-
1077
- #### Authors: 1
1078
-
1079
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1080
-
1081
- ---
1082
-
1083
- # v2.3.3 (Tue Mar 26 2024)
1084
-
1085
- #### 🐛 Bug Fix
1086
-
1087
- - Made label optional in form control [#171](https://github.com/veritone/design-system/pull/171) ([@tboley-vt](https://github.com/tboley-vt))
1088
-
1089
- #### Authors: 1
1090
-
1091
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1092
-
1093
- ---
1094
-
1095
- # v2.3.2 (Tue Mar 26 2024)
1096
-
1097
- #### ⚠️ Pushed to `main`
1098
-
1099
- - Exported FormControl ([@tboley-vt](https://github.com/tboley-vt))
1100
-
1101
- #### Authors: 1
1102
-
1103
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1104
-
1105
- ---
1106
-
1107
- # v2.3.1 (Tue Mar 26 2024)
1108
-
1109
- #### 🐛 Bug Fix
1110
-
1111
- - Badge component [#170](https://github.com/veritone/design-system/pull/170) ([@tboley-vt](https://github.com/tboley-vt))
1112
-
1113
- #### Authors: 1
1114
-
1115
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1116
-
1117
- ---
1118
-
1119
- # v2.3.0 (Tue Mar 26 2024)
1120
-
1121
- #### 🚀 Enhancement
1122
-
1123
- - Minor version bump [#169](https://github.com/veritone/design-system/pull/169) ([@tboley-vt](https://github.com/tboley-vt))
1124
-
1125
- #### 🐛 Bug Fix
1126
-
1127
- - Refactor/inputs [#166](https://github.com/veritone/design-system/pull/166) ([@tboley-vt](https://github.com/tboley-vt))
1128
-
1129
- #### Authors: 1
1130
-
1131
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1132
-
1133
- ---
1134
-
1135
- # v2.2.6 (Tue Mar 26 2024)
1136
-
1137
- #### 🐛 Bug Fix
1138
-
1139
- - Drawer placement and animations [#167](https://github.com/veritone/design-system/pull/167) ([@tboley-vt](https://github.com/tboley-vt))
1140
-
1141
- #### Authors: 1
1142
-
1143
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1144
-
1145
- ---
1146
-
1147
- # v2.2.5 (Mon Mar 25 2024)
1148
-
1149
- #### ⚠️ Pushed to `main`
1150
-
1151
- - Added Typography element assumption ([@tboley-vt](https://github.com/tboley-vt))
1152
-
1153
- #### Authors: 1
1154
-
1155
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1156
-
1157
- ---
1158
-
1159
- # v2.2.4 (Tue Mar 19 2024)
1160
-
1161
- #### ⚠️ Pushed to `main`
1162
-
1163
- - Fix for portal context corruption ([@tboley-vt](https://github.com/tboley-vt))
1164
- - Create ci.yaml ([@tboley-vt](https://github.com/tboley-vt))
1165
-
1166
- #### Authors: 1
1167
-
1168
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1169
-
1170
- ---
1171
-
1172
- # v2.2.3 (Mon Mar 18 2024)
1173
-
1174
- #### 🐛 Bug Fix
1175
-
1176
- - Removed unnecessary palette resolution in favor of basic ThemeVars spec. Also fixed TablePagination label value [#164](https://github.com/veritone/design-system/pull/164) ([@tboley-vt](https://github.com/tboley-vt))
1177
-
1178
- #### Authors: 1
1179
-
1180
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1181
-
1182
- ---
1183
-
1184
- # v2.2.2 (Mon Mar 18 2024)
1185
-
1186
- #### 🐛 Bug Fix
1187
-
1188
- - PortalThemeRelay [#163](https://github.com/veritone/design-system/pull/163) ([@tboley-vt](https://github.com/tboley-vt))
1189
-
1190
- #### Authors: 1
1191
-
1192
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1193
-
1194
- ---
1195
-
1196
- # v2.2.1 (Sat Mar 16 2024)
1197
-
1198
- #### 🐛 Bug Fix
1199
-
1200
- - Fix/misc [#162](https://github.com/veritone/design-system/pull/162) ([@tboley-vt](https://github.com/tboley-vt))
1201
-
1202
- #### Authors: 1
1203
-
1204
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1205
-
1206
- ---
1207
-
1208
- # v2.2.0 (Sat Mar 16 2024)
1209
-
1210
- #### 🚀 Enhancement
1211
-
1212
- - Refactor/button palette [#160](https://github.com/veritone/design-system/pull/160) ([@tboley-vt](https://github.com/tboley-vt))
1213
-
1214
- #### ⚠️ Pushed to `main`
1215
-
1216
- - Updated theme.generated.scss ([@tboley-vt](https://github.com/tboley-vt))
1217
-
1218
- #### Authors: 1
1219
-
1220
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1221
-
1222
- ---
1223
-
1224
- # v2.1.5 (Wed Mar 13 2024)
1225
-
1226
- #### 🐛 Bug Fix
1227
-
1228
- - Feature/vtn 49425/chip component [#158](https://github.com/veritone/design-system/pull/158) (mjanes@veritone.com [@tboley-vt](https://github.com/tboley-vt))
1229
-
1230
- #### Authors: 2
1231
-
1232
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1233
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1234
-
1235
- ---
1236
-
1237
- # v2.1.4 (Mon Mar 11 2024)
1238
-
1239
- #### ⚠️ Pushed to `main`
1240
-
1241
- - Tooltip strategy prop, checkbox background color ([@tboley-vt](https://github.com/tboley-vt))
1242
-
1243
- #### Authors: 1
1244
-
1245
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1246
-
1247
- ---
1248
-
1249
- # v2.1.3 (Fri Mar 08 2024)
1250
-
1251
- #### ⚠️ Pushed to `main`
1252
-
1253
- - Fix package exports ([@tboley-vt](https://github.com/tboley-vt))
1254
-
1255
- #### Authors: 1
1256
-
1257
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1258
-
1259
- ---
1260
-
1261
- # v2.1.2 (Fri Mar 08 2024)
1262
-
1263
- #### ⚠️ Pushed to `main`
1264
-
1265
- - Updated docs to reflect new import ([@tboley-vt](https://github.com/tboley-vt))
1266
-
1267
- #### Authors: 1
1268
-
1269
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1270
-
1271
- ---
1272
-
1273
- # v2.1.1 (Fri Mar 08 2024)
1274
-
1275
- #### 🐛 Bug Fix
1276
-
1277
- - Fixed static storybook build and added dockerfile [#153](https://github.com/veritone/design-system/pull/153) ([@tboley-vt](https://github.com/tboley-vt))
1278
-
1279
- #### Authors: 1
1280
-
1281
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1282
-
1283
- ---
1284
-
1285
- # v2.1.0 (Thu Mar 07 2024)
1286
-
1287
- #### 🚀 Enhancement
1288
-
1289
- - Refactor/new theme palette structure [#152](https://github.com/veritone/design-system/pull/152) ([@tboley-vt](https://github.com/tboley-vt))
1290
-
1291
- #### Authors: 1
1292
-
1293
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1294
-
1295
- ---
1296
-
1297
- # v2.0.8 (Tue Mar 05 2024)
1298
-
1299
- #### ⚠️ Pushed to `main`
1300
-
1301
- - Added name to Input ([@tboley-vt](https://github.com/tboley-vt))
1302
-
1303
- #### Authors: 1
1304
-
1305
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1306
-
1307
- ---
1308
-
1309
- # v2.0.7 (Sat Mar 02 2024)
1310
-
1311
- #### ⚠️ Pushed to `main`
1312
-
1313
- - Fixed Select typeahead ([@tboley-vt](https://github.com/tboley-vt))
1314
-
1315
- #### Authors: 1
1316
-
1317
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1318
-
1319
- ---
1320
-
1321
- # v2.0.6 (Wed Feb 28 2024)
1322
-
1323
- #### 🐛 Bug Fix
1324
-
1325
- - Pagination, TablePagination components [#151](https://github.com/veritone/design-system/pull/151) ([@tboley-vt](https://github.com/tboley-vt))
1326
-
1327
- #### Authors: 1
1328
-
1329
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1330
-
1331
- ---
1332
-
1333
- # v2.0.5 (Wed Feb 28 2024)
1334
-
1335
- #### ⚠️ Pushed to `main`
1336
-
1337
- - Added option to conditionally show/hide tooltip arrow ([@tboley-vt](https://github.com/tboley-vt))
1338
-
1339
- #### Authors: 1
1340
-
1341
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1342
-
1343
- ---
1344
-
1345
- # v2.0.4 (Tue Feb 27 2024)
1346
-
1347
- #### ⚠️ Pushed to `main`
1348
-
1349
- - Removed material ui circular progress impl, added data-testid passthrough ([@tboley-vt](https://github.com/tboley-vt))
1350
-
1351
- #### Authors: 1
1352
-
1353
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1354
-
1355
- ---
1356
-
1357
- # v2.0.3 (Tue Feb 27 2024)
1358
-
1359
- #### 🐛 Bug Fix
1360
-
1361
- - Feature/drawer+more docs [#150](https://github.com/veritone/design-system/pull/150) ([@tboley-vt](https://github.com/tboley-vt))
1362
-
1363
- #### ⚠️ Pushed to `main`
1364
-
1365
- - Bumped auto ([@tboley-vt](https://github.com/tboley-vt))
1366
-
1367
- #### Authors: 1
1368
-
1369
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1370
-
1371
- ---
1372
-
1373
- # v2.0.2 (Sun Feb 18 2024)
1374
-
1375
- #### 🐛 Bug Fix
1376
-
1377
- - ESM & Docs [#149](https://github.com/veritone/design-system/pull/149) ([@tboley-vt](https://github.com/tboley-vt))
1378
-
1379
- #### Authors: 1
1380
-
1381
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1382
-
1383
- ---
1384
-
1385
- # v2.0.1 (Thu Feb 15 2024)
1386
-
1387
- #### 🐛 Bug Fix
1388
-
1389
- - DMH misc updates 1 [#148](https://github.com/veritone/design-system/pull/148) ([@tboley-vt](https://github.com/tboley-vt))
1390
-
1391
- #### Authors: 1
1392
-
1393
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1394
-
1395
- ---
1396
-
1397
- # v2.0.0 (Tue Feb 13 2024)
1398
-
1399
- #### 💥 Breaking Change
1400
-
1401
- - Next [#147](https://github.com/veritone/design-system/pull/147) ([@tboley-vt](https://github.com/tboley-vt))
1402
- - Update deploy.yml [#141](https://github.com/veritone/design-system/pull/141) ([@tboley-vt](https://github.com/tboley-vt))
1403
-
1404
- #### Authors: 1
1405
-
1406
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1407
-
1408
- ---
1409
-
1410
- # v1.12.65 (Wed Dec 20 2023)
1411
-
1412
- #### 🐛 Bug Fix
1413
-
1414
- - tabs default forced font size removed [#139](https://github.com/veritone/design-system/pull/139) (mjanes@veritone.com)
1415
-
1416
- #### Authors: 1
1417
-
1418
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1419
-
1420
- ---
1421
-
1422
- # v1.12.64 (Tue Dec 12 2023)
1423
-
1424
- #### 🐛 Bug Fix
1425
-
1426
- - Fix/AutoTable virtualization visibility [#137](https://github.com/veritone/design-system/pull/137) ([@tboley-vt](https://github.com/tboley-vt))
1427
-
1428
- #### Authors: 1
1429
-
1430
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1431
-
1432
- ---
1433
-
1434
- # v1.12.63 (Mon Dec 11 2023)
1435
-
1436
- #### 🐛 Bug Fix
1437
-
1438
- - VT misc updates 2.1 [#136](https://github.com/veritone/design-system/pull/136) ([@tboley-vt](https://github.com/tboley-vt))
1439
-
1440
- #### Authors: 1
1441
-
1442
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1443
-
1444
- ---
1445
-
1446
- # v1.12.62 (Mon Dec 11 2023)
1447
-
1448
- #### ⚠️ Pushed to `main`
1449
-
1450
- - Split chromatic and unit tests actions ([@tboley-vt](https://github.com/tboley-vt))
1451
-
1452
- #### Authors: 1
1453
-
1454
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1455
-
1456
- ---
1457
-
1458
- # v1.12.61 (Fri Dec 08 2023)
1459
-
1460
- #### 🐛 Bug Fix
1461
-
1462
- - PanelContent [#135](https://github.com/veritone/design-system/pull/135) ([@tboley-vt](https://github.com/tboley-vt))
1463
-
1464
- #### Authors: 1
1465
-
1466
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1467
-
1468
- ---
1469
-
1470
- # v1.12.60 (Thu Dec 07 2023)
1471
-
1472
- #### 🐛 Bug Fix
1473
-
1474
- - Panel and auto complete fixes [#134](https://github.com/veritone/design-system/pull/134) (mjanes@veritone.com)
1475
-
1476
- #### Authors: 1
1477
-
1478
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1479
-
1480
- ---
1481
-
1482
- # v1.12.59 (Thu Dec 07 2023)
1483
-
1484
- #### 🐛 Bug Fix
1485
-
1486
- - Fix font and boldness on uploader [#133](https://github.com/veritone/design-system/pull/133) (mjanes@veritone.com)
1487
-
1488
- #### Authors: 1
1489
-
1490
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1491
-
1492
- ---
1493
-
1494
- # v1.12.58 (Wed Dec 06 2023)
1495
-
1496
- #### 🐛 Bug Fix
1497
-
1498
- - Autocomplete/Table misc styled components fixes [#132](https://github.com/veritone/design-system/pull/132) ([@tboley-vt](https://github.com/tboley-vt))
1499
-
1500
- #### Authors: 1
1501
-
1502
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1503
-
1504
- ---
1505
-
1506
- # v1.12.57 (Mon Dec 04 2023)
1507
-
1508
- #### ⚠️ Pushed to `main`
1509
-
1510
- - Update deploy.yml ([@tboley-vt](https://github.com/tboley-vt))
1511
-
1512
- #### Authors: 1
1513
-
1514
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1515
-
1516
- ---
1517
-
1518
- # v1.12.54 (Mon Dec 04 2023)
1519
-
1520
- #### 🐛 Bug Fix
1521
-
1522
- - CI fix [#131](https://github.com/veritone/design-system/pull/131) ([@tboley-vt](https://github.com/tboley-vt))
1523
- - Error message component [#129](https://github.com/veritone/design-system/pull/129) ([@tboley-vt](https://github.com/tboley-vt))
1524
-
1525
- #### ⚠️ Pushed to `main`
1526
-
1527
- - Update deploy.yml ([@tboley-vt](https://github.com/tboley-vt))
1528
-
1529
- #### Authors: 1
1530
-
1531
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1532
-
1533
- ---
1534
-
1535
- # v1.12.54 (Mon Dec 04 2023)
1536
-
1537
- #### 🐛 Bug Fix
1538
-
1539
- - Error message component [#129](https://github.com/veritone/design-system/pull/129) ([@tboley-vt](https://github.com/tboley-vt))
1540
-
1541
- #### Authors: 1
1542
-
1543
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1544
-
1545
- ---
1546
-
1547
- # v1.12.52 (Mon Dec 04 2023)
1548
-
1549
- #### 🐛 Bug Fix
1550
-
1551
- - Add size prop to text input field [#128](https://github.com/veritone/design-system/pull/128) (mjanes@veritone.com)
1552
-
1553
- #### Authors: 1
1554
-
1555
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1556
-
1557
- ---
1558
-
1559
- # v1.12.52 (Mon Dec 04 2023)
1560
-
1561
- #### 🐛 Bug Fix
1562
-
1563
- - Add size prop to text input field [#128](https://github.com/veritone/design-system/pull/128) (mjanes@veritone.com)
1564
-
1565
- #### Authors: 1
1566
-
1567
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1568
-
1569
- ---
1570
-
1571
- # v1.12.52 (Mon Dec 04 2023)
1572
-
1573
- #### 🐛 Bug Fix
1574
-
1575
- - Add size prop to text input field [#128](https://github.com/veritone/design-system/pull/128) (mjanes@veritone.com)
1576
-
1577
- #### Authors: 1
1578
-
1579
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1580
-
1581
- ---
1582
-
1583
- # v1.12.51 (Tue Nov 21 2023)
1584
-
1585
- #### 🐛 Bug Fix
1586
-
1587
- - Added table error message defaults to AutoTable [#127](https://github.com/veritone/design-system/pull/127) ([@tboley-vt](https://github.com/tboley-vt) mjanes@veritone.com)
1588
- - Imperative toast hook [#126](https://github.com/veritone/design-system/pull/126) ([@tboley-vt](https://github.com/tboley-vt) mjanes@veritone.com)
1589
-
1590
- #### Authors: 2
1591
-
1592
- - Mike Janes (mjanes@veritone.com)
1593
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1594
-
1595
- ---
1596
-
1597
- # v1.12.51 (Tue Nov 21 2023)
1598
-
1599
- #### 🐛 Bug Fix
1600
-
1601
- - Added table error message defaults to AutoTable [#127](https://github.com/veritone/design-system/pull/127) ([@tboley-vt](https://github.com/tboley-vt) mjanes@veritone.com)
1602
- - Imperative toast hook [#126](https://github.com/veritone/design-system/pull/126) ([@tboley-vt](https://github.com/tboley-vt) mjanes@veritone.com)
1603
-
1604
- #### Authors: 2
1605
-
1606
- - Mike Janes (mjanes@veritone.com)
1607
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1608
-
1609
- ---
1610
-
1611
- # v1.12.50 (Mon Nov 20 2023)
1612
-
1613
-
1614
-
1615
- ---
1616
-
1617
- # v1.12.49 (Fri Nov 17 2023)
1618
-
1619
- #### 🐛 Bug Fix
1620
-
1621
- - add onChange to Autocomplete [#125](https://github.com/veritone/design-system/pull/125) (mjanes@veritone.com)
1622
-
1623
- #### Authors: 1
1624
-
1625
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1626
-
1627
- ---
1628
-
1629
- # v1.12.48 (Wed Nov 15 2023)
1630
-
1631
- #### 🐛 Bug Fix
1632
-
1633
- - AutoTable v1.0-alpha [#121](https://github.com/veritone/design-system/pull/121) ([@tboley-vt](https://github.com/tboley-vt))
1634
-
1635
- #### Authors: 1
1636
-
1637
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1638
-
1639
- ---
1640
-
1641
- # v1.12.47 (Mon Nov 13 2023)
1642
-
1643
- #### 🐛 Bug Fix
1644
-
1645
- - Fix/revised file uploader [#124](https://github.com/veritone/design-system/pull/124) ([@tboley-vt](https://github.com/tboley-vt))
1646
- - Revised file uploader [#123](https://github.com/veritone/design-system/pull/123) ([@tboley-vt](https://github.com/tboley-vt))
1647
-
1648
- #### Authors: 1
1649
-
1650
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1651
-
1652
- ---
1653
-
1654
- # v1.12.46 (Mon Nov 13 2023)
1655
-
1656
- #### 🐛 Bug Fix
1657
-
1658
- - Added next.js support by removing type: module package.json field [#122](https://github.com/veritone/design-system/pull/122) ([@tboley-vt](https://github.com/tboley-vt))
1659
-
1660
- #### Authors: 1
1661
-
1662
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1663
-
1664
- ---
1665
-
1666
- # v1.12.45 (Fri Nov 03 2023)
1667
-
1668
- #### 🐛 Bug Fix
1669
-
1670
- - Feature/table pagination [#120](https://github.com/veritone/design-system/pull/120) (mjanes@veritone.com [@tboley-vt](https://github.com/tboley-vt))
1671
-
1672
- #### Authors: 2
1673
-
1674
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1675
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1676
-
1677
- ---
1678
-
1679
- # v1.12.42 (Tue Oct 31 2023)
1680
-
1681
- #### 🐛 Bug Fix
1682
-
1683
- - Simplified file uploader to use new async generator method [#119](https://github.com/veritone/design-system/pull/119) ([@tboley-vt](https://github.com/tboley-vt))
1684
- - Update deploy.yml to disable autodeploy [#118](https://github.com/veritone/design-system/pull/118) ([@tboley-vt](https://github.com/tboley-vt))
1685
- - add on change [#117](https://github.com/veritone/design-system/pull/117) (mjanes@veritone.com)
1686
-
1687
- #### Authors: 2
1688
-
1689
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1690
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1691
-
1692
- ---
1693
-
1694
- # v1.12.42 (Tue Oct 31 2023)
1695
-
1696
- #### 🐛 Bug Fix
1697
-
1698
- - Simplified file uploader to use new async generator method [#119](https://github.com/veritone/design-system/pull/119) ([@tboley-vt](https://github.com/tboley-vt))
1699
- - Update deploy.yml to disable autodeploy [#118](https://github.com/veritone/design-system/pull/118) ([@tboley-vt](https://github.com/tboley-vt))
1700
- - add on change [#117](https://github.com/veritone/design-system/pull/117) (mjanes@veritone.com)
1701
-
1702
- #### Authors: 2
1703
-
1704
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1705
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1706
-
1707
- ---
1708
-
1709
- # v1.12.41 (Mon Oct 23 2023)
1710
-
1711
- #### 🐛 Bug Fix
1712
-
1713
- - export autocomplete [#116](https://github.com/veritone/design-system/pull/116) (mjanes@veritone.com)
1714
-
1715
- #### Authors: 1
1716
-
1717
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1718
-
1719
- ---
1720
-
1721
- # v1.12.40 (Mon Oct 23 2023)
1722
-
1723
- #### 🐛 Bug Fix
1724
-
1725
- - Add autocomplete [#115](https://github.com/veritone/design-system/pull/115) (mjanes@veritone.com)
1726
-
1727
- #### Authors: 1
1728
-
1729
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1730
-
1731
- ---
1732
-
1733
- # v1.12.39 (Fri Oct 20 2023)
1734
-
1735
- #### 🐛 Bug Fix
1736
-
1737
- - Fixed eslint plugin cjs extension [#114](https://github.com/veritone/design-system/pull/114) ([@tboley-vt](https://github.com/tboley-vt))
1738
-
1739
- #### Authors: 1
1740
-
1741
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1742
-
1743
- ---
1744
-
1745
- # v1.12.38 (Thu Oct 19 2023)
1746
-
1747
- ---
1748
-
1749
- # v1.12.37 (Thu Oct 19 2023)
1750
-
1751
- #### 🐛 Bug Fix
1752
-
1753
- - Removed menu flyout background (that was also affecting selects) [#113](https://github.com/veritone/design-system/pull/113) ([@tboley-vt](https://github.com/tboley-vt))
1754
-
1755
- #### Authors: 1
1756
-
1757
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1758
-
1759
- ---
1760
-
1761
- # v1.12.36 (Mon Sep 18 2023)
1762
-
1763
- #### 🐛 Bug Fix
1764
-
1765
- - Transpiles to ES Module instead of CommonJS to support bundler treeshaking [#112](https://github.com/veritone/design-system/pull/112) ([@tboley-vt](https://github.com/tboley-vt))
1766
-
1767
- #### Authors: 1
1768
-
1769
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1770
-
1771
- ---
1772
-
1773
- # v1.12.35 (Fri Sep 08 2023)
1774
-
1775
- #### 🐛 Bug Fix
1776
-
1777
- - fix breadcrumbs to accept a link prop [#111](https://github.com/veritone/design-system/pull/111) (mjanes@veritone.com)
1778
-
1779
- #### Authors: 1
1780
-
1781
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1782
-
1783
- ---
1784
-
1785
- # v1.12.34 (Fri Sep 01 2023)
1786
-
1787
- ---
1788
-
1789
- # v1.12.33 (Fri Sep 01 2023)
1790
-
1791
- #### 🐛 Bug Fix
1792
-
1793
- - Updated sx prop to use correct theme import [#110](https://github.com/veritone/design-system/pull/110) ([@tboley-vt](https://github.com/tboley-vt))
1794
-
1795
- #### Authors: 1
1796
-
1797
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1798
-
1799
- ---
1800
-
1801
- # v1.12.32 (Fri Sep 01 2023)
1802
-
1803
- #### 🐛 Bug Fix
1804
-
1805
- - Feature/exported eslint config [#109](https://github.com/veritone/design-system/pull/109) ([@tboley-vt](https://github.com/tboley-vt))
1806
-
1807
- #### Authors: 1
1808
-
1809
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1810
-
1811
- ---
1812
-
1813
- # v1.12.30 (Fri Sep 01 2023)
1814
-
1815
- #### 🐛 Bug Fix
1816
-
1817
- - Feature/panel fixes [#107](https://github.com/veritone/design-system/pull/107) (mjanes@veritone.com)
1818
-
1819
- #### Authors: 1
1820
-
1821
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1822
-
1823
- ---
1824
-
1825
- # v1.12.30 (Fri Sep 01 2023)
1826
-
1827
- #### 🐛 Bug Fix
1828
-
1829
- - Feature/panel fixes [#107](https://github.com/veritone/design-system/pull/107) (mjanes@veritone.com)
1830
-
1831
- #### Authors: 1
1832
-
1833
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1834
-
1835
- ---
1836
-
1837
- # v1.12.29 (Fri Sep 01 2023)
1838
-
1839
- #### 🐛 Bug Fix
1840
-
1841
- - Fix/ignore idea [#108](https://github.com/veritone/design-system/pull/108) ([@tboley-vt](https://github.com/tboley-vt))
1842
- - Feature/button fixes [#106](https://github.com/veritone/design-system/pull/106) (mjanes@veritone.com)
1843
- - add subtitle [#105](https://github.com/veritone/design-system/pull/105) (mjanes@veritone.com)
1844
- - Feature/design system 1.1 [#104](https://github.com/veritone/design-system/pull/104) (mjanes@veritone.com [@tboley-vt](https://github.com/tboley-vt))
1845
- - fix table zero state height [#102](https://github.com/veritone/design-system/pull/102) (mjanes@veritone.com)
1846
-
1847
- #### Authors: 2
1848
-
1849
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1850
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1851
-
1852
- ---
1853
-
1854
- # v1.12.29 (Fri Sep 01 2023)
1855
-
1856
- #### 🐛 Bug Fix
1857
-
1858
- - Feature/button fixes [#106](https://github.com/veritone/design-system/pull/106) (mjanes@veritone.com)
1859
- - add subtitle [#105](https://github.com/veritone/design-system/pull/105) (mjanes@veritone.com)
1860
- - Feature/design system 1.1 [#104](https://github.com/veritone/design-system/pull/104) (mjanes@veritone.com [@tboley-vt](https://github.com/tboley-vt))
1861
- - fix table zero state height [#102](https://github.com/veritone/design-system/pull/102) (mjanes@veritone.com)
1862
-
1863
- #### Authors: 2
1864
-
1865
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1866
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1867
-
1868
- ---
1869
-
1870
- # v1.12.28 (Fri Aug 11 2023)
1871
-
1872
- #### 🐛 Bug Fix
1873
-
1874
- - Feature/fixes as i go [#101](https://github.com/veritone/design-system/pull/101) (mjanes@veritone.com)
1875
-
1876
- #### Authors: 1
1877
-
1878
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1879
-
1880
- ---
1881
-
1882
- # v1.12.27 (Fri Aug 11 2023)
1883
-
1884
- #### 🐛 Bug Fix
1885
-
1886
- - add buttons types [#100](https://github.com/veritone/design-system/pull/100) (mjanes@veritone.com)
1887
-
1888
- #### Authors: 1
1889
-
1890
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1891
-
1892
- ---
1893
-
1894
- # v1.12.26 (Thu Aug 03 2023)
1895
-
1896
- #### 🐛 Bug Fix
1897
-
1898
- - Feature/migrate theme to ds [#99](https://github.com/veritone/design-system/pull/99) (mjanes@veritone.com)
1899
-
1900
- #### Authors: 1
1901
-
1902
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1903
-
1904
- ---
1905
-
1906
- # v1.12.25 (Wed Aug 02 2023)
1907
-
1908
- #### 🐛 Bug Fix
1909
-
1910
- - Feature/migrate theme to ds [#98](https://github.com/veritone/design-system/pull/98) (mjanes@veritone.com)
1911
-
1912
- #### Authors: 1
1913
-
1914
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1915
-
1916
- ---
1917
-
1918
- # v1.12.24 (Mon Jul 17 2023)
1919
-
1920
- #### 🐛 Bug Fix
1921
-
1922
- - Feature/build process improvements (minor fixes) [#97](https://github.com/veritone/design-system/pull/97) ([@tboley-vt](https://github.com/tboley-vt))
1923
-
1924
- #### Authors: 1
1925
-
1926
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1927
-
1928
- ---
1929
-
1930
- # v1.12.23 (Mon Jul 17 2023)
1931
-
1932
- #### 🐛 Bug Fix
1933
-
1934
- - Build process improvements [#96](https://github.com/veritone/design-system/pull/96) ([@tboley-vt](https://github.com/tboley-vt))
1935
-
1936
- #### Authors: 1
1937
-
1938
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1939
-
1940
- ---
1941
-
1942
- # v1.12.22 (Fri Jul 14 2023)
1943
-
1944
- #### 🐛 Bug Fix
1945
-
1946
- - Fix/lib setup [#95](https://github.com/veritone/design-system/pull/95) ([@tboley-vt](https://github.com/tboley-vt))
1947
-
1948
- #### Authors: 1
1949
-
1950
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
1951
-
1952
- ---
1953
-
1954
- # v1.12.21 (Fri Jul 14 2023)
1955
-
1956
- #### 🐛 Bug Fix
1957
-
1958
- - WIP [#94](https://github.com/veritone/design-system/pull/94) (mjanes@veritone.com)
1959
- - fix exports to include missing components [#93](https://github.com/veritone/design-system/pull/93) (mjanes@veritone.com)
1960
- - Tabs now displaying corectly [#92](https://github.com/veritone/design-system/pull/92) (mjanes@veritone.com)
1961
-
1962
- #### Authors: 1
1963
-
1964
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1965
-
1966
- ---
1967
-
1968
- # v1.12.20 (Mon May 15 2023)
1969
-
1970
- #### 🐛 Bug Fix
1971
-
1972
- - Mui props ordering [#91](https://github.com/veritone/design-system/pull/91) (mjanes@veritone.com)
1973
-
1974
- #### Authors: 1
1975
-
1976
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1977
-
1978
- ---
1979
-
1980
- # v1.12.19 (Mon May 15 2023)
1981
-
1982
- #### 🐛 Bug Fix
1983
-
1984
- - change props order [#90](https://github.com/veritone/design-system/pull/90) (mjanes@veritone.com)
1985
-
1986
- #### Authors: 1
1987
-
1988
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
1989
-
1990
- ---
1991
-
1992
- # v1.12.18 (Thu May 11 2023)
1993
-
1994
- #### 🐛 Bug Fix
1995
-
1996
- - Added typescript declaration emit [#89](https://github.com/veritone/design-system/pull/89) ([@tboley-vt](https://github.com/tboley-vt))
1997
-
1998
- #### Authors: 1
1999
-
2000
- - Teo Boley VT ([@tboley-vt](https://github.com/tboley-vt))
2001
-
2002
- ---
2003
-
2004
- # v1.12.17 (Thu May 11 2023)
2005
-
2006
- #### 🐛 Bug Fix
2007
-
2008
- - add svg handler for node [#88](https://github.com/veritone/design-system/pull/88) (mjanes@veritone.com)
2009
-
2010
- #### Authors: 1
2011
-
2012
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2013
-
2014
- ---
2015
-
2016
- # v1.12.16 (Thu May 11 2023)
2017
-
2018
- #### 🐛 Bug Fix
2019
-
2020
- - add babel to work with old node versions [#87](https://github.com/veritone/design-system/pull/87) (mjanes@veritone.com)
2021
-
2022
- #### Authors: 1
2023
-
2024
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2025
-
2026
- ---
2027
-
2028
- # v1.12.15 (Wed May 10 2023)
2029
-
2030
- #### 🐛 Bug Fix
2031
-
2032
- - Feature/fix props [#86](https://github.com/veritone/design-system/pull/86) (mjanes@veritone.com)
2033
-
2034
- #### Authors: 1
2035
-
2036
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2037
-
2038
- ---
2039
-
2040
- # v1.12.14 (Tue May 09 2023)
2041
-
2042
- #### 🐛 Bug Fix
2043
-
2044
- - Fix props ordering [#85](https://github.com/veritone/design-system/pull/85) (mjanes@veritone.com)
2045
-
2046
- #### Authors: 1
2047
-
2048
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2049
-
2050
- ---
2051
-
2052
- # v1.12.13 (Tue May 02 2023)
2053
-
2054
- #### 🐛 Bug Fix
2055
-
2056
- - add svg assets to dist folder for prod npm [#84](https://github.com/veritone/design-system/pull/84) (mjanes@veritone.com)
2057
-
2058
- #### Authors: 1
2059
-
2060
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2061
-
2062
- ---
2063
-
2064
- # v1.12.12 (Mon May 01 2023)
2065
-
2066
- #### 🐛 Bug Fix
2067
-
2068
- - Feature/fix main errors [#83](https://github.com/veritone/design-system/pull/83) (mjanes@veritone.com)
2069
-
2070
- #### Authors: 1
2071
-
2072
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2073
-
2074
- ---
2075
-
2076
- # v1.12.11 (Mon May 01 2023)
2077
-
2078
- #### 🐛 Bug Fix
2079
-
2080
- - revert module file [#82](https://github.com/veritone/design-system/pull/82) (mjanes@veritone.com)
2081
- - Feature/fix npm errors [#79](https://github.com/veritone/design-system/pull/79) (mjanes@veritone.com)
2082
- - Fix module not found for resources [#78](https://github.com/veritone/design-system/pull/78) (mjanes@veritone.com)
2083
-
2084
- #### Authors: 1
2085
-
2086
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2087
-
2088
- ---
2089
-
2090
- # v1.12.10 (Mon May 01 2023)
2091
-
2092
- #### 🐛 Bug Fix
2093
-
2094
- - Feature/audio slider [#77](https://github.com/veritone/design-system/pull/77) (mjanes@veritone.com)
2095
-
2096
- #### Authors: 1
2097
-
2098
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2099
-
2100
- ---
2101
-
2102
- # v1.12.9 (Wed Mar 01 2023)
2103
-
2104
- #### 🐛 Bug Fix
2105
-
2106
- - Feature/vv 672 menu flyout component [#68](https://github.com/veritone/design-system/pull/68) ([@justicejessica](https://github.com/justicejessica) mjanes@veritone.com)
2107
-
2108
- #### Authors: 2
2109
-
2110
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
2111
- - Mike Janes (mjanes@veritone.com)
2112
-
2113
- ---
2114
-
2115
- # v1.12.8 (Wed Mar 01 2023)
2116
-
2117
- #### 🐛 Bug Fix
2118
-
2119
- - Add toast component in three variations [#67](https://github.com/veritone/design-system/pull/67) ([@kimmichurri](https://github.com/kimmichurri) mjanes@veritone.com)
2120
- - Feature/vv 818 breadcrumbs [#66](https://github.com/veritone/design-system/pull/66) (mjanes@veritone.com)
2121
- - VV-844 Create Linear Progress Component [#70](https://github.com/veritone/design-system/pull/70) ([@kimmichurri](https://github.com/kimmichurri))
2122
-
2123
- #### Authors: 2
2124
-
2125
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
2126
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2127
-
2128
- ---
2129
-
2130
- # v1.12.7 (Wed Feb 01 2023)
2131
-
2132
- #### 🐛 Bug Fix
2133
-
2134
- - add checklist item to PR template, add code coverage report on PR [#64](https://github.com/veritone/design-system/pull/64) ([@CodyMoore240](https://github.com/CodyMoore240))
2135
-
2136
- #### Authors: 1
2137
-
2138
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2139
-
2140
- ---
2141
-
2142
- # v1.12.6 (Wed Feb 01 2023)
2143
-
2144
- #### 🐛 Bug Fix
2145
-
2146
- - [VV-669] [Storybook] UtilityRail component [#73](https://github.com/veritone/design-system/pull/73) ([@GiovaniBiagi](https://github.com/GiovaniBiagi))
2147
-
2148
- #### Authors: 1
2149
-
2150
- - [@GiovaniBiagi](https://github.com/GiovaniBiagi)
2151
-
2152
- ---
2153
-
2154
- # v1.12.5 (Tue Jan 31 2023)
2155
-
2156
- #### 🐛 Bug Fix
2157
-
2158
- - VVT-23: [VV-670] [Storybook] Create ModelGridView component [#72](https://github.com/veritone/design-system/pull/72) ([@wandertorres](https://github.com/wandertorres))
2159
-
2160
- #### Authors: 1
2161
-
2162
- - Wander Torres ([@wandertorres](https://github.com/wandertorres))
2163
-
2164
- ---
2165
-
2166
- # v1.12.4 (Mon Jan 30 2023)
2167
-
2168
- #### 🐛 Bug Fix
2169
-
2170
- - fix(icon list item): adds children props to list item icon [#71](https://github.com/veritone/design-system/pull/71) (giuliane.oliveira@nave.rs [@GiulianeOliveira](https://github.com/GiulianeOliveira))
2171
-
2172
- #### Authors: 2
2173
-
2174
- - Giuliane ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2175
- - Giuliane Oliveira (giuliane.oliveira@nave.rs)
2176
-
2177
- ---
2178
-
2179
- # v1.12.3 (Thu Jan 26 2023)
2180
-
2181
- #### 🐛 Bug Fix
2182
-
2183
- - Fix/unitests [#65](https://github.com/veritone/design-system/pull/65) ([@wandertorres](https://github.com/wandertorres))
2184
-
2185
- #### Authors: 1
2186
-
2187
- - Wander Torres ([@wandertorres](https://github.com/wandertorres))
2188
-
2189
- ---
2190
-
2191
- # v1.12.2 (Thu Jan 26 2023)
2192
-
2193
- #### 🐛 Bug Fix
2194
-
2195
- - VVT-34: Search for imports that haven't come from Design System [#69](https://github.com/veritone/design-system/pull/69) (giuliane.oliveira@nave.rs [@GiulianeOliveira](https://github.com/GiulianeOliveira))
2196
-
2197
- #### Authors: 2
2198
-
2199
- - Giuliane ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2200
- - Giuliane Oliveira (giuliane.oliveira@nave.rs)
2201
-
2202
- ---
2203
-
2204
- # v1.12.1 (Fri Jan 13 2023)
2205
-
2206
- #### 🐛 Bug Fix
2207
-
2208
- - export Stepper [#63](https://github.com/veritone/design-system/pull/63) ([@CodyMoore240](https://github.com/CodyMoore240))
2209
-
2210
- #### Authors: 1
2211
-
2212
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2213
-
2214
- ---
2215
-
2216
- # v1.12.0 (Fri Jan 13 2023)
2217
-
2218
- #### 🚀 Enhancement
2219
-
2220
- - VV-808 Adjust step connector border color and add default prop for step [#59](https://github.com/veritone/design-system/pull/59) ([@kimmichurri](https://github.com/kimmichurri) [@CodyMoore240](https://github.com/CodyMoore240))
2221
-
2222
- #### Authors: 2
2223
-
2224
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2225
- - Kim Myers ([@kimmichurri](https://github.com/kimmichurri))
2226
-
2227
- ---
2228
-
2229
- # v1.11.2 (Thu Jan 12 2023)
2230
-
2231
- #### 🐛 Bug Fix
2232
-
2233
- - fix(index): exports all components in the index file [#62](https://github.com/veritone/design-system/pull/62) ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2234
-
2235
- #### Authors: 1
2236
-
2237
- - Giuliane ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2238
-
2239
- ---
2240
-
2241
- # v1.11.1 (Thu Jan 12 2023)
2242
-
2243
- #### 🐛 Bug Fix
2244
-
2245
- - Fix/tests: Prepare CI action to handle tests on their pipeline [#61](https://github.com/veritone/design-system/pull/61) ([@erickpeixoto](https://github.com/erickpeixoto))
2246
-
2247
- #### Authors: 1
2248
-
2249
- - Erick Eduardo ([@erickpeixoto](https://github.com/erickpeixoto))
2250
-
2251
- ---
2252
-
2253
- # v1.11.0 (Wed Jan 11 2023)
2254
-
2255
- #### 🚀 Enhancement
2256
-
2257
- - VVT-8: [VV-685] Create Modal component [#47](https://github.com/veritone/design-system/pull/47) ([@GiulianeOliveira](https://github.com/GiulianeOliveira) [@CodyMoore240](https://github.com/CodyMoore240))
2258
-
2259
- #### Authors: 2
2260
-
2261
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2262
- - Giuliane ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2263
-
2264
- ---
2265
-
2266
- # v1.9.0 (Wed Jan 11 2023)
2267
-
2268
- #### 🚀 Enhancement
2269
-
2270
- - Feature/vv 671 create status chip component [#56](https://github.com/veritone/design-system/pull/56) ([@justicejessica](https://github.com/justicejessica) [@CodyMoore240](https://github.com/CodyMoore240) [@erickpeixoto](https://github.com/erickpeixoto))
2271
- - Feature/vv 819 tabs [#57](https://github.com/veritone/design-system/pull/57) (mjanes@veritone.com)
2272
-
2273
- #### ⚠️ Pushed to `main`
2274
-
2275
- - chore: update PR template ([@CodyMoore240](https://github.com/CodyMoore240))
2276
-
2277
- #### Authors: 4
2278
-
2279
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2280
- - Erick Eduardo ([@erickpeixoto](https://github.com/erickpeixoto))
2281
- - Jessica Justice ([@justicejessica](https://github.com/justicejessica))
2282
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2283
-
2284
- ---
2285
-
2286
- # v1.8.0 (Tue Jan 10 2023)
2287
-
2288
- #### 🚀 Enhancement
2289
-
2290
- - VVT-16: Create Wrapper Component [#40](https://github.com/veritone/design-system/pull/40) ([@GiulianeOliveira](https://github.com/GiulianeOliveira) [@CodyMoore240](https://github.com/CodyMoore240))
2291
-
2292
- #### Authors: 2
2293
-
2294
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2295
- - Giuliane ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2296
-
2297
- ---
2298
-
2299
- # v1.7.1 (Tue Jan 10 2023)
2300
-
2301
- #### 🐛 Bug Fix
2302
-
2303
- - fix: no longer use sx prop in theme [#58](https://github.com/veritone/design-system/pull/58) ([@CodyMoore240](https://github.com/CodyMoore240))
2304
-
2305
- #### Authors: 1
2306
-
2307
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2308
-
2309
- ---
2310
-
2311
- # v1.7.0 (Tue Jan 10 2023)
2312
-
2313
- #### 🚀 Enhancement
2314
-
2315
- - VVT-6: [VV-682] Create Select component [#42](https://github.com/veritone/design-system/pull/42) ([@wandertorres](https://github.com/wandertorres))
2316
- - Feature/vv 820 progress indicator [#55](https://github.com/veritone/design-system/pull/55) (mjanes@veritone.com)
2317
-
2318
- #### Authors: 2
2319
-
2320
- - Mike Janes ([@MikeJDev](https://github.com/MikeJDev))
2321
- - Wander Torres ([@wandertorres](https://github.com/wandertorres))
2322
-
2323
- ---
2324
-
2325
- # v1.6.0 (Tue Jan 10 2023)
2326
-
2327
- #### 🚀 Enhancement
2328
-
2329
- - VVT-7: Create Input component [#39](https://github.com/veritone/design-system/pull/39) ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2330
-
2331
- #### Authors: 1
2332
-
2333
- - Giuliane ([@GiulianeOliveira](https://github.com/GiulianeOliveira))
2334
-
2335
- ---
2336
-
2337
- # v1.5.0 (Tue Jan 10 2023)
2338
-
2339
- #### 🚀 Enhancement
2340
-
2341
- - VVT-9: [VV-687] Create Checkbox component [#38](https://github.com/veritone/design-system/pull/38) ([@wandertorres](https://github.com/wandertorres) [@erickpeixoto](https://github.com/erickpeixoto))
2342
-
2343
- #### Authors: 2
2344
-
2345
- - Erick Eduardo ([@erickpeixoto](https://github.com/erickpeixoto))
2346
- - Wander Torres ([@wandertorres](https://github.com/wandertorres))
2347
-
2348
- ---
2349
-
2350
- # v1.4.0 (Tue Jan 10 2023)
2351
-
2352
- #### 🚀 Enhancement
2353
-
2354
- - VVT-10: [VV-688] Create RadioButton component [#44](https://github.com/veritone/design-system/pull/44) ([@GuilhermeFT](https://github.com/GuilhermeFT) [@CodyMoore240](https://github.com/CodyMoore240) [@erickpeixoto](https://github.com/erickpeixoto))
2355
-
2356
- #### Authors: 3
2357
-
2358
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2359
- - Erick Eduardo ([@erickpeixoto](https://github.com/erickpeixoto))
2360
- - Guilherme F. Trindade ([@GuilhermeFT](https://github.com/GuilhermeFT))
2361
-
2362
- ---
2363
-
2364
- # v1.3.1 (Mon Jan 09 2023)
2365
-
2366
- #### 🐛 Bug Fix
2367
-
2368
- - VVT-26: add prefix to all paths of design system project [#51](https://github.com/veritone/design-system/pull/51) ([@GuilhermeFT](https://github.com/GuilhermeFT))
2369
-
2370
- #### Authors: 1
2371
-
2372
- - Guilherme F. Trindade ([@GuilhermeFT](https://github.com/GuilhermeFT))
2373
-
2374
- ---
2375
-
2376
- # v1.3.0 (Thu Jan 05 2023)
2377
-
2378
- #### 🚀 Enhancement
2379
-
2380
- - VVT-5: [VV-639] Create FileUploader component [#41](https://github.com/veritone/design-system/pull/41) ([@GuilhermeFT](https://github.com/GuilhermeFT))
2381
-
2382
- #### Authors: 1
2383
-
2384
- - Guilherme F. Trindade ([@GuilhermeFT](https://github.com/GuilhermeFT))
2385
-
2386
- ---
2387
-
2388
- # v1.2.3 (Tue Jan 03 2023)
2389
-
2390
- #### 🐛 Bug Fix
2391
-
2392
- - Bugfix/structural [#49](https://github.com/veritone/design-system/pull/49) ([@GuilhermeFT](https://github.com/GuilhermeFT))
2393
-
2394
- #### Authors: 1
2395
-
2396
- - Guilherme F. Trindade ([@GuilhermeFT](https://github.com/GuilhermeFT))
2397
-
2398
- ---
2399
-
2400
- # v1.2.2 (Tue Dec 20 2022)
2401
-
2402
- #### ⚠️ Pushed to `main`
2403
-
2404
- - chore(structural): add fix to pre-push command for window OS ([@GuilhermeFT](https://github.com/GuilhermeFT))
2405
-
2406
- #### Authors: 1
2407
-
2408
- - Guilherme F. Trindade ([@GuilhermeFT](https://github.com/GuilhermeFT))
2409
-
2410
- ---
2411
-
2412
- # v1.2.1 (Tue Dec 20 2022)
2413
-
2414
- #### 🐛 Bug Fix
2415
-
2416
- - Chore/structural: New QA Process [#48](https://github.com/veritone/design-system/pull/48) ([@erickpeixoto](https://github.com/erickpeixoto))
2417
-
2418
- #### Authors: 1
2419
-
2420
- - Erick Eduardo ([@erickpeixoto](https://github.com/erickpeixoto))
2421
-
2422
- ---
2423
-
2424
- # v1.2.0 (Wed Dec 14 2022)
2425
-
2426
- #### 🚀 Enhancement
2427
-
2428
- - break out button portion of the theme [#45](https://github.com/veritone/design-system/pull/45) ([@CodyMoore240](https://github.com/CodyMoore240))
2429
-
2430
- #### Authors: 1
2431
-
2432
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2433
-
2434
- ---
2435
-
2436
- # v1.1.0 (Fri Dec 02 2022)
2437
-
2438
- #### 🚀 Enhancement
2439
-
2440
- - Feature/VVT-15 - Project Foundation [#35](https://github.com/veritone/design-system/pull/35) ([@GuilhermeFT](https://github.com/GuilhermeFT))
2441
-
2442
- #### Authors: 1
2443
-
2444
- - Guilherme F. Trindade ([@GuilhermeFT](https://github.com/GuilhermeFT))
2445
-
2446
- ---
2447
-
2448
- # v1.0.2 (Thu Nov 17 2022)
2449
-
2450
- #### 🐛 Bug Fix
2451
-
2452
- - add file generators [#34](https://github.com/veritone/design-system/pull/34) ([@CodyMoore240](https://github.com/CodyMoore240))
2453
-
2454
- #### Authors: 1
2455
-
2456
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2457
-
2458
- ---
2459
-
2460
- # v1.0.1 (Tue Nov 15 2022)
2461
-
2462
- #### 🐛 Bug Fix
2463
-
2464
- - remove second export statement [#32](https://github.com/veritone/design-system/pull/32) ([@CodyMoore240](https://github.com/CodyMoore240))
2465
-
2466
- #### Authors: 1
2467
-
2468
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2469
-
2470
- ---
2471
-
2472
- # v1.0.0 (Tue Oct 25 2022)
2473
-
2474
- #### 💥 Breaking Change
2475
-
2476
- - change padding on button text [#30](https://github.com/veritone/design-system/pull/30) ([@CodyMoore240](https://github.com/CodyMoore240))
2477
-
2478
- #### Authors: 1
2479
-
2480
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2481
-
2482
- ---
2483
-
2484
- # v0.9.26 (Mon Oct 24 2022)
2485
-
2486
- #### 🐛 Bug Fix
2487
-
2488
- - test no change PR [#29](https://github.com/veritone/design-system/pull/29) ([@CodyMoore240](https://github.com/CodyMoore240))
2489
-
2490
- #### Authors: 1
2491
-
2492
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2493
-
2494
- ---
2495
-
2496
- # v0.9.25 (Mon Oct 24 2022)
2497
-
2498
- #### 🐛 Bug Fix
2499
-
2500
- - add to Get Started Section [#28](https://github.com/veritone/design-system/pull/28) ([@CodyMoore240](https://github.com/CodyMoore240))
2501
-
2502
- #### ⚠️ Pushed to `main`
2503
-
2504
- - Merge remote-tracking branch 'origin/main' into main ([@CodyMoore240](https://github.com/CodyMoore240))
2505
- - change deploy workflow ([@CodyMoore240](https://github.com/CodyMoore240))
2506
-
2507
- #### Authors: 1
2508
-
2509
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2510
-
2511
- ---
2512
-
2513
- # v0.9.24 (Mon Oct 24 2022)
2514
-
2515
- #### 🐛 Bug Fix
2516
-
2517
- - add section to README [#27](https://github.com/veritone/design-system/pull/27) ([@CodyMoore240](https://github.com/CodyMoore240))
2518
-
2519
- #### Authors: 1
2520
-
2521
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2522
-
2523
- ---
2524
-
2525
- # v0.9.23 (Thu Oct 20 2022)
2526
-
2527
- #### 🐛 Bug Fix
2528
-
2529
- - remove s [#26](https://github.com/veritone/design-system/pull/26) ([@CodyMoore240](https://github.com/CodyMoore240))
2530
-
2531
- #### Authors: 1
2532
-
2533
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2534
-
2535
- ---
2536
-
2537
- # v0.9.22 (Wed Oct 19 2022)
2538
-
2539
- #### 🐛 Bug Fix
2540
-
2541
- - add s [#25](https://github.com/veritone/design-system/pull/25) ([@CodyMoore240](https://github.com/CodyMoore240))
2542
-
2543
- #### Authors: 1
2544
-
2545
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2546
-
2547
- ---
2548
-
2549
- # v0.9.21 (Wed Oct 19 2022)
2550
-
2551
- #### 🐛 Bug Fix
2552
-
2553
- - text change [#23](https://github.com/veritone/design-system/pull/23) ([@CodyMoore240](https://github.com/CodyMoore240))
2554
-
2555
- #### Authors: 1
2556
-
2557
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2558
-
2559
- ---
2560
-
2561
- # v0.9.20 (Wed Oct 19 2022)
2562
-
2563
- #### 🐛 Bug Fix
2564
-
2565
- - remove box, test change [#22](https://github.com/veritone/design-system/pull/22) ([@CodyMoore240](https://github.com/CodyMoore240))
2566
- - remove box [#21](https://github.com/veritone/design-system/pull/21) ([@CodyMoore240](https://github.com/CodyMoore240) runner@fv-az278-55.nowaiimkoolevpdf3f3lgehyfh.jx.internal.cloudapp.net)
2567
- - add box [#19](https://github.com/veritone/design-system/pull/19) ([@CodyMoore240](https://github.com/CodyMoore240))
2568
-
2569
- #### Authors: 2
2570
-
2571
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2572
- - Veritone (runner@fv-az278-55.nowaiimkoolevpdf3f3lgehyfh.jx.internal.cloudapp.net)
2573
-
2574
- ---
2575
-
2576
- # v0.9.17 (Wed Oct 19 2022)
2577
-
2578
- #### 🐛 Bug Fix
2579
-
2580
- - add box [#19](https://github.com/veritone/design-system/pull/19) ([@CodyMoore240](https://github.com/CodyMoore240))
2581
- - Feature/button layout [#18](https://github.com/veritone/design-system/pull/18) ([@CodyMoore240](https://github.com/CodyMoore240))
2582
-
2583
- #### Authors: 1
2584
-
2585
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2586
-
2587
- ---
2588
-
2589
- # v0.9.16 (Wed Oct 12 2022)
2590
-
2591
- #### 🐛 Bug Fix
2592
-
2593
- - add chromatic link [#17](https://github.com/veritone/design-system/pull/17) ([@CodyMoore240](https://github.com/CodyMoore240))
2594
-
2595
- #### Authors: 1
2596
-
2597
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2598
-
2599
- ---
2600
-
2601
- # v0.9.15 (Wed Oct 12 2022)
2602
-
2603
- #### 🐛 Bug Fix
2604
-
2605
- - edit README [#15](https://github.com/veritone/design-system/pull/15) ([@CodyMoore240](https://github.com/CodyMoore240))
2606
-
2607
- #### Authors: 1
2608
-
2609
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2610
-
2611
- ---
2612
-
2613
- # v0.9.14 (Tue Oct 11 2022)
2614
-
2615
- #### 🐛 Bug Fix
2616
-
2617
- - Feature/update readme [#14](https://github.com/veritone/design-system/pull/14) ([@CodyMoore240](https://github.com/CodyMoore240))
2618
-
2619
- #### Authors: 1
2620
-
2621
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2622
-
2623
- ---
2624
-
2625
- # v0.9.12 (Tue Oct 11 2022)
2626
-
2627
- #### 🐛 Bug Fix
2628
-
2629
- - remove small button, change chromatic flow to trigger on main [#13](https://github.com/veritone/design-system/pull/13) ([@CodyMoore240](https://github.com/CodyMoore240))
2630
- - Release [#12](https://github.com/veritone/design-system/pull/12) ([@CodyMoore240](https://github.com/CodyMoore240))
2631
-
2632
- #### Authors: 1
2633
-
2634
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2635
-
2636
- ---
2637
-
2638
- # v0.9.11 (Fri Oct 07 2022)
2639
-
2640
- #### 🐛 Bug Fix
2641
-
2642
- - Release [#10](https://github.com/veritone/design-system/pull/10) ([@CodyMoore240](https://github.com/CodyMoore240))
2643
- - release [#9](https://github.com/veritone/design-system/pull/9) ([@CodyMoore240](https://github.com/CodyMoore240))
2644
- - Release to Prod [#6](https://github.com/veritone/design-system/pull/6) ([@CodyMoore240](https://github.com/CodyMoore240))
2645
-
2646
- #### ⚠️ Pushed to `main`
2647
-
2648
- - trigger workflow ([@CodyMoore240](https://github.com/CodyMoore240))
2649
- - change name ([@CodyMoore240](https://github.com/CodyMoore240))
2650
- - test deploy workflow ([@CodyMoore240](https://github.com/CodyMoore240))
2651
- - clear out ([@CodyMoore240](https://github.com/CodyMoore240))
2652
- - Initial commit ([@CodyMoore240](https://github.com/CodyMoore240))
2653
-
2654
- #### Authors: 1
2655
-
2656
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))
2657
-
2658
- ---
2659
-
2660
- # v0.9.0 (Wed Oct 05 2022)
2661
-
2662
- - Created first version of the design system, with `Button`, and `ThemeProvider` components.
2663
-
2664
- #### Authors: 1
2665
-
2666
- - Cody Moore ([@CodyMoore240](https://github.com/CodyMoore240))