Skip to content

Commit 01af498

Browse files
committed
feat(ui): add dark mode theme support to BibleTextView and BibleReader
Added changeset for adding dark mode theme support to BibleTextView and BibleReader
1 parent af60173 commit 01af498

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.changeset/slick-worlds-rule.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
'@youversion/platform-react-ui': minor
3+
'@youversion/platform-core': minor
4+
'@youversion/platform-react-hooks': minor
5+
---
6+
7+
feat(ui): add dark mode theme support to BibleTextView and BibleReader
8+
9+
- Add theme prop (light/dark) to BibleTextView for text theme control
10+
- Implement theme inheritance from YouVersionProvider via useTheme hook
11+
- Add data-yv-sdk and data-yv-theme attributes for CSS styling
12+
- Pass theme prop from BibleReader to BibleTextView
13+
- Add yv:bg-background wrapper to all BibleTextView Storybook stories
14+
- Rename prop from 'background' to 'theme' for semantic clarity

0 commit comments

Comments
 (0)