@westpac/ui 1.8.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @westpac/ui
2
2
 
3
+ ## 1.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fe5dc2c: Fix Alert text wrapping below the `xsl` breakpoint
8
+
9
+ The Alert `base` slot only applied `flex` at the `xsl` breakpoint and above, so
10
+ on smaller viewports the icon and body were not laid out as flex items and the
11
+ text wrapped incorrectly. The `flex` layout is now applied at all breakpoints.
12
+
13
+ No consumer action is required. The fix is applied automatically on upgrade.
14
+
15
+ ## 1.9.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 8cf1528: add id to passcode inputs
20
+
3
21
  ## 1.8.0
4
22
 
5
23
  ### Minor Changes