@westpac/ui 1.3.0 → 1.3.2
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 +13 -0
- package/dist/component-type.json +1 -1
- package/dist/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.js +1 -1
- package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.component.js +1 -1
- package/dist/components/date-picker/date-picker.component.js +1 -1
- package/dist/components/dropdown/dropdown.component.js +1 -1
- package/dist/components/modal/components/modal-backdrop/modal-backdrop.component.js +1 -1
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.component.js +1 -1
- package/dist/components/pagination/index.d.ts +1 -0
- package/dist/components/pagination/index.js +1 -0
- package/dist/components/pagination/pagination.hooks.js +1 -0
- package/dist/components/popover/components/panel/panel.styles.js +1 -1
- package/dist/css/westpac-ui.css +0 -3
- package/dist/css/westpac-ui.min.css +0 -3
- package/package.json +3 -3
- package/src/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.tsx +1 -1
- package/src/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.component.tsx +1 -1
- package/src/components/date-picker/date-picker.component.tsx +1 -1
- package/src/components/dropdown/dropdown.component.tsx +1 -1
- package/src/components/modal/components/modal-backdrop/modal-backdrop.component.tsx +1 -1
- package/src/components/multi-select/components/multi-select-popover/multi-select-popover.component.tsx +1 -1
- package/src/components/pagination/index.ts +1 -0
- package/src/components/pagination/pagination.hooks.ts +2 -0
- package/src/components/popover/components/panel/panel.styles.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @westpac/ui
|
|
2
2
|
|
|
3
|
+
## 1.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7e97f6b: - export usePagination hook from component library
|
|
8
|
+
- updated components that were using a portalContainer to look for data-brand instead of data-theme
|
|
9
|
+
|
|
10
|
+
## 1.3.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 6bf4357: - updated padding on the panel of the popover component
|
|
15
|
+
|
|
3
16
|
## 1.3.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|