@memori.ai/memori-webcomponent 8.1.29 → 8.1.31
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 +16 -0
- package/dist/index.css +1 -1
- package/dist/memori-webcomponent.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [8.1.31](https://github.com/memori-ai/memori-webcomponent/compare/v8.1.30...v8.1.31) (2026-02-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* update memori-react ([cd65001](https://github.com/memori-ai/memori-webcomponent/commit/cd650011bafbcdd37489048e641b5db369d90e8a))
|
|
9
|
+
* update memori-react ([571e2bf](https://github.com/memori-ai/memori-webcomponent/commit/571e2bff824b1ecc3705862804cdf8fee2df44f2))
|
|
10
|
+
* update memori-react ([a7e88ac](https://github.com/memori-ai/memori-webcomponent/commit/a7e88ace868395a8d4c1ca7901dcf91ea2d37193))
|
|
11
|
+
|
|
12
|
+
## [8.1.30](https://github.com/memori-ai/memori-webcomponent/compare/v8.1.29...v8.1.30) (2026-02-12)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Maintenance
|
|
16
|
+
|
|
17
|
+
* update memori-react ([775eeac](https://github.com/memori-ai/memori-webcomponent/commit/775eeac61bbd93e53621c49556a3cca08d5fa461))
|
|
18
|
+
|
|
3
19
|
## [8.1.29](https://github.com/memori-ai/memori-webcomponent/compare/v8.1.28...v8.1.29) (2026-02-01)
|
|
4
20
|
|
|
5
21
|
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.memori-content-preview-modal.memori-modal .memori-modal--panel{background:var(--memori-content-preview-bg,#fafafa);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}.memori-content-preview-modal--image.memori-modal .memori-modal--panel{min-width:min(600px,100vw)}.memori-content-preview-modal .memori-modal--title{border-bottom:1px solid var(--memori-content-preview-border,#0000000f);color:var(--memori-content-preview-title,#1f2937);letter-spacing:-.01em;padding:1rem 1.25rem .75rem;font-size:1rem;font-weight:600}.memori-content-preview-modal .memori-modal--close{top:.75rem;right:.75rem}.memori-content-preview-modal .memori-modal--close button{background:var(--memori-content-preview-close-bg,#0000000d);border-radius:10px;transition:background .2s,transform .15s}.memori-content-preview-modal .memori-modal--close button:hover{background:var(--memori-content-preview-close-hover,#0000001a);transform:scale(1.05)}.memori-content-preview-modal--body{max-height:70vh;padding:1.25rem;overflow:auto}.memori-content-preview-modal--body--image{min-height:400px;background:var(--memori-content-preview-image-bg,#f3f4f6);justify-content:center;align-items:center;padding:1.5rem;display:flex}.memori-content-preview-modal--body--content{padding:1rem 1.25rem}.memori-content-preview-modal--image-wrap{width:100%;min-width:0;justify-content:center;align-items:center;display:flex}.memori-content-preview-modal--image{width:100%;height:100%;max-height:70vh;object-fit:contain;border-radius:8px}.memori-content-preview-modal--snippet-wrap{min-height:120px;border:1px solid var(--memori-content-preview-snippet-border,#e2e8f0);background:var(--memori-content-preview-snippet-bg,#f8fafc);color:var(--memori-content-preview-snippet-text,#334155);white-space:pre-wrap;word-break:break-word;border-radius:12px;font-family:SF Mono,Fira Code,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.memori-content-preview-modal--snippet-wrap .memori-snippet{box-shadow:none;background:0 0;border:none;border-radius:12px}.memori-content-preview-modal--snippet-wrap .memori-snippet--content pre{overflow-wrap:break-word;word-break:break-word;padding:1rem 1.25rem;white-space:pre-wrap!important}.memori-content-preview-modal--snippet-wrap .memori-snippet--content pre code{overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap!important}
|
|
1
|
+
.memori-content-preview-modal.memori-modal,.memori-content-preview-modal.memori-modal .memori-modal--backdrop,.memori-content-preview-modal.memori-modal .memori-modal--container{z-index:10001}.memori-content-preview-modal.memori-modal .memori-modal--panel{z-index:10001;min-width:500px;min-height:500px;max-height:80vh;background:var(--memori-content-preview-bg,#fafafa);border-radius:16px;overflow-x:hidden;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}.memori-content-preview-modal--image.memori-modal .memori-modal--panel{min-width:min(600px,100vw)}.memori-content-preview-modal .memori-modal--title{border-bottom:1px solid var(--memori-content-preview-border,#0000000f);color:var(--memori-content-preview-title,#1f2937);letter-spacing:-.01em;padding:1rem 1.25rem .75rem;font-size:1rem;font-weight:600}.memori-content-preview-modal .memori-modal--close{top:.75rem;right:.75rem}.memori-content-preview-modal .memori-modal--close button{background:var(--memori-content-preview-close-bg,#0000000d);border-radius:10px;transition:background .2s,transform .15s}.memori-content-preview-modal .memori-modal--close button:hover{background:var(--memori-content-preview-close-hover,#0000001a);transform:scale(1.05)}.memori-content-preview-modal--body{max-height:70vh;padding:1.25rem;overflow:auto}.memori-content-preview-modal--body--image{min-height:400px;background:var(--memori-content-preview-image-bg,#f3f4f6);justify-content:center;align-items:center;padding:1.5rem;display:flex}.memori-content-preview-modal--body--content{padding:1rem 1.25rem}.memori-content-preview-modal--image-wrap{width:100%;min-width:0;justify-content:center;align-items:center;display:flex}.memori-content-preview-modal--image{width:100%;height:100%;max-height:70vh;object-fit:contain;border-radius:8px}.memori-content-preview-modal--snippet-wrap{min-height:120px;border:1px solid var(--memori-content-preview-snippet-border,#e2e8f0);background:var(--memori-content-preview-snippet-bg,#f8fafc);color:var(--memori-content-preview-snippet-text,#334155);white-space:pre-wrap;word-break:break-word;border-radius:12px;font-family:SF Mono,Fira Code,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.memori-content-preview-modal--snippet-wrap .memori-snippet{box-shadow:none;background:0 0;border:none;border-radius:12px}.memori-content-preview-modal--snippet-wrap .memori-snippet--content pre{overflow-wrap:break-word;word-break:break-word;padding:1rem 1.25rem;white-space:pre-wrap!important}.memori-content-preview-modal--snippet-wrap .memori-snippet--content pre code{overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap!important}
|