Commit 54e0727
Add SVG marker element support (#5683)
* Add SVG marker element support
- Add Marker class with all standard SVG marker attributes
- Include marker in SVG namespace and convenience functions
- Add test coverage for marker element
- Follows established patterns for SVG element implementation
Co-Authored-By: [email protected] <[email protected]>
* Add marker to _MAPPING for proper lazy loading
- Enables marker component to be discovered by Reflex's import system
- Addresses PR feedback from @adhami3310
Co-Authored-By: [email protected] <[email protected]>
* Revert marker from _MAPPING
- Remove marker from top-level _MAPPING as requested by @adhami3310
- Marker should only be available at rx.el.marker and rx.el.svg.marker
- Addresses PR feedback to keep marker in el namespace only
Co-Authored-By: [email protected] <[email protected]>
* Add marker to el elements _MAPPING
- Enables rx.el.marker and rx.el.svg.marker access
- Addresses PR feedback from @adhami3310
- Marker now properly available through el namespace only
Co-Authored-By: [email protected] <[email protected]>
* Update pyi_hashes.json after adding marker to el elements
- Generated by update-pyi-files pre-commit hook
- Fixes pre-commit issues as requested by @adhami3310
- All pre-commit hooks now pass with proper environment
Co-Authored-By: [email protected] <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>1 parent 8c1ca43 commit 54e0727
File tree
4 files changed
+42
-3
lines changed- reflex/components/el/elements
- tests/units/components/el
4 files changed
+42
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
487 | 517 | | |
488 | 518 | | |
489 | 519 | | |
| |||
522 | 552 | | |
523 | 553 | | |
524 | 554 | | |
| 555 | + | |
525 | 556 | | |
526 | 557 | | |
527 | 558 | | |
| |||
537 | 568 | | |
538 | 569 | | |
539 | 570 | | |
| 571 | + | |
540 | 572 | | |
541 | 573 | | |
542 | 574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
0 commit comments