@mneme-ai/xray 2.177.0 → 2.178.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/package.json +1 -1
- package/public/index.html +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mneme-ai/xray",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.178.0",
|
|
4
4
|
"description": "Mneme Repo X-Ray — a signed, raw-free, deterministic X-Ray of any repo. Every number is reproducible from git/AST/metadata and sealed with an offline-verifiable NOTARY receipt. No source code ever leaves the machine; no LLM guesses anything.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
package/public/index.html
CHANGED
|
@@ -223,8 +223,8 @@
|
|
|
223
223
|
.lscard .pill{display:inline-block;font-size:11px;background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:1px 8px;color:var(--ink2)}
|
|
224
224
|
.lscard .lsnote{margin-top:10px;font-size:11.5px;color:var(--sub);line-height:1.5;border-top:1px solid var(--line2);padding-top:9px}
|
|
225
225
|
/* SHOWCASE — selling points; the graphic sits to the SIDE (grid areas, no markup move) */
|
|
226
|
-
/*
|
|
227
|
-
.showcase{
|
|
226
|
+
/* FULL-BLEED out of the 720px .wrap so there's real room for cards + side graphic */
|
|
227
|
+
.showcase{width:min(1180px,calc(100vw - 40px));margin-top:60px;margin-left:50%;transform:translateX(-50%);padding:0 8px;
|
|
228
228
|
display:grid;column-gap:48px;row-gap:6px;align-items:center;
|
|
229
229
|
grid-template-columns:minmax(0,1fr) 340px;grid-template-areas:"title title" "sub sub" "cards art"}
|
|
230
230
|
.showcase .sctitle{grid-area:title;text-align:center;max-width:760px;margin:0 auto;font-size:29px;font-weight:700;letter-spacing:-.02em;color:var(--ink);line-height:1.25}
|