react-bootstrap-toggle
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -120,7 +120,7 @@ 'use strict'; | ||
onstyle = _props.onstyle, | ||
onstyleClassName = _props.onstyleClassName, | ||
onClassName = _props.onClassName, | ||
offstyle = _props.offstyle, | ||
offstyleClassName = _props.offstyleClassName, | ||
offClassName = _props.offClassName, | ||
handlestyle = _props.handlestyle, | ||
handlestyleClassName = _props.handlestyleClassName, | ||
handleClassName = _props.handleClassName, | ||
style = _props.style, | ||
@@ -133,3 +133,3 @@ on = _props.on, | ||
height = _props.height, | ||
props = _objectWithoutProperties(_props, ['active', 'onClick', 'onstyle', 'onstyleClassName', 'offstyle', 'offstyleClassName', 'handlestyle', 'handlestyleClassName', 'style', 'on', 'off', 'className', 'disabled', 'width', 'height']); | ||
props = _objectWithoutProperties(_props, ['active', 'onClick', 'onstyle', 'onClassName', 'offstyle', 'offClassName', 'handlestyle', 'handleClassName', 'style', 'on', 'off', 'className', 'disabled', 'width', 'height']); | ||
@@ -229,4 +229,7 @@ var sizeClass = this.getSizeClass(); | ||
onstyle: 'primary', | ||
onClassName: '', | ||
offstyle: 'default', | ||
offClassName: '', | ||
handlestyle: 'default', | ||
handleClassName: '', | ||
width: '', | ||
@@ -233,0 +236,0 @@ height: '', |
{ | ||
"name": "react-bootstrap-toggle", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A React version of the bootstrap-toggle without the JQuery dependency", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -46,4 +46,7 @@ import React, { Component } from 'react'; | ||
onstyle: 'primary', | ||
onClassName: '', | ||
offstyle: 'default', | ||
offClassName: '', | ||
handlestyle: 'default', | ||
handleClassName: '', | ||
width: '', | ||
@@ -122,7 +125,7 @@ height: '', | ||
onstyle, | ||
onstyleClassName, | ||
onClassName, | ||
offstyle, | ||
offstyleClassName, | ||
offClassName, | ||
handlestyle, | ||
handlestyleClassName, | ||
handleClassName, | ||
style, | ||
@@ -129,0 +132,0 @@ on, |
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
41028
962