@veritone-ce/design-system 1.12.11 → 1.12.12

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.
@@ -12,8 +12,8 @@ import { menuFlyoutTheme, menuItemTheme } from '../components/MenuFlyout/menuFly
12
12
  import modalTheme from '../components/Modal/modal.theme';
13
13
  import linearProgress from '../components/LinearProgress/linearProgress.theme';
14
14
  import CheckCircleIcon from '@mui/icons-material/CheckCircle';
15
- import InformationIcon from '../resources/icons/information.svg';
16
- import WarningIcon from '../resources/icons/warning.svg';
15
+ import InformationIcon from './information.svg';
16
+ import WarningIcon from './warning.svg';
17
17
  import ErrorIcon from '@mui/icons-material/Cancel';
18
18
  export const colors = {
19
19
  brand: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "1.12.11",
3
+ "version": "1.12.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "yarn storybook",