@flozy/editor 1.8.0 → 1.8.1

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.
@@ -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 {
@@ -49,7 +49,7 @@ const ELEMENTS_LIST = [{
49
49
  desc: "",
50
50
  group: "Text",
51
51
  icon: /*#__PURE__*/_jsx(Icon, {
52
- icon: "blockquote"
52
+ icon: "colorbox"
53
53
  }),
54
54
  onInsert: editor => toggleBlock(editor, "blockquote", false, {
55
55
  bgColor: "rgb(227, 236, 255)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"