/** * UI Utilities exports */ export { formatCell, formatCellOptional, formatVersion, formatVersionOptional, getTruncationInfo, type TruncationInfo, } from './formatting.js'; export { getDifferenceIconColor, getPluginIcon, getNotificationIconColor, type IconColorPair, type DifferenceType, type PluginSourceType, type NotificationType, } from './icons.js'; export { formatChangelog, isHeaderLine } from './changelog-format.js'; export { calculateCenterScrollOffset, getVisibleRange, getHiddenItemsCounts, } from './scroll-utils.js'; export { getGradeColor, getSeverityColor, getSeverityIcon, getScoreColor, getStatusColor, getRiskColor, } from './health-colors.js'; export { formatRelativeTime, type RelativeTimeOptions } from './time-format.js'; export { manualReasonBadge, manualUpdateMeta } from './manual-updates.js'; //# sourceMappingURL=index.d.ts.map