@goodandready/dsh-key-rotation 0.7.9 → 0.7.10

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/client.js +5 -5
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -202,13 +202,13 @@ window.__ModuleLoader__.load({
202
202
  '.krot-btn:not(:disabled):hover{color:var(--dsw-alias-label-primary);border-color:var(--dsw-alias-border-l3,var(--dsw-alias-border-l2))}',
203
203
  '.krot-foot{display:flex;gap:8px;align-items:center}',
204
204
  '.krot-save{background:var(--dsw-alias-button-info-fill);border-color:var(--dsw-alias-button-info-fill);color:var(--dsw-alias-label-primary-foreground);padding:5px 14px;font-size:13px}',
205
- '.krot-card{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-3);border-radius:8px;overflow:hidden}',
206
- '.krot-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 12px;background:transparent;border:none;cursor:pointer;color:var(--dsw-alias-label-primary);font:inherit;text-align:left}',
205
+ '.krot-card{border:1px solid var(--dsw-alias-border-l2);background:var(--dsw-alias-bg-layer-3);border-radius:12px;list-style:none}',
206
+ '.krot-card-header{appearance:none;width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;display:flex;align-items:center;gap:12px;padding:14px 16px}',
207
207
  '.krot-card-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}',
208
- '.krot-card-name{font-weight:600;font-size:13px}',
209
- '.krot-card-description{font-size:11px;color:var(--dsw-alias-label-tertiary)}',
208
+ '.krot-card-name{color:var(--dsw-alias-label-primary);font-size:15px;font-weight:600;line-height:1.4}',
209
+ '.krot-card-description{color:var(--dsw-alias-label-secondary);font-size:13px}',
210
210
  '.krot-card-chevron{flex:none;opacity:.6}',
211
- '.krot-card-body{padding:0 12px 12px;border-top:1px solid var(--dsw-alias-border-l2)}',
211
+ '.krot-card-body{border-top:1px solid var(--dsw-alias-border-l2);margin:0 16px;padding-bottom:8px}',
212
212
  ].join('');
213
213
  const CARD_CSS_ID = 'dsh-key-rotation/section.module.css';
214
214
  if (typeof document !== 'undefined' && !document.querySelector('style[data-plugin-css="' + CARD_CSS_ID + '"]')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodandready/dsh-key-rotation",
3
- "version": "0.7.9",
3
+ "version": "0.7.10",
4
4
  "description": "Per-provider API key rotation for DeepSeek Harness: a key pool per provider, auto-created clone routes, and switching to the next key on quota/rate-limit errors. Includes a Settings section (Key Rotation) to edit the key pools, cooldown and switch codes.",
5
5
  "keywords": [
6
6
  "deepseek-harness",