@agenticmail/api 0.7.11 → 0.7.12

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": "@agenticmail/api",
3
- "version": "0.7.11",
3
+ "version": "0.7.12",
4
4
  "description": "REST API server for AgenticMail — email and SMS endpoints for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/public/styles.css CHANGED
@@ -82,21 +82,22 @@ a { color: var(--accent-strong); }
82
82
  padding: 0 8px; min-width: 200px;
83
83
  }
84
84
  .brand-bow { font-size: 28px; line-height: 1; }
85
+ /* The brand bow PNG ships with transparent background — no rounded
86
+ crop, no fill. Sits flush against the topbar. */
85
87
  .brand-logo {
86
- width: 32px; height: 32px;
87
- border-radius: 8px;
88
+ width: 36px; height: 36px;
88
89
  flex-shrink: 0;
89
90
  display: block;
91
+ object-fit: contain;
90
92
  }
91
93
  .brand-name {
92
94
  font: 500 22px/1 'Google Sans', sans-serif;
93
95
  color: var(--pink);
94
96
  }
95
- /* Slightly bigger logo in the auth card. */
96
97
  .auth-card .brand-logo {
97
- width: 28px; height: 28px;
98
- border-radius: 6px;
98
+ width: 32px; height: 32px;
99
99
  vertical-align: middle;
100
+ display: inline-block;
100
101
  }
101
102
 
102
103
  .search-container {