@useblu/ocean-react
Advanced tools
Comparing version 1.19.2 to 1.20.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.20.0](https://github.com/ocean-ds/ocean-web/compare/v1.19.2...v1.20.0) (2021-10-18) | ||
### Features | ||
- **tab component:** add new prop to set icon off and icon content nowrap ([#826](https://github.com/ocean-ds/ocean-web/issues/826)) ([4e47c7f](https://github.com/ocean-ds/ocean-web/commit/4e47c7fc8a1cdcc3eb9e46d1814667b9aa2686b6)) | ||
## [1.19.2](https://github.com/ocean-ds/ocean-web/compare/v1.19.1...v1.19.2) (2021-09-06) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "1.19.2", | ||
"version": "1.20.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "React components that implement Ocean's Design System.", |
@@ -5,2 +5,3 @@ import React from 'react'; | ||
icon?: React.ReactElement; | ||
setIconOff?: boolean; | ||
} & React.ComponentPropsWithoutRef<'div'>; | ||
@@ -10,4 +11,5 @@ declare const Tag: React.ForwardRefExoticComponent<{ | ||
icon?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined; | ||
setIconOff?: boolean | undefined; | ||
} & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>; | ||
export default Tag; | ||
//# sourceMappingURL=Tag.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
2270084
8108