@memori.ai/memori-react 8.13.1 → 8.13.2

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,6 @@
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.2](https://github.com/memori-ai/memori-react/compare/v8.13.0...v8.13.2) (2025-12-22)
4
4
 
5
5
 
6
6
  ### Bug Fixes
@@ -1,5 +1,6 @@
1
1
  .memori-button {
2
2
  display: inline-flex;
3
+ max-width: 45px;
3
4
  align-items: center;
4
5
  justify-content: center;
5
6
  padding: 4px 15px;
@@ -11,7 +12,6 @@
11
12
  font-family: var(--memori-font-family);
12
13
  font-size: 14px;
13
14
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
14
- max-width: 45px;
15
15
  }
16
16
  .memori-button--active {
17
17
  background: var(--memori-primary);
@@ -1,5 +1,6 @@
1
1
  .memori-button {
2
2
  display: inline-flex;
3
+ max-width: 45px;
3
4
  align-items: center;
4
5
  justify-content: center;
5
6
  padding: 4px 15px;
@@ -11,7 +12,6 @@
11
12
  font-family: var(--memori-font-family);
12
13
  font-size: 14px;
13
14
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
14
- max-width: 45px;
15
15
  }
16
16
  .memori-button--active {
17
17
  background: var(--memori-primary);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.13.1",
2
+ "version": "8.13.2",
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
@@ -1,5 +1,6 @@
1
1
  .memori-button {
2
2
  display: inline-flex;
3
+ max-width: 45px;
3
4
  align-items: center;
4
5
  justify-content: center;
5
6
  padding: 4px 15px;
@@ -11,7 +12,6 @@
11
12
  font-family: var(--memori-font-family);
12
13
  font-size: 14px;
13
14
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
14
- max-width: 45px;
15
15
  }
16
16
  .memori-button--active {
17
17
  background: var(--memori-primary);