@useblu/ocean-react
Advanced tools
Comparing version 1.19.0 to 1.19.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.19.1](https://github.com/ocean-ds/ocean-web/compare/v1.19.0...v1.19.1) (2021-09-06) | ||
### Bug Fixes | ||
- **list:** export list from module ([#807](https://github.com/ocean-ds/ocean-web/issues/807)) ([9f493e4](https://github.com/ocean-ds/ocean-web/commit/9f493e4f0e5a2f4c50b9543f4cb649a7f9d1c0e6)) | ||
# [1.19.0](https://github.com/ocean-ds/ocean-web/compare/v1.18.1...v1.19.0) (2021-09-06) | ||
@@ -8,0 +14,0 @@ |
@@ -5,2 +5,6 @@ export { default as Typography } from './Typography'; | ||
export * from './Grid'; | ||
export { default as Tag } from './Tag'; | ||
export * from './Tag'; | ||
export { default as List } from './List'; | ||
export * from './List'; | ||
export { default as Alert } from './Alert'; | ||
@@ -7,0 +11,0 @@ export * from './Alert'; |
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "1.19.0", | ||
"version": "1.19.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "React components that implement Ocean's Design System.", |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
declare const Tag: React.ForwardRefExoticComponent<{ | ||
type?: "positive" | "default" | "warning" | "negative" | "neutral" | "neutral-02" | "neutral-03" | undefined; | ||
type?: "positive" | "warning" | "negative" | "neutral" | "neutral-02" | "neutral-03" | "default" | undefined; | ||
icon?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined; | ||
@@ -10,0 +10,0 @@ } & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>; |
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 too big to display
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
2267463
8114