@simplybusiness/theme-core 7.13.5 → 7.13.7

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.13.7
4
+
5
+ ### Patch Changes
6
+
7
+ - f8e1dbc: Add business variant and replace rsa logo with lexicon
8
+
9
+ ## 7.13.6
10
+
11
+ ### Patch Changes
12
+
13
+ - 89eddf0: Revert insurer logos change (fails MSM reverse proxy)
14
+
3
15
  ## 7.13.5
4
16
 
5
17
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3016,7 +3016,6 @@ svg:not(:host).svg-inline--mobius-icon{
3016
3016
  --size-inner-container:1004px;
3017
3017
  --size-focus-ring:2px;
3018
3018
  --size-border-width:2px;
3019
- --size-insurer-icon-max-width:80px;
3020
3019
 
3021
3020
  --radius-1:4px;
3022
3021
  --radius-2:8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.13.5",
3
+ "version": "7.13.7",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
package/src/variables.css CHANGED
@@ -125,7 +125,6 @@
125
125
  --size-inner-container: 1004px;
126
126
  --size-focus-ring: 2px;
127
127
  --size-border-width: 2px;
128
- --size-insurer-icon-max-width: 80px;
129
128
 
130
129
  --radius-1: 4px;
131
130
  --radius-2: 8px;