@useblu/ocean-react
Advanced tools
Comparing version 1.29.0 to 1.29.1
@@ -8,4 +8,4 @@ import React from 'react'; | ||
declare const Badge: React.ForwardRefExoticComponent<{ | ||
variation?: "small" | "tiny" | "medium" | undefined; | ||
color?: "alert" | "complementary" | "brand" | "neutral" | undefined; | ||
variation?: "tiny" | "small" | "medium" | undefined; | ||
color?: "brand" | "complementary" | "alert" | "neutral" | undefined; | ||
count?: number | undefined; | ||
@@ -12,0 +12,0 @@ } & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>; |
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.29.1](https://github.com/ocean-ds/ocean-web/compare/v1.29.0...v1.29.1) (2022-02-24) | ||
### Bug Fixes | ||
- **button:** add hover transition to icon button variant. ([#923](https://github.com/ocean-ds/ocean-web/issues/923)) ([c3b94d6](https://github.com/ocean-ds/ocean-web/commit/c3b94d66f278a286c76731c5114562da0a671b30)) | ||
# [1.29.0](https://github.com/ocean-ds/ocean-web/compare/v1.28.0...v1.29.0) (2022-02-24) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "1.29.0", | ||
"version": "1.29.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "React components that implement Ocean's Design System.", |
3347752