Commit 60b1baf
authored
Add missing rx.el.figure HTML element (#5575)
* Add missing rx.el.figure HTML element
- Add Figure class to typography.py following existing pattern
- Add figure to element mapping in __init__.py
- Create convenience function figure = Figure.create
- Fixes issue #5573 where rx.el.figure was not available
The figure element is a standard HTML semantic element used to
represent self-contained content, often with a caption using figcaption.
* Update pyi_hashes.json after adding Figure element
- Regenerated .pyi files locally to match CI expectations
- Fixes pre-commit hook failure in CI
* Regenerate pyi files using specified command
- Used 'uv run python -m reflex.utils.pyi_generator' as requested by @adhami3310
- Fixes CI pre-commit failure by updating pyi_hashes.json with correct values
- All 119 .pyi files regenerated successfully
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 3607041 commit 60b1baf
3 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
132 | 138 | | |
133 | 139 | | |
134 | 140 | | |
| 141 | + | |
135 | 142 | | |
136 | 143 | | |
137 | 144 | | |
| |||
0 commit comments