@comercti/vue-components-hmg 0.43.13 → 0.43.14

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/index.d.ts CHANGED
@@ -2355,6 +2355,8 @@ declare type MenuItem = {
2355
2355
  value: string;
2356
2356
  disabled?: boolean;
2357
2357
  icon?: string;
2358
+ iconColor?: string;
2359
+ iconSize?: string;
2358
2360
  color?: string;
2359
2361
  };
2360
2362
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.43.13",
3
+ "version": "0.43.14",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",