@simplybusiness/theme-simplybusiness 1.5.12 → 1.5.13
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 +10 -0
- package/dist/index.css +15 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.5.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2ce9ce3]
|
|
8
|
+
- Updated dependencies [d43f1a2]
|
|
9
|
+
- Updated dependencies [8263763]
|
|
10
|
+
- Updated dependencies [24172d3]
|
|
11
|
+
- @simplybusiness/mobius-journey@6.34.1
|
|
12
|
+
|
|
3
13
|
## 1.5.12
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4819,10 +4819,13 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4819
4819
|
row-gap:0;
|
|
4820
4820
|
}
|
|
4821
4821
|
}
|
|
4822
|
+
.mobius-cross-sell{
|
|
4823
|
+
grid-template-areas:"referralText" "coverageSummary" "nextCoverage" "trustSection" "checkoutButtons";
|
|
4824
|
+
}
|
|
4822
4825
|
@media (min-width: 960px){
|
|
4823
4826
|
.mobius-cross-sell{
|
|
4824
4827
|
grid-template-columns:2fr 1.25fr;
|
|
4825
|
-
grid-template-areas:"referralText coverageSummary" "nextCoverage coverageSummary" "nextCoverage trustSection";
|
|
4828
|
+
grid-template-areas:"referralText coverageSummary" "nextCoverage coverageSummary" "nextCoverage coverageSummary" "checkoutButtons trustSection";
|
|
4826
4829
|
}
|
|
4827
4830
|
}
|
|
4828
4831
|
.mobius-trust-section{
|
|
@@ -4837,6 +4840,17 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4837
4840
|
.mobius-coverage-summary{
|
|
4838
4841
|
grid-area:coverageSummary;
|
|
4839
4842
|
}
|
|
4843
|
+
.mobius-checkout-buttons{
|
|
4844
|
+
grid-area:checkoutButtons;
|
|
4845
|
+
display:flex;
|
|
4846
|
+
justify-content:space-between;
|
|
4847
|
+
gap:var(--size-lg);
|
|
4848
|
+
}
|
|
4849
|
+
@media (min-width: 960px){
|
|
4850
|
+
.mobius-checkout-buttons{
|
|
4851
|
+
justify-content:flex-start;
|
|
4852
|
+
}
|
|
4853
|
+
}
|
|
4840
4854
|
.mobius-trust-section__header{
|
|
4841
4855
|
border-bottom-right-radius:0;
|
|
4842
4856
|
border-bottom-left-radius:0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.13",
|
|
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.15.4",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.0.28",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.34.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.34.1",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.2.19"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|