@rspress/plugin-medium-zoom 2.0.0-beta.16 → 2.0.0-beta.18

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 +5 -5
package/dist/index.d.ts CHANGED
@@ -516,7 +516,7 @@ declare interface SidebarGroup {
516
516
  text: string;
517
517
  link?: string;
518
518
  tag?: string;
519
- items: (SidebarItem | SidebarDivider | SidebarGroup | string)[];
519
+ items: (SidebarGroup | SidebarItem | SidebarDivider | SidebarSectionHeader)[];
520
520
  collapsible?: boolean;
521
521
  collapsed?: boolean;
522
522
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-medium-zoom",
3
- "version": "2.0.0-beta.16",
3
+ "version": "2.0.0-beta.18",
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": {
@@ -33,18 +33,18 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@microsoft/api-extractor": "^7.52.8",
36
- "@rslib/core": "0.10.0",
36
+ "@rslib/core": "0.10.3",
37
37
  "@types/node": "^22.8.1",
38
38
  "@types/react": "^19.1.8",
39
39
  "@types/react-dom": "^19.1.6",
40
40
  "react": "^19.1.0",
41
41
  "rsbuild-plugin-publint": "^0.3.2",
42
42
  "typescript": "^5.8.2",
43
- "@rspress/shared": "2.0.0-beta.16",
44
- "@rspress/config": "1.0.0"
43
+ "@rspress/config": "1.0.0",
44
+ "@rspress/shared": "2.0.0-beta.18"
45
45
  },
46
46
  "peerDependencies": {
47
- "@rspress/runtime": "^2.0.0-beta.16"
47
+ "@rspress/runtime": "^2.0.0-beta.18"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=18.0.0"