markupeditor 0.9.21 → 0.9.23

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.
@@ -79,7 +79,7 @@
79
79
  "append": null
80
80
  },
81
81
  "appearance": {
82
- "accentColor": { "light": "blue", "dark": "lightblue" },
82
+ "accentColor": { "light": "AccentColor", "dark": "AccentColor" },
83
83
  "toolbarBg": { "light": "rgba(250, 249, 246, 0.95)", "dark": "rgba(40, 40, 43, 0.9)" },
84
84
  "buttonBg": { "light": "white", "dark": "black" },
85
85
  "borderColor": { "light": "lightgray", "dark": "gray" },
@@ -19754,8 +19754,8 @@ var augmentation = {
19754
19754
  };
19755
19755
  var appearance = {
19756
19756
  accentColor: {
19757
- light: "blue",
19758
- dark: "lightblue"
19757
+ light: "AccentColor",
19758
+ dark: "AccentColor"
19759
19759
  },
19760
19760
  toolbarBg: {
19761
19761
  light: "rgba(250, 249, 246, 0.95)",
@@ -19904,14 +19904,14 @@ var toolbarConfig = {
19904
19904
  * "prepend": null, // Name of a registered array of cmdItems to prepend
19905
19905
  * "append": null // Name of a registered array of cmdItems to append
19906
19906
  * },
19907
- * "appearance": { // Colors (light and dark mode) and sizes, vars in toolbar.css
19908
- * "accentColor": { "light": "blue", "dark": "lightblue" },
19909
- * "toolbarBg": { "light": "rgba(250, 249, 246, 0.95)", "dark": "rgba(40, 40, 43, 0.9)" },
19910
- * "buttonBg": { "light": "white", "dark": "black" },
19911
- * "borderColor": { "light": "lightgray", "dark": "gray" },
19912
- * "hoverBg": { "light": "#f2f2f2", "dark": "rgb(80, 80, 80)" },
19913
- * "buttonSize": "28px",
19914
- * "buttonFontSize": "24px"
19907
+ * "appearance": { // AccentColor adapts to light and dark
19908
+ * "accentColor": { "light": "AccentColor", "dark": "AccentColor" }, // System accent color for button icons, infill, and borders
19909
+ * "toolbarBg": { "light": "rgba(250, 249, 246, 0.95)", "dark": "rgba(40, 40, 43, 0.9)" }, // Toolbar background
19910
+ * "buttonBg": { "light": "white", "dark": "black" }, // Button background
19911
+ * "borderColor": { "light": "lightgray", "dark": "gray" }, // Border at bottom of toolbar, around menus
19912
+ * "hoverBg": { "light": "#f2f2f2", "dark": "rgb(80, 80, 80)" }, // Highlight menu item on hover
19913
+ * "buttonSize": "28px", // Side length of rounded square buttons, height otherwise
19914
+ * "buttonFontSize": "24px" // Font size inside of buttons/menus
19915
19915
  * },
19916
19916
  * "icons": { // Outlined 400 weight versions from https://fonts.google.com/icons
19917
19917
  * // undo
@@ -25429,4 +25429,4 @@ class MarkupEditorElement extends HTMLElement {
25429
25429
  // Let the browser know about the custom element
25430
25430
  customElements.define('markup-editor', MarkupEditorElement);
25431
25431
 
25432
- export { MU, loadPlugins };
25432
+ export { ContentMatch, DOMParser, DOMSerializer, Fragment, MU, Mark, MarkType, Node$1 as Node, NodeRange, NodeType$1 as NodeType, ReplaceError, ResolvedPos, Schema, Slice, loadPlugins };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markupeditor",
3
- "version": "0.9.21",
3
+ "version": "0.9.23",
4
4
  "description": "A web component and API for WYSIWYG HTML editing.",
5
5
  "keywords": [
6
6
  "wysiwyg",