🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lens-note

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lens-note - npm Package Compare versions

Comparing version
1.30.0
to
1.31.0
+31
-0
dist/view-ui/app.css

@@ -317,2 +317,33 @@ /* lens view — dark theme, desktop-first.

/* Notes derived from a source card */
.derived-notes {
margin-top: 32px;
padding-top: 20px;
border-top: 1px solid var(--border);
}
.derived-list {
list-style: none;
padding: 0;
margin: 0;
}
.derived-row {
padding: 10px 0;
border-bottom: 1px solid var(--bg-panel);
}
.derived-row:last-child { border-bottom: none; }
.derived-title {
display: block;
color: var(--text);
font-weight: 500;
font-size: 14px;
text-decoration: none;
}
.derived-title:hover { color: var(--accent); }
.derived-preview {
color: var(--text-faint);
font-size: 12.5px;
margin-top: 4px;
line-height: 1.5;
}
/* Keyboard-focused link (j/k nav in card mode) */

@@ -319,0 +350,0 @@ .card-nav-focus {

+1
-1
{
"name": "lens-note",
"version": "1.30.0",
"version": "1.31.0",
"description": "Knowledge graph CLI for humans and agents. Like Git for knowledge.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display