@hexdspace/react 0.1.44 → 0.1.45

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3370,7 +3370,7 @@ var VimHandleKeyUseCase = class {
3370
3370
  if (e.ctrlKey || e.metaKey || e.altKey) return;
3371
3371
  const scopeId = this.query.getActiveScope();
3372
3372
  if (!scopeId) return;
3373
- this.selection.exitSelectMode(scopeId);
3373
+ this.selection.clearSelection({ kind: "activeScope" });
3374
3374
  const st = this.stateByScope.get(scopeId);
3375
3375
  if (st) {
3376
3376
  st.count = "";
@@ -4758,11 +4758,7 @@ function DropdownMenu({
4758
4758
  children: /* @__PURE__ */ jsx22(
4759
4759
  motion4.div,
4760
4760
  {
4761
- className: cn(
4762
- dropdownMenuContentVariants({ chrome, orientation }),
4763
- className,
4764
- contentClassName
4765
- ),
4761
+ className: cn(dropdownMenuContentVariants({ chrome, orientation }), className, contentClassName),
4766
4762
  ref: composedContentRef,
4767
4763
  initial: initialMotionState,
4768
4764
  animate: openMotionState,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexdspace/react",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",