braid-design-system 32.9.0 → 32.9.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 +19 -0
- package/codemod/dist/index.js +255 -36
- package/codemod/dist/wrapper.js +24776 -20656
- package/dist/index.chunk.cjs +6 -3
- package/dist/index.chunk.mjs +6 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# braid-design-system
|
|
2
2
|
|
|
3
|
+
## 32.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update dependencies for codemod ([#1353](https://github.com/seek-oss/braid-design-system/pull/1353))
|
|
8
|
+
|
|
9
|
+
## 32.9.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- **Drawer:** Prevent close button protruding in left position ([#1351](https://github.com/seek-oss/braid-design-system/pull/1351))
|
|
14
|
+
|
|
15
|
+
Fixes an issue where the close button could protrude from a `Drawer`.
|
|
16
|
+
This was only visible when setting `position` to `left` and between a small range of screen widths — above 660px (`small` content width) and below 768px (`tablet` breakpoint).
|
|
17
|
+
|
|
18
|
+
- **RadioGroup:** Ensure `reserveMessageSpace` prevents layout shift correctly ([#1349](https://github.com/seek-oss/braid-design-system/pull/1349))
|
|
19
|
+
|
|
20
|
+
Consider the `reserveMessageSpace` prop as well as `message` when conditionally applying internal padding between radio list and field message.
|
|
21
|
+
|
|
3
22
|
## 32.9.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|