@salesforcedevs/docs-components 1.17.12-search-alpha → 1.17.12-search-alpha1

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/docs-components",
3
- "version": "1.17.12-search-alpha",
3
+ "version": "1.17.12-search-alpha1",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -160,9 +160,9 @@ export default class AmfReference extends LightningElement {
160
160
 
161
161
  private get emptyStateMessage(): string {
162
162
  return JSON.stringify([
163
+ "Select a relevant API specification",
163
164
  "Please consider misspellings",
164
- "Try different search keywords",
165
- "Select a relevant API specification"
165
+ "Try different search keywords"
166
166
  ]);
167
167
  }
168
168