react-bootstrap-toggle
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "react-bootstrap-toggle", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "A React version of the bootstrap-toggle without the JQuery dependency", | ||
@@ -44,2 +44,4 @@ "main": "./dist/index.js", | ||
"jest": "^17.0.3", | ||
"react": "^15.4.2", | ||
"react-dom": "^15.4.2", | ||
"react-hot-loader": "^3.0.0-beta.6", | ||
@@ -54,6 +56,8 @@ "react-test-renderer": "^16.0.0", | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.10", | ||
"prop-types": "^15.5.10" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.4.2", | ||
"react-dom": "^15.4.2" | ||
} | ||
} | ||
} |
@@ -76,7 +76,7 @@ ## React-Bootstrap-Toggle | ||
onstyle|string|"primary"|Style of the on toggle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger` | ||
onClassName|string|"primary"| additional classname to put on the on button | ||
onClassName|string|*null*| additional classname to put on the on button | ||
offstyle|string|"default"|Style of the off toggle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger` | ||
offClassName|string|"primary"| additional classname to put on the off button | ||
offClassName|string|*null*| additional classname to put on the off button | ||
handlestyle|string|"default"|Style of the handle. Possible values are `default`, `primary`, `success`, `info`, `warning`, `danger` | ||
handleClassName|string|"primary"| additional classname to put on the handle button | ||
handleClassName|string|*null*| additional classname to put on the handle button | ||
width|integer|*null*|Sets the width of the toggle. if set to *null*, width will be responsive. | ||
@@ -83,0 +83,0 @@ height|integer|*null*|Sets the height of the toggle. if set to *null*, height will be responsive. |
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
41098
27
- Removedreact@^15.4.2
- Removedreact-dom@^15.4.2