@kaizen/draft-badge
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.12.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-badge@1.12.0...@kaizen/draft-badge@1.12.1) (2022-05-30) | ||
**Note:** Version bump only for package @kaizen/draft-badge | ||
# [1.12.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-badge@1.11.1...@kaizen/draft-badge@1.12.0) (2022-05-20) | ||
@@ -8,0 +16,0 @@ |
@@ -23,4 +23,8 @@ import React, { HTMLAttributes } from "react"; | ||
export declare type BadgeProps = CommonProps | DotProps; | ||
/** | ||
* {@link https://cultureamp.design/components/badge/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-badge--default-story Storybook} | ||
*/ | ||
export declare const Badge: React.VFC<BadgeProps>; | ||
export declare const BadgeAnimated: React.VFC<BadgeProps>; | ||
export {}; |
@@ -51,2 +51,6 @@ "use strict"; | ||
var styles_module_scss_1 = __importDefault(require("./styles.module.scss")); | ||
/** | ||
* {@link https://cultureamp.design/components/badge/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-badge--default-story Storybook} | ||
*/ | ||
var Badge = function (_a) { | ||
@@ -53,0 +57,0 @@ var _b; |
{ | ||
"name": "@kaizen/draft-badge", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "The draft badge component", | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
}, | ||
"gitHead": "68d4108e36e84d103ac5ba98c7ed0c4f5ccb5a30" | ||
"gitHead": "434aa880d191e72f8b96679a3cb422b6459fcfce" | ||
} |
Sorry, the diff of this file is not supported yet
22757
136