@simplybusiness/theme-simplybusiness 1.17.8 → 1.17.9

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,15 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.17.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e2b862c]
8
+ - Updated dependencies [84e485d]
9
+ - Updated dependencies [10e54da]
10
+ - Updated dependencies [9854397]
11
+ - @simplybusiness/mobius-interventions@1.31.0
12
+
3
13
  ## 1.17.8
4
14
 
5
15
  ### Patch Changes
package/dist/index.css CHANGED
@@ -6060,12 +6060,14 @@ svg:not(:host).svg-inline--mobius-icon{
6060
6060
  border:solid 1px #9b6fb6;
6061
6061
  border-radius:8px;
6062
6062
  padding:5px;
6063
- max-width:440px;
6063
+ max-width:360px;
6064
+ margin-left:auto;
6065
+ margin-right:0;
6064
6066
  }
6065
6067
  .mobius-interventions__trade-based-msm-box .mobius-interventions__trade-based-msm-text{
6066
6068
  color:#554565;
6067
- font-size:18px;
6068
- font-weight:normal;
6069
+ font-size:15px;
6070
+ font-weight:900;
6069
6071
  }
6070
6072
  .mobius-interventions__trade-based-msm-box .mobius-interventions__trade-based-bulb-flexbox{
6071
6073
  padding:20px 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.17.8",
3
+ "version": "1.17.9",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,7 +29,7 @@
29
29
  "@simplybusiness/mobius": "^5.25.4",
30
30
  "@simplybusiness/mobius-chatbot": "^1.0.5",
31
31
  "@simplybusiness/mobius-datepicker": "^6.5.9",
32
- "@simplybusiness/mobius-interventions": "^1.30.0",
32
+ "@simplybusiness/mobius-interventions": "^1.31.0",
33
33
  "@simplybusiness/mobius-journey": "^8.7.0",
34
34
  "@simplybusiness/theme-core": "^7.6.4"
35
35
  },