src/global/variables.css (6 lines): - line 24: --ring-border-disabled-active-color: var(--ring-border-hover-color); /* TODO: remove in 8.0 in favor of --ring-border-hover-color */ - line 40: --ring-action-link-color: rgb(var(--ring-action-link-components)); /* #2E55A3 */ /* TODO: remove in 8.0 in favor of --ring-link-color */ - line 98: --ring-pinned-shadow-color: rgb(var(--ring-pinned-shadow-components)); /* #6C707E */ /* TODO remove in 8.0 */ - line 112: --ring-hint-color: rgb(var(--ring-hint-components)); /* #2E55A3 */ /* TODO: remove in 8.0 */ - line 170: --ring-button-loader-background: rgba(var(--ring-white-text-components), 0.4); /* TODO remove in 8.0 */ - line 171: --ring-button-primary-background-color: var(--ring-main-color); /* TODO remove in 8.0 */ src/global/variables_dark.css (5 lines): - line 19: --ring-border-disabled-active-color: var(--ring-border-hover-color); /* TODO: remove in 8.0 in favor of --ring-border-hover-color */ - line 33: --ring-action-link-color: rgb(var(--ring-action-link-components)); /* #99BBFF */ /* TODO: remove in 8.0 in favor of --ring-link-color */ - line 88: --ring-pinned-shadow-color: rgb(var(--ring-pinned-shadow-components)); /* #000 */ /* TODO remove in 8.0 */ - line 99: --ring-hint-color: rgb(var(--ring-hint-components)); /* #868A91 */ /* TODO: remove in 8.0 */ - line 158: --ring-button-primary-background-color: var(--ring-main-color); /* TODO remove in 8.0 */ src/global/use-event-callback.ts (1 line): - line 3: // TODO deprecate in favor of useEffectEvent after dropping support for React < 19.2 src/query-assist/query-assist.tsx (1 line): - line 1033: [styles.inputGap2]: actions.length === 2, // TODO: replace with flex-box layout src/icon/icon.tsx (1 line): - line 38: loading?: boolean | null | undefined; // TODO: remove in 8.0 src/list/list-item.tsx (1 line): - line 71: ...restLinkProps // TODO use an allow list in 8.0 src/list/list.css (1 line): - line 189: /* TODO rename .hover to .selected in 8.0 */ src/loader/loader.tsx (1 line): - line 18: squares?: boolean; // TODO make default in 8.0 rollup.config.js (1 line): - line 22: 'components/error-page/*', // TODO Error page does not work because of importing GIF file src/list/consts.ts (1 line): - line 14: HINT = 3, // doesn't work, TODO remove in 8.0 src/dialog/dialog.tsx (1 line): - line 32: closeButtonInside: boolean; // TODO make it always true in 8.0 src/date-picker/day.tsx (1 line): - line 77: // TODO make keyboard navigation actually work src/icon/icon.css (1 line): - line 14: /* TODO remove in 8.0 */