@memori.ai/memori-webcomponent 7.30.2 → 7.31.1
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/memori-webcomponent.js +4 -4
- package/package.json +2 -2
- package/dist/index.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memori.ai/memori-webcomponent",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.31.1",
|
|
4
4
|
"description": "WebComponent to integrate a Memori in your app or website",
|
|
5
5
|
"author": "Memori Srl",
|
|
6
6
|
"source": "src/index.tsx",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"util": "^0.12.3"
|
|
220
220
|
},
|
|
221
221
|
"dependencies": {
|
|
222
|
-
"@memori.ai/memori-react": "^7.
|
|
222
|
+
"@memori.ai/memori-react": "^7.31.1",
|
|
223
223
|
"react": "17.0.2",
|
|
224
224
|
"react-dom": "17.0.2"
|
|
225
225
|
}
|
package/dist/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
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}}
|