@codecademy/brand-components
Advanced tools
Comparing version 0.1.2-alpha.e60fd6.8 to 0.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/brand-components@0.1.1...@codecademy/brand-components@0.2.0) (2020-02-21) | ||
### Features | ||
* create Byline brand component ([e330622](https://github.com/Codecademy/client-modules/commit/e330622f8e9780a2ed49b411339a310f3d1b049e)) | ||
## [0.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/brand-components@0.1.0...@codecademy/brand-components@0.1.1) (2020-02-20) | ||
@@ -8,0 +19,0 @@ |
export { default as Avatar } from './Avatar'; | ||
export { default as Byline } from './Byline'; |
@@ -11,3 +11,3 @@ import { mount } from 'enzyme'; | ||
})); | ||
expect(wrapper.find('span[aria-label="Location"]')).toHaveLength(1); | ||
expect(wrapper.text()).toContain('Los Angeles, CA'); | ||
}); | ||
@@ -23,4 +23,3 @@ it('passes a location className for the location span element', function () { | ||
})); | ||
var location = wrapper.find('span[aria-label="Location"]'); | ||
expect(location.prop('className')).toBe('coolStyleDawg'); | ||
expect(wrapper.find('span[className="coolStyleDawg"]')).toHaveLength(1); | ||
}); | ||
@@ -27,0 +26,0 @@ it('passes an occupation className for the occupation span element', function () { |
@@ -1,1 +0,2 @@ | ||
export { default as Avatar } from './Avatar'; | ||
export { default as Avatar } from './Avatar'; | ||
export { default as Byline } from './Byline'; |
{ | ||
"name": "@codecademy/brand-components", | ||
"description": "Brand component library for Codecademy", | ||
"version": "0.1.2-alpha.e60fd6.8+e60fd689", | ||
"version": "0.2.0", | ||
"author": "Codecademy Engineering <dev@codecademy.com>", | ||
@@ -21,3 +21,3 @@ "sideEffects": [ | ||
"dependencies": { | ||
"@codecademy/gamut": "^2.4.9-alpha.e60fd6.8+e60fd689", | ||
"@codecademy/gamut": "^2.4.8", | ||
"@codecademy/gamut-styles": "^2.2.11", | ||
@@ -35,3 +35,3 @@ "classnames": "^2.2.5" | ||
"license": "MIT", | ||
"gitHead": "e60fd689ec6230fbad3323013de9a840c4c170e4" | ||
"gitHead": "f9a9895474a77f3e9b62a702f1024d298cfbd388" | ||
} |
export { default as Avatar } from './Avatar'; | ||
export { default as Byline } from './Byline'; |
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
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
22856
388
0
Updated@codecademy/gamut@^2.4.8