@useblu/ocean-react
Advanced tools
Comparing version 1.18.0 to 1.19.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.19.0](https://github.com/ocean-ds/ocean-web/compare/v1.18.1...v1.19.0) (2021-09-06) | ||
### Features | ||
- **transaction-list-item:** add list and transaction list item component ([#799](https://github.com/ocean-ds/ocean-web/issues/799)) ([43197f1](https://github.com/ocean-ds/ocean-web/commit/43197f1869bad85ff2b03d6184e9d7280d001027)) | ||
# [1.18.0](https://github.com/ocean-ds/ocean-web/compare/v1.17.0...v1.18.0) (2021-08-30) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"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?: "default" | "positive" | "warning" | "negative" | "neutral" | "neutral-02" | "neutral-03" | undefined; | ||
type?: "positive" | "default" | "warning" | "negative" | "neutral" | "neutral-02" | "neutral-03" | 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>>; |
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
2243477
122
8011