@simplybusiness/theme-simplybusiness 1.4.1 → 1.4.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 +9 -0
- package/dist/index.css +6 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a595a9b]
|
|
8
|
+
- Updated dependencies [ca194b5]
|
|
9
|
+
- Updated dependencies [4ad68be]
|
|
10
|
+
- @simplybusiness/mobius-journey@6.21.0
|
|
11
|
+
|
|
3
12
|
## 1.4.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -3642,7 +3642,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3642
3642
|
flex-grow:1;
|
|
3643
3643
|
grid-area:coverage;
|
|
3644
3644
|
border-top:1px solid var(--color-border-light);
|
|
3645
|
-
padding-top:var(--size-sm);
|
|
3646
3645
|
margin-bottom:var(--size-md);
|
|
3647
3646
|
}
|
|
3648
3647
|
@media (min-width: 850px) and (max-width: 1023px){
|
|
@@ -3673,6 +3672,8 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3673
3672
|
}
|
|
3674
3673
|
@media (min-width: 850px){
|
|
3675
3674
|
.--is-horizontal .mobius-quote-card__coverage{
|
|
3675
|
+
border-right:1px solid var(--color-border-light);
|
|
3676
|
+
margin-right:var(--size-sm);
|
|
3676
3677
|
padding-right:var(--size-sm);
|
|
3677
3678
|
}
|
|
3678
3679
|
}
|
|
@@ -3783,6 +3784,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3783
3784
|
text-decoration:underline;
|
|
3784
3785
|
text-underline-offset:5px;
|
|
3785
3786
|
}
|
|
3787
|
+
.mobius-quote-card__coverage-item-excess-wording{
|
|
3788
|
+
text-align:right;
|
|
3789
|
+
}
|
|
3786
3790
|
.mobius-quote-card__coverage-item-excess-modal .mobius-modal__header{
|
|
3787
3791
|
align-items:center;
|
|
3788
3792
|
font-size:var(--font-size-lead);
|
|
@@ -4342,13 +4346,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4342
4346
|
grid-row:span 4;
|
|
4343
4347
|
}
|
|
4344
4348
|
}
|
|
4345
|
-
@media (max-width: 849.99px), (min-width: 1024px){
|
|
4346
|
-
@supports (grid-template-rows: subgrid){
|
|
4347
|
-
.mobius-quote-card > :not(:first-child):not(dialog){
|
|
4348
|
-
margin-top:calc(-1 * var(--size-sm));
|
|
4349
|
-
}
|
|
4350
|
-
}
|
|
4351
|
-
}
|
|
4352
4349
|
@media (min-width: 850px) and (max-width: 1023px){
|
|
4353
4350
|
.mobius-quote-card{
|
|
4354
4351
|
grid-template-areas:"header coverage pricing" "header coverage actions";
|
|
@@ -4457,6 +4454,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4457
4454
|
display:flex;
|
|
4458
4455
|
flex-direction:column;
|
|
4459
4456
|
justify-content:flex-end;
|
|
4457
|
+
width:100%;
|
|
4460
4458
|
margin-top:0;
|
|
4461
4459
|
margin-bottom:var(--size-sm);
|
|
4462
4460
|
justify-self:end;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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.12.1",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.0.20",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.21.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.2.11"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|