@thanhpv102/easy-email-extensions 4.19.13 → 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,4 +1,4 @@
1
- import { UseFieldConfig } from 'easy-email-editor';
1
+ import { UseFieldConfig } from '@thanhpv102/easy-email-editor';
2
2
  export declare function Height({ inline, config, }: {
3
3
  inline?: boolean;
4
4
  config?: UseFieldConfig;
@@ -1,5 +1,5 @@
1
1
  import { InputWithUnitProps } from '../../../components/Form/InputWithUnit';
2
- import { UseFieldConfig } from 'easy-email-editor';
2
+ import { UseFieldConfig } from '@thanhpv102/easy-email-editor';
3
3
  export declare function Width({ inline, unitOptions, config, }: {
4
4
  inline?: boolean;
5
5
  unitOptions?: InputWithUnitProps['unitOptions'];
@@ -1,5 +1,5 @@
1
1
  import TableOperationMenu from './tableOperationMenu';
2
- import { AdvancedTableBlock } from 'easy-email-core';
2
+ import { AdvancedTableBlock } from '@thanhpv102/easy-email-core';
3
3
  import { IOperationData } from './type';
4
4
  export interface IBorderTool {
5
5
  top: HTMLElement;
@@ -1,4 +1,4 @@
1
- import { IAdvancedTableData } from 'easy-email-core';
1
+ import { IAdvancedTableData } from '@thanhpv102/easy-email-core';
2
2
  export interface IOperationData extends IAdvancedTableData {
3
3
  top: number;
4
4
  bottom: number;
@@ -1,5 +1,5 @@
1
1
  import { IBoundaryRect, IBoundingPosition, IOperationData } from './type';
2
- import { AdvancedTableBlock } from 'easy-email-core';
2
+ import { AdvancedTableBlock } from '@thanhpv102/easy-email-core';
3
3
  export declare const getBoundaryRectAndElement: (el1: Element, el2: Element) => {
4
4
  leftTopCell: Element;
5
5
  bottomRightCell: Element;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { useBlock } from 'easy-email-editor';
2
+ import { useBlock } from '@thanhpv102/easy-email-editor';
3
3
  import { IBlockDataWithId } from '../../../BlockLayer';
4
4
  export declare function ContextMenu({ moveBlock, copyBlock, removeBlock, contextMenuData, onClose, }: {
5
5
  onClose: (ev?: React.MouseEvent) => void;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IBlockData } from 'easy-email-core';
2
+ import { IBlockData } from '@thanhpv102/easy-email-core';
3
3
  export interface IBlockDataWithId extends IBlockData {
4
4
  id: string;
5
5
  icon?: React.ReactElement;