@simplybusiness/mobius 5.27.5 → 5.28.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 +17 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/Button/Button.css +18 -20
- package/src/components/Checkbox/Checkbox.css +33 -21
- package/src/components/Drawer/Drawer.css +8 -8
- package/src/components/Label/Label.css +1 -1
- package/src/components/Modal/Modal.css +3 -4
- package/src/components/NumberField/NumberField.css +1 -1
- package/src/components/Select/Select.css +2 -2
- package/src/components/Switch/Switch.css +3 -3
- package/src/components/TextArea/TextArea.css +1 -1
- package/src/components/TextField/TextField.css +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 5.28.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dbd72a0: Add customisation for Checkbox UI
|
|
8
|
+
- 9b06f5a: Add CSS variables to style label colour and input border-radius
|
|
9
|
+
|
|
10
|
+
## 5.28.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 6962cbb: feat: Hoist all CSS variables into theme variable files
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 909dfe7: Add button variables to theme-core and ctm
|
|
19
|
+
|
|
3
20
|
## 5.27.5
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|