@flozy/editor 3.4.0 → 3.4.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.
@@ -387,13 +387,7 @@ export const getBlock = props => {
387
387
  ...props
388
388
  });
389
389
  case "video":
390
- return /*#__PURE__*/_jsx(Video, {
391
- ...props
392
- });
393
390
  case "embed":
394
- return /*#__PURE__*/_jsx(Video, {
395
- ...props
396
- });
397
391
  case "calendly":
398
392
  return /*#__PURE__*/_jsx(Video, {
399
393
  ...props
@@ -483,10 +477,8 @@ export const getBlock = props => {
483
477
  return /*#__PURE__*/_jsx(InlineIcon, {
484
478
  ...props
485
479
  });
486
- case "embed":
487
- return /*#__PURE__*/_jsx(EmbedLink, {
488
- ...props
489
- });
480
+ // case "embed":
481
+ // return <EmbedLink {...props} />;
490
482
  case "docs":
491
483
  case "pdf":
492
484
  case "xls":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"