@fileverse-dev/ddoc 2.0.2-patch-5 → 2.0.2-patch-6
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/dist/index.es.js +8941 -8870
- package/dist/package/components/editor-utils.d.ts +0 -4
- package/dist/package/utils/colors.d.ts +4 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
@@ -13,10 +13,6 @@ export declare const fonts: {
|
|
13
13
|
value: string;
|
14
14
|
command: (editor: Editor) => void;
|
15
15
|
}[];
|
16
|
-
export declare const colors: {
|
17
|
-
color: string;
|
18
|
-
code: string;
|
19
|
-
}[];
|
20
16
|
export declare const MAX_IMAGE_SIZE: number;
|
21
17
|
export declare const ERR_MSG_MAP: {
|
22
18
|
IMAGE_SIZE: string;
|