@opencxh/domain 1.133.0 → 1.134.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.
@@ -75,6 +75,16 @@ export type SettingsScope = "personal" | "company";
75
75
  export interface SettingsPageConfig {
76
76
  id: string;
77
77
  displayName: string;
78
+ /**
79
+ * One line under the page title, in the settings header — what this page
80
+ * governs and how far it reaches. A translation key, like `displayName`.
81
+ */
82
+ description?: string;
83
+ /**
84
+ * Sorting hint only. The settings nav groups by app and renders no
85
+ * sub-headings, so pages sharing a group stay adjacent without announcing
86
+ * the group itself.
87
+ */
78
88
  group?: string;
79
89
  icon?: string;
80
90
  resource: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencxh/domain",
3
- "version": "1.133.0",
3
+ "version": "1.134.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",