@opencxh/ui-kit 3.112.0 → 3.112.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.
@@ -13,9 +13,12 @@ export interface MessageBubbleProps {
13
13
  */
14
14
  tone?: "default" | "warning" | "note";
15
15
  /**
16
- * Layout only — width and padding. Those differ per surface (a chat bubble
17
- * hugs its text, an email card fills the column and pads its own sections),
18
- * so the component owns the shape and the caller owns the box.
16
+ * Layout only — padding, flex behaviour, margins.
17
+ *
18
+ * Not width: the bubble caps its own, because `cn` is plain clsx with no
19
+ * tailwind-merge, so a `max-w-*` passed here would not reliably beat the
20
+ * default — both land in the class list and CSS order decides. A message
21
+ * that runs the full width of the thread stops reading as a message.
19
22
  */
20
23
  className?: string;
21
24
  children: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/ui-kit",
3
- "version": "3.112.0",
3
+ "version": "3.112.1",
4
4
  "description": "Theme-aware UI component library for OpenCXH platform",
5
5
  "type": "module",
6
6
  "exports": {