@codecademy/brand-components
Advanced tools
Comparing version 0.8.0 to 0.8.1-alpha.e229a5.0
import { mount } from 'enzyme'; | ||
import React from 'react'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
import { Avatar } from '..'; | ||
@@ -5,0 +5,0 @@ import styles from '../../styles.module.scss'; |
import React from 'react'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
declare type AvatarImageProps = { | ||
@@ -4,0 +4,0 @@ alt: string; |
@@ -8,3 +8,3 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } | ||
import cx from 'classnames'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
export var Avatar = function Avatar(_ref) { | ||
@@ -11,0 +11,0 @@ var _ref$theme = _ref.theme, |
import { mount } from 'enzyme'; | ||
import React from 'react'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
import { Quote } from '..'; | ||
@@ -5,0 +5,0 @@ import styles from '../styles.module.scss'; |
import React from 'react'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
declare type QuoteProps = { | ||
@@ -4,0 +4,0 @@ text: string; |
import React from 'react'; | ||
import s from './styles.module.scss'; | ||
import cx from 'classnames'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
import orangeQuotes from './assets/orangeQuotes.svg'; | ||
@@ -6,0 +6,0 @@ import purpleQuotes from './assets/purpleQuotes.svg'; |
@@ -9,3 +9,3 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } | ||
import React from 'react'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
import { Testimonial } from '..'; | ||
@@ -12,0 +12,0 @@ import styles from '../../styles.module.scss'; |
import React from 'react'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
export declare type Testimonial = { | ||
@@ -4,0 +4,0 @@ firstName: string; |
@@ -5,3 +5,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; } | ||
import { Avatar, Byline, Quote } from '../index'; | ||
import { VisualTheme } from '@codecademy/gamut'; | ||
import { VisualTheme } from '@codecademy/gamut-elements'; | ||
import cx from 'classnames'; | ||
@@ -8,0 +8,0 @@ import s from './styles.module.scss'; |
{ | ||
"name": "@codecademy/brand-components", | ||
"description": "Brand component library for Codecademy", | ||
"version": "0.8.0", | ||
"version": "0.8.1-alpha.e229a5.0+e229a5e6", | ||
"author": "Codecademy Engineering <dev@codecademy.com>", | ||
@@ -21,3 +21,3 @@ "sideEffects": [ | ||
"dependencies": { | ||
"@codecademy/gamut": "^2.9.0", | ||
"@codecademy/gamut-elements": "^2.9.1-alpha.e229a5.1517+e229a5e6", | ||
"@codecademy/gamut-styles": "^2.2.11", | ||
@@ -35,3 +35,3 @@ "classnames": "^2.2.5" | ||
"license": "MIT", | ||
"gitHead": "3708f807837753e9b324b29ff2c6e348b0f1d5ad" | ||
"gitHead": "e229a5e6e13c6c6b0aa5f83fdd56a5abc029c7d0" | ||
} |
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
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
36538
1
+ Added@codecademy/gamut-elements@^2.9.1-alpha.e229a5.1517+e229a5e6
- Removed@codecademy/gamut@^2.9.0
- Removed@codecademy/gamut@2.18.0(transitive)
- Removed@types/marked@0.6.5(transitive)
- Removedassignment@2.0.0(transitive)
- Removedcomputed-style@0.1.4(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removeddom-serializer@2.0.0(transitive)
- Removeddomelementtype@2.3.0(transitive)
- Removeddomhandler@5.0.3(transitive)
- Removeddomutils@3.2.1(transitive)
- Removedentities@4.5.0(transitive)
- Removedfocus-group@0.2.3(transitive)
- Removedfocus-trap@4.0.2(transitive)
- Removedfocus-trap-react@6.0.0(transitive)
- Removedhe@0.5.0(transitive)
- Removedhtml-to-react@1.7.0(transitive)
- Removedhtmlparser2@9.1.0(transitive)
- Removedinsane@2.6.2(transitive)
- Removedinvariant@2.2.4(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedline-height@0.3.1(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlodash.camelcase@4.3.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedmarked@0.6.3(transitive)
- Removedmoment@2.30.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-aria-tabpanel@4.4.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedreact-truncate-markup@4.1.1(transitive)
- Removedresize-observer-polyfill@1.5.0(transitive)
- Removedscheduler@0.19.1(transitive)
- Removedtabbable@3.1.2(transitive)
- Removedxtend@4.0.2(transitive)