@memori.ai/memori-react 8.13.1 → 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,6 +1,8 @@
1
1
 
2
2
 
3
- ## [8.13.1](https://github.com/memori-ai/memori-react/compare/v8.13.0...v8.13.1) (2025-12-22)
3
+ ## [8.13.3](https://github.com/memori-ai/memori-react/compare/v8.13.2...v8.13.3) (2025-12-22)
4
+
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
 
6
8
  ### Bug Fixes
@@ -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;
@@ -11,7 +11,6 @@
11
11
  font-family: var(--memori-font-family);
12
12
  font-size: 14px;
13
13
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
14
- max-width: 45px;
15
14
  }
16
15
  .memori-button--active {
17
16
  background: var(--memori-primary);
@@ -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;
@@ -11,7 +11,6 @@
11
11
  font-family: var(--memori-font-family);
12
12
  font-size: 14px;
13
13
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
14
- max-width: 45px;
15
14
  }
16
15
  .memori-button--active {
17
16
  background: var(--memori-primary);
@@ -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.1",
2
+ "version": "8.13.3",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -3,7 +3,7 @@
3
3
  exports[`renders client 1`] = `
4
4
  <div>
5
5
  <div
6
- data-rht-toaster=""
6
+ id="_rht_toaster"
7
7
  style="position: fixed; z-index: 9999; top: 16px; left: 16px; right: 16px; bottom: 16px; pointer-events: none;"
8
8
  />
9
9
  <div
@@ -22,7 +22,7 @@ exports[`renders client 1`] = `
22
22
  exports[`renders client with all the props 1`] = `
23
23
  <div>
24
24
  <div
25
- data-rht-toaster=""
25
+ id="_rht_toaster"
26
26
  style="position: fixed; z-index: 9999; top: 16px; left: 16px; right: 16px; bottom: 16px; pointer-events: none;"
27
27
  />
28
28
  <div
@@ -41,7 +41,7 @@ exports[`renders client with all the props 1`] = `
41
41
  exports[`renders client with audio disabled 1`] = `
42
42
  <div>
43
43
  <div
44
- data-rht-toaster=""
44
+ id="_rht_toaster"
45
45
  style="position: fixed; z-index: 9999; top: 16px; left: 16px; right: 16px; bottom: 16px; pointer-events: none;"
46
46
  />
47
47
  <div
@@ -60,7 +60,7 @@ exports[`renders client with audio disabled 1`] = `
60
60
  exports[`renders client with whiteListedDomains on allowed domains 1`] = `
61
61
  <div>
62
62
  <div
63
- data-rht-toaster=""
63
+ id="_rht_toaster"
64
64
  style="position: fixed; z-index: 9999; top: 16px; left: 16px; right: 16px; bottom: 16px; pointer-events: none;"
65
65
  />
66
66
  <div
@@ -79,7 +79,7 @@ exports[`renders client with whiteListedDomains on allowed domains 1`] = `
79
79
  exports[`renders client with whiteListedDomains on not allowed domains 1`] = `
80
80
  <div>
81
81
  <div
82
- data-rht-toaster=""
82
+ id="_rht_toaster"
83
83
  style="position: fixed; z-index: 9999; top: 16px; left: 16px; right: 16px; bottom: 16px; pointer-events: none;"
84
84
  />
85
85
  <div
@@ -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;
@@ -11,7 +11,6 @@
11
11
  font-family: var(--memori-font-family);
12
12
  font-size: 14px;
13
13
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
14
- max-width: 45px;
15
14
  }
16
15
  .memori-button--active {
17
16
  background: var(--memori-primary);
@@ -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 {