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.
@@ -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 __1 = require("..");
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, __1.useCodenotch)();
127
+ const cn = (0, index_1.useCodenotch)();
128
128
  let theme = cn.env.theme === "dark";
129
129
  let aumlManifest = null;
130
130
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codenotch-react",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Codenotch SA",