ui-kit-ck-consultant 0.5.290 → 0.5.291
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.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1170,9 +1170,9 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1170
1170
|
|
1171
1171
|
_proto.render = function render() {
|
1172
1172
|
return /*#__PURE__*/React__default.createElement("div", {
|
1173
|
-
style:
|
1173
|
+
style: this.props.border ? {
|
1174
1174
|
borderLeft: "solid " + this.props.border + " 16px"
|
1175
|
-
} : {},
|
1175
|
+
} : {},
|
1176
1176
|
className: classNames$1(style$c.card, this.props.className)
|
1177
1177
|
}, this.props.disabled ? /*#__PURE__*/React__default.createElement("div", {
|
1178
1178
|
className: classNames$1(style$c.card_disabled)
|
@@ -1196,13 +1196,13 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1196
1196
|
}, /*#__PURE__*/React__default.createElement("div", {
|
1197
1197
|
className: style$c.loader
|
1198
1198
|
}, /*#__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", {
|
1199
|
-
style: {
|
1199
|
+
style: _extends({
|
1200
1200
|
position: 'relative',
|
1201
1201
|
width: '100%',
|
1202
1202
|
height: '100%',
|
1203
1203
|
display: 'flex',
|
1204
1204
|
flexDirection: 'column'
|
1205
|
-
}
|
1205
|
+
}, this.props.style || {})
|
1206
1206
|
}, /*#__PURE__*/React__default.createElement("div", {
|
1207
1207
|
className: style$c.card_top_border,
|
1208
1208
|
style: _extends({
|