@simplybusiness/theme-simplybusiness 1.24.5 → 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 +17 -0
- package/dist/index.css +9 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
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
|
+
|
|
3
20
|
## 1.24.5
|
|
4
21
|
|
|
5
22
|
### 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;
|
|
@@ -5419,14 +5411,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5419
5411
|
padding:var(--size-lg) var(--size-sm);
|
|
5420
5412
|
flex-direction:column;
|
|
5421
5413
|
align-items:flex-start;
|
|
5422
|
-
row-gap:var(--size-xs);
|
|
5423
5414
|
align-self:stretch;
|
|
5424
5415
|
border-radius:var(--size-xs);
|
|
5425
5416
|
font-size:var(--font-size-3);
|
|
5426
5417
|
line-height:var(--size-md);
|
|
5427
5418
|
border:1px solid var(--color-neutral-300);
|
|
5428
5419
|
background:var(--color-neutral-100);
|
|
5429
|
-
max-height:116px;
|
|
5430
5420
|
width:inherit;
|
|
5431
5421
|
}
|
|
5432
5422
|
.mobius-pre-qcp__additional-rfq-body .bold-text{
|
|
@@ -5454,6 +5444,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5454
5444
|
margin:0 0 var(--size-xs) 0;
|
|
5455
5445
|
}
|
|
5456
5446
|
.mobius-pre-qcp__pre-qcp-continuation-subtext{
|
|
5447
|
+
margin-top:var(--size-xs);
|
|
5457
5448
|
font-weight:var(--font-weight-normal);
|
|
5458
5449
|
text-align:left;
|
|
5459
5450
|
padding-left:var(--size-sm);
|
|
@@ -5463,6 +5454,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5463
5454
|
line-height:var(--font-size-4);
|
|
5464
5455
|
border-left:var(--size-xxs) solid var(--color-info);
|
|
5465
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
|
+
}
|
|
5466
5463
|
.mobius-skip-to-next-coverage{
|
|
5467
5464
|
display:flex;
|
|
5468
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",
|