@kaizen/loading-skeleton
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/loading-skeleton@1.2.0...@kaizen/loading-skeleton@1.3.0) (2022-03-29) | ||
### Features | ||
* loadingheading component and loadingSkeleton stories ([#2644](https://github.com/cultureamp/kaizen-design-system/issues/2644)) ([a555065](https://github.com/cultureamp/kaizen-design-system/commit/a55506509f096cbfbe7a77ba50b8937eb01caa9b)) | ||
# 1.2.0 (2022-03-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@kaizen/loading-skeleton", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A collection of loading placeholders that display a non-interactive preview of the app’s actual UI", | ||
@@ -36,2 +36,3 @@ "scripts": { | ||
"@kaizen/component-base": "^1.1.0", | ||
"@kaizen/typography": "2.1.0", | ||
"classnames": "^2.3.1" | ||
@@ -47,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "7fe3f9f550cabebdb4d0dc5f59e76e44daefbda3" | ||
"gitHead": "c779218bdbdc0044c3e0333871e0320c9bd7d789" | ||
} |
export * from "./components/LoadingParagraph"; | ||
export * from "./components/LoadingHeading"; |
@@ -14,2 +14,3 @@ "use strict"; | ||
__exportStar(require("./components/LoadingParagraph"), exports); | ||
__exportStar(require("./components/LoadingHeading"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
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
16679
20
163
5
+ Added@kaizen/typography@2.1.0
+ Added@kaizen/typography@2.1.0(transitive)