@simplybusiness/theme-simplybusiness 1.19.20 → 1.19.22
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 +27 -0
- package/dist/index.css +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.19.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e0597dd]
|
|
8
|
+
- Updated dependencies [63c99e2]
|
|
9
|
+
- Updated dependencies [5b3ff0e]
|
|
10
|
+
- @simplybusiness/mobius-interventions@1.52.0
|
|
11
|
+
|
|
12
|
+
## 1.19.21
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [acbb9e9]
|
|
17
|
+
- Updated dependencies [3b9b2d1]
|
|
18
|
+
- Updated dependencies [0a88bec]
|
|
19
|
+
- Updated dependencies [f9900cb]
|
|
20
|
+
- Updated dependencies [15c16d9]
|
|
21
|
+
- Updated dependencies [5d5892a]
|
|
22
|
+
- Updated dependencies [b10a4d5]
|
|
23
|
+
- @simplybusiness/mobius-interventions@1.51.0
|
|
24
|
+
- @simplybusiness/mobius-journey@8.24.0
|
|
25
|
+
- @simplybusiness/mobius@5.27.3
|
|
26
|
+
- @simplybusiness/mobius-chatbot@1.4.1
|
|
27
|
+
- @simplybusiness/mobius-datepicker@6.5.18
|
|
28
|
+
- @simplybusiness/theme-core@7.6.13
|
|
29
|
+
|
|
3
30
|
## 1.19.20
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -5741,6 +5741,18 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5741
5741
|
max-height:45px;
|
|
5742
5742
|
max-width:100%;
|
|
5743
5743
|
}
|
|
5744
|
+
.powered-by-stripe-logo{
|
|
5745
|
+
height:24px;
|
|
5746
|
+
width:96px;
|
|
5747
|
+
}
|
|
5748
|
+
.mobius-call-to-action_secure-checkout-text{
|
|
5749
|
+
color:var(--color-text-medium);
|
|
5750
|
+
margin:0;
|
|
5751
|
+
padding:4px;
|
|
5752
|
+
}
|
|
5753
|
+
.mobius-call-to-action_secure-checkout-icon{
|
|
5754
|
+
color:var(--color-text-medium);
|
|
5755
|
+
}
|
|
5744
5756
|
.mobius-payment-summary__persistent-price-summary{
|
|
5745
5757
|
background-color:var(--color-background);
|
|
5746
5758
|
width:100%;
|
|
@@ -5845,6 +5857,8 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5845
5857
|
}
|
|
5846
5858
|
.mobius-payment-summary__checkout-button{
|
|
5847
5859
|
padding:20px;
|
|
5860
|
+
margin-top:32px;
|
|
5861
|
+
margin-bottom:16px;
|
|
5848
5862
|
}
|
|
5849
5863
|
.mobius-dialogue-modal__description{
|
|
5850
5864
|
margin:7px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.22",
|
|
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.27.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.4.
|
|
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.27.3",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.4.1",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^6.5.18",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.52.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.24.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.6.13"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|