Merge branch 'main' into chore/update-from-main

This commit is contained in:
Brandy Smith
2025-08-20 15:20:13 -04:00
179 changed files with 3032 additions and 9042 deletions

View File

@ -347,7 +347,12 @@ export class Checkbox implements ComponentInterface {
</div>
<div class="native-wrapper">
{/* Phosphor Icons define a larger viewBox */}
<svg class="checkbox-icon" viewBox={theme === 'ionic' ? '0 0 256 256' : '0 0 24 24'} part="container">
<svg
class="checkbox-icon"
viewBox={theme === 'ionic' ? '0 0 256 256' : '0 0 24 24'}
part="container"
aria-hidden="true"
>
{path}
</svg>
</div>