@widergy/energy-ui 2.0.0 → 2.0.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.0.1](https://github.com/widergy/energy-ui/compare/v2.0.0...v2.0.1) (2023-02-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix ([#339](https://github.com/widergy/energy-ui/issues/339)) ([f6a1205](https://github.com/widergy/energy-ui/commit/f6a1205269006e8cdb14d6a4e07dcc0721a1af7f))
7
+
1
8
  # [2.0.0](https://github.com/widergy/energy-ui/compare/v1.134.2...v2.0.0) (2023-01-28)
2
9
 
3
10
 
@@ -100,8 +100,7 @@ var UTWorkflowContainer = function UTWorkflowContainer(_ref) {
100
100
  buttonProps: {
101
101
  colorTheme: 'primary',
102
102
  Icon: (withIcon || smallButtons) && NextIcon,
103
- iconPlacement: 'right',
104
- variant: 'outlined'
103
+ iconPlacement: 'right'
105
104
  }
106
105
  }, !smallButtons && (nextButton.label || _constants.NEXT))), /*#__PURE__*/_react.default.createElement("div", {
107
106
  className: "".concat(_stylesModule.default.workflowContent, " ").concat(classes.content)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",