@memori.ai/memori-webcomponent 7.8.7 → 7.9.0
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 +14 -0
- package/dist/index.css +1 -0
- package/dist/memori-webcomponent.js +18 -18
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [7.9.0](https://github.com/memori-ai/memori-webcomponent/compare/v7.8.8...v7.9.0) (2024-11-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update memori-react ([4131d49](https://github.com/memori-ai/memori-webcomponent/commit/4131d49963f8773b16752d54457c2fce393c9925))
|
|
9
|
+
|
|
10
|
+
## [7.8.8](https://github.com/memori-ai/memori-webcomponent/compare/v7.8.7...v7.8.8) (2024-11-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Maintenance
|
|
14
|
+
|
|
15
|
+
* update memori-react ([898934a](https://github.com/memori-ai/memori-webcomponent/commit/898934acc120150f7944982b61b8ad2311a9fbd0))
|
|
16
|
+
|
|
3
17
|
## [7.8.7](https://github.com/memori-ai/memori-webcomponent/compare/v7.8.6...v7.8.7) (2024-11-11)
|
|
4
18
|
|
|
5
19
|
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.memori--position-controls{z-index:1000;width:350px;max-width:90%;height:300px;-webkit-backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--memori-inner-bg,#fff);text-align:left;border-radius:16px;flex-direction:column;gap:.5rem;padding:16px;display:flex;position:fixed;top:65px;left:15px;transform:none;box-shadow:0 4px 20px #00000026}.memori--slider-container{flex-direction:column;gap:.75rem;padding:8px 0;display:flex}.memori--slider-label{margin-bottom:4px;font-size:1rem}.memori--preset-buttons{flex-direction:row;justify-content:space-between;gap:8px;margin-top:8px;display:flex}.memori--preset-buttons button{min-height:36px;flex:1;padding:8px 4px;font-size:.9rem}.memori--position-controls-close{background-color:var(--memori-inner-bg,#fff);border-radius:50%;position:absolute;top:-25px;right:-30px}.memori--position-controls-close-button{min-width:36px;min-height:36px;padding:8px}@media screen and (max-width:480px){.memori--position-controls{width:280px;bottom:80px;right:10px}.memori--preset-buttons button{padding:6px 4px;font-size:.85rem}.memori--slider-container{padding:6px 0}}@media screen and (min-height:800px){.memori--position-controls{bottom:120px}.memori--slider-label{font-size:1.1rem}.memori--preset-buttons button{padding:10px 6px;font-size:1rem}}
|