@ts-for-gir/typedoc-theme 4.0.0-beta.43 → 4.0.0-rc.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-for-gir/typedoc-theme",
3
- "version": "4.0.0-beta.43",
3
+ "version": "4.0.0-rc.1",
4
4
  "description": "Custom TypeDoc theme inspired by gi-docgen for ts-for-gir",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -35,9 +35,9 @@
35
35
  ".": "./src/index.ts"
36
36
  },
37
37
  "devDependencies": {
38
- "@ts-for-gir/tsconfig": "^4.0.0-beta.43",
38
+ "@ts-for-gir/tsconfig": "^4.0.0-rc.1",
39
39
  "@types/lunr": "^2.3.7",
40
- "@types/node": "^24.12.0",
40
+ "@types/node": "^24.12.2",
41
41
  "typescript": "^6.0.2"
42
42
  },
43
43
  "dependencies": {
@@ -82,7 +82,7 @@ export function getMemberSections(parent: ContainerReflection): MemberSection[]
82
82
  // ---------------------------------------------------------------------------
83
83
 
84
84
  const CATEGORY_ORDER = [
85
- "GJS Core",
85
+ "GJS",
86
86
  "GLib",
87
87
  "GTK 4",
88
88
  "GTK 3",
@@ -90,8 +90,13 @@ const CATEGORY_ORDER = [
90
90
  "Graphics",
91
91
  "Text Rendering",
92
92
  "Multimedia",
93
+ "GNOME Shell",
93
94
  "Web",
94
- "GNOME Libraries",
95
+ "Networking",
96
+ "Data & Markup",
97
+ "Security",
98
+ "System",
99
+ "GNOME Desktop",
95
100
  ];
96
101
 
97
102
  export function renderCategorizedProject(