Add scrollbar styles export
Checklist (Check off all the items before submitting)
- [x] Build process is done without errors. All tests pass in the
/libdirectory. - [x] Self-reviewed the code before submitting.
- [x] Meets accessibility standards.
- [x] Added/updated documentation to
/websiteas 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
scrollbarStylesexport insrc/index.ts. - Verified TS build passes and website builds correctly.
- Ensured all tests in
/libpass successfully.
Screenshots Not applicable.
Additional context
The import ./styles/scrollbarStyles was missing, causing TS build failures in the library.
**Closes #2190 **
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!
Hello @Kamalpannu, Thank you for opening this PR. We appreciate it and will review and discuss it as soon as we have some time.