You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is a breaking change, but as the library is a pre-v1 release we are publishing this update as a `minor` change.
6
+
> Please read the following instructions carefully before updating:
7
+
8
+
### Updated references for "left" and "right" to "start" and "end"
9
+
10
+
For improved i18n support and closer alignment with our Figma naming conventions, we have updated the references for "left" and "right" to "start" and "end" respectively in `Hero` and `River` components.
|`align`|`'left'`, `'right'`, `'center'`| <PropTableValuesvalues={[defaultRiverAlign]} /> | Alignment of text content relative to the Visual position |
158
-
|`imageTextRatio`|`'50:50'`, `'60:40'`| <PropTableValuesvalues={[defaultRiverImageTextRatio]} /> | The aspect ratio applied to the image in relation to the adjacent text. Affects overall layout proportions. |
|`align`|`'start'`, `'end'`, `'center'`| <PropTableValuesvalues={[defaultRiverAlign]} /> | Alignment of text content relative to the Visual position |
158
+
|`imageTextRatio`|`'50:50'`, `'60:40'`| <PropTableValuesvalues={[defaultRiverImageTextRatio]} /> | The aspect ratio applied to the image in relation to the adjacent text. Affects overall layout proportions. |
0 commit comments