@civicactions/cmsds-open-data-components 1.14.0 → 1.14.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.
@@ -99,7 +99,11 @@ var SearchModal = function SearchModal(_ref) {
99
99
  type: "submit",
100
100
  inversed: inversedModalButton,
101
101
  className: "ds-l-col--3"
102
- }, "Search"))));
102
+ }, /*#__PURE__*/_react["default"].createElement("span", {
103
+ className: "fas fa-search small-text ds-u-sm-display--none"
104
+ }), /*#__PURE__*/_react["default"].createElement("span", {
105
+ className: "full-text ds-u-display--none ds-u-sm-display--inline-block"
106
+ }, "Search")))));
103
107
  };
104
108
 
105
109
  SearchModal.defaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civicactions/cmsds-open-data-components",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Components for the open data catalog frontend using CMS Design System",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {