@miloas/monaco-loader
Advanced tools
Comparing version 0.33.0 to 0.33.1
import * as monaco_editor from 'monaco-editor'; | ||
import monaco_editor__default from 'monaco-editor'; | ||
export { default as Monaco } from 'monaco-editor'; | ||
import { ThemeName } from '@miloas/monaco-theme'; | ||
export { themeNames } from '@miloas/monaco-theme'; | ||
@@ -7,6 +10,4 @@ declare const configStatusPath: (path: string) => string; | ||
declare type ThemeName = 'vs-dark' | 'vs' | 'hc-black' | 'blackboard' | 'github' | 'xcode' | 'textmate' | 'monokai' | 'solarized-light' | 'solarized-dark' | 'tomorrow-night-bright' | 'material-dark' | 'material-light' | 'material'; | ||
declare const useMonaco: (theme: ThemeName) => typeof monaco_editor__default | undefined; | ||
export { configStatusPath, ensureMonaco, useMonaco }; |
{ | ||
"name": "@miloas/monaco-loader", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "LC Monaco editor loader", | ||
@@ -24,4 +24,3 @@ "author": "Miloas", | ||
"monaco-editor": "0.33.0", | ||
"react": "^18.1.0", | ||
"unbuild": "^0.6.8" | ||
"react": "^18.1.0" | ||
}, | ||
@@ -32,2 +31,5 @@ "peerDependencies": { | ||
}, | ||
"dependencies": { | ||
"@miloas/monaco-theme": "^0.0.1" | ||
}, | ||
"scripts": { | ||
@@ -34,0 +36,0 @@ "build": "unbuild" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
8715
4
264
3
4
2
0
+ Added@miloas/monaco-theme@^0.0.1
+ Added@miloas/monaco-theme@0.0.1(transitive)