@expressive-code/plugin-frames
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -11,3 +11,3 @@ import { StyleSettings, PluginTexts, ExpressiveCodePlugin, AttachedPluginData } from '@expressive-code/core'; | ||
*/ | ||
extractFileNameFromCode?: boolean; | ||
extractFileNameFromCode?: boolean | undefined; | ||
/** | ||
@@ -17,4 +17,4 @@ * If this is true (default), a "Copy to clipboard" button | ||
*/ | ||
showCopyToClipboardButton?: boolean; | ||
styleOverrides?: Partial<typeof framesStyleSettings.defaultSettings>; | ||
showCopyToClipboardButton?: boolean | undefined; | ||
styleOverrides?: Partial<typeof framesStyleSettings.defaultSettings> | undefined; | ||
} | ||
@@ -28,3 +28,3 @@ declare const pluginFramesTexts: PluginTexts<{ | ||
interface PluginFramesData { | ||
title?: string; | ||
title?: string | undefined; | ||
} | ||
@@ -31,0 +31,0 @@ declare const pluginFramesData: AttachedPluginData<PluginFramesData>; |
{ | ||
"name": "@expressive-code/plugin-frames", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Frames plugin for Expressive Code. Wraps code blocks in a styled editor or terminal frame with support for titles, multiple tabs and more.", | ||
@@ -21,7 +21,7 @@ "keywords": [], | ||
"dependencies": { | ||
"@expressive-code/core": "^0.8.0", | ||
"@expressive-code/core": "^0.8.1", | ||
"hastscript": "^7.2.0" | ||
}, | ||
"devDependencies": { | ||
"@internal/test-utils": "^0.2.3", | ||
"@internal/test-utils": "^0.2.4", | ||
"hast-util-select": "^5.0.5", | ||
@@ -28,0 +28,0 @@ "hast-util-to-html": "^8.0.4" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
135209
Updated@expressive-code/core@^0.8.1