@rspress/shared 0.0.0-nightly-20240520160241 → 0.0.0-nightly-20240522160142

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -682,6 +682,7 @@ type RemoteSearchOptions = SearchHooks & {
682
682
  domain?: string;
683
683
  indexName: string;
684
684
  searchIndexes?: RemoteSearchIndexInfo[];
685
+ searchLoading?: boolean;
685
686
  };
686
687
  type SearchOptions = LocalSearchOptions | RemoteSearchOptions | false;
687
688
  interface MdxRsOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/shared",
3
- "version": "0.0.0-nightly-20240520160241",
3
+ "version": "0.0.0-nightly-20240522160142",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",