@abgov/react-components 3.4.0-alpha.60 → 3.4.0-alpha.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "3.4.0-alpha.60",
3
+ "version": "3.4.0-alpha.63",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"
@@ -545,7 +545,7 @@ const GoAInputEmail = props => {
545
545
  };
546
546
  const GoAInputSearch = props => {
547
547
  return jsx(GoAInput, Object.assign({}, props, {
548
- type: "text",
548
+ type: "search",
549
549
  trailingIcon: "search"
550
550
  }), void 0);
551
551
  };
@@ -552,7 +552,7 @@
552
552
  };
553
553
  var GoAInputSearch = function GoAInputSearch(props) {
554
554
  return jsxRuntime.jsx(GoAInput, __assign({}, props, {
555
- type: "text",
555
+ type: "search",
556
556
  trailingIcon: "search"
557
557
  }), void 0);
558
558
  };