@flozy/editor 1.8.0 → 1.8.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { MdFormatQuote, MdFormatAlignLeft, MdFormatAlignCenter, MdFormatAlignRight, MdFormatListNumbered, MdFormatListBulleted, MdAdd, MdArrowForward, MdEmojiEmotions, MdOutlinePermMedia } from "react-icons/md";
|
3
|
-
import { BsTypeH1, BsTypeH2, BsTypeH3, BsCameraVideoFill, BsArrowBarRight, BsArrowBarLeft } from "react-icons/bs";
|
3
|
+
import { BsTypeH1, BsTypeH2, BsTypeH3, BsCameraVideoFill, BsArrowBarRight, BsArrowBarLeft, BsFillMenuButtonWideFill } from "react-icons/bs";
|
4
4
|
import { FaSuperscript, FaSubscript } from "react-icons/fa";
|
5
5
|
import { FcAddRow, FcAddColumn } from "react-icons/fc";
|
6
6
|
import { AiFillEdit, AiOutlineInsertRowBelow, AiOutlineInsertRowRight, AiOutlineDelete, AiFillTag, AiOutlineUpload, AiOutlineArrowsAlt, AiOutlineInsertRowAbove, AiOutlineInsertRowLeft, AiFillHtml5 } from "react-icons/ai";
|
@@ -183,7 +183,10 @@ const iconList = {
|
|
183
183
|
}),
|
184
184
|
appHeader: /*#__PURE__*/_jsx(AppHeader, {}),
|
185
185
|
moreHorizantal: /*#__PURE__*/_jsx(MoreHorizontal, {}),
|
186
|
-
docsUpload: /*#__PURE__*/_jsx(DocsUpload, {})
|
186
|
+
docsUpload: /*#__PURE__*/_jsx(DocsUpload, {}),
|
187
|
+
colorbox: /*#__PURE__*/_jsx(BsFillMenuButtonWideFill, {
|
188
|
+
size: 20
|
189
|
+
})
|
187
190
|
};
|
188
191
|
const Icon = props => {
|
189
192
|
const {
|