@agenticmail/cli 0.8.25 → 0.8.26

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.
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/cli",
3
- "version": "0.8.25",
3
+ "version": "0.8.26",
4
4
  "description": "Email and SMS infrastructure for AI agents — the first platform to give agents real email addresses and phone numbers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "prepublishOnly": "npm run build"
30
30
  },
31
31
  "dependencies": {
32
- "@agenticmail/api": "^0.7.11",
32
+ "@agenticmail/api": "^0.7.12",
33
33
  "@agenticmail/core": "^0.7.0",
34
34
  "json5": "^2.2.3"
35
35
  },