@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 +2 -0
- package/dist/components/AgeVerificationModal/AgeVerificationModal.css +2 -1
- package/dist/components/layouts/website-assistant.css +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.css +2 -1
- package/esm/components/layouts/website-assistant.css +2 -2
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +1 -1
- package/src/components/AgeVerificationModal/AgeVerificationModal.css +2 -1
- package/src/components/layouts/website-assistant.css +2 -2
- package/src/version.ts +1 -1
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)
|
|
@@ -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
|
+
export declare const version = "8.17.2";
|
package/dist/version.js
CHANGED
|
@@ -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
|
+
export declare const version = "8.17.2";
|
package/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '8.17.
|
|
1
|
+
export const version = '8.17.2';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -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.
|
|
2
|
+
export const version = '8.17.2';
|