Skip to content

Commit

Permalink
Merge pull request #14208 from ckeditor/ck/14205
Browse files Browse the repository at this point in the history
Fix (ui): Fixed way how code exports the `colorPaletteIcon` icon, which could result with a broken build. Closes #14205.
  • Loading branch information
mlewand committed May 22, 2023
2 parents 478d1a8 + 59967c9 commit 046e379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ckeditor5-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export { default as BlockToolbar } from './toolbar/block/blocktoolbar';
export { default as View, type UIViewRenderEvent } from './view';
export { default as ViewCollection } from './viewcollection';

export { default as ColorPaletteIcon } from '../theme/icons/color-palette.svg';
import { default as colorPaletteIcon } from '../theme/icons/color-palette.svg';

export const icons = {
colorPaletteIcon
};

import './augmentation';

0 comments on commit 046e379

Please sign in to comment.