@memori.ai/memori-react 8.13.3 → 8.13.4

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.4](https://github.com/memori-ai/memori-react/compare/v8.13.3...v8.13.4) (2025-12-22)
4
+
3
5
  ## [8.13.3](https://github.com/memori-ai/memori-react/compare/v8.13.2...v8.13.3) (2025-12-22)
4
6
 
5
7
  ## [8.13.2](https://github.com/memori-ai/memori-react/compare/v8.13.0...v8.13.2) (2025-12-22)
@@ -28,6 +28,10 @@
28
28
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
29
29
  }
30
30
 
31
+ .memori-chat-inputs--send, .memori-chat-inputs > .memori-button{
32
+ max-width: 45px;
33
+ }
34
+
31
35
  .memori-chat-inputs:disabled {
32
36
  opacity: 0.5;
33
37
  pointer-events: none;
@@ -227,9 +231,6 @@
227
231
  color: #000;
228
232
  }
229
233
 
230
- .memori-chat-inputs--send{
231
- max-width: 45px;
232
- }
233
234
 
234
235
  /* Send button styling - ChatGPT style */
235
236
  .memori-chat-inputs--send-btn {
@@ -28,6 +28,10 @@
28
28
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
29
29
  }
30
30
 
31
+ .memori-chat-inputs--send, .memori-chat-inputs > .memori-button{
32
+ max-width: 45px;
33
+ }
34
+
31
35
  .memori-chat-inputs:disabled {
32
36
  opacity: 0.5;
33
37
  pointer-events: none;
@@ -227,9 +231,6 @@
227
231
  color: #000;
228
232
  }
229
233
 
230
- .memori-chat-inputs--send{
231
- max-width: 45px;
232
- }
233
234
 
234
235
  /* Send button styling - ChatGPT style */
235
236
  .memori-chat-inputs--send-btn {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.13.3",
2
+ "version": "8.13.4",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -28,6 +28,10 @@
28
28
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
29
29
  }
30
30
 
31
+ .memori-chat-inputs--send, .memori-chat-inputs > .memori-button{
32
+ max-width: 45px;
33
+ }
34
+
31
35
  .memori-chat-inputs:disabled {
32
36
  opacity: 0.5;
33
37
  pointer-events: none;
@@ -227,9 +231,6 @@
227
231
  color: #000;
228
232
  }
229
233
 
230
- .memori-chat-inputs--send{
231
- max-width: 45px;
232
- }
233
234
 
234
235
  /* Send button styling - ChatGPT style */
235
236
  .memori-chat-inputs--send-btn {