@memori.ai/memori-react 8.13.2 → 8.13.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
 
2
2
 
3
+ ## [8.13.3](https://github.com/memori-ai/memori-react/compare/v8.13.2...v8.13.3) (2025-12-22)
4
+
3
5
  ## [8.13.2](https://github.com/memori-ai/memori-react/compare/v8.13.0...v8.13.2) (2025-12-22)
4
6
 
5
7
 
@@ -227,6 +227,10 @@
227
227
  color: #000;
228
228
  }
229
229
 
230
+ .memori-chat-inputs--send{
231
+ max-width: 45px;
232
+ }
233
+
230
234
  /* Send button styling - ChatGPT style */
231
235
  .memori-chat-inputs--send-btn {
232
236
  display: flex;
@@ -1,6 +1,5 @@
1
1
  .memori-button {
2
2
  display: inline-flex;
3
- max-width: 45px;
4
3
  align-items: center;
5
4
  justify-content: center;
6
5
  padding: 4px 15px;
@@ -136,6 +135,7 @@
136
135
  padding: 0.75em;
137
136
  border-radius: 50%;
138
137
  aspect-ratio: 1/1;
138
+
139
139
  }
140
140
 
141
141
  .memori-button--icon {
@@ -227,6 +227,10 @@
227
227
  color: #000;
228
228
  }
229
229
 
230
+ .memori-chat-inputs--send{
231
+ max-width: 45px;
232
+ }
233
+
230
234
  /* Send button styling - ChatGPT style */
231
235
  .memori-chat-inputs--send-btn {
232
236
  display: flex;
@@ -1,6 +1,5 @@
1
1
  .memori-button {
2
2
  display: inline-flex;
3
- max-width: 45px;
4
3
  align-items: center;
5
4
  justify-content: center;
6
5
  padding: 4px 15px;
@@ -136,6 +135,7 @@
136
135
  padding: 0.75em;
137
136
  border-radius: 50%;
138
137
  aspect-ratio: 1/1;
138
+
139
139
  }
140
140
 
141
141
  .memori-button--icon {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.13.2",
2
+ "version": "8.13.3",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -227,6 +227,10 @@
227
227
  color: #000;
228
228
  }
229
229
 
230
+ .memori-chat-inputs--send{
231
+ max-width: 45px;
232
+ }
233
+
230
234
  /* Send button styling - ChatGPT style */
231
235
  .memori-chat-inputs--send-btn {
232
236
  display: flex;
@@ -1,6 +1,5 @@
1
1
  .memori-button {
2
2
  display: inline-flex;
3
- max-width: 45px;
4
3
  align-items: center;
5
4
  justify-content: center;
6
5
  padding: 4px 15px;
@@ -136,6 +135,7 @@
136
135
  padding: 0.75em;
137
136
  border-radius: 50%;
138
137
  aspect-ratio: 1/1;
138
+
139
139
  }
140
140
 
141
141
  .memori-button--icon {