@ws-ui/code-editor 1.14.1 → 1.14.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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsxs as ie, jsx as y, Fragment as Ft } from "react/jsx-runtime";
|
|
|
2
2
|
import * as ge from "react";
|
|
3
3
|
import De, { useEffect as ve, createContext as Be, useState as Ne, useRef as Se, useContext as st, memo as An, forwardRef as de, useCallback as bt, useMemo as nr, PureComponent as la, useImperativeHandle as ca, useLayoutEffect as Hr, cloneElement as da, Component as ua } from "react";
|
|
4
4
|
import { loader as pa, useMonaco as ga, Editor as ha } from "@monaco-editor/react";
|
|
5
|
-
import { getNodeInfo as va, DesignerRequestVerb as fa,
|
|
5
|
+
import { getNodeInfo as va, DesignerRequestVerb as fa, getStoredAppearance as ma, resolveMonacoTheme as ba, lspSubject as wa, LspActions as Ke, hasAttributesString as zn, FileFolderType as jr, SourceCodeDescriptor as xa, HTTP_HANDLERS_TAB_PATH as ya } from "@ws-ui/shared";
|
|
6
6
|
import { MonacoLanguageClient as Ia } from "monaco-languageclient";
|
|
7
7
|
import { mergeServices as Ca, initServices as ka } from "monaco-languageclient/vscode/services";
|
|
8
8
|
import Sa, { initUserConfiguration as Ea } from "@codingame/monaco-vscode-configuration-service-override";
|