@udecode/plate-media
Advanced tools
Comparing version 36.0.10 to 36.2.0
@@ -56,3 +56,3 @@ import * as _udecode_plate_common from '@udecode/plate-common'; | ||
}) => { | ||
align: "center" | "left" | "right"; | ||
align: "center" | "left" | "right" | undefined; | ||
embed: EmbedUrlData | undefined; | ||
@@ -59,0 +59,0 @@ focused: boolean; |
@@ -966,3 +966,3 @@ "use strict"; | ||
const readOnly = (0, import_slate_react.useReadOnly)(); | ||
const { align = "left", id, isUpload, name, type, url } = element; | ||
const { align, id, isUpload, name, type, url } = element; | ||
const embed = import_react5.default.useMemo(() => { | ||
@@ -969,0 +969,0 @@ if (!urlParsers || type !== ELEMENT_VIDEO && type !== ELEMENT_MEDIA_EMBED) |
{ | ||
"name": "@udecode/plate-media", | ||
"version": "36.0.10", | ||
"version": "36.2.0", | ||
"description": "Plate Media plugin", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
245623