easy-email-extensions 3.1.53 → 3.1.57
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index2.js +13 -8
- package/lib/index2.js.map +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
@@ -60,7 +60,7 @@ import { BasicType, ImageManager, BlockManager, createBlockDataByType, getParent
|
|
60
60
|
import ReactDOM, { findDOMNode, createPortal } from "react-dom";
|
61
61
|
import { useField, Field, useForm as useForm$1, Form as Form$3, version as version$2, useFormState } from "react-final-form";
|
62
62
|
var index$2 = "";
|
63
|
-
const title = "
|
63
|
+
const title = "_title_1f523_1";
|
64
64
|
var styles$6 = {
|
65
65
|
title
|
66
66
|
};
|
@@ -38408,14 +38408,14 @@ function RadioGroup(props) {
|
|
38408
38408
|
value: item2.value
|
38409
38409
|
}, item2.label))));
|
38410
38410
|
}
|
38411
|
-
const helperText = "
|
38412
|
-
const labelHidden = "_label-
|
38413
|
-
const editTab = "
|
38414
|
-
const inputWithUnit = "
|
38415
|
-
const inputWithUnitSelectOption = "
|
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";
|
38416
38416
|
var styles$3 = {
|
38417
38417
|
helperText,
|
38418
|
-
"label-hidden": "_label-
|
38418
|
+
"label-hidden": "_label-hidden_k05ys_9",
|
38419
38419
|
labelHidden,
|
38420
38420
|
editTab,
|
38421
38421
|
inputWithUnit,
|
@@ -42062,7 +42062,12 @@ function BlockLayer(props) {
|
|
42062
42062
|
style: { fontSize: 12, color: "#999" }
|
42063
42063
|
}), /* @__PURE__ */ React__default.createElement("div", {
|
42064
42064
|
title: lodash.exports.isString(title2) ? title2 : "",
|
42065
|
-
style: {
|
42065
|
+
style: {
|
42066
|
+
overflow: "hidden",
|
42067
|
+
whiteSpace: "nowrap",
|
42068
|
+
width: "5em",
|
42069
|
+
textOverflow: "ellipsis"
|
42070
|
+
}
|
42066
42071
|
}, /* @__PURE__ */ React__default.createElement(TextStyle, {
|
42067
42072
|
size: "smallest"
|
42068
42073
|
}, title2))), /* @__PURE__ */ React__default.createElement("div", {
|