@simplybusiness/theme-simplybusiness 1.22.9 → 1.22.10
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 +8 -0
- package/dist/index.css +0 -9
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -7164,15 +7164,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
7164
7164
|
padding:0;
|
|
7165
7165
|
}
|
|
7166
7166
|
}
|
|
7167
|
-
.trust-banner__content .trust-banner__image-feefo{
|
|
7168
|
-
max-width:584px;
|
|
7169
|
-
width:100%;
|
|
7170
|
-
}
|
|
7171
|
-
@media (max-width: 700px){
|
|
7172
|
-
.trust-banner__content .trust-banner__image-feefo{
|
|
7173
|
-
max-width:389px;
|
|
7174
|
-
}
|
|
7175
|
-
}
|
|
7176
7167
|
.trust-banner__content .trust-banner__image-trustpilot{
|
|
7177
7168
|
max-width:462px;
|
|
7178
7169
|
width:100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.10",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@simplybusiness/mobius": "^5.29.3",
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.4.12",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.7.0",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.36.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.68.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.36.1",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.8.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|