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

react-interface

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-interface - npm Package Compare versions

Comparing version 0.8.6 to 0.8.7

8

es/components/Checkbox/index.js

@@ -28,3 +28,9 @@ var _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; };

var Box = styled.div(_templateObject2, props.theme["checkbox.background"] || props.theme.colors.primary, props.theme["checkbox.border.color"] || props.theme.colors.primary5, props.theme["checkbox.icon.color"] || props.theme.colors.primary1, function (props) {
var Box = styled.div(_templateObject2, function (props) {
return props.theme["checkbox.background"] || props.theme.colors.primary;
}, function (props) {
return props.theme["checkbox.border.color"] || props.theme.colors.primary5;
}, function (props) {
return props.theme["checkbox.icon.color"] || props.theme.colors.primary1;
}, function (props) {
return props.theme.sizes.dimensions[props.size];

@@ -31,0 +37,0 @@ }, function (props) {

@@ -46,3 +46,9 @@ "use strict";

var Box = _styledComponents2.default.div(_templateObject2, props.theme["checkbox.background"] || props.theme.colors.primary, props.theme["checkbox.border.color"] || props.theme.colors.primary5, props.theme["checkbox.icon.color"] || props.theme.colors.primary1, function (props) {
var Box = _styledComponents2.default.div(_templateObject2, function (props) {
return props.theme["checkbox.background"] || props.theme.colors.primary;
}, function (props) {
return props.theme["checkbox.border.color"] || props.theme.colors.primary5;
}, function (props) {
return props.theme["checkbox.icon.color"] || props.theme.colors.primary1;
}, function (props) {
return props.theme.sizes.dimensions[props.size];

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

2

package.json
{
"name": "react-interface",
"version": "0.8.6",
"version": "0.8.7",
"description": "react-interface React component",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc