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.
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1092,6 +1092,8 @@ var Th = /*#__PURE__*/function (_React$Component) {
|
|
1092
1092
|
return Th;
|
1093
1093
|
}(React__default.Component);
|
1094
1094
|
|
1095
|
+
Th.displayName = 'Th';
|
1096
|
+
|
1095
1097
|
var Td = /*#__PURE__*/function (_React$Component) {
|
1096
1098
|
_inheritsLoose(Td, _React$Component);
|
1097
1099
|
|
@@ -1118,6 +1120,8 @@ var Td = /*#__PURE__*/function (_React$Component) {
|
|
1118
1120
|
return Td;
|
1119
1121
|
}(React__default.Component);
|
1120
1122
|
|
1123
|
+
Td.displayName = 'Td';
|
1124
|
+
|
1121
1125
|
var Tr = /*#__PURE__*/function (_React$Component) {
|
1122
1126
|
_inheritsLoose(Tr, _React$Component);
|
1123
1127
|
|
@@ -1138,6 +1142,8 @@ var Tr = /*#__PURE__*/function (_React$Component) {
|
|
1138
1142
|
return Tr;
|
1139
1143
|
}(React__default.Component);
|
1140
1144
|
|
1145
|
+
Tr.displayName = 'Tr';
|
1146
|
+
|
1141
1147
|
var style$a = {"nav":"_JJyUj","nav_left":"_3kuw-","nav_right":"_3vpQT","nav_back":"_HJHB0","nav_text":"_1pO70"};
|
1142
1148
|
|
1143
1149
|
var Nav = /*#__PURE__*/function (_React$Component) {
|