@kaizen/loading-skeleton
Advanced tools
Comparing version 1.7.3 to 2.0.0
@@ -6,2 +6,27 @@ # Change Log | ||
# [2.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/loading-skeleton@1.7.3...@kaizen/loading-skeleton@2.0.0) (2023-01-04) | ||
### Bug Fixes | ||
* **scene:** remove HumanityAtWork illustration ([#3063](https://github.com/cultureamp/kaizen-design-system/issues/3063)) ([b461926](https://github.com/cultureamp/kaizen-design-system/commit/b46192688ef04874550a0b3ed1302ab2b88cce2a)) | ||
### BREAKING CHANGES | ||
* **scene:** HumanityAtWork illustration is no longer exported from Scene component. | ||
* fix(scene): remove DataCatching scene | ||
This illustration was never intended for production use | ||
* **scene:** DataCatching scene is no longer exported | ||
* fix(scene): remove DataCatching & HumanityAtWork components from IllustrationScene stories | ||
* test(draft-illustration): update snapshot tests after removing illustrations | ||
## [1.7.3](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/loading-skeleton@1.7.2...@kaizen/loading-skeleton@1.7.3) (2022-10-19) | ||
@@ -8,0 +33,0 @@ |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@kaizen/loading-skeleton", | ||
"version": "1.7.3", | ||
"version": "2.0.0", | ||
"description": "A collection of loading placeholders that display a non-interactive preview of the app’s actual UI", | ||
@@ -33,3 +33,3 @@ "scripts": { | ||
"@kaizen/component-base": "^1.1.1", | ||
"@kaizen/typography": "^2.3.3", | ||
"@kaizen/typography": "^2.3.4", | ||
"classnames": "^2.3.2" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "5ebbf06a537eb3830a83c523e6642fc4070795b4" | ||
"gitHead": "709ae9d910030098a72655b80b42fc4d1335c5e8" | ||
} |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -1,4 +0,4 @@ | ||
import React, { HTMLAttributes } from "react"; | ||
import { HTMLAttributes } from "react"; | ||
import { OverrideClassName } from "@kaizen/component-base"; | ||
export declare type GraphicSizes = "small" | "medium" | "large" | "xlarge" | "xxlarge" | "scene"; | ||
export type GraphicSizes = "small" | "medium" | "large" | "xlarge" | "xxlarge" | "scene"; | ||
export interface LoadingGraphicProps extends OverrideClassName<HTMLAttributes<HTMLDivElement>> { | ||
@@ -9,2 +9,5 @@ isAnimated?: boolean; | ||
} | ||
export declare const LoadingGraphic: React.VFC<LoadingGraphicProps>; | ||
export declare const LoadingGraphic: { | ||
({ isAnimated, isReversed, size, classNameOverride, ...props }: LoadingGraphicProps): JSX.Element; | ||
displayName: string; | ||
}; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -1,2 +0,2 @@ | ||
import React, { HTMLAttributes } from "react"; | ||
import { HTMLAttributes } from "react"; | ||
import { OverrideClassName } from "@kaizen/component-base"; | ||
@@ -14,2 +14,5 @@ import { HeadingVariants } from "@kaizen/typography"; | ||
} | ||
export declare const LoadingHeading: React.VFC<LoadingHeadingProps>; | ||
export declare const LoadingHeading: { | ||
({ isAnimated, isReversed, width, isLink, classNameOverride, variant, ...props }: LoadingHeadingProps): JSX.Element; | ||
displayName: string; | ||
}; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -1,2 +0,2 @@ | ||
import React, { HTMLAttributes } from "react"; | ||
import { HTMLAttributes } from "react"; | ||
import { OverrideClassName } from "@kaizen/component-base"; | ||
@@ -15,2 +15,5 @@ export interface LoadingInputProps extends OverrideClassName<HTMLAttributes<HTMLDivElement>> { | ||
} | ||
export declare const LoadingInput: React.VFC<LoadingInputProps>; | ||
export declare const LoadingInput: { | ||
({ isAnimated, isReversed, width, classNameOverride, height, ...props }: LoadingInputProps): JSX.Element; | ||
displayName: string; | ||
}; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -1,2 +0,2 @@ | ||
import React, { HTMLAttributes } from "react"; | ||
import { HTMLAttributes } from "react"; | ||
import { OverrideClassName } from "@kaizen/component-base"; | ||
@@ -16,2 +16,5 @@ export interface LoadingParagraphProps extends OverrideClassName<HTMLAttributes<HTMLDivElement>> { | ||
} | ||
export declare const LoadingParagraph: React.VFC<LoadingParagraphProps>; | ||
export declare const LoadingParagraph: { | ||
({ isAnimated, isCentred, isReversed, isInline, noBottomMargin, width, isLink, inheritBaseline, classNameOverride, ...props }: LoadingParagraphProps): JSX.Element; | ||
displayName: string; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32731
349
Updated@kaizen/typography@^2.3.4