@pyreon/hotkeys 0.37.1 → 0.38.0

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/index.js CHANGED
@@ -3,7 +3,7 @@ import { onUnmount } from "@pyreon/core";
3
3
 
4
4
  //#region package.json
5
5
  var name = "@pyreon/hotkeys";
6
- var version = "0.37.1";
6
+ var version = "0.38.0";
7
7
 
8
8
  //#endregion
9
9
  //#region src/parse.ts
@@ -137,5 +137,4 @@ declare function matchesCombo(event: KeyboardEvent, combo: KeyCombo): boolean;
137
137
  */
138
138
  declare function formatCombo(combo: KeyCombo): string;
139
139
  //#endregion
140
- export { type HotkeyEntry, type HotkeyOptions, type KeyCombo, _resetHotkeys, disableScope, enableScope, formatCombo, getActiveScopes, getRegisteredHotkeys, matchesCombo, parseShortcut, registerHotkey, useHotkey, useHotkeyScope };
141
- //# sourceMappingURL=index2.d.ts.map
140
+ export { type HotkeyEntry, type HotkeyOptions, type KeyCombo, _resetHotkeys, disableScope, enableScope, formatCombo, getActiveScopes, getRegisteredHotkeys, matchesCombo, parseShortcut, registerHotkey, useHotkey, useHotkeyScope };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyreon/hotkeys",
3
- "version": "0.37.1",
3
+ "version": "0.38.0",
4
4
  "description": "Reactive keyboard shortcut management for Pyreon — scope-aware, conflict detection",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/fundamentals/hotkeys#readme",
@@ -36,8 +36,8 @@
36
36
  "lint": "oxlint ."
37
37
  },
38
38
  "peerDependencies": {
39
- "@pyreon/core": "^0.37.1",
40
- "@pyreon/reactivity": "^0.37.1"
39
+ "@pyreon/core": "^0.38.0",
40
+ "@pyreon/reactivity": "^0.38.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@happy-dom/global-registrator": "^20.9.0",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index2.d.ts","names":[],"sources":["../../../src/types.ts","../../../src/use-hotkey.ts","../../../src/use-hotkey-scope.ts","../../../src/registry.ts","../../../src/parse.ts"],"mappings":";;;;;;AAMA;UAAiB,QAAA;EACf,IAAA;EACA,KAAA;EACA,GAAA;EACA,IAAA;EACA,GAAA;AAAA;;;AAAG;UAMY,aAAA;EAAa;EAE5B,KAAA;EAF4B;EAI5B,cAAA;EAAA;EAEA,eAAA;EAEA;EAAA,cAAA;EAIA;EAFA,WAAA;EAEO;EAAP,OAAA;AAAA;;;;UAMe,WAAA;EAqBX;EAnBJ,QAAA;EAiBS;;;;;EAXT,KAAA,EAAO,QAAA;EAOP;;;;;;EAAA,QAAA,EAAU,QAAA;EAKR;EAHF,OAAA,GAAU,KAAA,EAAO,aAAA;EAOX;EALN,OAAA,EAAS,QAAA,CACP,IAAA,CACE,aAAA;IAGE,WAAA;EAAA;AAAA;;;;;AArDR;;;;;;;;;;AAKK;AAML;iBCCgB,SAAA,CACd,QAAA,UACA,OAAA,GAAU,KAAA,EAAO,aAAA,WACjB,OAAA,GAAU,aAAa;;;;;;ADfzB;;;;;;;;;;iBEUgB,cAAA,CAAe,KAAa;;;;AFV5C;;;;;;;;iBG+KgB,cAAA,CACd,QAAA,UACA,OAAA,GAAU,KAAA,EAAO,aAAA,WACjB,OAAA,GAAU,aAAa;;AH7KpB;AAML;iBGqOgB,WAAA,CAAY,KAAa;;;;iBAWzB,YAAA,CAAa,KAAa;;;;iBAY1B,eAAA,IAAmB,MAAM,CAAC,GAAA;;AHhPjC;AAMT;iBGiPgB,oBAAA,IAAwB,aAAa;EACnD,QAAA;EACA,KAAA;EACA,WAAA;AAAA;AAAA,iBAWc,aAAA;;;;;AH5RhB;;iBIgBgB,aAAA,CAAc,QAAA,WAAmB,QAAQ;;;;iBAsCzC,YAAA,CAAa,KAAA,EAAO,aAAA,EAAe,KAAA,EAAO,QAAQ;;;;iBAalD,WAAA,CAAY,KAAe,EAAR,QAAQ"}