@myoc/element 0.19.514 → 0.19.515

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/dev/index.js CHANGED
@@ -20520,6 +20520,7 @@ var newImageElement = (opts) => {
20520
20520
  strokeColor: "transparent",
20521
20521
  status: opts.status ?? "pending",
20522
20522
  fileId: opts.fileId ?? null,
20523
+ fileName: opts.fileName ?? null,
20523
20524
  scale: opts.scale ?? [1, 1],
20524
20525
  crop: opts.crop ?? null
20525
20526
  };