@luminati-io/uikit 6.2.3-beta.0 → 6.2.3

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.
@@ -42151,7 +42151,7 @@ var HeaderCell = function HeaderCell(props) {
42151
42151
  compact: compact
42152
42152
  }), compact && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_typography__WEBPACK_IMPORTED_MODULE_3__.Label, {
42153
42153
  variant: "sm",
42154
- color: "text",
42154
+ color: "text_quaternary",
42155
42155
  no_wrap: true
42156
42156
  }, name || id), canSort && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_sort_icon__WEBPACK_IMPORTED_MODULE_9__.SortIcon, {
42157
42157
  visible: !!iconVisible,
@@ -42212,11 +42212,13 @@ var HeaderCellResizer = styled_components__WEBPACK_IMPORTED_MODULE_2___default()
42212
42212
  });
42213
42213
  var renderCellContent = function renderCellContent(column, type, props) {
42214
42214
  var content = column[type];
42215
- if (lodash_isString__WEBPACK_IMPORTED_MODULE_0___default()(content)) return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_typography__WEBPACK_IMPORTED_MODULE_3__.Label, {
42216
- variant: "sm",
42217
- color: "text",
42218
- no_wrap: true
42219
- }, content);
42215
+ if (lodash_isString__WEBPACK_IMPORTED_MODULE_0___default()(content)) {
42216
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_typography__WEBPACK_IMPORTED_MODULE_3__.Label, {
42217
+ variant: "sm",
42218
+ color: "text_quaternary",
42219
+ no_wrap: true
42220
+ }, content);
42221
+ }
42220
42222
  return column.render(type, props);
42221
42223
  };
42222
42224