Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@glue42/launchpad-ui-react

Package Overview
Dependencies
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glue42/launchpad-ui-react - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

4

dist/components/TextInput.d.ts
import React from 'react';
declare type TextInputProps = {
InputElement: React.ElementType;
ref?: React.Ref<HTMLInputElement>;
onFilterByLayout?: (isLayoutFilterActive: boolean) => void;

@@ -9,5 +10,4 @@ className: string;

placeholder: string;
autoFocus: boolean;
};
export declare const TextInput: React.FC<TextInputProps>;
export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps>;
export {};

@@ -17,4 +17,4 @@ import { Glue42 } from '@glue42/desktop';

export declare const useSyncRecents: (glue: Glue42.Glue, markRecentlyUsed: PersistableFormAppFunction) => void;
export declare const useCloseWindowOnEscape: (glue: Glue42.Glue, clearState?: Function | undefined) => void;
export declare const useCloseWindowOnEscape: (glue: Glue42.Glue) => void;
export declare const useVisibilityAndFocusChange: (glue: Glue42.Glue, hideOnLostFocus: boolean, clearState?: Function | undefined, setIsVisible?: Function | undefined) => void;
export declare const useExtractHideOnLostFocus: (glue: Glue42.Glue, setHideOnLostFocus: React.Dispatch<React.SetStateAction<boolean>>) => void;

@@ -24,1 +24,2 @@ /// <reference types="react" />

export declare const extractCategoryResultsLimit: (glue: Glue42.Glue) => (setCategoryResultsLimit: React.Dispatch<React.SetStateAction<number>>) => void;
export declare const extractSearchInputPlaceholder: (glue: Glue42.Glue) => (setSearchInputPlaceholder: React.Dispatch<React.SetStateAction<string>>) => void;
{
"name": "@glue42/launchpad-ui-react",
"version": "0.5.5",
"version": "0.5.6",
"description": "Glue42 Launchpad and GlobalSearch React Components",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc