@cozeloop/components 0.0.5 → 0.0.6
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/es/index.js
CHANGED
|
@@ -3095,7 +3095,7 @@ function LogicEditor({ fields = [], disabled = false, value, popoverProps = {},
|
|
|
3095
3095
|
}
|
|
3096
3096
|
loader.config({
|
|
3097
3097
|
paths: {
|
|
3098
|
-
vs:
|
|
3098
|
+
vs: "https://unpkg.com/monaco-editor@0.43.0/min/vs"
|
|
3099
3099
|
}
|
|
3100
3100
|
});
|
|
3101
3101
|
const BasicCard = ({ title, children, className })=>/*#__PURE__*/ jsxs("div", {
|
|
@@ -3,7 +3,7 @@ export { default as CodeEditor, DiffEditor } from '@monaco-editor/react';
|
|
|
3
3
|
import { loader } from '@monaco-editor/react';
|
|
4
4
|
loader.config({
|
|
5
5
|
paths: {
|
|
6
|
-
vs: MONACO_UNPKG
|
|
6
|
+
vs: MONACO_UNPKG,
|
|
7
7
|
},
|
|
8
8
|
});
|
|
9
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/code-editor/index.tsx"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGzE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,CAAC;IACZ,KAAK,EAAE;QACL,EAAE,EAAE,YAAY
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/code-editor/index.tsx"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGzE,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,CAAC;IACZ,KAAK,EAAE;QACL,EAAE,EAAE,YAAY;KACjB;CACF,CAAC,CAAC"}
|