@simplybusiness/theme-simplybusiness 1.17.20 → 1.17.21

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,12 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.17.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [472dc17]
8
+ - @simplybusiness/mobius-interventions@1.36.1
9
+
3
10
  ## 1.17.20
4
11
 
5
12
  ### Patch Changes
package/dist/index.css CHANGED
@@ -6161,6 +6161,10 @@ svg:not(:host).svg-inline--mobius-icon{
6161
6161
  .mobius-interventions__trade-based-cta-button{
6162
6162
  margin-top:0%;
6163
6163
  }
6164
+
6165
+ .mobius-interventions__trade-based-msm-box{
6166
+ max-width:none;
6167
+ }
6164
6168
  }
6165
6169
  .mobius-interventions__price-estimate{
6166
6170
  border:2px solid #4632d8;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.17.20",
3
+ "version": "1.17.21",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,7 +29,7 @@
29
29
  "@simplybusiness/mobius": "^5.26.1",
30
30
  "@simplybusiness/mobius-chatbot": "^1.0.8",
31
31
  "@simplybusiness/mobius-datepicker": "^6.5.12",
32
- "@simplybusiness/mobius-interventions": "^1.36.0",
32
+ "@simplybusiness/mobius-interventions": "^1.36.1",
33
33
  "@simplybusiness/mobius-journey": "^8.13.1",
34
34
  "@simplybusiness/theme-core": "^7.6.7"
35
35
  },