@simplybusiness/theme-core 7.13.3 → 7.13.5

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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.13.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8f5b73a]
8
+ - @simplybusiness/mobius@6.4.0
9
+
10
+ ## 7.13.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [73eef9e]
15
+ - Updated dependencies [5229bb9]
16
+ - @simplybusiness/mobius@6.3.3
17
+
3
18
  ## 7.13.3
4
19
 
5
20
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3016,6 +3016,7 @@ 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;
3019
3020
 
3020
3021
  --radius-1:4px;
3021
3022
  --radius-2:8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.13.3",
3
+ "version": "7.13.5",
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.3.2"
29
+ "@simplybusiness/mobius": "^6.4.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "build-scripts": "^1.0.1"
package/src/variables.css CHANGED
@@ -125,6 +125,7 @@
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;
128
129
 
129
130
  --radius-1: 4px;
130
131
  --radius-2: 8px;