email-builder-online 2.3.2 → 2.3.3
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.
- package/dist/index.mjs +1 -1
- package/package.json +9 -6
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import Be, { createContext as $1, useState as J, useEffect as Ue, useRef as jt,
|
|
|
10
10
|
import { useDrop as q1, useDrag as SR, DndProvider as Z9 } from "react-dnd";
|
|
11
11
|
import { HTML5Backend as J9 } from "react-dnd-html5-backend";
|
|
12
12
|
import { useTranslation as wt, initReactI18next as eU, I18nextProvider as tU } from "react-i18next";
|
|
13
|
-
import { Container as np, Typography as Hi, Stack as Yt, Box as at,
|
|
13
|
+
import { Container as np, Typography as Hi, Stack as Yt, Box as at, Slider as nU, IconButton as Zt, TextField as Up, Card as iU, CircularProgress as vo, CardMedia as rU, Button as sr, Dialog as aU, DialogTitle as sU, DialogContent as oU, DialogContentText as lU, Alert as go, DialogActions as cU, useTheme as Ro, styled as uU, Select as dU, Tooltip as ln, ToggleButtonGroup as $p, ToggleButton as Bt, MenuItem as ta, Divider as iu, SvgIcon as TR, ButtonBase as nS, Menu as CR, Popover as Vu, List as AC, ListItemButton as xC, ListItemIcon as NC, ListItemText as IC, CssBaseline as kR, Collapse as pU, Tabs as DR, Tab as cl, Chip as iS, Fade as fU, Paper as mU, Snackbar as hU, ThemeProvider as gU, GlobalStyles as _U } from "@mui/material";
|
|
14
14
|
import { createRoot as wR } from "react-dom/client";
|
|
15
15
|
import { Close as G1, AutoAwesome as OC, Refresh as bU, Attachment as yU, PhotoOutlined as AR, ImageSearchOutlined as xR, Lock as qp, LockOpen as Gp, FormatColorReset as NR, AddOutlined as z1, BorderOuterOutlined as EU, BorderTopOutlined as vU, BorderBottomOutlined as SU, BorderLeftOutlined as TU, BorderRightOutlined as CU, TextFieldsOutlined as kU, HeightOutlined as IR, AlignVerticalTopOutlined as OR, AlignVerticalBottomOutlined as RR, AlignHorizontalLeftOutlined as LR, AlignHorizontalRightOutlined as PR, RoundedCorner as Wu, FormatAlignLeftOutlined as DU, FormatAlignCenterOutlined as wU, FormatAlignRightOutlined as AU, RoundedCornerOutlined as xU, AspectRatioOutlined as NU, VerticalAlignTopOutlined as IU, VerticalAlignCenterOutlined as OU, VerticalAlignBottomOutlined as RU, WidthWideOutlined as LU, Add as PU, DragIndicator as MU, DeleteOutline as FU, SpaceBar as RC, NotesOutlined as BU, Groups2 as UU, SmartButtonOutlined as $U, ImageOutlined as qU, HorizontalRuleOutlined as GU, Crop32Outlined as zU, ViewColumnOutlined as HU, LibraryAddOutlined as YU, MonitorOutlined as VU, PhoneIphoneOutlined as WU, FileDownloadOutlined as jU, ContentCopyOutlined as LC } from "@mui/icons-material";
|
|
16
16
|
import { useTheme as zp, styled as H1, alpha as ve, createTheme as Y1, ThemeProvider as KU, darken as ka, lighten as ir, getContrastRatio as Xo, hexToRgb as QU } from "@mui/material/styles";
|
package/package.json
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "email-builder-online",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"main": "./dist/
|
|
6
|
-
"module": "./dist/
|
|
5
|
+
"main": "./dist/index.cjs",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
|
-
"import": "./dist/
|
|
12
|
-
"require": "./dist/
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"require": "./dist/index.cjs"
|
|
13
13
|
},
|
|
14
|
-
"./style.css": "./dist/
|
|
14
|
+
"./style.css": "./dist/style.css"
|
|
15
15
|
},
|
|
16
|
+
"sideEffects": [
|
|
17
|
+
"*.css"
|
|
18
|
+
],
|
|
16
19
|
"description": "A React email builder component with drag and drop functionality",
|
|
17
20
|
"license": "MIT",
|
|
18
21
|
"author": {
|