@true-engineering/true-react-common-ui-kit 3.0.2 → 3.0.3

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.
@@ -8074,7 +8074,9 @@
8074
8074
  className: classes.root
8075
8075
  }, trueReactPlatformHelpers.addDataTestId(testId), addDataAttributes(data)), {
8076
8076
  children: items.map(function(item, i) {
8077
- return /* @__PURE__ */ jsx(ListItem, _object_spread_props$E(_object_spread$N({}, item), {
8077
+ return /* @__PURE__ */ jsx(ListItem, _object_spread_props$E(_object_spread$N({
8078
+ testId: trueReactPlatformHelpers.getTestId(testId, "item-".concat(i))
8079
+ }, item), {
8078
8080
  onClick: function(event) {
8079
8081
  return handleItemClick(event, item);
8080
8082
  }