@athenaintel/react 0.7.1 → 0.7.3

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/styles.css CHANGED
@@ -114,9 +114,10 @@
114
114
  margin-bottom: 0;
115
115
  }
116
116
 
117
- /* ── Images in messages — fixed small thumbnail ──────────────────── */
118
- .aui-user-message-content img,
119
- .aui-assistant-message-content img {
117
+ /* ── Images in prose/markdown messages — fixed small thumbnail ────── */
118
+ /* Scoped to .prose so tool UI images (charts, plots) are not affected. */
119
+ .aui-user-message-content .prose img,
120
+ .aui-assistant-message-content .prose img {
120
121
  width: 64px !important;
121
122
  height: 64px !important;
122
123
  border-radius: 0.375rem !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@athenaintel/react",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Athena React SDK — Build AI-powered chat applications with the Athena platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",