@comercti/react-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
@@ -2156,6 +2156,7 @@ declare interface IBreadcrumbsProps {
2156
2156
  declare interface ICollapse {
2157
2157
  index: number;
2158
2158
  value: boolean;
2159
+ item: unknown;
2159
2160
  }
2160
2161
 
2161
2162
  declare interface IData<T = unknown> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-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",