Socket
Socket
Sign inDemoInstall

@leafygreen-ui/search-input

Package Overview
Dependencies
123
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.13 to 2.0.14

15

CHANGELOG.md
# @leafygreen-ui/search-input
## 2.0.14
### Patch Changes
- Updated dependencies [3fe03b50]
- Updated dependencies [fd907503]
- Updated dependencies [c9f0055a]
- Updated dependencies [56459cde]
- @leafygreen-ui/tokens@2.2.0
- @leafygreen-ui/hooks@8.0.0
- @leafygreen-ui/icon@11.23.0
- @leafygreen-ui/a11y@1.4.9
- @leafygreen-ui/leafygreen-provider@3.1.8
- @leafygreen-ui/popover@11.0.17
## 2.0.13

@@ -4,0 +19,0 @@

4

dist/SearchInput/SearchInput.types.d.ts

@@ -8,3 +8,3 @@ import { ChangeEventHandler, ComponentPropsWithoutRef, FormEventHandler } from 'react';

};
export declare type State = typeof State[keyof typeof State];
export declare type State = (typeof State)[keyof typeof State];
export declare const Size: {

@@ -15,3 +15,3 @@ readonly Small: "small";

};
export declare type Size = typeof Size[keyof typeof Size];
export declare type Size = (typeof Size)[keyof typeof Size];
interface BaseSearchInputProps extends DarkModeProps, Omit<ComponentPropsWithoutRef<'form'>, 'onChange'> {

@@ -18,0 +18,0 @@ /**

{
"name": "@leafygreen-ui/search-input",
"version": "2.0.13",
"version": "2.0.14",
"description": "leafyGreen UI Kit Search Input",

@@ -33,6 +33,6 @@ "main": "./dist/index.js",

"dependencies": {
"@leafygreen-ui/a11y": "^1.4.8",
"@leafygreen-ui/a11y": "^1.4.9",
"@leafygreen-ui/emotion": "^4.0.7",
"@leafygreen-ui/hooks": "^7.7.8",
"@leafygreen-ui/icon": "^11.22.2",
"@leafygreen-ui/hooks": "^8.0.0",
"@leafygreen-ui/icon": "^11.23.0",
"@leafygreen-ui/icon-button": "^15.0.17",

@@ -43,4 +43,4 @@ "@leafygreen-ui/input-option": "^1.0.9",

"@leafygreen-ui/polymorphic": "^1.3.6",
"@leafygreen-ui/popover": "^11.0.16",
"@leafygreen-ui/tokens": "^2.1.4",
"@leafygreen-ui/popover": "^11.0.17",
"@leafygreen-ui/tokens": "^2.2.0",
"@leafygreen-ui/typography": "^16.5.5",

@@ -51,5 +51,5 @@ "lodash": "^4.17.21",

"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "^3.1.7"
"@leafygreen-ui/leafygreen-provider": "^3.1.8"
},
"devDependencies": {}
}

@@ -15,3 +15,3 @@ import {

export type State = typeof State[keyof typeof State];
export type State = (typeof State)[keyof typeof State];

@@ -24,3 +24,3 @@ export const Size = {

export type Size = typeof Size[keyof typeof Size];
export type Size = (typeof Size)[keyof typeof Size];

@@ -27,0 +27,0 @@ interface BaseSearchInputProps

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc