Skip to content

chore(CaretDownIcon): Replace all usages of CaretDownIcon with RhUiCaretDownIcon#12368

Open
tlabaj wants to merge 2 commits intopatternfly:mainfrom
tlabaj:caret_down_icon
Open

chore(CaretDownIcon): Replace all usages of CaretDownIcon with RhUiCaretDownIcon#12368
tlabaj wants to merge 2 commits intopatternfly:mainfrom
tlabaj:caret_down_icon

Conversation

@tlabaj
Copy link
Copy Markdown
Contributor

@tlabaj tlabaj commented Apr 21, 2026

What: towards #12244

Summary

  • Standardize caret-down usage on RhUiCaretDownIcon from @patternfly/react-icons/dist/esm/icons/rh-ui-caret-down-icon, replacing CaretDownIcon (caret-down-icon) and RhMicronsCaretDownIcon (rh-microns-caret-down-icon) across react-core, react-table, integration demos, and doc/example imports.
  • Tests: update jest.mock paths where needed; refresh Jest snapshots for DOM changes (single RH UI SVG vs. previous nested PF + RH overlay from createIcon).
  • Alert: in AlertToggleExpandButton.test.tsx, add @testing-library/jest-dom and assert getByRole('button') for toBeVisible() (typed HTMLElement vs. firstChild).

Summary by CodeRabbit

  • Style

    • Updated many dropdown and toggle caret icons across the UI (menus, tabs, lists, forms, alerts, cards, trees, wizards, etc.) for a more consistent visual appearance.
  • Tests

    • Adjusted test mocks and test setup to align with the updated icon components and enable DOM matchers used in assertions.

@tlabaj tlabaj requested review from a team, nicolethoen and wise-king-sullyman and removed request for a team April 21, 2026 15:03
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4af7621a-a590-4eb4-a46b-308eaede34fc

📥 Commits

Reviewing files that changed from the base of the PR and between 73cfce8 and 06f62a2.

⛔ Files ignored due to path filters (29)
  • packages/react-core/src/components/Card/__tests__/__snapshots__/CardHeader.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/ClipboardCopy/__tests__/__snapshots__/ClipboardCopyToggle.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/DataList/__tests__/Generated/__snapshots__/DataListToggle.test.tsx.snap is excluded by !**/*.snap, !**/generated/**
  • packages/react-core/src/components/DataList/__tests__/__snapshots__/DataListToggle.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/DatePicker/__tests__/__snapshots__/DatePicker.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/ExpandableSection/__tests__/__snapshots__/ExpandableSection.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Form/__tests__/__snapshots__/FormFieldGroup.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/FormSelect/__tests__/__snapshots__/FormSelect.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/JumpLinks/__tests__/__snapshots__/JumpLinks.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/MenuToggle/__tests__/__snapshots__/MenuToggle.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/MultipleFileUpload/__tests__/__snapshots__/MultipleFileUploadStatus.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Nav/__tests__/Generated/__snapshots__/NavExpandable.test.tsx.snap is excluded by !**/*.snap, !**/generated/**
  • packages/react-core/src/components/Nav/__tests__/__snapshots__/Nav.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/NotificationDrawer/__tests__/__snapshots__/NotificationDrawerGroup.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Pagination/__tests__/Generated/__snapshots__/PaginationOptionsMenu.test.tsx.snap is excluded by !**/*.snap, !**/generated/**
  • packages/react-core/src/components/Pagination/__tests__/__snapshots__/Pagination.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/SearchInput/__tests__/__snapshots__/SearchInput.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Tabs/__tests__/__snapshots__/OverflowTab.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Tabs/__tests__/__snapshots__/Tabs.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/TreeView/__tests__/__snapshots__/TreeViewListItem.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/deprecated/components/DualListSelector/__tests__/__snapshots__/DualListSelector.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/deprecated/components/Wizard/__tests__/Generated/__snapshots__/WizardToggle.test.tsx.snap is excluded by !**/*.snap, !**/generated/**
  • packages/react-core/src/deprecated/components/Wizard/__tests__/__snapshots__/Wizard.test.tsx.snap is excluded by !**/*.snap
  • packages/react-table/src/deprecated/components/Table/__tests__/__snapshots__/Table.test.tsx.snap is excluded by !**/*.snap
  • packages/react-templates/src/components/Dropdown/__tests__/__snapshots__/SimpleDropdown.test.tsx.snap is excluded by !**/*.snap
  • packages/react-templates/src/components/Select/__tests__/__snapshots__/CheckboxSelectSnapshots.test.tsx.snap is excluded by !**/*.snap
  • packages/react-templates/src/components/Select/__tests__/__snapshots__/MultiTypeaheadSelect.test.tsx.snap is excluded by !**/*.snap
  • packages/react-templates/src/components/Select/__tests__/__snapshots__/SimpleSelect.test.tsx.snap is excluded by !**/*.snap
  • packages/react-templates/src/components/Select/__tests__/__snapshots__/TypeaheadSelect.test.tsx.snap is excluded by !**/*.snap
📒 Files selected for processing (39)
  • packages/react-core/src/components/Accordion/AccordionToggle.tsx
  • packages/react-core/src/components/Accordion/__tests__/AccordionToggle.test.tsx
  • packages/react-core/src/components/Alert/AlertToggleExpandButton.tsx
  • packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx
  • packages/react-core/src/components/Breadcrumb/examples/Breadcrumb.md
  • packages/react-core/src/components/Card/CardHeader.tsx
  • packages/react-core/src/components/ClipboardCopy/ClipboardCopyToggle.tsx
  • packages/react-core/src/components/DataList/DataListToggle.tsx
  • packages/react-core/src/components/DataList/examples/DataList.md
  • packages/react-core/src/components/DualListSelector/DualListSelectorTreeItem.tsx
  • packages/react-core/src/components/ExpandableSection/ExpandableSection.tsx
  • packages/react-core/src/components/ExpandableSection/ExpandableSectionToggle.tsx
  • packages/react-core/src/components/Form/FormFieldGroupToggle.tsx
  • packages/react-core/src/components/FormSelect/FormSelect.tsx
  • packages/react-core/src/components/Icon/examples/Icon.md
  • packages/react-core/src/components/Icon/examples/IconBasic.tsx
  • packages/react-core/src/components/JumpLinks/JumpLinks.tsx
  • packages/react-core/src/components/Menu/examples/Menu.md
  • packages/react-core/src/components/MenuToggle/MenuToggle.tsx
  • packages/react-core/src/components/Modal/examples/Modal.md
  • packages/react-core/src/components/Nav/NavExpandable.tsx
  • packages/react-core/src/components/NotificationDrawer/NotificationDrawerGroup.tsx
  • packages/react-core/src/components/SearchInput/SearchInput.tsx
  • packages/react-core/src/components/Tabs/OverflowTab.tsx
  • packages/react-core/src/components/Tabs/Tabs.tsx
  • packages/react-core/src/components/TreeView/TreeViewListItem.tsx
  • packages/react-core/src/components/Wizard/WizardNavItem.tsx
  • packages/react-core/src/components/Wizard/WizardToggle.tsx
  • packages/react-core/src/demos/CustomMenus/CustomMenus.md
  • packages/react-core/src/demos/DataList/examples/DataListExpandableControlInToolbar.tsx
  • packages/react-core/src/demos/DataListDemo.md
  • packages/react-core/src/deprecated/components/DualListSelector/DualListSelectorTreeItem.tsx
  • packages/react-core/src/deprecated/components/Modal/examples/Modal.md
  • packages/react-core/src/deprecated/components/Wizard/WizardNavItem.tsx
  • packages/react-core/src/deprecated/components/Wizard/WizardToggle.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/BreadcrumbDemo/BreadcrumbDemo.tsx
  • packages/react-table/src/components/Table/CollapseColumn.tsx
  • packages/react-table/src/components/Table/utils/decorators/treeRow.tsx
  • packages/react-table/src/demos/Table.md
✅ Files skipped from review due to trivial changes (34)
  • packages/react-core/src/components/JumpLinks/JumpLinks.tsx
  • packages/react-core/src/components/FormSelect/FormSelect.tsx
  • packages/react-core/src/components/DualListSelector/DualListSelectorTreeItem.tsx
  • packages/react-core/src/components/MenuToggle/MenuToggle.tsx
  • packages/react-core/src/components/Alert/AlertToggleExpandButton.tsx
  • packages/react-core/src/components/NotificationDrawer/NotificationDrawerGroup.tsx
  • packages/react-core/src/components/Breadcrumb/examples/Breadcrumb.md
  • packages/react-core/src/components/Accordion/AccordionToggle.tsx
  • packages/react-core/src/components/ExpandableSection/ExpandableSection.tsx
  • packages/react-core/src/components/TreeView/TreeViewListItem.tsx
  • packages/react-core/src/demos/DataList/examples/DataListExpandableControlInToolbar.tsx
  • packages/react-core/src/components/Icon/examples/Icon.md
  • packages/react-core/src/components/DataList/DataListToggle.tsx
  • packages/react-core/src/components/SearchInput/SearchInput.tsx
  • packages/react-table/src/components/Table/CollapseColumn.tsx
  • packages/react-core/src/components/DataList/examples/DataList.md
  • packages/react-core/src/demos/CustomMenus/CustomMenus.md
  • packages/react-core/src/components/Modal/examples/Modal.md
  • packages/react-core/src/components/Wizard/WizardNavItem.tsx
  • packages/react-core/src/components/Tabs/OverflowTab.tsx
  • packages/react-core/src/components/ClipboardCopy/ClipboardCopyToggle.tsx
  • packages/react-core/src/components/Nav/NavExpandable.tsx
  • packages/react-core/src/deprecated/components/Modal/examples/Modal.md
  • packages/react-core/src/components/Card/CardHeader.tsx
  • packages/react-core/src/components/Form/FormFieldGroupToggle.tsx
  • packages/react-core/src/demos/DataListDemo.md
  • packages/react-core/src/components/Icon/examples/IconBasic.tsx
  • packages/react-core/src/components/ExpandableSection/ExpandableSectionToggle.tsx
  • packages/react-table/src/components/Table/utils/decorators/treeRow.tsx
  • packages/react-table/src/demos/Table.md
  • packages/react-integration/demo-app-ts/src/components/demos/BreadcrumbDemo/BreadcrumbDemo.tsx
  • packages/react-core/src/components/Menu/examples/Menu.md
  • packages/react-core/src/deprecated/components/DualListSelector/DualListSelectorTreeItem.tsx
  • packages/react-core/src/components/Tabs/Tabs.tsx
🚧 Files skipped from review as they are similar to previous changes (3)
  • packages/react-core/src/deprecated/components/Wizard/WizardNavItem.tsx
  • packages/react-core/src/deprecated/components/Wizard/WizardToggle.tsx
  • packages/react-core/src/components/Accordion/tests/AccordionToggle.test.tsx

Walkthrough

This PR uniformly replaces various caret-down icon imports/usages (e.g., RhMicronsCaretDownIcon / CaretDownIcon) with RhUiCaretDownIcon across components, tests, examples, demos, and deprecated copies. No control flow, props, accessibility attributes, or public APIs were altered.

Changes

Cohort / File(s) Summary
Accordion
packages/react-core/src/components/Accordion/AccordionToggle.tsx, packages/react-core/src/components/Accordion/__tests__/AccordionToggle.test.tsx
Swapped caret icon import to RhUiCaretDownIcon; updated Jest mock import path in test.
Alert
packages/react-core/src/components/Alert/AlertToggleExpandButton.tsx, packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx
Replaced caret icon with RhUiCaretDownIcon; test now imports @testing-library/jest-dom and mocks the new icon path.
Card / Clipboard / DataList / Expandable / JumpLinks
packages/react-core/src/components/Card/CardHeader.tsx, .../ClipboardCopy/ClipboardCopyToggle.tsx, .../DataList/DataListToggle.tsx, .../ExpandableSection/ExpandableSection.tsx, .../ExpandableSection/ExpandableSectionToggle.tsx, .../JumpLinks/JumpLinks.tsx
Replaced caret icon imports/usages with RhUiCaretDownIcon in toggle/expand controls.
Form / Menu / Search
packages/react-core/src/components/Form/FormFieldGroupToggle.tsx, .../FormSelect/FormSelect.tsx, .../MenuToggle/MenuToggle.tsx, .../SearchInput/SearchInput.tsx
Replaced RhMicronsCaretDownIcon / CaretDownIcon with RhUiCaretDownIcon for dropdown/toggle controls.
Nav / Notification / Tabs / Tree / DualListSelector
packages/react-core/src/components/Nav/NavExpandable.tsx, .../NotificationDrawer/NotificationDrawerGroup.tsx, .../Tabs/OverflowTab.tsx, .../Tabs/Tabs.tsx, .../TreeView/TreeViewListItem.tsx, .../DualListSelector/DualListSelectorTreeItem.tsx
Swapped caret icon to RhUiCaretDownIcon for expandable/toggle UI elements.
Wizard
packages/react-core/src/components/Wizard/WizardNavItem.tsx, .../Wizard/WizardToggle.tsx
Replaced caret/collapse indicator with RhUiCaretDownIcon.
Deprecated components
packages/react-core/src/deprecated/components/DualListSelector/..., .../deprecated/components/Modal/examples/Modal.md, .../deprecated/components/Wizard/...
Updated caret icon imports/usages to RhUiCaretDownIcon in deprecated copies and examples.
React-Table
packages/react-table/src/components/Table/CollapseColumn.tsx, packages/react-table/src/components/Table/utils/decorators/treeRow.tsx
Replaced caret icon imports/usages with RhUiCaretDownIcon for collapse/tree toggles.
Examples & Demos
packages/react-core/src/components/Icon/examples/*, .../Breadcrumb/examples/Breadcrumb.md, .../DataList/examples/DataList.md, .../Menu/examples/Menu.md, .../Modal/examples/Modal.md, packages/react-table/src/demos/Table.md, packages/react-core/src/demos/*, packages/react-integration/demo-app-ts/src/components/demos/BreadcrumbDemo/BreadcrumbDemo.tsx
Updated example/demo imports and sample JSX to use RhUiCaretDownIcon in docs and demos.
Misc small swaps
packages/react-core/src/components/ClipboardCopy/*, .../Tabs/*, .../TreeView/*, packages/react-core/src/demos/DataList/examples/DataListExpandableControlInToolbar.tsx, etc.
Multiple minor, consistent icon import and JSX swaps to RhUiCaretDownIcon across small components and demos.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~20 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers

  • nicolethoen
  • wise-king-sullyman
  • kmcfaul
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately summarizes the main change: replacing all CaretDownIcon usages with RhUiCaretDownIcon across the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@patternfly-build
Copy link
Copy Markdown
Collaborator

patternfly-build commented Apr 21, 2026

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx (1)

22-22: ⚠️ Potential issue | 🟡 Minor

firstChild assertion not migrated as stated in the PR description.

The PR description says this assertion was changed to getByRole('button') with a typed HTMLElement instead of firstChild, but line 22 still uses screen.getByTestId('container').firstChild. firstChild is typed as ChildNode | null, and toBeVisible() from @testing-library/jest-dom expects an Element, which can cause a TS error and yields a less robust assertion than targeting the button by role.

✏️ Proposed fix
-  expect(screen.getByTestId('container').firstChild).toBeVisible();
+  expect(screen.getByRole('button')).toBeVisible();

The surrounding <div data-testid="container"> wrapper would then no longer be needed.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In
`@packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx`
at line 22, Replace the brittle/incorrect firstChild usage in the test: instead
of using screen.getByTestId('container').firstChild with its ChildNode typing,
query the button directly via screen.getByRole('button') and assert its
visibility with toBeVisible(); update the variable typing to HTMLElement if you
store the result, and remove the surrounding <div data-testid="container">
wrapper and any references to getByTestId('container') since the role-based
query makes it unnecessary.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In
`@packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx`:
- Line 22: Replace the brittle/incorrect firstChild usage in the test: instead
of using screen.getByTestId('container').firstChild with its ChildNode typing,
query the button directly via screen.getByRole('button') and assert its
visibility with toBeVisible(); update the variable typing to HTMLElement if you
store the result, and remove the surrounding <div data-testid="container">
wrapper and any references to getByTestId('container') since the role-based
query makes it unnecessary.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3da3402f-8364-4f14-9375-c1f6e77ed278

📥 Commits

Reviewing files that changed from the base of the PR and between 6558bdd and 73cfce8.

⛔ Files ignored due to path filters (16)
  • packages/react-core/src/components/Card/__tests__/__snapshots__/CardHeader.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/DataList/__tests__/__snapshots__/DataListToggle.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/ExpandableSection/__tests__/__snapshots__/ExpandableSection.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Form/__tests__/__snapshots__/FormFieldGroup.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/FormSelect/__tests__/__snapshots__/FormSelect.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/JumpLinks/__tests__/__snapshots__/JumpLinks.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/MenuToggle/__tests__/__snapshots__/MenuToggle.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Nav/__tests__/Generated/__snapshots__/NavExpandable.test.tsx.snap is excluded by !**/*.snap, !**/generated/**
  • packages/react-core/src/components/Nav/__tests__/__snapshots__/Nav.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/NotificationDrawer/__tests__/__snapshots__/NotificationDrawerGroup.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/SearchInput/__tests__/__snapshots__/SearchInput.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Tabs/__tests__/__snapshots__/OverflowTab.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/Tabs/__tests__/__snapshots__/Tabs.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/components/TreeView/__tests__/__snapshots__/TreeViewListItem.test.tsx.snap is excluded by !**/*.snap
  • packages/react-core/src/deprecated/components/Wizard/__tests__/Generated/__snapshots__/WizardToggle.test.tsx.snap is excluded by !**/*.snap, !**/generated/**
  • packages/react-core/src/deprecated/components/Wizard/__tests__/__snapshots__/Wizard.test.tsx.snap is excluded by !**/*.snap
📒 Files selected for processing (39)
  • packages/react-core/src/components/Accordion/AccordionToggle.tsx
  • packages/react-core/src/components/Accordion/__tests__/AccordionToggle.test.tsx
  • packages/react-core/src/components/Alert/AlertToggleExpandButton.tsx
  • packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx
  • packages/react-core/src/components/Breadcrumb/examples/Breadcrumb.md
  • packages/react-core/src/components/Card/CardHeader.tsx
  • packages/react-core/src/components/ClipboardCopy/ClipboardCopyToggle.tsx
  • packages/react-core/src/components/DataList/DataListToggle.tsx
  • packages/react-core/src/components/DataList/examples/DataList.md
  • packages/react-core/src/components/DualListSelector/DualListSelectorTreeItem.tsx
  • packages/react-core/src/components/ExpandableSection/ExpandableSection.tsx
  • packages/react-core/src/components/ExpandableSection/ExpandableSectionToggle.tsx
  • packages/react-core/src/components/Form/FormFieldGroupToggle.tsx
  • packages/react-core/src/components/FormSelect/FormSelect.tsx
  • packages/react-core/src/components/Icon/examples/Icon.md
  • packages/react-core/src/components/Icon/examples/IconBasic.tsx
  • packages/react-core/src/components/JumpLinks/JumpLinks.tsx
  • packages/react-core/src/components/Menu/examples/Menu.md
  • packages/react-core/src/components/MenuToggle/MenuToggle.tsx
  • packages/react-core/src/components/Modal/examples/Modal.md
  • packages/react-core/src/components/Nav/NavExpandable.tsx
  • packages/react-core/src/components/NotificationDrawer/NotificationDrawerGroup.tsx
  • packages/react-core/src/components/SearchInput/SearchInput.tsx
  • packages/react-core/src/components/Tabs/OverflowTab.tsx
  • packages/react-core/src/components/Tabs/Tabs.tsx
  • packages/react-core/src/components/TreeView/TreeViewListItem.tsx
  • packages/react-core/src/components/Wizard/WizardNavItem.tsx
  • packages/react-core/src/components/Wizard/WizardToggle.tsx
  • packages/react-core/src/demos/CustomMenus/CustomMenus.md
  • packages/react-core/src/demos/DataList/examples/DataListExpandableControlInToolbar.tsx
  • packages/react-core/src/demos/DataListDemo.md
  • packages/react-core/src/deprecated/components/DualListSelector/DualListSelectorTreeItem.tsx
  • packages/react-core/src/deprecated/components/Modal/examples/Modal.md
  • packages/react-core/src/deprecated/components/Wizard/WizardNavItem.tsx
  • packages/react-core/src/deprecated/components/Wizard/WizardToggle.tsx
  • packages/react-integration/demo-app-ts/src/components/demos/BreadcrumbDemo/BreadcrumbDemo.tsx
  • packages/react-table/src/components/Table/CollapseColumn.tsx
  • packages/react-table/src/components/Table/utils/decorators/treeRow.tsx
  • packages/react-table/src/demos/Table.md

@tlabaj tlabaj changed the title chore(ExternalLinkSquareAltIcon): Replace all usages of CaretDownIcon with RhUiCaretDownIcon chore(CaretDownIcon): Replace all usages of CaretDownIcon with RhUiCaretDownIcon Apr 21, 2026
@tlabaj tlabaj requested review from a team April 21, 2026 15:57
Copy link
Copy Markdown
Contributor

@kmcfaul kmcfaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrew-ronaldson @lboehling

Want to confirm - do we want to use the "ui" or "micron" CaretDownIcon from RHDS? Should it be consistently always one set or will there be cases where different sets should be used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants