@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 +7 -0
- package/dist/index.css +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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
|
},
|