@mneme-ai/xray 2.157.0 → 2.158.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/index.html +57 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mneme-ai/xray",
3
- "version": "2.157.0",
3
+ "version": "2.158.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
@@ -76,9 +76,9 @@
76
76
  .rows{padding:6px 30px 16px}
77
77
  .row{display:flex;gap:18px;padding:17px 0;border-bottom:1px solid var(--line2);align-items:baseline}
78
78
  .row:last-child{border-bottom:0}
79
- .row .k{width:132px;flex:none;display:flex;flex-direction:column;gap:3px}
80
- .row .k>:first-child,.row .k{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--sub);font-weight:600}
81
- .kdesc{font-size:11px;color:#a3a7af;text-transform:none;letter-spacing:0;font-weight:400;line-height:1.35}
79
+ .row .k{width:138px;flex:none;display:flex;flex-direction:column;gap:4px;
80
+ font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink);font-weight:700}
81
+ .kdesc{font-size:11.5px;color:#5e636d;text-transform:none;letter-spacing:0;font-weight:400;line-height:1.4}
82
82
  .row .v{font-size:15px;color:var(--ink2)}
83
83
  .row .v .big{font-weight:660;color:var(--ink);font-size:16px}
84
84
  .muted{color:var(--sub)}
@@ -198,11 +198,60 @@
198
198
  <body>
199
199
  <!-- decorative comets — desktop / iPad only, hidden on narrow screens -->
200
200
  <div class="comet comet-a" aria-hidden="true">
201
- <svg viewBox="0 0 300 300" width="300" height="300"><defs>
202
- <linearGradient id="ta" x1="1" y1="0" x2="0" y2="1"><stop offset="0" stop-color="#0b0b0f" stop-opacity=".62"/><stop offset="1" stop-color="#0b0b0f" stop-opacity="0"/></linearGradient></defs>
203
- <path d="M262 44 Q150 118 30 252 Q150 132 252 54 Z" fill="url(#ta)"/>
204
- <circle cx="262" cy="44" r="15" fill="#0b0b0f" opacity=".12"/>
205
- <circle cx="262" cy="44" r="7.5" fill="#0b0b0f"/>
201
+ <svg viewBox="0 0 340 360" width="340" height="360">
202
+ <defs>
203
+ <linearGradient id="mtail" x1="1" y1="0" x2="0" y2="1">
204
+ <stop offset="0" stop-color="#0b0b0f" stop-opacity=".68"/><stop offset="1" stop-color="#0b0b0f" stop-opacity="0"/>
205
+ </linearGradient>
206
+ <radialGradient id="dust"><stop offset="0" stop-color="#0b0b0f" stop-opacity=".2"/><stop offset="1" stop-color="#0b0b0f" stop-opacity="0"/></radialGradient>
207
+ </defs>
208
+ <!-- expanding shockwave ring on impact -->
209
+ <circle cx="74" cy="266" r="16" fill="none" stroke="#0b0b0f" stroke-width="2">
210
+ <animate attributeName="r" dur="9s" repeatCount="indefinite" values="14;14;120" keyTimes="0;.34;.54"/>
211
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;.45;0;0" keyTimes="0;.34;.36;.54;1"/>
212
+ <animate attributeName="stroke-width" dur="9s" repeatCount="indefinite" values="3;3;.4" keyTimes="0;.34;.54"/>
213
+ </circle>
214
+ <!-- dust puff -->
215
+ <circle cx="74" cy="266" r="46" fill="url(#dust)">
216
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;1;0" keyTimes="0;.34;.4;.66"/>
217
+ </circle>
218
+ <!-- the meteor: rocky head + burning tail, streaks in then vanishes at impact -->
219
+ <g>
220
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;.95;.95;0;0" keyTimes="0;.07;.32;.35;1"/>
221
+ <animateTransform attributeName="transform" type="translate" dur="9s" repeatCount="indefinite"
222
+ values="190 -150; 0 0; 0 0" keyTimes="0;.34;1" calcMode="spline" keySplines="0.5 0 0.9 1; 0 0 1 1"/>
223
+ <path d="M246 40 Q150 110 78 258 Q150 122 236 52 Z" fill="url(#mtail)"/>
224
+ <polygon points="250,30 268,42 263,62 243,60 236,42" fill="#0b0b0f"/>
225
+ <polygon points="250,30 268,42 256,48" fill="#34343d"/>
226
+ </g>
227
+ <!-- debris shards burst out of the impact -->
228
+ <g fill="#0b0b0f">
229
+ <g opacity="0"><polygon points="0,0 9,2 6,10 -2,8"/>
230
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;1;0" keyTimes="0;.34;.37;.6"/>
231
+ <animateTransform attributeName="transform" type="translate" additive="sum" dur="9s" repeatCount="indefinite" values="74 266;74 266;26 198;20 224" keyTimes="0;.34;.52;.6" calcMode="spline" keySplines="0 0 1 1;0.3 0 0.8 1;0.4 0 1 1"/>
232
+ <animateTransform attributeName="transform" type="rotate" additive="sum" dur="9s" repeatCount="indefinite" values="0;0;220" keyTimes="0;.34;.6"/></g>
233
+ <g opacity="0"><polygon points="0,0 8,3 5,9 -1,6"/>
234
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;1;0" keyTimes="0;.34;.37;.62"/>
235
+ <animateTransform attributeName="transform" type="translate" additive="sum" dur="9s" repeatCount="indefinite" values="74 266;74 266;58 188;54 214" keyTimes="0;.34;.52;.62" calcMode="spline" keySplines="0 0 1 1;0.3 0 0.8 1;0.4 0 1 1"/>
236
+ <animateTransform attributeName="transform" type="rotate" additive="sum" dur="9s" repeatCount="indefinite" values="0;0;-180" keyTimes="0;.34;.62"/></g>
237
+ <g opacity="0"><polygon points="0,0 10,2 7,11 -1,8"/>
238
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;1;0" keyTimes="0;.34;.37;.6"/>
239
+ <animateTransform attributeName="transform" type="translate" additive="sum" dur="9s" repeatCount="indefinite" values="74 266;74 266;112 196;120 222" keyTimes="0;.34;.52;.6" calcMode="spline" keySplines="0 0 1 1;0.3 0 0.8 1;0.4 0 1 1"/>
240
+ <animateTransform attributeName="transform" type="rotate" additive="sum" dur="9s" repeatCount="indefinite" values="0;0;300" keyTimes="0;.34;.6"/></g>
241
+ <g opacity="0"><polygon points="0,0 7,2 5,8 -1,6"/>
242
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;1;0" keyTimes="0;.34;.37;.64"/>
243
+ <animateTransform attributeName="transform" type="translate" additive="sum" dur="9s" repeatCount="indefinite" values="74 266;74 266;146 226;156 248" keyTimes="0;.34;.52;.64" calcMode="spline" keySplines="0 0 1 1;0.3 0 0.8 1;0.4 0 1 1"/>
244
+ <animateTransform attributeName="transform" type="rotate" additive="sum" dur="9s" repeatCount="indefinite" values="0;0;160" keyTimes="0;.34;.64"/></g>
245
+ <g opacity="0"><polygon points="0,0 8,2 6,10 -2,7"/>
246
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;1;0" keyTimes="0;.34;.37;.58"/>
247
+ <animateTransform attributeName="transform" type="translate" additive="sum" dur="9s" repeatCount="indefinite" values="74 266;74 266;10 244;4 262" keyTimes="0;.34;.52;.58" calcMode="spline" keySplines="0 0 1 1;0.3 0 0.8 1;0.4 0 1 1"/>
248
+ <animateTransform attributeName="transform" type="rotate" additive="sum" dur="9s" repeatCount="indefinite" values="0;0;-120" keyTimes="0;.34;.58"/></g>
249
+ </g>
250
+ <!-- settled rubble that lingers a moment at the crater -->
251
+ <g fill="#0b0b0f" opacity="0">
252
+ <animate attributeName="opacity" dur="9s" repeatCount="indefinite" values="0;0;.5;.5;0" keyTimes="0;.36;.42;.78;.92"/>
253
+ <polygon points="60,270 70,266 74,274 62,277"/><polygon points="78,272 88,269 90,277 79,279"/>
254
+ </g>
206
255
  </svg>
207
256
  </div>
208
257
  <div class="comet comet-b" aria-hidden="true">