sag_components 1.0.110 → 1.0.111

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.
@@ -15,7 +15,7 @@ var _core = require("@dnd-kit/core");
15
15
  var _classnames = _interopRequireDefault(require("classnames"));
16
16
  var _reactLoadingSkeleton = _interopRequireWildcard(require("react-loading-skeleton"));
17
17
  require("react-loading-skeleton/dist/skeleton.css");
18
- var _excluded = ["children", "display", "isLoading", "gridTemplateColumns", "nodeRef", "itemClass", "divStyle", "overStyle", "draggingStyle", "droppedStyle", "refId", "width", "height", "infoTitle", "infoText"];
18
+ var _excluded = ["children", "display", "isLoading", "gridTemplateColumns", "nodeRef", "itemClass", "divStyle", "overStyle", "draggingStyle", "droppedStyle", "refId", "width", "height", "infoTitle", "infoText", "disableInfo"];
19
19
  /**
20
20
  * Primary UI component for user interaction
21
21
  */
@@ -36,6 +36,8 @@ var OneColumnContainer = function OneColumnContainer(_ref) {
36
36
  height = _ref.height,
37
37
  infoTitle = _ref.infoTitle,
38
38
  infoText = _ref.infoText,
39
+ _ref$disableInfo = _ref.disableInfo,
40
+ disableInfo = _ref$disableInfo === void 0 ? false : _ref$disableInfo,
39
41
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
40
42
  var _useState = (0, _react.useState)(false),
41
43
  _useState2 = (0, _slicedToArray2.default)(_useState, 2),
@@ -72,7 +74,7 @@ var OneColumnContainer = function OneColumnContainer(_ref) {
72
74
  width: width.replace("px", "") * 0.76,
73
75
  height: 10,
74
76
  containerClassName: "avatar-skeleton"
75
- }))), !isLoading && !hover && children, !isLoading && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, hover && /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextContainer, {
77
+ }))), !isLoading && !hover && children, !disableInfo && !isLoading && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, hover && /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextContainer, {
76
78
  id: "InfoTextContainer",
77
79
  width: width,
78
80
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.110",
3
+ "version": "1.0.111",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {