rme 0.2.5-alpha.8 → 0.2.5
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/dist/index.d.ts +4 -0
- package/dist/index.mjs +1315 -628
- package/dist/index.mjs.map +4 -4
- package/package.json +10 -9
package/dist/index.d.ts
CHANGED
|
@@ -468,6 +468,7 @@ declare const darkTheme: {
|
|
|
468
468
|
tipsBgColor: string;
|
|
469
469
|
successColor: string;
|
|
470
470
|
boxShadowColor: string;
|
|
471
|
+
nodeSelectedColor: string;
|
|
471
472
|
markBgColor: string;
|
|
472
473
|
markFontColor: string;
|
|
473
474
|
imgBgColor: string;
|
|
@@ -494,6 +495,7 @@ declare const darkTheme: {
|
|
|
494
495
|
codeBgColor: string;
|
|
495
496
|
preBgColor: string;
|
|
496
497
|
contextMenuBgColor: string;
|
|
498
|
+
contextMenuBgColorActive: string;
|
|
497
499
|
contextMenuBgColorHover: string;
|
|
498
500
|
slashMenuBorderColor: string;
|
|
499
501
|
editorToolbarBgColor: string;
|
|
@@ -533,6 +535,7 @@ declare const lightTheme: {
|
|
|
533
535
|
tipsBgColor: string;
|
|
534
536
|
successColor: string;
|
|
535
537
|
boxShadowColor: string;
|
|
538
|
+
nodeSelectedColor: string;
|
|
536
539
|
markBgColor: string;
|
|
537
540
|
markFontColor: string;
|
|
538
541
|
imgBgColor: string;
|
|
@@ -559,6 +562,7 @@ declare const lightTheme: {
|
|
|
559
562
|
codeBgColor: string;
|
|
560
563
|
preBgColor: string;
|
|
561
564
|
contextMenuBgColor: string;
|
|
565
|
+
contextMenuBgColorActive: string;
|
|
562
566
|
contextMenuBgColorHover: string;
|
|
563
567
|
slashMenuBorderColor: string;
|
|
564
568
|
editorToolbarBgColor: string;
|