Merge remote-tracking branch 'origin/master' into aakansha-create-text-containers-programmatically

This commit is contained in:
Aakansha Doshi 2023-05-22 13:51:36 +05:30
commit dcf9e27e51
135 changed files with 5873 additions and 57355 deletions

View file

@ -35,7 +35,6 @@ import { LinearElementEditor } from "../element/linearElementEditor";
import { bumpVersion } from "../element/mutateElement";
import { getFontString, getUpdatedTimestamp, updateActiveTool } from "../utils";
import { arrayToMap } from "../utils";
import oc from "open-color";
import { MarkOptional, Mutable } from "../utility-types";
import {
detectLineHeight,
@ -43,6 +42,7 @@ import {
measureBaseline,
} from "../element/textElement";
import { convertToExcalidrawElements } from "../element/newElement";
import { COLOR_PALETTE } from "../colors";
type RestoredAppState = Omit<
AppState,