@memori.ai/memori-react 8.13.2 → 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 +4 -0
- package/dist/components/ChatInputs/ChatInputs.css +5 -0
- package/dist/components/ui/Button.css +1 -1
- package/esm/components/ChatInputs/ChatInputs.css +5 -0
- package/esm/components/ui/Button.css +1 -1
- package/package.json +1 -1
- package/src/components/ChatInputs/ChatInputs.css +5 -0
- package/src/components/ui/Button.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
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
|
+
|
|
5
|
+
## [8.13.3](https://github.com/memori-ai/memori-react/compare/v8.13.2...v8.13.3) (2025-12-22)
|
|
6
|
+
|
|
3
7
|
## [8.13.2](https://github.com/memori-ai/memori-react/compare/v8.13.0...v8.13.2) (2025-12-22)
|
|
4
8
|
|
|
5
9
|
|
|
@@ -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,6 +231,7 @@
|
|
|
227
231
|
color: #000;
|
|
228
232
|
}
|
|
229
233
|
|
|
234
|
+
|
|
230
235
|
/* Send button styling - ChatGPT style */
|
|
231
236
|
.memori-chat-inputs--send-btn {
|
|
232
237
|
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 {
|
|
@@ -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,6 +231,7 @@
|
|
|
227
231
|
color: #000;
|
|
228
232
|
}
|
|
229
233
|
|
|
234
|
+
|
|
230
235
|
/* Send button styling - ChatGPT style */
|
|
231
236
|
.memori-chat-inputs--send-btn {
|
|
232
237
|
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
|
@@ -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,6 +231,7 @@
|
|
|
227
231
|
color: #000;
|
|
228
232
|
}
|
|
229
233
|
|
|
234
|
+
|
|
230
235
|
/* Send button styling - ChatGPT style */
|
|
231
236
|
.memori-chat-inputs--send-btn {
|
|
232
237
|
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 {
|