@westpac/ui 0.54.0 → 0.55.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 +16 -0
- package/dist/component-type.json +1 -1
- package/dist/components/button-dropdown/button-dropdown.component.d.ts +1 -1
- package/dist/components/button-dropdown/button-dropdown.component.js +2 -2
- package/dist/components/button-dropdown/button-dropdown.types.d.ts +5 -0
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.component.js +1 -0
- package/package.json +18 -13
- package/src/components/button-dropdown/button-dropdown.component.tsx +2 -1
- package/src/components/button-dropdown/button-dropdown.types.ts +5 -0
- package/src/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.component.tsx +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @westpac/ui
|
|
2
2
|
|
|
3
|
+
## 0.55.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7754db9: updated dependencies for security fixes
|
|
8
|
+
|
|
9
|
+
## 0.55.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- a0b45cf: - added a prop to handle the panel placement on button dropdown
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 2e750ae: add import react to modal dialog body
|
|
18
|
+
|
|
3
19
|
## 0.54.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|