@zsviczian/excalidraw 0.16.1-obsidian-1 → 0.16.1-obsidian-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zsviczian/excalidraw",
3
- "version": "0.16.1-obsidian-1",
3
+ "version": "0.16.1-obsidian-2",
4
4
  "main": "main.js",
5
5
  "types": "types/packages/excalidraw/index.d.ts",
6
6
  "files": [
package/types/types.d.ts CHANGED
@@ -370,6 +370,7 @@ export interface ExcalidrawProps {
370
370
  renderEmbeddable?: (element: NonDeleted<ExcalidrawEmbeddableElement>, appState: AppState) => JSX.Element | null;
371
371
  renderWebview?: boolean;
372
372
  renderEmbeddableMenu?: (appState: AppState) => JSX.Element | null;
373
+ renderMermaid?: boolean;
373
374
  }
374
375
  export type SceneData = {
375
376
  elements?: ImportedDataState["elements"];