@kaizen/draft-badge
Advanced tools
Comparing version 1.13.12 to 1.13.13
@@ -24,4 +24,3 @@ import { HTMLAttributes } from "react"; | ||
/** | ||
* {@link https://cultureamp.design/components/badge/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-badge--default-story Storybook} | ||
* @deprecated Please use the same component from `@kaizen/components` | ||
*/ | ||
@@ -28,0 +27,0 @@ export declare const Badge: ({ children, variant, reversed, size, classNameOverride, ...restProps }: BadgeProps) => JSX.Element; |
@@ -56,4 +56,3 @@ "use strict"; | ||
/** | ||
* {@link https://cultureamp.design/components/badge/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-badge--default-story Storybook} | ||
* @deprecated Please use the same component from `@kaizen/components` | ||
*/ | ||
@@ -60,0 +59,0 @@ var Badge = function (_a) { |
{ | ||
"name": "@kaizen/draft-badge", | ||
"version": "1.13.12", | ||
"version": "1.13.13", | ||
"description": "The draft badge component", | ||
"scripts": { | ||
"prepublish": "tsc --project tsconfig.dist.json", | ||
"build": "yarn prepublish", | ||
"prepublishOnly": "tsc --project tsconfig.dist.json", | ||
"build": "yarn clean && yarn prepublishOnly", | ||
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'" | ||
@@ -12,7 +12,7 @@ }, | ||
"type": "git", | ||
"url": "git+https://github.com/cultureamp/kaizen-design-system.git", | ||
"url": "git+https://github.com/cultureamp/kaizen-legacy.git", | ||
"directory": "draft-packages/badge" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cultureamp/kaizen-design-system/issues" | ||
"url": "https://github.com/cultureamp/kaizen-legacy/issues" | ||
}, | ||
@@ -19,0 +19,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
11291
140