@simplybusiness/theme-simplybusiness 1.24.4 → 1.25.0
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 +25 -0
- package/dist/index.css +10 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.25.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- aa497d6: Add min price for secondary trade IM
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- bee7b47: Alias for colors to respect the palette
|
|
12
|
+
- Updated dependencies [bee7b47]
|
|
13
|
+
- Updated dependencies [51eef71]
|
|
14
|
+
- Updated dependencies [e15147a]
|
|
15
|
+
- Updated dependencies [aa497d6]
|
|
16
|
+
- Updated dependencies [3611956]
|
|
17
|
+
- @simplybusiness/theme-core@7.8.9
|
|
18
|
+
- @simplybusiness/mobius-journey@8.47.0
|
|
19
|
+
|
|
20
|
+
## 1.24.5
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- ec9fa86: PaymentToggle background
|
|
25
|
+
- Updated dependencies [ec9fa86]
|
|
26
|
+
- @simplybusiness/theme-core@7.8.8
|
|
27
|
+
|
|
3
28
|
## 1.24.4
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -2418,7 +2418,8 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2418
2418
|
--color-primary-light:var(--color-azure-400);
|
|
2419
2419
|
--color-primary-lighter:var(--color-azure-300);
|
|
2420
2420
|
--color-primary:var(--color-azure-500);
|
|
2421
|
-
--color-primary-
|
|
2421
|
+
--color-primary-darker:var(--color-azure-600);
|
|
2422
|
+
--color-primary-hover:var(--color-primary-darker);
|
|
2422
2423
|
--color-secondary:var(--color-azure-500);
|
|
2423
2424
|
--color-secondary-hover:var(--color-azure-600);
|
|
2424
2425
|
--color-focus:var(--color-bubblegum-500);
|
|
@@ -4428,15 +4429,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4428
4429
|
font-size:var(--font-size-regular);
|
|
4429
4430
|
padding:calc(var(--size-xs) + var(--size-xxs)) calc(var(--size-sm) + 2px);
|
|
4430
4431
|
}
|
|
4431
|
-
.mobius-quote-card__coverage-accordion{
|
|
4432
|
-
display:grid;
|
|
4433
|
-
grid-gap:var(--size-sm);
|
|
4434
|
-
}
|
|
4435
|
-
.mobius-quote-card__coverage
|
|
4436
|
-
.mobius-quote-card__coverage-accordion
|
|
4437
|
-
.mobius-accordion__link{
|
|
4438
|
-
justify-content:left;
|
|
4439
|
-
}
|
|
4440
4432
|
.mobius-quote-card__deductibles-title.--is-p{
|
|
4441
4433
|
margin-top:4px;
|
|
4442
4434
|
margin-bottom:0;
|
|
@@ -5359,6 +5351,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5359
5351
|
background-color:transparent;
|
|
5360
5352
|
border-radius:50px;
|
|
5361
5353
|
padding:0;
|
|
5354
|
+
z-index:0;
|
|
5362
5355
|
cursor:pointer;
|
|
5363
5356
|
}
|
|
5364
5357
|
.mobius-payment-toggle:active,.mobius-payment-toggle:hover,.mobius-payment-toggle:focus-visible{
|
|
@@ -5418,14 +5411,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5418
5411
|
padding:var(--size-lg) var(--size-sm);
|
|
5419
5412
|
flex-direction:column;
|
|
5420
5413
|
align-items:flex-start;
|
|
5421
|
-
row-gap:var(--size-xs);
|
|
5422
5414
|
align-self:stretch;
|
|
5423
5415
|
border-radius:var(--size-xs);
|
|
5424
5416
|
font-size:var(--font-size-3);
|
|
5425
5417
|
line-height:var(--size-md);
|
|
5426
5418
|
border:1px solid var(--color-neutral-300);
|
|
5427
5419
|
background:var(--color-neutral-100);
|
|
5428
|
-
max-height:116px;
|
|
5429
5420
|
width:inherit;
|
|
5430
5421
|
}
|
|
5431
5422
|
.mobius-pre-qcp__additional-rfq-body .bold-text{
|
|
@@ -5453,6 +5444,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5453
5444
|
margin:0 0 var(--size-xs) 0;
|
|
5454
5445
|
}
|
|
5455
5446
|
.mobius-pre-qcp__pre-qcp-continuation-subtext{
|
|
5447
|
+
margin-top:var(--size-xs);
|
|
5456
5448
|
font-weight:var(--font-weight-normal);
|
|
5457
5449
|
text-align:left;
|
|
5458
5450
|
padding-left:var(--size-sm);
|
|
@@ -5462,6 +5454,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5462
5454
|
line-height:var(--font-size-4);
|
|
5463
5455
|
border-left:var(--size-xxs) solid var(--color-info);
|
|
5464
5456
|
}
|
|
5457
|
+
.mobius-pre-qcp__quoted-subtext{
|
|
5458
|
+
margin:var(--size-xs) 0 var(--size-xs) 0;
|
|
5459
|
+
}
|
|
5460
|
+
.mobius-pre-qcp__button-container{
|
|
5461
|
+
padding-top:var(--size-xs);
|
|
5462
|
+
}
|
|
5465
5463
|
.mobius-skip-to-next-coverage{
|
|
5466
5464
|
display:flex;
|
|
5467
5465
|
padding:26px 16px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.4.16",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.7.3",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^1.73.0",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.8.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.47.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.8.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|