@memori.ai/memori-react 8.17.1 → 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,7 @@
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
+
3
5
  ## [8.17.1](https://github.com/memori-ai/memori-react/compare/v8.17.0...v8.17.1) (2026-01-31)
4
6
 
5
7
  ## [8.17.0](https://github.com/memori-ai/memori-react/compare/v8.16.1...v8.17.0) (2026-01-31)
@@ -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,
@@ -447,8 +447,8 @@
447
447
 
448
448
  .memori-wesite_assistant-layout--controls .memori--start-panel {
449
449
  flex: 1;
450
- align-self: center;
451
450
  align-content: center;
451
+ align-self: center;
452
452
  border: 0px;
453
453
  box-shadow: none !important;
454
454
  }
@@ -459,8 +459,8 @@
459
459
  flex: 1;
460
460
  flex-direction: column;
461
461
  padding: 0.75rem;
462
- box-shadow: none !important;
463
462
  border: 0px !important;
463
+ box-shadow: none !important;
464
464
  }
465
465
 
466
466
  .memori-website_assistant-layout--controls .memori--start-panel {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "8.17.1";
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.1';
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,
@@ -447,8 +447,8 @@
447
447
 
448
448
  .memori-wesite_assistant-layout--controls .memori--start-panel {
449
449
  flex: 1;
450
- align-self: center;
451
450
  align-content: center;
451
+ align-self: center;
452
452
  border: 0px;
453
453
  box-shadow: none !important;
454
454
  }
@@ -459,8 +459,8 @@
459
459
  flex: 1;
460
460
  flex-direction: column;
461
461
  padding: 0.75rem;
462
- box-shadow: none !important;
463
462
  border: 0px !important;
463
+ box-shadow: none !important;
464
464
  }
465
465
 
466
466
  .memori-website_assistant-layout--controls .memori--start-panel {
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "8.17.1";
1
+ export declare const version = "8.17.2";
package/esm/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '8.17.1';
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.1",
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,
@@ -447,8 +447,8 @@
447
447
 
448
448
  .memori-wesite_assistant-layout--controls .memori--start-panel {
449
449
  flex: 1;
450
- align-self: center;
451
450
  align-content: center;
451
+ align-self: center;
452
452
  border: 0px;
453
453
  box-shadow: none !important;
454
454
  }
@@ -459,8 +459,8 @@
459
459
  flex: 1;
460
460
  flex-direction: column;
461
461
  padding: 0.75rem;
462
- box-shadow: none !important;
463
462
  border: 0px !important;
463
+ box-shadow: none !important;
464
464
  }
465
465
 
466
466
  .memori-website_assistant-layout--controls .memori--start-panel {
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.1';
2
+ export const version = '8.17.2';