wini-web-components 2.6.6 → 2.6.8

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.
@@ -245,7 +245,7 @@ class TSelectMultiple extends react_1.default.Component {
245
245
  this.setState(Object.assign(Object.assign({}, this.state), { value: newValue }));
246
246
  if (this.props.onChange)
247
247
  this.props.onChange(newValue);
248
- }, className: 'button-text-3', style: { color: _list.length ? 'var(--infor-main-color)' : 'var(--neutral-text-title-color)' } }, _list.length && isSelectedAll ? `${t("remove")} ${t("all").toLowerCase()}` : `${t("select")} ${t("all").toLowerCase()}`);
248
+ }, className: 'button-text-3', style: { color: _list.length ? undefined : 'var(--neutral-text-title-color)' } }, _list.length && isSelectedAll ? `${t("remove")} ${t("all").toLowerCase()}` : `${t("select")} ${t("all").toLowerCase()}`);
249
249
  })()),
250
250
  react_1.default.createElement("div", { className: `col ${input_multi_select_module_css_1.default['select-body']}`, onScroll: this.props.handleLoadmore ? (ev) => {
251
251
  if (this.props.handleLoadmore) {