@simplybusiness/theme-core 7.13.6 → 7.13.8

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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.13.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [db2acef]
8
+ - @simplybusiness/mobius@6.4.1
9
+
10
+ ## 7.13.7
11
+
12
+ ### Patch Changes
13
+
14
+ - f8e1dbc: Add business variant and replace rsa logo with lexicon
15
+
3
16
  ## 7.13.6
4
17
 
5
18
  ### Patch Changes
package/dist/index.css CHANGED
@@ -85,7 +85,8 @@ h6.mobius-accordion__link-text,
85
85
  display:flex;
86
86
  flex-grow:1;
87
87
  align-items:center;
88
- font-size:var(--font-size-2);
88
+ font-size:var(--font-size-regular);
89
+ line-height:var(--line-height-normal);
89
90
  color:var(--color-text);
90
91
  border:2px solid;
91
92
  border-color:inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.13.6",
3
+ "version": "7.13.8",
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": "^6.4.0"
29
+ "@simplybusiness/mobius": "^6.4.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "build-scripts": "^1.0.1"