Skip to content

Export StyledAccordion components from custom index#1543

Merged
leecalcote merged 1 commit into
masterfrom
claude/react-typescript-refactor-bBKyL
May 13, 2026
Merged

Export StyledAccordion components from custom index#1543
leecalcote merged 1 commit into
masterfrom
claude/react-typescript-refactor-bBKyL

Conversation

@leecalcote
Copy link
Copy Markdown
Member

@leecalcote leecalcote commented May 13, 2026

Notes for Reviewers

This PR exports the StyledAccordion and StyledAccordionSummary components from the custom components index file, making them available for use throughout the application.

Changes

  • Added exports for StyledAccordion and StyledAccordionSummary from ./StyledAccordion module in src/custom/index.tsx

Test Plan
N/A - This is a simple export addition. Existing tests will verify that the components can be properly imported and used.

Signed commits

  • Yes, I signed my commits.

…custom index

StyledAccordion/index.ts already re-exports both from StyledAccordion.tsx but
the custom barrel (src/custom/index.tsx) omitted them, so consumers had to
deep-import. Surface them alongside the other Styled* exports so meshery and
other consumers can import from @sistent/sistent directly.
Copilot AI review requested due to automatic review settings May 13, 2026 01:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR exposes the StyledAccordion and StyledAccordionSummary custom components via the src/custom/index.tsx barrel so they can be imported from the library’s custom export surface.

Changes:

  • Re-export StyledAccordion and StyledAccordionSummary from src/custom/index.tsx via ./StyledAccordion.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the exports in src/custom/index.tsx to include StyledAccordion and StyledAccordionSummary from the StyledAccordion module. I have no feedback to provide.

@leecalcote leecalcote merged commit a4c54a7 into master May 13, 2026
8 of 9 checks passed
@leecalcote leecalcote deleted the claude/react-typescript-refactor-bBKyL branch May 13, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants