@simplybusiness/mobius 5.15.3 → 5.15.4

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.15.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 088cf5b: Display help drawer in Assumptions page
8
+
3
9
  ## 5.15.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplybusiness/mobius",
3
3
  "license": "UNLICENSED",
4
- "version": "5.15.3",
4
+ "version": "5.15.4",
5
5
  "description": "Core library of Mobius react components",
6
6
  "repository": {
7
7
  "type": "git",
@@ -173,6 +173,8 @@
173
173
 
174
174
  & button {
175
175
  color: var(--color-primary);
176
+ display: flex;
177
+ gap: var(--size-xs);
176
178
  }
177
179
 
178
180
  & img {