@widergy/energy-ui 3.102.1 → 3.102.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.102.3](https://github.com/widergy/energy-ui/compare/v3.102.2...v3.102.3) (2025-09-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [OUG-7927] payment plan visual errors ([#667](https://github.com/widergy/energy-ui/issues/667)) ([f5f0042](https://github.com/widergy/energy-ui/commit/f5f0042e29f33b2b10aeb4d8b2da099c1c260a49))
7
+
8
+ ## [3.102.2](https://github.com/widergy/energy-ui/compare/v3.102.1...v3.102.2) (2025-09-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove currency in utproductitem ([#679](https://github.com/widergy/energy-ui/issues/679)) ([ace65eb](https://github.com/widergy/energy-ui/commit/ace65eb0ffbbfe22a407e46db5ed4aa786a2a4ef))
14
+
1
15
  ## [3.102.1](https://github.com/widergy/energy-ui/compare/v3.102.0...v3.102.1) (2025-09-03)
2
16
 
3
17
 
@@ -71,6 +71,14 @@ const retrieveMuiTheme = theme => (0, _styles.createTheme)({
71
71
  color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'color'], _colorsModule.default.gray),
72
72
  '&$checked': {
73
73
  color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'checkedColor'], _colorsModule.default.inputPrimary)
74
+ },
75
+ '&$disabled': {
76
+ color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'disabledColor'], _colorsModule.default.gray),
77
+ opacity: 0.5
78
+ },
79
+ '&$checked$disabled': {
80
+ color: (0, _seamlessImmutable.getIn)(theme, ['UTCheckbox', 'checkbox', 'checkedColor'], _colorsModule.default.inputPrimary),
81
+ opacity: 0.5
74
82
  }
75
83
  }
76
84
  }
@@ -65,4 +65,5 @@ $header-workflow-max-width: 966px;
65
65
  .subtitle {
66
66
  max-width: 500px;
67
67
  overflow-wrap: break-word;
68
+ line-height: 22px;
68
69
  }
@@ -61,10 +61,10 @@ const UTProductItem = _ref => {
61
61
  }, discount)), !!previousAmount && /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
62
62
  colorTheme: "gray",
63
63
  className: classes.previousAmount
64
- }, "$ ".concat(previousAmount))), /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
64
+ }, previousAmount)), /*#__PURE__*/_react.default.createElement(_UTLabel.default, {
65
65
  weight: "medium",
66
66
  variant: "subtitle1"
67
- }, "$ ".concat(amount)))), /*#__PURE__*/_react.default.createElement("div", {
67
+ }, amount))), /*#__PURE__*/_react.default.createElement("div", {
68
68
  className: classes.rightSection
69
69
  }, !!selectedQuantity && /*#__PURE__*/_react.default.createElement("div", {
70
70
  className: classes.selectedQuantity
@@ -27,6 +27,7 @@
27
27
  }
28
28
 
29
29
  .subtitle {
30
+ line-height: 22px;
30
31
  text-align: center;
31
32
  }
32
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.102.1",
3
+ "version": "3.102.3",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",