Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kaizen/brand-moment

Package Overview
Dependencies
Maintainers
10
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/brand-moment - npm Package Compare versions

Comparing version 1.13.8 to 1.13.9

22

package.json
{
"name": "@kaizen/brand-moment",
"version": "1.13.8",
"version": "1.13.9",
"description": "The brand moment component",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
"build": "yarn prepublish",
"prepublishOnly": "tsc --project tsconfig.dist.json",
"build": "yarn clean && yarn prepublishOnly",
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'"

@@ -12,7 +12,7 @@ },

"type": "git",
"url": "git+https://github.com/cultureamp/kaizen-design-system.git",
"url": "git+https://github.com/cultureamp/kaizen-legacy.git",
"directory": "packages/brand-moment"
},
"bugs": {
"url": "https://github.com/cultureamp/kaizen-design-system/issues"
"url": "https://github.com/cultureamp/kaizen-legacy/issues"
},

@@ -29,13 +29,13 @@ "files": [

"dependencies": {
"@kaizen/button": "^3.0.4",
"@kaizen/button": "^3.0.6",
"@kaizen/component-base": "^1.1.7",
"@kaizen/component-library": "^16.9.1",
"@kaizen/draft-illustration": "^7.0.0",
"@kaizen/component-library": "^16.10.1",
"@kaizen/draft-illustration": "^7.0.2",
"@kaizen/hosted-assets": "^2.0.3",
"@kaizen/responsive": "^1.8.10",
"@kaizen/typography": "^2.3.11",
"@kaizen/responsive": "^1.8.11",
"@kaizen/typography": "^2.3.12",
"classnames": "^2.3.2"
},
"devDependencies": {
"@kaizen/draft-select": "^2.10.40"
"@kaizen/draft-select": "^2.10.43"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

@@ -19,2 +19,5 @@ import { ReactNode, ReactElement, HTMLAttributes } from "react";

}
/**
* @deprecated Please use the same component from `@kaizen/components`
*/
export declare const BrandMoment: {

@@ -21,0 +24,0 @@ ({ mood, illustration, header, body, primaryAction, secondaryAction, text, classNameOverride, ...restProps }: BrandMomentProps): JSX.Element;

@@ -37,2 +37,5 @@ "use strict";

var BrandMoment_module_scss_1 = __importDefault(require("./BrandMoment.module.scss"));
/**
* @deprecated Please use the same component from `@kaizen/components`
*/
var BrandMoment = function (_a) {

@@ -39,0 +42,0 @@ var mood = _a.mood, illustration = _a.illustration, header = _a.header, body = _a.body, primaryAction = _a.primaryAction, secondaryAction = _a.secondaryAction, text = _a.text, classNameOverride = _a.classNameOverride, restProps = __rest(_a, ["mood", "illustration", "header", "body", "primaryAction", "secondaryAction", "text", "classNameOverride"]);

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