@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog — `@ai-matrx/messaging`
2
2
 
3
+ ## 0.10.4 — 2026-09-08
4
+
5
+ ### Fixed
6
+
7
+ - Message-level Reply controls retain their compact 24px desktop treatment but expose the full
8
+ 44px package touch target at phone widths. The visible icon is unchanged; the interactive
9
+ control no longer violates the mobile tap floor.
10
+
11
+ ### Consumer action (C28)
12
+
13
+ None. Upgrade to receive the responsive message-action target.
14
+
3
15
  ## 0.10.3 — 2026-09-08
4
16
 
5
17
  ### Fixed
package/dist/react.cjs CHANGED
@@ -3056,8 +3056,7 @@ function MessageBubble(props) {
3056
3056
  "button",
3057
3057
  {
3058
3058
  type: "button",
3059
- className: "mx-msg__button mx-msg__button--ghost",
3060
- style: { minWidth: 24, minHeight: 24, fontSize: 13 },
3059
+ className: "mx-msg__button mx-msg__button--ghost mx-msg__message-action",
3061
3060
  onClick: () => props.onReply?.(message),
3062
3061
  "aria-label": "Reply",
3063
3062
  children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(ReplyIcon, {})