@kaizen/typography
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.2.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/typography@2.2.0...@kaizen/typography@2.2.1) (2022-05-30) | ||
**Note:** Version bump only for package @kaizen/typography | ||
# [2.2.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/typography@2.1.1...@kaizen/typography@2.2.0) (2022-05-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@kaizen/typography", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Collection of Kaizen typography components", | ||
@@ -46,3 +46,3 @@ "scripts": { | ||
}, | ||
"gitHead": "68d4108e36e84d103ac5ba98c7ed0c4f5ccb5a30" | ||
"gitHead": "434aa880d191e72f8b96679a3cb422b6459fcfce" | ||
} |
@@ -19,2 +19,6 @@ import { HTMLAttributes } from "react"; | ||
} | ||
/** | ||
* {@link https://cultureamp.design/components/heading/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-typography-heading--display-0 Storybook} | ||
*/ | ||
export declare const Heading: React.VFC<HeadingProps>; |
@@ -33,2 +33,6 @@ "use strict"; | ||
var VARIANTS_24PX_OR_GREATER = ["display-0", "heading-1", "heading-2"]; | ||
/** | ||
* {@link https://cultureamp.design/components/heading/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-typography-heading--display-0 Storybook} | ||
*/ | ||
var Heading = function (_a) { | ||
@@ -35,0 +39,0 @@ var children = _a.children, tag = _a.tag, variant = _a.variant, _b = _a.color, color = _b === void 0 ? "dark" : _b, classNameOverride = _a.classNameOverride, restProps = __rest(_a, ["children", "tag", "variant", "color", "classNameOverride"]); |
@@ -19,2 +19,6 @@ import { HTMLAttributes } from "react"; | ||
} | ||
/** | ||
* {@link https://cultureamp.design/components/paragraph/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-typography-paragraph--body Storybook} | ||
*/ | ||
export declare const Paragraph: React.VFC<ParagraphProps>; |
@@ -32,2 +32,6 @@ "use strict"; | ||
var Paragraph_scss_1 = __importDefault(require("./Paragraph.scss")); | ||
/** | ||
* {@link https://cultureamp.design/components/paragraph/ Guidance} | | ||
* {@link https://cultureamp.design/storybook/?path=/docs/components-typography-paragraph--body Storybook} | ||
*/ | ||
var Paragraph = function (_a) { | ||
@@ -34,0 +38,0 @@ var children = _a.children, tag = _a.tag, variant = _a.variant, _b = _a.color, color = _b === void 0 ? "dark" : _b, classNameOverride = _a.classNameOverride, restProps = __rest(_a, ["children", "tag", "variant", "color", "classNameOverride"]); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23088
209