@rspress-theme-anatole/shared 0.1.3 → 0.1.4

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/dist/index.d.ts CHANGED
@@ -478,7 +478,7 @@ export declare interface PageModule<T extends React.ComponentType<unknown>> {
478
478
  [key: string]: unknown;
479
479
  }
480
480
 
481
- export declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank';
481
+ export declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank' | 'homepage';
482
482
 
483
483
  export declare const parseUrl: (url: string) => {
484
484
  url: string;
@@ -385,7 +385,7 @@ declare interface PageIndexInfo {
385
385
  _relativePath: string;
386
386
  }
387
387
 
388
- declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank';
388
+ declare type PageType = 'home' | 'doc' | 'custom' | '404' | 'blank' | 'homepage';
389
389
 
390
390
  declare type RemoteSearchIndexInfo = string | {
391
391
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress-theme-anatole/shared",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {