@simplybusiness/theme-simplybusiness 1.19.4 → 1.19.5
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 +20 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.19.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [861c283]
|
|
8
|
+
- Updated dependencies [338c6a8]
|
|
9
|
+
- Updated dependencies [a30e664]
|
|
10
|
+
- Updated dependencies [7757b69]
|
|
11
|
+
- @simplybusiness/mobius-journey@8.17.0
|
|
12
|
+
|
|
3
13
|
## 1.19.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -3406,6 +3406,17 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3406
3406
|
.mobius-personalised-cover__submit-action{
|
|
3407
3407
|
width:100%;
|
|
3408
3408
|
}
|
|
3409
|
+
.mobius-personalised-cover__back{
|
|
3410
|
+
display:grid;
|
|
3411
|
+
grid-template-columns:auto 1fr;
|
|
3412
|
+
gap:var(--size-xs);
|
|
3413
|
+
align-items:center;
|
|
3414
|
+
text-underline-offset:var(--size-xxs);
|
|
3415
|
+
padding:var(--size-lg) 0 0 0;
|
|
3416
|
+
}
|
|
3417
|
+
.mobius-personalised-cover__back .mobius-icon{
|
|
3418
|
+
font-size:var(--font-size-lead);
|
|
3419
|
+
}
|
|
3409
3420
|
@media (max-width: 640px){
|
|
3410
3421
|
.mobius-personalised-cover__container{
|
|
3411
3422
|
box-shadow:2px 2px 10px 0 #00000033;
|
|
@@ -3420,6 +3431,10 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3420
3431
|
.mobius-personalised-cover__actions :nth-child(1){
|
|
3421
3432
|
order:2;
|
|
3422
3433
|
}
|
|
3434
|
+
|
|
3435
|
+
.mobius-personalised-cover__back{
|
|
3436
|
+
display:none;
|
|
3437
|
+
}
|
|
3423
3438
|
}
|
|
3424
3439
|
.mobius-child-question__primary-text{
|
|
3425
3440
|
color:var(--color-text);
|
|
@@ -3456,6 +3471,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3456
3471
|
margin:0;
|
|
3457
3472
|
color:var(--color-text-medium);
|
|
3458
3473
|
}
|
|
3474
|
+
.mobius-cover-option .mobius-accordion__link-icon{
|
|
3475
|
+
font-size:var(--font-size-2);
|
|
3476
|
+
}
|
|
3459
3477
|
.mobius-cover-option .mobius-accordion__content{
|
|
3460
3478
|
color:var(--color-text-medium);
|
|
3461
3479
|
}
|
|
@@ -3467,7 +3485,8 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3467
3485
|
margin-bottom:10px;
|
|
3468
3486
|
}
|
|
3469
3487
|
.mobius-cover-option__limit-button .mobius-icon{
|
|
3470
|
-
margin-left:var(--size-
|
|
3488
|
+
margin-left:var(--size-xs);
|
|
3489
|
+
font-size:var(--font-size-2);
|
|
3471
3490
|
}
|
|
3472
3491
|
.mobius-insurance-benefits{
|
|
3473
3492
|
padding:var(--size-lg) var(--size-sm);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.5",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.2.2",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.5.14",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^1.41.0",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.17.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.6.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|