@almadar/std 16.166.0 → 16.167.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.
@@ -108,7 +108,7 @@ orbital AppLayoutOrbital {
108
108
  @label "Signed-in avatar"
109
109
  @description "Avatar image URL for the account menu."
110
110
  @tier "presentation"
111
- navItems : [NavItem] = []
111
+ navItems : [NavItem] = @pages
112
112
  @label "Which sections appear in the sidebar?"
113
113
  @description "Top-level navigation links shown on the left rail."
114
114
  @synonyms "nav links, menu items, sidebar sections, navigation entries, pages"
@@ -153,7 +153,7 @@ orbital AppLayoutOrbital {
153
153
  @label "Content wrapper class"
154
154
  @description "CSS class applied to the content area wrapper."
155
155
  @tier "internal"
156
- theme : string = ""
156
+ theme : string = @currentTheme
157
157
  @label "Theme"
158
158
  @description "Data-theme attribute applied to the layout root (e.g. almadar-website-dark)."
159
159
  @tier "presentation"
@@ -174,7 +174,7 @@
174
174
  "type": "pattern"
175
175
  },
176
176
  "navItems": {
177
- "default": [],
177
+ "default": "@pages",
178
178
  "description": "Top-level navigation links shown on the left rail.",
179
179
  "items": {
180
180
  "properties": {
@@ -257,7 +257,7 @@
257
257
  "type": "string"
258
258
  },
259
259
  "theme": {
260
- "default": "",
260
+ "default": "@currentTheme",
261
261
  "description": "Data-theme attribute applied to the layout root (e.g. almadar-website-dark).",
262
262
  "label": "Theme",
263
263
  "tier": "presentation",
@@ -2274,7 +2274,7 @@ interface StdAppLayoutConfig {
2274
2274
  layoutMode?: 'sidebar' | 'topnav' | 'bottomnav' | 'minimal';
2275
2275
  /** Default: `"dashboard-layout"` */
2276
2276
  layoutPattern?: unknown;
2277
- /** Default: `[]` */
2277
+ /** Default: `"@pages"` */
2278
2278
  navItems?: EntityRow[];
2279
2279
  /** Default: `"NOTIFY_CLICK"` */
2280
2280
  notificationClickEvent?: string;
@@ -2282,7 +2282,7 @@ interface StdAppLayoutConfig {
2282
2282
  notifications?: EntityRow[];
2283
2283
  /** Default: `"SEARCH"` */
2284
2284
  searchEvent?: string;
2285
- /** Default: `""` */
2285
+ /** Default: `"@currentTheme"` */
2286
2286
  theme?: string;
2287
2287
  /** Default: `[]` */
2288
2288
  topBarActions?: EntityRow[];
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "16.166.0",
2
+ "version": "16.167.0",
3
3
  "model": "baai/bge-base-en-v1.5",
4
4
  "dimensions": 768,
5
5
  "registryHash": "8384cce1bb88a46368426d3044d7f4ef1213bd4dbc9af216b150863dd647f0d8",
6
- "signaturesHash": "441c7d303e162b19d247264a394aea2536c91dccc68ceba5e64d6fb650886c8c"
6
+ "signaturesHash": "5c8ef16947789924201e16867747b3ae93f6cc84cb449a6cda273afa084924fb"
7
7
  }