@kaizen/draft-illustration
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.0.3](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-illustration@6.0.2...@kaizen/draft-illustration@6.0.3) (2022-11-25) | ||
**Note:** Version bump only for package @kaizen/draft-illustration | ||
## [6.0.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-illustration@6.0.1...@kaizen/draft-illustration@6.0.2) (2022-11-17) | ||
@@ -8,0 +16,0 @@ |
/// <reference types="react" /> | ||
export declare type BaseProps = { | ||
export type BaseProps = { | ||
/** | ||
@@ -4,0 +4,0 @@ * Refer to the Base Illustration Sticker Sheet in Heart UI Kit |
/// <reference types="react" /> | ||
import { BaseProps } from "../Base"; | ||
export declare type AnimatedBaseProps = { | ||
export type AnimatedBaseProps = { | ||
/** | ||
@@ -5,0 +5,0 @@ * Specifies whether the animation plays as soon as it is rendered |
@@ -40,3 +40,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -43,0 +43,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
/// <reference types="react" /> | ||
export declare type VideoPlayerProps = { | ||
export type VideoPlayerProps = { | ||
/** | ||
@@ -4,0 +4,0 @@ * Specifies whether the animation plays as soon as it is rendered. |
@@ -19,3 +19,3 @@ import React from "react"; | ||
} | ||
export declare type AnimatedSceneProps = AnimatedProps | NotAnimatedProps; | ||
export type AnimatedSceneProps = AnimatedProps | NotAnimatedProps; | ||
export declare const BrandMomentPositiveOutro: React.VFC<AnimatedSceneProps>; | ||
@@ -22,0 +22,0 @@ export declare const BrandMomentLogin: React.VFC<AnimatedSceneProps>; |
import * as React from "react"; | ||
import { BaseProps } from "./Base"; | ||
import { AnimatedBaseProps } from "./Players/LottiePlayer"; | ||
export declare type SpotProps = Pick<BaseProps, "alt" | "classNameOverride"> & { | ||
export type SpotProps = Pick<BaseProps, "alt" | "classNameOverride"> & { | ||
enableAspectRatio?: boolean; | ||
}; | ||
export declare type AnimatedSpotProps = SpotProps & AnimatedBaseProps & { | ||
export type AnimatedSpotProps = SpotProps & AnimatedBaseProps & { | ||
isAnimated?: boolean; | ||
@@ -9,0 +9,0 @@ }; |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
export declare type SubsetBecomesNever<T, K extends keyof T> = T | { | ||
export type SubsetBecomesNever<T, K extends keyof T> = T | { | ||
[L in K]?: never; | ||
@@ -8,0 +8,0 @@ }; |
@@ -40,3 +40,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -43,0 +43,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
{ | ||
"name": "@kaizen/draft-illustration", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "The draft illustration component", | ||
@@ -39,3 +39,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@kaizen/component-library": "^16.1.9", | ||
"@kaizen/component-library": "^16.1.10", | ||
"@types/jszip": "^3.4.0", | ||
@@ -48,3 +48,3 @@ "rimraf": "^3.0.2" | ||
}, | ||
"gitHead": "540f5c65cab39f988789abbe2ab27ebc08edb1ba" | ||
"gitHead": "c8925f98c3c15c940a3549228572e75212a3ed31" | ||
} |
195489