@bobfrankston/rmfmail 1.1.144 → 1.1.145

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.
@@ -195,14 +195,14 @@ export async function createTinyMceEditor(container, opts = {}) {
195
195
  // everything else so genuine HTML formatting (bold / italic /
196
196
  // tables / inline color) still comes through verbatim.
197
197
  content_style: [
198
- // Blue caret. Native bar shape would be 1-2 px (hard to spot on
199
- // hi-DPI), and a solid block is too aggressive split the
200
- // difference with caret-shape:block at 40% alpha: column-shaped
201
- // (≈character width) but translucent so it reads as a tinted
202
- // bar rather than a hard block. caret-shape falls back to bar
203
- // where unsupported (older Chromium), so the colour still
204
- // carries on those.
205
- "body { font-family: system-ui, sans-serif; font-size: 14px; caret-color: rgba(30,136,229,0.45); caret-shape: block; }",
198
+ // Dark-blue native caret bar. caret-shape:block produced a
199
+ // column wider than the gap between letters AND caused the
200
+ // caret to "scoot back to its old position" after an arrow
201
+ // press (Chromium block-caret quirk with the arrow-key
202
+ // selection adjustment, Bob 2026-05-24). Plain bar is
203
+ // browser-default and behaves correctly with arrow keys;
204
+ // just darken the color so it stays visible.
205
+ "body { font-family: system-ui, sans-serif; font-size: 14px; caret-color: #0a2647; }",
206
206
  "blockquote { border-left: 3px solid #c0c8d0; margin: 0 0 0 4px; padding: 2px 0 2px 10px; color: #555; }",
207
207
  "div.reply { margin-top: 0.5em; }",
208
208
  "div.reply > p:first-child { color: #666; font-size: 0.95em; margin: 0 0 4px 0; }",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/rmfmail",
3
- "version": "1.1.144",
3
+ "version": "1.1.145",
4
4
  "description": "Local-first email client with IMAP sync and standalone native app",
5
5
  "type": "module",
6
6
  "main": "bin/mailx.js",
@@ -45,7 +45,7 @@
45
45
  "@bobfrankston/msger": "^0.1.383",
46
46
  "@bobfrankston/node-tcp-transport": "^0.1.8",
47
47
  "@bobfrankston/oauthsupport": "^1.0.27",
48
- "@bobfrankston/rmf-tiny": "^0.1.20",
48
+ "@bobfrankston/rmf-tiny": "^0.1.22",
49
49
  "@bobfrankston/smtp-direct": "^0.1.8",
50
50
  "@bobfrankston/tcp-transport": "^0.1.6",
51
51
  "@capacitor/android": "^8.3.0",
@@ -125,7 +125,7 @@
125
125
  "@bobfrankston/msger": "^0.1.383",
126
126
  "@bobfrankston/node-tcp-transport": "^0.1.8",
127
127
  "@bobfrankston/oauthsupport": "^1.0.27",
128
- "@bobfrankston/rmf-tiny": "^0.1.20",
128
+ "@bobfrankston/rmf-tiny": "^0.1.22",
129
129
  "@bobfrankston/smtp-direct": "^0.1.8",
130
130
  "@bobfrankston/tcp-transport": "^0.1.6",
131
131
  "@capacitor/android": "^8.3.0",