@topconsultnpm/sdkui-react 6.20.0-dev3.10 → 6.20.0-dev3.11

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.
@@ -5,6 +5,7 @@ import { AccessLevels, AccessLevelsEx, ArchiveConstraints, DcmtTypeListCacheServ
5
5
  import TMSpinner from '../base/TMSpinner';
6
6
  import { StyledDivHorizontal, StyledTooltipContainer, StyledTooltipItem, StyledTooltipSeparatorItem } from '../base/Styled';
7
7
  import TMTooltip from '../base/TMTooltip';
8
+ import { TMColors } from '../../utils/theme';
8
9
  export var ImageIDList;
9
10
  (function (ImageIDList) {
10
11
  ImageIDList["arrow_001"] = "arrow_001";
@@ -294,7 +295,7 @@ const TMTidViewer = ({ tmSession, tid, did, showIcon = false, color, showId = fa
294
295
  }, children: [showIcon && dtd && _jsx(TMDcmtTypeIcon, { dtd: dtd }), _jsx("p", { title: displayName(), style: {
295
296
  textAlign: 'left',
296
297
  marginLeft: showIcon ? '5px' : '',
297
- color: color ?? (dtd?.isView ? 'red' : ''),
298
+ color: color ?? (dtd?.isView ? 'red' : TMColors.primary),
298
299
  whiteSpace: 'nowrap',
299
300
  overflow: 'hidden',
300
301
  textOverflow: 'ellipsis',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.20.0-dev3.10",
3
+ "version": "6.20.0-dev3.11",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",