@widergy/energy-ui 2.3.2 → 2.3.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,10 @@
|
|
|
1
|
+
## [2.3.3](https://github.com/widergy/energy-ui/compare/v2.3.2...v2.3.3) (2023-05-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fixes mobile theme ([3393de2](https://github.com/widergy/energy-ui/commit/3393de23e01c3913e5f3e41bb2e28d381cc6e808))
|
|
7
|
+
|
|
1
8
|
## [2.3.2](https://github.com/widergy/energy-ui/compare/v2.3.1...v2.3.2) (2023-04-28)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -108,7 +108,9 @@ var retrieveStyle = function retrieveStyle(_ref) {
|
|
|
108
108
|
},
|
|
109
109
|
workflowContainer: _defineProperty({
|
|
110
110
|
padding: (0, _seamlessImmutable.getIn)(theme, ['UTWorkflowContainer', 'workflowContainer', 'padding'])
|
|
111
|
-
}, mobile,
|
|
111
|
+
}, mobile, {
|
|
112
|
+
padding: (0, _seamlessImmutable.getIn)(theme, ['UTWorkflowContainer', 'workflowContainer', 'mobile', 'padding'])
|
|
113
|
+
})
|
|
112
114
|
};
|
|
113
115
|
};
|
|
114
116
|
exports.retrieveStyle = retrieveStyle;
|