@teambit/explorer.ui.command-bar
Advanced tools
Comparing version 2.0.1 to 2.0.2
export { CommandBar, CommandBarProps } from './command-bar'; | ||
export { useSearcher } from './use-searcher'; |
export { CommandBar, CommandBarProps } from './command-bar'; | ||
export { useSearcher } from './use-searcher'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CommandBar = void 0; | ||
exports.useSearcher = exports.CommandBar = void 0; | ||
var command_bar_1 = require("./command-bar"); | ||
Object.defineProperty(exports, "CommandBar", { enumerable: true, get: function () { return command_bar_1.CommandBar; } }); | ||
var use_searcher_1 = require("./use-searcher"); | ||
Object.defineProperty(exports, "useSearcher", { enumerable: true, get: function () { return use_searcher_1.useSearcher; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { CommandBar } from './command-bar'; | ||
export { CommandBar, useSearcher } from './command-bar'; | ||
export type { CommandBarProps } from './command-bar'; | ||
@@ -3,0 +3,0 @@ export { Searcher } from './searcher'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Searcher = exports.CommandBar = void 0; | ||
exports.Searcher = exports.useSearcher = exports.CommandBar = void 0; | ||
var command_bar_1 = require("./command-bar"); | ||
Object.defineProperty(exports, "CommandBar", { enumerable: true, get: function () { return command_bar_1.CommandBar; } }); | ||
Object.defineProperty(exports, "useSearcher", { enumerable: true, get: function () { return command_bar_1.useSearcher; } }); | ||
var searcher_1 = require("./searcher"); | ||
Object.defineProperty(exports, "Searcher", { enumerable: true, get: function () { return searcher_1.Searcher; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { CommandBar } from './command-bar'; | ||
export { CommandBar, useSearcher } from './command-bar'; | ||
export type { CommandBarProps } from './command-bar'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@teambit/explorer.ui.command-bar", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"homepage": "https://bit.dev/teambit/explorer/ui/command-bar", | ||
@@ -9,11 +9,11 @@ "main": "dist/index.js", | ||
"name": "ui/command-bar", | ||
"version": "2.0.1" | ||
"version": "2.0.2" | ||
}, | ||
"dependencies": { | ||
"fuse.js": "^6.5.3", | ||
"fuse.js": "^6.5.0", | ||
"memoize-one": "^6.0.0", | ||
"classnames": "^2.3.1", | ||
"@react-hook/previous": "1.0.1", | ||
"use-optionally-controlled-state": "^1.1.0", | ||
"use-debounce": "^8.0.1", | ||
"@react-hook/previous": "^1.0.0", | ||
"use-optionally-controlled-state": "^1.0.0", | ||
"use-debounce": "^8.0.0", | ||
"core-js": "^3.0.0", | ||
@@ -20,0 +20,0 @@ "@teambit/design.ui.surfaces.menu.item": "0.0.354", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81638
955
Updated@react-hook/previous@^1.0.0
Updatedfuse.js@^6.5.0
Updateduse-debounce@^8.0.0