easy-email-extensions 3.1.26 → 3.1.30
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/AttributePanel/components/attributes/Width.d.ts +1 -1
- package/lib/BlockLayer/components/ContextMenu/index.d.ts +1 -1
- package/lib/BlockLayer/index.d.ts +1 -1
- package/lib/InteractivePrompt/components/Toolbar.d.ts +1 -5
- package/lib/ShortcutToolbar/components/BlockMaskWrapper/index.d.ts +1 -1
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/index.d.ts +1 -1
- package/lib/ShortcutToolbar/utils/BlockMarketManager.d.ts +1 -1
- package/lib/components/Form/ImageUploader/index.d.ts +1 -1
- package/lib/components/Form/enhancer.d.ts +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/index2.js +172 -244
- package/lib/index2.js.map +1 -1
- package/lib/style.css +1 -1
- package/lib/utils/getBlockTitle.d.ts +2 -0
- package/lib/{AttributePanel/utils → utils}/getIconNameByBlockType.d.ts +0 -0
- package/package.json +4 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
import { InputWithUnitProps } from '
|
1
|
+
import { InputWithUnitProps } from '../../../components/Form/InputWithUnit';
|
2
2
|
export declare function Width({ inline, unitOptions, }: {
|
3
3
|
inline?: boolean;
|
4
4
|
unitOptions?: InputWithUnitProps['unitOptions'];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import { useBlock } from 'easy-email-editor';
|
2
|
+
import { useBlock } from '../../../../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;
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export {
|
1
|
+
export { d as Align, A as AttributePanel, e as AttributesPanelWrapper, _ as AutoCompleteField, i as Background, l as BackgroundColor, b as BlockAttributeConfigurationManager, B as BlockLayer, w as BlockMarketManager, x as BlockMaskWrapper, o as Border, p as BorderColor, s as BorderStyle, u as BorderWidth, a2 as CheckboxField, C as Color, R as ColorPickerField, f as ContainerBackgroundColor, a1 as DatePickerField, D as Decoration, m as Direction, a3 as EditTabField, F as FontFamily, q as FontSize, t as FontStyle, v as FontWeight, H as Height, X as ImageUploaderField, a4 as InlineTextField, G as InputWithUnitField, I as InteractivePrompt, L as LetterSpacing, j as LineHeight, n as Link, M as Margin, r as MergeTags, N as NavbarLinkPadding, O as NumberField, P as Padding, $ as RadioGroupField, a6 as RichTextField, J as SearchField, Y as SelectField, S as ShortcutToolbar, z as SimpleLayout, Q as SliderField, y as SourceCodePanel, a0 as SwitchField, T as TextAlign, K as TextAreaField, h as TextDecoration, E as TextField, k as TextTransform, Z as TreeSelectField, U as UploadField, V as VerticalAlign, W as Width, a5 as enhancer, g as getContextMergeTags, a as getIconNameByBlockType } from "./index2.js";
|
2
2
|
import "react";
|
3
3
|
import "easy-email-editor";
|
4
4
|
import "easy-email-core";
|