@memori.ai/memori-react 8.17.0 → 8.17.1
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 +2 -0
- package/dist/components/layouts/website-assistant.css +12 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/components/layouts/website-assistant.css +12 -3
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +1 -1
- package/src/components/layouts/website-assistant.css +12 -3
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
border-radius: 50%;
|
|
57
57
|
-webkit-backdrop-filter: blur(10px);
|
|
58
58
|
backdrop-filter: blur(10px);
|
|
59
|
-
background: transparent !important;
|
|
60
59
|
box-shadow: none !important;
|
|
61
60
|
cursor: pointer;
|
|
62
61
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -446,12 +445,22 @@
|
|
|
446
445
|
margin: 0 auto;
|
|
447
446
|
}
|
|
448
447
|
|
|
448
|
+
.memori-wesite_assistant-layout--controls .memori--start-panel {
|
|
449
|
+
flex: 1;
|
|
450
|
+
align-self: center;
|
|
451
|
+
align-content: center;
|
|
452
|
+
border: 0px;
|
|
453
|
+
box-shadow: none !important;
|
|
454
|
+
}
|
|
455
|
+
|
|
449
456
|
.memori-website_assistant-layout--controls .memori-chat--wrapper {
|
|
450
457
|
display: flex;
|
|
451
458
|
min-height: 0;
|
|
452
459
|
flex: 1;
|
|
453
460
|
flex-direction: column;
|
|
454
461
|
padding: 0.75rem;
|
|
462
|
+
box-shadow: none !important;
|
|
463
|
+
border: 0px !important;
|
|
455
464
|
}
|
|
456
465
|
|
|
457
466
|
.memori-website_assistant-layout--controls .memori--start-panel {
|
|
@@ -580,7 +589,7 @@
|
|
|
580
589
|
}
|
|
581
590
|
|
|
582
591
|
@media (max-width: 870px) {
|
|
583
|
-
.memori-website_assistant-layout .memori-header{
|
|
592
|
+
.memori-website_assistant-layout .memori-header {
|
|
584
593
|
max-width: 64px;
|
|
585
594
|
margin-right: 1rem;
|
|
586
595
|
margin-left: auto;
|
|
@@ -621,4 +630,4 @@
|
|
|
621
630
|
height: 48px;
|
|
622
631
|
padding: 0.875rem;
|
|
623
632
|
}
|
|
624
|
-
}
|
|
633
|
+
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.17.
|
|
1
|
+
export declare const version = "8.17.1";
|
package/dist/version.js
CHANGED
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
border-radius: 50%;
|
|
57
57
|
-webkit-backdrop-filter: blur(10px);
|
|
58
58
|
backdrop-filter: blur(10px);
|
|
59
|
-
background: transparent !important;
|
|
60
59
|
box-shadow: none !important;
|
|
61
60
|
cursor: pointer;
|
|
62
61
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -446,12 +445,22 @@
|
|
|
446
445
|
margin: 0 auto;
|
|
447
446
|
}
|
|
448
447
|
|
|
448
|
+
.memori-wesite_assistant-layout--controls .memori--start-panel {
|
|
449
|
+
flex: 1;
|
|
450
|
+
align-self: center;
|
|
451
|
+
align-content: center;
|
|
452
|
+
border: 0px;
|
|
453
|
+
box-shadow: none !important;
|
|
454
|
+
}
|
|
455
|
+
|
|
449
456
|
.memori-website_assistant-layout--controls .memori-chat--wrapper {
|
|
450
457
|
display: flex;
|
|
451
458
|
min-height: 0;
|
|
452
459
|
flex: 1;
|
|
453
460
|
flex-direction: column;
|
|
454
461
|
padding: 0.75rem;
|
|
462
|
+
box-shadow: none !important;
|
|
463
|
+
border: 0px !important;
|
|
455
464
|
}
|
|
456
465
|
|
|
457
466
|
.memori-website_assistant-layout--controls .memori--start-panel {
|
|
@@ -580,7 +589,7 @@
|
|
|
580
589
|
}
|
|
581
590
|
|
|
582
591
|
@media (max-width: 870px) {
|
|
583
|
-
.memori-website_assistant-layout .memori-header{
|
|
592
|
+
.memori-website_assistant-layout .memori-header {
|
|
584
593
|
max-width: 64px;
|
|
585
594
|
margin-right: 1rem;
|
|
586
595
|
margin-left: auto;
|
|
@@ -621,4 +630,4 @@
|
|
|
621
630
|
height: 48px;
|
|
622
631
|
padding: 0.875rem;
|
|
623
632
|
}
|
|
624
|
-
}
|
|
633
|
+
}
|
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.17.
|
|
1
|
+
export declare const version = "8.17.1";
|
package/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '8.17.
|
|
1
|
+
export const version = '8.17.1';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
border-radius: 50%;
|
|
57
57
|
-webkit-backdrop-filter: blur(10px);
|
|
58
58
|
backdrop-filter: blur(10px);
|
|
59
|
-
background: transparent !important;
|
|
60
59
|
box-shadow: none !important;
|
|
61
60
|
cursor: pointer;
|
|
62
61
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -446,12 +445,22 @@
|
|
|
446
445
|
margin: 0 auto;
|
|
447
446
|
}
|
|
448
447
|
|
|
448
|
+
.memori-wesite_assistant-layout--controls .memori--start-panel {
|
|
449
|
+
flex: 1;
|
|
450
|
+
align-self: center;
|
|
451
|
+
align-content: center;
|
|
452
|
+
border: 0px;
|
|
453
|
+
box-shadow: none !important;
|
|
454
|
+
}
|
|
455
|
+
|
|
449
456
|
.memori-website_assistant-layout--controls .memori-chat--wrapper {
|
|
450
457
|
display: flex;
|
|
451
458
|
min-height: 0;
|
|
452
459
|
flex: 1;
|
|
453
460
|
flex-direction: column;
|
|
454
461
|
padding: 0.75rem;
|
|
462
|
+
box-shadow: none !important;
|
|
463
|
+
border: 0px !important;
|
|
455
464
|
}
|
|
456
465
|
|
|
457
466
|
.memori-website_assistant-layout--controls .memori--start-panel {
|
|
@@ -580,7 +589,7 @@
|
|
|
580
589
|
}
|
|
581
590
|
|
|
582
591
|
@media (max-width: 870px) {
|
|
583
|
-
.memori-website_assistant-layout .memori-header{
|
|
592
|
+
.memori-website_assistant-layout .memori-header {
|
|
584
593
|
max-width: 64px;
|
|
585
594
|
margin-right: 1rem;
|
|
586
595
|
margin-left: auto;
|
|
@@ -621,4 +630,4 @@
|
|
|
621
630
|
height: 48px;
|
|
622
631
|
padding: 0.875rem;
|
|
623
632
|
}
|
|
624
|
-
}
|
|
633
|
+
}
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export const version = '8.17.
|
|
2
|
+
export const version = '8.17.1';
|