@comercti/react-components-hmg 0.25.4 → 0.25.6

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
@@ -2238,7 +2238,7 @@ declare interface IFields {
2238
2238
  }
2239
2239
 
2240
2240
  declare interface IItems {
2241
- id: number;
2241
+ id: number | string;
2242
2242
  title: string;
2243
2243
  description: string;
2244
2244
  status: keyof IStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.25.4",
3
+ "version": "0.25.6",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",