saraDahanCode
saraDahanCode
fix bug: #2464 **What I did** Fixed to clear the icon when the icon attribute is removed or empty. Added test-remove-icon-dynamic.html to demonstrate dynamic removal. **Testing Instructions** Open the demo...
Related to: #2693 **What I did** Added prism-esm to the default importmap in web-dev-server.config.js to enable client-side highlighting for `code-block`. **Testing Instructions** Run npm run dev and open the `client-side-highlighting`...
Partially addresses #2935 ## What I did 1. Created the new `` element. 2. Implemented functionality for grouping and displaying `` elements with support for removable and overflow states. 3....