@simplybusiness/theme-core 7.4.3 → 7.5.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c487ba5]
8
+ - @simplybusiness/mobius@5.24.0
9
+
10
+ ## 7.5.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 8f5fbe0: Complete the migration of journey-components into mobius
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [8f5fbe0]
19
+ - @simplybusiness/mobius@5.23.0
20
+
3
21
  ## 7.4.3
4
22
 
5
23
  ### Patch Changes
package/dist/index.css CHANGED
@@ -65,7 +65,7 @@ h6.mobius-accordion__link-text,
65
65
  margin:0;
66
66
  margin-right:var(--size-xs);
67
67
  line-height:var(--line-height-normal);
68
- font-size:var(--font-size-regular);
68
+ font-size:var(--font-size-small-paragraph);
69
69
  font-weight:var(--font-weight-normal);
70
70
  }
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.4.3",
3
+ "version": "7.5.1",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,7 +26,7 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.22.0"
29
+ "@simplybusiness/mobius": "^5.24.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",