@bluepic/embed 0.1.91 → 0.1.92
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/lib/bluepic-embed.es.js +4 -4
- package/lib/bluepic-embed.umd.js +1 -1
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts +1 -1
- package/lib/components/BxRichtextInput.vue.d.ts.map +1 -1
- package/lib/components/CircularProgress.vue.d.ts +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/bluepic-embed.es.js
CHANGED
|
@@ -29936,12 +29936,13 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
29936
29936
|
};
|
|
29937
29937
|
if (Ar.customClassUIRepresentation === "backgrundColor")
|
|
29938
29938
|
return {
|
|
29939
|
-
|
|
29939
|
+
"background-color": Ar.customClassUIRepresentationColor ?? "#ff0000",
|
|
29940
29940
|
color: Color$1(Ar.customClassUIRepresentationColor ?? "#ff0000").isDark() ? "white" : "black"
|
|
29941
29941
|
};
|
|
29942
29942
|
} else
|
|
29943
29943
|
return {};
|
|
29944
|
-
})()
|
|
29944
|
+
})();
|
|
29945
|
+
return {
|
|
29945
29946
|
...Object.fromEntries(
|
|
29946
29947
|
Object.entries({
|
|
29947
29948
|
...Ar,
|
|
@@ -29959,7 +29960,6 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
29959
29960
|
),
|
|
29960
29961
|
...Rr
|
|
29961
29962
|
};
|
|
29962
|
-
return console.log("renderFeatureInlineStyle", Ar, Nr), Nr;
|
|
29963
29963
|
}, rr = ref$1(
|
|
29964
29964
|
groupFeatureByLinebreaks$1(typeof we.value == "string" ? [{ text: we.value, format: {} }] : we.value)
|
|
29965
29965
|
);
|
|
@@ -30009,7 +30009,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
30009
30009
|
class: normalizeClass({ warning: !!_r.value })
|
|
30010
30010
|
}, null, 8, ["selection", "value", "user-agent-rich-text", "max-length", "max-length-per-line", "max-lines", "multiline", "focus", "class"]));
|
|
30011
30011
|
}
|
|
30012
|
-
}),
|
|
30012
|
+
}), BxRichtextInput_vue_vue_type_style_index_0_scoped_4044936e_lang = "", BxRichtextInput = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-4044936e"]]), sides = ["top", "right", "bottom", "left"], alignments = ["start", "end"], placements = /* @__PURE__ */ sides.reduce((m, c) => m.concat(c, c + "-" + alignments[0], c + "-" + alignments[1]), []), min = Math.min, max = Math.max, round = Math.round, createCoords = (m) => ({
|
|
30013
30013
|
x: m,
|
|
30014
30014
|
y: m
|
|
30015
30015
|
}), oppositeSideMap = {
|