mr-chat-bird 1.0.11 → 1.0.12
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.
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4914,7 +4914,7 @@ function CustomRichTextEditor({
|
|
|
4914
4914
|
color: "#333",
|
|
4915
4915
|
className: "mrchat-mainActionEmojiIcon"
|
|
4916
4916
|
},
|
|
4917
|
-
/* @__PURE__ */ import_react4.default.createElement(AddReaction_default,
|
|
4917
|
+
/* @__PURE__ */ import_react4.default.createElement("img", { src: AddReaction_default, alt: "Add", width: 16, height: 16 })
|
|
4918
4918
|
)
|
|
4919
4919
|
}
|
|
4920
4920
|
), /* @__PURE__ */ import_react4.default.createElement(
|
|
@@ -4927,7 +4927,7 @@ function CustomRichTextEditor({
|
|
|
4927
4927
|
className: "mrchat-mainTextFormatIcon",
|
|
4928
4928
|
onClick: () => setShowToolbar((prev) => !prev)
|
|
4929
4929
|
},
|
|
4930
|
-
/* @__PURE__ */ import_react4.default.createElement(TextFormat_default,
|
|
4930
|
+
/* @__PURE__ */ import_react4.default.createElement("img", { src: TextFormat_default, alt: "Text Format", width: 16, height: 16 })
|
|
4931
4931
|
), /* @__PURE__ */ import_react4.default.createElement(
|
|
4932
4932
|
import_core5.ActionIcon,
|
|
4933
4933
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -4906,7 +4906,7 @@ function CustomRichTextEditor({
|
|
|
4906
4906
|
color: "#333",
|
|
4907
4907
|
className: "mrchat-mainActionEmojiIcon"
|
|
4908
4908
|
},
|
|
4909
|
-
/* @__PURE__ */ React4.createElement(AddReaction_default,
|
|
4909
|
+
/* @__PURE__ */ React4.createElement("img", { src: AddReaction_default, alt: "Add", width: 16, height: 16 })
|
|
4910
4910
|
)
|
|
4911
4911
|
}
|
|
4912
4912
|
), /* @__PURE__ */ React4.createElement(
|
|
@@ -4919,7 +4919,7 @@ function CustomRichTextEditor({
|
|
|
4919
4919
|
className: "mrchat-mainTextFormatIcon",
|
|
4920
4920
|
onClick: () => setShowToolbar((prev) => !prev)
|
|
4921
4921
|
},
|
|
4922
|
-
/* @__PURE__ */ React4.createElement(TextFormat_default,
|
|
4922
|
+
/* @__PURE__ */ React4.createElement("img", { src: TextFormat_default, alt: "Text Format", width: 16, height: 16 })
|
|
4923
4923
|
), /* @__PURE__ */ React4.createElement(
|
|
4924
4924
|
ActionIcon,
|
|
4925
4925
|
{
|