@salesforcedevs/dx-components 0.10.1-alpha.93 → 0.10.1-alpha.94

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": "@salesforcedevs/dx-components",
3
- "version": "0.10.1-alpha.93",
3
+ "version": "0.10.1-alpha.94",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -4158,7 +4158,7 @@ export default class SidebarSearch extends LightningElement {
4158
4158
  private resultsPerPage: ResultsPerPage | null = null;
4159
4159
  private preloadedState: object = tempPreloadedState;
4160
4160
  private searchBox: SearchBox | null = null;
4161
- private value?: string = "hi";
4161
+ private value?: string = '';
4162
4162
  private engine: SearchEngine | null = null;
4163
4163
  private loadCount: number = 0;
4164
4164