@comercti/react-components-hmg 0.23.19 → 0.23.21

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
@@ -1275,9 +1275,11 @@ declare function __VLS_template_28(): {
1275
1275
  }) => VNode[];
1276
1276
  header?: (props: {
1277
1277
  item: Record<string, any>;
1278
+ index: number;
1278
1279
  }) => VNode[];
1279
1280
  content?: (props: {
1280
1281
  item: Record<string, any>;
1282
+ index: number;
1281
1283
  }) => VNode[];
1282
1284
  }> & {
1283
1285
  [key: string]: (props: {
@@ -1285,9 +1287,11 @@ declare function __VLS_template_28(): {
1285
1287
  }) => VNode[];
1286
1288
  header?: (props: {
1287
1289
  item: Record<string, any>;
1290
+ index: number;
1288
1291
  }) => VNode[];
1289
1292
  content?: (props: {
1290
1293
  item: Record<string, any>;
1294
+ index: number;
1291
1295
  }) => VNode[];
1292
1296
  };
1293
1297
  refs: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.19",
3
+ "version": "0.23.21",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",