ui-kit-ck-consultant 0.5.178 → 0.5.181

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/css/style.css CHANGED
@@ -1,5 +1,14 @@
1
1
  /* start color */
2
2
 
3
+ .primary {
4
+ color: var(--primary-color) !important;
5
+ }
6
+ .secondary {
7
+ color: var(--secondary-color) !important;
8
+ }
9
+ .thirty {
10
+ color: var(--thirty-color) !important;
11
+ }
3
12
  .green {
4
13
  color: var(--green) !important;
5
14
  }
@@ -88,6 +97,15 @@
88
97
  color: var(--black) !important;
89
98
  }
90
99
 
100
+ .bg-primary {
101
+ background-color: var(--primary-color) !important;
102
+ }
103
+ .bg-secondary {
104
+ background-color: var(--secondary-color) !important;
105
+ }
106
+ .bg-thirty {
107
+ background-color: var(--thirty-color) !important;
108
+ }
91
109
  .bg-green {
92
110
  background-color: var(--green) !important;
93
111
  }
package/dist/index.js CHANGED
@@ -901,11 +901,7 @@ var Card = /*#__PURE__*/function (_React$Component) {
901
901
  _proto.render = function render() {
902
902
  return /*#__PURE__*/React__default.createElement("div", {
903
903
  className: classNames$1(style$b.card, this.props.className)
904
- }, this.props.imgLeft ? /*#__PURE__*/React__default.createElement("div", {
905
- style: {
906
- overflow: 'hidden'
907
- }
908
- }, /*#__PURE__*/React__default.createElement("img", {
904
+ }, this.props.imgLeft ? /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement("img", {
909
905
  style: {
910
906
  height: '100%'
911
907
  },
@@ -919,7 +915,10 @@ var Card = /*#__PURE__*/function (_React$Component) {
919
915
  className: style$b.loader
920
916
  }, /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null), /*#__PURE__*/React__default.createElement("span", null)), this.props.loaderText ? /*#__PURE__*/React__default.createElement("p", null, this.props.loaderText) : null)) : null, /*#__PURE__*/React__default.createElement("div", {
921
917
  style: {
922
- position: 'relative'
918
+ position: 'relative',
919
+ width: '100%',
920
+ display: 'flex',
921
+ flexDirection: 'column'
923
922
  }
924
923
  }, /*#__PURE__*/React__default.createElement("div", {
925
924
  className: style$b.card_top_border,
@@ -939,11 +938,7 @@ var Card = /*#__PURE__*/function (_React$Component) {
939
938
  onClick: this.props.onClick
940
939
  }, this.props.action))) : '', /*#__PURE__*/React__default.createElement("div", {
941
940
  className: classNames$1(style$b.card_body, this.props.classNameChildren)
942
- }, this.props.children)), this.props.imgRight ? /*#__PURE__*/React__default.createElement("div", {
943
- style: {
944
- overflow: 'hidden'
945
- }
946
- }, /*#__PURE__*/React__default.createElement("img", {
941
+ }, this.props.children)), this.props.imgRight ? /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement("img", {
947
942
  style: {
948
943
  height: '100%'
949
944
  },