@simplybusiness/theme-simplybusiness 1.19.3 → 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 CHANGED
@@ -1,5 +1,27 @@
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
+
13
+ ## 1.19.4
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [22ccb86]
18
+ - Updated dependencies [54f4c91]
19
+ - Updated dependencies [93526b8]
20
+ - Updated dependencies [fbc029f]
21
+ - Updated dependencies [bfca493]
22
+ - @simplybusiness/mobius-journey@8.16.2
23
+ - @simplybusiness/mobius-interventions@1.41.0
24
+
3
25
  ## 1.19.3
4
26
 
5
27
  ### 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-xxs);
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);
@@ -6213,6 +6232,9 @@ svg:not(:host).svg-inline--mobius-icon{
6213
6232
  width:757px;
6214
6233
  background-image:url(c169e5139b1db7e633b9.png);
6215
6234
  }
6235
+ .mobius-interventions__pl-after-location-trade-wrapper{
6236
+ margin:16px 0 0 0;
6237
+ }
6216
6238
  @media only screen and (max-width: 750px){
6217
6239
  .mobius-interventions__trade-based-homebuilder{
6218
6240
  height:280px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.19.3",
3
+ "version": "1.19.5",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,8 +29,8 @@
29
29
  "@simplybusiness/mobius": "^5.26.3",
30
30
  "@simplybusiness/mobius-chatbot": "^1.2.2",
31
31
  "@simplybusiness/mobius-datepicker": "^6.5.14",
32
- "@simplybusiness/mobius-interventions": "^1.40.1",
33
- "@simplybusiness/mobius-journey": "^8.16.1",
32
+ "@simplybusiness/mobius-interventions": "^1.41.0",
33
+ "@simplybusiness/mobius-journey": "^8.17.0",
34
34
  "@simplybusiness/theme-core": "^7.6.9"
35
35
  },
36
36
  "devDependencies": {