@comercti/icons-hmg 0.43.7 → 0.43.9

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1421,6 +1421,7 @@ declare module 'vue' {
1421
1421
  'ce-breadcrumbs': typeof BreadcrumbsComponent;
1422
1422
  'ce-tab': typeof TabComponent;
1423
1423
  'ce-tab-item': typeof TabItemComponent;
1424
+ 'ce-context-menu': typeof ContextMenuComponent;
1424
1425
  }
1425
1426
  }
1426
1427
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.43.7",
3
+ "version": "0.43.9",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",