@covalent/components 11.3.2 → 11.4.0
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/{code-editor-dgZV_m9p.mjs → code-editor-BFsO7exo.mjs} +7 -5
- package/{code-editor-3dkX1cQX.js → code-editor-BzGE1EMG.js} +72 -72
- package/code-editor.js +1 -1
- package/code-editor.mjs +1 -1
- package/{html-DUmT7jP0.js → html-Q7PUI9YS.js} +1 -1
- package/{html-BE9ZRFPH.mjs → html-_lRwbb85.mjs} +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.mjs +95 -93
- package/{javascript-CoF4g_lu.js → javascript-BdPXpoHG.js} +1 -1
- package/{javascript-D-6rUNw_.mjs → javascript-DGxrm2dq.mjs} +1 -1
- package/notebook-cell.js +1 -1
- package/notebook-cell.mjs +1 -1
- package/package.json +1 -1
- package/{python-CB9GlIgT.js → python-D7R1fGvN.js} +1 -1
- package/{python-0xKDntoq.mjs → python-DzCY183v.mjs} +1 -1
- package/{typescript-EanoKbHb.mjs → typescript-COsV2CwR.mjs} +1 -1
- package/{typescript-D6TZCBFc.js → typescript-CrZoSsEg.js} +1 -1
- package/icon/_icon-list.d.ts +0 -3
- package/icon/icon-demo.d.ts +0 -13
@@ -76879,7 +76879,7 @@ qa({
|
|
76879
76879
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
76880
76880
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
76881
76881
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
76882
|
-
loader: () => import("./html-
|
76882
|
+
loader: () => import("./html-_lRwbb85.mjs")
|
76883
76883
|
});
|
76884
76884
|
/*!-----------------------------------------------------------------------------
|
76885
76885
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -76907,7 +76907,7 @@ qa({
|
|
76907
76907
|
filenames: ["jakefile"],
|
76908
76908
|
aliases: ["JavaScript", "javascript", "js"],
|
76909
76909
|
mimetypes: ["text/javascript"],
|
76910
|
-
loader: () => import("./javascript-
|
76910
|
+
loader: () => import("./javascript-DGxrm2dq.mjs")
|
76911
76911
|
});
|
76912
76912
|
/*!-----------------------------------------------------------------------------
|
76913
76913
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -76920,7 +76920,7 @@ qa({
|
|
76920
76920
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
76921
76921
|
aliases: ["TypeScript", "ts", "typescript"],
|
76922
76922
|
mimetypes: ["text/typescript"],
|
76923
|
-
loader: () => import("./typescript-
|
76923
|
+
loader: () => import("./typescript-COsV2CwR.mjs")
|
76924
76924
|
});
|
76925
76925
|
/*!-----------------------------------------------------------------------------
|
76926
76926
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -76933,7 +76933,7 @@ qa({
|
|
76933
76933
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
76934
76934
|
aliases: ["Python", "py"],
|
76935
76935
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
76936
|
-
loader: () => import("./python-
|
76936
|
+
loader: () => import("./python-DzCY183v.mjs")
|
76937
76937
|
});
|
76938
76938
|
/*!-----------------------------------------------------------------------------
|
76939
76939
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
@@ -77118,6 +77118,8 @@ const fxe = Yr;
|
|
77118
77118
|
export {
|
77119
77119
|
Yr as C,
|
77120
77120
|
$ve as K,
|
77121
|
-
|
77121
|
+
fee as a,
|
77122
|
+
fxe as b,
|
77123
|
+
gee as c,
|
77122
77124
|
lye as m
|
77123
77125
|
};
|