@festo-ui/react 7.3.0-dev.492 → 7.3.0-dev.493

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.
@@ -31,7 +31,7 @@ const LoadingIndicator = /*#__PURE__*/forwardRef((_ref, ref) => {
31
31
  }), /*#__PURE__*/_jsx("div", {
32
32
  className: "fwe-waiting-circle-4"
33
33
  })]
34
- }), /*#__PURE__*/_jsx("div", {
34
+ }), children && /*#__PURE__*/_jsx("div", {
35
35
  className: "fwe-waiting-content-container",
36
36
  children: children
37
37
  })]
@@ -37,7 +37,7 @@ const LoadingIndicator = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
37
37
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
38
38
  className: "fwe-waiting-circle-4"
39
39
  })]
40
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
40
+ }), children && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
41
41
  className: "fwe-waiting-content-container",
42
42
  children: children
43
43
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "7.3.0-dev.492",
3
+ "version": "7.3.0-dev.493",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "type": "module",