chainlink-algolia-search
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -16,3 +16,5 @@ import React from 'react'; | ||
export declare const TailessArrowRightIcon: React.FC<IconProps>; | ||
export declare const CloseIcon: React.FC<IconProps>; | ||
export declare const MobileSearchIcon: React.FC<IconProps>; | ||
export {}; | ||
//# sourceMappingURL=Icon.d.ts.map |
import React from 'react'; | ||
type SearchModalHeaderProps = { | ||
onSearchInputChange: (value: string) => void; | ||
onModalCloseClicked: () => void; | ||
}; | ||
@@ -5,0 +6,0 @@ declare const SearchModalHeader: React.FC<SearchModalHeaderProps>; |
import React from 'react'; | ||
type BodyProps = { | ||
variant?: 'default' | 'bodyS' | 'bodySemiS' | 'bodyXS' | 'bodySemiXS'; | ||
variant?: 'default' | 'bodySemi' | 'bodyS' | 'bodySemiS' | 'bodyXS' | 'bodySemiXS'; | ||
className?: string; | ||
@@ -5,0 +5,0 @@ children: React.ReactNode; |
import React from 'react'; | ||
export declare const useOutsideClicked: <T extends Node>(ref: React.RefObject<T>, callback: (event: Event) => void) => void; | ||
export declare const useWindowWidth: () => number; | ||
//# sourceMappingURL=hooks.d.ts.map |
{ | ||
"name": "chainlink-algolia-search", | ||
"private": false, | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"type": "module", | ||
@@ -24,2 +24,3 @@ "main": "dist/index.js", | ||
"build": "vite build && npm run build:types", | ||
"build:watch": "nodemon --watch src --ext '*' --exec 'npm run build'", | ||
"build:types": "tsc -p tsconfig.app.json", | ||
@@ -44,2 +45,3 @@ "format": "prettier --write .", | ||
"globals": "^15.12.0", | ||
"nodemon": "^3.1.9", | ||
"react": "^18.3.1", | ||
@@ -46,0 +48,0 @@ "react-dom": "^18.3.1", |
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
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
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
324717
4933
14
19