@cobre-npm/ds-v3 0.81.27 → 0.81.28

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.
@@ -5037,7 +5037,7 @@ const Xv = { class: "co-input" }, Kv = {
5037
5037
  const i = o.inputType, s = o.data;
5038
5038
  if (!i || i.startsWith("delete") || i.startsWith("history") || i.startsWith("format")) return;
5039
5039
  const c = o.target.selectionStart ?? 0;
5040
- if ((i === "insertText" || i === "insertCompositionText") && s && t.test(s.replace(/ /g, ""))) {
5040
+ if ((i === "insertText" || i === "insertCompositionText") && s && t.test(s)) {
5041
5041
  o.preventDefault();
5042
5042
  return;
5043
5043
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.81.27",
3
+ "version": "0.81.28",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"