@pyreon/hotkeys 0.37.1 → 0.39.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 +1 -1
- package/lib/types/index.d.ts +1 -2
- package/package.json +4 -4
- package/lib/types/index.d.ts.map +0 -1
package/lib/index.js
CHANGED
package/lib/types/index.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.39.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,14 +36,14 @@
|
|
|
36
36
|
"lint": "oxlint ."
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@pyreon/core": "^0.
|
|
40
|
-
"@pyreon/reactivity": "^0.
|
|
39
|
+
"@pyreon/core": "^0.39.0",
|
|
40
|
+
"@pyreon/reactivity": "^0.39.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@happy-dom/global-registrator": "^20.9.0",
|
|
44
44
|
"@pyreon/manifest": "0.13.2",
|
|
45
45
|
"@pyreon/vitest-config": "0.13.3",
|
|
46
|
-
"@vitus-labs/tools-lint": "^2.
|
|
46
|
+
"@vitus-labs/tools-lint": "^2.6.3"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
package/lib/types/index.d.ts.map
DELETED
|
@@ -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"}
|