@pksep/yui 0.1.191 → 0.1.192
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/sep-yui.es.ts +11 -2
- package/dist/sep-yui.umd.ts +1 -1
- package/package.json +1 -1
package/dist/sep-yui.es.ts
CHANGED
|
@@ -109689,7 +109689,16 @@ const pnI = /* @__PURE__ */ ng({
|
|
|
109689
109689
|
}), a = oeI({
|
|
109690
109690
|
extensions: [
|
|
109691
109691
|
TtI.configure({
|
|
109692
|
-
link: !1
|
|
109692
|
+
link: !1,
|
|
109693
|
+
bold: !1,
|
|
109694
|
+
italic: !1,
|
|
109695
|
+
strike: !1,
|
|
109696
|
+
heading: !1,
|
|
109697
|
+
bulletList: !1,
|
|
109698
|
+
orderedList: !1,
|
|
109699
|
+
codeBlock: !1,
|
|
109700
|
+
blockquote: !1,
|
|
109701
|
+
underline: !1
|
|
109693
109702
|
}),
|
|
109694
109703
|
etI.configure({
|
|
109695
109704
|
openOnClick: !1,
|
|
@@ -109767,7 +109776,7 @@ const pnI = /* @__PURE__ */ ng({
|
|
|
109767
109776
|
);
|
|
109768
109777
|
i.value && Y && W(Y);
|
|
109769
109778
|
}, M = (Y) => {
|
|
109770
|
-
Y.key === "Enter" && Y.code && !(Y.shiftKey || Y.ctrlKey || Y.metaKey) && (Y.preventDefault(), Y.stopPropagation(), b());
|
|
109779
|
+
window.innerWidth <= 480 || Y.key === "Enter" && Y.code && !(Y.shiftKey || Y.ctrlKey || Y.metaKey) && (Y.preventDefault(), Y.stopPropagation(), b());
|
|
109771
109780
|
};
|
|
109772
109781
|
return iI(() => {
|
|
109773
109782
|
var Y, X;
|