@crystaldesign/searchfield 7.22.0 → 7.23.0-rc.0

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.
@@ -61,6 +61,6 @@ var useStyles = makeStyles(function (theme) {
61
61
  color: theme.palette.grey.A700
62
62
  }
63
63
  });
64
- });
64
+ }); //changes
65
65
 
66
66
  export { SearchField as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/searchfield",
3
- "version": "7.22.0",
3
+ "version": "7.23.0-rc.0",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -19,5 +19,5 @@
19
19
  "dependencies": {
20
20
  "lodash.debounce": "^4.0.8"
21
21
  },
22
- "gitHead": "5171f3c646a7349be3c41005c57e672eb58c1dc3"
22
+ "gitHead": "dbb910d96e765d96eda8ce843c6c4955a9d7ec83"
23
23
  }