src/Autocomplete/AutocompleteMenu.tsx (3 lines): - line 50: // TODO: rethink this part of the component API. this is kind of weird and confusing to use - line 51: // TODO: rethink `addNewItem` prop name - line 221: // TODO: make it possible to pass a leadingVisual when using `addNewItem` src/ActionList/Item.tsx (3 lines): - line 182: * TODO: When rem-based spacing on a 4px scale lands, replace - line 270: // TODO: When rem-based spacing on a 4px scale lands, replace - line 307: // TODO: When rem-based spacing on a 4px scale lands, replace src/Token/_RemoveTokenButton.tsx (2 lines): - line 73: // TODO: choose a better functional color variable for this - line 78: // TODO: choose a better functional color variable for this src/PageLayout/PageLayout.stories.tsx (2 lines): - line 299: {/* TODO: Replace with NavigationList when it's ready */} - line 344: // TODO: discussions page example src/PageLayout/PageLayout.tsx (2 lines): - line 48: // TODO: refs - line 222: // TODO: Account for pane width when centering content src/TextInputWithTokens.tsx (1 line): - line 213: // TODO: eliminate the first hack by making changes to the Autocomplete component src/Popover.tsx (1 line): - line 60: border: ${get('space.2')} solid transparent; // TODO: solid? src/utils/types/FormValidationStatus.ts (1 line): - line 1: export type FormValidationStatus = 'error' | 'success' | 'warning' // TODO: remove warning as a breaking change. Added for backwards compatibility with Textarea script/component-status-project/build.ts (1 line): - line 5: const fm = require('front-matter') // FIXME after this bugfix is merged https://github.com/jxson/front-matter/pull/77 src/Dropdown.tsx (1 line): - line 64: padding: 5px 0 5px 0 !important; //TODO: fix this override on our markdown styles src/ActionList/Header.tsx (1 line): - line 33: * TODO: When rem-based spacing on a 4px scale lands, replace src/Autocomplete/AutocompleteOverlay.tsx (1 line): - line 18: } & Pick // TODO: consider making 'aria-labelledby' required src/stories/TextInputWithTokens.stories.tsx (1 line): - line 143: // TODO: come up with a nicer way to unstyle an input component src/Autocomplete/AutocompleteContext.tsx (1 line): - line 6: // TODO: consider changing `id` to `listboxId` because we're just using it to associate the input and combobox with the listbox src/PointerBox.tsx (1 line): - line 6: // FIXME: Make this work with BetterStyledSystem types src/Autocomplete/AutocompleteInput.tsx (1 line): - line 133: // TODO: fix bug where this function prevents `onChange` from being triggered if the highlighted item text src/stories/Label2.stories.tsx (1 line): - line 10: // TODO: update story nesting src/ActionList/List.tsx (1 line): - line 107: * TODO: When rem-based spacing on a 4px scale lands, replace