@memori.ai/memori-react 7.21.0 → 7.21.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,12 @@
1
1
 
2
2
 
3
+ ## [7.21.1](https://github.com/memori-ai/memori-react/compare/v7.21.0...v7.21.1) (2025-03-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * chat bubble headings color inherit ([4b342df](https://github.com/memori-ai/memori-react/commit/4b342df452a66422d7d6d8b5118895a907b98f1b))
9
+
3
10
  ## [7.21.0](https://github.com/memori-ai/memori-react/compare/v7.19.2...v7.21.0) (2025-03-17)
4
11
 
5
12
 
@@ -98,6 +98,15 @@
98
98
  color: var(--memori-primary-text);
99
99
  }
100
100
 
101
+ .memori-chat--bubble h1,
102
+ .memori-chat--bubble h2,
103
+ .memori-chat--bubble h3,
104
+ .memori-chat--bubble h4,
105
+ .memori-chat--bubble h5,
106
+ .memori-chat--bubble h6 {
107
+ color: inherit;
108
+ }
109
+
101
110
  @media (max-width: 600px) {
102
111
  .memori-chat--bubble p {
103
112
  font-size: 12px;
@@ -98,6 +98,15 @@
98
98
  color: var(--memori-primary-text);
99
99
  }
100
100
 
101
+ .memori-chat--bubble h1,
102
+ .memori-chat--bubble h2,
103
+ .memori-chat--bubble h3,
104
+ .memori-chat--bubble h4,
105
+ .memori-chat--bubble h5,
106
+ .memori-chat--bubble h6 {
107
+ color: inherit;
108
+ }
109
+
101
110
  @media (max-width: 600px) {
102
111
  .memori-chat--bubble p {
103
112
  font-size: 12px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.21.0",
2
+ "version": "7.21.1",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -98,6 +98,15 @@
98
98
  color: var(--memori-primary-text);
99
99
  }
100
100
 
101
+ .memori-chat--bubble h1,
102
+ .memori-chat--bubble h2,
103
+ .memori-chat--bubble h3,
104
+ .memori-chat--bubble h4,
105
+ .memori-chat--bubble h5,
106
+ .memori-chat--bubble h6 {
107
+ color: inherit;
108
+ }
109
+
101
110
  @media (max-width: 600px) {
102
111
  .memori-chat--bubble p {
103
112
  font-size: 12px;