@memori.ai/memori-react 6.1.5 → 6.1.7
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 +14 -0
- package/dist/components/ChatBubble/ChatBubble.css +2 -2
- package/dist/components/LoginDrawer/LoginDrawer.css +6 -2
- package/esm/components/ChatBubble/ChatBubble.css +2 -2
- package/esm/components/LoginDrawer/LoginDrawer.css +6 -2
- package/package.json +1 -1
- package/src/components/ChatBubble/ChatBubble.css +2 -2
- package/src/components/LoginDrawer/LoginDrawer.css +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [6.1.7](https://github.com/memori-ai/memori-react/compare/v6.1.6...v6.1.7) (2024-04-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* chat bubble content text size ([b781eb4](https://github.com/memori-ai/memori-react/commit/b781eb4c3e219292ef475adca680b2fb5b9201f4))
|
|
9
|
+
|
|
10
|
+
## [6.1.6](https://github.com/memori-ai/memori-react/compare/v6.1.5...v6.1.6) (2024-04-02)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* disabled signup margins ([6abe01d](https://github.com/memori-ai/memori-react/commit/6abe01d4577b4ec849442d59bd884e9d8eb2b152))
|
|
16
|
+
|
|
3
17
|
## [6.1.5](https://github.com/memori-ai/memori-react/compare/v6.1.4...v6.1.5) (2024-03-29)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
background: var(--memori-chat-bubble-bg, #ffffff60);
|
|
27
27
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
|
28
28
|
color: #141515;
|
|
29
|
-
|
|
29
|
+
font-size: 0.85em;
|
|
30
|
+
line-height: 1.33;
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
.memori-chat--bubble-container.memori-chat--with-addon .memori-chat--bubble {
|
|
@@ -67,7 +68,6 @@
|
|
|
67
68
|
.memori-chat--bubble p {
|
|
68
69
|
margin-top: 0;
|
|
69
70
|
margin-bottom: 0;
|
|
70
|
-
font-size: 0.75em;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.memori-chat--bubble ul,
|
|
@@ -79,6 +79,10 @@ p.memori--login-drawer--error {
|
|
|
79
79
|
margin-top: 1rem;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
margin-top: 1.
|
|
82
|
+
.memori--login-drawer--signup {
|
|
83
|
+
margin-top: 1.5rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.memori--login-drawer--signup p:not(:last-of-type) {
|
|
87
|
+
margin-bottom: 0.5rem;
|
|
84
88
|
}
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
background: var(--memori-chat-bubble-bg, #ffffff60);
|
|
27
27
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
|
28
28
|
color: #141515;
|
|
29
|
-
|
|
29
|
+
font-size: 0.85em;
|
|
30
|
+
line-height: 1.33;
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
.memori-chat--bubble-container.memori-chat--with-addon .memori-chat--bubble {
|
|
@@ -67,7 +68,6 @@
|
|
|
67
68
|
.memori-chat--bubble p {
|
|
68
69
|
margin-top: 0;
|
|
69
70
|
margin-bottom: 0;
|
|
70
|
-
font-size: 0.75em;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.memori-chat--bubble ul,
|
|
@@ -79,6 +79,10 @@ p.memori--login-drawer--error {
|
|
|
79
79
|
margin-top: 1rem;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
margin-top: 1.
|
|
82
|
+
.memori--login-drawer--signup {
|
|
83
|
+
margin-top: 1.5rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.memori--login-drawer--signup p:not(:last-of-type) {
|
|
87
|
+
margin-bottom: 0.5rem;
|
|
84
88
|
}
|
package/package.json
CHANGED
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
background: var(--memori-chat-bubble-bg, #ffffff60);
|
|
27
27
|
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
|
28
28
|
color: #141515;
|
|
29
|
-
|
|
29
|
+
font-size: 0.85em;
|
|
30
|
+
line-height: 1.33;
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
.memori-chat--bubble-container.memori-chat--with-addon .memori-chat--bubble {
|
|
@@ -67,7 +68,6 @@
|
|
|
67
68
|
.memori-chat--bubble p {
|
|
68
69
|
margin-top: 0;
|
|
69
70
|
margin-bottom: 0;
|
|
70
|
-
font-size: 0.75em;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.memori-chat--bubble ul,
|
|
@@ -79,6 +79,10 @@ p.memori--login-drawer--error {
|
|
|
79
79
|
margin-top: 1rem;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
margin-top: 1.
|
|
82
|
+
.memori--login-drawer--signup {
|
|
83
|
+
margin-top: 1.5rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.memori--login-drawer--signup p:not(:last-of-type) {
|
|
87
|
+
margin-bottom: 0.5rem;
|
|
84
88
|
}
|