ui-kit-ck-consultant 0.6.58 → 0.6.60

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.
@@ -1089,6 +1089,8 @@ var Th = /*#__PURE__*/function (_React$Component) {
1089
1089
  return Th;
1090
1090
  }(React.Component);
1091
1091
 
1092
+ Th.displayName = 'Th';
1093
+
1092
1094
  var Td = /*#__PURE__*/function (_React$Component) {
1093
1095
  _inheritsLoose(Td, _React$Component);
1094
1096
 
@@ -1115,6 +1117,8 @@ var Td = /*#__PURE__*/function (_React$Component) {
1115
1117
  return Td;
1116
1118
  }(React.Component);
1117
1119
 
1120
+ Td.displayName = 'Td';
1121
+
1118
1122
  var Tr = /*#__PURE__*/function (_React$Component) {
1119
1123
  _inheritsLoose(Tr, _React$Component);
1120
1124
 
@@ -1135,6 +1139,8 @@ var Tr = /*#__PURE__*/function (_React$Component) {
1135
1139
  return Tr;
1136
1140
  }(React.Component);
1137
1141
 
1142
+ Tr.displayName = 'Tr';
1143
+
1138
1144
  var style$a = {"nav":"_JJyUj","nav_left":"_3kuw-","nav_right":"_3vpQT","nav_back":"_HJHB0","nav_text":"_1pO70"};
1139
1145
 
1140
1146
  var Nav = /*#__PURE__*/function (_React$Component) {