@kaizen/draft-illustration
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.3.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-illustration@2.2.2...@kaizen/draft-illustration@2.3.0) (2021-07-22) | ||
### Features | ||
* Add starter kit brand moment illustration ([#1783](https://github.com/cultureamp/kaizen-design-system/issues/1783)) ([35bf1fe](https://github.com/cultureamp/kaizen-design-system/commit/35bf1fe75ffc76ef6fc63862d27fd3b9153d434e)) | ||
## [2.2.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-illustration@2.2.1...@kaizen/draft-illustration@2.2.2) (2021-07-20) | ||
@@ -8,0 +19,0 @@ |
@@ -22,2 +22,3 @@ import { BaseProps } from "./Base"; | ||
export declare const BrandMomentError: ({ isAnimated, alt, ...otherProps }: AnimatedSceneProps) => JSX.Element; | ||
export declare const BrandMomentStarterKit: (props: SceneProps) => JSX.Element; | ||
export declare const EmptyStatesAction: ({ isAnimated, alt, ...otherProps }: AnimatedSceneProps) => JSX.Element; | ||
@@ -24,0 +25,0 @@ export declare const EmptyStatesInformative: ({ isAnimated, alt, ...otherProps }: AnimatedSceneProps) => JSX.Element; |
@@ -44,3 +44,3 @@ "use strict"; | ||
exports.__esModule = true; | ||
exports.SurveyGetStarted = exports.SurveyOverviewClosed = exports.KaizenSiteResourcesAlt = exports.KaizenSiteResources = exports.KaizenSiteProductAlt = exports.KaizenSiteProduct = exports.KaizenSitePrinciplesAlt = exports.KaizenSitePrinciples = exports.KaizenSiteLanguage = exports.KaizenSiteLanguageAlt = exports.KaizenSiteBrand = exports.KaizenSiteBrandAlt = exports.Programs = exports.ManagerLearningRemoteManager = exports.ManagerLearningStrategy = exports.ManagerLearningOneOnOneMeetings = exports.ManagerLearningResilience = exports.ManagerLearningProductivity = exports.ManagerLearningFeedback = exports.ManagerLearningCoaching = exports.ManagerLearningManagerHub = exports.ManagerLabScheduling = exports.ManagerLabFourWeekCycle = exports.PerformanceCompanySettings = exports.PerformanceTeamSummary = exports.PerformanceSupport = exports.PerformanceSelfReflections = exports.PerformancePeopleNetwork = exports.PerformanceGoals = exports.PerformanceGoalStats = exports.PerformancePerformanceFeedback = exports.PerformanceFaq = exports.PerformanceCalibration = exports.PerformanceEvaluations = exports.InformationReportOwnerByRule = exports.InformationReportOwner = exports.InformationEmployeeLifecycle = exports.InformationEmergingTrends = exports.InformationTurnoverForecast = exports.InformationTurnoverCalculator = exports.InformationDemographicFocus = exports.Information360Upgrade = exports.IntroductionsNewAdmin = exports.IntroductionsPerformance = exports.IntroductionsCaptureIntro = exports.IntroductionsNewAccount = exports.EmptyStatesNeutral = exports.EmptyStatesPositive = exports.EmptyStatesNegative = exports.EmptyStatesInformative = exports.EmptyStatesAction = exports.BrandMomentError = exports.BrandMomentLogin = exports.BrandMomentPositiveOutro = exports.BrandMomentCaptureIntro = void 0; | ||
exports.SurveyGetStarted = exports.SurveyOverviewClosed = exports.KaizenSiteResourcesAlt = exports.KaizenSiteResources = exports.KaizenSiteProductAlt = exports.KaizenSiteProduct = exports.KaizenSitePrinciplesAlt = exports.KaizenSitePrinciples = exports.KaizenSiteLanguage = exports.KaizenSiteLanguageAlt = exports.KaizenSiteBrand = exports.KaizenSiteBrandAlt = exports.Programs = exports.ManagerLearningRemoteManager = exports.ManagerLearningStrategy = exports.ManagerLearningOneOnOneMeetings = exports.ManagerLearningResilience = exports.ManagerLearningProductivity = exports.ManagerLearningFeedback = exports.ManagerLearningCoaching = exports.ManagerLearningManagerHub = exports.ManagerLabScheduling = exports.ManagerLabFourWeekCycle = exports.PerformanceCompanySettings = exports.PerformanceTeamSummary = exports.PerformanceSupport = exports.PerformanceSelfReflections = exports.PerformancePeopleNetwork = exports.PerformanceGoals = exports.PerformanceGoalStats = exports.PerformancePerformanceFeedback = exports.PerformanceFaq = exports.PerformanceCalibration = exports.PerformanceEvaluations = exports.InformationReportOwnerByRule = exports.InformationReportOwner = exports.InformationEmployeeLifecycle = exports.InformationEmergingTrends = exports.InformationTurnoverForecast = exports.InformationTurnoverCalculator = exports.InformationDemographicFocus = exports.Information360Upgrade = exports.IntroductionsNewAdmin = exports.IntroductionsPerformance = exports.IntroductionsCaptureIntro = exports.IntroductionsNewAccount = exports.EmptyStatesNeutral = exports.EmptyStatesPositive = exports.EmptyStatesNegative = exports.EmptyStatesInformative = exports.EmptyStatesAction = exports.BrandMomentStarterKit = exports.BrandMomentError = exports.BrandMomentLogin = exports.BrandMomentPositiveOutro = exports.BrandMomentCaptureIntro = void 0; | ||
var design_tokens_1 = require("@kaizen/design-tokens"); | ||
@@ -79,2 +79,3 @@ var React = __importStar(require("react")); | ||
}; | ||
exports.BrandMomentStarterKit = function (props) { return (React.createElement(Base_1.Base, __assign({}, props, { name: "illustrations/heart/scene/brand-moments-starter-kit.svg" }))); }; | ||
exports.EmptyStatesAction = function (_a) { | ||
@@ -81,0 +82,0 @@ var isAnimated = _a.isAnimated, alt = _a.alt, otherProps = __rest(_a, ["isAnimated", "alt"]); |
{ | ||
"name": "@kaizen/draft-illustration", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "The draft illustration component", | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
}, | ||
"gitHead": "040f5af272c55dcc08246e15b1cb3b762d4d3254" | ||
"gitHead": "da0d411186216a1c9a6db521b419aaadcbc6b6df" | ||
} |
Sorry, the diff of this file is not supported yet
157850
1768