@useblu/ocean-react
Advanced tools
Comparing version 1.30.0 to 1.30.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.30.2](https://github.com/ocean-ds/ocean-web/compare/v1.30.1...v1.30.2) (2022-03-16) | ||
### Bug Fixes | ||
- **search:** fixed issues in search ([#946](https://github.com/ocean-ds/ocean-web/issues/946)) ([f613a3e](https://github.com/ocean-ds/ocean-web/commit/f613a3e084ff22d0a37e6d3c797f93fbdb85679f)) | ||
# [1.30.0](https://github.com/ocean-ds/ocean-web/compare/v1.29.3...v1.30.0) (2022-03-10) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "1.30.0", | ||
"version": "1.30.2", | ||
"private": false, | ||
@@ -25,3 +25,3 @@ "description": "React components that implement Ocean's Design System.", | ||
"@reach/auto-id": "0.16.0", | ||
"@useblu/ocean-icons-react": "0.1.5", | ||
"@useblu/ocean-icons-react": "1.4.0", | ||
"classnames": "2.3.1", | ||
@@ -28,0 +28,0 @@ "react-modal": "3.13.1", |
import React from 'react'; | ||
import { FormControlProps } from '../FormControl'; | ||
export declare type InputProps = Omit<FormControlProps, 'children'> & React.ComponentPropsWithoutRef<'input'>; | ||
export declare type SearchInputProps = Omit<FormControlProps, 'children'> & React.ComponentPropsWithoutRef<'input'>; | ||
declare const Search: React.ForwardRefExoticComponent<Omit<FormControlProps, "children"> & Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & React.RefAttributes<HTMLInputElement>>; | ||
export default Search; | ||
//# sourceMappingURL=Search.d.ts.map |
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 too big to display
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
6390876
49023
+ Added@useblu/ocean-icons-react@1.4.0(transitive)
- Removed@useblu/ocean-icons-react@0.1.5(transitive)