mnemosyne-core 2.1.11 → 2.1.12
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/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +1 -1
- package/dist/cli/index.mjs.map +1 -1
- package/dist/dashboard/index.html +8 -7
- package/package.json +1 -1
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
--success: #34d399;
|
|
55
55
|
|
|
56
56
|
/* Effects */
|
|
57
|
-
--glass: blur(20px)
|
|
57
|
+
--glass: blur(20px);
|
|
58
58
|
--shadow-sm: 0 1px 3px rgba(0,0,0,0.4);
|
|
59
59
|
--shadow-md: 0 4px 16px rgba(0,0,0,0.5);
|
|
60
60
|
--shadow-lg: 0 12px 40px rgba(0,0,0,0.6);
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
/* Scrollbars */
|
|
88
|
-
::-webkit-scrollbar { width:
|
|
89
|
-
::-webkit-scrollbar-track { background:
|
|
90
|
-
::-webkit-scrollbar-thumb { background: rgba(99, 116, 155, 0.
|
|
91
|
-
::-webkit-scrollbar-thumb:hover { background: rgba(99, 116, 155, 0.
|
|
88
|
+
::-webkit-scrollbar { width: 8px; height: 8px; }
|
|
89
|
+
::-webkit-scrollbar-track { background: rgba(99, 116, 155, 0.08); border-radius: 4px; }
|
|
90
|
+
::-webkit-scrollbar-thumb { background: rgba(99, 116, 155, 0.45); border-radius: 4px; }
|
|
91
|
+
::-webkit-scrollbar-thumb:hover { background: rgba(99, 116, 155, 0.65); }
|
|
92
92
|
|
|
93
93
|
/* ═══════════════════════════════════════════════════════════ */
|
|
94
94
|
/* PART 8: TOP BAR */
|
|
@@ -1545,7 +1545,8 @@
|
|
|
1545
1545
|
min-height: 0;
|
|
1546
1546
|
max-height: 100%;
|
|
1547
1547
|
scrollbar-width: thin;
|
|
1548
|
-
scrollbar-color: rgba(99,116,155,0.
|
|
1548
|
+
scrollbar-color: rgba(99,116,155,0.55) transparent;
|
|
1549
|
+
padding-bottom: 24px;
|
|
1549
1550
|
}
|
|
1550
1551
|
#sidebar-content::-webkit-scrollbar { width: 8px; }
|
|
1551
1552
|
#sidebar-content::-webkit-scrollbar-track { background: transparent; }
|
|
@@ -2856,7 +2857,7 @@
|
|
|
2856
2857
|
.dropdown-menu {
|
|
2857
2858
|
position: fixed;
|
|
2858
2859
|
background: rgba(18, 22, 40, 0.98);
|
|
2859
|
-
backdrop-filter: blur(24px)
|
|
2860
|
+
backdrop-filter: blur(24px);
|
|
2860
2861
|
border: 1px solid rgba(99, 116, 155, 0.25);
|
|
2861
2862
|
border-radius: var(--radius-md);
|
|
2862
2863
|
box-shadow: 0 20px 50px rgba(0,0,0,0.55), 0 0 0 1px rgba(99,102,241,0.06);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mnemosyne-core",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.12",
|
|
4
4
|
"description": "Unified memory engine for AI agents — graph atoms, semantic search, and collaborative memory",
|
|
5
5
|
"logo": "logo.png",
|
|
6
6
|
"author": "Arman Aslanyan <aslanyanarman88@gmail.com> (https://www.linkedin.com/in/arman-aslanyan/)",
|