@kaizen/brand-moment
Advanced tools
Comparing version 1.13.8 to 1.13.9
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16553
118
Updated@kaizen/button@^3.0.6
Updated@kaizen/responsive@^1.8.11
Updated@kaizen/typography@^2.3.12