rt-native 1.0.120 → 1.0.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
- package/rt-native.js +1 -1
package/README.md
CHANGED
|
@@ -203,7 +203,7 @@ editor.configure({
|
|
|
203
203
|
editor.configure({
|
|
204
204
|
visibility: {
|
|
205
205
|
clearAll: true,
|
|
206
|
-
font: true, size: true, format: true, textStylesDivider: true,
|
|
206
|
+
font: true, size: true, format: true, insert: true, textStylesDivider: true,
|
|
207
207
|
bold: true, italic: true, underline: true, strikethrough: true,
|
|
208
208
|
subscript: true, superscript: true, formatDivider: true,
|
|
209
209
|
textColor: true, textColorDivider: true,
|
|
@@ -229,7 +229,8 @@ editor.configure({
|
|
|
229
229
|
| font | Font family dropdown |
|
|
230
230
|
| size | Font size dropdown |
|
|
231
231
|
| format | Paragraph / heading format dropdown |
|
|
232
|
-
|
|
|
232
|
+
| insert | Insert symbol / emoji dropdown |
|
|
233
|
+
| textStylesDivider | Divider after the top dropdowns |
|
|
233
234
|
| bold | Bold button |
|
|
234
235
|
| italic | Italic button |
|
|
235
236
|
| underline | Underline button |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rt-native",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.122",
|
|
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": {
|