(label, desc)
| 7 | const darkCodeTheme = themes.dracula; |
| 8 | |
| 9 | function dropdownItemHtml(label, desc) { |
| 10 | return `<div class="dropdown__heading"> |
| 11 | <span class="dropdown__label type-eta">${label}</span> |
| 12 | <svg width="11" height="14" viewBox="0 0 31 26" fill="none" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"> |
| 13 | <path fill-rule="evenodd" clip-rule="evenodd" d="M15.0757 22.4521L21.8352 15.7165L-4.42505e-07 15.7165L-6.51935e-07 10.9253L21.6238 10.9253L14.8626 4.18915L18.2631 0.801381L31 13.362L18.4768 25.8398L15.0757 22.4521Z" fill="currentColor"/></svg> |
| 14 | </div> |
| 15 | <span class="dropdown__description type-paragraph-small">${desc}</span>`; |
| 16 | } |
| 17 | |
| 18 | const defaultLocale = "en"; |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected