halstack-react icon indicating copy to clipboard operation
halstack-react copied to clipboard

Add scrollbar styles export

Open Kamalpannu opened this issue 2 months ago • 2 comments

Checklist (Check off all the items before submitting)

  • [x] Build process is done without errors. All tests pass in the /lib directory.
  • [x] Self-reviewed the code before submitting.
  • [x] Meets accessibility standards.
  • [x] Added/updated documentation to /website as needed.
  • [x] Added/updated tests as needed.

Purpose Fix the issue with missing scrollbarStyles export so it can be imported correctly in index.ts.

Description

  • Added scrollbarStyles export in src/index.ts.
  • Verified TS build passes and website builds correctly.
  • Ensured all tests in /lib pass successfully.

Screenshots Not applicable.

Additional context The import ./styles/scrollbarStyles was missing, causing TS build failures in the library.

**Closes #2190 **

Kamalpannu avatar Nov 07 '25 10:11 Kamalpannu

Hi @GomezIvann, just checking in to see if you had a chance to review this PR.
It exports the scrollbar styles as suggested in #2190, following the design system conventions.
Happy to make adjustments or add documentation updates if needed!

Kamalpannu avatar Nov 13 '25 06:11 Kamalpannu

Hello @Kamalpannu, Thank you for opening this PR. We appreciate it and will review and discuss it as soon as we have some time.

Jialecl avatar Nov 18 '25 12:11 Jialecl