smoothly 0.3.22 → 0.3.23

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.
@@ -21472,7 +21472,8 @@ const SmoothlyInput = class {
21472
21472
  end: backend.selectionEnd != undefined ? backend.selectionEnd : backend.value.length,
21473
21473
  direction: backend.selectionDirection ? backend.selectionDirection : "none",
21474
21474
  } });
21475
- if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "c")) && event.key.length == 1) ||
21475
+ if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "x" || event.key == "c")) &&
21476
+ event.key.length == 1) ||
21476
21477
  event.key == "ArrowLeft" ||
21477
21478
  event.key == "ArrowRight" ||
21478
21479
  event.key == "Delete" ||
@@ -117,7 +117,8 @@ export class SmoothlyInput {
117
117
  end: backend.selectionEnd != undefined ? backend.selectionEnd : backend.value.length,
118
118
  direction: backend.selectionDirection ? backend.selectionDirection : "none",
119
119
  } });
120
- if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "c")) && event.key.length == 1) ||
120
+ if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "x" || event.key == "c")) &&
121
+ event.key.length == 1) ||
121
122
  event.key == "ArrowLeft" ||
122
123
  event.key == "ArrowRight" ||
123
124
  event.key == "Delete" ||
@@ -47027,7 +47027,8 @@ const SmoothlyInput$1 = class extends HTMLElement {
47027
47027
  end: backend.selectionEnd != undefined ? backend.selectionEnd : backend.value.length,
47028
47028
  direction: backend.selectionDirection ? backend.selectionDirection : "none",
47029
47029
  } });
47030
- if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "c")) && event.key.length == 1) ||
47030
+ if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "x" || event.key == "c")) &&
47031
+ event.key.length == 1) ||
47031
47032
  event.key == "ArrowLeft" ||
47032
47033
  event.key == "ArrowRight" ||
47033
47034
  event.key == "Delete" ||
@@ -21468,7 +21468,8 @@ const SmoothlyInput = class {
21468
21468
  end: backend.selectionEnd != undefined ? backend.selectionEnd : backend.value.length,
21469
21469
  direction: backend.selectionDirection ? backend.selectionDirection : "none",
21470
21470
  } });
21471
- if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "c")) && event.key.length == 1) ||
21471
+ if ((!((event.ctrlKey || event.metaKey) && (event.key == "v" || event.key == "x" || event.key == "c")) &&
21472
+ event.key.length == 1) ||
21472
21473
  event.key == "ArrowLeft" ||
21473
21474
  event.key == "ArrowRight" ||
21474
21475
  event.key == "Delete" ||