@uiw/codemirror-themes
Advanced tools
Comparing version 4.19.11 to 4.19.12
@@ -15,3 +15,3 @@ import { Extension } from '@codemirror/state'; | ||
} | ||
declare type Theme = 'light' | 'dark'; | ||
type Theme = 'light' | 'dark'; | ||
export interface Settings { | ||
@@ -18,0 +18,0 @@ /** Editor background. */ |
@@ -80,3 +80,2 @@ "use strict"; | ||
var _default = createTheme; | ||
exports["default"] = _default; | ||
//# sourceMappingURL=index.js.map | ||
exports["default"] = _default; |
@@ -15,3 +15,3 @@ import { Extension } from '@codemirror/state'; | ||
} | ||
declare type Theme = 'light' | 'dark'; | ||
type Theme = 'light' | 'dark'; | ||
export interface Settings { | ||
@@ -18,0 +18,0 @@ /** Editor background. */ |
@@ -72,3 +72,2 @@ import { EditorView } from '@codemirror/view'; | ||
}; | ||
export default createTheme; | ||
//# sourceMappingURL=index.js.map | ||
export default createTheme; |
{ | ||
"name": "@uiw/codemirror-themes", | ||
"version": "4.19.11", | ||
"version": "4.19.12", | ||
"description": "Themes for CodeMirror.", | ||
@@ -11,4 +11,4 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc", | ||
"scripts": { | ||
"watch": "tsbb watch", | ||
"build": "tsbb build" | ||
"watch": "tsbb watch src/*.tsx --use-babel", | ||
"build": "tsbb build src/*.tsx --use-babel" | ||
}, | ||
@@ -15,0 +15,0 @@ "repository": { |
25020
7
339