@expressive-code/plugin-text-markers
Advanced tools
Comparing version 0.22.2 to 0.23.0
@@ -6,2 +6,7 @@ import { StyleSettings, ExpressiveCodeTheme, ResolvedCoreStyles, ExpressiveCodePlugin, AttachedPluginData } from '@expressive-code/core'; | ||
declare const textMarkersStyleSettings: StyleSettings<"lineMarkerAccentMargin" | "lineMarkerAccentWidth" | "lineDiffIndicatorMarginLeft" | "inlineMarkerBorderWidth" | "inlineMarkerBorderRadius" | "inlineMarkerPadding" | "markHue" | "insHue" | "delHue" | "defaultChroma" | "defaultLuminance" | "backgroundOpacity" | "borderLuminance" | "borderOpacity" | "indicatorLuminance" | "indicatorOpacity" | "insDiffIndicatorContent" | "delDiffIndicatorContent" | "markBackground" | "markBorderColor" | "insBackground" | "insBorderColor" | "insDiffIndicatorColor" | "delBackground" | "delBorderColor" | "delDiffIndicatorColor">; | ||
declare module '@expressive-code/core' { | ||
interface StyleOverrides { | ||
textMarkers: Partial<typeof textMarkersStyleSettings.defaultSettings>; | ||
} | ||
} | ||
/** | ||
@@ -8,0 +13,0 @@ * Attempts to get background color values per marker type. |
@@ -118,3 +118,4 @@ var __create = Object.create; | ||
coreStyles, | ||
styleOverrides | ||
styleOverrides, | ||
themeStyleOverrides: theme.styleOverrides.textMarkers | ||
}); | ||
@@ -121,0 +122,0 @@ const result = ` |
{ | ||
"name": "@expressive-code/plugin-text-markers", | ||
"version": "0.22.2", | ||
"version": "0.23.0", | ||
"description": "Text marker plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.", | ||
@@ -26,3 +26,3 @@ "keywords": [], | ||
"dependencies": { | ||
"@expressive-code/core": "^0.22.2", | ||
"@expressive-code/core": "^0.23.0", | ||
"hastscript": "^7.2.0", | ||
@@ -32,3 +32,3 @@ "unist-util-visit-parents": "^5.1.3" | ||
"devDependencies": { | ||
"@expressive-code/plugin-shiki": "^0.22.2", | ||
"@expressive-code/plugin-shiki": "^0.23.0", | ||
"hast-util-select": "^5.0.5", | ||
@@ -38,3 +38,3 @@ "hast-util-to-html": "^8.0.4", | ||
"parse-numeric-range": "^1.3.0", | ||
"@internal/test-utils": "^0.2.15" | ||
"@internal/test-utils": "^0.2.16" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
149790
1615
+ Added@expressive-code/core@0.23.0(transitive)
- Removed@expressive-code/core@0.22.2(transitive)