@wenathlan/extension 1.1.39 → 1.1.41

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.
@@ -9,3 +9,7 @@ button { min-height: 40px; margin-top: 10px; border: 1px solid transparent; bord
9
9
  section { margin-top: 20px; } .panel, .audit { margin: 0; border: 1px solid var(--line); background: color-mix(in srgb, var(--panel) 88%, transparent); border-radius: 12px; padding: 14px; } ol { padding-left: 24px; } li { color: var(--muted); line-height: 1.5; margin-bottom: 11px; } li button { margin-left: 7px; min-height: 32px; font-size: 12px; } .audit { list-style: none; padding-left: 14px; }
10
10
  .muted { color: var(--muted); font-size: 12px; margin: 8px 0 0; } #planprogress { width: 100%; height: 8px; margin-bottom: 10px; accent-color: var(--accent); } details.outcome { margin: 6px 0 0; font-size: 12px; } details.outcome summary { color: var(--accent); cursor: pointer; } details.outcome pre { margin: 6px 0 0; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #0c1321; color: var(--muted); overflow-x: auto; max-height: 220px; overflow-y: auto; font-size: 11px; } section h3 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 14px 0 6px; } section h4 { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 12px 0 4px; } p.timeline { margin: 4px 0 0; font-size: 11px; color: var(--accent); } ol.maplist li { margin-bottom: 4px; } ol.maplist li button { margin: 0; min-height: 28px; font-size: 11px; font-weight: 600; background: transparent; color: var(--text); border-color: var(--line); text-align: left; } ol.maplist li span { color: var(--muted); font-size: 12px; }
11
11
  #a11y pre { margin: 0; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #0c1321; color: var(--muted); overflow-x: auto; max-height: 240px; overflow-y: auto; font-size: 11px; white-space: pre-wrap; } #reader p { margin: 4px 0; font-size: 12px; } p.readerblock { color: var(--muted); } p.readerblock.heading { color: var(--accent); font-weight: 700; } .diffrow.added { color: #9ae6b4; } .diffrow.removed { color: var(--danger); } .diffrow.changed { color: var(--accent); } #diffs ul { list-style: none; padding-left: 0; } #diffs li { font-size: 12px; margin-bottom: 4px; } .bannercard { border: 1px solid color-mix(in srgb, var(--danger) 45%, transparent); border-radius: 10px; padding: 10px; margin-bottom: 8px; } .bannercard p:first-child { color: var(--danger); font-weight: 700; margin: 0 0 4px; } .bannercard p { margin: 2px 0; font-size: 12px; }
12
+ .capturegrid { display: flex; flex-wrap: wrap; gap: 8px; } .capturegrid button.capturecard { flex: 0 1 150px; display: flex; flex-direction: column; gap: 4px; background: transparent; color: var(--text); border-color: var(--line); font-size: 11px; text-align: left; } .capturegrid button.capturecard span { color: var(--muted); } .capturegrid button.capturecard img { width: 100%; height: auto; border-radius: 6px; border: 1px solid var(--line); } .capturegrid button.capturecard.annotated { border-color: var(--accent); } .capturegrid button.capturecard.annotated span { color: var(--accent); } .capturegrid button.secondary { min-height: 30px; font-size: 11px; }
13
+ .captureviewer img { width: 100%; height: auto; border-radius: 8px; border: 1px solid var(--line); margin-top: 8px; } .pairview .pairrow { display: flex; gap: 6px; margin-top: 8px; } .pairview .pairrow img { width: 50%; height: auto; border-radius: 6px; border: 1px solid var(--line); } .pairview input[type="range"] { width: 100%; margin-top: 8px; accent-color: var(--accent); }
14
+
15
+ .recordingindicator { color: var(--danger); font-weight: 800; letter-spacing: .06em; margin: 0 0 8px; } .recordingcard { outline: 2px solid color-mix(in srgb, var(--danger) 65%, transparent); outline-offset: 2px; }
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 3,
3
3
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnOEjO8Z0PDgQyfvawGcaO2j+o0GLCFTLNj7TkYC/Avo9l2NenMRq7gp90Nfd7E9MViv/OMcCKSYZ5unv12QPRtv31C+a5UQWDFAOP/cH5mwMd6hsayElrSoW8ta+FwFqmr9dIFkn7cQEU3YhZr4Gcbs+ycUHOxVgDA4NBKB0rQ6e9VW5LvTw0isRYUrqM+M72vKxHk9zUIYYn/LGPvottKBYi2GLr0PHSeC2UE+Shmq7vcFIXj6hDjvD4kLJ5sKoUllEcZ1TPuBcnHUQ9ndKA5iktXDQOIJCUJmi7a0YJ2PGg7fvpYfT9k0ai/qZ+pIoRfoOEwE01bPoDn7NjeYnNQIDAQAB",
4
4
  "name": "Devthink",
5
- "version": "1.1.39",
5
+ "version": "1.1.41",
6
6
  "description": "A consent-first bridge for reviewed browser-agent tasks.",
7
7
  "permissions": [
8
8
  "activeTab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wenathlan/extension",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "description": "Consent-first browser agent bridge and Manifest V3 extension.",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",