@simplybusiness/theme-simplybusiness 1.22.8 → 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 +18 -0
- package/dist/index.css +0 -9
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.22.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6bec26f]
|
|
8
|
+
- @simplybusiness/mobius-interventions@1.68.0
|
|
9
|
+
- @simplybusiness/mobius-journey@8.36.1
|
|
10
|
+
|
|
11
|
+
## 1.22.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [a2445c0]
|
|
16
|
+
- Updated dependencies [3c669db]
|
|
17
|
+
- Updated dependencies [602aca3]
|
|
18
|
+
- @simplybusiness/mobius-interventions@1.67.0
|
|
19
|
+
- @simplybusiness/mobius-journey@8.36.0
|
|
20
|
+
|
|
3
21
|
## 1.22.8
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
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.
|
|
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": {
|