@bobfrankston/rmfmail 1.2.277 → 1.2.279
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 +13 -28
- package/bin/build-tinymce.js +17 -2
- package/client/lib/tinymce/CHANGELOG.md +47 -0
- package/client/lib/tinymce/composer.json +1 -1
- package/client/lib/tinymce/icons/default/icons.js +13 -0
- package/client/lib/tinymce/icons/default/icons.min.js +1 -1
- package/client/lib/tinymce/models/dom/model.js +1 -1
- package/client/lib/tinymce/package.json +1 -1
- package/client/lib/tinymce/plugins/accordion/plugin.js +1 -1
- package/client/lib/tinymce/plugins/advlist/plugin.js +1 -1
- package/client/lib/tinymce/plugins/anchor/plugin.js +1 -1
- package/client/lib/tinymce/plugins/autolink/plugin.js +1 -1
- package/client/lib/tinymce/plugins/autolink/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/autoresize/plugin.js +1 -1
- package/client/lib/tinymce/plugins/autosave/plugin.js +1 -1
- package/client/lib/tinymce/plugins/autosave/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/charmap/plugin.js +1 -1
- package/client/lib/tinymce/plugins/code/plugin.js +1 -1
- package/client/lib/tinymce/plugins/codesample/plugin.js +2 -2
- package/client/lib/tinymce/plugins/codesample/plugin.min.js +2 -2
- package/client/lib/tinymce/plugins/directionality/plugin.js +1 -1
- package/client/lib/tinymce/plugins/emoticons/plugin.js +5 -11
- package/client/lib/tinymce/plugins/emoticons/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/fullscreen/plugin.js +1 -1
- package/client/lib/tinymce/plugins/help/plugin.js +1 -1
- package/client/lib/tinymce/plugins/help/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/image/plugin.js +15 -28
- package/client/lib/tinymce/plugins/image/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/importcss/plugin.js +1 -1
- package/client/lib/tinymce/plugins/insertdatetime/plugin.js +1 -1
- package/client/lib/tinymce/plugins/link/plugin.js +3 -2
- package/client/lib/tinymce/plugins/link/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/lists/plugin.js +1 -1
- package/client/lib/tinymce/plugins/media/plugin.js +1 -1
- package/client/lib/tinymce/plugins/nonbreaking/plugin.js +1 -1
- package/client/lib/tinymce/plugins/pagebreak/plugin.js +1 -1
- package/client/lib/tinymce/plugins/preview/plugin.js +12 -2
- package/client/lib/tinymce/plugins/preview/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/quickbars/plugin.js +1 -1
- package/client/lib/tinymce/plugins/save/plugin.js +1 -1
- package/client/lib/tinymce/plugins/searchreplace/plugin.js +1 -1
- package/client/lib/tinymce/plugins/table/plugin.js +5 -3
- package/client/lib/tinymce/plugins/table/plugin.min.js +1 -1
- package/client/lib/tinymce/plugins/visualblocks/plugin.js +1 -1
- package/client/lib/tinymce/plugins/visualchars/plugin.js +1 -1
- package/client/lib/tinymce/plugins/wordcount/plugin.js +1 -1
- package/client/lib/tinymce/skins/content/dark/content.css +3 -0
- package/client/lib/tinymce/skins/content/dark/content.js +1 -1
- package/client/lib/tinymce/skins/content/dark/content.min.css +1 -1
- package/client/lib/tinymce/skins/ui/oxide/content.css +53 -42
- package/client/lib/tinymce/skins/ui/oxide/content.inline.css +53 -42
- package/client/lib/tinymce/skins/ui/oxide/content.inline.js +1 -1
- package/client/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -1
- package/client/lib/tinymce/skins/ui/oxide/content.inline.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide/content.inline.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide/content.js +1 -1
- package/client/lib/tinymce/skins/ui/oxide/content.min.css +1 -1
- package/client/lib/tinymce/skins/ui/oxide/content.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide/content.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide/skin.css +94 -22
- package/client/lib/tinymce/skins/ui/oxide/skin.js +1 -1
- package/client/lib/tinymce/skins/ui/oxide/skin.min.css +1 -1
- package/client/lib/tinymce/skins/ui/oxide/skin.min.ts +8 -3
- package/client/lib/tinymce/skins/ui/oxide/skin.ts +8 -3
- package/client/lib/tinymce/skins/ui/oxide-dark/content.css +53 -42
- package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.css +53 -42
- package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.js +1 -1
- package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide-dark/content.inline.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide-dark/content.js +1 -1
- package/client/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -1
- package/client/lib/tinymce/skins/ui/oxide-dark/content.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide-dark/content.ts +2 -2
- package/client/lib/tinymce/skins/ui/oxide-dark/skin.css +94 -22
- package/client/lib/tinymce/skins/ui/oxide-dark/skin.js +1 -1
- package/client/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
- package/client/lib/tinymce/skins/ui/oxide-dark/skin.min.ts +8 -3
- package/client/lib/tinymce/skins/ui/oxide-dark/skin.ts +8 -3
- package/client/lib/tinymce/skins/ui/tinymce-5/content.css +53 -42
- package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.css +53 -42
- package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.js +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5/content.inline.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5/content.js +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5/content.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5/content.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5/skin.css +94 -22
- package/client/lib/tinymce/skins/ui/tinymce-5/skin.js +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5/skin.min.ts +8 -3
- package/client/lib/tinymce/skins/ui/tinymce-5/skin.ts +8 -3
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.css +53 -42
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.css +53 -42
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.js +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.min.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/content.ts +2 -2
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.css +94 -22
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.ts +8 -3
- package/client/lib/tinymce/skins/ui/tinymce-5-dark/skin.ts +8 -3
- package/client/lib/tinymce/themes/silver/theme.js +1602 -579
- package/client/lib/tinymce/themes/silver/theme.min.js +3 -3
- package/client/lib/tinymce/tinymce.js +1410 -294
- package/client/lib/tinymce/tinymce.min.js +5 -5
- package/npmchanges.md +66 -0
- package/package.json +4 -4
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-48352 → node_modules.npmglobalize-stash-63412}/.package-lock.json +0 -0
package/.commitmsg
CHANGED
|
@@ -1,31 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
build-tinymce: report which TinyMCE and language-pack versions were copied
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
tinymce.min.js, where TinyMCE's own <baseURL>/langs/<code>.js rule finds it, and
|
|
7
|
-
writes langs/index.json listing what it copied. 61 packs, 1.6 MB; only the
|
|
8
|
-
language in force is ever fetched.
|
|
3
|
+
Both specs are caret ranges, so the resolved version moves on its own whenever
|
|
4
|
+
npm re-resolves the tree — tinymce sat at 8.6.0 for weeks under a ^8.5.0 spec
|
|
5
|
+
with nothing to notice ("do you track updates for TinyMCE?", Bob 2026-08-23).
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
any regional variant ("he" → "he-IL"). English short-circuits, since TinyMCE's
|
|
15
|
-
built-in strings are English. Anything unmatched, and any pinned pack we no
|
|
16
|
-
longer ship, stays English rather than provoking the error. Resolving against
|
|
17
|
-
the manifest rather than a hardcoded list keeps the copied files the single
|
|
18
|
-
source of truth, and follows a mailx-tinymce-cdn override for free because the
|
|
19
|
-
manifest URL is derived from the script URL by the same rule TinyMCE uses.
|
|
7
|
+
Pinning exact would only trade silent drift for silent staleness: no more patch
|
|
8
|
+
fixes, and the surprise moves to whoever edits the pin. A dependency bot is the
|
|
9
|
+
wrong shape too — those work by filing PRs, and this repo publishes from the
|
|
10
|
+
local tree with direct commits.
|
|
20
11
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
Scope, stated in the menu tooltip and docs/editor.md: these translate the
|
|
27
|
-
editor CHROME only. Message content, the spellcheck dictionary (English) and
|
|
28
|
-
Harper (English only) are untouched, and Quill/tiptap have no localized chrome.
|
|
29
|
-
|
|
30
|
-
tests/tinymce-langs.test.ts pins the resolution against the real manifest.
|
|
31
|
-
Needs rmf-tiny 0.1.52 for the adapter's `language` option.
|
|
12
|
+
So make it visible where it already costs nothing. Every publish archives its
|
|
13
|
+
build transcript to c:\temp\rebuild\, and build-tinymce.js already prints what
|
|
14
|
+
it copied; it now prints the resolved versions of tinymce and tinymce-i18n as
|
|
15
|
+
well. "Which TinyMCE shipped in 1.2.277?" is answerable from the log, with no
|
|
16
|
+
network call at build time and nothing to maintain.
|
package/bin/build-tinymce.js
CHANGED
|
@@ -18,6 +18,21 @@ const dst = path.join(root, "client", "lib", "tinymce");
|
|
|
18
18
|
const langSrc = path.join(root, "node_modules", "tinymce-i18n", "langs8");
|
|
19
19
|
const langDst = path.join(dst, "langs");
|
|
20
20
|
|
|
21
|
+
// Which versions went into this build. The spec is a caret range, so the
|
|
22
|
+
// resolved version moves on its own whenever npm re-resolves the tree — it sat
|
|
23
|
+
// at 8.6.0 for weeks under a ^8.5.0 spec with nothing to notice (Bob
|
|
24
|
+
// 2026-08-23: "do you track updates for TinyMCE?"). Pinning would only trade
|
|
25
|
+
// silent drift for silent staleness. Printing it puts the answer in the build
|
|
26
|
+
// transcript every publish archives, at no cost and with no network call.
|
|
27
|
+
// (Claude Code 2026-08-24)
|
|
28
|
+
function pkgVersion(name) {
|
|
29
|
+
try {
|
|
30
|
+
return JSON.parse(fs.readFileSync(path.join(root, "node_modules", name, "package.json"), "utf-8")).version;
|
|
31
|
+
} catch {
|
|
32
|
+
return "unknown";
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
21
36
|
if (!fs.existsSync(src)) {
|
|
22
37
|
console.error(`build-tinymce: source not found at ${src} — run npm install first`);
|
|
23
38
|
process.exit(1);
|
|
@@ -53,7 +68,7 @@ if (fs.existsSync(langSrc)) {
|
|
|
53
68
|
}
|
|
54
69
|
langs.sort();
|
|
55
70
|
fs.writeFileSync(path.join(langDst, "index.json"), JSON.stringify(langs, null, 2) + "\n");
|
|
56
|
-
console.log(`build-tinymce: copied ${langs.length} language packs → client/lib/tinymce/langs/`);
|
|
71
|
+
console.log(`build-tinymce: copied ${langs.length} language packs (tinymce-i18n ${pkgVersion("tinymce-i18n")}) → client/lib/tinymce/langs/`);
|
|
57
72
|
} else {
|
|
58
73
|
// Never silently ship an editor whose language menu is empty.
|
|
59
74
|
console.error(`build-tinymce: WARNING no language packs at ${langSrc} — run npm install; the editor will be English-only`);
|
|
@@ -66,4 +81,4 @@ function tally(p) {
|
|
|
66
81
|
else { count++; bytes += st.size; }
|
|
67
82
|
}
|
|
68
83
|
tally(dst);
|
|
69
|
-
console.log(`build-tinymce: copied ${count} files (${(bytes / 1024 / 1024).toFixed(1)} MB) → client/lib/tinymce/`);
|
|
84
|
+
console.log(`build-tinymce: copied tinymce ${pkgVersion("tinymce")} — ${count} files (${(bytes / 1024 / 1024).toFixed(1)} MB) → client/lib/tinymce/`);
|
|
@@ -5,6 +5,53 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
6
6
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
|
7
7
|
|
|
8
|
+
## 8.8.2 - 2026-07-27
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- The caret could be positioned incorrectly in some cases when scrolling while a context toolbar was open. #TINYMCE-14415
|
|
12
|
+
- Formatting could not be applied to and removed from editable child elements when a noneditable element was selected. #TINYMCE-9142
|
|
13
|
+
|
|
14
|
+
## 8.8.1 - 2026-07-22
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- Applying or removing formatting on a multi-cell table selection incorrectly styled list items in cells that were not selected. #TINYMCE-13235
|
|
18
|
+
- The menubar could wrap over multiple rows on narrow viewports, such as at high browser zoom levels, leaving little or no visible space for the editable area. #TINYMCE-14233
|
|
19
|
+
|
|
20
|
+
## 8.8.0 - 2026-07-15
|
|
21
|
+
|
|
22
|
+
### Improved
|
|
23
|
+
- Added the `aria-valuenow`, `aria-valuemin`, and `aria-valuemax` attributes to the editor resize handle when resizing vertically. #TINYMCE-14493
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
- Opening table properties on a nested table could edit the wrong table. #TINYMCE-13767
|
|
27
|
+
- Clicking anchor links with special characters like semicolons in readonly mode or using the link plugin was throwing a `querySelectorAll` syntax error. #TINYMCE-8784
|
|
28
|
+
- Worked around an edge case of a Chromium bug where clicking on the right of an `li` could fail. #TINYMCE-14490
|
|
29
|
+
|
|
30
|
+
## 8.7.0 - 2026-07-01
|
|
31
|
+
|
|
32
|
+
### Added
|
|
33
|
+
- Added `editor.announce()` for posting messages to screen readers via an aria-live region. #TINY-12791
|
|
34
|
+
|
|
35
|
+
### Improved
|
|
36
|
+
- Removed 300 item limit on the emoticons dialog 'All' tab by optimising render performance. #TINY-7552
|
|
37
|
+
- Pressing Tab or Shift+Tab on an open menu now closes it and moves focus to the next or previous focusable element. #TINY-13341
|
|
38
|
+
- The editor resize handle now uses browser pointer events for more reliable behaviour across different integration environments. #TINY-14241
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Fixed
|
|
42
|
+
- CSS custom property names and color values in the style attribute were being lowercased when parsed. #TINY-11524
|
|
43
|
+
- Focused links in dark mode had the same text color as the background. #TINY-14264
|
|
44
|
+
- Using the undo keyboard shortcut did not restore editor selection correctly. #TINY-14255
|
|
45
|
+
- Worked around a Chromium bug where clicking on the right of an `li` could fail. #TINY-13886
|
|
46
|
+
- Some annotated text was hidden when printed even though it should have been visible. #TINY-14296
|
|
47
|
+
- Deleting a newline within a list item would delete the list item. #TINY-13292
|
|
48
|
+
- Context toolbar with position 'line' was not repositioning to the opposite side when overflowing the viewport. #TINY-14376
|
|
49
|
+
- Block-level formatting did not work on parent blocks when a contenteditable="false" inline element (such as an iframe) was selected. #TINY-13333
|
|
50
|
+
- Selecting multiple table cells and applying indentation did not apply to the entire selection. #TINY-14370
|
|
51
|
+
- Selecting multiple table cells and applying multiple formats could incorrectly nest formatting tags. #TINY-14385
|
|
52
|
+
- Dragging and dropping or copying and pasting an image didn't add `width` and `height` to the tag. #TINY-14411
|
|
53
|
+
- Tooltips were clipped when the editor was hosted in a shadow DOM and its parent element had `overflow:scroll`. #TINY-14384
|
|
54
|
+
|
|
8
55
|
## 8.6.0 - 2026-06-03
|
|
9
56
|
|
|
10
57
|
### Security
|
|
@@ -45,6 +45,7 @@ tinymce.IconManager.add('default', {
|
|
|
45
45
|
'chat-commands': '<svg height="24" width="24"><path d="M14.3 3.3h.4l-2 2H9.3a5.5 5.5 0 0 0 0 11h3.4v2.1l4.4-3h.1a5.5 5.5 0 0 0 2.5-4.3v-.8l1.7-1.7a7.5 7.5 0 0 1-3.1 8.5l-7.6 5.1v-4H9.3a7.5 7.5 0 0 1 0-15z"/><path d="M12.4 7.3a1 1 0 0 1 1.5 1.4l-.8.8a1 1 0 0 1 .8 1.7l-2.3 2.5a1 1 0 0 1-1.5-1.4l.8-.8a1 1 0 0 1-.8-1.7zm6.3-5a.3.3 0 0 1 .6 0 4.1 4.1 0 0 0 2.5 2.4.3.3 0 0 1 0 .6l-.2.1a4.1 4.1 0 0 0-2.3 2.4c-.1.3-.5.3-.6 0a4.1 4.1 0 0 0-2.3-2.4h-.2a.3.3 0 0 1 0-.7 4.1 4.1 0 0 0 2.5-2.5z"/></svg>',
|
|
46
46
|
'chat-reasoning': '<svg width="16" height="16"><path d="M9.1 12.7V14H7v-1.3H9Zm.6-2.2V12H6.3v-1.4h3.4Zm1-4.6A2.5 2.5 0 0 0 9.9 4 2.7 2.7 0 0 0 8 3.3c-.7 0-1.4.3-1.9.8a2.5 2.5 0 0 0-.8 1.8c0 .4.1.8.7 1.4.4.4.8.9 1 1.6a.7.7 0 1 1-1.3.3 2 2 0 0 0-.7-1A3 3 0 0 1 4 6c0-1 .4-2 1.2-2.8A4 4 0 0 1 8 2c1 0 2 .4 2.8 1.1A3.8 3.8 0 0 1 12 6a3.1 3.1 0 0 1-1 2.3l-.7 1A.7.7 0 1 1 9 8.9c.2-.7.6-1.2 1-1.6a1.8 1.8 0 0 0 .7-1.4Z"/></svg>',
|
|
47
47
|
'chat-send': '<svg width="24" height="24"><path d="M11 19a1 1 0 1 0 2 0V7.8l5.3 5.3a1 1 0 1 0 1.4-1.4L12 4l-7.7 7.7a1 1 0 1 0 1.4 1.4L11 7.8V19Z"/></svg>',
|
|
48
|
+
'chat-tool': '<svg width="16" height="16"><path d="M10.4 2.3a3.6 3.6 0 0 1 1.8.4.6.6 0 0 1 .1 1L11 5a6.6 6.6 0 0 0-.2.2l.2.2h.2l.1.3a6.5 6.5 0 0 0 .2-.2l1.4-1.3a.6.6 0 0 1 1 .2 3.6 3.6 0 0 1-2.3 4.7l1.5 1.6a1.7 1.7 0 0 1 0 2.4 1.8 1.8 0 0 1-2.5 0L8 10.7l-2.5 2.5a1.8 1.8 0 0 1-2.5 0 1.7 1.7 0 0 1 0-2.4l3.3-3.4-1.8-1.8H3.1a.6.6 0 0 1-.5-.4L2 3.6a.6.6 0 0 1 .2-.6l.5-.6a.6.6 0 0 1 .6-.1l1.6.5c.3.1.5.3.5.6v1.4l1.5 1.5a3.6 3.6 0 0 1 3.5-4Zm-1 7-.6.5 2.6 2.6a.5.5 0 0 0 .8 0 .5.5 0 0 0 0-.8L9.9 9.3a3.6 3.6 0 0 1-.1 0 8.8 8.8 0 0 0-.3 0h-.2ZM3.2 3.7l.3.8h.6v-.6l-.9-.3ZM8 5.8v.8a1.1 1.1 0 0 1 0 .5v.2l-.4.5-3.9 3.8a.5.5 0 0 0 0 .8.5.5 0 0 0 .8 0l4-4a1.1 1.1 0 0 1 .3-.2 1 1 0 0 1 .4-.1h.5a2.4 2.4 0 0 0 .6 0A2.4 2.4 0 0 0 12.8 6l-.5.5-.3.3a1.2 1.2 0 0 1-.4.2 1.1 1.1 0 0 1-.7 0 1.2 1.2 0 0 1-.4-.2l-.3-.3h-.1L9.8 6a1.1 1.1 0 0 1-.2-.4 1.1 1.1 0 0 1 0-.7l.2-.4.3-.3.7-.7a2.4 2.4 0 0 0-2.7 2.3Z"/></svg>',
|
|
48
49
|
'chat-web-search': '<svg height="16" width="16"><path d="M8 2.5a6 6 0 1 1 0 12 6 6 0 0 1 0-12zM3.4 9.2a4.7 4.7 0 0 0 3.1 3.7v-.2a8.8 8.8 0 0 1-1.1-3.5zm7.2 0a8.8 8.8 0 0 1-1 3.5l-.1.2a4.7 4.7 0 0 0 3.1-3.7zm-3.9 0A7.5 7.5 0 0 0 8 12.8a7.5 7.5 0 0 0 1.3-3.6zM6.5 4a4.7 4.7 0 0 0-3.1 3.7h2a8.8 8.8 0 0 1 1-3.5l.1-.2zm1.5.1a7.5 7.5 0 0 0-1.3 3.6h2.6A7.5 7.5 0 0 0 8 4.2zm1.6 0a8.8 8.8 0 0 1 1 3.6h2a4.7 4.7 0 0 0-3.1-3.7v.2z" fill-rule="evenodd"/></svg>',
|
|
49
50
|
'checklist-rtl': '<svg width="24" height="24"><path d="M5 17h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 0 1 0-2zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1H5a1 1 0 1 1 0-2zm14.2 11c.2-.4.6-.5.9-.3.3.2.4.6.2 1L18 20c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L18 14c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L18 8c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8z" fill-rule="evenodd"/></svg>',
|
|
50
51
|
'checklist': '<svg width="24" height="24"><path d="M11 17h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8c.6 0 1 .4 1 1s-.4 1-1 1h-8a1 1 0 0 1 0-2Zm0-6h8a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2ZM7.2 16c.2-.4.6-.5.9-.3.3.2.4.6.2 1L6 20c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8Zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L6 14c-.2.3-.7.4-1 0l-1.3-1.3a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8Zm0-6c.2-.4.6-.5.9-.3.3.2.4.6.2 1L6 8c-.2.3-.7.4-1 0L3.8 6.9a.7.7 0 0 1 0-1c.3-.2.7-.2 1 0l.7.9 1.7-2.8Z" fill-rule="evenodd"/></svg>',
|
|
@@ -211,6 +212,7 @@ tinymce.IconManager.add('default', {
|
|
|
211
212
|
'strike-through': '<svg width="24" height="24"><g fill-rule="evenodd"><path d="M15.6 8.5c-.5-.7-1-1.1-1.3-1.3-.6-.4-1.3-.6-2-.6-2.7 0-2.8 1.7-2.8 2.1 0 1.6 1.8 2 3.2 2.3 4.4.9 4.6 2.8 4.6 3.9 0 1.4-.7 4.1-5 4.1A6.2 6.2 0 0 1 7 16.4l1.5-1.1c.4.6 1.6 2 3.7 2 1.6 0 2.5-.4 3-1.2.4-.8.3-2-.8-2.6-.7-.4-1.6-.7-2.9-1-1-.2-3.9-.8-3.9-3.6C7.6 6 10.3 5 12.4 5c2.9 0 4.2 1.6 4.7 2.4l-1.5 1.1Z"/><path d="M5 11h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z" fill-rule="nonzero"/></g></svg>',
|
|
212
213
|
'subscript': '<svg width="24" height="24"><path d="m10.4 10 4.6 4.6-1.4 1.4L9 11.4 4.4 16 3 14.6 7.6 10 3 5.4 4.4 4 9 8.6 13.6 4 15 5.4 10.4 10ZM21 19h-5v-1l1-.8 1.7-1.6c.3-.4.5-.8.5-1.2 0-.3 0-.6-.2-.7-.2-.2-.5-.3-.9-.3a2 2 0 0 0-.8.2l-.7.3-.4-1.1 1-.6 1.2-.2c.8 0 1.4.3 1.8.7.4.4.6.9.6 1.5s-.2 1.1-.5 1.6a8 8 0 0 1-1.3 1.3l-.6.6h2.6V19Z" fill-rule="nonzero"/></svg>',
|
|
213
214
|
'suggestededits-badge': '<svg height="24" width="24"><path d="M11 3H7a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h10a2 2 0 0 0 2-2V9.7a6 6 0 0 1-2 .3v9H7V5h4a6 6 0 0 1 0-2z"/><path d="M15 13v-2h-4v2zm-3 2H9v2h3zm-1-8H9v2h2zm4 10v-2h-2v2z"/><path d="M21 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0z" class="tox-icon--badge"/></svg>',
|
|
215
|
+
'suggestededits-tracking': '<svg height="24" width="24"><path d="M17.5 17a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z"/><path d="M17.5 14a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5z" fill-rule="evenodd"/><path d="M19 7.6v4.6a6.5 6.5 0 0 0-2-.2V9h-3V5H7v14h4a6.5 6.5 0 0 0 .5 2H7a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h7.4z"/><path d="M12 15a6.5 6.5 0 0 0-.8 2H9v-2h3zm3-2.5-1 .5h-3v-2h4zM11 9H9V7h2z"/><path d="M17.5 23a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zM15 18.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zm2.5-1.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z" fill-rule="evenodd"/></svg>',
|
|
214
216
|
'suggestededits': '<svg width="24" height="24"><path d="M7 3h7.4L19 7.6V19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2Zm0 16h10V9h-3V5H7v14Z" clip-rule="evenodd"/><path d="M9 7h2v2H9V7Zm2 4h4v2h-4v-2Zm-2 4h3v2H9v-2Z"/><path d="M9 7h2v2H9V7Zm4 8h2v2h-2v-2Z"/></svg>',
|
|
215
217
|
'summarize': '<svg width="24" height="24"><path fill-rule="evenodd" d="M14 3c.3 0 .6 0 .8.2-1.3 1-1 3.3.7 4h.2l.3.2A2 2 0 0 1 14 9h-4a2 2 0 0 1-2-2H6v13h12V9.8a2.4 2.4 0 0 0 2 0V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3a2 2 0 0 1 2-2h4Zm-4 4h4V5h-4v2Z"/><path d="M15 16a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h6Zm0-4a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2h6Zm3.7-9.8a.3.3 0 0 1 .6 0 4.1 4.1 0 0 0 2.5 2.5.3.3 0 0 1 0 .6l-.2.1a4.1 4.1 0 0 0-2.1 2v.1l-.2.3V8a.3.3 0 0 1-.1 0H19a.3.3 0 0 1 0 .1.4.4 0 0 1-.2 0 .3.3 0 0 1-.1 0v-.1a.3.3 0 0 1-.1 0v-.1a4.1 4.1 0 0 0-2.3-2.4h-.2a.3.3 0 0 1 0-.7 4.1 4.1 0 0 0 2.5-2.5Z"/></svg>',
|
|
216
218
|
'superscript': '<svg width="24" height="24"><path d="M15 9.4 10.4 14l4.6 4.6-1.4 1.4L9 15.4 4.4 20 3 18.6 7.6 14 3 9.4 4.4 8 9 12.6 13.6 8 15 9.4Zm5.9 1.6h-5v-1l1-.8 1.7-1.6c.3-.5.5-.9.5-1.3 0-.3 0-.5-.2-.7-.2-.2-.5-.3-.9-.3l-.8.2-.7.4-.4-1.2c.2-.2.5-.4 1-.5.3-.2.8-.2 1.2-.2.8 0 1.4.2 1.8.6.4.4.6 1 .6 1.6 0 .5-.2 1-.5 1.5l-1.3 1.4-.6.5h2.6V11Z" fill-rule="nonzero"/></svg>',
|
|
@@ -264,6 +266,17 @@ tinymce.IconManager.add('default', {
|
|
|
264
266
|
'warmth': '<svg height="24" width="24"><path d="M12 21.1c-1.4 0-2.6-.5-3.6-1.5s-1.5-2.1-1.5-3.5c0-.8.2-1.6.6-2.2A5 5 0 0 1 8.9 12v-6c0-.8.3-1.5 1-2.1a2.9 2.9 0 0 1 2-.9c.9 0 1.6.3 2.2.9.5.6.8 1.3.8 2.1v6a5 5 0 0 1 1.5 1.8A4.9 4.9 0 0 1 17 16c0 1.4-.5 2.6-1.4 3.5s-2.2 1.5-3.6 1.5zm-3-5h6c0-.5-.2-1-.4-1.4a3 3 0 0 0-.9-1l-.8-.6v-7a1 1 0 0 0-.3-.7A1 1 0 0 0 12 5a1 1 0 0 0-.7.3 1 1 0 0 0-.3.7v7l-.8.6a2.9 2.9 0 0 0-.9 1 3 3 0 0 0-.3 1.4z"/></svg>',
|
|
265
267
|
'warning': '<svg width="24" height="24"><path d="M19.8 18.3c.2.5.3.9 0 1.2-.1.3-.5.5-1 .5H5.2c-.5 0-.9-.2-1-.5-.3-.3-.2-.7 0-1.2L11 4.7l.5-.5.5-.2c.2 0 .3 0 .5.2.2 0 .3.3.5.5l6.8 13.6ZM12 18c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7a1 1 0 0 0-.3-.7 1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3 1 1 0 0 0-.3.7c0 .3.1.5.3.7.2.2.4.3.7.3Zm.7-3 .3-4a1 1 0 0 0-.3-.7 1 1 0 0 0-.7-.3 1 1 0 0 0-.7.3 1 1 0 0 0-.3.7l.3 4h1.4Z" fill-rule="evenodd"/></svg>',
|
|
266
268
|
'web-search': '<svg width="24" height="24"><path fill-rule="evenodd" d="M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18ZM5 13a7 7 0 0 0 4.8 5.6l-.2-.2A13.3 13.3 0 0 1 8 13H5Zm11 0a13.3 13.3 0 0 1-1.6 5.3c0 .2-.1.2-.2.3A7 7 0 0 0 19 13h-3Zm-6 0a11.3 11.3 0 0 0 1.4 4.4l.6 1 .6-1A11.3 11.3 0 0 0 14 13h-4Zm-.2-7.6A7 7 0 0 0 5 11h3a13.3 13.3 0 0 1 1.5-5.3l.2-.3Zm2.2.2a11.3 11.3 0 0 0-2 5.4h4a11.3 11.3 0 0 0-2-5.4Zm2.4 0A13.3 13.3 0 0 1 16 11h3a7 7 0 0 0-4.8-5.6l.2.3Z"/></svg>',
|
|
269
|
+
'welcome-action-adjust-length': '<svg width="16" height="16"><path d="M9.4 4.6a1.6 1.6 0 0 0 1 1.5h.2l.8.8v.2l.1.1v2.2h-1.4V5.9H8.7v3.5H7.3V5.9H5.9v3.5H4.5V5.9H2.4v6.2h11.2V7.8a1.6 1.6 0 0 0 .7-.6V7h.1V7a1.5 1.5 0 0 1 .6-.8v6c0 .3-.1.6-.4.9a1.4 1.4 0 0 1-1 .4H2.4a1.4 1.4 0 0 1-1-.4 1.3 1.3 0 0 1-.4-1V6c0-.3.1-.7.4-1a1.4 1.4 0 0 1 1-.3h7Z"/><path d="M12.7 2.7a.2.2 0 0 1 .4 0c.3.7 1 1.4 1.7 1.6.3.1.3.4 0 .5h-.1a3 3 0 0 0-1 .8l-.6.9a.2.2 0 0 1-.4 0 2.8 2.8 0 0 0-.4-.7 2.9 2.9 0 0 0-1.2-1H11a.2.2 0 0 1 0-.5 2.9 2.9 0 0 0 1.7-1.6Z"/></svg>',
|
|
270
|
+
'welcome-action-ai-translate': '<svg height="16" width="16"><path d="M15 15h-1.5l-.7-2.1H9.4L8.6 15H7.2l3.2-8.4h1.4zm-5.2-3.4h2.5l-1.2-3.5z" fill-rule="evenodd"/><path d="M5.8 2.4h3.6s-.5 1.8-1.8 4l-1.5 2 1.7 1.7-.6 1.3-2-2L2 12.5l-1-1 3.2-3.1L3 7a12.1 12.1 0 0 1-1-1.8h1.5l.7 1.2.9 1 1.2-1.6a10.2 10.2 0 0 0 .9-2H1V2.4h3.4V1h1.4zm6.5-1.2a.2.2 0 0 1 .5 0 2.9 2.9 0 0 0 1.7 1.7c.2 0 .2.3 0 .4h-.2A2.9 2.9 0 0 0 12.8 5a.2.2 0 0 1-.5 0 2.9 2.9 0 0 0-1.5-1.6h-.2a.2.2 0 0 1 0-.5 2.9 2.9 0 0 0 1.7-1.7z"/></svg>',
|
|
271
|
+
'welcome-action-change-tone': '<svg width="16" height="16"><path d="M8.8 14H7.2V5h1.6v9Zm-3.1-2.3H4V7.3h1.6v4.5Zm6.2 0h-1.6V7.3H12v4.5Zm-9.3-1H1V8.3h1.6v2.2Zm12.4 0h-1.6V8.3H15v2.2Zm-2.6-8.5c.1-.3.4-.3.5 0A3.2 3.2 0 0 0 15 4a.3.3 0 0 1 0 .5h-.2a3.2 3.2 0 0 0-1.8 1.8.3.3 0 0 1-.5 0 3.2 3.2 0 0 0-1.7-1.7l-.2-.1a.3.3 0 0 1 0-.5 3.2 3.2 0 0 0 2-1.8Z"/></svg>',
|
|
272
|
+
'welcome-action-chat-commands': '<svg height="16" width="16"><path d="M10 2 8.6 3.4H6.2a3.8 3.8 0 1 0 0 7.6h2.4v1.5l3-2v-.1a3.8 3.8 0 0 0 1.8-3V7l1.2-1.2a5.2 5.2 0 0 1-2.2 5.9L7.2 15v-2.6h-1A5.2 5.2 0 0 1 6.2 2H10z"/><path d="M8.3 4.8a.7.7 0 1 1 1 1l-.4.5a.7.7 0 0 1 .5 1.2L7.8 9.2a.7.7 0 0 1-1-1l.5-.5a.7.7 0 0 1-.5-1.1zm4.4-3.6a.2.2 0 0 1 .5 0c.2.7.9 1.4 1.6 1.7a.2.2 0 0 1 0 .4h-.1c-.7.4-1.3 1-1.5 1.7a.2.2 0 0 1-.5 0 2.9 2.9 0 0 0-1.5-1.6l-.2-.1a.2.2 0 0 1 0-.4 2.9 2.9 0 0 0 1.7-1.7z"/></svg>',
|
|
273
|
+
'welcome-action-continue-writing': '<svg height="17" width="16"><path d="M13.3 10.3a1 1 0 0 1 .8.3l.6.6.2.4a1 1 0 0 1 .1.4v.4a1 1 0 0 1-.3.3l-3.8 3.8H8.7v-2.1l3.9-3.8a1 1 0 0 1 .3-.2l.4-.1zm-3.5 4.5v.7h.6l2.8-2.8-.6-.7-2.9 2.8z" fill-rule="evenodd"/><path d="M6.6 9.4H1V8h5.6zm2.8-2.8H1V5.3h8.4zm0-2.7H1V2.5h8.4zm2.9-1.2c0-.3.4-.3.5 0 .3.8 1 1.5 1.8 1.8a.3.3 0 0 1 0 .5h-.1a3.1 3.1 0 0 0-1.7 1.8.3.3 0 0 1-.5 0A3.1 3.1 0 0 0 10.6 5h-.1a.3.3 0 0 1 0-.5 3.1 3.1 0 0 0 1.8-1.8z"/></svg>',
|
|
274
|
+
'welcome-action-explain': '<svg height="16" width="16"><path d="M8 1.8c1.5 0 2.7 1.2 2.7 2.7 0 .7-.3 1.3-.7 1.8a4.5 4.5 0 0 1 1.2.8c.7 0 1.4 0 2.3.2.3 0 .5.3.6.6v5.4a.7.7 0 0 1-.3.5.7.7 0 0 1-.5.2c-1-.2-1.7-.2-2.5 0-.7 0-1.4.4-2.5 1a.7.7 0 0 1-.5 0c-1.1-.6-1.9-1-2.6-1-.7-.2-1.4-.2-2.4 0a.7.7 0 0 1-.6-.2.7.7 0 0 1-.2-.5V7.9a.7.7 0 0 1 .6-.6C3.4 7 4.2 7 4.9 7A4.6 4.6 0 0 1 6 6.3a2.7 2.7 0 0 1-.7-1.8C5.4 3 6.6 1.7 8 1.7zM5.3 8.6c-.6-.2-1.2-.2-2 0v4a7.6 7.6 0 0 1 4 .6V9.4c-.7-.4-1.4-.7-2-.8zm7.4 0a5.7 5.7 0 0 0-4 .8v3.8l1.9-.6h2.1v-4zM8 7.1a3 3 0 0 0-1.4.3l1.4.7a12 12 0 0 1 1.5-.7A3 3 0 0 0 8 7.2zm0-4c-.7 0-1.3.5-1.3 1.3S7.3 5.8 8 5.8s1.4-.6 1.4-1.3C9.4 3.7 8.8 3 8 3z" fill-rule="evenodd"/><path d="M12.8 1.2a.2.2 0 0 1 .4 0c.3.7.9 1.3 1.6 1.6a.2.2 0 0 1 0 .5A2.8 2.8 0 0 0 13.1 5a.2.2 0 0 1-.4 0 2.8 2.8 0 0 0-1.5-1.6H11a.2.2 0 0 1 0-.5 2.8 2.8 0 0 0 1.7-1.6z"/></svg>',
|
|
275
|
+
'welcome-action-fix-grammar': '<svg height="16" width="16"><path d="m15 10.3-5.3 5.2-3.3-3.2 1.1-1 2.2 2.1 4.2-4.2 1.1 1z"/><path d="M10.1 11.2H8.4l-.9-2.5h-4l-.8 2.5H1l3.7-9.7h1.7l3.7 9.7zm-6-3.9h3l-1.5-4h-.1z" fill-rule="evenodd"/><path d="M12.3 1.7c0-.3.4-.3.5 0 .3.8 1 1.5 1.8 1.8a.3.3 0 0 1 0 .5h-.1a3.1 3.1 0 0 0-1.7 1.8.3.3 0 0 1-.5 0A3.1 3.1 0 0 0 10.6 4h-.1a.3.3 0 0 1 0-.5 3.1 3.1 0 0 0 1.8-1.8z"/></svg>',
|
|
276
|
+
'welcome-action-highlight-key-points': '<svg height="16" width="16"><path d="M8 1c1 0 1.8.2 2.6.5h-.1a1.6 1.6 0 0 0-1 1.1 5.6 5.6 0 1 0 3.9 4c.4-.2.7-.4 1-.8v-.2l.1-.2A7 7 0 1 1 8 1z"/><path d="M8 7.3a.7.7 0 0 1 .8.7.7.7 0 0 1-.7.8H8a.7.7 0 0 1-.7-.8.7.7 0 0 1 .7-.7z"/><path d="M8 4.2a3.9 3.9 0 1 1 0 7.7 3.9 3.9 0 0 1 0-7.7zm0 1.4a2.5 2.5 0 1 0 0 4.9 2.5 2.5 0 0 0 0-5z" fill-rule="evenodd"/><path d="M12.7 1.2a.2.2 0 0 1 .4 0 2.9 2.9 0 0 0 1.7 1.7c.3 0 .3.3 0 .4h-.1A2.9 2.9 0 0 0 13.1 5a.2.2 0 0 1-.4 0A2.9 2.9 0 0 0 11 3.4H11a.2.2 0 0 1-.2-.3.3.3 0 0 1 0-.1.2.2 0 0 1 .1-.1h.1a3 3 0 0 0 .2-.1 3 3 0 0 0 1.5-1.6z"/></svg>',
|
|
277
|
+
'welcome-action-improve-writing': '<svg height="16" width="16"><path d="M10 3a3 3 0 0 0-2.1 1L4 7.7a.6.6 0 0 0-.1.4v3.2l5.5-5.8.5.5.5.5-3.1 3.2h3.2l1.5-1.5c.3-.4.6-.8.7-1.2l1.3.4a4.6 4.6 0 0 1-1 1.8l-3.8 4a1.9 1.9 0 0 1-1.3.5H3.6L2 15.5l-.9-1 1.7-1.7a1.4 1.4 0 0 1 0-.4V8.3c0-.5.1-1 .5-1.4l3.7-4a4.2 4.2 0 0 1 3-1.2zm-5 9.4h3a.5.5 0 0 0 .4-.2l.9-1H6z" fill-rule="evenodd"/><path d="M12.8 1.7a.2.2 0 0 1 .4 0c.3.8.9 1.4 1.6 1.7.3 0 .3.4 0 .4V4a2.9 2.9 0 0 0-1.6 1.7.2.2 0 0 1-.4 0 2.9 2.9 0 0 0-1.6-1.7h-.1c-.2-.1-.2-.4 0-.5a2.9 2.9 0 0 0 1.7-1.7z"/></svg>',
|
|
278
|
+
'welcome-action-other-actions': '<svg width="16" height="16"><path d="M4.1 15A3 3 0 0 1 2 14 3 3 0 0 1 1 12a3 3 0 0 1 1-2.2 3 3 0 0 1 2.1-1 3 3 0 0 1 2.2 1 3 3 0 0 1 1 2.2 3 3 0 0 1-1 2.2 3 3 0 0 1-2.2.9Zm0-1.6c.4 0 .8-.1 1.1-.4a1.5 1.5 0 0 0 .5-1.1 1.5 1.5 0 0 0-.5-1.1 1.5 1.5 0 0 0-1-.5c-.5 0-.9.2-1.2.5a1.5 1.5 0 0 0-.4 1c0 .5.1.9.4 1.2.3.3.7.4 1.1.4ZM12 15a3 3 0 0 1-2.2-1 3 3 0 0 1-1-2.1 3 3 0 0 1 1-2.2 3 3 0 0 1 2.2-1 3 3 0 0 1 2.2 1 3 3 0 0 1 .9 2.2 3 3 0 0 1-1 2.2 3 3 0 0 1-2.1.9Zm0-1.6c.4 0 .8-.1 1-.4a1.5 1.5 0 0 0 .5-1.1c0-.4-.1-.8-.4-1.1a1.5 1.5 0 0 0-1.1-.5c-.4 0-.8.2-1.1.5a1.5 1.5 0 0 0-.5 1c0 .5.2.9.5 1.2.3.3.7.4 1 .4ZM4 7.2A3 3 0 0 1 2 6.3 3 3 0 0 1 1 4.1 3 3 0 0 1 2 2 3 3 0 0 1 4 1a3 3 0 0 1 2.2 1 3 3 0 0 1 1 2.1 3 3 0 0 1-1 2.2 3 3 0 0 1-2.2 1Zm0-1.5c.4 0 .8-.2 1.1-.5a1.5 1.5 0 0 0 .5-1c0-.5-.2-.9-.5-1.2a1.5 1.5 0 0 0-1-.4c-.5 0-.9.1-1.2.4-.3.3-.4.7-.4 1.1a1.5 1.5 0 0 0 1.6 1.6Zm7.5-4.5a.4.4 0 0 1 .6 0 4.3 4.3 0 0 0 2.6 2.6.4.4 0 0 1 0 .6l-.3.1A4.3 4.3 0 0 0 12.2 7a.4.4 0 0 1-.6 0 4.3 4.3 0 0 0-2.4-2.5H9a.4.4 0 0 1 0-.7 4.3 4.3 0 0 0 2.6-2.6Z"/></svg>',
|
|
279
|
+
'welcome-action-summarize': '<svg height="16" width="16"><path d="m9.7 1.7.5.1c-.8.8-.7 2.3.5 2.8l.3.2c-.2.6-.7 1.1-1.3 1.1H6c-.7 0-1.3-.6-1.3-1.4H3.3v9.1h9V6.4c.5.2 1 .2 1.4 0v7.9c0 .4-.3.7-.7.7H2.7a.7.7 0 0 1-.7-.7V3.8c0-.4.3-.7.7-.7h2c0-.8.6-1.4 1.3-1.4zM6 4.5h3.7V3.1H6z" fill-rule="evenodd"/><path d="M10.3 10.8c.4 0 .7.3.7.7s-.3.7-.7.7h-5c-.3 0-.6-.3-.6-.7s.3-.7.6-.7zm0-2.8c.4 0 .7.3.7.7s-.3.7-.7.7h-5c-.3 0-.6-.3-.6-.7S5 8 5.3 8zm2.5-6.8a.2.2 0 0 1 .4 0c.3.8.9 1.4 1.7 1.7.2 0 .2.3 0 .4h-.2a2.8 2.8 0 0 0-1 1 3 3 0 0 0-.5.7v.1H13a.2.2 0 0 1 0 .1.2.2 0 0 1-.2 0 .2.2 0 0 1-.1-.1 2.8 2.8 0 0 0-1.5-1.7h-.1c-.2-.2-.2-.4 0-.5a2.8 2.8 0 0 0 1.6-1.7z"/></svg>',
|
|
267
280
|
'zoom-in': '<svg width="24" height="24"><path d="M16 17.3a8 8 0 1 1 1.4-1.4l4.3 4.4a1 1 0 0 1-1.4 1.4l-4.4-4.3Zm-5-.3a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm-1-9a1 1 0 0 1 2 0v6a1 1 0 0 1-2 0V8Zm-2 4a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2H8Z" fill-rule="nonzero"/></svg>',
|
|
268
281
|
'zoom-out': '<svg width="24" height="24"><path d="M16 17.3a8 8 0 1 1 1.4-1.4l4.3 4.4a1 1 0 0 1-1.4 1.4l-4.4-4.3Zm-5-.3a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm-3-5a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2H8Z" fill-rule="nonzero"/></svg>',
|
|
269
282
|
}
|