react-bootstrap-buttons
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -1,2 +0,2 @@ | ||
/*! react-bootstrap-buttons v0.3.0 | (c) 2019 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-bootstrap-buttons */ | ||
/*! react-bootstrap-buttons v0.4.0 | (c) 2019 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-bootstrap-buttons */ | ||
module.exports = | ||
@@ -152,3 +152,9 @@ /******/ (function(modules) { // webpackBootstrap | ||
// Pass in a component to override default button element. | ||
tag: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string]), | ||
tag: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.shape({ | ||
$$typeof: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.symbol, | ||
render: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func | ||
}), prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string, prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.shape({ | ||
$$typeof: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.symbol, | ||
render: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func | ||
})]))]), | ||
// Specifies the type of button. | ||
@@ -155,0 +161,0 @@ type: prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(['button', 'reset', 'submit']), |
{ | ||
"name": "react-bootstrap-buttons", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "React Bootstrap buttons.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
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
178336
1301