braid-design-system 32.12.0 → 32.12.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 +16 -0
- package/codemod/dist/wrapper.js +36678 -44907
- package/dist/ToastContext.chunk.cjs +45 -4
- package/dist/ToastContext.chunk.mjs +46 -5
- package/dist/index.chunk.cjs +1 -1
- package/dist/index.chunk.mjs +1 -1
- package/dist/playroom/components.cjs +8 -3
- package/dist/playroom/components.mjs +9 -4
- package/dist/playroom/snippets.cjs +128 -102
- package/dist/playroom/snippets.mjs +128 -102
- package/dist/reset.d.ts +45 -43
- package/package.json +6 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# braid-design-system
|
|
2
2
|
|
|
3
|
+
## 32.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- **TooltipRenderer:** Re-evaluate position when `trigger` or `children` changes ([#1374](https://github.com/seek-oss/braid-design-system/pull/1374))
|
|
8
|
+
|
|
9
|
+
Fixes an issue where the tooltip would not re-evaluate its position when the `trigger` or `children` prop changed while the tooltip was already open.
|
|
10
|
+
|
|
11
|
+
## 32.12.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- When animating an SVG circle, it seems that the width changes slightly, which on Loader was causing the right-most one to push off the boundaries of the SVG View Box. ([#1370](https://github.com/seek-oss/braid-design-system/pull/1370))
|
|
16
|
+
|
|
17
|
+
This has been fixed so clipping should no longer occur.
|
|
18
|
+
|
|
3
19
|
## 32.12.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|