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

@kaizen/brand-moment

Package Overview
Dependencies
Maintainers
5
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.3.1 to 1.3.2-canary.0

14

package.json
{
"name": "@kaizen/brand-moment",
"version": "1.3.1",
"version": "1.3.2-canary.0+70adbe66",
"description": "The brand moment component",

@@ -35,6 +35,6 @@ "scripts": {

"dependencies": {
"@kaizen/component-library": "^10.1.0",
"@kaizen/draft-button": "^4.1.0",
"@kaizen/draft-illustration": "^2.4.5",
"@kaizen/button": "^4.1.1-canary.1943+70adbe66",
"@kaizen/component-library": "^10.1.1-canary.5+70adbe66",
"@kaizen/hosted-assets": "^1.2.0",
"@kaizen/illustration": "^2.4.6-canary.1943+70adbe66",
"@kaizen/responsive": "^1.1.4",

@@ -45,4 +45,4 @@ "@types/classnames": "^2.3.1",

"devDependencies": {
"@kaizen/design-tokens": "^3.0.0",
"@kaizen/draft-select": "^1.19.0",
"@kaizen/design-tokens": "^3.0.1-canary.0+70adbe66",
"@kaizen/select": "^1.19.1-canary.1943+70adbe66",
"rimraf": "^3.0.2"

@@ -54,3 +54,3 @@ },

},
"gitHead": "a11330b5818ce935ca9adbb99c8d38db4e03714b"
"gitHead": "70adbe66d8c993019f40510efe3675de9b895c6c"
}
import { ReactNode, ReactElement } from "react";
import { ButtonProps } from "@kaizen/draft-button";
import { SceneProps } from "@kaizen/draft-illustration";
import { ButtonProps } from "@kaizen/button";
import { SceneProps } from "@kaizen/illustration";
declare type Props = {

@@ -5,0 +5,0 @@ mood: "informative" | "positive" | "negative";

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

var component_library_1 = require("@kaizen/component-library");
var draft_button_1 = require("@kaizen/draft-button");
var button_1 = require("@kaizen/button");
var responsive_1 = require("@kaizen/responsive");

@@ -50,5 +50,5 @@ var hosted_assets_1 = require("@kaizen/hosted-assets");

react_1["default"].createElement("div", { className: BrandMoment_scss_1["default"].actions },
react_1["default"].createElement(draft_button_1.Button, __assign({ primary: true, fullWidth: queries.isSmall }, props.primaryAction)),
react_1["default"].createElement(button_1.Button, __assign({ primary: true, fullWidth: queries.isSmall }, props.primaryAction)),
props.secondaryAction && (react_1["default"].createElement("div", { className: BrandMoment_scss_1["default"].secondaryAction },
react_1["default"].createElement(draft_button_1.Button, __assign({ secondary: true, fullWidth: queries.isSmall }, props.secondaryAction)))))))))),
react_1["default"].createElement(button_1.Button, __assign({ secondary: true, fullWidth: queries.isSmall }, props.secondaryAction)))))))))),
props.text.footer && (react_1["default"].createElement("footer", { className: BrandMoment_scss_1["default"].footer },

@@ -55,0 +55,0 @@ react_1["default"].createElement("div", { className: BrandMoment_scss_1["default"].container },

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