@groovymedia/easy-email-editor 4.12.4 → 4.12.6

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.
@@ -1,4 +1,4 @@
1
- import { IBlockData } from 'easy-email-core';
1
+ import { IBlockData } from '@groovymedia/easy-email-core';
2
2
  import React from 'react';
3
3
  export interface CollectedBlock {
4
4
  label: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockType } from 'easy-email-core';
2
+ import { BlockType } from '@groovymedia/easy-email-core';
3
3
  export declare type BlockAvatarWrapperProps = {
4
4
  children?: React.ReactNode;
5
5
  type: BlockType | string;
@@ -1,4 +1,4 @@
1
- import { IBlockData } from 'easy-email-core';
1
+ import { IBlockData } from '@groovymedia/easy-email-core';
2
2
  import { IEmailTemplate } from '../typings';
3
3
  export declare function useBlock(): {
4
4
  values: IEmailTemplate;
package/lib/index.js CHANGED
@@ -35,7 +35,7 @@ var __publicField = (obj, key, value) => {
35
35
  };
36
36
  import { useFormState, useForm, useField, Form } from "react-final-form";
37
37
  import React, { useState, useCallback, useMemo, useRef, useEffect, useContext, Children, isValidElement, memo } from "react";
38
- import { getPageIdx, getNodeIdxClassName, BasicType, AdvancedType, getNodeTypeFromClassName, JsonToMjml, I18nManager, t as t$1, createBlockDataByType, BlockManager, getIndexByIdx, getParentByIdx, getParentIdx, getValueByIdx, getChildIdx, getNodeIdxFromClassName, MERGE_TAG_CLASS_NAME, getSameParent } from "easy-email-core";
38
+ import { getPageIdx, getNodeIdxClassName, BasicType, AdvancedType, getNodeTypeFromClassName, JsonToMjml, I18nManager, t as t$1, createBlockDataByType, BlockManager, getIndexByIdx, getParentByIdx, getParentIdx, getValueByIdx, getChildIdx, getNodeIdxFromClassName, MERGE_TAG_CLASS_NAME, getSameParent } from "@groovymedia/easy-email-core";
39
39
  import ReactDOM, { createPortal } from "react-dom";
40
40
  import mjml from "mjml-browser";
41
41
  function _extends() {