refactor(ui): finish style-only component migration

This commit is contained in:
2026-08-09 14:01:01 +05:30
parent 5c2c6a0a8f
commit 324928cfca
15 changed files with 197 additions and 50 deletions
@@ -23,7 +23,7 @@ component MarketingSectionHeader {
data-ui-component="MarketingSectionHeader"
data-size='{size}'
data-color='{color}'
class='{class}'
class='wire-marketing-section-header {class}'
>
<SectionHeader
id='{id}'
@@ -59,4 +59,8 @@ component MarketingSectionHeader {
</SectionHeader>
</div>
}
style {
.wire-marketing-section-header { width: 100%; min-width: 0; }
}
}