@harbour-enterprises/superdoc 0.26.0-next.4 → 0.27.0-next.1

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.
Files changed (34) hide show
  1. package/dist/chunks/{PdfViewer-CrhOgpnE.cjs → PdfViewer-Caa3ZJY4.cjs} +1 -1
  2. package/dist/chunks/{PdfViewer-CqvKvsyF.es.js → PdfViewer-CegNKOLN.es.js} +1 -1
  3. package/dist/chunks/{index-DoYL2HX3.cjs → index-BXLDmCzi.cjs} +3 -3
  4. package/dist/chunks/{index-DOcW6GE6.es.js → index-DP1njdRr.es.js} +3 -3
  5. package/dist/chunks/{super-editor.es-DHf3YrSR.es.js → super-editor.es-DLyAUJ56.es.js} +3317 -772
  6. package/dist/chunks/{super-editor.es-CMlOhpVU.cjs → super-editor.es-ihBKB9j_.cjs} +3322 -777
  7. package/dist/core/types/index.d.ts.map +1 -1
  8. package/dist/style.css +9 -0
  9. package/dist/super-editor/ai-writer.es.js +2 -2
  10. package/dist/super-editor/chunks/{converter-Ceppmafv.js → converter-BupPKWvT.js} +238 -7
  11. package/dist/super-editor/chunks/{docx-zipper-WM-MgP-0.js → docx-zipper-B_zB1qvo.js} +1 -1
  12. package/dist/super-editor/chunks/{editor-C-EIG57Q.js → editor-Chw_8G5O.js} +2515 -225
  13. package/dist/super-editor/chunks/{toolbar-B_SkAe5K.js → toolbar-D8p5YzRz.js} +2 -2
  14. package/dist/super-editor/converter.es.js +1 -1
  15. package/dist/super-editor/docx-zipper.es.js +2 -2
  16. package/dist/super-editor/editor.es.js +3 -3
  17. package/dist/super-editor/file-zipper.es.js +1 -1
  18. package/dist/super-editor/style.css +9 -0
  19. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/decode-image-node-helpers.d.ts +6 -0
  20. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/encode-image-node-helpers.d.ts +14 -0
  21. package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/wp/helpers/vector-shape-helpers.d.ts +38 -0
  22. package/dist/super-editor/super-editor/src/extensions/index.d.ts +2 -1
  23. package/dist/super-editor/super-editor/src/extensions/vector-shape/VectorShapeView.d.ts +27 -0
  24. package/dist/super-editor/super-editor/src/extensions/vector-shape/index.d.ts +1 -0
  25. package/dist/super-editor/super-editor/src/extensions/vector-shape/vector-shape.d.ts +2 -0
  26. package/dist/super-editor/super-editor.es.js +6 -6
  27. package/dist/super-editor/toolbar.es.js +2 -2
  28. package/dist/super-editor.cjs +1 -1
  29. package/dist/super-editor.es.js +1 -1
  30. package/dist/superdoc.cjs +2 -2
  31. package/dist/superdoc.es.js +2 -2
  32. package/dist/superdoc.umd.js +3397 -852
  33. package/dist/superdoc.umd.js.map +1 -1
  34. package/package.json +1 -1
@@ -9,12 +9,12 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
9
9
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
10
10
  var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
11
11
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
12
- var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, registerCopyHandler_fn, insertNewFileData_fn, registerPluginByNameIfNotExists_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, checkFonts_fn, determineUnsupportedFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, initTrackChanges_fn, initPagination_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ListItemNodeView_instances, init_fn3, applyIndentStyling_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn;
12
+ var _Attribute_static, getGlobalAttributes_fn, getNodeAndMarksAttributes_fn, _Schema_static, createNodesSchema_fn, createMarksSchema_fn, _events, _ExtensionService_instances, setupExtensions_fn, attachEditorEvents_fn, _editor, _stateValidators, _xmlValidators, _requiredNodeTypes, _requiredMarkTypes, _SuperValidator_instances, initializeValidators_fn, collectValidatorRequirements_fn, analyzeDocument_fn, _commandService, _Editor_instances, initContainerElement_fn, init_fn, initRichText_fn, onFocus_fn, checkHeadless_fn, registerCopyHandler_fn, insertNewFileData_fn, registerPluginByNameIfNotExists_fn, createExtensionService_fn, createCommandService_fn, createConverter_fn, initMedia_fn, initFonts_fn, checkFonts_fn, determineUnsupportedFonts_fn, createSchema_fn, generatePmData_fn, createView_fn, onCollaborationReady_fn, initComments_fn, initPagination_fn, dispatchTransaction_fn, handleNodeSelection_fn, prepareDocumentForImport_fn, prepareDocumentForExport_fn, endCollaboration_fn, validateDocumentInit_fn, validateDocumentExport_fn, initDevTools_fn, _DocumentSectionView_instances, init_fn2, addToolTip_fn, _ListItemNodeView_instances, init_fn3, applyIndentStyling_fn, _FieldAnnotationView_instances, createAnnotation_fn, _AutoPageNumberNodeView_instances, renderDom_fn, scheduleUpdateNodeStyle_fn;
13
13
  import * as Y from "yjs";
14
14
  import { UndoManager, Item as Item$1, ContentType, Text as Text$1, XmlElement, encodeStateAsUpdate } from "yjs";
15
- import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as ReplaceStep, E as NodeRange, G as findWrapping, L as ListHelpers, H as findParentNode, I as isMacOS, J as isIOS, K as getSchemaTypeByName, O as inputRulesPlugin, Q as TrackDeleteMarkName, U as TrackInsertMarkName, V as v4, W as TrackFormatMarkName, X as comments_module_events, Y as findMark, Z as objectIncludes, _ as AddMarkStep, $ as RemoveMarkStep, a0 as twipsToLines, a1 as pixelsToTwips, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as createDocFromMarkdown, a8 as createDocFromHTML, a9 as EditorState, aa as hasSomeParentWithClass, ab as isActive, ac as unflattenListsInHtml, ad as parseSizeUnit, ae as minMax, af as getLineHeightValueString, ag as updateDOMAttributes, ah as findChildren$5, ai as htmlHandler, aj as generateRandomSigned32BitIntStrId, ak as InputRule, al as kebabCase, am as findParentNodeClosestToPos, an as getListItemStyleDefinitions, ao as docxNumberingHelpers, ap as parseIndentElement, aq as combineIndents, ar as twipsToPixels, as as PIXELS_PER_INCH, at as SelectionRange, au as Transform, av as isInTable$1, aw as generateDocxRandomId, ax as insertNewRelationship, ay as inchesToPixels } from "./converter-Ceppmafv.js";
15
+ import { P as PluginKey, a as Plugin, M as Mapping, N as NodeSelection, S as Selection, T as TextSelection, b as Slice, D as DOMSerializer, F as Fragment, c as DOMParser$1, d as Mark$1, e as dropPoint, A as AllSelection, p as process$1, B as Buffer2, f as callOrGet, g as getExtensionConfigField, h as getMarkType, i as getMarksFromSelection, j as getNodeType, k as getSchemaTypeNameByName, l as Schema$1, m as cleanSchemaItem, n as canSplit, o as defaultBlockAt$1, q as liftTarget, r as canJoin, s as joinPoint, t as replaceStep$1, R as ReplaceAroundStep$1, u as isTextSelection, v as getMarkRange, w as isMarkActive, x as isNodeActive, y as deleteProps, z as processContent, C as ReplaceStep, E as NodeRange, G as findWrapping, L as ListHelpers, H as findParentNode, I as isMacOS, J as isIOS, K as getSchemaTypeByName, O as inputRulesPlugin, Q as TrackDeleteMarkName, U as TrackInsertMarkName, V as v4, W as TrackFormatMarkName, X as comments_module_events, Y as findMark, Z as objectIncludes, _ as AddMarkStep, $ as RemoveMarkStep, a0 as twipsToLines, a1 as pixelsToTwips, a2 as helpers, a3 as posToDOMRect, a4 as CommandService, a5 as SuperConverter, a6 as createDocument, a7 as createDocFromMarkdown, a8 as createDocFromHTML, a9 as EditorState, aa as hasSomeParentWithClass, ab as isActive, ac as unflattenListsInHtml, ad as parseSizeUnit, ae as minMax, af as getLineHeightValueString, ag as updateDOMAttributes, ah as findChildren$5, ai as htmlHandler, aj as generateRandomSigned32BitIntStrId, ak as InputRule, al as kebabCase, am as findParentNodeClosestToPos, an as getListItemStyleDefinitions, ao as docxNumberingHelpers, ap as parseIndentElement, aq as combineIndents, ar as twipsToPixels, as as PIXELS_PER_INCH, at as SelectionRange, au as Transform, av as isInTable$1, aw as generateDocxRandomId, ax as insertNewRelationship, ay as inchesToPixels } from "./converter-BupPKWvT.js";
16
16
  import { ref, computed, createElementBlock, openBlock, withModifiers, Fragment as Fragment$1, renderList, normalizeClass, createCommentVNode, toDisplayString, createElementVNode, createApp } from "vue";
17
- import { D as DocxZipper } from "./docx-zipper-WM-MgP-0.js";
17
+ import { D as DocxZipper } from "./docx-zipper-B_zB1qvo.js";
18
18
  var GOOD_LEAF_SIZE = 200;
19
19
  var RopeSequence = function RopeSequence2() {
20
20
  };
@@ -48,21 +48,21 @@ RopeSequence.prototype.get = function get(i) {
48
48
  }
49
49
  return this.getInner(i);
50
50
  };
51
- RopeSequence.prototype.forEach = function forEach(f, from2, to) {
51
+ RopeSequence.prototype.forEach = function forEach(f2, from2, to) {
52
52
  if (from2 === void 0) from2 = 0;
53
53
  if (to === void 0) to = this.length;
54
54
  if (from2 <= to) {
55
- this.forEachInner(f, from2, to, 0);
55
+ this.forEachInner(f2, from2, to, 0);
56
56
  } else {
57
- this.forEachInvertedInner(f, from2, to, 0);
57
+ this.forEachInvertedInner(f2, from2, to, 0);
58
58
  }
59
59
  };
60
- RopeSequence.prototype.map = function map(f, from2, to) {
60
+ RopeSequence.prototype.map = function map(f2, from2, to) {
61
61
  if (from2 === void 0) from2 = 0;
62
62
  if (to === void 0) to = this.length;
63
63
  var result = [];
64
64
  this.forEach(function(elt, i) {
65
- return result.push(f(elt, i));
65
+ return result.push(f2(elt, i));
66
66
  }, from2, to);
67
67
  return result;
68
68
  };
@@ -93,16 +93,16 @@ var Leaf = /* @__PURE__ */ (function(RopeSequence3) {
93
93
  Leaf2.prototype.getInner = function getInner(i) {
94
94
  return this.values[i];
95
95
  };
96
- Leaf2.prototype.forEachInner = function forEachInner(f, from2, to, start2) {
96
+ Leaf2.prototype.forEachInner = function forEachInner(f2, from2, to, start2) {
97
97
  for (var i = from2; i < to; i++) {
98
- if (f(this.values[i], start2 + i) === false) {
98
+ if (f2(this.values[i], start2 + i) === false) {
99
99
  return false;
100
100
  }
101
101
  }
102
102
  };
103
- Leaf2.prototype.forEachInvertedInner = function forEachInvertedInner(f, from2, to, start2) {
103
+ Leaf2.prototype.forEachInvertedInner = function forEachInvertedInner(f2, from2, to, start2) {
104
104
  for (var i = from2 - 1; i >= to; i--) {
105
- if (f(this.values[i], start2 + i) === false) {
105
+ if (f2(this.values[i], start2 + i) === false) {
106
106
  return false;
107
107
  }
108
108
  }
@@ -144,21 +144,21 @@ var Append = /* @__PURE__ */ (function(RopeSequence3) {
144
144
  Append2.prototype.getInner = function getInner(i) {
145
145
  return i < this.left.length ? this.left.get(i) : this.right.get(i - this.left.length);
146
146
  };
147
- Append2.prototype.forEachInner = function forEachInner(f, from2, to, start2) {
147
+ Append2.prototype.forEachInner = function forEachInner(f2, from2, to, start2) {
148
148
  var leftLen = this.left.length;
149
- if (from2 < leftLen && this.left.forEachInner(f, from2, Math.min(to, leftLen), start2) === false) {
149
+ if (from2 < leftLen && this.left.forEachInner(f2, from2, Math.min(to, leftLen), start2) === false) {
150
150
  return false;
151
151
  }
152
- if (to > leftLen && this.right.forEachInner(f, Math.max(from2 - leftLen, 0), Math.min(this.length, to) - leftLen, start2 + leftLen) === false) {
152
+ if (to > leftLen && this.right.forEachInner(f2, Math.max(from2 - leftLen, 0), Math.min(this.length, to) - leftLen, start2 + leftLen) === false) {
153
153
  return false;
154
154
  }
155
155
  };
156
- Append2.prototype.forEachInvertedInner = function forEachInvertedInner(f, from2, to, start2) {
156
+ Append2.prototype.forEachInvertedInner = function forEachInvertedInner(f2, from2, to, start2) {
157
157
  var leftLen = this.left.length;
158
- if (from2 > leftLen && this.right.forEachInvertedInner(f, from2 - leftLen, Math.max(to, leftLen) - leftLen, start2 + leftLen) === false) {
158
+ if (from2 > leftLen && this.right.forEachInvertedInner(f2, from2 - leftLen, Math.max(to, leftLen) - leftLen, start2 + leftLen) === false) {
159
159
  return false;
160
160
  }
161
- if (to < leftLen && this.left.forEachInvertedInner(f, Math.min(from2, leftLen), to, start2) === false) {
161
+ if (to < leftLen && this.left.forEachInvertedInner(f2, Math.min(from2, leftLen), to, start2) === false) {
162
162
  return false;
163
163
  }
164
164
  };
@@ -1090,14 +1090,14 @@ function flattenH(rect, top2) {
1090
1090
  let y = top2 ? rect.top : rect.bottom;
1091
1091
  return { top: y, bottom: y, left: rect.left, right: rect.right };
1092
1092
  }
1093
- function withFlushedState(view, state, f) {
1093
+ function withFlushedState(view, state, f2) {
1094
1094
  let viewState = view.state, active = view.root.activeElement;
1095
1095
  if (viewState != state)
1096
1096
  view.updateState(state);
1097
1097
  if (active != view.dom)
1098
1098
  view.focus();
1099
1099
  try {
1100
- return f();
1100
+ return f2();
1101
1101
  } finally {
1102
1102
  if (viewState != state)
1103
1103
  view.updateState(viewState);
@@ -2456,7 +2456,7 @@ function iterDeco(parent, deco, onWidget, onNode) {
2456
2456
  while (decoIndex < locals.length && locals[decoIndex].to < end2)
2457
2457
  decoIndex++;
2458
2458
  }
2459
- let outerDeco = child.isInline && !child.isLeaf ? active.filter((d) => !d.inline) : active.slice();
2459
+ let outerDeco = child.isInline && !child.isLeaf ? active.filter((d2) => !d2.inline) : active.slice();
2460
2460
  onNode(child, outerDeco, deco.forChild(offset2, child), index2);
2461
2461
  offset2 = end2;
2462
2462
  }
@@ -2681,7 +2681,7 @@ function clearNodeSelection(view) {
2681
2681
  }
2682
2682
  }
2683
2683
  function selectionBetween(view, $anchor, $head, bias) {
2684
- return view.someProp("createSelectionBetween", (f) => f(view, $anchor, $head)) || TextSelection.between($anchor, $head, bias);
2684
+ return view.someProp("createSelectionBetween", (f2) => f2(view, $anchor, $head)) || TextSelection.between($anchor, $head, bias);
2685
2685
  }
2686
2686
  function hasFocusAndSelection(view) {
2687
2687
  if (view.editable && !view.hasFocus())
@@ -3029,8 +3029,8 @@ function captureKeyDown(view, event) {
3029
3029
  return false;
3030
3030
  }
3031
3031
  function serializeForClipboard(view, slice2) {
3032
- view.someProp("transformCopied", (f) => {
3033
- slice2 = f(slice2, view);
3032
+ view.someProp("transformCopied", (f2) => {
3033
+ slice2 = f2(slice2, view);
3034
3034
  });
3035
3035
  let context = [], { content, openStart, openEnd } = slice2;
3036
3036
  while (openStart > 1 && openEnd > 1 && content.childCount == 1 && content.firstChild.childCount == 1) {
@@ -3056,7 +3056,7 @@ function serializeForClipboard(view, slice2) {
3056
3056
  }
3057
3057
  if (firstChild && firstChild.nodeType == 1)
3058
3058
  firstChild.setAttribute("data-pm-slice", `${openStart} ${openEnd}${wrappers ? ` -${wrappers}` : ""} ${JSON.stringify(context)}`);
3059
- let text = view.someProp("clipboardTextSerializer", (f) => f(slice2, view)) || slice2.content.textBetween(0, slice2.content.size, "\n\n");
3059
+ let text = view.someProp("clipboardTextSerializer", (f2) => f2(slice2, view)) || slice2.content.textBetween(0, slice2.content.size, "\n\n");
3060
3060
  return { dom: wrap, text, slice: slice2 };
3061
3061
  }
3062
3062
  function parseFromClipboard(view, text, html, plainText, $context) {
@@ -3066,17 +3066,17 @@ function parseFromClipboard(view, text, html, plainText, $context) {
3066
3066
  return null;
3067
3067
  let asText = !!text && (plainText || inCode || !html);
3068
3068
  if (asText) {
3069
- view.someProp("transformPastedText", (f) => {
3070
- text = f(text, inCode || plainText, view);
3069
+ view.someProp("transformPastedText", (f2) => {
3070
+ text = f2(text, inCode || plainText, view);
3071
3071
  });
3072
3072
  if (inCode) {
3073
3073
  slice2 = new Slice(Fragment.from(view.state.schema.text(text.replace(/\r\n?/g, "\n"))), 0, 0);
3074
- view.someProp("transformPasted", (f) => {
3075
- slice2 = f(slice2, view, true);
3074
+ view.someProp("transformPasted", (f2) => {
3075
+ slice2 = f2(slice2, view, true);
3076
3076
  });
3077
3077
  return slice2;
3078
3078
  }
3079
- let parsed = view.someProp("clipboardTextParser", (f) => f(text, $context, plainText, view));
3079
+ let parsed = view.someProp("clipboardTextParser", (f2) => f2(text, $context, plainText, view));
3080
3080
  if (parsed) {
3081
3081
  slice2 = parsed;
3082
3082
  } else {
@@ -3090,8 +3090,8 @@ function parseFromClipboard(view, text, html, plainText, $context) {
3090
3090
  });
3091
3091
  }
3092
3092
  } else {
3093
- view.someProp("transformPastedHTML", (f) => {
3094
- html = f(html, view);
3093
+ view.someProp("transformPastedHTML", (f2) => {
3094
+ html = f2(html, view);
3095
3095
  });
3096
3096
  dom = readHTML(html);
3097
3097
  if (webkit)
@@ -3133,8 +3133,8 @@ function parseFromClipboard(view, text, html, plainText, $context) {
3133
3133
  slice2 = closeSlice(slice2, openStart, openEnd);
3134
3134
  }
3135
3135
  }
3136
- view.someProp("transformPasted", (f) => {
3137
- slice2 = f(slice2, view, asText);
3136
+ view.someProp("transformPasted", (f2) => {
3137
+ slice2 = f2(slice2, view, asText);
3138
3138
  });
3139
3139
  return slice2;
3140
3140
  }
@@ -3142,9 +3142,9 @@ const inlineParents = /^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|outpu
3142
3142
  function normalizeSiblings(fragment, $context) {
3143
3143
  if (fragment.childCount < 2)
3144
3144
  return fragment;
3145
- for (let d = $context.depth; d >= 0; d--) {
3146
- let parent = $context.node(d);
3147
- let match = parent.contentMatchAt($context.index(d));
3145
+ for (let d2 = $context.depth; d2 >= 0; d2--) {
3146
+ let parent = $context.node(d2);
3147
+ let match = parent.contentMatchAt($context.index(d2));
3148
3148
  let lastWrap, result = [];
3149
3149
  fragment.forEach((node) => {
3150
3150
  if (!result)
@@ -3228,7 +3228,7 @@ function maybeWrapTrusted(html) {
3228
3228
  if (!trustedTypes)
3229
3229
  return html;
3230
3230
  if (!_policy)
3231
- _policy = trustedTypes.defaultPolicy || trustedTypes.createPolicy("ProseMirrorClipboard", { createHTML: (s) => s });
3231
+ _policy = trustedTypes.defaultPolicy || trustedTypes.createPolicy("ProseMirrorClipboard", { createHTML: (s2) => s2 });
3232
3232
  return _policy.createHTML(html);
3233
3233
  }
3234
3234
  function readHTML(html) {
@@ -3368,11 +3368,11 @@ editHandlers.keydown = (view, _event) => {
3368
3368
  view.input.lastIOSEnter = now;
3369
3369
  view.input.lastIOSEnterFallbackTimeout = setTimeout(() => {
3370
3370
  if (view.input.lastIOSEnter == now) {
3371
- view.someProp("handleKeyDown", (f) => f(view, keyEvent(13, "Enter")));
3371
+ view.someProp("handleKeyDown", (f2) => f2(view, keyEvent(13, "Enter")));
3372
3372
  view.input.lastIOSEnter = 0;
3373
3373
  }
3374
3374
  }, 200);
3375
- } else if (view.someProp("handleKeyDown", (f) => f(view, event)) || captureKeyDown(view, event)) {
3375
+ } else if (view.someProp("handleKeyDown", (f2) => f2(view, event)) || captureKeyDown(view, event)) {
3376
3376
  event.preventDefault();
3377
3377
  } else {
3378
3378
  setSelectionOrigin(view, "key");
@@ -3386,7 +3386,7 @@ editHandlers.keypress = (view, _event) => {
3386
3386
  let event = _event;
3387
3387
  if (inOrNearComposition(view, event) || !event.charCode || event.ctrlKey && !event.altKey || mac$2 && event.metaKey)
3388
3388
  return;
3389
- if (view.someProp("handleKeyPress", (f) => f(view, event))) {
3389
+ if (view.someProp("handleKeyPress", (f2) => f2(view, event))) {
3390
3390
  event.preventDefault();
3391
3391
  return;
3392
3392
  }
@@ -3394,7 +3394,7 @@ editHandlers.keypress = (view, _event) => {
3394
3394
  if (!(sel instanceof TextSelection) || !sel.$from.sameParent(sel.$to)) {
3395
3395
  let text = String.fromCharCode(event.charCode);
3396
3396
  let deflt = () => view.state.tr.insertText(text).scrollIntoView();
3397
- if (!/[\r\n]/.test(text) && !view.someProp("handleTextInput", (f) => f(view, sel.$from.pos, sel.$to.pos, text, deflt)))
3397
+ if (!/[\r\n]/.test(text) && !view.someProp("handleTextInput", (f2) => f2(view, sel.$from.pos, sel.$to.pos, text, deflt)))
3398
3398
  view.dispatch(deflt());
3399
3399
  event.preventDefault();
3400
3400
  }
@@ -3411,7 +3411,7 @@ function runHandlerOnContext(view, propName, pos, inside, event) {
3411
3411
  return false;
3412
3412
  let $pos = view.state.doc.resolve(inside);
3413
3413
  for (let i = $pos.depth + 1; i > 0; i--) {
3414
- if (view.someProp(propName, (f) => i > $pos.depth ? f(view, pos, $pos.nodeAfter, $pos.before(i), event, true) : f(view, pos, $pos.node(i), $pos.before(i), event, false)))
3414
+ if (view.someProp(propName, (f2) => i > $pos.depth ? f2(view, pos, $pos.nodeAfter, $pos.before(i), event, true) : f2(view, pos, $pos.node(i), $pos.before(i), event, false)))
3415
3415
  return true;
3416
3416
  }
3417
3417
  return false;
@@ -3460,13 +3460,13 @@ function selectClickedNode(view, inside) {
3460
3460
  }
3461
3461
  }
3462
3462
  function handleSingleClick(view, pos, inside, event, selectNode) {
3463
- return runHandlerOnContext(view, "handleClickOn", pos, inside, event) || view.someProp("handleClick", (f) => f(view, pos, event)) || (selectNode ? selectClickedNode(view, inside) : selectClickedLeaf(view, inside));
3463
+ return runHandlerOnContext(view, "handleClickOn", pos, inside, event) || view.someProp("handleClick", (f2) => f2(view, pos, event)) || (selectNode ? selectClickedNode(view, inside) : selectClickedLeaf(view, inside));
3464
3464
  }
3465
3465
  function handleDoubleClick(view, pos, inside, event) {
3466
- return runHandlerOnContext(view, "handleDoubleClickOn", pos, inside, event) || view.someProp("handleDoubleClick", (f) => f(view, pos, event));
3466
+ return runHandlerOnContext(view, "handleDoubleClickOn", pos, inside, event) || view.someProp("handleDoubleClick", (f2) => f2(view, pos, event));
3467
3467
  }
3468
3468
  function handleTripleClick$1(view, pos, inside, event) {
3469
- return runHandlerOnContext(view, "handleTripleClickOn", pos, inside, event) || view.someProp("handleTripleClick", (f) => f(view, pos, event)) || defaultTripleClick(view, inside, event);
3469
+ return runHandlerOnContext(view, "handleTripleClickOn", pos, inside, event) || view.someProp("handleTripleClick", (f2) => f2(view, pos, event)) || defaultTripleClick(view, inside, event);
3470
3470
  }
3471
3471
  function defaultTripleClick(view, inside, event) {
3472
3472
  if (event.button != 0)
@@ -3800,7 +3800,7 @@ function capturePaste(view, event) {
3800
3800
  }
3801
3801
  function doPaste(view, text, html, preferPlain, event) {
3802
3802
  let slice2 = parseFromClipboard(view, text, html, preferPlain, view.state.selection.$from);
3803
- if (view.someProp("handlePaste", (f) => f(view, event, slice2 || Slice.empty)))
3803
+ if (view.someProp("handlePaste", (f2) => f2(view, event, slice2 || Slice.empty)))
3804
3804
  return true;
3805
3805
  if (!slice2)
3806
3806
  return false;
@@ -3887,14 +3887,14 @@ editHandlers.drop = (view, _event) => {
3887
3887
  let $mouse = view.state.doc.resolve(eventPos.pos);
3888
3888
  let slice2 = dragging && dragging.slice;
3889
3889
  if (slice2) {
3890
- view.someProp("transformPasted", (f) => {
3891
- slice2 = f(slice2, view, false);
3890
+ view.someProp("transformPasted", (f2) => {
3891
+ slice2 = f2(slice2, view, false);
3892
3892
  });
3893
3893
  } else {
3894
3894
  slice2 = parseFromClipboard(view, getText(event.dataTransfer), brokenClipboardAPI ? null : event.dataTransfer.getData("text/html"), false, $mouse);
3895
3895
  }
3896
3896
  let move = !!(dragging && dragMoves(view, event));
3897
- if (view.someProp("handleDrop", (f) => f(view, event, slice2 || Slice.empty, move))) {
3897
+ if (view.someProp("handleDrop", (f2) => f2(view, event, slice2 || Slice.empty, move))) {
3898
3898
  event.preventDefault();
3899
3899
  return;
3900
3900
  }
@@ -3966,7 +3966,7 @@ handlers.beforeinput = (view, _event) => {
3966
3966
  return;
3967
3967
  view.dom.blur();
3968
3968
  view.focus();
3969
- if (view.someProp("handleKeyDown", (f) => f(view, keyEvent(8, "Backspace"))))
3969
+ if (view.someProp("handleKeyDown", (f2) => f2(view, keyEvent(8, "Backspace"))))
3970
3970
  return;
3971
3971
  let { $cursor } = view.state.selection;
3972
3972
  if ($cursor && $cursor.pos > 0)
@@ -4343,8 +4343,8 @@ class DecorationSet {
4343
4343
  }
4344
4344
  return result;
4345
4345
  }
4346
- forEachSet(f) {
4347
- f(this);
4346
+ forEachSet(f2) {
4347
+ f2(this);
4348
4348
  }
4349
4349
  }
4350
4350
  DecorationSet.empty = new DecorationSet([], []);
@@ -4412,9 +4412,9 @@ class DecorationGroup {
4412
4412
  return new DecorationGroup(members.every((m) => m instanceof DecorationSet) ? members : members.reduce((r2, m) => r2.concat(m instanceof DecorationSet ? m : m.members), []));
4413
4413
  }
4414
4414
  }
4415
- forEachSet(f) {
4415
+ forEachSet(f2) {
4416
4416
  for (let i = 0; i < this.members.length; i++)
4417
- this.members[i].forEachSet(f);
4417
+ this.members[i].forEachSet(f2);
4418
4418
  }
4419
4419
  }
4420
4420
  function mapChildren(oldChildren, newLocal, mapping, node, offset2, oldOffset, options) {
@@ -4591,8 +4591,8 @@ function insertAhead(array, i, deco) {
4591
4591
  }
4592
4592
  function viewDecorations(view) {
4593
4593
  let found = [];
4594
- view.someProp("decorations", (f) => {
4595
- let result = f(view.state);
4594
+ view.someProp("decorations", (f2) => {
4595
+ let result = f2(view.state);
4596
4596
  if (result && result != empty)
4597
4597
  found.push(result);
4598
4598
  });
@@ -4965,7 +4965,7 @@ function readDOMChange(view, from2, to, typeOver, addedNodes) {
4965
4965
  let origin = view.input.lastSelectionTime > Date.now() - 50 ? view.input.lastSelectionOrigin : null;
4966
4966
  let newSel = selectionFromDOM(view, origin);
4967
4967
  if (newSel && !view.state.selection.eq(newSel)) {
4968
- if (chrome && android && view.input.lastKeyCode === 13 && Date.now() - 100 < view.input.lastKeyCodeTime && view.someProp("handleKeyDown", (f) => f(view, keyEvent(13, "Enter"))))
4968
+ if (chrome && android && view.input.lastKeyCode === 13 && Date.now() - 100 < view.input.lastKeyCodeTime && view.someProp("handleKeyDown", (f2) => f2(view, keyEvent(13, "Enter"))))
4969
4969
  return;
4970
4970
  let tr = view.state.tr.setSelection(newSel);
4971
4971
  if (origin == "pointer")
@@ -4997,7 +4997,7 @@ function readDOMChange(view, from2, to, typeOver, addedNodes) {
4997
4997
  let change = findDiff(compare.content, parse.doc.content, parse.from, preferredPos, preferredSide);
4998
4998
  if (change)
4999
4999
  view.input.domChangeCount++;
5000
- if ((ios && view.input.lastIOSEnter > Date.now() - 225 || android) && addedNodes.some((n) => n.nodeType == 1 && !isInline.test(n.nodeName)) && (!change || change.endA >= change.endB) && view.someProp("handleKeyDown", (f) => f(view, keyEvent(13, "Enter")))) {
5000
+ if ((ios && view.input.lastIOSEnter > Date.now() - 225 || android) && addedNodes.some((n) => n.nodeType == 1 && !isInline.test(n.nodeName)) && (!change || change.endA >= change.endB) && view.someProp("handleKeyDown", (f2) => f2(view, keyEvent(13, "Enter")))) {
5001
5001
  view.input.lastIOSEnter = 0;
5002
5002
  return;
5003
5003
  }
@@ -5034,11 +5034,11 @@ function readDOMChange(view, from2, to, typeOver, addedNodes) {
5034
5034
  let $to = parse.doc.resolveNoCache(change.endB - parse.from);
5035
5035
  let $fromA = doc2.resolve(change.start);
5036
5036
  let inlineChange = $from.sameParent($to) && $from.parent.inlineContent && $fromA.end() >= change.endA;
5037
- if ((ios && view.input.lastIOSEnter > Date.now() - 225 && (!inlineChange || addedNodes.some((n) => n.nodeName == "DIV" || n.nodeName == "P")) || !inlineChange && $from.pos < parse.doc.content.size && (!$from.sameParent($to) || !$from.parent.inlineContent) && $from.pos < $to.pos && !/\S/.test(parse.doc.textBetween($from.pos, $to.pos, "", ""))) && view.someProp("handleKeyDown", (f) => f(view, keyEvent(13, "Enter")))) {
5037
+ if ((ios && view.input.lastIOSEnter > Date.now() - 225 && (!inlineChange || addedNodes.some((n) => n.nodeName == "DIV" || n.nodeName == "P")) || !inlineChange && $from.pos < parse.doc.content.size && (!$from.sameParent($to) || !$from.parent.inlineContent) && $from.pos < $to.pos && !/\S/.test(parse.doc.textBetween($from.pos, $to.pos, "", ""))) && view.someProp("handleKeyDown", (f2) => f2(view, keyEvent(13, "Enter")))) {
5038
5038
  view.input.lastIOSEnter = 0;
5039
5039
  return;
5040
5040
  }
5041
- if (view.state.selection.anchor > change.start && looksLikeBackspace(doc2, change.start, change.endA, $from, $to) && view.someProp("handleKeyDown", (f) => f(view, keyEvent(8, "Backspace")))) {
5041
+ if (view.state.selection.anchor > change.start && looksLikeBackspace(doc2, change.start, change.endA, $from, $to) && view.someProp("handleKeyDown", (f2) => f2(view, keyEvent(8, "Backspace")))) {
5042
5042
  if (android && chrome)
5043
5043
  view.domObserver.suppressSelectionUpdates();
5044
5044
  return;
@@ -5049,8 +5049,8 @@ function readDOMChange(view, from2, to, typeOver, addedNodes) {
5049
5049
  change.endB -= 2;
5050
5050
  $to = parse.doc.resolveNoCache(change.endB - parse.from);
5051
5051
  setTimeout(() => {
5052
- view.someProp("handleKeyDown", function(f) {
5053
- return f(view, keyEvent(13, "Enter"));
5052
+ view.someProp("handleKeyDown", function(f2) {
5053
+ return f2(view, keyEvent(13, "Enter"));
5054
5054
  });
5055
5055
  }, 20);
5056
5056
  }
@@ -5091,7 +5091,7 @@ function readDOMChange(view, from2, to, typeOver, addedNodes) {
5091
5091
  } else if ($from.parent.child($from.index()).isText && $from.index() == $to.index() - ($to.textOffset ? 0 : 1)) {
5092
5092
  let text = $from.parent.textBetween($from.parentOffset, $to.parentOffset);
5093
5093
  let deflt = () => mkTr(view.state.tr.insertText(text, chFrom, chTo));
5094
- if (!view.someProp("handleTextInput", (f) => f(view, chFrom, chTo, text, deflt)))
5094
+ if (!view.someProp("handleTextInput", (f2) => f2(view, chFrom, chTo, text, deflt)))
5095
5095
  view.dispatch(deflt());
5096
5096
  }
5097
5097
  } else {
@@ -5362,7 +5362,7 @@ class EditorView {
5362
5362
  scrollToSelection() {
5363
5363
  let startDOM = this.domSelectionRange().focusNode;
5364
5364
  if (!startDOM || !this.dom.contains(startDOM.nodeType == 1 ? startDOM : startDOM.parentNode)) ;
5365
- else if (this.someProp("handleScrollToSelection", (f) => f(this))) ;
5365
+ else if (this.someProp("handleScrollToSelection", (f2) => f2(this))) ;
5366
5366
  else if (this.state.selection instanceof NodeSelection) {
5367
5367
  let target = this.docView.domAfterPos(this.state.selection.from);
5368
5368
  if (target.nodeType == 1)
@@ -5411,20 +5411,20 @@ class EditorView {
5411
5411
  }
5412
5412
  this.dragging = new Dragging(dragging.slice, dragging.move, found < 0 ? void 0 : NodeSelection.create(this.state.doc, found));
5413
5413
  }
5414
- someProp(propName, f) {
5414
+ someProp(propName, f2) {
5415
5415
  let prop = this._props && this._props[propName], value;
5416
- if (prop != null && (value = f ? f(prop) : prop))
5416
+ if (prop != null && (value = f2 ? f2(prop) : prop))
5417
5417
  return value;
5418
5418
  for (let i = 0; i < this.directPlugins.length; i++) {
5419
5419
  let prop2 = this.directPlugins[i].props[propName];
5420
- if (prop2 != null && (value = f ? f(prop2) : prop2))
5420
+ if (prop2 != null && (value = f2 ? f2(prop2) : prop2))
5421
5421
  return value;
5422
5422
  }
5423
5423
  let plugins = this.state.plugins;
5424
5424
  if (plugins)
5425
5425
  for (let i = 0; i < plugins.length; i++) {
5426
5426
  let prop2 = plugins[i].props[propName];
5427
- if (prop2 != null && (value = f ? f(prop2) : prop2))
5427
+ if (prop2 != null && (value = f2 ? f2(prop2) : prop2))
5428
5428
  return value;
5429
5429
  }
5430
5430
  }
@@ -5720,11 +5720,11 @@ const isInteger = Number.isInteger || ((num) => typeof num === "number" && isFin
5720
5720
  const create$2 = () => /* @__PURE__ */ new Set();
5721
5721
  const isArray = Array.isArray;
5722
5722
  const fromCharCode = String.fromCharCode;
5723
- const toLowerCase = (s) => s.toLowerCase();
5723
+ const toLowerCase = (s2) => s2.toLowerCase();
5724
5724
  const trimLeftRegex = /^\s*/g;
5725
- const trimLeft = (s) => s.replace(trimLeftRegex, "");
5725
+ const trimLeft = (s2) => s2.replace(trimLeftRegex, "");
5726
5726
  const fromCamelCaseRegex = /([A-Z])/g;
5727
- const fromCamelCase = (s, separator) => trimLeft(s.replace(fromCamelCaseRegex, (match) => `${separator}${toLowerCase(match)}`));
5727
+ const fromCamelCase = (s2, separator) => trimLeft(s2.replace(fromCamelCaseRegex, (match) => `${separator}${toLowerCase(match)}`));
5728
5728
  const _encodeUtf8Polyfill = (str) => {
5729
5729
  const encodedString = unescape(encodeURIComponent(str));
5730
5730
  const len = encodedString.length;
@@ -5753,9 +5753,9 @@ class Encoder {
5753
5753
  }
5754
5754
  }
5755
5755
  const createEncoder = () => new Encoder();
5756
- const encode = (f) => {
5756
+ const encode = (f2) => {
5757
5757
  const encoder = createEncoder();
5758
- f(encoder);
5758
+ f2(encoder);
5759
5759
  return toUint8Array(encoder);
5760
5760
  };
5761
5761
  const length = (encoder) => {
@@ -5769,9 +5769,9 @@ const toUint8Array = (encoder) => {
5769
5769
  const uint8arr = new Uint8Array(length(encoder));
5770
5770
  let curPos = 0;
5771
5771
  for (let i = 0; i < encoder.bufs.length; i++) {
5772
- const d = encoder.bufs[i];
5773
- uint8arr.set(d, curPos);
5774
- curPos += d.length;
5772
+ const d2 = encoder.bufs[i];
5773
+ uint8arr.set(d2, curPos);
5774
+ curPos += d2.length;
5775
5775
  }
5776
5776
  uint8arr.set(new Uint8Array(encoder.cbuf.buffer, 0, encoder.cpos), curPos);
5777
5777
  return uint8arr;
@@ -5926,7 +5926,7 @@ const writeAny = (encoder, data) => {
5926
5926
  write$1(encoder, 127);
5927
5927
  }
5928
5928
  };
5929
- const create$1 = (s) => new Error(s);
5929
+ const create$1 = (s2) => new Error(s2);
5930
5930
  const methodUnimplemented = () => {
5931
5931
  throw create$1("Method unimplemented");
5932
5932
  };
@@ -5942,9 +5942,9 @@ const setIfUndefined = (map2, key2, createT) => {
5942
5942
  return set;
5943
5943
  };
5944
5944
  const keys = Object.keys;
5945
- const every = (obj, f) => {
5945
+ const every = (obj, f2) => {
5946
5946
  for (const key2 in obj) {
5947
- if (!f(obj[key2], key2)) {
5947
+ if (!f2(obj[key2], key2)) {
5948
5948
  return false;
5949
5949
  }
5950
5950
  }
@@ -5953,11 +5953,11 @@ const every = (obj, f) => {
5953
5953
  const isOneOf = (value, options) => options.includes(value);
5954
5954
  const createMutex = () => {
5955
5955
  let token = true;
5956
- return (f, g) => {
5956
+ return (f2, g) => {
5957
5957
  if (token) {
5958
5958
  token = false;
5959
5959
  try {
5960
- f();
5960
+ f2();
5961
5961
  } finally {
5962
5962
  token = true;
5963
5963
  }
@@ -6183,19 +6183,19 @@ class Hasher {
6183
6183
  let a = H[0];
6184
6184
  let b = H[1];
6185
6185
  let c = H[2];
6186
- let d = H[3];
6186
+ let d2 = H[3];
6187
6187
  let e = H[4];
6188
- let f = H[5];
6188
+ let f2 = H[5];
6189
6189
  let g = H[6];
6190
6190
  let h = H[7];
6191
6191
  for (let tt = 0, T1, T2; tt < 64; tt++) {
6192
- T1 = h + sum1to256(e) + (e & f ^ ~e & g) + K[tt] + W[tt] >>> 0;
6192
+ T1 = h + sum1to256(e) + (e & f2 ^ ~e & g) + K[tt] + W[tt] >>> 0;
6193
6193
  T2 = sum0to256(a) + (a & b ^ a & c ^ b & c) >>> 0;
6194
6194
  h = g;
6195
- g = f;
6196
- f = e;
6197
- e = d + T1 >>> 0;
6198
- d = c;
6195
+ g = f2;
6196
+ f2 = e;
6197
+ e = d2 + T1 >>> 0;
6198
+ d2 = c;
6199
6199
  c = b;
6200
6200
  b = a;
6201
6201
  a = T1 + T2 >>> 0;
@@ -6203,9 +6203,9 @@ class Hasher {
6203
6203
  H[0] += a;
6204
6204
  H[1] += b;
6205
6205
  H[2] += c;
6206
- H[3] += d;
6206
+ H[3] += d2;
6207
6207
  H[4] += e;
6208
- H[5] += f;
6208
+ H[5] += f2;
6209
6209
  H[6] += g;
6210
6210
  H[7] += h;
6211
6211
  }
@@ -6256,11 +6256,11 @@ class Hasher {
6256
6256
  }
6257
6257
  const digest = (data) => new Hasher().digest(data);
6258
6258
  const toBase64Browser = (bytes) => {
6259
- let s = "";
6259
+ let s2 = "";
6260
6260
  for (let i = 0; i < bytes.byteLength; i++) {
6261
- s += fromCharCode(bytes[i]);
6261
+ s2 += fromCharCode(bytes[i]);
6262
6262
  }
6263
- return btoa(s);
6263
+ return btoa(s2);
6264
6264
  };
6265
6265
  const toBase64Node = (bytes) => Buffer2.from(bytes.buffer, bytes.byteOffset, bytes.byteLength).toString("base64");
6266
6266
  const toBase64 = isBrowser$1 ? toBase64Browser : toBase64Node;
@@ -6947,8 +6947,8 @@ const equalYTextPText = (ytext, ptexts) => {
6947
6947
  const delta = ytext.toDelta();
6948
6948
  return delta.length === ptexts.length && delta.every(
6949
6949
  /** @type {(d:any,i:number) => boolean} */
6950
- (d, i) => d.insert === /** @type {any} */
6951
- ptexts[i].text && keys(d.attributes || {}).length === ptexts[i].marks.length && every(d.attributes, (attr, yattrname) => {
6950
+ (d2, i) => d2.insert === /** @type {any} */
6951
+ ptexts[i].text && keys(d2.attributes || {}).length === ptexts[i].marks.length && every(d2.attributes, (attr, yattrname) => {
6952
6952
  const markname = yattr2markname(yattrname);
6953
6953
  const pmarks = ptexts[i].marks;
6954
6954
  return equalAttrs(attr, pmarks.find(
@@ -8548,17 +8548,17 @@ function splitBlockAs(splitNode) {
8548
8548
  return false;
8549
8549
  let types = [];
8550
8550
  let splitDepth, deflt, atEnd = false, atStart = false;
8551
- for (let d = $from.depth; ; d--) {
8552
- let node = $from.node(d);
8551
+ for (let d2 = $from.depth; ; d2--) {
8552
+ let node = $from.node(d2);
8553
8553
  if (node.isBlock) {
8554
- atEnd = $from.end(d) == $from.pos + ($from.depth - d);
8555
- atStart = $from.start(d) == $from.pos - ($from.depth - d);
8556
- deflt = defaultBlockAt($from.node(d - 1).contentMatchAt($from.indexAfter(d - 1)));
8554
+ atEnd = $from.end(d2) == $from.pos + ($from.depth - d2);
8555
+ atStart = $from.start(d2) == $from.pos - ($from.depth - d2);
8556
+ deflt = defaultBlockAt($from.node(d2 - 1).contentMatchAt($from.indexAfter(d2 - 1)));
8557
8557
  types.unshift(atEnd && deflt ? { type: deflt } : null);
8558
- splitDepth = d;
8558
+ splitDepth = d2;
8559
8559
  break;
8560
8560
  } else {
8561
- if (d == 1)
8561
+ if (d2 == 1)
8562
8562
  return false;
8563
8563
  types.unshift(null);
8564
8564
  }
@@ -8879,7 +8879,7 @@ function defaultStyleDetector({ state, selectionMarks, markName, editor }) {
8879
8879
  const key2 = mapMarkToStyleKey(markName);
8880
8880
  while (current && !seen.has(current)) {
8881
8881
  seen.add(current);
8882
- const style = styles.find((s) => s.id === current);
8882
+ const style = styles.find((s2) => s2.id === current);
8883
8883
  const def = style?.definition?.styles || {};
8884
8884
  if (key2 in def) {
8885
8885
  const raw = def[key2];
@@ -8912,8 +8912,8 @@ function getEffectiveStyleId(state, selectionMarks) {
8912
8912
  if (ts) return ts.attrs.styleId;
8913
8913
  const pos = state.selection.$from.pos;
8914
8914
  const $pos = state.doc.resolve(pos);
8915
- for (let d = $pos.depth; d >= 0; d--) {
8916
- const n = $pos.node(d);
8915
+ for (let d2 = $pos.depth; d2 >= 0; d2--) {
8916
+ const n = $pos.node(d2);
8917
8917
  if (n?.type?.name === "paragraph") return n.attrs?.styleId || null;
8918
8918
  }
8919
8919
  return null;
@@ -9472,10 +9472,10 @@ const wrapInList = (typeOrName, attrs = {}) => ({ state, dispatch }) => {
9472
9472
  return wrapInList$1(type, attrs)(state, dispatch);
9473
9473
  };
9474
9474
  function nearestListAt($pos, OrderedType, BulletType) {
9475
- for (let d = $pos.depth; d >= 0; d--) {
9476
- const node = $pos.node(d);
9475
+ for (let d2 = $pos.depth; d2 >= 0; d2--) {
9476
+ const node = $pos.node(d2);
9477
9477
  if (node.type === OrderedType || node.type === BulletType) {
9478
- return { node, pos: $pos.before(d), depth: d };
9478
+ return { node, pos: $pos.before(d2), depth: d2 };
9479
9479
  }
9480
9480
  }
9481
9481
  return null;
@@ -10103,10 +10103,10 @@ const findNodePosition = (doc2, targetNode) => {
10103
10103
  };
10104
10104
  function getListContext(state) {
10105
10105
  const { $from } = state.selection;
10106
- for (let d = $from.depth; d > 0; d--) {
10107
- const node = $from.node(d - 1);
10106
+ for (let d2 = $from.depth; d2 > 0; d2--) {
10107
+ const node = $from.node(d2 - 1);
10108
10108
  if (isList(node)) {
10109
- const listDepth = d - 1;
10109
+ const listDepth = d2 - 1;
10110
10110
  const listPos = $from.before(listDepth);
10111
10111
  const listNode = node;
10112
10112
  const liNode = listNode.firstChild || null;
@@ -10180,12 +10180,12 @@ const handleBackspaceNextToList = () => ({ state, dispatch, editor }) => {
10180
10180
  };
10181
10181
  function getParaCtx(state) {
10182
10182
  const { $from } = state.selection;
10183
- for (let d = $from.depth; d >= 0; d--) {
10184
- const n = $from.node(d);
10183
+ for (let d2 = $from.depth; d2 >= 0; d2--) {
10184
+ const n = $from.node(d2);
10185
10185
  if (n.type.name === "paragraph") {
10186
- const before = $from.before(d);
10186
+ const before = $from.before(d2);
10187
10187
  const endInside = before + 1 + n.content.size;
10188
- return { para: n, paraDepth: d, before, endInside };
10188
+ return { para: n, paraDepth: d2, before, endInside };
10189
10189
  }
10190
10190
  }
10191
10191
  return null;
@@ -10223,11 +10223,11 @@ const handleDeleteNextToList = () => ({ state, dispatch }) => {
10223
10223
  };
10224
10224
  let listItemDepth = -1;
10225
10225
  let listDepth = -1;
10226
- for (let d = $from.depth; d > 0; d--) {
10227
- const maybeLI = $from.node(d - 1);
10226
+ for (let d2 = $from.depth; d2 > 0; d2--) {
10227
+ const maybeLI = $from.node(d2 - 1);
10228
10228
  if (maybeLI.type.name === "listItem") {
10229
- listItemDepth = d - 1;
10230
- if (d - 2 >= 0 && isList($from.node(d - 2))) listDepth = d - 2;
10229
+ listItemDepth = d2 - 1;
10230
+ if (d2 - 2 >= 0 && isList($from.node(d2 - 2))) listDepth = d2 - 2;
10231
10231
  break;
10232
10232
  }
10233
10233
  }
@@ -13694,7 +13694,7 @@ function findAndNormalizeRelationshipsFile(convertedXml, results) {
13694
13694
  "_rels/document.xml.rels",
13695
13695
  "document.xml.rels"
13696
13696
  ];
13697
- const relsKey = candidateKeys.find((k) => convertedXml?.[k]?.elements);
13697
+ const relsKey = candidateKeys.find((k2) => convertedXml?.[k2]?.elements);
13698
13698
  if (!relsKey) return { relsKey: null, wasNormalized: false };
13699
13699
  const canonicalKey = "word/_rels/document.xml.rels";
13700
13700
  if (relsKey !== canonicalKey) {
@@ -15059,7 +15059,7 @@ const _Editor = class _Editor extends EventEmitter {
15059
15059
  * @returns {Object | void} Migration results
15060
15060
  */
15061
15061
  processCollaborationMigrations() {
15062
- console.debug("[checkVersionMigrations] Current editor version", "0.25.0");
15062
+ console.debug("[checkVersionMigrations] Current editor version", "0.26.0");
15063
15063
  if (!this.options.ydoc) return;
15064
15064
  const metaMap = this.options.ydoc.getMap("meta");
15065
15065
  let docVersion = metaMap.get("version");
@@ -15655,30 +15655,6 @@ initComments_fn = function() {
15655
15655
  dispatch(tr);
15656
15656
  }, 50);
15657
15657
  };
15658
- /**
15659
- * Initialize track changes based on document mode
15660
- * @returns {void}
15661
- */
15662
- initTrackChanges_fn = function() {
15663
- if (!this.extensionService || this.options.isHeaderOrFooter) {
15664
- return;
15665
- }
15666
- switch (this.options.documentMode) {
15667
- case "editing":
15668
- __privateMethod(this, _Editor_instances, registerPluginByNameIfNotExists_fn).call(this, "TrackChangesBase");
15669
- this.commands.disableTrackChangesShowOriginal();
15670
- this.commands.disableTrackChanges();
15671
- break;
15672
- case "suggesting":
15673
- __privateMethod(this, _Editor_instances, registerPluginByNameIfNotExists_fn).call(this, "TrackChangesBase");
15674
- this.commands.disableTrackChangesShowOriginal();
15675
- this.commands.enableTrackChanges();
15676
- break;
15677
- case "viewing":
15678
- this.commands.toggleTrackChangesShowOriginal();
15679
- break;
15680
- }
15681
- };
15682
15658
  initPagination_fn = async function() {
15683
15659
  if (this.options.isHeadless || !this.extensionService || this.options.isHeaderOrFooter) {
15684
15660
  return;
@@ -16596,12 +16572,12 @@ class GapCursor extends Selection {
16596
16572
  if (!mustMove && GapCursor.valid($pos))
16597
16573
  return $pos;
16598
16574
  let pos = $pos.pos, next = null;
16599
- for (let d = $pos.depth; ; d--) {
16600
- let parent = $pos.node(d);
16601
- if (dir > 0 ? $pos.indexAfter(d) < parent.childCount : $pos.index(d) > 0) {
16602
- next = parent.child(dir > 0 ? $pos.indexAfter(d) : $pos.index(d) - 1);
16575
+ for (let d2 = $pos.depth; ; d2--) {
16576
+ let parent = $pos.node(d2);
16577
+ if (dir > 0 ? $pos.indexAfter(d2) < parent.childCount : $pos.index(d2) > 0) {
16578
+ next = parent.child(dir > 0 ? $pos.indexAfter(d2) : $pos.index(d2) - 1);
16603
16579
  break;
16604
- } else if (d == 0) {
16580
+ } else if (d2 == 0) {
16605
16581
  return null;
16606
16582
  }
16607
16583
  pos += dir;
@@ -16645,8 +16621,8 @@ class GapBookmark {
16645
16621
  }
16646
16622
  }
16647
16623
  function closedBefore($pos) {
16648
- for (let d = $pos.depth; d >= 0; d--) {
16649
- let index2 = $pos.index(d), parent = $pos.node(d);
16624
+ for (let d2 = $pos.depth; d2 >= 0; d2--) {
16625
+ let index2 = $pos.index(d2), parent = $pos.node(d2);
16650
16626
  if (index2 == 0) {
16651
16627
  if (parent.type.spec.isolating)
16652
16628
  return true;
@@ -16662,8 +16638,8 @@ function closedBefore($pos) {
16662
16638
  return true;
16663
16639
  }
16664
16640
  function closedAfter($pos) {
16665
- for (let d = $pos.depth; d >= 0; d--) {
16666
- let index2 = $pos.indexAfter(d), parent = $pos.node(d);
16641
+ for (let d2 = $pos.depth; d2 >= 0; d2--) {
16642
+ let index2 = $pos.indexAfter(d2), parent = $pos.node(d2);
16667
16643
  if (index2 == parent.childCount) {
16668
16644
  if (parent.type.spec.isolating)
16669
16645
  return true;
@@ -16896,7 +16872,7 @@ const AiLoaderNode = Node$1.create({
16896
16872
  renderDOM({ htmlAttributes }) {
16897
16873
  const span = document.createElement("span");
16898
16874
  Object.entries(Attribute.mergeAttributes(this.options.htmlAttributes, htmlAttributes)).forEach(
16899
- ([k, v]) => span.setAttribute(k, v)
16875
+ ([k2, v]) => span.setAttribute(k2, v)
16900
16876
  );
16901
16877
  const img = document.createElement("img");
16902
16878
  img.src = dotsLoader;
@@ -17662,6 +17638,16 @@ const StructuredContentCommands = Extension.create({
17662
17638
  * Inserts a structured content inline at selection.
17663
17639
  * @category Command
17664
17640
  * @param {StructuredContentInlineInsert} options
17641
+ * @example
17642
+ * editor.commands.insertStructuredContentInline({
17643
+ * attrs: {
17644
+ * id: '123',
17645
+ * alias: 'Customer Name',
17646
+ * },
17647
+ * text: 'John Doe',
17648
+ * // or
17649
+ * json: { type: 'text', text: 'John Doe' },
17650
+ * });
17665
17651
  */
17666
17652
  insertStructuredContentInline: (options = {}) => ({ editor, dispatch, state, tr }) => {
17667
17653
  const { schema } = editor;
@@ -17701,6 +17687,16 @@ const StructuredContentCommands = Extension.create({
17701
17687
  * Inserts a structured content block at selection.
17702
17688
  * @category Command
17703
17689
  * @param {StructuredContentBlockInsert} options
17690
+ * @example
17691
+ * editor.commands.insertStructuredContentBlock({
17692
+ * attrs: {
17693
+ * id: '456',
17694
+ * alias: 'Terms & Conditions',
17695
+ * },
17696
+ * json: { type: 'paragraph', content: [{ type: 'text', text: 'Legal content...' }] }
17697
+ * // or
17698
+ * html: '<p>Legal content...</p>',
17699
+ * });
17704
17700
  */
17705
17701
  insertStructuredContentBlock: (options = {}) => ({ editor, dispatch, state, tr }) => {
17706
17702
  const { schema } = editor;
@@ -17745,6 +17741,14 @@ const StructuredContentCommands = Extension.create({
17745
17741
  * @category Command
17746
17742
  * @param {string} id - Unique identifier of the field
17747
17743
  * @param {StructuredContentUpdate} options
17744
+ * @example
17745
+ * editor.commands.updateStructuredContentById('123', { text: 'Jane Doe' });
17746
+ * editor.commands.updateStructuredContentById('123', {
17747
+ * json: { type: 'text', text: 'Jane Doe' },
17748
+ * });
17749
+ * editor.commands.updateStructuredContentById('456', {
17750
+ * html: '<p>Updated legal content...</p>'
17751
+ * });
17748
17752
  */
17749
17753
  updateStructuredContentById: (id, options = {}) => ({ editor, dispatch, state, tr }) => {
17750
17754
  const structuredContentTags = getStructuredContentTagsById(id, state);
@@ -17787,6 +17791,9 @@ const StructuredContentCommands = Extension.create({
17787
17791
  * Removes a structured content.
17788
17792
  * @category Command
17789
17793
  * @param {Array<{ node: Node, pos: number }>} structuredContentTags
17794
+ * @example
17795
+ * const fields = editor.helpers.structuredContentCommands.getStructuredContentTagsById(['123'], editor.state);
17796
+ * editor.commands.deleteStructuredContent(fields);
17790
17797
  */
17791
17798
  deleteStructuredContent: (structuredContentTags) => ({ dispatch, tr }) => {
17792
17799
  if (!structuredContentTags.length) {
@@ -17809,6 +17816,9 @@ const StructuredContentCommands = Extension.create({
17809
17816
  * Removes a structured content by ID.
17810
17817
  * @category Command
17811
17818
  * @param {string | string[]} idOrIds
17819
+ * @example
17820
+ * editor.commands.deleteStructuredContentById('123');
17821
+ * editor.commands.deleteStructuredContentById(['123', '456']);
17812
17822
  */
17813
17823
  deleteStructuredContentById: (idOrIds) => ({ dispatch, state, tr }) => {
17814
17824
  const structuredContentTags = getStructuredContentTagsById(idOrIds, state);
@@ -17831,6 +17841,8 @@ const StructuredContentCommands = Extension.create({
17831
17841
  /**
17832
17842
  * Removes a structured content at cursor, preserving its content.
17833
17843
  * @category Command
17844
+ * @example
17845
+ * editor.commands.deleteStructuredContentAtSelection();
17834
17846
  */
17835
17847
  deleteStructuredContentAtSelection: () => ({ dispatch, state, tr }) => {
17836
17848
  const predicate = (node) => STRUCTURED_CONTENT_NAMES.includes(node.type.name);
@@ -17991,7 +18003,7 @@ const exportSectionsToJSON = (editor) => {
17991
18003
  };
17992
18004
  const getLinkedSectionEditor = (id, options, editor) => {
17993
18005
  const sections = getAllSections(editor);
17994
- const section = sections.find((s) => s.node.attrs.id === id);
18006
+ const section = sections.find((s2) => s2.node.attrs.id === id);
17995
18007
  if (!section) return null;
17996
18008
  const child = editor.createChildEditor({
17997
18009
  ...options,
@@ -17999,7 +18011,7 @@ const getLinkedSectionEditor = (id, options, editor) => {
17999
18011
  const isFromtLinkedParent = transaction.getMeta("fromLinkedParent");
18000
18012
  if (isFromtLinkedParent) return;
18001
18013
  const updatedContent = childEditor.state.doc.content;
18002
- const sectionNode = getAllSections(editor)?.find((s) => s.node.attrs.id === id);
18014
+ const sectionNode = getAllSections(editor)?.find((s2) => s2.node.attrs.id === id);
18003
18015
  if (!sectionNode) return;
18004
18016
  const { pos, node } = sectionNode;
18005
18017
  const newNode = node.type.create(node.attrs, updatedContent, node.marks);
@@ -18011,7 +18023,7 @@ const getLinkedSectionEditor = (id, options, editor) => {
18011
18023
  editor.on("update", ({ transaction }) => {
18012
18024
  const isFromLinkedChild = transaction.getMeta("fromLinkedChild");
18013
18025
  if (isFromLinkedChild) return;
18014
- const sectionNode = getAllSections(editor)?.find((s) => s.node.attrs.id === id);
18026
+ const sectionNode = getAllSections(editor)?.find((s2) => s2.node.attrs.id === id);
18015
18027
  if (!sectionNode) return;
18016
18028
  const sectionContent = sectionNode.node.content;
18017
18029
  const json = {
@@ -19178,13 +19190,13 @@ const generateLinkedStyleString = (linkedStyle, basedOnStyle, node, parent, incl
19178
19190
  "color",
19179
19191
  "highlight"
19180
19192
  ];
19181
- inheritKeys.forEach((k) => {
19182
- if (!linkedDefinitionStyles[k] && basedOnDefinitionStyles[k]) {
19183
- resultStyles[k] = basedOnDefinitionStyles[k];
19193
+ inheritKeys.forEach((k2) => {
19194
+ if (!linkedDefinitionStyles[k2] && basedOnDefinitionStyles[k2]) {
19195
+ resultStyles[k2] = basedOnDefinitionStyles[k2];
19184
19196
  }
19185
19197
  });
19186
- Object.entries(resultStyles).forEach(([k, value]) => {
19187
- const key2 = kebabCase(k);
19198
+ Object.entries(resultStyles).forEach(([k2, value]) => {
19199
+ const key2 = kebabCase(k2);
19188
19200
  const flattenedMarks = [];
19189
19201
  node?.marks?.forEach((n) => {
19190
19202
  if (n.type.name === "textStyle") {
@@ -19208,8 +19220,8 @@ const generateLinkedStyleString = (linkedStyle, basedOnStyle, node, parent, incl
19208
19220
  if (!mark) {
19209
19221
  if (key2 === "spacing" && includeSpacing && !hasParentSpacing) {
19210
19222
  const space = getSpacingStyle(value);
19211
- Object.entries(space).forEach(([k2, v]) => {
19212
- markValue[k2] = v;
19223
+ Object.entries(space).forEach(([k3, v]) => {
19224
+ markValue[k3] = v;
19213
19225
  });
19214
19226
  } else if (key2 === "indent" && includeSpacing && !hasParentIndent) {
19215
19227
  const { leftIndent, rightIndent, firstLine } = value;
@@ -19275,13 +19287,13 @@ const generateLinkedStyleString = (linkedStyle, basedOnStyle, node, parent, incl
19275
19287
  const colorVal = value && typeof value === "object" ? value.color || value.underlineColor || null : null;
19276
19288
  const css = getUnderlineCssString({ type: styleVal, color: colorVal });
19277
19289
  css.split(";").forEach((decl) => {
19278
- const d = decl.trim();
19279
- if (!d) return;
19280
- const idx = d.indexOf(":");
19290
+ const d2 = decl.trim();
19291
+ if (!d2) return;
19292
+ const idx = d2.indexOf(":");
19281
19293
  if (idx === -1) return;
19282
- const k2 = d.slice(0, idx).trim();
19283
- const v = d.slice(idx + 1).trim();
19284
- markValue[k2] = v;
19294
+ const k3 = d2.slice(0, idx).trim();
19295
+ const v = d2.slice(idx + 1).trim();
19296
+ markValue[k3] = v;
19285
19297
  });
19286
19298
  }
19287
19299
  }
@@ -19420,8 +19432,8 @@ const generateDecorations = (state, styles) => {
19420
19432
  const doc2 = state?.doc;
19421
19433
  const getParagraphStyleId = (pos) => {
19422
19434
  const $pos = state.doc.resolve(pos);
19423
- for (let d = $pos.depth; d >= 0; d--) {
19424
- const n = $pos.node(d);
19435
+ for (let d2 = $pos.depth; d2 >= 0; d2--) {
19436
+ const n = $pos.node(d2);
19425
19437
  if (n?.type?.name === "paragraph") return n.attrs?.styleId || null;
19426
19438
  }
19427
19439
  return null;
@@ -19544,7 +19556,7 @@ const LinkedStyles = Extension.create({
19544
19556
  const { state, tr } = params2;
19545
19557
  const pluginState = LinkedStylesPluginKey.getState(state);
19546
19558
  if (!pluginState) return false;
19547
- const style = pluginState.styles?.find((s) => s.id === styleId);
19559
+ const style = pluginState.styles?.find((s2) => s2.id === styleId);
19548
19560
  if (!style) return false;
19549
19561
  return applyLinkedStyleToTransaction(tr, this.editor, style);
19550
19562
  }
@@ -19574,7 +19586,7 @@ const LinkedStyles = Extension.create({
19574
19586
  */
19575
19587
  getStyleById: (styleId) => {
19576
19588
  const styles = this.editor.helpers[this.name].getStyles();
19577
- return styles.find((s) => s.id === styleId);
19589
+ return styles.find((s2) => s2.id === styleId);
19578
19590
  },
19579
19591
  /**
19580
19592
  * Get the CSS string for a style
@@ -19588,7 +19600,7 @@ const LinkedStyles = Extension.create({
19588
19600
  */
19589
19601
  getLinkedStyleString: (styleId) => {
19590
19602
  const styles = this.editor.helpers.linkedStyles.getStyles();
19591
- const style = styles.find((s) => s.id === styleId);
19603
+ const style = styles.find((s2) => s2.id === styleId);
19592
19604
  if (!style) return "";
19593
19605
  return generateLinkedStyleString(style);
19594
19606
  }
@@ -19597,9 +19609,9 @@ const LinkedStyles = Extension.create({
19597
19609
  });
19598
19610
  function getUnderlineCssString({ type = "single", color = null, thickness = null, approximate = true } = {}) {
19599
19611
  const parts = [];
19600
- const add = (k, v) => {
19612
+ const add = (k2, v) => {
19601
19613
  if (!v) return;
19602
- parts.push(`${k}: ${v}`);
19614
+ parts.push(`${k2}: ${v}`);
19603
19615
  };
19604
19616
  const lower = String(type || "single").toLowerCase();
19605
19617
  if (lower === "none" || lower === "0") {
@@ -19835,8 +19847,8 @@ function getStylesFromLinkedStyles({ node, pos, editor }) {
19835
19847
  }
19836
19848
  const style = styleDeco?.type?.attrs?.style;
19837
19849
  const stylesArray = style?.split(";") || [];
19838
- const fontSizeFromStyles = stylesArray.find((s) => s.includes("font-size"))?.split(":")[1]?.trim();
19839
- const fontFamilyFromStyles = stylesArray.find((s) => s.includes("font-family"))?.split(":")[1]?.trim();
19850
+ const fontSizeFromStyles = stylesArray.find((s2) => s2.includes("font-size"))?.split(":")[1]?.trim();
19851
+ const fontFamilyFromStyles = stylesArray.find((s2) => s2.includes("font-family"))?.split(":")[1]?.trim();
19840
19852
  return {
19841
19853
  font: fontFamilyFromStyles,
19842
19854
  size: fontSizeFromStyles
@@ -21773,22 +21785,22 @@ function tableNodeTypes(schema) {
21773
21785
  }
21774
21786
  var tableEditingKey = new PluginKey("selectingCells");
21775
21787
  function cellAround$1($pos) {
21776
- for (let d = $pos.depth - 1; d > 0; d--)
21777
- if ($pos.node(d).type.spec.tableRole == "row")
21778
- return $pos.node(0).resolve($pos.before(d + 1));
21788
+ for (let d2 = $pos.depth - 1; d2 > 0; d2--)
21789
+ if ($pos.node(d2).type.spec.tableRole == "row")
21790
+ return $pos.node(0).resolve($pos.before(d2 + 1));
21779
21791
  return null;
21780
21792
  }
21781
21793
  function cellWrapping$1($pos) {
21782
- for (let d = $pos.depth; d > 0; d--) {
21783
- const role = $pos.node(d).type.spec.tableRole;
21784
- if (role === "cell" || role === "header_cell") return $pos.node(d);
21794
+ for (let d2 = $pos.depth; d2 > 0; d2--) {
21795
+ const role = $pos.node(d2).type.spec.tableRole;
21796
+ if (role === "cell" || role === "header_cell") return $pos.node(d2);
21785
21797
  }
21786
21798
  return null;
21787
21799
  }
21788
21800
  function isInTable(state) {
21789
21801
  const $head = state.selection.$head;
21790
- for (let d = $head.depth; d > 0; d--)
21791
- if ($head.node(d).type.spec.tableRole == "row") return true;
21802
+ for (let d2 = $head.depth; d2 > 0; d2--)
21803
+ if ($head.node(d2).type.spec.tableRole == "row") return true;
21792
21804
  return false;
21793
21805
  }
21794
21806
  function selectionCell(state) {
@@ -21984,7 +21996,7 @@ var CellSelection = class _CellSelection extends Selection {
21984
21996
  replaceWith(tr, node) {
21985
21997
  this.replace(tr, new Slice(Fragment.from(node), 0, 0));
21986
21998
  }
21987
- forEachCell(f) {
21999
+ forEachCell(f2) {
21988
22000
  const table = this.$anchorCell.node(-1);
21989
22001
  const map2 = TableMap.get(table);
21990
22002
  const tableStart = this.$anchorCell.start(-1);
@@ -21995,7 +22007,7 @@ var CellSelection = class _CellSelection extends Selection {
21995
22007
  )
21996
22008
  );
21997
22009
  for (let i = 0; i < cells.length; i++) {
21998
- f(table.nodeAt(cells[i]), tableStart + cells[i]);
22010
+ f2(table.nodeAt(cells[i]), tableStart + cells[i]);
21999
22011
  }
22000
22012
  }
22001
22013
  // True if this selection goes all the way from the top to the
@@ -22129,8 +22141,8 @@ function isCellBoundarySelection({ $from, $to }) {
22129
22141
  let depth = $from.depth;
22130
22142
  for (; depth >= 0; depth--, afterFrom++)
22131
22143
  if ($from.after(depth + 1) < $from.end(depth)) break;
22132
- for (let d = $to.depth; d >= 0; d--, beforeTo--)
22133
- if ($to.before(d + 1) > $to.start(d)) break;
22144
+ for (let d2 = $to.depth; d2 >= 0; d2--, beforeTo--)
22145
+ if ($to.before(d2 + 1) > $to.start(d2)) break;
22134
22146
  return afterFrom == beforeTo && /row|table/.test($from.node(depth).type.spec.tableRole);
22135
22147
  }
22136
22148
  function isTextSelectionAcrossCells({ $from, $to }) {
@@ -22178,7 +22190,7 @@ function normalizeSelection(state, tr, allowTableNodeSelection) {
22178
22190
  return tr;
22179
22191
  }
22180
22192
  var fixTablesKey = new PluginKey("fix-tables");
22181
- function changedDescendants(old, cur, offset2, f) {
22193
+ function changedDescendants(old, cur, offset2, f2) {
22182
22194
  const oldSize = old.childCount, curSize = cur.childCount;
22183
22195
  outer: for (let i = 0, j = 0; i < curSize; i++) {
22184
22196
  const child = cur.child(i);
@@ -22189,10 +22201,10 @@ function changedDescendants(old, cur, offset2, f) {
22189
22201
  continue outer;
22190
22202
  }
22191
22203
  }
22192
- f(child, offset2);
22204
+ f2(child, offset2);
22193
22205
  if (j < oldSize && old.child(j).sameMarkup(child))
22194
- changedDescendants(old.child(j), child, offset2 + 1, f);
22195
- else child.nodesBetween(0, child.content.size, f, offset2 + 1);
22206
+ changedDescendants(old.child(j), child, offset2 + 1, f2);
22207
+ else child.nodesBetween(0, child.content.size, f2, offset2 + 1);
22196
22208
  offset2 += child.nodeSize;
22197
22209
  }
22198
22210
  }
@@ -22776,12 +22788,12 @@ function goToNextCell(direction) {
22776
22788
  }
22777
22789
  function deleteTable(state, dispatch) {
22778
22790
  const $pos = state.selection.$anchor;
22779
- for (let d = $pos.depth; d > 0; d--) {
22780
- const node = $pos.node(d);
22791
+ for (let d2 = $pos.depth; d2 > 0; d2--) {
22792
+ const node = $pos.node(d2);
22781
22793
  if (node.type.spec.tableRole == "table") {
22782
22794
  if (dispatch)
22783
22795
  dispatch(
22784
- state.tr.delete($pos.before(d), $pos.after(d)).scrollIntoView()
22796
+ state.tr.delete($pos.before(d2), $pos.after(d2)).scrollIntoView()
22785
22797
  );
22786
22798
  return true;
22787
22799
  }
@@ -23223,11 +23235,11 @@ function handleMouseDown(view, startEvent) {
23223
23235
  function atEndOfCell(view, axis, dir) {
23224
23236
  if (!(view.state.selection instanceof TextSelection)) return null;
23225
23237
  const { $head } = view.state.selection;
23226
- for (let d = $head.depth - 1; d >= 0; d--) {
23227
- const parent = $head.node(d), index2 = dir < 0 ? $head.index(d) : $head.indexAfter(d);
23238
+ for (let d2 = $head.depth - 1; d2 >= 0; d2--) {
23239
+ const parent = $head.node(d2), index2 = dir < 0 ? $head.index(d2) : $head.indexAfter(d2);
23228
23240
  if (index2 != (dir < 0 ? 0 : parent.childCount)) return null;
23229
23241
  if (parent.type.spec.tableRole == "cell" || parent.type.spec.tableRole == "header_cell") {
23230
- const cellPos = $head.before(d);
23242
+ const cellPos = $head.before(d2);
23231
23243
  const dirStr = axis == "vert" ? dir > 0 ? "down" : "up" : dir > 0 ? "right" : "left";
23232
23244
  return view.endOfTextblock(dirStr) ? cellPos : null;
23233
23245
  }
@@ -23673,14 +23685,14 @@ const createCellBorders = ({ size = 0.66665, color = "#000000" } = {}) => {
23673
23685
  };
23674
23686
  };
23675
23687
  function cellAround($pos) {
23676
- for (let d = $pos.depth - 1; d > 0; d--)
23677
- if ($pos.node(d).type.spec.tableRole == "row") return $pos.node(0).resolve($pos.before(d + 1));
23688
+ for (let d2 = $pos.depth - 1; d2 > 0; d2--)
23689
+ if ($pos.node(d2).type.spec.tableRole == "row") return $pos.node(0).resolve($pos.before(d2 + 1));
23678
23690
  return null;
23679
23691
  }
23680
23692
  function cellWrapping($pos) {
23681
- for (let d = $pos.depth; d > 0; d--) {
23682
- const role = $pos.node(d).type.spec.tableRole;
23683
- if (role === "cell" || role === "header_cell") return $pos.node(d);
23693
+ for (let d2 = $pos.depth; d2 > 0; d2--) {
23694
+ const role = $pos.node(d2).type.spec.tableRole;
23695
+ if (role === "cell" || role === "header_cell") return $pos.node(d2);
23684
23696
  }
23685
23697
  return null;
23686
23698
  }
@@ -25126,7 +25138,7 @@ function parseToRgba(color) {
25126
25138
  const reducedHexMatch = reducedHexRegex.exec(normalizedColor);
25127
25139
  if (reducedHexMatch) {
25128
25140
  const arr = Array.from(reducedHexMatch).slice(1);
25129
- return [...arr.slice(0, 3).map((x) => parseInt(r(x, 2), 16)), parseInt(r(arr[3] || "f", 2), 16) / 255];
25141
+ return [...arr.slice(0, 3).map((x) => parseInt(r$1(x, 2), 16)), parseInt(r$1(arr[3] || "f", 2), 16) / 255];
25130
25142
  }
25131
25143
  const hexMatch = hexRegex.exec(normalizedColor);
25132
25144
  if (hexMatch) {
@@ -25140,10 +25152,10 @@ function parseToRgba(color) {
25140
25152
  }
25141
25153
  const hslaMatch = hslaRegex.exec(normalizedColor);
25142
25154
  if (hslaMatch) {
25143
- const [h, s, l, a] = Array.from(hslaMatch).slice(1).map(parseFloat);
25144
- if (guard(0, 100, s) !== s) throw new ColorError$1(color);
25155
+ const [h, s2, l, a] = Array.from(hslaMatch).slice(1).map(parseFloat);
25156
+ if (guard(0, 100, s2) !== s2) throw new ColorError$1(color);
25145
25157
  if (guard(0, 100, l) !== l) throw new ColorError$1(color);
25146
- return [...hslToRgb(h, s, l), Number.isNaN(a) ? 1 : a];
25158
+ return [...hslToRgb(h, s2, l), Number.isNaN(a) ? 1 : a];
25147
25159
  }
25148
25160
  throw new ColorError$1(color);
25149
25161
  }
@@ -25172,10 +25184,10 @@ function nameToHex(color) {
25172
25184
  if (!result) throw new ColorError$1(color);
25173
25185
  return `#${result}`;
25174
25186
  }
25175
- const r = (str, amount) => Array.from(Array(amount)).map(() => str).join("");
25176
- const reducedHexRegex = new RegExp(`^#${r("([a-f0-9])", 3)}([a-f0-9])?$`, "i");
25177
- const hexRegex = new RegExp(`^#${r("([a-f0-9]{2})", 3)}([a-f0-9]{2})?$`, "i");
25178
- const rgbaRegex = new RegExp(`^rgba?\\(\\s*(\\d+)\\s*${r(",\\s*(\\d+)\\s*", 2)}(?:,\\s*([\\d.]+))?\\s*\\)$`, "i");
25187
+ const r$1 = (str, amount) => Array.from(Array(amount)).map(() => str).join("");
25188
+ const reducedHexRegex = new RegExp(`^#${r$1("([a-f0-9])", 3)}([a-f0-9])?$`, "i");
25189
+ const hexRegex = new RegExp(`^#${r$1("([a-f0-9]{2})", 3)}([a-f0-9]{2})?$`, "i");
25190
+ const rgbaRegex = new RegExp(`^rgba?\\(\\s*(\\d+)\\s*${r$1(",\\s*(\\d+)\\s*", 2)}(?:,\\s*([\\d.]+))?\\s*\\)$`, "i");
25179
25191
  const hslaRegex = /^hsla?\(\s*([\d.]+)\s*,\s*([\d.]+)%\s*,\s*([\d.]+)%(?:\s*,\s*([\d.]+))?\s*\)$/i;
25180
25192
  const namedColorRegex = /^[a-z]+$/i;
25181
25193
  const roundColor = (color) => {
@@ -28508,6 +28520,2283 @@ const TableOfContents = Node$1.create({
28508
28520
  };
28509
28521
  }
28510
28522
  });
28523
+ var s = {
28524
+ accentBorderCallout1: {
28525
+ viewBox: "0 0 100 100",
28526
+ paths: [
28527
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" },
28528
+ { d: "M -8.333 0 Z L -8.333 100", fill: "none", stroke: "#000000" },
28529
+ { d: "M -8.333 18.75 L -38.333 112.5", fill: "none", stroke: "#000000" }
28530
+ ]
28531
+ },
28532
+ accentBorderCallout2: {
28533
+ viewBox: "0 0 100 100",
28534
+ paths: [
28535
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" },
28536
+ { d: "M -8.333 0 Z L -8.333 100", fill: "none", stroke: "#000000" },
28537
+ { d: "M -8.333 18.75 L -16.667 18.75 L -46.667 112.5", fill: "none", stroke: "#000000" }
28538
+ ]
28539
+ },
28540
+ accentBorderCallout3: {
28541
+ viewBox: "0 0 100 100",
28542
+ paths: [
28543
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" },
28544
+ { d: "M -8.333 0 Z L -8.333 100", fill: "none", stroke: "#000000" },
28545
+ { d: "M -8.333 18.75 L -16.667 18.75 L -16.667 100 L -8.333 112.963", fill: "none", stroke: "#000000" }
28546
+ ]
28547
+ },
28548
+ accentCallout1: {
28549
+ viewBox: "0 0 100 100",
28550
+ paths: [
28551
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
28552
+ { d: "M -8.333 0 Z L -8.333 100", fill: "none", stroke: "#000000" },
28553
+ { d: "M -8.333 18.75 L -38.333 112.5", fill: "none", stroke: "#000000" }
28554
+ ]
28555
+ },
28556
+ accentCallout2: {
28557
+ viewBox: "0 0 100 100",
28558
+ paths: [
28559
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
28560
+ { d: "M -8.333 0 Z L -8.333 100", fill: "none", stroke: "#000000" },
28561
+ { d: "M -8.333 18.75 L -16.667 18.75 L -46.667 112.5", fill: "none", stroke: "#000000" }
28562
+ ]
28563
+ },
28564
+ accentCallout3: {
28565
+ viewBox: "0 0 100 100",
28566
+ paths: [
28567
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
28568
+ { d: "M -8.333 0 Z L -8.333 100", fill: "none", stroke: "#000000" },
28569
+ { d: "M -8.333 18.75 L -16.667 18.75 L -16.667 100 L -8.333 112.963", fill: "none", stroke: "#000000" }
28570
+ ]
28571
+ },
28572
+ actionButtonBackPrevious: {
28573
+ viewBox: "0 0 100 100",
28574
+ paths: [
28575
+ {
28576
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 12.5 50 L 87.5 12.5 L 87.5 87.5 Z",
28577
+ fill: "#000000",
28578
+ stroke: "none",
28579
+ fillRule: "evenodd",
28580
+ clipRule: "evenodd"
28581
+ },
28582
+ { d: "M 12.5 50 L 87.5 12.5 L 87.5 87.5 Z", fill: "color-mix(in srgb, currentColor 60%, black)", stroke: "none" },
28583
+ { d: "M 12.5 50 L 87.5 12.5 L 87.5 87.5 Z", fill: "none", stroke: "#000000" },
28584
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28585
+ ]
28586
+ },
28587
+ actionButtonBeginning: {
28588
+ viewBox: "0 0 100 100",
28589
+ paths: [
28590
+ {
28591
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 31.25 50 L 87.5 12.5 L 87.5 87.5 Z M 21.875 12.5 L 12.5 12.5 L 12.5 87.5 L 21.875 87.5 Z",
28592
+ fill: "#000000",
28593
+ stroke: "none",
28594
+ fillRule: "evenodd",
28595
+ clipRule: "evenodd"
28596
+ },
28597
+ {
28598
+ d: "M 31.25 50 L 87.5 12.5 L 87.5 87.5 Z M 21.875 12.5 L 12.5 12.5 L 12.5 87.5 L 21.875 87.5 Z",
28599
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28600
+ stroke: "none",
28601
+ fillRule: "evenodd",
28602
+ clipRule: "evenodd"
28603
+ },
28604
+ {
28605
+ d: "M 31.25 50 L 87.5 12.5 L 87.5 87.5 Z M 21.875 12.5 L 21.875 87.5 L 12.5 87.5 L 12.5 12.5 Z",
28606
+ fill: "none",
28607
+ stroke: "#000000"
28608
+ },
28609
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28610
+ ]
28611
+ },
28612
+ actionButtonBlank: {
28613
+ viewBox: "0 0 100 100",
28614
+ paths: [{ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
28615
+ },
28616
+ actionButtonDocument: {
28617
+ viewBox: "0 0 100 100",
28618
+ paths: [
28619
+ {
28620
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 21.875 12.5 L 59.375 12.5 L 78.125 31.25 L 78.125 87.5 L 21.875 87.5 Z",
28621
+ fill: "#000000",
28622
+ stroke: "none",
28623
+ fillRule: "evenodd",
28624
+ clipRule: "evenodd"
28625
+ },
28626
+ {
28627
+ d: "M 21.875 12.5 L 59.375 12.5 L 59.375 31.25 L 78.125 31.25 L 78.125 87.5 L 21.875 87.5 Z",
28628
+ fill: "color-mix(in srgb, currentColor 80%, black)",
28629
+ stroke: "none"
28630
+ },
28631
+ {
28632
+ d: "M 59.375 12.5 L 59.375 31.25 L 78.125 31.25 Z",
28633
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28634
+ stroke: "none"
28635
+ },
28636
+ {
28637
+ d: "M 21.875 12.5 L 59.375 12.5 L 78.125 31.25 L 78.125 87.5 L 21.875 87.5 Z M 78.125 31.25 L 59.375 31.25 L 59.375 12.5",
28638
+ fill: "none",
28639
+ stroke: "#000000"
28640
+ },
28641
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28642
+ ]
28643
+ },
28644
+ actionButtonEnd: {
28645
+ viewBox: "0 0 100 100",
28646
+ paths: [
28647
+ {
28648
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 68.75 50 L 12.5 12.5 L 12.5 87.5 Z M 78.125 12.5 L 87.5 12.5 L 87.5 87.5 L 78.125 87.5 Z",
28649
+ fill: "#000000",
28650
+ stroke: "none",
28651
+ fillRule: "evenodd",
28652
+ clipRule: "evenodd"
28653
+ },
28654
+ {
28655
+ d: "M 68.75 50 L 12.5 12.5 L 12.5 87.5 Z M 78.125 12.5 L 87.5 12.5 L 87.5 87.5 L 78.125 87.5 Z",
28656
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28657
+ stroke: "none",
28658
+ fillRule: "evenodd",
28659
+ clipRule: "evenodd"
28660
+ },
28661
+ {
28662
+ d: "M 68.75 50 L 12.5 87.5 L 12.5 12.5 Z M 78.125 12.5 L 87.5 12.5 L 87.5 87.5 L 78.125 87.5 Z",
28663
+ fill: "none",
28664
+ stroke: "#000000"
28665
+ },
28666
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28667
+ ]
28668
+ },
28669
+ actionButtonForwardNext: {
28670
+ viewBox: "0 0 100 100",
28671
+ paths: [
28672
+ {
28673
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 87.5 50 L 12.5 12.5 L 12.5 87.5 Z",
28674
+ fill: "#000000",
28675
+ stroke: "none",
28676
+ fillRule: "evenodd",
28677
+ clipRule: "evenodd"
28678
+ },
28679
+ { d: "M 87.5 50 L 12.5 12.5 L 12.5 87.5 Z", fill: "color-mix(in srgb, currentColor 60%, black)", stroke: "none" },
28680
+ { d: "M 87.5 50 L 12.5 87.5 L 12.5 12.5 Z", fill: "none", stroke: "#000000" },
28681
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28682
+ ]
28683
+ },
28684
+ actionButtonHelp: {
28685
+ viewBox: "0 0 100 100",
28686
+ paths: [
28687
+ {
28688
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 28.571428571428573 33.92857142857143 A 21.428571428571427 21.428571428571427 0 0 1 71.42857142857143 33.92857142857142 A 10.714285714285714 16.071428571428573 0 0 1 60.714285714285715 50 A 5.357142857142857 8.035714285714286 0 0 0 55.35714285714286 58.035714285714285 L 55.357142857142854 68.75 L 44.642857142857146 68.75 L 44.642857142857146 58.035714285714285 A 10.714285714285714 16.071428571428573 0 0 1 55.35714285714286 41.96428571428571 A 5.357142857142857 8.035714285714286 0 0 0 60.714285714285715 33.92857142857142 A 10.714285714285714 10.714285714285714 0 0 0 39.285714285714285 33.92857142857142 Z M 50 71.42857142857143 A 8.035714285714286 8.035714285714286 0 0 1 50 87.50000000000001 A 8.035714285714286 8.035714285714286 0 0 1 50 71.42857142857143 Z",
28689
+ fill: "#000000",
28690
+ stroke: "none",
28691
+ fillRule: "evenodd",
28692
+ clipRule: "evenodd"
28693
+ },
28694
+ {
28695
+ d: "M 28.571428571428573 33.92857142857143 A 21.428571428571427 21.428571428571427 0 0 1 71.42857142857143 33.92857142857142 A 10.714285714285714 16.071428571428573 0 0 1 60.714285714285715 50 A 5.357142857142857 8.035714285714286 0 0 0 55.35714285714286 58.035714285714285 L 55.357142857142854 68.75 L 44.642857142857146 68.75 L 44.642857142857146 58.035714285714285 A 10.714285714285714 16.071428571428573 0 0 1 55.35714285714286 41.96428571428571 A 5.357142857142857 8.035714285714286 0 0 0 60.714285714285715 33.92857142857142 A 10.714285714285714 10.714285714285714 0 0 0 39.285714285714285 33.92857142857142 Z M 50 71.42857142857143 A 8.035714285714286 8.035714285714286 0 0 1 50 87.50000000000001 A 8.035714285714286 8.035714285714286 0 0 1 50 71.42857142857143 Z",
28696
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28697
+ stroke: "none",
28698
+ fillRule: "evenodd",
28699
+ clipRule: "evenodd"
28700
+ },
28701
+ {
28702
+ d: "M 28.571428571428573 33.92857142857143 A 21.428571428571427 21.428571428571427 0 0 1 71.42857142857143 33.92857142857142 A 10.714285714285714 16.071428571428573 0 0 1 60.714285714285715 50 A 5.357142857142857 8.035714285714286 0 0 0 55.35714285714286 58.035714285714285 L 55.357142857142854 68.75 L 44.642857142857146 68.75 L 44.642857142857146 58.035714285714285 A 10.714285714285714 16.071428571428573 0 0 1 55.35714285714286 41.96428571428571 A 5.357142857142857 8.035714285714286 0 0 0 60.714285714285715 33.92857142857142 A 10.714285714285714 10.714285714285714 0 0 0 39.285714285714285 33.92857142857142 Z M 50 71.42857142857143 A 8.035714285714286 8.035714285714286 0 0 1 50 87.50000000000001 A 8.035714285714286 8.035714285714286 0 0 1 50 71.42857142857143 Z",
28703
+ fill: "none",
28704
+ stroke: "#000000"
28705
+ },
28706
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28707
+ ]
28708
+ },
28709
+ actionButtonHome: {
28710
+ viewBox: "0 0 100 100",
28711
+ paths: [
28712
+ {
28713
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 50 12.5 L 12.5 50 L 21.875 50 L 21.875 87.5 L 78.125 87.5 L 78.125 50 L 87.5 50 L 73.4375 35.9375 L 73.4375 17.1875 L 64.0625 17.1875 L 64.0625 26.5625 Z",
28714
+ fill: "#000000",
28715
+ stroke: "none",
28716
+ fillRule: "evenodd",
28717
+ clipRule: "evenodd"
28718
+ },
28719
+ {
28720
+ d: "M 73.4375 35.9375 L 73.4375 17.1875 L 64.0625 17.1875 L 64.0625 26.5625 Z M 21.875 50 L 21.875 87.5 L 45.3125 87.5 L 45.3125 68.75 L 54.6875 68.75 L 54.6875 87.5 L 78.125 87.5 L 78.125 50 Z",
28721
+ fill: "color-mix(in srgb, currentColor 80%, black)",
28722
+ stroke: "none",
28723
+ fillRule: "evenodd",
28724
+ clipRule: "evenodd"
28725
+ },
28726
+ {
28727
+ d: "M 50 12.5 L 12.5 50 L 87.5 50 Z M 45.3125 68.75 L 54.6875 68.75 L 54.6875 87.5 L 45.3125 87.5 Z",
28728
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28729
+ stroke: "none",
28730
+ fillRule: "evenodd",
28731
+ clipRule: "evenodd"
28732
+ },
28733
+ {
28734
+ d: "M 50 12.5 L 64.0625 26.5625 L 64.0625 17.1875 L 73.4375 17.1875 L 73.4375 35.9375 L 87.5 50 L 78.125 50 L 78.125 87.5 L 21.875 87.5 L 21.875 50 L 12.5 50 Z M 64.0625 26.5625 L 73.4375 35.9375 M 78.125 50 L 21.875 50 M 45.3125 87.5 L 45.3125 68.75 L 54.6875 68.75 L 54.6875 87.5",
28735
+ fill: "none",
28736
+ stroke: "#000000"
28737
+ },
28738
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28739
+ ]
28740
+ },
28741
+ actionButtonInformation: {
28742
+ viewBox: "0 0 100 100",
28743
+ paths: [
28744
+ {
28745
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 50 12.5 A 37.5 37.5 0 0 1 50.00000000000002 87.5 A 37.5 37.5 0 0 1 49.99999999999999 12.5 Z",
28746
+ fill: "#000000",
28747
+ stroke: "none",
28748
+ fillRule: "evenodd",
28749
+ clipRule: "evenodd"
28750
+ },
28751
+ {
28752
+ d: "M 50 12.5 A 37.5 37.5 0 0 1 50.00000000000002 87.5 A 37.5 37.5 0 0 1 49.99999999999999 12.5 Z M 50 14.84375 A 7.03125 7.03125 0 0 1 50 28.90625 A 7.03125 7.03125 0 0 1 50 14.84375 M 35.9375 35.9375 L 35.9375 40.625 L 42.96875 40.625 L 42.96875 73.4375 L 35.9375 73.4375 L 35.9375 78.125 L 64.0625 78.125 L 64.0625 73.4375 L 57.03125 73.4375 L 57.03125 35.9375 Z",
28753
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28754
+ stroke: "none",
28755
+ fillRule: "evenodd",
28756
+ clipRule: "evenodd"
28757
+ },
28758
+ {
28759
+ d: "M 50 14.84375 A 7.03125 7.03125 0 0 1 50 28.90625 A 7.03125 7.03125 0 0 1 50 14.84375 M 35.9375 35.9375 L 57.03125 35.9375 L 57.03125 73.4375 L 64.0625 73.4375 L 64.0625 78.125 L 35.9375 78.125 L 35.9375 73.4375 L 42.96875 73.4375 L 42.96875 40.625 L 35.9375 40.625 Z",
28760
+ fill: "color-mix(in srgb, currentColor 60%, white)",
28761
+ stroke: "none",
28762
+ fillRule: "evenodd",
28763
+ clipRule: "evenodd"
28764
+ },
28765
+ {
28766
+ d: "M 50 12.5 A 37.5 37.5 0 0 1 50.00000000000002 87.5 A 37.5 37.5 0 0 1 49.99999999999999 12.5 Z M 50 14.84375 A 7.03125 7.03125 0 0 1 50 28.90625 A 7.03125 7.03125 0 0 1 50 14.84375 M 35.9375 35.9375 L 57.03125 35.9375 L 57.03125 73.4375 L 64.0625 73.4375 L 64.0625 78.125 L 35.9375 78.125 L 35.9375 73.4375 L 42.96875 73.4375 L 42.96875 40.625 L 35.9375 40.625 Z",
28767
+ fill: "none",
28768
+ stroke: "#000000"
28769
+ },
28770
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28771
+ ]
28772
+ },
28773
+ actionButtonMovie: {
28774
+ viewBox: "0 0 100 100",
28775
+ paths: [
28776
+ {
28777
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 12.5 30.833333333333332 L 12.5 45.677083333333336 L 17.552083333333332 45.677083333333336 L 19.114583333333332 43.982638888888886 L 20.572916666666664 43.982638888888886 L 20.572916666666664 66.63888888888889 L 71.5625 66.63888888888889 L 71.5625 58.826388888888886 L 79.63541666666667 58.826388888888886 L 84.01041666666667 63.125 L 87.5 63.125 L 87.5 35.52083333333333 L 84.01041666666667 35.52083333333333 L 80.98958333333333 38.513888888888886 L 71.5625 38.513888888888886 L 71.5625 35.52083333333333 L 68.59375 32.39583333333333 L 19.114583333333332 32.39583333333333 L 17.552083333333332 30.833333333333332 Z",
28778
+ fill: "#000000",
28779
+ stroke: "none",
28780
+ fillRule: "evenodd",
28781
+ clipRule: "evenodd"
28782
+ },
28783
+ {
28784
+ d: "M 12.5 30.833333333333332 L 12.5 45.677083333333336 L 17.552083333333332 45.677083333333336 L 19.114583333333332 43.982638888888886 L 20.572916666666664 43.982638888888886 L 20.572916666666664 66.63888888888889 L 71.5625 66.63888888888889 L 71.5625 58.826388888888886 L 79.63541666666667 58.826388888888886 L 84.01041666666667 63.125 L 87.5 63.125 L 87.5 35.52083333333333 L 84.01041666666667 35.52083333333333 L 80.98958333333333 38.513888888888886 L 71.5625 38.513888888888886 L 71.5625 35.52083333333333 L 68.59375 32.39583333333333 L 19.114583333333332 32.39583333333333 L 17.552083333333332 30.833333333333332 Z",
28785
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28786
+ stroke: "none"
28787
+ },
28788
+ {
28789
+ d: "M 12.5 30.833333333333332 L 17.552083333333332 30.833333333333332 L 19.114583333333332 32.39583333333333 L 68.59375 32.39583333333333 L 71.5625 35.52083333333333 L 71.5625 38.513888888888886 L 80.98958333333333 38.513888888888886 L 84.01041666666667 35.52083333333333 L 87.5 35.52083333333333 L 87.5 63.125 L 84.01041666666667 63.125 L 79.63541666666667 58.826388888888886 L 71.5625 58.826388888888886 L 71.5625 66.63888888888889 L 20.572916666666664 66.63888888888889 L 20.572916666666664 43.982638888888886 L 19.114583333333332 43.982638888888886 L 17.552083333333332 45.677083333333336 L 12.5 45.677083333333336 Z",
28790
+ fill: "none",
28791
+ stroke: "#000000"
28792
+ },
28793
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28794
+ ]
28795
+ },
28796
+ actionButtonReturn: {
28797
+ viewBox: "0 0 100 100",
28798
+ paths: [
28799
+ {
28800
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 87.5 31.25 L 68.75 12.5 L 50 31.25 L 59.375 31.25 L 59.375 59.375 A 9.375 9.375 0 0 1 50 68.75 L 40.625 68.75 A 9.375 9.375 0 0 1 31.25 59.375 L 31.25 31.25 L 12.5 31.25 L 12.5 59.375 A 28.125 28.125 0 0 0 40.625 87.5 L 50 87.5 A 28.125 28.125 0 0 0 78.125 59.375 L 78.125 31.25 Z",
28801
+ fill: "#000000",
28802
+ stroke: "none",
28803
+ fillRule: "evenodd",
28804
+ clipRule: "evenodd"
28805
+ },
28806
+ {
28807
+ d: "M 87.5 31.25 L 68.75 12.5 L 50 31.25 L 59.375 31.25 L 59.375 59.375 A 9.375 9.375 0 0 1 50 68.75 L 40.625 68.75 A 9.375 9.375 0 0 1 31.25 59.375 L 31.25 31.25 L 12.5 31.25 L 12.5 59.375 A 28.125 28.125 0 0 0 40.625 87.5 L 50 87.5 A 28.125 28.125 0 0 0 78.125 59.375 L 78.125 31.25 Z",
28808
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28809
+ stroke: "none"
28810
+ },
28811
+ {
28812
+ d: "M 87.5 31.25 L 78.125 31.25 L 78.125 59.375 A 28.125 28.125 0 0 1 50 87.5 L 40.625 87.5 A 28.125 28.125 0 0 1 12.5 59.375 L 12.5 31.25 L 31.25 31.25 L 31.25 59.375 A 9.375 9.375 0 0 0 40.625 68.75 L 50 68.75 A 9.375 9.375 0 0 0 59.375 59.375 L 59.375 31.25 L 50 31.25 L 68.75 12.5 Z",
28813
+ fill: "none",
28814
+ stroke: "#000000"
28815
+ },
28816
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28817
+ ]
28818
+ },
28819
+ actionButtonSound: {
28820
+ viewBox: "0 0 100 100",
28821
+ paths: [
28822
+ {
28823
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 12.5 35.9375 L 12.5 64.0625 L 35.9375 64.0625 L 59.375 87.5 L 59.375 12.5 L 35.9375 35.9375 Z",
28824
+ fill: "#000000",
28825
+ stroke: "none",
28826
+ fillRule: "evenodd",
28827
+ clipRule: "evenodd"
28828
+ },
28829
+ {
28830
+ d: "M 12.5 35.9375 L 12.5 64.0625 L 35.9375 64.0625 L 59.375 87.5 L 59.375 12.5 L 35.9375 35.9375 Z",
28831
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28832
+ stroke: "none"
28833
+ },
28834
+ {
28835
+ d: "M 12.5 35.9375 L 35.9375 35.9375 L 59.375 12.5 L 59.375 87.5 L 35.9375 64.0625 L 12.5 64.0625 Z M 68.75 35.9375 L 87.5 21.875 M 68.75 50 L 87.5 50 M 68.75 64.0625 L 87.5 78.125",
28836
+ fill: "none",
28837
+ stroke: "#000000"
28838
+ },
28839
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
28840
+ ]
28841
+ },
28842
+ arc: {
28843
+ viewBox: "0 0 100 100",
28844
+ paths: [{ d: "M 49.99999999999999 0 A 50 50 0 0 1 100 49.999999999999986", fill: "none", stroke: "#000000" }]
28845
+ },
28846
+ bentArrow: {
28847
+ viewBox: "0 0 100 100",
28848
+ paths: [
28849
+ {
28850
+ d: "M 0 100 L 0 56.25 A 43.75 43.75 0 0 1 43.74999999999999 12.499999999999993 L 75 12.5 L 75 0 L 100 25 L 75 50 L 75 37.5 L 43.75 37.5 A 18.75 18.75 0 0 0 25 56.25 L 25 100 Z",
28851
+ fill: "#000000",
28852
+ stroke: "#000000"
28853
+ }
28854
+ ]
28855
+ },
28856
+ bentConnector2: {
28857
+ viewBox: "0 0 100 100",
28858
+ paths: [{ d: "M 0 0 L 100 0 L 100 100", fill: "none", stroke: "#000000" }]
28859
+ },
28860
+ bentConnector3: {
28861
+ viewBox: "0 0 100 100",
28862
+ paths: [{ d: "M 0 0 L 50 0 L 50 100 L 100 100", fill: "none", stroke: "#000000" }]
28863
+ },
28864
+ bentConnector4: {
28865
+ viewBox: "0 0 100 100",
28866
+ paths: [{ d: "M 0 0 L 50 0 L 50 50 L 100 50 L 100 100", fill: "none", stroke: "#000000" }]
28867
+ },
28868
+ bentConnector5: {
28869
+ viewBox: "0 0 100 100",
28870
+ paths: [{ d: "M 0 0 L 50 0 L 50 50 L 50 50 L 50 100 L 100 100", fill: "none", stroke: "#000000" }]
28871
+ },
28872
+ bentUpArrow: {
28873
+ viewBox: "0 0 100 100",
28874
+ paths: [
28875
+ {
28876
+ d: "M 0 75 L 62.5 75 L 62.5 25 L 50 25 L 75 0 L 100 25 L 87.5 25 L 87.5 100 L 0 100 Z",
28877
+ fill: "#000000",
28878
+ stroke: "#000000"
28879
+ }
28880
+ ]
28881
+ },
28882
+ bevel: {
28883
+ viewBox: "0 0 100 100",
28884
+ paths: [
28885
+ { d: "M 12.5 12.5 L 87.5 12.5 L 87.5 87.5 L 12.5 87.5 Z", fill: "#000000", stroke: "none" },
28886
+ {
28887
+ d: "M 0 0 L 100 0 L 87.5 12.5 L 12.5 12.5 Z",
28888
+ fill: "color-mix(in srgb, currentColor 80%, white)",
28889
+ stroke: "none"
28890
+ },
28891
+ {
28892
+ d: "M 0 100 L 12.5 87.5 L 87.5 87.5 L 100 100 Z",
28893
+ fill: "color-mix(in srgb, currentColor 80%, black)",
28894
+ stroke: "none"
28895
+ },
28896
+ {
28897
+ d: "M 0 0 L 12.5 12.5 L 12.5 87.5 L 0 100 Z",
28898
+ fill: "color-mix(in srgb, currentColor 60%, white)",
28899
+ stroke: "none"
28900
+ },
28901
+ {
28902
+ d: "M 100 0 L 100 100 L 87.5 87.5 L 87.5 12.5 Z",
28903
+ fill: "color-mix(in srgb, currentColor 60%, black)",
28904
+ stroke: "none"
28905
+ },
28906
+ {
28907
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 12.5 12.5 L 87.5 12.5 L 87.5 87.5 L 12.5 87.5 Z M 0 0 L 12.5 12.5 M 0 100 L 12.5 87.5 M 100 0 L 87.5 12.5 M 100 100 L 87.5 87.5",
28908
+ fill: "none",
28909
+ stroke: "#000000"
28910
+ }
28911
+ ]
28912
+ },
28913
+ blockArc: {
28914
+ viewBox: "0 0 100 100",
28915
+ paths: [
28916
+ {
28917
+ d: "M 0 50.00000000000001 A 50 50 0 0 1 100 49.999999999999986 L 75 50 A 25 25 0 0 0 25 50 Z",
28918
+ fill: "#000000",
28919
+ stroke: "#000000"
28920
+ }
28921
+ ]
28922
+ },
28923
+ borderCallout1: {
28924
+ viewBox: "0 0 100 100",
28925
+ paths: [
28926
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" },
28927
+ { d: "M -8.333 18.75 L -38.333 112.5", fill: "none", stroke: "#000000" }
28928
+ ]
28929
+ },
28930
+ borderCallout2: {
28931
+ viewBox: "0 0 100 100",
28932
+ paths: [
28933
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" },
28934
+ { d: "M -8.333 18.75 L -16.667 18.75 L -46.667 112.5", fill: "none", stroke: "#000000" }
28935
+ ]
28936
+ },
28937
+ borderCallout3: {
28938
+ viewBox: "0 0 100 100",
28939
+ paths: [
28940
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" },
28941
+ { d: "M -8.333 18.75 L -16.667 18.75 L -16.667 100 L -8.333 112.963", fill: "none", stroke: "#000000" }
28942
+ ]
28943
+ },
28944
+ bracePair: {
28945
+ viewBox: "0 0 100 100",
28946
+ paths: [
28947
+ {
28948
+ d: "M 16.666 100 A 8.333 8.333 0 0 1 8.333 91.667 L 8.333 58.333 A 8.333 8.333 0 0 0 5.102490888647448e-16 50 A 8.333 8.333 0 0 0 8.333 41.667 L 8.333 8.333 A 8.333 8.333 0 0 1 16.666 -1.7763568394002505e-15 L 83.334 0 A 8.333 8.333 0 0 1 91.667 8.332999999999998 L 91.667 41.667 A 8.333 8.333 0 0 0 100 50 A 8.333 8.333 0 0 0 91.667 58.333 L 91.667 91.667 A 8.333 8.333 0 0 1 83.334 100 Z",
28949
+ fill: "#000000",
28950
+ stroke: "none"
28951
+ },
28952
+ {
28953
+ d: "M 16.666 100 A 8.333 8.333 0 0 1 8.333 91.667 L 8.333 58.333 A 8.333 8.333 0 0 0 5.102490888647448e-16 50 A 8.333 8.333 0 0 0 8.333 41.667 L 8.333 8.333 A 8.333 8.333 0 0 1 16.666 -1.7763568394002505e-15 M 83.334 0 A 8.333 8.333 0 0 1 91.667 8.332999999999998 L 91.667 41.667 A 8.333 8.333 0 0 0 100 50 A 8.333 8.333 0 0 0 91.667 58.333 L 91.667 91.667 A 8.333 8.333 0 0 1 83.334 100",
28954
+ fill: "none",
28955
+ stroke: "#000000"
28956
+ }
28957
+ ]
28958
+ },
28959
+ bracketPair: {
28960
+ viewBox: "0 0 100 100",
28961
+ paths: [
28962
+ {
28963
+ d: "M 0 16.667 A 16.667 16.667 0 0 1 16.666999999999998 -3.552713678800501e-15 L 83.333 0 A 16.667 16.667 0 0 1 100 16.666999999999998 L 100 83.333 A 16.667 16.667 0 0 1 83.333 100 L 16.667 100 A 16.667 16.667 0 0 1 0 83.333 Z",
28964
+ fill: "#000000",
28965
+ stroke: "none"
28966
+ },
28967
+ {
28968
+ d: "M 16.667 100 A 16.667 16.667 0 0 1 0 83.333 L 0 16.667 A 16.667 16.667 0 0 1 16.666999999999998 -3.552713678800501e-15 M 83.333 0 A 16.667 16.667 0 0 1 100 16.666999999999998 L 100 83.333 A 16.667 16.667 0 0 1 83.333 100",
28969
+ fill: "none",
28970
+ stroke: "#000000"
28971
+ }
28972
+ ]
28973
+ },
28974
+ callout1: {
28975
+ viewBox: "0 0 100 100",
28976
+ paths: [
28977
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
28978
+ { d: "M -8.333 18.75 L -38.333 112.5", fill: "none", stroke: "#000000" }
28979
+ ]
28980
+ },
28981
+ callout2: {
28982
+ viewBox: "0 0 100 100",
28983
+ paths: [
28984
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
28985
+ { d: "M -8.333 18.75 L -16.667 18.75 L -46.667 112.5", fill: "none", stroke: "#000000" }
28986
+ ]
28987
+ },
28988
+ callout3: {
28989
+ viewBox: "0 0 100 100",
28990
+ paths: [
28991
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
28992
+ { d: "M -8.333 18.75 L -16.667 18.75 L -16.667 100 L -8.333 112.963", fill: "none", stroke: "#000000" }
28993
+ ]
28994
+ },
28995
+ can: {
28996
+ viewBox: "0 0 100 100",
28997
+ paths: [
28998
+ {
28999
+ d: "M 0 12.5 A 50 12.5 0 0 0 100 12.499999999999998 L 100 87.5 A 50 12.5 0 0 1 0 87.5 Z",
29000
+ fill: "#000000",
29001
+ stroke: "none"
29002
+ },
29003
+ {
29004
+ d: "M 0 12.5 A 50 12.5 0 0 1 100 12.499999999999995 A 50 12.5 0 0 1 0 12.499999999999996 Z",
29005
+ fill: "color-mix(in srgb, currentColor 60%, white)",
29006
+ stroke: "none"
29007
+ },
29008
+ {
29009
+ d: "M 100 12.5 A 50 12.5 0 0 1 0 12.500000000000002 A 50 12.5 0 0 1 100 12.499999999999996 L 100 87.5 A 50 12.5 0 0 1 0 87.5 L 0 12.5",
29010
+ fill: "none",
29011
+ stroke: "#000000"
29012
+ }
29013
+ ]
29014
+ },
29015
+ chartPlus: {
29016
+ viewBox: "0 0 100 100",
29017
+ paths: [
29018
+ { d: "M 50 0 L 50 100 M 0 50 L 100 50", fill: "none", stroke: "#000000" },
29019
+ { d: "M 0 0 L 0 100 L 100 100 L 100 0 Z", fill: "#000000", stroke: "none" }
29020
+ ]
29021
+ },
29022
+ chartStar: {
29023
+ viewBox: "0 0 100 100",
29024
+ paths: [
29025
+ { d: "M 0 0 L 100 100 M 0 100 L 100 0 M 50 0 L 50 100", fill: "none", stroke: "#000000" },
29026
+ { d: "M 0 0 L 0 100 L 100 100 L 100 0 Z", fill: "#000000", stroke: "none" }
29027
+ ]
29028
+ },
29029
+ chartX: {
29030
+ viewBox: "0 0 100 100",
29031
+ paths: [
29032
+ { d: "M 0 0 L 100 100 M 0 100 L 100 0", fill: "none", stroke: "#000000" },
29033
+ { d: "M 0 0 L 0 100 L 100 100 L 100 0 Z", fill: "#000000", stroke: "none" }
29034
+ ]
29035
+ },
29036
+ chevron: {
29037
+ viewBox: "0 0 100 100",
29038
+ paths: [{ d: "M 0 0 L 50 0 L 100 50 L 50 100 L 0 100 L 50 50 Z", fill: "#000000", stroke: "#000000" }]
29039
+ },
29040
+ chord: {
29041
+ viewBox: "0 0 100 100",
29042
+ paths: [
29043
+ {
29044
+ d: "M 85.35533905932738 85.35533905932738 A 50 50 0 0 1 3.806023374435661 69.1341716182545 A 50 50 0 0 1 49.99999999999999 7.105427357601002e-15 Z",
29045
+ fill: "#000000",
29046
+ stroke: "#000000"
29047
+ }
29048
+ ]
29049
+ },
29050
+ circularArrow: {
29051
+ viewBox: "0 0 100 100",
29052
+ paths: [
29053
+ {
29054
+ d: "M 6.25 50.00000000000001 A 43.75 43.75 0 0 1 92.00503607239835 37.76727975646819 L 97.94870282721459 37.767278803641936 L 87.5 49.99999999999999 L 72.94870282721459 37.767278803641936 L 78.75626944045719 37.767278803641936 A 31.25 31.25 0 0 0 18.74999910786014 49.999997902787435 Z",
29055
+ fill: "#000000",
29056
+ stroke: "#000000"
29057
+ }
29058
+ ]
29059
+ },
29060
+ cloud: {
29061
+ viewBox: "0 0 100 100",
29062
+ paths: [
29063
+ {
29064
+ d: "M 9.027777777777777 33.263888888888886 A 15.631944444444443 21.273148148148145 0 0 1 30.57998957216487 9.85246862529543 A 12.344907407407407 16.82175925925926 0 0 1 47.80891412463702 6.079559020422696 A 10.104166666666666 13.761574074074073 0 0 1 63.17482489729218 3.8997359934452227 A 11.243055555555555 15.266203703703702 0 0 1 81.4699864255032 11.79662680033136 A 12.344907407407407 16.83564814814815 0 0 1 89.70950362413667 36.805045586854234 A 15.68287037037037 21.34259259259259 0 0 1 80.50683519493268 73.45235178627696 A 13.391203703703702 18.21064814814815 0 0 1 61.5295304537904 89.80375312777574 A 15.629629629629628 21.33101851851852 0 0 1 35.53836349121606 96.03429219674027 A 17.87037037037037 24.40509259259259 0 0 1 14.265888824303735 88.73812262075411 A 10.092592592592592 13.699074074074073 0 0 1 7.154178969814962 64.32542955825295 A 10.05787037037037 13.761574074074073 0 0 1 10.355981204179617 37.95132232917963 Z",
29065
+ fill: "#000000",
29066
+ stroke: "#000000"
29067
+ },
29068
+ {
29069
+ d: "M 10.863425925925926 60.594907407407405 A 10.05787037037037 13.761574074074073 0 0 1 6.3341973784947445 59.507019673542544 M 16.037037037037035 80.78472222222221 A 10.092592592592592 13.699074074074073 0 0 1 14.058709360103522 81.29044790335425 M 38.14351851851852 90.4861111111111 A 15.629629629629628 21.33101851851852 0 0 1 35.927529327520006 86.22025847613271 M 66.72916666666666 80.44212962962962 A 15.629629629629628 21.33101851851852 0 0 1 65.64350914942649 86.19106007926317 M 79.00231481481481 53.13425925925926 A 13.391203703703702 18.21064814814815 0 0 1 87.87692721942935 70.4768770248552 M 96.75462962962962 35.541666666666664 A 12.344907407407407 16.83564814814815 0 0 1 92.62714666279902 41.3312984002895 M 88.71296296296296 12.560185185185185 A 11.243055555555555 15.266203703703702 0 0 1 89.03277422425806 16.48423239319878 M 67.31018518518518 9.148148148148147 A 11.243055555555555 15.266203703703702 0 0 1 69.59160776727714 5.445361345350392 M 51.25231481481481 10.925925925925926 A 10.104166666666666 13.761574074074073 0 0 1 52.582357388029564 7.102165159074247 M 32.407407407407405 12.018518518518517 A 15.631944444444443 21.273148148148145 0 0 1 35.32846815343311 14.263252515392796 M 9.55324074074074 36.54861111111111 A 15.631944444444443 21.273148148148145 0 0 1 8.640529037810998 32.332858776375595",
29070
+ fill: "none",
29071
+ stroke: "#000000"
29072
+ }
29073
+ ]
29074
+ },
29075
+ cloudCallout: {
29076
+ viewBox: "0 0 100 100",
29077
+ paths: [
29078
+ {
29079
+ d: "M 9.027777777777777 33.263888888888886 A 15.631944444444443 21.273148148148145 0 0 1 30.57998957216487 9.85246862529543 A 12.344907407407407 16.82175925925926 0 0 1 47.80891412463702 6.079559020422696 A 10.104166666666666 13.761574074074073 0 0 1 63.17482489729218 3.8997359934452227 A 11.243055555555555 15.266203703703702 0 0 1 81.4699864255032 11.79662680033136 A 12.344907407407407 16.83564814814815 0 0 1 89.70950362413667 36.805045586854234 A 15.68287037037037 21.34259259259259 0 0 1 80.50683519493268 73.45235178627696 A 13.391203703703702 18.21064814814815 0 0 1 61.5295304537904 89.80375312777574 A 15.629629629629628 21.33101851851852 0 0 1 35.53836349121606 96.03429219674027 A 17.87037037037037 24.40509259259259 0 0 1 14.265888824303735 88.73812262075411 A 10.092592592592592 13.699074074074073 0 0 1 7.154178969814962 64.32542955825295 A 10.05787037037037 13.761574074074073 0 0 1 10.355981204179617 37.95132232917963 Z",
29080
+ fill: "#000000",
29081
+ stroke: "#000000"
29082
+ },
29083
+ {
29084
+ d: "M 31.94477777777778 112.5 A 2.7777777777777777 2.7777777777777777 0 0 1 26.389222222222223 112.5 A 2.7777777777777777 2.7777777777777777 0 0 1 31.94477777777778 112.5 Z",
29085
+ fill: "#000000",
29086
+ stroke: "#000000"
29087
+ },
29088
+ {
29089
+ d: "M 35.81090347544299 109.23490399880167 A 5.555555555555555 5.555555555555555 0 0 1 24.699792364331877 109.23490399880167 A 5.555555555555555 5.555555555555555 0 0 1 35.81090347544299 109.23490399880167 Z",
29090
+ fill: "#000000",
29091
+ stroke: "#000000"
29092
+ },
29093
+ {
29094
+ d: "M 41.43382479714197 100.69933679796284 A 8.333333333333334 8.333333333333334 0 0 1 24.767158130475302 100.69933679796284 A 8.333333333333334 8.333333333333334 0 0 1 41.43382479714197 100.69933679796284 Z",
29095
+ fill: "#000000",
29096
+ stroke: "#000000"
29097
+ },
29098
+ {
29099
+ d: "M 10.863425925925926 60.594907407407405 A 10.05787037037037 13.761574074074073 0 0 1 6.3341973784947445 59.507019673542544 M 16.037037037037035 80.78472222222221 A 10.092592592592592 13.699074074074073 0 0 1 14.058709360103522 81.29044790335425 M 38.14351851851852 90.4861111111111 A 15.629629629629628 21.33101851851852 0 0 1 35.927529327520006 86.22025847613271 M 66.72916666666666 80.44212962962962 A 15.629629629629628 21.33101851851852 0 0 1 65.64350914942649 86.19106007926317 M 79.00231481481481 53.13425925925926 A 13.391203703703702 18.21064814814815 0 0 1 87.87692721942935 70.4768770248552 M 96.75462962962962 35.541666666666664 A 12.344907407407407 16.83564814814815 0 0 1 92.62714666279902 41.3312984002895 M 88.71296296296296 12.560185185185185 A 11.243055555555555 15.266203703703702 0 0 1 89.03277422425806 16.48423239319878 M 67.31018518518518 9.148148148148147 A 11.243055555555555 15.266203703703702 0 0 1 69.59160776727714 5.445361345350392 M 51.25231481481481 10.925925925925926 A 10.104166666666666 13.761574074074073 0 0 1 52.582357388029564 7.102165159074247 M 32.407407407407405 12.018518518518517 A 15.631944444444443 21.273148148148145 0 0 1 35.32846815343311 14.263252515392796 M 9.55324074074074 36.54861111111111 A 15.631944444444443 21.273148148148145 0 0 1 8.640529037810998 32.332858776375595",
29100
+ fill: "none",
29101
+ stroke: "#000000"
29102
+ }
29103
+ ]
29104
+ },
29105
+ corner: {
29106
+ viewBox: "0 0 100 100",
29107
+ paths: [{ d: "M 0 0 L 50 0 L 50 50 L 100 50 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
29108
+ },
29109
+ cornerTabs: {
29110
+ viewBox: "0 0 100 100",
29111
+ paths: [
29112
+ { d: "M 0 0 L 7.0710678118654755 0 L 0 7.0710678118654755 Z", fill: "#000000", stroke: "#000000" },
29113
+ { d: "M 0 92.92893218813452 L 7.0710678118654755 100 L 0 100 Z", fill: "#000000", stroke: "#000000" },
29114
+ { d: "M 92.92893218813452 0 L 100 0 L 100 7.0710678118654755 Z", fill: "#000000", stroke: "#000000" },
29115
+ { d: "M 100 92.92893218813452 L 100 100 L 92.92893218813452 100 Z", fill: "#000000", stroke: "#000000" }
29116
+ ]
29117
+ },
29118
+ cube: {
29119
+ viewBox: "0 0 100 100",
29120
+ paths: [
29121
+ { d: "M 0 25 L 75 25 L 75 100 L 0 100 Z", fill: "#000000", stroke: "none" },
29122
+ { d: "M 75 25 L 100 0 L 100 75 L 75 100 Z", fill: "color-mix(in srgb, currentColor 80%, black)", stroke: "none" },
29123
+ { d: "M 0 25 L 25 0 L 100 0 L 75 25 Z", fill: "color-mix(in srgb, currentColor 80%, white)", stroke: "none" },
29124
+ {
29125
+ d: "M 0 25 L 25 0 L 100 0 L 100 75 L 75 100 L 0 100 Z M 0 25 L 75 25 L 100 0 M 75 25 L 75 100",
29126
+ fill: "none",
29127
+ stroke: "#000000"
29128
+ }
29129
+ ]
29130
+ },
29131
+ curvedConnector2: {
29132
+ viewBox: "0 0 100 100",
29133
+ paths: [{ d: "M 0 0 C 50 0 100 50 100 100", fill: "none", stroke: "#000000" }]
29134
+ },
29135
+ curvedConnector3: {
29136
+ viewBox: "0 0 100 100",
29137
+ paths: [{ d: "M 0 0 C 25 0 50 25 50 50 C 50 75 75 100 100 100", fill: "none", stroke: "#000000" }]
29138
+ },
29139
+ curvedConnector4: {
29140
+ viewBox: "0 0 100 100",
29141
+ paths: [
29142
+ {
29143
+ d: "M 0 0 C 25 0 50 12.5 50 25 C 50 37.5 62.5 50 75 50 C 87.5 50 100 75 100 100",
29144
+ fill: "none",
29145
+ stroke: "#000000"
29146
+ }
29147
+ ]
29148
+ },
29149
+ curvedConnector5: {
29150
+ viewBox: "0 0 100 100",
29151
+ paths: [
29152
+ {
29153
+ d: "M 0 0 C 25 0 50 12.5 50 25 C 50 37.5 50 50 50 50 C 50 50 50 62.5 50 75 C 50 87.5 75 100 100 100",
29154
+ fill: "none",
29155
+ stroke: "#000000"
29156
+ }
29157
+ ]
29158
+ },
29159
+ curvedDownArrow: {
29160
+ viewBox: "0 0 100 100",
29161
+ paths: [
29162
+ {
29163
+ d: "M 75 100 L 49.00768239224544 75 L 61.50768239224544 75 A 31.25 100 0 0 0 37.416898858120966 38.6950051637524 L 56.25 0 A 31.25 100 0 0 1 80.34078353412448 36.304994836247616 L 99.00768239224544 75 Z",
29164
+ fill: "#000000",
29165
+ stroke: "none"
29166
+ },
29167
+ {
29168
+ d: "M 43.75 8.348486100883193 A 31.25 100 0 0 0 16.722972521631938 107.43120402663949 L 0 100 A 31.25 100 0 0 1 35.47297252163195 0.9172820742437011 Z",
29169
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29170
+ stroke: "none"
29171
+ },
29172
+ {
29173
+ d: "M 43.75 8.348486100883193 A 31.25 100 0 0 0 16.722972521631938 107.43120402663949 L 0 100 A 31.25 100 0 0 1 31.249999999999993 -1.4210854715202004e-14 L 56.25 0 A 31.25 100 0 0 1 80.34078353412448 36.304994836247616 L 99.00768239224544 75 L 75 100 L 49.00768239224544 75 L 61.50768239224544 75 A 31.25 100 0 0 0 37.416898858120966 38.6950051637524",
29174
+ fill: "none",
29175
+ stroke: "#000000"
29176
+ }
29177
+ ]
29178
+ },
29179
+ curvedLeftArrow: {
29180
+ viewBox: "0 0 100 100",
29181
+ paths: [
29182
+ {
29183
+ d: "M 0 75 L 25 49.00768239224544 L 25 61.50768239224544 A 100 31.25 0 0 0 60.38771276200397 41.63987137975289 A 100 31.25 0 0 1 25.00000000000007 69.9536274355093 L 25 99.00768239224544 Z",
29184
+ fill: "#000000",
29185
+ stroke: "none"
29186
+ },
29187
+ {
29188
+ d: "M 100 56.25 A 100 31.25 0 0 0 6.123233995736766e-15 25 L 0 0 A 100 31.25 0 0 1 100.00000000000001 31.249999999999993 Z",
29189
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29190
+ stroke: "none"
29191
+ },
29192
+ {
29193
+ d: "M 100 56.25 A 100 31.25 0 0 0 6.123233995736766e-15 25 L 0 0 A 100 31.25 0 0 1 100.00000000000001 31.249999999999993 L 100 56.25 A 100 31.25 0 0 1 63.69500516375231 80.34078353412448 L 25 99.00768239224544 L 0 75 L 25 49.00768239224544 L 25 61.50768239224544 A 100 31.25 0 0 0 60.38771276200397 41.63987137975289",
29194
+ fill: "none",
29195
+ stroke: "#000000"
29196
+ }
29197
+ ]
29198
+ },
29199
+ curvedRightArrow: {
29200
+ viewBox: "0 0 100 100",
29201
+ paths: [
29202
+ {
29203
+ d: "M 0 31.25 A 100 31.25 0 0 0 36.30499483624771 55.34078353412449 L 75 49.00768239224544 L 100 75 L 75 99.00768239224544 L 75 86.50768239224544 A 100 31.25 0 0 1 38.695005163752285 62.41689885812095 Z",
29204
+ fill: "#000000",
29205
+ stroke: "none"
29206
+ },
29207
+ {
29208
+ d: "M 100 25 A 100 31.25 0 0 0 0.9172820742437295 52.02702747836806 A 100 31.25 0 0 1 100 16.55405495673611 Z",
29209
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29210
+ stroke: "none"
29211
+ },
29212
+ {
29213
+ d: "M 0 31.25 A 100 31.25 0 0 0 36.30499483624771 55.34078353412449 L 75 49.00768239224544 L 100 75 L 75 99.00768239224544 L 75 86.50768239224544 A 100 31.25 0 0 1 38.695005163752285 62.41689885812095 L 0 31.25 A 100 31.25 0 0 1 99.99999999999999 -3.552713678800501e-15 L 100 25 A 100 31.25 0 0 0 0.9172820742437295 52.02702747836806",
29214
+ fill: "none",
29215
+ stroke: "#000000"
29216
+ }
29217
+ ]
29218
+ },
29219
+ curvedUpArrow: {
29220
+ viewBox: "0 0 100 100",
29221
+ paths: [
29222
+ {
29223
+ d: "M 75 0 L 99.00768239224544 25 L 86.50768239224544 25 A 31.25 100 0 0 1 58.19392633648901 60.38771276200398 A 31.25 100 0 0 0 78.06173734898155 25 L 49.00768239224544 25 Z",
29224
+ fill: "#000000",
29225
+ stroke: "none"
29226
+ },
29227
+ {
29228
+ d: "M 31.25 100 A 31.25 100 0 0 1 -3.552713678800501e-15 1.2246467991473532e-14 L 25 0 A 31.25 100 0 0 0 56.25 99.99999999999999 Z",
29229
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29230
+ stroke: "none"
29231
+ },
29232
+ {
29233
+ d: "M 43.75 91.65151389911681 A 31.25 100 0 0 0 63.61781101249255 56.26380113711283 L 49.00768239224544 25 L 75 0 L 99.00768239224544 25 L 86.50768239224544 25 A 31.25 100 0 0 1 62.41689885812095 61.304994836247694 L 31.25 100 A 31.25 100 0 0 1 -3.552713678800501e-15 1.2246467991473532e-14 L 25 0 A 31.25 100 0 0 0 56.25 99.99999999999999",
29234
+ fill: "none",
29235
+ stroke: "#000000"
29236
+ }
29237
+ ]
29238
+ },
29239
+ decagon: {
29240
+ viewBox: "0 0 100 100",
29241
+ paths: [
29242
+ {
29243
+ d: "M 0 50 L 9.54915028125263 19.09836593122781 L 34.54915028125263 0.00010576881489043899 L 65.45084971874738 0.00010576881489043899 L 90.45084971874738 19.09836593122781 L 100 50 L 90.45084971874738 80.90163406877218 L 65.45084971874738 99.99989423118511 L 34.54915028125263 99.99989423118511 L 9.54915028125263 80.90163406877218 Z",
29244
+ fill: "#000000",
29245
+ stroke: "#000000"
29246
+ }
29247
+ ]
29248
+ },
29249
+ diagStripe: {
29250
+ viewBox: "0 0 100 100",
29251
+ paths: [{ d: "M 0 50 L 50 0 L 100 0 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
29252
+ },
29253
+ diamond: {
29254
+ viewBox: "0 0 100 100",
29255
+ paths: [{ d: "M 0 50 L 50 0 L 100 50 L 50 100 Z", fill: "#000000", stroke: "#000000" }]
29256
+ },
29257
+ dodecagon: {
29258
+ viewBox: "0 0 100 100",
29259
+ paths: [
29260
+ {
29261
+ d: "M 0 36.601851851851855 L 13.398148148148149 13.398148148148149 L 36.601851851851855 0 L 63.398148148148145 0 L 86.60185185185185 13.398148148148149 L 100 36.601851851851855 L 100 63.398148148148145 L 86.60185185185185 86.60185185185185 L 63.398148148148145 100 L 36.601851851851855 100 L 13.398148148148149 86.60185185185185 L 0 63.398148148148145 Z",
29262
+ fill: "#000000",
29263
+ stroke: "#000000"
29264
+ }
29265
+ ]
29266
+ },
29267
+ donut: {
29268
+ viewBox: "0 0 100 100",
29269
+ paths: [
29270
+ {
29271
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z M 25 50 A 25 25 0 0 0 50 75 A 25 25 0 0 0 75 50 A 25 25 0 0 0 50 25 A 25 25 0 0 0 25.000000000000007 50 Z",
29272
+ fill: "#000000",
29273
+ stroke: "#000000",
29274
+ fillRule: "evenodd",
29275
+ clipRule: "evenodd"
29276
+ }
29277
+ ]
29278
+ },
29279
+ doubleWave: {
29280
+ viewBox: "0 0 100 100",
29281
+ paths: [
29282
+ {
29283
+ d: "M 0 6.25 C 16.666666666666668 -14.583333333333332 33.333333333333336 27.083333333333332 50 6.25 C 66.66666666666667 -14.583333333333332 83.33333333333334 27.083333333333332 100 6.25 L 100 93.75 C 83.33333333333334 114.58333333333333 66.66666666666667 72.91666666666667 50 93.75 C 33.333333333333336 114.58333333333333 16.666666666666668 72.91666666666667 0 93.75 Z",
29284
+ fill: "#000000",
29285
+ stroke: "#000000"
29286
+ }
29287
+ ]
29288
+ },
29289
+ downArrow: {
29290
+ viewBox: "0 0 100 100",
29291
+ paths: [{ d: "M 0 50 L 25 50 L 25 0 L 75 0 L 75 50 L 100 50 L 50 100 Z", fill: "#000000", stroke: "#000000" }]
29292
+ },
29293
+ downArrowCallout: {
29294
+ viewBox: "0 0 100 100",
29295
+ paths: [
29296
+ {
29297
+ d: "M 0 0 L 100 0 L 100 64.977 L 62.5 64.977 L 62.5 75 L 75 75 L 50 100 L 25 75 L 37.5 75 L 37.5 64.977 L 0 64.977 Z",
29298
+ fill: "#000000",
29299
+ stroke: "#000000"
29300
+ }
29301
+ ]
29302
+ },
29303
+ ellipse: {
29304
+ viewBox: "0 0 100 100",
29305
+ paths: [
29306
+ {
29307
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z",
29308
+ fill: "#000000",
29309
+ stroke: "#000000"
29310
+ }
29311
+ ]
29312
+ },
29313
+ ellipseRibbon: {
29314
+ viewBox: "0 0 100 100",
29315
+ paths: [
29316
+ {
29317
+ d: "M 0 0 Q 18.75 9.375 37.5 11.71875 L 25 21.875 Q 50 28.125 75 21.875 L 62.5 11.71875 Q 81.25 9.375 100 0 L 87.5 42.96875 L 100 75 Q 87.5 81.25 75 84.375 L 75 96.875 Q 50 103.125 25 96.875 L 25 84.375 Q 12.5 81.25 0 75 L 12.5 42.96875 Z",
29318
+ fill: "#000000",
29319
+ stroke: "none"
29320
+ },
29321
+ {
29322
+ d: "M 37.5 24.21875 L 37.5 11.71875 L 25 21.875 Q 50 28.125 75 21.875 L 62.5 11.71875 L 62.5 24.21875 Q 50 25.78125 37.5 24.21875 Z",
29323
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29324
+ stroke: "none"
29325
+ },
29326
+ {
29327
+ d: "M 0 0 Q 18.75 9.375 37.5 11.71875 L 25 21.875 Q 50 28.125 75 21.875 L 62.5 11.71875 Q 81.25 9.375 100 0 L 87.5 42.96875 L 100 75 Q 87.5 81.25 75 84.375 L 75 96.875 Q 50 103.125 25 96.875 L 25 84.375 Q 12.5 81.25 0 75 L 12.5 42.96875 Z M 25 84.375 L 25 21.875 M 75 21.875 L 75 84.375 M 37.5 11.71875 L 37.5 24.21875 M 62.5 24.21875 L 62.5 11.71875",
29328
+ fill: "none",
29329
+ stroke: "#000000"
29330
+ }
29331
+ ]
29332
+ },
29333
+ ellipseRibbon2: {
29334
+ viewBox: "0 0 100 100",
29335
+ paths: [
29336
+ {
29337
+ d: "M 0 100 Q 18.75 90.625 37.5 88.28125 L 25 78.125 Q 50 71.875 75 78.125 L 62.5 88.28125 Q 81.25 90.625 100 100 L 87.5 57.03125 L 100 25 Q 87.5 18.75 75 15.625 L 75 3.125 Q 50 -3.125 25 3.125 L 25 15.625 Q 12.5 18.75 0 25 L 12.5 57.03125 Z",
29338
+ fill: "#000000",
29339
+ stroke: "none"
29340
+ },
29341
+ {
29342
+ d: "M 37.5 75.78125 L 37.5 88.28125 L 25 78.125 Q 50 71.875 75 78.125 L 62.5 88.28125 L 62.5 75.78125 Q 50 74.21875 37.5 75.78125 Z",
29343
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29344
+ stroke: "none"
29345
+ },
29346
+ {
29347
+ d: "M 0 100 L 12.5 57.03125 L 0 25 Q 12.5 18.75 25 15.625 L 25 3.125 Q 50 -3.125 75 3.125 L 75 15.625 Q 87.5 18.75 100 25 L 87.5 57.03125 L 100 100 Q 81.25 90.625 62.5 88.28125 L 75 78.125 Q 50 71.875 25 78.125 L 37.5 88.28125 Q 18.75 90.625 0 100 Z M 25 78.125 L 25 15.625 M 75 15.625 L 75 78.125 M 37.5 75.78125 L 37.5 88.28125 M 62.5 88.28125 L 62.5 75.78125",
29348
+ fill: "none",
29349
+ stroke: "#000000"
29350
+ }
29351
+ ]
29352
+ },
29353
+ flowChartAlternateProcess: {
29354
+ viewBox: "0 0 100 100",
29355
+ paths: [
29356
+ {
29357
+ d: "M 0 0 A 0 0 0 0 1 0 0 L 100 0 A 0 0 0 0 1 100 0 L 100 100 A 0 0 0 0 1 100 100 L 0 100 A 0 0 0 0 1 0 100 Z",
29358
+ fill: "#000000",
29359
+ stroke: "#000000"
29360
+ }
29361
+ ]
29362
+ },
29363
+ flowChartCollate: {
29364
+ viewBox: "0 0 100 100",
29365
+ paths: [{ d: "M 0 0 L 100 0 L 50 50 L 100 100 L 0 100 L 50 50 Z", fill: "#000000", stroke: "#000000" }]
29366
+ },
29367
+ flowChartConnector: {
29368
+ viewBox: "0 0 100 100",
29369
+ paths: [
29370
+ {
29371
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z",
29372
+ fill: "#000000",
29373
+ stroke: "#000000"
29374
+ }
29375
+ ]
29376
+ },
29377
+ flowChartDecision: {
29378
+ viewBox: "0 0 100 100",
29379
+ paths: [{ d: "M 0 50 L 50 0 L 100 50 L 50 100 Z", fill: "#000000", stroke: "#000000" }]
29380
+ },
29381
+ flowChartDelay: {
29382
+ viewBox: "0 0 100 100",
29383
+ paths: [{ d: "M 0 0 L 50 0 A 50 50 0 0 1 50.00000000000002 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
29384
+ },
29385
+ flowChartDisplay: {
29386
+ viewBox: "0 0 100 100",
29387
+ paths: [
29388
+ {
29389
+ d: "M 0 50 L 16.666666666666668 0 L 83.33333333333334 0 A 16.666666666666668 50 0 0 1 83.33333333333334 100 L 16.666666666666668 100 Z",
29390
+ fill: "#000000",
29391
+ stroke: "#000000"
29392
+ }
29393
+ ]
29394
+ },
29395
+ flowChartDocument: {
29396
+ viewBox: "0 0 100 100",
29397
+ paths: [
29398
+ {
29399
+ d: "M 0 0 L 100 0 L 100 80.19444444444444 C 50 80.19444444444444 50 110.75 0 93.38888888888889 Z",
29400
+ fill: "#000000",
29401
+ stroke: "#000000"
29402
+ }
29403
+ ]
29404
+ },
29405
+ flowChartExtract: {
29406
+ viewBox: "0 0 100 100",
29407
+ paths: [{ d: "M 0 100 L 50 0 L 100 100 Z", fill: "#000000", stroke: "#000000" }]
29408
+ },
29409
+ flowChartInputOutput: {
29410
+ viewBox: "0 0 100 100",
29411
+ paths: [{ d: "M 0 100 L 20 0 L 100 0 L 80 100 Z", fill: "#000000", stroke: "#000000" }]
29412
+ },
29413
+ flowChartInternalStorage: {
29414
+ viewBox: "0 0 100 100",
29415
+ paths: [
29416
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
29417
+ { d: "M 12.5 0 L 12.5 100 M 0 12.5 L 100 12.5", fill: "none", stroke: "#000000" },
29418
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
29419
+ ]
29420
+ },
29421
+ flowChartMagneticDisk: {
29422
+ viewBox: "0 0 100 100",
29423
+ paths: [
29424
+ {
29425
+ d: "M 0 16.666666666666668 A 50 16.666666666666668 0 0 1 100 16.66666666666666 L 100 83.33333333333334 A 50 16.666666666666668 0 0 1 0 83.33333333333334 Z",
29426
+ fill: "#000000",
29427
+ stroke: "none"
29428
+ },
29429
+ {
29430
+ d: "M 100 16.666666666666668 A 50 16.666666666666668 0 0 1 0 16.66666666666667",
29431
+ fill: "none",
29432
+ stroke: "#000000"
29433
+ },
29434
+ {
29435
+ d: "M 0 16.666666666666668 A 50 16.666666666666668 0 0 1 100 16.66666666666666 L 100 83.33333333333334 A 50 16.666666666666668 0 0 1 0 83.33333333333334 Z",
29436
+ fill: "none",
29437
+ stroke: "#000000"
29438
+ }
29439
+ ]
29440
+ },
29441
+ flowChartMagneticDrum: {
29442
+ viewBox: "0 0 100 100",
29443
+ paths: [
29444
+ {
29445
+ d: "M 16.666666666666668 0 L 83.33333333333334 0 A 16.666666666666668 50 0 0 1 83.33333333333334 100 L 16.666666666666668 100 A 16.666666666666668 50 0 0 1 16.666666666666664 0 Z",
29446
+ fill: "#000000",
29447
+ stroke: "none"
29448
+ },
29449
+ {
29450
+ d: "M 83.33333333333334 100 A 16.666666666666668 50 0 0 1 83.33333333333334 0",
29451
+ fill: "none",
29452
+ stroke: "#000000"
29453
+ },
29454
+ {
29455
+ d: "M 16.666666666666668 0 L 83.33333333333334 0 A 16.666666666666668 50 0 0 1 83.33333333333334 100 L 16.666666666666668 100 A 16.666666666666668 50 0 0 1 16.666666666666664 0 Z",
29456
+ fill: "none",
29457
+ stroke: "#000000"
29458
+ }
29459
+ ]
29460
+ },
29461
+ flowChartMagneticTape: {
29462
+ viewBox: "0 0 100 100",
29463
+ paths: [
29464
+ {
29465
+ d: "M 50 100 A 50 50 0 0 1 0 50.00000000000001 A 50 50 0 0 1 49.99999999999999 0 A 50 50 0 0 1 100 49.999999999999986 A 50 50 0 0 1 85.35533905932738 85.35533905932735 L 100 85.35533905932738 L 100 100 Z",
29466
+ fill: "#000000",
29467
+ stroke: "#000000"
29468
+ }
29469
+ ]
29470
+ },
29471
+ flowChartManualInput: {
29472
+ viewBox: "0 0 100 100",
29473
+ paths: [{ d: "M 0 20 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
29474
+ },
29475
+ flowChartManualOperation: {
29476
+ viewBox: "0 0 100 100",
29477
+ paths: [{ d: "M 0 0 L 100 0 L 80 100 L 20 100 Z", fill: "#000000", stroke: "#000000" }]
29478
+ },
29479
+ flowChartMerge: {
29480
+ viewBox: "0 0 100 100",
29481
+ paths: [{ d: "M 0 0 L 100 0 L 50 100 Z", fill: "#000000", stroke: "#000000" }]
29482
+ },
29483
+ flowChartMultidocument: {
29484
+ viewBox: "0 0 100 100",
29485
+ paths: [
29486
+ {
29487
+ d: "M 0 96.21296296296296 C 43.04629629629629 108.99074074074073 43.04629629629629 83.43518518518518 86.08796296296296 83.43518518518518 L 86.08796296296296 17.01388888888889 L 0 17.01388888888889 Z M 7.092592592592593 17.01388888888889 L 7.092592592592593 8.402777777777777 L 92.59259259259258 8.402777777777777 L 92.59259259259258 75.24074074074073 C 89.34259259259258 75.24074074074073 86.08796296296296 75.7037037037037 86.08796296296296 75.7037037037037 L 86.08796296296296 17.01388888888889 Z M 13.759259259259258 8.402777777777777 L 13.759259259259258 0 L 100 0 L 100 66.62962962962962 C 96.29629629629629 66.62962962962962 92.59259259259258 66.97685185185185 92.59259259259258 66.97685185185185 L 92.59259259259258 8.402777777777777 Z",
29488
+ fill: "#000000",
29489
+ stroke: "none",
29490
+ fillRule: "evenodd",
29491
+ clipRule: "evenodd"
29492
+ },
29493
+ {
29494
+ d: "M 0 17.01388888888889 L 86.08796296296296 17.01388888888889 L 86.08796296296296 83.43518518518518 C 43.04629629629629 83.43518518518518 43.04629629629629 108.99074074074073 0 96.21296296296296 Z M 7.092592592592593 17.01388888888889 L 7.092592592592593 8.402777777777777 L 92.59259259259258 8.402777777777777 L 92.59259259259258 75.24074074074073 C 89.34259259259258 75.24074074074073 86.08796296296296 75.7037037037037 86.08796296296296 75.7037037037037 M 13.759259259259258 8.402777777777777 L 13.759259259259258 0 L 100 0 L 100 66.62962962962962 C 96.29629629629629 66.62962962962962 92.59259259259258 66.97685185185185 92.59259259259258 66.97685185185185",
29495
+ fill: "none",
29496
+ stroke: "#000000"
29497
+ }
29498
+ ]
29499
+ },
29500
+ flowChartOfflineStorage: {
29501
+ viewBox: "0 0 100 100",
29502
+ paths: [
29503
+ { d: "M 0 0 L 100 0 L 50 100 Z", fill: "#000000", stroke: "none" },
29504
+ { d: "M 40 80 L 60 80", fill: "none", stroke: "#000000" },
29505
+ { d: "M 0 0 L 100 0 L 50 100 Z", fill: "none", stroke: "#000000" }
29506
+ ]
29507
+ },
29508
+ flowChartOffpageConnector: {
29509
+ viewBox: "0 0 100 100",
29510
+ paths: [{ d: "M 0 0 L 100 0 L 100 80 L 50 100 L 0 80 Z", fill: "#000000", stroke: "#000000" }]
29511
+ },
29512
+ flowChartOnlineStorage: {
29513
+ viewBox: "0 0 100 100",
29514
+ paths: [
29515
+ {
29516
+ d: "M 16.666666666666668 0 L 100 0 A 16.666666666666668 50 0 0 0 100 100 L 16.666666666666668 100 A 16.666666666666668 50 0 0 1 16.666666666666664 0 Z",
29517
+ fill: "#000000",
29518
+ stroke: "#000000"
29519
+ }
29520
+ ]
29521
+ },
29522
+ flowChartOr: {
29523
+ viewBox: "0 0 100 100",
29524
+ paths: [
29525
+ {
29526
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z",
29527
+ fill: "#000000",
29528
+ stroke: "none"
29529
+ },
29530
+ { d: "M 50 0 L 50 100 M 0 50 L 100 50", fill: "none", stroke: "#000000" },
29531
+ {
29532
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z",
29533
+ fill: "none",
29534
+ stroke: "#000000"
29535
+ }
29536
+ ]
29537
+ },
29538
+ flowChartPredefinedProcess: {
29539
+ viewBox: "0 0 100 100",
29540
+ paths: [
29541
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "none" },
29542
+ { d: "M 12.5 0 L 12.5 100 M 87.5 0 L 87.5 100", fill: "none", stroke: "#000000" },
29543
+ { d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "none", stroke: "#000000" }
29544
+ ]
29545
+ },
29546
+ flowChartPreparation: {
29547
+ viewBox: "0 0 100 100",
29548
+ paths: [{ d: "M 0 50 L 20 0 L 80 0 L 100 50 L 80 100 L 20 100 Z", fill: "#000000", stroke: "#000000" }]
29549
+ },
29550
+ flowChartProcess: {
29551
+ viewBox: "0 0 100 100",
29552
+ paths: [{ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
29553
+ },
29554
+ flowChartPunchedCard: {
29555
+ viewBox: "0 0 100 100",
29556
+ paths: [{ d: "M 0 20 L 20 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
29557
+ },
29558
+ flowChartPunchedTape: {
29559
+ viewBox: "0 0 100 100",
29560
+ paths: [
29561
+ {
29562
+ d: "M 0 10 A 25 10 0 0 0 50 9.999999999999998 A 25 10 0 0 1 100 9.999999999999995 L 100 90 A 25 10 0 0 0 50 90 A 25 10 0 0 1 0 90 Z",
29563
+ fill: "#000000",
29564
+ stroke: "#000000"
29565
+ }
29566
+ ]
29567
+ },
29568
+ flowChartSort: {
29569
+ viewBox: "0 0 100 100",
29570
+ paths: [
29571
+ { d: "M 0 50 L 50 0 L 100 50 L 50 100 Z", fill: "#000000", stroke: "none" },
29572
+ { d: "M 0 50 L 100 50", fill: "none", stroke: "#000000" },
29573
+ { d: "M 0 50 L 50 0 L 100 50 L 50 100 Z", fill: "none", stroke: "#000000" }
29574
+ ]
29575
+ },
29576
+ flowChartSummingJunction: {
29577
+ viewBox: "0 0 100 100",
29578
+ paths: [
29579
+ {
29580
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z",
29581
+ fill: "#000000",
29582
+ stroke: "none"
29583
+ },
29584
+ {
29585
+ d: "M 14.644660940672622 14.64466094067263 L 85.35533905932738 85.35533905932738 M 85.35533905932738 14.64466094067263 L 14.644660940672622 85.35533905932738",
29586
+ fill: "none",
29587
+ stroke: "#000000"
29588
+ },
29589
+ {
29590
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z",
29591
+ fill: "none",
29592
+ stroke: "#000000"
29593
+ }
29594
+ ]
29595
+ },
29596
+ flowChartTerminator: {
29597
+ viewBox: "0 0 100 100",
29598
+ paths: [
29599
+ {
29600
+ d: "M 16.087962962962962 0 L 83.91203703703704 0 A 16.087962962962962 50 0 0 1 83.91203703703704 100 L 16.087962962962962 100 A 16.087962962962962 50 0 0 1 16.08796296296296 0 Z",
29601
+ fill: "#000000",
29602
+ stroke: "#000000"
29603
+ }
29604
+ ]
29605
+ },
29606
+ foldedCorner: {
29607
+ viewBox: "0 0 100 100",
29608
+ paths: [
29609
+ { d: "M 0 0 L 100 0 L 100 83.333 L 83.333 100 L 0 100 Z", fill: "#000000", stroke: "none" },
29610
+ {
29611
+ d: "M 83.333 100 L 86.6664 86.6664 L 100 83.333 Z",
29612
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29613
+ stroke: "none"
29614
+ },
29615
+ {
29616
+ d: "M 83.333 100 L 86.6664 86.6664 L 100 83.333 L 83.333 100 L 0 100 L 0 0 L 100 0 L 100 83.333",
29617
+ fill: "none",
29618
+ stroke: "#000000"
29619
+ }
29620
+ ]
29621
+ },
29622
+ frame: {
29623
+ viewBox: "0 0 100 100",
29624
+ paths: [
29625
+ {
29626
+ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z M 12.5 12.5 L 12.5 87.5 L 87.5 87.5 L 87.5 12.5 Z",
29627
+ fill: "#000000",
29628
+ stroke: "#000000",
29629
+ fillRule: "evenodd",
29630
+ clipRule: "evenodd"
29631
+ }
29632
+ ]
29633
+ },
29634
+ funnel: {
29635
+ viewBox: "0 0 100 100",
29636
+ paths: [
29637
+ {
29638
+ d: "M 0.4865947579902823 28.47932110261916 A 50 25 0 0 1 50.363602241574895 1.7268853347203788 A 50 25 0 0 1 100.24060972515952 28.47932110261915 L 62.37835131050243 94.61983027565479 A 12.5 6.25 0 0 1 37.43984756871012 94.61983027565479 Z M 5 25 A 45 20 0 0 0 95 24.999999999999996 A 45 20 0 0 0 5 24.999999999999993 Z",
29639
+ fill: "#000000",
29640
+ stroke: "#000000",
29641
+ fillRule: "evenodd",
29642
+ clipRule: "evenodd"
29643
+ }
29644
+ ]
29645
+ },
29646
+ gear6: {
29647
+ viewBox: "0 0 100 100",
29648
+ paths: [
29649
+ {
29650
+ d: "M 74.82470053891974 25.327459734495154 L 89.57808159568633 20.881065308239084 L 95.0067779720481 30.283843250962747 L 83.77939691528152 40.83744882470668 A 35 35 0 0 1 83.77939691528152 59.16255117529331 L 95.0067779720481 69.71615674903725 L 89.57808159568633 79.11893469176091 L 74.82470053891974 74.67254026550485 A 35 35 0 0 1 58.954696376361774 83.83509144079817 L 55.42869637636177 98.83509144079817 L 44.57130362363823 98.83509144079817 L 41.045303623638226 83.83509144079817 A 35 35 0 0 1 25.175299461080265 74.67254026550485 L 10.421918404313672 79.11893469176091 L 4.9932220279519015 69.71615674903725 L 16.220603084718476 59.16255117529332 A 35 35 0 0 1 16.22060308471847 40.837448824706684 L 4.9932220279519015 30.283843250962747 L 10.421918404313672 20.881065308239084 L 25.175299461080257 25.327459734495154 A 35 35 0 0 1 41.04530362363821 16.16490855920184 L 44.57130362363823 1.1649085592018338 L 55.42869637636177 1.1649085592018338 L 58.954696376361774 16.164908559201834 A 35 35 0 0 1 74.82470053891973 25.327459734495143 Z",
29651
+ fill: "#000000",
29652
+ stroke: "#000000"
29653
+ }
29654
+ ]
29655
+ },
29656
+ gear9: {
29657
+ viewBox: "0 0 100 100",
29658
+ paths: [
29659
+ {
29660
+ d: "M 70.98043216644243 15.943848336764354 L 78.75884461652657 9.416638461451942 L 84.97288812699333 14.630840079204173 L 79.89554838334669 23.424519066271323 A 40 40 0 0 1 87.96281579807138 37.3974361068193 L 98.11703506542025 37.397170398710514 L 99.52564437161423 45.38579074787268 L 89.98370857871895 48.85848859310251 A 40 40 0 0 1 87.18197600808145 64.74790358438975 L 94.96073004592583 71.27470637126171 L 90.90480119853021 78.2997812068352 L 81.36304716068582 74.82658399370717 A 40 40 0 0 1 69.00327641227653 85.19766307013315 L 70.76679975508767 95.19757079067537 L 63.14414693842693 97.97198952208531 L 58.06726741472468 89.17804482690939 A 40 40 0 0 1 41.93273258527532 89.17804482690939 L 36.85585306157307 97.97198952208531 L 29.233200244912325 95.19757079067537 L 30.996723587723466 85.19766307013313 A 40 40 0 0 1 18.636952839314183 74.82658399370717 L 9.095198801469792 78.2997812068352 L 5.039269954074172 71.27470637126171 L 12.818023991918551 64.74790358438975 A 40 40 0 0 1 10.016291421281053 48.85848859310253 L 0.4743556283857657 45.38579074787268 L 1.8829649345797463 37.397170398710514 L 12.037184201928625 37.39743610681929 A 40 40 0 0 1 20.104451616653293 23.42451906627133 L 15.027111873006675 14.630840079204173 L 21.241155383473426 9.416638461451942 L 29.019567833557574 15.943848336764354 A 40 40 0 0 1 44.18107115260436 10.425512421903086 L 45.944071152604366 0.42551242190308614 L 54.055928847395634 0.42551242190308614 L 55.81892884739563 10.425512421903086 A 40 40 0 0 1 70.98043216644243 15.943848336764354 Z",
29661
+ fill: "#000000",
29662
+ stroke: "#000000"
29663
+ }
29664
+ ]
29665
+ },
29666
+ halfFrame: {
29667
+ viewBox: "0 0 100 100",
29668
+ paths: [
29669
+ {
29670
+ d: "M 0 0 L 100 0 L 66.667 33.333 L 33.333 33.333 L 33.333 66.667 L 0 100 Z",
29671
+ fill: "#000000",
29672
+ stroke: "#000000"
29673
+ }
29674
+ ]
29675
+ },
29676
+ heart: {
29677
+ viewBox: "0 0 100 100",
29678
+ paths: [
29679
+ {
29680
+ d: "M 50 25 C 70.83333333333333 -33.333333333333336 152.08333333333331 25 50 100 C -52.08333333333333 25 29.166666666666668 -33.333333333333336 50 25 Z",
29681
+ fill: "#000000",
29682
+ stroke: "#000000"
29683
+ }
29684
+ ]
29685
+ },
29686
+ heptagon: {
29687
+ viewBox: "0 0 100 100",
29688
+ paths: [
29689
+ {
29690
+ d: "M -0.0002599799999956076 64.3106646 L 9.903066619999997 19.806308549999997 L 50 0 L 90.09693338 19.806308549999997 L 100.00025998 64.3106646 L 72.25196968 100.00052685 L 27.74803032 100.00052685 Z",
29691
+ fill: "#000000",
29692
+ stroke: "#000000"
29693
+ }
29694
+ ]
29695
+ },
29696
+ hexagon: {
29697
+ viewBox: "0 0 100 100",
29698
+ paths: [
29699
+ {
29700
+ d: "M 0 50 L 25 0.00002331250544074237 L 75 0.00002331250544074237 L 100 50 L 75 99.99997668749455 L 25 99.99997668749455 Z",
29701
+ fill: "#000000",
29702
+ stroke: "#000000"
29703
+ }
29704
+ ]
29705
+ },
29706
+ homePlate: {
29707
+ viewBox: "0 0 100 100",
29708
+ paths: [{ d: "M 0 0 L 50 0 L 100 50 L 50 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
29709
+ },
29710
+ horizontalScroll: {
29711
+ viewBox: "0 0 100 100",
29712
+ paths: [
29713
+ {
29714
+ d: "M 100 6.25 A 6.25 6.25 0 0 1 93.75 12.5 L 93.75 6.25 A 3.125 3.125 0 0 1 87.5 6.25 L 87.5 12.5 L 6.25 12.5 A 6.25 6.25 0 0 0 8.881784197001252e-16 18.75 L 0 93.75 A 6.25 6.25 0 0 0 12.5 93.75 L 12.5 87.5 L 93.75 87.5 A 6.25 6.25 0 0 0 100 81.25 Z M 6.25 25 A 6.25 6.25 0 0 0 12.5 18.75 A 3.125 3.125 0 0 0 6.25 18.75 Z",
29715
+ fill: "#000000",
29716
+ stroke: "none",
29717
+ fillRule: "evenodd",
29718
+ clipRule: "evenodd"
29719
+ },
29720
+ {
29721
+ d: "M 6.25 25 A 6.25 6.25 0 0 0 12.5 18.75 A 3.125 3.125 0 0 0 6.25 18.75 Z M 93.75 12.5 A 6.25 6.25 0 0 0 98.16941738241593 1.8305826175840787 A 6.25 6.25 0 0 0 87.5 6.249999999999999 A 3.125 3.125 0 0 0 93.75 6.249999999999999 Z",
29722
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29723
+ stroke: "none",
29724
+ fillRule: "evenodd",
29725
+ clipRule: "evenodd"
29726
+ },
29727
+ {
29728
+ d: "M 0 18.75 A 6.25 6.25 0 0 1 6.249999999999999 12.5 L 87.5 12.5 L 87.5 6.25 A 6.25 6.25 0 0 1 100 6.249999999999997 L 100 81.25 A 6.25 6.25 0 0 1 93.75 87.5 L 12.5 87.5 L 12.5 93.75 A 6.25 6.25 0 0 1 0 93.75 Z M 87.5 12.5 L 93.75 12.5 A 6.25 6.25 0 0 0 100 6.25 M 93.75 12.5 L 93.75 6.25 A 3.125 3.125 0 0 1 87.5 6.25 M 6.25 25 L 6.25 18.75 A 3.125 3.125 0 0 1 12.5 18.75 A 6.25 6.25 0 0 1 0 18.75 M 12.5 18.75 L 12.5 87.5",
29729
+ fill: "none",
29730
+ stroke: "#000000"
29731
+ }
29732
+ ]
29733
+ },
29734
+ irregularSeal1: {
29735
+ viewBox: "0 0 100 100",
29736
+ paths: [
29737
+ {
29738
+ d: "M 50 26.85185185185185 L 67.23148148148148 0 L 65.5324074074074 24.652777777777775 L 85.09259259259258 20.63425925925926 L 77.32407407407408 33.86574074074074 L 97.67129629629629 37.6712962962963 L 81.51388888888889 48.49537037037037 L 100 61.52777777777777 L 77.94907407407408 59.916666666666664 L 84.00462962962962 83.77314814814814 L 64.9074074074074 66.93055555555556 L 61.3287037037037 91.375 L 48.75925925925926 69.14351851851852 L 39.282407407407405 100 L 35.71759259259259 72.34722222222221 L 22.046296296296294 81.56018518518518 L 26.23611111111111 64.52314814814814 L 0.625 67.5324074074074 L 17.23148148148148 54.513888888888886 L 0 39.88425925925926 L 21.421296296296294 35.263888888888886 L 1.7129629629629628 10.625 L 33.85185185185185 29.259259259259256 L 38.666666666666664 10.625 Z",
29739
+ fill: "#000000",
29740
+ stroke: "#000000"
29741
+ }
29742
+ ]
29743
+ },
29744
+ irregularSeal2: {
29745
+ viewBox: "0 0 100 100",
29746
+ paths: [
29747
+ {
29748
+ d: "M 53.06481481481481 20.10185185185185 L 68.47222222222221 0 L 67.24537037037037 26.74537037037037 L 83.36574074074073 14.685185185185185 L 75.83333333333333 30.24074074074074 L 100 30.763888888888886 L 78.63425925925925 43.52777777777778 L 84.58333333333333 52.26851851851852 L 75.83333333333333 56.99074074074074 L 87.39351851851852 72.37037037037037 L 67.77777777777777 66.43518518518518 L 69.17592592592592 80.41666666666666 L 56.388888888888886 73.77314814814814 L 53.75925925925926 87.23148148148148 L 45.7037037037037 80.41666666666666 L 40.27777777777778 91.25925925925925 L 34.84722222222222 83.91203703703704 L 22.76388888888889 100 L 22.24537037037037 84.44444444444444 L 5.9490740740740735 82.52314814814814 L 15.416666666666666 71.1574074074074 L 0 59.61574074074074 L 18.21759259259259 53.666666666666664 L 5.425925925925926 38.28703703703704 L 24.87037037037037 36.18981481481481 L 20.84259259259259 16.782407407407405 L 39.58333333333333 29.546296296296294 L 45.00925925925926 8.73611111111111 Z",
29749
+ fill: "#000000",
29750
+ stroke: "#000000"
29751
+ }
29752
+ ]
29753
+ },
29754
+ leftArrow: {
29755
+ viewBox: "0 0 100 100",
29756
+ paths: [{ d: "M 0 50 L 50 0 L 50 25 L 100 25 L 100 75 L 50 75 L 50 100 Z", fill: "#000000", stroke: "#000000" }]
29757
+ },
29758
+ leftArrowCallout: {
29759
+ viewBox: "0 0 100 100",
29760
+ paths: [
29761
+ {
29762
+ d: "M 0 50 L 25 25 L 25 37.5 L 35.022999999999996 37.5 L 35.022999999999996 0 L 100 0 L 100 100 L 35.022999999999996 100 L 35.022999999999996 62.5 L 25 62.5 L 25 75 Z",
29763
+ fill: "#000000",
29764
+ stroke: "#000000"
29765
+ }
29766
+ ]
29767
+ },
29768
+ leftBrace: {
29769
+ viewBox: "0 0 100 100",
29770
+ paths: [
29771
+ {
29772
+ d: "M 100 100 A 50 8.333 0 0 1 50 91.667 L 50 58.333 A 50 8.333 0 0 0 3.061616997868383e-15 50 A 50 8.333 0 0 0 50 41.667 L 50 8.333 A 50 8.333 0 0 1 99.99999999999999 -1.7763568394002505e-15 Z",
29773
+ fill: "#000000",
29774
+ stroke: "none"
29775
+ },
29776
+ {
29777
+ d: "M 100 100 A 50 8.333 0 0 1 50 91.667 L 50 58.333 A 50 8.333 0 0 0 3.061616997868383e-15 50 A 50 8.333 0 0 0 50 41.667 L 50 8.333 A 50 8.333 0 0 1 99.99999999999999 -1.7763568394002505e-15",
29778
+ fill: "none",
29779
+ stroke: "#000000"
29780
+ }
29781
+ ]
29782
+ },
29783
+ leftBracket: {
29784
+ viewBox: "0 0 100 100",
29785
+ paths: [
29786
+ {
29787
+ d: "M 100 100 A 100 8.333 0 0 1 0 91.667 L 0 8.333 A 100 8.333 0 0 1 99.99999999999999 -1.7763568394002505e-15 Z",
29788
+ fill: "#000000",
29789
+ stroke: "none"
29790
+ },
29791
+ {
29792
+ d: "M 100 100 A 100 8.333 0 0 1 0 91.667 L 0 8.333 A 100 8.333 0 0 1 99.99999999999999 -1.7763568394002505e-15",
29793
+ fill: "none",
29794
+ stroke: "#000000"
29795
+ }
29796
+ ]
29797
+ },
29798
+ leftCircularArrow: {
29799
+ viewBox: "0 0 100 100",
29800
+ paths: [
29801
+ {
29802
+ d: "M 6.25 50.00000000000001 L 18.75 50.00000000000001 A 31.25 31.25 0 0 0 78.75627033259704 62.2327190991455 L 72.94870282721459 62.232721196358064 L 87.5 50 L 97.94870282721459 62.232721196358064 L 92.00503579491598 62.232721196358064 A 43.75 43.75 0 0 1 6.249999722517629 50.00000095282626 Z",
29803
+ fill: "#000000",
29804
+ stroke: "#000000"
29805
+ }
29806
+ ]
29807
+ },
29808
+ leftRightArrow: {
29809
+ viewBox: "0 0 100 100",
29810
+ paths: [
29811
+ {
29812
+ d: "M 0 50 L 50 0 L 50 25 L 50 25 L 50 0 L 100 50 L 50 100 L 50 75 L 50 75 L 50 100 Z",
29813
+ fill: "#000000",
29814
+ stroke: "#000000"
29815
+ }
29816
+ ]
29817
+ },
29818
+ leftRightArrowCallout: {
29819
+ viewBox: "0 0 100 100",
29820
+ paths: [
29821
+ {
29822
+ d: "M 0 50 L 25 25 L 25 37.5 L 25.9385 37.5 L 25.9385 0 L 74.0615 0 L 74.0615 37.5 L 75 37.5 L 75 25 L 100 50 L 75 75 L 75 62.5 L 74.0615 62.5 L 74.0615 100 L 25.9385 100 L 25.9385 62.5 L 25 62.5 L 25 75 Z",
29823
+ fill: "#000000",
29824
+ stroke: "#000000"
29825
+ }
29826
+ ]
29827
+ },
29828
+ leftRightCircularArrow: {
29829
+ viewBox: "0 0 100 100",
29830
+ paths: [
29831
+ {
29832
+ d: "M 12.5 50.00000000000001 L 2.0512971727853966 37.76727880364194 L 7.9949639276016455 37.767279756468184 A 43.75 43.75 0 0 1 92.00503607239835 37.76727975646819 L 97.94870282721459 37.767278803641936 L 87.5 49.99999999999999 L 72.94870282721459 37.767278803641936 L 78.75626944045719 37.767278803641936 A 31.25 31.25 0 0 0 21.243728775263097 37.76727880364193 L 27.051297172785397 37.76727880364194 Z",
29833
+ fill: "#000000",
29834
+ stroke: "#000000"
29835
+ }
29836
+ ]
29837
+ },
29838
+ leftRightRibbon: {
29839
+ viewBox: "0 0 100 100",
29840
+ paths: [
29841
+ {
29842
+ d: "M 0 41.6665 L 46.875 0 L 46.875 16.6665 L 50 16.6665 A 3.125 4.16675 0 0 1 50 25 A 3.125 4.16675 0 0 0 50 33.3335 L 53.125 33.3335 L 53.125 16.667 L 100 58.3335 L 53.125 100 L 53.125 83.3335 L 50 83.3335 A 3.125 4.16675 0 0 1 46.875 79.16675000000001 L 46.875 66.6665 L 46.875 66.6665 L 46.875 83.333 Z",
29843
+ fill: "#000000",
29844
+ stroke: "none"
29845
+ },
29846
+ {
29847
+ d: "M 53.125 20.83325 A 3.125 4.16675 0 0 1 50 25 A 3.125 4.16675 0 0 0 50 33.3335 L 53.125 33.3335 Z",
29848
+ fill: "color-mix(in srgb, currentColor 80%, black)",
29849
+ stroke: "none"
29850
+ },
29851
+ {
29852
+ d: "M 0 41.6665 L 46.875 0 L 46.875 16.6665 L 50 16.6665 A 3.125 4.16675 0 0 1 50 25 A 3.125 4.16675 0 0 0 50 33.3335 L 53.125 33.3335 L 53.125 16.667 L 100 58.3335 L 53.125 100 L 53.125 83.3335 L 50 83.3335 A 3.125 4.16675 0 0 1 46.875 79.16675000000001 L 46.875 66.6665 L 46.875 66.6665 L 46.875 83.333 Z M 53.125 20.83325 L 53.125 33.3335 M 46.875 29.16675 L 46.875 66.6665",
29853
+ fill: "none",
29854
+ stroke: "#000000"
29855
+ }
29856
+ ]
29857
+ },
29858
+ leftRightUpArrow: {
29859
+ viewBox: "0 0 100 100",
29860
+ paths: [
29861
+ {
29862
+ d: "M 0 75 L 25 50 L 25 62.5 L 37.5 62.5 L 37.5 25 L 25 25 L 50 0 L 75 25 L 62.5 25 L 62.5 62.5 L 75 62.5 L 75 50 L 100 75 L 75 100 L 75 87.5 L 25 87.5 L 25 100 Z",
29863
+ fill: "#000000",
29864
+ stroke: "#000000"
29865
+ }
29866
+ ]
29867
+ },
29868
+ leftUpArrow: {
29869
+ viewBox: "0 0 100 100",
29870
+ paths: [
29871
+ {
29872
+ d: "M 0 75 L 25 50 L 25 62.5 L 62.5 62.5 L 62.5 25 L 50 25 L 75 0 L 100 25 L 87.5 25 L 87.5 87.5 L 25 87.5 L 25 100 Z",
29873
+ fill: "#000000",
29874
+ stroke: "#000000"
29875
+ }
29876
+ ]
29877
+ },
29878
+ lightningBolt: {
29879
+ viewBox: "0 0 100 100",
29880
+ paths: [
29881
+ {
29882
+ d: "M 39.22222222222222 0 L 59.53703703703703 28.148148148148145 L 51.157407407407405 31.46759259259259 L 76.74537037037037 55.58796296296296 L 68.36574074074073 59.61574074074074 L 100 100 L 46.35185185185185 69.05092592592592 L 56.58333333333333 64.75462962962962 L 23.25 44.93055555555555 L 35.19444444444444 38.80555555555555 L 0 18.00925925925926 Z",
29883
+ fill: "#000000",
29884
+ stroke: "#000000"
29885
+ }
29886
+ ]
29887
+ },
29888
+ line: { viewBox: "0 0 100 100", paths: [{ d: "M 0 0 L 100 100", fill: "none", stroke: "#000000" }] },
29889
+ lineInv: { viewBox: "0 0 100 100", paths: [{ d: "M 0 100 L 100 0", fill: "none", stroke: "#000000" }] },
29890
+ mathDivide: {
29891
+ viewBox: "0 0 100 100",
29892
+ paths: [
29893
+ {
29894
+ d: "M 50 11.790000000000004 A 11.76 11.76 0 0 1 50.00000000000001 35.31 A 11.76 11.76 0 0 1 49.99999999999999 11.790000000000004 Z M 50 88.21 A 11.76 11.76 0 0 1 50 64.68999999999998 A 11.76 11.76 0 0 1 50.00000000000001 88.21 Z M 13.255000000000003 38.24 L 86.745 38.24 L 86.745 61.76 L 13.255000000000003 61.76 Z",
29895
+ fill: "#000000",
29896
+ stroke: "#000000",
29897
+ fillRule: "evenodd",
29898
+ clipRule: "evenodd"
29899
+ }
29900
+ ]
29901
+ },
29902
+ mathEqual: {
29903
+ viewBox: "0 0 100 100",
29904
+ paths: [
29905
+ {
29906
+ d: "M 13.255000000000003 20.599999999999998 L 86.745 20.599999999999998 L 86.745 44.12 L 13.255000000000003 44.12 Z M 13.255000000000003 55.88 L 86.745 55.88 L 86.745 79.4 L 13.255000000000003 79.4 Z",
29907
+ fill: "#000000",
29908
+ stroke: "#000000",
29909
+ fillRule: "evenodd",
29910
+ clipRule: "evenodd"
29911
+ }
29912
+ ]
29913
+ },
29914
+ mathMinus: {
29915
+ viewBox: "0 0 100 100",
29916
+ paths: [
29917
+ {
29918
+ d: "M 13.255000000000003 38.24 L 86.745 38.24 L 86.745 61.76 L 13.255000000000003 61.76 Z",
29919
+ fill: "#000000",
29920
+ stroke: "#000000"
29921
+ }
29922
+ ]
29923
+ },
29924
+ mathMultiply: {
29925
+ viewBox: "0 0 100 100",
29926
+ paths: [
29927
+ {
29928
+ d: "M 15.701924253246204 32.3330757467538 L 32.3330757467538 15.7019242532462 L 50 33.3688485064924 L 67.66692425324621 15.7019242532462 L 84.2980757467538 32.3330757467538 L 66.63115149350759 50 L 84.2980757467538 67.66692425324621 L 67.66692425324621 84.2980757467538 L 50 66.6311514935076 L 32.3330757467538 84.2980757467538 L 15.701924253246204 67.66692425324621 L 33.36884850649241 50 Z",
29929
+ fill: "#000000",
29930
+ stroke: "#000000"
29931
+ }
29932
+ ]
29933
+ },
29934
+ mathNotEqual: {
29935
+ viewBox: "0 0 100 100",
29936
+ paths: [
29937
+ {
29938
+ d: "M 13.255000000000003 20.599999999999998 L 48.185994283109636 20.599999999999998 L 55.6837811089934 0 L 77.78535154987797 8.044313771019729 L 73.21545549174309 20.599999999999998 L 86.745 20.599999999999998 L 86.745 44.12 L 64.654875581802 44.12 L 60.37458562683146 55.88 L 86.745 55.88 L 86.745 79.4 L 51.81400571689038 79.4 L 44.3162188910066 100 L 22.214648450122027 91.95568622898027 L 26.78454450825693 79.4 L 13.255000000000003 79.4 L 13.255000000000003 55.88 L 35.34512441819801 55.88 L 39.62541437316855 44.12 L 13.255000000000003 44.12 Z",
29939
+ fill: "#000000",
29940
+ stroke: "#000000"
29941
+ }
29942
+ ]
29943
+ },
29944
+ mathPlus: {
29945
+ viewBox: "0 0 100 100",
29946
+ paths: [
29947
+ {
29948
+ d: "M 13.255000000000003 38.24 L 38.24 38.24 L 38.24 13.255000000000003 L 61.76 13.255000000000003 L 61.76 38.24 L 86.745 38.24 L 86.745 61.76 L 61.76 61.76 L 61.76 86.745 L 38.24 86.745 L 38.24 61.76 L 13.255000000000003 61.76 Z",
29949
+ fill: "#000000",
29950
+ stroke: "#000000"
29951
+ }
29952
+ ]
29953
+ },
29954
+ moon: {
29955
+ viewBox: "0 0 100 100",
29956
+ paths: [
29957
+ {
29958
+ d: "M 100 100 A 100 50 0 0 1 99.99999999999999 0 A 125 62.5 0 0 0 100 69.33752296828366 Z",
29959
+ fill: "#000000",
29960
+ stroke: "#000000"
29961
+ }
29962
+ ]
29963
+ },
29964
+ nonIsoscelesTrapezoid: {
29965
+ viewBox: "0 0 100 100",
29966
+ paths: [{ d: "M 0 100 L 25 0 L 75 0 L 100 100 Z", fill: "#000000", stroke: "#000000" }]
29967
+ },
29968
+ noSmoking: {
29969
+ viewBox: "0 0 100 100",
29970
+ paths: [
29971
+ {
29972
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 50 99.99999999999997 A 50 50 0 0 1 0 49.99999999999998 Z M 77.5147233635495 64.81561670087828 A 31.25 31.25 0 0 0 35.18438329912174 22.4852766364505 Z M 22.4852766364505 35.18438329912172 A 31.25 31.25 0 0 0 64.81561670087828 77.51472336354949 Z",
29973
+ fill: "#000000",
29974
+ stroke: "#000000",
29975
+ fillRule: "evenodd",
29976
+ clipRule: "evenodd"
29977
+ }
29978
+ ]
29979
+ },
29980
+ notchedRightArrow: {
29981
+ viewBox: "0 0 100 100",
29982
+ paths: [
29983
+ { d: "M 0 25 L 50 25 L 50 0 L 100 50 L 50 100 L 50 75 L 0 75 L 25 50 Z", fill: "#000000", stroke: "#000000" }
29984
+ ]
29985
+ },
29986
+ octagon: {
29987
+ viewBox: "0 0 100 100",
29988
+ paths: [
29989
+ {
29990
+ d: "M 0 29.289 L 29.289 0 L 70.711 0 L 100 29.289 L 100 70.711 L 70.711 100 L 29.289 100 L 0 70.711 Z",
29991
+ fill: "#000000",
29992
+ stroke: "#000000"
29993
+ }
29994
+ ]
29995
+ },
29996
+ parallelogram: {
29997
+ viewBox: "0 0 100 100",
29998
+ paths: [{ d: "M 0 100 L 25 0 L 100 0 L 75 100 Z", fill: "#000000", stroke: "#000000" }]
29999
+ },
30000
+ pentagon: {
30001
+ viewBox: "0 0 100 100",
30002
+ paths: [
30003
+ {
30004
+ d: "M 0.00010576881489043899 38.19650407644447 L 50 0 L 99.99989423118511 38.19650407644447 L 80.90163406877218 99.99974592355554 L 19.09836593122782 99.99974592355554 Z",
30005
+ fill: "#000000",
30006
+ stroke: "#000000"
30007
+ }
30008
+ ]
30009
+ },
30010
+ pie: {
30011
+ viewBox: "0 0 100 100",
30012
+ paths: [
30013
+ {
30014
+ d: "M 100 50 A 50 50 0 0 1 14.64466094067263 85.35533905932738 A 50 50 0 0 1 49.99999999999999 0 L 50 50 Z",
30015
+ fill: "#000000",
30016
+ stroke: "#000000"
30017
+ }
30018
+ ]
30019
+ },
30020
+ pieWedge: {
30021
+ viewBox: "0 0 100 100",
30022
+ paths: [
30023
+ {
30024
+ d: "M 0 100 A 100 100 0 0 1 99.99999999999999 -1.4210854715202004e-14 L 100 100 Z",
30025
+ fill: "#000000",
30026
+ stroke: "#000000"
30027
+ }
30028
+ ]
30029
+ },
30030
+ plaque: {
30031
+ viewBox: "0 0 100 100",
30032
+ paths: [
30033
+ {
30034
+ d: "M 0 16.667 A 16.667 16.667 0 0 0 16.667 0 L 83.333 0 A 16.667 16.667 0 0 0 100 16.666999999999998 L 100 83.333 A 16.667 16.667 0 0 0 83.333 100 L 16.667 100 A 16.667 16.667 0 0 0 1.0205594100694468e-15 83.333 Z",
30035
+ fill: "#000000",
30036
+ stroke: "#000000"
30037
+ }
30038
+ ]
30039
+ },
30040
+ plaqueTabs: {
30041
+ viewBox: "0 0 100 100",
30042
+ paths: [
30043
+ {
30044
+ d: "M 0 0 L 7.0710678118654755 0 A 7.0710678118654755 7.0710678118654755 0 0 1 4.3297802811774667e-16 7.0710678118654755 Z",
30045
+ fill: "#000000",
30046
+ stroke: "#000000"
30047
+ },
30048
+ {
30049
+ d: "M 0 92.92893218813452 A 7.0710678118654755 7.0710678118654755 0 0 1 7.071067811865476 100 L 0 100 Z",
30050
+ fill: "#000000",
30051
+ stroke: "#000000"
30052
+ },
30053
+ {
30054
+ d: "M 100 0 L 100 7.0710678118654755 A 7.0710678118654755 7.0710678118654755 0 0 1 92.92893218813452 8.659560562354933e-16 Z",
30055
+ fill: "#000000",
30056
+ stroke: "#000000"
30057
+ },
30058
+ {
30059
+ d: "M 92.92893218813452 100 A 7.0710678118654755 7.0710678118654755 0 0 1 100 92.92893218813452 L 100 100 Z",
30060
+ fill: "#000000",
30061
+ stroke: "#000000"
30062
+ }
30063
+ ]
30064
+ },
30065
+ plus: {
30066
+ viewBox: "0 0 100 100",
30067
+ paths: [
30068
+ {
30069
+ d: "M 0 25 L 25 25 L 25 0 L 75 0 L 75 25 L 100 25 L 100 75 L 75 75 L 75 100 L 25 100 L 25 75 L 0 75 Z",
30070
+ fill: "#000000",
30071
+ stroke: "#000000"
30072
+ }
30073
+ ]
30074
+ },
30075
+ quadArrow: {
30076
+ viewBox: "0 0 100 100",
30077
+ paths: [
30078
+ {
30079
+ d: "M 0 50 L 22.5 27.5 L 22.5 38.75 L 38.75 38.75 L 38.75 22.5 L 27.5 22.5 L 50 0 L 72.5 22.5 L 61.25 22.5 L 61.25 38.75 L 77.5 38.75 L 77.5 27.5 L 100 50 L 77.5 72.5 L 77.5 61.25 L 61.25 61.25 L 61.25 77.5 L 72.5 77.5 L 50 100 L 27.5 77.5 L 38.75 77.5 L 38.75 61.25 L 22.5 61.25 L 22.5 72.5 Z",
30080
+ fill: "#000000",
30081
+ stroke: "#000000"
30082
+ }
30083
+ ]
30084
+ },
30085
+ quadArrowCallout: {
30086
+ viewBox: "0 0 100 100",
30087
+ paths: [
30088
+ {
30089
+ d: "M 0 50 L 18.515 31.485 L 18.515 40.7425 L 25.9385 40.7425 L 25.9385 25.9385 L 40.7425 25.9385 L 40.7425 18.515 L 31.485 18.515 L 50 0 L 68.515 18.515 L 59.2575 18.515 L 59.2575 25.9385 L 74.0615 25.9385 L 74.0615 40.7425 L 81.485 40.7425 L 81.485 31.485 L 100 50 L 81.485 68.515 L 81.485 59.2575 L 74.0615 59.2575 L 74.0615 74.0615 L 59.2575 74.0615 L 59.2575 81.485 L 68.515 81.485 L 50 100 L 31.485 81.485 L 40.7425 81.485 L 40.7425 74.0615 L 25.9385 74.0615 L 25.9385 59.2575 L 18.515 59.2575 L 18.515 68.515 Z",
30090
+ fill: "#000000",
30091
+ stroke: "#000000"
30092
+ }
30093
+ ]
30094
+ },
30095
+ rect: {
30096
+ viewBox: "0 0 100 100",
30097
+ paths: [{ d: "M 0 0 L 100 0 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
30098
+ },
30099
+ ribbon: {
30100
+ viewBox: "0 0 100 100",
30101
+ paths: [
30102
+ {
30103
+ d: "M 0 0 L 34.375 0 A 3.125 4.16675 0 0 1 34.375 8.3335 L 28.125 8.3335 A 3.125 4.16675 0 0 0 28.125 16.667 L 71.875 16.667 A 3.125 4.16675 0 0 0 71.875 8.3335 L 65.625 8.3335 A 3.125 4.16675 0 0 1 65.625 0 L 100 0 L 87.5 41.6665 L 100 83.333 L 75 83.333 L 75 95.83324999999999 A 3.125 4.16675 0 0 1 71.875 100 L 28.125 100 A 3.125 4.16675 0 0 1 25 95.83324999999999 L 25 83.333 L 0 83.333 L 12.5 41.6665 Z",
30104
+ fill: "#000000",
30105
+ stroke: "none"
30106
+ },
30107
+ {
30108
+ d: "M 37.5 4.16675 A 3.125 4.16675 0 0 1 34.375 8.3335 L 28.125 8.3335 A 3.125 4.16675 0 0 0 28.125 16.667 L 37.5 16.667 Z M 62.5 4.16675 A 3.125 4.16675 0 0 0 65.625 8.3335 L 71.875 8.3335 A 3.125 4.16675 0 0 1 71.875 16.667 L 62.5 16.667 Z",
30109
+ fill: "color-mix(in srgb, currentColor 80%, black)",
30110
+ stroke: "none",
30111
+ fillRule: "evenodd",
30112
+ clipRule: "evenodd"
30113
+ },
30114
+ {
30115
+ d: "M 0 0 L 34.375 0 A 3.125 4.16675 0 0 1 34.375 8.3335 L 28.125 8.3335 A 3.125 4.16675 0 0 0 28.125 16.667 L 71.875 16.667 A 3.125 4.16675 0 0 0 71.875 8.3335 L 65.625 8.3335 A 3.125 4.16675 0 0 1 65.625 0 L 100 0 L 87.5 41.6665 L 100 83.333 L 75 83.333 L 75 95.83324999999999 A 3.125 4.16675 0 0 1 71.875 100 L 28.125 100 A 3.125 4.16675 0 0 1 25 95.83324999999999 L 25 83.333 L 0 83.333 L 12.5 41.6665 Z M 37.5 4.16675 L 37.5 16.667 M 62.5 16.667 L 62.5 4.16675 M 25 83.333 L 25 12.500250000000001 M 75 12.500250000000001 L 75 83.333",
30116
+ fill: "none",
30117
+ stroke: "#000000"
30118
+ }
30119
+ ]
30120
+ },
30121
+ ribbon2: {
30122
+ viewBox: "0 0 100 100",
30123
+ paths: [
30124
+ {
30125
+ d: "M 0 100 L 34.375 100 A 3.125 4.16675 0 0 0 34.375 91.66649999999998 L 28.125 91.6665 A 3.125 4.16675 0 0 1 28.125 83.333 L 71.875 83.333 A 3.125 4.16675 0 0 1 71.875 91.66650000000001 L 65.625 91.6665 A 3.125 4.16675 0 0 0 65.625 100 L 100 100 L 87.5 58.3335 L 100 16.667 L 75 16.667 L 75 4.16675 A 3.125 4.16675 0 0 0 71.875 0 L 28.125 0 A 3.125 4.16675 0 0 0 25 4.166750000000001 L 25 16.667 L 0 16.667 L 12.5 58.3335 Z",
30126
+ fill: "#000000",
30127
+ stroke: "none"
30128
+ },
30129
+ {
30130
+ d: "M 37.5 95.83324999999999 A 3.125 4.16675 0 0 0 34.375 91.66649999999998 L 28.125 91.6665 A 3.125 4.16675 0 0 1 28.125 83.333 L 37.5 83.333 Z M 62.5 95.83324999999999 A 3.125 4.16675 0 0 1 65.625 91.66649999999998 L 71.875 91.6665 A 3.125 4.16675 0 0 0 71.875 83.333 L 62.5 83.333 Z",
30131
+ fill: "color-mix(in srgb, currentColor 80%, black)",
30132
+ stroke: "none",
30133
+ fillRule: "evenodd",
30134
+ clipRule: "evenodd"
30135
+ },
30136
+ {
30137
+ d: "M 0 100 L 12.5 58.3335 L 0 16.667 L 25 16.667 L 25 4.16675 A 3.125 4.16675 0 0 1 28.125 -8.881784197001252e-16 L 71.875 0 A 3.125 4.16675 0 0 1 75 4.1667499999999995 L 75 16.667 L 75 16.667 L 100 16.667 L 87.5 58.3335 L 100 100 L 65.625 100 A 3.125 4.16675 0 0 1 65.625 91.66649999999998 L 71.875 91.6665 A 3.125 4.16675 0 0 0 71.875 83.333 L 28.125 83.333 A 3.125 4.16675 0 0 0 28.125 91.66650000000001 L 34.375 91.6665 A 3.125 4.16675 0 0 1 34.375 100 Z M 37.5 83.333 L 37.5 95.83324999999999 M 62.5 95.83324999999999 L 62.5 83.333 M 25 87.49975 L 25 16.667 M 75 16.667 L 75 87.49975",
30138
+ fill: "none",
30139
+ stroke: "#000000"
30140
+ }
30141
+ ]
30142
+ },
30143
+ rightArrow: {
30144
+ viewBox: "0 0 100 100",
30145
+ paths: [{ d: "M 0 25 L 50 25 L 50 0 L 100 50 L 50 100 L 50 75 L 0 75 Z", fill: "#000000", stroke: "#000000" }]
30146
+ },
30147
+ rightArrowCallout: {
30148
+ viewBox: "0 0 100 100",
30149
+ paths: [
30150
+ {
30151
+ d: "M 0 0 L 64.977 0 L 64.977 37.5 L 75 37.5 L 75 25 L 100 50 L 75 75 L 75 62.5 L 64.977 62.5 L 64.977 100 L 0 100 Z",
30152
+ fill: "#000000",
30153
+ stroke: "#000000"
30154
+ }
30155
+ ]
30156
+ },
30157
+ rightBrace: {
30158
+ viewBox: "0 0 100 100",
30159
+ paths: [
30160
+ {
30161
+ d: "M 0 0 A 50 8.333 0 0 1 50.00000000000001 8.332999999999998 L 50 41.667 A 50 8.333 0 0 0 100 50 A 50 8.333 0 0 0 50.000000000000014 58.333 L 50 91.667 A 50 8.333 0 0 1 3.061616997868383e-15 100 Z",
30162
+ fill: "#000000",
30163
+ stroke: "none"
30164
+ },
30165
+ {
30166
+ d: "M 0 0 A 50 8.333 0 0 1 50.00000000000001 8.332999999999998 L 50 41.667 A 50 8.333 0 0 0 100 50 A 50 8.333 0 0 0 50.000000000000014 58.333 L 50 91.667 A 50 8.333 0 0 1 3.061616997868383e-15 100",
30167
+ fill: "none",
30168
+ stroke: "#000000"
30169
+ }
30170
+ ]
30171
+ },
30172
+ rightBracket: {
30173
+ viewBox: "0 0 100 100",
30174
+ paths: [
30175
+ {
30176
+ d: "M 0 0 A 100 8.333 0 0 1 100.00000000000001 8.332999999999998 L 100 91.667 A 100 8.333 0 0 1 6.123233995736766e-15 100 Z",
30177
+ fill: "#000000",
30178
+ stroke: "none"
30179
+ },
30180
+ {
30181
+ d: "M 0 0 A 100 8.333 0 0 1 100.00000000000001 8.332999999999998 L 100 91.667 A 100 8.333 0 0 1 6.123233995736766e-15 100",
30182
+ fill: "none",
30183
+ stroke: "#000000"
30184
+ }
30185
+ ]
30186
+ },
30187
+ round1Rect: {
30188
+ viewBox: "0 0 100 100",
30189
+ paths: [
30190
+ {
30191
+ d: "M 0 0 L 83.333 0 A 16.667 16.667 0 0 1 100 16.666999999999998 L 100 100 L 0 100 Z",
30192
+ fill: "#000000",
30193
+ stroke: "#000000"
30194
+ }
30195
+ ]
30196
+ },
30197
+ round2DiagRect: {
30198
+ viewBox: "0 0 100 100",
30199
+ paths: [
30200
+ {
30201
+ d: "M 16.667 0 L 100 0 A 0 0 0 0 1 100 0 L 100 83.333 A 16.667 16.667 0 0 1 83.333 100 L 0 100 A 0 0 0 0 1 0 100 L 0 16.667 A 16.667 16.667 0 0 1 16.666999999999998 -3.552713678800501e-15 Z",
30202
+ fill: "#000000",
30203
+ stroke: "#000000"
30204
+ }
30205
+ ]
30206
+ },
30207
+ round2SameRect: {
30208
+ viewBox: "0 0 100 100",
30209
+ paths: [
30210
+ {
30211
+ d: "M 16.667 0 L 83.333 0 A 16.667 16.667 0 0 1 100 16.666999999999998 L 100 100 A 0 0 0 0 1 100 100 L 0 100 A 0 0 0 0 1 0 100 L 0 16.667 A 16.667 16.667 0 0 1 16.666999999999998 -3.552713678800501e-15 Z",
30212
+ fill: "#000000",
30213
+ stroke: "#000000"
30214
+ }
30215
+ ]
30216
+ },
30217
+ roundRect: {
30218
+ viewBox: "0 0 100 100",
30219
+ paths: [
30220
+ {
30221
+ d: "M 0 16.667 A 16.667 16.667 0 0 1 16.666999999999998 -3.552713678800501e-15 L 83.333 0 A 16.667 16.667 0 0 1 100 16.666999999999998 L 100 83.333 A 16.667 16.667 0 0 1 83.333 100 L 16.667 100 A 16.667 16.667 0 0 1 0 83.333 Z",
30222
+ fill: "#000000",
30223
+ stroke: "#000000"
30224
+ }
30225
+ ]
30226
+ },
30227
+ rtTriangle: {
30228
+ viewBox: "0 0 100 100",
30229
+ paths: [{ d: "M 0 100 L 0 0 L 100 100 Z", fill: "#000000", stroke: "#000000" }]
30230
+ },
30231
+ smileyFace: {
30232
+ viewBox: "0 0 100 100",
30233
+ paths: [
30234
+ {
30235
+ d: "M 0 50 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 0 50.000000000000014 Z",
30236
+ fill: "#000000",
30237
+ stroke: "none"
30238
+ },
30239
+ {
30240
+ d: "M 28.77314814814815 35.0462962962963 A 5.208333333333333 5.208333333333333 0 0 1 39.18981481481482 35.0462962962963 A 5.208333333333333 5.208333333333333 0 0 1 28.77314814814815 35.0462962962963 M 60.81018518518518 35.0462962962963 A 5.208333333333333 5.208333333333333 0 0 1 71.22685185185185 35.0462962962963 A 5.208333333333333 5.208333333333333 0 0 1 60.81018518518518 35.0462962962963",
30241
+ fill: "color-mix(in srgb, currentColor 80%, black)",
30242
+ stroke: "#000000",
30243
+ fillRule: "evenodd",
30244
+ clipRule: "evenodd"
30245
+ },
30246
+ {
30247
+ d: "M 22.89967279598138 71.80533333333332 Q 50 90.41733333333333 77.03703703703704 71.80533333333332",
30248
+ fill: "none",
30249
+ stroke: "#000000"
30250
+ },
30251
+ {
30252
+ d: "M 0 50 A 50 50 0 0 1 100 49.99999999999998 A 50 50 0 0 1 0 50.000000000000014 Z",
30253
+ fill: "none",
30254
+ stroke: "#000000"
30255
+ }
30256
+ ]
30257
+ },
30258
+ snip1Rect: {
30259
+ viewBox: "0 0 100 100",
30260
+ paths: [{ d: "M 0 0 L 83.333 0 L 100 16.667 L 100 100 L 0 100 Z", fill: "#000000", stroke: "#000000" }]
30261
+ },
30262
+ snip2DiagRect: {
30263
+ viewBox: "0 0 100 100",
30264
+ paths: [
30265
+ {
30266
+ d: "M 0 0 L 83.333 0 L 100 16.667 L 100 100 L 100 100 L 16.667 100 L 0 83.333 L 0 0 Z",
30267
+ fill: "#000000",
30268
+ stroke: "#000000"
30269
+ }
30270
+ ]
30271
+ },
30272
+ snip2SameRect: {
30273
+ viewBox: "0 0 100 100",
30274
+ paths: [
30275
+ {
30276
+ d: "M 16.667 0 L 83.333 0 L 100 16.667 L 100 100 L 100 100 L 0 100 L 0 100 L 0 16.667 Z",
30277
+ fill: "#000000",
30278
+ stroke: "#000000"
30279
+ }
30280
+ ]
30281
+ },
30282
+ snipRoundRect: {
30283
+ viewBox: "0 0 100 100",
30284
+ paths: [
30285
+ {
30286
+ d: "M 16.667 0 L 83.333 0 L 100 16.667 L 100 100 L 0 100 L 0 16.667 A 16.667 16.667 0 0 1 16.666999999999998 -3.552713678800501e-15 Z",
30287
+ fill: "#000000",
30288
+ stroke: "#000000"
30289
+ }
30290
+ ]
30291
+ },
30292
+ squareTabs: {
30293
+ viewBox: "0 0 100 100",
30294
+ paths: [
30295
+ {
30296
+ d: "M 0 0 L 7.0710678118654755 0 L 7.0710678118654755 7.0710678118654755 L 0 7.0710678118654755 Z",
30297
+ fill: "#000000",
30298
+ stroke: "#000000"
30299
+ },
30300
+ {
30301
+ d: "M 0 92.92893218813452 L 7.0710678118654755 92.92893218813452 L 7.0710678118654755 100 L 0 100 Z",
30302
+ fill: "#000000",
30303
+ stroke: "#000000"
30304
+ },
30305
+ {
30306
+ d: "M 92.92893218813452 0 L 100 0 L 100 7.0710678118654755 L 92.92893218813452 7.0710678118654755 Z",
30307
+ fill: "#000000",
30308
+ stroke: "#000000"
30309
+ },
30310
+ {
30311
+ d: "M 92.92893218813452 92.92893218813452 L 100 92.92893218813452 L 100 100 L 92.92893218813452 100 Z",
30312
+ fill: "#000000",
30313
+ stroke: "#000000"
30314
+ }
30315
+ ]
30316
+ },
30317
+ star10: {
30318
+ viewBox: "0 0 100 100",
30319
+ paths: [
30320
+ {
30321
+ d: "M -0.00007738000000045986 34.549 L 13.819211287416401 24.99952793 L 19.09811633 9.549 L 36.180085377416404 9.548565019999998 L 50 0 L 63.819914622583596 9.548565019999998 L 80.90188367 9.549 L 86.18078871258359 24.99952793 L 100.00007738 34.549 L 94.72174817999999 50 L 100.00007738 65.451 L 86.18078871258359 75.00047207 L 80.90188367 90.451 L 63.819914622583596 90.45143498 L 50 100 L 36.180085377416404 90.45143498 L 19.09811633 90.451 L 13.819211287416401 75.00047207 L -0.00007738000000045986 65.451 L 5.278251820000001 50 Z",
30322
+ fill: "#000000",
30323
+ stroke: "#000000"
30324
+ }
30325
+ ]
30326
+ },
30327
+ star12: {
30328
+ viewBox: "0 0 100 100",
30329
+ paths: [
30330
+ {
30331
+ d: "M 0 50 L 13.77778151415994 40.294285808655474 L 6.698729810778062 25 L 23.483495705504467 23.48349570550447 L 25 6.698729810778069 L 40.294285808655474 13.77778151415994 L 50 0 L 59.705714191344526 13.77778151415994 L 75 6.698729810778069 L 76.51650429449553 23.48349570550447 L 93.30127018922194 25 L 86.22221848584006 40.294285808655474 L 100 50 L 86.22221848584006 59.705714191344526 L 93.30127018922194 75 L 76.51650429449553 76.51650429449553 L 75 93.30127018922192 L 59.705714191344526 86.22221848584006 L 50 100 L 40.294285808655474 86.22221848584006 L 25 93.30127018922192 L 23.483495705504467 76.51650429449553 L 6.698729810778062 75 L 13.77778151415994 59.705714191344526 Z",
30332
+ fill: "#000000",
30333
+ stroke: "#000000"
30334
+ }
30335
+ ]
30336
+ },
30337
+ star16: {
30338
+ viewBox: "0 0 100 100",
30339
+ paths: [
30340
+ {
30341
+ d: "M 0 50 L 13.220374999999997 42.684125 L 3.8059999999999974 30.866 L 18.819875 29.166125 L 14.6445 14.6445 L 29.166125 18.819875 L 30.866 3.8059999999999974 L 42.684125 13.220374999999997 L 50 0 L 57.315875 13.220374999999997 L 69.134 3.8059999999999974 L 70.833875 18.819875 L 85.3555 14.6445 L 81.180125 29.166125 L 96.194 30.866 L 86.77962500000001 42.684125 L 100 50 L 86.77962500000001 57.315875 L 96.194 69.134 L 81.180125 70.833875 L 85.3555 85.3555 L 70.833875 81.180125 L 69.134 96.194 L 57.315875 86.77962500000001 L 50 100 L 42.684125 86.77962500000001 L 30.866 96.194 L 29.166125 81.180125 L 14.6445 85.3555 L 18.819875 70.833875 L 3.8059999999999974 69.134 L 13.220374999999997 57.315875 Z",
30342
+ fill: "#000000",
30343
+ stroke: "#000000"
30344
+ }
30345
+ ]
30346
+ },
30347
+ star24: {
30348
+ viewBox: "0 0 100 100",
30349
+ paths: [
30350
+ {
30351
+ d: "M 0 50 L 12.820999999999998 45.105125 L 1.7037086855465873 37.059047744873965 L 15.354500000000002 35.6495 L 6.698729810778062 25 L 20.249375 27.1715 L 14.644660940672622 14.64466094067263 L 27.1715 20.249375 L 25 6.698729810778069 L 35.6495 15.354500000000002 L 37.059047744873965 1.7037086855465873 L 45.105125 12.820999999999998 L 50 0 L 54.894875 12.820999999999998 L 62.940952255126035 1.7037086855465873 L 64.3505 15.354500000000002 L 75 6.698729810778069 L 72.82849999999999 20.249375 L 85.35533905932738 14.64466094067263 L 79.750625 27.1715 L 93.30127018922194 25 L 84.6455 35.6495 L 98.29629131445341 37.059047744873965 L 87.179 45.105125 L 100 50 L 87.179 54.894875 L 98.29629131445341 62.940952255126035 L 84.6455 64.3505 L 93.30127018922194 75 L 79.750625 72.82849999999999 L 85.35533905932738 85.35533905932738 L 72.82849999999999 79.750625 L 75 93.30127018922192 L 64.3505 84.6455 L 62.940952255126035 98.29629131445341 L 54.894875 87.179 L 50 100 L 45.105125 87.179 L 37.059047744873965 98.29629131445341 L 35.6495 84.6455 L 25 93.30127018922192 L 27.1715 79.750625 L 14.644660940672622 85.35533905932738 L 20.249375 72.82849999999999 L 6.698729810778062 75 L 15.354500000000002 64.3505 L 1.7037086855465873 62.940952255126035 L 12.820999999999998 54.894875 Z",
30352
+ fill: "#000000",
30353
+ stroke: "#000000"
30354
+ }
30355
+ ]
30356
+ },
30357
+ star32: {
30358
+ viewBox: "0 0 100 100",
30359
+ paths: [
30360
+ {
30361
+ d: "M 0 50 L 12.680750000000003 46.32425 L 0.9605000000000032 40.2455 L 14.11475 39.1145 L 3.8059999999999974 30.866 L 16.927999999999997 32.322500000000005 L 8.426499999999997 22.2215 L 21.012125 26.210375 L 14.644660940672622 14.64466094067263 L 26.210375 21.012125 L 22.2215 8.426499999999997 L 32.322500000000005 16.927999999999997 L 30.866 3.8059999999999974 L 39.1145 14.11475 L 40.2455 0.9605000000000032 L 46.32425 12.680750000000003 L 50 0 L 53.67575 12.680750000000003 L 59.7545 0.9605000000000032 L 60.8855 14.11475 L 69.134 3.8059999999999974 L 67.6775 16.927999999999997 L 77.77850000000001 8.426499999999997 L 73.789625 21.012125 L 85.35533905932738 14.64466094067263 L 78.987875 26.210375 L 91.5735 22.2215 L 83.072 32.322500000000005 L 96.194 30.866 L 85.88525 39.1145 L 99.0395 40.2455 L 87.31925 46.32425 L 100 50 L 87.31925 53.67575 L 99.0395 59.7545 L 85.88525 60.8855 L 96.194 69.134 L 83.072 67.6775 L 91.5735 77.77850000000001 L 78.987875 73.789625 L 85.35533905932738 85.35533905932738 L 73.789625 78.987875 L 77.77850000000001 91.5735 L 67.6775 83.072 L 69.134 96.194 L 60.8855 85.88525 L 59.7545 99.0395 L 53.67575 87.31925 L 50 100 L 46.32425 87.31925 L 40.2455 99.0395 L 39.1145 85.88525 L 30.866 96.194 L 32.322500000000005 83.072 L 22.2215 91.5735 L 26.210375 78.987875 L 14.644660940672622 85.35533905932738 L 21.012125 73.789625 L 8.426499999999997 77.77850000000001 L 16.927999999999997 67.6775 L 3.8059999999999974 69.134 L 14.11475 60.8855 L 0.9605000000000032 59.7545 L 12.680750000000003 53.67575 Z",
30362
+ fill: "#000000",
30363
+ stroke: "#000000"
30364
+ }
30365
+ ]
30366
+ },
30367
+ star4: {
30368
+ viewBox: "0 0 100 100",
30369
+ paths: [
30370
+ {
30371
+ d: "M 0 50 L 41.161165235168156 41.161165235168156 L 50 0 L 58.838834764831844 41.161165235168156 L 100 50 L 58.838834764831844 58.838834764831844 L 50 100 L 41.161165235168156 58.838834764831844 Z",
30372
+ fill: "#000000",
30373
+ stroke: "#000000"
30374
+ }
30375
+ ]
30376
+ },
30377
+ star5: {
30378
+ viewBox: "0 0 100 100",
30379
+ paths: [
30380
+ {
30381
+ d: "M 0.00010576881489043899 38.19650407644447 L 38.19681185109177 38.196772907038735 L 50 0 L 61.80318814890823 38.196772907038735 L 99.99989423118511 38.19650407644447 L 69.09795960054346 61.80313916296127 L 80.90163406877218 99.99974592355554 L 50 76.39267586 L 19.09836593122782 99.99974592355554 L 30.90204039945654 61.80313916296127 Z",
30382
+ fill: "#000000",
30383
+ stroke: "#000000"
30384
+ }
30385
+ ]
30386
+ },
30387
+ star6: {
30388
+ viewBox: "0 0 100 100",
30389
+ paths: [
30390
+ {
30391
+ d: "M 0.000023312505433636943 25 L 33.3330602 24.999578643550826 L 50 0 L 66.6669398 24.999578643550826 L 99.99997668749457 25 L 83.3338796 50 L 99.99997668749457 75 L 66.6669398 75.00042135644918 L 50 100 L 33.3330602 75.00042135644918 L 0.000023312505433636943 75 L 16.666120399999997 50 Z",
30392
+ fill: "#000000",
30393
+ stroke: "#000000"
30394
+ }
30395
+ ]
30396
+ },
30397
+ star7: {
30398
+ viewBox: "0 0 100 100",
30399
+ paths: [
30400
+ {
30401
+ d: "M -0.0002599799999956076 64.3106646 L 15.398820088640399 44.504445983508 L 9.903066619999997 19.806308549999997 L 34.6011919420464 19.806347509263 L 50 0 L 65.3988080579536 19.806347509263 L 90.09693338 19.806308549999997 L 84.6011799113596 44.504445983508 L 100.00025998 64.3106646 L 77.7478798376276 75.302350457229 L 72.25196968 100.00052685 L 50 89.0087121 L 27.74803032 100.00052685 L 22.252120162372403 75.302350457229 Z",
30402
+ fill: "#000000",
30403
+ stroke: "#000000"
30404
+ }
30405
+ ]
30406
+ },
30407
+ star8: {
30408
+ viewBox: "0 0 100 100",
30409
+ paths: [
30410
+ {
30411
+ d: "M 0 50 L 15.354500000000002 35.6495 L 14.644660940672622 14.64466094067263 L 35.6495 15.354500000000002 L 50 0 L 64.3505 15.354500000000002 L 85.35533905932738 14.64466094067263 L 84.6455 35.6495 L 100 50 L 84.6455 64.3505 L 85.35533905932738 85.35533905932738 L 64.3505 84.6455 L 50 100 L 35.6495 84.6455 L 14.644660940672622 85.35533905932738 L 15.354500000000002 64.3505 Z",
30412
+ fill: "#000000",
30413
+ stroke: "#000000"
30414
+ }
30415
+ ]
30416
+ },
30417
+ straightConnector1: { viewBox: "0 0 100 100", paths: [{ d: "M 0 0 L 100 100", fill: "none", stroke: "#000000" }] },
30418
+ stripedRightArrow: {
30419
+ viewBox: "0 0 100 100",
30420
+ paths: [
30421
+ {
30422
+ d: "M 0 25 L 0 25 L 0 75 L 0 75 Z M 0 25 L 0 25 L 0 75 L 0 75 Z M 15.625 25 L 50 25 L 50 0 L 100 50 L 50 100 L 50 75 L 15.625 75 Z",
30423
+ fill: "#000000",
30424
+ stroke: "#000000",
30425
+ fillRule: "evenodd",
30426
+ clipRule: "evenodd"
30427
+ }
30428
+ ]
30429
+ },
30430
+ sun: {
30431
+ viewBox: "0 0 100 100",
30432
+ paths: [
30433
+ {
30434
+ d: "M 100 50 L 79.82292175292969 57.175445556640625 L 79.82292175292969 42.824554443359375 Z M 85.35185185185185 14.643518518518519 L 76.16092175292968 33.986554443359374 L 66.01344555664062 23.83907824707031 Z M 50 0 L 57.175445556640625 20.177078247070312 L 42.824554443359375 20.177078247070312 Z M 14.643518518518519 14.643518518518519 L 33.986554443359374 23.83907824707031 L 23.83907824707031 33.986554443359374 Z M 0 50 L 20.177078247070312 42.824554443359375 L 20.177078247070312 57.175445556640625 Z M 14.643518518518519 85.35185185185185 L 23.83907824707031 66.01344555664062 L 33.986554443359374 76.16092175292968 Z M 50 100 L 42.824554443359375 79.82292175292969 L 57.175445556640625 79.82292175292969 Z M 85.35185185185185 85.35185185185185 L 66.01344555664062 76.16092175292968 L 76.16092175292968 66.01344555664062 Z M 25 50 A 25 25 0 0 1 75 49.99999999999999 A 25 25 0 0 1 25 50.00000000000001 Z",
30435
+ fill: "#000000",
30436
+ stroke: "#000000",
30437
+ fillRule: "evenodd",
30438
+ clipRule: "evenodd"
30439
+ }
30440
+ ]
30441
+ },
30442
+ swooshArrow: {
30443
+ viewBox: "0 0 100 100",
30444
+ paths: [
30445
+ {
30446
+ d: "M 0 100 Q 16.666666666666668 33.333333333333336 83.333 0 L 83.333 0 L 100 7.5 L 86.14982349750278 25 L 86.14982349750278 25 Q 25 33.333333333333336 0 100 Z",
30447
+ fill: "#000000",
30448
+ stroke: "#000000"
30449
+ }
30450
+ ]
30451
+ },
30452
+ teardrop: {
30453
+ viewBox: "0 0 100 100",
30454
+ paths: [
30455
+ {
30456
+ d: "M 0 50 A 50 50 0 0 1 49.99999999999999 -7.105427357601002e-15 Q 75 0 100 0 Q 100 25 100 50 A 50 50 0 0 1 50 100 A 50 50 0 0 1 0 50.00000000000001 Z",
30457
+ fill: "#000000",
30458
+ stroke: "#000000"
30459
+ }
30460
+ ]
30461
+ },
30462
+ trapezoid: {
30463
+ viewBox: "0 0 100 100",
30464
+ paths: [{ d: "M 0 100 L 25 0 L 75 0 L 100 100 Z", fill: "#000000", stroke: "#000000" }]
30465
+ },
30466
+ triangle: {
30467
+ viewBox: "0 0 100 100",
30468
+ paths: [{ d: "M 0 100 L 50 0 L 100 100 Z", fill: "#000000", stroke: "#000000" }]
30469
+ },
30470
+ upArrowCallout: {
30471
+ viewBox: "0 0 100 100",
30472
+ paths: [
30473
+ {
30474
+ d: "M 0 35.022999999999996 L 37.5 35.022999999999996 L 37.5 25 L 25 25 L 50 0 L 75 25 L 62.5 25 L 62.5 35.022999999999996 L 100 35.022999999999996 L 100 100 L 0 100 Z",
30475
+ fill: "#000000",
30476
+ stroke: "#000000"
30477
+ }
30478
+ ]
30479
+ },
30480
+ upDownArrow: {
30481
+ viewBox: "0 0 100 100",
30482
+ paths: [
30483
+ {
30484
+ d: "M 0 50 L 50 0 L 100 50 L 75 50 L 75 50 L 100 50 L 50 100 L 0 50 L 25 50 L 25 50 Z",
30485
+ fill: "#000000",
30486
+ stroke: "#000000"
30487
+ }
30488
+ ]
30489
+ },
30490
+ upDownArrowCallout: {
30491
+ viewBox: "0 0 100 100",
30492
+ paths: [
30493
+ {
30494
+ d: "M 0 25.9385 L 37.5 25.9385 L 37.5 25 L 25 25 L 50 0 L 75 25 L 62.5 25 L 62.5 25.9385 L 100 25.9385 L 100 74.0615 L 62.5 74.0615 L 62.5 75 L 75 75 L 50 100 L 25 75 L 37.5 75 L 37.5 74.0615 L 0 74.0615 Z",
30495
+ fill: "#000000",
30496
+ stroke: "#000000"
30497
+ }
30498
+ ]
30499
+ },
30500
+ uturnArrow: {
30501
+ viewBox: "0 0 100 100",
30502
+ paths: [
30503
+ {
30504
+ d: "M 0 100 L 0 43.75 A 43.75 43.75 0 0 1 43.74999999999999 -7.105427357601002e-15 L 43.75 0 A 43.75 43.75 0 0 1 87.5 43.749999999999986 L 87.5 50 L 100 50 L 75 75 L 50 50 L 62.5 50 L 62.5 43.75 A 18.75 18.75 0 0 0 43.75 25 L 43.75 25 A 18.75 18.75 0 0 0 25 43.75 L 25 100 Z",
30505
+ fill: "#000000",
30506
+ stroke: "#000000"
30507
+ }
30508
+ ]
30509
+ },
30510
+ verticalScroll: {
30511
+ viewBox: "0 0 100 100",
30512
+ paths: [
30513
+ {
30514
+ d: "M 6.25 100 A 6.25 6.25 0 0 0 12.5 93.75 L 6.25 93.75 A 3.125 3.125 0 0 0 6.25 87.5 L 12.5 87.5 L 12.5 6.25 A 6.25 6.25 0 0 1 18.75 -8.881784197001252e-16 L 93.75 0 A 6.25 6.25 0 0 1 93.75 12.5 L 87.5 12.5 L 87.5 93.75 A 6.25 6.25 0 0 1 81.25 100 Z M 25 6.25 A 6.25 6.25 0 0 1 18.75 12.5 A 3.125 3.125 0 0 1 18.75 6.25 Z",
30515
+ fill: "#000000",
30516
+ stroke: "none",
30517
+ fillRule: "evenodd",
30518
+ clipRule: "evenodd"
30519
+ },
30520
+ {
30521
+ d: "M 25 6.25 A 6.25 6.25 0 0 1 18.75 12.5 A 3.125 3.125 0 0 1 18.75 6.25 Z M 12.5 93.75 A 6.25 6.25 0 0 1 1.8305826175840787 98.16941738241593 A 6.25 6.25 0 0 1 6.249999999999999 87.5 A 3.125 3.125 0 0 1 6.250000000000001 93.75 Z",
30522
+ fill: "color-mix(in srgb, currentColor 80%, black)",
30523
+ stroke: "none",
30524
+ fillRule: "evenodd",
30525
+ clipRule: "evenodd"
30526
+ },
30527
+ {
30528
+ d: "M 12.5 87.5 L 12.5 6.25 A 6.25 6.25 0 0 1 18.75 -8.881784197001252e-16 L 93.75 0 A 6.25 6.25 0 0 1 93.75 12.5 L 87.5 12.5 L 87.5 93.75 A 6.25 6.25 0 0 1 81.25 100 L 6.25 100 A 6.25 6.25 0 0 1 6.249999999999999 87.5 Z M 18.75 0 A 6.25 6.25 0 0 1 18.750000000000004 12.5 A 3.125 3.125 0 0 1 18.750000000000004 6.25 L 25 6.25 M 87.5 12.5 L 18.75 12.5 M 6.25 87.5 A 3.125 3.125 0 0 1 6.250000000000002 93.75 L 12.5 93.75 M 6.25 100 A 6.25 6.25 0 0 0 12.5 93.75 L 12.5 87.5",
30529
+ fill: "none",
30530
+ stroke: "#000000"
30531
+ }
30532
+ ]
30533
+ },
30534
+ wave: {
30535
+ viewBox: "0 0 100 100",
30536
+ paths: [
30537
+ {
30538
+ d: "M 0 12.5 C 33.333333333333336 -29.166666666666664 66.66666666666667 54.166666666666664 100 12.5 L 100 87.5 C 66.66666666666667 129.16666666666666 33.333333333333336 45.833333333333336 0 87.5 Z",
30539
+ fill: "#000000",
30540
+ stroke: "#000000"
30541
+ }
30542
+ ]
30543
+ },
30544
+ wedgeEllipseCallout: {
30545
+ viewBox: "0 0 100 100",
30546
+ paths: [
30547
+ {
30548
+ d: "M 29.167 112.5 L 25.428460527844393 93.54583157970805 A 50 50 0 0 1 65.81115470846487 2.5657572339877106 A 50 50 0 0 1 43.53022094510429 99.57965267103867 Z",
30549
+ fill: "#000000",
30550
+ stroke: "#000000"
30551
+ }
30552
+ ]
30553
+ },
30554
+ wedgeRectCallout: {
30555
+ viewBox: "0 0 100 100",
30556
+ paths: [
30557
+ {
30558
+ d: "M 0 0 L 16.666666666666668 0 L 16.666666666666668 0 L 41.666666666666664 0 L 100 0 L 100 58.333333333333336 L 100 58.333333333333336 L 100 83.33333333333333 L 100 100 L 41.666666666666664 100 L 29.167 112.5 L 16.666666666666668 100 L 0 100 L 0 83.33333333333333 L 0 58.333333333333336 L 0 58.333333333333336 Z",
30559
+ fill: "#000000",
30560
+ stroke: "#000000"
30561
+ }
30562
+ ]
30563
+ },
30564
+ wedgeRoundRectCallout: {
30565
+ viewBox: "0 0 100 100",
30566
+ paths: [
30567
+ {
30568
+ d: "M 0 16.667 A 16.667 16.667 0 0 1 16.666999999999998 -3.552713678800501e-15 L 16.666666666666668 0 L 16.666666666666668 0 L 41.666666666666664 0 L 83.333 0 A 16.667 16.667 0 0 1 100 16.666999999999998 L 100 58.333333333333336 L 100 58.333333333333336 L 100 83.33333333333333 L 100 83.333 A 16.667 16.667 0 0 1 83.333 100 L 41.666666666666664 100 L 29.167 112.5 L 16.666666666666668 100 L 16.667 100 A 16.667 16.667 0 0 1 0 83.333 L 0 83.33333333333333 L 0 58.333333333333336 L 0 58.333333333333336 Z",
30569
+ fill: "#000000",
30570
+ stroke: "#000000"
30571
+ }
30572
+ ]
30573
+ }
30574
+ };
30575
+ var M = ["fill", "stroke", "strokeWidth", "fillRule", "clipRule"], d = s;
30576
+ function r(t) {
30577
+ if (!t) return null;
30578
+ let e = {};
30579
+ return M.forEach((l) => {
30580
+ let L = t[l];
30581
+ if (L !== void 0)
30582
+ if (l === "strokeWidth") {
30583
+ if (typeof L == "number") e.strokeWidth = L;
30584
+ else if (typeof L == "string") {
30585
+ let o = Number(L);
30586
+ Number.isFinite(o) && (e.strokeWidth = o);
30587
+ }
30588
+ } else typeof L == "string" && (e[l] = L);
30589
+ }), Object.keys(e).length ? e : null;
30590
+ }
30591
+ function A(t, e) {
30592
+ let l = t.map((o) => ({ ...o }));
30593
+ if (!e) return l;
30594
+ let L = (o, i) => typeof e == "function" ? r(e(o, i)) : Array.isArray(e) ? r(e[i]) : r(e);
30595
+ return l.map((o, i) => {
30596
+ let n = L(o, i);
30597
+ return n ? { ...o, ...n } : o;
30598
+ });
30599
+ }
30600
+ function f(t) {
30601
+ let { preset: e, styleOverrides: l } = t;
30602
+ if (!e) throw new Error("createPresetShape requires a preset name.");
30603
+ let L = d[e];
30604
+ if (!L) throw new Error(`Unknown preset shape: ${e}`);
30605
+ return { preset: e, viewBox: L.viewBox, paths: A(L.paths, l) };
30606
+ }
30607
+ function k(t) {
30608
+ let e = f(t), l = e.paths.map((L) => {
30609
+ let o = [`d="${L.d}"`];
30610
+ return L.fill !== void 0 && o.push(`fill="${L.fill}"`), L.stroke !== void 0 && o.push(`stroke="${L.stroke}"`), L.strokeWidth !== void 0 && o.push(`stroke-width="${L.strokeWidth}"`), L.fillRule !== void 0 && o.push(`fill-rule="${L.fillRule}"`), L.clipRule !== void 0 && o.push(`clip-rule="${L.clipRule}"`), ` <path ${o.join(" ")} />`;
30611
+ }).join(`
30612
+ `);
30613
+ return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="${e.viewBox}" preserveAspectRatio="none">
30614
+ ${l}
30615
+ </svg>`;
30616
+ }
30617
+ class VectorShapeView {
30618
+ constructor(props) {
30619
+ __publicField(this, "node");
30620
+ __publicField(this, "view");
30621
+ __publicField(this, "getPos");
30622
+ __publicField(this, "decorations");
30623
+ __publicField(this, "innerDecorations");
30624
+ __publicField(this, "editor");
30625
+ __publicField(this, "extension");
30626
+ __publicField(this, "htmlAttributes");
30627
+ __publicField(this, "root");
30628
+ this.node = props.node;
30629
+ this.view = props.editor.view;
30630
+ this.getPos = props.getPos;
30631
+ this.decorations = props.decorations;
30632
+ this.innerDecorations = props.innerDecorations;
30633
+ this.editor = props.editor;
30634
+ this.extension = props.extension;
30635
+ this.htmlAttributes = props.htmlAttributes;
30636
+ this.mount(props);
30637
+ }
30638
+ mount(props) {
30639
+ this.buildView();
30640
+ }
30641
+ get dom() {
30642
+ return this.root;
30643
+ }
30644
+ get contentDOM() {
30645
+ return null;
30646
+ }
30647
+ createElement() {
30648
+ const attrs = this.node.attrs;
30649
+ const element = document.createElement("span");
30650
+ element.classList.add("sd-vector-shape");
30651
+ element.setAttribute("data-vector-shape", "");
30652
+ element.style.width = `${attrs.width}px`;
30653
+ element.style.height = `${attrs.height}px`;
30654
+ const transforms = this.generateTransform();
30655
+ if (transforms.length > 0) {
30656
+ element.style.transform = transforms.join(" ");
30657
+ }
30658
+ const svgTemplate = this.generateSVG({
30659
+ kind: attrs.kind,
30660
+ fillColor: attrs.fillColor,
30661
+ strokeColor: attrs.strokeColor,
30662
+ strokeWidth: attrs.strokeWidth
30663
+ });
30664
+ if (svgTemplate) {
30665
+ element.innerHTML = svgTemplate;
30666
+ }
30667
+ return { element };
30668
+ }
30669
+ generateTransform() {
30670
+ const attrs = this.node.attrs;
30671
+ const transforms = [];
30672
+ if (attrs.rotation != null) {
30673
+ transforms.push(`rotate(${attrs.rotation}deg)`);
30674
+ }
30675
+ if (attrs.flipH) {
30676
+ transforms.push(`scaleX(-1)`);
30677
+ }
30678
+ if (attrs.flipV) {
30679
+ transforms.push(`scaleY(-1)`);
30680
+ }
30681
+ return transforms;
30682
+ }
30683
+ generateSVG({ kind, fillColor, strokeColor, strokeWidth }) {
30684
+ try {
30685
+ return k({
30686
+ preset: kind,
30687
+ styleOverrides: {
30688
+ fill: fillColor || "none",
30689
+ stroke: strokeColor || "none",
30690
+ strokeWidth: strokeWidth || 0
30691
+ }
30692
+ });
30693
+ } catch (error) {
30694
+ return null;
30695
+ }
30696
+ }
30697
+ buildView() {
30698
+ const { element } = this.createElement();
30699
+ this.root = element;
30700
+ }
30701
+ update() {
30702
+ return false;
30703
+ }
30704
+ }
30705
+ const VectorShape = Node$1.create({
30706
+ name: "vectorShape",
30707
+ group: "inline",
30708
+ inline: true,
30709
+ atom: true,
30710
+ addOptions() {
30711
+ return {
30712
+ htmlAttributes: {}
30713
+ };
30714
+ },
30715
+ addAttributes() {
30716
+ return {
30717
+ kind: {
30718
+ default: "rect",
30719
+ renderDOM: (attrs) => {
30720
+ if (!attrs.kind) return {};
30721
+ return { "data-kind": attrs.kind };
30722
+ }
30723
+ },
30724
+ width: {
30725
+ default: 100,
30726
+ renderDOM: (attrs) => {
30727
+ if (attrs.width == null) return {};
30728
+ return { "data-width": attrs.width };
30729
+ }
30730
+ },
30731
+ height: {
30732
+ default: 100,
30733
+ renderDOM: (attrs) => {
30734
+ if (attrs.height == null) return {};
30735
+ return { "data-height": attrs.height };
30736
+ }
30737
+ },
30738
+ fillColor: {
30739
+ default: "#5b9bd5",
30740
+ renderDOM: (attrs) => {
30741
+ if (!attrs.fillColor) return {};
30742
+ return { "data-fill-color": attrs.fillColor };
30743
+ }
30744
+ },
30745
+ strokeColor: {
30746
+ default: "#000000",
30747
+ renderDOM: (attrs) => {
30748
+ if (!attrs.strokeColor) return {};
30749
+ return { "data-stroke-color": attrs.strokeColor };
30750
+ }
30751
+ },
30752
+ strokeWidth: {
30753
+ default: 1,
30754
+ renderDOM: (attrs) => {
30755
+ if (attrs.strokeWidth == null) return {};
30756
+ return { "data-stroke-width": attrs.strokeWidth };
30757
+ }
30758
+ },
30759
+ rotation: {
30760
+ default: 0,
30761
+ renderDOM: (attrs) => {
30762
+ if (attrs.rotation == null) return {};
30763
+ return { "data-rotation": attrs.rotation };
30764
+ }
30765
+ },
30766
+ flipH: {
30767
+ default: false,
30768
+ renderDOM: (attrs) => {
30769
+ if (!attrs.flipH) return {};
30770
+ return { "data-flip-h": attrs.flipH };
30771
+ }
30772
+ },
30773
+ flipV: {
30774
+ default: false,
30775
+ renderDOM: (attrs) => {
30776
+ if (!attrs.flipV) return {};
30777
+ return { "data-flip-v": attrs.flipV };
30778
+ }
30779
+ },
30780
+ drawingContent: {
30781
+ rendered: false
30782
+ }
30783
+ };
30784
+ },
30785
+ parseDOM() {
30786
+ return false;
30787
+ },
30788
+ renderDOM({ htmlAttributes }) {
30789
+ return [
30790
+ "span",
30791
+ Attribute.mergeAttributes(this.options.htmlAttributes, htmlAttributes, { "data-vector-shape": "" })
30792
+ ];
30793
+ },
30794
+ addNodeView() {
30795
+ return (props) => {
30796
+ return new VectorShapeView({ ...props });
30797
+ };
30798
+ }
30799
+ });
28511
30800
  const TextStyle = Mark.create({
28512
30801
  name: "textStyle",
28513
30802
  addOptions() {
@@ -34723,17 +37012,17 @@ function mapIndexToDocPos(node, start2, index2) {
34723
37012
  return found ? target : start2 + node.content.size;
34724
37013
  }
34725
37014
  const transparentInlineNodes = /* @__PURE__ */ new Set(["run"]);
34726
- function scanTextblocks(node, from2, to, f, nodeStart = 0) {
37015
+ function scanTextblocks(node, from2, to, f2, nodeStart = 0) {
34727
37016
  const isTransparentInline = node.inlineContent && node.type && transparentInlineNodes.has(node.type.name);
34728
37017
  if (node.inlineContent && !isTransparentInline) {
34729
- return f(node, nodeStart);
37018
+ return f2(node, nodeStart);
34730
37019
  } else if (!node.isLeaf) {
34731
37020
  if (from2 > to) {
34732
37021
  for (let i = node.childCount - 1, pos = nodeStart + node.content.size; i >= 0 && pos > to; i--) {
34733
37022
  let child = node.child(i);
34734
37023
  pos -= child.nodeSize;
34735
37024
  if (pos < from2) {
34736
- let result = scanTextblocks(child, from2, to, f, pos + 1);
37025
+ let result = scanTextblocks(child, from2, to, f2, pos + 1);
34737
37026
  if (result != null) return result;
34738
37027
  }
34739
37028
  }
@@ -34742,7 +37031,7 @@ function scanTextblocks(node, from2, to, f, nodeStart = 0) {
34742
37031
  let child = node.child(i), start2 = pos;
34743
37032
  pos += child.nodeSize;
34744
37033
  if (pos > from2) {
34745
- let result = scanTextblocks(child, from2, to, f, start2 + 1);
37034
+ let result = scanTextblocks(child, from2, to, f2, start2 + 1);
34746
37035
  if (result != null) return result;
34747
37036
  }
34748
37037
  }
@@ -34910,10 +37199,10 @@ const Search = Extension.create({
34910
37199
  const newState = state.apply(tr);
34911
37200
  const decoSet = getMatchHighlights(newState);
34912
37201
  const matches = decoSet ? decoSet.find() : [];
34913
- const resultMatches = matches.map((d) => ({
34914
- from: d.from,
34915
- to: d.to,
34916
- text: newState.doc.textBetween(d.from, d.to),
37202
+ const resultMatches = matches.map((d2) => ({
37203
+ from: d2.from,
37204
+ to: d2.to,
37205
+ text: newState.doc.textBetween(d2.from, d2.to),
34917
37206
  id: v4()
34918
37207
  }));
34919
37208
  this.storage.searchResults = resultMatches;
@@ -35318,7 +37607,8 @@ const getStarterExtensions = () => {
35318
37607
  DocumentPartObject,
35319
37608
  NodeResizer,
35320
37609
  CustomSelection,
35321
- TextTransform
37610
+ TextTransform,
37611
+ VectorShape
35322
37612
  ];
35323
37613
  };
35324
37614
  export {