@widergy/energy-ui 3.139.1 → 3.140.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [3.140.0](https://github.com/widergy/energy-ui/compare/v3.139.1...v3.140.0) (2026-03-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * add index to test id ([#768](https://github.com/widergy/energy-ui/issues/768)) ([7331fa1](https://github.com/widergy/energy-ui/commit/7331fa1bfeb8d6f1523253d930b6eea69f9f0ca6))
7
+
1
8
  ## [3.139.1](https://github.com/widergy/energy-ui/compare/v3.139.0...v3.139.1) (2026-02-27)
2
9
 
3
10
 
@@ -65,7 +65,7 @@ class UTRadioGroup extends _react.PureComponent {
65
65
  checked: "".concat(classes.checked, " ").concat(classes.checkedIconRoot)
66
66
  },
67
67
  inputProps: {
68
- 'data-testid': dataTestId ? "".concat(dataTestId, ".input") : null
68
+ 'data-testid': dataTestId ? "".concat(dataTestId, ".input.").concat(index) : null
69
69
  }
70
70
  }),
71
71
  className: "".concat(classes.formControlLabel, " \n ").concat(this.props.divider && index === 0 && classes.topDivider, " \n ").concat(this.props.divider && classes.divider, "\n ").concat(className)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.139.1",
3
+ "version": "3.140.0",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",