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

@codecademy/brand-components

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codecademy/brand-components - npm Package Compare versions

Comparing version 1.5.10 to 1.5.11-alpha.929c11.0

@@ -6,2 +6,11 @@ # Change Log

## <small>1.5.11-alpha.929c11.0 (2020-05-08)</small>
* allow Testimonial card to be full width with new prop ([3ee1fff](https://github.com/Codecademy/client-modules/commit/3ee1fff))
* change to full size instead of new prop ([071ddf9](https://github.com/Codecademy/client-modules/commit/071ddf9))
## <small>1.5.10 (2020-05-08)</small>

@@ -8,0 +17,0 @@

@@ -13,3 +13,3 @@ import React from 'react';

testimonial: Testimonial;
size: 'small' | 'medium' | 'large';
size: 'small' | 'medium' | 'large' | 'full';
theme: VisualTheme;

@@ -16,0 +16,0 @@ };

@@ -32,3 +32,3 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

theme: theme,
className: cx(_defineProperty({}, s.largeContainerAvatar, size === 'large'))
className: cx(_defineProperty({}, s.largeContainerAvatar, size === 'large' || size === 'full'))
})), React.createElement("div", {

@@ -35,0 +35,0 @@ className: s.bylineContainer

{
"name": "@codecademy/brand-components",
"description": "Brand component library for Codecademy",
"version": "1.5.10",
"version": "1.5.11-alpha.929c11.0",
"author": "Codecademy Engineering <dev@codecademy.com>",

@@ -34,3 +34,3 @@ "sideEffects": [

"license": "MIT",
"gitHead": "ea45050222180c8bf0bd2e70320f0152990b911b"
"gitHead": "f0880c0642e963c8cf76d5a1c97b36e0928ef121"
}

Sorry, the diff of this file is not supported yet