@simplybusiness/theme-simplybusiness 1.24.0 → 1.24.2
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 +23 -0
- package/dist/index.css +1 -6
- package/package.json +12 -12
- package/dist/c169e5139b1db7e633b9.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.24.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e9fc12c: chore(deps): Update dependencies
|
|
8
|
+
- Updated dependencies [64cac27]
|
|
9
|
+
- Updated dependencies [e9fc12c]
|
|
10
|
+
- Updated dependencies [1c1201d]
|
|
11
|
+
- Updated dependencies [b7ea861]
|
|
12
|
+
- @simplybusiness/mobius-journey@8.42.0
|
|
13
|
+
- @simplybusiness/mobius-interventions@1.71.0
|
|
14
|
+
- @simplybusiness/mobius-datepicker@6.7.3
|
|
15
|
+
- @simplybusiness/mobius-chatbot@1.4.16
|
|
16
|
+
- @simplybusiness/theme-core@7.8.6
|
|
17
|
+
- @simplybusiness/mobius@5.29.6
|
|
18
|
+
|
|
19
|
+
## 1.24.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [df83d40]
|
|
24
|
+
- @simplybusiness/mobius-journey@8.41.0
|
|
25
|
+
|
|
3
26
|
## 1.24.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -6206,12 +6206,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6206
6206
|
display:none;
|
|
6207
6207
|
}
|
|
6208
6208
|
.mobius-interventions__trade-based-homebuilder{
|
|
6209
|
-
|
|
6210
|
-
background-repeat:no-repeat;
|
|
6211
|
-
background-size:contain;
|
|
6212
|
-
height:224px;
|
|
6213
|
-
width:757px;
|
|
6214
|
-
background-image:url(c169e5139b1db7e633b9.png);
|
|
6209
|
+
margin-right:25px;
|
|
6215
6210
|
}
|
|
6216
6211
|
.mobius-interventions__pl-after-location-trade-wrapper{
|
|
6217
6212
|
margin:16px 0 0 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.2",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,27 +26,27 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.29.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.4.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^6.7.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.8.
|
|
29
|
+
"@simplybusiness/mobius": "^5.29.6",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.4.16",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^6.7.3",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.71.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.42.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.8.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|
|
38
|
-
"esbuild": "^0.25.
|
|
38
|
+
"esbuild": "^0.25.5",
|
|
39
39
|
"esbuild-plugin-clean": "^1.0.1",
|
|
40
40
|
"mini-css-extract-plugin": "^2.9.2",
|
|
41
|
-
"postcss": "^8.5.
|
|
41
|
+
"postcss": "^8.5.6",
|
|
42
42
|
"postcss-discard-comments": "^7.0.4",
|
|
43
|
-
"postcss-import": "^16.1.
|
|
43
|
+
"postcss-import": "^16.1.1",
|
|
44
44
|
"postcss-loader": "^8.1.1",
|
|
45
45
|
"postcss-nested": "^7.0.2",
|
|
46
|
-
"postcss-preset-env": "^10.
|
|
46
|
+
"postcss-preset-env": "^10.2.3",
|
|
47
47
|
"postcss-url": "^10.1.3",
|
|
48
48
|
"resolve-url-loader": "^5.0.0",
|
|
49
|
-
"sass": "^1.89.
|
|
49
|
+
"sass": "^1.89.2",
|
|
50
50
|
"sass-loader": "^16.0.5",
|
|
51
51
|
"webpack": "^5.99.9",
|
|
52
52
|
"webpack-cli": "^6.0.1",
|
|
Binary file
|