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 authored and pomek committed May 23, 2023
1 parent 56cbda7 commit 42001f7
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 42001f7

Please # to comment.