@nous-excalidraw/math 0.1.0 → 0.18.0-beta.1
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.
|
@@ -148,8 +148,6 @@ export declare const FRAME_STYLE: {
|
|
|
148
148
|
nameFontSize: number;
|
|
149
149
|
nameLineHeight: number;
|
|
150
150
|
};
|
|
151
|
-
/** Fill used when drawing frames: saved color, or {@link FRAME_STYLE} when the element is still transparent (legacy data / no picker). */
|
|
152
|
-
export declare const getFrameEffectiveBackgroundColor: (backgroundColor: ExcalidrawElement["backgroundColor"]) => ExcalidrawElement["backgroundColor"];
|
|
153
151
|
export declare const MIN_FONT_SIZE = 1;
|
|
154
152
|
export declare const DEFAULT_FONT_SIZE = 20;
|
|
155
153
|
export declare const DEFAULT_FONT_FAMILY: FontFamilyValues;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { RequestError } from "@excalidraw/excalidraw/errors";
|
|
1
|
+
import type { RequestError } from "@nous-excalidraw/excalidraw/errors";
|
|
2
2
|
import type { NonDeletedExcalidrawElement } from "@nous-excalidraw/element/types";
|
|
3
3
|
import type { MermaidConfig } from "@excalidraw/mermaid-to-excalidraw";
|
|
4
4
|
import type { MermaidToExcalidrawResult } from "@excalidraw/mermaid-to-excalidraw/dist/interfaces";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nous-excalidraw/math",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/types/math/src/index.d.ts",
|
|
6
6
|
"main": "./dist/prod/index.js",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"build:esm": "rimraf dist && node ../../scripts/buildBase.js && yarn gen:types"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@nous-excalidraw/common": "0.
|
|
64
|
+
"@nous-excalidraw/common": "0.18.0-beta.1"
|
|
65
65
|
}
|
|
66
66
|
}
|