mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Adjusted icon file name casing.
This commit is contained in:
		
							parent
							
								
									9e42fd9b99
								
							
						
					
					
						commit
						479a8008c6
					
				@ -4,9 +4,9 @@
 | 
			
		||||
 | 
			
		||||
import infoIcon from './../theme/icons/info.svg';
 | 
			
		||||
import insertMermaidIcon from './../theme/icons/insert.svg';
 | 
			
		||||
import previewModeIcon from './../theme/icons/previewMode.svg';
 | 
			
		||||
import splitModeIcon from './../theme/icons/splitMode.svg';
 | 
			
		||||
import sourceModeIcon from './../theme/icons/sourceMode.svg';
 | 
			
		||||
import previewModeIcon from './../theme/icons/preview-mode.svg';
 | 
			
		||||
import splitModeIcon from './../theme/icons/split-mode.svg';
 | 
			
		||||
import sourceModeIcon from './../theme/icons/source-mode.svg';
 | 
			
		||||
 | 
			
		||||
export { default as Mermaid } from './mermaid';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -6,9 +6,9 @@ import { Plugin } from 'ckeditor5/src/core';
 | 
			
		||||
import { ButtonView } from 'ckeditor5/src/ui';
 | 
			
		||||
 | 
			
		||||
import insertMermaidIcon from '../theme/icons/insert.svg';
 | 
			
		||||
import previewModeIcon from '../theme/icons/previewMode.svg';
 | 
			
		||||
import splitModeIcon from '../theme/icons/splitMode.svg';
 | 
			
		||||
import sourceModeIcon from '../theme/icons/sourceMode.svg';
 | 
			
		||||
import previewModeIcon from '../theme/icons/preview-mode.svg';
 | 
			
		||||
import splitModeIcon from '../theme/icons/split-mode.svg';
 | 
			
		||||
import sourceModeIcon from '../theme/icons/source-mode.svg';
 | 
			
		||||
import infoIcon from '../theme/icons/info.svg';
 | 
			
		||||
 | 
			
		||||
/* global window */
 | 
			
		||||
 | 
			
		||||
@ -3,9 +3,9 @@ import Mermaid from '../src/mermaid';
 | 
			
		||||
 | 
			
		||||
import infoIcon from './../theme/icons/info.svg';
 | 
			
		||||
import insertMermaidIcon from './../theme/icons/insert.svg';
 | 
			
		||||
import previewModeIcon from './../theme/icons/previewMode.svg';
 | 
			
		||||
import splitModeIcon from './../theme/icons/splitMode.svg';
 | 
			
		||||
import sourceModeIcon from './../theme/icons/sourceMode.svg';
 | 
			
		||||
import previewModeIcon from './../theme/icons/preview-mode.svg';
 | 
			
		||||
import splitModeIcon from './../theme/icons/split-mode.svg';
 | 
			
		||||
import sourceModeIcon from './../theme/icons/source-mode.svg';
 | 
			
		||||
 | 
			
		||||
describe( 'CKEditor5 Mermaid DLL', () => {
 | 
			
		||||
	it( 'exports MermaidWidget', () => {
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 897 B  | 
| 
		 Before Width: | Height: | Size: 790 B After Width: | Height: | Size: 790 B  | 
| 
		 Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 348 B  | 
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user