@blateral/b.kit 2.0.0-beta.7.0 → 2.0.0-beta.7.1

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.
@@ -5,7 +5,6 @@ interface Settings {
5
5
  }
6
6
  /**
7
7
  * Hooks in to menu state to control it with keyboard inputs
8
- * window.disableMenuBlur can be used for debugging
9
8
  * @param initialMenuState
10
9
  * @param settings
11
10
  * @returns
@@ -13,7 +12,7 @@ interface Settings {
13
12
  export declare const useMenuKeyboard: (initialMenuState: boolean, settings: Partial<Settings>) => {
14
13
  setRoot: import("react").Dispatch<import("react").SetStateAction<HTMLElement | null>>;
15
14
  isMenuOpen: boolean;
16
- setMenu: (isOpen?: boolean) => void;
15
+ setIsMenuOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>;
17
16
  };
18
17
  export {};
19
18
  //# sourceMappingURL=menuHooks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"menuHooks.d.ts","sourceRoot":"","sources":["../../src/utils/menuHooks.ts"],"names":[],"mappings":";AAEA,UAAU,QAAQ;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,qBACN,OAAO,YACf,QAAQ,QAAQ,CAAC;;;;CAqE9B,CAAC"}
1
+ {"version":3,"file":"menuHooks.d.ts","sourceRoot":"","sources":["../../src/utils/menuHooks.ts"],"names":[],"mappings":";AAEA,UAAU,QAAQ;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED;;;;;GAKG;AACH,eAAO,MAAM,eAAe,qBACN,OAAO,YACf,QAAQ,QAAQ,CAAC;;;;CAgE9B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blateral/b.kit",
3
- "version": "2.0.0-beta.7.0",
3
+ "version": "2.0.0-beta.7.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",