@simplybusiness/theme-simplybusiness 1.19.3 → 1.19.4
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 +12 -0
- package/dist/index.css +3 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.19.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [22ccb86]
|
|
8
|
+
- Updated dependencies [54f4c91]
|
|
9
|
+
- Updated dependencies [93526b8]
|
|
10
|
+
- Updated dependencies [fbc029f]
|
|
11
|
+
- Updated dependencies [bfca493]
|
|
12
|
+
- @simplybusiness/mobius-journey@8.16.2
|
|
13
|
+
- @simplybusiness/mobius-interventions@1.41.0
|
|
14
|
+
|
|
3
15
|
## 1.19.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -6213,6 +6213,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6213
6213
|
width:757px;
|
|
6214
6214
|
background-image:url(c169e5139b1db7e633b9.png);
|
|
6215
6215
|
}
|
|
6216
|
+
.mobius-interventions__pl-after-location-trade-wrapper{
|
|
6217
|
+
margin:16px 0 0 0;
|
|
6218
|
+
}
|
|
6216
6219
|
@media only screen and (max-width: 750px){
|
|
6217
6220
|
.mobius-interventions__trade-based-homebuilder{
|
|
6218
6221
|
height:280px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.4",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@simplybusiness/mobius": "^5.26.3",
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.2.2",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.5.14",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.16.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.41.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.16.2",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.6.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|