@pubwave/editor 0.1.1-alpha.2 → 0.1.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.
- package/README.md +3 -3
- package/dist/index.cjs +4502 -4449
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +4502 -4449
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -442,6 +442,8 @@ declare interface EditorLocale_2 {
|
|
|
442
442
|
recentlyUsed: string;
|
|
443
443
|
openLink: string;
|
|
444
444
|
removeLink: string;
|
|
445
|
+
confirmLink: string;
|
|
446
|
+
clearLink: string;
|
|
445
447
|
blockTypes: {
|
|
446
448
|
text: string;
|
|
447
449
|
heading1: string;
|
|
@@ -475,6 +477,9 @@ declare interface EditorLocale_2 {
|
|
|
475
477
|
linkSaveButton: string;
|
|
476
478
|
linkRemoveButton: string;
|
|
477
479
|
linkCancelButton: string;
|
|
480
|
+
linkConfirmButton: string;
|
|
481
|
+
linkOpenButton: string;
|
|
482
|
+
linkClearButton: string;
|
|
478
483
|
addBlockBelow: string;
|
|
479
484
|
dragToMove: string;
|
|
480
485
|
openLinkInNewTab: string;
|