@edrlab/thorium-web 0.12.0 → 1.0.0-beta.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.
|
@@ -3785,7 +3785,10 @@ var createDefaultPlugin = () => {
|
|
|
3785
3785
|
type: "text"
|
|
3786
3786
|
},
|
|
3787
3787
|
["theme" /* theme */]: {
|
|
3788
|
-
Comp: StatefulTheme
|
|
3788
|
+
Comp: StatefulTheme,
|
|
3789
|
+
props: {
|
|
3790
|
+
mapArrowNav: 2
|
|
3791
|
+
}
|
|
3789
3792
|
},
|
|
3790
3793
|
["wordSpacing" /* wordSpacing */]: {
|
|
3791
3794
|
Comp: StatefulWordSpacing,
|