ui-kit-ck-consultant 0.5.217 → 0.5.220

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.
package/dist/index.css CHANGED
@@ -64,6 +64,10 @@
64
64
  border-radius: 15px;
65
65
  }
66
66
 
67
+ ._2YluD._2vjgy {
68
+ background-color: transparent !important;
69
+ }
70
+
67
71
  ._2YluD._22C7A {
68
72
  width: 900px;
69
73
  }
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ function _setPrototypeOf(o, p) {
45
45
  return _setPrototypeOf(o, p);
46
46
  }
47
47
 
48
- var style = {"modal":"_Tr9L0","modal_container":"_2YluD","large":"_22C7A","modal_valid":"_RsujT","modal_close":"_1AbTJ","modal_header":"_2EzqX","modal_body":"_1-Y1J","full_modal_container":"_1w6wH","full_modal_header":"_2wSoq","full_modal_body":"_3bfp5","full_modal_body_no_padding":"_Pf5Uh"};
48
+ var style = {"modal":"_Tr9L0","modal_container":"_2YluD","no_background":"_2vjgy","large":"_22C7A","modal_valid":"_RsujT","modal_close":"_1AbTJ","modal_header":"_2EzqX","modal_body":"_1-Y1J","full_modal_container":"_1w6wH","full_modal_header":"_2wSoq","full_modal_body":"_3bfp5","full_modal_body_no_padding":"_Pf5Uh"};
49
49
 
50
50
  var Modal = /*#__PURE__*/function (_React$Component) {
51
51
  _inheritsLoose(Modal, _React$Component);
@@ -78,7 +78,7 @@ var Modal = /*#__PURE__*/function (_React$Component) {
78
78
  return null;
79
79
  }
80
80
 
81
- var modalContainerClass = classNames$1((_classNames = {}, _classNames[style.large] = !!this.props.large, _classNames), style.modal_container, this.props.className);
81
+ var modalContainerClass = classNames$1((_classNames = {}, _classNames[style.large] = !!this.props.large, _classNames[style.no_background] = !!this.props.noBackground, _classNames), style.modal_container, this.props.className);
82
82
  return /*#__PURE__*/React__default.createElement("div", {
83
83
  className: style.modal,
84
84
  onMouseDown: function onMouseDown(e) {
@@ -904,6 +904,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
904
904
 
905
905
  _proto.render = function render() {
906
906
  return /*#__PURE__*/React__default.createElement("div", {
907
+ style: this.props.border ? {
908
+ borderLeft: "solid " + this.props.border + " 16px"
909
+ } : {},
907
910
  className: classNames$1(style$b.card, this.props.className)
908
911
  }, this.props.disabled ? /*#__PURE__*/React__default.createElement("div", {
909
912
  className: classNames$1(style$b.card_disabled)