trepur_components 0.2.52 → 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.
@@ -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 ? " ".concat(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,
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.52",
5
+ "version": "0.2.53",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",