Skip to content

Commit

Permalink
refactor: usage of the preview-io package
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Apr 27, 2022
1 parent b9d92d1 commit 1c594f2
Show file tree
Hide file tree
Showing 15 changed files with 87 additions and 1,086 deletions.
149 changes: 82 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@sentry/browser": "^6.17.7",
"@tinymce/tinymce-react": "^3.13.0",
"@zextras/carbonio-design-system": "^0.3.0",
"@zextras/carbonio-ui-preview": "^0.1.3",
"@zextras/carbonio-ui-preview": "^0.1.4",
"darkreader": "4.9.44",
"history": "^5.2.0",
"i18next": "21.6.10",
Expand Down
3 changes: 2 additions & 1 deletion src/boot/app/shared-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import * as ZappUI from '@zextras/carbonio-design-system';
import * as StyledComponents from 'styled-components';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import * as Preview from '../../preview';
// import * as Preview from '../../preview';
import * as Preview from '@zextras/carbonio-ui-preview';

import { IShellWindow } from '../../../types';

Expand Down
11 changes: 0 additions & 11 deletions src/preview/components/ContainerWithGap.tsx

This file was deleted.

Loading

0 comments on commit 1c594f2

Please sign in to comment.