@rspress/plugin-medium-zoom 1.43.13 → 1.45.0

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 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -590,7 +590,7 @@ declare interface UserConfig<ThemeConfig = DefaultThemeConfig> {
590
590
  /**
591
591
  * Path to html icon file.
592
592
  */
593
- icon?: string;
593
+ icon?: string | URL;
594
594
  /**
595
595
  * Default language of the site.
596
596
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-medium-zoom",
3
- "version": "1.43.13",
3
+ "version": "1.45.0",
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": {
@@ -28,17 +28,17 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@microsoft/api-extractor": "^7.49.2",
31
- "@rslib/core": "0.5.2",
31
+ "@rslib/core": "~0.6.9",
32
32
  "@types/node": "^18.11.17",
33
33
  "@types/react": "^18.3.18",
34
34
  "@types/react-dom": "^18.3.5",
35
35
  "react": "^18.3.1",
36
36
  "typescript": "^5.5.3",
37
37
  "@rspress/config": "1.0.0",
38
- "@rspress/shared": "1.43.13"
38
+ "@rspress/shared": "1.45.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@rspress/runtime": "^1.43.13"
41
+ "@rspress/runtime": "^1.45.0"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=14.17.6"