@camstack/addon-agent-ui 1.2.75 → 1.2.76
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 +7 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -5407,6 +5407,12 @@ Object.fromEntries([
|
|
|
5407
5407
|
icon: "move",
|
|
5408
5408
|
order: 40
|
|
5409
5409
|
},
|
|
5410
|
+
{
|
|
5411
|
+
id: "navigation",
|
|
5412
|
+
label: "Navigation",
|
|
5413
|
+
icon: "compass",
|
|
5414
|
+
order: 41
|
|
5415
|
+
},
|
|
5410
5416
|
{
|
|
5411
5417
|
id: "consumables",
|
|
5412
5418
|
label: "Consumables",
|
|
@@ -37827,7 +37833,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
37827
37833
|
capability: adminUiCapability,
|
|
37828
37834
|
provider: {
|
|
37829
37835
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
37830
|
-
getVersion: async () => ({ version: "1.2.
|
|
37836
|
+
getVersion: async () => ({ version: "1.2.76" })
|
|
37831
37837
|
}
|
|
37832
37838
|
}];
|
|
37833
37839
|
}
|