@uiw/codemirror-theme-duotone
Advanced tools
Comparing version 4.21.18 to 4.21.19
@@ -18,3 +18,3 @@ "use strict"; | ||
var defaultSettingsDuotoneLight = { | ||
var defaultSettingsDuotoneLight = exports.defaultSettingsDuotoneLight = { | ||
background: '#faf8f5', | ||
@@ -30,4 +30,3 @@ foreground: '#b29762', | ||
}; | ||
exports.defaultSettingsDuotoneLight = defaultSettingsDuotoneLight; | ||
var duotoneLightInit = function duotoneLightInit(options) { | ||
var duotoneLightInit = exports.duotoneLightInit = function duotoneLightInit(options) { | ||
var _ref = options || {}, | ||
@@ -67,6 +66,4 @@ _ref$theme = _ref.theme, | ||
}; | ||
exports.duotoneLightInit = duotoneLightInit; | ||
var duotoneLight = duotoneLightInit(); | ||
exports.duotoneLight = duotoneLight; | ||
var defaultSettingsDuotoneDark = { | ||
var duotoneLight = exports.duotoneLight = duotoneLightInit(); | ||
var defaultSettingsDuotoneDark = exports.defaultSettingsDuotoneDark = { | ||
background: '#2a2734', | ||
@@ -80,4 +77,3 @@ foreground: '#6c6783', | ||
}; | ||
exports.defaultSettingsDuotoneDark = defaultSettingsDuotoneDark; | ||
var duotoneDarkInit = function duotoneDarkInit(options) { | ||
var duotoneDarkInit = exports.duotoneDarkInit = function duotoneDarkInit(options) { | ||
var _ref2 = options || {}, | ||
@@ -120,4 +116,2 @@ _ref2$theme = _ref2.theme, | ||
}; | ||
exports.duotoneDarkInit = duotoneDarkInit; | ||
var duotoneDark = duotoneDarkInit(); | ||
exports.duotoneDark = duotoneDark; | ||
var duotoneDark = exports.duotoneDark = duotoneDarkInit(); |
{ | ||
"name": "@uiw/codemirror-theme-duotone", | ||
"version": "4.21.18", | ||
"version": "4.21.19", | ||
"description": "Theme duotone for CodeMirror.", | ||
@@ -24,3 +24,3 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light", | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.18" | ||
"@uiw/codemirror-themes": "4.21.19" | ||
}, | ||
@@ -27,0 +27,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15058
291
+ Added@uiw/codemirror-themes@4.21.19(transitive)
- Removed@uiw/codemirror-themes@4.21.18(transitive)