@ai-matrx/messaging 0.10.3 → 0.10.4
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/CHANGELOG.md +12 -0
- package/dist/react.cjs +1 -2
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +1 -2
- package/dist/react.js.map +1 -1
- package/dist/styles.css +11 -0
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -2968,8 +2968,7 @@ function MessageBubble(props) {
|
|
|
2968
2968
|
"button",
|
|
2969
2969
|
{
|
|
2970
2970
|
type: "button",
|
|
2971
|
-
className: "mx-msg__button mx-msg__button--ghost",
|
|
2972
|
-
style: { minWidth: 24, minHeight: 24, fontSize: 13 },
|
|
2971
|
+
className: "mx-msg__button mx-msg__button--ghost mx-msg__message-action",
|
|
2973
2972
|
onClick: () => props.onReply?.(message),
|
|
2974
2973
|
"aria-label": "Reply",
|
|
2975
2974
|
children: /* @__PURE__ */ jsx4(ReplyIcon, {})
|