@comercti/vue-components-hmg 0.23.15 → 0.23.16

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
@@ -2057,6 +2057,7 @@ declare interface IBreadcrumbsProps {
2057
2057
  declare interface ICollapse {
2058
2058
  index: number;
2059
2059
  value: boolean;
2060
+ item: unknown;
2060
2061
  }
2061
2062
 
2062
2063
  declare interface IData<T = unknown> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.23.15",
3
+ "version": "0.23.16",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",