@nous-excalidraw/math 0.18.4-beta.1 → 0.18.4-beta.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.
|
@@ -289,11 +289,6 @@ declare class App extends React.Component<AppProps, AppState> {
|
|
|
289
289
|
private isDoubleClick;
|
|
290
290
|
private isIframeLikeElementCenter;
|
|
291
291
|
private updateEmbedValidationStatus;
|
|
292
|
-
/**
|
|
293
|
-
* Clip DOM embed/iframes to the axis-aligned intersection with the parent
|
|
294
|
-
* frame so overflow matches static-canvas clipping (rotated embeds: canvas only).
|
|
295
|
-
*/
|
|
296
|
-
private getEmbeddableDomClipStyleWithinFrame;
|
|
297
292
|
private updateEmbeddables;
|
|
298
293
|
private renderEmbeddables;
|
|
299
294
|
private getFrameNameDOMId;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nous-excalidraw/math",
|
|
3
|
-
"version": "0.18.4-beta.
|
|
3
|
+
"version": "0.18.4-beta.2",
|
|
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.18.4-beta.
|
|
64
|
+
"@nous-excalidraw/common": "0.18.4-beta.2"
|
|
65
65
|
}
|
|
66
66
|
}
|