@simplybusiness/theme-simplybusiness 1.15.5 → 1.15.7
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 +14 -0
- package/dist/index.css +10 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.15.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [32123fc]
|
|
8
|
+
- @simplybusiness/mobius-journey@7.1.1
|
|
9
|
+
|
|
10
|
+
## 1.15.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [4097879]
|
|
15
|
+
- @simplybusiness/mobius-journey@7.1.0
|
|
16
|
+
|
|
3
17
|
## 1.15.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -5402,7 +5402,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5402
5402
|
margin-right:10px;
|
|
5403
5403
|
}
|
|
5404
5404
|
.mobius-payment-summary__styled-divider{
|
|
5405
|
-
height:var(--size-
|
|
5405
|
+
height:var(--size-lg) !important;
|
|
5406
5406
|
}
|
|
5407
5407
|
.mobius-payment-summary__styled-flex{
|
|
5408
5408
|
width:100%;
|
|
@@ -5480,10 +5480,10 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5480
5480
|
}
|
|
5481
5481
|
.mobius-payment-summary__item-grid{
|
|
5482
5482
|
display:grid;
|
|
5483
|
-
|
|
5483
|
+
row-gap:8px;
|
|
5484
5484
|
}
|
|
5485
5485
|
.mobius-payment-summary__justified-text{
|
|
5486
|
-
|
|
5486
|
+
place-self:center flex-end;
|
|
5487
5487
|
}
|
|
5488
5488
|
.mobius-payment-summary__align-center{
|
|
5489
5489
|
align-self:center;
|
|
@@ -5655,7 +5655,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5655
5655
|
.mobius-payment-summary__additional-covers{
|
|
5656
5656
|
width:100%;
|
|
5657
5657
|
border-top:1px solid var(--combobox-border-color);
|
|
5658
|
-
margin-bottom:15px;
|
|
5658
|
+
margin-bottom:15px !important;
|
|
5659
5659
|
}
|
|
5660
5660
|
.mobius-payment-summary__minimum-covers{
|
|
5661
5661
|
color:var(--color-primary);
|
|
@@ -5685,6 +5685,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5685
5685
|
.mobius-payment-summary__summary-wrapper-div{
|
|
5686
5686
|
width:100%;
|
|
5687
5687
|
}
|
|
5688
|
+
.mobius-payment-summary__button{
|
|
5689
|
+
align-self:center;
|
|
5690
|
+
}
|
|
5691
|
+
.mobius-payment-summary__checkout-button{
|
|
5692
|
+
padding:20px;
|
|
5693
|
+
}
|
|
5688
5694
|
.mobius-dialogue-modal__description{
|
|
5689
5695
|
margin:7px;
|
|
5690
5696
|
text-align:left;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.7",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^5.24.1",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.5.2",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^7.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^7.1.1",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.5.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|