codenotch-react 1.0.61 → 1.0.62
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/components/Auml.js +2 -2
- package/package.json +1 -1
package/dist/components/Auml.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.Auml = void 0;
|
|
|
7
7
|
const react_1 = __importDefault(require("react"));
|
|
8
8
|
const SpaRenderWithBrowserRouter_1 = require("@echino/echino.ui.framework/components/SpaBuilder/SpaRender/SpaRenderWithBrowserRouter");
|
|
9
9
|
const I18nUtils_1 = __importDefault(require("../utils/I18nUtils"));
|
|
10
|
-
const
|
|
10
|
+
const index_1 = require("../index");
|
|
11
11
|
class Auml extends react_1.default.Component {
|
|
12
12
|
constructor(props) {
|
|
13
13
|
super(props);
|
|
@@ -124,7 +124,7 @@ class Auml extends react_1.default.Component {
|
|
|
124
124
|
}
|
|
125
125
|
render() {
|
|
126
126
|
let inputs = this.retrieveInputs();
|
|
127
|
-
const cn = (0,
|
|
127
|
+
const cn = (0, index_1.useCodenotch)();
|
|
128
128
|
let theme = cn.env.theme === "dark";
|
|
129
129
|
let aumlManifest = null;
|
|
130
130
|
try {
|