rt-native 2.9.62 → 2.9.63

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 (2) hide show
  1. package/README.md +18 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,7 @@
12
12
  2. [Installation](#installation)
13
13
  3. [Quick Start](#quick-start)
14
14
  4. [HTML Attributes](#html-attributes)
15
+ - [Example](#example)
15
16
  5. [JavaScript API](#javascript-api)
16
17
  - [getValue()](#getvalue)
17
18
  - [getPlainText()](#getplaintext)
@@ -21,27 +22,30 @@
21
22
  - [setPreviewCssFiles()](#setpreviewcssfiles)
22
23
  - [setPreviewCssFile()](#setpreviewcssfile)
23
24
  - [setPreviewCss()](#setpreviewcss)
25
+ - [At-rules](#at-rules)
24
26
  - [addCustomButton()](#addcustombutton)
25
27
  - [setCustomButtons()](#setcustombuttons)
26
28
  - [removeCustomButton()](#removecustombutton)
27
29
  - [clearCustomButtons()](#clearcustombuttons)
28
30
  6. [Events](#events)
31
+ - [change](#change)
32
+ - [custom-button-click](#custom-button-click)
29
33
  7. [CSS Variables](#css-variables)
30
- - [Toolbar](#toolbar-variables)
31
- - [Buttons](#button-variables)
32
- - [Content Area](#content-area-variables)
33
- - [Editor Container](#editor-container-variables)
34
- - [Scrollbars](#scrollbar-variables)
35
- - [Blockquote](#blockquote-variables)
36
- - [Code / Pre](#code--pre-variables)
37
- - [Modals & Dialogs](#modal--dialog-variables)
34
+ - [Toolbar Variables](#toolbar-variables)
35
+ - [Button Variables](#button-variables)
36
+ - [Content Area Variables](#content-area-variables)
37
+ - [Editor Container Variables](#editor-container-variables)
38
+ - [Scrollbar Variables](#scrollbar-variables)
39
+ - [Blockquote Variables](#blockquote-variables)
40
+ - [Code / Pre Variables](#code--pre-variables)
41
+ - [Modal / Dialog Variables](#modal--dialog-variables)
38
42
  8. [Theming with CSS Classes](#theming-with-css-classes)
43
+ - [Fluent 2 Themes](#fluent-2-themes)
39
44
  9. [Preview Window Styling](#preview-window-styling)
40
- 10. [Toolbar Buttons](#toolbar-buttons)
41
- 11. [Keyboard Shortcuts](#keyboard-shortcuts)
42
- 12. [Accessibility](#accessibility)
43
- 13. [Multiple Instances](#multiple-instances)
44
- 14. [Browser Support](#browser-support)
45
+ 10. [Keyboard Shortcuts](#keyboard-shortcuts)
46
+ 11. [Accessibility](#accessibility)
47
+ 12. [Multiple Instances](#multiple-instances)
48
+ 13. [Browser Support](#browser-support)
45
49
 
46
50
  ---
47
51
 
@@ -813,7 +817,7 @@ All shortcuts are active when the editor content area has focus. The Ctrl+\\ and
813
817
  | |Decrease indent |Shift+Tab |
814
818
  |**Insert** |Insert link |Ctrl+Shift+K |
815
819
  | |Insert image |Ctrl+Shift+I |
816
- | |Upload image |Ctrl+Shift+& |
820
+ | |Upload image |Ctrl+Shift+& |
817
821
  | |Block quote |Ctrl+Shift+Q |
818
822
  | |Video |Ctrl+Shift+V |
819
823
  | |Embed media |Ctrl+Shift+M |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rt-native",
3
- "version": "2.9.62",
3
+ "version": "2.9.63",
4
4
  "description": "rt-native HTML Editor is a free native web component that provides accessibility features and a wide variety of elements and customizations that make it one of the most robust and flexible HTML editors available. It allows the programmer to apply custom .css files to the preview window, so see how the content will be displayed in production. The editor uses embedded .svg Google Font Icons and the shadow DOM to isolate the HTML from inheriting the existing page styles. No frameworks, no build step, no dependencies — drop one script tag into any HTML page and you're done.",
5
5
  "main": "rt-native.js",
6
6
  "exports": {