@pareto-engineering/design-system 2.0.0-alpha.30 → 2.0.0-alpha.31

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.
@@ -86,7 +86,7 @@ var HorizontalMenu = _ref => {
86
86
  className: "md-h lg-h"
87
87
  }, currentStep === null || currentStep === void 0 ? void 0 : currentStep.title), /*#__PURE__*/React.createElement(_b.Logo, {
88
88
  className: "xs-h sm-h y-transparent",
89
- height: "2em",
89
+ height: "1.1em",
90
90
  color: logoColor
91
91
  }))));
92
92
  };
@@ -66,7 +66,7 @@ const HorizontalMenu = ({
66
66
  className: "md-h lg-h"
67
67
  }, currentStep === null || currentStep === void 0 ? void 0 : currentStep.title), /*#__PURE__*/React.createElement(Logo, {
68
68
  className: "xs-h sm-h y-transparent",
69
- height: "2em",
69
+ height: "1.1em",
70
70
  color: logoColor
71
71
  }))));
72
72
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pareto-engineering/design-system",
3
- "version": "2.0.0-alpha.30",
3
+ "version": "2.0.0-alpha.31",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",
@@ -79,7 +79,7 @@ const HorizontalMenu = ({
79
79
  <span className="md-h lg-h">
80
80
  { currentStep?.title }
81
81
  </span>
82
- <Logo className="xs-h sm-h y-transparent" height="2em" color={logoColor} />
82
+ <Logo className="xs-h sm-h y-transparent" height="1.1em" color={logoColor} />
83
83
  </div>
84
84
  {/*
85
85
  <div className="right">