@kaizen/brand-moment
Advanced tools
Comparing version 1.3.1 to 1.3.2-canary.0
{ | ||
"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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
25248
2
1
+ Added@kaizen/badge@1.5.1-canary.1943(transitive)
+ Added@kaizen/button@4.1.1-canary.1943(transitive)
+ Added@kaizen/illustration@2.4.6-canary.1943(transitive)
- Removed@kaizen/draft-button@^4.1.0
- Removed@kaizen/draft-illustration@^2.4.5
- Removed@kaizen/draft-illustration@2.12.6(transitive)