nothumanallowed 4.0.1 → 4.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nothumanallowed",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "NotHumanAllowed — 38 AI agents for security, code, DevOps, data & daily ops. Ask agents directly, plan your day with 5 specialist agents, manage tasks, connect Gmail + Calendar.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -122,15 +122,15 @@ input:focus,textarea:focus{border-color:var(--green3)}
122
122
  .event__location{color:var(--dim);font-size:11px}
123
123
 
124
124
  /* ---- AGENTS ---- */
125
- .agents-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
126
- @media(min-width:600px){.agents-grid{grid-template-columns:repeat(3,1fr)}}
127
- @media(min-width:901px){.agents-grid{grid-template-columns:repeat(4,1fr)}}
128
- .agent-card{aspect-ratio:1;padding:14px;text-align:center;cursor:pointer;transition:border-color .15s,transform .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}
125
+ .agents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
126
+ @media(min-width:600px){.agents-grid{grid-template-columns:repeat(4,1fr)}}
127
+ @media(min-width:901px){.agents-grid{grid-template-columns:repeat(5,1fr)}}
128
+ .agent-card{padding:10px;text-align:center;cursor:pointer;transition:border-color .15s,transform .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}
129
129
  .agent-card:hover{border-color:var(--green3);transform:scale(1.03)}
130
- .agent-card__icon{font-size:28px;line-height:1}
131
- .agent-card__name{color:var(--green);font-weight:700;font-size:13px}
132
- .agent-card__tagline{font-size:10px;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
133
- .agent-card__cat{font-size:9px;color:var(--dim);text-transform:uppercase;margin-top:auto}
130
+ .agent-card__icon{font-size:20px;line-height:1}
131
+ .agent-card__name{color:var(--green);font-weight:700;font-size:11px}
132
+ .agent-card__tagline{font-size:9px;color:var(--dim);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
133
+ .agent-card__cat{display:none}
134
134
 
135
135
  /* ---- MODAL ---- */
136
136
  .modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.7);z-index:300;align-items:center;justify-content:center}