@widergy/energy-ui 2.3.0 → 2.3.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
+ ## [2.3.1](https://github.com/widergy/energy-ui/compare/v2.3.0...v2.3.1) (2023-04-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * adds styles to theme ([b3b0e92](https://github.com/widergy/energy-ui/commit/b3b0e928d15f9f614d3776791d8b88139957712c))
7
+
1
8
  # [2.3.0](https://github.com/widergy/energy-ui/compare/v2.2.4...v2.3.0) (2023-04-14)
2
9
 
3
10
 
@@ -105,7 +105,10 @@ var retrieveStyle = function retrieveStyle(_ref) {
105
105
  margin: (0, _seamlessImmutable.getIn)(theme, ['UTWorkflowContainer', 'bottomActions', 'container', 'padding'], '0'),
106
106
  minHeight: (0, _seamlessImmutable.getIn)(theme, ['UTWorkflowContainer', 'bottomActions', 'container', 'minHeight'], '90px'),
107
107
  padding: (0, _classesUtils.withImportant)((theme === null || theme === void 0 ? void 0 : (_theme$UTWorkflowCont7 = theme.UTWorkflowContainer) === null || _theme$UTWorkflowCont7 === void 0 ? void 0 : (_theme$UTWorkflowCont8 = _theme$UTWorkflowCont7.bottomActions) === null || _theme$UTWorkflowCont8 === void 0 ? void 0 : (_theme$UTWorkflowCont9 = _theme$UTWorkflowCont8.container) === null || _theme$UTWorkflowCont9 === void 0 ? void 0 : _theme$UTWorkflowCont9.padding) || 0)
108
- }
108
+ },
109
+ workflowContainer: _defineProperty({
110
+ padding: (0, _seamlessImmutable.getIn)(theme, ['UTWorkflowContainer', 'workflowContainer', 'padding'])
111
+ }, mobile, (0, _seamlessImmutable.getIn)(theme, ['UTWorkflowContainer', 'workflowContainer', 'mobile', 'padding']))
109
112
  };
110
113
  };
111
114
  exports.retrieveStyle = retrieveStyle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",