@kaizen/loading-skeleton
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.4.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/loading-skeleton@1.3.0...@kaizen/loading-skeleton@1.4.0) (2022-03-30) | ||
### Features | ||
* create loading-input component ([#2659](https://github.com/cultureamp/kaizen-design-system/issues/2659)) ([963abb2](https://github.com/cultureamp/kaizen-design-system/commit/963abb2f1d82316448942f07eaa457113d19a073)) | ||
# [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) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@kaizen/loading-skeleton", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A collection of loading placeholders that display a non-interactive preview of the app’s actual UI", | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
}, | ||
"gitHead": "c779218bdbdc0044c3e0333871e0320c9bd7d789" | ||
"gitHead": "40ed9c2d3b6351923e90e52164b380d848825f57" | ||
} |
export * from "./components/LoadingParagraph"; | ||
export * from "./components/LoadingHeading"; | ||
export * from "./components/LoadingInput"; |
@@ -15,2 +15,3 @@ "use strict"; | ||
__exportStar(require("./components/LoadingHeading"), exports); | ||
__exportStar(require("./components/LoadingInput"), 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
21887
27
235