richlagetest
Advanced tools
Comparing version 0.0.0-42cb63aa526f84eb65303e106d366da935af66fb to 0.0.0-432eda503efb10c3f980f57e750bae9de2289389
@@ -1,8 +0,4 @@ | ||
export declare const DEFAULTS: Readonly<{ | ||
type: string; | ||
config: { | ||
size: string; | ||
alignment: string; | ||
}; | ||
}>; | ||
export declare const DEFAULTS: { | ||
config: {}; | ||
}; | ||
//# sourceMappingURL=defaults.d.ts.map |
@@ -1,4 +0,4 @@ | ||
import { UnsupportedBlocksPluginEditorConfig } from './types'; | ||
import { CodeBlockPluginEditorConfig } from './types'; | ||
import { EditorPluginCreator } from 'wix-rich-content-common'; | ||
export declare const pluginUnsupportedBlocks: EditorPluginCreator<UnsupportedBlocksPluginEditorConfig>; | ||
export declare const pluginCodeBlock: EditorPluginCreator<CodeBlockPluginEditorConfig>; | ||
//# sourceMappingURL=editor.d.ts.map |
@@ -1,3 +0,4 @@ | ||
export { createUnsupportedBlocksPlugin } from './createUnsupportedBlocksPlugin'; | ||
export { pluginUnsupportedBlocks } from './editor'; | ||
export { createCodeBlockPlugin } from './createCodeBlockPlugin'; | ||
export { CODE_BLOCK_TYPE } from './types'; | ||
export { pluginCodeBlock } from './editor'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,5 +0,9 @@ | ||
import { EditorPluginConfig } from 'wix-rich-content-common'; | ||
export interface UnsupportedBlocksPluginEditorConfig extends EditorPluginConfig { | ||
import { EditorPluginConfig, ViewerPluginConfig } from 'wix-rich-content-common'; | ||
export declare const CODE_BLOCK_TYPE = "code-block"; | ||
export interface CodeBlockPluginEditorConfig extends EditorPluginConfig { | ||
[key: string]: any; | ||
} | ||
export interface CodeBlockPluginViewerConfig extends ViewerPluginConfig { | ||
[key: string]: any; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -1,1 +0,1 @@ | ||
{"name":"richlagetest","version":"0.0.0-42cb63aa526f84eb65303e106d366da935af66fb"} | ||
{"name":"richlagetest","version":"0.0.0-432eda503efb10c3f980f57e750bae9de2289389"} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1560888
37
1805
4