@simplybusiness/theme-simplybusiness 1.19.0 → 1.19.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 +28 -0
- package/dist/9647e701768757b7cbf8.webp +0 -0
- package/dist/index.css +1 -1
- package/package.json +7 -7
- package/dist/bd3dc6207d15e47701df.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.19.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [aeec2c5]
|
|
8
|
+
- Updated dependencies [e736df1]
|
|
9
|
+
- Updated dependencies [d760f96]
|
|
10
|
+
- Updated dependencies [1dd4728]
|
|
11
|
+
- Updated dependencies [25cd188]
|
|
12
|
+
- Updated dependencies [ac858dc]
|
|
13
|
+
- @simplybusiness/mobius-journey@8.16.0
|
|
14
|
+
- @simplybusiness/mobius-interventions@1.40.1
|
|
15
|
+
- @simplybusiness/mobius@5.26.3
|
|
16
|
+
- @simplybusiness/mobius-chatbot@1.2.2
|
|
17
|
+
- @simplybusiness/mobius-datepicker@6.5.14
|
|
18
|
+
- @simplybusiness/theme-core@7.6.9
|
|
19
|
+
|
|
20
|
+
## 1.19.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [ad98885]
|
|
25
|
+
- Updated dependencies [0cf0b8a]
|
|
26
|
+
- Updated dependencies [a5fe1c8]
|
|
27
|
+
- @simplybusiness/mobius-interventions@1.40.0
|
|
28
|
+
- @simplybusiness/mobius-chatbot@1.2.1
|
|
29
|
+
- @simplybusiness/mobius-journey@8.15.2
|
|
30
|
+
|
|
3
31
|
## 1.19.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
|
Binary file
|
package/dist/index.css
CHANGED
|
@@ -6279,7 +6279,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6279
6279
|
justify-self:start;
|
|
6280
6280
|
|
|
6281
6281
|
aspect-ratio:1.2 / 1;
|
|
6282
|
-
background-image:url(
|
|
6282
|
+
background-image:url(9647e701768757b7cbf8.webp);
|
|
6283
6283
|
background-position:center center;
|
|
6284
6284
|
background-repeat:no-repeat;
|
|
6285
6285
|
background-size:contain;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.2",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.26.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.2.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^6.5.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.6.
|
|
29
|
+
"@simplybusiness/mobius": "^5.26.3",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.2.2",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^6.5.14",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.40.1",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.16.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.6.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|
|
Binary file
|