@thanhpv102/easy-email-extensions 4.19.14 → 4.19.15

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,5 +1,5 @@
1
1
  import React from 'react';
2
- import { BlockType } from 'easy-email-core';
2
+ import { BlockType } from '@thanhpv102/easy-email-core';
3
3
  export declare const BlockMaskWrapper: React.FC<{
4
4
  type: BlockType | string;
5
5
  payload: any;
@@ -1,4 +1,4 @@
1
- import { AdvancedType } from 'easy-email-core';
1
+ import { AdvancedType } from '@thanhpv102/easy-email-core';
2
2
  import { TextBlockItem } from './TextBlockItem';
3
3
  import { ImageBlockItem } from './ImageBlockItem';
4
4
  export declare const defaultCategories: {
@@ -1,4 +1,4 @@
1
- import { IBlockData, RecursivePartial } from 'easy-email-core';
1
+ import { IBlockData, RecursivePartial } from '@thanhpv102/easy-email-core';
2
2
  export interface DragIconProps<T extends IBlockData> {
3
3
  type: string;
4
4
  payload?: RecursivePartial<T>;
@@ -1,4 +1,4 @@
1
- import { IBlockData } from 'easy-email-core';
1
+ import { IBlockData } from '@thanhpv102/easy-email-core';
2
2
  export interface BlockMarketCategory {
3
3
  name: string;
4
4
  title: string;
@@ -1,4 +1,4 @@
1
1
  import { InlineTextProps } from '../InlineTextField';
2
- import { FieldRenderProps } from 'easy-email-editor';
2
+ import { FieldRenderProps } from '@thanhpv102/easy-email-editor';
3
3
  export type FieldInputProps = FieldRenderProps['input'];
4
4
  export declare const RichTextField: (props: Omit<InlineTextProps, "onChange" | "mutators">) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,4 +1,4 @@
1
- import { UseFieldConfig } from 'easy-email-editor';
1
+ import { UseFieldConfig } from '@thanhpv102/easy-email-editor';
2
2
  import React from 'react';
3
3
  import { FormItemProps } from 'antd';
4
4
  export interface EnhancerProps {