trepur_components 0.2.50 → 0.2.53

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.
@@ -77,7 +77,7 @@ const Nav = _ref => {
77
77
 
78
78
  const openSideNav = () => {
79
79
  setSideNavWidth({
80
- 'width': "".concat(sideBarWidth, "px"),
80
+ 'width': "".concat(sideBarWidth),
81
81
  'backgroundColor': mobileBgColor ? mobileBgColor : bgColor,
82
82
  'padding-right': '10px'
83
83
  });
@@ -189,7 +189,7 @@ const Nav = _ref => {
189
189
  className: 'flex ' + firstRowClasses
190
190
  }, firstRow && firstRow.map(rowItem => {
191
191
  return /*#__PURE__*/_react.default.createElement(_Column.default, {
192
- classes: 'h-16 ' + rowItem.columnClasses,
192
+ classes: rowItem.columnClasses ? "".concat(rowItem.columnClasses, " h-16") : 'h-16',
193
193
  sm: rowItem.smColumnWidth,
194
194
  md: rowItem.columnWidth,
195
195
  lg: rowItem.lgColumnWidth,
@@ -201,7 +201,7 @@ const Nav = _ref => {
201
201
  className: 'flex ' + secondRowClasses
202
202
  }, secondRow && secondRow.map(rowItem => {
203
203
  return /*#__PURE__*/_react.default.createElement(_Column.default, {
204
- classes: "h-16 ",
204
+ classes: "h-16",
205
205
  sm: rowItem.smColumnWidth,
206
206
  md: rowItem.columnWidth,
207
207
  lg: rowItem.lgColumnWidth,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "trepur_components",
3
3
  "description": "component lib",
4
4
  "author": "trepur_ttenneb",
5
- "version": "0.2.50",
5
+ "version": "0.2.53",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",