@simplybusiness/mobius 6.5.0 → 6.5.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/esm/tsconfig.tsbuildinfo +1 -0
- package/package.json +2 -2
- package/src/components/Accordion/Accordion.css +1 -1
- package/src/components/Button/Button.css +9 -8
- package/src/components/Link/Link.css +2 -2
- package/src/components/Radio/Radio.css +2 -1
- package/dist/cjs/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 6.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c46c9f9: Make radio button focus shadow themeable and consolidate radio styling
|
|
8
|
+
- 83da228: Fix Compare the Market theme focus and secondary color scheme by making component focus shadows themeable
|
|
9
|
+
|
|
10
|
+
## 6.5.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- f5af9d5: Add a tracking event for the USStateQuestion
|
|
15
|
+
|
|
3
16
|
## 6.5.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|