@bobfrankston/rmfmail 1.1.84 → 1.1.85
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/.commitmsg +11 -5
- package/client/app.bundle.js.map +2 -2
- package/client/app.js +1 -1
- package/client/app.js.map +1 -1
- package/client/app.ts +1 -1
- package/client/components/message-list.js.map +1 -1
- package/client/components/message-list.ts +1 -0
- package/client/styles/components.css +8 -5
- package/client/styles/variables.css +4 -0
- package/npmchanges.md +9 -0
- package/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-88584 → node_modules.npmglobalize-stash-87012}/.package-lock.json +0 -0
package/.commitmsg
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
Flag star: single named colour token; drop unneeded VS-15 churn
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
v1.1.84 already rendered both flag stars the same gold, so the
|
|
4
|
+
variation-selector / font-variant-emoji changes were reverted — they
|
|
5
|
+
fixed nothing and put invisible characters in source.
|
|
6
|
+
|
|
7
|
+
Instead the gold/amber flag colour is now a documented token,
|
|
8
|
+
--color-flag-star (oklch hue 60), in variables.css. Both the
|
|
9
|
+
message-list row star (.ml-row.flagged .ml-flag) and the viewer toolbar
|
|
10
|
+
Flag button (#btn-flag.flagged) reference it, so they can't drift, and
|
|
11
|
+
the colour is named rather than a duplicated magic number. Star glyphs
|
|
12
|
+
restored to plain literal ★/☆.
|