hotlight-react
Advanced tools
Comparing version 0.4.2-beta.0 to 0.4.3-beta.0
@@ -1,1 +0,1 @@ | ||
export declare const useHotlight: (initialState?: boolean) => null; | ||
export declare const useHotlight: () => null; |
@@ -135,3 +135,3 @@ 'use strict'; | ||
var useHotlight = function (initialState) { | ||
var useHotlight = function () { | ||
return React.useContext(HotlightContext); | ||
@@ -138,0 +138,0 @@ }; |
@@ -1,1 +0,1 @@ | ||
export declare const useHotlight: (initialState?: boolean) => null; | ||
export declare const useHotlight: () => null; |
@@ -127,3 +127,3 @@ import React, { createContext, useState, useRef, useEffect, useContext } from 'react'; | ||
var useHotlight = function (initialState) { | ||
var useHotlight = function () { | ||
return useContext(HotlightContext); | ||
@@ -130,0 +130,0 @@ }; |
{ | ||
"name": "hotlight-react", | ||
"description": "A command palette, hotkeys and search.", | ||
"version": "0.4.2-beta.0", | ||
"version": "0.4.3-beta.0", | ||
"homepage": "https://hotlight.dev", | ||
@@ -33,3 +33,3 @@ "bugs": "https://github.com/arnklint/hotlight/issues", | ||
"dependencies": { | ||
"hotlight-core": "^0.4.2-beta.0" | ||
"hotlight-core": "^0.4.3-beta.0" | ||
}, | ||
@@ -65,3 +65,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ffeeeea7f1801ed8fb4fe98c8ecf72e7909ab94f" | ||
"gitHead": "53bd75478b2bbc4a1dcc3f95a896384498612e5e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
536362
+ Addedhotlight-core@0.4.3-beta.0(transitive)
- Removedhotlight-core@0.4.2-beta.0(transitive)
Updatedhotlight-core@^0.4.3-beta.0