easy-email-extensions 3.1.51 → 3.1.56

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index2.js CHANGED
@@ -31276,16 +31276,6 @@ function previewLoadImage(url) {
31276
31276
  img2.onerror = () => resolve(img2);
31277
31277
  });
31278
31278
  }
31279
- const defaultImagesMap$1 = {
31280
- IMAGE_59: "https://easy-email-m-ryan.vercel.app/images/06ca521d-9728-4de6-a709-1b75a828bfc3-2a9b1224-3d71-43b8-b52f-e7cdcdc9107b.png",
31281
- AttributePanel_01: "https://easy-email-m-ryan.vercel.app/images/e22f78f2-aa76-408d-ba94-c95c7abe1908-image.png",
31282
- AttributePanel_02: "https://easy-email-m-ryan.vercel.app/images/3e952a6e-2506-470e-b395-3e0d995157c5.png",
31283
- AttributePanel_03: "https://easy-email-m-ryan.vercel.app/images/Fi_vI4vyLhTM-Tp6ivq4dR_ieGHk.png"
31284
- };
31285
- ImageManager.add(defaultImagesMap$1);
31286
- function getImg$1(name) {
31287
- return ImageManager.get(name);
31288
- }
31289
31279
  function ImageUploader(props) {
31290
31280
  const { mergeTags: mergeTags2 } = useEditorProps();
31291
31281
  const [isUploading, setIsUploading] = useState(false);
@@ -31348,10 +31338,7 @@ function ImageUploader(props) {
31348
31338
  className: styles$4["item"]
31349
31339
  }, /* @__PURE__ */ React__default.createElement("div", {
31350
31340
  className: classnames$1(styles$4["info"])
31351
- }, /* @__PURE__ */ React__default.createElement("img", {
31352
- src: getImg$1("AttributePanel_03"),
31353
- alt: "Loading..."
31354
- }), /* @__PURE__ */ React__default.createElement("div", {
31341
+ }, /* @__PURE__ */ React__default.createElement(Spin$1, null), /* @__PURE__ */ React__default.createElement("div", {
31355
31342
  className: styles$4["btn-wrap"]
31356
31343
  })));
31357
31344
  }
@@ -38317,6 +38304,16 @@ const PresetColorsProvider = (props) => {
38317
38304
  }, props.children);
38318
38305
  }, [props.children, value]);
38319
38306
  };
38307
+ const defaultImagesMap$1 = {
38308
+ IMAGE_59: "https://easy-email-m-ryan.vercel.app/images/06ca521d-9728-4de6-a709-1b75a828bfc3-2a9b1224-3d71-43b8-b52f-e7cdcdc9107b.png",
38309
+ AttributePanel_01: "https://easy-email-m-ryan.vercel.app/images/e22f78f2-aa76-408d-ba94-c95c7abe1908-image.png",
38310
+ AttributePanel_02: "https://easy-email-m-ryan.vercel.app/images/3e952a6e-2506-470e-b395-3e0d995157c5.png",
38311
+ AttributePanel_03: "https://easy-email-m-ryan.vercel.app/images/Fi_vI4vyLhTM-Tp6ivq4dR_ieGHk.png"
38312
+ };
38313
+ ImageManager.add(defaultImagesMap$1);
38314
+ function getImg$1(name) {
38315
+ return ImageManager.get(name);
38316
+ }
38320
38317
  function ColorPicker(props) {
38321
38318
  const { colors: presetColors, addCurrentColor } = useContext(PresetColorsContext);
38322
38319
  const [color, setColor] = useState("");
@@ -38411,14 +38408,14 @@ function RadioGroup(props) {
38411
38408
  value: item2.value
38412
38409
  }, item2.label))));
38413
38410
  }
38414
- const helperText = "_helperText_uw61l_1";
38415
- const labelHidden = "_label-hidden_uw61l_9";
38416
- const editTab = "_editTab_uw61l_20";
38417
- const inputWithUnit = "_inputWithUnit_uw61l_24";
38418
- const inputWithUnitSelectOption = "_inputWithUnitSelectOption_uw61l_32";
38411
+ const helperText = "_helperText_k05ys_1";
38412
+ const labelHidden = "_label-hidden_k05ys_9";
38413
+ const editTab = "_editTab_k05ys_20";
38414
+ const inputWithUnit = "_inputWithUnit_k05ys_27";
38415
+ const inputWithUnitSelectOption = "_inputWithUnitSelectOption_k05ys_35";
38419
38416
  var styles$3 = {
38420
38417
  helperText,
38421
- "label-hidden": "_label-hidden_uw61l_9",
38418
+ "label-hidden": "_label-hidden_k05ys_9",
38422
38419
  labelHidden,
38423
38420
  editTab,
38424
38421
  inputWithUnit,