config-editor-base 1.6.1 → 1.6.3
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.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18149,7 +18149,9 @@ function EditorNavs(_ref) {
|
|
|
18149
18149
|
var nav = _ref2.nav;
|
|
18150
18150
|
return nav !== applyNav.GENERIC_NAV;
|
|
18151
18151
|
});
|
|
18152
|
-
return /*#__PURE__*/React.createElement("
|
|
18152
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
18153
|
+
className: "col-md-12"
|
|
18154
|
+
}, /*#__PURE__*/React.createElement("nav", {
|
|
18153
18155
|
className: "navbar navbar-default navbar-margin-reduce"
|
|
18154
18156
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18155
18157
|
className: "container-fluid"
|
|
@@ -18174,7 +18176,7 @@ function EditorNavs(_ref) {
|
|
|
18174
18176
|
className: icon,
|
|
18175
18177
|
"aria-hidden": "true"
|
|
18176
18178
|
}), "\xA0", name || nav));
|
|
18177
|
-
})))));
|
|
18179
|
+
}))))));
|
|
18178
18180
|
}
|
|
18179
18181
|
|
|
18180
18182
|
function EditorArrayFieldTemplate(props) {
|