@memori.ai/memori-react 8.6.0 → 8.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
2
 
3
+ ## [8.6.1](https://github.com/memori-ai/memori-react/compare/v8.6.0...v8.6.1) (2025-09-15)
4
+
3
5
  ## [8.6.0](https://github.com/memori-ai/memori-react/compare/v8.5.2...v8.6.0) (2025-09-15)
4
6
 
5
7
 
@@ -112,10 +112,12 @@
112
112
 
113
113
  /* Markdown Preview */
114
114
  .memori-artifact-preview-markdown {
115
+ height: 100%;
115
116
  padding: 1rem;
116
117
  color: var(--memori-text-color, #333);
117
118
  font-family: var(--memori-font-family);
118
119
  line-height: 1.6;
120
+ overflow-y: scroll;
119
121
  }
120
122
 
121
123
  .memori-artifact-preview-markdown h1,
@@ -112,10 +112,12 @@
112
112
 
113
113
  /* Markdown Preview */
114
114
  .memori-artifact-preview-markdown {
115
+ height: 100%;
115
116
  padding: 1rem;
116
117
  color: var(--memori-text-color, #333);
117
118
  font-family: var(--memori-font-family);
118
119
  line-height: 1.6;
120
+ overflow-y: scroll;
119
121
  }
120
122
 
121
123
  .memori-artifact-preview-markdown h1,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.6.0",
2
+ "version": "8.6.1",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -112,10 +112,12 @@
112
112
 
113
113
  /* Markdown Preview */
114
114
  .memori-artifact-preview-markdown {
115
+ height: 100%;
115
116
  padding: 1rem;
116
117
  color: var(--memori-text-color, #333);
117
118
  font-family: var(--memori-font-family);
118
119
  line-height: 1.6;
120
+ overflow-y: scroll;
119
121
  }
120
122
 
121
123
  .memori-artifact-preview-markdown h1,