New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kaizen/draft-illustration

Package Overview
Dependencies
Maintainers
10
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/draft-illustration - npm Package Compare versions

Comparing version 5.3.8 to 6.0.0

25

CHANGELOG.md

@@ -6,2 +6,27 @@ # Change Log

# [6.0.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-illustration@5.3.8...@kaizen/draft-illustration@6.0.0) (2022-11-13)
### 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
## [5.3.8](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-illustration@5.3.7...@kaizen/draft-illustration@5.3.8) (2022-11-09)

@@ -8,0 +33,0 @@

2

KaizenDraft/Illustration/Scene.d.ts

@@ -44,4 +44,2 @@ import React from "react";

export declare const CultureLab: React.VFC<SceneProps>;
export declare const DataCatching: React.VFC<SceneProps>;
export declare const HumanityAtWork: React.VFC<SceneProps>;
export declare const TermsAgreement: React.VFC<SceneProps>;

@@ -48,0 +46,0 @@ export declare const SkillsCoach1On1Meetings: React.VFC<SceneProps>;

@@ -28,3 +28,3 @@ "use strict";

exports.__esModule = true;
exports.PerformanceCompanySettings = exports.SurveyGetStarted = exports.SurveyOverviewClosed = exports.EngagementSurveySummaryMale = exports.EngagementSurveySummaryFemale = exports.Programs = exports.SkillsCoachStrategy = exports.SkillsCoachResilience = exports.SkillsCoachRemoteManager = exports.SkillsCoachProductivity = exports.SkillsCoachManagerHub = exports.SkillsCoachFeedback = exports.SkillsCoachLeadingChange = exports.SkillsCoachInfluentialCommunication = exports.SkillsCoachEssentialResilience = exports.SkillsCoachEssentialProductivity = exports.SkillsCoachEssentialFeedback = exports.SkillsCoachEmployeeDevelopment = exports.SkillsCoachCoaching = exports.SkillsCoach1On1Meetings = exports.TermsAgreement = exports.HumanityAtWork = exports.DataCatching = exports.CultureLab = exports.ConnectTheDots = exports.CompanyValues = exports.Communication = exports.Collaboration = exports.InformationReportOwnerByRule = exports.InformationReportOwner = exports.InformationEmployeeLifecycle = exports.InformationEmergingTrends = exports.InformationTurnoverForecast = exports.InformationTurnoverCalculator = exports.InformationDemographicFocus = exports.Information360Upgrade = exports.EmptyStatesNeutral = exports.EmptyStatesPositive = exports.EmptyStatesNegative = exports.EmptyStatesInformative = exports.EmptyStatesAction = exports.BrandMomentStarterKit = exports.BrandMomentUploadEmployeeData = exports.BrandMomentNewAccountOnboarding = exports.BrandMomentError = exports.BrandMomentLogin = exports.BrandMomentPositiveOutro = void 0;
exports.PerformanceCompanySettings = exports.SurveyGetStarted = exports.SurveyOverviewClosed = exports.EngagementSurveySummaryMale = exports.EngagementSurveySummaryFemale = exports.Programs = exports.SkillsCoachStrategy = exports.SkillsCoachResilience = exports.SkillsCoachRemoteManager = exports.SkillsCoachProductivity = exports.SkillsCoachManagerHub = exports.SkillsCoachFeedback = exports.SkillsCoachLeadingChange = exports.SkillsCoachInfluentialCommunication = exports.SkillsCoachEssentialResilience = exports.SkillsCoachEssentialProductivity = exports.SkillsCoachEssentialFeedback = exports.SkillsCoachEmployeeDevelopment = exports.SkillsCoachCoaching = exports.SkillsCoach1On1Meetings = exports.TermsAgreement = exports.CultureLab = exports.ConnectTheDots = exports.CompanyValues = exports.Communication = exports.Collaboration = exports.InformationReportOwnerByRule = exports.InformationReportOwner = exports.InformationEmployeeLifecycle = exports.InformationEmergingTrends = exports.InformationTurnoverForecast = exports.InformationTurnoverCalculator = exports.InformationDemographicFocus = exports.Information360Upgrade = exports.EmptyStatesNeutral = exports.EmptyStatesPositive = exports.EmptyStatesNegative = exports.EmptyStatesInformative = exports.EmptyStatesAction = exports.BrandMomentStarterKit = exports.BrandMomentUploadEmployeeData = exports.BrandMomentNewAccountOnboarding = exports.BrandMomentError = exports.BrandMomentLogin = exports.BrandMomentPositiveOutro = void 0;
var react_1 = __importDefault(require("react"));

@@ -205,14 +205,2 @@ var Base_1 = require("./Base");

exports.CultureLab.displayName = "CultureLab";
var DataCatching = function (_a) {
var enableAspectRatio = _a.enableAspectRatio, props = __rest(_a, ["enableAspectRatio"]);
return (react_1["default"].createElement(Base_1.Base, __assign({ aspectRatio: enableAspectRatio ? "landscape" : undefined }, props, { name: "illustrations/heart/scene/miscellaneous-data-catching.svg" })));
};
exports.DataCatching = DataCatching;
exports.DataCatching.displayName = "DataCatching";
var HumanityAtWork = function (_a) {
var enableAspectRatio = _a.enableAspectRatio, props = __rest(_a, ["enableAspectRatio"]);
return (react_1["default"].createElement(Base_1.Base, __assign({ aspectRatio: enableAspectRatio ? "landscape" : undefined }, props, { name: "illustrations/heart/scene/miscellaneous-humanity-at-work.svg" })));
};
exports.HumanityAtWork = HumanityAtWork;
exports.HumanityAtWork.displayName = "HumanityAtWork";
var TermsAgreement = function (_a) {

@@ -219,0 +207,0 @@ var enableAspectRatio = _a.enableAspectRatio, props = __rest(_a, ["enableAspectRatio"]);

{
"name": "@kaizen/draft-illustration",
"version": "5.3.8",
"version": "6.0.0",
"description": "The draft illustration component",

@@ -47,3 +47,3 @@ "scripts": {

},
"gitHead": "95da2428450ca66e1e0759bb2c2ec6734545e477"
"gitHead": "7a51cdfab8e6110f22df64b9bf0472c82633a172"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc