@crystaldesign/searchfield 23.14.0-beta.0 → 23.15.0-beta.25

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.
@@ -63,6 +63,5 @@ var useStyles = makeStyles(function (theme) {
63
63
  }
64
64
  });
65
65
  });
66
- //changes
67
66
 
68
67
  export { SearchField as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/searchfield",
3
- "version": "23.14.0-beta.0",
3
+ "version": "23.15.0-beta.25",
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": "1980227ec8d7939a74bc5a5d1da05a5f4d0ad432"
22
+ "gitHead": "47ab01cb349a1be8715c6760c82fcfef5b19076b"
23
23
  }