@axiomatic-labs/claudeflow 2.13.81 → 2.13.83

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/lib/panel.js +2 -2
  2. package/package.json +1 -1
package/lib/panel.js CHANGED
@@ -784,7 +784,7 @@ details[open] summary { padding-bottom: 8px; border-bottom: 1px solid var(--bord
784
784
  .btn-warn { background: var(--panel); border: 1px solid rgba(245,194,52,0.5); color: var(--warn, #f5c234); padding: 6px 12px; border-radius: 6px; cursor: pointer; font: inherit; }
785
785
  .btn-warn:hover { border-color: var(--warn, #f5c234); background: rgba(245,194,52,0.08); }
786
786
  .btn-warn:disabled { opacity: 0.4; cursor: not-allowed; }
787
- .logs-clear-btn { margin-left: auto; color: var(--err); border-color: rgba(248,81,73,0.4); }
787
+ .logs-clear-btn { margin-left: auto; background: var(--panel); color: var(--err); border: 1px solid rgba(248,81,73,0.4); padding: 6px 12px; border-radius: 6px; cursor: pointer; font: inherit; font-size: 12px; }
788
788
  .logs-clear-btn:hover { border-color: var(--err); background: rgba(248,81,73,0.08); }
789
789
  .logs-clear-btn:disabled { opacity: 0.4; cursor: not-allowed; color: var(--muted); border-color: var(--border); }
790
790
  .logs-clear-btn:disabled:hover { border-color: var(--border); background: var(--panel); }
@@ -1758,7 +1758,7 @@ function renderValidators() {
1758
1758
  </div>\`;
1759
1759
 
1760
1760
  return \`<h2>Validators
1761
- <button id="clear-validators" class="btn btn-ghost" style="float:right;font-size:12px;" data-scope="\${escapeHtml(validatorsScopeFilter)}">\${clearLabel}</button>
1761
+ <button id="clear-validators" class="logs-clear-btn" style="float:right;" data-scope="\${escapeHtml(validatorsScopeFilter)}">\${clearLabel}</button>
1762
1762
  </h2>
1763
1763
  <p class="muted" style="margin-top:0;">Last updated \${formatRelativeTime(v.updated_at)} · \${v.stats.total} total run(s): \${v.stats.pass} pass, \${v.stats.block} block, \${v.stats.skip} skip, \${v.stats.error} error.</p>
1764
1764
  <div class="card" style="padding:10px 14px;margin:12px 0;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiomatic-labs/claudeflow",
3
- "version": "2.13.81",
3
+ "version": "2.13.83",
4
4
  "description": "Claudeflow — AI-powered development toolkit for Claude Code. Skills, agents, hooks, and quality gates that ship production apps.",
5
5
  "bin": {
6
6
  "claudeflow": "./bin/cli.js"