@camstack/addon-terminal 0.1.76 → 0.1.77

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/addon.js CHANGED
@@ -5438,6 +5438,12 @@ Object.fromEntries([
5438
5438
  icon: "move",
5439
5439
  order: 40
5440
5440
  },
5441
+ {
5442
+ id: "navigation",
5443
+ label: "Navigation",
5444
+ icon: "compass",
5445
+ order: 41
5446
+ },
5441
5447
  {
5442
5448
  id: "consumables",
5443
5449
  label: "Consumables",
package/dist/addon.mjs CHANGED
@@ -5415,6 +5415,12 @@ Object.fromEntries([
5415
5415
  icon: "move",
5416
5416
  order: 40
5417
5417
  },
5418
+ {
5419
+ id: "navigation",
5420
+ label: "Navigation",
5421
+ icon: "compass",
5422
+ order: 41
5423
+ },
5418
5424
  {
5419
5425
  id: "consumables",
5420
5426
  label: "Consumables",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-terminal",
3
- "version": "0.1.76",
3
+ "version": "0.1.77",
4
4
  "description": "Interactive terminal sessions (pty + xterm) as a CamStack addon",
5
5
  "keywords": [
6
6
  "camstack",