chore: sync with main

This commit is contained in:
Liam DeBeasi
2024-03-19 14:24:51 -04:00
75 changed files with 1065 additions and 645 deletions

View File

@ -101,7 +101,7 @@ export class Toggle implements ComponentInterface {
/**
* How to control the alignment of the toggle and label on the cross axis.
* ``"start"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.
* `"start"`: The label and control will appear on the left of the cross axis in LTR, and on the right side in RTL.
* `"center"`: The label and control will appear at the center of the cross axis in both LTR and RTL.
*/
@Prop() alignment: 'start' | 'center' = 'center';