@memori.ai/memori-react 8.17.0 → 8.17.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,5 +1,9 @@
1
1
 
2
2
 
3
+ ## [8.17.2](https://github.com/memori-ai/memori-react/compare/v8.17.1...v8.17.2) (2026-02-01)
4
+
5
+ ## [8.17.1](https://github.com/memori-ai/memori-react/compare/v8.17.0...v8.17.1) (2026-01-31)
6
+
3
7
  ## [8.17.0](https://github.com/memori-ai/memori-react/compare/v8.16.1...v8.17.0) (2026-01-31)
4
8
 
5
9
 
@@ -1,5 +1,6 @@
1
+ /* Above website assistant and other fixed UI (same max z-index so modal stacks on top by DOM order) */
1
2
  .age-verification-modal {
2
- z-index: 9999;
3
+ z-index: 2147483647;
3
4
  }
4
5
 
5
6
  .age-verification-modal,
@@ -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-content: center;
451
+ align-self: 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
+ border: 0px !important;
463
+ box-shadow: none !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.0";
1
+ export declare const version = "8.17.2";
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '8.17.0';
4
+ exports.version = '8.17.2';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,6 @@
1
+ /* Above website assistant and other fixed UI (same max z-index so modal stacks on top by DOM order) */
1
2
  .age-verification-modal {
2
- z-index: 9999;
3
+ z-index: 2147483647;
3
4
  }
4
5
 
5
6
  .age-verification-modal,
@@ -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-content: center;
451
+ align-self: 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
+ border: 0px !important;
463
+ box-shadow: none !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.0";
1
+ export declare const version = "8.17.2";
package/esm/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '8.17.0';
1
+ export const version = '8.17.2';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.17.0",
2
+ "version": "8.17.2",
3
3
  "name": "@memori.ai/memori-react",
4
4
  "author": "Memori Srl",
5
5
  "main": "dist/index.js",
@@ -1,5 +1,6 @@
1
+ /* Above website assistant and other fixed UI (same max z-index so modal stacks on top by DOM order) */
1
2
  .age-verification-modal {
2
- z-index: 9999;
3
+ z-index: 2147483647;
3
4
  }
4
5
 
5
6
  .age-verification-modal,
@@ -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-content: center;
451
+ align-self: 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
+ border: 0px !important;
463
+ box-shadow: none !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.0';
2
+ export const version = '8.17.2';