blue-react 8.0.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Search.js +1 -1
- package/dist/style.css +2 -3
- package/dist/style.min.css +3 -3
- package/dist/style.scss +1 -1
- package/dist/styles/_search.scss +0 -1
- package/package.json +1 -1
|
@@ -117,7 +117,7 @@ function Search(props) {
|
|
|
117
117
|
className: "input-group-btn"
|
|
118
118
|
}, /*#__PURE__*/_react.default.createElement("button", {
|
|
119
119
|
type: "button",
|
|
120
|
-
className: "blue-search-reset-btn btn btn-link
|
|
120
|
+
className: "blue-search-reset-btn btn btn-link",
|
|
121
121
|
onClick: function onClick() {
|
|
122
122
|
var _document$getElementB2;
|
|
123
123
|
|