ui-kit-ck-consultant 0.5.228 → 0.5.229
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 +5 -2
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -1351,7 +1351,7 @@ var TabsMenu = /*#__PURE__*/function (_React$Component) {
|
|
1351
1351
|
return TabsMenu;
|
1352
1352
|
}(React.Component);
|
1353
1353
|
|
1354
|
-
var style$g = {"tabs_custom":"_1-Kad","tabs_custom_header":"_2ZXDI","
|
1354
|
+
var style$g = {"tabs_custom":"_1-Kad","tabs_custom_header":"_2ZXDI","noCard":"_2tReM","tabs_custom_body":"_3SfUF","tabs_custom_menu":"_38JFK","active":"_NU04_","disabled":"_1Km4b","tabs_custom_item":"_2bfgR"};
|
1355
1355
|
|
1356
1356
|
var TabsCustom = /*#__PURE__*/function (_React$Component) {
|
1357
1357
|
_inheritsLoose(TabsCustom, _React$Component);
|
@@ -1381,8 +1381,11 @@ var TabsCustomHeader = /*#__PURE__*/function (_React$Component) {
|
|
1381
1381
|
var _proto = TabsCustomHeader.prototype;
|
1382
1382
|
|
1383
1383
|
_proto.render = function render() {
|
1384
|
+
var _classNames;
|
1385
|
+
|
1386
|
+
var tabsHeaderClass = classNames$1((_classNames = {}, _classNames[style$g.tabs_custom_header] = true, _classNames[style$g.noCard] = !!this.props.noCard, _classNames[this.props.className] = !!this.props.className, _classNames));
|
1384
1387
|
return /*#__PURE__*/React.createElement("div", {
|
1385
|
-
className:
|
1388
|
+
className: tabsHeaderClass
|
1386
1389
|
}, this.props.children);
|
1387
1390
|
};
|
1388
1391
|
|