@comercti/icons-hmg 0.21.3 → 0.21.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1404,5 +1404,6 @@ declare module 'vue' {
1404
1404
  'ce-footer': typeof FooterComponent;
1405
1405
  'ce-layout': typeof LayoutComponent;
1406
1406
  'ce-section-footer': typeof SectionFooterComponent;
1407
+ 'ce-collapse': typeof CollapseComponent;
1407
1408
  }
1408
1409
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.21.3",
3
+ "version": "0.21.5",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",