@widergy/utilitygo-smart-bill-web 3.9.0 → 3.9.1

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.9.1](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.9.0...v3.9.1) (2025-07-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * utility widergy visual fixes ([#56](https://github.com/widergy/UtilityGO-Smart-Bill-Web/issues/56)) ([575ed36](https://github.com/widergy/UtilityGO-Smart-Bill-Web/commit/575ed361193630dd1860d6d3cc66485d28907cc6))
7
+
1
8
  # [3.9.0](https://github.com/widergy/UtilityGO-Smart-Bill-Web/compare/v3.8.0...v3.9.0) (2025-07-10)
2
9
 
3
10
 
@@ -157,7 +157,7 @@ const Billing = _ref => {
157
157
  }))), /*#__PURE__*/_react.default.createElement("div", {
158
158
  className: _stylesModule.default.detailColumns
159
159
  }, /*#__PURE__*/_react.default.createElement("div", {
160
- className: _stylesModule.default.column
160
+ className: _stylesModule.default.leftColumn
161
161
  }, actionCards?.map(_ref2 => {
162
162
  let {
163
163
  isAdhered,
@@ -229,7 +229,7 @@ const Billing = _ref => {
229
229
  }, ivaCondition), /*#__PURE__*/_react.default.createElement(_energyUi.UTLabel, {
230
230
  colorTheme: "gray"
231
231
  }, ivaConditionHelpText)))))), /*#__PURE__*/_react.default.createElement("div", {
232
- className: _stylesModule.default.column
232
+ className: _stylesModule.default.rightColumn
233
233
  }, /*#__PURE__*/_react.default.createElement("div", {
234
234
  className: _stylesModule.default.totalCard
235
235
  }, /*#__PURE__*/_react.default.createElement("div", {
@@ -61,13 +61,25 @@
61
61
  }
62
62
  }
63
63
 
64
- .column {
64
+ %column {
65
65
  display: flex;
66
66
  flex: 1;
67
67
  flex-direction: column;
68
68
  grid-gap: 24px;
69
69
  }
70
70
 
71
+ .leftColumn {
72
+ @extend %column;
73
+
74
+ @media #{$mobile} {
75
+ order: 2;
76
+ }
77
+ }
78
+
79
+ .rightColumn {
80
+ @extend %column;
81
+ }
82
+
71
83
  .cardContainer {
72
84
  align-items: center;
73
85
  background-color: var(--light01);
@@ -29,9 +29,7 @@ const Glossary = _ref => {
29
29
  return glossaryLoading ? /*#__PURE__*/_react.default.createElement("div", {
30
30
  className: _stylesModule.default.loadingContainer
31
31
  }, /*#__PURE__*/_react.default.createElement(_energyUi.UTLoading, {
32
- loading: true,
33
- size: 80,
34
- thickness: 5
32
+ loading: true
35
33
  })) : /*#__PURE__*/_react.default.createElement(_energyUi.UTDocumentWizard, {
36
34
  handlers: handlers,
37
35
  labels: translations,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/utilitygo-smart-bill-web",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "UtilityGO SmartBill Web",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",