@rspress/plugin-medium-zoom 0.0.0-nightly-20241213160228 → 0.0.0-nightly-20241214160222
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 +6 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -507,6 +507,7 @@ declare type SSGConfig = boolean | {
|
|
507
507
|
declare interface UserConfig<ThemeConfig = Config$1> {
|
508
508
|
/**
|
509
509
|
* The root directory of the site.
|
510
|
+
* @default 'docs'
|
510
511
|
*/
|
511
512
|
root?: string;
|
512
513
|
/**
|
@@ -518,10 +519,12 @@ declare interface UserConfig<ThemeConfig = Config$1> {
|
|
518
519
|
};
|
519
520
|
/**
|
520
521
|
* The text of the logo in nav bar.
|
522
|
+
* @default ''
|
521
523
|
*/
|
522
524
|
logoText?: string;
|
523
525
|
/**
|
524
526
|
* Base path of the site.
|
527
|
+
* @default '/'
|
525
528
|
*/
|
526
529
|
base?: string;
|
527
530
|
/**
|
@@ -529,15 +532,17 @@ declare interface UserConfig<ThemeConfig = Config$1> {
|
|
529
532
|
*/
|
530
533
|
icon?: string;
|
531
534
|
/**
|
532
|
-
*
|
535
|
+
* Default language of the site.
|
533
536
|
*/
|
534
537
|
lang?: string;
|
535
538
|
/**
|
536
539
|
* Title of the site.
|
540
|
+
* @default 'Rspress'
|
537
541
|
*/
|
538
542
|
title?: string;
|
539
543
|
/**
|
540
544
|
* Description of the site.
|
545
|
+
* @default ''
|
541
546
|
*/
|
542
547
|
description?: string;
|
543
548
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rspress/plugin-medium-zoom",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20241214160222",
|
4
4
|
"description": "A plugin for rspress to zoom images in docs.",
|
5
5
|
"bugs": "https://github.com/web-infra-dev/rspress/issues",
|
6
6
|
"repository": {
|
@@ -27,10 +27,10 @@
|
|
27
27
|
"react": "^18.3.1",
|
28
28
|
"typescript": "^5.5.3",
|
29
29
|
"vitest": "2.1.8",
|
30
|
-
"@rspress/shared": "0.0.0-nightly-
|
30
|
+
"@rspress/shared": "0.0.0-nightly-20241214160222"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
|
-
"@rspress/runtime": "0.0.0-nightly-
|
33
|
+
"@rspress/runtime": "0.0.0-nightly-20241214160222"
|
34
34
|
},
|
35
35
|
"sideEffects": [
|
36
36
|
"*.css",
|