thm-p3-configurator 0.0.275 → 0.0.276

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.
@@ -74,10 +74,7 @@ const StyleWrapper = _ref => {
74
74
  return /*#__PURE__*/_react.default.createElement(_ThemeContext.ThemeProvider, {
75
75
  theme: theme
76
76
  }, /*#__PURE__*/_react.default.createElement("main", {
77
- className: (0, _helpers__.withStyle)("thm-configurator ".concat(
78
- // Don't apply offset when embedded in partner portal - it handles sidebar spacing
79
- false // was: APP_CONFIG.internal ? 'thm-configurator--offset' : ''
80
- , " ", theme === _constants__.BRANCH_THEME_BY_FORMULA.Trekhaakcentrum ? 'thc' : theme === _constants__.BRANCH_THEME_BY_FORMULA.TowMotiveGroup ? 'tmg' : '')),
77
+ className: (0, _helpers__.withStyle)("thm-configurator ".concat(APP_CONFIG.internal ? 'thm-configurator--offset' : '', " ").concat(theme === _constants__.BRANCH_THEME_BY_FORMULA.Trekhaakcentrum ? 'thc' : theme === _constants__.BRANCH_THEME_BY_FORMULA.TowMotiveGroup ? 'tmg' : '')),
81
78
  style: height
82
79
  }, children));
83
80
  };
@@ -1,5 +1,5 @@
1
1
  $configurator-offset-sm: 60px;
2
- $configurator-offset-lg: 200px;
2
+ $configurator-offset-lg: 260px;
3
3
 
4
4
  /* ==========================================================================
5
5
  Configurator Offset
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.275",
3
+ "version": "0.0.276",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",