Socket
Socket
Sign inDemoInstall

@blockchain-com/components

Package Overview
Dependencies
39
Maintainers
6
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

esm/assets/Icomoon.woff

27

CHANGELOG.md
# Blockchain Components
## v1.1.2 ( Tue Sep 04 2018 14:20:01 GMT+0100 (British Summer Time) )
## v1.1.4 ( Tue Sep 11 2018 11:52:52 GMT+0200 (Central European Summer Time) )
## Bug Fixes
## Features
- **dependency**
- update react-tooltip (#68)
([03f05730](git@github.com:blockchain/components/commit/03f057307f17951e64d780a0cab9c36925ab954a))
- **borderradius**
- expose property to theme (#74)
([8d205803](git@github.com:blockchain/components/commit/8d20580348d30e79f7e534ee3d58ac4dada20216))

@@ -15,16 +15,11 @@

## Documentation
## Chore
- **naming**
- rename lib to components to avoid confusion with bci-comp (#67)
([b60df2f7](git@github.com:blockchain/components/commit/b60df2f776d1926fccf8e91c243680226bc10512))
- **deps**
- update packages (#73)
([a5e201d6](git@github.com:blockchain/components/commit/a5e201d62839e362ddb0e391c71e4893b5b1f4d8))
## Chore
- **version**
- bump to v1.1.3 (#69)
([1c642839](git@github.com:blockchain/components/commit/1c642839d4c3f7b7039a658cfb1c5a2374f38463))
- bump to v1.1.5 (#75)
([d5e03f0a](git@github.com:blockchain/components/commit/d5e03f0a2fc47498dd7318471c6f35cb78019d17))

@@ -31,0 +26,0 @@

@@ -6,3 +6,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; }

function _templateObject() {
var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n height: 2.5rem;\n line-height: 2.5rem;\n width: 100%;\n padding: 0 1rem;\n box-sizing: border-box;\n color: ", ";\n background-color: ", ";\n border: none;\n border-radius: 0.125rem;\n cursor: ", ";\n outline: none;\n transition: all 0.3s ease 0s;\n opacity: ", ";\n font-family: ", ";\n font-size: 1rem;\n font-weight: 600;\n\n &:hover {\n background-color: ", ";\n transform: ", ";\n }\n"]);
var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n height: 2.5rem;\n line-height: 2.5rem;\n width: 100%;\n padding: 0 1rem;\n box-sizing: border-box;\n color: ", ";\n background-color: ", ";\n border: none;\n border-radius: ", ";\n cursor: ", ";\n outline: none;\n transition: all 0.3s ease 0s;\n opacity: ", ";\n font-family: ", ";\n font-size: 1rem;\n font-weight: 600;\n\n &:hover {\n background-color: ", ";\n transform: ", ";\n }\n"]);

@@ -30,2 +30,4 @@ _templateObject = function _templateObject() {

}, function (props) {
return props.theme.buttonBorderRadius;
}, function (props) {
return props.disabled ? 'not-allowed' : 'pointer';

@@ -32,0 +34,0 @@ }, function (props) {

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Button)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Button)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Button)).toMatchSnapshot()
})

@@ -31,8 +31,8 @@

expect(submit).toMatchSnapshot()
expect(submit.find(Button)).toMatchSnapshot()
const reset = mountWithTheme(<Button type="reset" />)
expect(reset).toMatchSnapshot()
expect(reset.find(Button)).toMatchSnapshot()
})
})

@@ -21,4 +21,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(ButtonGroup)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Container)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Panel)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Panel)).toMatchSnapshot()
})

@@ -24,4 +24,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Panel)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Section)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Section)).toMatchSnapshot()
})

@@ -24,8 +24,8 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Section)).toMatchSnapshot()
const tree2 = mountWithTheme(<Section nature="diamonds">MySection</Section>)
expect(tree2).toMatchSnapshot()
expect(tree2.find(Section)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})

@@ -31,4 +31,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -31,3 +31,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -38,4 +38,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})
})
import React from 'react'
import { mountWithTheme } from '../../Utils/testHelper'
import theme from '../../Tools/theme'
import Image from './Image'

@@ -9,30 +8,30 @@

it('should render correctly', () => {
const tree = mountWithTheme(<Image theme={theme} />)
const tree = mountWithTheme(<Image />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly with name', () => {
const tree = mountWithTheme(<Image name="brand" theme={theme} />)
const tree = mountWithTheme(<Image name="brand" />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly with height', () => {
const tree = mountWithTheme(<Image height="50px" theme={theme} />)
const tree = mountWithTheme(<Image height="50px" />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly width width', () => {
const tree = mountWithTheme(<Image theme={theme} width="200px" />)
const tree = mountWithTheme(<Image width="200px" />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly with selectable', () => {
const tree = mountWithTheme(<Image selectable theme={theme} />)
const tree = mountWithTheme(<Image selectable />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
})

@@ -8,3 +8,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

function _templateObject() {
var data = _taggedTemplateLiteral(["\n display: block;\n width: ", ";\n height: 3.2rem;\n padding: 0 1.4rem;\n box-sizing: border-box;\n font-family: ", ";\n font-size: 1rem;\n color: ", ";\n border-width: 1px;\n border-color: ", ";\n border-style: solid;\n border-radius: 0.125rem;\n background-color: ", ";\n background-image: none;\n outline-width: 0;\n user-select: text;\n\n &:disabled {\n color: ", ";\n background: ", ";\n cursor: not-allowed;\n }\n\n &::placeholder {\n color: ", ";\n font-size: 0.875rem;\n }\n"]);
var data = _taggedTemplateLiteral(["\n display: block;\n width: ", ";\n height: 3.2rem;\n padding: 0 1.4rem;\n box-sizing: border-box;\n font-family: ", ";\n font-size: 1rem;\n color: ", ";\n border-width: 1px;\n border-color: ", ";\n border-style: solid;\n border-radius: ", ";\n background-color: ", ";\n background-image: none;\n outline-width: 0;\n user-select: text;\n\n &:disabled {\n color: ", ";\n background: ", ";\n cursor: not-allowed;\n }\n\n &::placeholder {\n color: ", ";\n font-size: 0.875rem;\n }\n"]);

@@ -39,2 +39,4 @@ _templateObject = function _templateObject() {

}, function (props) {
return props.theme.inputBorderRadius;
}, function (props) {
return props.theme['inputBackgroundColor'];

@@ -41,0 +43,0 @@ }, function (props) {

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})

@@ -31,4 +31,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -31,3 +31,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -38,3 +38,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -45,3 +45,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -52,4 +52,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Pagination)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(PaginationItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Table)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TableCell)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TableRow)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})

@@ -31,4 +31,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenuItem)).toMatchSnapshot()
})

@@ -19,4 +19,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenuItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenuToggler)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -31,3 +31,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -38,3 +38,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -45,3 +45,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -52,4 +52,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})
})

@@ -48,3 +48,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TextGroup)).toMatchSnapshot()
})

@@ -59,3 +59,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TextGroup)).toMatchSnapshot()
})

@@ -70,4 +70,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TextGroup)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(CircleBadge)).toMatchSnapshot()
})

@@ -19,3 +19,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(CircleBadge)).toMatchSnapshot()
})

@@ -28,4 +28,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(CircleBadge)).toMatchSnapshot()
})
})

@@ -11,4 +11,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Cartridge)).toMatchSnapshot()
})
})

@@ -24,3 +24,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -33,3 +33,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -42,3 +42,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -51,3 +51,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -60,3 +60,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -69,4 +69,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})
})

@@ -11,3 +11,3 @@ /* eslint no-console: 0 */

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -20,3 +20,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -29,3 +29,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -36,3 +36,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -43,4 +43,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})
})

@@ -11,3 +11,3 @@ /* eslint no-console: 0 */

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -33,3 +33,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -40,3 +40,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -47,4 +47,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Toggler)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TogglerItem)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TogglerItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Tooltip)).toMatchSnapshot()
})
})

@@ -6,3 +6,3 @@ import React from 'react'

describe('Tooltip', () => {
describe('TooltipHost', () => {
it('should render correctly', () => {

@@ -15,4 +15,4 @@ const tree = mountWithTheme(

expect(tree).toMatchSnapshot()
expect(tree.find(TooltipHost)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TooltipIcon)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Footer)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterCategory)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterElement)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterGroup)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterLink)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterRow)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Navbar)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Navbar)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarBrand)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarBrand)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownContent)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownHeader)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownItemDescription)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownItemTitle)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarHeader)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarMenu)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarMenu)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNav)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNav)).toMatchSnapshot()
})

@@ -24,4 +24,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNav)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNavDropdown)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNavItem)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarToggler)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarToggler)).toMatchSnapshot()
})
})

@@ -10,2 +10,3 @@ import palette from './palette';

buttonBackgroundColor: palette['orient'],
buttonBorderRadius: '0.125rem',
buttonHoverColor: lighten(0.1, palette['orient']),

@@ -24,2 +25,3 @@ cartridgeColor: palette['white'],

inputBorderColor: palette['gray2'],
inputBorderRadius: '0.125rem',
inputPlaceholderColor: palette['gray3'],

@@ -26,0 +28,0 @@ linkColor: palette['gray5'],

@@ -21,3 +21,3 @@ "use strict";

function _templateObject() {
var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n height: 2.5rem;\n line-height: 2.5rem;\n width: 100%;\n padding: 0 1rem;\n box-sizing: border-box;\n color: ", ";\n background-color: ", ";\n border: none;\n border-radius: 0.125rem;\n cursor: ", ";\n outline: none;\n transition: all 0.3s ease 0s;\n opacity: ", ";\n font-family: ", ";\n font-size: 1rem;\n font-weight: 600;\n\n &:hover {\n background-color: ", ";\n transform: ", ";\n }\n"]);
var data = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n height: 2.5rem;\n line-height: 2.5rem;\n width: 100%;\n padding: 0 1rem;\n box-sizing: border-box;\n color: ", ";\n background-color: ", ";\n border: none;\n border-radius: ", ";\n cursor: ", ";\n outline: none;\n transition: all 0.3s ease 0s;\n opacity: ", ";\n font-family: ", ";\n font-size: 1rem;\n font-weight: 600;\n\n &:hover {\n background-color: ", ";\n transform: ", ";\n }\n"]);

@@ -42,2 +42,4 @@ _templateObject = function _templateObject() {

}, function (props) {
return props.theme.buttonBorderRadius;
}, function (props) {
return props.disabled ? 'not-allowed' : 'pointer';

@@ -44,0 +46,0 @@ }, function (props) {

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Button)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Button)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Button)).toMatchSnapshot()
})

@@ -31,8 +31,8 @@

expect(submit).toMatchSnapshot()
expect(submit.find(Button)).toMatchSnapshot()
const reset = mountWithTheme(<Button type="reset" />)
expect(reset).toMatchSnapshot()
expect(reset.find(Button)).toMatchSnapshot()
})
})

@@ -21,4 +21,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(ButtonGroup)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Container)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Panel)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Panel)).toMatchSnapshot()
})

@@ -24,4 +24,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Panel)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Section)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Section)).toMatchSnapshot()
})

@@ -24,8 +24,8 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Section)).toMatchSnapshot()
const tree2 = mountWithTheme(<Section nature="diamonds">MySection</Section>)
expect(tree2).toMatchSnapshot()
expect(tree2.find(Section)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})

@@ -31,4 +31,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Icon)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -31,3 +31,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})

@@ -38,4 +38,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Background)).toMatchSnapshot()
})
})
import React from 'react'
import { mountWithTheme } from '../../Utils/testHelper'
import theme from '../../Tools/theme'
import Image from './Image'

@@ -9,30 +8,30 @@

it('should render correctly', () => {
const tree = mountWithTheme(<Image theme={theme} />)
const tree = mountWithTheme(<Image />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly with name', () => {
const tree = mountWithTheme(<Image name="brand" theme={theme} />)
const tree = mountWithTheme(<Image name="brand" />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly with height', () => {
const tree = mountWithTheme(<Image height="50px" theme={theme} />)
const tree = mountWithTheme(<Image height="50px" />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly width width', () => {
const tree = mountWithTheme(<Image theme={theme} width="200px" />)
const tree = mountWithTheme(<Image width="200px" />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
it('should render correctly with selectable', () => {
const tree = mountWithTheme(<Image selectable theme={theme} />)
const tree = mountWithTheme(<Image selectable />)
expect(tree).toMatchSnapshot()
expect(tree.find(Image)).toMatchSnapshot()
})
})

@@ -23,3 +23,3 @@ "use strict";

function _templateObject() {
var data = _taggedTemplateLiteral(["\n display: block;\n width: ", ";\n height: 3.2rem;\n padding: 0 1.4rem;\n box-sizing: border-box;\n font-family: ", ";\n font-size: 1rem;\n color: ", ";\n border-width: 1px;\n border-color: ", ";\n border-style: solid;\n border-radius: 0.125rem;\n background-color: ", ";\n background-image: none;\n outline-width: 0;\n user-select: text;\n\n &:disabled {\n color: ", ";\n background: ", ";\n cursor: not-allowed;\n }\n\n &::placeholder {\n color: ", ";\n font-size: 0.875rem;\n }\n"]);
var data = _taggedTemplateLiteral(["\n display: block;\n width: ", ";\n height: 3.2rem;\n padding: 0 1.4rem;\n box-sizing: border-box;\n font-family: ", ";\n font-size: 1rem;\n color: ", ";\n border-width: 1px;\n border-color: ", ";\n border-style: solid;\n border-radius: ", ";\n background-color: ", ";\n background-image: none;\n outline-width: 0;\n user-select: text;\n\n &:disabled {\n color: ", ";\n background: ", ";\n cursor: not-allowed;\n }\n\n &::placeholder {\n color: ", ";\n font-size: 0.875rem;\n }\n"]);

@@ -51,2 +51,4 @@ _templateObject = function _templateObject() {

}, function (props) {
return props.theme.inputBorderRadius;
}, function (props) {
return props.theme['inputBackgroundColor'];

@@ -53,0 +55,0 @@ }, function (props) {

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})

@@ -31,4 +31,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Input)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -31,3 +31,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -38,3 +38,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -45,3 +45,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})

@@ -52,4 +52,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Link)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Pagination)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(PaginationItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Table)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TableCell)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TableRow)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})

@@ -31,4 +31,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenu)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenuItem)).toMatchSnapshot()
})

@@ -19,4 +19,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenuItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TabMenuToggler)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -31,3 +31,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -38,3 +38,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -45,3 +45,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})

@@ -52,4 +52,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Text)).toMatchSnapshot()
})
})

@@ -48,3 +48,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TextGroup)).toMatchSnapshot()
})

@@ -59,3 +59,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TextGroup)).toMatchSnapshot()
})

@@ -70,4 +70,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TextGroup)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(CircleBadge)).toMatchSnapshot()
})

@@ -19,3 +19,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(CircleBadge)).toMatchSnapshot()
})

@@ -28,4 +28,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(CircleBadge)).toMatchSnapshot()
})
})

@@ -11,4 +11,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Cartridge)).toMatchSnapshot()
})
})

@@ -24,3 +24,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -33,3 +33,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -42,3 +42,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -51,3 +51,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -60,3 +60,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})

@@ -69,4 +69,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SingleDropdown)).toMatchSnapshot()
})
})

@@ -11,3 +11,3 @@ /* eslint no-console: 0 */

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -20,3 +20,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -29,3 +29,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -36,3 +36,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})

@@ -43,4 +43,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBar)).toMatchSnapshot()
})
})

@@ -11,3 +11,3 @@ /* eslint no-console: 0 */

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -24,3 +24,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -33,3 +33,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -40,3 +40,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})

@@ -47,4 +47,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(SearchBarUnderlined)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Toggler)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TogglerItem)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(TogglerItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Tooltip)).toMatchSnapshot()
})
})

@@ -6,3 +6,3 @@ import React from 'react'

describe('Tooltip', () => {
describe('TooltipHost', () => {
it('should render correctly', () => {

@@ -15,4 +15,4 @@ const tree = mountWithTheme(

expect(tree).toMatchSnapshot()
expect(tree.find(TooltipHost)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(TooltipIcon)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Footer)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterCategory)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterElement)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterGroup)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterLink)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(FooterRow)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(Navbar)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(Navbar)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarBrand)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarBrand)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownContent)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownHeader)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownItem)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownItemDescription)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarDropdownItemTitle)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarHeader)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarMenu)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarMenu)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNav)).toMatchSnapshot()
})

@@ -17,3 +17,3 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNav)).toMatchSnapshot()
})

@@ -24,4 +24,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNav)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNavDropdown)).toMatchSnapshot()
})
})

@@ -10,4 +10,4 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarNavItem)).toMatchSnapshot()
})
})

@@ -10,3 +10,3 @@ import React from 'react'

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarToggler)).toMatchSnapshot()
})

@@ -17,4 +17,4 @@

expect(tree).toMatchSnapshot()
expect(tree.find(NavbarToggler)).toMatchSnapshot()
})
})

@@ -20,2 +20,3 @@ "use strict";

buttonBackgroundColor: _palette.default['orient'],
buttonBorderRadius: '0.125rem',
buttonHoverColor: (0, _polished.lighten)(0.1, _palette.default['orient']),

@@ -34,2 +35,3 @@ cartridgeColor: _palette.default['white'],

inputBorderColor: _palette.default['gray2'],
inputBorderRadius: '0.125rem',
inputPlaceholderColor: _palette.default['gray3'],

@@ -36,0 +38,0 @@ linkColor: _palette.default['gray5'],

{
"name": "@blockchain-com/components",
"version": "1.1.4",
"version": "1.1.5",
"description": "Blockchain.com components library",

@@ -33,11 +33,11 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/cli": "7.0.0-rc.1",
"@babel/core": "7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "7.0.0-rc.1",
"@babel/plugin-proposal-export-namespace-from": "7.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "7.0.0-rc.1",
"@babel/preset-env": "7.0.0-rc.1",
"@babel/preset-react": "7.0.0-rc.1",
"@commitlint/cli": "7.0.0",
"@commitlint/config-conventional": "7.0.1",
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
"@babel/plugin-transform-modules-commonjs": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"@commitlint/cli": "7.1.2",
"@commitlint/config-conventional": "7.1.2",
"@storybook/addon-actions": "3.4.10",

@@ -50,21 +50,21 @@ "@storybook/addon-backgrounds": "3.4.10",

"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.6",
"babel-eslint": "9.0.0",
"babel-jest": "23.4.2",
"babel-loader": "8.0.0-beta.4",
"babel-loader": "8.0.2",
"babel-plugin-inline-import-data-uri": "1.0.1",
"babel-plugin-inline-react-svg": "0.5.4",
"enzyme": "3.4.1",
"enzyme-adapter-react-16": "1.2.0",
"enzyme": "3.6.0",
"enzyme-adapter-react-16": "1.5.0",
"enzyme-to-json": "3.3.4",
"eslint": "4.19.1",
"eslint": "5.5.0",
"eslint-config-prettier": "3.0.1",
"eslint-config-standard": "11.0.0",
"eslint-config-standard": "12.0.0",
"eslint-loader": "2.1.0",
"eslint-plugin-babel": "5.1.0",
"eslint-plugin-babel": "5.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-standard": "3.1.0",
"eslint-plugin-standard": "4.0.0",
"git-changelog": "1.1.2",

@@ -74,16 +74,16 @@ "husky": "1.0.0-rc.13",

"jest": "23.5.0",
"jest-styled-components": "6.0.1",
"jest-styled-components": "6.1.1",
"ncp": "2.0.0",
"nodemon": "1.18.3",
"polished": "1.9.3",
"nodemon": "1.18.4",
"polished": "2.0.3",
"prettier": "1.14.2",
"prop-types": "15.6.2",
"ramda": "0.25.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-tooltip": "3.8.0",
"react": "16.5.0",
"react-dom": "16.5.0",
"react-tooltip": "3.8.1",
"rimraf": "2.6.2",
"standard": "11.0.1",
"styled-components": "3.4.2",
"stylelint": "9.4.0",
"standard": "12.0.1",
"styled-components": "3.4.5",
"stylelint": "9.5.0",
"stylelint-config-recommended": "2.1.0",

@@ -96,10 +96,10 @@ "stylelint-config-standard": "18.2.0",

"peerDependencies": {
"polished": "^1.9.3",
"polished": "^2.0.3",
"prop-types": "^15.6.2",
"ramda": "^0.25.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-tooltip": "^3.8.0",
"styled-components": "^3.3.3"
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-tooltip": "^3.8.1",
"styled-components": "^3.4.5"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc