### toolbar-update-align-values [(#10366)](https://github.com/patternfly/patternfly-react/pull/10366)

The values for the `align` property on ToolbarGroup and ToolbarItem, and the `alignment` property on ToolbarToggleGroup, have been updated from "alignLeft" and "alignRight" to "alignStart" and "alignEnd", respectively.

#### Examples

In:

```jsx
%inputExample%
```

Out:

```jsx
%outputExample%
```
