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.12.43 to 1.12.44

18

package.json
{
"name": "@kaizen/brand-moment",
"version": "1.12.43",
"version": "1.12.44",
"description": "The brand moment component",

@@ -33,9 +33,9 @@ "scripts": {

"dependencies": {
"@kaizen/button": "^2.0.10",
"@kaizen/button": "^2.0.11",
"@kaizen/component-base": "^1.1.1",
"@kaizen/component-library": "^16.1.12",
"@kaizen/draft-illustration": "^6.0.5",
"@kaizen/hosted-assets": "^2.0.0",
"@kaizen/responsive": "^1.8.2",
"@kaizen/typography": "^2.3.3",
"@kaizen/component-library": "^16.1.13",
"@kaizen/draft-illustration": "^6.0.6",
"@kaizen/hosted-assets": "^2.0.1",
"@kaizen/responsive": "^1.8.3",
"@kaizen/typography": "^2.3.4",
"@types/classnames": "^2.3.1",

@@ -45,3 +45,3 @@ "classnames": "^2.3.2"

"devDependencies": {
"@kaizen/draft-select": "^2.10.4",
"@kaizen/draft-select": "^2.10.5",
"rimraf": "^3.0.2"

@@ -53,3 +53,3 @@ },

},
"gitHead": "193bf30b7ee4d88a8838d182a103da1c1f8c0fa0"
"gitHead": "709ae9d910030098a72655b80b42fc4d1335c5e8"
}

@@ -1,2 +0,2 @@

import React, { ReactNode, ReactElement, HTMLAttributes } from "react";
import { ReactNode, ReactElement, HTMLAttributes } from "react";
import { ButtonProps } from "@kaizen/button";

@@ -19,2 +19,5 @@ import { OverrideClassName } from "@kaizen/component-base";

}
export declare const BrandMoment: React.VFC<BrandMomentProps>;
export declare const BrandMoment: {
({ mood, illustration, header, body, primaryAction, secondaryAction, text, classNameOverride, ...restProps }: BrandMomentProps): JSX.Element;
displayName: string;
};

@@ -71,2 +71,3 @@ "use strict";

exports.BrandMoment = BrandMoment;
exports.BrandMoment.displayName = "BrandMoment";
//# sourceMappingURL=BrandMoment.js.map

Sorry, the diff of this file is too big to display

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