tenjin-ui-kit 0.2.158 → 0.2.161

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.
@@ -33,7 +33,9 @@ function Divider(props) {
33
33
  textAlign: props.textAlign && props.textAlign
34
34
  }, /*#__PURE__*/React.createElement(_Chip.default, {
35
35
  label: props.title && props.title
36
- })), /*#__PURE__*/React.createElement(_text.default, null, props.children)) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_material.Divider, {
36
+ })), /*#__PURE__*/React.createElement(_text.default, null, props.children)) : props.title && props.title ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_material.Divider, {
37
37
  textAlign: props.textAlign && props.textAlign
38
- }, /*#__PURE__*/React.createElement(_text.default, null, props.title && props.title)), props.children));
38
+ }, /*#__PURE__*/React.createElement(_text.default, null, props.title && props.title)), props.children) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_material.Divider, {
39
+ textAlign: props.textAlign && props.textAlign
40
+ }), props.children));
39
41
  }
@@ -200,7 +200,7 @@ var GroupedIconMenu = function GroupedIconMenu(_ref) {
200
200
  width: "13rem",
201
201
  padding: "0.7rem",
202
202
  maxHeight: "14.5rem",
203
- overFlow: "auto"
203
+ overflow: "auto"
204
204
  }
205
205
  }, /*#__PURE__*/_react.default.createElement(_text.default, {
206
206
  fontWeight: "600",
@@ -189,7 +189,7 @@ var ProjectMenu = function ProjectMenu(_ref) {
189
189
  width: "13rem",
190
190
  padding: "0.7rem",
191
191
  maxHeight: "14.5rem",
192
- overFlow: "auto"
192
+ overflow: "auto"
193
193
  }
194
194
  }, /*#__PURE__*/_react.default.createElement(_text.default, {
195
195
  fontWeight: "600",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.158",
3
+ "version": "0.2.161",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },