@qontinui/navigation 0.1.4 → 0.1.5

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/dist/index.cjs CHANGED
@@ -292,7 +292,8 @@ var SPEND_ITEMS = [
292
292
  description: "Token usage, cost breakdown, and provider latency analytics",
293
293
  color: "#D97706",
294
294
  platforms: ["runner"],
295
- productMode: "ai"
295
+ productMode: "ai",
296
+ hidden: true
296
297
  },
297
298
  {
298
299
  id: "cost-control",
@@ -301,7 +302,8 @@ var SPEND_ITEMS = [
301
302
  description: "Real-time budget tracking, circuit breakers, and cost anomaly detection",
302
303
  color: "#EF4444",
303
304
  platforms: ["runner"],
304
- productMode: "ai"
305
+ productMode: "ai",
306
+ hidden: true
305
307
  }
306
308
  ];
307
309
  var SPEND_GROUP = {
@@ -318,7 +320,8 @@ var AUTOMATE_ITEMS = [
318
320
  description: "Manage scheduled automation",
319
321
  productMode: "ai",
320
322
  // Runner-only feature — has no web page (web route 404s).
321
- platforms: ["runner"]
323
+ platforms: ["runner"],
324
+ hidden: true
322
325
  },
323
326
  {
324
327
  id: "triggers",
@@ -327,7 +330,8 @@ var AUTOMATE_ITEMS = [
327
330
  description: "Event-driven workflow automation",
328
331
  productMode: "ai",
329
332
  // Runner-only feature — has no web page (web route 404s).
330
- platforms: ["runner"]
333
+ platforms: ["runner"],
334
+ hidden: true
331
335
  },
332
336
  {
333
337
  id: "watchers",
@@ -336,7 +340,8 @@ var AUTOMATE_ITEMS = [
336
340
  description: "Scheduled reactive agents that monitor the activity timeline",
337
341
  route: "/observe/watchers",
338
342
  color: "#06B6D4",
339
- platforms: ["runner"]
343
+ platforms: ["runner"],
344
+ hidden: true
340
345
  }
341
346
  ];
342
347
  var AUTOMATE_GROUP = {
@@ -387,7 +392,8 @@ var BUILD_ITEMS = [
387
392
  description: "Browse saved automation assets",
388
393
  route: "/library",
389
394
  color: "var(--brand-secondary)",
390
- productMode: "ai"
395
+ productMode: "ai",
396
+ hidden: true
391
397
  },
392
398
  {
393
399
  id: "state-machine",
@@ -396,7 +402,8 @@ var BUILD_ITEMS = [
396
402
  description: "Build state machines from UI Bridge SDK apps",
397
403
  route: "/automation-builder/ui-bridge-states",
398
404
  color: "var(--brand-secondary)",
399
- productMode: "ai"
405
+ productMode: "ai",
406
+ hidden: true
400
407
  },
401
408
  {
402
409
  id: "specs",
@@ -405,7 +412,8 @@ var BUILD_ITEMS = [
405
412
  description: "Manage and generate UI Bridge page specs for testing and automation",
406
413
  route: "/build/specs",
407
414
  color: "var(--brand-secondary)",
408
- productMode: "ai"
415
+ productMode: "ai",
416
+ hidden: true
409
417
  },
410
418
  {
411
419
  id: "regression",
@@ -414,7 +422,8 @@ var BUILD_ITEMS = [
414
422
  description: "Run auto-generated regression suites against the live UI Bridge registry; review coverage and self-diagnoses for failures",
415
423
  color: "var(--brand-secondary)",
416
424
  platforms: ["runner"],
417
- productMode: "ai"
425
+ productMode: "ai",
426
+ hidden: true
418
427
  },
419
428
  {
420
429
  id: "vga",
@@ -445,7 +454,8 @@ var BUILD_ITEMS = [
445
454
  route: "/build/demo-videos",
446
455
  color: "var(--brand-secondary)",
447
456
  platforms: ["runner"],
448
- productMode: "ai"
457
+ productMode: "ai",
458
+ hidden: true
449
459
  },
450
460
  {
451
461
  id: "product-tours",
@@ -455,7 +465,8 @@ var BUILD_ITEMS = [
455
465
  route: "/build/product-tours",
456
466
  color: "var(--brand-secondary)",
457
467
  platforms: ["runner"],
458
- productMode: "ai"
468
+ productMode: "ai",
469
+ hidden: true
459
470
  },
460
471
  {
461
472
  id: "wrappers",
@@ -464,7 +475,8 @@ var BUILD_ITEMS = [
464
475
  description: "Install and manage wrapper extensions",
465
476
  route: "/wrappers",
466
477
  color: "#06B6D4",
467
- platforms: ["runner"]
478
+ platforms: ["runner"],
479
+ hidden: true
468
480
  }
469
481
  ];
470
482
  var BUILD_GROUP = {
@@ -481,7 +493,8 @@ var INSIGHTS_ITEMS = [
481
493
  description: "Monitor and fix application errors from log sources",
482
494
  route: "/tools/error-monitor",
483
495
  color: "#4A90D9",
484
- productMode: "ai"
496
+ productMode: "ai",
497
+ hidden: true
485
498
  },
486
499
  {
487
500
  id: "processes",
@@ -489,7 +502,8 @@ var INSIGHTS_ITEMS = [
489
502
  icon: "Cpu",
490
503
  description: "Manage and monitor spawned child processes",
491
504
  color: "#06B6D4",
492
- productMode: "ai"
505
+ productMode: "ai",
506
+ hidden: true
493
507
  },
494
508
  {
495
509
  id: "activity-timeline",
@@ -498,7 +512,8 @@ var INSIGHTS_ITEMS = [
498
512
  description: "Searchable capture history \u2014 everything seen on screen during automation",
499
513
  route: "/observe/activity-timeline",
500
514
  color: "#06B6D4",
501
- platforms: ["runner"]
515
+ platforms: ["runner"],
516
+ hidden: true
502
517
  },
503
518
  {
504
519
  id: "automation-health",
@@ -507,7 +522,8 @@ var INSIGHTS_ITEMS = [
507
522
  description: "UI Bridge automation quality, selector reliability, and improvement recommendations",
508
523
  color: "#10B981",
509
524
  platforms: ["runner"],
510
- productMode: "ai"
525
+ productMode: "ai",
526
+ hidden: true
511
527
  },
512
528
  {
513
529
  id: "reflection",
@@ -516,14 +532,16 @@ var INSIGHTS_ITEMS = [
516
532
  description: "Reflection fix effectiveness and history",
517
533
  productMode: "ai",
518
534
  // Runner-only feature — has no web page (web route 404s).
519
- platforms: ["runner"]
535
+ platforms: ["runner"],
536
+ hidden: true
520
537
  },
521
538
  {
522
539
  id: "architecture",
523
540
  label: "Architecture",
524
541
  icon: "GitBranch",
525
542
  description: "Component dependency graph and SDK project architecture",
526
- productMode: "ai"
543
+ productMode: "ai",
544
+ hidden: true
527
545
  },
528
546
  {
529
547
  id: "api-surface",
@@ -531,7 +549,8 @@ var INSIGHTS_ITEMS = [
531
549
  icon: "Network",
532
550
  description: "Interactive map of every endpoint, command, query, and their connections",
533
551
  color: "#06B6D4",
534
- platforms: ["runner"]
552
+ platforms: ["runner"],
553
+ hidden: true
535
554
  },
536
555
  {
537
556
  id: "development-intelligence",
@@ -541,7 +560,8 @@ var INSIGHTS_ITEMS = [
541
560
  route: "/observe/development-intelligence",
542
561
  color: "#8B5CF6",
543
562
  platforms: ["runner"],
544
- productMode: "ai"
563
+ productMode: "ai",
564
+ hidden: true
545
565
  },
546
566
  {
547
567
  id: "project-explainer",
@@ -550,7 +570,8 @@ var INSIGHTS_ITEMS = [
550
570
  description: "Hierarchical explainer for any project: overview, per-cluster narratives, and per-page deep dives with embedded architecture diagrams. AI side panel for asking questions while reading.",
551
571
  route: "/observe/explainer",
552
572
  color: "#06B6D4",
553
- platforms: ["runner"]
573
+ platforms: ["runner"],
574
+ hidden: true
554
575
  },
555
576
  {
556
577
  id: "decision-trail",
@@ -560,7 +581,8 @@ var INSIGHTS_ITEMS = [
560
581
  route: "/observe/decision-trail",
561
582
  color: "#8B5CF6",
562
583
  productMode: "ai",
563
- platforms: ["runner"]
584
+ platforms: ["runner"],
585
+ hidden: true
564
586
  },
565
587
  {
566
588
  id: "session-recap",
@@ -570,7 +592,8 @@ var INSIGHTS_ITEMS = [
570
592
  route: "/observe/session-recap",
571
593
  color: "#8B5CF6",
572
594
  platforms: ["runner"],
573
- productMode: "ai"
595
+ productMode: "ai",
596
+ hidden: true
574
597
  }
575
598
  ];
576
599
  var INSIGHTS_GROUP = {
@@ -587,21 +610,24 @@ var CONFIGURE_ITEMS = [
587
610
  description: "Configure finding patterns",
588
611
  route: "/configure/finding-rules",
589
612
  color: "#FFD700",
590
- productMode: "ai"
613
+ productMode: "ai",
614
+ hidden: true
591
615
  },
592
616
  {
593
617
  id: "config-hooks",
594
618
  label: "Lifecycle Hooks",
595
619
  icon: "Webhook",
596
620
  description: "Configure execution event triggers",
597
- productMode: "ai"
621
+ productMode: "ai",
622
+ hidden: true
598
623
  },
599
624
  {
600
625
  id: "config-ui-bridge",
601
626
  label: "UI Bridge",
602
627
  icon: "Plug",
603
628
  description: "Manage UI Bridge integrations for external apps",
604
- productMode: "ai"
629
+ productMode: "ai",
630
+ hidden: true
605
631
  },
606
632
  {
607
633
  id: "event-history",
@@ -684,7 +710,8 @@ var DEV_ITEMS = [
684
710
  icon: "Accessibility",
685
711
  description: "Inspect and interact with native desktop accessibility trees via UIA, AT-SPI, or AX APIs",
686
712
  color: "#06B6D4",
687
- platforms: ["runner"]
713
+ platforms: ["runner"],
714
+ hidden: true
688
715
  }
689
716
  ];
690
717
  var DEV_GROUP = {
package/dist/index.d.cts CHANGED
@@ -174,14 +174,26 @@ type NavigationAction = {
174
174
  *
175
175
  * The new IA applies progressive disclosure:
176
176
  * - WORKSPACE / REVIEW / SYSTEM — the daily set, expanded by default.
177
- * - SPEND / AUTOMATE / BUILD / INSIGHTS / CONFIGURE / DEV — collapsed; the
178
- * legacy workflow-builder + monitoring + accumulated-intelligence long tail,
179
- * all still one disclosure-click away (nothing is removed; every route and
180
- * tab id is preserved so deep-links and tab-activation keep resolving).
177
+ * - SPEND / AUTOMATE / BUILD / INSIGHTS / CONFIGURE / DEV — the legacy
178
+ * workflow-builder + monitoring + accumulated-intelligence long tail.
179
+ * These are flagged `hidden: true` so they are kept out of the default
180
+ * sidebar entirely until the user opts into "Show advanced automation
181
+ * features" (setShowHiddenItems) — the same one-toggle disclosure that
182
+ * reveals the workflow-authoring builders. Nothing is removed; every route
183
+ * and tab id is preserved so deep-links and tab-activation keep resolving.
184
+ * (Groups that end up with no visible items are dropped by
185
+ * filterGroupsForPlatform, so no bare group header renders.)
186
+ *
187
+ * The default (toggle OFF, AI Dev mode) is therefore the lean, Terminal-first
188
+ * set: WORKSPACE (Home / Terminal / Active / Productivity), REVIEW (Runs /
189
+ * Findings / Memory / Knowledge), and SYSTEM (Settings / Help). This mirrors
190
+ * qontinui-web's coord+sessions-centric default menu.
181
191
  *
182
192
  * Both platforms share this structure; per-item `platforms`/`productMode`
183
193
  * filters yield the right view for each (web has no Terminal; runner has no
184
- * Dashboard/Runners, etc.).
194
+ * Dashboard/Runners, etc.). qontinui-web additionally demotes a few items the
195
+ * runner keeps (runs/active/findings/memory — task_run-scoped, not session-
196
+ * scoped) via its own local list; those stay un-`hidden` here.
185
197
  */
186
198
 
187
199
  declare const WORKSPACE_ITEMS: NavigationItem[];
package/dist/index.d.ts CHANGED
@@ -174,14 +174,26 @@ type NavigationAction = {
174
174
  *
175
175
  * The new IA applies progressive disclosure:
176
176
  * - WORKSPACE / REVIEW / SYSTEM — the daily set, expanded by default.
177
- * - SPEND / AUTOMATE / BUILD / INSIGHTS / CONFIGURE / DEV — collapsed; the
178
- * legacy workflow-builder + monitoring + accumulated-intelligence long tail,
179
- * all still one disclosure-click away (nothing is removed; every route and
180
- * tab id is preserved so deep-links and tab-activation keep resolving).
177
+ * - SPEND / AUTOMATE / BUILD / INSIGHTS / CONFIGURE / DEV — the legacy
178
+ * workflow-builder + monitoring + accumulated-intelligence long tail.
179
+ * These are flagged `hidden: true` so they are kept out of the default
180
+ * sidebar entirely until the user opts into "Show advanced automation
181
+ * features" (setShowHiddenItems) — the same one-toggle disclosure that
182
+ * reveals the workflow-authoring builders. Nothing is removed; every route
183
+ * and tab id is preserved so deep-links and tab-activation keep resolving.
184
+ * (Groups that end up with no visible items are dropped by
185
+ * filterGroupsForPlatform, so no bare group header renders.)
186
+ *
187
+ * The default (toggle OFF, AI Dev mode) is therefore the lean, Terminal-first
188
+ * set: WORKSPACE (Home / Terminal / Active / Productivity), REVIEW (Runs /
189
+ * Findings / Memory / Knowledge), and SYSTEM (Settings / Help). This mirrors
190
+ * qontinui-web's coord+sessions-centric default menu.
181
191
  *
182
192
  * Both platforms share this structure; per-item `platforms`/`productMode`
183
193
  * filters yield the right view for each (web has no Terminal; runner has no
184
- * Dashboard/Runners, etc.).
194
+ * Dashboard/Runners, etc.). qontinui-web additionally demotes a few items the
195
+ * runner keeps (runs/active/findings/memory — task_run-scoped, not session-
196
+ * scoped) via its own local list; those stay un-`hidden` here.
185
197
  */
186
198
 
187
199
  declare const WORKSPACE_ITEMS: NavigationItem[];
package/dist/index.js CHANGED
@@ -202,7 +202,8 @@ var SPEND_ITEMS = [
202
202
  description: "Token usage, cost breakdown, and provider latency analytics",
203
203
  color: "#D97706",
204
204
  platforms: ["runner"],
205
- productMode: "ai"
205
+ productMode: "ai",
206
+ hidden: true
206
207
  },
207
208
  {
208
209
  id: "cost-control",
@@ -211,7 +212,8 @@ var SPEND_ITEMS = [
211
212
  description: "Real-time budget tracking, circuit breakers, and cost anomaly detection",
212
213
  color: "#EF4444",
213
214
  platforms: ["runner"],
214
- productMode: "ai"
215
+ productMode: "ai",
216
+ hidden: true
215
217
  }
216
218
  ];
217
219
  var SPEND_GROUP = {
@@ -228,7 +230,8 @@ var AUTOMATE_ITEMS = [
228
230
  description: "Manage scheduled automation",
229
231
  productMode: "ai",
230
232
  // Runner-only feature — has no web page (web route 404s).
231
- platforms: ["runner"]
233
+ platforms: ["runner"],
234
+ hidden: true
232
235
  },
233
236
  {
234
237
  id: "triggers",
@@ -237,7 +240,8 @@ var AUTOMATE_ITEMS = [
237
240
  description: "Event-driven workflow automation",
238
241
  productMode: "ai",
239
242
  // Runner-only feature — has no web page (web route 404s).
240
- platforms: ["runner"]
243
+ platforms: ["runner"],
244
+ hidden: true
241
245
  },
242
246
  {
243
247
  id: "watchers",
@@ -246,7 +250,8 @@ var AUTOMATE_ITEMS = [
246
250
  description: "Scheduled reactive agents that monitor the activity timeline",
247
251
  route: "/observe/watchers",
248
252
  color: "#06B6D4",
249
- platforms: ["runner"]
253
+ platforms: ["runner"],
254
+ hidden: true
250
255
  }
251
256
  ];
252
257
  var AUTOMATE_GROUP = {
@@ -297,7 +302,8 @@ var BUILD_ITEMS = [
297
302
  description: "Browse saved automation assets",
298
303
  route: "/library",
299
304
  color: "var(--brand-secondary)",
300
- productMode: "ai"
305
+ productMode: "ai",
306
+ hidden: true
301
307
  },
302
308
  {
303
309
  id: "state-machine",
@@ -306,7 +312,8 @@ var BUILD_ITEMS = [
306
312
  description: "Build state machines from UI Bridge SDK apps",
307
313
  route: "/automation-builder/ui-bridge-states",
308
314
  color: "var(--brand-secondary)",
309
- productMode: "ai"
315
+ productMode: "ai",
316
+ hidden: true
310
317
  },
311
318
  {
312
319
  id: "specs",
@@ -315,7 +322,8 @@ var BUILD_ITEMS = [
315
322
  description: "Manage and generate UI Bridge page specs for testing and automation",
316
323
  route: "/build/specs",
317
324
  color: "var(--brand-secondary)",
318
- productMode: "ai"
325
+ productMode: "ai",
326
+ hidden: true
319
327
  },
320
328
  {
321
329
  id: "regression",
@@ -324,7 +332,8 @@ var BUILD_ITEMS = [
324
332
  description: "Run auto-generated regression suites against the live UI Bridge registry; review coverage and self-diagnoses for failures",
325
333
  color: "var(--brand-secondary)",
326
334
  platforms: ["runner"],
327
- productMode: "ai"
335
+ productMode: "ai",
336
+ hidden: true
328
337
  },
329
338
  {
330
339
  id: "vga",
@@ -355,7 +364,8 @@ var BUILD_ITEMS = [
355
364
  route: "/build/demo-videos",
356
365
  color: "var(--brand-secondary)",
357
366
  platforms: ["runner"],
358
- productMode: "ai"
367
+ productMode: "ai",
368
+ hidden: true
359
369
  },
360
370
  {
361
371
  id: "product-tours",
@@ -365,7 +375,8 @@ var BUILD_ITEMS = [
365
375
  route: "/build/product-tours",
366
376
  color: "var(--brand-secondary)",
367
377
  platforms: ["runner"],
368
- productMode: "ai"
378
+ productMode: "ai",
379
+ hidden: true
369
380
  },
370
381
  {
371
382
  id: "wrappers",
@@ -374,7 +385,8 @@ var BUILD_ITEMS = [
374
385
  description: "Install and manage wrapper extensions",
375
386
  route: "/wrappers",
376
387
  color: "#06B6D4",
377
- platforms: ["runner"]
388
+ platforms: ["runner"],
389
+ hidden: true
378
390
  }
379
391
  ];
380
392
  var BUILD_GROUP = {
@@ -391,7 +403,8 @@ var INSIGHTS_ITEMS = [
391
403
  description: "Monitor and fix application errors from log sources",
392
404
  route: "/tools/error-monitor",
393
405
  color: "#4A90D9",
394
- productMode: "ai"
406
+ productMode: "ai",
407
+ hidden: true
395
408
  },
396
409
  {
397
410
  id: "processes",
@@ -399,7 +412,8 @@ var INSIGHTS_ITEMS = [
399
412
  icon: "Cpu",
400
413
  description: "Manage and monitor spawned child processes",
401
414
  color: "#06B6D4",
402
- productMode: "ai"
415
+ productMode: "ai",
416
+ hidden: true
403
417
  },
404
418
  {
405
419
  id: "activity-timeline",
@@ -408,7 +422,8 @@ var INSIGHTS_ITEMS = [
408
422
  description: "Searchable capture history \u2014 everything seen on screen during automation",
409
423
  route: "/observe/activity-timeline",
410
424
  color: "#06B6D4",
411
- platforms: ["runner"]
425
+ platforms: ["runner"],
426
+ hidden: true
412
427
  },
413
428
  {
414
429
  id: "automation-health",
@@ -417,7 +432,8 @@ var INSIGHTS_ITEMS = [
417
432
  description: "UI Bridge automation quality, selector reliability, and improvement recommendations",
418
433
  color: "#10B981",
419
434
  platforms: ["runner"],
420
- productMode: "ai"
435
+ productMode: "ai",
436
+ hidden: true
421
437
  },
422
438
  {
423
439
  id: "reflection",
@@ -426,14 +442,16 @@ var INSIGHTS_ITEMS = [
426
442
  description: "Reflection fix effectiveness and history",
427
443
  productMode: "ai",
428
444
  // Runner-only feature — has no web page (web route 404s).
429
- platforms: ["runner"]
445
+ platforms: ["runner"],
446
+ hidden: true
430
447
  },
431
448
  {
432
449
  id: "architecture",
433
450
  label: "Architecture",
434
451
  icon: "GitBranch",
435
452
  description: "Component dependency graph and SDK project architecture",
436
- productMode: "ai"
453
+ productMode: "ai",
454
+ hidden: true
437
455
  },
438
456
  {
439
457
  id: "api-surface",
@@ -441,7 +459,8 @@ var INSIGHTS_ITEMS = [
441
459
  icon: "Network",
442
460
  description: "Interactive map of every endpoint, command, query, and their connections",
443
461
  color: "#06B6D4",
444
- platforms: ["runner"]
462
+ platforms: ["runner"],
463
+ hidden: true
445
464
  },
446
465
  {
447
466
  id: "development-intelligence",
@@ -451,7 +470,8 @@ var INSIGHTS_ITEMS = [
451
470
  route: "/observe/development-intelligence",
452
471
  color: "#8B5CF6",
453
472
  platforms: ["runner"],
454
- productMode: "ai"
473
+ productMode: "ai",
474
+ hidden: true
455
475
  },
456
476
  {
457
477
  id: "project-explainer",
@@ -460,7 +480,8 @@ var INSIGHTS_ITEMS = [
460
480
  description: "Hierarchical explainer for any project: overview, per-cluster narratives, and per-page deep dives with embedded architecture diagrams. AI side panel for asking questions while reading.",
461
481
  route: "/observe/explainer",
462
482
  color: "#06B6D4",
463
- platforms: ["runner"]
483
+ platforms: ["runner"],
484
+ hidden: true
464
485
  },
465
486
  {
466
487
  id: "decision-trail",
@@ -470,7 +491,8 @@ var INSIGHTS_ITEMS = [
470
491
  route: "/observe/decision-trail",
471
492
  color: "#8B5CF6",
472
493
  productMode: "ai",
473
- platforms: ["runner"]
494
+ platforms: ["runner"],
495
+ hidden: true
474
496
  },
475
497
  {
476
498
  id: "session-recap",
@@ -480,7 +502,8 @@ var INSIGHTS_ITEMS = [
480
502
  route: "/observe/session-recap",
481
503
  color: "#8B5CF6",
482
504
  platforms: ["runner"],
483
- productMode: "ai"
505
+ productMode: "ai",
506
+ hidden: true
484
507
  }
485
508
  ];
486
509
  var INSIGHTS_GROUP = {
@@ -497,21 +520,24 @@ var CONFIGURE_ITEMS = [
497
520
  description: "Configure finding patterns",
498
521
  route: "/configure/finding-rules",
499
522
  color: "#FFD700",
500
- productMode: "ai"
523
+ productMode: "ai",
524
+ hidden: true
501
525
  },
502
526
  {
503
527
  id: "config-hooks",
504
528
  label: "Lifecycle Hooks",
505
529
  icon: "Webhook",
506
530
  description: "Configure execution event triggers",
507
- productMode: "ai"
531
+ productMode: "ai",
532
+ hidden: true
508
533
  },
509
534
  {
510
535
  id: "config-ui-bridge",
511
536
  label: "UI Bridge",
512
537
  icon: "Plug",
513
538
  description: "Manage UI Bridge integrations for external apps",
514
- productMode: "ai"
539
+ productMode: "ai",
540
+ hidden: true
515
541
  },
516
542
  {
517
543
  id: "event-history",
@@ -594,7 +620,8 @@ var DEV_ITEMS = [
594
620
  icon: "Accessibility",
595
621
  description: "Inspect and interact with native desktop accessibility trees via UIA, AT-SPI, or AX APIs",
596
622
  color: "#06B6D4",
597
- platforms: ["runner"]
623
+ platforms: ["runner"],
624
+ hidden: true
598
625
  }
599
626
  ];
600
627
  var DEV_GROUP = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qontinui/navigation",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Shared navigation structure for Qontinui applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",